@charset "utf-8";
/* CSS Document */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { margin:0; padding:0;}
table { border-collapse:collapse; border-spacing:0;}
img { border:0; vertical-align: middle;}
li { vertical-align: middle;}
s {text-decoration: none;}
ol, ul, li { list-style:none;}
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal;}
input, button, select, textarea, a { outline:none;}
input, button, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit;}
html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
a { background: transparent; text-decoration: none; color: #666; transition: 0.3s; -moz-transition: 0.3s; 	-webkit-transition: 0.3s; -o-transition: 0.3s;}
a:active, a:hover { outline: 0;}
body { color: #333;  word-break:normal;}
.o8 { filter:alpha(opacity=100); opacity:1; transition:all 0.25s ease-out 0s; -webkit-transition:all 0.25s ease-out 0s;}
.o8:hover { filter:alpha(opacity=80); opacity:0.8;}
div,p{max-height: 10000rem;}
::selection {color:#fff; background-color: #cd2729;} ::-moz-selection {color:#fff; background-color: #cd2729;}
html::-webkit-scrollbar{width:5px;height:5px;background-color:#fff;} 
html::-webkit-scrollbar-track{border-radius:0;background-color:#fff;}
html::-webkit-scrollbar-thumb{border-radius:50px;width:5px;height:5px;background-color:#cd2729;}
.noselect{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;}
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none; }
textarea { -webkit-appearance: none;}

/*自定义常用配制*/
.l { float:left; }.r { float:right; }
.w { width:100%; }.h { height: 100%; }.full{ width: 100%; height: 100%;}
.cer,.cer0,.cer1,.cer2,.cer3{ max-width:1200px; margin:0 auto;}
.cer1{ padding: 0 10px;}
.cer2{ padding: 0 20px;}
.cer3{ padding: 0 30px;}
.cer{ padding: 0 5%;}
.cer5{ max-width: 1600px; margin:0 auto;}
.cer6{ max-width: 1600px; margin:0 auto; padding: 0 10px;}
.cer7{ max-width: 1600px; margin:0 auto; padding: 0 20px;}
.cer8{ max-width: 1600px; margin:0 auto; padding: 0 30px;}
.cer9{ padding: 0 6.25%;}
@media screen and (max-width:1200px){
	.cer9{ padding: 0 5%;}
}
@media screen and (max-width:600px){
	.cer3,.cer8{ padding: 0 1%;}
}
.b { font-weight:bold } .n{ font-weight: normal;}
.tc { text-align:center }.tr { text-align:right }.tl { text-align:left }
.posr { position:relative }
.maxw{ max-width: 100%;}.divpicw img{ max-width: 100%;}
.ikong{ display: inline-block; width: 14px;}
.vam{ display: inline-block; width: 0; height: 100%; vertical-align: middle;}
.h10{ width: 100%; height: 10px;}.h20{ width: 100%; height: 20px;}.h30{ width: 100%; height: 30px;}
.h40{ width: 100%; height: 40px;}.h50{ width: 100%; height: 50px;}.h60{ width: 100%; height: 60px;}
.h70{ width: 100%; height: 70px;}.h80{ width: 100%; height: 80px;}.h90{ width: 100%; height: 90px;}
.h100{ width: 100%; height: 100px;}.h110{ width: 100%; height: 110px;}.h120{ width: 100%; height: 120px;}
.disn { display:none }.disb { display:block }.dib{display: inline-block;}.vh{ visibility: hidden;}
.ov { overflow:hidden }.cup { cursor:pointer }
.clearfloat { clear:both; height:0; font-size: 0px; line-height: 0px; overflow:hidden; visibility:hidden; }
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; font-size:0; }
.clearfix { *zoom:1;}
.op70 { filter:alpha(opacity=70); opacity:0.7;}

a.aftl{position: relative;}
a.aftl::after{ left:100%; position: absolute; bottom: 0; content: " "; width: 0; 
   border-bottom: 1px solid #fff; -webkit-transition: .3s; transition: .3s;}
a.aftl:hover::after{ width: 100%; left:0; transition: width 0.3s; -webkit-transition: width 0.3s;}

::-webkit-input-placeholder{ color:#888;}
::-moz-placeholder{ color:#888;}
::-moz-placeholder{ color:#888;}
::-ms-input-placeholder{ color:#888;}


@font-face {
	font-family: "DINENGSCHRIFTSTD";
	src: url("../css/font/DINENGSCHRIFTSTD.woff2") format("woff2"),
	url("../css/font/DINENGSCHRIFTSTD.woff") format("woff"),
	url("../css/font/DINENGSCHRIFTSTD.ttf") format("truetype"),
	url("../css/font/DINENGSCHRIFTSTD.eot") format("embedded-opentype"),
	url("../css/font/DINENGSCHRIFTSTD.svg") format("svg");
}
.fontDIN {font-family: "DINENGSCHRIFTSTD";}
i,em{font-style: normal;}

.ibbg {-webkit-animation: pagebgfd 6s linear infinite alternate;animation: pagebgfd 6s linear infinite alternate;}
@-webkit-keyframes pagebgfd {
0% {opacity: 1;-webkit-transform: scale(1.1, 1.1);transform: scale(1.1, 1.1);}
100% {opacity: 1;-webkit-transform: scale(1, 1);transform: scale(1, 1);}
}
@keyframes pagebgfd {
0% {opacity: 1;-webkit-transform: scale(1.1, 1.1);transform: scale(1.1, 1.1);}
100% {opacity: 1;-webkit-transform: scale(1, 1);transform: scale(1, 1);}
}


/*font-style*/
.t12{ font-size: 12px;}.t14{ font-size: 14px;}.t16{ font-size: 16px;}.t18{ font-size: 18px;}.t20{ font-size: 20px;}
.t22{ font-size: 22px;}.t24{ font-size: 24px;}.t26{ font-size: 26px;}.t28{ font-size: 28px;}
.t30{ font-size: 30px;}.t32{ font-size: 32px;}.t34{ font-size:34px;}.t36{ font-size: 36px;}
.ti1 { text-indent:1em;}.ti2 { text-indent:2em; }.ti3 { text-indent:3em; }
.lh1{ line-height: 1em;}.lh1-5{ line-height: 1.5em;}.lh30{ line-height: 30px;}
.lh2{ line-height: 2em;}.lh2-5{ line-height: 2.5em;}.lh3{ line-height: 3em;}
.fontya { font-family:Microsoft YaHei,'微软雅黑';}.fontsong { font-family:simsun,'宋体';}
.ell { overflow: hidden; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis;}
.ttc { text-transform:capitalize; }.ttl { text-transform:lowercase; }.ttu { text-transform:uppercase;}
.c3 { color:#333 }.c6 { color:#666 }.c9 { color:#999 }.ca{ color: #aaa;} .cf{ color: #fff;}
.ora{ color: #f70;}.red{ color: #f00;} .blue{ color: #1373c0;}.c4{color: #444;}.c8{color: #888;}
.yel{ color: #ffa800;}.lblue{ color: #bfdefb;}.green{ color: #3c2;}
.picw img,.pagecon img{ max-width: 100%;}
.limitwh,.limited{ max-width: 100%; max-height: 100%;}
.limitwh2{ max-width: 90%; max-height: 90%;}
.pagecon div,.pagecon p,.pagecon span{ font-size: 26px!important; line-height: 36px!important;}

.bsb{ box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.yj4{ -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius:4px;}
.yj2{ -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius:2px;}
.shadow6{ box-shadow: 0 0px 6px 0  #d9d9d9;}
.guodu{ transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; 
	-webkit-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s;}
.guodu2{ transition: 0.3s; -moz-transition: 0.3s; -webkit-transition: 0.3s; -o-transition: 0.3s;}
.poa,.poa1{ position: absolute; width: 100%; height: 100%; left: 0; top:0; z-index: 1;}
.poa2{ position: absolute; width: 100%; height: 100%; right: 0; top:0; z-index: 1;}
.poa3{ position: absolute; width: 100%; height: 100%; left: 0; bottom:0; z-index: 1;}
.poa4{ position: absolute; width: 100%; height: 100%; right: 0; bottom:0; z-index: 1;}
.rotate90{-moz-transform: rotate(90deg); -webkit-transform: rotate(90deg); -o-transform: rotate(90deg); 
	-ms-transform: rotate(90deg); transform: rotate(90deg);}

.pic101,.pic102,.pic104{ overflow: hidden;}
.pic102 img,.pic104 img,.pic101 img{ -webkit-transition: 0.5s; -moz-transition: 0.5s;	-ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s;}
li:hover .pic101 img{ -webkit-transform: scale(1.01); -moz-transform: scale(1.01);    -ms-transform: scale(1.01);  -o-transform: scale(1.01); transform: scale(1.01);}
li:hover .pic102 img{ -webkit-transform: scale(1.02); -moz-transform: scale(1.02);    -ms-transform: scale(1.02);  -o-transform: scale(1.02); transform: scale(1.02);}
li:hover .pic104 img{ -webkit-transform: scale(1.04); -moz-transform: scale(1.04);	-ms-transform: scale(1.04);  -o-transform: scale(1.04); transform: scale(1.04);}
	@media screen and (max-width:380px) {}
 
img.scale104{ -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; transition:  .5s;}
img.scale104:hover{ -webkit-transform: scale(1.04); -moz-transform: scale(1.04);    -ms-transform: scale(1.04);  -o-transform: scale(1.04); transform: scale(1.04);}
.btn{ padding: 0; cursor: pointer; text-align: center; border: none; color:#fff;	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius:4px; 	transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; 
	-webkit-transition: 0.3s; -o-transition: 0.3s;}
.btn2{ padding: 0; cursor: pointer; text-align: center; border: none;  	transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; 	-webkit-transition: 0.3s; -o-transition: 0.3s;}
img.tw{ position: relative; margin-top: -3px;}


 
 


div.pageList{ padding: 0 30px; text-align: center;}
div.pageList ul.l{ display: none;}
div.pageList ul{ font-size: 0;}
div.pageList ul li { display: inline-block; height: 40px;}
div.pageList ul li a{ display: inline-block; font-size: 14px; color: #666; line-height: 38px; height: 38px; 	width: 38px; margin: 0 7px; border: 1px solid #dfdfdf; background-color: #fff; 	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius:50%;}

div.pageList ul li:hover a{ border-color: #1373c0; color: #1373c0;}
div.pageList ul li a.selected{ background-color: #1373c0; border-color: #1373c0; color: #fff;}
div.pageList a.first{ background: url('../images/k1.png') center no-repeat;}
div.pageList a.prev{ background: url('../images/k2.png') center no-repeat;}
div.pageList a.next{ background: url('../images/k3.png') center no-repeat;}
div.pageList a.last{ background: url('../images/k4.png') center no-repeat;}

div.pageList a.first:hover{ background-color: #1373c0; background-image: url('../images/k1h.png');}
div.pageList a.prev:hover{ background-color: #1373c0; background-image: url('../images/k2h.png');}
div.pageList a.next:hover{ background-color: #1373c0; background-image: url('../images/k3h.png');}
div.pageList a.last:hover{ background-color: #1373c0; background-image: url('../images/k4h.png');}



.listbtnout{ padding: 0; display: none;}
.listmore{ display: block; width: 260px; height: 50px; margin: 0 auto; position: relative; overflow: hidden;	background-color: #fff; font-size: 18px; color: #1373c0; line-height: 50px; text-align: center;
	-moz-border-radius: 25px; -webkit-border-radius: 25px; border-radius:25px; border: 1px solid #1373c0;}
.listmore span{ position: relative; z-index: 2;}
.btn-circle-hover{ position: absolute; z-index: 0; pointer-events: none; border-radius: 50%; 	background-color: rgba(30,180,184,0.3); transform: translate(-50%, -50%);
	width: 0; height: 0; opacity: 0; transition: width .8s, height .8s, opacity .8s;}
@media screen and (max-width:750px){
	div.pageList{ display: none;}
	.listbtnout{ display: block;}
}


/* 下面是前/后按钮代码 */


.newban .flex-direction-nav a{ width:48px;height:48px; display:block; font-size: 0; cursor: pointer;	position:absolute; top: 50%; z-index: 4; border-radius: 50%; margin-top: -24px;	background-position: center; background-repeat: no-repeat;}
.newban .flex-direction-nav a.flex-prev{ left:10px; background-image: url('../images/lt1.png');}
.newban .flex-direction-nav a.flex-next{ right:10px;background-image: url('../images/gt1.png');}
.newban .flex-direction-nav a:hover{ background-color: rgba(0,0,0,0.2);}

.newban .flex-control-paging{ font-size: 0; position: absolute; bottom: 82px; left:50%; z-index: 3; margin-left: -800px;}
.newban .flex-control-paging li{display: inline-block; *display:inline; *zoom:1; overflow:hidden; width: 20px;}
.newban .flex-control-paging li+li{ margin-left: 20px;}
.newban .flex-control-paging li a{ width:100%; height:24px; padding-top: 28px; display: block; cursor:pointer;	font-size: 16px; color: rgba(255,255,255,0.35); line-height: 24px; position: relative;	transition: color 0.3s; -webkit-transition: color 0.3s;}
.newban .flex-control-paging li.ac a{ color: #fff;}

.newban .flex-control-paging li a:before{ content: ''; position: absolute; left: 50%; top:0; z-index: 1;	width: 2px; height: 0; background-color: #fff; margin-left: -1px;}
.newban .flex-control-paging li.ac a:before{ height: 22px; -webkit-transition: 0.3s;  transition: 0.3s;}

.telbanner{display: none;}
.newban{ position:relative; width: 100%; padding-bottom: 50%; height: 0; overflow: hidden; z-index: 1;}

.flexslider{ position: absolute; width: 100%; height: 100%; z-index: 1; left: 0; top:0;}
.flexslider .flex-viewport{ height: 100%;}
.flexslider .slides{ overflow: hidden; height: 100%; font-size: 0;}
.flexslider .slides li{ height: 100%; display: none; -webkit-backface-visibility:hidden; position: relative; overflow: hidden;}
.flexslider .slides li .wrap{ display: block; width: 100%; height: 100%; position: relative; overflow: hidden;}
.flexslider .slides .wrap>img{ width: 100%; height: 100%; object-fit:cover; object-position: center;}
.vd{ position: absolute; top:0; left:0; width: 100%; height: 100%; z-index: 0;	background-color: #000; object-fit:cover;}



.btt3{ position: absolute; top:50%; left:166px; width: 341px; height: 300px; z-index: 1; display: none;	background: url('../images/btt1.png') center no-repeat; margin-top: -130px;}
.btt4{ position: absolute; top:50%; left:528px; width: 290px; height: 109px; z-index: 2; display: none;	background: url('../images/btt2.png') center no-repeat; margin-top: 43px;}


.btt1{ position: absolute; top:45%; left:20%; z-index: 1; margin-top: -100px; margin-left: -10%;}
.btt2{ position: absolute; top:50%; right:10%;z-index: 1;margin-top: -120px; margin-left: -5%; color: #fff;}
.btt2 img{width: 100%;}
.btt2 h4{ font-size: 56px; line-height: 76px;}
.btt2 h4 em{ display: block;}
.btt2 .hx{ max-width: 710px; height: 1px; margin: 28px 0 46px; background-color: #fff;}
.btt2 h5{ font-size: 22px; line-height: 44px; letter-spacing: 6px;}

.btt2 .banbtn{ display: block; width: 164px; height: 54px; overflow: hidden; position: relative;	font-size: 16px; color: #fff; line-height: 54px; text-align: center; border-radius: 27px;
	background-image: linear-gradient( to top, #f5b301, #ffd94a); margin-top: 42px;}
.btt2 .banbtn span{ position: relative; z-index: 2; display: inline-block; padding-right: 40px;	background: url('../images/jtr1.png') right no-repeat; letter-spacing: 2px;}
.btt2 .banbtn:hover{ box-shadow: 0 0 10px 0 #ffd94a;} 

.newban .homeBanner_bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1; background: #000;}
.newban .homeBanner_bg>img{width:100%;height:100%;object-fit:cover;}
.newban #video_open{width:100%;height:100%;}
.newban .homeBanner_bg video{opacity: 0.65;}



@media screen and (max-width:1640px){
	.btt1{ left: 5%; max-width: 90%; margin-left: 0;}
	.newban .flex-control-paging{ left: 5%; margin-left: 0;}
}
@media screen and (max-width:1300px){
	.btt1 .cn{ font-size: 40px;}
	.newban .flex-control-paging{ bottom: 40px;}
}
@media screen and (max-width:1024px){
	.newban{ padding-bottom: 0; height: 500px;}
	.btt1{ margin-top: -100px;}
	.btt1 .cn{ font-size: 30px; line-height: 40px;}
}
@media screen and (max-width:750px){
	.btt1,.btt2{ width: 100%; text-align: center;margin: 0 auto; left: 0;}
	.btt1 img,.btt2 img{width: 100%;}
	.btt1 .en{ margin: 24px 0;}
	.btt1 .cn2{ font-size: 20px; line-height: 30px; letter-spacing: 1px;}
	.btt1:before{ left:50%; margin-left: -90px;}
/*	.newban{ height: 0!important; padding-bottom: 50%;}
	.flexslider{ position: absolute;}
	.btt1,.btt2,.btt3{ display: none;} */
}
@media screen and (max-width:1024px){
	.newban{}
	.btt1, .btt2{top:26%}
}


.btt1,.btt2,.btt3,.btt21,.btt31{ transition-duration: 1.2s; -moz-transition-duration: 1.2s;	 -webkit-transition-duration: 1.2s; -o-transition-duration: 1.2s;}
.btt12{ position: absolute; top:50%; left:50%; width: 560px; height: 50px; z-index: 1;  margin-left: -250px;;	text-align: center; font-size: 18px; color: #fff; line-height: 50px; margin-top: -35px;
	background-color: #016b45; -moz-border-radius: 25px; -webkit-border-radius: 25px; border-radius:25px;}
.btt32{ position: absolute; top:50%; left:50%; width: 1112px; height: 41px; z-index: 1;	background: url('../images/btt32.png') center no-repeat; margin-left: -556px; margin-top: -70px;}

.find-1{ -webkit-transform:translateY(60px); -moz-transform:translateY(60px); opacity: 0;    -o-transform:translateY(60px); -ms-transform:translateY(60px); transform:translateY(60px);}
.finu-1{ -webkit-transform:translateY(-60px); -moz-transform:translateY(-60px); opacity: 0;    -o-transform:translateY(-60px); -ms-transform:translateY(-60px); transform:translateY(-60px);}
.finl-1{ -webkit-transform:translateX(-60px); -moz-transform:translateX(-60px); opacity: 0;    -o-transform:translateX(-60px); -ms-transform:translateX(-60px); transform:translateX(-60px);}
.finr-1{ -webkit-transform:translateX(60px); -moz-transform:translateX(60px); opacity: 0;    -o-transform:translateX(60px); -ms-transform:translateX(60px); transform:translateX(60px);}
.scl01-1{ -webkit-transform:scale(0.1, 0.1); -o-transform:scale(0.1, 0.1); transform:scale(0.1, 0.1);  -moz-transform:scale(0.1, 0.1); -ms-transform:scale(0.1, 0.1); opacity: 0;}
.scl05-1{ -webkit-transform:scale(0.5, 0.5); -o-transform:scale(0.5, 0.5); transform:scale(0.5, 0.5);  -moz-transform:scale(0.5, 0.5); -ms-transform:scale(0.5, 0.5); opacity: 0;}
.scl09-1{ -webkit-transform:scale(0.8, 0.8); -o-transform:scale(0.8, 0.8); transform:scale(0.8, 0.8);  -moz-transform:scale(0.8, 0.8); -ms-transform:scale(0.8, 0.8); opacity: 0;}
.findsc05-1{ -webkit-transform:translateY(60px) scale(0.5, 0.5); -moz-transform:translateY(60px) scale(0.5, 0.5);    -o-transform:translateY(60px) scale(0.5, 0.5); -ms-transform:translateY(60px) scale(0.5, 0.5);    transform:translateY(60px) scale(0.5, 0.5); opacity: 0;}
.finusc05-1{ -webkit-transform:translateY(-60px) scale(0.5, 0.5); -moz-transform:translateY(-60px) scale(0.5, 0.5);    -o-transform:translateY(-60px) scale(0.5, 0.5); -ms-transform:translateY(-60px) scale(0.5, 0.5);    transform:translateY(-60px) scale(0.5, 0.5); opacity: 0;}
.finlsc05-1{ -webkit-transform:translateX(-60px) scale(0.5, 0.5); -moz-transform:translateX(-60px) scale(0.5, 0.5);    -o-transform:translateX(-60px) scale(0.5, 0.5); -ms-transform:translateX(-60px) scale(0.5, 0.5);    transform:translateX(-60px) scale(0.5, 0.5); opacity: 0;}
.finrsc05-1{ -webkit-transform:translateX(60px) scale(0.5, 0.5); -moz-transform:translateX(60px) scale(0.5, 0.5);    -o-transform:translateX(60px) scale(0.5, 0.5); -ms-transform:translateX(60px) scale(0.5, 0.5);    transform:translateX(60px) scale(0.5, 0.5); opacity: 0;}
.op05-1{ opacity: 0.5;}
.ac .finu-1, .ac .find-1{ -webkit-transform:translateY(0); -moz-transform:translateY(0); opacity: 1;    -o-transform:translateY(0); -ms-transform:translateY(0); transform:translateY(0);}
.ac .finl-1, .ac .finr-1{ -webkit-transform:translateX(0); -moz-transform:translateX(0); opacity: 1;    -o-transform:translateX(0); -ms-transform:translateX(0); transform:translateX(0);}
.ac .finusc05-1,.ac .findsc05-1{ -webkit-transform:translateY(0) scale(1, 1); -moz-transform:translateY(0) scale(1, 1);    -o-transform:translateY(0) scale(1, 1); -ms-transform:translateY(0) scale(1, 1);
    transform:translateY(0) scale(1, 1); opacity: 1;}
.ac .scl05-1,.ac .scl01-1,.ac .scl09-1{ -webkit-transform:scale(1, 1); -o-transform:scale(1, 1); transform:scale(1, 1);  -moz-transform:scale(1, 1); -ms-transform:scale(1, 1); opacity: 1;}
.ac .finrsc05-1, .ac .finlsc05-1{ -webkit-transform:translateX(0) scale(1, 1); -moz-transform:translateX(0) scale(1, 1);    -o-transform:translateX(0) scale(1, 1); -ms-transform:translateX(0) scale(1, 1);
    transform:translateX(0) scale(1, 1); opacity: 1;}
.ac .op05-1{ opacity: 1;}


.bantxt2{ position: absolute; bottom: 96px; left: 0; width: 100px; height: 30px; z-index: 2; display: none;	color: #fff; line-height: 30px; font-size: 0; text-align: center; font-family: "Helvetica";}
.bantxt2 *{ display: inline-block; vertical-align: middle;}
.bantxt2 span{ font-size: 16px;}
.bantxt2 i{ font-size: 16px; font-style: normal; margin: 0 4px 0 2px;}






html,body{ height: 100%;}
.all{ width: 100%;min-height: 100%;  position: relative;}
.allfirst{ height: 100%;}



/* 头部 */
.tel_nav{display: none;}
.head{ width: 100%; height: 90px; line-height: 90px; position: fixed; z-index: 60; top:0;	background-color: transparent; -webkit-transition: height 0.4s,opacity 0.4s; transition: height 0.4s,opacity 0.4s;border-bottom:1px solid transparent; border-color: rgba(255, 255, 255, 0.3);}
.head>.cer5{ position: relative; z-index: 7; height: 100%; border-bottom: 1px solid rgba(255,255,255,0.15);}
.head .logo{ height: 100%; font-size: 0; position: absolute; left: 3%; top:0; z-index: 1;}
.head .logo img{ max-height: 100%;}
.headshadow{ width: 100%; height: 90px; display: none; box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);}

.head.mini{ height: 70px; line-height: 70px; background-color: rgba(214,24,25,0.9);}
.head.disappear{ opacity: 0;}
@media screen and (max-width:640px){
	.head{ height: 55px; line-height: 55px;position: relative;background: #cd2729;}
}


.headright{ position: absolute; right: 3%; top:0; height: 100%; z-index: 4;	font-size: 0; text-align: center;}
.headright a{ display: inline-block; vertical-align: top; height: 100%;}
.headright a.glass{ width: 280px; background: url('../images/tel.png')  no-repeat left center;}
.headright a.glass em{font-size: 29px; padding-left: 15px;font-style: normal; color: #fff;    font-family: 'Source Han Serif CN' }
.headright a.glass.on{ -webkit-transform:rotate(360deg); transform:rotate(360deg);}
@media screen and (max-width:1400px){
	.head .logo img{ max-height: 60%;}	

}
@media screen and (max-width:1280px){
	.head .logo img{ max-height: 60%;}
	.headright a.glass{ width: 200px; }
.headright a.glass em{font-size: 23px;  }
}


@media screen and (max-width:750px){
	.head .logo img{ max-height: 90%;}
	.headright a.glass{display: none;}
}


.nav{ position: absolute; right:24%; top:0; z-index: 3; height: 100%;}
.nav>li{ float: left; height: 100%; position: relative; z-index: 1;}
.nav>li>a{ display: block; padding: 0 30px; height: 100%; position: relative;	font-size: 18px;font-weight: bold; color: #fff; text-align: center;}
.nav>li:hover>a,.nav>li.on>a{ }
.nav>li>a:after{ left:50%; position: absolute; bottom: -1px; content: " "; width:0; margin-left: 0;   border-bottom: 1px solid #4c167d; -webkit-transition: .3s; transition: .3s; display: none;}
.nav>li:hover>a:after,.nav>li.on>a:after{ width: 80px; margin-left: -40px;}
.nav>li>a i{ position: absolute; left: 50%; top: 37%; z-index: 0; width: 30px; height: 26px; 	background: url('../images/leaf.png') center no-repeat; margin-left: -15px; margin-top: -36px;	opacity: 0; -webkit-transition: .3s; transition: .3s;}
.nav>li:hover>a i,.nav>li.on>a i{ opacity: 1; margin-top: -26px;}

@media screen and (max-width:1660px){
	.head .logo{ left:20px;}
	.headright{ right: 20px;}
	.nav{ }
}
@media screen and (max-width:1440px){
	.nav{right: 23%;}
	.nav>li>a{ padding: 0 20px;}
}
@media screen and (max-width:1280px){
	.nav{right: 22%;}
	.nav>li>a{ padding: 0 15px;}
	.nav>li:first-child{display: none;}
	.nav>li>a:before{display: none;}
}
@media screen and (max-width:1100px){
	.nav>li>a{ padding: 0 10px;}
}

dl.navtwo{ min-width: 120px; width: auto; display: none; position: absolute; top: 110%; left:50%; z-index: 1; padding-top: 15px;	-webkit-transition: top 0.3s; -moz-transition: top 0.3s; -ms-transition: top 0.3s; 
	-o-transition: top 0.3s; transition: top 0.3s; 	-webkit-transform: translate(-50%, 0); transform: translate(-50%, 0);}
dl.navtwo.on{ top:90%;}
dl.navtwo .inner{ width: 100%; background-color: rgba(255,255,255,1); padding: 13px 0;	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius:4px;	box-shadow: 0 0 7px 2px rgba(0,0,0,0.2);}
dl.navtwo:after{ position: absolute; left:50%; top: 0; margin-left: -11px; content: " "; width: 23px;     background: url('../images/sju1.png') center no-repeat; height: 15px; z-index: 1;}
dl.navtwo dd{ height: 36px; line-height: 36px; text-align: center;}
dl.navtwo dd>a{ display: block; height: 100%; font-size: 14px; color: #666; white-space: nowrap;	padding: 0 20px; overflow: hidden; background-color: #fff;}
dl.navtwo dd:hover>a{ color: #fff; background-color: #ef7c00;}
dl.navtwo dd>a:after{ left:100%; position: absolute; bottom: 0; content: " "; width: 0; display: none;   border-bottom: 1px solid #da251d; -webkit-transition: .3s; transition: .3s;}
dl.navtwo dd>a:hover:after{ width: 100%; left:0; transition: width 0.3s; -webkit-transition: width 0.3s;}

.navvtwo{ width: 100%; box-shadow: 0 0 10px 0 rgba(0,0,0,0.2) inset; border-radius: 0 0 60px 60px;	position: fixed; top:100px; left:0; max-height: calc(100% - 100px); z-index: 110; display: none;	background: url('../images/navbg.jpg') center/cover no-repeat;}
.navvtwo .inner{ max-width: 1600px; margin: 0 auto; padding: 28px 30px 46px;	display:flex; flex-direction:row; flex-wrap:wrap; justify-content:flex-start; align-items:flex-start;}
.navvtwo dl{ display: inline-block; width: 20%; padding: 20px 0;}
.navvtwo dt{ overflow: hidden; margin-bottom: 10px;}
.navvtwo dt a{ display: block; font-size: 16px; color: #ef7c00; line-height: 36px; height: 36px; font-weight: bold;}
.navvtwo dl:hover dt a{ text-decoration: underline;}

.navthree{ width: 100%;}
.navthree li{ width: 100%; padding: 5px 0; line-height: 26px;}
.navthree li{ color: #38bab1; font-size: 16px;}
.navthree li a{ display: inline-block; font-size: 14px; color: #35434f;
	padding: 0 10px; margin-left: -10px; overflow: hidden; vertical-align: top;}
.navthree li:hover a[href]{ color: #fff; background-color: #ef7c00;}


.head.mini .navvtwo{ top:70px;}
@media screen and (max-width:1023px){
	.navvtwo{ display: none;}
}
@media screen and (max-width:640px){
	.navvtwo{ top:70px; max-height: calc(100% - 70px);}
}
@media screen and (max-height:700px){
	.head{ height: 70px; line-height: 70px;}
	.navvtwo{ top:70px; max-height: calc(100% - 70px);}

	.navvtwo .inner{ padding: 20px 30px;}
	.navvtwo dt a{ line-height: 26px; height: 26px;}
	.navthree li{ padding: 2px 0;}
	
}


/* 手机导航 */
.navsjout{ width: 100%; opacity: 0; overflow: auto; position: fixed; top:0; bottom: 0; left:-100%; z-index: 55;	-moz-transition: 0.4s; -ms-transition: 0.4s; -webkit-transition: 0.4s;	-o-transition: 0.4s; transition: 0.4s; background-color: #333;}
.navsjout.on{ opacity: 1; left:0;}

.navsj{ width: 100%; -webkit-overflow-scrolling : touch; background-color: #333;	position: absolute; top:100px; left:0;}
.navsj>li{ position: relative;}
.navsj>li>a{ display: block; height: 80px; text-align: center; line-height: 80px; 	font-size: 18px; color: #fff; position: relative;}
.navsj>li>a:after{ content: ''; position: absolute; left: 30px; right:30px; bottom:0; z-index: 0;	height: 1px; background-color: #666;}
.navsjtwo{ width: 100%; overflow: hidden; display: none; padding: 10px 0; background-color: #f1f1f1;}
.navsjtwo>li{ width: 100%; border-bottom: 1px solid #fff;}
.navsjtwo>li>a{ display: block; line-height: 70px; font-size: 16px; color: #432a23;	position: relative; z-index: 1; background-color: #ada; text-align: center;	background: url('../images/nav-jtr1.png') 80% center no-repeat;}
.navsj li i{ position: absolute; right: 13%; top:0; z-index: 1; width: 80px; height: 80px;	display: block; cursor: pointer; background: url('../images/nav-jtd1.png') center no-repeat;}
.navsj li.on i{-moz-transform: rotate(180deg); -webkit-transform: rotate(180deg); -o-transform: rotate(180deg); 	-ms-transform: rotate(180deg); transform: rotate(180deg);}
.navsj,.navsj li i{ -moz-transition: 0.3s; -ms-transition: 0.3s;	-webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s;}
#close { position: fixed; left: 0; top: 0; width: 100%;bottom: 0; z-index: 9; display: none; 	background-color: rgba(0,0,0,0.6); cursor: pointer;}
.navbtn{position: absolute; right:0; top:0; z-index: 20; width: 100px; height: 100%; display: none;	-moz-transition: 0.4s; -ms-transition: 0.4s; -webkit-transition: 0.4s;	-o-transition: 0.4s; transition: 0.4s;}
.navbtn s{ position: absolute; left: 25%; display: block; width: 50%; height:3%; background-color: #fff;	-moz-transition: 0.3s; -ms-transition: 0.3s; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s;	-moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius:2px;}
.navbtn>s:nth-child(1){top: 32%;}
.navbtn>s:nth-child(2){top: 48%; width: 40%; transform: rotate(0deg) scale(1,1);}
.navbtn>s:nth-child(3){top: 64%;}
.navbtn.on s:nth-child(1){ top:48%; -webkit-transform: rotate(-225deg); transform: rotate(-225deg);}
.navbtn.on s:nth-child(2) { transform: rotate(-180deg) scale(0,1);}
.navbtn.on s:nth-child(3) { top:48%; -webkit-transform: rotate(225deg); transform: rotate(225deg);}
@media screen and (min-width:1024px){
	.navsjout{ display: none;}
}
@media screen and (max-width:1023px){
	.nav{ display: none;}
	.navbtn{ display: block;}
	.navsjout{ display: block;}
	.headright{ right: 100px;}
}
@media screen and (max-width:750px){
	.navbtn{ width:50px; right: 0;}
	.headright{ right: 65px;}
}


/*展开导航*/
.head_menu {width: 100%;height: 100%;position: fixed;left: 0;top: 0;z-index: 60;overflow: hidden;background-color: #dd3b4b;clip: rect(0 0 100vh 0);-webkit-transition: clip 1s cubic-bezier(0.66, 0, 0.33, 1);
transition: clip 1s cubic-bezier(0.66, 0, 0.33, 1);}
.head_menu.on {clip: rect(0 100vw 100vh 0);}
.head_menu .inner {width: 100vw;height: 100vh;position: absolute;left: 0;top: 0;z-index: 1;background: #d61819 url('../images/loadbg.jpg') center no-repeat}
.head_menu .menuleft {width: auto;height: 100%;position: absolute;left: 18.2%;top: 0;z-index: 2;display: -webkit-box;display: -ms-flexbox;display: flex;}
.head_menu ul {font-size: 0;margin: auto 0;}
.menubg {position: absolute;right: 0;top: 0;z-index: 0;width: 50%;height: 100%;background-color: #fff;}
.menubg .fig {position: absolute;top: 0;left: 0;z-index: 1;width: 100%;height: 100%;overflow: hidden;}
.menubg .fig img {position: absolute;top: 0;width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;opacity: 0;-webkit-transform: scale(1.3);transform: scale(1.3);-webkit-transition: 1s 0s;transition: 1s 0s;}
.menubg .fig.on img {-webkit-transform: scale(1);transform: scale(1);opacity: 1;-webkit-transition: 1s 0.1s;transition: 1s 0.1s;}
.head_menu ul li {width: 100%;position: relative;margin-bottom: 26px;font-family: 'Source Han Serif CN';}
.head_menu ul li:before {content: '';position: absolute;left: -90px;top: 0;z-index: 0;opacity: 0;width: 100px;height: 44px;background: url('../images/ruyi.png') center no-repeat;-webkit-transition: .5s;
transition: .5s;}
.head_menu ul li.on:before {opacity: 1;left: -126px;}
.head_menu ul .cn {height: 44px;font-size: 28px;color: rgba(255, 255, 255, 0.6);line-height: 44px;}
.head_menu ul .cn a {color: rgba(255, 255, 255, 0.6);letter-spacing: 3px;}
.head_menu ul li.on .cn a {color: #fce5d5;font-weight: bold;}
.head_menu ul dd {width: 100%;font-size: 18px;color: #fce5d5;line-height: 34px;display: none;}
.head_menu ul dd a {position: relative;color: #fce5d5;letter-spacing: 2px;}
.head_menu ul dd s {margin: 0 15px;}
.head_menu a.close {position: absolute;right: 40px;top: 20px;width: 42px;height: 42px;z-index: 10;background: #fce5d5 url('../images/cha.png') center no-repeat;cursor: pointer;border-radius: 50%;-webkit-transition: .5s;
transition: .5s;}
.head_menu a.close:hover {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
.head_menu dd a:after {left: 100%;position: absolute;bottom: -1px;content: " ";width: 0;border-bottom: 1px solid #fce5d5;-webkit-transition: .3s;transition: .3s;}
.head_menu dd a:hover:after {width: 100%;left: 0;transition: width 0.3s;-webkit-transition: width 0.3s;}
@media screen and (max-width: 1200px) {
.head_menu ul .cn {font-size: 22px;}
}
@media screen and (max-width: 1100px) {
.menubg {width: 40%;}
}
@media screen and (max-width: 900px) {
.menubg {display: none;}
}
@media screen and (max-width: 680px) {
.head_menu .menuleft {left: 24%;}
}
@media screen and (max-width: 540px) {
.head_menu .menuleft {left: 16%;}
}

.burger {position: fixed;z-index: 90;left: 0;width: 50px;height: 230px;outline: 0;top: 50%;right: 0;margin-top: -115px;cursor: pointer;-webkit-transition: left .4s ease;transition: left .4s ease;}
.burger__icon {width: 18px;height: 12px;position: absolute;left: 50%;top: 50%;margin: -4px 0 0 -12px;-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.3, 1.83, 0.49, 0.88);transition: -webkit-transform 0.4s cubic-bezier(0.3, 1.83, 0.49, 0.88);
transition: transform 0.4s cubic-bezier(0.3, 1.83, 0.49, 0.88);transition: transform 0.4s cubic-bezier(0.3, 1.83, 0.49, 0.88), -webkit-transform 0.4s cubic-bezier(0.3, 1.83, 0.49, 0.88);pointer-events: none;}
.burger:hover .burger__icon {-webkit-transform: translateX(5px);transform: translateX(5px);}
.burger__icon:after,.burger__icon:before {content: '';display: block;width: 18px;height: 2px;background: #dd3b4b;position: absolute;left: 0;-webkit-transform: rotate(0);transform: rotate(0);-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.75, -0.5, 0.25, 1.5);
transition: -webkit-transform 0.6s cubic-bezier(0.75, -0.5, 0.25, 1.5);transition: transform 0.6s cubic-bezier(0.75, -0.5, 0.25, 1.5);transition: transform 0.6s cubic-bezier(0.75, -0.5, 0.25, 1.5), -webkit-transform 0.6s cubic-bezier(0.75, -0.5, 0.25, 1.5);
}
.burger__icon i {display: block;width: 18px;height: 2px;background: #dd3b4b;position: absolute;top: 5px;left: 0;-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.75, -0.5, 0.25, 1.5);transition: -webkit-transform 0.6s cubic-bezier(0.75, -0.5, 0.25, 1.5);
transition: transform 0.6s cubic-bezier(0.75, -0.5, 0.25, 1.5);transition: transform 0.6s cubic-bezier(0.75, -0.5, 0.25, 1.5), -webkit-transform 0.6s cubic-bezier(0.75, -0.5, 0.25, 1.5);}
.burger__icon:before {top: 0px;}
.burger__icon:after {top: 10px;}
.burger.on .burger__icon:before {-webkit-transform: translateY(5px) rotate(45deg);transform: translateY(5px) rotate(45deg);}
.burger.on .burger__icon:after {-webkit-transform: translateY(-5px) rotate(135deg);transform: translateY(-5px) rotate(135deg);}
.burger.on .burger__icon i {-webkit-transform: scale(0) rotate(90deg);transform: scale(0) rotate(90deg);}
.burger__drop {width: 126px;height: 380px;position: absolute;left: 0;top: 50%;z-index: 0;margin-top: -158px;-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.3, 1.83, 0.49, 0.88);transition: -webkit-transform 0.4s cubic-bezier(0.3, 1.83, 0.49, 0.88);
transition: transform 0.4s cubic-bezier(0.3, 1.83, 0.49, 0.88);transition: transform 0.4s cubic-bezier(0.3, 1.83, 0.49, 0.88), -webkit-transform 0.4s cubic-bezier(0.3, 1.83, 0.49, 0.88);background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTE2IiBoZWlnaHQ9IjM3NSIgdmlld0JveD0iMCAwIDExNiAzNzUiPg0KPGRlZnM+DQogICAgPHN0eWxlPg0KICAgICAgLmNscy0xIHsNCiAgICAgICAgZmlsbDogI2ZmZjsNCiAgICAgICAgZmlsbC1ydWxlOiBldmVub2RkOw0KICAgICAgICBmaWx0ZXI6IHVybCgjZmlsdGVyKTsNCiAgICAgIH0NCiAgICA8L3N0eWxlPg0KICAgIDxmaWx0ZXIgaWQ9ImZpbHRlciIgeD0iLTY5IiB5PSIyOTIiIHdpZHRoPSIxODUiIGhlaWdodD0iMzc1IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiPg0KICAgICAgPGZlT2Zmc2V0IHJlc3VsdD0ib2Zmc2V0IiBkeT0iMzAiIGluPSJTb3VyY2VBbHBoYSIvPg0KICAgICAgPGZlR2F1c3NpYW5CbHVyIHJlc3VsdD0iYmx1ciIgc3RkRGV2aWF0aW9uPSIzMCIvPg0KICAgICAgPGZlRmxvb2QgcmVzdWx0PSJmbG9vZCIgZmxvb2Qtb3BhY2l0eT0iMC4yIi8+DQogICAgICA8ZmVDb21wb3NpdGUgcmVzdWx0PSJjb21wb3NpdGUiIG9wZXJhdG9yPSJpbiIgaW4yPSJibHVyIi8+DQogICAgICA8ZmVCbGVuZCByZXN1bHQ9ImJsZW5kIiBpbj0iU291cmNlR3JhcGhpYyIvPg0KICAgIDwvZmlsdGVyPg0KICA8L2RlZnM+DQogIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTAsMzMxLjYzVjU2Ni44ODNjMC01OC4xNTYsNDYtNzIuODc1LDQ2LTExNy42MjdDNDYsNDA2LjksMCwzODUuMDg1LDAsMzMxLjYzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAtMjkyKSIvPg0KPC9zdmc+DQo=) -5px 0 no-repeat;
background-size: 100% 100%;pointer-events: none;-webkit-transform-origin: left;transform-origin: left;}
.burger:hover .burger__drop {-webkit-transform: scale(1.25, 1);transform: scale(1.25, 1);}

.menutel {position: absolute;left: 0;bottom: 130px;z-index: 0;padding-left: 54px;height: 44px;font-family: 'Source Han Serif CN';color: #fff;}
.menutel:before {content: '';position: absolute;left: 0;top: 0;z-index: 0;border-radius: 50%;width: 44px;height: 100%;background: #333 url('../images/tel.png') center no-repeat;}
.menutel h3 {font-size: 14px;line-height: 18px;height: 18px;}
.menutel div {font-size: 28px;line-height: 26px;height: 26px;font-weight: bold;white-space: nowrap;}
.menutel div a {color: #fff;}
@media screen and (max-height: 700px) {
	.burger{display: none;}	
.menutel {bottom: 70px;}
.head_menu ul {position: relative;top: -40px;}
}
/*************footer******************/
.footer22{display: none;}
.footer2{display: none;}
footer { padding:3% 0;background:url(../images/end.jpg) repeat center top;  position: relative; color: #fff; overflow: hidden; }
footer .s_width{width: 85%; margin: 0 auto;}
footer  .footerTop { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;color: #fff; }
footer  .footerTop .topLeft {width: 80%;}
footer  .footerTop .topLeft .list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
footer  .footerTop .topLeft .list a {-webkit-transition: color .4s; transition: color .4s; color: #fff; padding: 0 3%;}
footer  .footerTop .topLeft .list a:nth-child(1){padding-left: 0;}
footer  .footerTop .topLeft .list a:hover { color: #008b3f; }
footer  .footerTop .topLeft .list span { height: 10px; width: .01rem; display: block; opacity: .3; background: #fff; margin: 0 .26rem; }
footer  .footerTop .topLeft p { opacity: .8; font-size: 15px; }
footer  .footerTop .topLeft p.p1 { margin: 5% 0 .1rem; }
footer  .footerTop .topLeft p span { padding-right: 2%; line-height: 35px;}
footer  .footerTop .topRight p { margin-top: .2rem; opacity: .4; text-align: center; }
footer  .footerTop .topRight img{width: 100px;}
footer  .footerBot { margin-top:3%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; border-top: 1px solid #707070; padding: 1% 0; }
footer  .footerBot p span { opacity: .8; font-size: 16px;}
footer  .footerBot p a { opacity: .8; -webkit-transition: color .4s; transition: color .4s;color: #fff; }
footer  .footerBot p a:hover { color: #fff; }

/*footer*/
.end{ height:65px; background:#cd2729 }
.end .s_width{ width:85%; margin: 0 auto;}
.end .end_l{ }
.end .end_l img{}
.end .end_l p{ font-size:16px; color:#fff; float:right; line-height:65px;}
.end .end_l p a{color: #fff; padding-left: 10px;}
.end .end_r{ padding-top:8px;}
.go_top{display: none;background-color:#0e82e7;width:34px;height:34px;text-align: center;border-radius:50%;position: fixed;right:15px;bottom:100px;z-index:99999999999;}
.go_top img{display: inline-block;margin-top:12px;width:16px;}


@media screen and (max-width:1440px){
	footer  .footerTop .topLeft .list a {padding: 0 2%;}
	.footer .f_wx{ width: 30%; padding:3% 0; }
	.footer .f_about{ padding:3% 0 0 0%;}
	.footer .f_pro{padding:3% 0 0 0%;}

}

@media (max-width:1280px){
	footer  .footerTop .topLeft .list a {padding: 0 1%;}
	.footer .s_width{ width:90%;}
	.footer .f_wx li{ width:100px;}
}

@media screen and (max-width:790px){
	footer ,.end{display: none;}
	.footer22{ width: 100%; height: 90px; background-color: #333; display: block;		position: fixed; z-index: 28; bottom:0; left:0;}
	.footshadow{ width: 100%; height: 90px; display: none;}
	.footfun{ padding: 0 10px; height: 100%; overflow: hidden;}
	.footfun li{ float: left; width: 25%; height: 100%; background-color: #333;		-webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s;}
	.footfun li:nth-child(odd){ background-color: #e80010}
	.footfun li a{ display: block; text-align: center; color: #fff; padding-top: 10px;}
	.footfun li a .pic{ height: 44px; line-height: 44px; font-size: 0;}
	.footfun li a img{ max-height: 40px;}
	.footfun li h3{ line-height: 26px;}
	.footer2{display: block;}
	.zxy-btmswt { padding: 0 0.26667rem; z-index: 50; position: fixed; bottom: 0; width: 100%; max-width: 750px; padding-bottom: constant(safe-area-inset-bottom); padding-bottom: env(safe-area-inset-bottom); height: 1.50667rem; overflow: hidden; }
.zxy-btmswt .zxybtm-fl { margin-right: 0.26667rem; background: linear-gradient(0deg, #333, #333); border-radius: 0.4rem 0.4rem 0px 0px; float: left; width: 3.94667rem; height: 100%; padding-top: 0.33333rem; }
.zxy-btmswt .zxybtm-fl a { display: block; background: url(../images/zxy-ej.png) no-repeat left 0.4rem center; background-size: 0.64rem; padding-left: 1.33333rem; cursor: pointer; }
.zxy-btmswt .zxybtm-fl a span { display: block; font-size: 0.34667rem; line-height: 1; color: #fff; margin-bottom: 0.13333rem; font-weight: 300; }
.zxy-btmswt .zxybtm-fl a strong { display: block; font-size: 0.42667rem; color: #fff; line-height: 1; }
.zxy-btmswt .zxybtm-fr { background: linear-gradient(0deg, #e80010, #e80010); border-radius: 0.4rem 0.4rem 0px 0px; float: right; width: 5.25333rem; height: 100%; padding-top: 0.33333rem; }
.zxy-btmswt .zxybtm-fr a { display: block; background: url(../images/zxy-dh.gif) no-repeat left 0.4rem center; background-size: 0.64rem; padding-left: 1.33333rem; cursor: pointer; }
.zxy-btmswt .zxybtm-fr a span { display: block; font-size: 0.34667rem; line-height: 1; color: #fff; margin-bottom: 0.13333rem; font-weight: 300; }
.zxy-btmswt .zxybtm-fr a strong { display: block; font-size: 0.42667rem; color: #fff; line-height: 1; letter-spacing: 1px; }
}


/*===================== 响应式代码 START =====================*/
.f_80{font-size: 80px;}
.f_72{font-size: 72px;}
.f_62{font-size: 62px;}
.f_58{font-size: 58px;}
.f_48{font-size: 48px;}
.f_40{font-size: 40px;}
.f_30{font-size: 30px;}
.f_24{font-size: 23px;}
.f_20{font-size: 20px;}
.f_18{font-size: 18px;}
.f_16{font-size: 16px;}
.f_15{font-size: 15px;}
.f_14{font-size: 14px;}
.f_12{font-size: 12px;}

/*===================== 响应式代码 START =====================*/
@media( max-width:1600px ){
.f_80{font-size: 60px;}
.f_72{font-size: 50px;}
.f_62{font-size: 40px;}
.f_58{font-size: 58px;}
.f_48{font-size: 38px;}
.f_40{font-size: 30px;}
.f_30{font-size: 24px;}
.f_24{font-size: 20px;}
.f_20{font-size: 20px;}
.f_18{font-size: 18px;}
.f_16{font-size: 16px;}
.f_15{font-size: 15px;}
.f_14{font-size: 14px;}
}

@media( max-width:1210px ){
.f_80{font-size: 60px;}
.f_72{font-size: 50px;}
.f_62{font-size: 30px;}
.f_58{font-size: 38px;}
.f_48{font-size: 28px;}
.f_40{font-size: 26px;}
.f_30{font-size: 24px;}
.f_24{font-size: 16px;}
.f_20{font-size: 18px;}
.f_18{font-size: 16px;}
.f_16{font-size: 14px;}
.f_15{font-size: 14px;}
.f_14{font-size: 14px;}

}