@charset "utf-8";
/* CSS Document */

*{ margin:0; padding:0; border:none; border-radius:0; outline:none;}
a{ text-decoration:none; color:#333;}
dl,dd,dt,ol,ul,li{ list-style:none;}
.fl{ float:left;}
.fr{ float:right;}
.ov{ overflow:hidden;}
.dis{ display:block !important;}
.dn{ display:none !important;}
body,html{ width:100%; height:100%; color:#333; font-family:"Microsoft YaHei",sans-serif, serif; font-weight:lighter;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{ color:#fff;} 
input:-moz-placeholder,textarea:-moz-placeholder{ color:#fff;} 
input::-moz-placeholder,textarea::-moz-placeholder{ color:#fff;} 
input:-ms-input-placeholder,textarea:-ms-input-placeholder{ color:#fff;} 
input{ text-align:center;}
input[type=checkbox]{ -webkit-appearance:checkbox;}

/*header*/
.nav_menu{ width:100%; height:111px; background-image:url(../images/head_01.png); background-position:top center; background-repeat:no-repeat; position:absolute; left:0; top:0; z-index:990;}
.nav_menu .list{ width:1200px; margin:auto; height:44px; position:relative; z-index:999;}
.nav_menu .list .logo{ height:44px; overflow:hidden; margin-top:20px;}
.nav_menu .list .logo img{ display:block; height:44px;}
.nav_menu .list ul{ float:left; margin-left:130px; height:100px; width:740px;}
.nav_menu .list ul li{ display:block; float:left; margin-right:40px; padding:31px 0; height:28px; cursor:pointer;}
.nav_menu .list ul li a{ height:28px; line-height:28px; display:block; font-size:16px; color:#fff;}
.nav_menu .list ul li.selected a{ border-bottom:1px solid #008bc8; color:#008bc8;}
.nav_menu .list .yy{ height:28px; line-height:28px; font-size:14px; text-transform:uppercase; padding-top:31px;}
.nav_menu .list .yy a{ display:block; float:left; margin-left:20px; color:#fff;}
.nav_menu .list .yy a:hover{ color:#008bc8;}

.nav_menu .box{ width:100%; position:fixed; left:0; top:0; z-index:997; background-image:url(../images/xial.png); background-position:top center; background-repeat:no-repeat;}
.nav_menu .box .cont{ width:1200px; margin:auto;}
.nav_menu .box .bd{ width:340px; height:360px; overflow:hidden; padding-top:130px; float:left;}
.nav_menu .box .bd dl{ display:block; width:100%; height:360px; overflow:hidden;}
.nav_menu .box .bd ul{ display:none; width:100%; height:360px; overflow:hidden;}
.nav_menu .box .bd strong{ display:block; overflow:hidden; width:100%; height:220px;}
.nav_menu .box .bd strong img{ width:100%; display:block;}
.nav_menu .box .bd span{ display:block; font-size:18px; color:#fff; height:36px; line-height:36px; overflow:hidden; padding-top:10px;}
.nav_menu .box .bd p{ display:block; font-size:14px; color:#fff; height:72px; line-height:24px; overflow:hidden;}
.nav_menu .box .hd{ width:840px; height:360px; padding-top:130px; float:right;}
.nav_menu .box .hd ul{ display:block; position:relative; z-index:11; height:300px; width:860px; overflow-x:hidden; overflow-y:auto;}
.nav_menu .box .hd ul::-webkit-scrollbar{ width:0; height:1px;}
.nav_menu .box .hd ul::-webkit-scrollbar-thumb{ border-radius:10px; background-color:#f35740;}
.nav_menu .box .hd ul::-webkit-scrollbar-track{ border-radius:10px; background:rgba(0,0,0,0.7);}
.nav_menu .box .hd ul li{ width:380px; display:block;}
.nav_menu .box .hd ul li a{ width:320px; padding:0 10px; display:block; margin:0 20px; border-bottom:1px solid #eee; height:36px; line-height:36px; font-size:14px; color:#fff; overflow:hidden;}
.nav_menu .box .hd ul li a span{ display:block; float:right; color:#fff !important; width:12px; height:36px; background-image:url(../images/nav.png); background-position:center; background-repeat:no-repeat;}
.nav_menu .box .hd ul li dl{ display:none; position:absolute; left:380px; top:0; height:300px; overflow:auto;}
.nav_menu .box .hd ul li dl::-webkit-scrollbar{ width:0; height:1px;}
.nav_menu .box .hd ul li dl::-webkit-scrollbar-thumb{ border-radius:10px; background-color:#f35740;}
.nav_menu .box .hd ul li dl::-webkit-scrollbar-track{ border-radius:10px; background:rgba(0,0,0,0.7);}
.nav_menu .box .hd ul li dl dt{ width:460px; display:block; height:37px;}
.nav_menu .box .hd ul li dl dt a{ border-bottom:1px solid #eee; width:400px; background-color:#0581c5 !important; overflow:hidden;}
.nav_menu .box .hd ul li.on dl{ display:block;}
.nav_menu .box .hd ul li.on a{ background-color:#005c8f;}
.nav_menu .box .hd ul li.on dl a:hover{ background-color:#005c8f !important;}
.nav_menu .n03 li{ float:left;}
.nav_menu .n03{ width:100% !important; background-image:url(../images/xial01.png); background-position:top center; background-repeat:no-repeat;}
.nav_menu .n03 .box01{ width:1200px; margin:auto;}

/*banner*/
.banner{ width:100%; position:relative; height:900px;}
.banner .bg{ width:1920px; position:absolute; left:50%; margin-left:-960px; top:0; z-index:0;}
.banner .mask{ width:1920px; position:absolute; left:50%; margin-left:-960px; top:0; z-index:0;}
.banner img{ display:block; width:100%;}
.banner .serbox{ width:760px; position:absolute; left:50%; margin-left:-380px; top:318px; z-index:13;}
.banner .serbox .tu{ width:720px; margin:auto;}
.banner .serbox .ser{ width:718px; height:58px; border:1px solid rgba(255,255,255,.7); border-radius:10px; margin:auto; margin-top:32px;}
.banner .serbox .ser p{ width:600px; display:block; float:left; margin-left:20px; height:58px;}
.banner .serbox .ser p input{ width:100%; display:block; height:58px; line-height:58px; font-size:18px; color:#ccc; overflow:hidden; background-color:transparent; text-align:left; opacity:.5;}
.banner .serbox .ser p input::-webkit-input-placeholder{ color:#ccc;} 
.banner .serbox .ser p input:-moz-placeholder{ color:#ccc;} 
.banner .serbox .ser p input::-moz-placeholder{ color:#ccc;} 
.banner .serbox .ser p input:-ms-input-placeholder{ color:#ccc;} 
.banner .serbox .ser span{ width:24px; display:block; float:right; margin-right:20px; height:58px;}
.banner .serbox .ser span input{ width:100%; display:block; height:58px; overflow:hidden; background-color:transparent; background-image:url(../images/ser_07.png); background-position:center; background-repeat:no-repeat; cursor:pointer;}
.banner .serbox .sg{ width:100%; display:block; text-align:center; margin-top:20px;}
.banner .serbox .sg li{ display:inline-block; margin:0 7px; margin-top:20px; background-color:rgba(255,255,255,0.7); height:40px; line-height:40px; font-size:14px; color:#333;}
.banner .serbox .sg li a{ color:#333; display:block; padding:0 30px; font-weight:bold;}
.banner .serbox .sg li:hover{ background-color:#008bc8;}
.banner .serbox .sg li:hover a{ color:#fff;}

.banner button{ width:50px; height:50px; background-position:center; background-repeat:no-repeat; display:block; background-image:url(../images/no.png); background-color:transparent; cursor:pointer; position:absolute; right:1%; bottom:50px; z-index:15;}
.banner button.on{ background-image:url(../images/on.png);}

/*about*/
.abox{ width:1200px; margin:60px auto;}
.abox .left{ width:530px; overflow:hidden;}
.abox .left .cn{ width:100%; font-size:30px; height:44px; line-height:44px;}
.abox .left .en{ width:100%; font-size:36px; height:44px; line-height:44px; text-transform:uppercase; font-family:Courier New;}
.abox .left .jian{ width:100%; font-size:22px; height:40px; line-height:40px;}
.abox .left .jian a{ display:block; float:left;}
.abox .left .jian span{ display:block; float:left; width:6px; height:6px; border-radius:10px; background-color:#333; margin:17px 10px;}
.abox .left .jian p{ display:block; float:left; color:#008bc8;}
.abox .left .wen{ width:100%; line-height:24px; font-size:16px; margin-top:14px;}
.abox .left .wen span,.abox .left .wen p{ font-size:16px !important;}
.abox .left .more{ width:80px; height:22px; line-height:22px; font-size:16px;}
.abox .left .more a{ display:block; width:100%; height:22px; background-image:url(../images/mask_11.png); background-position:right center; background-repeat:no-repeat;}
.abox .left .more a:hover{ color:#008bc8; background-image:url(../images/righth_17.png); background-size:10px 8px;}

.abox .right{ width:620px; height:450px; float:right; position:relative;}
.abox .right p{ width:80px; height:80px; position:absolute; left:270px; top:185px; z-index:11; background-image:url(../images/about.png); background-position:center; background-repeat:no-repeat;}
.abox .right p span{ width:34px; height:34px; display:block; margin:23px auto; transform:rotate(45deg); -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg);}
.abox .right .a01{ width:304px; height:220px; position:absolute; left:0; top:0; z-index:10;}
.abox .right .a01 a{ width:100%; height:220px; display:block; overflow:hidden;}
.abox .right .a02{ width:266px; height:202px; position:absolute; right:40px; top:20px; z-index:10;}
.abox .right .a02 a{ width:100%; height:202px; display:block; overflow:hidden;}
.abox .right .a03{ width:266px; height:202px; position:absolute; left:40px; bottom:20px; z-index:10;}
.abox .right .a03 a{ width:100%; height:202px; display:block; overflow:hidden;}
.abox .right .a04{ width:304px; height:220px; position:absolute; right:0; bottom:0; z-index:10;}
.abox .right .a04 a{ width:100%; height:220px; display:block; overflow:hidden;}
.abox .right a img{ height:100%; display:block;
	transition-delay:0s;
    transition-duration:1s;
    transition-property:all;
    transition-timing-function:ease;
	/* Firefox 4 */
	-moz-transition-delay:0s;
    -moz-transition-duration:1s;
    -moz-transition-property:all;
    -moz-transition-timing-function:ease;
	/* Safari 和 Chrome */
	-webkit-transition-delay:0s;
    -webkit-transition-duration:1s;
    -webkit-transition-property:all;
    -webkit-transition-timing-function:ease;
	/* Opera */
	-o-transition-delay:0s;
    -o-transition-duration:1s;
    -o-transition-property:all;
    -o-transition-timing-function:ease;
}
.abox .right a:hover img{
	transform:scale(1.1, 1.1);
	-ms-transform:scale(1.1, 1.1); 	/* IE 9 */
	-moz-transform:scale(1.1, 1.1); 	/* Firefox */
	-webkit-transform:scale(1.1, 1.1); /* Safari 和 Chrome */
	-o-transform:scale(1.1, 1.1); 	/* Opera */
}

/*行业*/
#pagewrap{ width:100%; height:740px; position:relative;}
.leitbild-container{ overflow:hidden; height:740px; width:100%; position:relative;}
.leitbild-container .bg{ height:740px; width:100%; overflow:hidden; position:absolute; left:0; top:0; z-index:0; text-align: left; background-position:center; background-size:cover; background-repeat:no-repeat; opacity:0;}
.leitbild-container .bg img{ width:100%; height:740px; display:block;}
.leitbild-container .bg.act{ opacity:1;}
.leitbild-container .leitbild-item{ height:740px; width:100%; overflow:hidden; position:absolute; left:0; top:0; z-index:1; text-align: left;}
.leitbild-container .leitbild-item.act{ z-index:2;}
.leitbild-container .col-md-push-6{ width:100%; height:740px; position:relative;}
.leitbild-container .col-md-push-6 .text{ width:1920px; height:740px; position:absolute; left:50%; top:0; margin-left:-960px; background-image:url(../images/hy_14.png); background-position:left center; background-repeat:no-repeat; z-index:11;}
.leitbild-container .col-md-push-6 .text .col-md-push-2{ width:1200px; height:740px; margin:auto; overflow:hidden;}
.leitbild-container .col-md-push-6 .text .cn{ font-size:30px; line-height:52px; height:52px; overflow:hidden; width:460px; margin-top:207px;}
.leitbild-container .col-md-push-6 .text .biao{ font-size:24px; line-height:40px; height:40px; overflow:hidden; width:460px; margin-top:10px;}
.leitbild-container .col-md-push-6 .text .wen{ font-size:16px; line-height:34px; height:238px; overflow:hidden; width:460px; margin-top:5px; text-align:justify;}
.leitbild-container .col-md-push-6 .text .more{ width:80px; height:22px; line-height:22px; font-size:16px; margin-top:16px;}
.leitbild-container .col-md-push-6 .text .more a{ display:block; width:100%; height:22px; background-image:url(../images/mask_11.png); background-position:right center; background-repeat:no-repeat;}
.leitbild-container .col-md-push-6 .text a:hover{ color:#008bc8;}
.leitbild-container .col-md-push-6 .text .more a:hover{ background-image:url(../images/righth_17.png); background-size:10px 8px;}

.leitbild-container .nav-container{ display: block; width:50%; float:right; height:740px; position:relative; z-index:3;}
.leitbild-container .circleNav{ position: absolute; left:50%; margin-left:-370px; top: 0; width:740px; height:740px; z-index:1;}
.leitbild-container .circleNav img{ transition: 0.5s linear; width:740px;}
.leitbild-container .nav-container .navTitle{ display:none; position:absolute; left:330px; text-align:center; top:342px; height:56px; line-height:56px; z-index:15; color:#fff; font-size:20px;}
.leitbild-container .nav-container .navTitle.act{ display:block; font-weight:bold; z-index:16;}
.leitbild-container .nav-container .navTitle.act a{ color:#fff;}
.arrows{ width:160px; height:24px; position:absolute; left:50%; margin-left:-80px; top:358px; z-index:20;}
.arrows .prev,.arrows .next{ width:31px; height:24px; display:block; cursor:pointer;}
.arrows .prev{ float:left;}
.arrows .next{ float:right;}

/*.focusBox .circleNav{ width:100%; height:740px; position:absolute; left:0; top:0; z-index:11;}
.focusBox .circleNav img{ display:block; margin:auto;}
.focusBox .pic{ width:1920px; height:740px; display:block; left:50%; margin-left:-960px; position:absolute !important; z-index:13; background-image:url(../images/hy_14.png); background-position:left center; background-repeat:no-repeat;}
.focusBox .pic li{ width:1200px; display:block; height:740px; overflow:hidden; position:static !important; margin:auto;}
.focusBox .pic li .cn{ font-size:30px; line-height:52px; height:52px; overflow:hidden; width:460px; margin-top:207px;}
.focusBox .pic li .biao{ font-size:20px; line-height:40px; height:40px; overflow:hidden; width:460px; margin-top:10px;}
.focusBox .pic li .wen{ font-size:14px; line-height:24px; height:240px; overflow:hidden; width:460px; margin-top:5px;}
.focusBox .pic li .more{ width:70px; height:22px; line-height:22px; font-size:14px; margin-top:16px;}
.focusBox .pic li .more a{ display:block; width:100%; height:22px; background-image:url(../images/mask_11.png); background-position:right center; background-repeat:no-repeat;}
.focusBox .pic li a:hover{ color:#008bc8;}
.focusBox .pic li .more a:hover{ background-image:url(../images/righth_17.png); background-size:10px 8px;}
.focusBox .txt{ width:100%; height:740px; position:absolute; right:0; top:0; z-index:10; background-image:url(../images/hy.jpg); background-position:center; background-repeat:no-repeat;}
.focusBox .txt li{ width:100%; height:740px; overflow:hidden; display:none !important;}
.focusBox .txt li img{ height:740px; display:block; float:right;}
.focusBox .prev,.focusBox .next{ width:31px; height:24px; position:absolute; top:358px; z-index:14; display:block; cursor:pointer;}
.focusBox .prev{ left:50%; margin-left:-80px;}
.focusBox .next{ left:50%; margin-left:48px;}
.focusBox .hd{ width:306px; position:absolute; left:50%; margin-left:154px; text-align:center; top:342px; height:56px; z-index:15; background-image:url(../images/hy_03.jpg); background-position:center; background-repeat:no-repeat;}
.focusBox .hd li{ display:none; height:56px; line-height:56px; color:#fff; font-size:20px;}
.focusBox .hd li.on{ display:block;}*/

/*产品*/
.pbox{ width:100%; position:relative; height:640px;}
.pbox .tab-hd{ width:550px; height:460px; position:absolute; top:90px; left:50%; margin-left:-575px; z-index:99; background-image:url(../images/cp_22.png); background-position:center; background-repeat:no-repeat;}
.pbox .tab-hd div{ display:block; height:62px; line-height:62px; font-size:30px; padding-top:34px; padding-left:157px;}
.pbox .tab-hd ul{ width:100%; display:block; overflow:hidden;}
.pbox .tab-hd ul li{ width:382px; display:block; padding-left:40px; height:40px; line-height:40px; margin-bottom:1px; background-image:url(../images/cpon01_22.png); background-repeat:no-repeat; font-size:18px;}
.pbox .tab-hd ul li.on{ background-image:url(../images/cpon_22.png);}
.pbox .tab-hd ul li.on a{ color:#fff; display:block; width:100%;}
.pbox .tab-bd{ width:1920px; position:absolute; left:50%; margin-left:-960px; top:0; z-index:11;}
.pbox .tab-bd .tab-pal{ width:100%; height:640px; position:relative; display:none;}
.pbox .tab-bd .tab-pal .left{ width:100%; height:640px; overflow:hidden;}
.pbox .tab-bd .tab-pal .left img{ width:100%; display:block;}
.pbox .tab-bd .tab-pal .right{ width:820px; padding-left:220px; float:right; height:640px; overflow:hidden; position:absolute; right:0; top:0; z-index:12; background-image:url(../images/cp_21.png); background-position:right center; background-repeat:no-repeat;}
.pbox .tab-bd .tab-pal .right .biao{ font-size:24px; line-height:46px; height:46px; overflow:hidden; width:460px; margin-top:186px;}
.pbox .tab-bd .tab-pal .right .biao a{ color:#fff; font-weight:normal;}
.pbox .tab-bd .tab-pal .right .wen{ font-size:16px; line-height:34px; height:170px; overflow:hidden; width:460px; margin-top:13px; color:#fff; text-align:justify;}
.pbox .tab-bd .tab-pal .right .more{ width:80px; height:22px; line-height:22px; font-size:16px; margin-top:40px;}
.pbox .tab-bd .tab-pal .right .more a{ display:block; width:100%; height:22px; color:#fff; background-image:url(../images/nav.png); background-size:10px 8px; background-position:right center; background-repeat:no-repeat;}

/*数据*/
.sbox{ width:100%; background-color:#f1f1f1; padding:65px 0;}
.sbox .title{ line-height:64px; font-size:30px; text-align:center;}
.sbox .title p{ display:inline-block; border-bottom:1px solid #008bc8; margin:auto; font-weight:normal;}
.sbox .box{ width:1200px; margin:auto; margin-top:40px;}
.sbox .box ul{ width:1220px; display:block; overflow:hidden;}
.sbox .box ul li{ width:285px; height:190px; display:block; float:left; margin-right:20px; margin-bottom:20px; background-color:#008bc8; overflow:hidden; text-align:center;}
.sbox .box ul li a{ display:block; padding-top:20px; height:70px; line-height:70px; color:#fff; font-size:42px;}
.sbox .box ul li a span{ color:#fff;}
.sbox .box ul li b{ display:block; height:25px;}
.sbox .box ul li b img{ display:block; margin:auto;}
.sbox .box ul li p{ width:245px; margin:auto; display:block; padding-top:17px; height:48px; line-height:24px; color:#fff; font-size:14px;}

/*资料*/
.nbox{ width:1200px; margin:79px auto; margin-bottom:85px;}
.nbox .slideGroup{ position:relative; float:left; width:860px;}
.nbox .slideGroup .parHd{ width:100%; height:82px;}
.nbox .slideGroup .parHd .biao{ float:left;}
.nbox .slideGroup .parHd .biao span{ display:block; font-size:26px; height:40px; line-height:40px; font-weight:normal;}
.nbox .slideGroup .parHd .biao a{ display:block; width:80px; height:22px; line-height:22px; font-size:16px; margin-top:20px; background-image:url(../images/mask_11.png); background-position:right center; background-repeat:no-repeat;}
.nbox .slideGroup .parHd .biao a:hover{ color:#008bc8; background-image:url(../images/righth_17.png); background-size:10px 8px;}
.nbox .slideGroup .parHd ul{ display:block; float:right; padding-top:27px; width:400px; margin-right:80px;}
.nbox .slideGroup .parHd ul li{ width:140px; height:30px; line-height:30px; text-align:center; color:#fff; font-size:14px; margin-left:-10px; background-image:url(../images/news_33.png); background-position:center; background-repeat:no-repeat; float:left; display:block; cursor:pointer;}
.nbox .slideGroup .parHd ul li.on{ background-image:url(../images/newsh_30.png);}
.nbox .slideGroup .parBd{ width:100%; margin-top:35px;}
.nbox .slideGroup .parBd .slideBox{ width:100%; display:none; position:relative;}
.nbox .slideGroup .parBd .slideBox .xw{ width:100%; height:220px;}
.nbox .slideGroup .parBd .slideBox .xw .left{ width:340px; height:220px; float:left;}
.nbox .slideGroup .parBd .slideBox .xw .left img{ width:100%; display:block;}
.nbox .slideGroup .parBd .slideBox .xw .right{ width:520px; margin-top:9px; float:left;}
.nbox .slideGroup .parBd .slideBox .xw .right .bt{ margin-left:20px; width:410px; height:32px; line-height:32px; font-size:18px; font-weight:bold;}
.nbox .slideGroup .parBd .slideBox .xw .right .bt a:hover{ color:#008bc8;}
.nbox .slideGroup .parBd .slideBox .xw .right .sj{ padding-left:20px; width:500px; height:36px; line-height:36px; font-size:14px;}
.nbox .slideGroup .parBd .slideBox .xw .right .wen{ width:410px; margin-left:20px; padding-top:3px; font-size:14px; line-height:24px; height:96px;}
.nbox .slideGroup .parBd .slideBox .xw .right .more{ width:80px; height:22px; line-height:22px; font-size:16px; margin-top:10px; margin-left:20px;}
.nbox .slideGroup .parBd .slideBox .xw .right .more a{ display:block; width:100%; height:22px; background-image:url(../images/mask_11.png); background-position:right center; background-repeat:no-repeat;}
.nbox .slideGroup .parBd .slideBox .xw .right .more a:hover{ color:#008bc8; background-image:url(../images/righth_17.png); background-size:10px 8px;}
.nbox .slideGroup .parBd .slideBox .tempWrap{ width:770px !important; display:block; overflow:hidden; height:170px; margin-top:19px; position:relative;}
.nbox .slideGroup .parBd .slideBox ul li{ width:274px; display:block; float:left; height:170px; overflow:hidden;}
.nbox .slideGroup .parBd .slideBox ul li .time{ width:100px; height:54px; line-height:38px; font-size:14px; border-bottom:1px solid #008bc8;}
.nbox .slideGroup .parBd .slideBox ul li .time span{ font-size:36px;}
.nbox .slideGroup .parBd .slideBox ul li .biaot{ width:220px; height:28px; line-height:28px; font-size:18px; padding-top:15px;}
.nbox .slideGroup .parBd .slideBox ul li .biaot a:hover{ color:#008bc8;}
.nbox .slideGroup .parBd .slideBox ul li .wz{ width:220px; height:72px; line-height:24px; font-size:14px;}

.nbox .xz{ width:340px; float:left;}
.nbox .xz .title{ width:100%;}
.nbox .xz .title p{ display:block; font-size:26px; height:40px; line-height:40px; font-weight:normal;}
.nbox .xz .title a{ display:block; width:80px; height:22px; line-height:22px; font-size:16px; margin-top:20px; background-image:url(../images/mask_11.png); background-position:right center; background-repeat:no-repeat;}
.nbox .xz .title a:hover{ color:#008bc8; background-image:url(../images/righth_17.png); background-size:10px 8px;}
.nbox .xz .tu{ width:100%; margin-top:35px; height:220px; position:relative;}
.nbox .xz .tu img{ width:100%; display:block;}
.nbox .xz .tu p{ width:260px; padding-left:20px; font-size:18px; height:38px; line-height:38px; color:#fff; display:block; position:absolute; left:0; bottom:0; background-image:url(../images/xz_33.png); background-position:left bottom; background-repeat:no-repeat;}
.nbox .xz .wen{ width:100%; margin-top:19px; font-size:16px; line-height:24px; height:175px;}

/*合作*/
.hbox{ width:100%; padding-top:43px; padding-bottom:84px; background-image:url(../images/hz_45.jpg); background-size:cover; background-position:top center; background-repeat:no-repeat;}
.hbox .title{ height:82px; line-height:82px; font-size:30px; color:#fff; width:1200px; margin:auto; font-weight:normal;}
.hbox .wen{ width:1200px; margin:auto;}
.hbox .wen table{ width:100%;}
.hbox .wen td,.hbox .wen p{ line-height:28px; font-size:16px; color:#fff; padding-right:30px;}
.hbox #tab{ width:100%; margin-top:26px;}
.hbox #tab .tab_menu{ width:1190px; padding-left:10px; margin:auto; margin-top:25px; display:block; overflow:hidden;}
.hbox #tab .tab_menu li{ width:140px; height:30px; line-height:30px; display:block; float:left; margin-left:-10px; text-align:center; font-size:14px; color:#fff; cursor:pointer; background-image:url(../images/hz.png); background-size:100% 100%; background-position:center; background-repeat:no-repeat;}
.hbox #tab .tab_menu li.selected{ background-image:url(../images/hzh.png); color:#333;}
.hbox #tab .tab_box{ width:100%; position:relative; margin-top:30px; height:243px;}
.hbox #tab .tab_box .box{ width:1200px; margin:auto;}
.hbox #tab .tab_box .box .bd{ position:relative; overflow:hidden;}
.hbox #tab .tab_box .box .tempWrap{ width:100% !important;}
.hbox #tab .tab_box .box .bd li{ display:block; width:200px; border-right:1px solid #fff; float:left; height:181px; overflow:hidden;}
.hbox #tab .tab_box .box .bd li a{ width:100%; height:90px; display:block; overflow:hidden;}
.hbox #tab .tab_box .box .bd li b{ width:100%; height:1px; display:block; background-color:#fff;}
.hbox #tab .tab_box .box .bd li a span{ width:100%; height:90px; display:block; overflow:hidden;}
.hbox #tab .tab_box .box .bd li a p{ width:100%; height:90px; display:none; overflow:hidden; background-color:#fff;}
.hbox #tab .tab_box .box .bd li img{ height:90px; display:block; margin:auto;}
.hbox #tab .tab_box .box .bd li a:hover p{ display:block;}
.hbox #tab .tab_box .box .bd li a:hover span{ display:none;}
.hbox #tab .tab_box .box .hd{ width:1200px; margin:auto; margin-top:30px;}
.hbox #tab .tab_box .box .hd .prev{ width:32px; height:32px; display:block; float:left; cursor:pointer; background-image:url(../images/left_48.png); background-repeat:no-repeat; background-position:center;}
.hbox #tab .tab_box .box .hd .next{ width:32px; height:32px; display:block; float:left; cursor:pointer; background-image:url(../images/right_50.png); background-repeat:no-repeat; background-position:left center; margin-left:14px;}
.hbox #tab .tab_box .box .hd .prev:hover{ background-image:url(../images/lefth_48.png);}
.hbox #tab .tab_box .box .hd .next:hover{ background-image:url(../images/righth_50.png);}
.hbox #tab .tab_box .box .hd span{ display:block; float:left; margin-left:25px; height:32px; line-height:32px; font-size:14px; color:#fff;}

/*footer*/
.footer{ width:100%; margin-top:-30px; background-image:url(../images/footer_54.png); background-position:top center; background-repeat:no-repeat; padding-top:118px;z-index:99; position:relative;}
.footer .foot{ width:1200px; margin:auto; height:450px; margin-bottom:92px;}
.footer .foot .left{ width:819px; margin-top:-3px; border-right:1px solid #fff; float:left;}
.footer .foot .left dl{ display:block; width:200px; float:left; height:202px; margin-bottom:40px; overflow:hidden;}
.footer .foot .left dl dt{ display:block; height:24px; font-size:18px; line-height:24px; margin-bottom:10px; font-weight:bold;}
.footer .foot .left dl dt a{ color:#fff;}
.footer .foot .left dl dd{ padding-left:15px; width:170px; display:block; height:24px; line-height:24px; font-size:14px; color:#fff; background-image:url(../images/foot_55.png); background-position:left center; background-repeat:no-repeat; overflow:hidden;}
.footer .foot .left dl dd a{ color:#fff;}
.footer .foot .right{ margin-left:60px; width:320px; float:left;}
.footer .foot .right .logo{ height:70px;}
.footer .foot .right .logo img{ display:block; height:70px;}
.footer .foot .right .ma{ width:340px; margin-top:40px;}
.footer .foot .right .ma p{ display:block; float:left; width:110px; margin-right:60px; overflow:hidden;}
.footer .foot .right .ma p strong{ width:100%; display:block; overflow:hidden;}
.footer .foot .right .ma p strong img{ width:100%; display:block;}
.footer .foot .right .ma p span{ width:100%; text-align:center; display:block; height:34px; line-height:34px; font-size:14px; color:#fff;}
.footer .foot .right .tel{ margin-top:23px;}
.footer .foot .right .tel span{ display:block; color:#fff; font-size:14px; height:24px; line-height:24px; overflow:hidden;}
.footer .foot .right .tel p{ display:block; color:#fff; font-size:30px; height:36px; line-height:36px; overflow:hidden;}
.footer .foot .right .di{ margin-top:36px; font-size:14px; line-height:24px; color:#fff;}
.footer .foot .right .bq{ margin-top:10px; font-size:14px; line-height:24px; color:#fff;}
.footer .foot .right .bq a{ color:#fff;}

/*内页*/
.nav_menu.fixed{ position:fixed;}
.ban{ width:100%; height:540px; position:relative; z-index:111;}
.ban img{ display:block; width:1920px; position:absolute; left:50%; margin-left:-960px; top:0; z-index:0;}
.ban .mask{ width:100%; height:540px; position:absolute; left:0; top:0; z-index:11; background-color:rgba(0,0,0,0.5);}
.ban .mask .title{ width:1080px; margin:auto; padding-top:182px; font-size:30px; height:76px; line-height:76px; color:#fff; font-weight:normal;}
.ban .mask .wen{ width:800px; padding-right:280px; margin:auto; font-size:18px; line-height:36px; color:#fff; text-align:justify;}

/*关于我们*/
.indexnav_wrap{ width:1200px; display:block; margin:auto; position:absolute; left:50%; margin-left:-600px; top:490px !important; z-index:111; height:50px; background-color:#f1f1f1; display:block;}
.indexnav_wrap ul{ display:block; width:100%; text-align:center;}
.indexnav_wrap ul li{ display:block; float:left; text-align:center;}
.indexnav_wrap ul li a{ font-weight:bold; padding:0 20px; display:block; height:50px; line-height:50px; font-size:16px; overflow:hidden;}
.indexnav_wrap ul li:hover a,.indexnav_wrap ul li.on a{background-color:#008bc8; color:#fff;}

#tbox{ width:100%; position:fixed; left:0; top:0; z-index:111; background-color:#f1f1f1; display:none;}
#tbox ul{ display:table; width:1200px; margin:auto; overflow:hidden; text-align:center;}
#tbox ul li{ display:block; float:left;}
#tbox ul li a{ font-weight:bold; padding:0 20px; display:block; height:50px; line-height:50px; font-size:16px; overflow:hidden;}
#tbox ul li:hover a{ background-color:#008bc8; color:#fff;}
.indexnav_wrap ul.n01 li{ width:200px;}
#tbox ul.n01 li{ width:14.2857%;}

.row{ width:100%; margin:auto; position:relative; z-index:0;}
.mainpage{ overflow:hidden;}
.row h2{ padding-top:70px;}
.mainpage1{ width:1200px; margin:auto;}
.mainpage1 .left{ width:490px; float:left; margin-left:60px;}
.mainpage1 .left .biao{ height:22px; line-height:22px; font-size:22px; margin-bottom:13px; font-weight:bold;}
.mainpage1 .left .wen{ width:100%; font-size:14px; line-height:24px;}
.mainpage1 .right{ width:640px; height:350px; float:right;}
.mainpage1 .right img{ width:100%; display:block;}
.mainpage1 .right iframe{ width:640px; height:350px; display:block;}

.mainpage2{ width:1200px; margin:auto; position:relative;}
.mainpage2 .left{ width:700px; height:400px; background-image:url(../images/about_04.png); background-position:left center; background-repeat:no-repeat; position:absolute; left:0; top:0;}
.mainpage2 .left .biao{ padding-left:60px; padding-top:74px; width:480px; font-size:22px; height:28px; line-height:28px; color:#fff; font-weight:bold;}
.mainpage2 .left .wen{ padding-left:60px; padding-top:10px; width:480px; font-size:14px; line-height:24px; color:#fff;}
.mainpage2 .left .wen p,.mainpage2 .left .wen span{ color:#fff !important;}
.mainpage2 .right{ width:100%; height:400px;}
.mainpage2 .right img{ width:100%; display:block;}

.mainpage3{ width:1200px; margin:auto;}
.mainpage3 .title{ width:100%; margin-bottom:29px; text-align:center;}
.mainpage3 .title span{ height:44px; display:block;}
.mainpage3 .title span img{ height:44px; display:block; margin:auto;}
.mainpage3 .title p{ width:88px; height:42px; line-height:42px; font-size:22px; border-top:1px solid #008bc8; margin:auto; display:block; margin-top:10px; font-weight:bold;}
.mainpage3 .list{ width:1260px; display:block; margin-top:29px;}
.mainpage3 .list li{ width:360px; height:340px; display:block; float:left; margin-right:60px; overflow:hidden; position:relative;}
.mainpage3 .list li img{ height:340px; display:block;
	transition-delay:0s;
    transition-duration:1s;
    transition-property:all;
    transition-timing-function:ease;
	/* Firefox 4 */
	-moz-transition-delay:0s;
    -moz-transition-duration:1s;
    -moz-transition-property:all;
    -moz-transition-timing-function:ease;
	/* Safari 和 Chrome */
	-webkit-transition-delay:0s;
    -webkit-transition-duration:1s;
    -webkit-transition-property:all;
    -webkit-transition-timing-function:ease;
	/* Opera */
	-o-transition-delay:0s;
    -o-transition-duration:1s;
    -o-transition-property:all;
    -o-transition-timing-function:ease;
}
.mainpage3 .list li .mask{ width:100%; height:340px; position:absolute; left:0; top:0; background-color:rgba(0,139,200,0.7); z-index:11;}
.mainpage3 .list li .wen{ width:300px; position:absolute; left:30px; bottom:25px; z-index:111;}
.mainpage3 .list li .wen span{ height:28px; display:block; line-height:28px; font-size:18px; color:#fff; overflow:hidden;}
.mainpage3 .list li .wen b{ width:40px; height:2px; background-color:#fff; margin:14px 0; display:none;}
.mainpage3 .list li .wen p{ width:100%; line-height:26px; font-size:16px; color:#fff; display:none; overflow:hidden;}
.mainpage3 .list li:hover img{
	transform:scale(1.1, 1.1);
	-ms-transform:scale(1.1, 1.1); 	/* IE 9 */
	-moz-transform:scale(1.1, 1.1); 	/* Firefox */
	-webkit-transform:scale(1.1, 1.1); /* Safari 和 Chrome */
	-o-transform:scale(1.1, 1.1); 	/* Opera */
}
.mainpage3 .list li:hover .wen b,.mainpage3 .list li:hover .wen p{ display:block;}

.mainpage4{ width:1200px; margin:auto; height:400px; position:relative;}
.mainpage4 .mask{ width:200px; height:400px; position:absolute; left:500px; top:0; z-index:111;}
.mainpage4 .left{ width:640px; height:400px; position:absolute; left:0; top:0; z-index:1;}
.mainpage4 .left img{ height:400px; display:block;}
.mainpage4 .left .wenzi{ width:450px; padding-left:50px; padding-right:140px; padding-top:100px; height:300px; display:block; position:absolute; left:0; bottom:0; z-index:11; background-color:rgba(0,139,200,0.7); text-align:center;}
.mainpage4 .left .wenzi a{ display:block; width:100%; height:50px; line-height:50px; font-size:22px; color:#fff; font-weight:bold;}
.mainpage4 .left .wenzi .wenzi01{ display:block; width:100%; line-height:32px; font-size:16px; color:#fff; text-align:justify;}

.mainpage4 .right{ width:640px; height:400px; position:absolute; right:0; top:0; z-index:1;}
.mainpage4 .right img{ height:400px; display:block;}
.mainpage4 .right .wenzi{ width:500px; padding-left:140px; padding-top:100px; height:300px; display:block; position:absolute; background-image:url(../images/mm.png); background-position:right center; background-repeat:no-repeat; left:0; bottom:0; z-index:11; text-align:center;}
.mainpage4 .right .wenzi a{ display:block; width:100%; height:50px; line-height:50px; font-size:22px; color:#fff; font-weight:bold;}
.mainpage4 .right .wenzi .wenzi01{ display:block; width:100%; line-height:32px; font-size:16px; color:#fff;}
.mainpage4 .right .wenzi .wenzi01 p:first-child{ letter-spacing:1.5px;  text-indent:0.5px;}

.mainpage6{ width:100%; padding-bottom:50px; background-color:#f1f1f1;}
.mainpage6 .title{ width:100%; text-align:center; padding-top:60px;}
.mainpage6 .title span{ display:block; height:40px; line-height:40px; font-size:22px; font-weight:bold;}
.mainpage6 .title b{ display:block; margin:auto; width:88px; height:1px; background-color:#008bc8; margin-bottom:14px;}
.mainpage6 .title p{ display:block; line-height:36px; font-size:26px;}
.mainpage6 .list{ width:1200px; margin:auto; margin-top:35px;}
.mainpage6 .list ul{ display:block; width:1240px; overflow:hidden;}
.mainpage6 .list ul li{ width:580px; height:90px; padding:5px 0; display:block; float:left; margin-right:40px; margin-bottom:40px; background-color:#fff; overflow:hidden;}
.mainpage6 .list ul li strong{ display:block; padding:20px 0; padding-left:30px; width:80px; overflow:hidden; float:left;}
.mainpage6 .list ul li strong .a01{ display:block; height:50px;}
.mainpage6 .list ul li strong .a02{ display:none; height:50px;}
.mainpage6 .list ul li p{ display:block; float:left; overflow:hidden; width:460px; padding-top:7px;}
.mainpage6 .list ul li p span{ display:block; font-size:18px; height:28px; line-height:28px; overflow:hidden; color:#008bc8; font-weight:bold;}
.mainpage6 .list ul li p a{ display:block; font-size:14px; height:44px; line-height:22px; overflow:hidden;}
.mainpage6 .list ul li:hover{ background-color:#008bc8;}
.mainpage6 .list ul li:hover .a02{ display:block;}
.mainpage6 .list ul li:hover .a01{ display:none;}
.mainpage6 .list ul li:hover span,.mainpage6 .list ul li:hover a{ color:#fff;}

/*新闻*/
.indexnav_wrap ul.n02 li{ width:400px;}
#tbox ul.n02 li{ width:300px;}
.pox{ width:1200px; margin:auto; margin-top:70px;}
.pox ul{ width:1260px; display:block; overflow:hidden; text-align:center;}
.pox li{ width:360px; display:block; float:left; margin-right:60px; margin-bottom:50px; overflow:hidden;}
.pox li .tu{ width:100%; height:260px;}
.pox li .tu img{ height:100%; display:block;}
.pox li .wen{ background-color:#fff; border:1px solid #cacaca; border-top:none; padding-bottom:30px;}
.pox li .wen span{ display:block; height:30px; line-height:30px; font-size:14px; color:#666; padding-top:20px;}
.pox li .wen a{ width:320px; margin:auto; display:block; height:34px; line-height:34px; font-size:18px; overflow:hidden;}
.pox li .wen b{ width:100%; height:4px; display:block; margin-top:10px;}
.pox li .wen b img{ height:4px; display:block; margin:auto;}
.pox li .wen p{ display:block; width:130px; height:30px; line-height:30px; font-size:14px; color:#fff; border-radius:30px; background-color:#333; margin:auto; margin-top:20px;}
.pox li .wen p a{ display:block; width:130px; height:30px; line-height:30px; font-size:14px; color:#fff;}

.fanye{ width:100%; text-align:center; margin-bottom:90px;}
.fanye span{ display:inline-block; margin:0 2px; min-width:26px; height:36px; line-height:36px; padding:0 5px; background-color:#333; color:#fff; font-size:12px;}
.fanye a{ display:inline-block; margin:0 2px; min-width:26px; height:36px; line-height:36px; padding:0 5px; background-color:#eee; font-size:12px;}
.fanye b{ width:100%; display:block;}

/*新闻内页*/
.main{ width:830px; margin:90px auto; margin-top:50px;}
.main .tou{ width:100%; margin:auto; text-align:center; height:34px; line-height:34px; font-size:22px;}
.main .sj{ width:100%; margin:auto; margin-top:10px; font-size:14px; line-height:30px; height:30px; text-align:center; color:#666;}
.main .wz{ width:100%; margin:auto; margin-top:30px; font-size:14px; line-height:24px;}
.main .wz img{ max-width:100% !important; height:auto !important;}
.main .wz iframe{ width:800px; display:block; height:460px; margin:auto;}
.main .back{ width:100%; margin:auto; margin-top:30px;}
.main .back .pre{ width:800px; overflow:hidden;}
.main .back .pre p{ height:24px; overflow:hidden; font-size:14px; color:#666; line-height:24px; display:block;}
.main .back .pre a:hover{ color:#333;}
.main .fh a{ color:#333; font-size:14px;}

/*联系*/
.indexnav_wrap ul.n03 li{ width:600px;}
#tbox ul.n03 li{ width:400px;}
.lx1{ width:1200px; margin:auto; margin-top:70px; position:relative;}
.lx1 .left{ width:540px; float:left; display:none;}
.lx1 .left .biao{ width:540px; font-size:22px; height:28px; line-height:28px; font-weight:bold;}
.lx1 .left .wen{ padding-right:30px; padding-top:10px; width:480px; font-size:16px; line-height:30px; height:270px; overflow:auto;}
.lx1 .left .wen::-webkit-scrollbar{ width:0; height:1px;}
.lx1 .left .wen::-webkit-scrollbar-thumb{ border-radius:10px; background-color:#f35740;}
.lx1 .left .wen::-webkit-scrollbar-track{ border-radius:10px; background:rgba(0,0,0,0.7);}
.lx1 .right{ width:1120px; margin:auto;}
.lx1 .right img{ width:100%; display:block;}
.lx1 .right iframe{ width:100% !important; height:540px !important; display:block;}

.lxwm .left{ display:block !important; width:100%; box-sizing:border-box; padding:40px; background-color:rgba(0,139,200,0.9); position:relative; z-index:3;}
.lxwm .left .biao{ color:#fff;}
.lxwm .left span,.lxwm .left p,.lxwm .left a{ color:#fff;} 
.lxwm .lx{ width:1050px; display:block; padding-top:10px;}
.lxwm .lx li{ display:block; width:300px; margin-right:50px; overflow:hidden; float:left;}
.lxwm .lx li .bt{ display:block; font-size:20px; color:#fff; margin:10px 0; height:30px; line-height:30px;}
.lxwm .lx li .wz{ font-size:16px; line-height:26px; background-color:transparent; color:#fff;}
.lxwm .lx li .wz span,.lxwm .lx li .wz p{ color:#fff !important; background-color:transparent !important; width:100%;}
.lxwm .right{ width:100%; height:100%; position:absolute; left:0; top:0; z-index:1;}
.lxwm .right img{ height:100%; object-fit:cover;}

.lx3{ width:100%; background-color:#f1f1f1; position:relative; padding-top:60px; padding-bottom:70px;}
.lx3 .title{ width:100%; text-align:center;}
.lx3 .title span{ display:block; height:40px; line-height:40px; font-size:22px; font-weight:bold;}
.lx3 .title b{ display:block; margin:auto; width:88px; height:1px; background-color:#333; margin-bottom:14px;}
.lx3 .list{ width:1200px; margin:auto;}
.lx3 .list ul{ width:1260px; display:flex; flex-wrap:wrap;}
.lx3 .list li{ width:510px; position:relative; display:block; float:left; margin-right:60px; margin-top:30px; padding-left:60px; padding-top:50px;}
.lx3 .list li .tu{ width:180px; height:180px; border-radius:140px; position:absolute; left:0; top:0; z-index:1;}
.lx3 .list li .tu img{ width:100%; display:block;}
.lx3 .list li .wen{ padding:20px 30px; padding-left:150px; width:330px; min-height:220px; position:relative; z-index:0; background-color:#fff;}
.lx3 .list li .wen a{ display:block; height:38px; line-height:38px; font-size:20px; overflow:hidden;}
.lx3 .list li .wen b{ display:block; overflow:hidden; width:40px; height:2px; background-color:#008bc8;}
.lx3 .list li .wen .wzz{ width:100%; display:block; font-size:16px; line-height:26px; padding-top:14px;}
.lx3 .list li:hover a{ color:#008bc8;}


.lx2{ width:1200px; margin:auto; padding-bottom:90px; position:relative;}
.lx2 .title{ width:100%; text-align:center; margin-bottom:30px;}
.lx2 .title span{ display:block; height:40px; line-height:40px; font-size:22px; font-weight:bold;}
.lx2 .title b{ display:block; margin:auto; width:88px; height:1px; background-color:#333; margin-bottom:14px;}
.lx2 .title p{ display:block; height:52px; line-height:26px; font-size:16px;}
.lx2 .xin{ width:400px; float:left;}
.lx2 .xin span{ display:block; float:left; height:36px; line-height:36px; font-size:16px;}
.lx2 .xin p{ display:block; float:left; height:20px; padding:8px 10px;}
.lx2 .xin p input{ width:200px; height:19px; border-bottom:1px solid #333; line-height:20px; font-size:16px; display:block; text-align:left;}
.lx2 .zy{ width:100%; font-size:18px; line-height:36px; margin-top:20px; float:left;}
.lx2 .zy p{ display:inline; color:#008bc8;}
.lx2 .more{ width:100%; height:22px; line-height:22px; font-size:16px; margin-top:20px; float:left;}
.lx2 .more a{ display:block; width:170px; height:22px; color:#008bc8; background-image:url(../images/xia_07.jpg); background-position:right center; background-repeat:no-repeat; cursor:pointer;}
.lx2 .more a.on{ background-image:url(../images/top_07.jpg);}
.lx2 .xin01{ width:100%; height:108px; float:left; margin-top:20px;}
.lx2 .xin01.hei{ height:auto;}
.lx2 .xin01 p{ display:block; width:100%; line-height:36px; font-size:16px;}
.lx2 .xin01 p input.i01{ display:inline-block; width:200px; height:19px; border-bottom:1px solid #333; line-height:20px; font-size:16px; margin:8px 10px; text-align:left;}
.lx2 .xin01 p input.i02{ width:16px; height:16px; display:inline-block; margin:10px; vertical-align:middle;}
.lx2 .ti{ width:200px; height:50px; line-height:50px; text-align:center; float:left; margin-left:500px; margin-top:30px;}
.lx2 .ti input{ width:100%; height:50px; font-size:16px; display:block; background-color:#333; color:#fff; cursor:pointer;}

/*服务*/
.indexnav_wrap ul.n04 li{ width:20%;}
#tbox ul.n04 li{ width:200px;}
.fw1{ width:1200px; margin:auto;}
.fw1 .title{ width:100%; text-align:center;}
.fw1 .title span{ display:block; height:40px; line-height:40px; font-size:22px; font-weight:bold;}
.fw1 .title b{ display:block; margin:auto; width:88px; height:1px; background-color:#333; margin-bottom:14px;}
.f01{ margin-top:40px; width:420px; margin-left:202px;}
.f01 img{ display:block;}
.f02{ margin-left:89px; height:130px; overflow:hidden; width:980px;}
.f02 strong{ display:block; height:130px; width:228px; overflow:hidden; float:left;}
.f02 strong img{ display:block; height:130px; margin:auto;}
.f02 p{ display:block; height:130px; width:750px; overflow:hidden; float:left;}
.f02 p span{ display:block; padding-top:12px; font-size:18px; height:48px; line-height:48px; overflow:hidden; color:#008bc8;}
.f02 p a{ display:block; font-size:16px; height:48px; line-height:24px; overflow:hidden;}
.f03{ width:420px; margin-left:202px;}
.f03 img{ display:block;}
.f04{ margin:auto; overflow:hidden; width:740px;}
.f04 strong{ display:block; height:130px; width:740px; overflow:hidden;}
.f04 strong img{ display:block; height:130px; margin:auto;}
.f04 p{ display:block; width:740px; overflow:hidden; text-align:center;}
.f04 p span{ display:block; padding-top:12px; font-size:18px; height:48px; line-height:48px; overflow:hidden; color:#008bc8;}
.f04 p a{ display:block; font-size:16px; height:48px; line-height:24px; overflow:hidden;}

.fw2{ width:100%; background-color:#f2f2f2; padding-bottom:65px;}
.fw2 .title{ width:100%; text-align:center; padding-top:60px;}
.fw2 .title span{ display:block; height:40px; line-height:40px; font-size:22px; font-weight:bold;}
.fw2 .title b{ display:block; margin:auto; width:88px; height:1px; background-color:#008bc8; margin-bottom:14px;}
.fw2 .list{ width:1200px; margin:auto; display:block;}
.fw2 .list li{ width:300px; display:block; float:left; margin-top:40px; text-align:center;}
.fw2 .list li strong{ width:140px; height:140px; background-image:url(../images/ys.jpg); background-size:100% 100%; margin:auto; display:table; text-align:center; vertical-align:middle;}
.fw2 .list li strong b{ display:table-cell; text-align:center; vertical-align:middle;}
.fw2 .list li strong b img{ max-width:100px; max-height:100px;}
.fw2 .list li span{ width:230px; display:block; margin:auto; overflow:hidden; display:block; font-size:18px; height:44px; line-height:44px; padding-top:6px;}
.fw2 .list li p{ width:230px; display:block; margin:auto; font-size:14px; line-height:24px; height:72px; overflow:hidden;}
.fw2 .list li:hover span{ color:#008bc8;}

.fw3{ width:1120px; margin:70px auto;}
.fw3 .title{ width:100%; text-align:center;}
.fw3 .title span{ display:block; height:40px; line-height:40px; font-size:22px; font-weight:bold;}
.fw3 .title b{ display:block; margin:auto; width:88px; height:1px; background-color:#008bc8; margin-bottom:14px;}
.fw3 .sideMen{ width:1120px; margin:auto; position:relative; margin-top:30px;}
.fw3 .sideMen .tou{ width:1080px; font-weight:bold; padding:0 19px; font-size:18px; line-height:60px; height:60px; border:1px solid #cacaca; border-bottom:none; background-color:#f2f2f2;}
.fw3 .sideMen .tou span{ display:block; float:right; width:24px; height:60px; background-image:url(../images/xia.png); background-position:center; background-repeat:no-repeat;}
.fw3 .sideMen .tou.on span{ background-image:url(../images/top.png);}
.fw3 .sideMen .line{ width:100%; height:1px; background-color:#cacaca;}
.fw3 .sideMen .wen{ padding:14px 49px; border-left:1px solid #cacaca; border-right:1px solid #cacaca; font-size:16px; line-height:26px; background-color:#fff;}

.ly{ width:100%; height:260px; background-color:#008bc8; text-align:center; background-image:url(../images/footer_54.png); background-position:bottom center; background-repeat:no-repeat;}
.ly span{ display:block; padding-top:65px; font-size:24px; line-height:36px; height:36px; color:#fff;}
.ly p{ display:block; font-size:14px; line-height:36px; height:36px; color:#fff;}
.ly a{ width:130px; height:36px; line-height:36px; font-size:14px; display:block; margin:auto; margin-top:18px; color:#008bc8; background-color:#fff;}

.fw4{ width:1200px; margin:auto; margin-bottom:70px;}
.fw4 .left{ width:680px; float:left;}
.fw4 .left .title{ height:60px; line-height:60px; font-size:22px; font-weight:bold;}
.fw4 .left .title a{ width:70px; height:22px; line-height:22px; font-size:14px; margin-top:19px; display:block; background-image:url(../images/mask_11.png); background-position:right center; background-repeat:no-repeat; float:right; font-weight:normal;}
.fw4 .left .title a:hover{ color:#008bc8; background-image:url(../images/righth_17.png); background-size:10px 8px;}
.fw4 .left .list{ width:100%; display:block;}
.fw4 .left .list li{ width:100%; display:block; margin-bottom:20px; overflow:hidden; height:160px;}
.fw4 .left .list li .tu{ width:240px; height:160px; display:block; float:left;}
.fw4 .left .list li .tu img{ width:100%; display:block;}
.fw4 .left .list li .wen{ width:420px; height:160px; display:block; float:right;}
.fw4 .left .list li .wen a{ display:block; height:40px; line-height:40px; font-size:18px; overflow:hidden;}
.fw4 .left .list li .wen span{ display:block; height:32px; line-height:32px; font-size:14px; padding-left:30px; background-image:url(../images/time_17.jpg); background-position:left center; background-repeat:no-repeat; overflow:hidden;}
.fw4 .left .list li .wen p{ display:block; padding-top:8px; height:72px; line-height:24px; font-size:14px; overflow:hidden;}
.fw4 .left .list li .wen a:hover{ color:#008bc8;}

.fw4 .right{ width:450px; float:right;}
.fw4 .right .title{ height:60px; line-height:60px; font-size:22px; font-weight:bold;}
.fw4 .right .title a{ width:70px; height:22px; line-height:22px; font-size:14px; margin-top:19px; display:block; background-image:url(../images/mask_11.png); background-position:right center; background-repeat:no-repeat; float:right; font-weight:normal;}
.fw4 .right .title a:hover{ color:#008bc8; background-image:url(../images/righth_17.png); background-size:10px 8px;}
.fw4 .right .list{ width:100%; display:block;}
.fw4 .right .list li{ width:410px; padding:11px 20px; display:block; margin-bottom:10px; overflow:hidden; height:38px; background-color:#f1f1f1;}
.fw4 .right .list li span{ display:block; float:left; overflow:hidden; width:54px; height:38px;}
.fw4 .right .list li span img{ display:block; height:38px;}
.fw4 .right .list li p{ width:200px; padding-left:10px; display:block; float:left; overflow:hidden; line-height:38px; font-size:16px; color:#666; height:38px;}
.fw4 .right .list li a{ display:block; float:right; width:130px; height:34px; margin:2px 0; background-color:#fff; font-size:14px; line-height:34px; text-align:center; text-transform:uppercase;}
.fw4 .right .list li:hover{ background-color:#008bc8;}
.fw4 .right .list li:hover p{ color:#fff;}

/*产品*/
.indexnav_wrap ul.n05 li{ display:inline-block; float:none;}
#tbox ul.n05 li{ display:inline-block; float:none;} 
.ban .serbox{ width:720px; position:absolute; left:50%; margin-left:-360px; top:160px; z-index:13;}
.ban .serbox .tu{ width:100%;}
.ban .serbox .ser{ width:718px; height:58px; border:1px solid #fff; border-radius:10px; margin-top:32px;}
.ban .serbox .ser p{ width:600px; display:block; float:left; margin-left:20px; height:58px;}
.ban .serbox .ser p input{ width:100%; text-align:left; display:block; height:58px; line-height:58px; font-size:18px; color:#ccc; overflow:hidden; background-color:transparent; opacity:.5;}
.ban .serbox .ser p input::-webkit-input-placeholder{ color:#ccc;} 
.ban .serbox .ser p input:-moz-placeholder{ color:#ccc;} 
.ban .serbox .ser p input::-moz-placeholder{ color:#ccc;} 
.ban .serbox .ser p input:-ms-input-placeholder{ color:#ccc;} 
.ban .serbox .ser span{ width:24px; display:block; float:right; margin-right:20px; height:58px;}
.ban .serbox .ser span input{ width:100%; display:block; height:58px; overflow:hidden; background-color:transparent; background-image:url(../images/ser_07.png); background-position:center; background-repeat:no-repeat; cursor:pointer;}
.ban .serbox .sg{ width:100%; display:block; text-align:center; margin-top:20px;}
.ban .serbox .sg li{ display:inline-block; margin:0 7px; margin-top:20px; background-color:rgba(255,255,255,0.7); height:40px; line-height:40px; font-size:14px; color:#333;}
.ban .serbox .sg li a{ color:#333; display:block; padding:0 30px; font-weight:bold;}
.ban .serbox .sg li:hover{ background-color:#008bc8;}
.ban .serbox .sg li:hover a{ color:#fff;}

.lx1 .left .more{ width:80px; height:22px; line-height:22px; font-size:16px; margin-top:24px; margin-left:60px;}
.lx1 .left .more a{ display:block; color:#fff; width:100%; height:22px; background-image:url(../images/nav.png); background-position:right center; background-repeat:no-repeat;}

.cp1{ width:100%; padding-bottom:65px;}
.cp1 .list{ width:1200px; margin:auto; display:block; margin-top:30px;}
.cp1 .list li{ width:300px; display:block; float:left; margin-top:40px; text-align:center;}
.cp1 .list li strong{ width:140px; height:140px; background-image:url(../images/ys.jpg); background-size:100% 100%; margin:auto; display:block; overflow:hidden; text-align:center; vertical-align:middle;}
.cp1 .list li strong b{ padding:20px; display:block; text-align:center; vertical-align:middle;}
.cp1 .list li strong b img{ width:100px; height:100px; display:block;}
.cp1 .list li span{ display:block; font-size:18px; height:44px; line-height:44px; padding-top:6px; font-weight:bold;}
.cp1 .list li p{ width:230px; display:block; margin:auto; font-size:18px; line-height:26px; text-align:left;}

.cp01{ width:100%; padding-bottom:65px;}
.cp01 .list{ width:1200px; margin:auto; display:block; margin-top:30px;}
.cp01 .list li{ width:12.5%; display:block; float:left; margin-top:40px; text-align:center;}
.cp01 .list li strong{ width:100px; overflow:hidden; margin:auto; display:block; text-align:center; vertical-align:middle;}
.cp01 .list li strong b{ display:block; text-align:center; vertical-align:middle;}
.cp01 .list li strong b img{ width:100%; display:block;}
.cp01 .list li span{ display:block; font-size:16px; height:30px; line-height:30px; padding-top:6px;}
.cp01 .list li p{ width:100px; display:block; margin:auto; font-size:14px; line-height:24px;}
.cp01 .list li:hover span{ color:#008bc8;}

.cp2{ width:1080px; margin:54px auto; margin-top:70px;}
.cp2 .left{ width:500px; float:left;}
.cp2 .left .biao{ height:22px; line-height:22px; font-size:22px; margin-bottom:13px; font-weight:bold;}
.cp2 .left .wen{ width:100%; font-size:16px; line-height:26px; text-align:justify;}
.cp2 .focusBox01{ width:430px; float:right; position:relative;}
.cp2 .focusBox01 .pic{ width:100%; height:290px; display:block; position:relative; overflow:hidden;}
.cp2 .focusBox01 .pic li{ width:430px; height:290px; display:block; overflow:hidden;}
.cp2 .focusBox01 .pic li img{ width:100%; display:block;}
.cp2 .focusBox01 .txt{ width:100%; height:50px; line-height:50px; position:relative; text-align:center; overflow:hidden;}
.cp2 .focusBox01 .txt li{ width:100%; display:block; height:50px; font-size:18px; overflow:hidden; position:absolute; right:0;}
.cp2 .focusBox01 .prev{ display:none; position:absolute; left:10px; top:132px; width:31px; height:24px; cursor:pointer;}
.cp2 .focusBox01 .next{ display:none; position:absolute; right:10px; top:132px; width:31px; height:24px; cursor:pointer;}
.cp2 .focusBox01 .prev img,.cp2 .right .next img{ display:block;}
.cp2 .focusBox01 .hd{ width:410px; z-index:11; height:10px;}
.cp2 .focusBox01 .hd li{ display:block; float:left; width:30px; height:6px; margin-right:5px; background-color:#eee;}
.cp2 .focusBox01 .hd li.on{ background-color:#008bc8; height:10px;}

.cp3{ width:100%; background-color:#f1f1f1; top:0; z-index:990; left:0;}
.cp3 .title{ width:100%; text-align:center; padding-top:60px;}
.cp3 .title span{ display:block; height:40px; line-height:40px; font-size:22px; font-weight:bold;}
.cp3 .title b{ display:block; margin:auto; width:88px; height:1px; background-color:#008bc8;}

.cp3 .box{ width:1200px; margin:auto; margin-top:30px;}
.cp3 .box ul{ width:1260px; display:block; overflow:hidden; padding-bottom:27px;}
.cp3 .box li{ width:360px; display:block; float:left; margin-right:60px; margin-bottom:30px; overflow:hidden; text-align:center;}
.cp3 .box li strong{ width:360px; height:240px; display:block; overflow:hidden;}
.cp3 .box li span{ display:block; height:24px; line-height:24px; font-size:18px; margin-top:17px; overflow:hidden;}
.cp3 .box li p{ display:block; height:48px; line-height:24px; font-size:14px; overflow:hidden;}
.cp3 .box li b{ display:block; height:38px; line-height:38px; font-size:14px; overflow:hidden; font-weight:normal;}
.cp3 .box li b a,.cp3 .box li:hover span a{ color:#008bc8;}
.cp3 .box li img{ height:240px; display:block;
	transition-delay:0s;
    transition-duration:1s;
    transition-property:all;
    transition-timing-function:ease;
	/* Firefox 4 */
	-moz-transition-delay:0s;
    -moz-transition-duration:1s;
    -moz-transition-property:all;
    -moz-transition-timing-function:ease;
	/* Safari 和 Chrome */
	-webkit-transition-delay:0s;
    -webkit-transition-duration:1s;
    -webkit-transition-property:all;
    -webkit-transition-timing-function:ease;
	/* Opera */
	-o-transition-delay:0s;
    -o-transition-duration:1s;
    -o-transition-property:all;
    -o-transition-timing-function:ease;
}
.cp3 .box li:hover img{
	transform:scale(1.1, 1.1);
	-ms-transform:scale(1.1, 1.1); 	/* IE 9 */
	-moz-transform:scale(1.1, 1.1); 	/* Firefox */
	-webkit-transform:scale(1.1, 1.1); /* Safari 和 Chrome */
	-o-transform:scale(1.1, 1.1); 	/* Opera */
}

.cp4{ width:100%; background-color:#f1f1f1;}
.cp4 .title{ width:100%; text-align:center; padding-top:60px;}
.cp4 .title span{ display:block; height:40px; line-height:40px; font-size:22px; font-weight:bold;}
.cp4 .title b{ display:block; margin:auto; width:88px; height:1px; background-color:#008bc8;}
.cp4 .box{ width:1200px; margin:auto; margin-top:25px;}
.cp4 .box ul{ width:1260px; display:block; overflow:hidden; padding-bottom:65px;}
.cp4 .box li{ width:360px; display:block; float:left; margin-right:60px; margin-top:45px; overflow:hidden;}
.cp4 .box li strong{ width:360px; height:240px; display:block; overflow:hidden;}
.cp4 .box li span{ display:block; height:24px; line-height:24px; font-size:18px; margin-top:17px; overflow:hidden; text-align:center;}
.cp4 .box li p{ display:block; margin-top:5px; height:52px; line-height:26px; font-size:16px; overflow:hidden;}
.cp4 .box li:hover span a{ color:#008bc8;}
.cp4 .box li img{ height:240px; display:block;
	transition-delay:0s;
    transition-duration:1s;
    transition-property:all;
    transition-timing-function:ease;
	/* Firefox 4 */
	-moz-transition-delay:0s;
    -moz-transition-duration:1s;
    -moz-transition-property:all;
    -moz-transition-timing-function:ease;
	/* Safari 和 Chrome */
	-webkit-transition-delay:0s;
    -webkit-transition-duration:1s;
    -webkit-transition-property:all;
    -webkit-transition-timing-function:ease;
	/* Opera */
	-o-transition-delay:0s;
    -o-transition-duration:1s;
    -o-transition-property:all;
    -o-transition-timing-function:ease;
}
.cp4 .box li:hover img{
	transform:scale(1.1, 1.1);
	-ms-transform:scale(1.1, 1.1); 	/* IE 9 */
	-moz-transform:scale(1.1, 1.1); 	/* Firefox */
	-webkit-transform:scale(1.1, 1.1); /* Safari 和 Chrome */
	-o-transform:scale(1.1, 1.1); 	/* Opera */
}

/*产品内页*/

.indexnav_wrap ul.n06 li{ display:inline-block; float:none;}
#tbox ul.n06 li{ display:inline-block; float:none;}

.jianjie{ width:1000px; margin:55px auto;}
.jianjie .title{ height:50px; line-height:50px; font-size:22px;}
.jianjie .wen{ width:100%; font-size:14px; line-height:24px;}
.liu{ width:900px; padding:20px 50px; background-color:#f1f1f1; margin:auto; margin-bottom:70px;}
.liu a{ display:block; margin:7px auto; width:300px; height:46px; background-color:#008bc8; float:left; line-height:46px; text-align:center; font-size:16px; color:#fff;}
.liu ul{ display:block; float:left; margin-left:90px; overflow:hidden; width:494px;}
.liu ul li{ width:247px; font-size:14px; line-height:30px; overflow:hidden; height:30px; display:block; float:left;}

.pro{ width:1200px; margin:auto;}
.pro ul{ width:1260px; display:block; overflow:hidden; margin-top:31px;}
.pro ul li{ width:360px; display:block; float:left; padding-right:60px; overflow:hidden; margin-bottom:45px; border-top:1px solid #cacaca;}
.pro ul li span{ display:block; height:56px; line-height:56px; font-size:18px; overflow:hidden;}
.pro ul li strong{ width:360px; height:240px; display:block; overflow:hidden;}
.pro ul li p{ width:100%; display:block; font-size:14px; line-height:24px; padding-top:13px; overflow:hidden;}
.pro ul li img{ height:240px; display:block;
	transition-delay:0s;
    transition-duration:1s;
    transition-property:all;
    transition-timing-function:ease;
	/* Firefox 4 */
	-moz-transition-delay:0s;
    -moz-transition-duration:1s;
    -moz-transition-property:all;
    -moz-transition-timing-function:ease;
	/* Safari 和 Chrome */
	-webkit-transition-delay:0s;
    -webkit-transition-duration:1s;
    -webkit-transition-property:all;
    -webkit-transition-timing-function:ease;
	/* Opera */
	-o-transition-delay:0s;
    -o-transition-duration:1s;
    -o-transition-property:all;
    -o-transition-timing-function:ease;
}
.pro ul li:hover img{
	transform:scale(1.1, 1.1);
	-ms-transform:scale(1.1, 1.1); 	/* IE 9 */
	-moz-transform:scale(1.1, 1.1); 	/* Firefox */
	-webkit-transform:scale(1.1, 1.1); /* Safari 和 Chrome */
	-o-transform:scale(1.1, 1.1); 	/* Opera */
}
.pro ul li:hover a{ color:#008bc8;}

/*产品内页*/
.pn{ width:1200px; margin:70px auto;}

.focusBox02{ width:540px; float:left; position:relative;}
.focusBox02 .pic{ position:relative; width:540px; height:360px; overflow:hidden; display:block;}
.focusBox02 .pic li{ width:540px; height:360px; display:block; overflow:hidden;}
.focusBox02 .pic li img{ width:100%; display:block;}
.focusBox02 .hd{ width:100%; display:block; height:10px; margin-top:10px;}
.focusBox02 .hd li{ width:40px; height:4px; display:block; float:left; margin-right:10px; float:left; margin-top:3px; background-color:#f2f2f2;}
.focusBox02 .hd li.on{ height:10px; margin-top:0; background-color:#008bc8;}
.focusBox02 .prev,.focusBox02 .next{ width:31px; height:24px; position:absolute; z-index:111; top:168px; cursor:pointer; display:none;}
.focusBox02 .prev img,.focusBox02 .next img{ display:block;}
.focusBox02 .prev{ left:20px;}
.focusBox02 .next{ right:20px;}
.focusBox02 .fd{ width:30px; height:30px; position:absolute; right:20px; top:20px; cursor:pointer;}

/*main CSS*/
#pictureViewer{
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    background-color:rgba(0,0,0,.3);
    z-index:10000;
}
#pictureViewer > .content{
    background-color:#fff;
    position:absolute;
    width:590px;
    height:590px;
    margin:auto;
    top:0;
    right:0;
    bottom:0;
    left:0;
}
#pictureViewer .menu-bar{
    width:100%;
}
#pictureViewer .menu-bar .handel{
    width:40px;
    height:40px;
    float:right;
    background-repeat:no-repeat;
    background-position:50%;
    cursor:pointer;
}
#pictureViewer .menu-bar .handel:hover{
    background-color:#ff2e67;

    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    -ms-transition:all .3s;
    -o-transition:all .3s;
    transition:all .3s;
}
#pictureViewer .menu-bar .handel.maximization{
    background-image:url(../images/icons/maximization_black.png);
    background-size:14px;
}
#pictureViewer .menu-bar .handel.maximization:hover{
    background-image:url(../images/icons/maximization_white.png);
}
#pictureViewer .menu-bar .handel.miniaturization{
    background-size:16px;
    background-image:url(../images/icons/miniaturization_black.png);
}
#pictureViewer .menu-bar .handel.miniaturization:hover{
    background-image:url(../images/icons/miniaturization_white.png);
}
#pictureViewer .menu-bar .handel.close-view{
    background-image:url(../images/icons/close_black.png);
    background-size:15px;
}
#pictureViewer .menu-bar .handel.close-view:hover{
    background-image:url(../images/icons/close_white.png);
}
#pictureViewer .handel-prev,
#pictureViewer .handel-next{
    display:inline-block;
    width:50px;
    height:70px;
    position:relative;
    top:calc(50% - 80px);
    background-repeat:no-repeat;
    background-size:25px;
    background-position:50%;
    cursor:pointer;

    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    -ms-transition:all .3s;
    -o-transition:all .3s;
    transition:all .3s;
}
#pictureViewer .handel-prev{
    background-image:url(../images/icons/prev_blank.png);
}
#pictureViewer .handel-next{
    background-image:url(../images/icons/next_blank.png);
}
#pictureViewer .handel-prev:hover,
#pictureViewer .handel-next:hover{
    background-color:#ff2e67;
}
#pictureViewer .handel-prev:hover{
    background-image:url(../images/icons/prev_white.png);
}
#pictureViewer .handel-next:hover{
    background-image:url(../images/icons/next_white.png);
}
#pictureViewer .picture-content{
    display:inline-block;
    width:80%;
    height:calc(100% - 80px);
    position:absolute;
    margin:0 auto;
    left:0;
    right:0;
}
#pictureViewer .picture-content .cover{
    position:absolute;
    margin:auto;
    top:0;
    right:0;
    bottom:0;
    left:0;
}
#pictureViewer .counter{
    position:absolute;
    bottom:0;
    height:40px;
    line-height:40px;
    width:100%;
    text-align:center;
    color:#808080;
    font-size:13px;
}
#pictureViewer .hide{
    display:none;
}
#pictureViewer .left{
    float:left;
}
#pictureViewer .right{
    float:right;
}
#pictureViewer .clear-flex{
    clear:both;
}
#pictureViewer img{
    max-width:100%;
    max-height:100%;
}

.pn .right{ width:540px; float:right;}
.pn .right .title{ margin-top:14px; font-size:30px; height:54px; line-height:54px; color:#008bc8; margin-bottom:20px;}
.pn .right .xh{ font-size:26px; font-weight:bold; line-height:36px; margin-bottom:20px; color:#07465F;}
.pn .right .xx{ margin-top:20px; height:26px; line-height:26px; font-size:18px; color:#008bc8;}
.pn .right .wen{ font-size:20px; line-height:36px; color:#0B759F; height:216px;}
.pn .right .wen p,.pn .right .wen p span{ line-height:36px;}
.liu01{ width:900px; padding:20px 150px; background-color:#008bc8; margin:auto;}
.liu01 a{ display:block; margin:7px auto; width:300px; height:46px; background-color:#fff; float:left; line-height:46px; text-align:center; font-size:18px; font-weight:bold; color:#008bc8;}
.liu01 ul{ display:block; float:left; margin-left:90px; overflow:hidden; width:494px;}
.liu01 ul li{ width:247px; font-size:14px; line-height:30px; overflow:hidden; height:30px; display:block; float:left; color:#fff;}

.cp02{ width:100%; padding-bottom:65px;}
.cp02 .title{ width:100%; text-align:center; padding-top:60px;}
.cp02 .title span{ display:block; height:40px; line-height:40px; font-size:22px; font-weight:bold;}
.cp02 .title b{ display:block; margin:auto; width:88px; height:1px; background-color:#008bc8; margin-bottom:14px;}
.cp02 .list{ width:1200px; margin:auto; display:block;}
.cp02 .list li{ width:300px; display:block; float:left; margin-top:40px; text-align:center;}
.cp02 .list li strong{ width:140px; height:140px; background-image:url(../images/ys.jpg); background-size:100% 100%; margin:auto; display:block; overflow:hidden; text-align:center; vertical-align:middle;}
.cp02 .list li strong b{ padding:20px; display:block; text-align:center; vertical-align:middle;}
.cp02 .list li strong b img{ width:100px; height:100px; display:block;}
.cp02 .list li span{ width:260px; display:block; margin:auto; font-size:22px; font-weight:bold; height:44px; line-height:44px; padding-top:6px; overflow:hidden;}
.cp02 .list li p{ width:230px; display:block; margin:auto; font-size:16px; line-height:26px; text-align:left;}
.cp02 .list li:nth-child(4n+1){ clear:left; float:left;}

.cp03{ width:100%; padding:70px 0; background-color:#f2f2f2;}
.cp03 .title{ width:1200px; margin:auto; text-align:center; font-size:30px; font-weight:bold;}
.cp03 .box{ width:1200px; margin:auto; margin-top:30px;}
.cp03 .left{ width:620px; float:right;}
.cp03 .left .wen{ width:100%; font-size:16px; line-height:24px;}
.cp03 .right{ width:530px; float:left;}
.cp03 .right img{ width:100%; display:block;}

.cp04{ width:100%; margin-top:70px;}
.cp04 .box{ width:1200px; margin:auto;}
.cp04 .right{ width:680px; float:right;}
.cp04 .right .biao{ height:22px; line-height:22px; font-size:22px; margin-bottom:13px;}
.cp04 .right .wen{ width:100%; font-size:14px; line-height:24px;}
.cp04 .left{ width:430px; float:left;}
.cp04 .left img{ width:100%; display:block;}

.cp05{ width:1200px; margin:70px auto; margin-top:40px;}
.cp05 .left{ width:560px; float:left; margin-top:30px;}
.cp05 .left .biao{ height:40px; line-height:40px; font-size:22px; margin-bottom:13px; font-weight:bold;}
.cp05 .left .wen{ width:100%; font-size:16px; line-height:24px;}
.cp05 .sideMen{ width:560px; float:right; position:relative;}
.cp05 .sideMen .tou{ margin-top:30px; width:520px; font-weight:bold; padding:0 19px; font-size:18px; line-height:60px; height:60px; border:1px solid #cacaca; border-bottom:none; background-color:#f2f2f2;}
.cp05 .sideMen .tou span{ display:block; float:right; width:24px; height:60px; background-image:url(../images/xia.png); background-position:center; background-repeat:no-repeat;}
.cp05 .sideMen .tou.on span{ background-image:url(../images/top.png);}
.cp05 .sideMen .line{ width:100%; height:1px; background-color:#cacaca;}
.cp05 .sideMen .wen{ padding:14px 39px; border-left:1px solid #cacaca; border-right:1px solid #cacaca; font-size:16px; line-height:24px;}

.cp05 .xd{ width:1200px; display:block; float:left; margin-top:20px;}
.cp05 .xd dt{ width:530px; height:330px; display:block; overflow:hidden; float:left; margin-top:10px;}
.cp05 .xd img{ width:100%; display:block;}
.cp05 .xd dd{ width:650px; display:block; float:right; overflow:auto; margin-top:10px; height:330px;}
.cp05 .xd dd a{ width:200px; height:160px; display:block; float:left; margin-bottom:10px; margin-left:10px; overflow:hidden;}

.pro01{ width:100%; background-color:#f2f2f2; padding:20px 0;}

.pro01 .title{ width:100%; text-align:center; padding-top:40px;}
.pro01 .title span{ display:block; height:40px; line-height:40px; font-size:22px; font-weight:bold;}
.pro01 .title b{ display:block; margin:auto; width:88px; height:1px; background-color:#008bc8; margin-bottom:14px;}

.pro01 .box{ width:1200px; margin:auto;}
.pro01 ul{ width:1260px; display:block; overflow:hidden; margin-top:31px;}
.pro01 ul li{ width:360px; display:block; float:left; margin-right:60px; overflow:hidden; margin-bottom:45px;}
.pro01 ul li span{ display:block; height:56px; line-height:56px; font-size:18px; overflow:hidden;}
.pro01 ul li strong{ width:360px; height:240px; display:block; overflow:hidden;}
.pro01 ul li p{ width:100%; display:block; font-size:14px; line-height:24px; height:96px; padding-top:13px; overflow:hidden;}
.pro01 ul li img{ height:240px; display:block;
	transition-delay:0s;
    transition-duration:1s;
    transition-property:all;
    transition-timing-function:ease;
	/* Firefox 4 */
	-moz-transition-delay:0s;
    -moz-transition-duration:1s;
    -moz-transition-property:all;
    -moz-transition-timing-function:ease;
	/* Safari 和 Chrome */
	-webkit-transition-delay:0s;
    -webkit-transition-duration:1s;
    -webkit-transition-property:all;
    -webkit-transition-timing-function:ease;
	/* Opera */
	-o-transition-delay:0s;
    -o-transition-duration:1s;
    -o-transition-property:all;
    -o-transition-timing-function:ease;
}
.pro01 ul li:hover img{
	transform:scale(1.1, 1.1);
	-ms-transform:scale(1.1, 1.1); 	/* IE 9 */
	-moz-transform:scale(1.1, 1.1); 	/* Firefox */
	-webkit-transform:scale(1.1, 1.1); /* Safari 和 Chrome */
	-o-transform:scale(1.1, 1.1); 	/* Opera */
}
.pro01 ul li:hover a{ color:#008bc8;}

.pro02{ width:100%; padding:20px 0; background-color:#008bc8;}
.pro02 .title{ width:100%; text-align:center; padding-top:40px;}
.pro02 .title span{ display:block; height:40px; line-height:40px; font-size:22px; font-weight:bold;}
.pro02 .title b{ display:block; margin:auto; width:88px; height:1px; background-color:#008bc8; margin-bottom:14px;}
.pro02 .box{ width:1200px; margin:auto;}
.pro02 ul{ width:1240px; display:block; overflow:hidden; padding-bottom:35px;}
.pro02 ul li{ width:270px; display:block; float:left; margin-right:40px; overflow:hidden; margin-top:30px;}
.pro02 ul li span{ display:block; text-align:center; height:56px; line-height:56px; font-size:18px; overflow:hidden; color:#fff;}
.pro02 ul li span a{ color:#fff;}
.pro02 ul li strong{ width:270px; height:180px; display:block; overflow:hidden;}
.pro02 ul li img{ height:180px; display:block;
	transition-delay:0s;
    transition-duration:1s;
    transition-property:all;
    transition-timing-function:ease;
	/* Firefox 4 */
	-moz-transition-delay:0s;
    -moz-transition-duration:1s;
    -moz-transition-property:all;
    -moz-transition-timing-function:ease;
	/* Safari 和 Chrome */
	-webkit-transition-delay:0s;
    -webkit-transition-duration:1s;
    -webkit-transition-property:all;
    -webkit-transition-timing-function:ease;
	/* Opera */
	-o-transition-delay:0s;
    -o-transition-duration:1s;
    -o-transition-property:all;
    -o-transition-timing-function:ease;
}
.pro02 ul li:hover img{
	transform:scale(1.1, 1.1);
	-ms-transform:scale(1.1, 1.1); 	/* IE 9 */
	-moz-transform:scale(1.1, 1.1); 	/* Firefox */
	-webkit-transform:scale(1.1, 1.1); /* Safari 和 Chrome */
	-o-transform:scale(1.1, 1.1); 	/* Opera */
}


.ly01{ width:100%; height:280px; background-color:#fff; text-align:center;}
.ly01 span{ display:block; padding-top:65px; font-size:24px; line-height:36px; height:36px; color:#008bc8;}
.ly01 p{ display:block; font-size:14px; line-height:36px; height:36px; color:#333;}
.ly01 a{ width:130px; height:36px; line-height:36px; font-size:16px; font-weight:bold; display:block; margin:auto; margin-top:18px; color:#fff; background-color:#008bc8;}

/*弹框*/
#btn1{ cursor:pointer;}
.xcConfirm .xc_layer{position:fixed; top:0; left:0; width:100%; height:100%; background-color:#666666; opacity:0.5; z-index:2147000000;}
.xcConfirm .popBox{position:fixed; left:50%; top:50%; padding-bottom:20px; background-color:#ffffff; z-index:2147000001; width:570px; margin-left:-285px; margin-top:-160px; border-radius:5px; font-weight:bold; color:#535e66;}
.xcConfirm .popBox .ttBox{height:30px; line-height:30px; padding:14px 30px; border-bottom:solid 1px #eef0f1;}
.xcConfirm .popBox .ttBox .tt{font-size:18px; display:block; float:left; height:30px; position:relative;}
.xcConfirm .popBox .ttBox .clsBtn{display:block; cursor:pointer; width:12px; height:12px; position:absolute; top:22px; right:30px; background:url(__PUBLIC__/Home/PC/images/icons.png) -48px -96px no-repeat;}
.xcConfirm .popBox .txtBox{margin:40px 100px; overflow:hidden;}
.xcConfirm .popBox .txtBox .bigIcon{float:left; margin-right:20px; width:48px; height:48px; background-image:url(__PUBLIC__/Home/PC/images/icons.png); background-repeat:no-repeat; background-position:48px 0;}
.xcConfirm .popBox .txtBox p{ margin-top:16px; line-height:26px; overflow-x:hidden; overflow-y:auto;}
.xcConfirm .popBox .btnArea{border-top:solid 1px #eef0f1;}
.xcConfirm .popBox .btnGroup{float:right;}
.xcConfirm .popBox .btnGroup .sgBtn{margin-top:14px; margin-right:10px;}
.xcConfirm .popBox .sgBtn{display:block; cursor:pointer; float:left; width:95px; height:35px; line-height:35px; text-align:center; color:#FFFFFF; border-radius:5px;}
.xcConfirm .popBox .sgBtn.ok{background-color:#0095d9; color:#FFFFFF;}
.xcConfirm .popBox .sgBtn.cancel{background-color:#546a79; color:#FFFFFF;}


/*.event_box{ width:1200px; margin:auto; margin-top:70px; background-image:url(../images/about_bg.jpg); background-position:center;}
.event_box .parHd{ width:100%; position:relative; height:92px;}
.event_box .tempWrap{ z-index:0; margin:auto;}
.event_box .parHd ul{ width:100%; text-align:center; padding-top:25px !important; margin:0px auto;}
.parHd li {
    display:block;
	float:left;
    cursor: pointer;
	width:230px;
    padding-top: 30px;
    font-size: 16px;
    color: rgb(0, 0, 0);
    position: relative;
    margin: 0px 30px;
}
.parHd li::after {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    z-index: 20;
    top: -12px;
    left: 50%;
    margin-left: -12px;
    background: url(../images/dot_ico.png) no-repeat;
}
.parHd li span, .parHd li.clone span {
    display: none;
}
.parHd li.act span {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: -12px;
    left: 50%;
	margin-left:-12px;
    z-index: 21;
    overflow: hidden;
    background: url(../images/cat.png) no-repeat;
}
.parHd ul::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    right:0;
    top:24px;
    z-index: 0;
    background: rgb(88, 0, 0);
}
.sPrev, .sNext {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 10px;
	z-index:11;
}
.sPrev {
    left: 0px;
}
.sNext {
    right: 0px;
}
.sPrev img, .sNext img {
    transition: all 0.6s cubic-bezier(0.51, 1.1, 0.9, 0.95) 0s;
}
.parBd{ width:1140px; margin:auto;}
.parBd .slideBox{ width:100%; display:none; overflow:hidden;}
.parBd .slideBox .tu{ height:300px; overflow:hidden;}
.parBd .slideBox .tu img{ width:100%; display:block;}
.parBd .slideBox .wenz{ width:900px; font-size:16px; line-height:30px; padding-top:30px;}
.parBd .slideBox:first-child{ display:block;}*/

/*服务*/
.parinforma{
	position:fixed;
	z-index:9999;
	width:710px;
	left:50%;
	margin-left:-355px;
	top:10%;
	color:black;
	display:none;
	border:solid 5px #008bc8;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	background:#FFFFFF;
}
#teamcont .partener .row1{
	background-color:#0000CC;
	filter:alpha(opacity=90); 
	-moz-opacity:0.9; 
	opacity:0.9;
	-moz-border-radius:60px;
	-webkit-border-radius:60px;
	border-radius:60px;
	cursor:pointer;
	 -moz-box-shadow: 3px 3px 4px #939393;
    -webkit-box-shadow: 3px 3px 4px #939393;
    box-shadow: 3px 3px 4px #939393;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#939393')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#939393');
	
}
.showLeft{
	float:left;
	padding:20px;
	width:140px;
	padding-bottom:55px;
}
.showLeft .row1{ width:140px; height:140px; border-radius:200px; background-color:#008bc8; margin:auto; display:table; text-align:center; vertical-align:middle;}
.showLeft .row1 b{ display:table-cell; text-align:center; vertical-align:middle;}
.showLeft .row1 b img{ max-width:100px; max-height:100px;}
.showLeft .pname{ width:100%; text-align:center; font-size:18px; color:#008bc8; margin-top:10px;}
.showRight{
	float:left;
	width:510px;
}
.showRight  .huncontent{
	padding:20px;
	padding-bottom:55px;
	padding-left:0;
	font-size:16px;
	line-height:26px;
	width:100%;
	text-align:left
}
.closebtn{
	clear:both;
	position:relative;
	top:3px;
	left:670px;
	width:36px;
	height:36px;
	background-image:url(../images/close-n.png);
	cursor:pointer;
}
.cssshadow {
    -moz-box-shadow: 1px 1px 20px 4px #afafaf;
    -webkit-box-shadow:1px 1px 20px 4px #afafaf;
    box-shadow:1px 1px 20px 4px #afafaf;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#afafaf')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#afafaf');
}

.lct{ width:1200px; margin:auto; position:relative; margin-top:20px;}
.lct .lis01{ width:1168px; display:block; overflow:hidden;}
.lct .lis01 li{ width:146px; display:block; float:left; text-align:center; overflow:hidden;}
.lct .lis01 li strong{ width:100%; height:94px; display:block; margin:auto;}
.lct .lis01 li strong img{ display:block; margin:auto; max-height:94px;}
.lct .lis01 li p{ width:30px; height:30px; display:block; margin:25px auto; border-radius:36px; background-color:#008bc8;}
.lct .lis01 li span{ display:block; margin:auto; font-size:22px; line-height:30px; font-weight:bold; width:86px; color:#008bc8;}
.lct .line{ width:1168px; position:absolute; left:0; top:132px; height:4px; background-color:#008bc8;}
.lct .l05{ position:absolute; right:0; width:32px; top:116px;}
.lct .l05 img{ width:100%; display:block;}
.lct .l01{ width:2px; height:20px; position:absolute; top:250px; left:72px; background-color:#008bc8;}
.lct .l02{ width:2px; height:20px; position:absolute; top:250px; left:656px; background-color:#008bc8;}
.lct .l03{ width:2px; height:20px; position:absolute; top:250px; left:802px; background-color:#008bc8;}
.lct .l04{ width:2px; height:20px; position:absolute; top:250px; left:1094px; background-color:#008bc8;}
.lct .lis02{ margin-top:36px; width:1200px;}
.lct .lis02 span{ margin-left:72px; display:block; float:left; width:584px; text-align:center; font-size:24px; font-weight:bold; padding-top:20px; border-top:2px solid #008bc8; color:#008bc8;}
.lct .lis02 p{ display:block; float:left; width:146px; text-align:center; font-size:24px; font-weight:bold; padding-top:20px; border-top:2px solid #008bc8; color:#008bc8;}
.lct .lis02 a{ display:block; float:left; width:294px; text-align:center; font-size:24px; font-weight:bold; padding-top:20px; border-top:2px solid #008bc8; color:#008bc8;}

.txtScroll{ width:1200px; margin:auto; height:50px; background-color:#f1f1f1; position:relative; overflow:hidden;}
.txtScroll .prev{ width:20px; height:50px; position:absolute; left:10px; top:0; display:block; cursor:pointer; background-image:url(../images/lefth_15.png); background-position:center; background-repeat:no-repeat; background-size:100% auto;}
.txtScroll .next{ width:20px; height:50px; position:absolute; right:10px; top:0; display:block; cursor:pointer; background-image:url(../images/righth_17.png); background-position:center; background-repeat:no-repeat; background-size:100% auto;}
.txtScroll .bd{ width:1120px; margin:auto; height:50px;}
.txtScroll .bd li{ width:140px;}
.txtScroll .bd li{ display:block; float:left; text-align:center;}
.txtScroll .bd li a{ padding:0 20px; display:block; height:50px; line-height:50px; font-size:16px;}
.txtScroll .bd li:hover a{background-color:#008bc8; color:#fff;}