﻿html{-webkit-text-size-adjust:100%;font-size:100px; overflow-x: hidden;}
html{font-size:5.2083334vw}
@media (min-width:769px) and (max-width:1024px) {
        html{font-size: calc((100 / 1200) * 100vw);} 
}
@media (max-width:768px) {
        html{font-size: calc((100 / 992) * 100vw);} 
}
@media (max-width:480px){
    html{font-size:calc(100 / 480 * 100vw);}
}
*{margin:0;padding:0;box-sizing: border-box;}
body{ overflow-x: hidden; font-family:sans-serif;margin:0px; padding:0px; margin:0px auto; font-size:0.16rem; color:#272636; width:100%;  zoom:1;line-height: 1.5;}
ul,li,form, dl,dt,dd,div,ul,li,p,em,i,address{ font-style:normal; list-style:none; padding: 0px; margin: 0px;}
h1,h2,h3,h4,h5,h6{ padding:0px; margin:0px;}
select,input,textarea,button{ font-size:14px; border-radius:0; -webkit-border-radius:0; color:#272636;font-family:sans-serif;}
input:focus { outline: none;}
input,button,select,textarea{ border:0px;outline:none;/*-webkit-appearance:none;*//*Ã¥Â¼ÂºÃ¥Ë†Â¶Ã¥Å½Â»Ã©â„¢Â¤Ã¨Â¡Â¨Ã¥Ââ€¢Ã¨â€¡ÂªÃ¥Â¸Â¦Ã§Å¡â€žÃ¦Â Â·Ã¥Â¼Â*/}
button{ cursor:pointer;}
textarea{resize:none;/*-webkit-appearance:none;*//*Ã¥Â¼ÂºÃ¥Ë†Â¶Ã¥Å½Â»Ã©â„¢Â¤textareaÃ¨â€¡ÂªÃ¥Â¸Â¦Ã§Å¡â€žÃ¦Â Â·Ã¥Â¼Â*/}
textarea,input,select { background:none; border:none; margin:0; padding:0;}
article,aside,footer,header,hgroup,nav,section,figure,fxigcaption,address{ display: block;} /*html5Ã¨Â®Â¾Ã§Â½Â®*/
figure,figcaption{ margin:0px; padding:0px;}
audio,canvas,progress,video { display: inline-block; vertical-align: baseline;}
img{max-width:100%;border:none;border:0;vertical-align:middle;}
a{ color:#272636; text-decoration:none;}
a:focus {outline:none; -moz-outline:none;}
a:hover{ text-decoration:none; color:#7F1084;}
table{border-collapse: collapse;border-spacing: 0;border: 1px solid #b3b2b2;}

.fl{ float:left;}
.fr{ float:right;}
.tl{ text-align:left !important;}
.tr{ text-align:right;}
.tc{ text-align:center !important;}
.hide{ display:none;}
.block{ display:block;}
.clear{ clear:both;}
.clearfix{overflow:hidden;_zoom:1;}
.clearfix:after{ content: ''; display: block; clear: both; height: 0; visibility: hidden;}
.clearfix{*zoom:1;}.relative{ position:relative;}
.bodyon{ overflow:hidden;}
.nones{ position:absolute; visibility:hidden; opacity:0; top:0; transition:all 0.5s ease ; -webkit-transition:all 0.5s ease ; -moz-transition:all 0.5s ease ; -ms-transition:all 0.5s ease ; -o-transition:all 0.5s ease ; }
.table {display: table;width: 100%;border-collapse: collapse;}
.table-tr {display: table-row;}
.table-th {display: table-cell;height: 100%;border: 1px solid gray;text-align: center;vertical-align: middle;}
.table .cell {display: table-cell;vertical-align: middle;}
.flex{display: flex;}
.flex_sw{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}

/*Ã¥Ââ€¢Ã¨Â¡Å’Ã¦â€“â€¡Ã¦Å“Â¬Ã§Å“ÂÃ§â€¢Â¥Ã¥ÂÂ·*/
.dot {
	display: -webkit-box;
	display: box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.dot2, .dot3, .dot4 {
	display: -webkit-box;
	display: box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
}
.dot2 {
	-webkit-line-clamp: 2;
}
/*Ã¥Â¤Å¡Ã¨Â¡Å’Ã¦â€“â€¡Ã¦Å“Â¬Ã§Å“ÂÃ§â€¢Â¥Ã¥ÂÂ·*/
.dot3 {
	-webkit-line-clamp: 3;
}
.dot4 {
	-webkit-line-clamp: 4;
}

/*inputÃ¥Â­â€”Ã¤Â½â€œ*/
:-moz-placeholder {color: #555555;	font-size: 0.16rem;}
::-moz-placeholder {color: #555555;	font-size: 0.16rem;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {color: #555555;	font-size: 0.16rem;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {color: #555555;	font-size: 0.16rem;}

select {
	border: solid 1px #d9d9d9; text-indent:1em;
	appearance: none; color:#555555;
	-moz-appearance: none;
	-webkit-appearance: none;
	/* background: url(../images/selectarr.png) no-repeat scroll 95% center transparent; */
	padding-right: 14px;
}


select::-ms-expand {
display: none;
}

@media screen and (max-width:1024px){
	:-moz-placeholder {color: #555555;	font-size: 14px;}
::-moz-placeholder {color: #555555;	font-size: 14px}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {color: #555555;	font-size: 14px}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {color: #555555;	font-size: 14px}
}

::-webkit-scrollbar-button{display: none;}
::-webkit-scrollbar{width: 0.05rem; height:0.05rem;-webkit-overflow-scrolling : touch;background-color: #e6e6e6;}
::-webkit-scrollbar-track{background-color: #e6e6e6;}
::-webkit-scrollbar-thumb{ border-radius: 0; background: #7F1084; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; }
::-webkit-scrollbar-button{height: 0px;background-color: #e6e6e6;}

.scroll{overflow: auto;}
.scroll::-webkit-scrollbar-button{display: none;}
.scroll::-webkit-scrollbar{width: 0.02rem; height:0.02rem;-webkit-overflow-scrolling : touch;background-color: #f5f5f5;}
.scroll::-webkit-scrollbar-track{background-color: #f5f5f5;}
.scroll::-webkit-scrollbar-thumb{ border-radius: 0; background-color: #c5c5c5; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; }
.scroll::-webkit-scrollbar-button{height: 0px;background-color: #f5f5f5;}

/*effict*/
.Scale-img {overflow: hidden; zoom:1; overflow: hidden;}
.Scale-img img,.Scale-img span {opacity: 1;-webkit-transition: opacity 0.6s, -webkit-transform 0.6s;transition: opacity 0.6s, transform 0.6s;}
.Scale-img:hover img,.Scale-img:hover span {opacity: 1;-webkit-transform: scale3d(1.05,1.05,1.05);transform: scale3d(1.05,1.05,1.05); top:0px; left:0px;}
.effict{transition: all ease 0.3s;}
.imgbox{ overflow:hidden; position:relative;}
.imgbox span{ background-position:center center; background-repeat:no-repeat; background-size:cover; position:absolute; left:0px; top:0px; width:100%; height:100%;display: flex;align-items: center;justify-content: center;transition: all .5s;-webkit-transition: all .3s;}
.imgbox img{ width:100%;height:100%;object-fit: cover;}

.ico{width:0.6rem;height:0.6rem;position: relative;margin:0 auto;}
.ico img{position: absolute;top:50%;left:50%;transform: scale(0) translate(-50%,-50%);transition: all .5s;max-height:0.6rem;max-width:0.6rem;transform-origin:top left;}
.ico .img1{transform: scale(1) translate(-50%,-50%);}
.item:hover .ico .img1{transform: scale(0) translate(-50%,-50%);}
.item:hover .ico .img2{transform: scale(1) translate(-50%,-50%);}

/*pages*/
.Pages{padding-top:1rem;text-align: center;padding-bottom: 1rem;}
.Pages a{display: inline-block;width:0.58rem;height: 0.58rem;border:1px solid #e6e6e6;margin:0 0.05rem;line-height: 0.58rem;color:#666;overflow: hidden;border-radius: 50%;}
.Pages .p_cur, .Pages .p_count, .Pages .p_total, .Pages .p_jump,.Pages .a_first,.Pages .a_end{display: none;}
.Pages .a_prev,.Pages .a_next{color:transparent !important;font-size: 12px;position: relative;}
.Pages .a_prev::after,
.Pages .a_next::after{content:'';display: block;width:100%;height:100%;position: absolute;top:0;left:0;background-position: center;background-repeat: no-repeat;}

.Pages .a_prev::after{background-image: url(../images/page_prev.png);}
.Pages .a_next::after{background-image: url(../images/page_next.png);}
.Pages .a_cur{background: #7F1084;color:#fff;border:1px solid transparent;}
.Pages a:hover{background: #7F1084;color:#fff;border:1px solid transparent;}
.Pages :hover{color:#7F1084;}
.Pages .a_prev:hover::after{background-image: url(../images/page_prevc.png);}
.Pages .a_next:hover::after{background-image: url(../images/page_nextc.png);}


@media(max-width:1024px){
	.Pages a{width:36px;height:36px;line-height: 36px;}
}


@media(max-width:768px){
	.Pages a{margin:0 2px;}
	.Pages{padding-top:20px;padding-bottom: 20px;}
	.Pages a{width:30px;height:30px;line-height: 30px;}
}

/*pages end*/

.w1800{width: 93.75%;max-width: 18rem;margin: 0 auto;}
.w1600{width:84%;max-width:16rem;margin:0 auto;}
.w1440{width: 75%;max-width: 14.4rem;margin: 0 auto;}
.w1200{width: 75%;max-width: 12rem;margin: 0 auto;}
.w1320{width: 75%;max-width: 13.2rem;margin: 0 auto;}
.imgBox{width: 100%;object-fit: cover;}
.pc{display: block;}
.mobile{display: none;}
.fbold{font-weight: bold;}
.f14{font-size: 0.14rem;}
.f15{font-size: 0.15rem;}
.f16{font-size: 0.16rem;}
.f17{font-size: 0.17rem;}
.f18{font-size: 0.18rem;}
.f20{font-size: 0.2rem;}
.f22{font-size: 0.22rem;}
.f23{font-size: 0.23rem;}
.f24{font-size: 0.24rem;}
.f25{font-size: 0.25rem;}
.f26{font-size: 0.26rem;}
.f27{font-size: 0.27rem;}
.f30{font-size: 0.3rem;}
.f32{font-size: 0.32rem;}
.f33{font-size: 0.33rem;}
.f36{font-size: 0.36rem;}
.f40{font-size: 0.4rem;}
.f42{font-size: 0.42rem;}
.f44{font-size: 0.44rem;}
.f48{font-size: 0.48rem;}
.f50{font-size: 0.5rem;}
.f52{font-size: 0.52rem;}
.f80{font-size: 0.8rem;}
.f64{font-size: 0.64rem;}
.f28{
	font-size: 0.28rem;
}
.cor111{color: #111;}
.cor999{color:#999}
.cor555{color: #555;}
.cor666{color:#666}
.cor1313{color:#131313}
.cor333{color:#333}
.cor000{color:#000}
.cor2218{color: #221814;}
.corfff{color: #fff;}
.corRed{color: #7F1084;}
.cor181818{color: #181818;}
.cor131419{color: #131419;}
.corMain{color: #7F1084;}
.cor181{color: #181818;}
.corGreen{
background: linear-gradient(0deg, #7F1084 0%, #7F1084 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
/* color: #7F1084; */
}
.d-flex{display: flex;}
.a-center{align-items: center;}
.a-end{align-items: flex-end;}
.j-sb{justify-content: space-between;}
.f-wrap{flex-wrap: wrap;}
.f-colu{flex-direction: column;}
.j-center{justify-content: center;}
.j-end{justify-content: flex-end;}
.a-start{align-items: flex-start;}
.j-sp{
	justify-content: space-around;
}

.pt40{padding-top: 0.4rem;}
.pt50{padding-top: 0.5rem;}
.pt60{padding-top: 0.6rem;}
.pt72{padding-top: 0.72rem;}
.pt100{padding-top: 1rem;}
.pt80{padding-top: 0.8rem;}
.pt200{padding-top: 2rem;}
.pb48{padding-bottom: 0.48rem;}
.pb58{padding-bottom: 0.58rem;}
.pb70{padding-bottom: 0.7rem;}
.pb100{padding-bottom: 1rem;}
.pb60{padding-bottom: 0.6rem;}
.mt50{margin-top: 0.5rem;}
.mt60{margin-top: 0.6rem;}
.mr5{margin-right: 0.05rem;}
.mt20{margin-top: 0.2rem;}
.mr10{margin-right: 0.1rem;}
.mt30{margin-top: 0.3rem;}
.mt10{margin-top: 0.1rem;}
.mt5{margin-top: 0.05rem;}

.line1{line-height: 1.1;}
.fLight{font-weight: lighter;}
.fMedium{font-weight: 600;}
.width24{width: 0.24rem;}


@media screen and (max-width:1024px){
	.fLight{
		font-weight: normal;
	}
.pc{display: none;}
.pt100{padding-top: 0.5rem;}
.pb100{padding-bottom: 0.5rem;}
.pt72{padding-top: 0.5rem;}
.pt200 {
    padding-top: 80px;
}
.pt40{padding-top: 0.2rem;}
.pb60{padding-bottom: 0.3rem;}
.mt60{margin-top: 0.3rem;}
.w1800{width: 95%;}
.w1600{width: 95%;}
.w1440{width: 95%;}
.w1200{width: 95%;}
.w1320{width: 95%;}
.line1{line-height: 1.5;}
.pt80{padding-top: 0.4rem;}
.f42,
.f64,
.f40{
	font-size: 0.3rem;
}
.f32{
	font-size: 0.24rem;
}               

.f22,
.f24{
	font-size: 0.18rem;
}

.pt60{
	padding-top: 0.3rem;
}
.pt50 {
    padding-top: 0.3rem;
}
}


.m-btn{display: none;cursor: pointer;padding:15px 5px;border-radius: 5px;z-index:999;margin-top:13px;margin-left:10px;}
.m-btn span{display: block;width:25px;height:3px;background:#fff;position: relative;-webkit-transition: all 200ms cubic-bezier(.4,0,0,1);-o-transition: all 200ms cubic-bezier(.4,0,0,1);transition: all 200ms cubic-bezier(.4,0,0,1);}
.m-btn span::before, .m-btn span::after{content:'';display: block;height:3px;width:25px;background: #fff;position: absolute;left: 0;-webkit-transition: all 200ms cubic-bezier(.4,0,0,1);-o-transition: all 200ms cubic-bezier(.4,0,0,1);transition: all 200ms cubic-bezier(.4,0,0,1);}
.m-btn span:before {top: -8px;}
.m-btn span:after {bottom: -8px;}
.m-btn.active span {background: transparent;}
.m-btn.active span:before {transform: rotate(-48deg) translate(-6px, 5px);-webkit-transform: rotate(-48deg) translate(-6px, 5px);-o-transform: rotate(-48deg) translate(-6px, 5px);width: 24px;}
.m-btn.active span:after {transform: rotate(48deg) translate(-6px, -5px);-webkit-transform: rotate(48deg) translate(-6px, -5px);-o-transform: rotate(48deg) translate(-6px, -5px);width: 24px;}

.Top{color: #fff;line-height: 1rem;position: fixed;z-index:9999;width:100%;top:0;left:0;transition: all .5s;}
.Top .Logo a{display: flex;align-items: center;justify-content: center;height: 1rem;}
.Top .Logo img{transition: all .5s;height: 0.58rem;}
.Top .Logo .img2{display: none;}
.Top .searchIco{cursor: pointer;display: flex;align-items: center;width: 0.6rem;height: 0.46rem;background: #f8f8f8;border-radius: 0.23rem;justify-content: center;}
.Top .searchIco img{width: 0.18rem;}
.Top .searchIco .img2{display: none;}

.publicPage .Top,
.Top.fixed,
.Top.on{
	box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.06);
}


.Top .Lan{cursor: pointer;margin:0 0.45rem;position: relative;}
.Top .Lan::before{content:"";display: block;width:1px;height:0.2rem;background: #fff;opacity: 0.4;position: absolute;left:-0.45rem;top:50%;transform: translateY(-50%);}
.Top .Lan .name{display: flex;align-items: center;}
.Top .Lan .name .icon{width:0.2rem;}
.Top .Lan .name .icon img{width:100%;}
.Top .Lan .name .icon .img2{display: none;}
.Top .Lan .name span{color:#fff;display: inline-block;margin:0 0.15rem;}
.Top .Lan .name i{display: inline-block;width:0.1rem;height:0.1rem;background: url(../images/arr_jtw.svg) no-repeat center center;background-size: contain;}
.Top .Lan ul{width:100%;border-radius: 0.05rem;background: #fff;position: absolute;top:100%;left:0;text-align: center;line-height: 0.4rem;display: none;overflow: hidden;}
.Top .Lan ul li a{display: block;}
.Top .Lan ul li:hover{background: #7F1084;}
.Top .Lan ul li:hover a{color:#fff;}
.Top .Lan:hover ul{display: block;}

.Top .Tel{color:#fff;font-size: 0.18rem;margin-right: 0.34rem;}
.Top .Tel img{margin-right: 0.1rem;width: 0.16rem;}
.Top .Tel .img2{display: none;}
.publicPage .Top .Tel,
.Top.fixed .Tel,
.Top.on .Tel{color: #fff;}
.publicPage .Top .img1,
.Top.fixed .img1,
.Top.on .img1{display: none;}
.publicPage .Top .img2,
.Top.fixed .img2,
.Top.on .img2{display: inline-block;}


.Top .SearchBox{position: absolute;width:100%;box-sizing: border-box;top:100%;left:0;z-index:99;background: #272636;padding:0.9rem 0.3rem;display: none;}
.Top .SearchBox .w1600{position: relative;}
.Top .SearchBox .close{width:0.3rem;height:0.3rem;background: url(../images/close.svg) no-repeat center center;background-size: contain;position: absolute;right:0rem;top:-0.6rem;cursor: pointer;}
.Top .SearchBox .box{max-width:8rem;margin:0 auto;width:90%;}
.Top .SearchBox .box .SearchInupt{background: #fff;padding-right:1rem;position: relative;}
.Top .SearchBox .box .SearchInupt input{height:0.5rem;width:100%;;box-sizing: border-box;padding:0 0.2rem;display: block;}
.Top .SearchBox .box .SearchInupt button{width:0.7rem;height:100%;background: url(../images/search_w.svg) no-repeat center center #7F1084;position: absolute;right:0;top:0;background-size: 0.2rem;}

.Top .MainNav ul::after{content:'';display: block;clear: both;}
.Top .MainNav ul li{float:left;margin-right: 0.5rem;position: relative;}
.Top .MainNav ul li em{display: block;position: relative;}
.Top .MainNav ul li em::before{content:"";display: block;width: 100%;height: 0.07rem;position: absolute;top: 0.72rem;left:0;transition: all .3s;transform: rotateY(90deg);background-image: none;background-size: contain;background-position: center;background-repeat: no-repeat;}
.Top .MainNav ul li em a{font-size: 0.18rem;color: #000;}
.Top .MainNav ul li .NavPull{width:1.8rem;position: absolute;top:0.93rem;left:50%;transform: translateX(-50%);text-align: center;line-height: 0.42rem;background: #fff;box-shadow: 0 0 10px rgba(0,0,0,0.1);display: none;}
.Top .MainNav ul li .NavPull dl{padding:0.1rem;}
.Top .MainNav ul li .NavPull dl dd a{display: block;}
.Top .MainNav ul li .NavPull dl dd a:hover{background: #7F1084;color:#fff;}
.Top .MainNav ul li.onnav em::before{transform: rotateY(0);}
.Top .MainNav ul li:hover em::before{transform: rotateY(0);background-image: url(../images/titleLine.png);}
.Top .MainNav ul li:hover em a{color: #7F1084 !important;}
.Top .MainNav ul li.onnav em a{color: #000;}

.publicPage .Top .MainNav ul li.onnav em::before,
.Top .MainNav ul li.onnav em::before,
.Top.fixed .MainNav ul li.onnav em::before,
.Top.on .MainNav ul li.onnav em::before{
	background-image: url(../images/titleLine.png);
}

.Top::before{
	content: '';
    display: block;
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
	transition: all 0.5s;
}
/* .Top .TopCon{
	position: absolute;
    left: 50%;
    transform: translate(-50%, 0px);
} */
.publicPage .Top::before,
.Top.fixed::before,
.Top.on::before{
	height: 1rem;
}
.Top .searchBox,
.Top .Logo{
	position: relative;
	height: 1rem;
}

/* .Top.on{background: #fff;box-shadow: 0 0 10px rgba(0,0,0,0.1);} */
.Top.on .Logo .img1{display: none;}
.Top.on .Logo .img2{display: inline-block;}
.Top.on .searchIco .img2{display: inline-block;}
.Top.on .searchIco .img1{display: none;}
.Top.on .Lan .name .icon .img2{display: inline-block;}
.Top.on .Lan .name .icon .img1{display: none;}
.Top.on .Lan .name span{color:#666;}
.Top.on .Lan .name i{background-image: url(../images/arr_jt.svg);}
.Top.on .MainNav ul li em a{color: #272636;}
.Top.on .MainNav ul li.onnav em a{color:#7F1084;}
.Top.on .Lan::before{background: #999;}
.Top.on .m-btn span,.Top.on .m-btn span::before,.Top.on .m-btn span::after{background: #7F1084;}
.Top.on .m-btn.active span{background: transparent;}

.Top.fixed .Logo .img1{display: none;}
.Top.fixed .Logo .img2{display: inline-block;}
.Top.fixed .searchIco .img2{display: inline-block;}
.Top.fixed .searchIco .img1{display: none;}
.Top.fixed .Lan .name .icon .img2{display: inline-block;}
.Top.fixed .Lan .name .icon .img1{display: none;}
.Top.fixed .Lan .name span{color:#666;}
.Top.fixed .Lan .name i{background-image: url(../images/arr_jt.svg);}
.Top.fixed .MainNav ul li em a{color: #272636;}
.Top.fixed .MainNav ul li.onnav em a{color: #000000;}
.Top.fixed .Lan::before{background: #999;}
.Top.fixed .m-btn span,.Top.fixed .m-btn span::before,.Top.fixed .m-btn span::after{background: #7F1084;}
.Top.fixed .m-btn.active span{background: transparent;}

.publicPage .Top .Logo .img1{display: none;}
.publicPage .Top .Logo .img2{display: inline-block;}
.publicPage .Top .searchIco .img2{display: inline-block;}
.publicPage .Top .searchIco .img1{display: none;}
.publicPage .Top .Lan .name .icon .img2{display: inline-block;}
.publicPage .Top .Lan .name .icon .img1{display: none;}
.publicPage .Top .Lan .name span{color:#666;}
.publicPage .Top .Lan .name i{background-image: url(../images/arr_jt.svg);}
.publicPage .Top .MainNav ul li em a{color: #272636;}
.publicPage .Top .MainNav ul li.onnav em a{color:#7F1084;}
.publicPage .Top .Lan::before{background: #999;}
.publicPage .Top .m-btn span,.publicPage .Top .m-btn span::before,.publicPage .Top .m-btn span::after{background: #7F1084;}
.publicPage .Top .m-btn.active span{background: transparent;}


.Top .ver{position: relative;margin-right: 0.46rem;}
.Top .ver dt{cursor: pointer;font-size: 0.16rem;}
.Top .ver dt:before{width: 0.18rem;height: 0.18rem;background: url(../images/ico_ver.svg) no-repeat center center/contain;content: "";display: inline-block;vertical-align: middle;margin: -0.03rem 0.1rem 0 0;}
.Top .ver dt:after{width: 11px;height: 6px;background: url(../images/arr_b_white.svg) no-repeat center center/contain;content: "";display: inline-block;vertical-align: middle;margin: -0.02rem 0 0 0.1rem;}
.Top .ver dd{position: absolute;left: 50%;top: 150%;width: 115%;box-shadow: 0 5px 10px rgba(0,0,0,0.1);background-color:#fff;text-align: center;transform: translateX(-50%);border-radius: 5px;opacity: 0;visibility: hidden;z-index: -1;transition: all 0.3s ease;pointer-events: none;}
.Top .ver dd a{display: block;color: #272636;line-height: 2;}
.Top .ver dd a:hover{color: #7F1084}
.Top .ver.on dd{opacity: 1;z-index: 10;top: 100%;visibility: visible;padding: 0.1rem 0;pointer-events: auto;}
.Top.on .ver dt:before{background-image: url(../images/ico_ver_b.svg);}
.Top.on .ver dt:after{background-image: url(../images/arr_b_b.svg);}
.Top.on .ver dt{color: #7F1084;}

.Top.fixed .ver dt:before{background-image: url(../images/ico_ver_b.svg);}
.Top.fixed .ver dt:after{background-image: url(../images/arr_b_b.svg);}
.Top.fixed .ver dt{color: #7F1084;}

.publicPage .Top .ver dt:before{background-image: url(../images/ico_ver_b.svg);}
.publicPage .Top .ver dt:after{background-image: url(../images/arr_b_b.svg);}
.publicPage .Top .ver dt{color: #7F1084;}

.Top .topLogin{
	height: 0.46rem;
	background: #7F1084;
	border-radius: 0.23rem;
	-webkit-border-radius: 0.23rem;
	-moz-border-radius: 0.23rem;
	-ms-border-radius: 0.23rem;
	-o-border-radius: 0.23rem;
	display: flex;
	align-items: center;
	padding: 0 0.2rem;
	color: #fff;
}
.Top .topLogin::before{
	content: '';
	display: block;
	width: 0.18rem;
	height: 0.18rem;
	background-image: url(../images/userIcon.svg);
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 0.1rem;
}



@media(max-width:1024px){
	.Top{line-height: 60px;}
	.Top .Logo img{max-height:35px;}
	.m-btn{display: block;}
	.Top .MainNav{width:240px;height:calc(100vh - 60px);background: #fff;box-shadow: 0 0 10px rgba(0,0,0,0.1);position: absolute;right: -2.5%;top:100%;width:0;opacity: 0;visibility: hidden;transition: all .5s;}
	.Top .MainNav ul li em a{color:#272636;font-size: 15px;}
	.Top .MainNav ul li.onnav em a {
		color: #7F1084;
	}
	.Top .MainNav ul{padding:20px;width:240px;box-sizing: border-box;max-height:100%;overflow: auto;}
	.Top .MainNav ul li{width:100%;margin-right:0;box-sizing: border-box;line-height: 40px;padding:0 0 0 10px;}
	.Top .MainNav ul li em{padding-right:40px;}
	.Top .MainNav ul li em b{display: block;width:40px;height:100%;background: url(../images/navmore.svg) no-repeat center center;background-size: 15px;position: absolute;right:0;top:0;transition: all .5s;}
	.Top .MainNav ul li em b.on{transform: rotate(90deg);}
	.Top .MainNav ul li .NavPull{position: static;transform: translateX(0);line-height: 32px;font-size: 14px;background: #f7f8f9;box-shadow: 0 0 0 0 rgba(0,0,0,0);width:100%;}
	.Top .MainNav.show{width:240px;opacity: 1;visibility: visible;}
	.Top .MainNav ul li em::before{display: none;}
	.Top .Tel{font-size: 14px;margin-right: 10px;}
	.Top.on .MainNav ul li em a {
		color: #272636;
	}
	.Top.on::before {
		height: 60px;
	}

	.Top.fixed .MainNav ul li em a {
		color: #272636;
	}
	.Top.fixed::before {
		height: 60px;
	}

	.publicPage .Top .MainNav ul li em a {
		color: #272636;
	}
	.publicPage .Top::before {
		height: 60px;
	}

	.Top .ver{
		margin-right: 0.1rem;
	}
	.Top .searchIco::after{
		margin-left: 0.1rem;
		margin-right: 0.1rem;
	}
	.Top .topLogin{
		padding-left: 0.1rem;
		padding-right: 0.1rem;
	}
	.Top .Logo a{
		height: 60px;
	}
	.Top .searchBox, .Top .Logo{
		height: 60px;
	}

}

.Top .telBox{
	position: relative;
}
.Top .telBox img{
	width: 0.27rem;
	margin-right: 0.06rem;
}
.Top.fixed .telBox a,
.Top.on .telBox a{
	color: #000;
}
@media screen and (max-width:1024px){
	.Top .telBox{
		font-size: 0.16rem;
	}
	.m-btn span::before, .m-btn span::after,
	.m-btn span{
		background-color: #000;
	}
}


.FloatBox{position: fixed;z-index:10000;right:0.1rem;top:50%;transform: translateY(-50%);}
.FloatBox li{margin-bottom: 0.06rem;position: relative;}
.FloatBox li>a{width: 0.76rem;height: 0.76rem;display: flex;flex-direction: column;align-items: center;justify-content: center;border-radius: 0.06rem;color: #7F1084;font-size: 0.14rem;background: #FDF9F0;}
.FloatBox li .icon{width: 0.3rem;height:0.25rem;display: flex;align-items: center;justify-content: center;margin-bottom: 0.06rem;}
.FloatBox li .tcbox{min-height:100%;min-width:1.2rem;right:105%;border-radius: 0.04rem;background: #7F1084;position: absolute;color:#fff;text-align: center;top:0;padding:0 0.3rem;display: flex;align-items: center;flex-direction: column;white-space: nowrap;justify-content: center;padding:0 0.3rem;display: none;}
.FloatBox li:hover .tcbox{display: flex;}
.FloatBox li.enterPro,
.FloatBox li.gotop{opacity: 0;visibility: hidden;transition: all .5s;}
.FloatBox li.gotop a{background: #7F1084;}
.FloatBox li.enterPro.on,
.FloatBox li.gotop.on{opacity: 1;visibility: visible;}

@media(max-width:1024px){
	.FloatBox li>a{width:50px;height:50px;font-size: 10px;}
	.FloatBox li .icon{width:14px;height:14px;}
}


/* indexBottom  */
.codeBox{
	padding: 0.06rem;
	background-color: #fff;
	margin-bottom:0.1rem;
	margin-top: 0.1rem;
}
.indexBottom{width:100%;background:#161918;padding-top:0.4rem}
.indexBottom .leftBox a{color:#fff;text-align:center;transition:all 0.3s ease;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease}
.indexBottom .leftBox a:hover{color:#7F1084}
.indexBottom .leftBox dl{display:flex;flex-direction:column;align-items:center;margin-right:0.66rem;margin-bottom:0.14rem}
.indexBottom .leftBox dt{margin-bottom:0.2rem}
.indexBottom .leftBox dd{margin-bottom:0.16rem}
.indexBottom .rightBox{white-space:nowrap}
.indexBottom .rightBox .imgbox{display:flex;flex-direction:column;align-items:center}
.indexBottom .rightBox .imgbox img{width:1.22rem;height:1.22rem;}
.indexBottom .rightBox .dl{margin-right:0.42rem}
.indexBottom .rightBox .dl img{width:0.24rem;margin-right:0.08rem}
.indexBottom .rightBox .dl .dd{margin-bottom:0.2rem;line-height:0.24rem}
.indexBottom .copyRight{border-top:0.01rem solid #212423;padding-top:0.2rem;padding-bottom:0.2rem;color:rgba(255,255,255,0.4)}
.indexBottom .copyRight ul{margin-right:0.05rem}
.indexBottom .copyRight ul a{color:rgba(255,255,255,0.4);display:flex;align-items:center;transition:all 0.3 ease;-webkit-transition:all 0.3 ease;-moz-transition:all 0.3 ease;-ms-transition:all 0.3 ease;-o-transition:all 0.3 ease}
.indexBottom .copyRight ul a::after{content:'·';display:block;margin-left:0.04rem;margin-right:0.04rem}
.indexBottom .copyRight ul li:last-child a::after{display:none}
.indexBottom .copyRight ul a:hover{color:#7F1084}
.indexBottom .leftBox dt em{
	display: none;
}
.indexBottom .leftBox dt a{
	font-size: 0.16rem;
}
.indexBottom .leftBox dd a{
	font-size: 0.14rem;
}
@media screen and (max-width:1024px){
	.indexBottom .leftBox dl{
		margin-right: 0.5rem;
	}
}
@media screen and (max-width:768px){
	.indexBottom .BottomTop{
		flex-direction: column;
	}
	.indexBottom .BottomTop .leftBox{
		width: 100%;
		justify-content: space-between;
	}
	.indexBottom .leftBox dl{
		margin-right: 0;
	}
	.indexBottom .leftBox dd{
		display: none;
	}
	.indexBottom .rightBox{
		padding-bottom: 0.2rem;
	}
}
@media screen and (max-width:480px){
	.indexBottom .copyRight ul{
		margin-bottom: 0.1rem;
		margin-right: 0;
	}
}

.ml8{
	margin-left: 0.08rem;
}
.mt13{
	margin-top: 0.13rem;
}
.mt16{
	margin-top: 0.16rem;
}
.mt26{
	margin-top: 0.26rem;
}
.bgGray{
	background: #F5F7F9;
}
.mt10{
	margin-top: 0.1rem;
}


/*Top*/

.Header {
    height: 100px;
    line-height: 100px;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    transition: all 0.3s;
    background: #fff;
}

.Header .Logo {
    transition: all 0s;
    float: left;
}

.Header .Logo img {
    display: inline-block;
    vertical-align: middle;
}

.Search {
    float: right;
    transition: all 0.3s;
    position: relative;
    right: 6.5%;
}

.Search .Searchico {
    cursor: pointer;
    color: #333333;
    width: 90px;
    text-align: center;
    display: none;
}

.Search .Searchico .icongb {
    display: none;
}

.Search .Searchico.on .icongb {
    display: block;
}

.Search .Searchico.on .iconso {
    display: none;
}

.Search .Searchico .iconfont {
    font-size: 26px;
}

.Search .searchbox {
    width: 2rem;
    line-height: 36px;
    margin-top: 33px;
    position: relative;
}

.Search .searchbox .input {
    background: #fff;
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding-left: 36px;
    border: 1px solid #d8d8d8;
    border-radius: 6px;
    font-size: 14px;
}

.Search .searchbox .input:hover {
    border: 1px solid #999999;
}


/*.Search .searchbox .input::-webkit-input-placeholder {
    color: #333333;
}*/

.Search .searchbox .btn {
    position: absolute;
    left: 8px;
    top: 4px;
    width: 26px;
    height: 26px;
    color: #393939;
    background: transparent;
}

.Search .searchbox .btn .iconfont {
    font-size: 16px;
}

.Search .searchbox .btn:hover .iconfont {
    color: #7f1086;
}

.Search .searchbox.on {
    opacity: 1;
    visibility: visible;
    top: 45px;
    margin-top: 10px;
    line-height: 32px;
}

.Search .searchbox.on .input {
    height: 32px;
    line-height: 32px;
}

.Search .searchbox.on .btn {
    top: 3px;
}

.MainNav {
    text-align: center;
}

.MainNav li {
    display: inline-block;
    margin: 0 0.3rem;
    position: relative;
    z-index: 100;
}

.MainNav span a {
    position: relative;
    z-index: 1;
    display: block;
    text-align: center;
    transition: all ease 0s;
    font-size: 0.18rem;
}

.MainNav span a:after {
    position: absolute;
    left: 50%;
    width: 0;
    bottom: 0px;
    height: 4px;
    background: #7f1086;
    transition: all ease 0.3s;
    content: "";
    transform: translateX(-50%);
}

.MainNav .arr {
    display: none;
}

.MainNav li:hover span a,
.MainNav li.onnav span a {
    color: #7f1086 !important;
}

.MainNav li:hover a:after,
.MainNav li.onnav a:after {
    width: 100%;
}

.NavPull {
    z-index: 99;
    display: none;
    position: absolute;
    text-align: center;
    top: 1rem;
    left: 50%;
    width: 140px;
    margin-left: -0.7rem;
    line-height: 0.33rem;
    background: #fff;
    box-shadow: 0 0.05rem 0.15rem rgba(0, 0, 0, 0.2);
}

.NavPull.null {
    background: none;
    padding: 0;
}

.NavPull a {
    color: #333;
    padding: 0;
    display: block;
    font-size: 0.15rem;
    padding: 0.04rem 0;
    border-bottom: 1px solid #dbdbdb;
}

.NavPull a:hover,
.NavPull dd:hover a {
    background: #7f1086;
    color: #fff;
}

.NavPull.pro {
    width: 5.6rem;
    padding: 0.1rem 0.3rem;
}

.NavPull.pro dl {
    position: relative;
    text-align: left;
    min-height: 2.6rem;
}

.NavPull.pro dl a {
    border-bottom: 0;
    position: relative;
}

.NavPull.pro dl em a:after {
    width: 0.02rem;
    height: 0;
    top: 50%;
    transition: all 0.3s;
    background: #7f1086;
    position: absolute;
    content: "";
    left: 0.78rem;
    transform: translateY(-50%);
}

.NavPull.pro dd dl {
    position: absolute;
    left: 1rem;
    top: 0.5rem;
    width: 74%;
    transition: all 0.3s;
    visibility: hidden;
    opacity: 0;
}

.NavPull.pro dd dl dd a {
    border-bottom: 1px solid #dbdbdb;
    display: block;
    padding-right: 0.15rem;
}

.NavPull.pro a:hover,
.NavPull.pro dd:hover a {
    background: transparent;
    color: #7f1086 !important;
}

.NavPull.pro dd dl dd .iconfont {
    font-size: 0.14rem;
    position: absolute;
    right: 0;
    top: 0.05rem;
    dis-moz-transform: rotate(-90deg) !important;
    -ms-transform: rotate(-90deg) !important;
    -o-transform: rotate(-90deg) !important;
    transform: rotate(-90deg) !important;
}

.NavPull.pro dd.on em a:after {
    height: 30px;
}

.NavPull.pro dd.on dl {
    top: 0;
    opacity: 1;
    visibility: visible;
    z-index: 10;
}

.closebtn {
    position: fixed;
    left: 0px;
    top: 60px;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
    background: rgba(0, 0, 0, 0.5);
}

.openbtn {
    cursor: pointer;
    height: 25px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    color: #fff;
    width: 90px;
    height: 90px;
    text-align: center;
    display: none;
}

.openbtn span {
    display: inline-block;
    vertical-align: middle;
    margin: -3px 16px 0 0;
    width: 26px;
}

.openbtn i {
    display: block;
    height: 2px;
    background: #7f1086;
    margin: 8px 0;
    transition: all ease 0.3s;
}

.openbtn .sp1,
.openbtn .sp3 {
    margin-right: 10px;
}

.openbtn.on .sp1 {
    margin-right: 0;
    -webkit-transform: translate(0, 7px) rotate(45deg) !important;
    -moz-transform: translate(0, 7px) rotate(45deg) !important;
    -ms-transform: translate(0, 7px) rotate(45deg) !important;
    -o-transform: translate(0, 7px) rotate(45deg) !important;
    transform: translate(0, 7px) rotate(45deg) !important;
}

.openbtn.on .sp2 {
    -webkit-transform: translate(0, 0) rotate(-45deg) !important;
    -moz-transform: translate(0, 0) rotate(-45deg) !important;
    -ms-transform: translate(0, 0) rotate(-45deg) !important;
    -o-transform: translate(0, 0) rotate(-45deg) !important;
    transform: translate(0, 0) rotate(-45deg) !important;
}

.openbtn.on .sp3 {
    width: 0;
}

.Header.on .Code,
.Header.on .Search,
.Header.on .Ver {
    opacity: 0;
    visibility: hidden;
}

.Header.fix {
    height: 78px;
    line-height: 78px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.Header.fix .Logo img {
    margin-top: -3px;
}

.Header.fix .Search .searchbox {
    margin-top: 22px;
}

.Header.fix .NavPull {
    top: 1rem;
}

@media(max-width:1024px) {
    .Header {
        height: 60px !important;
        line-height: 60px !important;
    }
    .Header .auto {
        width: auto;
        margin: 0 12px;
        min-width: 300px;
    }
    .Header .Logo img {
        height: 26px;
    }
    .Header .ewm {
        margin-left: 20px;
    }
    .Header .ewm .iconfont {
        font-size: 28px;
    }
    .Ver {
        margin-right: 44px;
    }
    .Ver.on dd {
        top: 45px;
    }
    .Header .openbtn {
        width: 45px;
        height: 45px;
        display: block;
    }
    .Header .openbtn i {
        margin: 5px auto;
        width: 30px;
        height: 2px;
    }
    .Search {
        padding: 0 25px 0 0;
    }
    .Search .searchbox {
        width: 94%;
        left: 3%;
        position: absolute;
        right: 20px;
        top: 150px;
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s;
    }
    .Search .Searchico {
        display: block;
    }
    .Search .Searchico .iconfont {
        font-size: 20px;
    }
    .MainNav {
        position: fixed;
        height: calc(100% - 45px);
        overflow-y: auto;
        z-index: 999;
        width: 220px;
        padding: 0;
        right: -220px;
        background: #fff;
        top: 60px;
        visibility: hidden;
        opacity: 0;
        filter: alpha(opacity=0);
        transition: all ease 0.3s;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }
    .MainNav ul {
        padding-top: 30px;
    }
    .MainNav li {
        display: block;
        position: relative;
        float: none;
        border-bottom: 1px solid #e9e9e9;
        border-top: 1px solid #f9f8f6;
        width: auto;
        margin: 0;
        background: none;
    }
    .MainNav li span a {
        text-align: left;
        display: block;
        line-height: 28px !important;
        padding: 8px 0 8px 20px;
        font-size: 15px;
    }
    .MainNav li a {
        line-height: 38px;
        padding: 0 15px;
    }
    .MainNav li:hover span a,
    .MainNav li.onnav span a,
    .MainNav li span a.sele {
        color: #00437c;
    }
    .MainNav .arr {
        display: inline-block;
        position: absolute;
        z-index: 10;
        width: 100px;
        line-height: 38px;
        height: 38px;
        right: 0px;
        top: -1px;
    }
    .MainNav .arr i {
        position: absolute;
        height: auto;
        background: none;
        right: 15px;
        top: 5px;
        transition: all ease 0.3s;
    }
    .MainNav li.onnav .arr i {
        dis-moz-transform: translate(0, -3px) rotate(-180deg) !important;
        -ms-transform: translate(0, -3px) rotate(-180deg) !important;
        -o-transform: translate(0, -3px) rotate(-180deg) !important;
        transform: translate(0, -3px) rotate(-180deg) !important;
    }
    .MainNav.on {
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100);
        right: 0;
    }
    .MainNav li:after {
        display: none;
    }
    .NavPull {
        position: static;
        width: auto;
        text-align: left;
        left: 0;
        margin-left: 0;
    }
    .NavPull dd a {
        padding-left: 25px;
    }
    .NavPull.pro dd dl dd a {
        padding-left: 15px;
        padding-right: 25px;
    }
    .NavPull.pro {
        width: auto;
        padding: 0;
    }
    .NavPull.pro dd dl {
        min-height: auto;
        margin: 0 12px 12px;
        background: rgba(0, 0, 0, 0.1);
        display: block !important;
        opacity: 1;
        visibility: visible;
        position: static;
        width: auto;
    }
    .NavPull.pro dd dl dd .iconfont {
        right: 10px;
    }
    .NavPull.pro dl em a:after {
        display: none;
    }
}

@media screen and (min-width:1025px){
	.Header{
		background-color: transparent;
		transition: all .5s;
	}
	.Header:before{
		content: '';
		display: block;
		width: 100%;
		height: 0;
		position: absolute;
		left: 0;
		top: 0;
		background: #fff;
		transition: all 0.5s;
	}
	.Header.fix{
		height: 1rem;
		line-height: 1rem;
	}
	.Header:hover:before,
	.Header.fix::before{
	    height: 1rem;
	}
	.Header .Logo{
		position: relative;
	}
	.Header .telBox {
		position: relative;
	}
	.MainNav{
		padding-left: 3.4rem;
		padding-right: 3.4rem;
	}
	.MainNav span a::after{
		display: none;
	}
	.MainNav span a:before{
		content: "";
		display: block;
		width: 100%;
		height: 0.07rem;
		position: absolute;
		top: 0.72rem;
		left: 0;
		transition: all .3s;
		transform: rotateY(90deg);
		background-image: none;
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
	}
	.MainNav li:hover a:before,
	.MainNav li.onnav a::before {
	    transform: rotateY(0);
	}
	.MainNav li:hover a:before,
	.MainNav li.onnav a:before {
	    background-image: url(../images/titleLine.png);
	}
	.Header{
		height: 1rem;
		line-height: 1rem;
	}
	.Header .Logo img{
		height: 0.58rem;
	}
	.MainNav li:hover span a, 
	.MainNav li.onnav span a {
	    color: #000 !important;
	}
	.MainNav li{
		margin-left: 0;
		margin-right: 0.5rem;
	}
	.MainNav li:last-child{
		margin-right: 0;
	}
	.Header .telBox img {
	    width: 0.27rem;
	    margin-right: 0.06rem;
	}
	.Header.fix{
		box-shadow: none;
	}
}
@media screen and (max-width:1024px){
	.Header .telBox img {
	    width: 0.27rem;
	    margin-right: 0.06rem;
	}
	.Header .telBox {
		font-size: 0.16rem;
		padding-right: 46px;
	}
}

/* .learnMore{
	display: block;
	width: 1.65rem;
	height: 0.51rem;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
} */

.learnMore{
	display: flex;
	width: 1.65rem;
	height: 0.51rem;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	border: 1px solid #7F1084;
	color: #7F1084;
	font-weight: normal;
	font-size: 0.2rem;
	transition: all 0.3s ease;
}
.learnMore::after{
	content:'';
	display: block;
	width: 0.08rem;
	height: 0.14rem;
	background-image: url(../images/arrowR.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 0.1rem;
	margin-top: 0.02rem;
}
.learnMore:hover{
	background-color: #7F1084;
	color: #fff;
}
.learnMore:hover::after{
	background-image: url(../images/arrowR2.png);
}
@media screen and (max-width:768px){
	.learnMoreBox{
		flex-direction: column;
		align-items: flex-start;
	}
	.learnMore{
		margin-top: 0.2rem;
	}
}