
html {font:14px/1.8 "微软雅黑";color: #666;-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; /*修正手持设备字体变化*/}
* { margin: 0;padding: 0;}
a {text-decoration: none;background: transparent; /*修正win8系统IE连接灰色背景*/outline:none;blr:expression(this.onFocus=this.blur()); color:#666666;}
a:focus { outline: 0;}
a:active,a:hover {outline: 0;/*transition:text-shadow 500ms ease-in 0ms, color 500ms ease-in 0ms;*/ /*color: #ffaf2b;*/}
img { border: 0;-ms-interpolation-mode:bicubic}
button,input,select,textarea {font-family: inherit; font-size: 100%; margin: 0; outline:none;}
button,input {line-height: normal;}
button,select {text-transform: none;}
button,html input[type="button"], input[type="reset"],input[type="submit"] {-webkit-appearance: button; cursor: pointer; }
button[disabled],html input[disabled] {cursor: default;}
input[type="checkbox"],input[type="radio"] { box-sizing: border-box;  padding: 0; }
input[type="search"] {-webkit-appearance: textfield; -moz-box-sizing: content-box;-webkit-box-sizing: content-box; box-sizing: content-box;}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration { -webkit-appearance: none;}
button::-moz-focus-inner,input::-moz-focus-inner {border: 0;padding: 0;}
input.submit {border: 0;margin: 0;cursor: pointer;}
input.radio {width: 13px;height: 13px;float: left;display: inline;}
textarea {overflow: auto; vertical-align: top;}
table {border-collapse: collapse;border-spacing: 0;}
ul,ol { list-style:none;}
li {list-style:none;	}
i, em {font-style: normal;}
.w1200{ max-width:1200px; margin:0 auto; position:relative;}



.kong{ width:100%; height:90px;}

.clear{zoom:1;}
.clear:after{visibility:hidden;display:block;font-size:0;content:"1";clear:both;height:0;}
.fl {float:left;}
.fr {float:right;}

h1{ font-size:36px;}
h2{ font-size:30px;}
h3{ font-size:24px;}
h4{ font-size:18px;}
h5{ font-size:14px;}
h6{ font-size:12px;}
img{max-width: 100% !important;}
#container img { max-width: none !important;}
.header{ height:80px; position:fixed; left:0px; top:0px; z-index:99999;  width:100%; }


.tel { float: left; padding-top:10px; padding-left:20px;}

.menu{height:80px;  float:right; padding-right:20px;}
.menu  > .nav  > li{float:left;list-style:none;}
.menu > .nav > li > a{display:block;height:80px; line-height:80px;text-decoration:none;overflow:hidden; font-size:16px; width:190px; text-align:center; color:#ffffff;}
.menu > .nav  > li  > a:hover,.menu > .nav > li >  a.current{ background:url(../img/jt.png) bottom center no-repeat;color:#cb0101;}
.menu .nav li .box{width:100%;position:absolute;top:80px;left:0; background:#40465a; display:none; }

.lanmfel{ text-align:right;}
.lanmfel a{ display:inline-block; margin-left:50px; line-height:80px; color:#ffffff;}
.logo02{ display:none;}

.sticky{ background:#ffffff;}
.sticky .logo02{ display:block;}
.sticky  .logo01{ display:none;}
.sticky  .menu > .nav > li > a{display:block;height:80px; line-height:80px;text-decoration:none;overflow:hidden; font-size:16px;  width:120px; text-align:center; color:#666666;}
.sticky  .menu > .nav  > li  > a:hover,.menu > .nav > li >  a.current{ background:url(../img/jt.png) bottom center no-repeat;color:#cb0101;}
#onon > a {color:#cb0101;}
 






/*手机端头部导航*/
.phone-header{
	display: none;
	width: 100%;
	height: 50px;
	background: #fff; 
}
.phone-header-box{

	background: #fff;
	width: 100%;
	height: 50px;
	z-index: 999;
}
.phone-header h1{
	
	margin: 0 0 0 15px;
}
.phone-header h1 img{ display:block; height:40px; padding-top:5px;}
.phone-header .menu-push{
	position: absolute;
	right: 0;
	top: 5px;
	width: 27px;
	height: 27px;
	padding: 12px 13px 0;
	background: #fff;
	z-index: 999;
}
.phone-header .menu-push.fixed{
	position: fixed;
	background: rgba(255,255,255,.8);
}
.phone-header .menu-push.fixed.menu-open{
	width: 100%;
	background: rgba(255,255,255,1);
}
.phone-header .menu-push .push-line{
	float: right;
	width: 27px;
	height: 27px; 
}
.phone-header .menu-push .line{
	display: block;
	width: 27px;
	height: 3px;
	margin-bottom: 4px;
	background: #000;
	overflow: hidden;
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	-moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.phone-header .menu-push.menu-open{
	background: #283677;
}
.phone-header .menu-push.menu-open .line{
	background: #fff;
}
.phone-header .menu-push.menu-open  .line-1{
	width: 30px;
	transform: translate(0px, 7px) rotate(45deg);
	-webkit-transform: translate(0px, 7px) rotate(45deg);
	-moz-transform: translate(0px, 7px) rotate(45deg);
	-o-transform: translate(0px, 7px) rotate(45deg);
}
.phone-header .menu-push.menu-open  .line-2{
	 width: 0px;
	 transform: translateX(27px);
	 -webkit-transform: translateX(27px);
	 -moz-transform: translateX(27px);
	 -o-transform: translateX(27px);
}
.phone-header .menu-push.menu-open  .line-3{
	width: 30px;
	transform: translate(0px, -7px) rotate(-45deg);
	-webkit-transform: translate(0px, -7px) rotate(-45deg);
	-moz-transform: translate(0px, -7px) rotate(-45deg);
	-o-transform: translate(0px, -7px) rotate(-45deg);
}
.phone-header .menu-list{
	position: absolute;
	left: 0;
	top: 50px;
	width: 100%;
	z-index: 999;
	display: none;
}
.phone-header .menu-list form .choose{
	padding: 16px 15px 11px;
	background: #fff;
	box-shadow: 0px 3px 3px #f1f1f1 inset;
}
.phone-header .menu-list form .choose a{
	float: left;
	font-size: 12px;
	color: #666666;
	line-height: 12px;
}
.phone-header .menu-list form .choose i{
	float: left;
	width: 1px;
	height: 7px;
	margin: 3px 27px 0;
	background: #c2c1c1;
}
.phone-header .menu-list form .choose a.on{
	color: #ff0000;
}
.phone-header .menu-list .form{
	height: 33px;
	background: #e9e9e9;
}
.phone-header .menu-list form input{
	float: left;
}
.phone-header .menu-list form .text{
	width: 80%;
	height: 33px;
	line-height: 33px;
	border: none;
	padding-left: 15px;
	background: #e9e9e9;
}

.phone-header .menu-list ul{
	float: none;
	overflow: auto;
}
.phone-header .menu-list li{
	float: none;
	background: #ffffff;
	padding: 0;
	margin: 0;
}
.phone-header .menu-list li .z1{
	display: block;
	height: 43px;
	line-height: 43px;
	font-size: 15px;
	color: #333333;
	border-bottom: 1px solid #e5e5e5;
	padding: 0 15px;
	position: relative;
}
.phone-header .menu-list li .z1 i{
	position: absolute;
	right: 15px;
	top: 14px;
	width: 17px;
	height: 17px;
	background: url(../img/menu_list1.png) no-repeat right center;
	background-size: 17px 17px;
}
.phone-header .menu-list li .z1.active{
	color: #fff;
	background: #006bc7;
	border-color: transparent;
}
.phone-header .menu-list li .z1.active i{
	background-image: url(../img/menu_list2.png);
}

.phone-header .menu-list li dl{
	padding: 5px 0;
	display: none;
	margin: 0;
}
.phone-header .menu-list li dd{
	
}
.phone-header .menu-list li dd a{
	padding: 0 15px;
	background: #f5f5f5;
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #7c7c7c;
}
.phone-header .menu-list li dd h2 a{ font-size:14px; color:#666; font-weight:600;}

.banner .swiper-slide{ width:100%; overflow:hidden; position:relative;}
.banner img{ display:block;-moz-transform:scale(1,1); -ms-transform:scale(1,1); -o-transform:scale(1,1); -webkit-transform:scale(1,1); transform:scale(1,1);-webkit-transition: all 10s ease;transition: all 10s ease;}
.banner .swiper-slide-active img{-moz-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); transform:scale(1.1,1.1);}





.shouplist{ position:absolute; width:100%; left:0px; bottom:50px; z-index:999999;}
.shouplist ul{ width:102%;}
.shouplist ul li{ width:23%; float:left;  margin-right:2%;}
.shouplist ul li a{ display:inline-block; width:100%; background:#ffffff; height:100px;}
.shouplist ul li a:hover{ background:#cb0101;}
.shouplist ul li a .li01{ width:90%; margin:0 auto; margin-top:10px;}
.shouplist ul li a .li01 h2{ font-size:24px; font-weight:normal; color:#333333;}
.shouplist ul li a .li01  p{text-transform: uppercase;}
.tb01{ background:url(../img/x01.png) left no-repeat; text-indent:80px;}
.tb02{ background:url(../img/x02.png) left no-repeat; text-indent:80px;}
.tb03{ background:url(../img/x03.png) left no-repeat; text-indent:80px;}
.tb04{ background:url(../img/x04.png) left no-repeat; text-indent:80px;}

.shouplist ul li a .li02{ display:none; width:90%; margin:0 auto; margin-top:5px;}
.shouplist ul li a:hover .li01{ display:none;}
.shouplist ul li a:hover .li02{ display:block;}
.shouplist ul li a:hover .li02 h2{ font-size:24px; font-weight:normal; color:#ffffff;}
.shouplist ul li a:hover .li02 p{ color:#ffffff; line-height:20px;}
.media-box {
    position: relative; 


    text-align: center;
    background: #000
}

.media-box video {
    max-height: 100%;
    max-width: 100%
}

.media-box .over-block {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: url("../images/video.bg.jpg") no-repeat center;
    background-size: cover
}

.media-box .over-block .play-btn { position:relative;top:40%;

    display: inline-block;

    cursor: pointer
}

.media-box .over-block .media-tip {
    margin-bottom: 20px;
    font-size: 26px;
    color: #fff
}

.syxwlieb{ width:94%; margin:0 auto;}
.syxwlieb01{ text-align:center; font-size:36px; color:#ffffff; text-transform: uppercase;}
.syxwlieb02{ text-align:center; font-size:24px; color:#ffffff; background:url(../img/hxx2.png)  center  center no-repeat;}
.syxwlieb04{ text-align:center; margin-top:20px;}
.syxwlieb04 a{ display:inline-block; border:2px solid #cb0101; color:#ffffff;  border-radius:20px; width:150px; height:36px; text-align:center; line-height:36px; position:relative; overflow:hidden;}



.syxwlieb04  .bg{ display:block;position:absolute; top:0; left:0; transition:300ms; -webkit-transition:300ms; -ms-transition:300ms; height:100%;width:0;background:#cb0101; }
.syxwlieb04  a  b{ color:#ffffff; font-weight:normal; position:relative;}


.syxwlieb04 a:hover   .bg{width:100%;}







.syxwlieb03{ padding:20px 0;}

.syxwlieb03 ul li{ width:28%; margin-left:4%; float:left; background:#ffffff; margin-top:20px; }
.xwlistpp{ width:94%; margin:0 auto; overflow:hidden; margin-top:3%;}

	.xwlistpp > img{ 
	display:block; 
	width:100%; 
	transition:600ms; 
	-webkit-transition:600ms; 
	}


.syxwlieb03 ul li:hover .xwlistpp img{ 
	transform:scale(1.1); 
	-webkit-transform:scale(1.1); 
	-ms-transform:scale(1.1);
	}
	
	
	.xwlistbt{width:94%; margin:0 auto; font-size:20px; padding:10px 0; color:#333333;}
	.xwlisttxt{width:94%; margin:0 auto;}
	.xwlistsj{width:94%; margin:0 auto; padding:10px 0; color:#999999;}



.gcanlibox{ width:94%; margin:0 auto; overflow:hidden;}
.heise{ color:#333333;}


.jiaodian  .swiper-slide  a{ display:inline-block; /*margin-right:20px; margin-left:20px;*/}



.view .arrow-left {
	background: url(../img/zuo.png) no-repeat left top;
	position: absolute;
	right: 80px;
	top: 0;
	
	width: 53px;
	height: 53px;
	z-index: 10;
}

.view .arrow-right {
	background: url(../img/you.png) no-repeat left bottom;
	position: absolute;
	right: 1px;
	top: 0;
	
	width: 53px;
	height: 53px;
	z-index: 10;
}

.dapiczuo{ width:49%;}
.dapicyou{ width:49%;}
.dapicyou p{ font-size:16px; color:#333333; padding:20px 0; width:100%;}
.dapicyou h2{ color:#333333; font-size:36px; font-weight:normal;}
.dapicyou h3{ color:#333333; font-size:30px; font-weight:normal;}
.dapicyou  .gengduo{ font-size:16px; color:#cb0101;}

/*.section2  .preview {
	width: 100%;

	position: relative; z-index:9999;
}*/

/*.section2  .preview .jiaodianx  {
	width: 48%; position:absolute; right:0px; bottom:0px; 
	

}*/


.preview{ width:49%; position:absolute; right:0px; bottom:5px; }



.section2  .preview .swiper-slide {
	width:23%; margin-right:2%;
	
	cursor:pointer;
}




.preview img {
	padding: 1px;
}

.preview .active-nav img {
	padding: 0;
	border: 3px solid #F00;
}

.pc-slide{ margin-top:40px; position:relative; }



.section3 { background:url(../img/xwbj.png) center center no-repeat;  background-size: auto auto;background-size: cover !important;}
.section1  .fp-tableCell{display: block;}
.section1 .swiper-slide{overflow: hidden;}
.section1 .swiper-slide a{display: block;height: 100%;width: 100%;position: relative;}
.section1 .swiper-slide img{/*min-height: 100%;min-width: 100%;display: block;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);*/width: 100%;height: 100%;}
.section1 .swiper-container,.section2 .swiper-container{height: 100%;}
.section1 .swiper-pagination-bullet{width: 70px;height: 4px;border-radius: 0;background: white;opacity: 0.3;}
.section1 .swiper-pagination-bullet-active{background: #003a5d;opacity: 1;}
.section1 .swiper-pagination{bottom:15px;}
header.active .logo01{ display:none;}
header.active .logo02{ display:block;}
header.active    .nav > li >  a{ color:#333333;}
























/*底部开始*/
.dibu{ width:100%; background:#1f5298; padding:40px 0;}
.dibu01{ width:33%; padding-top:12px; }
.dibu02{ width:50%; color:#ffffff;}
.dibu02 a{ color:#ffffff;}
.dibu03{ color:#ffffff; text-align:center;}
.dibu02{ min-height:160px; border-left:1px solid #6084b6; border-right:1px solid #6084b6;}
.dibu02 p{ width:90%; margin:0 auto;}
.dibu02 p a{ display:inline-block; margin-right:30px; font-size:16px; margin-bottom:20px;}
/*底部结束*/



/*关于我们*/

.nydaohang{ background:#ffffff; box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);}
.nydaohang .logo02{ display:block;}
.nydaohang  .logo01{ display:none;}
.nydaohang  .menu > .nav > li > a{display:block;height:80px; line-height:80px;text-decoration:none;overflow:hidden; font-size:16px;  width:190px; text-align:center; color:#666666;}
.nydaohang  .menu > .nav  > li  > a:hover,.menu > .nav > li >  a.current{ background:url(../img/jt.png) bottom center no-repeat;color:#cb0101;}
.nybanner{ margin-top:80px; position:relative;}
.nybanner img{ display:block;}
.weizhi{ width:100%; background:#d7d7d7; padding:10px 0; text-align:right;}
.gongsjj{ padding:40px 0;}
.gongsjjz{ width:20%;}
.gongsjjy{ width:76%;}
.gongsjjy01{ border-bottom:1px solid #c2c2c2; font-size:16px; font-weight:600; padding-bottom:10px;}
.gongsjjy02 p{ margin-top:0px; text-indent:0px;}
.gongsjjz01{ border:1px solid #c2c2c2; line-height:42px; font-size:24px; color:#d02122; background:url(../img/hx01.jpg) 90% center no-repeat; text-indent:20px;}
.erji ul li{ margin-top:8px;}
.erji ul li a{ display:block; border:1px solid #e4e4e4; line-height:34px; text-indent:20px; }
.erji ul li a:hover{display:block; border:1px solid #c2c2c2; line-height:34px; text-indent:20px; color:#d02122; background:url(../img/hjt.jpg) 90% center no-repeat}
#xuanz{display:block; border:1px solid #c2c2c2; line-height:34px; text-indent:20px; color:#d02122; background:url(../img/hjt.jpg) 90% center no-repeat}

/*工程案例*/
.pbtxts{
	position:absolute;
	left:0;
	right:0;
	top:35%;
	color:#fff;
	text-align:center; overflow:hidden;
	}
.pbtxts .ch{
	font-size:30px;
	font-weight:bold;
	}
.pbtxts .en{
	font-family:Arial;
	font-size:36px;
	font-weight:bold;
	text-transform:uppercase;
	
	}
.pbtxts .line{ display:inline-block;
	width:50px;
	height:4px;
	background:#fff;
	margin:13px auto 0 auto;
	}
	


	
.zhuangxgg{ border-bottom:1px solid #c2c2c2; line-height:50px;}
.zhuangxgg a{ display:inline-block; margin-right:25px; font-size:16px;}
#hongse{ color:#d02122;}
.styList{ width:102%;}
.styList a{float:left;width:31.33%; margin-right:2%; margin-top:40px;}
.styList a:hover{ background:#cb0101;}
.styList .nowti{font-size:16px;position:relative;z-index:20; padding:7px 0;}
.ckqxbtrn{ margin:20px 0 10px 0;}
.ckqxbtrn b{ display:inline-block; border:1px solid #cccccc; padding:2px 15px; border-radius:5px;}
.styList a:hover  .nowti{ color:#ffffff;}
.styList a:hover  .gktxtb01{ color:#ffffff; border-bottom:1px solid #ffffff;}
.styList a:hover b{ color:#ffffff; border:1px solid #ffffff;}
.gktxtb01{ border-bottom:1px solid #cccccc; padding-bottom:15px;}
.styList .pic .cover{background-image:url(../img/stybg.png);opacity:0;visibility:hidden;}
.styList .pic{position:relative; overflow:hidden;}
.styList .pic .ico{
	width:68px;
	height:48px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-24px;
	margin-left:-34px;
	background:url(../img/styico.png) no-repeat;
	opacity:0;
	visibility:hidden;
	transform:translateY(-20px);
	-webkit-transform:translateY(-20px);
	transition: 600ms;
	-webkit-transition: 600ms; 
	}
.styList .txts{
	position:relative; padding:10px;
	}
/*.styList .txts .bg{
	background:#cb0101;
	width:100%;
	height:100%;
	opacity:0;
	visibility:hidden;
	transform:translateY(20px);
	-webkit-transform:translateY(20px);
	transition: 600ms;
	-webkit-transition: 600ms;
	z-index:10;
	}*/
	
	.pic > img{ 
	display:block; 
	width:100%; 
	transition:600ms; 
	-webkit-transition:600ms; 
	}
	.ico{ 
 	display:block; 
	background-repeat:no-repeat; 
	background-position:center center; 
	transition:300ms; 
	-webkit-transition:300ms; 
	-ms-transition:300ms; 
	}
.cover{ 
	display:block; 
	position:absolute; 
	top:0; 
	left:0; 
	right:0; 
	bottom:0; 
	transition:600ms; 
	-webkit-transition:600ms;
	-ms-transition:600ms;  
	}
.bg{ 
	display:block;
	position:absolute; 
	top:0; 
	left:0; 
	transition:300ms; 
	-webkit-transition:300ms; 
	-ms-transition:300ms; 
	}
	.styList a:hover .txts .bg,
.styList a:hover .pic .ico{
	opacity:1;
	visibility:visible;
	transform:translateY(0);
	-webkit-transform:translateY(0);
	}
/*.styList a:hover .txts .nowti{
	color:#fff;
	}*/
.styList a:hover .pic .cover{
	opacity:1;
	visibility:visible;
	}



.styList a:hover .pic img{ 
	transform:scale(1.1); 
	-webkit-transform:scale(1.1); 
	-ms-transform:scale(1.1);
	}
	
.fenye{ text-align:center; padding:40px 0 40px 0;}
.fenye a{ display:inline-block; padding: 3px 10px;background-color: #ffffff;color: #4b4b4b;border: 1px solid #e3e3e3; font-size:14px; margin:3px; }
.fenye a:hover{ background-color: #0159a0; color: #ffffff; border:1px solid #0159a0;}
#xuanz1{background-color: #0159a0; color: #ffffff; border:1px solid #0159a0;}

.xwnrbox{ padding:40px 0;}
.xwnrboxbt{ text-align:center; font-size:36px; color: #cb0101;}
.xwnrboxsj{ text-align:center; padding:10px; border-bottom:1px solid #e6e6e6; color:#999999;}

.xwnrboxjj p {margin-top: 0px;text-indent: 0px;}
.bc-prev,.bc-next{display:block;width:100px;height:36px;border:1px solid #e6e6e6;overflow:hidden;color:#666;line-height:36px;position:relative;}
.backbox{border-top:1px solid #cccccc;padding-top:22px;position:relative;margin-top:20px;}
.bc-prev .aw,.bc-next .aw{width:20px;height:20px;position:absolute;top:50%;margin-top:-9px;background-image:url(../img/bcaw.png);}
.bc-prev .aw{left:10px;background-position:left top;}
.bc-prev p{padding-left:40px;position:relative;}
.bc-next .aw{right:10px;background-position:right bottom;}
.bc-next p{text-align:right;padding-right:40px;position:relative;}
.bc-prev .bg,.bc-next .bg{height:100%;width:0;background:#cb0101;}
.bc-prev .bg{left:auto;right:0;}
.backlist{width:100px;height:38px;line-height:38px;background:#cb0101;display:block;color:#fff;text-align:center;position:absolute;left:50%;margin-left:-50px;top:22px;}
.pnav.pvt ul li{width:50%;}
.aw{ display:block; background-repeat:no-repeat; background-position:center center; transition:300ms; -webkit-transition:300ms; -ms-transition:300ms; }
.bg{ display:block;position:absolute; top:0; left:0; transition:300ms; -webkit-transition:300ms; -ms-transition:300ms; }
.backlist:hover{background:#999;}
.bc-prev:hover,.bc-next:hover{color:#fff;border-color:#cb0101;}
.bc-prev:hover .bg,.bc-next:hover .bg{width:100%;}
.bc-prev:hover .aw{background-position:right top;}
.bc-next:hover .aw{background-position:left bottom;}

#fenxiang{ padding-top:20px; overflow:hidden; }
#fenxiang span{ display:inline-block; float:left; line-height:29px;}
#fenxiang a{ display:inline-block; margin:0px 5px 0 0; padding:0;}
#sqq{display:inline-block; width:31px; height:29px; background:url(../img/qq.jpg) no-repeat;}
#weixin{display:inline-block; width:31px; height:29px;background:url(../img/weixin.jpg) no-repeat;}
#qzone{display:inline-block; width:31px; height:29px;background:url(../img/kongjian.jpg) no-repeat;}
#tsina{display:inline-block; width:31px; height:29px;background:url(../img/weibo.jpg) no-repeat;}

/*新闻列表*/
.nyxwlist ul li{ border-bottom:1px solid #e6e6e6; padding:20px 0;}
.nyxwlistz{ width:24%; overflow:hidden;}
.nyxwlistz  img{ display:block;transition:600ms; -webkit-transition:600ms; }
.nyxwlist ul li:hover  .nyxwlistz  img{ transform: scale(1.1); -webkit-transform: scale(1.1); -ms-transform: scale(1.1); }
.nyxwlisty{ width:74%;}
.nyxwlisty h6{ font-size:18px; color:#333333; font-weight:normal;}
.shijian{ color:#999999; padding:10px 0;}
.liaojie{ margin-top:20px; text-align:right; color:#999999;}
.nyxwlist ul li:hover .liaojie span  { color:#cb0101;}
.nyxwlisty01{ width:100%; float:none;}
.wxzyliebz{ width:48%; padding-top:20px;}
.wxzylieby{ width:48%;}
.wxzylieby ul li{ border-bottom:1px solid #e6e6e6; padding:20px 0;}
.wxzyliebyz{ width:76%;}
.wxzyliebyz h6{ font-size:16px; font-weight:normal;}
.wxzyliebyy{ width:22%;}

/*产品中心*/
.cpnrlieb ul li{ border-bottom:1px solid #e6e6e6; padding:10px 0;}
.cpnrlieb ul li  h2{font-size:18px; color:#333333; font-weight:normal; border-bottom:1px solid #e6e6e6; padding-bottom:5px;}
.cpnrlieb01{ margin-top:10px;}
.cpnrlieb01z{ width:26%;}
.cpnrlieb01y{ width:72%;}

/*交流中心*/
.jiaolzxbox{ padding:40px 0;}
.jiaolzxbox h5{ font-size:18px; opacity:#333333; margin-bottom:20px;}
.jiaolzxbox p{ margin-bottom:10px; font-size:16px;}
.biaodan{ width:50%; margin:0 auto;}
.biaodan li{ margin-bottom:15px;}
.biaodan li .red{color: #cb0101;}
.inp{ width:96%; border:1px solid #e6e6e6; background:#f2f2f2; height:40px; line-height:40px; text-indent:10px;}
.textarea{  width:92.5%; border:1px solid #e6e6e6; background:#f2f2f2; height:100px; padding:10px;}
.inpyz{ width:30%;}
.tjboxbtn { display:inline-block; width:163px; height:40px; text-align:center; line-height:40px; background:#1f5298; color:#ffffff; border:0;}

.wapbox{ display:none;}
















@media(max-width:768px) {


    .media-box .over-block .media-tip {
        font-size: 16px
    }
.w94{ width:94%; margin:0 auto;}
.header{ display:none;}
.phone-header{ display:block; position:relative; background:#ffffff; width:100%; z-index:99999999;}

.dibu01 ,.dibu03{ display:none;}
.dibu02{ width:100%; float:none; min-height:20px; border:0; text-align:center;}
.dibu02 p a{ display:inline-block; margin-right:10px; margin-left:10px; font-size:14px; margin-bottom:0px;}
.nybanner{ margin-top:0px;}
.gongsjjz{ display:none;}
.gongsjjy{ width:94%; margin:0 auto; float:none;}
.pbtxts{top:10%;}
.pbtxts .ch{font-size:18px; font-weight:normal;}
.pbtxts .en{font-family:Arial;font-size:18px;font-weight:normal;text-transform:uppercase;}
.pbtxts .line{ display:none;}
.zhuangxgg a{ display:inline-block; margin-right:10px; font-size:14px;}



.styList a{float:left;width:48%; margin-right:2%; margin-top:20px;}
.nyxwlistz{ width:100%; float:none; overflow:hidden; margin-bottom:10px;}
.nyxwlisty{ width:100%; float:none;}


.wxzyliebz{ width:100%; float:none; padding-top:20px;}
.wxzylieby{ width:100%; float:none;}

.cpnrlieb01z{ width:100%; float:none;}
.cpnrlieb01y{ width:100%; float:none}
.cpnrlieb ul li h2 { border:0; padding:0;}
.inp{ width:95%; border:1px solid #e6e6e6; background:#f2f2f2; height:40px; line-height:40px; text-indent:10px;}
.textarea{  width:90%;}
.biaodan{ width:90%; margin:0 auto;}
.inpyz{ width:50%;}

.preview{ display:none;}
.dapiczuo{ width:100%; float:none;}
.dapicyou{ width:100%; float:none;}

.view .arrow-left {
	background: url(../img/zuo.png) no-repeat left top;
	position: absolute;
	left: 0px;
	top: 20%;
	
	width: 53px;
	height: 53px;
	z-index: 10;
}

.view .arrow-right {
	background: url(../img/you.png) no-repeat left bottom;
	position: absolute;
	right: 0px;
	top: 20%;
	
	width: 53px;
	height: 53px;
	z-index: 10;
}


#dowebok{ display:none;}
#fp-nav{ display:none;}
.wapbox{ display:block;}

.wapbox   .syxwliebwap {
    width: 100%;
    background: url(../img/xwbj.png) center no-repeat;
    background-size: auto auto;
    background-size: cover !important;
    padding: 60px 0;
}


.syxwlieb03 ul{ width:90%; margin:0 auto;}
.syxwlieb03 ul li{ width:100%; margin-left:0%; float:none; background:#ffffff; margin-top:20px; padding-top:3%;}
.xwlistpp{ margin-top:0;}
.gcanlibox88{ padding:40px 0; width:90%; margin:0 auto;}
.sec5_list1{ margin-top:40px; position:relative;}
.sec5_list1   .swiper-button-prev{ position:absolute; left:10px; top:26%; }
.sec5_list1   .swiper-button-next{ position:absolute; right:10px; top:26%; }
.sec5_list1  h2{color: #333333;font-size: 24px;font-weight: normal;}
.sec5_list1 h3 {color: #333333;font-size: 18px;font-weight: normal;}
.sec5_list1 p {font-size:14px;color: #333333;padding:10px 0;}
.sec5_list1 .gengduo { font-size:14px; color: #cb0101;}
.syxwlieb01 {font-size:24px;}
.syxwlieb02 { font-size:18px;}
}

