@import url("reset.css");
@import url("//at.alicdn.com/t/c/font_4966493_ud7fci10u.css");
:root {
	--main-color: #a2cf00;
	--color-lan: #363f4d;
}
html{
	background:#fff;
}
body{
	font-size:14px;
	line-height: 1.5;
	overflow-x:hidden;
	color: #333;
	-webkit-font-smoothing: subpixel-antialiased;
}
body{
	font-family:Arial,Helvetica,sans-serif;
}
body.lang-zh_cn{
	font-family:Arial,Helvetica,sans-serif;
}

a {
	color: #333;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	text-decoration:none;
}
a:hover {
	color:#0554F2;
	text-decoration:none;
}
a:focus,
a:active {
	outline: none;
}
.clear{
	clear:both; 
	margin:0; 
	padding:0;
	height:0;
	overflow:hidden;}
/** 公共样式 **/
.section{
	width: 100%;
	padding: 20px 0;
	height: auto;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
section{
	padding: 20px 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.pc-hide{
	display: block;
}
.mb-hide-992{
	display: none;
}
.pc-hide-992{
	display: block;
}

@media (min-width: 768px) {
	body > section {
  		padding: 30px 0;
	}
	.section{
		padding: 30px 0;
	}
	.pc-hide{
		display: none;
	}
}
@media (min-width: 992px) {
	body > section {
  		padding: 35px 0;
	}
	.section{
		padding: 35px 0;
	}
	.mb-hide-992{
		display: block;
	}
	.pc-hide-992{
		display: none;
	}
}
@media (min-width: 1200px) {
	body > section {
  		padding: 45px 0;
	}
	.section{
		padding: 45px 0;
	}
}
@media (min-width: 1400px) {
	body > section {
  		padding: 60px 0;
	}
	.section{
		padding: 60px 0;
	}
}

.container{
	/* padding-right: 15px;
	padding-left: 15px; */
	margin-right: auto;
	margin-left: auto;
	width: 92%;
	max-width: 1600px;
}
.container-1400{
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1430px;
}
.container-1600{
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1630px;
}
.clearfix:before,.clearfix:after,.container:before,.container:after,.section:before,.section:after {
	display: table;
  	content: " ";
}
.clearfix:after,.container:after,.section:after{
	clear: both;
}
.container-nav{
	padding-left: 3.125vw;
	padding-right: 3.125vw;
}

.fl{float: left;}.fr{float: right;}
.txt-lt{text-align: left;}.txt-cr{text-align: center;}.txt-rt{text-align: right;}
.mgn-t5{margin-top: 5px;}
.mgn-t10{margin-top: 10px;}.mgn-t15{margin-top: 15px;}
.mgn-t20{margin-top: 20px;}.mgn-t25{margin-top: 25px;}
.mgn-t30{margin-top: 30px;}.mgn-t35{margin-top: 35px;}
.mgn-t40{margin-top: 40px;}.mgn-t45{margin-top: 45px;}
.mgn-t50{margin-top: 50px;}.mgn-t55{margin-top: 55px;}
.mgn-t60{margin-top: 60px;}
.img-block{display: block;margin: 0 auto;width: 100%;height: auto;}
.transitions{webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}

h1,.h1{font-size: 36px;}
h2,.h2{font-size: 30px;}
h3,.h3{font-size: 24px;}
h4,.h4{font-size: 18px;}
h5,.h5{font-size: 16px;}
h6,.h6{font-size: 14px;}

.pic{
	height: auto;
	overflow: hidden;
}
.pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
	transition: 0.5s;
}

/** 顶部 **/
.full-top{
	width: 100%;
	background-color: #fff;
	height: 47px;
	display: none;
	padding: 8px 0;
	border-bottom: 1px solid #c4c0bd;
}

@media (min-width: 992px) {
	.full-top{
		display: block;
	}	
}
/** header **/
.header{
	width: 100%;
	position: relative;
	z-index: 100;
	background-color: transparent;
}
.header.fixed{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	background-color: rgba(0,0,0,.4);
	transition: 0.5s;
}
.header.fixed.fixed-bgc{
	/* background-color: rgba(255,255,255,1); */
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}

.top-flex-nav{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
.logo{
    width:30%;
	height:auto;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items:Center;
	padding: 5px 0;
	overflow: hidden;
	transition: 0.5s;
}
.logo a{
	display:block;
	height: 100%;
	position: relative;
}
.logo img{
	display:block;
	max-height:auto;
	width:  100%;
	transition: 0.5s;
}

.header-right{

}
.top-rt-lang{
	color: #333;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	position: relative;
	margin-left: 15px;
	background-color:none;
	border-radius: 999px;
	padding-left: 38px;
	padding-right: 10px;
	background-repeat: no-repeat;
	background-position: 5px 50%;
	background-size: 24px;
	z-index: 200;
}
.lang-en .top-rt-lang{
	background-image: url(../images/diqiu.png);
}
.lang-zh_cn .top-rt-lang{
	background-image: url(../images/diqiu.png);
}
.top-rt-lang i{
	display: inline-block;
	font-size: 12px;
	margin-left: 5px;
}
.lang-menu{
	position: absolute;
	left: 0;
	top: 100%;
	background-color: #fff;
	box-shadow: 0 15px 30px rgba(0, 161, 233, 0.2);
	padding: 8px 15px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: 0.5s;
	z-index: 200;
}
.lang-menu li{
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	font-size: 14px;
	font-weight: normal;
}
.lang-menu li + li{
	margin-top: 10px;
}
.lang-menu li a{
	display: block;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: 22px;
}
.lang-menu li a.cn{
	background-image: url(../images/cn2.png);
}
.lang-menu li a.en{
	background-image: url(../images/en.png);
}
.top-rt-lang:hover .lang-menu{
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.search-wrap{
	height: 100%;
	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;
}
i.search-open{
	display: block;
	height: 40px;
	cursor: pointer;
	text-align: center;
	line-height: 40px;
	font-size: 32px;
	color: #000;
}

.search-open-wrap{
	height: auto;
	overflow: hidden;
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	background-color: #fff;
	padding: 20px;
}
.search-box{
	height: auto;
	overflow: hidden;
	position: relative;
	padding-right: 40px;
	border: 1px solid #ddd;
}
.search-box .key_text{
	height:40px;
	width:300px;
	overflow:hidden;
	line-height:40px;
	outline:none;
	border:none;
	padding-left: 15px;
	padding-right: 15px;
	background:transparent;
	color: #000;
	font-size: 14px;
}
.search-box .search_btn{
	border:none;
	outline:none;
	width: 40px;
	height:40px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	background-color: transparent;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}
.search-box .search_btn i{
	font-size: 24px;
	color:#000;
}

/** nav **/
.nav {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	height: 100%;
}
.nav .nLi{
	float: left;
	height: 100%;
	position:relative;
	z-index: 100;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

.nav .nLi i{
	margin-left: 5px;
	font-size: 14px;
}
.nav .nLi h3{
	display: block;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.nav .nLi.line{
	position: relative;
	width: 1px;
}
.nav .nLi.line::before{
	content: '';
	width: 1px;
	height: 14px;
	background-color: #000;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.nav .nLi h3 a {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	
	font-size:16px;
	font-weight: normal;
	text-transform: uppercase;
	transition: 0.6s;
	color: #fff;
	padding: 0;
	position: relative;
}
.nav .on h3 a{
	color: #f5d5b6;
}

.sub-menu{
	position:absolute;
	top:100%;
	left: 50%;
	transform: translateX(-50%);
	display:none;
	z-index: 8888;
}
.sub-menu .sub{
	padding:10px 0;
	background:#fff;
	border-radius:0 0 5px 5px;
	box-shadow:0 0 20px rgba(0,0,0,.1);
	position:relative;
	border-bottom: 4px solid #d34f05;
}
.nav .sub li {
	zoom:1;
	height:40px;
	position:relative;
	text-align:center;
	white-space:nowrap
}
.lang-en .nav .sub li{
	text-align: left;
}
.nav .sub a {
	display:block;
	line-height:40px;
	height:40px;
	overflow:hidden;
	color:#333;
	padding-left: 25px;
	padding-right: 25px;
	position: relative;
}
.nav .sub a.hassub{
	padding-right: 45px;
}
.nav .sub a i{
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.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;
}
.nav .sub li:hover {
	background:#f2f7fc;
	transition:0.5s;
}
.nav .sub li:hover a{
	color: #333;
}
.pc-nav-bar{
	display: none;
}

.tan-lang{
	height: auto;
	overflow: hidden;
	font-size: 14px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.tan-lang i{
	font-size: 24px;
	display: inline-block;
	margin-right: 10px;
}
.tan-lang a{
	display: inline-block;
	color: #fff;
	margin: 0 5px;
}

.full-sec-nav{
	background-color: var(--color-lan);
	height: 45px;
	display: none;
	position: relative;
	z-index: 66;
}
.sec-nav-list{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-around;
	height: 45px;
}
.sec-nav-list li{
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.sec-nav-list li a{
	display: block;
	color: #fff;
	font-size: 14px;
}
.sec-nav-list li a i{
	display: inline-block;
	margin-left: 4px;
	font-size: 14px;
	vertical-align: middle;
}
.sec-menu{
	position: absolute;
	left: 0;
	top: 100%;
	right: 0;
	background-color: #fff;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	display: none;
}
.sec-menu li a{
	color: #000;
	font-size: 15px;
}
.sec-menu .dropdown-menu{
	display: none;
}

@media (min-width: 1200px) {
	.pc-nav-bar{
		width: 100%;
		height: 100%;
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.pc-nav-lt{
		height: 100%;
	}
	.logo{
    width:30%;
	height:auto;
		padding: 5px 0;
	}
	.nav .nLi h3 a {
		font-size: 14px;
		padding: 0 15px;
	}
	.lang-zh_cn .nav .nLi h3 a {
		font-size: 15px;
		padding: 0 20px;
	}
	.nav .nLi:last-child h3 a{
		padding-right: 0!important;
	}
	.top-rt-lang{
		margin-left: 20px;
		font-size: 16px;
	}
	.pc-nav-rt{
		margin-left: 20px;
	    width: 145px;
		height: 46px;
		line-height:46px;
		text-align:center;
		background: #FFE900;
		color: #0554F2;
		font-size: 16px;
		border-radius: 31px 31px 31px 31px;
	}
	.pc-nav-tel{
		margin-left:20px;
	}
	.pc-nav-tel dl{
	
	}
	.pc-nav-tel dl dt{
		width: 50px;
		height: 50px;
		line-height:50px;
		background: #0554F2;
		border-radius: 0px 0px 0px 0px;
		float:left;
		border-radius:100%;
		text-align:center;
		color:#fff;
	}
	.pc-nav-tel dl dt i{
		font-size:22px;
	}
	.pc-nav-tel dl dd{
		width: 250px;
		line-height:50px;
		float:right;
		text-align:left;
		margin-left:15px;
	}
	.pc-nav-tel dl dd h2{
	    font-size: 16px;
		line-height: 21px;
		color: #8F8F8F;
	}
	.pc-nav-tel dl dd h3{
	    font-size: 26px;
		color: #0554F2;
		line-height: 34px;
		font-weight: bold;
	}
	i.search-open{
		font-size: 28px;
	}
	.full-sec-nav{
		display: block;
	}
	.nav .nLi.mega-product{
		position: static!important;
	}
	.nav .nLi.mega-product .sub-menu{
		left: 0;
		right: 0;
		transform: translateX(0);
		background-color: #f6f6f6;
		padding: 40px 0;
	}
	.mega-flex-pro{
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		margin-left: -15px;
		margin-right: -15px;
	}
	.mega-flex-pro .item{
		width: 25%;
		padding: 15px;
	}
	.nav-tu{
		height: auto;
		overflow: hidden;
	}
	.nav-tu a{
		display: block;
		width: 100%;
		height: 100%;
		overflow: hidden;
		position: relative;
		border-radius: 10px;
	}
	.nav-tu img{
		display: block;
		margin: 0 auto;
		width: 100%;
		height: auto;
		transition: .5s;
	}
	.nav-tu .more{
		position: absolute;
		left: 0;
		right: 0;
		bottom: -105%;
		background-color: var(--main-color);
		text-align: center;
		color: #fff;
		font-size: 14px;
		padding: 10px 15px;
		text-transform: uppercase;
		opacity: 0;
		visibility: hidden;
		transition: 0.5s;
	}
	.nav-tu:hover img{
		transform: scale(1.05);
	}
	.nav-tu:hover .more{
		bottom: 0;
		opacity: 1;
		visibility: visible;
	}
	.sub-two-sort{
		height: auto;
		overflow: hidden;
		margin-top: 15px;
		font-size: 14px;
		font-weight: bold;
	}
	.sub-two-sort a{
		color: #000;
	}
	.sub-three-sort{
		height: auto;
		overflow: hidden;
		margin-top: 15px;
	}
	.three-list-mm{
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		margin-left: -10px;
		margin-right: -10px;
	}
	.three-list-mm li{
		width: 100%;
		padding: 6px 10px;
	}
	.three-list-mm li a{
		font-size: 14px;
		color: #666;
		padding-left: 8px;
		position: relative;
		display: block;
		line-height: 20px;
	}
	.three-list-mm li a::before{
		content: '';
		width: 4px;
		height: 4px;
		background-color: #666;
		border-radius: 50%;
		position: absolute;
		left: 0;
		top: 8px;
	}
	.three-list-mm li a:hover{
		color: var(--main-color);
	}
	.sub-fort-list{
		height: auto;
		overflow: hidden;
		margin-top: 5px;
	}
	.sub-fort-list li{
		width: 100%;
		padding: 5px 0;
	}
	.sub-fort-list li a{
		display: block;
		position: relative;
		color: #999;
		font-size: 12px;
	}
	.sub-fort-list li a::before{
		display: none;
	}
	.sub-fort-list li a:hover{
		color: var(--main-color);
		text-decoration: underline;
	}
	
	.sec-menu .sub-two-sort a{
		color: #000;
	}
	.sec-menu .mega-flex-pro .item{
		width: 20%;
	}
	
}
@media (min-width: 1400px) {
	.nav .nLi h3 a {
		font-size: 15px;
		padding: 0 20px;
	}
	.lang-zh_cn .nav .nLi h3 a {
		font-size:16px;
		padding: 0 28px;
	}
	.top-rt-lang i{
		font-size: 16px;
	}
	.logo{
    width:30%;
	height:auto;
		padding: 5px 0;
	}
	.pc-nav-rt{
		margin-left: 25px;
	}
	.pc-nav-rt span{
		font-size: 30px;
	}
	.sec-nav-list li a{
		font-size: 15px;
	}
	.three-list-mm li{
		width: 50%;
	}
	.sub-fort-list li{
		width: 100%;
	}
	.sec-menu .three-list-mm li{
		width: 100%;
	}
}
@media (min-width: 1500px) {
	.nav .nLi h3 a {
	  font-size: 16px;
	  padding: 0 24px;
	}
}
@media (min-width: 1600px) {
	.logo{
    width:30%;
	height:auto;
		padding: 5px 0;
	}
	
	.pc-nav-rt{
		margin-left: 35px;
	}
	.nav .nLi h3 a {
		font-size: 18px;
		padding: 0 25px;
	}
	.lang-zh_cn .nav .nLi h3 a {
		font-size:18px;
		padding: 0 35px;
	}
	
	.search-box .key_text{
		font-size: 16px;
	}
	i.search-open{
		font-size: 32px;
	}
	.sec-nav-list li a{
		font-size: 18px;
	}
	.sec-menu li a{
		font-size: 15px;
	}
	.sub-two-sort{
		font-size: 18px;
	}
	
}

/** footer **/
.footer{
	width:100%;
	overflow:hidden;
	padding-top: 30px;
	padding-bottom: 0;
	background: #FEF4EE;
}
.foot-contact-wrap{
	height: auto;
	overflow: hidden;
	padding: 10px 0;
}
.foot-contact-info{
    width:100%;
	height: auto;
	overflow: hidden;
	color: #fff;
	font-size: 14px;
	line-height: 2;
}
.foot-contact-wrap .you{
	height: auto;
	overflow: hidden;
}


.foot-top-flex{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.foot-top-flex .zou{
	width: 100%;
}
.foot-top-flex .you{
	width: 100%;
	margin-top: 15px;
}
.foot-ask{
	height: auto;
	overflow: hidden;
	color: #fff;
	font-size: 16px;
	line-height: 1.25;
}
.lang-en .foot-ask,
.lang-sp .foot-ask{
	font-family:Arial,Helvetica,sans-serif;
}
.lang-zh_cn .foot-ask{
	font-weight: bold;
}
.foot-lx-more{
	height: auto;
	overflow: hidden;
}
.foot-lx-more a{
	font-size: 14px;
	display: inline-block;
	color:#666666
	border: 1px solid #fff;
	border-radius: 999px;
	padding: 0 20px;
	line-height: 34px;
}

.foot-flex{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.foot-item{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.foot-sort-name{
	color:#666666;
	font-size: 16px;
	position: relative;
	line-height: 46px;
	border-bottom: 1px solid rgba(255,255,255,0.4);
	z-index: 2;
}
.foot-sort-name img{
	width: 100%;
}
.foot-sort-name.nobd{
	border-bottom: none;
}
.ft-mb-jia i{
	position: absolute;
	cursor: pointer;
	z-index: 3;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
}
.ft-mb-jia i::before{
	content: '';
	width: 13px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
}
.ft-mb-jia i::after{
	content: '';
	width: 1px;
	height: 13px;
	background-color: #fff;
	position: absolute;
	right: 6px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	transition: 0.5s;
	opacity: 1;
	visibility: visible;
	
}
.foot-item.on .ft-mb-jia i::after{
	transform: translateY(-50%) rotate(90deg);
	opacity: 0;
	visibility: hidden;
}
.foot-sort-name a{
	color:#333333;
	display: inline-block;
}
.foot-panel-wrap{
	padding-top: 8px;
	display: none;
}

.foot-sort-list{
	height: auto;
	overflow: hidden;
}
.foot-sort-list li{
	height: auto;
	overflow: hidden;
	color:#666666;
	font-size: 14px;
	line-height: 30px;
	border-bottom: 1px solid rgba(255,255,255,0.05);
}
.foot-sort-list li:last-child{
	border-bottom: none;
}
.foot-sort-list li a{
	color:#666666;
	display: inline-block;
	padding-left: 5px;
}
.foot-sort-list li i{
	font-size: 12px;
	margin-right: 6px;
}
.foot-sort-list li a:hover{
	color: #D34F05;
	text-decoration: underline;
}

.full-copyright{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 30px 0;
	background-color: transparent;
	margin-top: 40px;
}
.copyright{
	color: #333;
	font-size: 15px;
	line-height: 2;
	text-align: center;
}
.copyright a{
	color: #333;
}
.copyright a:hover{
	color: #f00;
	text-decoration: underline;
}

@media (min-width: 768px) {
	.foot-flex{
		justify-content: space-between;
	}
	.foot-top-flex .zou{
		width: auto;
	}
	.foot-top-flex .you{
		width: auto;
		margin-top: 0;
	}
	
}
@media (min-width: 992px) {
	.footer{
		padding-top: 40px;
	}
	.full-copyright{
		margin-top: 50px;
	}
	.foot-flex{
		flex-wrap: nowrap;
	}
	.mb-hide2{
		display: block;
	}

	.foot-item{
		width: auto;
		max-width: 24%;
		/* padding: 0 10px; */
		/* max-width: 25%; */
	}
	.foot-item.last-item{
		max-width: 24%;
	}
	.ft-mb-jia i{
		display: none;
	}
	.foot-panel-wrap{
		display: block!important;
		padding-top: 0;
	}
	.foot-sort-name{
		border-bottom: none;
		line-height: 1.5;
		padding-bottom: 15px;
	}
	.foot-sort-list li{
		border-bottom: none;
		line-height: 1.2;
	}
	.foot-sort-list li + li{
		margin-top: 15px;
	}
	.foot-sort-list li a{
		padding-left: 0;
	}
	.foot-ask{
		font-size: 20px;
	}
	.foot-lx-more a{
		font-size: 16px;
		padding: 0 25px;
		line-height: 44px;
	}
	.foot-item-1{
		display: none;
	}
	
	.top-link{
		width: auto;
		margin-top: 0;
	}
	
	.foot-fstsort-list li {
	  border-bottom: none;
	  line-height: 1.5;
	  font-size: 16px;
	}
	.foot-fstsort-list li a{
		padding-left: 0;
	}
	.foot-fstsort-list li +li {
		margin-top: 15px;
	}
	
}
@media (min-width: 1200px) {
	.foot-sort-name{
		font-size: 16px;
	}
	.foot-ask{
		font-size: 24px;
	}
	.foot-lx-more a{
		font-size: 18px;
		padding: 0 40px;
		line-height: 60px;
	}
	.foot-item-1{
		display: block;
	}
	.foot-fstsort-list li {
		font-size: 18px;
	}
	
}
@media (min-width: 1400px) {
	.foot-sort-name{
		font-size: 18px;
	}	
	.foot-panel-wrap{
		margin-top: 0;
	}
	.foot-sort-list li{
		font-size: 14px;
		padding: 2px 0;
	}
	.foot-ask{
		font-size: 30px;
	}
	
}

@media (min-width: 1600px) {
	.foot-item{
		max-width: 15%;
	}
	.foot-item.two-item{
		max-width: 25%;
		width: 25%;
	}
	.foot-item.last-item{
		max-width: 38%;
		width: 32%;
	}
	.foot-sort-name{
		font-size:18px;
	}
	.foot-ask{
		font-size: 40px;
	}
	.foot-contact-wrap{
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		justify-content: space-between;
		padding: 0;
	}
	.foot-contact-info{
		width: 52%;
		font-size: 16px;
	}
	.foot-contact-wrap .you{
		max-width: 46%;
	}
	
}

/** 首页样式 **/
.index-main-body{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.public-head{
	color: #000;
	font-size: 20px;
	text-transform: uppercase;
	height: auto;
	overflow: hidden;
	position: relative;
	line-height: 1.5;
	text-align:left;
	margin-bottom: 20px;
}
.public-head-tow{
	color: #000;
	font-size: 48px;
	text-transform: uppercase;
	height: auto;
	overflow: hidden;
	position: relative;
	line-height: 1.5;
	text-align:center;
	margin-bottom: 20px;
}
.public-head.white{
	color: #fff;
}
.public-head span{
	display: inline-block;
	position: relative;
	padding-bottom: 18px;
}
.lang-en .public-head{
	 font-family:Arial,Helvetica,sans-serif;
}
.lang-zh_cn .public-head{
	font-weight: bold;
}
.public-head span::after{
	content: '';
	width: 100%;
	height: 5px;
	background-image: url(../images/line1.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	position: absolute;
	left: 0;
	bottom: 0;
}

.public-sml{
	color: #333;
	font-size: 16px;
	position: relative;
	font-family:Arial,Helvetica,sans-serif;
	line-height: 1.2;
}

.public-sml.white{
	color: #fff;
}
.public-more{
	height: auto;
	overflow: hidden;
	font-size: 14px;
	text-transform: capitalize;
}
.public-more a{
	display: inline-block;
	color: #fff;
	height: auto;
	line-height: 42px;
	padding: 0 35px;
	border-radius: 999px;
	background-color: var(--main-color);
}
.mb-hide{
	display: none;
}
.xsjr1{
    height: 59px;
	line-height:59px;
	background: #D34F05;
}
.xsjr1box_left{
	width:74%;
	float:left;
	text-align:left;
}
.xsjr1box_right{
	width: 125px;
	height: 36px;
	line-height:36px;
	text-align:center;
	background: #000000;
	border-radius: 6px 6px 6px 6px;
	float:right;
	margin-top:12px;
	color:#fff;
}
.xsjr1box_right:hover{
	background: #ed974a;
}
.key_text{
	height: 50px;
	float:left;
	width:70%;
	overflow:hidden;
	line-height: 50px;
	outline:none;
	border:1px solid #D34F05;
	border-right:1px solid #D34F05;
	padding-left: 10px;
	background:#fff;
	color: #9A9A9A;
	border-right: none;
	border-bottom-left-radius:10px;
	border-top-left-radius:10px;
}
.search_btn{
	cursor:pointer;
	border:none;
	outline:none;
	float: right;
	width: 30%;
	height:50px;
	overflow:hidden;
	text-align:center;
	background: #D34F05;
	line-height: 50px;
	text-align: center;
	border:1px solid #D34F05;
	border-left:0;
	border-bottom-right-radius:10px;
	border-top-right-radius:10px;
}
.search_btn span,
.search_btn i{
	font-size: 26px;
	color:#fff;
}
.header-search{
	padding-top:20px;
	width:25%;
}
.header-tel{
    min-width:320px;
	padding-top:15px;
	
}
.header-tel dl{

}
.header-tel dl dt{
	width:15%;
	float:left;
}
.header-tel dl dt i{
	font-size: 40px;
	color:#D34F05;
}
.header-tel dl dd{
	width:80%;
	float:left;
	display:block;
}
.header-tel dl dd h2{
	font-size: 16px;
	font-weight:normal;
	line-height:25px;
}
.header-tel dl dd h3{
	font-size: 26px;
	font-weight:normal;
	line-height:40px;
	color:#D34F05;
}
.xsjr2{
	padding:30px 0 30px 0;
	background:url(/web/pic/bg1.jpg) top center no-repeat;
}
.xsjr2box-left{
    width:50%;
	float:left;
	text-align:left;
}
.xsjr2box-left h2{
	font-size: 42px;
	line-height:60px;
	color: #000000;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-bottom:20px;
}
.xsjr2box-left p{
	font-size: 18px;
	color: #666666;
	line-height: 30px;
	text-align: left;
}
.xsjr2box-left h3{
	width: 197px;
	height: 52px;
	line-height:52px;
	text-align:center;
	font-size:16px;
	color:#fff;
	margin-top:30px;
	background: #D34F05;
	border-radius: 10px 10px 10px 10px;
}
.xsjr2box-left h3:hover{
	background: #b54c12;
}
.xsjr2box-right{
    width:48%;
	float:right;
	text-align:left;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
	padding-top:50px;
}
.xsjr2box-right dl{
	width:50%;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom:40px;
}
.xsjr2box-right dl dt{
    width:15%;
	float:left;
	margin-right:3%;
}
.xsjr2box-right dl dt i{
	font-size: 36px;
}
.xsjr2box-right dl dd{
    width:75%;
	float:left;
	padding-top:10px;
}
.xsjr2box-right dl dd h2{

}
.xsjr2box-right dl dd h2 font{
	font-size: 50px;
	color: #D34F05;
	line-height: 30px;
	text-align: left;
}
.xsjr2box-right dl dd h2 span{
	color: #D34F05;
	margin-left:15px;
}
.xsjr2box-right dl dd h3{
	font-size: 18px;
	color: #666666;
	line-height: 30px;
	text-align: left;
}
.scrollSwiperNews{
	height: auto;
	overflow: hidden;
	position: relative;
}
.scrollSwiperNews .swiper{
	height: auto;
}
.scrollSwiperNews .swiper .swiper-slide{
	height: auto;
}
.scrollSwiperNews .swiper .swiper-slide img{
    width:100%;
}
.scrollSwiperNews .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;
}
.scrollSwiperNews .swiper-arrows.swiper-arrow-next{
	left: auto;
	right: 0;
}
.scrollSwiperNews .swiper-arrows:hover{
	background-color: var(--main-color);
}

.scrollSwiperNews .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;
}
.scrollSwiperNews .swiper-page .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	opacity: 1;
	background-color: #ccc;
	transition: 0.6s;
	margin: 0 5px;
}
.scrollSwiperNews .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color:#fb7431;
}

.scrollSwiperNews_zs{
	height: auto;
	overflow: hidden;
	position: relative;
}
.scrollSwiperNews_zs .swiper{
	height: auto;
}
.scrollSwiperNews_zs .swiper .swiper-slide{
	height: auto;
}
.scrollSwiperNews_zs .swiper .swiper-slide img{
    width:100%;
}
.scrollSwiperNews_zs .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;
}
.scrollSwiperNews_zs .swiper-arrows.swiper-arrow-next{
	left: auto;
	right: 0;
}
.scrollSwiperNews_zs .swiper-arrows:hover{
	background-color: var(--main-color);
}

.scrollSwiperNews_zs .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;
}
.scrollSwiperNews_zs .swiper-page .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	opacity: 1;
	background-color: #ccc;
	transition: 0.6s;
	margin: 0 5px;
}
.scrollSwiperNews_zs .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color:#fb7431;
}
.scrollSwiperNews3{
	height: auto;
	position: relative;
}
.scrollSwiperNews3 .swiper{
	height: auto;
}
.scrollSwiperNews3 .swiper .swiper-slide{
	height: auto;
	margin-bottom:20px;
	text-align:left;
}
.scrollSwiperNews3 .swiper .swiper-slide img{
    width:100%;
}
.scrollSwiperNews3 .swiper .swiper-slide dl{

}
.scrollSwiperNews3 .swiper .swiper-slide dl dt{
	
}
.scrollSwiperNews3 .swiper .swiper-slide dl dt {
            transition: all 0.4s ease-in-out;
        }
.scrollSwiperNews3 .swiper .swiper-slide dl dt:hover {
            filter: brightness(1.1) contrast(1.1);
        }
.scrollSwiperNews3 .swiper .swiper-slide dl dd{
    height: auto;
    background: #FFFFFF;
	width:99%;
	margin:0 auto;
}
.scrollSwiperNews3 .swiper .swiper-slide dl dd h4{
    font-size: 16px;
    color: #333333;
    line-height: 40px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.scrollSwiperNews3 .swiper .swiper-slide dl dd p{
    font-size: 14px;
    color: #666;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.scrollSwiperNews3 .swiper .swiper-slide dl dd h5{
    height: 40px;
    line-height: 40px;
    background: #9A9A9A;
    border-radius: 30px 30px 30px 30px;
	text-align:center;
	color:#fff;
	margin-top:20px;
}
.scrollSwiperNews3 .swiper .swiper-slide:hover h5{
    background: #D34F05;
}
.scrollSwiperNews3 .swiper-next{
	position: absolute;
	width: 37px;
	height: 107px;
	border-radius: 10px;
	text-align: center;
	line-height: 107px;
	background:#D34F05;
	z-index: 999999;
	top: 30%;
	left: -20px;
	transform: translateY(-50%);
	color: #fff;
	cursor: pointer;
	transition: 0.6s;
}
.scrollSwiperNews3 .swiper-prev{
	position: absolute;
	width: 37px;
	height: 107px;
	border-radius: 10px;
	text-align: center;
	line-height: 107px;
	background:#D34F05;
	z-index: 999999;
	top: 30%;
	right: -20px;
	transform: translateY(-50%);
	color: #fff;
	cursor: pointer;
	transition: 0.6s;
}
.scrollSwiperNews3 .swiper-arrows.swiper-next{
	left: auto;
	right: 0;
}
.scrollSwiperNews3 .swiper-arrows:hover{
	background-color: var(--main-color);
}

.scrollSwiperNews3 .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;
}
.scrollSwiperNews3 .swiper-page .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	opacity: 1;
	background-color: #ccc;
	transition: 0.6s;
	margin: 0 5px;
}
.scrollSwiperNews3 .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color:#fb7431;
}
.scrollSwiperNews5{
	height: auto;
	overflow: hidden;
	position: relative;
}
.scrollSwiperNews5 .swiper{
	height: auto;
}
.scrollSwiperNews5 .swiper .swiper-slide{
	height: auto;
	margin-bottom:20px;
	text-align:left;
}
.scrollSwiperNews5 .swiper .swiper-slide img{
    width:100%;
}
.scrollSwiperNews5 .swiper .swiper-slide dl{

}
.scrollSwiperNews5 .swiper .swiper-slide dl dt{
    overflow:hidden;
}
.scrollSwiperNews5 .swiper .swiper-slide dl dt 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;
}

.scrollSwiperNews5 .swiper .swiper-slide dl dt:hover img{
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.scrollSwiperNews5 .swiper .swiper-slide dl dd{
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
    border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding:25px;
}
.scrollSwiperNews5 .swiper .swiper-slide dl dd h4{
    font-size: 20px;
    color: #333333;
    line-height: 40px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.scrollSwiperNews5 .swiper .swiper-slide dl dd p{
    font-size: 14px;
    color: #666;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.scrollSwiperNews5 .swiper .swiper-slide dl dd h5{
    height: 53px;
    line-height: 53px;
    background: #9A9A9A;
    border-radius: 30px 30px 30px 30px;
	text-align:center;
	color:#fff;
	margin-top:20px;
}
.scrollSwiperNews5 .swiper .swiper-slide:hover h5{
    background: #D34F05;
}
.scrollSwiperNews5 .swiper .swiper-slide dl dd h6{
    font-size: 20px;
    color: #333333;
    line-height: 40px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.scrollSwiperNews5 .swiper .swiper-slide dl dd h6 font{
    display:block;
	margin-right:10px;
	float:left;
}
.scrollSwiperNews5 .swiper .swiper-slide dl dd h6 font i{
    font-size: 20px;
	color:#D34F05;
}
.scrollSwiperNews5 .swiper .swiper-slide dl dd h6 span{
	color:#D34F05;
}
.scrollSwiperNews5 .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;
}
.scrollSwiperNews5 .swiper-arrows.swiper-arrow-next{
	left: auto;
	right: 0;
}
.scrollSwiperNews5 .swiper-arrows:hover{
	background-color: var(--main-color);
}

.scrollSwiperNews5 .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;
}
.scrollSwiperNews5 .swiper-page .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	opacity: 1;
	background-color: #ccc;
	transition: 0.6s;
	margin: 0 5px;
}
.scrollSwiperNews5 .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color:#fb7431;
}

.xsjr3{
	margin-top:50px;
	padding:0 10px 0 10px;
}
.xsjr4{
	margin-top:30px;
}
.xsjr4box{

}
.xsjr4box h2{
	font-size: 42px;
	line-height:60px;
	color: #000000;
	text-align: left;
}
.xsjr4box p{
	font-size: 16px;
	line-height:30px;
	color: #333;
	text-align: left;
	margin-bottom:25px;
}
.slideBox2{
	overflow:hidden;
}
.slideBox2 .hd{
	text-align:left;
	color:#fff;
}
.slideBox2 .hd ul{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.slideBox2 .hd ul li{
	font-size:20px;
	height:50px;
	line-height:50px;
	cursor:pointer;
	text-align:left;
	position:relative;
	width:20%;
	padding-left: 10px;
	padding-right: 10px;
}
.slidemargin{
	border: 1px solid #D9D9D9;
	text-align:center;
	font-size:16px;
	border-radius:10px;
	overflow:hidden;
}
.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 .hd ul li .on{
	background:#D34F05;
	color:#fff;
	border-color:none;
}
.slideBox2 .hd ul li.on a{
	color:#fff;
	background:#D34F05;
}
.slideBox11 .hd ul li.on{
	background:#1CAA70;
	color:#fff;
	border-color:none;
}
.slideBox2 .bd{
    margin-top:30px;
}
.slideBox2 .bd ul{
	overflow:hidden;
}
.slideBox2 .bd ul dl{
    width:32%;
	float:left;
}
.slideBox2 .bd ul dl dt{
    overflow:hidden;
}
.slideBox2 .bd ul dl dt img{
    width:100%;
	height:auto;
}
.slideBox2 .bd ul dl h3{
	font-size: 18px;
	color: #333333;
	line-height: 68px;
	text-align: center;
}
.scroll{
	width:auto;
	overflow:visible;
}
.content-item{

	padding:0 30px 0 30px;
}
.content-item .item1{
	overflow: hidden;
	transition: 0.6s;
	position: relative;
	float:left;
	width:100%;
	padding:2% 0 2% 0;
	color:#fff;
}
.content-item .item1 .pic{
    width:41%;
	float:left;
	border:1px solid #dedede;
	border-radius:10px;
	overflow:hidden;
}
.content-item .item1 .pic img{
    width:100%;
}
.content-item .item1 .xia{
    width:51%;
	float:right;
	text-align:left;
	padding-top:30px;
}
.content-item .item1 .xia h3{
    font-size:36px;
	font-weight:bold;
	line-height:60px;
	margin-bottom:20px;
	color:#fff;
}
.content-item .item1 .xia h3:hover{
	color:#fff;
}
.content-item .item1 .xia h4{
    font-size:18px;
	font-weight:normal;
	line-height:40px;
	margin-bottom:20px;
	color:#fff;
}
.content-item .item1 .detail{
	width: 197px;
	height: 52px;
	line-height:52px;
	text-align:center;
	font-size:16px;
	color:#fff;
	margin-top:50px;
	border-radius: 10px 10px 10px 10px;
	border: 1px solid #FFFFFF;
	background:#d34f05;
}
.content-item .item1 .detail:hover{
    background:#ab440a;
	border:1px solid #ab440a;
}
.scroll .owl-prev,
.scroll .owl-next{
	position:absolute;
	width:41px;
	height:41px;
	text-align:center;
	z-index:20;
	top:40%;
	margin-top: -17.5px;
	transition: 0.6s;
	border: 0 solid #ccc;
	background:none;
}
.scroll .owl-prev .iconfont,
.scroll .owl-next .iconfont{
	line-height: 41px;
	font-size: 30px;
	color:#fff;
}
.cp_scroll .owl-prev{
	top:245px;
	margin-top: 0;
	right:auto;
}
.cp_scroll .owl-next{
	top:315px;
	margin-top: 0;
	right:auto;
}
.cp_scroll .owl-prev{
	left:50px;z-index:9999;
}
.cp_scroll .owl-next{
	left:50px;z-index:9999;
}
.banSwiper{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.banSwiper .swiper{
	width: 100%;
	height: auto;
}
.banSwiper .swiper .swiper-slide{
	overflow: hidden;
}
.banSwiper .swiper .swiper-slide a{
	display: block;
}
.banSwiper .swiper .swiper-slide .pic img{
	width: 100%;
	height: auto;
	/* transform: scale(1.5); */
	transition: 0.8s;
}
/* .banSwiper .swiper .swiper-slide.swiper-slide-active .pic img{
	transform: scale(1);
} */
.banSwiper .swiper .swiper-arrows{
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 8px 16px rgba(0,0,0,0.2);
	cursor: pointer;
	position: absolute;
	z-index: 5;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	border-radius: 50%;
	background-color: rgba(29,92,155,0.7);
}
/* .banSwiper .swiper .swiper-arrows i{
	font-size: 18px;
} */
.banSwiper .swiper .swiper-arrows.swiper-arrow-next{
	right: 20px;
}
.banSwiper .swiper .swiper-arrows.swiper-arrow-prev{
	left: 20px;
}
.banSwiper .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: 10px;
}
.banSwiper .swiper-page .swiper-pagination-bullet{
	width: 16px;
	height: 16px;
	border-radius: 999px;
	background: #fff;
	transition: 0.5s;
	opacity: 1;
}
/* .banSwiper .swiper-page .swiper-pagination-bullet i{
	width: 12px;
	height: 12px;
	display: block;
	position: relative;
	border-radius: 50%;
	background: transparent;
	opacity: 1;
	border: 1px solid #fff;
	transition: all .6s ease;
}
.banSwiper .swiper-page .swiper-pagination-bullet i::before{
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	background: transparent;
	transform: translate(-50%,-50%);
	transition: all .6s ease;
} */
/* .banSwiper .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active i{
	border-color: var(--main-color);
	border-color: var(--main-color);
}
.banSwiper .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active i::before{
	background-color: var(--main-color);
} */
.banSwiper .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active{
	width: 16px;
	background-color:#D34F05;
}
.swiper-pagination-bullets{
	margin-bottom:20px;
}
.xsjr5box{
    text-align:center;
	margin-top:20px;
	padding:0 30px 0 30px;
}
.xsjr5box h2{
	font-size: 42px;
	line-height:60px;
	color: #000000;
	text-align: center;
}
.xsjr5box h3{
	font-size: 18px;
	line-height:40px;
	color: #666666;
	text-align: center;
	margin-bottom:30px;
}
.xsjr6box{
   	margin-top:30px; 
}
.xsjr6box h2{
	font-size: 42px;
	line-height:60px;
	color: #000000;
	text-align: center;
}
.xsjr6box h3{
	font-size: 18px;
	line-height:40px;
	color: #666666;
	text-align: center;
	margin-bottom:30px;
}
.xsjr6box_list{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.xsjr6box_listbox{
	width:25%;
	padding-left: 10px;
	padding-right: 10px;

}
.xsjr6box_listbox_bk{
	box-shadow: -4px 3px 10px 0px rgba(0,0,0,0.17);
	border-radius: 200px 175px 200px 175px;
	border: 1px solid #D34F05;
	padding:20px;
	height: auto;
	background:#FFFFFF;
}
.xsjr6box dl{
	background: #FFE2D2;
	width:95%;
	height:540px;
	margin:0 auto;
	border-radius: 175px 175px 175px 175px;
	padding:90px 20px 20px 20px;
	text-align:center;
}
.xsjr6box_listbox_bk:hover{
	border: 1px solid #9b3d09;
	cursor:pointer;
}
.xsjr6box dl dt{
    width:60%;
    margin:0 auto 20px auto;
    border-radius:100%;
    overflow:hidden;
    aspect-ratio: 1 / 1; 
}
.xsjr6box dl dt img{
    width:100%;
    height:100%;          
    object-fit: cover;    
}
.xsjr6box dl dt font{
	width: 90px;
	height: 90px;
	line-height:90px;
	background: #D34F05;
	box-shadow: 4px 4px 4px 0px rgba(81,29,0,0.18);
	border-radius:100%;
	display:block;
	margin:0 auto;
}
.xsjr6box dl dt i{
	font-size:49px;
}
.xsjr6box dl dd{

}
.xsjr6box dl dd h4{
	font-size: 18px;
	color: #000000;
	line-height: 26px;
	text-align: center;
	margin-bottom:20px;
}
.xsjr6box dl dd p{
	font-size: 16px;
	color: #666666;
	line-height: 26px;
	text-align: center;
}
.xsjr7box{
   	margin-top:30px; 
}
.xsjr7box h2{
	font-size: 42px;
	line-height:60px;
	color: #000000;
	text-align: center;
}
.xsjr7box h3{
	font-size: 18px;
	line-height:40px;
	color: #333;
	text-align: center;
	margin-bottom:30px;
}
.xsjr8{
    background: #F9F9F9;
	padding:50px 0 50px 0;
}
.xsjr8box{
    padding:0;
}
.xsjr8box h2{
	font-size: 42px;
	line-height:60px;
	color: #000000;
	text-align: center;
}
.xsjr8box h3{
	font-size: 18px;
	line-height:40px;
	color: #333;
	text-align: center;
	margin-bottom:30px;
}
.xsjr9{
    height: 100px;
	line-height:100px;
	background:url(/web/pic/bg2.jpg) top center no-repeat #D34F05;
	margin-top:30px;
}
.xsjr9box{
    color:#fff;
}
.xsjr9-left{
	width:60%;
	font-size: 40px;
	float:left;
	text-align:left;
}
.xsjr9-right{
	width: 197px;
	line-height: 52px;
	border-radius: 10px 10px 10px 10px;
	border: 2px solid #FFFFFF;
	float:right;
	text-align:center;
	font-size:18px;
	color:#fff;
	margin-top:70px;
}
.xsjr9-right:hover{
	background: #d8611e;
	border: 2px solid #d8611e;
}
.foot-sort-list-contact{

}
.foot-sort-list-contact h2{
    line-height:30px;
	margin-bottom:5px;
}
.foot-sort-list-contact h2 font{
    width:10%;
	float:left;
	display:block;
}
.foot-sort-list-contact h2 font i{
    font-size:20px;
	color:#D34F05;
}
.foot-sort-list-contact h2 span{
    width:80%;
	font-size:14px;
	line-height:30px;
	float:left;
	display:block;
}
.index-text{
    width:100%;
	height: 30px;
	background: #FEFEFE;
	border-radius: 0px 0px 0px 0px;
	opacity: 0.7;
	border:0;
	text-indent:20px;
}
.foot-item-feedback ul{

}
.foot-item-feedback ul li{
    margin-bottom:15px;
}
.foot-item-feedback-anniu{
    background: #D34F05;
    height: 46px;
	line-height: 46px;
	text-align:center;
	color:#fff;
	font-size:18px;
}
.foot-item-feedback-anniu:hover{
    background: #9a3f0c;
	cursor:pointer;
}
.ewm{
    width:8%;
	float:right;
	padding-top:10px;
}
.ewm img{
    width:100%;
}
.copyright-left{
    width:50%;
	float:left;
	text-align:left;
	color:#333;
}
.copyright-right{
    width:16%;
	float:right;
	text-align:left;
}
#footer_follow{

}
#footer_follow a{
	width: 39px;
	height: 39px;
	line-height: 39px;
	text-align:center;
	border-radius:100%;
	display:block;
	display:inline-block;*display:inline;zoom:1; margin:0 5px 0 5px; padding:0;
	color:#fff;
}
#footer_follow i{
    font-size:20px;
}
.bottom-feedback{
    width: 24%;
	margin-right:5%;
}
.bottom-lxwm{
    width:31%;
}
.tubiao{
	height: auto;
	}
.tubiao i{
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: auto;
	color:#888888;
}
.tubiao i::after{
	font-family: "iconfont" !important;
	font-size: 40px;
	text-align:center;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.tubiao.aa-1 i::after{
	content: "\e629";
}
.tubiao.aa-2 i::after{
	content: "\e725";
}
.tubiao.aa-3 i::after{
	content: "\e618";
	font-weight:bold;
}
.tubiao.aa-4 i::after{
	content: "\e65f";
}
.tubiao.aa-5 i::after{
	content: "\e804";
}
.tubiao.aa-6 i::after{
	content: "\e774";
}
.tubiao.aa-7 i::after{
	content: "\e776";
	font-size:34px;
}
.tubiao.aa-8 i::after{
	content: "\e773";
	font-size:34px;
}

.tubiao2{
	height: auto;
	}
.tubiao2 i{
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: auto;
	color:#fff;
}
.xsjr6box_listbox_bk dl:hover i::after{
	color:#f5c89c;
	}
.tubiao2 i::after{
	font-family: "iconfont" !important;
	font-size: 40px;
	text-align:center;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.tubiao2.aa-1 i::after{
	content: "\e72c";
}
.tubiao2.aa-2 i::after{
	content: "\ea94";
}
.tubiao2.aa-3 i::after{
	content: "\e7b2";
	font-weight:bold;
}
.tubiao2.aa-4 i::after{
	content: "\e7b0";
}
.tubiao2.aa-5 i::after{
	content: "\e804";
}
.tubiao2.aa-6 i::after{
	content: "\e774";
}
.tubiao2.aa-7 i::after{
	content: "\e776";
	font-size:34px;
}
.tubiao2.aa-8 i::after{
	content: "\e773";
	font-size:34px;
}
.section-about1{
	margin-top:35px;
}
.section-about1-left{
    width:41%;
	float:left;
}
.section-about1-left h2{
	font-size: 42px;
	color: #000000;
	line-height:60px;
	text-align: left;
}
.section-about1-left h3{
	font-size: 24px;
	color: #D34F05;
	line-height: 36px;
	text-align: left;
	margin-bottom:20px;
}
.section-about1-left p{
	font-size: 18px;
	color: #666666;
	line-height: 30px;
	text-align: left;
}
.section-about1-right{
    width:47%;
	float:right;
}
.section-about2{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
	margin-top:30px;
}
.section-about2-box{
	width:25%;
	padding-left: 10px;
	padding-right: 10px;
}
.section-about2-box h2{
	font-size: 50px;
	color: #D34F05;
	line-height: 50px;
	text-align: left;
}
.section-about2-box h2 font{

}
.section-about2-box h2 span{
    margin-left:20px;
	font-size:22px;
}
.section-about2-box h3{
	font-size: 25px;
	color: #666;
	line-height: 50px;
	text-align: left;
}
.section-about3{
    background: #D34F05;
	padding:40px 0 40px 0;
	margin-top:30px;
}
.section-about4{
    text-align:center;
	margin-top:30px;
}
.section-about4 h2{
	font-size: 42px;
	color: #000000;
	font-weight:bold;
	text-align: center;
}
.section-about4 h3{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	text-align: center;
	margin-bottom:20px;
}
.section-about5{
    text-align:center;
	margin-top:30px;
	margin-bottom:30px;
	background: #F9F9F9;
	padding:30px 0 60px 0;
}
.section-about5 h2{
	font-size: 42px;
	color: #000000;
	font-weight:bold;
	text-align: center;
}
.section-about5 h3{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	text-align: center;
	margin-bottom:20px;
}
.section-about5-box{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
}
.section-about5-box-list{
	width:16.66666%;
	padding-left: 20px;
	padding-right: 20px;
}
.section-about5-box-list dl{
	box-shadow: 7px 4px 8px 0px rgba(0,0,0,0.08);
	border-radius: 20px 20px 20px 20px;
	background: #FFFFFF;
	padding:0 20px 20px 20px;
}
.section-about5-box-list dl:hover{
	box-shadow: 7px 4px 8px 0px rgba(211,79,5,0.08);
	border-radius: 20px 20px 20px 20px;
	background: #FFFFFF;
	padding:0 20px 20px 20px;
	cursor:pointer;
}
.section-about5-box-list dl dt{
    border:10px aolid #f00;
	border-radius:100%;
}
.section-about5-box-list dl dd{
    text-align: center;
}
.section-about5-box-list dl dd h4{
    font-size: 20px;
    line-height:45px;
    color: #000000;

}
.section-about5-box-list dl dd h5{
    width: 42px;
    height: 0px;
    border: 1px solid #D34F05;
	margin:10px auto 15px auto;
}
.section-about5-box-list dl dd p{
    font-size: 16px;
    color: #666666;
    line-height: 24px;

}
.section-about5-box-kuai{
    width: 76px;
    height: 38px;
	line-height: 38px;
	color:#fff;
	font-size:18px;
    background: #D34F05;
    border-radius: 6px 6px 70px 70px;
	margin:0 auto 20px auto;
}
.section-about5-more{
    width: 351px;
    height: 52px;
	line-height: 52px;
	font-size:18px;
	color:#fff;
    background: #D34F05;
    border-radius: 10px 10px 10px 10px;
	margin:40px auto 0 auto;
}
.section-about5-more:hover{
    background: #a74209;
}
.section-contact1{
    background: #F8F8F8;
	padding:20px;
	margin:30px auto 30px auto;
}
.section-contact1-left{
    width:39%;
	float:left;
	text-align:left;
}
.section-contact1-left h2{
	font-size: 24px;
	line-height:45px;
	color: #000000;
	text-align: left;
	font-style: normal;
	margin-bottom:10px;
	text-transform: none;
}
.section-contact1-left ul{

}
.section-contact1-left ul li{
	width:50%;
	line-height:65px;
	float:left;
	border-bottom: 1px solid #D9D9D9;
}
.section-contact1-left ul li font{
	display:block;
	float:left;
	line-height:65px;
}
.section-contact1-left ul li font i{
	font-size: 24px;
	color:#D34F05;
}
.section-contact1-left ul li span{
	display:block;
	float:left;
	margin-left:15px;
	font-size:15px;
	line-height:65px;
}
.section-contact1-left h3{
	width:100%;
	line-height:65px;
	border-bottom: 1px solid #D9D9D9;
	padding:10px 0 15px 0;
}
.section-contact1-left h3 font{
	display:block;
	float:left;
}
.section-contact1-left h3 font i{
	font-size: 24px;
	color:#D34F05;
}
.section-contact1-left h3 span{
	display:block;
	float:left;
	width:85%;
	margin-left:15px;
	font-size:16px;
	line-height:25px;
	padding-top:10px;
}
.section-contact1-left dl{
    width:129px;
	margin-top:30px;
}
.section-contact1-left dl dt{

}
.section-contact1-left dl dd{
	text-align:center;
	font-size:16px;
	line-height:45px;
}
.section-contact1-right{
	float:right;
	text-align:left;
	width:41%;
}
.section-contact2 h2{
	font-size: 28px;
	line-height:50px;
	color: #000000;
	text-align: center;
	margin-bottom:20px;
}
.section-contact1-right h2{
	font-size: 28px;
	line-height:50px;
	color: #000000;
	text-align: left;
	margin-bottom:20px;
}
.section-contact1-right h3{
	margin-bottom:15px;
}
.ntext1{
	width: 100%;
	height: 176px;
	background: #FFFFFF;
	border-radius: 0px 0px 0px 0px;
	border: 1px solid #E3E3E3;
	font-size:16px;
	padding:10px;
}
.ntext2{
	width: 100%;
	height: 59px;
	background: #FFFFFF;
	border-radius: 0px 0px 0px 0px;
	border: 1px solid #E3E3E3;
	text-indent:10px;
}
.section-contact1-right ul{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.section-contact1-right ul li{
	width:50%;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom:15px;
}
.ntext2_tijiao{
	width: 100%;
	height: 59px;
	background: #D34F05;
	border-radius: 0px 0px 0px 0px;
	border:0;
	outline:none;
	color:#fff;
	font-size:16px;
}
.ntext2_tijiao:hover{
	background: #993e0b;
}
.section-fenlei{
		margin-top:20px;	
	}
	.section-fenlei-box{
	    
	}
	.section-fenlei-box ul{
	border-bottom:1px solid #ccc;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	}
	.section-fenlei-box ul li{
		width: 33.3333%;
	    padding-left:10px;
	    padding-right:10px;
		font-size: 18px;
		line-height:45px;
		color: #CA0010;
		text-align: left;
		font-style: normal;
		text-transform: none;	
	}
		.section-fenlei-pc{
		margin-top:20px;	
	}
	.section-fenlei-box-pc{
	    
	}
	.section-fenlei-box-pc ul{
	    border-bottom:1px solid #ccc;
        text-align:left;
	}
	.section-fenlei-box-pc ul li{
		font-size: 18px;
		line-height:45px;
		margin-right:40px;
		padding:0 15px 0 15px;
		display:inline-block;
		*display:inline;
		zoom:1; 
		margin:10px;
	}
	
	.section-fenlei-box ul{
	    border:0;
	}
	.section-fenlei-box ul li{
		width: 50%;
	    padding-left:10px;
	    padding-right:10px;
		font-size: 13px;
		height:40px;
		line-height:40px;
		margin-bottom:15px;
		overflow:hidden;
	}
	.section-fenlei-box ul li .fenleibox{
		background:#333;
		font-size:13px;
		font-weight:normal;
		text-indent:10px;
		color:#fff;
	}
	.section-fenlei-box ul li .fenleibox:hover{
		background:#CA0010;
	}
.in-product-list{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.in-product-list li{
	width: 25%;
	padding-left:15px;
	padding-right:15px;
	margin-bottom:15px;
}
.in-product-list li{
            transition: all 0.4s ease-in-out;
        }
.in-product-list li:hover {
            filter: brightness(1.1) contrast(1.1);
        }
.in-product-list li img{
	width: 100%;
}
.in-product-list li dl{

}
.in-product-list li dl dt{

}
.in-product-list li dl h3{
    text-align:center;
	font-size:16px;
	line-height:45px;
	font-weight:normal;
}
.pages{
	padding:20px 0px;
	text-align:center;
	height: auto;
	overflow: hidden;
}
.pages a{
	display: inline-block;
	padding:5px 10px;
	border:1px solid #c8c8c8;
	font-weight:bold;
	margin: 0 5px;
}
.pages .current{
	font-weight:700;
	color:#fff;
	background-color:#CA0010;
	border-color:#CA0010;
}
.cpdetail1{
    margin-top:30px;
}
.cpdetail1-left{
    width:30%;
	float:left;
}
.cpdetail1right{
    width:65%;
	float:right;
	text-align:left;
}
.cpdetail1right h2{
    font-size:20px;
	font-weight:bold;
	line-height:45px;
	border-bottom:1px solid #dedede;
	margin-bottom:20px;
}
.cpdetail1right p{
    font-size:16px;
	font-weight:normal;
	line-height:35px;
}
/** 产品放大镜效果 **/
.swiper-thumb-wrap{
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
	height: auto;
	overflow: hidden;
}
.thumbSwiper{
	height: auto;
	padding: 2px 0;
}
.thumbSwiper .swiper-slide{
	overflow: hidden;
	border: 1px solid #eee;
	cursor: pointer;
}
.thumbSwiper .swiper-slide img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.thumbSwiper .swiper-slide.swiper-slide-thumb-active{
	border-color:#d34f05;
}
.swiper-thumb-wrap .thumb-arrows{
	width: 20px;
	height: 100%;
	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: 0;
	background:#d34f05;
	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;
}
.cpdetail2{
    margin-top:30px;
}
.cpdetail2 h2{
    font-size:30px;
	font-weight:bold;
	line-height:45px;
	border-bottom:1px solid #dedede;
	margin-bottom:20px;
	padding-bottom:10px;
}
.cpdetail2 p{
    font-size:16px;
	font-weight:normal;
	line-height:35px;
}
.cpdetail3{
    margin-top:30px;
}
.cpdetail3 h2{
    font-size:20px;
	font-weight:bold;
	line-height:45px;
	border-bottom:1px solid #dedede;
	margin-bottom:20px;
	padding-bottom:10px;
}
/** 相关产品 **/
.relatedSwiperProduct{
	height: auto;
	overflow: hidden;
	position: relative;
}
.relatedSwiperProduct .swiper{
	height: auto;
}
.relatedSwiperProduct .swiper .swiper-slide{
	height: auto;
	overflow: hidden;
}
.relatedSwiperProduct .swiper .swiper-slide a{
	display: block;
}
.relatedSwiperProduct .swiper .swiper-slide .pic{
    border:1px solid #dedede;
}
.relatedSwiperProduct .swiper .swiper-slide:hover .pic img{
	transform: scale(1.1);
}
.relatedSwiperProduct .swiper .swiper-slide .title{
	font-size: 16px;
	padding: 15px 5px;
}
.relatedSwiperProduct .swiper .swiper-slide .more{
	text-align: center;
}
.relatedSwiperProduct .swiper .swiper-slide .more a{
	display: inline-block;
	color: #666666;
	line-height: 30px;
	border: 1px solid #666;
	padding: 0 30px;
	border-radius: 999px;
}
.relatedSwiperProduct .swiper .swiper-slide .more a:hover{
	color: #fff;
	background:#d34f05;
	border-color:#d34f05;
}
.relatedSwiperProduct .swiper .swiper-slide .brief{
	color: #666;
	font-size: 14px;
	padding: 0 20px;
	margin-bottom: 15px;
}
.relatedSwiperProduct .swiper-arrows{
	background-color: rgba(0,0,0,0.4);
	color: #fff;
	width: 40px;
	height: 40px;
	overflow: hidden;
	text-align: center;
	line-height: 40px;
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	z-index: 20;
	cursor: pointer;
}
.relatedSwiperProduct .swiper-arrows i{
	display: inline-block;
	font-size: 18px;
}
.relatedSwiperProduct .swiper-arrows.swiper-arrow-next{
	right: 0;
}
.relatedSwiperProduct .swiper-arrows.swiper-arrow-prev{
	left: 0;
}
.relatedSwiperProduct .swiper-page{
	margin-top: 25px;
	bottom: 0;
}
.relatedSwiperProduct .swiper-page .swiper-pagination-bullet{
	background-color: transparent;
	width: 10px;
	height: 10px;
	border: 1px solid var(--main-color);
}
.relatedSwiperProduct .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: var(--main-color);
}
.list-case-pic{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
	margin-top:30px;
}
.list-case-pic li{
	width: 25%;
	padding-left: 10px;
	padding-right: 10px;
}
.list-case-pic li .pic{

}
.list-case-pic li .pic img{
    width:100%;
}
.list-case-pic li h2{
    font-size:18px;
	font-weight:bold;
	line-height:50px;
}
.list-case-pic li p{
    font-size:14px;
	font-weight:normal;
	line-height:25px;
}
.section-newsdetail1{
	text-align:center;
}
.section-newsdetail1-box{

}
.section-newsdetail1-box h2{
    font-size:20px;
	font-weight:bold;
	line-height:45px;
}
.section-newsdetail1-box-time{
    font-size:16px;
	font-weight:normal;
	margin-bottom:10px;
	line-height:45px;
}
.section-newsdetail1-content{
    font-size:16px;
	font-weight:normal;
	margin-bottom:10px;
	text-align:left;
	line-height:28px;
}
.c-margin{
	margin-top:20px;
}
.swiper-pagination-bullets{
	margin-top:20px;
}
.scrollSwiperNewsabout3{
	height: auto;
	overflow: hidden;
	position: relative;
}
.scrollSwiperNewsabout3 {
  position: relative;
}
.scrollSwiperNewsabout3 .swiper{
	height: auto;
}
.scrollSwiperNewsabout3 .swiper .swiper-slide{
	height: auto;
	background:#fff;
	padding:20px;
}
.scrollSwiperNewsabout3 .swiper .swiper-slide dl{
    position: relative;
    height: 100%;
}
.scrollSwiperNewsabout3 .swiper .swiper-slide dl dt{
    width:40%;
	float:left;
}
.scrollSwiperNewsabout3 .swiper .swiper-slide dl dt img{
    width:100%;
}
.scrollSwiperNewsabout3 .swiper .swiper-slide dl dd{
    width:55%;
	float:right;
	text-align:left;
	color:#000;
	padding-top:40px;
	position: relative;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	padding-bottom: 70px;
}
.scrollSwiperNewsabout3 .swiper .swiper-slide dl dd h2{
    font-size:20px;
	font-weight:bold;
	line-height:60px;
	flex-shrink: 0;
}
.scrollSwiperNewsabout3 .swiper .swiper-slide dl dd p{
    font-size:16px;
	font-weight:normal;
	line-height:30px;
	color:#666;
	margin-bottom: 30px;
	flex: 1;
}
.scrollSwiperNewsabout3 .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;
}
.scrollSwiperNewsabout3 .swiper-arrows.swiper-arrow-next{
	left: auto;
	right: 0;
}
.scrollSwiperNewsabout3 .swiper-arrows:hover{
	background-color: var(--main-color);
}
.scrollSwiperNewsabout3 .swiper-slide .pagination-wrapper {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 30px;
	z-index: 10;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 10px 0 10px;
	pointer-events: none;
	flex-shrink: 0;
}
.scrollSwiperNewsabout3 .swiper-slide .page-indicator {
	color: #333;
	padding: 4px 0;
	border-radius: 15px;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.5px;
	backdrop-filter: blur(4px);
	pointer-events: none;
	white-space: nowrap;
	display: flex;
	align-items: center;
	gap: 5px;
}
.scrollSwiperNewsabout3 .swiper-slide .page-indicator .current-page {
	font-size: 30px;
	color:#D34F05;
	font-weight: bold;
	line-height: 1;
}
.scrollSwiperNewsabout3 .swiper-slide .page-indicator .total-pages {
	font-size: 16px;
	color:#000;
}
.scrollSwiperNewsabout3 .swiper-slide .page-indicator .divider {
	font-size: 16px;
	color:#000;
	margin: 0 2px;
}
.scrollSwiperNewsabout3 .swiper-slide .swiper-page {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	width:10%;
	align-items: right;
	justify-content: center;
	pointer-events: auto;
	margin-top: 25px;
	flex-shrink: 0;
}
.scrollSwiperNewsabout3 .swiper-slide .swiper-page .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	opacity: 1;
	background-color: rgba(0,0,0,0.3);
	transition: 0.6s;
	margin: 0 4px;
	cursor: pointer;
	pointer-events: auto;
	border-radius: 50%;
}
.scrollSwiperNewsabout3 .swiper-slide .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color:#fb7431;
}
.scrollSwiperNewsabout3 .swiper-slide .swiper-page .swiper-pagination-bullet:hover {
	background-color: rgba(251, 116, 49, 0.7);
}
@media screen and (max-width: 768px) {
	.scrollSwiperNewsabout3 .swiper .swiper-slide dl dd {
		padding-bottom: 60px;
	}
	.scrollSwiperNewsabout3 .swiper-slide .pagination-wrapper {
		bottom: 15px;
		right: 20px;
		padding: 0 5px;
	}
	.scrollSwiperNewsabout3 .swiper-slide .page-indicator {
		font-size: 12px;
		padding: 3px 12px;
	}
	.scrollSwiperNewsabout3 .swiper-slide .page-indicator .current-page {
		font-size: 24px;
	}
	.scrollSwiperNewsabout3 .swiper-slide .swiper-page .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
		margin: 0 3px;
	}
}
.slideBox_detail{
	overflow:hidden;
	margin-top:30px;
}
.slideBox_detail .hd{
	text-align:left;
	color:#fff;
}
.slideBox_detail .hd ul{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.slideBox_detail .hd ul li{
	font-size:20px;
	height:50px;
	line-height:50px;
	cursor:pointer;
	text-align:left;
	position:relative;
	width:16.66666%;
	padding-left: 10px;
	padding-right: 10px;
}
.slideBox_detail .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;*/
}
.slideBox_detail .hd ul li a{
	display:block;
	color:#73737f;
}
.slideBox_detail .hd ul li .on{
	background:#D34F05;
	color:#fff;
	border-color:none;
}
.slideBox_detail .hd ul li.on a{
	color:#fff;
	background:#D34F05;
}
.slideBox_detail .bd{
    margin-top:30px;
}
.slideBox_detail .bd ul{
	overflow:hidden;
	line-height:30px;
}
.slideBox3{
	margin-top:0;
}
.slideBox3 .hd{
	position:relative;
	width:30%;
	height:799px;
	float:left;
	background: #D34F05;
	padding:30px;
}
.slideBox3 .hd #hd_title{
	overflow: hidden;
	height: 150px;
	background: url(/web/pic/hd_title.jpg) no-repeat;
	font-size: 33px;
	color: #fff;
	text-transform: uppercase;
	padding-top:65px;
	padding-left: 70px;
}

.slideBox3 .hd ul li.on{
	background:#fff;
	border-radius:30px;
}
.slideBox3 .hd ul li.on a{
	color: #333;
}
.slideBox3 .hd ul li.on font{

}
.slideBox3 .hd ul li .hdbox{
    width:252px;
	height:140px;
	display:none;
	padding-top:6px;
}
.slideBox3 .hd ul li.on .hdbox{
    width:252px;
	height:140px;
	display:block;
	position:absolute;
	left:-26px;
	top:-160px;
	z-index:9999999;
}
/*
.slideBox3 .hd ul li.on:after{
	border: solid transparent;
	content: ' ';
	height: 0;
	top:50%;
	position: absolute;
	width: 0;
	border-width: 10px;
	left: 100%;
	margin-top:-10px;
	border-left-color:#113653;
} */
.slideBox3 .hd .arrow{
	display: block;
	overflow: hidden;
	margin-top: 50px;
}
.slideBox3 .hd .prev,
.slideBox3 .hd .next{
	width: 45px;
	height: 45px;
	display: block;
	float: left;
	border: 1px solid #10398B;
	text-align: center;
	line-height: 45px;
	margin-right: 25px;
	transition: 0.5s;
	cursor: pointer;
}
.slideBox3 .hd .prev:hover,
.slideBox3 .hd .next:hover{
	background: #10398B;
}
.slideBox3 .hd .prev .fa,
.slideBox3 .hd .next .fa{
	font-size: 26px;
	line-height: 45px;
	color: #10398B;
}
.slideBox3 .hd .prev:hover .fa,
.slideBox3 .hd .next:hover .fa{
	color: #fff;
}
.slideBox3 .bd{
	overflow: visible;
	width:60%;
	float:right;
}
.slideBox3 .bd ul{
	overflow: visible;
	width: 100%;
}
/*.slideBox3 .bd ul li{
	width: 285px;
	float: left;
	overflow: hidden;
	margin-right: 20px;
	margin-top: 30px;
}
.slideBox3 .bd ul li .pic{
	display: block;
	overflow: hidden;
	position: relative;
	border: 1px solid #ddd;
	transition: 0.6s;
}

.slideBox3 .bd ul li img{
	max-width: 100%;
	height: auto;
	display: block;
	transition: 0.6s;
}
.slideBox3 .bd ul li:hover .pic{
	border-color: #F38001;
}
.slideBox3 .bd ul li:hover img{
	transform: scale(1.1);
}
.slideBox3 .bd ul li h3{
	display: block;
	font-size: 16px;
	font-weight: normal;
	overflow: hidden;
	margin-top: 15px;
}
.slideBox3 .bd ul li .detail{
	display: block;
	overflow: hidden;
	margin-top: 15px;
	color: #666;
}*/
.common-qiehuan{
height:799px;
background:url(/web/pic/qh/bg1.jpg) 50% 50% no-repeat;
background-size: cover;
}
.rs2025cp h2{
	font-size: 34px;
	color: #fff;
	text-align: center;
	font-style: normal;
	line-height:100px;
}
.rs2025cp p{
	font-size: 48px;
	line-height:35px;
	color: #fff;
	text-align: center;
	font-style: normal;
	margin-bottom:30px;
}
.common-qiehuan.common-qiehuan-1{
	background-image: url(/web/pic/qh/bg1.jpg);
}
.common-qiehuan.common-qiehuan-2{
	background-image: url(/web/pic/qh/bg1.jpg);
}
.common-qiehuan.common-qiehuan-3{
	background-image: url(/web/pic/qh/bg1.jpg);
}
.common-qiehuan.common-qiehuan-4{
	background-image: url(/web/pic/qh/bg1.jpg);
}
.common-qiehuan.common-qiehuan-5{
	background-image: url(/web/pic/qh/bg1.jpg);
}
.common-qiehuan.common-qiehuan-6{
	background-image: url(/web/pic/qh/bg1.jpg);
}
.common-qiehuan.common-qiehuan-7{
	background-image: url(/web/pic/qh/bg1.jpg);
}
.slideBox3 ul li h4{
	width: 20%;
	height: 30px;
	line-height:30px;
	float:right;
	margin-right:3%;
	margin-top:10px;
}
.slideBox3 ul li h5{
    width: 60%;
	float:left;
	text-align:left;
	font-size:16px;
	margin-left:6%;
}
.slideBox3 .hd ul{
	padding:30px 0 0 0;
	border-top: none;
	margin-top:0;
}
.slideBox3 .hd ul li{
	display:block;
	cursor:pointer;
	margin-bottom: 45px;
	transition: 0.6s;
	color: #fff;
	text-align:center;
	width:100%;
	position:relative;
	height: 50px;
	line-height: 50px;
	background:none;
}
.slideBox3 .hd ul li font{
    display:block;
    font-size:20px;
	line-height:40px;
}
.slideBox3 .hd ul li span{
    display:block;
	font-size:18px;
	line-height:22px;
}
.slideBox3 .hd ul li a{
    color:#fff;
}
.qiehuan_content{
    color:#fff;
	padding-top:50px;
}
.qiehuan_content-pic{

}
.qiehuan_content-pic img{
    width:100%
}
.qiehuan_content h2{
    font-size:18px;
	font-weight:bold;
	line-height:45px;
	color:#fff;
}
.qiehuan_content h2:hover{
	color:#D34F05;
}
.qiehuan_content p{
    font-size:16px;
	font-weight:normal;
	line-height:35px;
	margin-bottom:20px;
}
.qiehuan_content h3{
    font-size:16px;
	font-weight:normal;
	line-height:35px;
	margin-bottom:20px;
	width:130px;
	color:#fff;
	border:1px solid #fff;
	border-radius:30px;
	text-align:center;
	margin-top:25px;
}
.qiehuan_content h3:hover{
    border:1px solid #0527af;
	background:#0527af;
	cursor:pointer;
}
.pc-ban{
	width:100%;
}
.pc-ban img{
	width:100%;
}
.mb-ban{
	width:100%;
}
.mb-ban img{
	width:100%;
}
.main .left{
    width:20%;
	float:left;
	text-align:left;
}
.main .left h2{
    font-size:20px;
	font-weight:bold;
	line-height:50px;
	background:#d34f05;
	color:#fff;
	text-indent:20px;
}
.main .right{
    width:78%;
	float:right;
}
.zlm{
	width:auto;
	background:#fff;
	border-left:1px solid #EEEEEE;
	border-right:1px solid #EEEEEE;
}
.zlm dl{
	overflow:visible;
}
.zlm dl dt{
	line-height:20px;
	border-bottom:1px solid #EEEEEE;
	cursor:pointer;
	overflow:visible;
	position: relative;
	padding: 15px 15px;
}
.zlm dl dt a{
	display:block;
	float:left;
	/* font-size: 16px; */
}
.zlm dl dt i{
	font-size:20px;
	float:right;
}
.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:16px;
	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: 2px;
	height: 100%;
	background: #d34f05;
	position: absolute;
	left:0;
	top:0;
	margin-left: -1px;
}
.zlm dl .sanji{
	display:none;
	background:#f7f7f7;
	border-bottom:1px solid #d8d8d8;
}
.zlm dl .sanji li{
	height:35px;
	line-height:35px;
	position:relative;
	text-indent:20px;
}
.zlm dl .sanji li a{
	display:block;
	color:#666;
}
.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;
}
.wz{
	width:auto;
	overflow:hidden;
	margin:0px auto;
	line-height:50px;
	border-bottom:1px solid #ccc;
}
.wz_zone .wz span{
	margin-top:0!important;
}
.wz span{
	color:#666;
	font-size:14px;
	float:right;
}
.wz span a{
	color:#666;
	font-size:14px;
}
.wz h2{
	font-size:18px;
	text-indent:30px;
	background:url(../images/wz.png) left center no-repeat;
	font-weight:normal;
	display:block;
	float:left;
	text-align:left;
	line-height:50px;
}
.left_lxxx{
    font-size:14px;
	line-height:30px;
	padding-top:15px;
}
.blank10{
    height:20px;
}
.grey_zone{
    margin-top:20px;
}
.no_pre i{
    font-size:14px;
}
.no_next i{
    font-size:14px;
}
.hasprev i{
    font-size:14px;
}
.hasnext i{
    font-size:14px;
}
#backToTopBtn {
            position: fixed;
            bottom: 28px;
            right: 28px;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background: #d34f05;
            color: white;
            border: none;
            box-shadow: 0 6px 20px rgba(26, 76, 138, 0.30);
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.25s ease;
            z-index: 999;
            opacity: 0;
            visibility: hidden;
            transform: scale(0.85) translateY(10px);
            touch-action: manipulation;
            user-select: none;
            outline: none;
        }

        #backToTopBtn.show {
            opacity: 1;
            visibility: visible;
            transform: scale(1) translateY(0);
        }

        #backToTopBtn:hover {
            background: #d34f05;
            transform: scale(1.05);
            box-shadow: 0 8px 28px rgba(18, 52, 106, 0.40);
        }

        #backToTopBtn:active {
            transform: scale(0.92);
            background: #d34f05;
        }

        .icon-arrow {
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: transform 0.2s ease;
        }

        #backToTopBtn:hover .icon-arrow {
            transform: translateY(-3px);
        }

        .icon-arrow svg {
            width: 100%;
            height: 100%;
            display: block;
            filter: drop-shadow(0 1px 2px rgba(0,0,0,0.1));
        }
		.tuwenlistbox{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
	margin-top:30px;
		}
		.tuwenlist{
	width: 33.3333%;
	padding-left: 20px;
	padding-right: 20px;
	height: auto;
	overflow: hidden;
	margin-bottom: 30px;
		}
		.tuwenlist dt{
		
		}
		.tuwenlist dt{
            transition: all 0.4s ease-in-out;
        }
		.tuwenlist dt:hover {
            filter: brightness(1.1) contrast(1.1);
        }
		.tuwenlist dt img{
		width:100%;
		}
		.tuwenlist dd{
		
		}
		.tuwenlist dd h3{
		font-size:18px;
		font-weight:bold;
		line-height:45px;
		}
		.tuwenlist dd .info{
		font-size:16px;
		line-height:25px;
		color:#666666;
		}
		.tuwenlist dd span{
		font-size:16px;
		line-height:35px;
		display:block;
		}
		.articledetail{
		
		}
		.articledetail h2{
		font-size:28px;
		font-weight:bold;
		line-height:80px;
		text-align:center;
		border-bottom:1px solid #dedede;
		margin-bottom:15px;
		}
		.articledetail .wzinfo{
		font-size:18px;
		font-weight:normal;
		line-height:40px;
		text-align:center;
		margin-bottom:15px;
		}
		.articledetail img{
		width:100%;
		height:auto;
		margin:20px auto 20px auto;
		}
		.commontitle{
		font-size:28px;
		font-weight:bold;
		line-height:80px;
		text-align:center;
		border-bottom:1px solid #dedede;
		margin-bottom:15px;
		}
		.common-qiehuanbox {
      max-width: 100%;
      width: 100%;
      position: relative;
      overflow: hidden;
    }

    .common-qiehuanbox::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      z-index: 1;
    }

    .tabs {
  	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
	background:none;
	text-align:center;
    }

    .tab-btn {
      border: none;
      font-size: 1.1rem;
      font-weight: 500;
      color: #73737f;
      cursor: pointer;
      width:20%;
	  height:50px;
	  line-height:50px;
	  padding-left: 10px;
      padding-right: 10px;
      position: relative;
	  background:none;
	  text-align:center;
    }
    .tab-btn .name{
      background:none;
	  border: 1px solid #D9D9D9;
	  border-radius: 10px;
	  color: inherit;
	  text-align:center;
}
    .tab-btn:hover {
      color: #0b1c2e;
 
    }

    .tab-btn:active {

    }

    .tab-btn.active .name {
      background: #D34F05;
      color: #f0f6ff;
      font-weight: 500;
      letter-spacing: 0.5px;
    }

    .tab-btn:focus-visible {
      outline: 2px solid #1f2a3f;
      outline-offset: 2px;
    }

    .content-panel {
      margin-top: 0.5rem;
      min-height: auto;
      position: relative;
      z-index: 2;
	  background:#D34F05;
    }

    .content-item {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      opacity: 0;
	  transform: translateY(0px);
      transition: opacity 0.3s, transform 0.3s;
      visibility: hidden;
      border-radius: 28px;
      border: 0 solid rgba(255, 255, 255, 0.8);
      box-shadow: 0 6px 16px -8px rgba(0,0,0,0.08);
      pointer-events: none;
      will-change: opacity, transform;
      backface-visibility: hidden;
      -webkit-backface-visibility: hidden;
	  
    }

    .content-item.active {
      opacity: 1;
	  transform: translateY(0);
      pointer-events: auto;
      visibility: visible;
      pointer-events: auto;
    }
@media (min-width: 280px) {
	.logo{
    width:80%;
	height:auto;
		padding: 5px 0;
	}
            #backToTopBtn {
                width: 54px;
                height: 54px;
                bottom: 20px;
                right: 20px;
            }
            .icon-arrow {
                width: 26px;
                height: 26px;
            }
.xsjr2box-left{
    width:100%;
	float:none;
}
.xsjr2box-right{
    width:100%;
	float:none;
	padding-top:20px;
}
.xsjr2box-right dl dt{
    width:100%;
	float:none;
	margin-right:0;
	margin-top:5px;
}
.xsjr2box-right dl dt i{
	font-size: 30px;
}
.xsjr2box-right dl dd{
    width:100%;
	float:none;
	padding-top:5px;
}
.xsjr2box-right dl dd h2 font{
	font-size: 30px;
	line-height: 30px;
}
.xsjr2box-right dl dd h2 span{
	font-size: 20px;
	line-height: 30px;
	margin-left:10px;
}
.xsjr4box h2{
	font-size: 22px;
	line-height:30px;
	color: #000000;
	text-align: left;
}
.slideBox2 .hd ul li{
	font-size:16px;
	height:40px;
	line-height:40px;
	width:100%;
	margin-bottom:15px;
}
.content-item .item1{
	overflow: hidden;
	transition: 0.6s;
	position: relative;
	float:left;
	width:100%;
	padding:5%;
	color:#fff;
}
.content-item .item1 .pic{
    width:100%;
	float:none;
	border:0 solid #dedede;
	border-radius:10px;
	overflow:hidden;
}
.content-item .item1 .pic img{
	width:100%;
}
.content-item .item1 .xia{
    width:100%;
	float:none;
	text-align:left;
	padding-top:30px;
}
.content-item .item1 .xia h3{
    font-size:26px;
	font-weight:bold;
	line-height:40px;
	margin-bottom:20px;
	color:#fff;
}
.xsjr1{
	display:none;
}
.header-search{
	display:none;
}
.header-tel{
	display:none;
}
.xsjr2box-left h2{
	font-size: 22px;
	line-height:30px;
	margin-bottom:10px;
}
.xsjr5box h2{
	font-size: 20px;
	line-height:30px;
}
.xsjr5box h3{
	font-size: 16px;
	line-height:26px;
}
.xsjr6box_listbox{
	width:100%;
	padding-left: 10px;
	padding-right: 10px;
    margin-bottom:30px;
}
.xsjr8box h2{
	font-size: 22px;
	line-height:40px;
}
.xsjr8box h3{
	font-size: 16px;
	line-height:26px;
	margin-bottom:20px;
}
.xsjr6box h2{
	font-size: 22px;
	line-height:40px;
}
.xsjr6box h3{
	font-size: 16px;
	line-height:26px;
	margin-bottom:20px;
}
.xsjr7box h2{
	font-size: 22px;
	line-height:40px;
}
.xsjr7box h3{
	font-size: 16px;
	line-height:26px;
	margin-bottom:20px;
}
.xsjr9-left{
	width:100%;
	line-height:45px;
	font-size:16px;
	float:none;
	text-align:center;
	margin-top:30px;
}
.xsjr9-right{
	width: 50%;
	line-height: 42px;
	border-radius: 10px 10px 10px 10px;
	border: 2px solid #FFFFFF;
	float:none;
	text-align:center;
	font-size:16px;
	color:#fff;
	margin:20px auto 0 auto;
}
.bottom-feedback{
    width: 100%;
	margin-right:0;
}
.bottom-lxwm{
    width: 100%;
}
.copyright-left{
    width:100%;
	float:none;
	text-align:center;
	color:#333;
}
.copyright-right{
    width:100%;
	float:none;
	margin-top:20px;
	text-align:center;
}
.xsjr7box_pc{
    display:none;
}
.xsjr7box_mb{
    display:block;
}
.xsjr2box-left h3{
	width: 177px;
	height: 42px;
	line-height:42px;
	font-size:14px;
	margin-top:30px;
}
.xsjr8box{
    padding:0;
}
.foot-sort-name{
	border-bottom: 1px solid #f4d7c5;
}
.foot-sort-list-contact h2 span{
	font-size:14px;
}
	.full-copyright{
		margin-top: 0;
	}
.section-about5 h2{
	font-size: 22px;
}
.section-about5-box-list{
	width:100%;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom:20px;
}
.section-about4 h2{
	font-size: 26px;
}
.section-about1-left{
    width:100%;
	float:none;
	margin-bottom:20px;
}
.section-about1-left h2{
	font-size: 24px;
	line-height:40px;
}
.section-about1-left h3{
	font-size: 20px;
	color: #D34F05;
	line-height: 26px;
	text-align: left;
	margin-bottom:20px;
}
.section-about1-left p{
	font-size: 16px;
	color: #666666;
	line-height: 26px;
	text-align: left;
}
.section-about1-right{
    width:100%;
	float:none;
}
.section-about1-right img{
    width:100%;
}
.section-about2-box{
	width:50%;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom:20px;
}
.section-about2-box h2{
	font-size: 30px;
	line-height: 40px;
}
.section-about2-box h2 span{
    margin-left:20px;
	font-size:18px;
}
.section-about2-box h3{
	font-size: 20px;
	line-height: 30px;
}
.section-contact1-left{
    width:100%;
	float:none;
}
.section-contact1-right{
    width:100%;
	float:none;
}
.section-contact1-left ul li{
	width:100%;
	line-height:45px;
	float:none;
}
.section-contact1-right ul li{
	width:100%;
}
.section-contact1-left h2{
	font-size: 18px;
	line-height:35px;
}
.pchidden{
	display:block;
}
.mbhidden{
	display:none;
}
.in-product-list li{
	width:50%;
}
.cpdetail1-left{
    width:100%;
	float:none;
}
.cpdetail1right{
    width:100%;
	float:none;
	margin-top:30px;
}
.list-case-pic li{
	width:100%;
	margin-bottom:20px;
}
.scrollSwiperNewsabout3 .swiper .swiper-slide dl dt{
    width:100%;
	float:none;
}
.scrollSwiperNewsabout3 .swiper .swiper-slide dl dd{
    width:100%;
	float:none;
	padding-top:20px;
	padding-bottom: 20px;
}
.slideBox_detail .hd ul li{
	font-size:20px;
	height:50px;
	line-height:50px;
	width:100%;
	margin-bottom:20px;
}
.slideBox3 .hd{
	position:relative;
	width:100%;
    margin-bottom:25px;
}
.slideBox3 .bd{
	overflow: visible;
	width:100%;
	float:none;
	margin-bottom:30px;
}
.common-qiehuan{
	height:auto;
	background:#333;
	background-size: cover;
	padding-top:30px;
}
.qiehuan_content{
    color:#fff;
	padding-top:20px;
}
.slideBox3 .hd ul li{
	margin-bottom: 15px;
	height: 50px;
	line-height: 50px;
}
.slideBox3 ul li h5{
	font-size:14px;
}
.slideBox3 .hd{
	padding:10px;
}
.slideBox3 ul li h4{
	width: 10%;
}
.slideBox3 ul li h5{
    width: 76%;
	font-size:16px;
}
.slideBox3 .hd{
	height:auto;
}
.noborder{
	border:0;
}
.in-product-list li dl h3{
	font-size:16px;
	line-height:26px;
}
.ewm{
    width:100%;
	float:none;
	padding-top:10px;
}
.ewm img{
    width:auto;
	margin-top:20px;
}
.pc-ban{
    display:none;
	width:100%;
}
.xsjr2{
	background:none;
}
.xsjr3{
	margin-top:0;
}
.content-item .item1 .detail{
	width: 137px;
	height: 37px;
	line-height:37px;
	font-size:14px;
	margin-top:20px;
}
.cpdetail1right h2{
    font-size:20px;
	line-height:45px;
	margin-bottom:20px;
}
.cpdetail3 h2{
    font-size:20px;
}
.scrollSwiperNews5 .swiper .swiper-slide dl dd h4{
    font-size:16px;
    line-height:26px;
}
.content-item .item1 .xia h4{
    font-size:15px;
	line-height:25px;
}
.content-item .item1 .xia h3{
    font-size:18px;
	line-height:28px;
}
.section-newsdetail1-box h2{
    font-size:20px;
	line-height:35px;
}
.main .left{
    width:100%;
	float:none;
}
.main .right{
    width:100%;
	float:none;
}
.main .left .blank10{
    height:10px;
}
.main .left .lx_bt{
    display:none;
}
.main .left .left_lxxx{
    display:none;
}
.main .right .wz{
    display:none;
}
.slideBox_detail img{
    width:100%;
	height:auto;
}
.xsjr9{
    height: auto;
	line-height:100px;
	padding-bottom:50px;
}
	.tuwenlist{
	width:100%;
		}
    .tab-btn {
      width:100%;
	  margin-bottom:20px;
    }
}
@media (min-width: 375px) {

}
@media (min-width: 540px) {
.slideBox2 .hd ul li{
	font-size:16px;
	height:40px;
	line-height:40px;
	width:50%;
	margin-bottom:15px;
}
}


@media (min-width: 600px) {
.section-about5-box-list{
	width:50%;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom:20px;
}
	.tuwenlist{
	width:50%;
		}
}

@media (min-width: 768px) {
.slideBox2 .hd ul li{
	font-size:16px;
	height:40px;
	line-height:40px;
	width:33.33333%;
	margin-bottom:15px;
}
.xsjr6box_listbox{
	width:50%;
	padding-left: 10px;
	padding-right: 10px;

}
.section-fenlei-box ul li{
		width: 33.3333%;
	}
.in-product-list li{
	width:33.3333%;
}
.list-case-pic li{
	width: 50%;
}
.slideBox_detail .hd ul li{
	font-size:20px;
	height:50px;
	line-height:50px;
	width:25%;
	margin-bottom:20px;
}
    .tab-btn {
      width:50%;
	  margin-bottom:20px;
    }
}
@media (min-width: 992px) {
.slideBox_detail img{
    width:auto;
}
.pchidden{
	display:none;
}
.mbhidden{
	display:block;
}
.xsjr2box-left{
    width:50%;
	float:left;
}
.xsjr2box-right{
    width:48%;
	float:right;
	padding-top:50px;
}
.xsjr2box-right dl dt{
    width:15%;
	float:left;
	margin-right:6%;
	padding-top:3px;
}
.xsjr2box-right dl dt i{
	font-size: 24px;
}
.xsjr2box-right dl dd{
    width:75%;
	float:left;
	padding-top:0;
}
.xsjr2box-right dl dd h2 font{
	font-size: 24px;
	line-height: 30px;
}
.xsjr4box h2{
	font-size: 26px;
	line-height:50px;
	color: #000000;
	text-align: left;
}
.slideBox2 .hd ul li{
	font-size:20px;
	height:50px;
	line-height:50px;
	width:25%;
}
.content-item .item1{
	overflow: hidden;
	transition: 0.6s;
	position: relative;
	float:left;
	width:100%;
	padding:2% 0 2% 0;
	color:#fff;
}
.content-item .item1 .pic{
    width:41%;
	float:left;
}
.content-item .item1 .xia{
    width:51%;
	float:right;
	text-align:left;
	padding-top:0;
}
.xsjr1{
	display:block;
}
.header-search{
	display:block;
}
.header-tel{
	display:block;
}
.header-tel dl dd h2{
	font-size: 16px;
	font-weight:normal;
	line-height:25px;
}
.header-tel dl dd h3{
	font-size: 18px;
	font-weight:normal;
	line-height:24px;
	color:#D34F05;
}
.key_text{
	height: 40px;
	line-height: 40px;
}
.search_btn{
	height:40px;
	line-height: 40px;
}
.search_btn span,
.search_btn i{
	font-size: 26px;
	color:#fff;
}
.xsjr2box-left h2{
	font-size: 42px;
	line-height:60px;
	margin-bottom:20px;
}
.xsjr5box h2{
	font-size: 42px;
	line-height:60px;
}
.xsjr5box h3{
	font-size: 18px;
	line-height:40px;
}
.xsjr6box_listbox{
	width:33.3333%;
	padding-left: 10px;
	padding-right: 10px;

}
.xsjr8box h2{
	font-size: 42px;
	line-height:60px;
}
.xsjr8box h3{
	font-size: 18px;
	line-height:40px;
	margin-bottom:30px;
}
.xsjr6box h2{
	font-size: 42px;
	line-height:60px;
}
.xsjr6box h3{
	font-size: 18px;
	line-height:40px;
	margin-bottom:30px;
}
.xsjr7box h2{
	font-size: 42px;
	line-height:60px;
}
.xsjr7box h3{
	font-size: 18px;
	line-height:40px;
	margin-bottom:30px;
}
.xsjr9-left{
	width:60%;
	font-size: 40px;
	line-height:40px;
	float:left;
	text-align:left;
}
.xsjr9-right{
	width: 167px;
	line-height: 42px;
	border-radius: 10px 10px 10px 10px;
	border: 2px solid #FFFFFF;
	float:right;
	text-align:center;
	font-size:18px;
	color:#fff;
	margin-top:25px;
}
.bottom-feedback{
    width: 24%;
	margin-right:5%;
}
.bottom-lxwm{
    width:31%;
}
.copyright-left{
    width:50%;
	float:left;
	text-align:left;
	color:#333;
}
.copyright-right{
    width:17%;
	float:right;
	text-align:left;
}
.xsjr7box_pc{
    display:block;
}
.xsjr7box_mb{
    display:none;
}
.xsjr2box-left h3{
	width: 197px;
	height: 52px;
	line-height:52px;
	font-size:16px;
	margin-top:30px;
}
.xsjr8box{
    padding:0;
}
.foot-sort-name{
	border-bottom: 1px solid rgba(255,255,255,0.4);
}
.foot-sort-list-contact h2 span{
	font-size:13px;
}
.copyright-right{
	margin-top:0;
}
.content-item .item1 .xia h3{
    font-size:16px;
	font-weight:bold;
	line-height:26px;
	margin-bottom:10px;
	color:#fff;
}
.content-item .item1 .xia h3:hover{
	color:#fff;
}
.content-item .item1 .xia h4{
    font-size:14px;
	font-weight:normal;
	line-height:25px;
	margin-bottom:20px;
}
.content-item .item1 .detail{
	width: 157px;
	height: 42px;
	line-height:42px;
	font-size:14px;
	margin-top:20px;
}
.xsjr2box-left h2{
	font-size:22px;
	line-height:30px;
	color: #000000;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-bottom:10px;
}
.xsjr2box-left p{
	font-size: 14px;
	color: #666666;
	line-height: 25px;
	text-align: left;
}
.xsjr2box-left h3{
	width: 157px;
	height: 42px;
	line-height:42px;
	text-align:center;
	font-size:16px;
	color:#fff;
	margin-top:20px;
	background: #D34F05;
	border-radius: 10px 10px 10px 10px;
}
.copyright-right{
    width:29%;
	float:right;
	text-align:left;
}
.xsjr9-left{
	font-size: 24px;
}
.section-about5 h2{
	font-size: 42px;
}
.section-about5-box-list{
	width:33.33333%;
	padding-left: 20px;
	padding-right: 20px;
}
.section-about4 h2{
	font-size: 42px;
}
.section-about1-left{
    width:41%;
	float:left;
}
.section-about1-left h2{
	font-size: 42px;
	line-height:60px;
}
.section-about1-left h3{
	font-size: 24px;
	color: #D34F05;
	line-height: 36px;
	text-align: left;
	margin-bottom:20px;
}
.section-about1-left p{
	font-size: 18px;
	color: #666666;
	line-height: 30px;
	text-align: left;
}
.section-about1-right{
    width:47%;
	float:right;
}
.section-about2-box{
	width:25%;
	padding-left: 10px;
	padding-right: 10px;
}
.section-about2-box h2{
	font-size: 50px;
	line-height: 50px;
}
.section-about2-box h2 span{
    margin-left:20px;
	font-size:22px;
}
.section-about2-box h3{
	font-size: 25px;
	line-height: 50px;
}
.section-contact1-left{
    width:39%;
	float:left;
}
.section-contact1-right{
	float:right;
	width:41%;
}
.section-contact1-left ul li{
	width:100%;
	line-height:65px;
	float:none;
}
.section-contact1-right ul li{
	width:100%;
}
.section-contact1-left h2{
	font-size: 15px;
	line-height:45px;
}
.section-about1-left h2{
	font-size: 22px;
	line-height:24px;
	margin-bottom:5px;
}
.section-about1-left h3{
	font-size: 14px;
	line-height: 26px;
	display:none;
}
.section-about1-left p{
	font-size: 12px;
	line-height: 20px;
}
.section-fenlei-box ul li{
		width: 18%;
	    padding-left:10px;
	    padding-right:10px;
		font-size: 18px;
		line-height:45px;
	}
.in-product-list li{
	width: 25%;
}
.cpdetail1-left{
    width:45%;
	float:left;
}
.cpdetail1right{
    width:50%;
	float:right;
}
.list-case-pic li{
	width: 25%;
}
.cpdetail1right h2{
    font-size:18px;
	line-height:25px;
}
.cpdetail1right p{
    font-size:11px;
	line-height:20px;
}
.xsjr2box-right dl dd h2 span{
	font-size: 16px;
	line-height: 26px;
}
.in-product-list li dl h3{
	font-size:16px;
	line-height:45px;
}
.ewm{
    width:9%;
	float:right;
	padding-top:10px;
}
.ewm img{
    width:100%;
}
.pc-ban{
    display:block;
	width:100%;
}
.mb-ban{
    display:none;
	width:100%;
}
.xsjr2{
	background:url(/web/pic/bg1.jpg) top center no-repeat;
}
.xsjr3{
	margin-top:50px;
}
.cpdetail3 h2{
    font-size:20px;
}
.scrollSwiperNews5 .swiper .swiper-slide dl dd h4{
    font-size: 20px;
    line-height: 40px;
}
.section-newsdetail1-box h2{
    font-size:20px;
	line-height:45px;
}
.main .left .blank10{
    height:20px;
}
.main .left .lx_bt{
    display:block;
}
.main .left .left_lxxx{
    display:block;
}
.main .right .wz{
    display:block;
}
.xsjr9{
    height: 100px;
	line-height:100px;
}
	.logo{
    width:30%;
	height:auto;
		padding: 5px 0;
	}
	.tuwenlist{
	width:33.33333%;
		}
    .tab-btn {
      width:33.333%;
	  margin-bottom:20px;
    }
}
@media (min-width: 1024px) {
    .slideBox3 .hd{
	position:relative;
	width:45%;
}
    .slideBox3 .bd{
	overflow: visible;
	width:50%;
	float:right;
}
.common-qiehuan{
	height:799px;
	background:url(/web/pic/qh/bg1.jpg) 50% 50% no-repeat;
	background-size: cover;
	padding-top:0;
}
.qiehuan_content{
    color:#fff;
	padding-top:50px;
}
.slideBox3 ul li h5{
	font-size:16px;
}
.slideBox3 .hd{
	padding:30px;
}
.slideBox3 ul li h4{
	width: 20%;
}
.slideBox3 ul li h5{
    width: 60%;
	font-size:16px;
}
.slideBox3 .hd ul li{
	margin-bottom: 45px;
	height: 50px;
	line-height: 50px;
}
.slideBox3 .hd{
	height:799px;
}
.main .left{
    width:25%;
	float:left;
}
.main .right{
    width:73%;
	float:right;
}
}
@media (min-width: 1100px) {
.section-about1-left h2{
	font-size: 22px;
	line-height:24px;
	margin-bottom:5px;
}
.section-about1-left h3{
	font-size: 14px;
	line-height: 26px;
	display:block;
}
.section-about1-left p{
	font-size: 13px;
	line-height: 24px;
}
.content-item .item1 .xia{
	padding-top:30px;
}
}
@media (min-width: 1200px) {
.slideBox2 .hd ul li{
	font-size:20px;
	height:50px;
	line-height:50px;
	width:25%;
}
.header-tel dl dd h2{
	font-size: 16px;
	font-weight:normal;
	line-height:25px;
}
.header-tel dl dd h3{
	font-size: 20px;
	font-weight:normal;
	line-height:25px;
	color:#D34F05;
}
.key_text{
	height: 45px;
	line-height: 45px;
}
.search_btn{
	height:45px;
	line-height: 45px;
}
.search_btn span,
.search_btn i{
	font-size: 26px;
	color:#fff;
}
.xsjr2box-left h2{
	font-size: 26px;
	line-height:30px;
	color: #000000;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-bottom:10px;
}
.xsjr2box-left p{
	font-size: 16px;
	color: #666666;
	line-height: 25px;
	text-align: left;
}
.xsjr2box-left h3{
	width: 157px;
	height: 42px;
	line-height:42px;
	text-align:center;
	font-size:16px;
	color:#fff;
	margin-top:20px;
	background: #D34F05;
	border-radius: 10px 10px 10px 10px;
}
.copyright-right{
    width:24%;
	float:right;
	text-align:left;
}
.section-about1-left h2{
	font-size: 22px;
	line-height:24px;
	margin-bottom:5px;
}
.section-about1-left h3{
	font-size: 14px;
	line-height: 26px;
	display:block;
}
.section-about1-left p{
	font-size: 14px;
	line-height: 26px;
}
.scrollSwiperNewsabout3 .swiper .swiper-slide dl dt{
    width:40%;
	float:left;
}
.scrollSwiperNewsabout3 .swiper .swiper-slide dl dd{
    width:55%;
	float:right;
	padding-top:0px;
	padding-bottom: 10px;
}
.scrollSwiperNewsabout3 .swiper .swiper-slide dl dd h2{
    font-size:18px;
	line-height:40px;
}
.scrollSwiperNewsabout3 .swiper .swiper-slide dl dd p{
    font-size:14px;
	line-height:27px;
	margin-bottom: 30px;
}
.cpdetail1right h2{
    font-size:18px;
	line-height:45px;
}
.cpdetail1right p{
    font-size:16px;
	line-height:27px;
}
}
@media (min-width: 1366px) {

}
@media (min-width: 1400px) {
.slideBox2 .hd ul li{
	font-size:20px;
	height:50px;
	line-height:50px;
	width:25%;
}
.content-item .item1 .xia h3{
    font-size:36px;
	font-weight:bold;
	line-height:60px;
	margin-bottom:20px;
	color:#fff;
}
.content-item .item1 .xia h3:hover{
	color:#fff;
}
.content-item .item1 .xia h4{
    font-size:16px;
	font-weight:normal;
	line-height:30px;
	margin-bottom:20px;
}
.foot-sort-list-contact h2 span{
	font-size:14px;
}
.section-about1-left h2{
	font-size: 26px;
	line-height:24px;
	margin-bottom:5px;
}
.section-about1-left h3{
	font-size: 16px;
	line-height: 26px;
	display:block;
}
.section-about1-left p{
	font-size: 16px;
	line-height: 30px;
}
.scrollSwiperNewsabout3 .swiper .swiper-slide dl dt{
    width:40%;
	float:left;
}
.scrollSwiperNewsabout3 .swiper .swiper-slide dl dd{
    width:55%;
	float:right;
	padding-top:20px;
	padding-bottom: 70px;
}
.scrollSwiperNewsabout3 .swiper .swiper-slide dl dd h2{
    font-size:20px;
	line-height:60px;
}
.scrollSwiperNewsabout3 .swiper .swiper-slide dl dd p{
    font-size:16px;
	line-height:30px;
	margin-bottom: 30px;
}
    .slideBox3 .hd{
	position:relative;
	width:35%;
}
    .slideBox3 .bd{
	overflow: visible;
	width:60%;
	float:right;
}
.main .left{
    width:20%;
	float:left;
}
.main .right{
    width:78%;
	float:right;
}

}
@media (min-width: 1600px) {
.slideBox2 .hd ul li{
	font-size:20px;
	height:50px;
	line-height:50px;
	width:20%;
}
.header-tel dl dd h2{
	font-size: 16px;
	font-weight:normal;
	line-height:25px;
}
.header-tel dl dd h3{
	font-size: 26px;
	font-weight:normal;
	line-height:40px;
	color:#D34F05;
}
.key_text{
	height: 50px;
	line-height: 50px;
}
.search_btn{
	height:50px;
	line-height: 50px;
}
.search_btn span,
.search_btn i{
	font-size: 26px;
	color:#fff;
}
.xsjr2box-right dl dd h2 font{
	font-size: 42px;
	line-height: 30px;
}
.xsjr2box-right dl dt{
    width:15%;
	float:left;
	margin-right:5%;
	padding-top:0;
}
.xsjr2box-right dl dt i{
	font-size: 46px;
}
.xsjr2box-right dl dd{
    padding-top:13px;
}
.xsjr4box h2{
	font-size: 42px;
	line-height:60px;
	color: #000000;
	text-align: left;
}
.xsjr6box_listbox{
	width:25%;
	padding-left: 10px;
	padding-right: 10px;

}
.content-item .item1 .xia h3{
    font-size:36px;
	font-weight:bold;
	line-height:60px;
	margin-bottom:20px;
	color:#fff;
}
.content-item .item1 .xia h3:hover{
	color:#fff;
}
.content-item .item1 .xia h4{
    slideBox2-size:18px;
	font-weight:normal;
	line-height:40px;
	margin-bottom:20px;
}
.content-item .item1 .detail{
	width: 197px;
	height: 52px;
	line-height:52px;
	font-size:16px;
	margin-top:50px;
}
.xsjr2box-left h2{
	font-size: 32px;
	line-height:40px;
	color: #000000;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-bottom:10px;
}
.xsjr2box-left p{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	text-align: left;
}
.xsjr2box-left h3{
	width: 157px;
	height: 42px;
	line-height:42px;
	text-align:center;
	font-size:16px;
	color:#fff;
	margin-top:30px;
	background: #D34F05;
	border-radius: 10px 10px 10px 10px;
}
.foot-sort-list-contact h2 span{
	font-size:14px;
	color:#666666;
}
.copyright-right{
    width:18%;
	float:right;
	text-align:left;
}
.xsjr9-left{
	font-size: 30px;
}
.xsjr9-right{
	width: 177px;
	line-height: 42px;
	border-radius: 10px 10px 10px 10px;
	border: 2px solid #FFFFFF;
	float:right;
	text-align:center;
	font-size:18px;
	color:#fff;
	margin-top:30px;
}
.section-about5-box-list{
	width:16.66666%;
	padding-left: 20px;
	padding-right: 20px;
}
.section-contact1-left ul li{
	width:50%;
	line-height:65px;
	float:left;
}
.section-contact1-left ul li span{
	font-size:14px;
}
.section-contact1-right ul li{
	width:50%;
}
.section-contact1-left h2{
	font-size: 24px;
	line-height:45px;
}
.section-about1-left h2{
	font-size: 42px;
	line-height:60px;
}
.section-about1-left h3{
	font-size: 24px;
	line-height: 36px;
}
.section-about1-left p{
	font-size: 18px;
	line-height: 30px;
}
.scrollSwiperNewsabout3 .swiper .swiper-slide dl dt{
    width:40%;
	float:left;
}
.scrollSwiperNewsabout3 .swiper .swiper-slide dl dd{
    width:55%;
	float:right;
	padding-top:40px;
	padding-bottom: 70px;
}
.scrollSwiperNewsabout3 .swiper .swiper-slide dl dd h2{
    font-size:20px;
	line-height:60px;
}
.scrollSwiperNewsabout3 .swiper .swiper-slide dl dd p{
    font-size:16px;
	line-height:30px;
	margin-bottom: 30px;
}
.cpdetail1-left{
    width:30%;
	float:left;
}
.cpdetail1right{
    width:65%;
	float:right;
}
.cpdetail1right h2{
    font-size:20px;
	line-height:45px;
	margin-bottom:20px;
}
.cpdetail1right p{
    font-size:16px;
	line-height:35px;
}
.slideBox_detail .hd ul li{
	font-size:20px;
	height:50px;
	line-height:50px;
	width:16.66666%;
}
.xsjr2box-right dl dd h2 span{
	font-size: 20px;
	line-height: 30px;
}
    .slideBox3 .hd{
	position:relative;
	width:30%;
}
    .slideBox3 .bd{
	overflow: visible;
	width:60%;
	float:right;
}
.ewm{
    width:12%;
	float:right;
	padding-top:10px;
	margin-left:8%;
}
.ewm img{
    width:100%;
}
	.logo{
    width:35%;
	height:auto;
		padding: 5px 0;
	}
	.tuwenlist{
	width: 33.3333%;
		}
    .tab-btn {
      width:20%;
    }
}