﻿@charset "utf-8";
html{font-size:62.5%;}
body{margin:0px; font-size:12px; color:#91989f; font-family: "Microsoft YaHei"; cursor:default; }
*{padding:0px; margin:0px;box-sizing: border-box;}
body,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,p,i,b,em,span,form,fieldset,legend,input,textarea,select,button,th,td {margin:0; padding:0; font-family:  "Microsoft YaHei";}
h1,h2,h3,h4,h5,h6 {list-style:none; font-weight:normal; color:#555;}
input,select,button{font-size:12px; font-family:  "Microsoft YaHei"; border:0; background:none; outline:none; vertical-align:middle;}
button {overflow:visible}
img{border:none;}
li{list-style:none;}
a{color:#91989f; text-decoration:none;
-webkit-transition:all .3s;
-moz-transition:all .3s;
-ms-transition:all .3s;
-o-transition:all .3s;
transition:all .3s;}
a:hover{color:#005caf;}

.clear{overflow:hidden; clear:both; height:0px;}
.fl{float:left;}
.fr{float:right;}

.con{width:1400px; margin:0 auto;max-width: 94%;}
.container { width:1400px; margin:0 auto;max-width: 94%;}
.header{width:100%; position:fixed; top:0; left:0; z-index:1000;background: #fff;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;border-bottom: rgba(0,0,0,0.2) 1px solid;}
.header.on{background: rgba(255,255,255,1);box-shadow: 0 0 10px rgba(0,0,0,0.2)}
.header.on .top{height: 0;transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header .top{background: #015293;color: #fff;line-height: 40px;text-align: center;font-size: 14px;height: 40px;overflow: hidden;transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header .top .fl a{color: #eee;margin-left: 15px;font-size: 14px;}
.header .top .fl a:hover{color: #fff;}
.header .top a i{color: #fff;margin-right: 5px;}
.header .top .fr a{color: #eee;margin-right: 4px;float: left;width: 32px;height: 32px;line-height: 32px;text-align: center;display: inline-block;margin-top:4px;}
.header .top .fr a:hover{color: #fff;}
.header .top .fr a i{color: #fff;margin-right: 0;font-size: 25px;}

.header .container{display: flex;justify-content: space-between;align-items: center;}
.header .logo{ float:left; margin:19px 0 ;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header .logo img{width:auto; height:50px; display:block;}


.header .an{position:absolute; top:50%; right:15px; height:18px; width:30px; display:none;
transform:translate(0,-50%);
-webkit-transform:translate(0,-50%);
-moz-transform:translate(0,-50%);
-ms-transform:translate(0,-50%);
-o-transform:translate(0,-50%);}
.header .an span{width:30px; height:2px; background-color:#555; display:block; position:absolute;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header .an span.a1{top:0; left:0;}
.header .an span.a2{top:8px; left:0;}
.header .an span.a3{top:16px; left:0;}
.header .an.n span.a2{display:none;}
.header .an.n span.a1{top:8px; width:30px;
transform:rotate(45deg);
-o-transform:rotate(45deg);
-ms-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-webkit-transform:rotate(45deg);}
.header .an.n span.a3{top:8px; width:30px;
transform:rotate(135deg);
-o-transform:rotate(135deg);
-ms-transform:rotate(135deg);
-moz-transform:rotate(135deg);
-webkit-transform:rotate(135deg);}
.header .right {float: right;text-align: left;position: relative;}
.header .right .ss {line-height:40px;display: inline-block;padding: 0 15px;position: relative;color: #fff;font-size: 14px;background: #015293;margin-left: 20px;border-radius: 5px;}
.header .right .ss a {padding: 0 6px;display: inline-block;color: #fff;font-size: 14px;}
.header .right .yy{line-height:40px; float:left; color:#222; font-size:16px;margin-left:10px;text-align: center;position: relative;}

.header .right .yy .x_l {width:100px;top:65px;position: absolute;left: 50%;margin-left: -50px; background:#fff;line-height: 40px;display: none;z-index: 99;}
.header .right .yy .x_l a {color: #222;display: block;font-size: 14px;text-align: center;width: 100%;border-radius: 0;margin-left: 0;}
.header .right .yy .x_l a:hover{background: #015293;color: #fff;}
.header .right i {font-size: 25px;}
.header .right .seach {line-height:40px; float:left;color:#222; font-size:16px;margin-left:10px;text-align: center;position: relative;}
.searchIpt {width: 240px;height: 30px;position: absolute; right:100px;top:60px;display: none;z-index: 10; border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px; overflow:hidden;}
.searchIpt .search_txt {width: 182px;padding: 0 0 0 10px;line-height: 30px;background: #eee;color: #333;border: 0;height: 30px;float: left;}
.searchIpt .search_btn {width: 58px;background: #015293;border: 0;float: right;color: #fff;height: 30px;cursor: pointer;}
.search{width:100%; padding:40px 5%; background-color:#f7f7f7; position:fixed; top:0; left:0; z-index:9999; display:none;box-sizing: border-box;}
.search .an_sj {width: 5%;line-height: 52px;color: #555;float: right;text-align: right;}
.search input.w_z{width:90%; height:52px; border-radius:0; font-size:18px; line-height:52px; color:#555; float:left; -webkit-appearance:none;}
.search button.s_c{width:5%; height:52px;font-size:18px; line-height:52px; text-align:center; float:left; -webkit-appearance:none;font-weight: bold;}
.search i {font-size: 24px;}

.header .nav{ float:right;}
.header .nav i{font-size:12px; color:#aaa; line-height:54px; text-align:right; position:absolute; width:50%; height:54px; right:0px; top:50%; display:none;
transform:translate(0,-50%);
-webkit-transform:translate(0,-50%);
-moz-transform:translate(0,-50%);
-ms-transform:translate(0,-50%);
-o-transform:translate(0,-50%);}

.header .nav ul li{margin:0 25px; line-height:88px; float:left; 
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}

.header .nav ul li a{display:block; font-size:16px; color:#222; text-transform:capitalize}
.header .nav ul li span{width:0; height:2px; background-color:#015293;border-radius: 3px; position:absolute; right: 0; bottom:0;
transition:all .3s;
-o-transition:all .3s;
-ms-transition:all .3s;
-moz-transition:all .3s;
-webkit-transition:all .3s;
}
.head {position: relative;}
.header .nav ul li:hover span{width:100%;left: 0;}
.header .nav ul li:hover a{color: #015293}
.header .nav ul li.on a{color: #015293}
.header .nav ul li.on span{width:100%;}
.header .nav ul li.po{position: relative;}
.nav .y_j{position:relative;}
.nav .e_j{width:150px;padding: 0 10px; position:absolute; top:88px; left:0; z-index:9999;border-top: rgba(255,255,255,1) 1px solid;background-color:rgba(255,255,255,1);opacity:0; visibility:hidden;
transform:translateY(10px);
-webkit-transform:translateY(10px);
-moz-transform:translateY(10px);
-ms-transform:translateY(10px);
-o-transform:translateY(10px);
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.nav .e_j .box {padding: 0 0 30px;position: relative;z-index: 3;}
.nav .e_j.cp {overflow:auto;width: 100%}

.nav ul li.da .e_j {position: fixed;height:0;}
.nav ul li.da:hover .e_j{height:calc(100% - 70px);}
.nav .e_j.cp .container-fluid {display: flex;flex-wrap: wrap;justify-content: center;}
.nav .e_j .dh_l{display: flex;flex-wrap: wrap;padding-top: 40px;width: 100%;}
.nav .e_j .dh_r{width: 23%;float: right;padding: 40px 0px 40px 40px;background-color: #f5f7fa;}
.nav .e_j .dh_r .t_p{}
.nav .e_j .dh_r img{width: 100%;display: block;}
.nav .e_j .dh_r h3{font-size: 20px;line-height: 30px;margin-top: 15px;color: #222;margin-bottom: 15px;}
.nav .e_j .dh_r p {font-size: 14px;color: #333;line-height: 1.6;}
.nav .e_j .dh_r a {display: block;line-height: 40px;background: #d8ecfd;text-align: center;border-radius: 8px;color: #005ca3;margin-top: 20px;text-align: center !important;}

.nav .e_j.cp .lm {box-sizing: border-box;padding: 0 30px;-moz-flex-grow: 1;
flex-grow: 1;
flex-basis: 1;}
.nav .e_j.cp .lm:last-child{border: 0}
.nav .e_j.cp .lm h3 {font-size: 16px;display: flex;justify-content: flex-start;color: rgba(0,0,0,.85);font-weight: bold;line-height: 20px;position: relative;padding-bottom: 10px;margin-bottom: 20px;border-bottom: #eee 1px solid;}
.nav .e_j.cp .lm h3::after{content: "";width: 20px;height: 2px;background: #015293;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;bottom: 0;left: 0;position: absolute;}
.nav .e_j.cp .lm:hover h3::after{width: 60px;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.nav .e_j.cp .lm h3 em {font-size: 20px;margin-right: 10px;color: #015293;}
.nav .e_j.cp .lm h4{font-size: 16px;font-weight: bold;
line-height: 20px;
word-spacing: 0;
color: rgba(0,0,0,.85);
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;margin-bottom: 5px;}
.nav .e_j.cp .lm p {font-size: 14px;color: #555;line-height: 1.4;margin-bottom: 20px;}
.nav .e_j.cp .lm.w25{width: 25%;}

.header .nav ul li .e_j a{display:block; font-size:14px; color:#333; line-height:20px;font-weight: normal;text-align: left;margin-bottom: 15px;}
.header .nav ul li .e_j a:hover{color: #015293;padding-left: 5px;}

.head_h2 { height: 80px;background: #18243c;}

@media (min-width:1024px){

.header .nav ul li:hover .e_j{opacity:1; visibility:inherit;
transform:translateY(0);
-webkit-transform:translateY(0);
-moz-transform:translateY(0);
-ms-transform:translateY(0);
-o-transform:translateY(0);height: auto;}
.head_h { height: 88px;}
}
.p1ban {padding: 60px 0;background-color: #f5f7fa;position: relative;overflow: hidden;}
.p1ban .y_h{position: absolute;left: 10%;top: -97%;}
.p1ban .y_h img{width: 100%;display: block;}
.p1ban .con{display: flex;justify-content: center;align-items: center;}
.p1ban .part-image-style { display: flex;align-items: center;justify-content: space-between;}
.p1ban .part-image-style .part-image-content {flex: 1;}
.p1ban .part-image-style .part-image-content h1{margin-top: 20px;margin-bottom: 8px;font-size: 36px;color: #222;font-weight: bold;padding-bottom: 10px;}
.p1ban .part-image-style .part-image-content p{font-size: 16px;color: #333;line-height: 1.8;}
.p1ban .part-image-style .a_n{margin-top: 20px;}
.p1ban .part-image-style .a_n a{display: inline-block;line-height: 48px;padding: 0 20px;background: #d8ecfd;color: #015293;margin-right: 10px;border-radius: 8px;font-size: 16px;font-weight: bold;min-width: 120px;text-align: center;}
.p1ban .part-image-style .a_n a:hover{background: #015293;color: #fff;}
.p1ban .part-image-style .a_n a.on{background: #015293;color: #fff;}
.p1ban .part-image-style .part-image {
  flex: 1;
  display: flex;
  justify-content: center;
}
.p1ban .part-image-style .part-image img {max-width: 550px;display: block;}



.gallery-top{width:100%; position:relative;}
.gallery-top .swiper-slide img{width:100%; height:auto; display:block;}
.gallery-top .swiper-pagination{bottom:20px !important;}
.gallery-top .swiper-pagination-bullet {width:15px; height:15px; display:inline-block; border-radius:0; opacity:1;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;}
.gallery-top .swiper-pagination-bullet.swiper-pagination-bullet-active { background:#000}

.product-number-info {
    background:rgba(255,255,255,0.8);
    position: relative;width: 100%;z-index: 9;
}

.product-number-info .product-number-inner {
    width: 1320px;
    margin: 0 auto;
}

.product-number-info ul {
    padding: 60px 0 ;overflow: hidden;
}

.q {
    zoom: 1; }

.product-number-info li {
    float: left;text-align: center;
    width: 25%;
    height: auto;
    border-left: 1px solid #ccc;
    color: #015293;
    padding-top: 1px;box-sizing: border-box;
}

.product-number-info li:first-child {
    border: none;
}
.product-number-info li .t_b{width: 50px;margin: 0 auto 0px;}
.product-number-info li .t_b img{width: 100%;}
.product-number-info li b {
    font-weight: bold;
    font-size:42px;
    line-height: 1;
    display: inline-block;
    position: relative;
    margin: 15px 0 5px;
}

.product-number-info li p {
    font-size: 14px;color: #555;
}

.product-number-info li b i {
    font-style: normal;
}

.product-number-info li b sup {
    position: absolute;
    font-size: 20px;
    right: -15px;
    top: -3px;
}



.product-number-info li b em {
    font-style: normal;
    font-size: 24px;
    font-weight: 200;
    padding-left: 2px;
    position: relative;
    top: -4px;
}


.sy_pro { padding:60px 0; overflow:hidden;position: relative;background-color: #f5f7fa;}
.sy_pro ul{display: flex;justify-content: center;align-items: stretch;}
.sy_pro ul li { width:25%; padding: 10px;position: relative;box-sizing: border-box;transition: all 0.3s;

	-wbkit-transition: all 0.3s;

	-o-transition: all 0.3s;

	-moz-transition: all 0.3s;}
.sy_pro ul li .img_box {
	width: 100%;height: 100%;z-index: 1;
	position: absolute;left: 0;top: 0;
	overflow: hidden;background: #fff;
}
.sy_pro ul li:hover p {color: #fff}
.sy_pro ul li .img_box img {
	width: 102%;
	height: 102%;
	position: absolute;opacity: 0;
	top: 0;
	left: 0;
	object-fit: cover;
	transition: all 1s;
}

.sy_pro ul li:hover .img_box img {
	transform: scale(1.05);transition: all 1s;opacity: 0.85
}
.sy_pro ul li:hover .img_box{background: #000;}


.sy_pro ul li:hover{transform: translateY(-5px);-wbkit-transform: translateY(-5px);-o-transform: translateY(-5px);-moz-transform: translateY(-5px);transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.sy_pro ul li .box {background: #fff;box-shadow: 0px 9px 24px 0px rgba(222, 229, 231, 0.51);padding: 30px 20px;text-align: center;border-radius: 10px;height: 100%;position: relative;overflow: hidden;}
.sy_pro ul li .box a {position: relative;z-index: 5;}
.sy_pro ul li .feature-title{height: 160px;position: relative;z-index: 10;}
.sy_pro ul li .box .feature-shape {
    width: 100px;
    height: 100px;
    display: inline-block;
    line-height: 100px;
    margin-bottom: 38px;
    border-radius: 50%;
    background-image: linear-gradient( 145deg, rgb(1,82,147) 0%, rgb(0,68,123) 100%);
    box-shadow: 0px 18px 30px 0px rgba(29,86,247, 0.46);transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;
}
.sy_pro ul li .feature-title p {font-size: 14px;line-height: 1.6;color: #222;}
.sy_pro ul li:hover .box .feature-shape{-webkit-transform: rotateY(360deg);-moz-transform: rotateY(360deg);-o-transform: rotateY(360deg);-ms-transform: rotateY(360deg);transform: rotateY(360deg);transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.sy_pro ul li .box .feature-shape img {width: 50px;margin: 25px auto;vertical-align: middle;}
.sy_pro ul li .box .feature-title h3 {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
    line-height:25px;
    color: #222;
}
.sy_pro ul li:hover .box .feature-title h3{color: #fff;}
.sy_pro ul li:hover p {color: #fff;}
.sy_pro ul li .box .feature-title h3::after {
    position: absolute;border-radius: 5px;
    content: "";
    left: 0;
    right: 0;
    width: 80px;
    height: 4px;
    background-image: linear-gradient( 145deg, rgb(35,204,136) 0%, rgb(142,207,53) 100%);
    margin: auto;
    bottom: -15px;
    box-shadow: 0px 18px 30px 0px rgba(38, 204, 133, 0.36);
}
.sy_pro ul li .more {display: inline-block; margin-top:20px;font-size: 14px;font-weight: bold;color:#015293;}
.sy_pro ul li:hover .more {color: #fff;}
.sy_pro ul li .more i {font-weight: normal;margin-left: 5px;}
.sy_pro ul li .box .feature-shape-2 {
    background-image: linear-gradient( 145deg, rgb(255,79,88) 0%, rgb(255,180,0) 100%);
    box-shadow: 0px 18px 24px 0px rgba(255, 114, 58, 0.36);
}
.sy_pro ul li .box .feature-title-2 h3::after {
    background-image: linear-gradient( 145deg, rgb(255,79,88) 0%, rgb(255,180,0) 100%);
    box-shadow: 0px 18px 24px 0px rgba(255, 114, 58, 0.36);
}
.sy_pro ul li .box .feature-shape-3 {
    background-image: linear-gradient( 145deg, rgb(1,203,173) 0%, rgb(71,161,242) 100%);
    box-shadow: 0px 18px 24px 0px rgba(1, 203, 173, 0.36);
}
.sy_pro ul li .box .feature-title-3 h3::after {
    background-image: linear-gradient( 145deg, rgb(1,203,173) 0%, rgb(71,161,242) 100%);
    box-shadow: 0px 18px 24px 0px rgba(1, 203, 173, 0.36);
}
.sy_pro ul li .box .feature-shape-4 {
    background-image: linear-gradient( 145deg, rgb(232,90,202) 0%, rgb(252,78,101) 100%);
    box-shadow: 0px 18px 24px 0px rgba(233, 89, 197, 0.36);
}
.sy_pro ul li .box .feature-title-4 h3::after {
    background-image: linear-gradient( 145deg, rgb(232,90,202) 0%, rgb(252,78,101) 100%);
    box-shadow: 0px 18px 24px 0px rgba(1, 203, 173, 0.36);
}







.sy_about { padding:60px 0; overflow:hidden}
.tit{margin-bottom:40px;text-align: center;}
.tit h1 {font-size: 38px; color:#222;font-weight: bold;position: relative;padding-bottom: 10px;}
.tit h1::after {content: "";width: 60px;height: 4px;position: absolute;left: 50%;margin-left: -30px;bottom: 0;background: #015293;}
.tit h3 {margin-top: 0px;font-size: 16px;line-height: 1.7;color: #333; text-transform: uppercase;margin-top: 20px;}

.sy_about {padding: 60px 0;overflow: hidden;}
.sy_about .tit{text-align: left;}
.sy_about .tit h1::after {left: 0%;margin-left:0px;}
.sy_about .tit h1 span{ display: block; text-align: left; font-size:20px; font-weight: 500;position: relative;padding-left: 130px;}
.sy_about .tit h1 span::after{position: absolute; content: ''; height: 2px; background: #ff6b00; width: 6vw; top: 50%; transform: translateY(-50%); left: 0;}
.sy_about .wenz {width:50%;float: left;line-height: 1.8;font-size: 16px;color: #333;}
.sy_about .wenz h2 {font-size: 28px;color: #333;margin-bottom: 15px;line-height: 1.5}
.sy_about .wenz h2 span {font-weight: bold;}
.sy_about .wenz p {margin-bottom: 15px;}
.sy_about .wenz .more {width: 180px;border-radius: 6px;
  height: 50px;
  background-color:#d8ecfd ;margin-top: 30px;
  font-size: 16px;
  text-align: center;
  line-height: 50px;transition:all .3s;
-o-transition:all .3s;
-ms-transition:all .3s;
-moz-transition:all .3s;
-webkit-transition:all .3s;}
.sy_about .wenz .more a {color: #015293;}
.sy_about .wenz .more:hover {background: #015293;}
.sy_about .wenz .more:hover a {color: #fff}
.sy_about .wenz .more i {margin-left: 10px;transition:all .3s;
-o-transition:all .3s;
-ms-transition:all .3s;
-moz-transition:all .3s;
-webkit-transition:all .3s;}
.sy_about .wenz .more:hover i {margin-left: 15px;transition:all .3s;
-o-transition:all .3s;
-ms-transition:all .3s;
-moz-transition:all .3s;
-webkit-transition:all .3s;}

.sy_about .tp {width:45%;float: right; margin-top:125px;}
.sy_about .tp img {width: 100%;display: block;}

/* 我们的优势 */
.sy_cpfw{padding: 60px 0;background: #f6f6f6 url(../images/ywbj.jpg) center / cover;overflow: hidden;}
.section-wrapper{margin-left: auto;margin-right: auto;height: auto; overflow: hidden;}
.mall-app>ul{margin-left: -10px;margin-right: -10px;}
.mall-app>ul:before,
.mall-app>ul:after{content: " ";display: table;box-sizing: inherit;}
.mall-app>ul>li{float: left;width: 33.3333%;padding-left: 1px;padding-right: 1px;box-sizing: border-box;}
.mall-app-card{position: relative;height:360px;overflow: hidden;background-color: rgba(0,0,0,0.4);text-align: center;cursor: pointer;}
.mall-app-card:hover{background-color: rgba(6,48,168,0.6);}
.mall-app-card-bg{position: absolute;z-index: 0;top: 0;right: 0;bottom: 0;left: 0;background-size: cover;background-position: center;transition: 0.2s;}
.mall-app-card-top{position: relative;height: 50%;}
.mall-app-card-top i{display: block;position: absolute;top:60px;right: 0;left: 0;width: 48px;height: 49px;margin: 0 auto;background-position: center;transition: 0.2s;background-repeat: no-repeat;}
.mall-app-card-top h2{position: absolute;top: 125px;right: 0;left: 0;font-size: 20px;line-height: 28px;color: #fff;transition: 0.2s;}
.mall-app-card-top h2:before{content: "";position: absolute;top: 100%;right: 0;left: 0;width: 0;height: 4px;margin: 15px auto;background-color: #05602f;transition: 0.2s 0.2s;}
.mall-app-card-top p{position: absolute;top: 173px;right: 0;left: 0;padding-left: 40px;padding-right: 40px;margin: 10px auto 0;font-size: 14px;line-height: 24px;color: #fff;opacity: 0;transition: 0.2s;}
.mall-app-card-bottom{position: relative;height: 40%;padding-top: 0px;font-size: 14px;line-height: 24px;color: #fff;padding: 25px 50px 0;box-sizing: border-box;}
.mall-app-card-bottom h4 {margin-bottom: 10px;line-height: 1.8;color: #fff;font-size: 16px;}
.section-bottom{padding-top: 40px;padding-bottom: 50px;}
.section-more-wrap{text-align: center;}
.section-more-wrap a{display: inline-block;font-size: 16px;line-height: 24px;color: #666a75;cursor: pointer;user-select: none;transition: 0.2s;}
.section-more-wrap a:hover{color:#0a8543;}
.section-more-wrap a:hover i{transform: translate3d(5px, 0px, 0px);}
.section-more-wrap a .cui-icon{margin-top: -2px;margin-left: 10px;transition: transform 0.2s;}
.cui-icon{font-family: 'cui-icon' !important;speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;display: inline-block;vertical-align: middle;font-size: 16px;}
.mall-app-card:hover .mall-app-card-bg{-ms-transform: scale(1.05); transform: scale(1.05);} .mall-app-card:hover .mall-app-card-top i{opacity: 0;}
.mall-app-card:hover .mall-app-card-top h2{top: 85px;}
.mall-app-card:hover .mall-app-card-top h2:before{width: 68px;}
.mall-app-card:hover .mall-app-card-top p{margin-top: -15px; opacity: 1;}


.qylc { padding: 60px 0}
.qylc ul li { width:20%; float:left; text-align:center}
.qylc ul li img {width: 70px;margin: 0 auto;}
.qylc ul li h3 { font-size:18px; color:#000; margin:15px 0;font-weight: bold;}
.qylc ul li p { font-size:14px; color:#333;line-height: 1.8;margin-bottom: 10px;padding: 0 20px;height:52px}
.qylc ul li .bd { height:26px; background:url(../images/AD0Ipb_BBhAEGAAgoMH3wwUoy9TasQEwrQk4Gg.png) center center no-repeat}
.qylc ul li span { font-size:30px; color:#0a8543}
.jmls .more {background: #4f0003; color: #fff;border: 0}



/*新闻*/
.sy_news{padding: 60px 0;background-color: #f5f7fa;}
.swiper-yxxy{ margin:0 auto;padding-bottom: 30px;}
.swiper-yxxy .swiper-slide{position:relative;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;background-color: #f5f7fa;}
.sy_news .jt{position: relative;margin: 0 auto;text-align: center;}
.sy_news .jt i {font-size: 20px;}
.sy_news .swiper-button-prev{height: 56px;line-height: 54px;
  width: 56px;
  display: inline-block !important;
  vertical-align: middle;
  position: static;
  margin: 0 10px;
  border-radius: 28px;color: #525866 !important;
  border: 1px solid #e1e4ea;}
.sy_news .swiper-button-next{height: 56px;line-height: 54px;
  width: 56px;
  display: inline-block !important;
  vertical-align: middle;
  position: static;
  margin: 0 10px;
  border-radius: 28px;color: #525866 !important;
  border: 1px solid #e1e4ea;}
.sy_news .swiper-button-prev:hover, .sy_news .swiper-button-next:hover{background: #015293;color: #fff !important;border: 1px solid #015293;}




.swiper-yxxy .swiper-slide .t_p{width: 100%;position: relative;padding-bottom: 60%;overflow: hidden;}
.swiper-yxxy .swiper-slide .t_p img{width: 100%;height: 100%;position: absolute;display: block;-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.swiper-yxxy .swiper-slide:hover .t_p img{ -webkit-transform:scale(1.07); -moz-transform:scale(1.07); -o-transform:scale(1.07); -ms-transform:scale(1.07); transform:scale(1.07); -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.swiper-yxxy .swiper-slide .w_z {padding: 15px;}
.swiper-yxxy .swiper-slide .s_j {font-size: 12px;color: #333;margin-bottom: 10px;}
.swiper-yxxy .swiper-slide h3 {font-size: 18px;color: #111;margin-bottom: 20px;font-weight: bold;}
.swiper-yxxy .swiper-slide:hover h3 {color: #015293;}
.swiper-yxxy .swiper-slide p {font-size: 16px;color: #555;margin-bottom: 30px;line-height: 1.6;display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;}
.swiper-yxxy .swiper-slide .more1 {display: inline-block;}
.swiper-yxxy .swiper-slide .more1 a{color: #012d5a;text-decoration: underline;font-size: 14px;font-weight: bold;}
.swiper-yxxy .swiper-slide:hover .more1 a{color: #015293;}
.swiper-yxxy .swiper-slide:hover{transform: translateY(-5px);-wbkit-transform: translateY(-5px);-o-transform: translateY(-5px);-moz-transform: translateY(-5px);transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}

.sy_tw {padding: 60px 0;}
.sy_tw .con{display: flex;justify-content: space-between;align-items: center;}
.sy_tw .t_p{width: 46%;}
.sy_tw .t_p img{width: 100%;display: block;}
.sy_tw .w_z{width: 50%;}
.sy_tw .w_z .tit{text-align: left;}
.sy_tw .w_z .tit h1::after {left: 0%;margin-left:0px;}
.sy_tw .w_z .text {line-height: 1.8;font-size: 16px;color: #333;}
.sy_tw .w_z .more {width: 180px;border-radius: 6px;
  height: 50px;
  background-color:#d8ecfd ;margin-top: 30px;
  font-size: 16px;
  text-align: center;
  line-height: 50px;transition:all .3s;
-o-transition:all .3s;
-ms-transition:all .3s;
-moz-transition:all .3s;
-webkit-transition:all .3s;}
.sy_tw .w_z .more a {color: #015293;}
.sy_tw .w_z .more:hover {background:#015293;}
.sy_tw .w_z .more i {margin-left: 10px;transition:all .3s;
-o-transition:all .3s;
-ms-transition:all .3s;
-moz-transition:all .3s;
-webkit-transition:all .3s;}
.sy_tw .w_z .more:hover a {color: #fff;}
.sy_tw .w_z .more:hover i {margin-left: 15px;transition:all .3s;
-o-transition:all .3s;
-ms-transition:all .3s;
-moz-transition:all .3s;
-webkit-transition:all .3s;}
.flex_b{display: flex;justify-content: space-between;}
.flex_bc{display: flex;justify-content: space-between;align-items: center;}


.sy_hzhb {padding: 70px 0;text-align: center;}
.sy_hzhb ul {display: flex;justify-content: center;flex-wrap: wrap;}
.sy_hzhb ul li {width:13.2%;display: inline-block;border: #eee 1px solid;margin: 0 0.5% 1%;transition: all 0.3s;

	-wbkit-transition: all 0.3s;

	-o-transition: all 0.3s;

	-moz-transition: all 0.3s;}
.sy_hzhb ul li img {width: 100%;display: block;}
.sy_hzhb ul li:hover{box-shadow: 0 0 10px #ccc;transform: translateY(-5px);

	-wbkit-transform: translateY(-5px);

	-o-transform: translateY(-5px);

	-moz-transform: translateY(-5px);

	transition: all 0.3s;

	-wbkit-transition: all 0.3s;

	-o-transition: all 0.3s;

	-moz-transition: all 0.3s;}
.sy_hz {padding: 70px 0 ;}
.sy_hz li {width: 12.5%;margin: 10px 0 0;float: left;text-align: center;}
.sy_hz li .box {transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;border: #eee 1px solid;width: 90%;margin: 0 auto 15px;}
.sy_hz li .box img {width: 100%;display: block;}
.sy_hz li .box:hover{box-shadow: 0 0 10px #ccc;transform: translateY(-5px);

	-wbkit-transform: translateY(-5px);

	-o-transform: translateY(-5px);

	-moz-transform: translateY(-5px);

	transition: all 0.3s;

	-wbkit-transition: all 0.3s;

	-o-transition: all 0.3s;

	-moz-transition: all 0.3s;}
.xx21 li{ display:inline-block;}
.xx2{margin: 0 auto;overflow: hidden;}









.sy_ly {background-color: #343741;padding: 27px 0;overflow: hidden;}
.sy_ly .con {display: flex;align-items: center;}
.sy_ly .left{width: 33.3333333333%;float: left;}
.sy_ly .left h3{font-size: 24px;color: #fff;margin-bottom: 8px;}
.sy_ly .left .lx {}
.sy_ly .left .lx a{width: 35px;line-height: 35px;background: #fff;border-radius: 18px;text-align: center;margin: 0 3px;color: #222;display: block;float: left;}
.sy_ly .left .lx a i{font-size: 20px;}
.sy_ly .left .lx a:hover{background: #0746a6;color: #fff;}
.sy_ly .right {width: 66.6666666667%;float: right;display: flex;}
.sy_ly .right .l1 {width: 41.6666666667%;padding: 0 8px}
.sy_ly .right .l2 {width: 33.3333333333%;padding: 0 8px;}
.sy_ly .right .l3 {width: 25%;padding: 0 8px;}
.sy_ly .right .btn {display: inline-block;padding: 12px 22px;color: #fff;background-color: #003f6d !important;font-size: 16px;}
.sy_ly .right input.w_z {
  width: 100%;
  height: 55px;
  font-size: 14px;
  line-height: 55px;
  border: 1px solid #e7e7e7;
  padding: 0 5px;
  box-sizing: border-box;
  background: #fff;
}
.sy_ly .right select {
    width: 100%;background: #fff;
    height: 55px;
    line-height: 55px;
    font-size: 14px;border:1px solid #e7e7e7; padding:0 5px;box-sizing: border-box;color: #666;
}





/* start footer */
.footer_bg{background:#15161b; width:100%;padding:35px 0 0;}
.footer { margin:0 auto; padding:20px 0; z-index:999;}
.footer .zuo3 {}
.footer .zuo3 ul{display: flex;justify-content: space-between;}
.footer .zuo3 ul li { float:left;padding-right: 90px;min-width: 50px;}
.footer .zuo3 ul li.lx { width: 360px;padding-right: 0px;}
.footer .zuo3 ul li:last-child{padding: 0;}
.footer .zuo3 ul li .tit1 a { font-size:18px; font-weight:bold; color:#fff;opacity: 1; line-height:30px; display:block}
.footer .zuo3 ul li .line { margin-bottom:20px; height:2px; margin-top:10px}
.footer .zuo3 ul li .line span { width:15px; height:1px; background:#d8ecfd;-webkit-transition: all 1s;-moz-transition: all 1s;-o-transition: all 1s;transition: all 1s; display:block}
.footer .zuo3 ul li:hover .line span { width:50px; height:1px;}
.footer .zuo3 ul li a { width:100%; display:block; line-height:28px; font-size:14px; color:#fff;opacity: 0.7; text-transform: capitalize;}
.footer .zuo3 ul li a:hover {opacity: 1;}
.dzwz {line-height:30px;color:#fff;font-size:14px;}
.dzwz p { line-height:30px;color:#fff;font-size:14px;margin-bottom: 5px;}
.dzwz p i {color: #fff;text-align: center;margin-right: 10px;-webkit-transition:all 0.3s; -moz-transition:all 0.3s; -o-transition:all 0.3s; transition:all 0.3s;}
.dzwz p a{width: auto !important;display: inline-block !important;
}
.footer .zuo3 ul li.yx {width: 240px;padding-right: 0;float: right;}
.footer .searchIpt2 {width: 240px;height: 50px;position: relative;}

.searchIpt2 .search_txt {width: 182px;

	padding: 0 0 0 10px;

	line-height: 50px;

	background: #fff;

	color: #666;

	border: 0;

	height: 50px;

	float: left;border-radius: 25px;

}

.searchIpt2 .search_btn {width: 50px;background: #fff;border: 0;float: right;color: #333;height: 50px;cursor: pointer;border-radius: 25px;position: relative;}
.searchIpt2 i {font-size: 20px;width: 20px;height: 20px;line-height: 20px;position: absolute;right:15px; top:50%;margin-top: -10px; text-align: center;color: #333;}
.searchIpt2 .search_btn:hover{background: #015293;color: #fff;}
.searchIpt2 .search_btn:hover i {color: #333;}
.searchIpt2 .search_btn i:hover {color: #fff;}
.footer_bg .dybox {margin-top: 5px;}
.footer_bg .dybox p{font-size: 14px;color: #fff;}
.footer_bg .dybox h3 {margin-bottom: 15px;}
.footer_bg .dy {margin-top: 10px;width:240px;overflow: hidden;}
.footer_bg .dy input.w_z{width:85%; height:35px; border-radius:0; font-size:14px; line-height:35px; color:#333; float:left; -webkit-appearance:none;background: rgba(255,255,255,0.15);padding-left: 10px;box-sizing: border-box;}
.footer_bg .dy button.s_c{width:15%; height:35px;font-size:18px; line-height:35px; text-align:center; float:left; -webkit-appearance:none;font-weight: bold;background: #015293;}
.footer_bg .dy i {font-size: 18px;color: #fff;}
.footer .zuo3 ul li.yx .tb {padding-top: 20px}
.footer .zuo3 ul li.yx .tb a {width: 35px;margin-right: 10px;position: relative;float: left;height: 35px;line-height: 35px; text-align: center;background: #015293;color: #fff;opacity: 1;border-radius: 6px;}
.footer .zuo3 ul li.yx .tb a i{font-size: 22px;}
.footer .zuo3 ul li.yx .tb a .wx {width: 120px;position: absolute;left: 50%;margin-left: -60px;background: #fff;top: -120px;display: none;}
.footer .zuo3 ul li.yx .tb a:hover .wx{display: block;}
.footer .zuo3 ul li.yx .tb a img {width: 100%;}

.footer .weix {width: 120px;float: right;text-align: center;line-height: 30px;}
.footer .weix img {width: 100%;}
.footer_btm {margin:20px auto 0;border-top: 1px solid rgba(255,255,255,0.2); width:100%;}
.copy {width: 1200px;margin: 0 auto;line-height: 50px;text-align: center}
.copy p {font-size: 14px;text-transform: uppercase;color: #fff;}
.copy p a { color: #fff; -webkit-transition: 0.9s; -moz-transition: 0.9s;-o-transition: 0.9s;transition: 0.9s;}



.nban { height:360px; width:100%;position: relative;}
.nban .mb {position: absolute;width: 100%;height: 100%;box-sizing: border-box; background: rgba(0,0,0,0.35);display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.nban .mb .box {width: 100%;padding-top: 20px;}
.nban .mb h1 {font-size:40px;margin-bottom: 15px;color: #fff;font-weight: bold;max-width: 66.6666%;}
.nban .mb h1 span {font-weight: bold;}
.nban .mb h3{font-size: 18px;color: #fff;max-width: 66.6666%;}
.nban .mb .more {width: 160px;margin: 0 auto;line-height: 50px;text-align: center;font-size:18px;color: #fff;background: #fc7010;border-radius: 25px;text-transform: uppercase;}
.nban .mb .more:hover {background: #df2b02;}


.ny_jj {margin: 80px auto 0;position: relative;font-size: 16px;line-height: 1.8;color: #333;padding-bottom: 80px;}
.ny_jj .tit h1::after {
  left: 0%;
  margin-left: 0px;
}
.ny_jj .tit{text-align: left;}
.ny_jj .w_z {width: 56%;font-size: 16px;line-height: 1.8;color: #333;}
.ny_jj .w_z h3 {position: relative;font-size: 32px;color: #222;margin-bottom: 40px;font-weight: bold;text-align: center;}
.ny_jj .w_z h3::after{content: "";width: 60px;bottom: -10px;height: 4px;background: #015293;position: absolute;left: 50%;margin-left: -30px;}
.ny_jj .t_p{width: 40%; margin-top:125px;}
.ny_jj .t_p img{width: 100%;}

.ny_hj{padding: 60px 0 60px;position: relative;}
.ny_hj .con {position: relative;z-index: 9;}
.swiper-cp{ margin:0 auto; padding-bottom:50px;}
.swiper-cp .swiper-slide{position:relative;background: #fff;}
.swiper-cp .swiper-slide .t_p{overflow: hidden;position: relative}

.swiper-cp .swiper-slide img {width: 100%;height:auto;display: block; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;z-index: 1;}

.ny_hj .swiper-button-prev{width:38px; height:50px; left:5px;font-size: 25px;margin-top: -25px;text-align: center;}
.ny_hj .swiper-button-prev i {font-size:30px;color: #fff;}
.ny_hj .swiper-button-prev:hover i {color:#01408f;}
.ny_hj .swiper-button-next{ width:38px; height:50px; margin-top:-25px; right:5px;text-align: center;}
.ny_hj .swiper-button-next i {font-size:30px;color: #fff;}
.ny_hj .swiper-button-next:hover i {color:#01408f;}

.ny_mamber{padding: 60px 0;margin: 0 auto;}
.ny_mamber h2{font-size: 30px;font-weight: bold;color: #222;margin-bottom: 20px;text-align: center;}
.ny_mamber ul {display: flex;justify-content: center;align-items: stretch;flex-wrap: wrap;}
.ny_mamber ul li {width: 25%;padding:20px 20px;}
.ny_mamber ul li .t_p{height: 200px;margin: 0 auto;text-align: center;width: 200px;}
.ny_mamber ul li .t_p img{height: 100%;width: 100%; margin: 0 auto;object-fit: cover;border-radius: 100px;}
.ny_mamber ul li:hover .t_p img{opacity: 0.85;}
.ny_mamber ul li .w_z {padding: 30px 10px 0;}
.ny_mamber ul li .w_z h3{font-size: 16px;color: #222;font-weight: bold;margin-bottom: 10px;text-align: center;}
.ny_mamber ul li .w_z p{font-size: 14px;color: #222;line-height: 1.6;text-align: center;margin-bottom: 15px;display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;}


.ny_sm{padding: 100px 0;background: url(../images/ywbj.jpg) center / cover no-repeat;background-attachment: fixed; overflow: hidden;}
.ny_sm .con {font-size: 24px;max-width: 800px;text-align: center;color: #fff;line-height: 1.8;}
.ny_sm .tit h1 {color: #fff;}
.ny_sm .tit h1::after{background: #fff;}

.ny_tpzs {padding-bottom: 60px;padding-top: 60px;background: #f5f5f5;}

.ny_tit{padding: 50px 0 0;overflow: hidden;}
.ny_tit ul {text-align: center;}
.ny_tit ul li{width: 200px;height: 46px;background: #ebebeb;text-align: center;line-height: 46px;display: inline-block;margin: 0 5px;border-radius: 8px;}
.ny_tit ul li a{color: #222;font-size: 16px;}
.ny_tit ul li:hover a{color: #fff;}
.ny_tit ul li:hover {background: #015293;}
.ny_tit ul li.on a{color: #fff;}
.ny_tit ul li.on {background: #015293;}


.ny_cp{  position: relative;padding: 60px 0;
}
.ny_cp .list {width: 320px;float: left;background:#f5f5f5;position: sticky;top: 100px;height: 100%;}
.subNavBox{}
.subNav{cursor:pointer;
font-weight: 400;
font-size: 16px;color: #222;background:url(../images/jiah.png) no-repeat;background-position:90% 50%;line-height:55px;padding: 0 20px;border-bottom: #fff 1px solid;}
.subNav:hover{color:#fff;background: #015293 url(../images/jianh.png) no-repeat;background-position:90% 50%;}
.currentDd{color:#fff;background: #015293 url(../images/jianh.png) no-repeat;background-position:90% 50%;}
.currentDt{background: #015293 url(../images/jianh.png) no-repeat;background-position:90% 50%;color: #fff;}
.navContent{display: none;background: #FFFFFF;box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);width: 100%;padding: 5px 20px 25px;}
.navContent li a{line-height: 1.2;display: block;border-bottom: 1px dashed rgba(0,0,0,0.3);font-size: 16px;color: #015293;padding-bottom: 12px;padding-top: 12px;}
.navContent li a:hover{color: #015293;}
.navContent li a.on{color: #015293;}
.ny_cp .list ul li {position: relative;}
.ny_cp .list ul li .y_j {position: relative;line-height: 76px;padding: 0 50px;}
.ny_cp .list ul li:hover .y_j{background: #015293;}
.ny_cp .list ul li.on .y_j{background: #015293;}
.ny_cp .list ul li.on i{background: url(../images/jianh.png) center center no-repeat;}
.ny_cp .list ul li:hover .y_j a {color: #fff;}
.ny_cp .list ul li.on .y_j a {color: #fff;}
.ny_cp .list ul li .y_j a {
font-weight: 400;
font-size: 20px;color: #000000;}
.ny_cp .list ul li i {position: absolute;width: 130px;height: 100%;right: 0px;background: url(../images/jiah.png) center center no-repeat;}
.ny_cp .list ul li .e_j {position: relative;background: #FFFFFF;box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);width: 100%;display: none;padding: 5px 42px 60px;}
.ny_cp .list ul li .e_j a {line-height: 56px;display: block;border-bottom: 1px dashed rgba(0,0,0,0.3);font-size: 16px;color: #015293;}
.ny_cp .list ul li .e_j a:hover{color: #015293;}
.ny_cp .right {
  float: right;
  width: calc(100% - 386px);
}
.ny_cp .right .box {
  padding: 0 0 2vw 2.4vw;background: #fff;min-height: 600px;
}

.ny_cp .list .a_n {
  display: none;
}

.ny_cp .right .part1 {}
.ny_cp .right .part1 h2 {font-size:24px;color: #015293;font-weight: bold;border-bottom: #ccc 1px solid;margin-bottom: 20px;line-height: 50px}
.ny_cp .right .part1 h2 span {display: inline-block;padding: 0 10px;border-bottom: #015293 2px solid;}
.ny_cp .right .part1 .xbt {font-size: 20px;color: #015293;font-weight: bold;margin-bottom: 15px;}
.ny_cp .right .part1 img {max-width: 100%;margin-bottom: 15px;margin: 0 auto 15px;}
.ny_cp .right .part1 .t_p {margin: 0 auto 15px;text-align: center}
.ny_cp .right .part1 .nr {font-size: 16px;color: #222;line-height: 1.8;margin-bottom: 35px;}
.ny_cp .right .part1 .line {height: 1px;background: #ccc;margin-bottom: 35px;}

/*新闻*/
.newslist{ padding: 40px 0 60px; margin: 0px auto 0;}
.newslist li{ width: 100%; padding: 30px 0; border-bottom: 1px solid #eaeaea;}
.newslist li a{ display: block; position: relative; padding-left: 410px;
	height: 210px; overflow: hidden; padding-right: 170px;}

.newslist li .pic{ position: absolute; left: 30px; top:0; z-index: 1;
	width: 340px; height: 100%; overflow: hidden;}
.newslist li .pic img{ width: 100%; height: 100%;}

.newslist li h3{ font-size: 20px; color: #222;font-weight: bold;line-height: 40px; height: 40px; overflow: hidden; padding: 0px 0 10px 0;}
.newslist li .txt{ color: #333; line-height: 28px; overflow: hidden; height: 84px; margin-top: 12px; text-align: justify;font-size: 14px;}
.newslist li .info{ font-size: 14px; color: #999; line-height: 20px; margin-top: 30px;}
.newslist li .info span{ display: inline-block; padding-left: 22px; margin-right: 20px;}
span.clock{ background: url('../images/clock.png') left no-repeat;}
span.click{ background: url('../images/click.png') left no-repeat;}

.newslist li label{ display: block; width: 38px; height: 38px; position: relative;
	 background: #fff url('../images/jia1.png') center no-repeat; border: 1px solid #015293;
	position: absolute; right:30px; top:76px; z-index: 1; cursor: pointer;}

.newslist li:hover h3{ color: #015293;}
.newslist li:hover{ box-shadow: 0 4px 20px 1px rgba(112,112,112,0.2);}
.newslist li:hover label{ background-color: #015293; border-color: #015293;
	 background-image: url('../images/jia1h.png');}
.newslist h3,.newslist li,.newslist label{ 
	-webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s;}
@media screen and (max-width:1200px){
	.newslist li a{ padding-right: 100px;}
}
@media screen and (max-width:1040px){
	.newslist li a{ padding-right: 30px;}
	.newslist li label{ display: none;}
	.newslist li .txt{ height: 96px;}
	.newslist li .info{ margin-top: 20px;}
}
@media screen and (max-width:900px){
	.newslist li .txt{ height: 120px;margin-top: 0;}
	.newslist li .info{ display: none;}
}
@media screen and (max-width:750px){
	.newslist li a{ padding-left: 312px; padding-right: 20px; height: 168px;}
	.newslist li .pic{ left:20px; width: 272px;}
	.newslist li h3{ font-size: 30px; line-height: 48px; height: 48px; padding-top: 0;}
	.newslist li .txt{ line-height: 36px; height: 108px;}
}

.page {padding: 25px 0;overflow: hidden;text-align: center;}
.page a {width: 34px;height: 34px;display: inline-block;margin: 0 5px;border-radius: 50%;line-height: 33px;text-align: center;font-size: 16px;color: #333;border: rgba(0,0,0,0.3) 1px solid;}
.page a:hover{background: #015293;color: #fff;}
.page a.on{background: #015293;color: #fff;}


















.ny_yw {padding: 60px 0;}

.ny_yw .flex {display: flex;justify-content: space-between;align-items: stretch;}
.ny_yw ul li{width:18%;float: left;margin: 1%;position: relative;box-shadow: 0 0 15px rgba(0,0,0,0.08);}
.ny_yw ul li .t_p {overflow: hidden;padding-top: 56%;position: relative;}
.ny_yw ul li .t_p img{width: 100%;height: 100%;object-fit: cover;position:absolute;left: 0;top: 0;transition: 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.ny_yw ul li:hover .t_p img{ -webkit-transform:scale(1.07); -moz-transform:scale(1.07); -o-transform:scale(1.07); -ms-transform:scale(1.07); transform:scale(1.07); -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.ny_yw ul li .t_p .mb {position: absolute;width: 100%;height: 100%;z-index: 9;background: rgba(0,0,0,0);top: 0;left: 0;}
.ny_yw ul li:hover .t_p .mb {background: rgba(0,0,0,0.6) url(../images/jh.png) center / 30px no-repeat;}
.ny_yw ul li .w_z {padding: 15px 15px 20px;}
.ny_yw ul li .w_z h3{font-size: 18px;font-weight: bold;color: #222;margin-bottom: 20px;position: relative;}
.ny_yw ul li .w_z h3::after{content: "";width: 20px;height: 2px;background: #015293;left: 0;position: absolute;bottom: -10px; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.ny_yw ul li:hover .w_z h3::after{width: 50px; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.ny_yw ul li .w_z p{font-size: 14px;color: #222;line-height: 1.8;display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp:3;}
.ny_yw ul li .t_p .hr{position:absolute;width: 100px; left:50%;top:50%;transform:translateX(-50%) translateY(-50%);z-index:5;height: 100px;}	
.ny_yw ul li .t_p .hr img{width:100%;height: 100%; opacity:0;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;}
.ny_yw ul li:hover .hr img{opacity:1;}		
.ny_yw ul li:hover .hr img{-webkit-transform:rotate(360deg);animation:rotation 10s linear infinite;-moz-animation:rotation 10s linear infinite;-webkit-animation:rotation 10s linear infinite;-o-animation:rotation 10s linear infinite;}	
@-webkit-keyframes rotation{from{-webkit-transform:rotate(0deg);}	to{-webkit-transform:rotate(360deg);}}
.ny_yw ul li .w_z .more{width: 130px;height: 35px;line-height: 35px;text-align: center;border-radius: 6px;background:#d8ecfd;font-size: 16px;margin-top: 30px;}
.ny_yw ul li .w_z .more:hover{background:#015293;}
.ny_yw ul li .w_z .more a{color: #015293;}
.ny_yw ul li .w_z .more:hover a{color: #fff;}
.gray{background-color: #f5f7fa;}
.ny_bj {padding: 70px 0;}
.ny_bj ul li{width: 31.3333%;margin: 1%;float: left;}
.ny_bj ul li h3{font-size: 20px;color: #222;margin-bottom: 20px;text-align: center;}
.ny_bj ul li .t_p{overflow: hidden;padding-top: 100%;position: relative;}
.ny_bj ul li .t_p img{position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: cover;}
.ny_bj ul li p{}


.sy_hyyy {padding: 60px 0;overflow: hidden;}
.sy_hyyy ul {margin: 0 auto;}
.sy_hyyy ul li {width: 30.3333%; float: left;margin: 0 1.5% 30px;position: relative;overflow: hidden;}
.sy_hyyy ul li img {width: 100%; display: block;-webkit-transition:all 1s; -moz-transition:all 1s; -o-transition:all 1s; transition:all 1s; }
.sy_hyyy ul li .sign {position: absolute; left:50%;top:35%;width:400px; margin-left: -200px;height: 100%;	background: url(../images/hybj.png) no-repeat center top;	font-size: 14px;	line-height: 22px;	color: #fff;	text-align: center;padding-top: 20px;box-sizing: border-box;-webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s; transition:all 0.8s;z-index: 999}
.sy_hyyy ul li .sign .tb {width:70px; height: 52px;margin: 0 auto;}
.sy_hyyy ul li .sign span { font-size: 19px;}
.sy_hyyy ul li:hover img {-webkit-transition:all 1s; -moz-transition:all 1s; -o-transition:all 1s; transition:all 1s;filter:grayscale(100%); -webkit-filter:grayscale(100%); -moz-filter:grayscale(100%); -ms-filter:grayscale(100%); -o-filter:grayscale(100%);}
.sy_hyyy ul li:hover .sign {-webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s; transition:all 0.8s;top: 45%;background: none;}
.sy_hyyy ul li .bg{	left:0;	bottom: 0;width:100%;	height:80%;	background: url(../images/bg_shadow06.png) center / 80% 100% no-repeat;position: absolute;-webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s; transition:all 0.8s;opacity: 0;z-index: 998}
.sy_hyyy ul li:hover .bg{-webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s; transition:all 0.8s;opacity: 1;}



.ntit {padding: 25px 0;overflow: hidden;}
.ntit ul li{float: left;height: 40px;font-size: 18px;color: #000;line-height: 40px;margin-right: 40px;}
.ntit ul li a{color: #000;}
.ntit ul li .y_j{position: relative;padding: 0 2px;display: inline-block;}
.ntit ul li span{position: absolute;left: 0;height: 2px;background: #015293;bottom: 0;width: 0;-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.ntit ul li:hover{font-size: 20px;font-weight: bold;}
.ntit ul li:hover a{color: #000;}
.ntit ul li:hover span{width: 100%;-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}

.ntit ul li.on{font-size: 20px;font-weight: bold;}
.ntit ul li.on span{width: 100%;-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}

.ny_mbx {line-height: 45px;color: #fff;font-size: 16px;position: absolute;width: 100%;left: 0;bottom: 0;}
.ny_mbx a{color: #fff;}
.ny_mbx i{margin-right: 5px;}
.ny_mbx a:hover{color: #015293;}



.ny_fw {padding: 80px 0;overflow: hidden;}
.ny_fw .container{padding-bottom: 60px;overflow: hidden;}
.ny_fw .wenz {width:50%;line-height: 1.8;font-size: 16px;color: #333;}
.ny_fw h2 {font-size: 26px;color: #333;margin-bottom: 15px;line-height: 1.5}
.ny_fw h2 span {font-weight: bold;}
.ny_fw .wenz p {margin-bottom: 15px;}
.ny_fw .tp {width:45%;}
.ny_fw .tp img {width: 100%;display: block;}

.ny_lx {padding: 60px 0;}
.ny_lx ul {display: flex;align-items: stretch;flex-wrap: wrap;}
.ny_lx ul li {width: 31.3333%;margin: 1%;}
.ny_lx ul li .t_p{width: 100%;padding-top: 60%;position: relative;overflow: hidden;}
.ny_lx ul li .t_p img{width: 100%;height: 100%;position: absolute;object-fit: cover;left: 0;top: 0;display: block;-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;z-index: 1;}
.ny_lx ul li:hover .t_p img{-webkit-transform:scale(1.07); -moz-transform:scale(1.07); -o-transform:scale(1.07); -ms-transform:scale(1.07); transform:scale(1.07); -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s; }
.ny_lx ul li .t_p .m_b {position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 12px 20px;
  background: linear-gradient(0, rgba(0, 0, 0, 0.8), transparent 30%);
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 22px;
  color: #fff;z-index: 9;}
.ny_lx ul li .w_z {padding: 20px 0;font-size: 16px;line-height: 26px;color: #222;}
.ny_lx ul li .w_z p {margin-bottom: 12px;}
.ny_lx ul li .w_z i{margin-right: 6px;color: #015293;}



.ny_lx {padding: 80px 0;overflow: hidden;min-height: 600px;}
.ny_lx .xxpl {width: 50%;}

.ny_lx .xxpl ul li{font-size: 16px;line-height: 1.8;color: #333;margin-bottom: 15px;overflow: hidden;border-bottom: #eee 1px solid;padding-bottom: 15px;}	
.ny_lx .xxpl ul li .t_b {width: 60px;height:60px;text-align: center;line-height: 60px;background:#d8ecfd;border-radius: 30px;color: #015293;float: left;margin-top: 5px;}
.ny_lx .xxpl ul li .w_z {width: calc(100% - 80px);float: right;}
.ny_lx .xxpl ul li .w_z h3{font-size: 20px;color: #333;font-weight: bold;}
.ny_lx .xxpl ul li .w_z p{font-size:18px;color: #000;line-height: 1.8;}
.ny_lx .xxpl ul li i {font-size:30px;}
.ny_lx .xxpl ul li.dz{width: 100%;}
.ny_lx .zxly {width:100%;margin-top: 60px;}
.ny_lx .zxly h3 { font-size:20px; color:#654b2f; margin:10px 0 5px;position: relative;padding-top: 10px;text-transform: uppercase;}
.ny_lx .zxly h4 {font-size: 28px;color: #333;margin-bottom: 50px;}
.ny_lx .zxly input.w_z{width:48%; height:50px; font-size:14px; line-height:50px; margin-right:3%; margin-bottom:10px; border:1px solid #e7e7e7; padding:0 5px;box-sizing: border-box;background: #fff;}
.ny_lx .zxly input.w_z.no{margin-right: 0;}
.ny_lx .zxly input.w_z.da{width: 100%;}
.ny_lx .zxly input.a_n{width:140px; height:50px; background-color:#015293; font-size:14px; color:#fff; line-height:40px;margin-right: 40px;}
.ny_lx .zxly textarea{width:100%; height:120px; padding:5px; border:1px solid #e7e7e7; outline:none; resize:none; font-size:14px; line-height:28px; margin-bottom:30px;box-sizing: border-box;}

.ny_lx .d_t {margin-top: 50px;}



.ny_zzy {padding-bottom: 60px;overflow: hidden}
.ny_zzy ul li {width: 25%;float: left;height: 300px;padding: 20px;box-sizing: border-box;}
.ny_zzy ul li.h{margin-right: 0;background: #f5f5f5;border: #e9e9e9 1px solid;}
.ny_zzy ul li .img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;margin: 0 auto 10px;
}
.ny_zzy ul li .img span {
    width: 44px;font-size: 20px;color: #fff;font-weight: 100;
    height: 44px;
    border-radius: 50%;
    background: #283550;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.ny_zzy ul li h3 {color: #333;font-size:20px;margin-bottom: 30px;font-weight: bold;position: relative;text-align: center}
.ny_zzy ul li h3::after { content: " ";position: absolute; left:50%; margin-left: -20px; bottom: -12px; width: 20px; height:3px;background: #fc7010;}
.ny_zzy ul li p {font-size: 14px;color: #555;line-height: 1.8;}
.gray {background: #f5f5f5;}










@media only screen and (max-width:1368px) {
	.footer .zuo3 ul li {
  padding-right: 40px;
}
	.five-part .five-font-sty {
  font-size: 18px;
}
.nav .e_j.cp .lm {
  padding: 0 20px;
}
.ny_jj .t_p {
  width: 40%;margin-top: 35px;
}
	.header .nav ul li{}
	.nav .e_j.cp {padding: 0;
}
	.product-number-info .product-number-inner {
  width: 94%;
}

	
}



@media only screen and (max-width:1024px) {
	
.pc_ban{height:19rem;} 
.container { width: 94%; margin: 0 auto;-moz-box-sizing: border-box; /*Firefox3.5+*/-webkit-box-sizing: border-box; /*Safari3.2+*/-o-box-sizing: border-box; /*Opera9.6*/-ms-box-sizing: border-box; /*IE8*/box-sizing: border-box;}

	.header .top {
  line-height:28px;
  height: 28px;
}
	.header .top .fr a {
  width: 28px;
  height:28px;
  line-height: 28px;margin-right: 0;
  margin-top: 0;border: 0;
}
	.header .logo img {
  height: 40px;
}
	.header .container {height: 60px;position: relative;justify-content: space-between;
}
	.head_h{height: 60px;}
	.header .logo {
  margin: 10px 0;
}
	.header .right .ss {
  line-height: 32px;
  color: #333;padding: 0 6px;
}
	.header.on .right .ss {
  line-height:32px;
}
	.header .top .fr a i {
  font-size: 20px;
}

	.header .right {margin-right:60px;margin-left: 0}
.header .right .yy {
  line-height:32px;
}
	.header .right .seach {
  line-height: 32px;
}

	.header.on {
  height: 60px;
}
.header .an{display:block; right:0px;}
.header .an span { background-color:#999}
.header .nav ul { width: 100%;}
.header.on .nav {top: 60px;}
.header .nav{width:100%; padding:15px 5%; background: rgba(255,255,255,0.95); height:100%; position:fixed; top:88px; right:-100%; z-index:9999; overflow:auto;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s; margin-top:0;box-sizing: border-box;}
.nav .e_j.cp .container-fluid {width: 100%;max-width: 100%;
}
	.nav .e_j .dh_l {
  width: 100%;
  padding-top:0px;
}
	.nav .e_j.cp .lm {width: 100%;
  padding: 0 0px;
}
	.nav .e_j.cp .lm.w25 {
  width: 100%;
}
	.nav .e_j.cp .lm h3 {
  font-weight: normal;
}
	.nav .e_j .box {
  padding: 0 0 ;
}
.header .nav.on{right:0;}
.header.on .nav ul li a { font-size: 16px;color: #333;}
.header .nav i{display:block;font-size: 16px;color: #333;}
.header .nav ul li{line-height:60px; text-align:left; border-bottom:1px solid rgba(0,0,0,0.15); float:none; margin:0; padding:0}
.header .nav ul li::after { background: rgba(0,0,0,0);}
.header.on .nav ul li{line-height:60px;}
	.nav ul li.da .e_j {
  position: relative;
  height: auto;overflow-y: scroll;
}
	.header .nav ul li .w1200 {
  width: 100%;
  padding-bottom: 0;border-bottom: 0;
}
	.header .nav ul li .e_j h1 {color: #fff;
}
	.header .nav ul li .lm2 {
  width: 100%;
}
	.header .nav ul li .e_j .bd {
  width: 100%;text-align: center;
}
	.header .nav ul li .e_j h3 {
  font-size: 14px;
  color: #fff;
}.header .nav ul li .e_j .hd {
  width: 100%;
  margin-left: 0;
}
	.header .nav ul li .e_j .hd ul li .dz {
  font-size:14px;
  color: #fff;
}
.header .nav .e_j { width: 100%; border-top: 1px solid rgba(255,255,255,0.3); background: none; position: relative;display: none;top: auto; left: auto; margin: 0;padding-bottom: 10px;transform: translateY(0px);
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
-o-transform: translateY(0px);transition: all 0s;
-o-transition: all 0s;
-ms-transition: all 0s;
-moz-transition: all 0s;
-webkit-transition: all 0s;opacity: 1;visibility: inherit;height: auto;}
.header .nav ul li .e_j a { color:#444;font-size: 16px;}
.header .nav ul li .e_j a:hover { color:#333}
.header .nav .e_j a{border-top:0; font-size:12px; color:#aaa; line-height:32px;}
.header .nav .e_j a:hover{background:none;}
.header .nav ul li:hover .e_j{display:none;}
.header .nav ul li a{font-size:16px; color:#333;}

	.header.on .nav ul li .e_j {
  top: 0;border-top:0;
}
	
	.nav .e_j .s_j {
  display: none;margin-bottom: 20px;
}
	.nav .e_j .dh_r {display: none;
}

.header .nav ul li:hover span{width:0;}
.header .nav ul li.on span{width:0;}
	
	
	.p1ban {
  padding: 40px 0;
}
	.p1ban .part-image-style .part-image {width: 100%;flex: auto;margin-top: 30px;
}
	.p1ban .part-image-style .part-image-content {width: 100%;flex: auto;
}
	.p1ban .part-image-style {flex-wrap: wrap;width: 100%;margin-top: 30px;
}
	.p1ban .part-image-style .part-image-content h1 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 25px;
}
.product-number-info li b {
  font-size: 30px;
}
	.product-number-info li b em {
  font-size: 20px;
}
	.sy_pro {
  padding: 30px 0;
}
	.sy_ser {
  padding: 40px 0;
}
	.xx1 .hd ul li {
  padding: 10px 12px;
  margin: 0 3px;
  font-size: 14px;
}
	.sy_pro ul li {
  width: 50%;}
	.sy_pro ul {flex-wrap: wrap;
}
	.xx1 .hd {
  margin-bottom: 20px;
}
	.sy_cpfw {
  padding: 40px 0;
}
	.mall-app-card-bottom {
  height: 40%;
  padding: 15px 20px 0;
}
	.mall-app-card {
  height: 300px;
}
	.mall-app-card:hover .mall-app-card-top p{margin-top: -40px;}
	.sy_about {
  padding: 40px 0;
}
	.qylc ul li {
  width: 100%;
}
	.sy_hzhb {
  padding: 30px 0;
}
	.qylc {
  padding: 40px 0;
}
	.searchIpt {
  right: 0px;
  top: 50px;
}
	.tit h1 {
  font-size: 26px;
}
	.sy_news {
  padding: 30px 0;
}
	 .ny_jj .t_p {
    width: 100%;
    margin-top: 20px;margin-bottom: 20px;
  }
	.ny_jj {
  padding-bottom: 10px;
}

	.sy_about .tit h1 span {
  padding-left: 100px;
}
	.sy_about .tit h1 span::after {
  width:90px;
}
	.sy_about .tp {
  width: 70%;
  float: none;margin: 0 auto;
}
	.sy_about .wenz {
  width: 100%;margin-bottom: 25px;
}
	.tit {
  margin-bottom: 20px;
}
	.sy_tw {
  padding:40px 0;
}
	.sy_tw .t_p {
  width: 100%;
}
	.sy_tw .con {flex-wrap: wrap;
}
	.sy_tw .w_z {
  width: 100%;margin-top: 20px;
}
	.sy_hzlc {
  padding: 40px 0;
}
	.sy_hzlc li {
  width: 50%;
}
	.flex_b {flex-wrap: wrap
}
	.sy_tw .w_z .more {
  height: 40px;
  margin-top: 20px;
  font-size: 16px;
  line-height: 40px;margin-bottom: 20px;
}
	.sy_szzz {
  padding: 30px 0;
}
	.sy_szzz li {
  width: 49%;margin-bottom: 15px;
}
	.sy_szzz .more {
  height: 40px;
  margin: 20px auto 0;
  line-height: 40px;
}
	.sy_hyfw {
  padding: 30px 0 40px;
}
	.sy_hyfw ul li {
  width: calc(50% - 10px);margin-bottom: 15px;
}
	.sy_ly .con {flex-wrap: wrap;
}
	.sy_ly .left {
  width:100%;text-align: center;
}
	.sy_ly .left .lx {text-align: center;
}
	.sy_ly .left .lx a {
  display: inline-block;
  float: none;
}
	.sy_ly .right {
  width: 100%;margin-top: 20px;
}
	.sy_ly .right input.w_z {
  height: 49px;
  line-height: 47px;
}
	.sy_ly .right select {
  height: 49px;
  line-height: 47px;
}
	.con {
  width: 90%;
}
	
	.footer .zuo3 {
  width: 100%;
}
	.footer {padding: 0
}
	.footer .zuo3 ul li {display: none;
}
	.footer .zuo3 ul li.yx {
  width: 100%;display: block;margin-top: 20px;
}
	.footer .zuo3 ul li.lx {display: block;
  width: 100%;
}
	
	.copy {
  width: 90%;
  line-height: 1.4;padding: 10px 0
}
	.nban {
  height: 10rem;
}
	.nban .mb h1 {
  font-size: 30px;
  margin-bottom: 10px;
}
	.nban .mb h3 {
  font-size: 16px;
}
	.nban .mb .box {
  padding-top: 0px;
}
	.ny_sm {
  padding: 60px 0;
    background-attachment: scroll;
}
	.ny_jj {
  margin:30px auto;
}
	.ny_jj .w_z {
  width: 100%;
}
	.ny_jj .tp {
  width: 96%;margin-top: 25px;margin-bottom: 30px;
}
	.ny_jj .tp .box {
  left: -15px;
  border: #ccc 6px solid;
  bottom: -15px;
}


	.footer_bg {
  padding: 25px 0 0;
}
	
	.ny_lx {
  padding: 40px 0;
}
	.ny_lx .xxpl {
  width: 100%;
}
	.ny_lx .zxly {
  width: 100%;margin-top: 30px;
}
	.ny_lx .zxly input.w_z {
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin-right:0%;
}
	
	.ny_yw {
  padding: 30px 0;
}
	.ny_yw .flex {flex-wrap: wrap;
}
	.ny_yw .box {
  width: 100%;
  padding: 30px;
  margin-bottom: 30px;
}
	.ny_yw .box .w_z {
  font-size: 16px;
  line-height: 1.6;
}
	.ny_yw ul li {
  width: 31.3333%;
}
	
	.ntit ul li {
  margin-right:30px;
}
	.ny_cpxq .t_p {
  width: 100%;margin-bottom: 25px;
}
	.ny_cpxq .w_z {
  width: 100%;margin-bottom: 30px;
}
	.ny_cpxq .w_z h1 {
  font-size: 24px;
  margin-bottom: 20px;
  margin-top: 0px;
}
	.ny_cpxqtd h1 {
  line-height: 50px;
  font-size: 24px;
}
	.ny_cpxqtd {
  padding-bottom: 30px;
}

	
.ny_mbx {
  font-size: 14px;
}
	.ny_cp {
  padding:40px 0;
}
	.ny_cp .list {
  width: 100%;
  float: none;
  position: relative;top: auto;
  height:auto;
}
	.ny_cp .list .a_n {
  display: block;
}
	.ny_cp .list .a_n {
  line-height: 50px;
    font-size: 16px;
    color: #222;
    display: block;
    background: url(../images/nyej.png) right center / 20px no-repeat;
}
	 .subNavBox {
    position: absolute;
    width: 100%;
    left: 0;
    top:50px;
    display: none;
    background: #fff;
    z-index: 99;box-shadow: 0 0 10px rgba(0,0,0,0.15)
  }
	.subNav {
  line-height: 50px;padding: 0 15px;font-size: 16px;background-size: 14px;background-position: 94% 50%;
}
	.ny_cp .right {
  float: none;margin-top: 30px;
  width:100%;
}
	.ny_cp .right .part1 .nr {
  margin-bottom: 25px;
}
	.ny_tit {
  padding: 30px 0 0;
}
	.ny_tit ul li {
  width: 160px;
  height: 36px;
  line-height: 36px;
}
	.ny_hj {
  padding:30px 0 30px;
}
	.ny_lx ul li {
  width: 48%;
}
	.ny_mamber {
  padding: 30px 0;
}
	.ny_mamber ul li {
  width: 50%;
}
	
	
	
	
	
	
  }

@media only screen and (max-width:600px){
	.header .top {display: none;
  }
	  .header .nav {
    top: 60px;
  }
	
	.p1ban .part-image-style .a_n a {width: 100%;
  line-height: 40px;
  padding: 0 20px;text-align: center;
  margin-right: 0px;margin-bottom: 10px;
}
	.p1ban .part-image-style .part-image img {
  max-width: 100%;width: 100%;
}
	.product-number-info li {
  width: 50%;margin-bottom: 25px;
}
	.product-number-info li:nth-child(3){
  border-left: none;
}
	.product-number-info ul {
  padding: 40px 0;
}
	
	
	.ny_yw .box {
    padding: 20px;
    margin-bottom: 20px;
  }
	.ny_yw .box .t_b {
  width: 60px;
  height: 60px;
  line-height: 60px;
}
	.ny_yw .box .t_b i {
  font-size:35px;
}
	.ny_yw .box .w_z {width: calc(100% - 80px)
  }
	.ny_yw .box .w_z h3 {
  margin-bottom:10px;
}
	  .ny_yw ul li {
    width: 100%;margin: 0 0 20px;
  }
	 .header .right {
    margin-right: 40px;
  }
	 .header .right .ss {
    padding: 0;margin-left: 6px;
  }
	.header .right .yy {
  line-height: 35px;
  float: left;
  color: #333;
  font-size: 16px;
}
	.header .right .yy .x_l {
  top: 40px;
}

	.ban .swiper-slide .word h3 {
    font-size: 2.1rem;line-height: 1.2;margin-bottom: 0;
  }
	.ban .swiper-slide .word h4 {
    font-size: 1.5rem;
    margin-top: 0px;
  }
	.ban .swiper-slide .word {top:15%;width:90%;left:5%;
  height: auto;
  margin-top: 0px;
}
	 .ban .swiper-slide .word a.xq {position: relative;width: 120px;
    height: 30px;
    line-height: 30px;padding: 0 0;margin-top: 25px;font-size: 14px;display: none;
  }
	 .tit h3 {
    margin-top: 0px;font-size: 15px;padding: 0 10px;
  }
	.sy_pro ul li {
    width: 100%;
  }
	 .container {
    width: 90%;
  }
	.mall-app-card-top i {
  top:30px;
}
	.mall-app > ul > li {
  width: 100%;margin-bottom: 10px;
}
	.mall-app-card-bottom {
    padding: 30px 20px 0;
  }
	.mall-app-card-top {
  height:40%;
}
	.mall-app-card-top h2 {
  top: 90px;
}
	.mall-app-card:hover .mall-app-card-top h2 {
  top: 50px;
}
	.mall-app-card:hover .mall-app-card-top p{margin-top: -75px;}
	 .mall-app-card {
    height: 24rem;
  }
	.swiper-yxxy .swiper-slide .w_z {
  padding: 15px 0;
}
	 .sy_about .tp {
    width: 100%;
  }
	.sy_about .wenz h2 {
  font-size: 24px;
}
	.sy_about .wenz .more {
  width: 160px;
  height: 40px;
  margin-top: 20px;
  line-height: 40px;
}
	.sy_hzhb ul li {
  width: 32.3333%;
}
	 .sy_hyfw {
    padding: 30px 0 20px;
  }
	
	.sy_about .wenz p {
  margin-bottom: 0;
}
	
	.sy_hyfw ul li {
    width:100%;
  }
	.footer .zuo3 ul {flex-wrap: wrap;
}
	.footer .zuo3 ul li {
    width: 100%;margin-bottom: 20px;
  }
	.footer .zuo3 ul li.yx {
    width: 100%;margin-top: 0;
  }
	.footer .zuo3 ul li .line {
  margin-bottom: 10px;
  margin-top: 6px;
}
	.ny_zzy ul li {
  width: 100%;
  height: auto;
}
	.nban .mb h1 {
  font-size: 2rem;max-width: 100%;
}
	 .nban .mb h3 {max-width: 100%;font-size: 1.2rem;display: none
  }
	.ny_tit {
  padding: 20px 0 0;
}
	.ny_tit ul li {
  width: 48%;
  height: 40px;
  line-height: 40px;
  display: block;
  margin: 0 1%;float: left;
}
	.ny_tit ul li a {
  font-size: 1.2rem;
}
	.sy_pro ul li .box .feature-shape {
  margin-bottom: 25px;
}
.tit {margin-bottom:30px;}
.tit h1 {font-size:2rem;padding-bottom: 15px;}
	 .xx1 .hd ul li {
    padding: 10px 0;
    margin: 0 0 6px;width: 100%;
  }
	 .xx1 .hd {width: 90%;margin: 0 auto 20px;
  }
	.sy_ser .n_r ul {
  padding: 0 0 0 30px;
}
	.sy_hzlc li {
    width: 100%;margin-bottom: 15px;
  }
	.sy_szzz li {
    width: 100%;
  }
.ny_fw .wenz {
  font-size: 15px;
}	
	.nban {
  height: 12rem;
}
	.index-contact p {
  line-height:1.8;
  font-size: 20px;
}
	.footer_bg .dy {
  width: 100%;
}
	.ny_lx .xxpl ul li {
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
	.ny_sm .con {
  font-size: 20px;
}
	.ny_lx .xxpl ul li .t_b {
  width: 50px;
  height:50px;
  line-height: 50px;
}
	.ny_lx .xxpl ul li i {
  font-size: 30px;
}
	.ny_lx .xxpl ul li .w_z {
  width: calc(100% - 60px);
}
	.ny_lx .xxpl ul li .w_z h3 {
  font-size: 18px;
}
	.ny_lx .xxpl ul li .w_z p {
  font-size: 16px;line-height: 1.5
}
	.ny_lx .zxly input.a_n {
  height:40px;
}
	  .ny_lx ul li {
    width: 100%; margin: 1% 0
  }
	 .ny_mamber ul li {
    width: 100%;
  }
	 .newslist li a {
    padding-left: 0px;
    height: auto;
    padding-right: 0px;
  }
	 .newslist li .pic {position: static;
    width: 100%;margin-bottom: 20px;
  }
	 .newslist li h3 {
    font-size:20px;
    line-height: 1.6;
    height: auto;padding: 0;
  }
	 .newslist li .txt {
    line-height: 30px;
    height: 90px;
  }
	.newslist {
  padding: 0px 0 30px;
}
	
	
	
	
	
	

}

