@charset "utf-8";
/* CSS Document */
body{
	font-size:12px;
	font-weight:normal;
	color:#000;
	line-height:1.5;
	font-family:'思源黑体',Arial, Helvetica, sans-serif, Microsoft YaHei, PingFang SC;
	margin:auto
	}
@font-face
{
	font-family: 思源黑体;
	src: url('../font/思源黑体 CN-Light.otf'),
	url('../font/思源黑体 CN-Light.otf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: DIN;
	src: url('../font/DIN-Bold.otf'),
	url('../font/DIN-Bold.otf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: anton;
	src: url('../font/anton.woff.ttf'),
	url('../font/anton.woff.ttf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: Roboto;
	src: url('../font/Roboto-Regular.ttf'),
	url('../font/Roboto-Regular.ttf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: Source;
	src: url('../font/Source-Han-Serif-CN-Bold.ttf'),
	url('../font/Source-Han-Serif-CN-Bold.ttf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: zt;
	src: url('../font/zt.TTF'),
	url('../font/zt.TTF'); /* IE9+,可以是具体的实际链接 */
}
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	}
img{
	border:0;
	}
ul,li{
	list-style:none;
	}
a{
	color:#333;
	text-decoration:none;
	transition: all 0.6s;
	}
a:hover{
	color:#1D2088;
	text-decoration: none;
	}
table{ 
	margin: auto;
	}
i{ font-style:normal}
em{ font-style:normal}


@media (min-width:1000px) {
	
.header.yanse{
	background-color: rgba(255,255,255,1);
	border-bottom:1px solid #E0E0E0;
	top:0;
}

.header.yanse{
	top:0px;
}
.header.yanse.yanse01{
	top:0px;
}
.header.yanse.yanse01{
	background-color: rgba(0,0,0,0);
	width:100%;
	border-radius: 8px;
	border-bottom: 1px solid rgba(255,255,255,0);
}
.header.yanse.yanse01 a{
	color:#FFF;
}

.header.yanse.yanse01 .pic01{
	display:inline-block;
}
.header.yanse.yanse01 .pic02{
	display:none;
}
.header.yanse .pic01{
	display:none;
}
.header.yanse .pic02{
	display:inline-block;
}

.header.yanse.yanse01 .innav ul li{
	color:#fff;
}
.main{
	width: auto;
	margin:auto;
	padding:0px 15px;
	max-width:1440px;
}
.header{
	width:100%;
	float:left;
	position: fixed;
	left:0;
	z-index:996;
	height:5.0rem;
	transition: all 0.6s;
	backdrop-filter: blur(12.5px);
}
.intop{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	height:5.0rem;
	padding:0 5.2vw;
}

.logo{
	width:9.5%;
	display: flex;
	align-items: center;
	height:5.0rem;
	max-width:11%;
	transition: all 0.6s;
	position:relative;
}

.logo img{
	max-width:100%;
	height:auto;
}
.innav{
	width: auto;
}
.innav ul{
	display: flex;
	align-items: center;
}
.innav ul li{
	width:auto;
	display: flex;
	align-items: center;
	margin-left:1.5625vw;
	margin-right:1.5625vw;
	font-weight:600;
	font-size:1.0rem;
	position:relative;
	height:5.0rem;
}
.innav ul li i{
	width:0;
	position:absolute;
	left:0;
	bottom:15px;
	z-index:1;
	height:1px;
	opacity:0;
	transition: all 0.6s;
}
.innav ul li:hover i{
	opacity:1;
	width:100%;
}
.innav ul li.cur i{
	opacity:1;
	width:100%;
}
.innav ul li a:hover{
	color:#1D2088;
}
.header.yanse .innav ul li.cur a{
	color:#1D2088;
}
.header.yanse.yanse01 .innav ul li.cur a{
	color:#fff;
}
.header.yanse .innav ul li i{
	background-color:#1D2088;
}
.header.yanse.yanse01 .innav ul li i{
	background-color:#fff;
}
.top-r{
	width: auto;
	display: flex;
	align-items: center;
	font-size: 1.25rem;
	font-weight: 700;
}
.top-r i{
	width:2.0rem;
	height:2.0rem;
	font-size:0.8rem;
	color:#FFF;
	margin-left:1.0rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.top-r i a{
	width:2.0rem;
	height:2.0rem;
	background-color:#1D2088;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius:50%;
	color:#FFF;
}
.header.yanse .top-r{
	color:#1D2088;
}
.header.yanse.yanse01 .top-r{
	color:#fff;
}
.top-r .a02{
	width:40px;
	height:40px;
	justify-content: center;
	display: flex;
	align-items: center;
	font-size:14px;
	color:#FFF;
	border-radius:50%;
	background-color:#0A7F7A;
	margin-left:1.0rem;
}
.header.yanse.yanse01 .top-r .a02{
}
.innum{
	width:100%;
	float:left;
	margin-top:8.7rem;
}
.innum ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innum ul li{
	width:auto;
}
.innum ul li .pic{
	overflow:hidden;
}
.innum ul li .pic img{
	max-height:2.875rem;
}
.innum ul li dl dt{
	margin-top:0.94rem;
	font-size: 4rem;
	font-weight: 400;
	line-height:4.625rem;
	color: var(---333, #333);
}
.innum ul li dl dd{
	font-size: 0.875rem;
	color: var(---666, #666);
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
}
.inab{
	width:100%;
	float:left;
	margin-top:7.69rem;
	position:relative;
	background-image:url(../img/a01.png);
	background-repeat:no-repeat;
	background-position:right top;
	background-size:50% auto;
}
.inab .tex{
	width:45%;
	float:left;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
	text-transform: capitalize;
}
.inab .tex dl dt{
	color: var(--e-8-ad-32, #E8AD32);
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 100%; /* 1.25rem */
	text-transform: uppercase;
}
.inab .tex dl dd{
	margin-top:0.62rem;
	margin-bottom:3.75rem;
	font-size: 3rem;
	color: var(---333, #333);
	font-weight: 700;
	line-height: 100%; /* 3rem */
	text-transform: uppercase;
}
.inwrap{
	width:100%;
	float:left;
	background-color:#F2F2F2;
}
.inpro{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:6.25rem 0;
}
.inpro .pic{
	width:50%;
	overflow:hidden;
}
.inpro .pic img{
	width:100%;
	height:auto;
	display:block;
}
.inpro .tex{
	width:42%;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
	text-transform: capitalize;
}
.inpro .tex dl dt{
	color: var(--e-8-ad-32, #E8AD32);
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 100%; /* 1.25rem */
	text-transform: uppercase;
}
.inpro .tex dl dd{
	margin-top:0.62rem;
	margin-bottom:2.5rem;
	font-size: 3rem;
	color: var(---333, #333);
	font-weight: 700;
	line-height: 100%; /* 3rem */
	text-transform: uppercase;
}


.inmore{
	width:auto;
	display:flex;
	margin-top:3.75rem;
}
.inmore a{
	width:13rem;
	height:3.625rem;
	border-radius: 6.25rem;
	border: 1px solid var(--e-8-ad-32, #E8AD32);
	position:relative;
	color: var(--e-8-ad-32, #E8AD32);
	font-size: 1rem;
	font-weight: 700;
	line-height:3.625rem;
	overflow:hidden;
}
.inmore a div{
	width:100%;
	height:3.625rem;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	line-height:3.625rem;
	text-align:center;
}
.inmore a::after{
	width:0px;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-color:var(--e-8-ad-32, #E8AD32);
	transition: all 0.6s;
	content:'';
	z-index:0;
}
.inmore a:hover::after{
	width:100%;
}
.inmore a:hover{
	color:#FFF;
}
.inprolist{
	width:100%;
	float:left;
}
.inprolist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inprolist ul li{
	width:100%;
	padding:6.25rem 0;
}
.inprolist ul li:nth-child(2n){
	background: var(---Gray-6, #F2F2F2);
}
.inprolist ul li .pro{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inprolist ul li .pro .tex{
	width:42%;
}
.inprolist ul li .pro .tex .tit{
	width:100%;
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 100%; /* 2.25rem */
	margin-bottom:2.5rem;
}
.inprolist ul li .pro .tex dl dd{
	padding:1.25rem 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: 1px solid var(--10, rgba(0, 0, 0, 0.10));
	font-size: 0.875rem;
	font-weight: 400;
	color: var(---666, #666);
}
.inprolist ul li .pro .tex dl dd a{
	color: var(---666, #666);
}
.inprolist ul li .pro .pic{
	width:50%;
	overflow:hidden;
}
.inprolist ul li .pro .pic img{
	width:100%;
	height:auto;
	display:block;
}

.intit{
	width:100%;
	float:left;
	margin-top:8.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.intit dl{
	width:50%;
}
.intit dl dt{
	color: var(--e-8-ad-32, #E8AD32);
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 100%; /* 1.25rem */
}
.intit dl dd{
	margin-top:0.62rem;
	color: var(---333, #333);
	font-size: 3rem;
	font-weight: 700;
	line-height: 100%; /* 3rem */
	text-transform: uppercase;
}
.intit .a01{
	width:42%;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
	text-transform: capitalize;
}

.foot{
	width:100%;
	float:left;
	margin-top:8.75rem;
	background: #0D0D0D;
	padding-top:6.25rem;
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom:1px solid rgba(255, 255, 255, 0.20);
	padding-bottom:3.75rem;
}
.foot01 .a01{
	width:auto;
}
.foot01 .a01 img{
	max-height:2.0rem;
}
.foot01 .a01 dl dd{
	margin-top:2.6rem;
	display: flex;
	align-items: center;
}
.foot01 .a01 dl dd a{
	margin-right:1.22rem;
	display: flex;
}
.foot01 .a02{
	width:26%;
}
.foot01 .a02 dl dt{
	color: var(---white, #FFF);
	font-size: 1rem;
	font-weight: 700;
	text-align:right;
}
.foot01 .a02 dl dd{
	margin-top:1.69rem;
	border-radius: 2.5rem;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	padding: 1rem 1.75rem 1rem 1.875rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.fxbk{
	color: var(---999, #999);
	width:auto;
	border:0px;
	background-color:transparent;
	font-size: 0.75rem;
	font-weight: 700;
	outline:none;
	height:100%;
}

.foot02{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.foot02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot02 ul li{
	width:auto;
	max-width:21%;
}
.foot02 ul li dl dt{
	color: var(---white, #FFF);
	font-size: 1.25rem;
	font-weight: 700;
	line-height:1.4375rem;
}
.foot02 ul li dl dd{
	margin-top:0.94rem;
	font-size: 0.875rem;
	font-weight: 400;
	line-height:1.1rem;
	color: rgba(255,255,255,0.80);
}
.foot02 ul li dl dd a{
	color: rgba(255,255,255,0.80);
}
.foot02 ul li dl dd.mart15{
	margin-top:1.56rem;
}

.foot03{
	width:100%;
	float:left;
	padding:3.75rem 0;
	color: var(---999, #999);
	font-size: 0.75rem;
	font-weight: 400;
	text-align:center;
}
.back{
	width:3.0rem;
	height:3.0rem;
	position:fixed;
	right:2.5rem;
	bottom:10.0rem;
	z-index:5;
	display:flex;
	background-image:url(../img/Default.png);
	background-position:center;
	background-repeat:no-repeat;
}
.back a{
	width:100%;
	height:100%;
}

.nybanner{
	width:100%;
	float:left;
	position:relative;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex2{
	width:100%;
	height:100%;
	position:absolute;
	top:23%;
	left:0;
	z-index:1;
	padding:0 5.2vw;
	display: flex;
	color:#FFF;
}
.nybanner .tex2 div{
	width:28%;
}
.nybanner .tex2 div dl dt{
	font-size: 0.75rem;
	font-weight: 400;
	text-transform: uppercase;
}
.nybanner .tex2 div dl dd{
	font-size: 1.25rem;
	font-weight: 700;
	line-height:1.6rem;
	margin-bottom:2.5rem;
	margin-top:0.56rem;
}
.nybanner .tex{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	padding:0 5.2vw;
	display: flex;
	align-items: center;
}
.nybanner .tex .a01{
	width:auto;
}
.nybanner .tex .a01 h1{
	font-size: 1.25rem;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--e-8-ad-32, #E8AD32);
}
.nybanner .tex .a01 h2{
	font-size: 4rem;
	font-weight: 700;
	line-height: 6.25rem; /* 156.25% */
	color: var(---white, #FFF);
	text-transform: capitalize;
}
.nybanner .tex .a01 dl dd{
	margin-top:2.0rem;
	color: var(---white, #FFF);
	font-size: 1rem;
	display: flex;
	align-items: center;
}
.nybanner .tex .a01 dl dd::before{
	content: "\2022";
	margin-right:0.8rem;
}
.nybanner .tex .a01 dl dd.mart30{
	margin-top:3.0rem;
}
.nytit{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.nytit dl dt{
	font-size: 1.25rem;
	color: var(--e-8-ad-32, #E8AD32);
	font-weight: 700;
	line-height: 100%; /* 1.25rem */
	text-transform: uppercase;
}
.nytit dl dd{
	font-size: 3rem;
	color: var(---333, #333);
	font-weight: 700;
	text-transform: uppercase;
	line-height: 3.4rem;
	margin-top:0.62rem;
}
.nytit2 dl .btt {
    font-size: 1.25rem;
    color: var(--e-8-ad-32, #E8AD32);
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
}
.nyab{
	width:100%;
	float:left;
	margin-top:3.0rem;
	font-size: 1rem;
	color: var(---666, #666);
	font-weight: 500;
	line-height: 200%; /* 1.75rem */
	text-transform: capitalize;
}
.nabpic{
	width:100%;
	float:left;
	margin-top:5.0rem;
}
.nabpic img{
	width:100%;
	height:auto;
	display:block;
}
.nytit2{
	width:100%;
	float:left;
	margin-top:8.75rem;
}
.nytit2 dl dt{
	color: var(---333, #333);
	font-size: 3rem;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.nytit2 dl dd{
	margin-top:2.5rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
}
.patent{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.patent ul{
	display: flex;
	flex-wrap: wrap;
}
.patent ul li{
	width:calc(20.25% - 1.25rem);
	margin-right:1.25rem;
	padding: 1.75rem 1.5625rem 3.9375rem 1.5625rem;
	background: var(---Gray-6, #F2F2F2);
	position:relative;
	text-align:center;
}
.patent ul li:nth-child(5n){
	margin-right:0px;
}
.patent ul li dl dt{
	overflow:hidden;
}
.patent ul li dl dt img{
	max-width:100%;
}
.patent ul li dl dd{
	font-size: 0.75rem;
	font-weight: 400;
	line-height:1.125rem;
}
.patent ul li::after{
	width:0;
	height:4px;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	content:'';
	background: var(--e-8-ad-32, #E8AD32);
	transition: all 0.6s;
}
.patent ul li:hover::after{
	width:100%;
}

.culture{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.culture ul{
	display: flex;
	flex-wrap: wrap;
}
.culture ul li{
	width:calc(33.8% - 1.25rem);
	margin-right:1.25rem;
	padding: 5rem 2.125rem 7.25rem 2.125rem;
	background: var(---Gray-6, #F2F2F2);
	position:relative;
	text-align:center;
}
.culture ul li:nth-child(3n){
	margin-right:0px;
}
.culture ul li .pic{
	overflow:hidden;
}
.culture ul li .pic img{
	max-width:100%;
}
.culture ul li dl dt{
	margin-top:3.75rem;
	font-size: 1rem;
	font-weight: 700;
	line-height: normal;
}
.culture ul li dl dd{
	margin-top:1.88rem;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
	color: var(---666, #666);
}
.culture ul li::after{
	width:0;
	height:4px;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	content:'';
	background: var(--e-8-ad-32, #E8AD32);
	transition: all 0.6s;
}
.culture ul li:hover::after{
	width:100%;
}
.cplm{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.cplm ul{
	display: flex;
	flex-wrap: wrap;
}
.cplm ul li{
	width:auto;
	margin-right:3.75rem;
	color: var(---999, #999);
	font-size: 1.25rem;
	font-weight: 700;
	text-transform: capitalize;
	line-height:1.4375rem;
}
.cplm ul li a{
	color: var(---999, #999);
}
.cplm ul li a.cur{
	color: var(--e-8-ad-32, #E8AD32);
}
.cplm ul li a:hover{
	color: var(--e-8-ad-32, #E8AD32);
}

.proshow{
	width:100%;
	float:left;
	margin-top:3.75rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
	text-transform: capitalize;
}
.proshow h1{
	margin-bottom:2.5rem;
	font-size: 2.25rem;
	font-weight: 700;
	text-transform: capitalize;
	color: var(---333, #333);
}
.proshow img{
	max-width:100%;
}
.probg{
	width:100%;
	float:left;
	margin-top:3.75rem;
	border:1px solid #E8AD32;
	display: flex;
	flex-wrap: wrap;
}
.probg ul{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	border-bottom:1px solid #E8AD32;
}
.probg ul:last-child{
	border-bottom:0px;
}
.probg ul:first-child{
	background: var(--e-8-ad-32, #E8AD32);
	color:#FFF;
}
.probg ul:first-child li{
	border-right: 1px solid var(--30, rgba(255, 255, 255, 0.30));
}
.probg ul li{
	width:14%;
	border-right:1px solid #E8AD32;
	height: auto;
	line-height:3.0rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-size: 0.875rem;
	text-transform: capitalize;
}
.probg ul li:last-child{
	border-right:0px;
}
.probg ul li:nth-child(2){
	width:44%;
	justify-content: flex-start;
	text-align:left;
}
.probg ul li div{
	width:100%;
	height:3.0rem;
	line-height:3.0rem;
	padding-left:10%;
}
.probg ul li:nth-child(4) div{
	padding-left:0;
	text-align:center;
}
.probg ul li div:nth-child(2n){
	background: rgba(177, 177, 177, 0.03);
}
.proshow2{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.proshow2 ul{
	display: flex;
	flex-wrap: wrap;
}
.proshow2 ul li{
	width:calc(34.0% - 1.88rem);
	margin-right:1.88rem;
	padding:4.7rem 2.5rem;
	background: var(--eeeeee, #F8F8F8);
	font-size: 0.875rem;
	color: var(---666, #666);
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	text-transform: capitalize;
	height: 30.125rem;
}
.proshow2 ul li:nth-child(3n){
	margin-right:0px;
}
.proshow2 ul li dl dt{
	overflow:hidden;
}
.proshow2 ul li dl dt img{
	max-height:4.875rem;
}
.proshow2 ul li dl dd{
	margin-top:3.19rem;
	margin-bottom:2.5rem;
	font-size: 1.25rem;
	color: var(---333, #333);
	text-transform: capitalize;
	font-weight: 700;
	line-height:1.4375rem;
}
.protit{
	width:100%;
	float:left;
	margin-top:6.25rem;
	font-size: 2.25rem;
	font-weight: 700;
	text-transform: capitalize;
}
.proshow3{
	width:100%;
	float: left;
	margin-top:3.75rem;
}
.proshow3 ul{
	display: flex;
	flex-wrap: wrap;
}
.proshow3 ul li{
	width:calc(34.0% - 1.88rem);
	margin-right:1.88rem;
}
.proshow3 ul li:nth-child(3n){
	margin-right:0px;
}
.proshow3 ul li dl dt{
	overflow:hidden;
}
.proshow3 ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.proshow3 ul li:hover dl dt img{
	transform: scale(1.05);
}
.proshow3 ul li dl dd{
	margin-top:1.94rem;
	font-size: 1rem;
	color: var(---333, #333);
	font-weight: 700;
	line-height: 100%; /* 1rem */
	text-transform: capitalize;
}
.caselist{
	width:100%;
	float:left;
	margin-top:3.75rem;
	background-color:#FFF;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.caselist .pic{
	width:53%;
	overflow:hidden;
}
.caselist .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.caselist:hover .pic img{
	transform: scale(1.05);
}
.caselist .tex{
	width:47%;
	padding:5.0rem;
}
.caselist .tex dl dt{
	font-size: 1.17419rem;
	font-weight: 700;
	line-height: 100%; /* 1.17419rem */
	text-transform: capitalize;
	margin-bottom:2.5rem;
}
.caselist .tex dl dd{
	font-size: 0.875rem;
	color: var(---666, #666);
	text-overflow: ellipsis;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
	text-transform: capitalize;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.caselist .tex .more{
	margin-top:2.5rem;
	display:flex;
}
.caselist .tex .more a{
	display: flex;
	align-items: center;
	color: var(--e-8-ad-32, #E8AD32);
}
.caselist .tex .more a::after{
	width:1.2rem;
	height:1.2rem;
	background-image:url(../img/long_up.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	margin-left:0.8rem;
}
.equipment{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.equipment ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.equipment ul li{
	width:49%;
	padding-bottom:2.5rem;
	position:relative;
}
.equipment ul li::after{
	width:0px;
	height:4px;
	background-color:var(--e-8-ad-32, #E8AD32);
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	transition: all 0.6s;
}
.equipment ul li:hover::after{
	width:100%;
}
.equipment ul li dl dt{
	overflow:hidden;
}
.equipment ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.equipment ul li:hover dl dt img{
	transform: scale(1.05);
}
.equipment ul li dl dd{
	margin-top:2.5rem;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 100%; /* 1.25rem */
	text-transform: capitalize;
}
.hz{
	width:100%;
	float:left;
	margin-top:5.0rem;
}
.hz ul{
	display: flex;
	flex-wrap: wrap;
}
.hz ul li{
	width:calc(20.25% - 1.25rem);
	margin-right:1.25rem;
	margin-top:1.25rem;
	border-radius: 0.5rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: var(---white, #FFF);
	justify-content: center;
	display: flex;
	align-items: center;
	height:6.25rem;
}
.hz ul li:nth-child(5n){
	margin-right:0px;
}
.hz ul li a{
	justify-content: center;
	display: flex;
	align-items: center;
	width:100%;
	height:100%;
}
.hz ul li img{
	max-height:80%;
	max-width:80%;
}
.hz ul li:hover{
	border: 1px solid var(--e-8-ad-32, #E8AD32);
	background: var(---white, #FFF);
}

.lxwm{
	width:100%;
	float:left;
	margin-top:6.25rem;
	background-color:#FFF;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lxwm .pic{
	width:50%;
	overflow:hidden;
}
.lxwm .pic img{
	width:100%;
	height:100%;
	display:block;
}
.lxwm .tex{
	width:50%;
	padding:3.75rem;
}
.lxwm .tex h1{
	font-size: 1.5rem;
	text-transform: capitalize;
	line-height:1.75rem;
}
.lxwm .tex ul{
	margin-top:1.13rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lxwm .tex ul li{
	width:48.5%;
	margin-top:1.25rem;
}
.lxwm .tex ul li.w100{
	width:100%;
}
.lxwm .tex ul li:last-child{
	margin-top:2.75rem;
}
.lxbk{
	width:100%;
	line-height:2.625rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	outline:none;
	padding:0 1.25rem;
	color: var(---999, #999);
	font-size: 0.75rem;
	text-transform: capitalize;
}
.lxanniu{
	padding: 1.25rem 3.75rem;
	border-radius: 6.25rem;
	background: var(--e-8-ad-32, #E8AD32);
	font-size: 1rem;
	color:#FFF;
	text-transform: capitalize;
	font-weight: 700;
	border:0;
	cursor:pointer;
}
.fixedIcon{ position: fixed; top: 50%; left: 50%; z-index: 999; transform: translate(-50%,-50%); padding:5px; display:none;}
.fixedIcon .close{ width: 40px; height: 40px; position: absolute; left: 50%; bottom: 0; cursor: pointer; border: 2px solid #fff; border-radius:50%; text-align: center; font-size: 22px; color: #fff; transform: translate(-50%,140%);}
.fixedIcon img{ display: block; max-height:70vh; max-width: 100%; max-width: 100%; height: auto;}
.zz{ background: rgba(0,0,0,0.8); position: fixed; left: 0; top: 0; z-index: 998; width: 100%; height: 100vh; display: none;}



/* 方式2 关闭在上面*/

.fixedIcon{ position: fixed; top: 50%; left: 50%; z-index: 999; transform: translate(-50%,-50%); padding:5px; display:none;}
.fixedIcon .close{ width: 40px; height: 40px; position: absolute; right: -30px; top: -100px; cursor: pointer; border: 2px solid #fff; border-radius:50%; text-align: center; font-size: 22px; color: #fff; transform: translate(-50%,140%);}
.fixedIcon img{ display: block; max-height:70vh; max-width: 100%; height: auto;}
.zz{ background: rgba(0,0,0,0.8); position: fixed; left: 0; top: 0; z-index: 998; width: 100%; height: 100vh; display: none;}


.mart60{
	margin-top:6.25rem;
}
.pad60{
	padding-bottom:6.25rem;
}
.mart25{
	margin-top:2.5rem;
}
.mart0{
	margin-top:0rem;
}
.mart80{
	margin-top:8.75rem;
}
.pc{
	display: block;
}
.moblie{
	display: none;
}
.header2{
	display: none;
}


.fy{
	width:100%;
	float:left;
	margin-top:100px;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
}
.fy ul.jz{
	justify-content: center;
}
.fy ul li{
	width: 50px;
	height: 50px;
	display:flex;
	margin-left:5px;
	margin-right:5px;
}
.fy ul li a{
	width:50px;
	height:50px;
	text-align:center;
	font-size:14px;
	background: #fff;
	border: 1px solid #E0E0E0;
	line-height:50px;
	font-family:'宋体';
	transition: all 0.6s;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10);
	border-radius:50%;
}
.fy ul li a b{
	font-family:'宋体';
}
.fy ul li a:hover{
	background: #E8AD32;
	border:1px solid #E8AD32;
	color:#FFF;
}
.fy ul li .cur{
	background: #E8AD32;
	border:1px solid #E8AD32;
	color:#FFF;
}
.dingw{ width:100%; float:left; margin-top:-100px;}


	
}


@media (min-width:1000px) and (max-width:1600px){




	
}

@media (min-width:1000px) and (max-width:1700px){







	
}

@media (min-width:1000px) and (max-width:1360px){

.innav ul li{
	font-size:0.9rem;
}
.nybanner .tex2 div{
	width:60%;
}
.nybanner .tex .a01 h2{
	font-size:3.0rem;
}

















	
}





@media (max-width:999px) {


.pc{
	display: none;
}
.moblie{
	width: 100%;
	float: left;
}
.header{
	display: none;
}
.nyheader{
	display: none;
}
.header2{ 
	width:100%; 
	float:left; 
	height:4rem; 
	line-height:4rem;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10); 
}
.logo{ 
	width:100%; 
	float:left; 
	height:4rem; 
	text-align:center;
}
.logo span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.logo img{ 
	max-width:70%; 
	max-height:3rem; 
	vertical-align:middle; 
	margin-left:5%;
}
.nav2{ 
	width:60%; 
	float:right; 
	line-height:110px; 
	height:110px; 
	text-align:right;
}
.zym{
	width:2.0rem;
	position:absolute;
	top:1rem;
	right:5%;
	z-index:1;
}
.zym a{
	width:2.0rem;
	height:2.0rem;
	background-color:#1D2088;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius:50%;
	font-size:0.8rem;
	color:#FFF;
}
.nav2 a{ 
	width: auto; 
	font-size:16px; 
	margin-right:5%;
}
.nav-bar2 { 
	width:4rem; 
	height:4rem; 
	position:absolute; 
	z-index:11; 
	left:0%; 
	top:0; 
	text-align:center;
}
.nav-bar2 img{ 
	max-width:40%; 
	max-height:1.5rem; 
	vertical-align:middle;
}
.nav-bar2 span{ 
	display:inline-block; 
	height:100%; 
	vertical-align:middle;
}
.nav-bg { 
	width:0px; 
	height: auto; 
	overflow:hidden; 
	position: absolute; 
	right:0px; 
	top:0; 
	z-index:998;
}
.v_close { 
	display:block; 
	position: absolute; 
	top: 3%; 
	left:5%; 
	z-index:102;  
	width: 15px; 
	height: 15px; 
	background:url(../img/close2.png) no-repeat; 
	background-size:100% 100%; 
	display:none;
}
.nav { 
	margin:0 0 0 0;
}
.subNavBox3{
	width:65%;
	float:right; 
	background:#fff;  
	padding-bottom:4rem;
}
.subNavBox3 h1{ 
	text-align:center; 
	height:4rem; 
	background:#fff;
}
.subNavBox3 h1 span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.subNavBox3 h1 img{ 
	max-width:80%; 
	max-height:3rem; 
	vertical-align:middle;
} 
.subNav3{
	width:100%; 
	float:left; 
	HEIGHT:3.0rem;
	DISPLAY: block;  
	CURSOR: pointer; 
	padding-left:5%;
	text-align:left; 
	border-bottom:1px solid #e0e0e0; 
	line-height:3.0rem; 
	font-size:1.0rem;
	font-weight: bold;
}
.subNav3 i{ 
	padding:0.3rem; 
	background:url(../img/jt01.png) no-repeat center / contain; 
	margin-right:1rem; 
	float:right; 
	margin-top:1.2rem;
}
.subNav3:hover{float:left; }
.currentDd3{background: #1D2088; color: #FFFFFF;}
.currentDd3 a{
	color: #FFFFFF;
}
.currentDd3 i{
	background:url(../img/jt001.png) no-repeat center / contain;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
	-webkit-transition:all .25s ease 0s;
	-moz-transition:all .25s ease 0s;
	-o-transition:all .25s ease 0s;
	transition:all .25s ease 0s;
}
.navContent3{
	display: none;
	float:left; 
	width:90%; 
	padding:0.5rem 5% 1rem 5%; 
	line-height:2.0rem; 
	font-size:0.8rem; 
	padding-bottom:0px;
}
.navContent3 h2{
	font-size: 0.8rem;
	line-height: 2.0rem;
	font-weight:normal;
}

.main{
	width:100%;
	float:left;
	padding:0 5%;
}

.innum{
	width:100%;
	float:left;
	margin-top:1.7rem;
}
.innum ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	    text-align: center;
}
.innum ul li{
	width:50%;
	margin-top:2.0rem;
}
.innum ul li .pic{
	overflow:hidden;
}
.innum ul li .pic img{
	max-height:2.875rem;
}
.innum ul li dl dt{
	margin-top:0.94rem;
	font-size: 2rem;
	font-weight: 400;
	line-height:2.625rem;
	color: var(---333, #333);
}
.innum ul li dl dd{
	font-size: 0.875rem;
	color: var(---666, #666);
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
}
.inab{
	width:100%;
	float:left;
	margin-top:4.69rem;
	position:relative;
}
.inab::after{
	width:100%;
	margin-top:4.0rem;
	content:'';
	background-image:url(../img/a01.png);
	background-repeat:no-repeat;
	background-size: cover;
	display:inline-block;
	height:15rem;
}
.inab .tex{
	width:100%;
	float:left;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
	text-transform: capitalize;
}
.inab .tex dl dt{
	color: var(--e-8-ad-32, #E8AD32);
	font-size: 0.8rem;
	font-weight: 700;
	line-height: 100%; /* 1.25rem */
	text-transform: uppercase;
}
.inab .tex dl dd{
	margin-top:0.62rem;
	margin-bottom:1.75rem;
	font-size: 2rem;
	color: var(---333, #333);
	font-weight: 700;
	line-height: 100%; /* 3rem */
	text-transform: uppercase;
}
.inwrap{
	width:100%;
	float:left;
	background-color:#F2F2F2;
}
.inpro{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:3.25rem 0;
}
.inpro .pic{
	width:100%;
	overflow:hidden;
}
.inpro .pic img{
	width:100%;
	height:auto;
	display:block;
}
.inpro .tex{
	width:100%;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
	text-transform: capitalize;
	margin-top:3.0rem;
}
.inpro .tex dl dt{
	color: var(--e-8-ad-32, #E8AD32);
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 130%; /* 1.25rem */
	text-transform: uppercase;
}
.inpro .tex dl dd{
	margin-top:0.62rem;
	margin-bottom:2.5rem;
	font-size: 2rem;
	color: var(---333, #333);
	font-weight: 700;
	line-height: 100%; /* 3rem */
	text-transform: uppercase;
}


.inmore{
	width:auto;
	display:flex;
	margin-top:3.75rem;
}
.inmore a{
	width:10rem;
	height:2.625rem;
	border-radius: 6.25rem;
	border: 1px solid var(--e-8-ad-32, #E8AD32);
	position:relative;
	color: var(--e-8-ad-32, #E8AD32);
	font-size: 0.9rem;
	font-weight: 600;
	line-height:2.625rem;
	overflow:hidden;
}
.inmore a div{
	width:100%;
	height:2.625rem;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	line-height:2.625rem;
	text-align:center;
}
.inmore a::after{
	width:0px;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-color:var(--e-8-ad-32, #E8AD32);
	transition: all 0.6s;
	content:'';
	z-index:0;
}
.inmore a:hover::after{
	width:100%;
}
.inmore a:hover{
	color:#FFF;
}
.inprolist{
	width:100%;
	float:left;
}
.inprolist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inprolist ul li{
	width:100%;
}
.inprolist ul li:nth-child(2n){
	background: var(---Gray-6, #F2F2F2);
	padding-bottom:3.0rem;
	margin-top:3.0rem;
}
.inprolist ul li .pro{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inprolist ul li .pro .tex{
	width:100%;
	margin-top:3.0rem
}
.inprolist ul li .pro .tex .tit{
	width:100%;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 100%; /* 2.25rem */
	margin-bottom:2.5rem;
}
.inprolist ul li .pro .tex dl dd{
	padding:1.0rem 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: 1px solid var(--10, rgba(0, 0, 0, 0.10));
	font-size: 0.875rem;
	font-weight: 400;
	color: var(---666, #666);
}
.inprolist ul li .pro .tex dl dd a{
	color: var(---666, #666);
}
.inprolist ul li .pro .pic{
	width:100%;
	overflow:hidden;
	margin-top:3.0rem
}
.inprolist ul li .pro .pic img{
	width:100%;
	height:auto;
	display:block;
}

.intit{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.intit dl{
	width:50%;
}
.intit dl dt{
	color: var(--e-8-ad-32, #E8AD32);
	font-size: 0.8rem;
	font-weight: 700;
	line-height: 100%; /* 1.25rem */
}
.intit dl dd{
	margin-top:0.62rem;
	color: var(---333, #333);
	font-size: 2rem;
	font-weight: 700;
	line-height: 100%; /* 3rem */
	text-transform: uppercase;
}
.intit .a01{
	width:100%;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
	text-transform: capitalize;
	margin-top:2.0rem;
}

.foot{
	width:100%;
	float:left;
	margin-top:3.75rem;
	background: #0D0D0D;
	padding-top:2.25rem;
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom:1px solid rgba(255, 255, 255, 0.20);
	padding-bottom:3.75rem;
}
.foot01 .a01{
	width:100%;
}
.foot01 .a01 img{
	max-height:2.0rem;
}
.foot01 .a01 dl dd{
	margin-top:1.6rem;
	display: flex;
	align-items: center;
}
.foot01 .a01 dl dd a{
	margin-right:1.22rem;
	display: flex;
}
.foot01 .a02{
	width:100%;
	margin-top:2.0rem;
}
.foot01 .a02 dl dt{
	color: var(---white, #FFF);
	font-size: 0.9rem;
	font-weight: 700;
}
.foot01 .a02 dl dd{
	margin-top:1.69rem;
	border-radius: 2.5rem;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	padding: 0.7rem 1.75rem 0.7rem 1.875rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.fxbk{
	color: var(---999, #999);
	width:auto;
	border:0px;
	background-color:transparent;
	font-size: 0.75rem;
	font-weight: 700;
	outline:none;
}

.foot02{
	width:100%;
	float:left;
	margin-top:0.75rem;
}
.foot02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot02 ul li{
	width:21%;
	margin-top:2.0rem;
}
.nytit2 dl .btt {
    font-size: 0.8rem;
    color: var(--e-8-ad-32, #E8AD32);
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
}
.foot02 ul li:last-child{
	width:100%;
}
.foot02 ul li dl dt{
	color: var(---white, #FFF);
	font-size: 1.0rem;
	font-weight: 700;
	line-height:1.4375rem;
}
.foot02 ul li dl dd{
	margin-top:0.5rem;
	font-size: 0.8rem;
	font-weight: 400;
	line-height:1.1rem;
	color: rgba(255,255,255,0.80);
}
.foot02 ul li dl dd a{
	color: rgba(255,255,255,0.80);
}
.foot02 ul li dl dd.mart15{
	margin-top:1.56rem;
}

.foot03{
	width:100%;
	float:left;
	padding:1.75rem 0;
	color: var(---999, #999);
	font-size: 0.75rem;
	font-weight: 400;
	text-align:center;
}
.back{
	width:2.0rem;
	height:2.0rem;
	position:fixed;
	right:1.5rem;
	bottom:10.0rem;
	z-index:5;
	display:flex;
	background-image:url(../img/Default.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.back a{
	width:100%;
	height:100%;
}

.nybanner{
	width:100%;
	float:left;
	position:relative;
	margin-top:4.0rem;
}
.nybanner .pic {
    width: 100%;
    height: 60vw;
    overflow: hidden;
}
.nybanner img{
	width:100%;
	height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
    z-index: 0;
	display:block;
}
.nybanner .tex2{
	width:100%;
	height:100%;
	position:absolute;
	top:13%;
	left:0;
	z-index:1;
	padding:0 5.2vw;
	display: flex;
	color:#FFF;
}
.nybanner .tex2 div{
	width:100%;
}
.nybanner .tex2 div dl dt{
	font-size: 0.6rem;
	font-weight: 400;
	text-transform: uppercase;
}
.nybanner .tex2 div dl dd{
	font-size: 1.0rem;
	font-weight: 700;
	line-height:1.2rem;
	margin-top:0.16rem;
	margin-bottom: 0.8rem;
}
.nybanner .tex{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	padding:0 5.2vw;
	display: flex;
	align-items: center;
}
.nybanner .tex .a01{
	width:auto;
}
.nybanner .tex .a01 h1{
	font-size: 0.8rem;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--e-8-ad-32, #E8AD32);
}
.nybanner .tex .a01 h2{
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 2.25rem; /* 156.25% */
	color: var(---white, #FFF);
	text-transform: capitalize;
}
.nybanner .tex .a01 dl dd{
	margin-top:0rem;
	color: var(---white, #FFF);
	font-size: 0.8rem;
	display: flex;
	align-items: center;
}
.nybanner .tex .a01 dl dd::before{
	content: "\2022";
	margin-right:0.8rem;
}
.nybanner .tex .a01 dl dd.mart30{
	margin-top:1.0rem;
}
.nytit{
	width:100%;
	float:left;
	margin-top:3.25rem;
}
.nytit dl dt{
	font-size: 0.8rem;
	color: var(--e-8-ad-32, #E8AD32);
	font-weight: 700;
	line-height: 100%; /* 1.25rem */
	text-transform: uppercase;
}
.nytit dl dd{
	font-size: 1.5rem;
	color: var(---333, #333);
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.8rem;
	margin-top:0.62rem;
}
.nyab{
	width:100%;
	float:left;
	margin-top:2.0rem;
	font-size: 0.875rem;
	color: var(---666, #666);
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
	text-transform: capitalize;
}
.nabpic{
	width:100%;
	float:left;
	margin-top:3.0rem;
}
.nabpic img{
	width:100%;
	height:auto;
	display:block;
}
.nytit2{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.nytit2 dl dt{
	color: var(---333, #333);
	font-size: 1.5rem;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.nytit2 dl dd{
	margin-top:1.5rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
}
.patent{
	width:100%;
	float:left;
	margin-top:2.75rem;
}
.patent ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.patent ul li{
	width:48%;
	padding: 1.75rem 1.5625rem 3.9375rem 1.5625rem;
	background: var(---Gray-6, #F2F2F2);
	position:relative;
	text-align:center;
	margin-top:1rem;
}
.patent ul li:nth-child(5n){
	margin-right:0px;
}
.patent ul li dl dt{
	overflow:hidden;
}
.patent ul li dl dt img{
	max-width:100%;
}
.patent ul li dl dd{
	font-size: 0.75rem;
	font-weight: 400;
	line-height:1.125rem;
}
.patent ul li::after{
	width:0;
	height:4px;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	content:'';
	background: var(--e-8-ad-32, #E8AD32);
	transition: all 0.6s;
}
.patent ul li:hover::after{
	width:100%;
}

.culture{
	width:100%;
	float:left;
	margin-top:2.75rem;
}
.culture ul{
	display: flex;
	flex-wrap: wrap;
}
.culture ul li{
	width:100%;
	padding: 3rem 2.125rem 4.25rem 2.125rem;
	background: var(---Gray-6, #F2F2F2);
	position:relative;
	text-align:center;
	margin-top:1.0rem;
}
.culture ul li:nth-child(3n){
	margin-right:0px;
}
.culture ul li .pic{
	overflow:hidden;
}
.culture ul li .pic img{
	max-width:100%;
	max-height:4.0rem;
}
.culture ul li dl dt{
	margin-top:3.75rem;
	font-size: 1rem;
	font-weight: 700;
	line-height: normal;
}
.culture ul li dl dd{
	margin-top:1.88rem;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
	color: var(---666, #666);
}
.culture ul li::after{
	width:0;
	height:4px;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	content:'';
	background: var(--e-8-ad-32, #E8AD32);
	transition: all 0.6s;
}
.culture ul li:hover::after{
	width:100%;
}
.cplm{
	width:100%;
	float:left;
	margin-top:3.25rem;
}
.cplm ul{
	display: flex;
	flex-wrap: wrap;
}
.cplm ul li{
	width:auto;
	margin-right:1.0rem;
	color: var(---999, #999);
	font-size: 0.8rem;
	font-weight: 700;
	text-transform: capitalize;
	line-height:1.4375rem;
}
.cplm ul li a{
	color: var(---999, #999);
}
.cplm ul li a.cur{
	color: var(--e-8-ad-32, #E8AD32);
}
.cplm ul li a:hover{
	color: var(--e-8-ad-32, #E8AD32);
}

.proshow{
	width:100%;
	float:left;
	margin-top:3.75rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
	text-transform: capitalize;
}
.proshow h1{
	margin-bottom:2.5rem;
	font-size: 1.25rem;
	font-weight: 700;
	text-transform: capitalize;
	color: var(---333, #333);
}
.proshow img{
	max-width:100%;
}
.probg{
	width:100%;
	float:left;
	margin-top:2.75rem;
	border:1px solid #E8AD32;
	display: flex;
	flex-wrap: wrap;
}
.probg ul{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	border-bottom:1px solid #E8AD32;
}
.probg ul:last-child{
	border-bottom:0px;
}
.probg ul:first-child{
	background: var(--e-8-ad-32, #E8AD32);
	color:#FFF;
}
.probg ul:first-child li{
	border-right: 1px solid var(--30, rgba(255, 255, 255, 0.30));
}
.probg ul li{
	width:14%;
	border-right:1px solid #E8AD32;
	height: auto;
	line-height:1.0rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-size: 0.6rem;
	text-transform: capitalize;
}
.probg ul li:last-child{
	border-right:0px;
}
.probg ul li:nth-child(2){
	width:44%;
	justify-content: flex-start;
	text-align:left;
}
.probg ul li div{
	width:100%;
	height:3.0rem;
	line-height:3.0rem;
	padding-left:10%;
}
.probg ul li:nth-child(4) div{
	padding-left:0;
	text-align:center;
}
.probg ul li div:nth-child(2n){
	background: rgba(177, 177, 177, 0.03);
}
.proshow2{
	width:100%;
	float:left;
	margin-top:2.75rem;
}
.proshow2 ul{
	display: flex;
	flex-wrap: wrap;
}
.proshow2 ul li{
	width:100%;
	margin-top:1.0rem;
	padding:2.7rem 2.5rem;
	background: var(--eeeeee, #F8F8F8);
	font-size: 0.875rem;
	color: var(---666, #666);
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	text-transform: capitalize;
}
.proshow2 ul li:nth-child(3n){
	margin-right:0px;
}
.proshow2 ul li dl dt{
	overflow:hidden;
}
.proshow2 ul li dl dt img{
	max-height:3.875rem;
}
.proshow2 ul li dl dd{
	margin-top:2.19rem;
	margin-bottom:1.5rem;
	font-size: 1.25rem;
	color: var(---333, #333);
	text-transform: capitalize;
	font-weight: 700;
	line-height:1.4375rem;
}
.protit{
	width:100%;
	float:left;
	margin-top:3.25rem;
	font-size: 1.25rem;
	font-weight: 700;
	text-transform: capitalize;
}
.proshow3{
	width:100%;
	float: left;
	margin-top:1.75rem;
}
.proshow3 ul{
	display: flex;
	flex-wrap: wrap;
}
.proshow3 ul li{
	width:calc(34.0% - 0.88rem);
	margin-right:0.88rem;
}
.proshow3 ul li:nth-child(3n){
	margin-right:0px;
}
.proshow3 ul li dl dt{
	overflow:hidden;
}
.proshow3 ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.proshow3 ul li:hover dl dt img{
	transform: scale(1.05);
}
.proshow3 ul li dl dd{
	margin-top:1.0rem;
	font-size: 0.7rem;
	color: var(---333, #333);
	font-weight: 700;
	line-height: 100%; /* 1rem */
	text-transform: capitalize;
}
.caselist{
	width:100%;
	float:left;
	margin-top:1.75rem;
	background-color:#FFF;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.caselist .pic{
	width:100%;
	overflow:hidden;
}
.caselist .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.caselist:hover .pic img{
	transform: scale(1.05);
}
.caselist .tex{
	width:100%;
	padding:2.0rem;
}
.caselist .tex dl dt{
	font-size: 1.17419rem;
	font-weight: 700;
	line-height: 100%; /* 1.17419rem */
	text-transform: capitalize;
	margin-bottom:2.5rem;
}
.caselist .tex dl dd{
	font-size: 0.875rem;
	color: var(---666, #666);
	text-overflow: ellipsis;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
	text-transform: capitalize;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.caselist .tex .more{
	margin-top:2.5rem;
	display:flex;
}
.caselist .tex .more a{
	display: flex;
	align-items: center;
	color: var(--e-8-ad-32, #E8AD32);
}
.caselist .tex .more a::after{
	width:1.2rem;
	height:1.2rem;
	background-image:url(../img/long_up.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	margin-left:0.8rem;
}
.equipment{
	width:100%;
	float:left;
	margin-top:1.75rem;
}
.equipment ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.equipment ul li{
	width:49%;
	padding-bottom:2.5rem;
	position:relative;
}
.equipment ul li::after{
	width:0px;
	height:4px;
	background-color:var(--e-8-ad-32, #E8AD32);
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	transition: all 0.6s;
}
.equipment ul li:hover::after{
	width:100%;
}
.equipment ul li dl dt{
	overflow:hidden;
}
.equipment ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.equipment ul li:hover dl dt img{
	transform: scale(1.05);
}
.equipment ul li dl dd{
	margin-top:1.5rem;
	font-size: 0.8rem;
	font-weight: 700;
	line-height: 100%; /* 1.25rem */
	text-transform: capitalize;
}
.hz{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.hz ul{
	display: flex;
	flex-wrap: wrap;
}
.hz ul li{
	width:calc(33.33% - 0.5rem);
	margin-right:0.5rem;
	margin-top:0.5rem;
	border-radius: 0.5rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: var(---white, #FFF);
	justify-content: center;
	display: flex;
	align-items: center;
	height:4.25rem;
}
.hz ul li:nth-child(3n){
	margin-right:0px;
}
.hz ul li a{
	justify-content: center;
	display: flex;
	align-items: center;
	width:100%;
	height:100%;
}
.hz ul li img{
	max-height:80%;
	max-width:80%;
}
.hz ul li:hover{
	border: 1px solid var(--e-8-ad-32, #E8AD32);
	background: var(---white, #FFF);
}

.lxwm{
	width:100%;
	float:left;
	margin-top:3.25rem;
	background-color:#FFF;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lxwm .pic{
	width:100%;
	overflow:hidden;
}
.lxwm .pic img{
	width:100%;
	height: auto;
	display:block;
}
.lxwm .tex{
	width:100%;
	padding:2.0rem;
}
.lxwm .tex h1{
	font-size: 1.2rem;
	text-transform: capitalize;
	line-height:1.75rem;
}
.lxwm .tex ul{
	margin-top:0.6rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lxwm .tex ul li{
	width:48.5%;
	margin-top:0.5rem;
}
.lxwm .tex ul li.w100{
	width:100%;
}
.lxwm .tex ul li:last-child{
	margin-top:1.75rem;
}
.lxbk{
	width:100%;
	line-height:2.0rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	outline:none;
	padding:0 1.25rem;
	color: var(---999, #999);
	font-size: 0.75rem;
	text-transform: capitalize;
}
.lxanniu{
	padding: 0.7rem 3.75rem;
	border-radius: 6.25rem;
	background: var(--e-8-ad-32, #E8AD32);
	font-size: 1rem;
	color:#FFF;
	text-transform: capitalize;
	font-weight: 700;
	border:0;
	cursor:pointer;
}

.fy{
	width:100%;
	float:left;
	margin-top:3.0rem;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
}
.fy ul.jz{
	justify-content: center;
}
.fy ul li{
	width: auto;
	display:flex;
	margin-left:0.2rem;
	margin-right:0.2rem;
}
.fy ul li a{
	padding:0.25rem 0.6rem;
	text-align:center;
	font-size:0.7rem;
	background: #fff;
	border: 1px solid #E0E0E0;
	font-family:'宋体';
	transition: all 0.6s;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10);
	border-radius:1.5rem;
}
.fy ul li a b{
	font-family:'宋体';
}
.fy ul li a:hover{
	background: #E8AD32;
	border:1px solid #E8AD32;
	color:#FFF;
}
.fy ul li .cur{
	background: #E8AD32;
	border:1px solid #E8AD32;
	color:#FFF;
}




.mart60{
	margin-top:2.25rem;
}
.pad60{
	padding-bottom:2.25rem;
}
.mart25{
	margin-top:1.5rem;
}
.mart0{
	margin-top:0rem;
}
.mart80{
	margin-top:3.0rem;
}

.fixedIcon{ position: fixed; top: 50%; left: 50%; z-index: 999; transform: translate(-50%,-50%); padding:5px; display:none;}
.fixedIcon .close{ width: 40px; height: 40px; position: absolute; left: 50%; bottom: 0; cursor: pointer; border: 2px solid #fff; border-radius:50%; text-align: center; font-size: 22px; color: #fff; transform: translate(-50%,140%);}
.fixedIcon img{ display: block; max-height:70vh; max-width: 100%; max-width: 100%; height: auto;}
.zz{ background: rgba(0,0,0,0.8); position: fixed; left: 0; top: 0; z-index: 998; width: 100%; height: 100vh; display: none;}



/* 方式2 关闭在上面*/

.fixedIcon{ position: fixed; top: 50%; left: 50%; z-index: 999; transform: translate(-50%,-50%); padding:5px; display:none;}
.fixedIcon .close{ width: 40px; height: 40px; position: absolute; right: -30px; top: -100px; cursor: pointer; border: 2px solid #fff; border-radius:50%; text-align: center; font-size: 22px; color: #fff; transform: translate(-50%,140%);}
.fixedIcon img{ display: block; max-height:80vh; max-width: 100%; height: auto;}
.zz{ background: rgba(0,0,0,0.8); position: fixed; left: 0; top: 0; z-index: 998; width: 100%; height: 100vh; display: none;}

.dingw{ width:100%; float:left; margin-top:-5rem;}

}
































