body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,button,textarea,p,th,td,span,a,b,i,strong{margin:0; padding:0; box-sizing: border-box;}
body {font-size:62.5%; line-height: 1.5; color: #333; background: #fff; font-family: "Microsoft YaHei","Arial"} 
html,body{width: 100%;overflow-x: hidden;}
h1,h2,h3,h4,h5,h6{font-weight: normal;}
img{border:0;display: block;max-width: 100%;transition: all .3s ease-out;}
.pic img{width: 100%;}
table {border-collapse: collapse;} 
input{border: none;}
textarea{font-family: inherit;}
button{outline: none;border: none;}
a{text-decoration: none;background: none ;color: inherit;font-size: inherit;}
a:hover{color: var(--vice-color);}
ul, li, ol{ list-style: none; }
:focus{ outline:none;}
.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.clearfix{ clear: both; content: ""; display: block; overflow: hidden }
.clear{clear: both;}
.fl{ float: left; }
.fr{float: right;}
:root {--primary-color: #0e6eb8;--vice-color: #cca435;--light-color: #f7f9fe;}
.wrapper{width: 1270px;margin: 0 auto;}
.bgCover{background-repeat: no-repeat;background-position: center;background-size: cover;}
.pic_constant{position: relative;overflow: hidden;}
.pic_constant .inner{width: 100%; position: relative; }
.pic_constant .inner::after{content: '';width: 100%;display: block;}
.pic_constant .inner img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transition: all .3s ease-out;}
.txtEllipsis{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.txtEllipsisTwo{overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.txtEllipsisThree{overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 3;}
.swiper-pagination-bullet-active{background-color: var(--primary-color);}
.color_primary{color: var(--primary-color);}
.color_white{color: #fff;}
.flex_center{display: flex;justify-content: center;align-items: center;}
.flex_between{display: flex;flex-wrap: wrap;justify-content: space-between;}
.flex_align_center{display: flex;align-items: center;}
.flex{display: flex;}
.relative{position: relative;}
.space{padding-top: 30px !important;padding-bottom: 30px !important;}
.mg_t_60{margin-top: 60px;}
.mg_t_40{margin-top: 40px;}
.mg_t_30{margin-top: 30px;}
.mg_t_20{margin-top: 20px;}
.mg_t_10{margin-top: 10px;}
.mg_t_5{margin-top: 5px;}
.mg_l_5{margin-left: 5px;}
.mg_l_20{margin-left: 20px;}
.mg_r_5{margin-right: 5px;}
.indent{text-indent: 2em;}
.text_center{text-align: center;}
.text_right{text-align: right;}
.font_bold{font-weight: bold;}
h2{font-size: 6.2em;}
h3{font-size: 2.8em;}
h4{font-size: 1.8em;}
.fs60{font-size: 6em;}
.fs24{font-size: 2.2em;}
.fs22{font-size: 2em;}
.fs20{font-size: 1.8em;}
.fs18{font-size: 1.6em;}
.fs16{font-size: 1.5em;}
.fs14{font-size: 1.4em;}

.swiper-free-mode>.swiper-wrapper {-webkit-transition-timing-function: linear !important;-moz-transition-timing-function: linear !important;-ms-transition-timing-function: linear !important;-o-transition-timing-function: linear !important;transition-timing-function: linear !important;}

.header{width: 100%;background-color: #fff;position: fixed;top: 0;left: 0;z-index: 9999;transition: all .5s ease-out;}

.header.scroll{box-shadow: 0 0 4px #eee;}
.header.scroll .header_top{padding-top: 6px;padding-bottom: 10px;}
.header.scroll .subbrands{height: 0;}

.header .header_top{display: flex; align-items: center; padding: 20px 0;transition: all .5s ease-out;}
.header .header_top .right{ flex-grow: 0; margin-left: auto;  }
.header .logo img{height: 60px; margin-top: 5px; }

.header .subbrands{height: 40px;background-color: #eee;overflow: hidden;transition: all .5s ease-out;}
.header .subbrands ul{height: 100%;display: flex;justify-content: center;}
.header .subbrands ul li{height: 100%;}
.header .subbrands ul li a{border-right: 1px solid #a9a9a9;padding: 5px 10px;height: 100%;display: flex;justify-content: center;align-items: center;}
.header .subbrands ul li:last-child a{border-right: 0;}
.header .subbrands ul li a img{max-height: 100%;}
.header .subbrands ul li a:hover{background-color: rgba(0, 0, 0, .05);}

.header.nolink .subbrands { display: none; }

.header .search{width: 528px;margin-left: 30px;transition: all .3s ease-out;}
.header .search form{height: 41px;display: flex;align-items: center;border: 1px solid var(--primary-color);border-radius: 4px;}
.header .search .layui-form-select .layui-input{width: 110px;border: none;border-radius: 0;font-size: 1.6em;color: #b4b4b4;border-radius: 4px 0 0 4px;}
.header .search .layui-form-select::after{content: '';width: 1px;height: 80%;position: absolute;top: 10%;right: 0;background-color: #cacaca;display: block;}
.header .search .layui-form-select .layui-edge{border-top-color: #cacaca;}
.header .search .layui-form-select dl dd{font-size: 1.6em;}
.header .search .txt{width: 350px;height: 100%;padding: 0 20px;font-size: 1.6em;color: #b4b4b4;position: relative;}
.header .search .txt::placeholder{color: inherit;}
.header .search .submit{width: 66px;height: 100%;background-color: var(--primary-color);font-size: 18px;color: #fff;cursor: pointer;}
.header .search .submit i{transition: all .3s ease-out;}
.header .search .submit:hover i{transform: scale(1.1);}

.header .search .bar .sell{height: 30px;}
.header .search .bar .sell img{height: 30px;}

.header .search .tips{font-size: 1.4em;color: #b4b4b4;margin-top: 5px;line-height: 1.3;}
.header .search .tips>p{white-space: nowrap;color: #666;}
.header .search .tips ul{display: flex;flex-wrap: wrap;}
.header .search .tips li{margin-left: 5px;}
.header .search .tips li a{font-weight: 100;}

@media screen and (max-width: 767px) {
	.search p.fs14 { font-size: 1.2em; white-space: nowrap; }
}

.header .tel{font-size: 1.5em; white-space: nowrap; }

.header .entrance{display: flex;align-items: center;color: var(--primary-color);font-size: 1.6em;line-height: 1;margin-top: 10px;}
.header .entrance a{transition: all .3s ease-out; white-space: nowrap; }
.header .entrance .login{display: flex;align-items: center;}
.header .entrance .login a:first-child{margin: 0 11px 0 25px;position: relative;}
.header .entrance .login a:first-child::after{content: '';display: block;position: absolute;top: 0;right: -6px;width: 1px;height: 100%;background-color: var(--primary-color);}

.header .nav{background-color: var(--primary-color);transition: all .3s ease-out;}
.header .nav> ul{display: flex;}
.header .nav> ul> li{flex: 1;position: relative;line-height: 52px;transition: all .3s ease-out;}
.header .nav> ul> li:not(:last-child):before{content: '';display: block;position: absolute;top: 30%;right: 0;width: 1px;height: 40%;background-color: #fff;}
.header .nav> ul> li::after{content: '';display: block;position: absolute;bottom: 0;left: 0;width: 0;height: 2px;background-color: var(--vice-color);transition: inherit;}
.header .nav> ul> li.on::after{width: 100%;}
.header .nav> ul> li> a{display: block;white-space: nowrap;text-align: center;}
.header .nav a{font-size: 1.6em;color: #fff;transition: inherit;}
.header .nav> ul> li> i{width: 56px;height: 56px;color: #fff;font-size: 16px;transition:all .3s linear;display: none;justify-content: center;align-items: center;}
.header .nav> ul> li> i::before{transition: all .3s ease-out;}
.header .nav> ul> li> i.rotate::before{transform: rotate(180deg);-ms-transform: rotate(180deg);-webkit-transform: rotate(180deg);}
.header .nav .children> li{line-height:44px;padding: 0 20px;position: relative;}
.header .nav .children li:last-child{border-bottom: 0;}
.header .nav .children li a{white-space: nowrap;display: block;}
.header .nav .children li a:hover{color: var(--vice-color);}
.header .nav .children ul{position: absolute;top: 0;left: 100%;min-width: 100%;;background-color: var(--primary-color);border-left: 1px solid rgba(255, 255, 255, .2);padding: 10px 0;display: none;}
.header .nav .children ul li{padding: 0 10px;line-height: 38px;}

/* .header .nav .children .item:last-child{border-left: 2px solid rgba(255, 255, 255, .2);margin-left: 20px;padding-left: 20px;}
.header .nav .children .item h3{font-size: 1.8em;color: #fff;background-color: rgba(255, 255, 255, .2);text-align: center;line-height: 2;margin: 10px 0;white-space: nowrap;}
.header .nav .children .item h3 i{margin-right: 5px;} */

.header .nav> ul> li.on> a,
.header .nav> ul> li> a:hover{color: var(--vice-color);}

.header .menu_btn{width: 26px;height: 22px;cursor: pointer;display: none;position: relative;}
.header .menu_btn span {display: inline-block;width: 100%;height: 3px;background-color: var(--primary-color);;position: absolute;transition: all .3s linear;}
.header .menu_btn span:first-child {top: 0;}
.header .menu_btn span:nth-child(2) {top: 10px;}
.header .menu_btn span:last-child {top: 20px;width: 70%;}
.header.toggle .menu_btn span:first-child {top: 11px;transform: rotate(45deg);-ms-transform: rotate(45deg);-webkit-transform: rotate(45deg);}
.header.toggle .menu_btn span:nth-child(2) {opacity: 0;}
.header.toggle .menu_btn span:last-child {top: 11px;width: 100%;transform: rotate(-45deg);-ms-transform: rotate(-45deg);-webkit-transform: rotate(-45deg);}

.header .ql{display: none;}

.footer .reg_bar{background-color: var(--primary-color);padding: 20px 0;}
.footer .reg_bar .wrapper{display: flex;justify-content: space-around;align-items: center;font-size: 2em;color: #fff;letter-spacing: 2px;}
.footer .reg_bar a{background-color: #095692;padding: 5px 30px;border-radius: 6px;color: inherit;transition: all .3s ease-out;}
.footer .reg_bar a:hover{background-color: var(--vice-color);}

.footer{background-color: #f9f9f9;box-shadow: 0 0 4px #cacaca;position: relative;z-index: 99;}
.footer .top{padding: 20px 0;border-bottom: 1px solid #a2a2a2;}
.footer .top .section{display: flex;justify-content: space-between;align-items: center;}
.footer .top .logo img{height: 40px;}
.footer .top ul{display: flex;flex-wrap: wrap;}
.footer .top ul li{font-size: 1.6em;color: #494949;}
.footer .top ul li:last-child{margin-left: 50px;}
.footer .top ul li i{font-size: 1.4em;color: var(--vice-color);margin-right: 5px;}
.footer .tip{text-align: center;margin-bottom: 10px;font-size: 1.4em; line-height: 40px; }
.footer .tip .iso{ float: right; }
@media screen and (max-width:767px) {
	.footer .tip{ line-height: 1.5; }
	.footer .tip .iso{ float: none; display: block; margin-top: 10px; }
}
.footer .tip .iso img{ max-width: 40px; margin-left: 5px; display: inline-block; }
.footer .center{padding: 20px 0;}
.footer .center .nav{display: flex;}
.footer .center .nav ul:not(:last-child){margin-right: 100px;}
.footer .center .nav ul li{font-size: 1.4em;color: #494949;margin-top: 10px;}
.footer .center .nav ul li:first-child{font-size: 2em;font-weight: bold;margin-top: 5px;margin-bottom: 20px;line-height: 1;}
.footer .right{display: flex;flex-direction: column;align-items: flex-end;}
.footer .ewm li:not(:first-child){margin-left: 20px;}
.footer .ewm p{font-size: 1.4em;text-align: center;margin-top: 10px;}
.footer .web_links{display: flex;margin-top: 30px;}
.footer .web_links li{margin-left: 10px;transition: all .3s ease-out;}
.footer .web_links li:first-child{margin-left: 0;}
.footer .web_links li img{height: 30px;}
.footer .web_links li:hover{transform: scale(1.05);}
.footer .btm{background-color: var(--primary-color);font-size: 1.4em;color: #fff;padding: 20px 0;}
.footer .btm .wrapper{display: flex;justify-content: space-between;align-items: center;}
.footer .btm a:hover{text-decoration: underline;}

.slide_right_fixed{position: fixed;top: 50%;right: 0;transform: translateY(-50%);z-index: 100;background: url(../images/bg_slide_fix.png) no-repeat center/contain;width: 60px;height: 221px;padding-top: 47px;}
.slide_right_fixed ul{height: 100%;}
.slide_right_fixed ul li{width: 60px;height: 33.333%;position: relative;cursor: pointer;}
.slide_right_fixed ul li a{display: block;width: 100%;height: 100%}
.slide_right_fixed ul li .inner{position: absolute;right: 100%;background-color: #fff;padding: 5px;box-shadow: 0 0 4px #ccc;width: 110px;min-height: 100%;line-height: 40px;color: #333;text-align: center;display: none;}

#popup_wechat{padding: 30px;display: none;}
#popup_wechat .qrcode{width: 150px;}
#popup_wechat .btn{margin-left: 20px;}
#popup_wechat .btn img{width: 150px;}

@media screen and (min-width: 1271px){
	.header .nav .children{min-width: 200px;padding: 10px 0;position: absolute;top: 100%;left: 0;z-index: 99;background-color: var(--primary-color);border-top: 1px solid rgba(255, 255, 255, .2);border-bottom: 1px solid rgba(255, 255, 255, .2);transform: scaleY(0);-ms-transform: scaleY(0);-webkit-transform: scaleY(0);transform-origin: top;-ms-transform-origin: top;-webkit-transform-origin: top;opacity: 0;transition: all .3s ease-out;}
	.header .nav> ul> li:hover .children{transform: scaleY(1);-ms-transform: scaleY(1);-webkit-transform: scaleY(1);opacity: 1;}
	.header .nav .children> li:hover ul{display: block;}

	.header.scroll .search{width: 420px;}
	.header.scroll .ql{display: flex;margin: 0 auto;padding-top: 30px;}
	.header.scroll .ql li{background-color: var(--primary-color);height: 41px;line-height: 41px;font-size: 1.6em;color: #fff;margin: 0 10px;padding: 0 20px;border-radius: 4px;}
	.header.scroll .right{margin-left: 0;}
	.header.scroll .nav{transform: translateY(-100px);visibility: hidden;position: relative;z-index: -1;display: none;}
}

@media screen and (max-width: 1920px){
	
}

@media screen and (max-width: 1440px){
	
}

@media screen and (max-width: 1270px){
	.wrapper{width: 92%;}
	.mg_t_60{margin-top: 40px;}
	.mg_t_40{margin-top: 30px;}
	.mg_t_20{margin-top: 15px;}
	
	.header .header_top{padding: 0;height: 60px;position: fixed;z-index: 999;top: 0;left: 0;background-color: #fff;width: 100%;padding: 0 4%;box-shadow: 0 0 4px #eee;}
	.header .logo img{height: 35px;}
    .header .menu_btn {display: block;margin-left: 30px;}
	.header .nav{top: -100%;left: 0;position: fixed;z-index: 998;width: 100%;height: calc(100vh - 140px);padding: 20px 0 20px;}
	.header .nav> ul{height: 100%;display: block;overflow-y: auto;}
	.header .nav> ul> li{line-height: 56px;}
	.header .nav> ul> li:before,
	.header .nav> ul> li::after{display: none !important;}
	.header .nav a{font-size: 1.6em;}
	.header .nav> ul> li> a{padding: 0;text-align: left;}
	.header .nav> ul> li> i{position: absolute;top: 0;left: 0;z-index: 2;width: 100%;height: 56px;display: flex;align-items: center;justify-content: flex-end;}
	.header .nav .children{width: 100%;display: none;}
	.header .nav .children ul{position: static;display: block;padding: 0 10px;}
	.header .search{position: fixed;top: 60px;left: 0;width: 100%;padding: 4px 4% 5px 4%;margin-left: 0;border-bottom: 1px solid rgba(255, 255, 255, .4);background-color: #fff;}
	.header .search form{height: 40px;}
	.header .search .layui-form-select .layui-input,
	.header .search .layui-form-select dl dd{font-size: 1.5em;}
	.header .search .txt{width: calc(100% - 144px);height: 38px;padding: 0 10px;font-size: 1.5em;}
	.header .search .submit{width: 46px;height: 38px;border: 1px solid #fff;border-radius: 0 4px 4px 0;}
	.header .entrance{margin-top: 5px;}

	.header .nav .children .item:last-child{padding: 20px 0 0;margin: 10px 0 0;border-left: 0;border-top: 2px solid rgba(255, 255, 255, .2);}
	.header .nav .children .item h3{font-size: 1.5em;}
	
	.header.toggle .nav{top: 140px;opacity: 1;}

	.footer .reg_bar .wrapper{font-size: 1.6em;}
	.footer .reg_bar a{padding: 5px 15px;}
	.footer .top{padding: 20px 0;}
	.footer .top ul{display: block;}
	.footer .top ul li{margin-left: 0 !important;margin-top: 20px;width: 100%;justify-content: flex-start;font-size: 1.6em;margin-top: 10px;}
	.footer .top ul li:first-child{margin-top: 0;}
	.footer .top ul li i{font-size: 1em;}
	.footer .center{padding: 20px 0;}
	.footer .center .nav{display: none;}
	.footer .web_links{margin-top: 20px;}
	.footer .right{justify-content: center;align-items: center;width: 100%;}
	.footer .btm .wrapper{flex-wrap: wrap;justify-content: center;}

	.slide_right_fixed{transform: none;top: auto;bottom: 58px;}
}	

@media screen and (max-width: 768px){
	.mg_t_60{margin-top: 35px;}
	.mg_t_40{margin-top: 25px;}
	.fs60, h2{font-size: 2.8em;}
	h3{font-size: 2.2em;}
	h4,.fs24{font-size: 1.8em;}
	.fs22{font-size: 1.8em;}
	.fs20{font-size: 1.6em;}
	.fs18{font-size: 1.5em;}
	.fs16{font-size: 1.4em;}
	
}	

@media screen and (max-width: 525px){
	.footer .reg_bar .wrapper{letter-spacing: 1px;}
	.footer .top .logo{display: none;}
}	