@import url("color.css");
@import url("font-awesome.css");
@import url("//at.alicdn.com/t/c/font_4966493_3x74unubb29.css");
/** Generated by FG **/
@import url("https://fonts.googleapis.com/css?family=Roboto");
body,input,textarea,button{
	font-family:Arial,Helvetica,sans-serif,"宋体";
	-webkit-font-smoothing: subpixel-antialiased;
}
*{
	padding:0px;
	margin:0px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
body{
	font-size:14px;
	min-width:1400px;
	overflow-x:hidden;
}
img{
	border:none;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
ul{
	list-style:none;
}
hr{
	border:none;
	border-bottom:1px solid #c8c8c8;
	display:block;
	margin-top:10px;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #666;
		/* opacity: 0.6; */
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #666;
	/* opacity: 0.6; */
}

textarea:-ms-input-placeholder,input:-ms-input-placeholder{
	color: #666;
	/* opacity: 0.6; */
}

textarea::-webkit-input-placeholder,input::-webkit-input-placeholder{
	color: #666;
	/* opacity: 0.6; */
}
.clear{
	width:100%;
	clear:both;
}
.fl{float: left;}
.fr{float: right;}
.pages{
	width:100%;
	padding:20px 0px;
	text-align:center;
	clear:both;
	margin-top:15px;
}
.pages li{
	list-style-type:none;
	display:inline;
}
.pages a{
	padding:5px 10px;
	border:1px solid #c8c8c8;
	font-weight:bold;
	margin-right:10px;
}
.pages .current{
	font-weight:700;
	color:#fff;
	background:#094b35;
	border:1px solid #094b35;
}
.fy{
	padding-top:20px;
	margin-top:20px;
	border-top:1px dashed #c8c8c8;
}
.shangxiapian li{
	line-height:30px;
}
.main{
	width:1400px;
	overflow:hidden;
	margin:0 auto;
	padding:10px;
}
.content{
	line-height:2;
	font-size: 16px;
}
.content img{
	max-width:100%;
	height:auto;
}

/*---------------------主体开始-----------------------*/
#top_zone2{
	width:100%;
	min-width:1400px;
	overflow:visible;
	height:40px;
	line-height:40px;
	background:#000;
	color:rgba(255,255,255,1);
}
#top_zone2 a{
	color:rgba(255,255,255,1);
}
#top_zone2 a:hover{
	color:#fff;
}
#top_zone1{
	width:100%;
	min-width:1400px;
	overflow:visible;
	height:auto;
	padding:10px 0 10px 0;
	line-height:50px;
	background:#01458e;
}
#top_l{
	width:auto;
	float:left;
	line-height:50px;
	color: #fff;
	font-size: 14px;
}

.top-lxlist{
	height: auto;
	overflow: hidden;
	float: left;
}
.top-lxlist li{
	float: left;
	margin-right: 15px;
	line-height: 30px;
}
.top-lxlist li i{
	display: inline-block;
	margin-right: 6px;
	font-size: 18px;
	vertical-align: middle;
}
.top-lxlist li p{
display:inline-block;
}
#top_r{
	width:auto;
	float:right;
	position: relative;
	z-index: 999999;
	padding-top:5px;
	/* height:40px; */
}
#top_link{
	width:auto;
	float:left;
	overflow:hidden;
}
#top_link a{
	margin-left:15px;
	line-height:30px;
	color: #fff;
}
#top_link a i{
	font-size:18px;
	margin-right:10px;
	/* color: #d71809; */
}
#top_link a:hover{
	color: #f00;
}

.nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
.nav .nLi{
	float: left;
	height: 91px;
	position:relative;
	z-index: 8888;
	margin-left: 6px;
}
.nav .nLi h3 a {
	display:block;
	font-size:16px;
	font-weight: normal;
	line-height:91px;
	text-transform: capitalize;
	transition: 0.6s;
	color: #fff;
	padding: 0 16px 0 16px;
	text-align:center;
}
/* .lang-zh_cn .nav .nLi{
	margin-left: 15px;
} */
.nav .nLi:last-child{
	background:none;
	border-right:none;
}
.nav .nLi i{
	margin-left: 5px;
}
.nav .nLi h3{
	display: block;
}


.nav .on h3 a{
	color: #99c42f;
}


.nav .nLi .fa-home{
	margin-right: 10px;
	font-size: 20px;
	vertical-align: middle;
}
.nav .nLi h3 .line{
	display:block;
	width:0px;
	height:2px;
	margin:-2px auto 0 auto;
}
.nav .nLi:hover h3 .line,.nav .on h3 .line{
	width:70%;
	transition:0.6s;
}
.nav .sub {
	/* display:none;
	left:0;
	top:100%;
	width:auto;
	width:100%;
	position:absolute;
	background:rgba(0,0,0,0.5); */
	
	/* padding:10px 0;
	background:#fff;
	border-radius:3px;
	box-shadow:0 0 20px rgba(0,0,0,.1);
	position:relative; */
	
}

.sub-menu{
	border-top: 8px solid transparent;
	position:absolute;
	top:100%;
	left: 50%;
	transform: translateX(-50%);
	display:none;
	z-index: 8888;
	/* opacity: 0; */
}
.sub-menu .sub{
	padding:10px 0;
	background:#fff;
	border-radius:3px;
	box-shadow:0 0 20px rgba(0,0,0,.1);
	position:relative;
}
.sub-menu > .sub::before{
	content:"";
	width:0;
	height:0;
	border:8px solid transparent;
	border-bottom-color:#fff;
	display:block;
	position:absolute;
	top:-16px;
	left:50%;
	margin-left:-8px;
}

.nav .sub li {
	zoom:1;
	height:40px;
	position:relative;
	/* border-bottom:1px solid rgba(255,255,255,0.3); */
	text-align:center;
	white-space:nowrap
	/* padding: 0 15px; */
}
.nav .sub a {
	display:block;
	line-height:40px;
	height:40px;
	overflow:hidden;
	color:#333;
	padding: 0 30px;
}
.nav .sub a i{
	float:right;
	margin:13px 10px 0 0;
}
.nav .dropdown-menu,.nav .dropdown-menu ul{
	position:absolute;
	width:auto;
	left:100%;
	top:0;
	display:none;
	background-color: #fff;
}
.nav .sub li:hover .dropdown-menu,.nav .sub .dropdown-menu li:hover ul{
	display:block;
}
/** header **/
.section-head{
	width: 100%;
	min-width: 1400px;
	height: auto;
	overflow: visible;
	background:none;
	/* position: relative;
	z-index: 9999; */
	/* border-bottom: 1px solid rgba(255,255,255,.62); */
}
.section-head.sticky{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	background-color: rgba(0,0,0,.5);
}
.section-head.sticky.sticky-bgc{
	background-color: rgba(10,32,87,.5);
}
.container{
	width:1400px;
	margin: 0 auto;
}
.clearfix:before,.clearfix:after,.container:before,.container:after,.section:before,.section:after {
	display: table;
  	content: " ";
}
.clearfix:after,.container:after,.section:after{
	clear: both;
}
.logo{
	overflow:hidden;
	float: left;
	height:91px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content:center;
	align-items:Center;
}
.logo a{
	display:block;
	float: left;
}
.logo img{
	display:block;
}
.logo-rt{
	height: 50px;
	overflow: hidden;
	text-align: center;
	color: #595656;
	font-size: 16px;
	line-height: 25px;
	border-left: 1px solid #595656;
	margin-left: 21px;
	padding-left: 20px;
}
.section-head-r{
	height: auto;
	overflow: visible;
	position: relative;
	z-index: 99;
}
.lang-wrap{
	width: 151px;
	line-height: 48px;
	position: relative;
	z-index: 9999;
	margin-left: 25px;
	margin-top: 20px;
}
.lang-wrap .open-lang{
	display: block;
	height: 48px;
	line-height: 48px;
	text-transform: capitalize;
	text-align: center;
	font-size: 15px;
	color: #000;
	cursor: pointer;
	border-radius: 25px;
	padding: 0 18px 0 18px;
}
.lang-wrap .open-lang span{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	margin-right: 5px;
	height: 48px;
	line-height: 48px;
	float:left;
}
.lang-wrap .open-lang i{
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	font-size: 22px;
	height: 48px;
	line-height: 48px;
	float:left;
	margin-right:10px;
	margin-top:2px;
}
/* .lang-wrap .open-lang::after{
	content: '';
	width: 1px;
	height: 14px;
	background-color: #909090;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	right: -8px;
} */
.lan-menu{
	height: auto;
	line-height: 44px;
	overflow: hidden;
	color: #666;
	position: absolute;
	left: 0;
	width: auto;
	min-width: 100%;
	
	top: 100%;
	display: none;
	z-index: 9999;
	background-color: #fff;
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.lan-menu a{
	display: block;
	height: 44px;
	line-height: 44px;
	padding: 0 15px;
	color: #666;
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: 10px 50%;
	background-size: 22px;
}
.lan-menu a:hover{
	color: #122a88;
}
.lan-menu a.jp{
	background-image:url(../images/jp2.png);
}
.lan-menu a.en{
	background-image:url(../images/en.png);
}
.lan-menu a.cn{
	background-image:url(../images/cn.png);
}
.section-footer{
	width:100%;
	overflow:hidden;
	min-width:1400px;
	background: #094b35;
}
.foot-logo{
	height: auto;
	overflow: hidden;
}
.foot-logo img{
	max-width: 100%;
	height: auto;
}
.foot-mail-pic{
	height: 103px;
	overflow: hidden;
	background-image: url(../images/foot-bg.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.foot-flex{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding-bottom:30px;
}
.foot-item{
	height: auto;
	overflow: hidden;
}
.foot-sort-name{
	color: #fff;
	font-size: 18px;
	margin-bottom: 15px;
	position: relative;
	padding-bottom: 15px;
	background:url(/web/img/line.png) left bottom no-repeat;
	text-transform: uppercase;
}
/* .foot-sort-name::after{
	content: '';
	width: 26px;
	height: 2px;
	background-color: #de7b24;
	position: absolute;
	left: 0;
	bottom: 0;
} */
.foot-sort-name a{
	color: #fff;
}
.foot-sort-name a:hover{
	text-decoration: underline;
}
.foot-sort-name.tel{
	font-size: 30px;
}
.foot-sort-list{
	max-width: 320px;
	height: auto;
	overflow: hidden;
}
.foot-sort-list li{
	height: auto;
	overflow: hidden;
	color: rgba(255,255,255,.6);
	font-size: 14px;
	line-height: 2.5;
}
.foot-sort-list li a{
	color:#fff;
	display: inline-block;
}
.foot-sort-list li i{
	font-size: 12px;
	margin-right: 6px;
}
.foot-sort-list li a:hover{
	color: #fff;
}
.foot-contact-content{
	max-width: 320px;
	height: auto;
	overflow: hidden;
	color:#d1d1d1;
	font-size: 14px;
	line-height: 1.85;
}
.foot-contact-content a{
	color:#d1d1d1;
}
.foot-contact-content a:hover{
	color: #fff;
}
.foot-contact-content.mail{
	color: #122a88;
	font-size: 18px;
	line-height: 1.25;
}
.foot-contact-content.mail a{
	color: #122a88;
}
.foot-wechat-wrap{
	width: 120px;
	height: auto;
	overflow: hidden;
	position: relative;
}
.foot-wechat{
	width: 117px;
	height: auto;
	overflow: hidden;
	text-align: center;
	color: #fff;
	padding-top: 10px;
}
.foot-wechat img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.foot-ask-btm{
	height: auto;
	overflow: hidden;
}
.foot-ask-btm a{
	display: inline-block;
	text-align: center;
	color: #fff;
	background-color: transparent;
	line-height: 40px;
	font-size: 14px;
	text-transform: uppercase;
	border: 1px solid #414447;
	border-radius: 21px;
	padding: 0 20px;
}
.foot-ask-btm i{
	display: inline-block;
	margin-right: 5px;
	font-size: 20px;
	vertical-align: middle;
	color: #7d8995;
}
.foot-social{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.foot-social li{
	margin-right: 15px;
}
.foot-social li a{
	display: block;
	width: 38px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	color: #fff;
	border-radius: 50%;
	
}
.foot-social li a i{
	font-size: 20px;
}
.foot-social li a:hover{
	color: #fff;
	background-color: #de7b24;
}
.foot-social li a.facebook{
	background-color: #3b5998;
}
.foot-social li a.twitter{
	background-color: #1da1f3;
}
.foot-social li a.youtube{
	background-color: #d42426;
}
.foot-social li a.instagram{
	background-color: #6929b1;
}
.foot-social li a.linkedin{
	background-color: #006a9a;
}
.foot-social li a.baidu{
	background-color: #1960ad;
}
.foot-social li a.weibo{
	background-color: #df4d69;
}
.foot-social li a.pengyouquan{
	background-color: #3eb135;
}
.foot-social li a.weixin{
	background-color: #3eb135;
}
.foot-social li a.qqkongjian{
	background-color: #eecf3d;
}
.foot-social li a.qq{
	background-color: #4dafea;
}


.section-bq{
	width: 100%;
	min-width: 1400px;
	height: auto;
	overflow: hidden;
	background: #094b35;
	padding: 15px 0;
	border-top:1px solid #225d4a;
}
.section-bq-l{
	color:#fff;
	font-size: 14px;
	line-height: 44px;
}
.section-bq-l a{
	color:#fff;
}
.section-bq-l a:hover{
	color: #f00;
	text-decoration: underline;
}
#section-media{
	overflow:hidden;
	margin-top:0;
	text-align: left;
}

#section-media a{
	margin:0px 15px 0px 0;
	display: inline-block;
	*display:inline;
	*zoom:1;
}
#section-media img{
	max-width: 45px;
	height:auto;
	vertical-align: middle;
}
#section-media i{
	width:35px;
	height:35px;
	line-height:35px;
	text-align:center;
	border-radius:100%;
	background-color:rgba(255,255,255,0.15);
	/* background:#fff!important; */
	/* border:1px solid rgba(255,255,255,0.5); */
	margin-right:0px!important;
	font-size:20px;
	transition: 0.6s;
	color: #fff;
	border:0;
	display:block;
}
#section-media a:hover i{background:#004ee6;}
#section-media a:hover i{
	color:#fff;
	/* border-color: #E50112; */
	/* background: #DB241C!important; */
}
.detail_email{
    width: 314px;
    line-height: 46px;
    background:#01458e;
	color:#fff;
	float:left;
	margin-top:20px;
	margin-right:30px;
    border-radius: 50px 50px 50px 50px;
}
.detail_email:hover{
    background: #ca4b0d;
	cursor:pointer;
}
.detail_email i{
    float:left;
	font-size:30px;
	margin-left:40px;
}
.detail_email span{
    display:block;
	margin-left:20px;
	float:left;
	font-size:16px;
}
.detail_email2{
    width: 48%;
    line-height: 46px;
    background:#ccc;
	color:#333;
	float:left;
	margin-top:20px;
    border-radius: 50px 50px 50px 50px;
}
.detail_email2:hover{
    background: #ca4b0d;
	cursor:pointer;
	color:#fff;
}
.detail_email2 i{
    float:left;
	font-size:24px;
	margin-left:20px;
}
.detail_email2 span{
    display:block;
	margin-left:20px;
	float:left;
	font-size:14px;
}
.mbemail{
	float:right;
}
.detail-product-zoom{
	width: 555px;
	height: auto;
	overflow: hidden;
}
/** 产品放大镜效果 **/
.swiper-thumb-wrap{
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
	height: auto;
	overflow: hidden;
}
.thumbSwiper{
	height: auto;
	overflow: hidden;
}
.thumbSwiper .swiper-slide{
	overflow: hidden;
	cursor: pointer;
	padding-top: 8px;
}
.thumbSwiper .swiper-slide .pic{
	height: auto;
	overflow: hidden;
	border: 1px solid #eee;
}
.thumbSwiper .swiper-slide em{
	position:absolute;
	left:50%;
	margin-left:-8px;
	/* bottom:100%; */
	top: 0;
	border-left:8px solid transparent;
	border-right:8px solid transparent;
	border-bottom:8px solid var(--main-color);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.thumbSwiper .swiper-slide em i{
	position:absolute;
	left:0;
	top:1px;
	margin-left:-8px;
	border-left:8px solid transparent;
	border-right:8px solid transparent;
	border-bottom:8px solid #fff;
}

.thumbSwiper .swiper-slide img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
	z-index: 333;
}
.thumbSwiper .swiper-slide.swiper-slide-thumb-active .pic{
	border-color: var(--main-color);
}
.thumbSwiper .swiper-slide.swiper-slide-thumb-active em{
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.swiper-thumb-wrap .thumb-arrows{
	width: 20px;
	/* height: 100%; */
	height: calc(100% - 8px);
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: absolute;
	top: 8px;
	bottom: 0;
	background-color:#01458e;
	color: #fff;
	border-radius: 2px;
}
.swiper-thumb-wrap .thumb-arrows i{
	font-size: 16px;
}
.swiper-thumb-wrap .thumb-arrows.swiper-arrow-next{
	right: 0;
}
.swiper-thumb-wrap .thumb-arrows.swiper-arrow-prev{
	left: 0;
}
.swiper-thumb-wrap .thumb-arrows.swiper-button-disabled{
	cursor: no-drop;
	color: #000;
	background-color: #eee;
}
.zoomSwiper{
	height: auto;
	border: 1px solid #eee;
}
.zoomSwiper .swiper-slide{
	overflow: hidden;
}
.zoomSwiper .swiper-slide img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.indexftext{
    width: 100%;
    height: 58px;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    border: 2px solid #DCDCDC;
	text-indent:15px;
	outline:0;
}
.indexftext2{
    width: 100%;
    height: 178px;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    border: 2px solid #DCDCDC;
	padding:15px;
	outline:0;
}
.inquirybt{
	width: 238px;
	height: 56px;
	background: #01458e;
	border-radius: 102px 102px 102px 102px;
	border:0;
	font-size:18px;
	color:#fff;
	cursor:pointer;
	margin-top:50px;
}
.inquirybt:hover{
	background: #ca4b0d;
}
.section-inquiry-content{
    margin-top:30px;
}
.section-inquiry-content ul{
    float:left;
	width:100%;
}
.section-menu{
    margin-top:30px;
}
.section-menu ul{
    text-align:center;
}
.section-menu ul li{
    line-height: 50px;
    background: #F4F4F4;
	padding:0 25px 0 25px;
	display:inline-block;
	*display:inline;
	zoom:1; 
	margin:10px 0 10px 0;
    border-radius: 50px;
}
.section-menu ul .zlm_on{
    background: #034d34;
	color:#fff;
}
.section-menu ul li:hover{
    background: #034d34;
	color:#fff;
}
.section-menu ul li:hover a{color:#fff;}
.section-plist{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.section-plist li{
	width: 25%;
	padding-left: 10px;
	padding-right: 10px;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}
.section-plist li a{
	display: block;
}
.section-plist li .pic{
	height: auto;
	overflow: hidden;
	border-radius: 5px;
}
.section-plist li .pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.section-plist li .title{
	font-size: 16px;
	margin: 10px 0 10px;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
}
.section-plist li h4{
	width: 88px;
	height: 25px;
	line-height:25px;
	text-align:center;
	margin:0 auto;
	color:#fff;
	background:#01458e;
	border-radius: 50px 50px 50px 50px;
	border: 1px solid #01458e;
}
.section-plist li:hover h4{
    border: 1px solid #cf5011;
	color:#fff;
	background:#cf5011;
}
.section-plist li:hover .pic img{
	transform: scale(1.1);
}
.section-product-main{
	margin-top: 30px;
}
.ntitleys{
    background: #F5F5F7;
	line-height:80px;
}
.ntitle{
    font-size: 14px;
	color: #888888;
}
.section-detail-img{
	margin-top:20px;
	overflow:hidden;
}
.section-fdj{
	width:555px;
	float:left;
}
.section-brief{
	height: auto;
	overflow:hidden;
	line-height:25px;
	margin-left: 650px;
}
.section-brief .title{
    line-height:40px;
}
.section-brief .title{
	font-size:32px;
	padding-bottom:10px;
	display:block;
	font-weight:normal;
	line-height:40px;
	}
.n_p_detail{
	margin-top:30px;
}
.n_p_detail h2{
    font-size: 32px;
	line-height: 78px;
	margin-bottom:30px;
	border-bottom: 1px solid #ccc
}
.n_p_detail_left{
	width: 952px;
	height: auto;
	line-height:26px;
	background: #FFFFFF;
	float:left;
	padding:20px 30px 20px 30px;
	border-radius: 10px 10px 10px 10px;
}
.n_p_detail_right{
	width: 425px;
	height: auto;
	float:right;
	padding:20px 30px 20px 30px;
	background: #FFFFFF;
	border-radius: 10px 10px 10px 10px;
}
.n_p_detail_right_1{

}
.n_p_detail_right_1 dl{

}
.n_p_detail_right_1 dl dt{
    width:148px;
	float:left;
}
.n_p_detail_right_1 dl dd{
    width:200px;
	padding-top:50px;
	float:right;
}
.n_p_detail_right_1 dl dd h3{
    font-size:15px;
	line-height:25px;
}
.detail_email3{
    width: 254px;
    line-height: 46px;
    background:#F4F4F4;
	color:#333;
	float:left;
	margin-top:20px;
    border-radius: 50px 50px 50px 50px;
}
.detail_email3:hover{
    background: #ca4b0d;
	cursor:pointer;
	color:#fff;
}
.detail_email3 i{
    float:left;
	font-size:30px;
	margin-left:40px;
}
.detail_email3 span{
    display:block;
	margin-left:20px;
	float:left;
	font-size:16px;
}
.n_p_detail_right_3{
	margin-top:20px;
}
.n_p_detail_right_3 dl{
   border-bottom:1px solid #dedede;
   padding-bottom:20px;
   margin-bottom:20px;
}
.n_p_detail_right_3 dl dt{
    width:148px;
	float:left;
}
.n_p_detail_right_3 dl dt img{
    width:100%;
	height:auto;
}
.n_p_detail_right_3 dl dd{
    width:200px;
	padding-top:30px;
	float:right;
}
.n_p_detail_right_3 dl dd h3{
    font-size:15px;
	line-height:25px;
}
.section-related{
   margin-top:30px;
}
.section-related h2{
    font-size: 32px;
	line-height: 78px;
	margin-bottom:30px;
	border-bottom: 1px solid #ccc
}
.scrollrelated{
	height: auto;
	overflow: hidden;
	position: relative;
}
.scrollrelated .swiper{
	height: auto;
}
.scrollrelated .swiper .swiper-slide{
	background-color: #fff;
	overflow: hidden;
	padding-bottom:30px;
}
.scrollrelated .swiper .swiper-slide dl img{

}
.scrollrelated .swiper .swiper-slide .title{
	font-size:16px;
	font-weight:normal;
	line-height:45px;
	text-align:center;
}
.scrollrelated .swiper .swiper-slide img{
	width:100%;
}
.scrollrelated .swiper .swiper-slide .brief{
	color: #666;
	font-size: 14px;
	padding: 0 20px;
	margin-bottom: 15px;
}
.scrollrelated .swiper-arrows{
	background-color:#034d34;
	color: #fff;
	width: 40px;
	height: 40px;
	overflow: hidden;
	text-align: center;
	line-height: 40px;
	position: absolute;
	top: 150px;
	z-index: 20;
	cursor: pointer;
}
.scrollrelated .swiper-arrows i{
	display: inline-block;
	font-size: 18px;
}
.scrollrelated .swiper-arrows.swiper-arrow-next{
	right: 0;
}
.scrollrelated .swiper-arrows.swiper-arrow-prev{
	left: 0;
}
.scrollrelated .swiper-page{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	position: relative;
	margin-top: 25px;
	bottom: 0;
}
.scrollrelated .swiper-page .swiper-pagination-bullet{
	background-color: transparent;
	width: 10px;
	height: 10px;
	border: 1px solid var(--main-color);
}
.scrollrelated .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color:#034d34;
}
.n_p_detail_feedback{

}
.n_p_detail_feedback h2{
    font-size: 32px;
	line-height: 78px;
	margin-bottom:30px;
	border-bottom: 1px solid #ccc
}
.ntitle_bt{
    margin-top:20px;
}
.ntitle_bt font{
	width: 71px;
	height: 6px;
	display:block;
	margin:20px auto 20px auto;
	background: #01458e;
	border-radius: 0px 0px 0px 0px;
}
.ntitle_bt span{
	font-size: 36px;
	color: #1E1E1E;
	display:block;
	text-shadow: 0px 0px 43px rgba(0,0,0,0.19);
	text-align: center;
	margin:20px auto 20px auto;
}
.section-newslist{

}
.section-newslist li{
	list-style-type:none;
	height:auto;
	overflow:hidden;
	padding:30px;
	background:#FFFFFF;
	margin-bottom:30px;
}
.section-newslist li .section-newslist-m{
	height: 100%;
	overflow: hidden;
}
.section-newslist li .section-newslist-m .img{
    width:300px;
	float:right;
	border:1px solid #dedede;
}
.section-newslist li .content{
    width:844px;
	float:left;
}
.section-newslist li img{
	width:100%;
	height:auto;
	display:block;
	transition:0.6s;
}
.section-newslist li:hover img{
	transform:scale(1.1);
}
.section-newslist li .time{
	height: 34px;
	font-size: 16px;
	color: #666666;
	line-height: 31px;
	text-align: left;
	margin-top:10px;
}
.section-newslist li .title{
	height: 43px;
	font-size: 20px;
	color: #000000;
	margin-bottom:20px;
	line-height: 43px;
	text-align: left;
}
.section-newslist li p{
	color:#666;
	display:block;
	font-size: 15px;
	overflow:hidden;
	line-height:28px;
}
.section-news-detail{
    width:1000px;
	float:left;
	text-align:left;
}
.section-related-news{
    width:340px;
	height:auto;
	background:#f8f8f8;
	float:right;
	text-align:left;
	padding:20px 30px 20px 30px;
}
.section-related-news h2{
    font-weight:normal;
	line-height:60px;
	font-size:22px;
	margin-bottom:20px;
	border-bottom:1px solid #dedede;
}
.section-related-news .xgxw{
    width:100%;
	margin-bottom:20px;
}
.section-related-news .xgxw .img{
    overflow:hidden;
}
.section-related-news .xgxw .img img{
    width:100%;
	height:auto;
}
.section-related-news .xgxw .img img{
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.section-related-news .xgxw .img:hover img{
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.section-related-news .xgxw .time{
    font-weight:normal;
	color:#666;
	line-height:45px;
}
.section-related-news .xgxw .title{
    font-weight:normal;
	color:#666;
	font-size:14px;
	line-height:25px;
}
.section-news-detail .title{
	font-size:22px;
	text-align:center;
	font-weight:normal;
	display:block;
	margin-top:20px;
}

.section-news-detail .info{
	width:100%;
	text-align:center;
	color:#999;
	margin-top:20px;
	font-size:14px;
	border-bottom:1px solid #ddd;
	padding-bottom:20px;
	margin-bottom:25px;
}
.section-news-detail .info .time{
	display:inline-block;
	*display:inline;
	*zoom:1;
	line-height:20px;
	padding-left:25px;
	background:url(../ico/time.png) left center no-repeat;
}
.section-news-detail .info .click{
	display:inline-block;
	*display:inline;
	*zoom:1;
	line-height:20px;
	padding-left:25px;
	margin-left:50px;
	background:url(../ico/click.png) left center no-repeat;
}
.nj0{
    background:url(/web/img/bg3.jpg) top center no-repeat;
	height:1077px;
	padding:130px 0 30px 0;
	margin-top:40px;
}
.nj0box{
    width:1400px;
	margin:0 auto;
}

.scrollSwiperst{
	height: auto;
	position: relative;
}
.scrollSwiperst .swiper{
	height: auto;
}
.scrollSwiperst .swiper .swiper-slide{
	height: auto;
	position:relative;
}
.scrollSwiperst .swiper .swiper-slide .txt{
	padding: 30px;
}
.scrollSwiperst .swiper .swiper-slide h3.title{
	font-size: 18px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align:center;
	margin-bottom: 15px;
}
.scrollSwiperst .swiper .swiper-slide .brief{
	color: #666;
	font-size: 14px;
	line-height: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: 0.6s;
}
.scrollSwiperst .swiper .swiper-slide .time{
	margin-top: 15px;
	color: #666;
	font-size: 16px;
	transition: 0.6s;
}
.scrollSwiperst .swiper .swiper-slide .pic{
	width:100%;
	overflow:hidden;
}

.scrollSwiperst .swiper-arrows{
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	background-color: rgba(0,0,0,0.5);
	z-index: 333;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	color: #fff;
	cursor: pointer;
	transition: 0.6s;
}
.scrollSwiperst .swiper-arrows.swiper-arrow-next{
	left: auto;
	right: 0;
}
.scrollSwiperst .swiper-arrows:hover{
	background-color: var(--main-color);
}

.scrollSwiperst .swiper-page{
	position:absolute;
	bottom:50px;
	right:150px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	z-index:999999999;
	justify-content: center;
}
.scrollSwiperst .swiper-page .swiper-pagination-bullet{
	width: 13px;
	height: 13px;
	opacity: 1;
	background-color: #ccc;
	transition: 0.6s;
	background: #D9D9D9;
	margin: 0 10px;
}
.scrollSwiperst .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color:#01458e;
}
.swiper-slide-content2-biaoti{
	width: 228px;
	height: 45px;
	line-height:45px;
	background: none;
	border-radius:30px;
	position:absolute;
	background:#01458e;
	left:20px;
	bottom:20px;
}
.swiper-slide-content2-biaoti font{
    display:block;
	float:left;
	font-size:20px;
	margin-left:25px;
	color:#fff;
}
.swiper-slide-content2-biaoti span{
    display:block;
	float:left;
	font-size:20px;
	margin-left:20px;
}
.swiper-slide-content2-biaoti span a{
    color:#fff;
}
.swiper-slide-content2-biaoti:hover{
	background:#de5511;
}
.swiper-slide-content2-biaoti .jt{
    font-size:30px;
	float:right;
	width:25px;
	color:#fff;
	margin-right:30px;
}
.nj3_box{
    font-size: 22px;
	color: #000000;
	line-height:50px;
	text-align:center;
	margin-top:40px;
}
.swiper-slide-content2{
	width: 572px;
	height: 242px;
	text-align:left;
	position:absolute;
	padding:30px;
	right:0px;
	top:260px;
	background: #FFFFFF;
	box-shadow: 0px 4px 26px 0px rgba(0,0,0,0.08);
	border-radius: 0px 0px 0px 0px;
}
.swiper-slide-content h2{
	font-size:24px;
	line-height:40px;
	color:#019ddf;
}
.swiper-slide-content h3{
	font-size:30px;
	line-height:44px;
	color:#019ddf;
}
.swiper-slide-content h4{
	font-size:16px;
	width:100%;
	height:43px;
	line-height:43px;
	font-weight:normal;
	text-align:left;
	color:#019ddf;
	margin-top:17px;
}
.swiper-slide-content2-left{
    width:195px;
	float:left;
	text-align:left;
}
.swiper-slide-content2-left h2{
	font-size: 18px;
	line-height:40px;
	color: #999999;
	text-align: left;
}
.swiper-slide-content2-left h3{
	font-size: 20px;
	line-height:50px;
	color: #000;
	text-align: left;
}
.swiper-slide-content2-right{
    width:304px;
	float:right;
}
.swiper-slide-content2-right img{
    width:100%;
}

.n_aboutus0{
    height:360px;
}
.scrollSwiperpath{
	margin:0 auto;
	height: auto;
	overflow: hidden;
	position: relative;
}
.scrollSwiperpathline{
    height:1px;
	background:#CCCCCC;
	width:1400px;
	position:absolute;
	left:0px;
	right:0;
	top:51px;
}
.scrollSwiperpath .swiper .swiper-slide-active .pic_box{
    display:block;
}
.scrollSwiperpath .swiper .swiper-slide-active i{
    color:#01458e;
}
.scrollSwiperpath .swiper .swiper-slide:hover .pic_box{
    display:block;
}
.scrollSwiperpath .swiper:hover .swiper-slide-active .pic_box{
    display:none;
}
.scrollSwiperpath .swiper:hover .swiper-slide-active i{
    color:#000;
}
.scrollSwiperpath .swiper .swiper-slide:hover i{
    color:#01458e;
}
.pic_box{
	width: 411px;
	height: 200px;
	background: #01458e;
	display:none;
	color:#fff;
	padding:20px;
	line-height:25px;
	font-size:15px;
	border-radius: 20px 20px 20px 20px;
}
.scrollSwiperpath .swiper{
	height: auto;
}
.scrollSwiperpath .swiper .swiper-slide{
	height: auto;
}
.scrollSwiperpath .swiper .swiper-slide .txt{
	padding-bottom:100px;
}
.scrollSwiperpath .swiper .swiper-slide .tb{
    margin:0 auto;
	text-align:center;
	width:100%;
	padding:0;
	background:#3333CC;
	margin:0;
	text-align:center;
}
.scrollSwiperpath .swiper .swiper-slide .tb i{
    font-size:20px;
	margin:0 auto;
}
.scrollSwiperpath .swiper .swiper-slide .title{
	font-size: 18px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	background:#CC6633;
	text-overflow: ellipsis;
	text-align:center;
	height:50px;
	width:100%;
	line-height:50px;
	margin-bottom: 15px;
}
.scrollSwiperpath .swiper .swiper-slide .brief{
	color: #666;
	font-size: 14px;
	line-height: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: 0.6s;
}
.scrollSwiperpath .swiper .swiper-slide .time{
	margin-top: 15px;
	color: #666;
	font-size: 16px;
	transition: 0.6s;
}
.scrollSwiperpath .swiper .swiper-slide .pic{
	width:100%;
	margin-top:30px;
	overflow:hidden;
}
.scrollSwiperpath .swiper .swiper-slide .pic font{
    display:block;
	text-align:center;
}
.scrollSwiperpath .swiper .swiper-slide .pic font i{
    font-size:40px;
}
.scrollSwiperpath .swiper .swiper-slide .pic span{
    display:block;
	line-height:60px;
	font-size:20px;
	text-align:center;
}
.scrollSwiperpath .swiper .swiper-slide .pic img{
	width:100%;
}
.scrollSwiperpath .swiper .swiper-slide:hover .pic img{
	transform: scale(1.2);
}
.scrollSwiperpath .swiper .swiper-slide:hover{
    width:500px;
}
.scrollSwiperpath .swiper-arrows{
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	background-color: rgba(0,0,0,0.5);
	z-index: 333;
	top: 15%;
	left: 0;
	transform: translateY(-50%);
	color: #fff;
	cursor: pointer;
	transition: 0.6s;
}
.scrollSwiperpath .swiper-arrows.swiper-arrow-next{
	left: auto;
	right: 0;
}
.scrollSwiperpath .swiper-arrows:hover{
	background-color: var(--main-color);
	margin:0;
	padding:0;
}

.scrollSwiperpath .swiper-page{
	margin-top: 30px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}
.scrollSwiperpath .swiper-page .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	opacity: 1;
	background-color: #ccc;
	transition: 0.6s;
	margin: 0 5px;
}
.scrollSwiperpath .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color:#01458e;
}
/*问答伸缩*/
#faqlist{
	overflow:hidden;
}
#faqlist dl{
	overflow:hidden;
}
#faqlist dl dt{
	height:80px;
	line-height:80px;
	display:block;
	background:#fff;
	padding-left:20px;
	cursor:pointer;
	color:#01458e;
	border-bottom: 1px solid #DADADA;
}
#faqlist i{
	float:right;
	width:25px;
	height:25px;
	line-height:25px;
	text-align:center;
	font-size:32px;
	margin-top:25.5px;
	transition:0.6s;
	color:#01458e;
	margin-right:30px;
}
#faqlist em{
	float:left;
	margin-left:15px;
	font-style:normal;
	font-size:18px;
}
#faqlist h4{
	font-size:18px;
	font-weight:normal;
	margin-left:5px;
	color:#01458e;
	border-bottom:0;
}
#faqlist dd{
	padding:20px 25px;
	overflow:hidden;
	border:1px solid #f0f0f0;
	border-top:none;
	line-height:25px;
	background:#F5F5F5;
	display:none;
}
#faqlist dl dt.open i{
	transform:rotate(90deg);
	color:#01458e;
}
#abgcbg_kk1{
	margin-right:50px;
}

#faqlist_shafa{
	overflow:hidden;
}
#faqlist_shafa dl{
	overflow:hidden;
	margin-bottom:20px;
}
#faqlist_shafa dl dt{
	height:80px;
	line-height:80px;
	display:block;
	background:#F5F5F5;
	padding-left:20px;
	cursor:pointer;
}
#faqlist_shafa i{
	float:right;
	width:25px;
	height:25px;
	line-height:25px;
	text-align:center;
	font-size:32px;
	margin-top:25.5px;
	transition:0.6s;
	margin-right:30px;
}
#faqlist_shafa em{
	float:left;
	margin-left:15px;
	font-style:normal;
	font-size:18px;
}
#faqlist_shafa h4{
	font-size:18px;
	font-weight:normal;
	margin-left:5px;
}
#faqlist_shafa h4 font{
    font-size:20px;
	float:left;
	margin-right:20px;
	color:#666;
}
#faqlist_shafa dd{
	padding:20px 25px;
	overflow:hidden;
	border:1px solid #f0f0f0;
	border-top:none;
	line-height:25px;
	background:#F5F5F5;
	font-size:16px;
	color:#666;
	display:none;
}
#faqlist_shafa dl dt.open i{
	transform:rotate(90deg);
}
#faqlistfaq{
	overflow:hidden;
}
#faqlistfaq dl{
	overflow:hidden;
	margin-bottom:20px;
}
#faqlistfaq dl dt{
	height:80px;
	line-height:80px;
	display:block;
	border-bottom: 1px solid #DADADA;
	padding-left:20px;
	cursor:pointer;
}
#faqlistfaq i{
	float:right;
	width:25px;
	height:25px;
	line-height:25px;
	text-align:center;
	font-size:32px;
	margin-top:25.5px;
	transition:0.6s;
	margin-right:30px;
}
#faqlistfaq em{
	float:left;
	margin-left:15px;
	font-style:normal;
	font-size:18px;
}
#faqlistfaq h4{
	font-size:18px;
	font-weight:normal;
	margin-left:5px;
}
#faqlistfaq dd{
	padding:20px 25px;
	overflow:hidden;
	border:1px solid #f0f0f0;
	border-top:none;
	line-height:25px;
	background:#F5F5F5;
	display:none;
}
#faqlistfaq dl dt.open i{
	transform:rotate(90deg);
}
#sub275{
	display:none;
}
#sub1{

}
#sub273{
	display:none;
}

.tubiao{
	height: 50px;
    text-align:left;
	}


.tubiao i{
	width: 100px;
	height: 50px;
	text-align: left;
	line-height: 60px;
	color:#01458E;
}
.tubiao i::after{
	font-family: "iconfont" !important;
	font-size:40px;
	color:#01458E;
	text-align:left;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.tubiao.aa-1 i::after{
	content: "\e79c";
	font-size:32px;
}
.tubiao.aa-2 i::after{
	content: "\e79e";
}
.tubiao.aa-3 i::after{
	content: "\e79d";
	font-size:34px;
}
.tubiao.aa-4 i::after{
	content: "\e79b";
	font-size:34px;
}
.tubiao.aa-5 i::after{
	content: "\e65b";
}
.tubiao.aa-6 i::after{
	content: "\e65b";
}
.nj1_right dl{
	width:40%;
	float:left;
	text-align:left;
}

.tubiao2{
	height: 60px;
    text-align:center;
	}


.tubiao2 i{
	width: 100px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	color:#000;
}
.n_shafa7box dl:hover i::after{
	color:#01458e;
	}
.tubiao2 i::after{
	font-family: "iconfont" !important;
	font-size: 50px;
	color:#000;
	text-align:left;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.tubiao2.aa-1 i::after{
	content: "\eb70";
}
.tubiao2.aa-2 i::after{
	content: "\e791";
}
.tubiao2.aa-3 i::after{
	content: "\e790";
}
.tubiao2.aa-4 i::after{
	content: "\e797";
}
.tubiao2.aa-5 i::after{
	content: "\ec3b";
}
.tubiao2.aa-6 i::after{
	content: "\e65b";
}
.section{
	width: 100%;
	margin:0 auto;
	height: auto;
	overflow: hidden;
	background-color: transparent;
}
.section-xx{
    padding:0 0 30px 0;
	background:#dedede;
}
/** swiper banner **/
.banners{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.banners .swiper{
	width: 100%;
	height: auto;
}
.banners .swiper .swiper-slide{
	overflow: hidden;
}
.banners .swiper .swiper-slide a{
	display: block;
}
.banners .swiper .swiper-slide .pic img{
	width: 100%;
	height: auto;
	transition: 0.8s;
}
.banners .swiper-arrows{
	background-color:#094b35;
	color: #fff;
	width: 40px;
	height: 40px;
	overflow: hidden;
	text-align: center;
	line-height: 40px;
	position: absolute;
	bottom: 50%;
	z-index: 20;
	cursor: pointer;
}
.banners .swiper-arrows i{
	display: inline-block;
	font-size: 18px;
}
.banners .swiper-arrows.swiper-arrow-next{
	right:20px;
}
.banners .swiper-arrows.swiper-arrow-prev{
	left: 20px;
}
.banners .swiper-page{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 6;
	height: 20px;
	overflow: hidden;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 30px;
}
.banners .swiper-page .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	border-radius: 0;
	background-color:#FFF;
	transition: 0.5s;
	opacity: 1;
	margin: 0 10px;
}
.banners .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active{
	width: 10px;
	background-color:#094b35;
}
.indexmb{
    display:none;
}
.mb-ban{
    display:none;
}
.scrollrelated_yidong{
	height: auto;
	overflow: hidden;
	position: relative;
}
.scrollrelated_yidong .swiper{
	height: auto;
}
.scrollrelated_yidong .swiper .swiper-slide{
	background-color: #fff;
	overflow: hidden;
}

.scrollrelated_yidong .swiper .swiper-slide .pic{
	border: 1px solid #eee;
	overflow:hidden;
}
.scrollrelated_yidong .swiper .swiper-slide img{
	width:100%;
}
.scrollrelated_yidong .swiper .swiper-slide img{
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.scrollrelated_yidong .swiper .swiper-slide :hover img{
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.scrollrelated_yidong .swiper .swiper-slide .title{
	font-size: 16px;
	padding: 16px 0;
	text-align:center;
}
.scrollrelated_yidong .swiper .swiper-slide  h4{
	width: 88px;
	height: 25px;
	line-height:25px;
	text-align:center;
	border-radius: 50px 50px 50px 50px;
	border: 1px solid #999999;
	margin:0 auto 0 auto;
	font-size:12px;
}
.scrollrelated_yidong .swiper .swiper-slide .brief{
	color: #666;
	font-size: 14px;
	padding: 0 20px;
	margin-bottom: 15px;
}
.scrollrelated_yidong .swiper-arrows{
	background-color: rgba(251,116,49,0.6);
	color: #fff;
	width: 40px;
	height: 40px;
	overflow: hidden;
	text-align: center;
	line-height: 40px;
	position: absolute;
	top: 30%;
	display:none;
	z-index: 20;
	cursor: pointer;
}
.scrollrelated_yidong .swiper-arrows i{
	display: inline-block;
	font-size: 18px;
}
.scrollrelated_yidong .swiper-arrows.swiper-arrow-next{
	right: 0;
}
.scrollrelated_yidong .swiper-arrows.swiper-arrow-prev{
	left: 0;
}
.scrollrelated_yidong .swiper-page{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	position: relative;
	margin-top: 25px;
	bottom: 0;
}
.scrollrelated_yidong .swiper-page .swiper-pagination-bullet{
	background-color: transparent;
	width: 10px;
	height: 10px;
	border: 1px solid var(--main-color);
}
.scrollrelated_yidong .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: var(--main-color);
}
.n_p_detailbox{
	font-size:16px;
	line-height:26px;
}
.n_p_detailboxleft{
    width:45%;
	float:left;
	text-align:left;
}
.n_p_detailbox_right{
    width:45%;
	float:right;
	text-align:left;
}
.key_text8{
	height:40px;
	float:left;
	width:329px;
	overflow:hidden;
	line-height:40px;
	outline:none;
	color:#fff;
	padding-left: 10px;
	background-color:rgba(255,255,255,0.15);
	border:0;
	border-top-left-radius:35px;
	border-bottom-left-radius:35px;
	border-right: none;
	outline:none;
}
.top_so_box8{
	width: 63px;
	height:40px;
	line-height: 40px;
	float: right;
	background-color:rgba(255,255,255,0.15);
	border:0;
	border-left:0;
	border-top-right-radius:25px;
	border-bottom-right-radius:25px;
}
.search_btn8{
	cursor:pointer;
	border:none;
	outline:none;
	display:block;
	width: 31px;
	height:31px;
	overflow:hidden;
	text-align:center;
	border-radius:25px;
	background:#01458e;
	float:right;
	margin-top:7px;
	margin-right:7px;
	line-height: 31px;
	text-align: center;
	border:0;
}
.search_btn8 span,
.search_btn8 i{
	font-size: 24px;
	color:#fff;
}

.key_text9{
	height:40px;
	float:left;
	width:80%;
	overflow:hidden;
	line-height:40px;
	outline:none;
	color:#333;
	padding-left: 10px;
	background-color:rgba(255,116,49,0.75);
	border:0;
	border-top-left-radius:35px;
	border-bottom-left-radius:35px;
	border-right: none;
	outline:none;
}
.top_so_box9{
	width: 20%;
	height:40px;
	line-height: 40px;
	float: right;
	background:rgba(255,116,49,0.75);
	border:0;
	border-left:0;
	border-top-right-radius:25px;
	border-bottom-right-radius:25px;
}
.search_btn9{
	cursor:pointer;
	border:none;
	outline:none;
	display:block;
	width: 31px;
	height:31px;
	overflow:hidden;
	text-align:center;
	border-radius:25px;
	background:#01458e;
	float:right;
	margin-top:4px;
	margin-right:6px;
	line-height: 31px;
	text-align: center;
	border:0;
}
.search_btn9 span,
.search_btn9 i{
	font-size: 24px;
	color:#fff;
}
.section-brief-wz_lx{
    width: 294px;
    line-height: 46px;
    background:#01458e;
	color:#fff;
	float:left;
	text-align:center;
	margin-top:50px;
	font-size:18px;
	margin-right:30px;
    border-radius: 50px 50px 50px 50px;
}
.section-brief-wz_lx:hover{
    background: #ca4b0d;
	cursor:pointer;
}
.section-brief-wz_lx i{
    float:left;
	font-size:30px;
	margin-left:40px;
}
.section-brief-wz_lx span{
    display:block;
	margin-left:20px;
	float:left;
	font-size:22px;
}

.foot-flex-whtapp{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.foot-flex-whtapp .item{
	width: 200px;
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.foot-flex-whtapp .item .wrap{
	text-align: center;
	width: 100%;
	font-size: 16px;
}
.foot-flex-whtapp .item .wrap a{
	display: block;
	color: #fff;
}
.foot-flex-whtapp .item .wrap img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	margin-bottom: 15px;
}
.foot-flex-whtapp .item .wrap a + a{
	margin-top: 10px;
}
.full-nav{
	width:100%;
	min-width:1400px;
	background-color:#fff;
	position:relative;
	z-index:98;
	height: 91px;
	border: 1px solid #EDEDED;
}
.navbar{
	margin-top:10px;
}
.nav > ul > li{
	width: auto;
	height:91px;
	float:left;
	position:relative;
	z-index:10;
}

.nav > ul > li.line{
	width:2px;
	height:91px;
	line-height:91px;
	background-image: url(../images/cam_14.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.nav > ul > li > span{
	display:block;
	text-align:center;
	font-size:16px; 
	text-transform: uppercase;
}
.nav > ul > li > span > a{
	color:#fff;
	display: block;
	height:91px;
	line-height:91px;
	padding: 0 34px;
}
.nav > ul > li:hover > span > a{
	color:#fff;
	background-color: #ffbf67;
}
.nav > ul > li > span.active a{
	color:#fff;
	background-color: #ffbf67;
}
.nav > ul > li > ul{
	display:none;
	width:160px;
	height:auto; 
	position:absolute;
	top:91px;
	left:50%;
	margin-left: -80px;
	z-index:99;
	background: #f5f5f5;
	box-shadow:0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:0px 0px 3px rgba(255,255,255,1);
	-moz-box-shadow:0px 0px 3px rgba(255,255,255,1);
}
.nav > ul > li > ul > li{
	font-size:14px;
	z-index: 100;
	text-align:center;
	position: relative;
}
.nav > ul > li > ul > li > a{
	display:block;
	color:#666;
	line-height:1.25;
	border-bottom:1px dotted #ddd;
	padding:10px 10px;
}
.nav > ul > li > ul > li > a:hover{
	color:#eb3d00;
}
.nav > ul > li:hover > ul{
	display:block;
}

/** two **/
.nav > ul > li > ul > li > ul{
	display:none;
	width:160px;
	height:auto; 
	overflow:hidden;
	position:absolute;
	top:0;
	left:100%;
	margin-left: -1px;
	z-index:99;
	background: #f5f5f5;
	box-shadow:0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:0px 0px 3px rgba(255,255,255,1);
	-moz-box-shadow:0px 0px 3px rgba(255,255,255,1);
}
.nav > ul > li > ul > li:hover > ul{
	display: block;
}
.nav > ul > li > ul > li > ul > li > a{
	display:block;
	color:#666;
	line-height:1.25;
	border-bottom:1px dotted #ddd;
	padding:10px 10px;
}
.nav > ul > li > ul > li > ul > li > a:hover{
	color: #c00;
}
.zlm{
	width:auto;
	background:#fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}
.zlm dl{
	overflow:visible;
}
.zlm dl dt{
	line-height:20px;
	border-bottom:1px solid #fff;
	cursor:pointer;
	overflow:visible;
	position: relative;
	padding: 25px 15px;
}
.zlm dl dt a{
	display:block;
	float:left;
	font-size:18px;
	/* font-size: 16px; */
}
.zlm dl dt a span.yuanjiao{
	margin-right:10px;
	display:none;
	width:7px;
	height:7px;
	border:1px solid #fff;
	display:inline-block;
	*display:inline;
	*zoom:1;
}

.zlm dl dt i.fa-angle-down{
	float:right;
	margin:3px 10px 0 0;
	font-size:24px;
	cursor:pointer;
}
.zlm dl dt:hover,.zlm dl #zlm_on,.zlm dl .zlm_on{
	background:#fff;
}
.zlm dl dt:hover::before,.zlm dl #zlm_on::before,.zlm dl .zlm_on::before{
	content: "";
	width: 0;
	height: 100%;
	background: #ed6a1e;
	position: absolute;
	left:0;
	top:0;
	margin-left: -1px;
}
.zlm dl .sanji{
	display:none;
	background:#fff;
}
.zlm dl .sanji li{
	height: 49px;
	line-height:49px;
	border: 1px dashed #01458E;
	position:relative;
	margin-bottom:30px;
	border-radius:30px;
}
.zlm dl .sanji li a{
	display:block;
	color:#666;
	line-height: 20px;
	line-height:49px;
	text-indent:35px;
}
.zlm dl .sanji li i{
	float:right;
	margin-right:10px;
	margin-top:10px;
}
.zlm dl .dropdown-menu{
	position:absolute;
	left:100%;
	top:0;
	background:#f0f0f0;
	width:200px;
	display:none;
}
.zlm dl .sanji li:hover .dropdown-menu{
	display:block;
}
#footer-c h3{
    font-size: 27px;
	color:#fff;
	line-height:45px;
}
#footer-c p{
	color:#fff;
	font-size:16px;
	line-height:30px;
}
#bottom_followus{
	width: 200px;
	height: auto;
	float:right;
}
#bottom_followus h4{
    text-align:center;
}
.foot-sort-list-ewm{
    text-align:center;
}
.bottomposition{
    position:relative;
}
.bottompositionbg{
	width: 200px;
	background: #01458E;
	height:60px;
	position:absolute;
	right:0;
	top:-60px;
}

.section-caidan{
      line-height: 60px;
      background: #F5F5F5;
}
.section-caidan .title{
      font-size: 16px;
	  font-weight:normal;
}
.section-caidan h2 font{
      display:block;
	  float:left;
	  margin-right:15px;
}
.section-caidan h2 font i{
      font-size:20px;
	  color:#666;
}
.section-profile{
      margin-top:30px;
	  line-height:26px;
}
.section-profile_left{
      width: 44%;
	  float:left;
	  text-align:left;
}
.section-profile_left h2{
	  font-weight: bold;
	  font-size: 30px;
	  color: #000000;
	  line-height:50px;
	  margin-bottom:10px;
}
.section-profile_left h3{
	  font-weight: bold;
	  font-size: 22px;
	  color: #C2000B;
	  line-height: 30px;
	  margin-bottom:20px;
}
.section-profile_left h3 p{
	  display:inline-block;
}
.section-profile_left h4{
	  font-size: 16px;
	  color: #666666;
	  line-height: 30px;
}
.section-profile_right{
      width:50%;
	  float:right;
}
.section-profile_right img{
      width:100%;
}
.naboutus_gywm2_left{
      width:50%;
	  float:left;
}
.naboutus_gywm2_left img{
      width:100%;
}
.naboutus_gywm2_right{
      width: 44%;
	  float:right;
	  text-align:left;
	  font-size: 16px;
	  color: #666666;
	  line-height: 30px;
	  padding-top:100px;
}
.naboutus_gywm3{
      margin-top:30px;
}
.naboutus_gywm3 h2{
	  font-weight: bold;
	  font-size: 30px;
	  color: #000000;
	  line-height:50px;
	  margin-bottom:10px;
}
.naboutus_gywm3 h3{
	  font-weight: bold;
	  font-size: 22px;
	  color: #C2000B;
	  line-height: 30px;
	  margin-bottom:30px;
}
.ncontact1_left{
	  width:45%;
	  float:left;
	  text-align:left;
}
.ncontact1_left h2{
	  font-weight: bold;
	  font-size: 30px;
	  color: #000000;
	  line-height:60px;
	  text-align: left;
	  margin-bottom:10px;
}
.ncontact1_leftbox h3{
	  font-weight: bold;
	  font-size: 20px;
	  color: #000000;
	  line-height:42px;
	  text-align: left;}
.ncontact1_leftbox p{
	  font-size: 16px;
	  color: #666666;
	  line-height: 32px;
	  text-align: left;
	  margin-bottom:20px;
}
.ncontact1_right{
	  width:50%;
	  float:right;
}
.ncontact1{
      margin-top:30px;
}
.ncontact2{
      background: #F8F8F8;
	  padding:30px;
      margin-top:15px;
	  text-align:center;
}
.ncontact2 h2{
      font-weight: bold;
      font-size: 30px;
      color: #000000;
	  margin-bottom:20px;
      line-height: 40px;
}
.ncontact2 ul{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.ncontact2 ul li{
	width: 33.3333%;
	padding-left: 10px;
	padding-right: 10px;
}
.ncontact2_input{
    width:100%;
	height: 54px;
	line-height: 54px;
	background: #FFFFFF;
	border:0;
	outline:none;
	text-indent:15px;
	font-size:16px;
}
.ncontact2_input2{
    width:100%;
	height: 154px;
	line-height: 24px;
	background: #FFFFFF;
	border:0;
	padding:15px;
	outline:none;
}
.ibtn_contact{
    width:20%;
	height: 54px;
	line-height:54px;
	background: #094b35;
	border-radius: 68px 68px 68px 68px;
	border:0;
	outline:none;
	font-size:16px;
	color:#fff;
	cursor:pointer;
}
.ibtn_contact:hover{
	background: #023c29;
}
.ncontact2 h3{
	margin-top:20px;
}
.ncontact2 h4{
	margin-top:20px;
}
.ncontact2 h5{
    	margin-top:20px;
}
.ncontact2 h5 font{
    display:block;
	float:left;
	width:15%;
	margin-right:20px;
}
.ncontact2 h5 span{
    display:block;
	float:left;
	margin-top:10px;
}
.section-inquiry-content_code h5{
    	margin-top:20px;
}
.section-inquiry-content_code h5 font{
    display:block;
	float:left;
	width:30%;
	margin-right:20px;
}
.section-inquiry-content_code h5 span{
    display:block;
	float:left;
	margin-top:10px;
}
	.section-inquiry{

}
	.section-inquiry{

}
.section-inquiry ul{
    float:left;
	width:32%;
	margin-right:2%;
}
.section-inquiry ul li{
    font-size: 18px;
	line-height:40px;
    color: #000000;
    text-align: left;
}
.indexftext{
    width: 100%;
    height: 58px;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    border: 2px solid #DCDCDC;
	text-indent:15px;
	outline:0;
	font-size:16px;
}
.indexftext2{
    width: 100%;
    height: 178px;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    border: 2px solid #DCDCDC;
	padding:15px;
	outline:0;
}
.inquirybt{
	width: 218px;
	height: 46px;
	background: #034d34;
	border-radius: 102px 102px 102px 102px;
	border:0;
	font-size:18px;
	color:#fff;
	cursor:pointer;
	margin-top:50px;
}
.inquirybt:hover{
	background: #043424;
}
.section-inquiry-content{
    margin-top:30px;
}
.section-inquiry-content ul{
    float:left;
	width:100%;
}
.section-inquiry-content ul li{
    font-size: 18px;
	line-height:40px;
    color: #000000;
    text-align: left;
}
.section-inquiry-content_code{
    margin-top:30px;
}
.section-inquiry-content_code ul{
    float:left;
	width:100%;
}
.section-inquiry-content_code ul li{
    font-size: 18px;
	line-height:40px;
    color: #000000;
    text-align: left;
}
.slideBox2{
	margin-top:20px;
	overflow:hidden;
}
.slideBox2 .hd{
margin-bottom:54px;
}
.slideBox2 .hd ul{
	overflow:hidden;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		margin-left: -20px;
		margin-right: -20px;
		float:right;
		width:1200px;
}
.slideBox2 .hd ul li{
	font-size:20px;
		width:14%;
		padding-left: 20px;
		padding-right: 20px;
	line-height:20px;
	cursor:pointer;
	text-align:center;
	position:relative;
}
.slideBox2 .hd ul li dl{

}
.slideBox2 .hd ul li dl dt{
    width:100px;
	border-radius:100%;
	overflow:hidden;
	margin:0 auto;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.08);
}
.slideBox2 .hd ul li dl dt img{
    width:100%;
}
.slideBox2 .hd ul li dl dd{
	font-size:16px;
	line-height:22px;
	margin-top:10px;
}
.slideBox2 .on:after{
	/*三角*/
	border: solid transparent;
	content: ' ';
	height: 0;
	bottom:0px;
	position: absolute;
	width: 0;
	border-width: 0;
	border-bottom-color: #ffffff;
	left: 50%;
	margin-left:-6px;
	/*横线
	content: '';
	height: 2px;
	margin-bottom: -1px;
	bottom:100%;
	position: absolute;
	width: 100%;
	left: 0;
	background: #34DAC6;*/
}
.slideBox2 .hd ul li a{
	display:block;
	color:#73737f;
}
.slideBox2 .bd{
    
}
.slideBox2 .bd ul{
	overflow:hidden;
}
.scroll .item1{
	overflow: hidden;
	transition: 0.6s;
	position: relative;
	float:left;
	width:100%;
}
.item1_left{
	float:left;
	width:50%;
	padding-top:80px;
}
.item1_left h3{
    font-size:34px;
	font-weight:bold;
	line-height:80px;
	margin-bottom:20px;
}
.item1_left p{
    font-size:16px;
	font-weight:normal;
	line-height:30px;
	margin-bottom:20px;
}
.item1_left h4{
	margin-top:50px;
}
.item1_left h4 font{
    width:173px;
	height:46px;
	line-height:46px;
	background:#113998;
	text-align:center;
	font-size:18px;
	border-radius:30px;
	display:block;
	color:#fff;
	margin-right:20px;
	float:left;
}
.item1_left h4 font:hover{
    background:#082a7a;
}
.item1_left h4 span{
    width:173px;
	height:46px;
	line-height:46px;
	background:#d8282b;
	text-align:center;
	font-size:18px;
	border-radius:30px;
	display:block;
	color:#fff;
	margin-right:20px;
	float:left;
}
.item1_left h4 span:hover{
    background:#c30b0e;
}
.item1_right{
	float:right;
	width:45%;
	border-radius:30px;
	overflow:hidden;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.08);
}
.item1_right img{
    width:100%;
}
.button {
	width: 1000px;
	margin: 0 auto;
	bottom: 400px;
	position: relative;
}
.scrollSwiperNews{
	height: auto;
	overflow: hidden;
	position: relative;
}
.scrollSwiperNews .swiper{
	height: auto;
}
.scrollSwiperNews .swiper .swiper-slide{
	height: auto;
}
.scrollSwiperNews .swiper .swiper-slide dl{

}
.scrollSwiperNews .swiper .swiper-slide dl dt{

}
.scrollSwiperNews .swiper .swiper-slide dl dt img{
	width: 100%;
}
.scrollSwiperNews .swiper .swiper-slide dl h3{
    font-size:16px;
	font-weight:normal;
	line-height:45px;
}
.scrollSwiperNews .swiper-arrows.swiper-arrow-next{
	left: auto;
	right: 0;
}
.scrollSwiperNews .swiper-arrows:hover{
	background-color: var(--main-color);
}

.scrollSwiperNews .swiper-page{
	margin-top: 15px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}
.scrollSwiperNews .swiper-page .swiper-pagination-bullet{
	width: 15px;
	height: 15px;
	opacity: 1;
	background-color: #ccc;
	transition: 0.6s;
	margin: 0 10px;
}
.scrollSwiperNews .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #01458E;
}

.section-feedback1{
    height:200px;
	line-height:200px;
	background:#113998;
}
.section-feedback1-left{
	width:52%;
	float:left;
	text-align:left;
	color:#fff;
	font-size:26px;
}
.section-feedback1-right{
	width:10%;
	line-height:50px;
	background:#d8282b;
	border-radius:30px;
	float:right;
	text-align:center;
	color:#fff;
	font-size:16px;
	margin-top:70px;
}
.section-feedback1-right:hover{
	background:#f00;
}
.hd-box{
	width:145px;
	float:left;
	text-align:left;
}
.hd-box h2{
    font-size:28px;
	font-weight:bold;
	line-height:60px;
}
.hd-box h3{
    width:123px;
	line-height:43px;
	background:#113998;
	border-radius:30px;
	color:#fff;
	text-align:center;
}
.section-links-box{
    height:auto;
    line-height:50px;
	background:#094b35;
}
.section-links-box-left{
	width:6%;
	float:left;
	text-align:left;
	font-size:16px;
	color:#fff;
}
.section-links-box{
    
}
.section-links-box-right{
	width:94%;
	float:right;
	text-align:left;
}
.section-links-box-right ul{

}
.section-links-box-right ul li{
    float:left;
	font-size:16px;
	color:#fff;
	margin-right:20px;
}
.section-links-box-right ul li a{
	color:#fff;
}
.section-links-box-right ul li a:hover{
	color:#f00;
}
	.warn-cover{ 
	    width:30%;
	}
	.tulist_tan{
		display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
	}
	.tulist_tanbox{
	width:25%;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom:10px;
	}
	.tulist_tanbox img{
	width:100%;
	}
	.tulist_tanbox h3{
     text-align:center;
	 font-size:14px;
	 font-weight:normal;
	 line-height:45px;
	}
	.section-xunpan{
	width:140px;
	line-height:40px;
	text-align:center;
	font-size:16px;
	border:1px solid #333;
	border-radius:10px;
	margin-top:30px;
}
.section-xunpan:hover{
	border:1px solid #034d34;
	background:#034d34;
	color:#fff;
}
.section-media{
	margin-top:25px;
}
.section-media i{
	width: 47px;
	height: 47px;
	line-height:47px;
	background: #335d9b;
	border-radius: 0px 0px 0px 0px;
	float:left;
	border-radius:100%;
	font-size:24px;
	text-align:center;
	margin-right:15px;
	color:#fff;
}
.section-media i:hover{
	background: #2499f3;
}
.slidedescription{
	margin-top:0;
	overflow:hidden;
}
.slidedescription .hd{

}
.slidedescription .hd ul{
	width:100%;
	overflow:hidden;
}
.slidedescription .hd ul li{
	font-size:18px;
	float:left;
	height:45px;
	line-height:45px;
	border:1px solid #ccc;
	border-bottom:0;
	background:#fff;
	padding:0 20px;
	cursor:pointer;
	margin-right:10px;
}
.slidedescription .hd ul li a{
	display:block;
}
.slidedescription .bd{
	border:1px solid #ccc;
}
.slidedescription .bd ul{
	padding:10px;
	overflow:hidden;
}
.slidedescription .hd ul li.on{
	background:#034d34;
	color:#fff;
	border-color:#034d34;
}
.slidedescription .hd ul li.on a{
	color:#fff;
}
.section-banner{
    text-align:center;
}
.section-banner img{
    width:100%;
}
.ncontact2 .line{
    width:120px;
	height:4px;
	background:#023c29;
	margin:0 auto 30px auto;
}
.section-top {
    width: 100%;
    min-width: unset;
    z-index: 99999;
    overflow: visible;
    position: fixed;
    left: 0;
    right: 0;
    padding: 0 4%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
}
.section-p-t{
    margin-top:30px;
}
.section-p-t-n{
    width:600px;
	float:left;
	text-align:left;
}
.section-p-t-n h2{
    font-size:72px;
	font-weight:bold;
	line-height:85px;
}
.section-p-t-n h3{
    font-size:72px;
	font-weight:bold;
	line-height:85px;
}
.section-p-t-m{
    width:256px;
	float:right;
	line-height:50px;
	border:1px solid #dedede;
	margin-top:40px;
}
.section-p-t-m .more{
    float:left;
	width:170px;
	text-align:center;
	font-size:18px;
}
.section-p-t-m .ico{
    width:60px;
	line-height:50px;
	float:left;
	text-align:center;
	background:#99c42f;
	display:block;
	float:right;
	color:#fff;
	margin-left:15px;
}
.section-p-t-m:hover{
	border:1px solid #ff784c;
}
.section-p-t-m:hover .ico{
	background:#ff784c;
}
.scrollrelateds{
	height: auto;
	overflow: hidden;
	position: relative;
}
.scrollrelateds .swiper{
	height: auto;
}
.scrollrelateds .swiper .swiper-slide{
	background-color: #fff;
	overflow: hidden;
	padding-bottom:30px;
}
.scrollrelateds .swiper .swiper-slide-img{
    width:100%;
	border-radius:20px;
	overflow:hidden;
}
.scrollrelateds .swiper .swiper-slide .swiper-slide-title{
    width:100%;
}
.scrollrelateds .swiper .swiper-slide .swiper-slide-title h2{
	font-size:18px;
	font-weight:normal;
	line-height:45px;
}
.scrollrelateds .swiper .swiper-slide img{
	width:100%;
}
.scrollrelateds .swiper .swiper-slide .swiper-slide-title h3{
	line-height:35px;
	text-align:left;
	font-size:16px;
	color:#0a4a35;
}
.scrollrelateds .swiper .swiper-slide .brief{
	color: #666;
	font-size: 14px;
	padding: 0 20px;
	margin-bottom: 15px;
}
.scrollrelateds .swiper-arrows{
	background-color:#034d34;
	color: #fff;
	width: 40px;
	height: 40px;
	overflow: hidden;
	text-align: center;
	line-height: 40px;
	position: absolute;
	bottom: 0px;
	z-index: 20;
	cursor: pointer;
}
.scrollrelateds .swiper-arrows i{
	display: inline-block;
	font-size: 18px;
}
.scrollrelateds .swiper-arrows.swiper-arrow-next{
	right:650px;
}
.scrollrelateds .swiper-arrows.swiper-arrow-prev{
	left:650px;
}
.scrollrelateds .swiper-page{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	position: relative;
	margin-top: 25px;
	bottom: 0;
}
.scrollrelateds .swiper-page .swiper-pagination-bullet{
	background-color: transparent;
	width: 10px;
	height: 10px;
	border: 1px solid var(--main-color);
}
.scrollrelateds .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: var(--main-color);
}
.section-oem{
	background:url(/web/img/bg1.jpg) top center no-repeat;
	padding:90px 0 60px 0;
	min-height:842px;
}
.section-oem-l{
    width:700px;
	float:left;
	height:380px;
	background:#99c42f;
	padding:60px 30px 30px 30px;
    color:#fff;
}
.section-oem-l .title{
    font-size:80px;
	margin-bottom:20px;
}
.section-oem-l .content{
    font-size:18px;
	line-height:28px;
}
.section-oem-r{
    width:700px;
	float:right;
	height:380px;
	background:url(/web/img/t2.png);
	padding:60px 30px 30px 30px;
	color:#fff;
}
.section-oem-r .title{
    font-size:80px;
	margin-bottom:20px;
	color:#fff;
}
.section-oem-r .title:hover{
    color:#99c42f;
}
.section-oem-r .content{
    font-size:18px;
	line-height:28px;
}
.section-oem-title{
    width:60%;
	float:left;
	text-align:left;
	font-size:36px;
	line-height:48px;
	color:#fff;
	margin-bottom:30px;
	
}
.section-news{
    margin-top:30px;
}
.section-news .title{
    font-size:52px;
	text-align:center;
	line-height:72px;
	padding:0 200px 0 200px;
	margin-bottom:50px;
	font-weight:bold;
}
.section-news-liebiao{
	margin-bottom:30px;
	padding:30px;
	background:#f8f8f8;
}
.section-news-liebiao-title{
    width:360px;
	float:left;
	text-align:left;
	margin-right:50px;
}
.section-news-liebiao-title .titles{
    font-size:20px;
	font-weight:bold;
	line-height:30px;
}
.section-news-liebiao-title .time{
    font-size:18px;
	font-weight:normal;
	line-height:30px;
	margin-top:30px;
	color:#99c42f;
}
.section-news-liebiao-content{
    width:500px;
	float:left;
	text-align:left;
}
.section-news-liebiao-content .content{
	font-size:18px;
	line-height:28px;
	color:#333;
}
.section-news-liebiao-content .more{
    font-size:18px;
	font-weight:normal;
	line-height:30px;
	margin-top:30px;
	color:#99c42f;
}
.section-news-liebiao-img{
    width:295px;
	float:right;
	text-align:left;
}
.section-news-liebiao-img img{
    width:100%;
}
.section-news-liebiao:hover{
    background:#eeeeee;
}
.section-contact{
    margin-top:30px;
	text-align:center;
	background:url(/web/img/bg2.jpg) top center no-repeat;
	padding:60px 0 30px 0;
	min-height:626px;
	color:#fff;
}
.section-contact .title{
	font-size:48px;
	line-height:68px;
	padding:0 100px 0 100px;
	margin-bottom:30px;
}
.section-contact .content{
	font-size:18px;
	line-height:28px;
	padding:0 100px 0 100px;
}
.section-contact .more{
    width:256px;
	line-height:50px;
	border:1px solid #99c42f;
	margin:60px auto 0 auto;
}
.section-contact .more .mores{
    float:left;
	width:170px;
	text-align:center;
	font-size:18px;
	color:#fff;
}
.section-contact .more .ico{
    width:60px;
	line-height:50px;
	float:left;
	text-align:center;
	background:#99c42f;
	display:block;
	float:right;
	color:#fff;
	margin-left:15px;
}
.section-contact .more:hover{
	border:1px solid #ff784c;
}
.section-contact .more:hover .ico{
	background:#ff784c;
}
.foot-m{
    margin-right:120px;
}
.section-lb{
    margin-top:30px;
}
.section-lb_left{
    width:694px;
	float:left;
	position:relative;
}
.section-lb_left img{
    width:100%;
}
.section-lb_right{
    width:674px;
	float:right;
}
.section-lb_right1{
	position:relative;
}
.section-lb_right1 img{
    width:100%;
}
.section-lb_right2{
	position:relative;
	margin-top:30px;
}
.section-lb_right2 img{
    width:100%;
}
.section-aboutus{
    background: #F4F7FC;
	padding:40px 0 130px 0;
	margin-top:30px;
	min-height:707px
}
.section-aboutus-content{
    width:650px;
	float:right;
	text-align:left;
}
.section-aboutus-content .title{
	font-size: 70px;
	color: #000;
	line-height:100px;
	text-align: left;
	font-style: normal;
	margin-bottom:10px;
}
.section-aboutus-content .titles{
    margin-bottom:20px;
	font-size:22px;
	line-height:30px;
	color:#0a4a35;
}
.section-aboutus-content .titles font{
	font-size: 24px;
	color: #0326A0;
	line-height:30px;
	display:block;
	float:left;
	text-align: left;
	font-style: normal;
	margin-right:20px;
}
.section-aboutus-content .titles span{
	font-size: 24px;
	color: #0326A0;
	line-height:30px;
	display:block;
	float:left;
	text-align: left;
	font-style: normal;
}
.section-aboutus-content .content{
	font-size: 18px;
	color: #4A5680;
	line-height: 32px;
	text-align: left;
}
.section-aboutus-content h4{
    width:256px;
	float:right;
	line-height:50px;
	border:1px solid #dedede;
	margin-top:40px;
	float:left;
}
.section-aboutus-content h4 .more{
    float:left;
	width:170px;
	text-align:center;
	font-size:18px;
}
.section-aboutus-content h4 .ico{
    width:60px;
	line-height:50px;
	float:left;
	text-align:center;
	background:#99c42f;
	display:block;
	float:right;
	color:#fff;
	margin-left:15px;
}
.section-aboutus-content h4:hover{
	border:1px solid #ff784c;
}
.section-aboutus-content h4:hover .ico{
	background:#ff784c;
}
.scrollrelateds{
	height: auto;
	overflow: hidden;
	position: relative;
}
.scrollrelateds .swiper{
	height: auto;
}
.section-aboutus-img{
    width:699px;
	min-height:374px;
	float:left;
	background: #99c42f;
	text-align:left;
	position:relative;
}
.section-aboutus-img img{
    position:absolute;
	top:20px;
	left:20px;
}
#footer-c{
    width:380px;
	float:right;
}
.footer-l{
    width:375px;
	float:left;
}
.footer-r{
    width:1005px;
	float:right;
	padding-top:50px;
	padding-left:40px;
}
#bt-logo{
    width:375px;
	height:360px;
	color:#fff;
	border-right:1px solid #225d4a;
	padding-right:50px;
	padding-top:50px;
}
#bt-logo h3{
    font-size:18px;
	font-weight:bold;
	line-height:50px;
}
#bt-logo p{
    font-size:18px;
	font-weight:normal;
	line-height:30px;
}
.footer-r-o{
	
}
.footer-r-t{
	border-top:1px solid #225d4a;
	padding-top:20px;
	padding-bottom:20px;
}
.footer-r-t h2{
    font-size:18px;
	font-weight:normal;
	line-height:30px;
	float:left;
	color:#fff;
	margin-right:20px;
}
.top-rt-weixin{
	overflow: visible;
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left:20px;
	margin-top:25px;
	background: #99c42f;
	color:#fff;
	height: 40px;
	line-height: 40px;
	padding:0 15px 0 15px;
	border-radius:10px;
}
.top-rt-weixin:hover{
	background: #81ac18;
}
.top-rt-weixin font{
    display:block;
	float:right;
	margin-left:10px;
}
.top-rt-weixin a{
	color:#fff;
}
.section-oem-wz{
    position:relative;
}
.section-oem-i1{
    width:599px;
	height:467px;
	position:absolute;
	top:-340px;
	right:0;
}
.section-oem-i2{
    width:588px;
	height:379px;
	position:absolute;
	bottom:-380px;
	left:0;
}
.section-detail{
    background: #F5F5F7;
	padding:0 0 30px 0;
}
.section-xx{
    background: #F5F5F7;
	padding:0 0 0 0;
}
.section-xx_pic{
    background: #fff;
	padding:0 0 0 0;
	text-align:center;
}
.section-xx_pic img{
    width:100%;
	height:auto;
}
.section-detail-img{
    margin-top:0;
}
.xiazai_bg{
	width:100%;
	border-collapse:collapse;
}
.xiazai_bg tr td,.xiazai_bg tr th{
	border:#ccc solid 1px;
    padding:10px 0 10px 15px;
}
.xiazai_bg tr th,.xiazai_bg .down_b{
	background:#fff;
}
.xiazai_bg .fa-caret-right{
	margin-right:10px;
}
.xiazai_bg .fa-cloud-download{
	font-size:30px;
	margin:0px auto;
	display:block;
	text-align:center;
	margin-left:-15px;
}
 /* ----- 底部隐私横幅 ----- */
        .privacy-banner {
            position: fixed;
            bottom: 0;
            left: 0;
            width: 50%;
            z-index: 999;
            background: #629c34;
            color: #e2e8f0;
            padding: 0.9rem 1.5rem;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            gap: 0.8rem 1.5rem;
            border-top: 1px solid #629c34;
            transition: transform 0.3s ease, opacity 0.25s ease;
            transform: translateY(0);
            opacity: 1;
            visibility: visible;
        }
        /* 隐藏状态 */
        .privacy-banner.hidden {
            transform: translateY(100%);
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
        }

        .privacy-banner__text {
            font-size: 0.95rem;
            line-height: 1.5;
            flex: 1 1 200px;
        }
        .privacy-banner__text strong { color: #fff; }

        .privacy-banner__actions {
            display: flex;
            gap: 0.6rem;
            flex-shrink: 0;
        }

        .privacy-banner__actions .btn {
            padding: 0.4rem 1.2rem;
            border-radius: 40px;
            font-size: 0.9rem;
            font-weight: 500;
            border: none;
            cursor: pointer;
            transition: 0.15s;
            background: transparent;
            color: #cbd5e1;
            border: 1px solid #fff;
        }
        .btn-primary {
            background: #ffffff;
            color: #0f172a;
            border-color: #ffffff;
        }
        .btn-primary:hover { background: #008e7b; }
        .btn-outline:hover { background: #008e7b; }

        /* 移动端调整 */
        @media (max-width: 480px) {
            .privacy-banner {
                flex-direction: column;
                align-items: flex-start;
                padding: 0.8rem 1rem;
                gap: 0.6rem;
            }
            .privacy-banner__actions {
                width: 100%;
                justify-content: flex-end;
            }
            .privacy-banner__text { font-size: 0.9rem; }
        }
.scrollSwiperPlist{
	height: auto;
	overflow: hidden;
	position: relative;
}
.scrollSwiperPlist .swiper{
	height: auto;
}
.scrollSwiperPlist .swiper .swiper-slide{
	background-color: #fff;
	overflow: hidden;
	padding-bottom:30px;
}
.scrollSwiperPlist .swiper .swiper-slide-img{

}
.scrollSwiperPlist .swiper .swiper-slide .swiper-slide-title h2{
	font-size:16px;
	font-weight:normal;
	line-height:45px;
}
.scrollSwiperPlist .swiper .swiper-slide img{
	width:100%;
}
.scrollSwiperPlist .swiper .swiper-slide .swiper-slide-title h3{
	height: 25px;
	line-height:25px;
	text-align:left;
	font-size:14px;
}
.scrollSwiperPlist .swiper .swiper-slide .brief{
	color: #666;
	font-size: 14px;
	padding: 0 20px;
	margin-bottom: 15px;
}
.scrollSwiperPlist .swiper-arrows{
	background-color:#094b35;
	color: #fff;
	width: 40px;
	height: 40px;
	overflow: hidden;
	text-align: center;
	line-height: 40px;
	position: absolute;
	bottom: 0px;
	z-index: 20;
	cursor: pointer;
}
.scrollSwiperPlist .swiper-arrows i{
	display: inline-block;
	font-size: 18px;
}
.scrollSwiperPlist .swiper-arrows.swiper-arrow-next{
	right:650px;
}
.scrollSwiperPlist .swiper-arrows.swiper-arrow-prev{
	left: 650px;
}
.scrollSwiperPlist .swiper-page{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	position: relative;
	margin-top: 25px;
	bottom: 0;
}
.scrollSwiperPlist .swiper-page .swiper-pagination-bullet{
	background-color: transparent;
	width: 10px;
	height: 10px;
	border: 1px solid var(--main-color);
}
.scrollSwiperPlist .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: var(--main-color);
}