body{margin: 0px;padding: 0px;font-family: arial, Microsoft Yahei;outline: none;min-width:1100px;width: 100%;font-size: 12px;color:#656565;}
img {border: none;}
em,strong,i{font-style: normal;}
ul,li,p{list-style: none;margin:0;padding:0;}
table{border-collapse: collapse;border-spacing: 0;}
input:focus,textarea:focus,select:focus{outline:none;}
a {text-decoration: none;color: #333;cursor: pointer;}
a:hover {color: #f60;text-decoration:underline;}

/*===========================清除浏览器默认样式=======================================*/

/*===========================重用样式sta=======================================*/
.left {float: left;}
.right {float: right;}
.clear {clear: both;}
.over{overflow:hidden;}
.bold {font-weight: bold}
.none{display:none;}

.wrap{width:1100px;margin:0 auto;overflow:hidden;}
.navwrap{width:1100px;margin:0 auto;}
/*===========================重用样式end=======================================*/

.top{height:30px;line-height:30px;background:#0594D8;color:#fff;font-size:13px;overflow:hidden;height:30px;position:relative;z-index:1;}
.top .lf{float:left;}
.top .rf{float:right;position:absolute;z-index:4;width:30%;top:0;right:0;text-indent:10px;}
.topbox{position:relative;z-index:3;}
.toprg{position:absolute;width:40%;top:0;right:0;height:30px;background:#f38eb6;z-index:2;}
.toprg i{display:block;width:0px;height:0px;position:absolute;left:-30px;top:0;z-index:4;
	border-color:#f38eb6 transparent;
	border-style:solid;
	border-width:0 0 30px 30px
}

ul.pagination li{
	float: left;
}
ul.pagination{display:inline-block;margin:0 auto;width:auto;}
ul.pagination li.disabled span{border:solid 1px #ddd;color:#666;background:#fff;}

.nav{height:100px;background:#fff;width:100%;z-index:10000;}
.nav .logo{width:370px;height:70px;margin:15px 0;overflow:hidden;float:left;}
.nav .logo a{display:block;width:250px;height:70px;float:left;}
.nav .logo div{float:left;width:120px;font-size:12px;color:#666;line-height:20px;margin-top:15px;}
.nav .logo div i{display:block;background:linear-gradient(to top,#efefef,#b6b6b6,#efefef);height:40px;width:1px;vertical-align:-20px;margin-right:8px;float:left;}
.nav .logo div p{float:left;}
.nav .navmenu{width:710px;float:right;height:70px;margin-top:30px;}
.nav ul{width:750px;}
.nav li{margin:0 0 0 0;float:left;height:70px;padding:0 21px;position:relative;}
.nav li a{display:block;height:68px;line-height:70px;color:#555;text-align:center;font-size:15px;border-bottom:solid 2px #fff;overflow:hidden;}
.nav li a.home{background:url(../image/icon_home.png) no-repeat center left;padding-left:25px;}
.nav li a:hover,.nav li a.on{text-decoration:None;border-bottom:solid 2px #0594D8;color:#0594D8;}
.nav li:hover{background:#fafafa;}
.nav li:hover > a{border-bottom:solid 2px #0594D8;color:#0594D8;}
.nav li:hover .sul{display:block;}
.nav li .sul{position:absolute;left:0;top:70px;z-index:10001;display:none;text-align:left;background:#fafafa;overflow:hidden;padding:10px 0;}
.nav li .sabul a{display:inline-block;height:30px;line-height:30px;white-space:nowrap;border:0;padding:0 21px;}
.nav li .sagul{text-align:center;}
.nav li .sacul{width:320px;padding:0 10px 20px 10px;text-align:center;max-width:480px;}
.nav li .sacul div{width:160px;float:left;margin-top:20px;}
.nav li .sacul div span{display:inline-block;background:#666;padding:0 15px;margin-bottom:10px;}
.nav li .sacul div span a{color:#fff;}
.nav li .sacul div a{height:30px;line-height:30px;border:0;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}


#inbanner{height:500px;width:100%;overflow:hidden;}
#inbanner .swiper-container {
	width: 100%;
	height: 500px;
}
#inbanner .swiper-slide {
	text-align: center;
	font-size: 18px;width:100%;overflow:hidden;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#inbanner .swiper-slide img{margin:0 auto;}
#inbanner .swiper-pagination{bottom:20px;}
#inbanner .swiper-pagination-bullet{background:#999;width:50px;height:3px;margin:0 2px;border-radius:0;opacity:1;}
#inbanner .swiper-pagination-bullet-active{background:#0594D8;}
.swiperinbar-btn{display:none;}
.swiperinbar:hover .swiperinbar-btn{display:block;}
#inbanner .swiper-button-prev{width:30px;left:50%;margin-left:-600px;background:url(../image/icon_prev.png) no-repeat center;}
#inbanner .swiper-button-next{width:30px;left:50%;margin-left:560px;background:url(../image/icon_next.png) no-repeat center;}
.grow {
	display: inline-block;cursor:pointer;
	-webkit-transition-duration: 0.8s;
	transition-duration: 0.8s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.grow:hover, .grow:focus, .grow:active {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}



.initem{padding:50px 0;overflow:hidden;}
.initemtit{text-align:center;font-size:24px;color:#656565;margin:0 0 30px 0;overflow:hidden;}
.initemtit span{display:block;clear:both;font-size:20px;line-height:30px;}

.inabout{padding-bottom:70px;}
.inabout .initemtit{margin-bottom:60px;}
.inabout .lf{width:500px;float:left;overflow:hidden;}
.inabout .lf .tit{font-size:15px;margin-bottom:20px;}
.inabout .lf .tit span{display:inline-block;border-bottom:solid 2px #0594D8;height:40px;}
.inabout .lf .con{font-size:13px;height:170px;overflow:hidden;line-height:22px;color:#666;margin-bottom:40px;}
.inabout .lf a{background:#0594D8;display:inline-block;height:35px;line-height:35px;padding:0 22px;color:#fff;}
.inabout .lf a:hover{opacity:.8;text-decoration:none;}
.inabout .rf{width:520px;height:300px;float:right;background:url(../image/videobg.png) no-repeat center;}
.inabout .rf a{display:block;width:390px;height:230px;background:url(../image/icon_play.png) no-repeat center;margin:20px auto;}
.inabout .rf a:hover{opacity:.8;}
.inabout .rf #inabvdo{display:none;width:390px;height:240px;margin:20px auto;}

.inproduct{background:#DAEFF9;width:100%;}
.inprocon{clear:both;overflow:hidden;text-align:center;}
.inprocon .inprocls{display:inline-block;width:365px;height:260px;margin:0 3px;background:#fff;overflow:hidden;}
.inprocon .inprocls img{width:365px;height:260px;}
.inprocon .inprocls a{display:block;width:365px;height:260px;position:relative;z-index:1;text-align:center;line-height:380px;font-size:18px;color:#fff;}
.inprocon .inprocls a i{display:none;width:365px;height:260px;position:absolute;left:0;top:0;z-index:2;background:#1E9EDC;opacity:.8;}
.inprocon .inprocls a div{display:none;width:365px;height:260px;position:absolute;left:0;top:0;z-index:3;background:url(../image/proyxbg.png) no-repeat center;}
.inprocon .inprocls:nth-child(2) a div{background:url(../image/projxbg.png) no-repeat center;}
.inprocon .inprocls a:hover div,.inprocon .inprocls a:hover i{display:block;}

.innewscc{float:left;width:490px;margin-top:30px;overflow:hidden;padding:30px 70px 20px 0;background:url(../image/sline.png) no-repeat center right;}
.innewscc .tit{font-size:18px;color:#333;}
.innewscc .tit span{display:inline-block;border-bottom:solid 2px #0594D8;height:40px;}
.innewscc ul{margin:30px 0;}
.innewscc li{padding:10px 0 35px 0;border-bottom:solid 1px #0594D8;overflow:hidden;}
.innewscc li .lf{width:65px;height:65px;float:left;text-align:center;}
.innewscc li .lf b{font-size:48px;font-weight:normal;}
.innewscc li .lf span{font-size:15px;}
.innewscc li .rf{width:410px;height:65px;float:right;}
.innewscc li .rf h3{margin:12px 0 8px 0;font-weight:normal;font-size:14px;}
.innewscc li .rf p{font-size:12px;line-height:18px;height:35px;overflow:hidden;}
.innewscc li a{color:#333;}
.innewscc li a:hover h3{color:#f60;}
.innewscc a.more{background:#fff;border:solid 1px #333;display:inline-block;height:35px;line-height:35px;padding:0 22px;color:#666;margin-top:20px;}
.innewscc a.more:hover{opacity:.8;text-decoration:none;}
.innewscc2{float:right;background:none;width:490px;padding:30px 0 20px 0;}

/*内页*/
.nbanner{height:250px;width:100%;min-width:250px;background:#3B7AB0 url(../image/nnbar.jpg) no-repeat center;overflow:hidden;}
.nav2{text-align:center;overflow:hidden;border-bottom:solid 1px #ddd;padding:50px 0 30px 0;}
.nav2 h1{display:block;clear:both;font-size:24px;font-weight:normal;margin-bottom:35px;}
.nav2 div{overflow:hidden;text-align:center;display:block;}
.nav2 a{display:inline-block;padding:0 20px;height:30px;line-height:30px;margin:0 10px;text-align:center;font-size:16px;background:#656565;color:#fff;border-radius:3px;overflow:hidden;}
.nav2 a:hover,.nav2 a.on{background:#0594D8;text-decoration:none;}
.nav3 a{display:block;padding:0 15px;float:left;font-size:16px;background:none;}
.nav3 a:hover,.nav3 a.on{border-bottom:solid 2px #4C86EF;height:43px;color:#4C86EF;background:none;}

/*news*/
.news_list{padding:15px 0 30px 0;}
.news_list li{overflow:hidden;border-bottom:solid 1px #ddd;padding:30px 0 0 0;}
.news_list li img{float:left;width:300px;height:200px;background:#ddd;}
.news_list_c{width:680px;margin-left:30px;float:left;margin-top:30px;}
.news_list_c a{clear:both;font-size:18px;display:inline-block;line-height:25px;color:#000}
.news_list_c p{clear:both;font-size:14px;color:#656565;padding-top:15px;line-height:20px;display:block;height:75px;overflow:hidden;}
.news_list_c a.more{clear:both;font-size:14px;display:inline-block;line-height:25px;color:#0594D8;text-decoration:underline;}

.news_tit{text-align:center;line-height:30px;overflow:hidden;margin:60px 0 0 0;position:relative;}
.news_tit h1{font-size:24px;font-weight:normal;color:#000;}
.news_tit p{color:#666;line-height:40px;font-size:14px;}
.news_con{padding:30px 0;line-height:25px;font-size:14px;color:#656565;overflow:hidden;}

.aboutgg .news_list li{padding:20px 0;}

/*about*/
.aboutc{padding:40px 0 80px 0;line-height:25px;font-size:15px;color:#666;}
.aboutc h2{font-weight:normal;display:block;text-align:center;font-size:18px;color:#333}
.aboutc h2 i{display:block;height:2px;width:30px;background:#0594D8;margin:20px auto;}
.aboutc p{font-size:14px;}
.aboutc p img{display:block;max-width:1100px;margin:20px auto;}

.aboutc2{width:100%;min-width:1100px;background:url(../image/about.jpg) no-repeat center top -1px;background-size:100% 650px;height:650px;margin:60px auto 20px auto;overflow:hidden;}
.aboutc2_c{background:url(../image/icon_timez.png) no-repeat 80px 20px;width:56%;height:650px;float:left;position:relative;}
.aboutc2_c_bg{background:#0594D8;position:absolute;left:0;top:0;width:100%;height:650px;opacity:.85;}
.aboutc2_c ul{width:100%;text-align:right;padding-top:30px;}
.aboutc2_c li{line-height:25px;font-size:13px;position:relative;padding:20px 110px 0px 0;color:#fff;}
.aboutc2_c li h1{font-size:18px;font-weight:normal;margin-bottom:15px;}
.aboutc2_c li span{border-bottom:solid 2px #fff;padding-bottom:15px;}
.aboutc2_c li p{display:block;padding-top:15px;}
.aboutc2_c li div{display:block;width:30px;height:30px;background:url(../image/icon_timel.png) no-repeat;position:absolute;right:-15px;top:55px;z-index:10;}
.aboutc2_c li div i{display:block;width:30px;height:30px;position:absolute;left:0;top:0px;z-index:11;background:#fff;opacity:.5;border-radius:50%;}
.aboutc2_c li div em{display:block;width:20px;height:20px;position:absolute;left:5px;top:5px;z-index:12;background:#fff;border-radius:50%;}
.aboutc2_r{width:44%;float:right;height:650px;}
.aboutc2_r span{display:block;width:370px;height:70px;text-align:center;font-size:32px;line-height:70px;color:#fff;border:solid 1px #fff;border-right:none;float:right;margin-top:500px;}

.aboutc3 ul{width:1150px;padding:0;overflow:hidden;}
.aboutc3 li{width:540px;height:280px;float:left;margin:20px 20px 0 0;background:#ddd;text-align:center;}
.aboutc3 li.l1{width:1100px;height:500px;}

.aboutc4{margin:70px auto 40px auto;}
.aboutc4_l{float:left;width:520px;font-size:14px;line-height:25px;}
.aboutc4_l img{width:325px;height:325px;background:#eee;margin-bottom:20px;}
.aboutc4_l h1{font-weight:normal;font-size:18px;display:block;color:#555}
.aboutc4_l h1 span{padding-bottom:15px;border-bottom:solid 2px #0594D8;}
.aboutc4_l p{padding-top:15px;}
.aboutc4_r{width:450px;float:right;border-left:2px solid #0594D8;}
.aboutc4_r li{margin:50px 0 0 0;padding-left:60px;font-size:14px;line-height:25px;position:relative;}
.aboutc4_r li .tt{position:absolute;left:-42px;top:50%;margin-top:-42px;width:44px;height:44px;padding:20px;border-radius:50%;background:#0594D8;color:#fff;text-align:center;line-height:23px;font-size:18px;}
.aboutc4_r li b{color:#0594D8;}

.about_6{margin:70px auto 40px auto;}
.about_6 h1{font-weight:normal;width:20px;font-size:18px;float:left;overflow:hidden;display:block;padding-right:25px;margin-top:210px;}
.about_6 h1 span{padding-right:20px;border-right:solid 3px #0594D8;display:inline-block;}
.about_6 h2{font-weight:normal;width:20px;font-size:18px;float:left;padding-left:15px;display:block;margin-top:355px;}
.about_6 div{float:right;}

.gg_tit{border-bottom:solid 1px #ddd;margin-top:50px;}
.gg_tit h1{margin-bottom:10px;}
.gg_btm{border-top:solid 1px #ddd;padding:25px 0;overflow:hidden;}
.gg_btm_l{width:900px;float:left;line-height:25px;color:#656565;font-size:13px;}
.gg_btm_l a{color:#666;}
.gg_btm_l a:hover{color:#f60;}
.gg_btm_r{width:150px;float:right;}
.gg_btm_r a{display:inline-block;height:40px;line-height:40px;font-size:13px;padding:0 30px;background:#0594D8;color:#fff;float:right;}
.gg_btm_r a:hover{text-decoration:none;opacity:.8;}

/*jiameng*/
.jmtit{font-size:18px;font-weight:normal;text-align:center;color:#000;margin:60px 0 40px 0;}
.jmcon{font-size:16px;line-height:25px;}

.zshznav{text-align:center;color:#ddd;font-size:16px;margin:50px auto;}
.zshznav a{color:#666;display:inline-block;margin:0 20px;}
.zshznav a.on{color:#0594D8;}
.jiamlist{width:1130px;padding:0 0 20px 0;overflow:hidden;min-height:500px;}
.jiamlist li{width:268px;height:310px;float:left;margin:0 10px 20px 0;overflow:hidden;text-align:center;}
.jiamlist li img{width:268px;height:270px;background:#eee;}
.jiamlist li a{display:inline-block;text-align:left;font-size:16px;line-height:30px;}

/*rongyu*/
.rongyu_list{width:1150px;overflow:hidden;padding-bottom:40px;}
.rongyu_list li{width:355px;height:280px;float:left;margin:40px 20px 0 0;overflow:hidden;}
.rongyu_list li img{background:#ddd;width:360px;height:240px;}
.rongyu_list li p{padding:8px 0;overflow:hidden;font-size:16px;color:#333;text-align:center;}

.rongyuqiye{height:800px;position:relative;}
.rongyuqiye .item{width:270px;height:234px;background:url(../image/ry1.png) no-repeat;position:absolute;left:0;top:0;color:#333;z-index:2;text-align:center;font-size:16px;line-height:30px;}
.rongyuqiye .item p{margin:50px 10px 10px 10px;border:solid 0px red;height:130px;}
.rongyuqiye .item8{z-index:3;width:409px;height:359px;background:url(../image/ry2.png) no-repeat;top:72px;left:75px;}
.rongyuqiye .item1{left:622px;top:235px;}
.rongyuqiye .item2{left:829px;top:354px;}
.rongyuqiye .item3{left:623px;top:474px;}
.rongyuqiye .item4{left:0;top:353px;}
.rongyuqiye .item5{left:416px;top:355px;}
.rongyuqiye .item6{left:208px;top:474px;background:url(../image/ry3.png) no-repeat;}
.rongyuqiye .item7{left:415px;top:115px;background:url(../image/ry4.png) no-repeat;width:271px;height:235px;}
/*product*/
.pro_list{overflow:hidden;margin:30px 0;width:1150px;}
.pro_list li{width:320px;float:left;background:#fff;margin:0 10px 10px 0;padding:20px;color:#666;height:290px;overflow:hidden;}
.pro_list li .img{height:200px;text-align:center;line-height:200px;}
.pro_list li .img a{display:block;width:320px;height:200px;overflow:hidden;opacity:.8;}
.pro_list li .img a:hover{opacity:1;}
.pro_list li .img img{max-width:320px;max-height:200px; display: inline-block; vertical-align: middle;}
.pro_list li .con{clear:both;overflow:hidden;}
.pro_list li .con h2{font-size:16px;color:#000;font-weight:normal;margin:6px 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.pro_list li .con span{display:inline-block;height:14px;overflow:hidden;}
.pro_list li .more{clear:both;overflow:hidden;margin-top:5px;}
.pro_list li .more a{float:right;border:solid 1px #0594D8;color:#0594D8;height:35px;line-height:35px;padding:0 25px;font-size:14px;margin-right:10px;}
.pro_list li .color{float:left;}
.pro_list li .color i{display:block;width:20px;height:20px;border:solid 1px #eee;float:left;margin:5px 5px 0 0;box-shadow:2px 2px 2px #999 inset;}

.product_bg{background:url(../image/prodetbg.jpg) no-repeat center;width:100%;overflow:hidden;}
.product_nav{background:#fff;margin:20px 0;height:40px;line-height:40px;text-align:right;}
.product_nav span{display:inline-block;height:38px;margin:0 20px 0 5px;color:#666;font-size:15px;cursor:pointer;}
.product_nav span:hover,.product_nav span.on{border-bottom:solid 2px #0594D8;color:#0594D8;}
.product_box{margin-bottom:40px;overflow:hidden;background:#fff;padding:30px;}
.product_box_l{width:42px;height:400px;float:left;overflow:hidden;}
.product_box_l img{max-width:40px;cursor:pointer;display:inline-block;vertical-align:middle;}
.product_box_l .swiper-container{height:350px;}
.swiperpro .swiper-slide {
	text-align: center;width:42px;height:51px;line-height:70px;cursor:pointer;margin:0;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;clear:both;
}
.swiperpro .swiper-slide span{display:block;border:solid 1px #fff;height:68px;width:40px;}
.swiperpro .swiper-slide .slideon{border-color:#f00;}
.product_box_l .proimg-prev{width:42px;height:20px;background:url(../image/icon_up.jpg) no-repeat center;cursor:pointer;}
.product_box_l .proimg-next{width:42px;height:20px;background:url(../image/icon_down.jpg) no-repeat center;cursor:pointer;}

.ny_product_box{width:500px;height:400px;position:relative;float:left;margin-left:20px;}
.ny_product_box .ny_product_sml{position:relative;border:1px solid #ddd;    
	width:500px;        
	height:400px;text-align:center;line-height:400px;overflow:hidden;
}
.ny_product_box .ny_product_sml img{vertical-align:middle;display:inline-block;margin: 0 auto;max-width: 500px;max-height: 400px;}
.ny_product_sml span.product_move{
	width:120px;height:120px;background:#F38EB6;position:absolute;top:0px;left:0px;filter:alpha(opacity=50);
    -moz-opacity:0.5;opacity:0.5;display:none;cursor:crosshair;
}
.ny_product_sml span.product_shade{width:100%;height:100%;position:absolute;left:0px;top:0px;}
.ny_product_big{width:460px;height:400px;position:absolute;left:510px;top:0px;
                overflow:hidden;border:1px solid #ddd;display:none;background:#fff;}
.ny_product_big img{position:absolute;left:0px;top:0px;}




.product_box_r{width:400px;min-height:400px;float:right;}
.product_box_r h1{font-size:32px;font-weight:normal;}
.product_box_r .intro{font-size:14px;color:#999;margin:10px 0;overflow:hidden;display:block;line-height:20px;}
.product_box_r p{font-size:14px;line-height:40px;color:#999;}
.product_box_r .color{margin:40px 0 30px 0;}
.product_box_r .color span{display:inline-block;height:28px;padding-right:15px;color:#666;cursor:pointer;}
.product_box_r .color span i{display:inline-block;height:25px;width:25px;border:solid 1px #ddd;vertical-align:-8px;margin-right:5px;}
.product_box_r .other a{display:inline-block;height:35px;line-height:35px;background:#666;padding:0 15px;font-size:16px;color:#fff;}
.product_box_r .other a:hover{text-decoration:none;opacity:.8;}

.pro_tabcon{clear:both;overflow:hidden;margin:30px 0;display:none;}
.pro_tabcon_tit{background:#0594D8;height:35px;line-height:35px;padding:0 10px;color:#fff;font-size:15px;margin:10px 0 0 0;}
.pro_tabcon_con{font-size:14px;line-height:23px;overflow:hidden;}
.pro_nrjs{margin-top:10px;}
.pro_gncs table{width:100%;}
.pro_gncs table td{height:50px;border-bottom:solid 1px #ddd;font-size:16px;}
.pro_gncs table td.t{width:260px;padding-right:70px;text-align:right;}
.pro_gncs .prosm{font-size:14px;line-height:50px;color:#999;}

.prosvinfo{margin-top:50px;border:solid 1px #ccc;padding:70px 50px;}
/*.prosvinfo .code{width:300px;float:left;text-align:center;line-height:50px;font-size:24px;color:#333;overflow:hidden;}*/
.prosvinfo p{display:block;border:solid 1px #ccc;width:298px;height:298px;}
.prosvinfo table{width:100%;}
.prosvinfo table td{padding-bottom:20px;font-size:20px;color:#333;text-align:center;}
.prosvinfo table td select{padding:5px;border:solid 1px #eee;box-shadow:1px 1px 5px #ddd inset;}
.prosvinfo table td input.txt{height:30px;line-height:30px;width:calc(100% - 22px);padding:5px 10px;border:solid 1px #eee;box-shadow:1px 1px 5px #ddd inset;}
.prosvinfo table td textarea{height:80px;width:calc(100% - 22px);resize:none;padding:10px;border:solid 1px #eee;box-shadow:1px 1px 5px #ddd inset;}
.prosvinfo table td input.btn{height:30px;line-height:30px;width:90px;background:#0594D8;color:#fff;font-size:16px;text-align:center;border:0;border-radius:5px;margin-top:50px;}
.prosvinfo table td .svinfomsg{height:30px;line-height:30px;font-size:14px;color:#f00;}
.prosvinfo .lxtel{clear:both;margin:60px auto 0 auto;width:520px;height:110px;padding:20px 50px 0 0;background:url(../image/telbtn.png) no-repeat center;text-align:right;font-size:28px;color:#fff;line-height:40px;}
.prosvinfo .lxtel b{display:block;font-size:48px;font-family:arial;}
/*contact*/
.contact_l{width:440px;margin:50px 0 0 0;overflow:hidden;font-size:15px;line-height:25px;color:#656565;}
.contact_l h2{font-size:24px;color:#0594D8;margin-bottom:20px;font-weight:normal;}
.contact_l .wechat{width:115px;height:20px;padding-top:120px;background:url(../image/wechat.png) no-repeat;text-align:center;font-size:12px;margin:0 0 0 10px}
.contact_r{width:610px;height:350px;margin-top:60px;border:solid 1px #ddd;}

/*pager*/
.pager{    clear: both;
	text-align: center;
	overflow: hidden;
	margin: 20px auto;
	}
.pager a,.pager span{display:inline-block;border:solid 1px #ccc;background:#fff;height:30px;line-height:30px;font-size:14px;color:#666;padding:0 10px;margin:0 3px;}
.pager span,.pager a:Hover{background:#0594D8;color:#fff;border:solid 1px #2A6BBD;text-decoration:none;}
.pager i{display:inline-block;padding:0 10px;color:#999;font-style:normal;}

/*footer*/
.sidecontact{width:150px;height:300px;background:#EBF7FC;border-radius:3px;overflow:hidden;position:fixed;right:20px;top:50%;margin-top:-150px;z-index:100;}
.sidecontact ul{padding-top:90px;background:url(../image/sd_tel.jpg) no-repeat;}
.sidecontact ul li{height:50px;line-height:50px;border-bottom:solid 1px #C3E6F6;text-indent:70px;background:url(../image/icon_qq.png) no-repeat center left 20px;}
.sidecontact ul li a{display:block;font-size:14px;}
.sidecontact ul li a:hover{text-decoration:none;}
.sidecontact div{text-align:center;color:#000;line-height:20px;padding-top:10px;font-size:13px;}

.footer{width:100%;background:#2da1d4;margin-top:30px;overflow:hidden;font-size:12px;padding:20px 0;}
.center{text-align: center;}
.footer_nav{float:left;overflow:hidden;margin-top:10px;overflow:hidden;}
.footer_nav div{font-size:18px;color:#fff;}
.footer_nav div span{display:inline-block;height:40px;border-bottom:solid 2px #0594D8;}
.footer_nav a{color:#fff;font-size:13px;display:block;margin:10px 40px 0px 0;}
.footer_nav .online-message{display: inline-block;padding: 10px 20px;margin-top:10px;border: 1px solid #fff; border-radius: 10px}
.foot_code{width:520px;float:right;text-align:center;margin:0;}
.foot_code div{width:130px;height:160px;float:left;margin-left:40px;}
.foot_code div img{width:130px;height:130px;background:#eee;}
.foot_code span{font-size:16px;color:#fff;display:inline-block;line-height:30px;}
.copyright{width:100%;background:#016a99;overflow:hidden;color:#fff;font-size:14px;text-align:left;line-height:20px;line-height:40px;}
.copyright p{float:left;}
.copyright a{color:#fff;float:right;}

header,.wpincon,.wpfooter,.about_cz,.wprongyuli,.product_nav2,.proswipe{display:none;}
@media screen and (max-width:768px){
html,body{font-size:1rem;width:100%;min-width:100%;-webkit-text-size-adjust:none;-webkit-tap-highlight-color:transparent;}
body{width:100%;overflow-x:hidden;background:#fff;font-family:"Microsoft Yahei";}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0}
body{}
table{border-collapse:collapse;border-spacing:0}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
ul,ol,li{list-style:none}
em,i{font-style:normal}
img{border:none;margin:0;padding:0;max-width:100%;}
*{-webkit-tap-highlight-color:rgba(0,0,0,0)}
select{color:#a9a9b9 !important;background:none;width:100%} 
input,select,textarea{-webkit-tap-highlight-color:#c2c2c2} 
textarea:focus{outline:0} 
a{color:#333;text-decoration:none}
input, textarea, keygen, select, button, isindex, meter, progress {-webkit-writing-mode:horizontal-tb;font-size:100%}
 input, textarea, keygen, select, button, isindex {margin:0;font:-webkit-small-control;letter-spacing:normal;word-spacing:normal;ext-transform:none;text-indent:0px;text-shadow:none;display:inline-block;border:none;text-align:start;font-weight:normal;font-size:1.25rem;outline:none}
form{width:100%} 
form:after{clear:both;display:block;content:".";visibility:hidden}
table{width:100%} 
table th{font-weight:normal}
.left{float:left;}
.right{float:right;}
.wrap,.navwrap{width:100%;background:#fff;}
.top,.nav,.initem,.pcfooter,.product_nav{display:none;}

.product_nav2{border:solid 1px #ddd;border-left:0;border-right:0;line-height:2.5rem;overflow:hidden;font-size:90%;display:block;}
.product_nav2 span{display:block;float:left;padding:0 1rem;color:#666;}
.product_nav2 span.on{background:#0594D8;color:#fff;}
.product_box{padding:1rem;}
.product_box_l{display:none;}
.ny_product_box{width:100%;height:15rem;float:none;margin:0;display:none;}
.ny_product_box .ny_product_sml{width:100%;height:15rem;line-height:15rem;overflow:hidden;}
.ny_product_box .ny_product_sml img{max-width:100%;max-height:15rem;}
.product_box_r{float:none;width:100%;height:auto;min-height:auto;margin-top:1rem;}
.product_box_r p{line-height:1.6rem;}
.product_box_r .color{margin:0.6rem 0;}
.product_box_r .other{text-align:center;}
.pro_tabcon_tit{display:none;}
.pro_tabcon{margin:0;}
.pro_tabcon_con{padding:1rem;margin:0;line-height:1.5rem;font-size:90%;}
.pro_gncs table td.t{width:5rem;padding-right:1rem;}
.pro_gncs .prosm{line-height:1.6rem;margin-top:1rem;}

.proswipe{border:solid 1px #ddd;display:block;}
.proswipe img{max-width:100%;margin:0 auto;}
.proswipe .swiper-container-horizontal>.swiper-pagination-bullets{bottom:1px;}
.proswipe .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{width:0.6rem;height:0.6rem;}


header{width:100%;overflow:hidden;display:block;}
header .logo{background:#fff;overflow:hidden;height:auto;}
header .logo img{display:block;width:100%;}
/*导航*/
header nav{height:2.5rem;background:#2EA5DF;width:100%;overflow:hidden;}
header nav ul{width:85%;float:left;}
header nav ul li{float:left;line-height:2.5rem;width:17%;text-align:center;}
header nav ul li:nth-child(1){width:15%;}
header nav ul li a{color:#fff;display:block;font-size:90%;}
header nav ul li a:hover{background:#1B82B5;text-decoration:none;color:#fff;}
header .menu{width:15%;float:right;height:2.5rem;text-align:center;}
header .menu img{width:1.8rem;margin-top:0.7rem;}

header .sbnav{position:fixed;width:100%;height:100%;top:0;left:0;background:#ECF7FD;z-index:999;border-bottom:#ececec 1px solid;display:none;overflow-y:auto;}
header .sbnav .close{height:6rem;line-height:6rem;color:#f00;background:#fff;font-size:300%;padding:0 3rem;font-family:arial;}
header .sbnav a{height:3rem;line-height:3rem;border-top:#C8E6ED 1px solid;color:#333;display:block;text-align:left;padding:0 1rem;}
header .sbnav a.on{color:#1e345e}
header .sbnav .subnav{clear:both;overflow:hidden;background:#fff;box-shadow:0 3px 5px #999 inset;padding:0.8rem 0.2rem;}
header .sbnav .subnav a{display:block;float:left;font-size:80%;height:2rem;line-height:2rem;padding:0 0.8rem;text-align:center;color:#666;border:0;}
header .sbnav .subnav div{clear:both;overflow:hidden;}
header .sbnav .subnav div span{display:block;clear:both;font-weight:bold;height:2rem;width:100%;}
header .sbnav .navbtm{height:6rem;}
.clear{clear:both}

#inbanner{height:auto;background:#fff;}
#inbanner .swiper-container {height:21rem;}
#inbanner .swiper-slide img{height:auto;width:180%;max-width:180%;position:absolute;left:50%;top:0;margin:0;margin-left:-90%;}
#inbanner .swiper-pagination{bottom:0.5rem;}
#inbanner .swiper-pagination-bullet{width:0.5rem;height:0.5rem;border-radius:50%;}

.wpincon{display:block;}
.wpincon .title{height:2rem;background:#2EA5DF;line-height:2rem;}
.wpincon .title h3{color:#fff;padding-left:0.8rem;font-size:90%;margin:0;font-weight:normal;}
.wpincon .title h3 span{font-size:1rem;}
.wpincon .title a{float:right;font-size:0.8rem;margin-right:0.8rem;color:#fff;}
.wpincon .title2{background:#4FB5E6;}
.wpincon .title3{background:#8BCDED;}
/*内容*/
.wpincon .content{width:100%;height:auto;}
.wpincon .section_1{height:auto;padding-bottom:0.8rem;}
.wpincon .section_1_txt,.wpincon .section_1_img{width:96%;margin:0 auto;height:auto;padding-top:0.8rem;color:#666;line-height:1.6rem;font-size:90%;}
.wpincon .section_1_img{padding:0 0 0.5rem 0;}
.wpincon .section_1_img img{width:100%;clear:both;margin-top:1rem;}
.wpincon .pro_list{width:100%;height:auto;min-height:auto;margin:0;}
.wpincon .pro_list ul{height:auto;margin:1.5rem 0.5rem 0.5rem 0.5rem;}
.wpincon .pro_list ul li{width:50%;height:auto;padding:0;margin:0;margin-bottom:15px;float:left;text-align:center;}
.wpincon .pro_list ul li a{display:block;margin:0 0.5rem;}
.wpincon .pro_list ul li img{width:100%;height:7rem;border:solid 1px #ddd;}
.wpincon .pro_list ul li p{width:100%;padding:5px 0;text-align:center;color:#000;font-size:95%;display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.wpincon .ix_news{width:100%;height:auto;}
.wpincon .ix_news ul{width:98%;height:auto;padding:2% 1%;}
.wpincon .ix_news li{margin-bottom:5px;overflow:hidden;line-height:1rem;margin:0 0.5rem;padding:0.4rem;}
.wpincon .ix_news li a{max-width:75%;display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;font-size:90%;color:#555;float:left;}
.wpincon .ix_news li span{font-size:65%;color:#999;float:right;}

.wpfooter{display:block;background:#fff;padding-top:2rem;}
.wpfooter footer{width:100%;height:auto;background:#0177BD;text-align:center;padding:0 0 0.5rem 0;}
.wpfooter footer.fix{margin-bottom:5.3rem;}
.wpfooter footer .wpftnav{color:#fff;border-bottom:solid 1px #4198CD;line-height:3rem;margin-bottom:1rem;font-size:80%;}
.wpfooter footer .wpftnav a{display:inline-block;font-size:100%;margin:0 0.5rem;}
.wpfooter footer p{color:#FFFFFF;margin:0.5rem 0;font-size:80%;padding:0 0.5rem;line-height:1.3rem;}
.wpfooter footer a{color:#fff;}
.wpfooter footer .wpftkg{width:100%;height:3rem;}
.wpfooter .wpfooter_nav{width:100%;height:3.2rem;background:#024065;padding:0.2rem 0 0;overflow:hidden;margin:0;position:fixed;left:0;bottom:0;z-index:10000;}
.wpfooter .footer_nav_l{width:40%;height:auto;}
.wpfooter .footer_nav_l_1{width:50%;height:auto;}
.wpfooter .footer_nav_l_1 img{display:block;width:40%;margin:0.3rem auto 0.2rem auto;}
.wpfooter .footer_nav_l_1 p{text-align:center;font-size:70%;color:#fff;letter-spacing: 1px;}
.wpfooter .footer_nav_l_1 a:hover{text-decoration:none;}
.wpfooter .footer_nav_m{width:20%;height:auto;}
.wpfooter .footer_nav_m img{display:block;width:70%;margin:0 auto;}
.wpfooter .footer_nav_r{width:40%;height:auto;}
.wpfooter .footer_nav_fix{position:fixed;bottom:0;left:0;z-index:1000;}
.wpfooter .onlinezx{width:6rem;height:8rem;position:fixed;z-index:900;bottom:6rem;right:0;}
.wpfooter .onlinezx img{width:90%;}
.wpfooter .ppbg{width:100%;height:100%;position:fixed;top:0;left:0;z-index:100000000000;background:#000;opacity:.5;display:none;}
.wpfooter .ppcode{width:76%;height:auto;position:fixed;top:20%;left:12%;z-index:100000000001;background:#fff;border-radius:5px;display:none;}
.wpfooter .ppcode div{margin:1rem 0.5rem;text-align:center;padding-bottom:1rem;line-height:2rem;color:#000;}
.wpfooter .ppcode div img{max-width:100%;}
#newBridge{border-radius:50%;}

.nbanner{height:12rem;min-width:12rem;display:none;}
.nav2{height:auto;overflow:hidden;padding:0;border:0;}
.nav2 h1{display:none;}
.nav2 div{margin:1rem 0.2rem;}
.nav2 span{display:block;float:left;width:16.5%;}
.nav2 a{padding:0.8rem 0.5rem;background:#A0A0A0;color:#fff;margin:0.6rem 0.4rem;font-size:85%;border-radius:50%;text-align:center;display:block;box-shadow:0 2px 5px #666;height:auto;line-height:1.3rem;}
.nav2 a.on{background:#0594D8;color:#fff;}
.navwp2 span{width:33.33%;}

.wpprolist{width:100%;margin:0;}
.wpprolist li{width:50%;height:15rem;margin:0;padding:0;text-align:center;}
.wpprolist li .img{width:100%;height:10rem;line-height:10rem;}
.wpprolist li .img a{width:100%;height:10rem;}
.wpprolist li .img img{max-width:94%;max-height:100%;display:inline-block;}
.wpprolist li .more{display:none;}
.wpprolist li .con span{height:auto;font-size:80%;}
.wpprolist li .con{padding:0 0.5rem;}
.wpprolist li .con a{display:inline-block;max-height:2.2rem;overflow:hidden;}
.wpprolist li .con h2{white-space:normal;font-size:90%;line-height:1.3rem;}

.news_list{padding:0 0.6rem;overflow:hidden;}
.news_list li{text-align:center;padding:0;float:none;padding-bottom:1rem;border:0;width:100%;overflow:hidden;}
.news_list li .img{width:40%;float:left;height:8rem;overflow:hidden;display:block;}
.news_list li .img img{width:100%;float:none;height:auto;}
.news_list li .news_list_c{width:56%;padding-left:4%;float:left;margin:0;text-align:left;}
.news_list li .news_list_c p{text-indent:0;padding:0.3rem 0;height:2.2rem;font-size:70%;}
.news_list li .news_list_c a{font-size:90%;line-height:1.3rem;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;display:block;}
.news_list li .news_list_c a.more{font-size:70%;}

.aboutc p{padding:0 1rem;}
.aboutc p img{max-width:100%;}

.aboutc{padding:0;}
#abwh{display:none;}
.about_cz{margin:0 1rem;display:block;}
.about_cz img{width:100%;}
.about_cz ul{overflow:hidden;padding:1.5rem 0;}
.about_cz li{position:relative;overflow:hidden;padding-bottom:0.5rem;font-size:88%;}
.about_cz li h3{display:block;text-align:left;color:#0594D8;line-height:2rem;position:absolute;left:0;top:0;width:8rem;}
.about_cz li div{padding:0.3rem 0 0 4.8rem;line-height:1.4rem;text-align:left;}
.about_cz li:last-child div{padding-left:5.8rem;}

.aboutc3{}
.aboutc3 ul{width:100%;}
.aboutc3 li{width:100%;background:none;margin:0 0 1rem 0;height:auto;text-align:center;}
.aboutc3 li.l1{width:100%;height:auto;}
.aboutc3 li img{max-width:92%;}

.aboutc4{margin:0;padding:0;}
.aboutc4_l{display:none;}
.aboutc4_r{width:100%;float:none;border:0;}
.aboutc4_r li{margin:0 1rem 1rem;padding:1rem;text-align:center;border:dashed 1px #333;border-radius:3px;}
.aboutc4_r li .tt{color:#0594D8;font-weight:bold;background:none;position:static;width:100%;height:auto;}
.aboutc4_r li div{text-align:left;font-size:95%;margin-top:1rem;line-height:1.6rem;}
.aboutc4_r li p{font-size:95%;margin-bottom:2rem;}

.about_6{margin:0;padding-bottom:1rem;}
.about_6 h1{display:none;}
.about_6 h2{display:none;}
.about_6 div{float:none;}
.about_6 img{max-width:92%;margin:0 auto;display:block;}

.aboutgg .news_list{padding:0;margin:0 1rem;overflow:hidden;}
.aboutgg .news_list li {padding:1rem 0;float:none;border-bottom:solid 1px #ddd;}
.aboutgg .news_list li img{display:none;}
.aboutgg .news_list_c{float:none;margin:0;padding:0;}
.aboutgg .news_list_c p{padding:0.5rem 0;height:auto;}
.aboutgg .news_list li .news_list_c{width:100%;}
.aboutgg .news_list li .news_list_c a{font-size:100%;}

.rongyu_list{width:100%;padding:0 0 1rem 0;}
.rongyu_list li{width:50%;height:12rem;margin:0;padding:0;font-size:90%;text-align:center;}
.rongyu_list li div{height:9rem;overflow:hidden;}
.rongyu_list li img{max-width:95%;width:95%;display:inline-block;height:auto;}

.rongyuqiye{display:none;}
.wprongyuli{padding:0 1rem;overflow:hidden;padding-bottom:2rem;display:block;background:#fff;}
.wprongyuli li{position:relative;overflow:hidden;min-height:4rem;margin-bottom:1rem;}
.wprongyuli li span{display:block;position:absolute;left:0;bottom:0;width:5rem;height:5rem;border-radius:50%;background:#0594D8;color:#fff;text-align:center;color:#fff;line-height:5rem;font-weight:bold;font-size:150%;}
.wprongyuli li div{margin-left:3rem;padding:0 0 0 3rem;overflow:hidden;border-bottom:solid 1px #0594D8;font-size:90%;min-height:5rem;}
.wprongyuli li div p{margin-top:1rem;vertical-align:middle;}
.wprongyuli img{width:100%;}

.news_tit{margin:0.5rem 1rem;}
.news_tit h1{font-size:110%;line-height:1.6rem;}
.news_tit p{font-size:80%;line-height:1.3rem;}
.news_con{font-size:100%;line-height:1.6rem;padding:1rem;}
.news_con img{width:100%;}

.jmtit{margin:1rem 0;font-size:110%;}
.jmcon{font-size:95%;padding:0 1rem;}
.zshznav{margin:1rem 0 2rem 0;}
.jiamlist{width:100%;height:auto;min-height:auto;}
.jiamlist li{margin:0;padding:0;width:50%;height:12rem;text-align:center;}
.jiamlist li div{height:9rem;overflow:hidden;}
.jiamlist li img{display:inline-block;width:95%;max-width:95%;height:auto;}

.wpcontact{float:none;padding:1rem 0;width:100%;font-size:90%;line-height:1.6rem;margin:0;}
.wpcontact *{padding:0 1rem;}
.wpcontact h2{font-size:120%;}
#mapcon{float:none;margin:0;width:100%;height:15rem;padding:0;}
}
@media screen and (max-width:320px){	
header nav ul li{width:27%;}
header nav ul li:nth-child(1){width:16%;}
.nav2 span{width:33.3%;}
#inbanner .swiper-container {height:9rem;}
header .menu img{width:1.5rem;}
}
@media screen and (min-width:321px) and (max-width:375px){
header nav ul li{width:27%;}
header nav ul li:nth-child(1){width:16%;}
header .menu img{width:1.5rem;}
#inbanner .swiper-container {height:10.5rem;}
}
@media screen and (min-width:376px) and (max-width:480px){
header nav ul li{width:21%;}
header nav ul li:nth-child(1){width:16%;}
#inbanner .swiper-container {height:11rem;}		
}
@media screen and (min-width:481px) and (max-width:767px){
#inbanner .swiper-container {height:13rem;}		
}

@media screen and (min-width:769px) and (max-width:1099px){	
.wpincon .pro_list{width:100%;height:auto;min-height:auto;margin:0;}
.wpincon .pro_list ul{height:auto;margin:1.5rem 0.5rem 0.5rem 0.5rem;}
}

