
/* CSS Document */
* {margin: 0;padding: 0;}
body {background:#fff;font-size: 14px;font-family: "微软雅黑";font-style:normal; color:#333;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Opera, and Edge */
}
a {text-decoration: none; color:#000;}
a:hover {text-decoration: none !important; color:inherit;}
li {list-style-type: none;}
h1, h2, h3, h4, h5, h6 {font-weight: normal;}
input, button, select, textarea {outline: none;}
button:focus{border:0; outline:0;}
table{border-collapse: collapse;}
th,tr,td{border: 1px solid #DDD;}
.cl:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.cl {zoom: 1;}
img{transition: all 0.6s ease;}
img.img:hover{transform:scale(1.05) rotate(0deg);}
/*.row5{ width: 20%; float: left; }*/
/*right nav*/
.right-nav{display:none;position: fixed;right: 0;top:30%;width: 105px;height: 105px;background: #d80213;z-index: 99;text-align: center;line-height: 105px;cursor: pointer;}
.right-nav-menu{position: fixed;right: 0;top:0;height: 100%;bottom: 0;z-index: 999;background: #000;width: 400px;transition: all 0.3s;display: none;}
.right-nav-menu ul{margin-top: 35%;}
.right-nav-menu ul li{width: 100%;text-align: center;font-size: 18px;font-weight: bold;line-height: 40px;margin-bottom: 20px;}
.right-nav-menu ul li a{color: #fff;position: relative;}
.right-nav-menu ul li a::after{content: "";position: absolute;height: 2px;background: #fff;bottom: -10px;transition: all 0.5s;width: 100%;left:0;opacity: 0;}
.right-nav-menu ul li a:hover::after {opacity: 1;}
.right-nav-menu-gb{width: 30px;margin-top: 20px;margin-left: 30px;cursor: pointer;}
.right-nav-menu-gb img{width: 100%;}

/*banner*/
.fullSlide{width: 100%;position: relative;height: 100vh;overflow: hidden;}
.fullSlide .bd{
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
	height: 100vh;
}
.fullSlide .bd ul{
    width: 100% !important;
}
.fullSlide .bd li{
    width: 100% !important;    
    overflow: hidden;
    text-align: center;
}
.fullSlide .bd li img{width: 100%;height: 100%;}
.fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 80px;
    left: 0;
    height: 30px;
    line-height: 30px;    
    text-align: right; 
}
.fullSlide .hd ul{
	width: 40%;
	float: right;
	border-top: 1px solid rgba(255, 255, 255, 0.6);
	position: relative;
}
.fullSlide .hd ul::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	background: #fff;
	height: 2px;
	
}
.fullSlide .hd ul li{
	display: inline-block;
	width: 50px;
	height: 60px;
	text-align: center;
	background: rgba(255,255,255,0.16);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
	border-radius: 2px 2px 2px 2px;
	opacity: 1;
	border: 1px solid rgba(255,255,255,0.12);
	border: 1px solid rgba(255,255,255,0.32);
	line-height: 60px;
	margin-left: 2px;
	font-size: 16px;
	color: rgba(255,255,255,0.6);
	cursor: pointer;
}
.fullSlide .hd ul li:hover,.fullSlide .hd ul li.on{
	color: #fff;
	border-top: 1px solid #fff;
	background: rgba(255,255,255,0.38);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
	border-radius: 2px 2px 2px 2px;
}

/*banner-end*/


/*index*/
/*按钮*/
.custom-btn {
	width: 209px;
	height: 50px;
	opacity: 1;
	border: 1px solid #125AD3;
	border-radius: 30px;
	text-align: center;
	line-height: 50px;
	color: #125AD3;
	font-size: 16px;
	font-weight: 600;
	display: block;
}

/*按钮 end*/

/*首页标题*/
.index-bt{text-align: left;padding: 45px 0 40px;}
.index-bt h2{font-size: 36px;color: #000000;}

.x-indexabout{width: 100%;position: relative;}
.syabout-1{width: 100%;margin: 80px 0;display:none;}
.syabout-1 img{max-width: 100%;}
.syabout-l{width: 100%;margin-top: 80px;}
.syabout-l figure{margin-bottom: 70px;}
.syabout-l figure img{max-width: 100%;}
.syabout-l h3{width: 70%;border-bottom: 1px solid #C9C9C9;font-size: 24px;font-weight: 400;color: #2D7CFF;line-height: 26px;padding-bottom: 20px;margin-bottom: 20px;}
.syabout-l p{font-size: 20px;font-weight: 400;color: #666666;line-height: 26px;}
.syabout-r{width: 100%;margin-top: 100px;}
.syabout-r h3{font-size: 48px;font-weight: 500;color: #333333;line-height: 26px;text-align: left;text-transform:uppercase;}
.syabout-r .syabout-r-p{margin-top: 25px;text-align: left;}
.syabout-r .syabout-r-p p{font-size: 14px;font-weight: 400;color: #333333;line-height: 26px;text-align: justify;}
.syabout-r a.custom-btn{margin-top: 30px;}
.syabout-r a.custom-btn{}
.syabout-r a span{display: inline-block;width: 50px;background: #125AD3 url(../image/Group15.png) no-repeat center;height: 50px;border-radius: 50%;float: right;}

.syywfw{width: 100%;background: #125AD3;margin-top: 80px;padding: 125px 0;display:none;}
.syywfw .x-ywfw-title{margin-top: 200px;}
.syywfw .x-ywfw-title strong{font-size: 24px;color: #fff;text-transform: uppercase;font-weight: 400;opacity: 0.35;}
.syywfw .x-ywfw-title h2{font-size: 48px;font-weight: 500;float: left;color: #fff;}
.syywfw .x-ywfw-title h2 span{display: block;width: 100%;height:5px;background: #fff;margin: 30px 0;}
.syywfw .x-ywfw-title p{font-size: 20px;color: #fff;line-height: 40px;width: 100%;float: left;}
.syywfw-ul{width: 100%;margin-top: 100px;margin-bottom: 50px;}
.syywfw-ul li{position: relative;transition: all 0.5s;margin-bottom: 30px;}
.syywfw-ul li .syywfw-div1{width: 100%;text-align: center;background: rgba(18,90,211,0.07);border-radius: 2px 2px 2px 2px;opacity: 1;border: 2px solid #91BAFF;border-radius: 2px;}
.syywfw-ul li .syywfw-div1 span{width: 50px;height: 50px;margin: 50px auto 20px;display: block;}
.syywfw-ul li .syywfw-div1 span img{max-width: 100%;}
.syywfw-ul li .syywfw-div1 h3{font-size: 20px;font-weight: 400;color: #FFF;line-height: 26px;padding-bottom: 50px;}
.syywfw-ul li .syywfw-div2{background: #fff;width: 97%;border: 2px solid #E7EFFD;padding: 0 6px;font-size:16px;border-radius: 2px;display: none;position: absolute;top: 100%;
z-index: 9;box-shadow: 0px 10px 15px 0px #082556;}
.syywfw-ul li .syywfw-div2 p a{color: #333;line-height: 35px;display: block;width: 100%;border-bottom: 1px solid #DCE9FF;}
.syywfw-ul li .syywfw-div2 span a{color: #125AD3;line-height: 35px;}
.syywfw-ul li:hover{padding: 0 2px;}
.syywfw-ul li:hover .syywfw-div1{background: rgba(18,90,211,0.07);box-shadow: 0px 1px 30px 0px #082556;border-radius: 2px 2px 2px 2px;opacity: 1;border: 2px solid #E7EFFD;}
/*.syywfw-ul li:hover .syywfw-div2{display: block;} */
.syywfw-ul li .syywfw-div2 a:hover{color: #125AD3;}

.syhzhb{position: relative;}


.syhzhb-r{position: absolute;right: 0;top: 0;width: 47%;background: url(../image/xsy_14.jpg) no-repeat;padding: 50px 15px;background-size: 100% 100%;height: 910px;}
.syhzhb-r .syhzhb-r-t{background: url(../image/biaoti2.png) no-repeat top left;width: 100%;padding-top: 300px;}
.syhzhb-r-t .sybj-title{text-align: right;color:#fff;padding-right: 19%;}
.syhzhb-r-t .sybj-title p {
    font-size: 24px;
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase;
	opacity: 0.35;
}
.syhzhb-r-t .sybj-title h2 {
    font-size: 48px;
    font-weight: 500;    
    float: right;
    border-bottom: 5px solid #fff;
    line-height: 90px;
}
.syhzhb-r-t .sybj-title a{display: block;color: #fff;font-size: 20px;color: #fff;background: url(../image/xiangyou.png) no-repeat right center;margin-top: 310px;padding-right: 35px;}
.syhzhb-ul{margin:80px 0;}
.syhzhb-ul li{margin-bottom: 30px;}
.syhzhb-ul li figure{width: 100%;border: 1px solid #125ad31f;transition: all 0.5s;}
.syhzhb-ul li figure img{width: 100%;}
.syhzhb-ul li:hover figure{box-shadow: 0 0 20px rgba(18,90,211,1);}

.x-indexabout-ul{text-align: left;margin-top: 100px;}
.x-indexabout-ul li{width: 50%;overflow: hidden;display: inline-block;margin: 0 -2px;position: relative;}
.x-indexabout-ul li .x-indexabout-div{width: 100%;height: 100px;left: 0;bottom: 0;position: absolute;background: rgba(18,90,211,0.73);text-align: center;}
.x-indexabout-ul li .x-indexabout-div a{font-size: 20px;color: #FFFFFF;line-height: 100px;background: url(../image/xiangyou.png) no-repeat;
background-position: 230px center;display: block;width: 90%;}
.x-indexabout-ul li .x-indexabout-div a span{display: none;margin-left: 5px;}
.x-indexabout-ul li figure{overflow: hidden;}
.x-indexabout-ul li figure img{width: 100%;transition: all 0.5s;}
.x-indexabout-ul li:hover figure img{transform: scale(1.05);}
.x-indexabout-r{position: absolute;right: 0;width: 51%;top: 100px;background: #fff;box-shadow: 0px 1px 24px 0px rgba(0,0,0,0.09);}
.x-indexabout-r .x-indexabout-box{width: 86%;padding-left: 80px;}
.x-indexabout-r .x-indexabout-title{}
.x-indexabout-title-top{width: 100%;border-bottom: 1px solid #E9EDF3;text-align: right;margin-top: 50px;padding-bottom: 30px;margin-bottom: 30px;}
.x-indexabout-title-top img{width: 45px;}
.x-indexabout-title{}
.x-indexabout-title span{font-size: 24px;text-transform: uppercase;color: #2D7CFF;display: block;}
.x-indexabout-title strong{font-size: 48px;display: block;}
.x-indexabout-p{margin: 40px 0;}
.x-indexabout-p p{font-size: 14px;line-height: 26px;text-align: justify;}

.indexabout{ /*background: url(../images/indexabout.jpg) no-repeat top right;*/ padding-bottom: 50px;}

.indexabout strong{ display: inline-block; padding-top: 70px; font-size: 30px; font-weight: bold; padding-bottom: 32px;background: url(../images/indexabouttbg.jpg) no-repeat bottom left; }

.indexabout p{ font-size: 14px; margin-top: 30px; line-height: 30px; width: 60%; }
.indexabout a.btn{ padding: 15px 30px; font-size: 14px; color:#fff; background: #125AD3; margin-top: 40px;}

.indexfuwu{ text-align: center; margin-top: 20px;}
.indexfuwu strong{ display: inline-block; margin-top: 80%; color: #fff; font-size: 30px; }
.indexfuwu strong:after{ content: " "; height: 4px; background: #125AD3;width: 60%;display: block;margin: 20px auto 40px;transition:all .8s ease-out;-webkit-transition:all .8s ease-out;}
.indexfuwu p{ font-size: 16px; color: #fff; padding: 0 12%; display: none;transition:all .8s ease-out;-webkit-transition:all .8s ease-out;}
.indexfuwu a{ margin-top: 40px;  display: none; transition: all .8s;}
.indexfuwulist:hover strong{ margin-top: 55%;}
.indexfuwulist:hover p{ display: block; }
.indexfuwulist:hover a{ display: inline-block; }
.indexfuwulist{transition:all 0.6s;}
.indexfuwulist:hover{transform:scale(1.02);}



.t2 strong{ font-size: 32px; position: relative; display: inline-block; margin:0 auto; text-align: center;color: #2D7CFF;}
.t2 strong span{ position: relative;  z-index: 9;}
.t2 strong:after{ position: absolute; bottom:-17px; height: 33px; background: #A4C6FF;content:"";width: 248px;left: -62px; z-index:5}

.indexjjfatitle{ padding: 75px 0; background: url(../images/jjfa.jpg) no-repeat center bottom; }
.indexjjfatitle .t2{ margin-top: 30px; }
.indexjjfatitle .more{ color: #125AD3; font-size: 16px; }

.indexjjfa{width: 100%;background: #272a33;overflow: hidden;display:none;}
.indexjjfa .box{ padding:0 50px;height: 900px !important;
    transform: skew(-30deg);
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
}
/* .indexjjfa .box.col-sm-6{ background-size:100% 100% !important;} */
.indexjjfa .box strong{ font-size: 3rem; color: #fff; display: block; margin-top: 230px;position: relative;z-index: 9;}
.indexjjfa .box strong::after{content: "";background: #fff;position: absolute;width: 55%;left: 0;bottom: -20px;height: 3px;display: block;}
.indexjjfa .col-sm-2 strong::after{display: none;}
.indexjjfa .box p{position: relative; font-size: 16px; color: #fff; display: block; margin:40px 0 20px; line-height: 26px;}
.indexjjfa .box a.fabtn{
	font-size: 16px;
    /* border: 1px solid #fff; */
    border-radius: 15px;
    color: #fff;
    padding: 2px 25px;
    margin-right: 20px;
    display: block;
    margin-bottom: 15px;
    position: relative;
	background: url(../image/index_02.png) no-repeat left 9px;
}
.indexjjfa .box a.more{ border:1px solid #fff; background: url(../image/Group16.png) no-repeat right center; height: 52px; display: block;position: relative; 
line-height: 50px; margin-top: 40px; color: #fff;font-size: 20px;border-radius: 30px;width: 210px;padding-left: 24px;margin-left: 0px;}
.indexjjfa .box a.fabtn:hover{ color: #125AD3;}
.indexjjfa .box a.more:hover{color: #125AD3;background-color: #fff;}
.indexjjfa .box .indexjjfa-bjimg{
	width: 200%;
	height: 100%;
	position: absolute;
	left: -250px;
	top: 0px;
    background-size: 100% 100% !important;
	display: block;
	opacity: 0.7;
}
.indexjjfa .col-sm-2:nth-child(1){border-left: none;}
.indexjjfa .col-sm-2:last-child{border-right: none;}
.indexjjfa .col-sm-2{ text-align: center;background: #272a33;border-left: 1px solid #fff;border-right: 1px solid #fff;position: relative;z-index: 99;
    transform: skew(-30deg);
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
}
.indexjjfa .col-sm-2 .indexjjfa-c{
	transform: skew(30deg);
	-webkit-transform: skew(30deg);
	-moz-transform: skew(30deg);
	-o-transform: skew(30deg);
	-ms-transform: skew(30deg);
	width: 100%;
}
.indexjjfa .col-sm-2 strong{ padding-top: 50%; }
.indexjjfa .col-sm-2 p,.indexjjfa .col-sm-2 .indexjjfa-bjimg{ display: none; }
.indexjjfa .col-sm-2 a.fabtn{ display: none; }
.indexjjfa .col-sm-2 a.more{ font-size: 0; padding: 0; background: url(../image/Group14.png) no-repeat center center; margin-top: 50px;border: none;
width: 100%;background-size:auto 100%;margin-left: -18px;}
.indexjjfa .box .indexjjfa-c{
	transform: skew(30deg);
	-webkit-transform: skew(30deg);
	-moz-transform: skew(30deg);
	-o-transform: skew(30deg);
	-ms-transform: skew(30deg);
	height: 900px;
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 75px;
}
.indexjjfa .box:nth-child(2) .indexjjfa-c,.indexjjfa .box:nth-child(3) .indexjjfa-c,.indexjjfa .box:nth-child(3) .indexjjfa-c{padding-left: 126px;}
.indexjjfa .box:nth-child(4) .indexjjfa-c{left: -117px;padding-left: 260px;}
.indexjjfa .col-sm-2:nth-child(4) .indexjjfa-c{left: 0;padding-left: 112px;}
.indexjjfa .box:nth-child(5) .indexjjfa-c{padding-left: 110px;padding-right: 50px;padding-top: 53px;}
.indexjjfa .box:nth-child(5) .indexjjfa-bjimg{left: -158px;}
/*.indexjjfa .box{ background-size:auto 100% !important;}
.indexjjfa .box1{ background-size:100% auto !important;}
.indexjjfa .box1.col-sm-3{ background-size: auto 100% !important;} */

.indexfwtxtitle{ padding: 120px 0 80px; background: url(../image/biaoti1.png) no-repeat center bottom;}

.syfwtx{width: 100%;background: url(../image/pexeabay.jpg) no-repeat;background-size: 100% 100%;padding-top: 40px;padding-bottom: 80px;}
.sybj-title{width: 100%;background: url(../image/biaoti1.png) no-repeat center;text-align: center;}
.sybj-title h2{font-size: 48px;font-weight: 500;color: #FFFFFF;line-height: 180px;opacity: 1;text-transform: uppercase;}
.syfwtx .snBrand{position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.syfwtx .snBrand ol {
    float: left;
    width: 35%;
    height: auto;
    margin-top: -1px;
}
.syfwtx .snBrand ol li{
	width: 65%;
	line-height: 83px;
	font-size: 16px;
	color: #fff;	
	border-radius: 10px;
	margin-top: 20px;	
	text-transform: uppercase;
	background: rgba(255,255,255,0.12);
}
.syfwtx .snBrand ol li a{color: #fff;display: block;width: 100%;height: 100%;background: url(../image/zixun1.png) no-repeat;padding-left: 70px;}
.syfwtx .snBrand ol li.syfw-nav0 a{background-position: 15px 17px;}
.syfwtx .snBrand ol li.syfw-nav1 a{background-position: 11px -68px;}
.syfwtx .snBrand ol li.syfw-nav2 a{background-position: 11px -148px;}
.syfwtx .snBrand ol li.syfw-nav3 a{background-position: 12px -230px;}
.syfwtx .snBrand ol li.syfw-nav4 a{background-position: 13px -313px;}
.syfwtx .snBrand ol li.on{background: url(../image/Group17.png) no-repeat left center;width: 80%;background-size: 100%;}
.syfwtx .snBrand ol li.on a{color: #125AD3;}
.syfwtx .snBrand ol li.syfw-nav0.on a{background-position: -404px 17px;}
.syfwtx .snBrand ol li.syfw-nav1.on a{background-position: -404px -68px;}
.syfwtx .snBrand ol li.syfw-nav2.on a{background-position: -404px -148px;}
.syfwtx .snBrand ol li.syfw-nav3.on a{background-position: -404px -230px;}
.syfwtx .snBrand ol li.syfw-nav4.on a{background-position: -404px -313px;}
.syfwtx .snBrand ul{float: right;width: 60%;margin-top: 160px;}
.syfwtx .snBrand ul li .syfw-div-l{width: 50%;float: left;margin-top: 50px;}
.syfwtx .snBrand ul li .syfw-div-l h3{font-size: 32px;font-weight: 500;color: #FFF;line-height: 80px;}
.syfwtx .snBrand ul li .syfw-div-l span{display: block;width: 228px;height: 1px;background: #FFF;}
.syfwtx .snBrand ul li .syfw-div-l p{font-size: 20px;font-weight: 400;color: #FFF;line-height: 32px;margin-bottom: 50px;margin-top: 20px;}
.syfwtx .snBrand ul li figure{width: 50%;text-align: center;overflow: hidden;float: right;}
.syfwtx .snBrand ul li figure img{max-width: 100%;}

.syhzhb .sybj-title{text-align:left;padding: 80px 0;}
.syhzhb .sybj-title p{font-size: 24px;font-weight: 400;color: #125AD3;line-height: 26px;text-transform: uppercase;}
.syhzhb .sybj-title h2 {
    font-size: 48px;
    font-weight: 500;
    color: #333333;
    float: left;
    border-bottom: 5px solid #333;
    line-height: 90px;
    text-transform: uppercase;
}

.sycpzx{width: 100%;background: url(../image/Rectangle10.png) no-repeat center;padding-top: 40px;padding-bottom: 30px;margin-top: 80px;}
.sycpzx .sybj-title{background: url(../image/hzhb.png) no-repeat center;}
.sycpzx #certify {
	position: relative;
	width: 100%;
	margin:40px auto;
	text-align: center;
}
.sycpzx #certify .swiper-container {
	padding-bottom: 60px;
}
.sycpzx #certify  .swiper-slide {
	width: 520px;
	height: 408px;
	background: linear-gradient(148deg, #292B33 0%, #1E2737 100%);
	box-shadow: 0px 7px 16px 0px rgba(0,0,0,0.22);
	border-radius: 10px;
}
.sycpzx #certify  .swiper-slide h3{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 40px;
	padding-top: 30px;
}
.sycpzx #certify  .swiper-slide p {
	font-size: 12px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 26px;	
	padding:30px 50px;	
	text-align: left;
}
.sycpzx #certify  .swiper-slide .indexproductbtn{padding: 0 40px;}
.sycpzx #certify  .swiper-slide .indexproductbtn a{
	display: block;
	float: left;
	width: 45%;
	border: 1px solid #fff;
	border-radius: 30px;
	color: #fff;
	line-height: 40px;
	margin-bottom: 20px;
	text-align: center;
}
.sycpzx #certify .swiper-slide .indexproductbtn a:nth-child(2n){float: right;}
.sycpzx #certify .swiper-slide .indexproductbtn a:hover{background: #fff;color: #1A2130;}

.sycpzx #certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

.sycpzx #certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

.sycpzx #certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

.sycpzx #certify .swiper-button-prev {
	left: -30px;
	width: 55px;
	height: 55px;
	background: url(../image/zixun2.png) no-repeat;
	background-position: -2px 0;
	position: relative;
	display: inline-block;
}

.sycpzx #certify .swiper-button-prev:hover {
	background-position: -2px -81px;
}

.sycpzx #certify .swiper-button-next {
	right: -30px;
	width: 55px;
	height: 55px;
	background: url(../image/zixun2.png) no-repeat;
	background-position: -125px 0px;
	position: relative;
	display: inline-block;
}

.sycpzx #certify .swiper-button-next:hover {
	background-position: -128px -81px;
}

.synews{width: 100%;background: #F6F9FE url(../image/zixun3.png) no-repeat center 30px;background-size: 77% auto;padding-bottom: 80px;}
.synews .sybj-title{text-align: left;padding-top: 380px;}
.synews .sybj-title p{font-size: 24px;font-weight: 400;color: #125AD3;line-height: 26px;text-transform: uppercase;}
.synews .sybj-title h2{font-size: 48px;font-weight: 500;color: #333333;float: left;border-bottom: 5px solid #333;line-height: 90px;}
.synews-r{margin-top: 80px;}
.synews-r li{width: 100%;background: #fff;padding:30px 40px;box-shadow: 0px 1px 12px 0px rgba(0,0,0,0.06);margin-top: 30px;}
.synews-r li figure{float: left;width: 25%;overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 148px;
}
.synews-r li figure img{width: 100%;transition: all 0.5s;}
.synews-r li:hover figure img{transform: scale(1.05);}
.synews-r li .synews-r-t{width: 70%;float: right;position: relative;}
.synews-r li .synews-r-t h5{font-size: 20px;font-weight: 500;color: #333333;line-height: 40px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.synews-r li .synews-r-t p{font-size: 16px;font-weight: 400;color: #666666;line-height: 30px;margin-bottom: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}
.synews-r li .synews-r-t time{font-size: 14px;font-weight: 400;color: #999999;line-height: 20px;}
.synews-r li .synews-r-t span{display: block;background: #fff url(../image/xiangyou2.png) no-repeat center;border-radius: 50%;
border: 1px solid #125AD3;width: 50px;height: 50px;float: right;position: absolute;right: 0;bottom: -26px;transition: all 0.5s;}
.synews-r li .synews-r-t:hover span{
	width: 90px;
	height: 90px;
	background: #125AD3 url(../image/zixun5.png) no-repeat center;
	box-shadow: 0px 18px 25px 0px rgba(18,90,211,0.64);
	border-radius: 45px 45px 45px 45px;
	opacity: 1;
	right: -34px;
	bottom: -72px;
}

.indexproduct{ margin-bottom:40px; position: relative; }
.indexproduct .t2{ position: absolute; top: 100px; color: #fff; } 
.indexproduct .t2 strong{color: #fff;}
.indexproduct .t2 strong:after{background: rgba(45,124,255,0.5);}
.indexproduct .swiper-wrapper{ height: 960px; }
.indexproduct .swiper-slide {
      text-align: center;
      font-size: 18px;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-fslexbox;
      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;
    }
.indexproduct #swiper-container2 .swiper-slide {
      font-size: 18px;
      height: auto;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
	  display:block;
	  line-height:100px;
	  background: #4390EE;
      color: #fff;

    }

.indexproduct .swiper-pagination-bullet.swiper-pagination-bullet-active{ color:#fff; position:relative;}
.indexproduct .swiper-pagination-bullet.swiper-pagination-bullet-active:before{ background:#125AD3;}
.indexproduct .swiper-pagination-bullet{font-size:18px;color: rgba(255,255,255,0.6);width: auto;height: auto;opacity:1; background:none; 
margin-top:35px !important;}
.indexproduct .swiper-pagination-bullet:hover{color: rgba(255,255,255,1);}
.indexproduct .swiper-pagination-bullet:before{ content:'';width: 100px;height: 2px;display: block;position: absolute;left: -120px;top: 12px; }
.indexproduct .swiper-pagination-bullet:active{ border:none !important;}
.indexproduct .swiper-pagination-bullet:focus{ border:none !important;outline:none;}
.indexproduct .box{ text-align: left; color: #fff;width: 100%;background: rgba(255,255,255,0.26);border-radius: 10px;padding: 150px 80px 40px;
margin-top: -60px;min-height: 500px;}
.indexproduct .box h3{ font-size:30px;}
.indexproduct .box p{ margin:50px 0 0px; font-size:14px;height: 150px;line-height: 26px;word-wrap: break-word;word-break: break-all;}
.indexproduct .box .indexproductbtn a{ padding: 10px 35px; background: #fff; color: #000; margin-right: 35px; border-radius: 27px; display: inline-block; margin-bottom: 20px; }
.indexproduct .box .indexproductbtn a:hover{ background: #125AD3; color: #fff; }

.indexfwtx-bj{width: 100%;background: #F6F9FE;padding-bottom: 100px;}
.indexfwtx-bj .t2 strong:after{left: -30px;}
.indexfwtx .row5 {width: 20%; float: left; padding-right: 15px;padding-left: 15px;}
.indexfwtx .row5 > .box{ padding: 50px 30px 20px;background: #fff;box-shadow: 0px 1px 9px 0px rgba(0,0,0,0.06);}
.indexfwtx .row5 strong{ font-size: 32px; /* background: url(../images/fuaho2.png) no-repeat right top; */ display: block; }
.indexfwtx .row5 strong:after{ border-bottom: 1px solid #125AD3; content: " "; width: 100%; display: block; margin: 20px 0;}
.indexfwtx .row5 p{ font-size: 14px; line-height: 26px;height: 140px;}
/* .indexfwtx .row5 .box1{background: url(../images/img1.png) no-repeat right bottom;}
.indexfwtx .row5 .box2{background: url(../images/img2.png) no-repeat right bottom;}
.indexfwtx .row5 .box3{background: url(../images/img3.png) no-repeat right bottom;}
.indexfwtx .row5 .box4{background: url(../images/img4.png) no-repeat right bottom;}
.indexfwtx .row5 .box5{background: url(../images/img5.png) no-repeat right bottom;} */
.indexfwtx .row5 figure{width: 100%;text-align: center;}
.indexfwtx .row5 figure img{max-width: 100%;}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{ display:inline-block; margin:0 35px;}
.indexproduct .swiper-pagination-bullet:before{ display:none;}
.swiper-container-vertical>.swiper-pagination-bullets{ width:100%; top:230px;}


.indexfwtx .row5 .box:hover{
	background-color: #125AD3;
}

.indexfwtx .row5 .box:hover strong{
	/* background-image: url(../images/fuhao1.png); */
	color: #fff;
}

.indexfwtx .row5 .box:hover strong:after{
	border-color:#fff;
}
.indexfwtx .row5 .box:hover p{
	color: #fff;
}



.fzlc .row5{ float: left; text-align: left;padding: 20px 0 0 40px;height:450px;background: url(/static/image/zixun10.png) no-repeat left top;margin-right: 8px;margin-top: 220px;}
.fzlc .row5:nth-child(2n){margin-top: 160px;}
.fzlc .row5:nth-child(3n){margin-top: 120px;}
.fzlc .row5:nth-child(4){margin-top: 60px;}
.fzlc .row5:nth-child(5n){margin-top: 20px;}
.fzlc .row5:nth-child(6n){margin-top: 0px;}
.fzlc .row5 strong{ font-size: 36px; font-weight: 400;color: #fff;}
/* .fzlc .row5 strong:after{ content: " "; background: #000; border:2px solid #fff; border-radius: 50% 50%; display: block;margin: 25px auto; width: 10px; height: 10px;} */
.fzlc .row5:hover strong,.fzlc .row5.swiper-slide-active strong{ color: #125AD3;}
.fzlc .row5:hover strong:after,.fzlc .row5.swiper-slide-active strong:after{ background: #125AD3;}
.fzlc .row5 .box{ padding: 13px; text-align: left; margin-top: 50px; background: #fff; display: none; box-shadow: 0 0 5px #eee; width: 268px;}
.fzlc .row5:hover .box,.fzlc .row5.swiper-slide-active .box{ display: inline-block;}
.fzlc .row5 .box h3{ font-size: 24px; color: #125AD3; margin: 15px 0;}
.fzlc .row5 .box span{ font-size: 14px; color: #000; }

.fzlc .row5 p{ color: #fff; font-size: 20px; }
.fzlc .container-fluid{ /*height: 216px; background:url(../images/heng.jpg) repeat-x left 107px;*/ margin-top: 80px; }


.aboutyyzz .qywh h3{ margin-top: 100px; font-size: 30px; font-weight: bold; }

.indexnews{ background: url(../image/Rectangle22.png) no-repeat center bottom; margin: 0 0 0; padding-bottom: 75px; }
.indexnews .t{ margin: 75px 0; }
.indexnews .t strong{ font-size: 30px; border-bottom:5px solid #125AD3;}
.indexnews .t .more{ float: right; }
.indexnews .indexnewslist img{ max-width: 100%; }
.indexnews .indexnewslist p{ font-size: 16px; padding: 18px 0; display: block;}
.indexnews .indexnewslist span{ font-size: 14px; color: #125AD3; display: block; padding-top: 18px; }

.indexhzhb-bj{width: 100%;background: #FBFBFB;padding-bottom: 80px;}
.indexhzhbtitle { text-align: center;background: url(../image/hzhb.png) no-repeat center;height: 159px;padding-top: 50px;margin-top: 60px;}
.indexhzhb .t2 strong span{ font-size: 30px;color: #2D7CFF;}
.indexhzbhlist{ padding: 30px 0; }

.indexhzbhlist li{text-align: center;border-radius: 2px;overflow: hidden;border: 1px solid #f5f5f585;background: #fff;padding: 0px}
.indexhzbhlist li img{width: 100%;}

.indexzixun{ height: 450px; background: url(../image/Rectangle21.jpg) center center; color: #fff; text-align: center;padding-top: 150px;}
.indexzixun .t2 strong{color: #fff;font-weight: 400;}
.indexzixun .t2 strong:after{background: #125AD3;width: 132%;}
.indexzixun a{font-size: 16px;display: block;color: #fff;background: url(../image/xiangyou.png) no-repeat 70px 1px;width: 93px;margin: 50px auto;
text-align: left;}
.indexzixun a:hover{ color: #125AD3; }
.slideGroup .index-bt{float: left;}
.slideGroup .parHd{float: right;margin-top: 80px;}
.slideGroup .parHd li{float: left;margin-left: 40px;}
.slideGroup .parHd li a{font-size: 16px;color: #333;transition: all 0.3s;}
.slideGroup .parHd li.on a{color: #f0871a;font-size: 20px;line-height: 20px;}
.slideGroup .parHd li:hover a{color: #f0871a;font-size: 20px;line-height: 20px;}
.slideGroup .synews-title{width: 80%;float: left;}
.slideGroup .synews-title-1{font-size: 14px;color: #7a7d80;}
.slideGroup .synews-title h3{font-size: 24px;color: #333333;margin-bottom: 20px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.slideGroup .synews-title-a1{font-size: 14px;color: #07345d;}
.slideGroup .synews-title-a2{color: #7a7d80;font-size: 16px;}
.slideGroup .synews-title-a2:hover{color: #f0871a;}
.slideGroup .sPrev, .slideGroup .sNext{
    float: right;
    display: block;
    width: 42px;
    height: 42px;
    background: url(../image/index_04.png) no-repeat -62px -2px;
    overflow: hidden;
    margin-left:20px;
    cursor: pointer;
}
.slideGroup .sNext{background-position: -2px -2px;}
.slideGroup .sPrev:hover{background-position: -62px -52px;}
.slideGroup .sNext:hover{background-position: -2px -52px;}
.slideGroup .parBd .slideBox {
    overflow: hidden;
    zoom: 1;
    position: relative;
}
.slideGroup .parBd .slideBox .tempWrap{width: 100% !important;}
.slideGroup .parBd {width: 100%;border-bottom: 1px solid #ebebeb;}
.slideGroup .parBd ul {
    overflow: hidden;
    zoom: 1;
}
.slideGroup .parBd ul li{float: left;margin-right: 65px;overflow: hidden;margin-top: 30px;width: 510px;}
.slideGroup .parBd ul li figure{width: 100%;overflow: hidden;margin-top: 20px;}
.slideGroup .parBd ul li figure img{width: 100%;transition: all 0.5s;}
.slideGroup .parBd ul li:hover figure img{transform: scale(1.05);}
.slideGroup .parBd ul li h3{font-size: 20px;text-align: justify;margin-bottom: 25px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
margin-top: 25px;}
.slideGroup .parBd ul li .synews-span{display: block;width: 90px;height: 2px;background: #0f487c;margin-top: 30px;opacity: 0;transition: 0.5s;}
.slideGroup .parBd ul li:hover .synews-span{opacity: 1;}
.synews-more{text-align: center;margin-top: 40px;}
.synews-more a{font-size: 18px;color: #0f487c;font-weight: bold;}
.synews-more a:hover{color: #f0871a;}

.syabout{width: 100%;background:url(../image/index_07.jpg) no-repeat;margin-top:60px;padding-bottom: 110px;background-size: 100% auto;}
.syabout .index-bt h2{color: #fff;}
.syabout-text p{font-size: 16px;color: #e5e5e5;text-align: justify;text-indent: 2em;line-height: 32px;}
.syabout-ul{width: 100%;font-size: 14px;margin-top: 90px;}
.syabout-ul li{float: left;margin-right: 11%;}
.syabout-ul li span{display: block;width: 150px;height:56px;background: url(../image/index_09.png) no-repeat;color: #fff;line-height: 56px;text-indent: 65px;}
.syabout-ul li .syabout-ico1{background-position: 0 0;}
.syabout-ul li .syabout-ico2{background-position: -198px 0;}
.syabout-ul li .syabout-ico3{background-position: -398px 0;}
.syabout-ul li .syabout-ico4{background-position: -588px 0;}
.syabout-ul li:hover span{color: #f0871a;}
.syabout-ul li:last-child{float: right;margin-right: 0;}


.wm-bj{width: 100%;background: url(../image/index_08.jpg) no-repeat center;background-size: 100% auto;position: relative;height: 810px;}
.wm-bj-ul1{margin-top: 70px;}
.wm-bj-ul1 li{text-align: center;margin-top: 30px;line-height: 70px;}
.wm-bj-ul1 li img{vertical-align: middle;opacity: 0.5;transition: all 0.5s;}
.wm-bj-ul1 li:hover img{opacity: 1;}
.wm-bj-ul2{margin-top: 160px;}
.wm-bj-ul2 li:nth-child(1){text-align: left;}
.wm-bj-ul2 li:nth-child(2){text-align: right;}
.wm-bj-ul2 li:nth-child(1) figure{padding-left: 100px;}
.wm-bj-ul2 li:nth-child(2) figure{padding-right: 100px;}
.wm-bj-ul3{margin-top: 160px;}

.shouerweima i{ display:none;}
.shouerweima:hover i{display:block;position:absolute; top:-120px; left:-30px;}
.shouerweima:hover i{margin:0;}
.shouerweima {position:relative;}
.syfw-bj{width: 100%;background: url(../image/index_09.jpg) no-repeat center;background-size: 100% auto;}
.www360buy{width: 100%;margin-top: 80px;float: right;}
.www360buy .hd{overflow: hidden;}
.www360buy .hd li{float: left;width: 142px;height: 52px;line-height: 50px;text-align: center;background: #e8eaf0;font-size: 18px;color: #333;border-radius: 30px;margin-right: 20px;
transition: all 0.3s;}
.www360buy .hd li a{display: inline-block;width: 100%;height:100%;color: #333;transition: all 0.3s;}
.www360buy .hd li.on a{color:#fff;}
.www360buy .hd li.on,.www360buy .hd li:hover{background: #f0871a;color: #fff;}
.www360buy .bd{margin-top: 20px;}
.www360buy .lh {overflow: hidden;}
.www360buy .lh .lh-li {width: 360px;height: 423px;background: url(../image/index_20.png) no-repeat;padding: 20px;}
.fw-form{width: 100%;border-radius: 30px;border: 1px solid #7a8090;height: 38px;padding: 0 15px;margin-top: 15px;}
.fw-form button{background: url(../image/index_21.png) no-repeat center;width: 20px;height: 35px;border: none;}
.fw-form input{border: none;background: none;height: 38px;float: right;width: 75%;width: 88%; line-height: 38pc;}
.fw-province{width: 100%;background: url(../image/index_07.png) no-repeat left center;font-size: 18px;color: #d80213;padding-left: 28px; margin-top: 20px;}
.www360buy .sideMenu{width: 100%;padding-left: 24px;margin-top: 25px;}
.www360buy .sideMenu h3 {color: #333;font-size: 16px; cursor: pointer;}
.www360buy .sideMenu h3 em {
    float: right;
    display: block;
    width: 17px;
    height: 14px;
    background: url(../image/index_22.png) 0px 6px no-repeat;
    cursor: pointer;
}




.www360buy .sideMenu h3.on em {background-position: 0px -21px;}
.www360buy .sideMenu ul li{font-size: 12px;color: #222;line-height: 25px;}
.www360buy .lh #lh-li-2{margin-left: 160px;}
.www360buy .lh #lh-li-3{background: url(../image/index_23.png) no-repeat;float: right; margin-right: 84px;}
.index-3-dt{width: 100%;height: 100%;position: relative;margin: 50px auto;}
.index-3-dt img{width: 100%;}



/*首页新闻*/
.sy_news .sy_xw_list {


  justify-content: space-between;
  align-items: flex-start;
}
.sy_news .sy_xw_list .xw_left .news_a {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 80px;
}
.sy_news .sy_xw_list .xw_left .news_a .xw_img {
  width: 100%;
  height: 510px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sy_news .sy_xw_list .xw_left .news_a .xw_img img {
  display: inline-block;
  width: 100%;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.sy_news .sy_xw_list .xw_left .news_a .xw_img:hover img {
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  transform: scale(1.06);
}
.sy_news .sy_xw_list .xw_left .news_a .xw_desc {
  width: 100%;
  padding: 10px 0 0;
}
.sy_news .sy_xw_list .xw_left .news_a .xw_desc h5 {
  font-size: 20px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 10px 0;
}
.sy_news .sy_xw_list .xw_left .news_a .xw_desc div {
  font-size: 14px;
  color: #fff;
  line-height: 26px;
  margin: 10px 0 16px 0;
}
.sy_news .sy_xw_list .xw_left .news_a .xw_desc p {
  width: 100%;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.sy_news .sy_xw_list .xw_left .news_a span{display: block;background: url(../image/xiangyou.png) no-repeat center right;font-size: 20px;color: #fff;
width: 110px;margin-top: 20px;}
/* .sy_news .sy_xw_list .xw_left .news_a .xw_desc:hover h5 {color: #FF8F00;} */
.sy_news .sy_xw_list .xw_right {
  flex-direction: column;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 1px 12px 0px rgba(0,0,0,0.06);
  padding-bottom: 20px;
  margin-top: 80px;
}
.sy_news .sy_xw_list .xw_right .news_a {
  display: flex;
  flex-direction: unset;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 30px;
}
.sy_news .sy_xw_list .xw_right .news_a:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.sy_news .sy_xw_list .xw_right .news_a .xw_img {
  width: 160px;
  height: 120px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
.sy_news .sy_xw_list .xw_right .news_a .xw_img img {
  display: inline-block;
  height: auto;
  width: 100%;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.sy_news .sy_xw_list .xw_right .news_a .xw_img:hover img {
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  transform: scale(1.06);
}
.sy_news .sy_xw_list .xw_right .news_a .xw_desc {
  width: calc(100% - 175px);
  padding: 0;
}
.sy_news .sy_xw_list .xw_right .news_a .xw_desc h5 {
  font-size: 16px;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 30px;
}
.sy_news .sy_xw_list .xw_right .news_a .xw_desc p{
	font-size: 14px;
	color: #666;
	line-height: 20px;
	padding: 0;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}
.sy_news .sy_xw_list .xw_right .news_a .xw_desc div {
  font-size: 14px;
  color: #999;
  line-height: 16px;
  margin: 20px 0 0px 0;
}
.sy_news .sy_xw_list .xw_right .news_a .xw_desc:hover h5 {
  color: #125AD3;
}



.wangdian1 {position: absolute;top: 16%;left: 77%;}
.wangdian2 {position: absolute;top: 25%;left: 76%;}
.wangdian3 {position: absolute;top: 32%;left: 73%;}
.wangdian4 {position: absolute;top: 28%;left: 63%;}
.wangdian5 {position: absolute;top: 37%;left: 62.5%;}
.wangdian6 {position: absolute;top: 41%;left: 62%;}
.wangdian7 {position: absolute;top: 47%;left: 66%;}
.wangdian8 {position: absolute;top: 56%;left: 69%;}
.wangdian9 {position: absolute;top: 54%;left: 59%;}
.wangdian10 {position: absolute;top: 51%;left: 44%;}
.wangdian11 {position: absolute;top: 64%;left: 42%;}
.wangdian12 {position: absolute;top: 65%;left: 50%;}
.wangdian13 {position: absolute;top: 63%;left: 56%;}
.wangdian14 {position: absolute;top: 72%;left: 63%;}
.wangdian15 {position: absolute;top: 67%;left: 70%;}
.wangdian16 {position: absolute;top: 83%;left: 51%;}
.wangdian17 {position: absolute;top: 56%;left: 51%;}
.wangdian18 {position: absolute;top: 80%;left: 68%;}
.wangdian19 {position: absolute;top: 84%;left: 60%;}
.wangdian20 {position: absolute;top: 74%;left: 48%;}
.wangdian21 {position: absolute;top: 60%;left: 65%;}
.wangdian22 {position: absolute;top: 71%;left: 57%;}
.wangdian23 {position: absolute;top: 40%;left: 64%;}
.wangdian24 {position: absolute;top: 61.5%;left: 72%;}
.wangdian25 {position: absolute;top: 85.5%;left: 61%;}
.wangdian26 {position: absolute;top: 42%;left: 47.6%;}
@keyframes warn {
	0% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}

	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}
.area-box .dot {
	position: absolute;
	left: 0;
	width: 8px;
	height: 8px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #d80213;
	filter: alpha(opacity=100)
}

.area-box .pulse {
	position: absolute;
	top: -11px;
	left: -11px;
	height: 30px;
	width: 30px;
	border: 1px solid #d80213;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 4px #d80213, 0 0 10px #d80213 inset;
	-moz-box-shadow: 0 0 4px #2a90d0, 0 0 10px #d80213 inset;
	box-shadow: 0 0 4px #d80213, 0 0 10px #d80213 inset;
	opacity: 0.2;
	filter: alpha(opacity=0);
	-webkit-animation: warn 2s ease-out both;
	-moz-animation: warn 2s ease-out both;
	-o-animation: warn 2s ease-out both;
	animation: warn 2s ease-out both;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	background: 0 0
}

.area-box .delay-01 {
	-webkit-animation-delay: 0;
	-moz-animation-delay: 0;
	-o-animation-delay: 0;
	animation-delay: 0
}

.area-box .delay-02 {
	-webkit-animation-delay: .4s;
	-moz-animation-delay: .4s;
	-o-animation-delay: .4s;
	animation-delay: .4s
}

.syshzr-ul{margin-bottom: 40px;}
.syshzr-div{width: 100%;background: #fff;overflow: hidden;box-shadow: 0 0 15px rgba(0,0,0,0.15);text-align: justify;margin-bottom: 30px;}
.syshzr-div figure{width: 100%;overflow: hidden;}
.syshzr-div figure img{width: 100%;height: auto;transition: all 0.5s;}
.syshzr-div:hover figure img{transform: scale(1.05);}
.syshzr-div h3{font-size: 20px;font-weight: bold;padding: 0 25px;}
.syshzr-div p{font-size: 14px;color: #7a7d80;padding: 0 25px;margin-top: 15px;}
.syshzr-btn{padding:20px 25px 40px;}
.syshzr-btn time{float: left;font-size: 14px;color: #7a7d80;}
.syshzr-btn time span{display: inline-block;margin-right: 15px;}
.syshzr-btn em{display: inline-block;float: right;width: 38px;height: 38px;background: url(../image/index_08.png) no-repeat;overflow: hidden;
background-position: -37px 0;transition: all 0.3s;}
.syshzr-div:hover .syshzr-btn em{background-position: 2px 0;}

/*footer*/
.foot-1{width: 100%;background: #151E30;position: relative;padding-top: 60px;padding-bottom: 70px;overflow: hidden;}
.foot-1l h3{font-size: 32px;font-weight: 500;color: #FFFFFF;line-height: 40px;}
.foot-1l .foot-1l-ul{text-align: left;}
.foot-1l .foot-1l-ul li{display: inline-block;position: relative;width: 17%;margin-top: 30px;transition: all 0.5s;}
.foot-1l .foot-1l-ul li span{display: inline-block;width: 50px;height: 50px;line-height: 50px;text-align: center;background: #fff;border-radius: 50%;
float: left;margin-right: 20px;color: #151E30;transition: all 0.5s;}
.foot-1l .foot-1l-ul li span i{font-size: 30px;}
.foot-1l .foot-1l-ul li p{font-size: 18px;color: #FFFFFF;line-height: 50px;transition: all 0.5s;}
.foot-1l .foot-1l-ul li figure{width: 120px;overflow: hidden;position: absolute;top: -130px;left: 38px;display: none;transition: all 0.5s;}
.foot-1l .foot-1l-ul li figure img{width: 100%;}
.foot-1l .foot-1l-ul li a{color: #fff;}
.foot-1l .foot-1l-ul li:hover figure{display: block;}
.foot-1l .foot-1l-ul li:hover p,.foot-1l .foot-1l-ul li:hover a{color: #125AD3;}
.foot-1l .foot-1l-ul li:hover span{background: #125AD3;color: #fff;}
.foot-1r{position: absolute;right: 0;top: 0;background: #125AD3;width: 30%;padding: 27px 0px;}
.foot-1r-tel{width: 76%;background: url(../image/dianhuakuang.png) no-repeat center left;margin: 0 auto;color: #fff;padding-left: 105px;padding-top: 50px;
padding-bottom: 70px;}
.foot-1r-tel p{font-size: 16px;color: #FFFFFF;line-height: 50px;}
.foot-1r-tel h4{font-size: 36px;font-weight: 500;color: #FFFFFF;line-height: 26px;}

.footer-big{width: 100%;background: #292B33;padding:96px 0 0px;}
.footer-big .footerlxfs{ border-right: 1px solid #e3e3e3; }
.footer-big .footerlxfs strong{ font-size: 16px; color: #000; font-weight: 100; }
.footer-big .footerlxfs p{ background: url(../images/phone.jpg) no-repeat left center; height: 22px; line-height: 22px; color: #074a99; font-size: 22px; padding-left: 30px; margin: 10px 0 30px; }
.footer-big .footerlxfs img{ margin: 10px 10px 0 0;}

.footer-nav{display: flex;justify-content: space-between;align-items: flex-start;}
.footer-nav li{text-align:left;}
.footer-nav li h3{font-size: 16px;color: #000;margin-bottom: 30px; text-align:left;}
.footer-nav li h3 a{color: #fff;padding-left: 30px;}
.footer-nav li p{ line-height:30px; text-align:left;}
.footer-nav li p a{font-size: 14px;color: #606D7B;background: url(../image/xiangxia.png) no-repeat left center;padding-left: 24px;}
.footer-r{width: 100%;float: right;}
.footer-nav li p a:hover{color: #fff;}
.footer-btn{}
.footer-btn li{float: right;width: 100px;height: 35px;background: #353535;text-align: center;line-height: 35px;margin-right: 15px; margin-left: 5px;
margin-top: 50px;}
.footer-btn li a{color: #5c5c5c;font-size: 14px;}
.footer-btn li:hover a{color: #fff;}
.footer-r-text{font-size: 20px;font-weight: bold;text-align: right;margin-top: 20px;padding-right: 15px;}
.footer-r-text a{color: #9a9a9a;display: block;line-height: 40px;}
.foot-bq{margin-top: 50px; border-top: 1px solid #3F4148;width: 100%;}
.footer-bq{}
.footer-bq-l{float: left;font-size: 14px;color: #606D7B;padding: 30px 0;}
.footer-bq-l a{color: #606D7B;display: inline-block;margin-left: 5px;}
.footer-bq-r{float: right;font-size: 14px;color: #9a9a9a;position: relative;padding-top: 30px;padding-right: 15px;}
.footer-bq-link li{float: right;padding:0 25px;border-right: 1px solid #e3e3e3;}
.footer-bq-link li a{display: inline-block;color: #606D7B; }
.footer-bq-link li:first-child { border:none; }
.foot-bq a:hover{color: #fff;}
/*内页*/
/*top*/
#header .top-nav{background: #fff;border-bottom: none;box-shadow: 0 0 15px rgba(0,0,0,0.18);}
#header .top-nav h1.logo{background-position: 0 -52px !important;}
#header .top-nav .nav h3 a{color: #1f2024;}
#header .top-nav .nav .active a,#header .top-nav .nav .m:hover a{color: #f0871a;}
.ny-banner{width: 100%;height: 580px;background-size: 100% auto; position: relative;}
.ny-banner .ny-container{position: relative;}
.contactlist{ position: absolute; top: 20%; right: 6%; padding: 0;}
.ny-container{width: 1400px;margin: 0 auto;}

/*内页标题*/
.ny-title{text-align: center;padding: 60px 0;}
.ny-title h3{font-size: 36px;font-weight: bold;margin: 0 0 20px;}
.ny-title span{display: block;width: 40px;height: 4px;background: #01669a;margin: 0 auto;}

/*简介*/
.ny-about{width: 100%;background: url(../images/index_20.png) no-repeat center;padding: 20px 0 80px;}
.ny-about-jj{width: 80%;margin: 0 auto;}
.ny-about-jj p{font-size: 16px;color: #666;line-height: 30px;}

/*文化*/
.ny-wh{width: 100%;background: url(../images/index_23.jpg) no-repeat center;padding: 130px 0;margin-top: 80px;}
.ny-wh-nr{width: 30%;background: #fff;padding: 20px 30px 40px;}
.ny-wh-nr .ny-title{text-align: left;padding-bottom: 30px;}
.ny-wh-nr .ny-title span{margin: 0;}
.ny-wh-js{width: 100%;height: 90px;}
.ny-wh-js p{font-size: 16px;color: #666;}

/*荣誉*/
.ny-zhengshu{margin-bottom:80px;}
.ny-zhengshu .picScroll{width: 100%;position: relative;overflow:hidden;}
.ny-zhengshu .picScroll li{width:245px;margin:0 10px;display:inline-block;}
.ny-zhengshu .picScroll li figure{width: 100%;overflow: hidden;}
.ny-zhengshu .picScroll li figure img{width: 100%;}
.ny-zhengshu .picScroll li:hover figure img{transform: scale(1.05);}
.ny-zhengshu .picScroll li p{text-align: center;font-size: 16px;line-height: 40px;}

/*联系我们*/
.ny-lx{width: 100%;position: relative;height: 780px;}
.ny-lx-api{position: absolute;width: 100%;top: 0;left: 0;}
.ny-lx-api #allmap1{width: 100%;height: 780px;}
/*.ny-lx-api #allmap1 .BMap_bubble_pop{border-radius: 0 !important;border: none !important;
background: linear-gradient(to right, rgba(9,106,60,1) 0%, rgba(9,106,60,0.7) 50%);}
.ny-lx-api #allmap1 .BMap_bubble_pop .BMap_bubble_center{width: 100% !important;}
.ny-lx-api #allmap1 .BMap_bubble_pop .BMap_bubble_content{width: 100% !important;font-size: 20px !important;color: #fff !important;
line-height: 35px !important;}
.ny-lx-api #allmap1 .BMap_bubble_pop img{display: none;}
.ny-lx-api #allmap1 .BMap_bubble_pop::after{content: "";border-top: 13px dashed;border-right: 10px solid transparent;border-left: 10px solid transparent;
color: #096A3C;position: absolute;left: 41%;}*/
.ny-lx-l{background: linear-gradient(to right, rgba(232,235,240,1) 0%, rgba(232,235,240,0));position: absolute;top: 0;left: 0;width: 60%;
height: 780px;display: flex;justify-content: center;align-items: center;z-index: 999;}
.ny-lx-nr{width: 54%;text-align: left;}
.ny-lx-nr h2{font-size: 36px;margin-bottom: 50px;}
.ny-lx-nr p{font-size: 20px;margin: 0;line-height: 35px;margin-bottom: 15px;}
.ny-lx-nr figure{width: 130px;overflow: hidden;margin-top: 50px;}
.ny-lx-nr figure img{height: 130px;}
.ny-lx-nr figure span{text-align: center;font-size: 16px;margin-top: 15px;display: block;}


.contactlist li{ padding: 30px 60px;border-radius: 20px; margin-top: 30px; color: #fff;}
.contactlist li:hover,.contactlist li.on{ background: #fff; -webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;}
.contactlist li strong{ font-size: 24px; }
.contactlist li p{ font-size: 16px;}
.contactlist li:hover,.contactlist li.on{color: #000; }

.kehuxuqiu .yw-jj-l h3,.kehuxuqiu .yw-jj-l h4{text-align: center;}
.kehuxuqiu{ background: #fff; padding: 80px 0;}
.kehuxuqiu .about-jj-l h4,.kehuxuqiu .about-jj-l h3{color: #fff;}
.kehuxuqiu .about-jj-l h3 span{background: #fff;margin-bottom: 50px;}
.kehuxuqiu .qywh h3{ color: #fff; font-size: 30px; font-weight: bold; }
.kehuxuqiu #qywh{ background: #fff; }
.kehuxuqiu #qywh li{ /* background: url(../images/yewubg.jpg) no-repeat right center; */ flex:1;}
.kehuxuqiu #qywh li:last-child{background: none;}
.kehuxuqiu #qywh li figure{}

.kehuxuqiu #qywh ul{margin-top: 50px;}
.yw-khxq-div{width: 100%;background: #FFFFFF;box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);padding:40px 60px;margin-top: 30px;transition: all 0.5s;}
.yw-khxq-div:hover{background: url(../image/xsy_16.jpg) no-repeat;box-shadow: 0px 0px 20px 0px rgba(45,124,255,0.88);}
.yw-khxq-div .yw-khxq-ico{float: left;width: 19%;height: 120px;background-size: 100% auto !important;overflow: hidden;}
.yw-khxq-div .yw-khxq-div-t{float:right;width: 75%;}
.yw-khxq-div .yw-khxq-div-t strong{font-size: 20px;font-weight: 400;color: #000000;line-height: 23px;border-bottom: 1px solid #ccc; display: block;padding-bottom: 15px;
margin-top: 8px; margin-bottom: 10px;}
.yw-khxq-div .yw-khxq-div-t p{font-size: 14px;font-weight: 400;color: #666666;line-height: 26px;}
.yw-khxq-div:hover .yw-khxq-ico1,.yw-khxq-div:hover .yw-khxq-ico2,.yw-khxq-div:hover .yw-khxq-ico3,.yw-khxq-div:hover .yw-khxq-ico4{background-position: 0 -166px !important;}
.yw-khxq-div:hover strong,.yw-khxq-div:hover p{color:#fff;}
.yw-fams{width: 100%;background: url(../image/xsy_17.jpg) no-repeat;padding-top:30px;}
.yw-fams .yw-jj-l{text-align: center;}
.yw-fams .yw-jj-l h3{color:#fff;}
.yw-fams .yw-jj-l h4{color:#fff;opacity: 0.5;}
.yw-fams-l,.yw-fams-l img{width: 100%;}
.yw-fams-r{}
.yw-fams-r li{width: 100%;background: rgba(255,255,255,0.2);box-shadow: 0px 1px 9px 0px rgba(0,0,0,0.06);padding: 20px;margin-top: 30px;}
.yw-fams-r li p{font-size: 16px;font-weight: 400;color: #FFFFFF;line-height: 24px;}
.ye-fays-ul{width: 100%;}
.ye-fays-ul li{width: 100%;margin-top: 30px;}
.ye-fays-ul li .ye-fays-img{position: relative;}
.ye-fays-ul li .ye-fays-img span{position: absolute;width: 100px;height: 120px;background: #2D7CFF;text-align: center;font-size: 54px;font-weight: bold;color: #fff;padding-top: 13px;
left: 30px;top: -30px;}
.ye-fays-ul li .ye-fays-img span em{font-style: normal;border-bottom: 4px solid #fff;}
.ye-fays-ul li .ye-fays-img img{width: 100%;}
.ye-fays-ul li:nth-child(2n) .ye-fays-img{float: right;}
.ye-fays-ul li:nth-child(2n) .ye-fays-t{float: left;}
.ye-fays-t{margin-top: 20px;}
.ye-fays-t strong{font-size: 28px;font-weight: bold;color: #2D7CFF;line-height: 38px;}
.ye-fays-t span{width: 60px;height: 4px;background: #2D7CFF;display: block;margin: 20px 0;}
.ye-fays-t p{font-size: 18px;font-weight: 400;color: #333333;line-height: 32px;}
.ye-fays-sy{width: 100%;background: #202D46;margin-top: 50px;padding: 80px 0;}
.ye-fays-sy .yw-jj-l{text-align: center;}
.ye-fays-sy .yw-jj-l h3,.ye-fays-sy .yw-jj-l h4{color: #fff;}
.ye-fays-sy .yw-jj-l h4{opacity: 0.5;}
.ye-fays-sy-t{text-align: center;margin-top: 50px;}
.ye-fays-sy-t img{max-width: 100%;}

/*abotu*/
.about-jj{width: 100%;position: relative;margin-top: 80px;}
.about-jj .about-1{background: #f7f7f7;position: absolute;right: 0;top: 0;width: 65%;height: 100%;}
.about-jj-l{padding-top:80px;}
.about-jj-l h4{font-size: 24px;color: #2D7CFF;line-height: 35px;text-transform: uppercase;}

.about-jj-text{text-align: justify;margin-top: 40px;width: 100%;float: left;}
.about-jj-text img{ max-width:100%;}
.about-jj-text p{font-size: 16px;color: #333333;line-height: 28px;}
.yy-fa-r img{width:100%;}

.khxq2{ background: #F6F9FE; padding: 80px 0; }
.khxq2 h3{ text-align: center; margin: 0 auto; }
.khxq2 span{ margin-left:auto;  margin-right:auto;}


.mySwiper2 .swiper-button-prev{background: url(../image/Group30.png) no-repeat;width: 50px;height: 50px;}
.mySwiper2 .swiper-button-next{background: url(../image/Group31.png) no-repeat;width: 50px;height: 50px;}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{display: none;}
.about-2{width: 100%;margin-top: 80px;position: relative;}
.csr-l{width: 43%;overflow: hidden;float: left;margin-top: 77px;}
.csr-l img{width: 100%;}
.csr-r{width: 57%;float: right;background: url(../image/about_03.jpg) no-repeat right;height: 789px;}
.about-2 .ny-container{position: relative;}
.csr-text{position: absolute;width: 100%;top: 0;text-align: justify;}
.csr-text .col-sm-6{float: right;}
.csr-text-p h3{font-size: 36px;color: #fff;margin-top: 70px;}
.csr-text-p span{display: block;width: 60px;height: 4px;background: #fff;margin-top: 20px;}
.csr-text-p1{margin-top: 40px;}
.csr-text-p1 p{font-size: 14px;color: #fff;line-height: 30px;margin-bottom: 20px;}

.qywh h3{font-size: 30px;color: #000; text-align: center;}
.qywh span{display: block;width: 40px; text-align:center; margin:20px auto 50px;height: 4px;background: #f0871a;margin-top: 20px;}
#qywh img{ max-width: 100%; }


#qywh2 strong{ font-size: 36px;float: left;}
#qywh2 strong span{ height: 3px; width: 216px; background: #fff; display: block; margin:10px 0;}
#qywh2 p{ font-size: 16px; margin-bottom: 50px;line-height: 32px;margin-top: 15px;}

.yw-jj-l h3{font-size: 48px;font-weight: 400;color: #000000;line-height: 56px;}
.yw-jj-l h4{font-size: 32px;font-weight: 400;color: #DDDDDD;line-height: 60px;text-transform: uppercase;}


.navson{margin-top: 55px;position: relative;z-index: 5;}
.navson li{ float: left;text-align: center;padding:0 0 13px;}
.navson li:hover{background:url(../image/zixun11.png) no-repeat top center;}
.navson li a{font-size:16px;font-weight: 400;color: #666666;line-height: 98px;display: block;background: #F6F9FE;border: 1px solid #EEEEEE;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.navson li.active{background:url(../image/zixun11.png) no-repeat top center;}
.navson li.active a,.navson li a:hover{color: #fff;background:none;border: 1px solid #2D7CFF;} 
.mianbaoxie{ padding-right: 45px; font-size: 16px; color: #333; }
.viewmianbaoxie{ }
.cp-info h1{font-size: 48px;font-weight: 500;color: #333333;line-height: 100px;text-align: center;margin-top: 50px;}
.cp-info span{display: block;margin: 0 auto;width: 240px;height: 3px;background: #2D7CFF;}
.nycp-bj{width: 100%;background: url(../image/pexeabay.jpg) no-repeat top;padding-top: 60px;background-size: 100% auto;}
.nycp-bj .about-jj-l h4,.nycp-bj .about-jj-l h3{color: #fff;}
.nycp-bj .about-jj-l h3 span{background: #fff;}

.fuwu-jjfa{width: 100%;background: #F6F9FE;margin: 50px 0;}
.nyjjfa{ margin-top: 50px; margin-bottom: 80px;}
.nyjjfalist{ padding: 24px; }
.nyjjfa strong{ margin-top: 70%; color: #fff; display: block; font-size: 24px;}
.nyjjfa strong:after{content: " ";
    height: 3px;
    background: #fff;
    width: 99px;
    display: block;
    margin: 20px 0 20px;
    transition: all .8s ease-out;
    -webkit-transition: all .8s ease-out; }
.nyjjfa p{color: #fff; display: block; font-size: 14px; display: none; line-height: 22px;}

.nyjjfalist:hover strong{ margin-top: 30%; }
.nyjjfalist:hover p{ display: block;}


.manping{ background: #fff;}
.row50{ width: 50%; float: left;overflow: hidden;}
.row50 img{ max-width: 100%; }
.row50 .text{ padding: 150px 75px 0 139px; }
.row50 .text strong{ font-size: 30px;  }
.row50 .text strong:after{ display: block; width: 30px; height: 4px ; background: #f0871a; content: " "; margin: 20px 0;}
.row50 .text p{ font-size: 16px; color: #333; padding-left: 20px; background: url(../images/dian.png) no-repeat left center; margin-top: 50px;}

.fuwu-qytd{width: 100%;padding: 50px 0;background: #F6F9FE;}
.jiaoyufenxi{ margin: 100px auto; }
.jiaoyufenxi .qywh h3{ font-size: 30px; font-weight: bold; }
.jiaoyufenxi .box{ padding: 45px 35px; background: #fff;margin-top: 50px;}
.jiaoyufenxi .box h3{ color: #125ad3; font-size: 30px; margin-bottom: 30px;display: block;}
.jiaoyufenxi .box p{ font-size: 14px; color: #666; line-height: 30px; }


/*招募英才*/
.sideMenu{width: 100%;margin-bottom: 150px;margin-top: 80px;}
.sideMenu h3 {border: 1px solid #eeeeee;cursor: pointer;padding:0 30px 20px;transition: all 0.6s ease;margin: -1px 0 0;}
.jop-bt{width: 100%;padding: 10px 14px; line-height: }
.jop-bt h4{font-size: 20px;color: #333333;float: left;transition: all 0.6s ease; padding-top: 20px;}
.jop-bt .jop-time{font-size: 14px;color: #999;display: inline-block;float: right;padding-left: 23px;
background-position: 0px -27px;margin-top: 20px;transition: all 0.6s ease;height: 20px;}
.jop-bt .jop-time strong{font-weight: 100;color: #777;transition: all 0.6s ease;}
.jop-nr span{display: inline-block;color: #777;font-size: 15px;margin: 10px 0;transition: all 0.6s ease;}
.jop-nr span strong{font-weight: 100;color: #333;transition: all 0.6s ease;}
.sideMenu ul {
    padding: 8px 40px;
    color: #666;
    display: none;
    font-size: 14px;
    line-height: 30px;
	border: 1px solid #eeeeee;
	margin-top: -1px;
	background: #f7f7f7;
}
.sideMenu h3 em {
    float: right;
    display: block;
    width: 110px;
    height: 16px;
    background: url(../images/icoAdd.png) 17px 0px no-repeat;
    cursor: pointer;
    margin-top: -22px;
}
.sideMenu h3.on em {
    background-position: 20px -34px;
}
.sideMenu h3:hover{
	background-color: #f0871a;
}
.sideMenu h3:hover .jop-bt h4,
.sideMenu h3:hover .jop-nr span,
.sideMenu h3:hover .jop-nr span strong,
.sideMenu h3:hover .jop-bt .jop-time,
.sideMenu h3:hover .jop-bt .jop-time strong{color: #fff;}
.sideMenu h3:hover .jop-bt .jop-time{background-position: 0px 2px;}
.sideMenu h3:hover em{background-position: 17px -19px;}


.sideMenu h3.no{background-color:#f0871a;}
.sideMenu h3.no .jop-bt h4,
.sideMenu h3.no .jop-nr span,
.sideMenu h3.no .jop-nr span strong,
.sideMenu h3.no .jop-bt .jop-time,
.sideMenu h3.no .jop-bt .jop-time strong{color: #fff;}
.sideMenu h3.no .jop-bt .jop-time{background-position: 0px 2px;}
.sideMenu h3.no em{background-position: 17px -57px;}


.whul-1{margin-top: 20px;}
.whul-1 .whul-1-div{width: 100%;position: relative;overflow: hidden;color: #808080;text-align: justify;margin-top: 30px;}
.whul-1 .whul-1-div figure{width: 100%;overflow: hidden;}
.whul-1 .whul-1-div figure img{width: 100%;transition: all 0.5s;}
.whul-1 .whul-1-div:hover figure img{transform: scale(1.05);}
.whul-1 .whul-1-div .whul-1-text{position: absolute;width: 263px;height: 272px;background: rgba(255,255,255,0.9);top: 80px;left: 60px;padding: 50px 30px 0;}
.whul-1 .whul-1-div .whul-1-text span{display: block;}
.whul-1 .whul-1-div .whul-1-text h4{font-size: 24px;margin-top:22px;}
.whul-1 .whul-1-div .whul-1-text p{font-size: 14px;line-height: 25px;letter-spacing: 1.5px;}
.whul-2{margin-bottom: 80px;}
.whul-2 .whul-2-div{width: 100%;position: relative;background: #f0f0f0;padding: 40px 30px 0px;color: #4e4e4e;overflow: hidden;margin-top: 30px;
transition: all 0.5s;}
.whul-2 .whul-2-div::after{content: "";position: absolute;width: 100%;height: 100%;background: #f0871a;left: 0;bottom: -100%;transition: all 0.5s;}
.whul-2 .whul-2-div span{display: block;width: 53px;height: 53px;background: url(../image/about_07.png) no-repeat;transition: all 0.5s;z-index: 9;}
.whul-2 .whul-2-div h4{font-size: 24px;margin-top: 20px;transition: all 0.5s;}
.whul-2 .whul-2-div p{font-size: 14px;line-height: 30px;letter-spacing: 1.5px;transition: all 0.5s;height: 170px;margin-top: 20px;}
.whul-2 .whul-2-div .whul-2-ico1{background-position: 0 0;}
.whul-2 .whul-2-div .whul-2-ico2{background-position: -82px 0;}
.whul-2 .whul-2-div .whul-2-ico3{background-position: -167px 0;}
.whul-2 .whul-2-div .whul-2-ico4{background-position: -238px 0;}
.whul-2 .whul-2-div:hover .whul-2-ico1{background-position: 0 -79px;}
.whul-2 .whul-2-div:hover .whul-2-ico2{background-position: -82px -79px;}
.whul-2 .whul-2-div:hover .whul-2-ico3{background-position: -167px -79px;}
.whul-2 .whul-2-div:hover .whul-2-ico4{background-position: -238px -79px;}
.whul-2 .whul-2-div:hover{background:none;}
.whul-2 .whul-2-div:hover::after{bottom: 0;z-index: -1;}
.whul-2 .whul-2-div:hover h4,.whul-2 .whul-2-div:hover p{color: #fff;}

/*党建工会*/
.djgh-ul{width: 100%;margin-top: 50px;margin-bottom: 50px;}
.djgh-ul li:nth-child(1) .djgh-ul-div{border-top: 1px solid #e6e6e6;}
.djgh-ul .djgh-ul-div{width: 100%;border-bottom: 1px solid #e6e6e6;padding: 40px 0;}
.djgh-ul .djgh-ul-div figure{width: 32%;overflow: hidden;float: left;}
.djgh-ul .djgh-ul-div figure img{width: 100%;transition: all 0.5s;}
.djgh-ul .djgh-ul-div:hover figure img{transform: scale(1.05);}
.djgh-ul .djgh-ul-div .djgh-text{float: right;width: 65%;text-align: justify;}
.djgh-ul .djgh-ul-div .djgh-text h3{
	overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
	font-size: 24px;
	margin-top: 30px;
}
.djgh-ul .djgh-ul-div .djgh-text time{display: block;font-size: 16px;color: #7a7d80;margin: 15px 0 10px;}
.djgh-ul .djgh-ul-div .djgh-text p{font-size: 16px;color: #7a7d80;line-height: 30px;}
.djgh-ul .djgh-ul-div .djgh-text span{font-size: 16px;color: #005bac;display: block;margin-top: 30px;}

/*自有品牌*/
.zypp-banner{width: 100%;margin-top: 90px;}
.zypp-banner img{width: 100%;}
.zypp-menu{width: 100%;margin-top: 90px;}
.zypp-menu ul{margin: 0;}
.zypp-menu ul li{width: 100%;}
.zypp-menu ul li .col-lg-6{padding: 0;}
.zypp-menu ul li figure{width: 100%;overflow: hidden;}
.zypp-menu ul li figure img{width: 100%;transition: all 0.5s;}
.zypp-menu ul li:hover figure img{transform: scale(1.05);}
.zypp-menu ul li:nth-child(2n) .col-lg-6,.zypp-menu ul li:nth-child(2n) .col-lg-4{float: right;}
.zypp-menu .zypp-menu-text{width: 100%;margin-top: 110px;padding-left: 50px;text-align: justify;}
.zypp-menu ul li:nth-child(2n) .zypp-menu-text{padding-left: 0;padding-right: 50px;}
.zypp-menu .zypp-menu-text span img{max-width: 100%;}
.zypp-menu .zypp-menu-text h3{font-size: 36px;color: #1f2024;margin: 30px 0 20px;}
.zypp-menu .zypp-menu-text p{font-size: 16px;color: #6d6f71;line-height: 30px;}
.zypp-menu .zypp-menu-text a,
.zypp-menu ul li:nth-child(2n) .zypp-menu-text a:hover
{display: block;width: 120px;height: 40px;line-height: 40px;text-align: center;color: #fff;font-size: 14px;border-radius: 5px;transition: all 0.5s;
background: #e3101d;margin-top: 50px;border: 1px solid #E3101D;}
.zypp-menu ul li:nth-child(2n) .zypp-menu-text a,
.zypp-menu .zypp-menu-text a:hover{background: #fff;color: #E3101D;border: 1px solid #E3101D;}


/*新闻*/
.news-tj{width: 100%;background: #f2f2f2;margin-top: 90px;}
.news-tj figure{width: 50%;float: left;overflow: hidden;}
.news-tj figure img{width: 100%;transition: all 0.5s;}
.news-tj:hover figure img{transform: scale(1.05);}
.news-tj .news-tj-text{width: 45%;float: right;padding-right: 50px;}
.news-tj .news-tj-text time{display: block;margin-top: 70px;}
.news-tj .news-tj-text time span{display: inline-block;color: #7a7d80;}
.news-tj .news-tj-text time .time-l{float: left;font-size: 24px;font-weight: bold;}
.news-tj .news-tj-text time .time-r{float: right;font-size: 18px;line-height: 35px;}
.news-tj .news-tj-text h3{font-size: 20px;margin: 30px 0 20px;}
.news-tj .news-tj-text p{font-size: 14px;color: #7a7d80;line-height: 30px;}
.news-tj .news-tj-text .news-tj-more{color: #005bac;font-size: 16px;margin-top: 45px;display: block;}
.xwlb-ul{width: 100%;margin-top: 50px;}
.xwlb-ul .xwlb-ul-div{width: 100%; text-align: center; padding: 20px 0; overflow: hidden;position: relative;transition: all 0.5s;margin-bottom: 30px;}
/*.xwlb-ul .xwlb-ul-div::after{content: "";position: absolute;width: 100%;height: 100%;transition: all 0.8s;left: 0;bottom: -100%;background: #e3101d;
z-index: -1;}*/
.xwlb-ul .xwlb-ul-div:hover{box-shadow: 1px 1px 10px #eee;}
.xwlb-ul .xwlb-ul-div figure{width: 100%;overflow: hidden;z-index: 99; text-align: center;}
.xwlb-ul .xwlb-ul-div figure img{transition: all 0.5s; max-width:100%;}
.xwlb-ul .xwlb-ul-div:hover figure img{transform: scale(1.05);}
.xwlb-ul .xwlb-ul-div .gsxw-text{width: 100%;padding: 0 30px;}
.xwlb-ul .xwlb-ul-div .gsxw-text h3{font-size: 16px;line-height: 30px;overflow:hidden;transition: all 0.5s; border-top: 1px solid rgba(18,90,211,0.73);
margin-top:15px;margin-bottom:15px; padding-top: 15px;}
.xwlb-ul .xwlb-ul-div .gsxw-text time{display: block;width: 100%;margin-top: 15px;margin-bottom: 15px;}
.xwlb-ul .xwlb-ul-div .gsxw-text p{ color:#999999; font-size: 14px; line-height: 26px; }
.xwlb-ul .xwlb-ul-div .gsxw-text time span{display: inline-block;color: #7a7d80;transition: all 0.5s;}
.xwlb-ul .xwlb-ul-div .gsxw-text time .time-l{font-size: 18px;font-weight: bold;float: left;}
.xwlb-ul .xwlb-ul-div .gsxw-text time .time-r{font-size: 18px;font-weight: 400;float: right;}
.xwlb-ul .xwlb-ul-div:hover{background: none;}
/*.xwlb-ul .xwlb-ul-div:hover::after{bottom: 0;}*/
/*.xwlb-ul .xwlb-ul-div:hover h3,.xwlb-ul .xwlb-ul-div:hover time span{color: #fff;}*/

.xwlb-ul-div {display: flex;justify-content: space-between;align-items: center;padding:20px;}
.news-ul{ margin-top:50px;}
.news-ul li figure{ width:22%;}
.news-ul img{max-width:100%;}
.news-ul li{ margin-bottom:30px; }
.news-ul li > a{}
.news-ul li figure{ margin-right: 25px; }
.news-ul li a{ display: block; background: #f7f7f7;  }
.news-ul li h3{ padding:15px 0 15px; font-size: 18px;  }
.news-ul li p{ font-size: 14px; line-height: 22px; margin-bottom: 20px; color: #666; 
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}
.news-ul li span{ color: #666; }
.news-ul li:hover h3{ color: #125AD3; }
.gsxw-text{width:75%;}

.in-news-a a{
    display: block;
    margin-top: 50px;
    width: 140px;
    height: 45px;
    border-radius: 30px;
    border: 1px solid #125AD3;
    text-align: center;
    float: right;
    line-height: 45px;
    font-size: 16px;
    background:#125AD3;
    color: #fff;
}
.in-news-a a:hover{background:#fff;color: #125AD3;}

/*分页*/
#pages{clear: both;padding: 10px 0 10px;text-align: center;font: 12px 'Microsoft YaHei'; margin: 50px auto;}
#pages li{ display: inline-block; }
#pages a,#pages span{ margin-left:3px;display: inline-block;padding: 5px 15px;font-size: 12px;line-height: 22px;background: #fff;border: 0px solid #e3e3e3;text-align: center;color: #333;margin-right: -1px; border-radius: 3px;background: #f1f1f1;color: #a5a5a5;}
#pages a.page-num-current{display: inline-block;line-height: 22px; background: #008CD6; border: 1px solid #008CD6; color: #fff; text-align: center;}
#pages a.page-num-current:hover{background: #f0871a; color: #fff;}
#pages a.a1{padding: 0px 12px;height: 24px;line-height: 22px;margin-top: 0px;}
#pages a:hover{background: #398dd4; color: #fff;text-decoration: none;}
#pages li:first-child a,#pages li:last-child a{ background: #e3e3e3; color: #a5a5a5; }
#pages li a:not([href]){ background: #cccccc; color: #fff; }
#pages li.active a,#pages li .current{background: #f0871a; color: #fff;}
.page .noPage{display: inline-block;padding: 0px 12px;height: 22px;line-height: 22px;border: 1px solid #e3e3e3;text-align: center;color: #a4a4a4;}
.pageright{margin-right: 40px;}

/*详情*/
.news-xq{width: 100%;background: #fff;margin-top: 200px;}
.news-xq .news-xq-title{text-align: center;border-bottom: 1px solid #ededed;}
.news-xq .news-xq-title h3{font-size: 36px;color: #1f2024;}
.news-xq .news-xq-title span{font-size: 16px; color: #7a7d80;display: inline-block;margin:30px;}
.news-xq .news-xq-menu {margin-top: 50px;border-bottom: 1px solid #ededed;padding-bottom: 50px;}.news-xq-menu * {white-space: inherit !important;}
.news-xq .news-xq-menu p{text-align: justify;font-size: 18px;color: #555555;line-height: 30px;width: 100%;word-break: break-all;}
.news-xq .news-xq-menu ol,.news-xq .news-xq-menu ul{width: 100%;}
.news-xq .news-xq-menu img{display: block;margin: 0 auto;max-width: 100%;height: auto !important;}
.news-xq .news-xq-fh{text-align: center;}
.news-xq .news-xq-fh a{display: inline-block;width: 120px;height: 40px;line-height: 40px;color: #fff;background: #e3101d; margin-top: 50px;
box-shadow: 0px 6px 20px rgba(227,16,29,0.3); }
.news-xq .news-xq-gxq{width: 100%;margin-top: 50px;}
.news-xq .news-xq-gxq h4{font-size: 24px;color: #1f2024;}
.news-xq .news-xq-gxq div{width: 48%;background: #fff;border: 1px solid #e5e5e5;position: relative;float: left; padding: 30px;margin: 30px 0 80px;}
.news-xq .news-xq-gxq div::after{position: absolute;width: 100%;content: "";height: 3px;background: #454545;left: 0;top: 0;transition: all 0.5s;}
.news-xq .news-xq-gxq div span{font-size: 18px;color: #1f2024;display: block;margin-bottom: 15px;}
.news-xq .news-xq-gxq div p{color: #7a7d80;font-size: 16px;margin: 0;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.news-xq .news-xq-gxq div p a{color: #7a7d80;}
.news-xq .news-xq-gxq .news-xq-pre{}
.news-xq .news-xq-gxq .news-xq-nest{float: right;}
.news-xq .news-xq-gxq div:hover::after{background: #E3101D;}

/*资产招标公告*/
.zbgg{width: 100%;background: #f6f6f6;padding: 80px 0;}
.zbgg-bs{width: 100%;background: #fff;padding: 50px 60px 20px;color: #1f2024;}
.zbgg-bs h2{font-size: 36px;}
.zbgg-ul{margin: 40px 0;}
.zbgg-ul li{width: 100%;position: relative;background: #eeeeee;padding: 23px 35px;transition: all 0.5s;margin-top: 30px;}
.zbgg-ul li time{display: inline-block;font-size:16px;float: left;border-right: 1px solid #1F2024;margin-right: 35px;padding-right: 35px;line-height: 40px;
transition: all 0.5s}
.zbgg-ul li h3{font-size: 16px;float: left;margin:0;line-height: 40px;transition: all 0.5s}
.zbgg-ul li span{display: inline-block;width: 110px;height: 40px;text-align: center;border-radius: 5px;border: 1px solid #1F2024;font-size: 14px;
line-height: 40px;float: right;transition: all 0.5s}
.zbgg-ul li:hover{background: #E3101D;}
.zbgg-ul li:hover time,.zbgg-ul li:hover h3,.zbgg-ul li:hover span{color: #fff;}
.zbgg-ul li:hover time{border-right: #fff 1px solid;}
.zbgg-ul li:hover span{border: #fff 1px solid;}

.banner_zp{position: relative;margin-top: 90px;}
.banner_zp .login {
    top: 50%;
    left: 30px;
    margin-top: -140px;
    padding: 20px;
    width: 310px;
    height: 280px;
    position: absolute;
    background: rgba(255, 255, 255, 0.6);
}
.banner_zp .login-title-wumart {
    margin-bottom: 10px;
    color: #333;
    font-weight: bold;
    font-size: 16px;
}
.banner_zp .form-item-wumart {
    margin-bottom: 20px;
    height: 30px;
}
.banner_zp .form-item-wumart input[type="text"] {
  width: 95%;
  border: 1px solid #dedede;
  background: #fff;
  color: #adadad;
}

.banner_zp .verification-code input[type="text"] {
  float: left;
  margin-right: 10px;
  width: 45%;
}
.banner_zp .verification-code-img {
  float: left;
  height: 100%;
  margin-right: 10px;
}
.banner_zp .login-vcode-replace-wumart {
  float: left;
  cursor: pointer;
  line-height: 30px;
  font-size: 12px;
}
.banner_zp .verification-code-img img {
  width: 100%;
  height: 100%;
}
.banner_zp .button-login {
  width: 100%;
  height: 100%;
  background: #3c84c4;
  color: #fff;
  text-align: center;
}
.banner_zp .assist-info {
  color: #333;
  font-size: 12px;
}
.banner_zp .errorWm {
  font-size: 14px;
  color: #ee7800;
  margin-top: 5px;
}
.banner_zp .imgCodeError {
  position: relative;
}
.banner_zp .imgCodeError .errorWm {
  margin-top: -20px;
  position: absolute;
}
.banner_zp .form-item-wumart input {
  width: 100%;
  border: 1px solid #dedede;
  background: #fff;
  color: #adadad;
  height: 28px;
  padding-left: 10px;
}
.banner_zp .zp_banner_img{width: 100%;}

.ny_zhaobiao{margin-top: 50px;}
.ny_zb_l{width: 100%;}
.ny_zb_sx {width: 100%;text-align: center;}
.ny_zb_sx li a.all,.ny_zb_sx li a:nth-child(1){display: none;}
.ny_zb_sx li a{background: #eee;display: inline-block;line-height: 50px;font-size: 20px;color: #333;margin: 0 -2px;}
.ny_zb_sx li a:hover,.ny_zb_sx li a.on{background: #999;color: #fff;}
.ny_zb_sx li .ny_zb_sx_a1{width: 40%;}
.ny_zb_sx li .ny_zb_sx_a2{width: 20%;}
.ny_zb_ul{margin-top: 20px;margin-bottom: 20px;}
.ny_zb_ul li{width: 100%;border-bottom: 1px solid #eee;text-align: left;line-height: 50px;}
.ny_zb_ul li span{display: inline-block;width: 23%;font-size: 16px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.ny_zb_ul li:nth-child(1) span{font-size: 18px;}
.ny_zb_ul li span.sp_1{width: 50%;font-size: 18px;}
.ny_zb_r{width: 100%;}
.ny_zb_r .xz_sc{width: 100%;background: #4f82c1;}
.ny_zb_r .xz_sc a{
	display: inline-block;
    width: 100%;
    background: url(../image/shouce.png) no-repeat 50px center;
    color: #fff;
    font-size: 18px;
    padding-left: 123px;
    line-height: 95px;
}
.yjfk{width: 100%;background: #dab25b;margin-top: 10px;}
.yjfk a{
	display: inline-block;
	width: 100%;
	background: url(../image/youxiang.png) no-repeat 55px center;
	color: #fff;
	font-size: 18px;
	line-height: 27px;
	padding: 15px 0 15px 123px;
}
.zb_gg{width: 100%;border: 1px solid #eaeaea;margin: 10px 0 50px;padding: 0 15px;}
.zb_gg h3{font-size: 25px;color: #333;}
.zb_gg p{font-size: 14px;color: #666;line-height: 30px;line-height: 25px;text-align: justify;}
.zb_gg p span{color: #e3101d;}




/*全国商业网点*/
.sywd{width: 100%;background: url(../image/banner-6.jpg) no-repeat center;padding-top: 30px;margin-top: 90px;text-align: center;padding-bottom: 60px;}
.sywd h2{font-size: 36px;color: #fff;margin: 0;line-height: 80px;}
.sywd span{display: block;background: #E3101D;margin:10px auto;width: 60px;height: 4px;}
.syed-menu .index-3-dt{margin: 0;}
.syed-menu .index-3-dt img{max-width: 100%;margin: 0 auto;width: auto;}
/*.syed-menu .index-3-dt .wangdian1{top: 15%;left: 66%;}*/
/*.syed-menu .index-3-dt .wangdian2{top: 25%;left: 65%;}*/
/*.syed-menu .index-3-dt .wangdian3{top: 31%;left: 63%;}*/
/*.syed-menu .index-3-dt .wangdian4{top: 26%;left: 57%;}*/
/*.syed-menu .index-3-dt .wangdian5{top: 36%;left: 57.3%;}*/
/*.syed-menu .index-3-dt .wangdian6{top: 41%;left: 56.5%;}*/
/*.syed-menu .index-3-dt .wangdian7{top: 47%;left: 59%;}*/
/*.syed-menu .index-3-dt .wangdian8{top: 55%;left: 61%;}*/
/*.syed-menu .index-3-dt .wangdian9{top: 53%;left: 55%;}*/
/*.syed-menu .index-3-dt .wangdian10{top: 50%;left: 47%;}*/
/*.syed-menu .index-3-dt .wangdian11{top: 62%;left: 45%;}*/
/*.syed-menu .index-3-dt .wangdian12{top: 64%;left: 49.8%;}*/
/*.syed-menu .index-3-dt .wangdian13{top: 61.5%;left: 53.8%;}*/
/*.syed-menu .index-3-dt .wangdian14{top: 71%;left: 57.3%;}*/
/*.syed-menu .index-3-dt .wangdian15{top: 66%;left: 61.5%;}*/
/*.syed-menu .index-3-dt .wangdian16{top: 82%;left: 50.7%;}*/
.outBox {width: 100%;color: #1f2024;}
.outBox .hd { position: relative;}
.outBox .hd h2{float: left;font-size: 18px;width:5%;margin-top: 7px;}
.outBox .hd ul {float: left;text-align: left;width:95%;}
.outBox .hd ul li{display: inline-block;margin-left: 15px; margin-bottom: 30px;cursor: pointer;font-size: 14px;padding: 5px 10px;}
.outBox .hd ul li.on,.outBox .hd ul li:hover{background: #E3101D;border-radius: 5px;color: #fff;}
.outBox .hd ul li.on a{color: #fff;}
.outBox .hd ul li:hover a{color: #fff;}
.inBox {padding: 15px 0;}
.inBox .inHd {border-bottom: 1px solid #dadada;}
.inBox .inHd ul {
    overflow: hidden;
    zoom: 1;
	float: left;
	margin: 0;
}
.inBox .inHd ul li {
    height: 55px;
    width: 90px;
    text-align: center;
    float: left;
    cursor: pointer;
	font-size: 16px;
	margin-right: 15px;
	line-height: 45px;
}
.inBox .inHd ul li.on {
    border-bottom: 2px solid #E3101D;
    color: #E3101D;
}
.inHd-ss{float: right;width: 270px;height: 40px;background: #f2f2f2;}
.inHd-ss input{width: 90%;float: left;height: 100%;text-indent: 1em;border: none;background: none;}
.inHd-ss button{width: 10%;float: right;background: url(../image/index_21.png) no-repeat center;height: 100%;border: none; }
.inBox .inBd ul {zoom: 1;overflow: hidden;}
.inBox .inBd li {overflow: hidden;zoom: 1;}
.inBox .inBd li .inBd-div{width: 50%; display: inline-block;border-bottom: 1px solid #eee;padding: 30px 0;}
.inBox .inBd li .inBd-div h3{background: url(../image/index_29.png) no-repeat left;font-size: 24px;padding-left: 32px;margin-bottom: 20px;}
.inBox .inBd li .inBd-div p{font-size: 14px;padding-left: 32px;}

/*人才招聘*/
#jop .sideMenu{width: 100%;color: #1f2024;margin: 80px 0 50px;}
#jop .sideMenu h3{width: 100%;padding: 45px 50px 30px;margin-bottom: 0;background: #F2F2F2;}
#jop .sideMenu h3 strong{font-size: 18px;background: url(../image/index_27.png) no-repeat left;float: left;width: 100%;padding-left: 20px;}
#jop .sideMenu h3 em {
    float: right;
    display: block;
    width: 84px;
    height: 13px;
    background: url(../image/index_28.png) 0px -33px no-repeat;
    cursor: pointer;
	margin-right: 23px;
	margin-top: 30px;
}
#jop .sideMenu h3 p{width: 90%;font-size: 14px;float: left;margin-top: 30px;padding-left: 10px;}
#jop .sideMenu h3 p span{display: inline-block;width: 24%;}
#jop .sideMenu ul{width: 100%;width: 100%;padding: 0px 70px 60px;box-shadow: 0px 11px 15px rgba(0,0,0,0.15);margin-top: -9px;display: none;}
#jop .sideMenu ul li{border-top: 1px solid #e6e6e6;padding-top: 30px;}
#jop .sideMenu ul li a{display: block;background: url(../image/index_26.png) no-repeat left;font-size: 18px;font-weight: bold;color: #005bac;
padding-left: 31px;margin-top: 50px;}
#jop .sideMenu h3.no{box-shadow: 0 -11px 15px rgba(0,0,0,0.15);background: #fff;}
#jop .sideMenu h3.no em{background-position: 0px -5px;}
#jop .sideMenu h3:nth-of-type(even){background: #fff;}

.jop-img{text-align: center;margin: 50px auto;}
.jop-img img{max-width: 100%;}

/*联系我们*/
.lxwm-bj{width: 100%;background: url(../image/index_21.jpg) no-repeat right;padding: 130px 0 120px;}
.lxwm-1{width: 100%;color: #1f2024;}
.lxwm-1 h2{font-size: 36px;}
.lxwm-1 span{display: block;width: 30px;height: 2px;background: #e3101d;margin: 20px 0 30px;}
.lxwm-ul li{font-size: 16px;line-height: 40px; padding-left: 33px;}
.lxwm-ul li:nth-child(1){background: url(../image/index_30.png) no-repeat left;}
.lxwm-ul li:nth-child(2){background: url(../image/index_31.png) no-repeat left;}
.lxwm-ul li:nth-child(3){background: url(../image/index_32.png) no-repeat 0px 13px;}
.lxwm-ul li a{display: inline-block;color: #e3101d;margin-left: 10px; text-decoration: underline;}
.lxwm-api{width: 100%;height: 600px;}
.lxwm-api a{display: block;width: 100%;height: 100%;}

/*购卡意向单*/
.gkyxd{width: 100%;border-top: 1px solid #e1e1e1;margin-top: 90px;}
.gkyxd-m{width: 580px;margin: 0 auto;text-align: center;}
.gkyxd-m h2{font-size: 30px;text-align: center;margin-top: 50px;}
.gkyxd-m .form-horizontal{margin-top: 50px;}
.gkyxd-m .table-bordered th{text-align: center;border: 1px solid #e1e1e1;}
.gkyxd-m .form-horizontal input{border: none;width: 100%;background: none;}
.gkyxd-m .table-bordered{border-collapse: collapse;table-layout: fixed;margin-bottom: 0;}
.gkyxd-m .table-bordered td{width: 120px;border: 1px solid #e1e1e1;}
.gkyxd-m .gkyxd-kp{background: rgba(51,122,183, 0.1);}
.gkyxd-m .gkyxd-tj{
	width: 100%;
    margin-top: 15px;
    line-height: 40px;
    font-size: 16px;
    border: 1px solid rgba(51,122,183, 0.2);
    background: rgba(51,122,183, 0.1);
    color: #000;
}
.gkyxd-m .gkyxd-tj:hover{background: rgba(51,122,183, 1);color: #fff;}
.gkyxd-text{width: 100%;text-align: left;padding:2px 15px;background: rgba(51,122,183, 0.1);border: 1px solid rgba(51,122,183, 0.2);margin: 20px 0 80px;}
.gkyxd-text p{font-size: 14px;color: #000;line-height: 25px;text-align: justify;margin: 10px 0;}

.indexfuwu .col-sm-3:nth-child(1){padding-left:5px;padding-right:5px;}
	.indexfuwu .col-sm-3:nth-child(2),.indexfuwu .col-sm-3:nth-child(3){padding-left:5px;padding-right:5px;}
	.indexfuwu .col-sm-3:nth-child(4){padding-left:5px;padding-right:5px;}
.mySwiper2{position:relative; overflow:hidden;margin-top: 50px;}
.picScroll-ryzz .hd a{position:absolute; width: 60px; height: 60px;top: 40%; z-index: 100; cursor:pointer;}
.picScroll-ryzz .hd .prev{ background: url(../images/leftpic.png) no-repeat center center; background-size: 100% 100%;left: 20px;  }
.picScroll-ryzz .hd .next{ background: url(../images/rightpic.png) no-repeat center center; background-size: 100% 100%; right: 20px;}



.wap-in-hy{display: none;width: 100%;}
.wap-in-hy ul{width: 100%;}
.wap-in-hy ul li{width: 100%;padding: 30px 20px;overflow: hidden;color: #fff;}
.wap-in-hy ul li:nth-child(4){background-size: 155% auto !important;background-position-x: 0 !important;}
.wap-in-hy ul li h3{font-size: 22px;font-weight: bold;color: #fff;margin-bottom: 20px;}
.wap-in-hy ul li p{font-size: 16px;line-height: 24px;color: #fff;margin-bottom: 10px;}
.wap-in-hy ul li .fabtn{display: inline-block;background: url(../image/index_02.png) no-repeat left 9px;color: #fff; padding: 5px 25px; margin-right: 20px;font-size: 14px;}

.indexyw-ul{width: 100%;}
.indexyw-ul li{background: #FFFFFF;border: 1px solid #E7EFFD;transition: all 0.5s;}
.indexyw-ul li:hover{z-index: 9;box-shadow: 0px 1px 30px 0px rgba(0,0,0,0.25);}
.indexyw-ul li .indexyw-uldiv{width: 100%;padding: 30px;}
.indexyw-ul li .indexyw-uldiv h3{font-size: 24px;font-weight: 500;color: #333333;line-height: 26px;text-align: center;}
.indexyw-ul li .indexyw-uldiv span{display: block;margin: 20px auto;text-align: center;}
.indexyw-ul li .indexyw-uldiv span img{width: 50px;}
.indexyw-ul li .indexyw-uldiv ul li{width: 50%;float: left;line-height: 40px;border: none;}
.indexyw-ul li .indexyw-uldiv a.btn{width: 100%;border-radius: 30px;border: 2px solid #125AD3;text-align: center;color: #125AD3;font-size: 20px;
height: 50px;line-height: 47px;padding: 0;margin-top: 20px;}
.indexyw-ul li:hover .indexyw-uldiv a.btn{color: #fff;background: #125AD3;} 
.indexyw-ul li .indexyw-uldiv ul li a:hover{color: #125AD3;}
.indexyw-ul li:hover .indexyw-uldiv ul li{box-shadow: none;}


.cplist-c .top-nav{background: rgba(255,255,255,1);box-shadow: 0 0 10px rgb(0 0 0 / 20%); position: fixed; top: 0;}
.cplist-c .logo {
    background-position: 0px -82px !important;
}
.cplist-c .nav h3 a{color: #666;}
.cplist-c .nav .active > h3 a,.cplist-c .nav .m:hover > h3 a {
    color: #125AD3 !important;
}
.cplist-c .nav .active:after,.cplist-c .nav .m:hover:after {
    background: #125AD3;
}
.nycp-top{margin-top: 120px;font-size: 18px;color: #000;}
.nycp-nav{width: 100%;background: #f8f8f8;margin-top: 30px;}
.nycp-nav ul{text-align: left;border-bottom: 1px solid #efefef;padding: 0 15px;}
.nycp-nav ul li{font-size: 16px;font-weight: 600;display: inline-block;margin: 0 19px;line-height: 45px;}
.nycp-nav ul li.on a,.nycp-nav ul li:hover a{color: #125AD3}
.nycp-nav ul:nth-child(2){border-bottom: none;}
.nycp-nav ul:nth-child(2) li{font-weight: 400;}
.nycp-nr{margin-bottom: 80px;}

.ny-lxwm .snBrand {
    position: relative;
    width: 100%;    
    overflow: hidden;
	margin-top: 50px;
}
.ny-lxwm .snBrand ol {
    float: left;
    width: 30%;    
}
.ny-lxwm .snBrand ol li{width: 100%;background: #f6f9fe;padding: 23px 20px;margin-top: 20px;cursor: pointer;}
.ny-lxwm .snBrand ol li h3{font-size: 22px;color: #000;}
.ny-lxwm .snBrand ol li span{display: block;height: 1px;width: 85px;background: #000;margin: 13px 0;}
.ny-lxwm .snBrand ol li p{opacity: 0.7;color: #000;font-size: 14px;line-height: 22px;}
.ny-lxwm .snBrand ol li:hover,.ny-lxwm .snBrand ol li.on{background: #2d7cff;box-shadow: 0 0 15px rgba(45,124,255,0.5);}
.ny-lxwm .snBrand ol li:hover h3,.ny-lxwm .snBrand ol li.on h3{color: #fff;}
.ny-lxwm .snBrand ol li:hover p,.ny-lxwm .snBrand ol li.on p{color: #fff;}
.ny-lxwm .snBrand ol li:hover span,.ny-lxwm .snBrand ol li.on span{background: #fff;}
.ny-lxwm .snBrand ul {
    float: right;
    width: 67%;    
    overflow: hidden;
	margin-top: 20px;
}
.ny-lxwm .snBrand ul li img{width: 100%;}

/*5g上网*/
.con1440{width: 1440px;margin: 0 auto;}
.banner-5g{width: 100%;height:570px;}
.banner-top{display: flex;justify-content: space-between;width: 90%;margin:0px auto;padding-top:35px;}
.banner-tel{width: 300px;height: 45px;border-radius: 30px;background: #1c5cc6;padding: 0 10px;line-height: 45px;font-size:18px;color:#fff;}
.banner-tel-p{width: 100%;text-align:center;background: url(../images/5g_01.png) no-repeat 22px center; padding-left: 27px;}
.title-5g{text-align: center;padding: 60px 0;}
.title-5g h2{font-size: 30px;font-weight: bold;color: #1c5cc6;margin:0;}
.title-5g span{display: block;width: 34px;height: 5px;background:#1c5cc6;margin:15px auto;}
.title-5g p{font-size: 16px;color: #666;}
.tongdian-m{display: flex;justify-content: space-between;}
.tongdian{width: 32%;box-shadow: 0 0 30px rgba(0,0,0,0.05);margin-bottom:30px;}
.tongdian .tongdian-bt{background: linear-gradient(to bottom, #1c5cc6, #2e68c8);width:100%;height:70px;padding:0 25px;}
.tongdian .tongdian-bt h3{font-size:24px;color:#fff;font-weight:bold;line-height: 70px;margin: 0;padding-left: 20px;
background: url(../images/5g_03.png) no-repeat left center;}
.tongdian-ul{width: 100%;padding:35px 25px 15px;margin: 0;}
.tongdian-ul li{}
.tongdian-ul li p{background: url(../images/5g_04.png) no-repeat left 10px;font-size:16px;color:#333;line-height: 25px; margin-bottom: 15px;
padding-left: 20px;}
.tongdian-img{width: 100%;margin:30px auto;}
.tongdian-img img{width: 100%;}
.smaz-m .tongdian{width: 48%;}
.ys-5g{width: 100%;background: #f2f4f9;padding-bottom:60px;}
.ys-nr{width: 100%;background: url(../images/5g_07.jpg) no-repeat center;height:540px;display: flex;justify-content: space-between;}
.ys-nr .ys-nr-l{width: 50%;padding: 50px;}
.ys-nr .ys-nr-r{width: 48%;padding: 50px;}
.ys-nr h3{font-size: 30px;font-weight: bold;color:#000;line-height: 40px;padding-left: 40px;}
.ys-nr span{display: block;width: 75px;height: 10px;background:#000;margin: 30px 0 30px 40px;}
.ys-nr p{font-size: 18px;color: #000;line-height: 30px;margin-bottom: 30px;background: url(../images/5g_20.png) no-repeat left 8px;padding-left: 40px;
padding-bottom: 7px;height: 67px;}
.ys-nr .ys-nr-r h3{color: #fff;padding-left: 60px;}
.ys-nr .ys-nr-r span{background: #fff;margin: 30px 0 30px 60px;}
.ys-nr .ys-nr-r p{color: #fff;background: url(../images/5g_21.png) no-repeat left 0px;padding-left: 60px;}

.jfhs{margin-bottom: 80px;}
.jfhs #certify {position: relative;	width: 100%;margin: 0 auto;background:url(../images/5g_22.png) no-repeat top center;height:455px;padding-top:57px;}
.jfhs #certify .swiper-container {padding-bottom: 60px;height:auto;}
.jfhs #certify .swiper-slide {width:607px;}
.jfhs #certify .swiper-slide figure{border:4px solid #fff;overflow:hidden;background: #fff;box-shadow: 0 0px 30px rgba(28,92,198,0.3);border-radius:10px;
width: 100%;}
.jfhs #certify .swiper-slide img{display:block;width:100%;transition:all 0.5s;}
.jfhs #certify .swiper-slide:hover img{transform:scale(1.05);}
.jfhs #certify .swiper-slide p{font-size: 18px;font-weight: bold;text-align:center;line-height: 55px;display:none;}
.jfhs #certify .swiper-slide-active p{display: block;}
.jfhs #certify .swiper-pagination {display: none;}
.jfhs #certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}
.jfhs #certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}
.jfhs #certify .swiper-button-prev {
	left: -70px;
    width: 40px;
    height: 40px;
    background: url(../images/5g_09.png) no-repeat;
    background-position: -3px -1px;
    border-radius: 50%;
}
.jfhs #certify .swiper-button-prev:hover {background-position: -3px -56px;}
.jfhs #certify .swiper-button-next {
	right: -70px;
	width: 40px;
    height: 40px;
	background: url(../images/5g_09.png) no-repeat;
	background-position: -83px -1px;
	border-radius: 50%;
}
.jfhs #certify .swiper-button-next:hover {background-position: -83px -56px;}

.sycj-ul{width: 100%;background: url(../images/5g_23.jpg) no-repeat center;display: flex;justify-content: center;flex-wrap: wrap;align-items: flex-end;
background-size: 100% 100%;padding: 50px 0 100px;}
.sycj-ul li{width: 21%;padding: 25px;text-align: center;background: #fff;margin:20px 20px 60px;border-radius: 20px;
box-shadow: 0px 8px 13px rgba(10,50,167,0.9);height: 290px;position:relative;}
.sycj-ul li figure{width:100%;overflow:hidden;}
.sycj-ul li figure img{width:100%;transition:all 0.5s;}
.sycj-ul li:hover img{transform:scale(1.05);}
.sycj-ul li p{font-size: 20px;color: #1c5cc6;font-weight: bold;line-height: 69px;}
.sycj-ul li:nth-child(2),.sycj-ul li:nth-child(5){width:26%;}
.sycj-ul li:nth-child(2){height:362px;}
.sycj-ul li:nth-child(2) p{font-size:24px;line-height: 80px;}
.sycj-ul li:nth-child(4),.sycj-ul li:nth-child(5),.sycj-ul li:nth-child(6){height:350px;}
.sycj-ul li:nth-child(4) p,.sycj-ul li:nth-child(5) p,.sycj-ul li:nth-child(6) p{font-size:24px;line-height: 75px;}
.sycj-ul li:nth-child(4)::before,.sycj-ul li:nth-child(5)::before,.sycj-ul li:nth-child(6)::before{content:"";position: absolute;width:100%;height:100%;
background:url(../images/5g_30.png) no-repeat top center;background-size:100% auto;left: 0;top: -25px;}
.sycj-ul li:nth-child(4)::after,.sycj-ul li:nth-child(5)::after,.sycj-ul li:nth-child(6)::after{content:"";position: absolute;width:100%;height:100%;
background:url(../images/5g_30.png) no-repeat top center;background-size:100% auto;left: 0;bottom: -110%;}
.hzhb-5g{width: 100%;margin: 80px auto;background: #f2f4f9;padding:80px 0;}
.foot-5g{width: 100%;background: #1c5cc6;padding:80px 0;}
.foot-5g-nr{display: flex;justify-content: space-between;}
.foot-5g-nr li{width: 30%;display: flex;justify-content: space-between;}
.foot-5g-nr li span{display: inline-block;width: 51px;height: 60px;background: url(../images/5g_19.png) no-repeat;}
.foot-5g-nr li .foot-5g-ico1{background-position: 0 0;}
.foot-5g-nr li .foot-5g-ico2{background-position: -92px 0;}
.foot-5g-nr li .foot-5g-ico3{background-position: -190px 0;}
.foot-5g-p{width: 85%;color: #fff;}
.foot-5g-p h3{font-size: 24px;line-height: 28px;margin: 0 0 3px;}
.foot-5g-p p{font-size: 16px;}
.bq-5g{width: 100%;background: #000000;color: #fff;}
.bq-5g-nr{display: flex;justify-content: space-between;padding:19px 0;font-size:14px;}
.bq-5g-nr a{color: #fff;}
.sq-bj{width:100%;position:fixed;top:0;left:0;background:rgba(0,0,0,0.6);height:100%;display:none;}
.sq-bj-c{margin:5% auto 0;width: 520px;position:relative;}
.sq-bj-gb{position: absolute;width:30px;height:30px;border-radius:50%;text-align:center;line-height:30px;border: 1px solid #fff;top: 19px;right: 10px;
color:#fff;cursor: pointer;transition:all 0.5s}
.sq-bj-gb:hover{background:#fff;color:#1c5cc6;}
.sq-bj-nr{width: 100%;background: #fff;margin: 0 auto;}
.sq-bj-nr h3{font-size: 24px;font-weight: bold;text-align: center;background: #1c5cc6;line-height: 70px;color: #fff;}
.sq-bj-nr form{width: 100%;padding: 25px 50px 50px;}
.sq-bj-nr form label{font-size:16px;color:#000;font-weight:400;width: 100%; display: block;margin-bottom:10px;}
.sq-bj-nr form label span{color: red;}
.sq-bj-nr form .checkbox{display: inline-block;margin-right: 25px;}
.sq-bj-nr form .form-control{background:#f5f5f5;border:none;border-radius:0px;height:45px;box-shadow:none;}
.sq-bj-nr form .btn-default{color:#fff;background:#1c5cc6;border:none;border-radius:0px;width:100%;height:45px;font-size:16px;}
.sq-bj-nr form .form-group{margin-bottom:10px;}

/*banner-内页*/
.channel-banner{width: 100%;height: 580px;display: flex;justify-content: center;align-items: center;background-position: center;}
.channel-banner .banner-info{width: 100%;}
.channel-banner .banner-info .text-white{font-size: 48px;color: #fff;font-weight: bold;}
.channel-banner .banner-info .line{margin-top: 20px;}
.channel-banner .banner-info .nav-bread{color: #fff;font-size: 16px;}
.channel-banner .banner-info .nav-bread a{color: #fff;}

/*产品列表*/
.ny-cplist{width: 100%;}
.ny-cplist-ul{margin-top: 80px;}
.ny-cplist-ul li{}
.ny-cplist-ul li a{display: block;width: 100%;border-radius: 20px;background: #f5f5f5;padding: 20px;margin-bottom: 40px;}
.ny-cplist-ul li a figure{width: 100%;height: 17vw;border-radius: 20px;overflow: hidden;background: #fff;display: flex;padding: 20px;
justify-content: center;align-items: center;}
.ny-cplist-ul li a figure img{width: 100%;}
.ny-cplist-ul li a:hover figure img{transform:scale(1.05);}
.ny-cplist-ul li a p{font-size: 18px;margin: 0;padding-top: 20px;}
.ny-cplist-ul li a:hover p{color:#fff;}
.ny-cplist-ul li a:hover{background:#125AD3;}
.ny-cplist .text-center{margin: 80px 0;}
.ny-cplist .pagination>li>a,.ny-cplist .pagination>li>span{color:#125AD3;}
.ny-cplist .pagination>.active>a,.ny-cplist .pagination>.active>a:focus,
.ny-cplist .pagination>.active>a:hover,.ny-cplist .pagination>.active>span,
.ny-cplist .pagination>.active>span:focus, .pagination>.active>span:hover{color:#fff;background:#125AD3;}
.ny-cpxq-tj{margin-top:80px;margin-bottom:80px;}
.pagination>li:nth-child(1) a,.pagination>li:last-child a{background: url(../images/page-left.png) no-repeat center;padding: 6px 0;
background-size: 9px;-webkit-text-fill-color: transparent;}
.pagination>li:last-child a{background: url(../images/page-right.png) no-repeat center;background-size: 9px;}

/*产品详情*/
.cpxq-r1{display: flex;justify-content: space-between;align-items: flex-start;margin-top: 80px;}
.cpxq-img-l{width: 40%;}
.cpxq-img-l .mySwiper3{width: 100%;border: 1px solid #eee;position:relative;overflow:hidden;height: 20vw;}
.cpxq-img-l .mySwiper3 .swiper-slide{display: flex;justify-content: center;align-items: center;width: 100%;height:100%;}
.cpxq-img-l .mySwiper3 .swiper-slide img{width: 100%;}
.cpxq-img-l .mySwiper{width:100%;box-sizing: border-box;margin-top:20px;height:5vw;overflow:hidden;}
.cpxq-img-l .mySwiper .swiper-slide{overflow:hidden;border: 1px solid #eee;display: flex;justify-content: space-between;align-items: center;}
.cpxq-img-l .mySwiper .swiper-slide img{width: 100%;cursor:pointer;}
.cpxq-r1-r{width:55%;}
.cpxq-r1-r h1{font-size: 30px;margin: 30px 0;}
.cpxq-r1-p{width: 100%;background: #f5f5f5;border-radius: 20px;padding: 15px 30px;line-height: 30px;font-size: 16px;}
.cpxq-r1-a a{display:block;width:160px;height:50px;line-height:50px;background:#125AD3;color:#fff;border-radius:30px;text-align: center;
font-size: 16px;margin-top: 50px;border:1px solid #125AD3;transition:all 0.5s;}
.cpxq-r1-a a:hover{background:#fff;color: #125AD3;}
.ny-cpxq-nr .notice{width: 100%;position: relative;margin-top:80px;margin-bottom: 80px;}
.ny-cpxq-nr .notice .tab-hd .tab-nav{display: flex;justify-content: left;}
.ny-cpxq-nr .notice .tab-hd .tab-nav li{display: inline-block;padding: 20px 25px;font-weight: 700;border: solid transparent;font-size:16px;
position: relative;z-index:9;cursor:pointer;}
.ny-cpxq-nr .notice .tab-hd .tab-nav li.on{border-width: 1px;border-color: #d5d8dc;border-bottom: 1px solid #fff;background: #fff;}
.ny-cpxq-nr .notice .tab-bd{border: 1px #d5d8dc solid;padding:20px;margin-top:-1px;}
.ny-cpxq-nr .notice .tab-bd .tab-pal table{width:100% !important;}
.ny-cpxq-bt h2{font-size:40px;text-align:center;margin-bottom: 50px;}
.ny-cpxq-ly{}
.ny-cpxq-ly .form-control{height: 50px;font-size: 16px;}
.ny-cpxq-ly textarea.form-control{height: 100px;margin-bottom:30px;}
.ny-cpxq-ly .btn{margin: 30px auto;background: #125AD3;font-size: 16px;width: 170px;height: 50px;color:#fff;display: block;
border: 1px solid #125AD3;transition:all 0.5s;}
.ny-cpxq-ly .btn:hover{background:#fff;color: #125AD3;}
.tab-xz{width: 100%;padding: 0 30px;}
.tab-xz a{display: flex;justify-content: space-between;align-items: center;margin: 20px 0;}
.tab-xz a h3{font-size:16px;background:url(../images/wenjian_o.png) no-repeat center left;padding-left:33px;background-size:20px auto;}
.tab-xz a span{display: block;width: 30px;}
.tab-xz a span img{width: 100%;}
.tab-xz a:hover h3{color:#125ad3;}

.syabout-r .syabout-r-p-ru p{font-size: 14px;text-align: left;}
.syfwtx .snBrand ul li .yfw-div-l-ru h3{font-size:20px;line-height: 40px;padding-bottom:20px;}

.ny-lxwm-ul{display: flex;justify-content: space-between; align-items: flex-start;margin:80px auto;}
.ny-lxwm-ul li{width: 31%;background: #fff;border-top: 2px solid #125AD3;box-shadow: 0 0 15px rgba(0,0,0,0.1);padding:30px;}
.ny-lxwm-ul li h3{font-size:24px;font-weight: bold;margin: 0 0 20px;}
.ny-lxwm-ul li p{font-size: 14px;color: #666;line-height: 23px;height: 50px;}
.ny-lxwm-ul li a{display: block;line-height: 25px;color: #666;}
.ny-lxwm-ul li a:hover{color:#125AD3}

@media screen and (min-width: 1200px){
	.container { width: 79%;}
	.row5{ width:20%; }
}

@media screen and (max-width:1800px){
	.syabout-ul li { margin-right: 9%;}
	.wm-bj,.syfw-bj,.syabout{background-size: 100% 100%;}
	.slideGroup .parBd ul li{margin-right: 34px;}
	.fullSlide,.fullSlide .bd ul,.fullSlide .bd li{height: 810px;}

}

@media screen and (max-width:1700px){
	.fullSlide,.fullSlide .bd ul,.fullSlide .bd li{height: 765px;}
	
	.x-indexabout-r ul{width: 60%;}
	.syfwtx .snBrand ol li{width: 73%;}

}

@media screen and (max-width:1660px){
	.syabout-ul li { margin-right: 7%;}
	.www360buy .hd li{width: 130px;}
	.slideGroup .parBd ul li {
	    margin-right: 30px;
	    width: 33%;
	}
	.fullSlide,.fullSlide .bd ul,.fullSlide .bd li{height: 725px;}
	
	.indexfwtx .row5 strong{font-size: 20px;}
	.indexfwtx .row5 > .box{padding-top: 30px;}
	.indexfwtx .row5 p{line-height: 22px;}
	
	/*内页*/
	.zypp-menu .zypp-menu-text{margin-top: 75px;}
	/*.indexjjfa .box strong{padding-top:0}*/
	.indexjjfa .col-sm-6 strong{ margin-top:50px;}
	.x-ywfw .swiper-slide ul li a{ font-size:13px;}
	
	.jfhs #certify .swiper-slide{width:590px;}
	.jfhs #certify .swiper-button-prev {left: -24px;}
	.jfhs #certify .swiper-button-next {right: -24px;}
}

@media screen and (max-width:1560px){
	.syfwtx .snBrand ol li {
	    width: 90%;
	}
	.syfwtx .snBrand ol li.on{width: 100%;}
	.indexjjfa .box:nth-child(2) .indexjjfa-c, .indexjjfa .box:nth-child(3) .indexjjfa-c, .indexjjfa .box:nth-child(3) .indexjjfa-c {
	    padding-left: 0;
	    margin-left: 120px;
	}
	.indexjjfa .col-sm-2:nth-child(4) .indexjjfa-c {
	    padding-left: 0;
	    margin-left: 135px;
	}
	.indexjjfa .box:nth-child(5) .indexjjfa-c {
	    padding-left: 0;
	    padding-right: 0;
	    padding-top: 0px;
	    margin-left: 71px;
	}
	
	.indexjjfa .box strong{margin-top:50px;font-size: 24px;}
	.syabout-ul li {margin-right: 6%;}
	.slideGroup .parBd ul li {
	    width: 32%;
	}
	.fullSlide,.fullSlide .bd ul,.fullSlide .bd li{height: 720px;}
	.www360buy .lh .lh-li{background-size: 100% auto;width: 260px;}
	.www360buy .lh .lh-li img{width: 100%; height: auto !important;}
	.www360buy .lh #lh-li-3{background-size: 100% auto;width: 260px;margin-right: 35px;}
	
	.x-indexabout-l{padding: 80px 50px 80px 7%;}
	.x-ywfw .swiper-slide ul li a{font-size: 12px;}
	
	.foot-1r{width: 34%;}
}

@media screen and (max-width:1500px){
	.syabout-ul li { margin-right: 4%;}
	.www360buy .hd li{margin-right: 10px;}
	.index-3-dt{margin: 120px auto 50px;}
	.syabout-r .syabout-r-img{right: 74px;}
	.fullSlide,.fullSlide .bd ul,.fullSlide .bd li{height: 690px;}
	/*.footer-nav li{margin-right: 6%;}*/
	
	.x-indexabout-r ul {margin-right: 7%;width: 70%;}
	.indexjjfa .box a.fabtn{font-size: 14px;margin-right: 10px;}
	.indexjjfa .box.col-sm-6 a.more{font-size: 16px;background-size: 19px auto;background-position: 94px 15px;width: 138px;}
	.x-ywfw-title p{padding-right: 0;}
	.x-indexabout-title-top{margin-top: 14px;padding-bottom: 13px;margin-bottom: 20px;}
	.x-indexabout-r .x-indexabout-box{padding-left: 30px;}
	.x-indexabout-title strong{font-size: 34px;}
	.x-indexabout-title span{font-size: 20px;}
	.x-indexabout-p{margin: 20px 0;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 6;
	    overflow: hidden;
	}
	.x-indexabout a.btn{margin-bottom: 56px;}
	
	/*内页*/
	.zypp-menu .zypp-menu-text{margin-top: 50px;}	
	
	.banner-5g{background-size: auto 100% !important;height: 440px;}
	.jfhs #certify .swiper-slide{width:560px;}
	.jfhs #certify .swiper-button-prev {left: 25px;}
	.jfhs #certify .swiper-button-next {right: 25px;}
}
@media screen and (max-width:1440px){
    
	.ny-container{width: 90%;}
	.fullSlide,.fullSlide .bd ul,.fullSlide .bd li{height: 650px;}
	.www360buy .hd li {
	    width: 120px;
	}
	.www360buy .lh .lh-li,.www360buy .lh #lh-li-3 {
	    width: 230px;
	}
	
	.con1440{width:88%;margin:0 auto;}
	.jfhs #certify .swiper-button-prev {left: 0px;}
	.jfhs #certify .swiper-button-next {right: 0px;}

}

@media screen and (max-width:1400px){

	.syabout-ul li { margin-right: 3%;}
	.www360buy .hd li {width: 115px;}
	.footer-nav li h3 { font-size: 14px;}
	.syabout-r .syabout-r-img { right: 34px;}
	.fullSlide,.fullSlide .bd ul,.fullSlide .bd li{height: 630px;}
	
	.x-ywfw .swiper-slide ul li{width: 48%;margin-right: 5px;}
	.x-ywfw-title p{padding-right: 0px;}
	.indexjjfa .box strong{font-size: 22px;}
	
	.foot-1r {
	    width: 37%;
	}
	.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 20px;}
	.indexfwtx .row5 > .box{padding: 30px 15px 20px;}
	.indexfwtxtitle{background-size: 100% auto;}
	.x-ywfw-title strong{font-size: 20px;}
	.x-ywfw-title h2{font-size: 44px;}
	.x-ywfw-title p{font-size: 16px;}
	.indexyw-ul li .indexyw-uldiv a.btn{border: 1px solid #125AD3;}
	.indexyw-ul li .indexyw-uldiv ul li{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.x-ywfw{background-size: 68% auto;}
	.x-indexabout a.btn {margin-bottom: 27px;}
	
	/*内页*/
	.csr-text .col-sm-6{width: 55%;}
	.csr-text-p h3{margin-top: 35px;}
	.csr-l{ margin-top: 180px;}
	.whul-2 .whul-2-div p{height: 230px;}
	.lxwm-bj{background-size: auto 100%;}
}

@media screen and (max-width:1350px){
    .container { width: 90%;}
	.indexjjfa .box{ zoom:0.9}
	.inBox .inBd li .inBd-div{ width: 100%; }
	.syabout-ul li { margin-right: 2%;}
	.fullSlide,.fullSlide .bd ul,.fullSlide .bd li{height: 600px;}
	.www360buy .lh .lh-li,.www360buy .lh #lh-li-3 {
	    width: 210px;
	}
	
	.x-ywfw .swiper-slide ul{height: 200px;}
	.x-ywfw .swiper-slide ul li {width: 100%;margin-right: 0;margin-top: 10px;}
	
	/*内页*/
	.news-tj .news-tj-text time{margin-top: 45px;}
	.djgh-ul .djgh-ul-div .djgh-text h3{margin-top: 10px;}
	.zypp-menu .zypp-menu-text h3 {margin: 20px 0 15px;font-size: 30px;}
	.zypp-menu .zypp-menu-text a, .zypp-menu ul li:nth-child(2n) .zypp-menu-text a:hover{margin-top: 20px;}
	.zypp-menu .zypp-menu-text {margin-top: 40px;}
	
	.jfhs #certify .swiper-slide{width:500px;}
	.sycj-ul li {width: 25%;margin: 20px 10px 60px;}
	.sycj-ul li:nth-child(2), .sycj-ul li:nth-child(5) {width: 33%;}
	.foot-5g-p {width: 82%;}

}

@media screen and (max-width:1300px){
	.syfwtx .snBrand ol li {
	    width: 100%;
	}
	
	.syabout-ul li { margin-right: 1%;}
	.syabout-ul li span{width: 145px;}
	.syabout-ul li:last-child{float: left;}
	.www360buy .hd li { width: 100px;}
	.fullSlide,.fullSlide .bd ul,.fullSlide .bd li{height: 580px;}
	.www360buy .lh .lh-li, .www360buy .lh #lh-li-3 {
	    width: 190px;
	}
	.x-indexabout-p{-webkit-line-clamp: 5;}
	
	/*内页*/
	#jop .sideMenu h3 p{width: 88%;}
	.outBox .hd h2{width: 8%;}
	.outBox .hd ul{width: 92%;}
	.outBox .hd ul li{margin-left: 9px;}

}

@media screen and (max-width:1200px){
	.indexfuwu{ padding-left:5px; padding-right:5px;}
	.indexproduct .t2{width:100%; top:50px;}
	.indexproduct .swiper-wrapper{ height: 860px; }
	.indexproduct .swiper-pagination-bullet:before{ width:50px;}
	.indexfwtx{width:100%; overflow:hidden;}
	.indexfwtxcontent{max-width:100%;overflow-x:auto;}
	.indexfwtxcontent > div{ min-width:1500px; padding: 0 0 0 20px;}
	.indexfwtxcontent > div .row5{width:20% !important;}
	.indexfwtx .row5 .box{ padding-bottom:350px;}
	.indexjjfa .box{ zoom:0.8}
	.indexjjfa .box strong{ margin-top:0;}
	.aboutyyzz .mcontainer-fluid{overflow-x: auto;}
	/*.aboutyyzz .container-fluid{ min-width: 1200px;}*/
	.aboutyyzz .row5{ width: 20%; }
	.indexabout strong{ padding-top: 50px; }
	.indexfwtx .row5 .box{ background-size: 100% auto; }
	.indexfwtx .row5 strong{ font-size: 18px;    background-size: auto 30%; }
	.indexhzbhlist li img{ max-width: 100%; }
	.footer-nav li{ margin-right: 0;  }
	/* #wap-banner{display: block;}
	#pc-banner{display: none;} */
	
	.syabout-ul{margin-top: 20px;}
	.syabout-ul li { margin-right: 3%;}
	.wm-bj, .syfw-bj, .syabout {background-size: auto 100%;}
	.wm-bj-ul2 li:nth-child(1) figure {padding-left: 0px;}
	.wm-bj-ul2 li:nth-child(2) figure {padding-right: 0px;}
	.wm-bj{height: 650px;}
	.wm-bj-ul1 {margin-top: 25px;}
	.wm-bj-ul2 {margin-top: 105px;}
	.wm-bj-ul3 {margin-top: 100px;}
	.wm-bj-ul1 li img{width: 50%;}
	.www360buy .hd li {width: 130px; margin-right: 20px;}
	.www360buy{margin-top: 0;}
	.footer-btn li{float: left;}
	.footer-r-text{text-align: left;}
	.footer-bq-r{float: left;margin-top: 0; text-align: left;padding-bottom: 20px; padding-top: 0;}
	.footer-bq-link li:last-child{ padding-left: 0; }
	.footer-bq-r::after{right: auto;left: 0;}
	.footer-bq-link li { margin-left: 0; margin-right: 25px;}
	.right-nav{width: 85px;height: 85px;line-height: 85px;}
	.right-nav-menu ul { margin-top: 20%;}
	.right-nav-menu-gb {width: 20px;}
	.www360buy .lh .lh-li, .www360buy .lh #lh-li-3 {
	    width: 265px;
	}
	.www360buy .lh #lh-li-3{margin-right: auto;float: left; margin-left: 16%;}
	.about-jj-r img{ max-width: 100%; }
	#qywh2{ background-size: 100% auto; height: auto !important; padding:80px 0; }
	
	.x-indexabout-l {padding: 60px 50px 60px 7%;}
	.x-ywfw-title strong{font-size: 30px;}
	.x-ywfw-title h2 {font-size: 26px;margin-top: 23px;}
	.x-ywfw .swiper-slide figure{background-size: 80% auto !important;height: 125px;margin: 30px auto 10px;}
	.x-ywfw .swiper-slide:hover figure.x-ywfw-img1 {background-position-y: -145px !important;}
	.x-ywfw{margin-top: 20px;}
	.x-ywfw .swiper-slide{padding: 50px 0;}
	.x-ywfw .swiper-slide:hover{padding: 70px 0;}
	
	/*内页*/
	.ny-banner,.zypp-banner{}
	.csr-l {margin-top: 0px;width: 100%; float: inherit;}
	.csr-r{width: 100%;background-size: 100% 100%;}
	.csr-text .col-sm-6 { width: 100%;}
	.about-jj-text { width: 95%;}
	.news-tj figure { width: 35%;}
	.news-tj .news-tj-text { width: 63%;}
	.news-tj .news-tj-text time {margin-top: 15px;}
	.news-tj .news-tj-text h3 {font-size: 18px; margin: 10px 0;}
	.news-tj .news-tj-text p{line-height: 25px;}
	.news-tj .news-tj-text .news-tj-more{margin-top: 20px;}
	.xwlb-ul .xwlb-ul-div .gsxw-text h3 {font-size: 18px;}
	.news-xq .news-xq-title h3 { font-size: 25px;}
	.djgh-ul .djgh-ul-div figure,.djgh-ul .djgh-ul-div .djgh-text { width: 100%;}
	.djgh-ul .djgh-ul-div .djgh-text h3 {margin-top: 25px;}
	.zypp-menu .zypp-menu-text,.zypp-menu ul li:nth-child(2n) .zypp-menu-text{padding: 15px;margin-top: 10px; margin-bottom: 20px;}
	.zbgg-ul li time{width: 100%;border: none;}
	#jop .sideMenu h3{padding: 25px 20px;}
	#jop .sideMenu h3 p {width: 100%;margin-bottom: 0;margin-top: 15px; padding-left: 20px;}
	#jop .sideMenu h3 p span{width: 48%;margin-bottom: 15px;}
	#jop .sideMenu h3 em{float: left;background-position: -47px -33px;margin-top: 0;width: 108px}
	#jop .sideMenu h3.no em {background-position: 20px -5px;}
	#jop .sideMenu ul{padding: 0px 38px 60px;}
	
	.gkyxd{margin-top: 60px;}
	.row50 .text{ padding: 30px; }
	.row50 .text p{ margin-top: 30px; }
	.mianbaoxie{ display: none; }

	.row50 .text strong{ font-size: 24px; }
	
	.contactlist{ position:relative;padding:80px 0 20px;}
	#contactbanner{display:none;}
	
	.ny-lxwm-ul li{padding:20px;}
	.ny-lxwm-ul li p{height: 71px;}
	
}

@media screen and (max-width:910px){
	.indexjjfa .box{ zoom:0.7}
	
	
	.news-tj figure { width: 100%;}
	.news-tj .news-tj-text { width: 100%; padding: 0 30px 25px;}
	.news-tj .news-tj-text h3{line-height: 30px;}
	.outBox .hd h2 {
	    width: 10%;
	}
	.outBox .hd ul {
	    width: 89%;
	}
	
	.x-indexabout-l {position: inherit; width: 100%; padding: 50px 7%;}
	.x-indexabout-r{width: 100%;margin-top: 0;}
	.x-indexabout-r ul{margin: 0 auto;width: 100%;}
	.channel-banner{height:350px;}
	.channel-banner .banner-info .text-white{font-size:30px;}
	.ny-cplist-ul li a{padding:5px;}
	.ny-cplist-ul li a p {font-size: 14px;padding: 10px 10px 3px;}
	.ny-cplist-ul li a figure {height: 35vw;padding: 5px;}
	.ny-cplist-ul li a figure img {width: auto;height: 100%;}
	.ny-cplist-ul {margin-top: 40px;}
	.cpxq-r1{flex-wrap: wrap;}
	.cpxq-img-l,.cpxq-r1-r{width: 100%;}
	.cpxq-img-l .mySwiper3{height: 50vw;}
	.cpxq-img-l .mySwiper{height: 12vw;}
	.ny-cpxq-nr .notice .tab-bd{overflow-x:auto;}
	.ny-cpxq-nr .notice .tab-bd .tab-pal:last-child,.ny-cpxq-nr .notice .tab-bd .tab-pal:nth-child(2){overflow-x: auto;width:910px;}
	.ny-cpxq-nr .notice .tab-bd .tab-pal img{max-width: 100%;height: auto !important;}
	.ny-cpxq-nr .notice{overflow-x: hidden;}
	.cpxq-r1-r h1{font-size: 20px;}
	.cpxq-r1-p {padding: 10px 15px;line-height: 25px;font-size: 14px;}
	.ny-cpxq-nr .notice .tab-hd .tab-nav li{padding: 15px 10px; font-weight: 400;font-size: 14px;}
	.ny-cpxq-nr .notice .tab-hd .tab-nav{flex-wrap: wrap;}
	.ny-cpxq-nr .notice .tab-hd .tab-nav li.on{border-bottom: solid 1px #d5d8dc;}
	.ny-cpxq-bt h2 {font-size: 26px;margin-bottom: 30px;}
	.ny-title h3 {font-size: 27px;}
	.ny-about-jj {width: 100%;}
	.ny-wh-nr {width: 100%;padding: 5px 15px 20px;}
	.about-jj-l {padding-top: 40px;padding-bottom: 40px;}
	.nyjjfa {margin-top: 0px;margin-bottom: 10px;}
	.about-jj-l h4 {font-size: 14px;}
	.ny-lx{height: 850px;}
    .ny-lx-nr h2 {font-size: 20px;}
    .ny-lx-nr p {font-size: 16px; line-height: 26px;}
    .ny-lx-l{align-items: baseline;top: 0;width: 100%;padding: 0;height: auto;background: none;}    
    .ny-lx-nr { width: 85%; margin-top: 30px;}
    .ny-lx-api #allmap1{height: 380px;}
    .ny-lx-api {top: auto;bottom: 0;}
    .sycpzx #certify .swiper-slide .indexproductbtn {padding: 0 15px;}
    
    .ny-lxwm-ul{flex-wrap: wrap;}
    .ny-lxwm-ul li{width:100%;margin-bottom: 20px;}
    .ny-lxwm-ul li p{height: auto;}
    
    .xwlb-ul-div {display: block;padding:20px;}
    .news-ul li figure{ width:100%;margin:0 0 15px;}
    .gsxw-text{width:100%;}
}

@media screen and (max-width:760px){
	.fullSlide .hd ul{width: 55%;}
	.fullSlide .hd ul li{height: 30px;width: 50px;line-height: 30px;}
	.indexjjfa .box{transform: skew(0deg);
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -o-transform: skew(0deg);
    -ms-transform: skew(0deg);
	}
	.indexjjfa .col-sm-2{transform: skew(0deg);
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -o-transform: skew(0deg);
    -ms-transform: skew(0deg);
	}
	.indexjjfa .box .indexjjfa-c {
	    transform: skew(0deg);
	    -webkit-transform: skew(0deg);
	    -moz-transform: skew(0deg);
	    -o-transform: skew(0deg);
	    -ms-transform: skew(0deg);	
		padding-top: 50px;
	}
	.indexjjfa .box .indexjjfa-bjimg{width: 100%;left: 0;}
	.indexjjfa .box{height: 700px !important;}
	.indexjjfa .box:nth-child(2) .indexjjfa-c, .indexjjfa .box:nth-child(3) .indexjjfa-c, .indexjjfa .box:nth-child(3) .indexjjfa-c {
	    padding-left: 0;
	}
	.indexjjfa .col-sm-2 p, .indexjjfa .col-sm-2 .indexjjfa-bjimg{display: block;text-align: left;padding: 0 70px;}
	.indexjjfa .col-sm-2 a.fabtn{display: block;margin-left: 70px;text-align: left;}
	.indexjjfa .col-sm-2 strong {
	    padding-top: 0%;
	    text-align: left;
	    padding-left: 70px;
	}
	.indexjjfa .col-sm-2 a.more{border: 1px solid #fff;
    background: url(../image/Group16.png) no-repeat right center;
    height: 52px;
    display: block;
    position: relative;
    line-height: 50px;
    margin-top: 40px;
    color: #fff;
    font-size: 20px;
    border-radius: 30px;
    width: 210px;
    padding-left: 26px;
    margin-left: 70px;
    text-align: left;}
	.indexjjfa .col-sm-2:nth-child(4) .indexjjfa-c {
	    left: 0;
	    padding-left: 14px;
	}
	.indexjjfa .col-sm-2:nth-child(4) .indexjjfa-c .indexjjfa-bjimg{
		width: 162%;
	}
	.indexjjfa .box:nth-child(5) .indexjjfa-c {
	    padding-left: 0px;
	    padding-right: 0;
	}
	.indexjjfa .box:nth-child(5) .indexjjfa-bjimg {
	    left: 0;
	}
	.indexjjfa .box:nth-child(2) .indexjjfa-c .indexjjfa-bjimg{background-size: 149% 100% !important;}
	.indexjjfa .box:nth-child(2) .indexjjfa-c, .indexjjfa .box:nth-child(3) .indexjjfa-c, .indexjjfa .box:nth-child(3) .indexjjfa-c,
	.indexjjfa .col-sm-2:nth-child(4) .indexjjfa-c,.indexjjfa .box:nth-child(5) .indexjjfa-c{margin-left: 0;}
	.indexjjfa .box:nth-child(5) .indexjjfa-c{padding-top: 50px;}
	
	.syfwtx .snBrand ol,.syfwtx .snBrand ul,.syfwtx .snBrand ul li .syfw-div-l{width: 100%;}
	.syfwtx .snBrand ol li{display: inline-block;float: left;margin: 10px 5px;width: 100%;line-height: 50px;font-size: 14px;}
	.syfwtx .snBrand ol li.on{width: 96%;background-size: 100%;}
	.syfwtx .snBrand ol li.syfw-nav0.on a {background-position: -409px 1px;}
	.syfwtx .snBrand ol li.syfw-nav1 a {background-position: 3px -84px;}
	.syfwtx .snBrand ol li.syfw-nav2 a {background-position: 3px -164px;}
	.syfwtx .snBrand ol li a{padding-left: 57px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.syfwtx .snBrand ol li.syfw-nav3 a {background-position: 3px -247px;}
	.syfwtx .snBrand ol li.syfw-nav4 a {background-position: 3px -334px;}
	.syfwtx .snBrand ul{margin-top: 0;}
	.syfwtx .snBrand ul li figure{display: none;}
	.syfwtx .snBrand ul li .syfw-div-l h3 {font-size: 26px;line-height: 60px;}
	.syfwtx .snBrand ul li .syfw-div-l p,.synews .sybj-title p,.syhzhb-r-t .sybj-title p,.syhzhb .sybj-title p{font-size: 16px;}
	.synews .sybj-title{padding-top: 50px;}
	.synews .sybj-title h2,.sybj-title h2,.syhzhb-r-t .sybj-title h2{font-size: 20px;}
	.sybj-title h2{line-height:50px;}
	.sycpzx .sybj-title{background-size: auto 100%;}
	.sycpzx #certify .swiper-slide .indexproductbtn a{width: 100%;}
	.synews-r {margin-top: 124px;}
	.synews-r li{padding: 15px;}
	.synews-r li figure{width: 30%;}
	.synews-r li .synews-r-t {width: 68%;}
	.synews-r li .synews-r-t h5{font-size: 16px;line-height: 30px;}
	.synews-r li .synews-r-t p{font-size: 14px;-webkit-line-clamp: 1;}
	.syhzhb-r{position: relative;width: 100%;height: 500px}
	.syhzhb{height: auto;}
	.syhzhb-ul {margin-top: 40px;}
	.syhzhb-r .syhzhb-r-t{padding-top: 140px;}
	.syhzhb-r-t .sybj-title{padding-right: 0;}
	.syhzhb-r-t .sybj-title a{margin-top: 160px;}
	.syfwtx{padding-top: 10px;}
	.syhzhb .sybj-title h2,.synews .sybj-title h2{line-height: 60px;font-size: 20px;border-bottom:3px solid #333;}
	
	
	.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{ display:block;}
	.indexproduct .box{ padding-top:50px;}
	.swiper-container-vertical>.swiper-pagination-bullets{ width:auto; top:330px;}
	/*.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet-active{ border-bottom:2px solid #125AD3;}*/
	
	.indexhzhbtitle{ padding-top:60px;}
	.indexnews .t{ margin:40px 0;}
	.indexnews{padding-bottom:35px;}
	.indexnews .t .more{ padding-top:15px;}
	.sy_news .sy_xw_list .xw_left .news_a .xw_img img{ height:auto;}
	.sy_news .sy_xw_list .xw_left .news_a .xw_img{ height:auto;}
	.sy_news .sy_xw_list .xw_right .news_a{ padding-bottom:20px; margin-bottom:20px;}
	.sy_news .sy_xw_list .xw_left .news_a .xw_desc{ padding-bottom:40px;}
	.navson{line-height:60px; margin-top:-30px; height:auto;}
	.navson li a{ line-height:60px;}	
	.fullSlide .bd li p strong span{ font-size:26px; line-height:26px; text-align:center; margin-top:30px;}
	.fullSlide .bd li p > span{ font-size:18px; text-align:center;}
	.fullSlide .bd li p a{ display:none;}
	.header.on{ display:none;}
	.indexproduct .swiper-pagination-bullet:before{ width:50px; left: -70px;}
	.indexproduct .swiper-pagination-bullet{ margin-right:20px !important;}
	.indexproduct .box .indexproductbtn a{ padding:10px 20px; font-size:16px; border-radius:10px;}
	.indexjjfatitle .t2 strong span{ font-size:18px;}
	.indexjjfatitle .t2{ margin-top:10px;}
	.indexfwtxtitle{ padding:40px 0;}
	.indexjjfatitle{ padding:20px 0 50px; background-size:100% auto;}
	.indexjjfa .box{ zoom:1}
	.indexproduct{ margin-top:0;}
	.show_product .content .top .photo img{ max-width:100%; height:auto;}
	.show_product .content .top .photo,.show_product .content .top .info{ width: 100% !important; }
	.indexproduct .box .indexproductbtn a{ margin-right: 20px; }
	.indexjjfa .box strong{ margin-top: 0; }
	.show_solution .box{ padding: 20px !important; margin-top: -60px !important;}
	/*.container{width: 92%;}*/
	.fullSlide,.fullSlide .bd ul,.fullSlide .bd li{height:580px !important;}
	.footer-big{padding: 2px 0 20px;}
	.wm-bj-ul1 li{float: left;width: 25%;}
	.wm-bj-ul1 li img {width: 100%;}
	.wm-bj-ul2 {margin-top: 38px;}
	.wm-bj-ul3 {margin-top: 44px;}
	.wm-bj {height: 510px;}
	.wm-bj-ul2 li:nth-child(2){float: right;}
	.wm-bj-ul1 li:nth-child(4) img{width: 50%;}
	.synews-title{width: 70%;}
	.douban .bd ul li{width: 46%;}
	.syabout-ul li {margin-right: 0; width: 50%; margin-bottom: 60px;}
	.syabout{padding-bottom: 15px;}
	.footer-nav{display: none;}
	.footer-bq-r{padding-right: 0px;}
	
	.x-indexabout .col-sm-6{width: 100%;}
	.x-indexabout-r{position: relative;width: 94%;padding: 20px;top: 30px; margin: 0 auto;}
	.x-indexabout-title-top{margin: 0 0 20px;}
	.x-indexabout-r .x-indexabout-box {
	    padding-left: 0;width: 100%;
	}
	.x-indexabout-title span{font-size: 16px;}
	.x-indexabout-title strong{font-size: 30px;}
	.x-indexabout a.btn{float: none;padding: 9px 15px;}
	.x-indexabout-p {-webkit-line-clamp: 10;}
	.x-ywfw-title strong {font-size: 16px;font-weight: 400;display: block;margin-top: 40px;}
	.x-ywfw-title h2{font-size: 30px;margin: 10px 0;}
	.indexyw-ul{float: left;margin-top: 30px;}
	.x-ywfw-title h2 span{height: 3px;margin: 10px 0 0;}
	.indexyw-ul li .indexyw-uldiv{padding: 30px 20px;}
	.indexyw-ul li .indexyw-uldiv a.btn{font-size: 16px;height: 40px;line-height: 37px;}


	.footer-bq-link li { margin-right: 15px;float: left;margin-top: 15px;}
	.footer-r-text{font-size: 16px;}
	.footer-btn li{margin-top: 20px;}
	.slideGroup .synews-title { width: 74%;}
	.slideGroup .synews-title h3{font-size: 18px;}
	.slideGroup .sPrev, .slideGroup .sNext{margin-top: 26px;}
	.slideGroup .parBd ul li h3 {font-size: 16px;}
	.slideGroup .synews-title-a2{font-size: 14px;}
	
	
	.x-ywfw {margin-top: 0;padding-top: 30px;background: none;}
	.x-ywfw-title{margin-top: 0;}
	.x-indexjjfa .col-sm-6 {width: 100%;}
	.x-indexjjfa .col-sm-3 {width: 100%;}	
	
	/*内页*/
	.ny-banner{height: 240px !important;
    background-size: 100% auto !important;
    background-position: center !important;}
	.ny-banner img{display: none;}
	
	#ny-lxbanner.ny-banner img{
		display: block;
		height: 100% !important;
		position: absolute;
	}
	#ny-lxbanner.ny-banner{height: 850px !important;}
	#ny-lxbanner .pull-right{float: none;position: absolute;top: 0;right: 0;z-index: 99;width: 93%;}
	
	.about-jj-l h3,.csr-text-p h3,.qywh h3{font-size: 30px;}
	.about-jj-l span,.csr-text-p span,.qywh span{width: 50px;height: 3px;}
	.whul-2 .whul-2-div p {height: auto;margin-bottom: 15px;}
	.csr-text{width: 107%;}
	.djgh-ul .djgh-ul-div .djgh-text h3{font-size: 18px;margin-top: 20px;}
	.zbgg-bs h2 {
	    font-size: 30px;
	}
	.zbgg{padding: 50px 0;}
	.zbgg-bs{padding: 10px 15px 20px;}
	.zbgg-ul li h3{width: 100%;}
	.zbgg-ul li span{float: left;margin-top: 15px;}
	.zbgg-ul li:hover time{border: none;}
	
	.ny_zb_ul li span{font-size: 14px;width: 26%;}
	.ny_zb_ul li span.sp_1 {
	    width: 46%;
	    font-size: 16px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		float: left;
	}
	.ny_zb_ul li:nth-child(1) span{font-size: 16px;}
	.xwlb-ul .xwlb-ul-div .gsxw-text{padding: 0 10px;}
	.xwlb-ul .xwlb-ul-div .gsxw-text h3 {
	    font-size: 16px;
	    line-height: 25px;
	    margin-top: 10px;
		height: 50px;
	}
	.ny_zb_sx li a{font-size: 16px;}
	.ny_zb_sx li .ny_zb_sx_a2 {
	    width: 23%;
	}
	.ny_zb_sx li .ny_zb_sx_a1 {
	    width: 38%;
	}
	.indexfuwu{ margin-top:0;}
	.indexabout p{width: auto;}
	.indexfuwulist{ margin-bottom: 10px;  background-size:100% auto !important; zoom:0.7}
	.indexabout{ zoom:0.7}
	.indexfwtxtitle{ background-size: 100% auto; }
	.indexfwtx .row5{ width: 100%; margin-bottom: 50px; }
	.indexfwtx .row5 .box{ background-size: auto auto; background-position: center bottom; height: 350px; }
	.indexhzhbtitle{ background-size: 100% auto; }
	.indexhzbhlist li:nth-child(3n) {
    border: none;
}
.footer-big{ padding-top: 50px; }
.indexzixun{height: 278px;padding-top: 40px;}
.footer-bq-l{ display: block;; float: none; }
.footer-bq-r{ text-align: center; float: none; display: block; }
.footer-bq-l,.footer-bq-r{ padding-bottom: 0; }
.footer-bq-link li:last-child{ padding-left: 25px;border-right:none;}
.footer-bq-link li:first-child{ padding-left: 0;}
.nyjjfalist{ margin-bottom: 30px; }
.khxq2{ padding-bottom: 0; }
.row50{ width: 100%; }
.navson li{ margin-right: 0; }
.ny-banner strong{ font-size: 24px !important; }
.contactlist li{padding: 20px 40px;}
.jiaoyufenxi .col-sm-4 { margin-bottom: 50px; }
.jiaoyufenxi{ margin:50px auto 20px; }

.about-jj,.about-ry{margin-top: 30px;}
.about-ry{padding: 10px 0 50px;}
#qywh2 strong{font-size: 24px;}
#qywh2 strong span{width: 150px;height: 2px;}
.fzlc .row5 strong{font-size: 30px;}
.fzlc .container-fluid{background: url(../images/heng.jpg) repeat-x left 86px;}

.kehuxuqiu #qywh ul{display: inline-block;}
.kehuxuqiu #qywh li{flex: none;}
.kehuxuqiu #qywh li p{height: 80px;}
.cp-info h1{font-size: 30px;}
.show_product .other .left,.show_product .other .right{width: 100%;float: none;}
.show_product .other .right i {
    float: left;
    margin-right: 14px;
    margin-left: 0;
}
.fuwu-jjfa{padding: 10px;}
.nyjjfalist{height: auto !important;}
.nyjjfa strong{font-size: 18px;}
.nyjjfa .col-xs-6{width: 100%;}

.about-ry {padding: 10px 0 0;}
.nyabout-1,.about-ry-bj{background-size: 100% auto;margin-top: 25px;background-position-x: 0;}
.mt15 ul{margin-top: 30px;}
.about-ry-l-r {position: relative; width: 100%;margin-top: 30px;}
.about-ry-l-r img{width:100%;}
.about-ry-l h4{font-size: 22px;margin-top: 60px;}
.about-ry-l p.p1 {margin-top: 26px;font-size: 20px;}
.mt15 ul li p{font-size:18px;}
.mt15 ul li {margin-right: 10%;}
.nyabout-wh li{margin-bottom: 30px;}
.nyabout-wh li .nyabout-wh-div{padding-top: 0%;height: auto;}
.nyabout-wh li:nth-child(2) figure {margin-top: auto;}
.nyabout-wh li:nth-child(2) .nyabout-wh-div { margin-top: auto;}
.fzlc{margin-top: 0;}

.navson{display: none;}
.yw-jj-l h3 {font-size: 26px;line-height: 28px;}
.yw-jj-l h4 {font-size: 18px;line-height: 47px;}
.about-jj-text{margin-top: 0px;margin-bottom: 15px;}
.kehuxuqiu { padding: 30px 0;}
.kehuxuqiu #qywh ul {margin-top: 0px;}
.yw-khxq-div{padding: 15px;}
.yw-khxq-div .yw-khxq-ico{width: 15%;}
.yw-khxq-div .yw-khxq-div-t{width: 77%;}
.yw-khxq-div .yw-khxq-div-t strong { font-size: 18px; padding-bottom: 10px; margin-top: 5px; margin-bottom: 6px;}
.yw-fams-r li p {line-height: 22px; font-size: 14px;}
.yw-fams-r li{padding: 15px;margin-top: 15px;}
.yw-fams{background-size: auto 100%;padding-bottom: 30px;}
.ye-fays-ul li .ye-fays-img span {width: 70px; height: 76px;font-size: 30px;}
.ye-fays-t strong {font-size: 24px; line-height: 20px;}
.ye-fays-t span { width: 50px; height: 2px; margin: 11px 0;}
.ye-fays-t p {font-size: 14px; line-height: 26px;}
.ye-fays-t {margin-bottom: 30px;}
.ye-fays-sy {margin-top: 15px;padding: 30px 0;}
.nycp-top {margin-top: 85px;}
.nycp-nav{display: none;}

.x-indexjjfa{display: none;}
.wap-in-hy{display: block;}

.ny-lxwm .snBrand ol,.ny-lxwm .snBrand ul { width: 100%;}

.banner-5g {height: 390px;}
.banner-top {width: 96%;padding-top: 14px;}
.banner-tel {width: 250px;height: 40px;line-height: 40px;font-size: 14px;}
.tongdian-m {flex-wrap: wrap;}
.tongdian {width: 100%;}
.smaz-m .tongdian {width: 100%;}
.ys-nr {background-size: 100%;}
.ys-nr h3 {font-size: 16px;line-height: 26px;padding-left: 0px;}
.ys-nr span {width: 50px;height: 2px;margin: 15px 0;}
.ys-nr p {font-size: 14px;line-height: 30px;margin-bottom: 10px;background: url(../images/5g_20.png) no-repeat left 11px;padding-left: 19px;
padding-bottom: 0px;height: auto;background-size: 7px auto;}
.ys-nr .ys-nr-r p{background-size: 15px auto !important;padding-left: 23px;background: url(../images/5g_21.png) no-repeat left 8px;}
.ys-nr .ys-nr-r {width: 50%;padding: 20px;}
.ys-nr .ys-nr-l {padding: 20px;}
.ys-nr{height: auto;}
.ys-nr .ys-nr-r h3 {padding-left: 0;}
.ys-nr .ys-nr-r span {margin: 15px 0;}
.jfhs #certify .swiper-slide { width: 400px;}
.jfhs #certify .swiper-button-prev,.jfhs #certify .swiper-button-next{display: none;}
.jfhs #certify {background-size: auto 72%;height: 380px;}
.sycj-ul{justify-content: space-around;}
.sycj-ul li {width: 48%;margin:0 0 20px;height: auto !important;padding: 20px 20px 2px;}
.sycj-ul li:nth-child(2), .sycj-ul li:nth-child(5){width: 48%;}
.sycj-ul li p {font-size: 16px !important;line-height: 44px !important;}
.sycj-ul li:nth-child(4)::before, .sycj-ul li:nth-child(5)::before, .sycj-ul li:nth-child(6)::before,.sycj-ul li:nth-child(4)::after{display:none;}
.sycj-ul {padding: 20px 20px 70px;}
.sycj-ul li figure {height: 190px;}
.foot-5g-nr li{width: 100%;margin-bottom:20px;}
.foot-5g-nr {flex-wrap: wrap;}
.foot-5g {padding: 30px 0;}
.foot-5g-p {width: 88%;}
.foot-5g-p h3 {font-size: 20px;line-height: 26px;}
.foot-5g-p p {font-size: 14px;}
.syabout-l{margin-top: 50px;}
    
}

@media screen and (max-width:640px){
	.syabout-1{margin: 40px auto;}
	
	.syabout-l figure {margin-bottom: 20px;}
	.syabout-r h3{display: none;}
	.syabout-r{margin-top: 10px;}
	.syywfw{padding: 30px 0 0px;}
	.syywfw .x-ywfw-title {margin-top: 0px;margin-bottom: 202px;}
	.syywfw .x-ywfw-title h2 {font-size: 34px;}
	.syywfw .x-ywfw-title h2 span{height: 2px;margin: 10px 0;}
	.syywfw .x-ywfw-title p{font-size: 16px;}
	.syywfw .x-ywfw-title strong {font-size: 16px;}
	.syywfw-ul li:hover {padding: 0 15px;}
	.syywfw-ul li .syywfw-div2{width: 90%;}
	.syywfw-ul li {width: 50%;float: left;}
	.sycpzx #certify .swiper-slide{width: 450px;}
	.synews-r li .synews-r-t span{display: none;}
	.synews-r li .synews-r-t p{margin-bottom: 10px;}
	
	
	
	.indexjjfa .box{ zoom:0.6;z-index: 0;}
	.fullSlide, .fullSlide .bd ul, .fullSlide .bd li{height:470px !important;}
	.right-nav {
	    width: 50px;
	    height: 50px;
	    line-height: 50px;
	}
	.indexjjfa .box .indexjjfa-c{padding-left: 0;}
	.douban .synews-title h3,.douban .bd ul li h3{font-size: 18px;line-height: 25px;}
	.wm-bj { height: 460px;	}
	.slideGroup .synews-title {
	    width: 55%;
	}
	.slideGroup .parBd ul li {
	    width: 100%;
	}
	
	.x-indexjjfa .col-sm-6,.x-indexjjfa .col-sm-3{background-size: auto 100% !important;height: 600px !important;margin-top: 0;}
	.indexjjfa .box strong {
	    font-size: 40px;
	}
	.indexjjfa .box p{font-size: 22px;line-height: 30px;}
	.indexjjfa .box a.fabtn{font-size: 22px;}
	.x-ywfw .swiper-slide figure{height: 160px;}
	.x-ywfw .swiper-slide:hover figure.x-ywfw-img1 {background-position-y: -175px !important;}
	.x-indexabout-title{width: 100%;}
	.indexjjfa .box.col-sm-6 a.more{font-size: 14px;}
	.indexfwtx .row5 .box {
	    height: auto;
	    padding-bottom: 20px;
	}
	.t2 strong{font-size: 30px;}
	.t2 strong:after{width: 244px;bottom: -8px; height: 27px;}
	.indexfwtx-bj{padding-bottom: 30px;}
	.swiper-container-vertical>.swiper-pagination-bullets{width: 100%;top: 200px;}
	.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display: inline-block;}
	.indexproduct .box{width: 95%;margin: -60px auto 0;padding: 150px 30px 40px;float: none;}
	.indexproduct .swiper-slide{background-size: auto 100% !important;}
	.sy_news .sy_xw_list .xw_left .news_a .xw_desc h5{color: #333;}
	.sy_news .sy_xw_list .xw_left .news_a .xw_desc p{color: #666;}
	.sy_news .sy_xw_list .xw_right{margin-top: 30px;padding-top: 1px;}
	.sy_news .sy_xw_list .xw_left .news_a .xw_desc {padding-bottom: 0;}
	.sy_news .sy_xw_list .xw_left .news_a span{display: none;}
	.indexnews{background-image: none;}
	.indexhzhbtitle{padding-top: 30px;}
	.indexhzbhlist li{height: 100px;}
	.foot-1r{width: 100%;position: relative;padding: 10px;}
	.foot-1l h3{font-size: 22px;}
	.foot-1{padding: 30px 0 0;overflow: inherit;}
	.foot-1l .foot-1l-ul li{width: 30%;margin-bottom: 30px;}
	.foot-1l .foot-1l-ul li p{font-size: 16px;line-height: 40px;}
	.foot-1l .foot-1l-ul li span{width: 40px;line-height: 40px;height: 40px;margin-right: 5px;}
	.foot-1l .foot-1l-ul li span i{font-size: 26px;}
	.foot-1r-tel{width: 100%;padding: 20px 0 20px 40px;background-size: auto 100%;}
	.foot-bq{border: none;margin-top: 0;padding: 0 10px;}
	.footer-big {padding-top: 10px;}
	.x-indexabout-ul{margin-top: 30px;}
	
	/*内页*/
	.ny-banner{	background-size: auto 100% !important;}
	.csr-r{height: 940px;}
	.whul-1 .whul-1-div .whul-1-text{width: 80%;top: 25px;left: 25px;height: auto;padding-bottom: 30px;}
	.whul-1 .whul-1-div .whul-1-text h4,.whul-2 .whul-2-div h4{font-size: 22px;}
	.news-xq{margin-top: 110px;}
	.news-xq .news-xq-title h3 {font-size: 16px;}
	.news-xq .news-xq-title span{font-size: 14px;margin: 25px 15px;}
	.news-xq .news-xq-gxq div{width: 100%;}
	.news-xq .news-xq-gxq div{margin-bottom: 0;}
	.news-xq .news-xq-gxq .news-xq-nest{margin-bottom: 80px;}
	.inBox .inHd ul li{margin-right: 0;}
	.inHd-ss{width: 40%;}
	.outBox{padding-top: 15px;}
	.outBox .hd h2,.outBox .hd ul {width: 100%;}
	.outBox .hd ul{margin-top: 15px;}
	.outBox .hd ul li {
	    margin-right: 10px;
	    margin-left: 0;
		margin-bottom: 20px;
	}
	.ny_zb_ul li span:nth-child(3){width: 25%;}
	.ny_zb_ul li span {width: 46%;}
	.ny_zb_ul li span.sp_1 { width: 37%;}
	.ny_zb_sx li .ny_zb_sx_a2 {
	    width: 34%;
	}
	.ny_zb_sx li .ny_zb_sx_a1 {
	    width: 33%;
	}
	.ny_zb_ul li span:nth-child(4){width: 19%;}
	
	.gkyxd-m{width: 90%;}
	.gkyxd-m .table-bordered th,.gkyxd-m .table-bordered td{padding: 8px 2px;}
	.indexzixun .t2 strong:after{width: 100%;left: 0;}
	.indexzixun .t2 strong{font-size: 26px;}
	.foot-1l .foot-1l-ul{margin-bottom: 30px;}
	.foot-1r-tel h4{font-size: 24px;}
	.foot-1r-tel p{line-height: 35px;font-size: 14px;}
	
	.jfhs #certify .swiper-slide {width: 420px;}
	.title-5g h2 {font-size: 26px;}
	.title-5g {text-align: center;padding: 40px 0;}
	.title-5g p {font-size: 14px;}
	.ys-nr {height: auto;background-size: auto 100%;}
	.tongdian .tongdian-bt {height: 60px;}
	.tongdian .tongdian-bt h3 {font-size: 18px;line-height: 60px;}
	.tongdian-ul li p {font-size: 14px;margin-bottom: 10px;}
	.banner-5g {height: 330px;}
	.sq-bj-c {width: 88%;}
	.sq-bj-nr h3 {font-size: 20px;}
	.sycj-ul li figure {height: 150px;}
	
}

@media screen and (max-width:510px){
	.fullSlide, .fullSlide .bd ul, .fullSlide .bd li{height:400px;}
	.inHd-ss {
	    width: 100%;
	    margin-top: 25px;
	}
	.foot-1l .foot-1l-ul li{width: 100%;margin-bottom: 0;}
	
	.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 5px;}
	.swiper-container-vertical>.swiper-pagination-bullets{width: 95%;}
	.indexproduct .box h3{font-size: 24px;}
	.indexproduct .box p{margin-top: 20px;}
	.indexproduct .box .indexproductbtn a{padding: 6px 12px;}
	
	
	.x-ywfw .swiper-slide figure {height: 260px;}
	.x-ywfw .swiper-slide:hover figure.x-ywfw-img1 {background-position-y: -275px !important;}
	
	.banner-5g {height: 272px;}
	.ys-nr{background-size: 100% 100%;}
	.sycj-ul li figure {height: 120px;}
	.hzhb-5g {margin: 30px auto;padding: 20px 0;}
	.foot-5g-p {width: 83%;}
	.foot-5g-p h3 {font-size: 18px;}
	.bq-5g-nr{flex-wrap: wrap;}
	
}

@media screen and (max-width:480px){
	.sycpzx #certify .swiper-slide {
	    width: 320px;
	}
	.sycpzx #certify .swiper-slide p{padding: 10px 20px;}
	.synews-r li figure,.synews-r li .synews-r-t{width: 100%;}
	
	.fullSlide, .fullSlide .bd ul, .fullSlide .bd li{height:360px !important;}
	.syshzr-div h3{font-size: 18px;}
	.index-bt h2 {font-size: 30px;}
	.index-bt {padding: 30px 0;}
	.www360buy .hd li {width: 26%}
	.www360buy .lh #lh-li-2 {margin-left: 76px;}
	.www360buy .lh #lh-li-3{margin-right: 30px;}
	.index-3-dt {margin: 30px auto 20px;}
	.notice .tab-hd { margin-top: 50px;}
	.synews-title { width: 100%;}
	.douban .bd ul li { width: 100%;}
	.wm-bj-ul1 {margin-top: 7px;}
	.wm-bj-ul2 {margin-top: 16px;}
	.wm-bj-ul3 {margin-top: 10px;}
	.wm-bj {height: 360px;}
	.footer-btn li{margin-right: 10px; margin-left: 0px;}
	.right-nav-menu{width: 65%;}
	.right-nav-menu ul li{font-size: 16px;line-height: 30px;}
	.fullSlide .hd{bottom: 10px;right: 10px;}
	.banner-btn{bottom: 10px;}
	.slideGroup .parHd{margin-top: 56px;}
	.slideGroup .parHd li{margin-left: 15px;}
	.indexzixun .t2 strong {
	    font-size: 24px;
	}
	.indexzixun {
	    height: 240px;
	    padding-top: 72px;
	}

	/*内页*/
	.csr-text-p1 {margin-top: 20px;}
	.csr-text-p1 p{margin-bottom: 5px;}
	.csr-r {height: 1000px;}
	.whul-1 .whul-1-div .whul-1-text{padding-top: 30px;}
	.news-xq .news-xq-title span{margin: 10px 0px;}
	.news-xq .news-xq-title{padding-bottom: 20px;}
	.ny-banner strong {
    font-size: 20px !important;
    }
    .contactlist li {
        padding: 20px 15px;
    }
    .contactlist{right: 0;}
    #ny-lxbanner .pull-right{width:100%;}
	
	.ny-banner{height: 164px !important;}
	
	.banner-5g {height: 240px;}
	.banner-logo img{height:30px;}
	.banner-tel {width: 200px;height: 30px;line-height: 30px;}
	.banner-tel-p {background: none;padding-left: 0;}
	.sycj-ul li figure {height: 100px;}
	.sycj-ul li {padding: 10px 10px 2px;}
	.sycj-ul li p {font-size: 14px !important;line-height: 30px !important;}
	.sq-bj-nr form {padding: 25px 25px 50px;}
}

@media screen and (max-width:430px){
	.fullSlide, .fullSlide .bd ul, .fullSlide .bd li{height:330px !important;}
	.ny_zb_sx li .ny_zb_sx_a2 {
	    width: 38%;
	}
	.ny_zb_sx li .ny_zb_sx_a1 {
	    width: 31%;
	}
	.ny_zb_ul li span:nth-child(4) {
	    width: 23%;
	}
	.ny_zb_ul li span:nth-child(3) {
	    width: 38%;
	}
	.ny_zb_ul li span:nth-child(2) {
	    width: 38%;
	}
	.ny_zb_ul li a{display: block;height: 45px;}
	.ny_zb_ul li{line-height: 45px;height: 45px;}
	.ny_zb_ul li span{font-size: 14px !important;}
	.ys-nr .ys-nr-l,.ys-nr .ys-nr-r{padding: 6px;}
	.ys-nr h3 {font-size: 14px;line-height: 20px;font-weight: 400;}
	.ys-nr p {font-size: 14px;line-height: 25px;margin-bottom: 5px;}
}

@media screen and (max-width:378px){
	.container {width: 97%;}
	.fullSlide, .fullSlide .bd ul, .fullSlide .bd li{height:260px !important;}
	.www360buy .lh .lh-li { width: 100%;background-size: 100%;}
	.www360buy .lh #lh-li-2 {margin-left: 0;}
	.www360buy .lh #lh-li-3 {margin-right: 0;background-size: 100%;}

	.csr-r {height: 1080px;}
	.whul-1 .whul-1-div .whul-1-text{width: 90%;left: 15px;}
	
	.x-ywfw .swiper-slide figure {height: 160px;}
	.x-ywfw .swiper-slide:hover figure.x-ywfw-img1 {background-position-y: -175px !important;}
	
	.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {margin: 0 10px;}
	.indexproduct .box h3 {font-size: 20px;}
	.indexproduct .box p{height: 220px;}
	.indexproduct .box { width: 100%; margin: 8px auto 0; padding: 220px 15px 20px;}
	
	.banner-5g {height: 185px;}
	.jfhs #certify .swiper-slide{width:300px;}
	.jfhs #certify {height: 330px;}
	.sycj-ul li figure {height: 80px;}
	.sycj-ul {padding: 20px 10px 35px;}
	.foot-5g-p h3 {font-size: 16px;}
	.foot-5g-p {width: 79%;}
}