@charset "utf-8";
/*字体*/
*{
    outline:0 none !important; blr:expression(this.onFocus=this.blur());
}
html{font-size: 100px;}
html.act{overflow: hidden;width: 100%;height: 100vh;}
*,*:before,*:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
*{ margin:0; padding:0;outline: none;}
body {
	position: relative; 
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	margin:0 auto;
	position: relative;
	padding: 0; 
	width: 100%;
	color: #1f1f1f;
	font-family:-apple-system, BlinkMacSystemFont, PingFang SC, Microsoft YaHei, Segoe UI, Hiragino Sans GB, Helvetica Neue, Arial, Helvetica, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol; 
	font-size:0.14rem;  
	line-height:1;
	background: #fff;
}
html.act{overflow: hidden;width: 100%;height: 100vh;}
ul,ul li,ol li,tr td,dl,dd{ list-style-type:none; margin:0; padding:0; }
.clearfix:after{content: " "; display: block; height:0; clear:both; visibility: hidden;}
.clearfix {*zoom:1;}
a{
	display: inline-block; 
	text-decoration:none!important; 
	cursor:pointer;
	color: #1f1f1f;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
input,
textarea,
button{
	font-family:-apple-system, BlinkMacSystemFont, PingFang SC, Microsoft YaHei, Segoe UI, Hiragino Sans GB, Helvetica Neue, Arial, Helvetica, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol; 
}
textarea,select{ outline:none; width:100%;}
textarea{
 resize:none;
}
img{border:none;max-width: 100%;display: block;}
img[src=""]{opacity: 0;}
i{font-style: normal;}

/* 滚动条样式 */
::-webkit-scrollbar{ width:4px;height: 1px;}
::-webkit-scrollbar-thumb{ background:rgba(255,255,255,0.4);}
::-webkit-scrollbar-track{ background:#000;}
/*去掉 input 默认边框*/
input{padding: 0;border: 0;outline: none;}
input[type="submit"]{background-color: transparent;cursor: pointer;}
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}
select{appearance:none;-moz-appearance:none;-webkit-appearance:none;}
select::-ms-expand { display: none; }

/* css common */
.rel {
    position: relative;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
	overflow: hidden;
}
.clearfix {
    *zoom: 1;
}
.lt, .left {
	float: left;
}
.rt, .right {
	float: right;
}
.clear, .clr {
	clear: both;
}
.f-cb{
    zoom:1;
}
.f-cb:after{
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    overflow:hidden;
    content:".";
}
.fl {
    float:left;
    display: inline;
}
.fr {
    float:right;
    display: inline;
}
.por{
    position: relative;
}
.poa{
    position: absolute;
}
.poa-f{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.ovh{
    overflow: hidden;
}
.noselect{
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.z1{
    z-index: 1;
}
.z2{
    z-index: 2;
}
.z3{
    z-index: 3;
}
.dn{
    display: none;
}
.width-full{
    width: 100%;
}
.height-full{
    height: 100%;
}
.dib{
    display: inline-block;
}
.wrap{
	width: 1280px;
	margin:0 auto;
}
.indent{
	text-indent: 2em;
}
.f_12 {
    font-size: 12px;
}
.f_14 {
    font-size: 14px;
}
.f_15 {
    font-size: 15px;
}
.f_16 {
    font-size: 16px;
}
.f_18 {
    font-size: 18px;
}
.f_20 {
    font-size: 20px;
}
.f_22 {
    font-size: 22px;
}
.f_24 {
    font-size: 24px;
}
.f_25 {
    font-size: 25px;
}
.f_26 {
    font-size: 26px;
}
.f_28 {
    font-size: 28px;
}
.f_30 {
    font-size: 30px;
}
.f_32 {
    font-size: 32px;
}
.f_34 {
    font-size: 34px;
}
.f_36 {
    font-size: 36px;
}
.f_38 {
    font-size: 38px;
}
.f_40 {
    font-size: 40px;
}
.f_42 {
    font-size: 42px;
}
.f_44 {
    font-size: 44px;
}
.f_45 {
    font-size: 45px;
}
.f_48 {
    font-size: 48px;
}
.f_50 {
    font-size: 50px;
}
.f_56 {
    font-size: 56px;
}
.f_60 {
    font-size: 60px;
}
.f_62 {
    font-size: 62px;
}
.f_66 {
    font-size: 66px;
}
.f_68 {
    font-size: 68px;
}
.f_80 {
    font-size: 80px;
}
.f_96 {
    font-size: 96px;
}
.f_100 {
    font-size: 100px;
}
.f_106 {
    font-size: 106px;
}
.f_187 {
    font-size: 187px;
}
@media screen and (min-width: 2270px) {
    html{font-size: 128px!important;}
}
@media screen and (min-width: 1922px) {
	html{font-size: 118px!important;}
	.f_12 {
	    font-size: 0.12rem;
	}
	.f_14 {
	    font-size: 0.14rem;
	}

	.f_15 {
	    font-size: 0.15rem;
	}

	.f_16 {
	    font-size: 0.16rem;
	}

	.f_18 {
	    font-size: 0.18rem;
	}

	.f_20 {
	    font-size: 0.2rem;
	}

	.f_22 {
	    font-size: 0.22rem;
	}

	.f_24 {
	    font-size: 0.24rem;
	}

	.f_25 {
	    font-size: 0.25rem;
	}

	.f_26 {
	    font-size: 0.26rem;
	}

	.f_28 {
	    font-size: 0.28rem;
	}

	.f_30 {
	    font-size: 0.3rem;
	}

	.f_32 {
	    font-size: 0.32rem;
	}

	.f_34 {
	    font-size: 0.34rem;
	}

	.f_36 {
	    font-size: 0.36rem;
	}

	.f_38 {
	    font-size: 0.38rem;
	}

	.f_40 {
	    font-size: 0.4rem;
	}

	.f_42 {
	    font-size: 0.42rem;
	}

	.f_44 {
	    font-size: 0.44rem;
	}
	.f_45 {
	    font-size: 0.45rem;
	}
	.f_48 {
	    font-size: 0.48rem;
	}

	.f_50 {
	    font-size: 0.5rem;
	}
	.f_56 {
	    font-size: 0.56rem;
	}

	.f_60 {
	    font-size: 0.6rem;
	}

	.f_62 {
	    font-size: 0.62rem;
	}

	.f_66 {
	    font-size: 0.66rem;
	}

	.f_68 {
	    font-size: 0.68rem;
	}

	.f_80 {
	    font-size: 0.8rem;
	}

	.f_96 {
	    font-size: 0.96rem;
	}

	.f_100 {
	    font-size: 1rem;
	}

	.f_106 {
	    font-size: 1.06rem;
	}

	.f_187 {
	    font-size: 1.87rem;
	}
}
@media screen and (max-width: 1680px) {
	html{font-size: 86px!important;}
}
@media screen and (max-width: 1560px) {
	html{font-size: 82px!important;}
	.f_187{
		font-size: 140px;
	}
	.f_106 {
	    font-size: 76px;
	}
	.f_100{
		font-size: 75px;
	}
	.f_96{
		font-size: 72px;
	}
	.f_80{
		font-size: 60px;
	}
	.f_62{
		font-size: 46px;
	}
	.f_60{
		font-size: 45px;
	}
	.f_68{
		font-size: 52px;
	}
	.f_42{
		font-size: 32px;
	}
	.f_38{
		font-size: 28px;
	}
	
	.f_36{
		font-size: 27px;
	}
	.f_34{
		font-size: 26px;
	}
	.f_32{
		font-size: 24px;
	}
	.f_28{
		font-size: 21px;
	}
	.f_26{
		font-size: 20px;
	}
	.f_25{
		font-size: 19px;
	}
	.f_24{
		font-size: 18px;
	}
	.f_22{
		font-size: 18px;
	}
	.f_20{
		font-size: 18px;
	}
	.f_18{
		font-size: 16px;
	}
	.f_16{
		font-size: 14px;
	}
	.f_15{
		font-size: 13px;
	}
}
@media screen and (max-width: 1440px) {
	html{font-size: 75px!important;}
}
@media screen and (max-width: 1366px) {
	html{font-size: 71px!important;}
	.f_20{font-size: 14px;}
}
@media screen and (max-width: 1280px){
	html{font-size: 66px!important;}
}
@media screen and (max-width: 1024px){
	html{font-size: 60px!important;}
	.wrap{
		width: calc(100% - 30px);
	}
}

/* Header */
header{
	width: 100%;
	position: relative;
	z-index: 10001;
}
header.fixed{
	position: fixed;
	top:0;
	left:0;
}
header .header-top{
	width: 100%;
	height:40px;
	background: #f8f8f8;
	position: relative;
	z-index: 1;
}
header .header-top .wrap{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
header .header-top .right{
	display: flex;
}
header .header-top .right a{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 22px;
	position: relative;
	height: 40px;
}
header .header-top .right .header-code{
    text-align: center;
}
header .header-top .right .header-code .code-box{
	position: absolute;
	right: 0;
	top:40px;
	box-shadow: 0 1px 5px rgba(0,0,0,.2);
	background: #ffffff;
	min-width: 160px;
	padding-bottom: 10px;
	border-radius: 6px;
	overflow: hidden;
	display: none;
	opacity: 0;
	visibility: hidden;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
header .header-top .right .header-code:hover .code-box{
	display: block;
	opacity: 1;
	visibility: visible;
}
header .header-bottom{
	width: 100%;
	height: 90px;
	background: #ec4825;
}
header .header-bottom .wrap{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
header .header-bottom .logo{
	width: 200px;
}
header .header-bottom .logo img{
    filter: brightness(100);
}
header .header-bottom .header-nav > ul{
	display: flex;
}
header .header-bottom .header-nav > ul > li{
	margin-left: 30px;
	position: relative;
}
header .header-bottom .header-nav > ul > li.current,
header .header-bottom .header-nav > ul > li:hover{
	background: rgba(255, 255, 255, .3);
}
header .header-bottom .header-nav > ul > li > a{
	display: flex;
	color: #ffffff;
	align-items: center;
	line-height: 40px;
	padding:0 20px;
}
header .header-bottom .header-nav > ul > li > ul{
	width: 600px;
	position: absolute;
	left: 0;
	box-shadow: 0 1px 5px rgba(0,0,0,.2);
	background: #ffffff;
	border-radius: 6px;
	display: none;
	opacity: 0;
	visibility: hidden;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
    overflow: hidden;
}
header .header-bottom .header-nav > ul > li:hover > ul{
	display: flex;
	flex-wrap: wrap;
	opacity: 1;
	visibility: visible;
} 
header .header-bottom .header-nav > ul > li > ul > li{
	width: 200px;
}
header .header-bottom .header-nav > ul > li > ul > li > a{
	line-height: 40px;
	padding:0 20px;
	display: block;
}
header .header-bottom .header-nav > ul > li > ul > li > a:hover{
	background: #f8f8f8;
}
header .header-mobile{
	display: none;
	height: 60px;
	padding:0 15px;
	background: #ffffff;
}
header .header-mobile .logo{
	width: calc(100% - 27px);
	display: flex;
	align-items: center;
	justify-content: center;
}
header .header-mobile .logo img{
    width: 40%;
}
@media (max-width: 1024px) {
	header .header-top,
	header .header-bottom{
		display: none;
	}
	header .header-mobile{
		display: flex;
		align-items: center;
	}
}

/*search*/
.search-box{
	width: 100%;
	height: 100%;
	position: fixed;
	top:0;
	left: 0;
	z-index: 10002;
	display: none;
}
.search-box .mask{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	background: rgba(0, 0, 0, .5);
}
.search-box .wrap{
	height:70px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
}
.search-box .wrap form{
	width: 100%;
	height: 100%;
	background: #ffffff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:0 35px;
}
.search-box .wrap button{
	border:none;
	background: none;
	cursor: pointer;
}
@media (max-width: 1024px) {
	
}

/*menu*/
.menu-box{
    width: 100%;
    height: calc(100% - 60px);
    position: fixed;
    top:60px;
    left: 0;
    z-index: 10000;
    display: none;
}
.menu-box .mask{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	background: rgba(0, 0, 0, .5);
}
.menu-box .menu-list{
	width: 80%;
	height: 100%;
	background: #ffffff;
	position: absolute;
	left:-100%;
	top: 0;
}
.menu-box .menu-list .title{
	text-align: center;
	border-bottom: 1px #e0e0e0 solid;
	line-height: 40px;
}
.menu-box .menu-list .search{
	padding: 15px;
}
.menu-box .menu-list .search form{
	background: #f8f8f8;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:0 15px;
}
.menu-box .menu-list .search input{
	background: none;
}
.menu-box .menu-list .search button{
	background: none;
	cursor: pointer;
	border:none;
}
.menu-box .menu-list .list{
	padding:0 15px;
}
.menu-box .menu-list .list > ul > li{
	line-height: 40px;
}
.menu-box .menu-list .list > ul > li > a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.menu-box .menu-list .list > ul > li > ul{
	background: #f8f8f8;
	padding: 15px;
}
.menu-box .menu-list .list > ul > li > ul > li{
	line-height: 30px;
	font-size: 14px;
}
.menu-box .menu-list .list > ul > li > ul > li > a{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.menu-box .menu-list .list > ul > li > ul > li > a > i{
	font-size: 12px;
}
.menu-box .menu-list .lan{
	border-top: 1px #e0e0e0 solid;
	padding:15px;
	margin-top: 15px;
}
.menu-box .menu-list .lan a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	line-height: 40px;
}
.menu-box .menu-list .lan i{
	font-size: 12px;
}
@media (max-width: 1024px) {
	
}

/* Footer */
footer{
	width: 100%;
	background:#333436;
	overflow: hidden;
}
footer .footer-box1{
	width: 320px;
	margin-top: 40px;
	display: flex;
	flex-direction: column;
}
footer .footer-box1 .title{
    color: #ffffff;
}
footer .footer-box1 .content{
	margin-top: 10px;
}
footer .footer-box1 .content form{
	border:1px solid rgba(255, 255, 255, .6);
	height: 44px;
	display: flex;
	align-items: center;
}
footer .footer-box1 .content input{
	width:220px;
	background:none;
	padding:0 10px;
	height: 44px;
	color: #ffffff;
}
footer .footer-box1 .content button{
	width: 100px;
	height: 42px;
	background: #333436;
	color: #ffffff;
	border:none;
	border-left: 1px solid rgba(255, 255, 255, .6);
	outline: none;
	cursor: pointer;
}
footer .footer-box2{
	border-top: 1px #ffffff solid;
	margin-top: 40px;
}
footer .footer-box2 ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
footer .footer-box2 li{
    display: flex;
	justify-content: space-between;
	color: rgba(255, 255, 255, .6);
	max-width: 340px;
	margin-top: 40px;
}
footer .footer-box2 .image{
	width: 68px;
}
footer .footer-box2 .word{
	width: calc(100% - 78px);
}
footer .footer-box2 .word .title{
	color:#fff;
	font-weight: bolder;
}
footer .footer-box2 .word .content{
	margin-top: 10px;
	line-height: 1.5;
}
footer .footer-box2 .word .content .tel{
	white-space: nowrap;
}
footer .footer-box3 ul{
	display: flex;
	align-items: center;
	justify-content: center;
}
footer .footer-box3 li{
	margin:0 20px;
	margin-top: 40px;
}
footer .footer-box3 a{
	display: block;
	color: #ffffff;
}
footer .footer-box3 i{
	display: none;
}
footer .footer-box4{
	text-align: center;
	color: rgba(255, 255, 255, .6);
	margin: 40px 0;
	line-height: 1.5;
	text-transform: uppercase;
}
@media (max-width: 1024px) {
	footer .footer-box1{
		width: 100%;
		margin-top: 4%;
	}
	footer .footer-box1 .content input{
		width: calc(100% - 100px);
	}
	footer .footer-box2{
		margin-top: 4%;
	}
	footer .footer-box2 ul{
		flex-direction: column;
		align-items: flex-start;
	}
	footer .footer-box2 li{
		margin-top: 4%;
	}
	footer .footer-box2 .image{
		width: 32px;
	}
	footer .footer-box2 .word{
		width: calc(100% - 42px);
	}
	footer .footer-box2 .word .content{
		margin-top:5px;
	}
	footer .footer-box3 ul{
		flex-direction: column;
		align-items: flex-start;
	}
	footer .footer-box3 li{
		width: 100%;
		margin:0;
		font-weight: bolder;
		line-height: 40px;
	}
	footer .footer-box3 a{
		display: flex;
		justify-content: space-between;
	}
	footer .footer-box3 i{
		display: block;
		font-size: 12px;
	}
	footer .footer-box4{
		margin: 4% 0;
		border-top: 1px #ffffff solid;
		padding-top: 4%;
	}
}

.rightFixed{
    position:fixed;
    right:0;
    top:50%;
    transform: translateY(-50%);
    z-index:10002;
}
.rightFixed li{
    margin:4px 0;
    width:40px;
    height:40px;
    background:#ec4825;
}
.rightFixed a{
    width:40px;
    height:40px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#ffffff;
}
.rightFixed a i{
    font-size:20px;
}