body{font-family: "Microsoft Yahei";line-height: 26px; margin: 0; padding: 0; font-size: 14px; color: #363636;}
ul,li,img,h3,h4,h5,dl,dt,dd,i,table,tr,td{margin: 0; padding: 0; list-style: none; border: 0;font-style:normal;font-weight: normal;font-size: inherit;}
a,a:focus, a:hover{color: #363636; text-decoration: none;}
img{max-width: 100%;}
iframe{max-width: 100%;}
input{outline:medium;}
@font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont.eot');
  src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'),
      url('../font/iconfont.woff2') format('woff2'),
      url('../font/iconfont.woff') format('woff'),
      url('../font/iconfont.ttf') format('truetype'),
      url('../font/iconfont.svg#iconfont') format('svg');
}
/*公用类*/




/*第一屏*/
.first .m1{width: 100%; height: 100%; background: url(../images/m1.png)  no-repeat center center; background-size:100% 100%; position: absolute; left: 0; top: 0;}
.first .h100{height: 100%;}

.first .nav{width: 90%; margin: auto; border-bottom: 1px solid rgba(255,255,255,0.5); height: 110px;}
.first .logo{padding-top: 40px; float: left;}
.first .menu{float: right; padding-top: 48px;}
.first .menu ul li{float: left; position: relative;}
.first .menu ul li a{color: #fff;}
.first .menu ul li.yuyan span a{font-family: Arial; font-size: 14px;}
@media screen and (max-width: 1630px) {.menu ul li{margin-left: 50px;}}
@media screen and (min-width: 1630px) {.menu ul li{margin-left: 75px;}}
.first .menu ul li ul{position: absolute; padding-top: 46px; left: 0px; width: 600px; height: 50px; line-height: 50px; background: url(img/navul.png) no-repeat; display: none; }

.first .menu ul li ul li{padding-left: 65px;text-align: center; float: left;margin-left: 0px; }
.first .menu ul li ul li:first-child{padding-left: 0px;}
.first .menu ul li ul li a{}
.first .baixian{width: 90%; border-bottom: 1px solid rgba(255,255,255,0.5); margin: auto; position: relative; top: 70px; display: none;}
.first .menu ul li a{color: #fff; font-size: 16px;}

.first .m1 .ss{margin-left: 0;float: right; position: relative;width: 70px;}
.first .search{height: 42px;position: absolute;z-index: 9; right: 0; top: -7px;color: #9b9b9b;width: 60px;transition: all 0.5s;}
.first .search .a{height: 40px;background: none;border: none;display: none;transition: all 0.5s;padding-left: 5px;}
.first .search .b{position: absolute;top: 0px;right: 2px;height: 42px;width: 58px;background: url(../images/ss.png) no-repeat right;border: none;transition: all 0.5s;}
.first .search input:-moz-placeholder,.search textarea:-moz-placeholder{color: #9b9b9b;}
.first .search input:-ms-input-placeholder,.search textarea:-ms-input-placeholder{color: #9b9b9b;}
.first .search input::-webkit-input-placeholder,.search textarea::-webkit-input-placeholder{color: #9b9b9b;}
.first .search:hover{border: 1px solid #9b9b9b;border-radius: 7px;background: #fff;width: 190px;transition: all 0.5s;}
.first .search:hover .a{display: block;transition: all 0.5s;}
.first .search:hover .b{background: url(../images/ss2.png) no-repeat right;transition: all 0.5s;}

.shubiao{height: 50px;width: 100%;position: absolute;z-index: 9;left: 50%;bottom: 20px;margin-left: -14px;}
.shubiao .scroll-icon{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;height: 2em;width: 1.2em;font-size: 22px;color: rgba(255, 255, 255, 0.5);border-radius: 2em;border: solid 2px;-webkit-transition: .4s;transition: .4s;}
.scroll-icon:hover{background-color: rgba(255, 255, 255, 0.05);color: #fff;}
.scroll-icon::after{content: '';width: 5px;height: 5px;background-color: #fff;border-radius: 50%;-webkit-animation: scroll-icon 2.2s infinite cubic-bezier(0.65, 0.05, 0.36, 1);animation: scroll-icon 2.2s infinite cubic-bezier(0.65, 0.05, 0.36, 1);}
@-webkit-keyframes scroll-icon {
    0% {
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px);
        opacity: 0;
    }
    30%,
    70% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(12px);
        transform: translateY(12px);
        opacity: 0;
    }
}
@keyframes scroll-icon {
    0% {
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px);
        opacity: 0;
    }
    30%,
    70% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(12px);
        transform: translateY(12px);
        opacity: 0;
    }
}
/*WAP*/
.one{height: 100%;}
.one .m11{width: 100%; height: 100%; /*background: url(../images/m1.png)  no-repeat center center;*/ background-size:100% 100%; position: absolute; left: 0; top: 0;}

.one .slideBox{width:100%;overflow:hidden; position:relative;}
.one .slideBox .bd{ position:relative; height:100%; z-index:0;}
.one .slideBox .bd li{ zoom:1; vertical-align:middle; }
.one .slideBox .bd img{ width:100%;display:block;}
.one .slideBox .prev,
.one .slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.one .slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.one .slideBox .prev:hover,
.one .slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.one .slideBox .prevStop{ display:none;  }
.one .slideBox .nextStop{ display:none;  }

.w_top{height: 66px;z-index: 999;position: fixed;width: 100%;padding: 0 2%;top: 0;background-image: linear-gradient(rgba(0, 0, 0, 0.58), rgba(255, 255, 255, 0));}
.w_top .logo{float: left;padding-top: 17px;width: 75%;}
.w_top .logo img{width: 100%;}
.w_top .w_nav{float: right;line-height: 66px;}
.w_top .w_nav i{font-family: "iconfont" !important;font-size: 30px;color: #fff;}


/*第二屏*/
.section2{position: relative;}
.second .bg1{background: url(../images/second.jpg) no-repeat center center; background-size: 100% 100%;width: 100%;height: 100%;position: absolute;left: 0;top: 0;animation-name: bgMagnify;/*所需运行的动画名称*/
	animation-duration: 30s;/*在30秒内完成*/
	animation-delay: 0s;/*等待0秒*/}
.two .bg11{background: url(../images/m2r.jpg) no-repeat center center;background-size: 100% 100%;width: 100%;height: 100%;position: absolute;left: 0;top: 0;animation-name: bgMagnify;/*所需运行的动画名称*/
	animation-duration: 30s;/*在30秒内完成*/
	animation-delay: 0s;/*等待0秒*/}

.second{height: 100%;color: #fff;background: url(../images/second.jpg) no-repeat center center;background-size: 100% 100%;}
.second .m2l{width: 50%; height: 100%; background: rgba(32, 89, 156, 0.8);float: left;top: 100%;padding: 50px;position: relative;}
.second .xxk1{width: 100%;position: relative;top: 65px;}
.second .xxk1 .hd{position: absolute;right: 2%;top: 11%;}
.second .prev,.second .next{display:block;width:42px;height:42px;float:right;overflow:hidden;cursor:pointer;}
.second .next{background: url(../images/next.jpg) no-repeat;}
.second .prev{background: url(../images/prev.jpg) no-repeat;}
.second .xxk1 .hd ul{zoom:1;}
.second .xxk1 .hd ul li{float:left;width:6px;height:6px;background: #90acce;border-radius: 100%;margin-right:12px;text-indent:-999px;cursor:pointer;}
.second .xxk1 .hd ul li.on{background: #fff;}
.second .xxk1 .bd{padding:10px;}
.second .xxk1 .bd ul{overflow:hidden; zoom:1; }
.second .xxk1 .bd ul li{margin:0 8px; float:left; _display:inline; overflow:hidden;}
.second .xxk1 .bd ul li .er_bt{font-size: 24px;height: 113px;border-bottom: 1px solid #6990bd;}
.second .xxk1 .bd ul li .er_bt i{display: block;font-family: "Impact"}
.second .xxk1 .bd ul li .er_bt span{display: block;padding-top: 26px;}
.second .xxk1 .bd ul li .er_nr{line-height: 36px;padding-top: 55px;padding-bottom: 40px;}
.second .xxk1 .bd ul li .er_nr a{color: #fff;}
.second .xxk1 .bd ul li .er_tp{background: #fff;padding: 8px;float: left;}
.second .m2r{width: 50%; height: 100%;/* background: url(../images/m2r.jpg) no-repeat center center; background-size: 100% 100%;*/ float: right; position: relative; bottom: 100%;overflow: hidden;}
/*WAP*/
.two{height: 100%;color: #fff;background: url(../images/m2r.jpg) no-repeat center center;background-size: 100% 100%;}
.two .m2l{width: 100%;height: 100%;background: rgba(32, 89, 156, 0.47);padding-top: 66px;position: absolute;top: 0;left: 0;}
.two .xxk2{width: 100%;position: relative;top: 0;}
.two .xxk2 .hd{position: absolute;right: 2%;top: -1%;}
.two .prev,.two .next{display:block;width:42px;height:42px;float:right;overflow:hidden;cursor:pointer;}
.two .next{background: url(../images/next.jpg) no-repeat;}
.two .prev{background: url(../images/prev.jpg) no-repeat;}
.two .xxk2 .hd ul{zoom:1;}
.two .xxk2 .hd ul li{float:left;width:6px;height:6px;background: #90acce;border-radius: 100%;margin-right:12px;text-indent:-999px;cursor:pointer;}
.two .xxk2 .hd ul li.on{background: #fff;}
.two .xxk2 .bd{padding:10px;}
.two .xxk2 .bd ul{overflow:hidden; zoom:1; }
.two .xxk2 .bd ul li{margin:0 8px; float:left; _display:inline; overflow:hidden;}
.two .xxk2 .bd ul li .er_bt{font-size: 24px;height: 113px;border-bottom: 1px solid #6990bd;}
.two .xxk2 .bd ul li .er_bt i{display: block;font-family: "Impact"}
.two .xxk2 .bd ul li .er_bt span{display: block;padding-top: 12px;font-size: 18px;}
.two .xxk2 .bd ul li .er_nr{margin-top: 10px;}
.two .xxk2 .bd ul li .er_nr a{color: #fff;}
.two .xxk2 .bd ul li .er_tp{background: #fff;padding: 8px;float: left;margin-top: 5px;}
@media screen and (max-height: 667px){
    .two .er_nr{padding-bottom: 24px;}
    .two .er_tp{display: none;}
}
@media screen and (min-height: 670px){
    .two .er_nr{padding-bottom: 7px;min-height: 206px;line-height: 23px;}
}


/*第三屏*/
.third .bg2{background: url(../images/third.jpg) no-repeat center center; background-size: 100% 100%;width: 100%;height: 100%;position: absolute;left: 0;top: 0;animation-name: bgMagnify;/*所需运行的动画名称*/
	animation-duration: 30s;/*在30秒内完成*/
	animation-delay: 0s;/*等待0秒*/}
.three .bg22{background: url(../images/m3l.jpg) no-repeat center center;background-size: 100% 100%;width: 100%;height: 100%;position: absolute;left: 0;top: 0;animation-name: bgMagnify;/*所需运行的动画名称*/
	animation-duration: 30s;/*在30秒内完成*/
	animation-delay: 0s;/*等待0秒*/}

.third{height: 100%;background: url(../images/third.jpg) no-repeat center center;background-size: 100% 100%;}
.third .m3l{width: 50%; height: 100%; /*background: url(../images/m3l.jpg) no-repeat center center;*/ background-size: 100% 100%; float: left; position: relative; top: 100%}
.third .m3r{width: 50%; height: 100%;background: rgba(34, 99, 175, 0.8);float: right; position: relative; bottom: 100%;padding: 7% 5%;color: #fff;}
.third .m3r .san_bt{font-size: 24px;height: 113px;border-bottom: 1px solid #6990bd;}
.third .m3r .san_bt i{display: block;font-family: "Impact"}
.third .m3r .san_bt span{display: block;padding-top: 26px;}
.third .san_xxk1{width: 100%;height: 470px;overflow: hidden;color: #fff;padding-top: 5%;}
.third .san_xxk1 .title{height: 45px;overflow: hidden;}
.third .san_xxk1 .title li{text-align: center;width: 80px;float: left;height: 45px;margin-right: 65px;}
.third .san_xxk1 .title li a{color: #fff;font-size: 18px;}
.third .san_xxk1 .title li.on{border-bottom: 2px solid #fff;}
.third .san_xxk1 .bd1{padding-top: 50px;}

.slideTxtBox1{height: 340px;padding-top: 50px;position: relative;}
.slideTxtBox1 .hd{float: right;height: 280px;width: 44%;position: absolute;right: 0;top: 70px;}
.slideTxtBox1 .hd ul{position:absolute;top:40px;width: 100%;margin: 100px auto 0 auto;text-align: center;height: 200px;}
.slideTxtBox1 .hd ul li{cursor:pointer;font-size: 16px;height: 50px;line-height: 50px;}
.slideTxtBox1 .hd ul li a{color: #fff;}
.slideTxtBox1 .hd ul li.on{background:#fff;border-radius: 25px;}
.slideTxtBox1 .hd ul li.on a{color: #3b3939;}
.slideTxtBox1 .bd{float: left;width: 52%;}
.slideTxtBox1 .bd ul{ padding:0 15px;  zoom:1;  }
.slideTxtBox1 .bd li{height: 247px;text-align: center; padding: 0; margin: 0;}
.slideTxtBox1 .bd li img{}
.slideTxtBox1 .arrow{}
.slideTxtBox1 .arrow a{display:block;width:22px;height:18px;overflow:hidden;cursor:pointer;}
.slideTxtBox1 .arrow .next{background:url("../images/next2.png") no-repeat;}
.slideTxtBox1 .arrow .prev{background:url("../images/prev2.png") no-repeat;}
/*WAP*/
.three{height: 100%;background: url(../images/m3l.jpg) no-repeat center center; background-size: 100% 100%;}
/*.three .m3l{width: 50%; height: 100%; background: url(../images/m3l.jpg) no-repeat center center; background-size: 100% 100%; float: left; position: relative; top: 100%}*/
.three .m3r{width: 100%; height: 100%;background: rgba(32, 89, 156, 0.47);padding: 7% 5%;color: #fff;position: absolute;top: 0;left: 0;}
.three .m3r .san_bt{font-size: 24px;height: 113px;border-bottom: 1px solid #6990bd;}
.three .m3r .san_bt i{display: block;font-family: "Impact"}
.three .m3r .san_bt span{display: block;padding-top: 12px;font-size: 18px;}
.three .san_xxk2{width: 100%;height: 470px;overflow: hidden;color: #fff;padding-top: 5%;}
.three .san_xxk2 .title{height: 45px;overflow: hidden;}
.three .san_xxk2 .title li{text-align: center;width: 33.33%;float: left;height: 45px;}
.three .san_xxk2 .title li a{color: #fff;font-size: 18px;}
.three .san_xxk2 .title li.on{border-bottom: 2px solid #fff;}

.slideTxtBox2{padding-top: 35px;position: relative;}
.slideTxtBox2 .more{position: absolute;top: 0;right: 0;}
.slideTxtBox2 .hd{height: 60px;width: 100%;position: absolute;right: 0;bottom: 2%;}
.slideTxtBox2 .hd ul{position:absolute;top:40px;width: 100%;margin: auto;text-align: center;}
.slideTxtBox2 .hd ul li{cursor:pointer;font-size: 16px;height: 50px;line-height: 50px;}
.slideTxtBox2 .hd ul li.on{background:#fff;color: #3b3939;border-radius: 25px;}
.slideTxtBox2 .bd{width: 100%;}
.slideTxtBox2 .bd ul{ padding:0 15px;  zoom:1;  }
.slideTxtBox2 .bd li{height: 247px;text-align: center; padding: 0; margin: 0;}
.slideTxtBox2 .bd li img{}
.slideTxtBox2 .arrow{}
.slideTxtBox2 .arrow a{display:block;width:22px;height:18px;overflow:hidden;cursor:pointer;}
.slideTxtBox2 .arrow .next{background:url("../images/next2.png") no-repeat;}
.slideTxtBox2 .arrow .prev{background:url("../images/prev2.png") no-repeat;}
@media screen and (width: 320px){
	.slideTxtBox2{height: 370px;}
}
@media screen and (min-width: 330px){
	.slideTxtBox2{height: 407px;}
}


/*第四屏*/
.fourth{height: 100%;color: #fff;}
.fourth img{display: none;}
.fourth .m4l{height: 100%; background: url(../images/m4l.jpg) no-repeat center center; background-size: 100% 100%; padding: 0;  position: relative; top: -100%;}
.fourth .m4l:hover{font-weight: bold;}
.fourth .m4m{height: 100%; background: url(../images/m4m.jpg) no-repeat center center; background-size: 101% 100%; padding: 0;  position: relative; top: -100%;}
.fourth .m4m:hover{font-weight: bold;}
.fourth .m4r{ height: 100%; background: url(../images/m4r.jpg) no-repeat center center; background-size: 100% 100%; padding: 0; position: relative; top: -100%;}
.fourth .m4r:hover{font-weight: bold;}

.fourth .f1{position: absolute;top: 128px;left: 20%;}
.fourth .f2{position: absolute;bottom: 145px;left: 20%;}
.fourth .f2 a{color: #fff;}
.fourth .f2 .f2_1{font-size: 18px;}
.fourth .f2 .f2_2{line-height: 36px;padding: 40px 20% 40px 0;}
.fourth .f2 .f2_3{height: 8px;line-height: 8px;}
.fourth .f2 .f2_3 b{display: block;float: left;font-size: 20px;}
.fourth .f2 .f2_3 i{display: block;float: right;width: 130px;height: 8px;background: url(../images/jian1.png) no-repeat;transition: all 0.5s;}
.fourth .f2:hover i{background: url(../images/jian2.png) no-repeat;transition: all 0.5s;}
/*WAP*/
.four{height: 100%;color: #fff;}
.four a{color: #fff;}
.four .w_m4l{height: 33.3%; background: url(../images/w_m4l.jpg) no-repeat center center; background-size: 100% 100%; padding: 0;}
.four .w_m4m{height: 33.3%; background: url(../images/w_m4m.jpg) no-repeat center center; background-size: 101% 100%; padding: 0;}
.four .w_m4r{height: 33.3%; background: url(../images/w_m4r.jpg) no-repeat center center; background-size: 100% 100%; padding: 0;}

.four .f1{position: absolute;top: 2%;left: 2%;}
.four .f2{position: absolute;bottom: 7%;left: 2%;}
.four .f2 .f2_1{font-size: 18px;}
.four .f2 .f2_2{padding: 2%;}
.four .f2 .f2_3{height: 8px;line-height: 8px;}
.four .f2 .f2_3 b{display: block;float: left;}
.four .f2 .f2_3 i{display: block;float: right;width: 130px;height: 8px;background: url(../images/jian1.png) no-repeat;transition: all 0.5s;}
.four .f2:hover i{background: url(../images/jian2.png) no-repeat;transition: all 0.5s;}


/*第五屏*/
.fifth{height: 100%;}
.fifth .m5l{padding: 0; height: 100%; position: relative; top: -100%;}
.fifth .tp{height: 66.66%;}
.fifth .tp ul{width: 100%; height: 100%}
.fifth .tp ul li{width: 100%; height: 100%; background-size: 100% 100%;}
.fifth .tp ul li img{width: 100%; max-height: 633px}
.m5{overflow: hidden;}
.fifth .m5b{height: 33.33%; background: #124c95; position: relative;}
.fifth .m5b ul{padding:50px 100px;}
.fifth .m5b ul li{color: #fff;}
.fifth .m5b ul li a{color: #fff;}
.fifth .m5b ul li h3{font-size: 16px; font-weight: bold; line-height: 50px; padding-bottom: 10px;}
.fifth .m5b ul li span{font-size: 14px; color: #8ea0c2; line-height: 36px;;display: block;height: 62px;overflow: hidden;}
.fifth .m5b ul li .time{font-size: 14px; color: #8c929e; line-height: 36px; position: absolute; right: 100px; bottom: 63px;}
.fifth .num{position: absolute; bottom: 63px; left: 100px; z-index: 99;}
.fifth .num li{width: 24px; height: 2px; background: url(../images/num2.jpg) center center no-repeat; padding-bottom: 20px; padding-top: 20px; float: left; margin-right: 10px;}
.fifth .num li.on{width: 24px; height: 2px; background: url(../images/num1.jpg) center center no-repeat; padding-bottom: 20px; padding-top: 20px; float: left; margin-right: 10px;}
.fifth .m5r{padding: 0;height: 100%;}
.fifth .m5r ul{height: 100%;}
.fifth .m5r ul li{height: 33.33%; position: relative; bottom: -100%;padding: 0 10%;}
.fifth .m5r ul li:nth-child(1){background: #114c94;}
.fifth .m5r ul li:nth-child(2){background: #1660b6;}
.fifth .m5r ul li:nth-child(3){background: #01428f;}
.fifth .m5r ul li a{color: #fff;}
.fifth .m5r ul li .xw_bt{font-size: 16px;padding-top: 10%;}
.fifth .m5r ul li .xw_nr{line-height: 36px;padding: 10% 0;color: #8ea0c2;}
.fifth .m5r ul li .xw_sj{padding-top: 10px;}
.fifth .m5r ul li .xw_sj b{display: block;float: left;transition: all 0.5s;ease-in-out: 0.6s;font-size: 20px;}
.fifth .m5r ul li .xw_sj i{display: block;float: right;}
.fifth .m5r ul li:hover .xw_sj b{letter-spacing:13px;transition: all 0.5s;ease-in-out: 0.6s;}
/*WAP*/
.five{height: 100%;}
.m5{overflow: hidden;}
.five .m5s{height: 35%;width: 100%;background: #114c94;position: relative;}
.five .m5s .tp2{height: 80%;}
.five .m5s .tp2 ul{width: 100%; height: 100%}
.five .m5s .tp2 ul li{width: 100%; height: 100%; background-size: 100% 100%;}
.five .m5s .tp2 ul li img{width: 100%; max-height: 206px;}
.five .num{position: absolute;bottom: 0;left: 50%;z-index: 99;margin-left: -68px;}
.five .num li{width: 24px; height: 2px; background: url(../images/num2.jpg) center center no-repeat; padding-bottom: 20px; padding-top: 20px; float: left; margin-right: 10px;}
.five .num li.on{width: 24px; height: 2px; background: url(../images/num1.jpg) center center no-repeat; padding-bottom: 20px; padding-top: 20px; float: left; margin-right: 10px;}
.five .m5x{height: 65%;width: 100%;}
.five .m5x ul{height: 100%;}
.five .m5x ul li{height: 33.33%;padding: 0 5%;color: #fff;}
.five .m5x ul li:nth-child(1){background: #01428f;}
.five .m5x ul li:nth-child(2){background: #1660b6;}
.five .m5x ul li:nth-child(3){background: #114c94;}
.five .m5x ul li a{color: #fff;}
.five .m5x ul li .xw_bt{font-size: 15px;padding-top: 5%;}
.five .m5x ul li .xw_sj{padding-top: 10px;}
.five .m5x ul li .xw_sj b{display: block;float: left;transition: all 0.5s;ease-in-out: 0.6s;font-size: 20px;}
.five .m5x ul li .xw_sj i{display: block;float: right;}
.five .m5x ul li:hover .xw_sj b{letter-spacing:13px;transition: all 0.5s;ease-in-out: 0.6s;}


/*第六屏*/
.sixth{height: 100%;color: #b9cae8;}
.sixth .map{height: 70%;/*background: url(../images/map.jpg) no-repeat center;background-size: 100% 100%;*/}
.sixth #MapBox{height: 660px;width: 100%;}
.sixth .amap-overviewcontrol{display: none;}

.sixth .relation{height: 30%;background: #114c94;padding: 80px 100px;}
.sixth .relation li{float: left;width: 29%;}
.sixth .relation li:nth-child(2){line-height: 33px;}
.sixth .relation li:nth-child(3){line-height: 45px;}
.sixth .relation li:nth-child(4){width: 13%;padding-top: 15px;}
.sixth .relation li i{font-size: 21px;}
.sixth .relation li .ewm1{float: left;text-align: center;}
.sixth .relation li .ewm2{float: right;text-align: center;}
@media screen and (max-width: 1600px){
	.ewm1{display: none;}
}
/*WAP*/
.six{height: 100%;color: #b9cae8;}
.six .map{height: 50%;/*background: url(../images/map.jpg) no-repeat center;background-size: 100% 100%;*/}
.six #MapBox2{width: 100%;}
.six .amap-overviewcontrol{display: none;}
@media screen and (width: 320px){
	#MapBox2{height: 284px;}
}
@media screen and (width: 360px){
	#MapBox2{height: 320px;}
}
@media screen and (width: 414px){
	#MapBox2{height: 368px;}
}
.six .w_relation{height: 50%;background: #114c94;padding: 10% 1%;width: 100%;}
.six .w_relation ul{min-height: 175px;}
.six .w_relation li{float: left;}
.six .w_relation li:nth-child(1){width: 65%;}
.six .w_relation li:nth-child(2){width: 35%;}
.six .w_relation li .ewm2{float: right;text-align: center;}
.six .w_relation .w_mt{text-align: center;height: 35px;line-height: 35px;clear: both;padding-top: 5px;}


/***********************子页-开始**********************************************************************************/
.container{padding: 0;}
/*导航*/
.head{height: 116px;color:#727272;}
.high{z-index: 999;position: relative;}
.high .logo{float: left;width: 26%;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.navBar{width: 74%;float: right; position:relative; z-index:1;padding: 0;}
.navBar ul{width: 90%;float: left;}
.zy_nav{position:relative;margin:0 auto;font-family:"Microsoft YaHei",SimSun,SimHei;}
.zy_nav li{width: 16.6%;display: block;float: left;}
.zy_nav a{color:#727272;font-size: 16px;}
.zy_nav h3{ font-size:16px;font-weight:normal;}
.zy_nav .m{position:relative; z-index:1;}
.zy_nav h3 a{display:block; text-align:center;height: 116px;line-height: 116px;}
.zy_nav .m:hover{background: #fdfdfd;}
.zy_nav .sub{display:none;position:absolute;top: 115px;z-index:1;width: 100%;background: #fdfdfd;padding-bottom: 15px;left: 0;border-bottom: 2px solid #ddd;}
.zy_nav .sub li{text-align: center;height: 35px;line-height: 25px;float: left;width: 100%;}
.zy_nav .sub li a{display:block;padding:8px 0;color:#727272;font-size: 14px;width: 80%;margin: auto;}
.zy_nav .sub li a:hover{border-bottom:1px solid #13b2ec;width: 80%;}
.high .language{width: 10%;float: right;line-height: 116px;}
.high .language b{font-weight: normal;padding-right: 12%;}
.high .language a{color:#727272;}
/*WAP顶部*/
.w_top2{height: 80px;width: 100%;background: #fff;}
.w_top2 img{height: 80px;float: left;width: 70%;}
.w_top2 a{display: block;float: right;width: 90px;height: 35px;border: 1px solid #cecece;border-radius: 10px;line-height: 35px;text-align: center;margin-top: 23px;margin-right: 3px;color: #9a9a9a;cursor:pointer;}


/*子页banner*/
#p_x_tp{width: 100%;text-align: center;}
#w_x_tp{width: 100%;text-align: center;}

/*所在位置*/
#p_place{width: 100%;height: 642px;text-align: center;display: table;}
#p_place .p_place{display: table-cell;vertical-align: middle;color: #fff;line-height: 50px;}
.p_place span{display: block;font-size: 48px;}
.p_place i{display: block;font-size: 20px;}
/*wap*/
#w_place{width: 100%;height: 260px;text-align: center;display: table;}
#w_place .w_place{display: table-cell;vertical-align: middle;color: #fff;line-height: 32px;}
.w_place span{display: block;font-size: 32px;}
.w_place i{display: block;font-size: 16px;}


/*PC底部*/
#pc_foot{height: 355px;background: #282828;color: #767779;}
.pc_foot a{color: #767779;}

.p_left{width: 50%;float: left;padding-top: 90px;}
.p_left .p_left1{height: 138px;}
.p_left .p_left1 span{display: block;font-size: 30px;padding-bottom: 30px;}
.p_left .p_left1 i{display: block;font-size: 16px;}
.p_left .p_left2 a{color: #2c2c2c;}
.p_left .p_left2 span{float: left;padding-right: 20px;}
.p_left .p_left2 ul{float: left;}
.p_left .p_left2 li{float: left;margin-right: 14px;}
.p_left .p_left2 .db_ewm{cursor:pointer;}
.p_left .p_left2 .db_ewm .wechart{font-family: "iconfont" !important;width: 30px;height: 30px;background: #a0a0a0;text-align: center;line-height: 30px;border-radius: 100%;font-size: 22px;color: #2c2c2c;}
.p_left .p_left2 .db_ewm .wechart i{}
.p_left .p_left2 .db_ewm .relative{position: relative;}
.p_left .p_left2 .db_ewm .absolute{position: fixed;}
.p_left .p_left2 .db_ewm .text_sao{color: #111;}
.p_left .p_left2 .db_ewm .ewm{bottom:20%;left:45%;width:200px;padding:20px;background: #fff;border: 1px solid #ddd;text-align:center;display: none;}
.p_left .p_left2 .qq{font-family: "iconfont" !important;width: 30px;height: 30px;background: #a0a0a0;text-align: center;line-height: 30px;border-radius: 100%;font-size: 22px;}
.p_left .p_left2 .wb{font-family: "iconfont" !important;width: 30px;height: 30px;background: #a0a0a0;text-align: center;line-height: 30px;border-radius: 100%;font-size: 22px;}

.pc_foot .p_right{width: 50%;float: right;padding-top: 102px;position: relative;}
.p_right .yqlj{min-height: 44px;width: 310px;border: 1px solid #7d7d7d;color: #7d7d7d;position: absolute;right: 0;background: rgba(40, 40, 40, 0.8);}
.p_right .yqlj .yqlj_b{height: 44px;line-height: 44px;overflow: hidden;padding: 0 5px;}
.p_right .yqlj .yqlj_b span{float: left;}
.p_right .yqlj .yqlj_b i{font-family: "iconfont" !important;padding-right: 5px;}
.p_right .yqlj .yqlj_b b{float: right;font-family: "iconfont" !important;cursor:pointer;}
.p_right .yqlj .yqlj_n{padding-left: 20px;display: none;}
.p_right .yqlj .yqlj_n li{}
.p_right .yqlj .yqlj_n li a{color: #5d5e5d;}
.p_right .bqsy{height: 70px;padding-top: 94px;clear: both;text-align: right;}
/*WAP底部*/
.wap_foot{min-height: 300px;background: #282828;color: #767779;padding-top: 25px;}
.wap_foot a{color: #767779;}
.wap_foot .yqlj{min-height: 44px;width: 94%;border: 1px solid #7d7d7d;color: #7d7d7d;position: absolute;right: 3%;background: rgba(40, 40, 40, 0.8);}
.wap_foot .yqlj .yqlj_b{height: 44px;line-height: 44px;overflow: hidden;padding: 0 5px;}
.wap_foot .yqlj .yqlj_b span{float: left;}
.wap_foot .yqlj .yqlj_b i{font-family: "iconfont" !important;padding-right: 5px;}
.wap_foot .yqlj .yqlj_b b{float: right;font-family: "iconfont" !important;cursor:pointer;}
.wap_foot .yqlj .yqlj_n{padding-left: 20px;display: none;}
.wap_foot .yqlj .yqlj_n li{}
.wap_foot .yqlj .yqlj_n li a{color: #5d5e5d;}
.wap_foot .bqsy{height: 70px;padding-top: 80px;clear: both;text-align: center;}
/***************/
.foot{width: 100%;/*height: 65px;*/color: #FFF;display: block;z-index: 9;position: relative;}
.foot a{color: #FFF;}
.foot .menu{background: rgba(140, 148, 170, 0.8);width: 96%;height: 65px;font-size: 14px;padding: 10px 0;text-align: center;position: fixed;bottom: 2%;left: 2%;border-radius: 30px;}
.foot .menu ul li{margin-left: 0;}
.foot .menu i{font-size: 20px;font-family: "iconfont" !important;}


/*分享*/
.biao{width: 50px;text-align: center;position: absolute;left: -50px;}
.biao a{color: #fff;font-family: "iconfont" !important;font-size: 26px;}
.biao .back{width: 50px;height: 50px;background: #8c94aa;line-height: 50px;cursor:pointer;}
.biao .share{width: 50px;height: 50px;background: #13b2ec;line-height: 50px;cursor:pointer;}
/*wap*/
.biao2{width: 50px;text-align: center;position: fixed;right: 0;top: 150px;z-index: 9;}
.biao2 a{color: #fff;font-family: "iconfont" !important;font-size: 22px;}
.biao2 .back{width: 50px;height: 50px;background: rgba(140, 148, 170, 0.5);line-height: 50px;cursor:pointer;}
.biao2 .share{width: 50px;height: 50px;background: rgba(19, 178, 236, 0.5);line-height: 50px;cursor:pointer;}
/***************************************************************************/


/*子页-新闻-内页-开始*/
.articlebook{position: absolute;bottom: -125px;width: 100%;left: 0;height: 100px;}
.articlebook .next{width: 50%;float: left;height: 100px;background: url(../images/syp.jpg) no-repeat left #e4e4e4;padding: 33px 10px 0 56px;}
.articlebook .pre{width: 50%;float: right;height: 100px;background: url(../images/xyp.jpg) no-repeat right #fff;text-align: right;padding: 33px 56px 0 10px;}
/*********/
.content{min-height: 500px;background: #f0f0f0;padding-top: 60px;padding-bottom: 185px;}
.content .yy{position: relative;}
.content .pc_dynr{padding: 70px 20px 10px 20px;background: #fff;min-height: 500px;}
.content .pc_dynr .word_bt{min-height: 125px;padding: 0 10px;border-bottom: 1px solid #e9e9e9;text-align: center;}
.content .pc_dynr .word_bt .word_bt1{color: #514e4e;font-size: 24px;min-height: 60px;}
.content .pc_dynr .word_bt .word_bt2{color: #666;}
.content .pc_dynr .word_bt .word_bt2 i{font-family: "iconfont" !important;font-size: 18px;}
.content .pc_dynr .word_nr{margin-top: 15px;color: #6f6f6f;}
/*WAP-开始*/
.text{min-height: 300px;background: #f0f0f0;padding-top: 28px;padding-bottom: 130px;position: relative;}
.text .wap_dynr{padding: 45px 10px 10px 10px;background: #fff;min-height: 300px;margin: 2%;}
.text .wap_dynr .wzbt{min-height: 125px;padding: 0 10px;border-bottom: 1px solid #e9e9e9;text-align: center;}
.text .wap_dynr .wzbt .wzbt1{color: #514e4e;font-size: 20px;min-height: 60px;}
.text .wap_dynr .wzbt .wzbt2{color: #666;}
.text .wap_dynr .wzbt .wzbt2 i{font-family: "iconfont" !important;}
.text .wap_dynr .wznr{color: #686868;padding: 20px 10px;min-height: 590px;}
/*子页-新闻-内页-结束*/


/*子页-新闻-列表页-开始*/
.news{position: relative;background: #f5f5f5;min-height: 800px;}
.news .yy{}
.news .yy li{transition: all 0.5s;height: 180px;}
.news .yy .zs_n{padding: 36px 0;border-bottom: 1px solid #d5d5d5;height: 180px;transition: all 0.5s;}
.news .yy .zs_n1{width: 10%;float: left;height: 125px;transition: all 0.5s;}
.news .yy .zs_n1 span{display: block;color: #9e9d9d;font-size: 30px;}
.news .yy .zs_n1 i{display: block;color: #524d4d;font-size: 18px;padding-top: 22px;padding-left: 4px;}
.news .yy .zs_n1 b{display: block;color: #929292;padding-left: 4px;}
.news .yy .zs_n2{width: 90%;float: left;transition: all 0.5s;}
.news .yy .zs_n2 span{display: block;font-size: 18px;color: #585757;height: 25px;}
.news .yy .zs_n2 i{display: block;color: #7d7d7d;padding-top: 22px;}
.news .yy li:hover{transition: all 0.5s;background: #fff;}
.news .yy li:hover .zs_n{border-bottom: none;transition: all 0.5s;}
.news .yy li:hover .zs_n1{transform:translate(20px,0);transition: all 0.5s;}
.news .yy li:hover .zs_n2{transform:translate(-20px,0);transition: all 0.5s;}
/*WAP-开始*/
.new{position: relative;background: #f5f5f5;min-height: 570px;}
.new .new_lb{padding-top: 1%;}
.new .new_lb li{width: 100%;padding: 2%;}
.new .new_lb .zs_n{background: #fff;height: 117px;padding: 1%;overflow: hidden;}
.new .new_lb .zs_n1{height: 110px;float: left;width: 30%;}
.new .new_lb .zs_n1 span{display: block;color: #9e9d9d;font-size: 28px;padding-top: 9%;}
.new .new_lb .zs_n1 i{display: block;color: #524d4d;font-size: 16px;padding-top: 22px;padding-left: 4px;}
.new .new_lb .zs_n1 b{display: block;color: #929292;padding-left: 4px;}
.new .new_lb .zs_n2{width: 69%;float: right;}
.new .new_lb .zs_n2 span{display: block;font-size: 15px;color: #434242;height: 50px;margin: 2% 0;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;width: 100%;}
.new .new_lb .zs_n2 i{display: block;font-size: 12px;}
/*子页-新闻-列表页-结束*/


/*子页-联系我们-开始*/
.p_contact_lx{padding: 20px 0;min-height: 500px;background: #f4f4f4;border-top: 1px solid #fff;}
.p_contact_lx .yy{}
.p_contact_lx .p_lxwm{}
.p_contact_lx .p_lxwm .lx_bt{min-height: 60px;padding: 10px 0;text-align: center;}
.p_contact_lx .p_lxwm .lx_bt span{display: block;padding: 10px 0;font-size: 30px;color: #4e4c4c;}
.p_contact_lx .p_lxwm .lx_bt b{display: block;font-size: 22px;color: #124c95;}
.p_contact_lx .p_lxwm .lx_nr{margin-top: 15px;color: #6f6f6f;}
.pc_dt{height: 430px;width: 1000px;background: #fff;float: left;overflow: hidden;text-align: center;padding: 18px;}
.pc_nr{height: 430px;width: 400px;background: #114c94;float: right;color: #fff;padding: 33px;}
/*WAP-开始*/
.w_contact_lx{min-height: 320px;background: #f4f4f4;border-top: 1px solid #fff;}
.w_contact_lx .w_lxwm{margin: 20px 0;padding: 0 5px;}
.w_contact_lx .w_lxwm .lxbt{padding: 10px;text-align: center;}
.w_contact_lx .w_lxwm .lxbt span{font-size: 18px;color: #4e4c4c;overflow: hidden;display: block;}
.w_contact_lx .w_lxwm .lxbt b{display: block;font-size: 22px;color: #124c95;}
.w_contact_lx .w_lxwm .lxnr{color: #686868;padding: 20px 10px;min-height: 300px;}
.wap_dt{width: 100%;height: 210px;background: #fff;overflow: hidden;text-align: center;padding: 5px;}
.wap_nr{width: 100%;min-height: 330px;background: #114c94;color: #fff;padding: 10px;margin-top: 20px;}
/*子页-联系我们-结束*/


/*子页-公司简介-开始*/
#p_company{min-height: 1000px;background: #f4f4f4;}
.p_jj_dh{height: 86px;border-bottom: 1px solid #ccdded;}
.p_jj_dh li{width: 20%;float: left;border-left: 1px solid #dbdbdb;text-align: center;height: 85px;line-height: 85px;cursor:pointer;}
.p_jj_dh li:last-child{border-right: 1px solid #dbdbdb;}
.p_jj_dh li.jingguo{background: url(../images/p_top.png) no-repeat center top #fff;}

.p_company{}
/*简介*/
.p_company .gsjj{height: 410px;}
.p_company .gsjj .jj_tp{width: 50%;height: 405px;text-align: center;float: left;}
.p_company .gsjj .jj_tp img{width: 100%;height: 100%;}
.p_company .gsjj .jj_nr{width: 50%;height: 405px;background: #fff;float: right;padding: 45px;}
.p_company .gsjj .jj_nr span{display: block;font-size: 30px;color: #323030;}
.p_company .gsjj .jj_nr i{display: block;color: #6e6e6e;line-height: 30px;margin-top: 30px;height: 286px;overflow: scroll;padding-right: 15px;text-align: justify;}
/*领导致辞*/
.p_company .ldzc{height: 366px;margin-top: 55px;}
.p_company .ldzc .ldzc_bt{height: 76px;font-size: 30px;color: #323030;text-align: center;}
.p_company .ldzc .ldzc_lb1{height: 290px;position: relative;zoom: 1;overflow: hidden;}
.ldzc_lb1 #miniNewsRegion{height: 202px;background: #fff;}
.ldzc_lb1 li{height: 202px;}
.ldzc_lb1 .ld_tp{height: 162px;width: 12%;float: left;margin: 1.4% 1.8%;}
.ldzc_lb1 .ld_tp img{height: 162px;width: 162px;border-radius: 100%;}
.ldzc_lb1 .ld_js{margin: 18px 0;float: left;width: 82%;text-align: justify;color: #6d6f70;}
.ldzc_lb1 .ld_js span{display: block;font-size: 18px;margin: 2% 0;}
.ldzc_lb1 .ld_js i{display: block;}
.ldzc_lb1 .pagesize{position:absolute;left: 50%;bottom: 0;width: 80px;margin-left: -40px;}
.ldzc_lb1 .pagesize .prev1{background: url(../images/prev1.png) no-repeat;width: 24px;height: 24px;float: left;}
.ldzc_lb1 .pagesize .next1{background: url(../images/next1.png) no-repeat;width: 24px;height: 24px;float: right;}
.ldzc_lb1 .pagesize .prev1:hover{background: url(../images/prev1_1.png) no-repeat;transform:translate(0,-2px);}
.ldzc_lb1 .pagesize .next1:hover{background: url(../images/next1_1.png) no-repeat;transform:translate(0,-2px);}
/*弹出视频*/

.shipin{position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 9999999999; /*display: none;*/visibility: hidden;opacity: 0;}
.shipin.show{visibility: visible;opacity: 1;}
.movie{/*position: fixed;top: 16%;*/margin-top: 16%;}
.sp_close{width: 50px; height: 50px; background: #000; color: #fff; position: absolute; right: 1%;top: 1%; text-align: center; line-height: 50px; font-size: 30px;cursor:pointer;}
/*@media screen and (max-width: 640px){
    .sp_close{top: -50px;right: 0;}
}*/
@media screen and (min-width: 640px){
    #video{left: 25%;}
}
/*@media screen and (min-width: 640px){
    .sp_close{right: 22.5%;}
}*/

.p_company .tcsp{height: 765px;}
.p_company .tcsp .tcsp_bt{height: 337px;text-align: center;}
.p_company .tcsp .tcsp_bt span{display: block;font-size: 30px;color: #323030;height: 93px;line-height: 93px;}
.p_company .tcsp .tcsp_bt i{display: block;font-size: 16px;color: #6e6e6e;line-height: 48px;}
.p_company .tcsp .tcsp_sp{height: 405px;position: relative;}
/*发展历程*/
.p_company .fzlc{height: 400px;margin-top: 58px;}
.p_company .fzlc .fzlc_bt{height: 85px;text-align: center;font-size: 30px;color: #323030;}
.p_company .fzlc .fzlc_lb1{clear: both;}
.p_company .fzlc .fzlc_lb1 .parHd1{width:100%;display:inline-block;height:92px;overflow:hidden;position: relative;margin-top: 40px;}
.p_company .parHd1 ul{width:100%;text-align:center;margin:0 auto;padding-top:25px !important;}
.p_company .parHd1 .tempWrap{margin:0 auto;}
.p_company .parHd1 .tempWrap:after{content:'';width:108%;height:1px;background:#cdccc9;position:absolute;right:-8%;top:35%;z-index:10;}
.p_company .parHd1 li.no_line:before{display:none;}
.p_company .parHd1 li{display:inline-block;cursor:pointer;padding-top:7px;font-size:16px;color:#000;margin:0 30px;position:relative;}
.p_company .parHd1 li:after{content:'';background:url(../images/dot_ico.png) no-repeat;width:15px;height:15px;position:absolute;z-index:20;top:-12px;left:50%;margin-left:-12px;}
.p_company .parBd1{height: 183px;background: #fff;color: #6d6f70;}
.p_company .parBd1 span{display: block;padding: 40px 25px;line-height: 34px;}
.p_company .parBd1 span h3{margin-bottom: 15px;font-size: 18px;}
.p_company .parBd1 span h4{line-height: 24px;}
.p_company div#listBox {width:100%;}
.p_company .Prev11,.Next11{width:30px;height:30px;display:block;position:absolute;top:6px;}
.p_company .Prev11{left:0;}
.p_company .Next11{right:0;}
.p_company .Prev11 img,.Next11 img{transition:all .6s cubic-bezier(.51,1.1,.9,.95);-moz-transition:all .6s cubic-bezier(.51,1.1,.9,.95);-webkit-transition:all .6s cubic-bezier(.51,1.1,.9,.95);-o-transition:all .6s cubic-bezier(.51,1.1,.9,.95);}
.p_company .parHd1 li.act span{display:block;width:15px;height:15px;overflow:hidden;background:url(../images/cat.png) no-repeat;position:absolute;top:-12px;left:14px;z-index:21;}
.p_company .parHd1 li span,.parHd1 li.clone span{display:none;}
/*荣誉资质*/
.p_company .ryzz{height: 534px;background: url(../images/ryzz_bg.png) no-repeat center;}
.p_company .ryzz_bt{height: 110px;font-size: 30px;color: #323030;text-align: center;padding-top: 50px;}

.p_company .ryzz_xxk1{width: 100%;height: 440px;overflow: hidden;color: #fff;}
.p_company .ryzz_xxk1 .title{width: 25%;float: left;}
.p_company .ryzz_xxk1 .title li{text-align: center;width: 80px;height: 45px;margin: 15% 0;}
.p_company .ryzz_xxk1 .title li a{color: #373636;font-size: 18px;}
.p_company .ryzz_xxk1 .title li.on{border-bottom: 2px solid #13b2ec;}
.p_company .bd1{width: 75%;float: right;}
.slideTxtBox11{height: 340px;padding-top: 50px;position: relative;}
.slideTxtBox11 .hd{float: right;height: 280px;width: 35%;position: absolute;right: 0;top: 50px;}
.slideTxtBox11 .hd ul{position:absolute;top:40px;width: 100%;margin: 100px auto 0 auto;text-align: center;height: 200px;}
.slideTxtBox11 .hd ul li{cursor:pointer;font-size: 16px;height: 60px;line-height: 60px;width: 90%;margin: auto;}
.slideTxtBox11 .hd ul li a{color: #7b7b7b;}
.slideTxtBox11 .hd ul li.on{background: url(../images/shadow.png) no-repeat center;}
.slideTxtBox11 .hd ul li.on a{color: #3b3939;}
.slideTxtBox11 .bd{float: left;width: 52%;}
.slideTxtBox11 .bd ul{padding:0 15px;zoom:1;}
.slideTxtBox11 .bd li{height: 247px;text-align: center; padding: 0; margin: 0;}
.slideTxtBox11 .bd li img{}
.slideTxtBox11 .arrow{}
.slideTxtBox11 .arrow a{display:block;width:22px;height:18px;overflow:hidden;cursor:pointer;}
.slideTxtBox11 .arrow .next{background:url("../images/next3.png") no-repeat;}
.slideTxtBox11 .arrow .prev{background:url("../images/prev3.png") no-repeat;}
/*****WAP开始*****/
#w_company{min-height: 1000px;background: #f4f4f4;}
.w_jj_dh{height: 86px;border-bottom: 1px solid #ccdded;}
.w_jj_dh li{width: 50%;float: left;text-align: center;height: 42px;line-height: 42px;cursor:pointer;}
.w_jj_dh li:nth-child(1){border-right: 1px solid #dbdbdb;border-bottom: 1px solid #dbdbdb;}
.w_jj_dh li:nth-child(2){border-bottom: 1px solid #dbdbdb;}
.w_jj_dh li:nth-child(3){border-right: 1px solid #dbdbdb;}
.w_jj_dh li.jingguo{background: url(../images/p_top.png) no-repeat center top #fff;}

.w_company{}
/*简介*/
.w_company .gsjj{min-height: 410px;background: url(../images/jj_tp2.jpg) no-repeat center;background-size: auto 100%;padding: 2%;}
.w_company .gsjj .jj_nr{width: 100%;min-height: 405px;background: rgba(255, 255, 255, 0.6);padding: 4% 2%;}
.w_company .gsjj .jj_nr span{display: block;font-size: 24px;color: #323030;}
.w_company .gsjj .jj_nr i{display: block;color: #6e6e6e;line-height: 32px;margin-top: 40px;height: 270px;overflow: scroll;padding-right: 5px;}
/*领导致辞*/
.w_company .ldzc{min-height: 540px;margin-top: 55px;}
.w_company .ldzc .ldzc_bt{height: 76px;font-size: 30px;color: #323030;text-align: center;}
.w_company .ldzc .ldzc_lb2{height: 440px;position: relative;zoom: 1;overflow: hidden;width: 96%;}
.ldzc_lb2 #miniNewsRegion{height: 400px;background: #fff;}
.ldzc_lb2 li{height: 400px;}
.ldzc_lb2 .ld_tp{height: 120px;width: 100%;text-align: center;padding-top: 1%;}
.ldzc_lb2 .ld_tp img{height: 120px;width: 120px;border-radius: 100%;}
.ldzc_lb2 .ld_js{padding: 18px 5px;width: 100%;text-align: justify;color: #6d6f70;}
.ldzc_lb2 .ld_js span{display: block;font-size: 18px;margin: 2% 0;}
.ldzc_lb2 .ld_js i{display: block;line-height: 22px;}
.ldzc_lb2 .pagesize{position:absolute;left: 50%;bottom: 0;width: 80px;margin-left: -40px;}
.ldzc_lb2 .pagesize .prev1_1{background: url(../images/prev1_1.png) no-repeat;width: 24px;height: 24px;float: left;}
.ldzc_lb2 .pagesize .next1_1{background: url(../images/next1_1.png) no-repeat;width: 24px;height: 24px;float: right;}
.ldzc_lb2 .pagesize .prev1_1:hover{background: url(../images/prev1_1.png) no-repeat;transform:translate(0,-2px);}
.ldzc_lb2 .pagesize .next1_1:hover{background: url(../images/next1_1.png) no-repeat;transform:translate(0,-2px);}
/*弹出视频*/
.w_company .tcsp{min-height: 470px;}
.w_company .tcsp .tcsp_bt{height: 275px;text-align: center;}
.w_company .tcsp .tcsp_bt span{display: block;font-size: 25px;color: #323030;height: 93px;line-height: 93px;}
.w_company .tcsp .tcsp_bt i{display: block;font-size: 16px;color: #6e6e6e;line-height: 40px;}
.w_company .tcsp .tcsp_sp{min-height: 180px;}
/*发展历程*/
.w_company .fzlc{min-height: 400px;margin-top: 35px;}
.w_company .fzlc .fzlc_bt{height: 85px;text-align: center;font-size: 30px;color: #323030;}
.w_company .fzlc .fzlc_lb2{clear: both;}
.w_company .fzlc .fzlc_lb2 .parHd2{width:100%;display:inline-block;height:92px;overflow:hidden;position: relative;margin-top: 40px;}
.w_company .parHd2 ul{width:100%;text-align:center;margin:0 auto;padding-top:25px !important;}
.w_company .parHd2 .tempWrap{margin:0 auto;}
.w_company .parHd2 .tempWrap:after{content:'';width:108%;height:1px;background:#cdccc9;position:absolute;right:-8%;top:35%;z-index:10;}
.w_company .parHd2 li.no_line:before{display:none;}
.w_company .parHd2 li{display:inline-block;cursor:pointer;padding-top:7px;font-size:16px;color:#000;margin:0 30px;position:relative;}
.w_company .parHd2 li:after{content:'';background:url(../images/dot_ico.png) no-repeat;width:15px;height:15px;position:absolute;z-index:20;top:-12px;left:50%;margin-left:-12px;}
.w_company .parBd2{min-height: 183px;background: #fff;color: #6d6f70;}
.w_company .parBd2 span{display: block;padding: 2%;text-align: justify;}
.w_company .parBd2 span h3{margin-bottom: 15px;font-size: 18px;}
.w_company .parBd2 span h4{line-height: 24px;}
.w_company div#listBox {width:100%;}
.w_company .Prev12,.Next12{width:30px;height:30px;display:block;position:absolute;top:6px;z-index: 99;}
.w_company .Prev12{left:0;}
.w_company .Next12{right:0;}
.w_company .Prev12 img,.Next12 img{transition:all .6s cubic-bezier(.51,1.1,.9,.95);-moz-transition:all .6s cubic-bezier(.51,1.1,.9,.95);-webkit-transition:all .6s cubic-bezier(.51,1.1,.9,.95);-o-transition:all .6s cubic-bezier(.51,1.1,.9,.95);}
.w_company .parHd2 li.act span{display:block;width:15px;height:15px;overflow:hidden;background:url(../images/cat.png) no-repeat;position:absolute;top:-12px;left:14px;z-index:21;}
.w_company .parHd2 li span,.parHd2 li.clone span{display:none;}
/*资质荣誉*/
.w_company .zzry{min-height: 560px;margin-top: 30px;padding-bottom: 10px;}
.w_company .zzry_bt{height: 85px;text-align: center;font-size: 30px;color: #323030;}
.w_company .zzry_lb{width: 100%;height: 470px;overflow: hidden;color: #fff;padding: 3%;}
.w_company .zzry_lb .title{height: 45px;overflow: hidden;}
.w_company .zzry_lb .title li{text-align: center;width: 33.33%;float: left;height: 45px;color: #373636;font-size: 17px;}
.w_company .zzry_lb .title li.on{border-bottom: 2px solid #13b2ec;}
.ryxxk .arrow .next{background:url("../images/next3.png") no-repeat;}
.ryxxk .arrow .prev{background:url("../images/prev3.png") no-repeat;}
@media screen and (width: 320px){
	.ryxxk{height: 370px;}
}
@media screen and (min-width: 330px){
	.ryxxk{height: 407px;}
}
/*子页-公司简介-结束*/


/*子页-产品中心-开始*/
#p_product{min-height: 1000px;background: #f4f4f4;}
/*搜索*/
.p_product .ss{position: relative;width: 100%;height: 48px;margin-top: 80px;}
.p_product .search{height: 48px;width: 356px;background: #fff;border-radius: 30px; position: absolute;z-index: 9;left: 50%;margin-left: -178px;color: #9b9b9b;}
.p_product .search .a{height: 48px;background: none;border: none;width: 295px;padding-left: 5px;}
.p_product .search .b{position: absolute;top: 0px;right: 0;height: 48px;width: 48px;background: url(../images/ss.png) no-repeat center #14b2ec;border-radius: 100%;	border: none;}
.p_product .search .b:hover{box-shadow: #055471 1px 1px 4px;transform: scale(1.1);}
.p_product .search input:-moz-placeholder,.search textarea:-moz-placeholder{color: #9b9b9b;}
.p_product .search input:-ms-input-placeholder,.search textarea:-ms-input-placeholder{color: #9b9b9b;}
.p_product .search input::-webkit-input-placeholder,.search textarea::-webkit-input-placeholder{color: #9b9b9b;}/*
产品列表*/
.p_product .cpzx{margin-top: 50px;}
.p_product .cpzx .cpzx_fl{width: 100%;height: 75px;}
.p_product .cpzx .cpzx_fl a{color: #6c6a6a;}
.p_product .cpzx .cpzx_fl li{float: left;width: 29.33%;background: #fff;height: 67px;margin: 0 2%;border-radius: 10px;box-shadow: #a2a2a2 0px 0px 10px;}
.p_product .cpzx .cpzx_fl li h3{font-weight: normal;height: 67px;line-height: 67px;padding: 0 25px;}
.p_product .cpzx .cpzx_fl li h3 a{float: left;font-size: 16px;}
.p_product .cpzx .cpzx_fl li h3 b{float: right;font-size: 18px;cursor:pointer;}
.p_product .cpzx .cpzx_fl li .d_sub{overflow: hidden;height: 0; transition: height 0.5s; background: #fff;width: 90%;margin: 0px auto;box-shadow: 0px 13px 10px -12px #a2a2a2; position: relative;}
.p_product .cpzx .cpzx_fl li .d_sub dd{width: 100%;height: 33px;padding: 5px;transition: all 0.5s;}
.p_product .cpzx .cpzx_fl li .d_sub dd:hover{transform:translate(10px,0);transition: all 0.5s;}
.p_product .cpzx .cpzx_lb{margin-top: 60px;}
.p_product .cpzx .cpzx_lb li{width: 450px;height: 306px;float: left;background: #fff;margin-bottom: 38px; overflow: hidden;transition: all 0.5s;}
.p_product .cpzx .cpzx_lb li:nth-child(3n-1){margin: 0 25px;}
.p_product .cpzx .cpzx_lb .cp_tp{text-align: center;padding: 15px;transition: all 0.5s;}
.p_product .cpzx .cpzx_lb .cp_tp img{height: 276px;}
.p_product .cpzx .cpzx_lb .cp_mc{text-align: center;transform:translate(0,0);transition: all 0.5s;}
.p_product .cpzx .cpzx_lb .cp_mc a{display: block;color: #fff;font-size: 16px;}
.p_product .cpzx .cpzx_lb .cp_mc b{display: block;color: #fff;}
.p_product .cpzx .cpzx_lb li:hover{transform: scale(1.1); transition: all 0.5s;}
.p_product .cpzx .cpzx_lb li:hover .cp_tp{filter: brightness(70%);transition: all 0.5s;}
.p_product .cpzx .cpzx_lb li:hover .cp_mc{transform:translate(0,-170px);transition: all 0.5s;}
/*WAP开始*/
#w_product{min-height: 550px;background: #f4f4f4;}
/*搜索*/
.w_product .ss{position: relative;width: 100%;height: 48px;margin-top: 30px;}
.w_product .search{height: 48px;width: 300px;background: #fff;border-radius: 30px; position: absolute;z-index: 9;left: 50%;margin-left: -150px;color: #9b9b9b;}
.w_product .search .a{height: 48px;background: none;border: none;width: 295px;padding-left: 5px;}
.w_product .search .b{position: absolute;top: 0px;right: 0;height: 48px;width: 48px;background: url(../images/ss.png) no-repeat center #14b2ec;border-radius: 100%;	border: none;}
.w_product .search .b:hover{box-shadow: #055471 1px 1px 4px;transform: scale(1.1);}
.w_product .search input:-moz-placeholder,.search textarea:-moz-placeholder{color: #9b9b9b;}
.w_product .search input:-ms-input-placeholder,.search textarea:-ms-input-placeholder{color: #9b9b9b;}
.w_product .search input::-webkit-input-placeholder,.search textarea::-webkit-input-placeholder{color: #9b9b9b;}/*
产品列表*/
.w_product .cpzx{margin-top: 30px;}
.w_product .cpzx .cpzx_fl{width: 100%;height: 75px;}
.w_product .cpzx .cpzx_fl a{color: #6c6a6a;}
.w_product .cpzx .cpzx_fl li{float: left;width: 96%;background: #fff;height: 50px;margin: 2%;border-radius: 10px;box-shadow: #a2a2a2 0px 0px 10px;}
.w_product .cpzx .cpzx_fl li h3{font-weight: normal;height: 50px;line-height: 50px;padding: 0 25px;}
.w_product .cpzx .cpzx_fl li h3 a{float: left;font-size: 16px;}
.w_product .cpzx .cpzx_fl li h3 b{float: right;font-size: 18px;cursor:pointer;}
.w_product .cpzx .cpzx_fl li .d_sub{overflow: hidden;height: 0; transition: height 0.5s; background: #fff;width: 90%;margin: 0px auto;box-shadow: 0px 13px 10px -12px #a2a2a2; position: relative;}
.w_product .cpzx .cpzx_fl li .d_sub dd{width: 100%;height: 33px;padding: 5px;transition: all 0.5s;}
.w_product .cpzx .cpzx_fl li .d_sub dd:hover{transform:translate(10px,0);transition: all 0.5s;}
.w_product .cpzx .cpzx_lb{margin-top: 60px;}
.w_product .cpzx .cpzx_lb li{width: 48%;height: 120px;float: left;background: #fff;margin: 5% 1%; overflow: hidden;transition: all 0.5s;}
.w_product .cpzx .cpzx_lb .cp_tp{text-align: center;padding: 5px;transition: all 0.5s;}
.w_product .cpzx .cpzx_lb .cp_tp img{height: 110px;}
.w_product .cpzx .cpzx_lb .cp_mc{text-align: center;transform:translate(0,0);transition: all 0.5s;}
.w_product .cpzx .cpzx_lb .cp_mc a{display: block;color: #fff;font-size: 16px;}
.w_product .cpzx .cpzx_lb .cp_mc b{display: block;color: #fff;}
.w_product .cpzx .cpzx_lb li:hover{transform: scale(0.95); transition: all 0.5s;}
.w_product .cpzx .cpzx_lb li:hover .cp_tp{filter: brightness(70%);transition: all 0.5s;}
.w_product .cpzx .cpzx_lb li:hover .cp_mc{transform:translate(0,-80px);transition: all 0.5s;}


/*子页-领导致辞-开始*/
.p_contact{padding: 20px 0;min-height: 500px;background: #f4f4f4;border-top: 1px solid #fff;}
.p_contact .yy{background: url(../images/ldzc.jpg) no-repeat center;min-height: 600px;background-size: cover;}
.p_contact .p_ldzc{width: 45%;min-height: 600px;background: rgba(0, 0, 0, 0.4);float: left;color: #fff;padding: 20px;}
.p_contact .p_ld1{background: url(../images/lan01.png) no-repeat left bottom;font-size: 24px;color: #FFF;height: 43px;}
.p_contact .p_ld2{width: 90px;height: 90px;border: 1px solid #fff;margin: 20px 0;line-height: 35px;padding: 10px;}
.p_contact .p_ld2 b{display: block;font-size: 22px;text-align: left;}
.p_contact .p_ld2 i{display: block;text-align: right;font-size: 18px;}
.p_contact .p_ld3{padding: 5px 0;}
/*WAP-开始*/
.w_contact{min-height: 320px;background: #f4f4f4;border-top: 1px solid #fff;}
.w_contact .w_ldtp{background: url(../images/ldzc.jpg) no-repeat center bottom;min-height: 255px;background-size: 100%;}
.w_contact .w_ldnr{width: 100%;min-height: 330px;background: #114c94;color: #fff;padding: 10px;margin-bottom: 20px;}
.w_contact .w_ldnr .w_ld1{}
.w_contact .w_ldnr .w_ld1 span{font-size: 18px;overflow: hidden;display: block;}
.w_contact .w_ldnr .w_ld1 b{display: block;font-size: 26px;}
.w_contact .w_ldnr .w_ld2{width: 90px;height: 90px;border: 1px solid #fff;margin: 20px 0;line-height: 35px;padding: 10px;}
.w_contact .w_ldnr .w_ld2 b{display: block;font-size: 22px;text-align: left;}
.w_contact .w_ldnr .w_ld2 i{display: block;text-align: right;font-size: 18px;}
.w_contact .w_ldnr .w_ld3{padding-bottom: 20px;text-align: justify;}
/*子页-领导致辞-结束*/


/*下一页*/
.page {padding:20px;text-align: center;clear: both;}
.page span.close,
.page strong,
.page a {/*display: inline-block;*/padding: 3px 8px;margin-right: 10px;background: #F5f5f5;color: #5a5a5a;}
.page strong.selfpage {background: #14b2ec;color: #ffffff;}
.page a {background: #bbbbbb;color: #ffffff;}
.page a:hover {background: #14b2ec;color: #fff;}
.page .count{display: none;}
.page .close{display: none;}
.page .next{display: none;}

















