@charset "utf-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@font-face {  
	font-family: "MSbold"; font-weight: normal; font-style: normal;
	src: url("../fonts/MontserratSemiBold.ttf")/*tpa=http://www.kingstarmedical.com/cn/fonts/MontserratSemiBold.ttf*/;
}
@font-face {  
	font-family: "Nunito-SemiBold"; font-weight: normal; font-style: normal;
	src: url("../fonts/Nunito-SemiBold.ttf")/*tpa=http://www.kingstarmedical.com/cn/fonts/Nunito-SemiBold.ttf*/;
}
/* html{-webkit-text-size-adjust:100%;font-size:5.2083333vw;} */
html{-webkit-text-size-adjust:100%;font-size:100px;overflow-x: hidden;}

html,body{height:100%;}

body{padding:100px 0px 0 0px;margin:0;font-size:0.18rem;line-height:0.3rem; color:#333333; width:100%; zoom:1;font-family: "Nunito-SemiBold";background:#fff;}
ul,li,form, dl,dt,dd,div,ul,li,p,em,i,address,ol{ 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:16px; border-radius:0; -webkit-border-radius:0; color:#545454;font-family: "Nunito-SemiBold";}
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,pre,time,menu{ padding: 0px;margin: 0; display: block;font-family: "Nunito-SemiBold";}
pre{white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;}
/*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;display: inline-block;vertical-align: middle;}
a{ color:#333333; text-decoration:none; noline:-webkit-tap-highlight-color:rgba(0,0,0,0);transition: all ease 0.3s;}
a:focus {outline:none; -moz-outline:none;}
a:hover{ text-decoration:none; color:#023089;}
/**:hover{transition: all ease 0.3s;}*/

/*input字体*/
:-moz-placeholder {color: #666666;}
::-moz-placeholder {color: #666666;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {color: #666666;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {color: #666666;}

select {
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	/*很关键：将默认的select选择框样式清除*/
	appearance: none; color:#999999;
	-moz-appearance: none;
	-webkit-appearance: none;
	/*在选择框的最右侧中间显示小箭头图片*/
	/* background: #f4f5f6 url(../images/select.png) no-repeat right 12px center; */
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding-left: 12px;
	padding-right: 14px;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
display: none;
}

/*网页滚动条*/
::-webkit-scrollbar{
            width: 6px; height:6px;-webkit-overflow-scrolling : touch;
            background-color: #ebeced;}
::-webkit-scrollbar:hover{display: block;}
::-webkit-scrollbar-track{
            background-color: #ebeced;}
::-webkit-scrollbar-thumb{
            border-radius: 10px;
												background:url("../images/scrollbg.png")/*tpa=http://www.kingstarmedical.com/cn/images/scrollbg.png*/ center center no-repeat, linear-gradient(to right, #023089, #1451c6);
												}
::-webkit-scrollbar-button{
            height: 0px;width: 0;
            background-color: #ebeced;}

/*公用样式*/
.fl{ float:left;}.fr{ float:right;}.tl{ text-align:left !important;}.tr{ text-align:right;}.tc{ text-align:center !important;}
.auto{margin:0px auto;}
.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;}
.w1720{ z-index:1; position:relative; clear:both; max-width:17.2rem;width: 92%; margin:0px auto;}
.w1520{ z-index:1; position:relative; clear:both; max-width:15.2rem;width: 92%; margin:0px auto;}
.table{ display: table; width:100%;}
.table .row{ display: table-row;}
.table .cell{ display: table-cell; vertical-align: middle;}
.iblock{font-size:0;}
.iblock div,.iblock li{ display: inline-block; vertical-align: middle;font-size:16px;}
.nones{ position:absolute; visibility:hidden; opacity:0; top:0;width: 100%;z-index: -10;}
.relative{position: relative;}


/*font*/
.DINM{font-family: "DINM";}
.t_ju{word-wrap: break-word;-webkit-hyphens: auto;-moz-hyphens: auto;hyphens: auto;}
.f16{font-size: 0.16rem;}
.f18{font-size: 0.18rem;}
.f20{font-size: 0.2rem;}
.f24{font-size: 0.24rem;}
.l36{line-height: 0.36rem;}
.f_666{color:#666;}
.iconfont{ font-size:24px; vertical-align:middle;display: inline-block;}
.tit{ display:block;overflow: hidden;word-break:normal;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;}
.dot1,.dot2,.dot3,.dot4,.dot5,.dot6,.dot7{overflow: hidden;word-break:normal;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;}
.dot1{-webkit-line-clamp: 1;}
.dot2{-webkit-line-clamp: 2;}
.dot3{-webkit-line-clamp: 3;}
.dot4{-webkit-line-clamp: 4;}
.dot5{-webkit-line-clamp: 5;}
.dot6{-webkit-line-clamp: 6;}
.dot7{-webkit-line-clamp: 7;}

@media(max-width:1366px){
	html{font-size:6.25vw}
}
@media ( max-width:1024px){
	html{font-size:9.765625vw}
	select,input,textarea,button{font-size: 14px;}
body{min-width:300px;padding-top: 50px;}
::-webkit-scrollbar{width: 5px; height:5px;}
}
@media(max-width:767px){
	html{font-size:12.02083vw}
	body{font-size: 14px;line-height: 24px;}
	.f16{font-size: 14px;}
	.f20{font-size: 15px;}
 .f24{font-size: 15px;}
	.l36{line-height: 24px;}
	.ptb120{padding-top:0.8rem;padding-bottom:0.8rem;}
.pt120{padding-top:0.8rem;}
.pb120{padding-bottom:0.8rem;}
}


/*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;}
.imgbox img{ width:100%; height:100%;object-fit: cover;}

.ico{display:block;position: relative;align-items: center;justify-content: center;}
.ico .i1,.ico .i2 {position: absolute;z-index: 100;width: 100%;height: 100%;z-index: 2;}
.ico img {position: absolute;width: 100%;height: 100%;left: 0;top: 0;z-index: 2;}
.ico .i1 {transition: 400ms;}
.ico .i2 {-webkit-transform: scale(0);transform: scale(0);opacity: 0;filter: alpha(opacity=0);transition: 500ms;}
.li:hover .ico .i2,.li.on .ico .i2,.item:hover .ico .i2,.item.slick-current .ico .i2 {-webkit-transform: scale(1);transform: scale(1);opacity: 1;filter: alpha(opacity=100);}
.li:hover .ico .i1,.li.on .ico .i1,.item:hover .ico .i1,.item.slick-current .ico .i1 {opacity: 0;filter: alpha(opacity=0);-webkit-transform: scale(1.2);transform: scale(1.2);}

.btnam{padding:0 0.32rem;line-height: 0.6rem;display: inline-block;font-size: 0.22rem;background: #023089;border-radius: 0.3rem;text-transform: uppercase;color:#fff;overflow: hidden;position: relative;}
.btnam:before{display: inline-block;vertical-align: middle;content: "";width: 0.3rem;height: 0.3rem;border-radius: 50%;background: #fff url("../images/ico/ico_jia2.gif")/*tpa=http://www.kingstarmedical.com/cn/images/ico/ico_jia2.gif*/ center center no-repeat;margin-right: 10px;transition: all 0.3s;}
.btnam:after{position: absolute;width: 150%;left:0;height: 150%;bottom: -150%;background:rgba(255,255,255,0.2);transition: all 0.5s;opacity: 0;content: "";}
.btnam span{position: relative;z-index: 1;}
.btnam:hover{color:rgba(255,255,255,0.8);}
.btnam:hover:After{bottom: 150%;opacity: 1;}
.btnam:hover:before{transform: scale(1.1);}
.btnam i{font-size: 18px;opacity: 0.4;margin:-3px 0 0 5px;color:#fff;}
.btnam.nob:before{display: none;}

/*pages*/
.Pages{clear: both;text-align: center;padding-top:0.4rem;line-height: 0.49rem;position: relative;font-size: 0.24rem;line-height: 0.5rem;}
.Pages span{line-height:0.5rem;height:0.5rem;display: inline-block;}
.Pages a{display: inline-block;vertical-align: middle;height: 0.5rem;color:#999999;border-radius: 6px;margin:0 0.05rem;width: 0.5rem;border: 1px solid;line-height: 0.5rem;}
.Pages .num a{width: 0.5rem;border: 1px solid rgba(0,0,0,.3);color: #2a2c2e;}
.Pages .num a:hover,.Pages a.current,.Pages a.prev:hover,.Pages a.next:hover{color:#fff;border: 1px solid #09368c;background-color: #09368c;}
.Pages .arr{position: absolute;padding:0 0.13rem;border-radius: 0.25rem;transition: all 0.3s;font-size: 0.24rem;}
.Pages .arr:hover{color:#fff;background: #09368c;padding:0 0.3rem;}
.Pages .prev{left: 0;width:1rem;}
.Pages .next{right: 0;width:1rem;}
.Pages .current{  
	   
	color: #fff;
    border: 1px solid #09368c;
    background-color: #09368c;
	
	
	    display: inline-block;
    vertical-align: middle;
    height: 0.5rem;
    color: #ffffff;
    border-radius: 6px;
    margin: 0 0.05rem;
    width: 0.5rem;
    border: 1px solid;
    line-height: 0.5rem;
}
.current a{color:#fff;}

@media ( max-width:1024px){
.Pages{line-height:25px; font-size:14px;}
.Pages a{height: 25px;margin: 0;}
.Pages .arr{padding:0;height: 25px;}
.Pages .p_page .num a{ width:25px;}
.Pages .arr i{font-size: 19px;}
}
/*pages end*/



/*pages*/
.Pages1{clear: both;text-align: center;padding-top:0.4rem;line-height: 0.49rem;position: relative;font-size: 0.24rem;line-height: 0.5rem;}
.Pages1 span{line-height:0.5rem;height:0.5rem;display: inline-block;}
.Pages1 a{display: inline-block;vertical-align: middle;height: 0.5rem;color:#999999;border-radius: 6px;margin:0 0.05rem;width: 0.5rem;border: 1px solid;line-height: 0.5rem;}
.Pages1 .num a{width: 0.5rem;border: 1px solid rgba(0,0,0,.3);color: #2a2c2e;}
.Pages1 .num a:hover,.Pages1 a.a_cur,.Pages1 a.a_prev:hover,.Pages1 a.a_next:hover{color:#fff;border: 1px solid #09368c;background-color: #09368c;}
.Pages1 .arr{position: absolute;padding:0 0.13rem;border-radius: 0.25rem;transition: all 0.3s;font-size: 0.24rem;}
.Pages1 .arr:hover{color:#fff;background: #09368c;padding:0 0.3rem;}
.Pages1 .a_prev{left: 0;}
.Pages1 .a_next{right: 0;}

@media ( max-width:1024px){
.Pages1{line-height:25px; font-size:14px;}
.Pages1 a{height: 25px;margin: 0;}
.Pages1 .arr{padding:0;height: 25px;}
.Pages1 .p_page .num a{ width:25px;}
.Pages1 .arr i{font-size: 19px;}
}
/*pages end*/










/*Top*/
.Header{ height:100px;line-height:100px; position:fixed; width:100%; left:0; top:0;z-index:1000; text-align: right;font-size: 0;background:#fff;transition: all 0.3s;box-shadow: 0 0 20px rgba(0,16,46,0.06);}
.Header .dis{display: inline-block;vertical-align: middle;}
.Header .Logo {float: left;}
.Header .Logo img{height: 50px;}

.Header .otherVer{margin-right: 0.3rem;}
.Header .Ver{position: relative;margin-right: 0.3rem;}
.Header .Ver dt .iconfont{font-size: 20px;color:#888888;cursor: pointer;}
.Header .Ver dd{position: absolute;left: 50%;top: 80%;width: 130px;box-shadow: 0 5px 10px rgba(0,0,0,0.1);background:#fff;text-align: center;transform: translateX(-50%);border-radius: 5px;opacity: 0;visibility: hidden;z-index: -1;transition: all 0.3s;text-align: left;padding: 0.12rem 0;}
.Header .Ver dd img{display: inline-block;vertical-align: middle;width: 30px;height: 20px;margin-right: 5px;}
.Header .Ver dd a{display: block;line-height: 35px;padding: 0 5px 0 10px;font-size: 0.16rem;margin: 0.03rem 0;}
.Header .Ver.on dd{opacity: 1;z-index: 1;top: 100%;visibility: visible;}

.Searchico{ cursor:pointer; color:#888888;position: relative;margin: 0 0.3rem 0 0.55rem;z-index: 10;font-weight: bold;}
.Searchico:hover{color:#023089;}
.Searchico .icongb{ display:none;}
.Searchico.on .icongb{ display:block;}
.Searchico.on .iconso{ display:none;}
.Searchico .iconfont{ font-size:20px;}
.searchbox{width:70%;position:absolute;line-height: 35px;background:#fff;border-bottom:1px solid #e6e6e6;transition: all 0.3s;right: 40px;top: 38px;z-index:9;text-align: left;display:none;height: 45px;}
.searchbox .input{width:calc(100% - 0.6rem); height:45px;line-height: 45px;padding:0 0.15rem;}
.searchbox button{width: 35px;height: 35px;color:#666;background:transparent;position: absolute;left: -35px;top: 2px;}
.searchbox button i{margin-top: -0.03rem;}
.searchbox button:hover{color:#222;}
.searchbox.on{display: block;}

.MainNav li{float: left; margin: 0 0 0 0.5rem;position: relative;}
.MainNav span a{ position:relative; z-index:1;display:block;transition: all ease 0s;font-family: "MSbold";color: #888888;}
.MainNav span a:after{width: 0;left: 50%;height: 2px;position: absolute;background:#023089;content: "";transition: all 0.3s;bottom: 24px;}
.MainNav .arr{ display:none;}
.MainNav li:hover span a,.MainNav li.onnav span a{color:#02328d;}
.MainNav li:hover a:after,.MainNav li.onnav a:after{ width:100%;left: 0;}

.NavPull{ z-index:99;display:none; position:absolute; text-align:center; top:100%; left:50%;width:300px; background:rgba(255,255,255,0.8); box-shadow:0 5px 15px rgba(0,0,0,0.2);font-size: 0.16rem;padding:0.2rem 0;transform: translateX(-50%);font-family: "MSbold";border-radius: 0 0 0.15rem 0.15rem;}
.NavPull.null{background:none; padding:0;}
.NavPull.null dl{display: none;}
.NavPull dl{text-align: left;}
.NavPull dl dd{margin:0 0.2rem;line-height: 0.35rem;}

.closebtn{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:10; display:none;background: rgba(0,0,0,0.5);}
.openbtn{ cursor:pointer; height:100px; position:absolute; right:0; top:0;height: 100%; z-index:999;color:#fff;background: #023089;display: flex;justify-content: center;flex-direction: column;width: 1rem;align-items: center;}
.openbtn span{ display:inline-block;vertical-align: middle;margin:0;}
.openbtn i{ display:block; height:2px; background:#fff; border-radius:4px; margin:6px 0;transition: all ease 0.3s;width: 28px;}
.openbtn.on .sp1 {
	-webkit-transform: translate(0, 9px) rotate(45deg) !important;
	-moz-transform: translate(0, 9px) rotate(45deg) !important;
	-ms-transform: translate(0, 9px) rotate(45deg) !important;
	-o-transform: translate(0, 9px) rotate(45deg) !important;
	transform: translate(0, 9px) 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;}

.AllNav{background:#1c1c1c;position:fixed;left: 100%;top: 0;width: 100%;height: 100%;z-index: 999;transition: all 0.8s;font-family: "MSbold";}
.AllNav.on{left: 0;}
.AllNav .Nav{width: 58%;margin-left: 10%;height: 100%;padding-top:12%;overflow: hidden;}
.AllNav .Nav ul{display: flex;justify-content: space-between;}
.AllNav .Nav li{line-height: 2.8;font-weight: bold;transform:translateX(-200px);-webkit-transform:translateY(200px);opacity:0; position: relative;}
.AllNav .arr{ display:none;}
.AllNav .Nav li a{color:#fff;}.AllNav .Nav li a:hover{opacity: 0.7;}
.AllNav .Nav li:nth-child(1) {transition:all 1S 0.2s;}
.AllNav .Nav li:nth-child(2) {transition:all 1S 0.3s;}
.AllNav .Nav li:nth-child(3) {transition:all 1S 0.4s;}
.AllNav .Nav li:nth-child(4) {transition:all 1S 0.5s;}
.AllNav .Nav li:nth-child(5) {transition:all 1S 0.6s;}
.AllNav .Nav li:nth-child(6) {transition:all 1S 0.7s;}
.AllNav .Nav li.on{z-index:10;}
.AllNav .Nav li.on .NavPull2{opacity: 1;visibility: visible;top: 0;}

.AllNav.on .Nav li {transform:translate(0,0);-webkit-transform:translate(0,0);opacity:1;}
.AllNav .ti{line-height:58px;font-size: 16px;position: relative;margin-bottom: 20px;}
.AllNav .ti:after{width: 40px;height: 1px;background:#4c4c4c;content: "";left: 0;bottom: 0;position: absolute;}
.AllNav .Contact{width: 22%;padding:12% 4% 0;position: absolute;right: 0;top:0;height: 100%;background:#000000;font-size: 12px;color:#999;line-height: 25px;}
.AllNav .Contact .tel{color:#fff;font-size: 0.24rem;margin:0.1rem 0;}
.AllNav .Contact .iconfont{font-size: 18px;margin-right:8px;}
.AllNav .Contact .copy{margin-top:35px;}

.Header.Fixedtop{height: 70px;line-height: 70px;}
.Header.Fixedtop .MainNav span a:after{bottom: 15px;}
.Header.Fixedtop .searchbox{top: 16px;}

@media(max-width:1560px){
	.AllNav .Nav{margin-left: 5%;width: 63.2%;padding-top: 9%;}
	.AllNav .Contact{padding:9% 2% 0;}
	.AllNav .Contact{width: 25%;}
	.Header .Ver {margin-right: 0.5rem;}
}
@media(max-width:1024px){
.Header,.Header.Fixedtop{height: 50px;line-height: 50px;}
.Header .Logo img{height: 25px;}
.Header .Ver{margin-right:16px;}
.Header .otherVer{margin-right:37px;font-size: 14px;}

.Searchico{margin:0 16px 0 0;}
.Searchico.on{margin:0 -24px 0 0;}
.Searchico:before{left: auto;right: -8px;}
.searchbox{width: 97%;right: 3%;line-height: 28px;top: 4px;}
.searchbox .input{height: 40px;line-height: 40px;width:calc(100% - 40px);padding-left: 40px;}
.searchbox button{left: 0;top: 1px;}
.Header.Fixedtop .searchbox {top: 9px;}

.openbtn{display: block;width: 40px;text-align: center;}
.openbtn i {width: 20px;}
.MainNav{position: fixed;right: 0;top: 50px;width: 70%;height: calc(100% - 50px);right: -100%;transition: all 0.3s;opacity: 0;background:#fff;box-shadow: 0 0 10px rgba(0,0,0,0.2);padding-top: 20px;overflow-y: auto;z-index: 100;}
.MainNav.on{right: 0;opacity: 1;}
.MainNav li{width: auto;float: none;text-align: left;margin: 0 15px;position: relative;}
.MainNav span a{text-align: left;font-size: 15px;padding-left: 15px;line-height: 40px;border-bottom: 1px solid #eee;color:#333 !important;}
.MainNav li:hover span a, .MainNav li.onnav span a{color:#307d65;}
.MainNav li:not(:first-child):After{display: none;}
.AllNav .arr{display: block;width: 80px;position: absolute;right: 0;top: 0;height: 50px;line-height: 50px;z-index: 5;}
.AllNav .arr i{position: absolute;right: 10px;font-size: 14px;color:#666;top: 0;transition: all 0.3s;}
.AllNav .Nav li{border-bottom: 1px solid rgba(255,255,255,0.1);line-height: 50px;}
.AllNav .Nav li.onnav .arr i{transform: rotate(-180deg);}
.NavPull2{position: static;width: 100%;margin:0;text-align: left;padding:10px;display: none;}
.NavPull2 a{font-size: 14px;padding:2px 0 2px 15px;}
.AllNav .Nav ul{display: block;};
}
@media(max-width:580px){
	.Header .Ver dd a{font-size: 14px;}
	.NavPull dl{display: block;line-height: 24px;}
	.NavPull dl:not(:last-child){margin-bottom: 20px;}
	.searchbox{width: 92%;right: 8%;}

	.AllNav .Nav{width: auto;padding:1.5rem 0.5rem;}
	.AllNav .Contact{display: none;}
}

/*Bottom*/
#scrollxf .Footer{top: -1rem;}
.Footer{ position:relative;padding: 0.91rem 0 0;color:#9b9b9b;background:#fff;clear: both;}
.Footer .blank{position: absolute;left: 0;top: -100vh;height: 100vh;z-index: -2;width: 100%;}
.Footer .Contact{width: 34.01%;float: left;font-size: 0.16rem;}
.Footer .Contact .logo img{height:0.58rem;display: block;margin-bottom: 0.4rem;}
.Footer .Contact dl{line-height: 24px;color:#777777;padding-bottom: 0.24rem;}
.Footer .Contact dl dt{font-weight: bold;color:#050f23;}
.Footer .Contact .btnam{width: 1.68rem;text-align: center;text-transform:capitalize;font-size: 0.16rem;line-height: 0.54rem;display: block;}

.Footer .Nav{width: 17.55%;float: right;padding-top: 0.37rem;}
.Footer .Nav li{margin-bottom: 0.33rem;}
.Footer .Nav li a{display: inline-block;vertical-align: top;color:#777777;position: relative;}
.Footer .Nav li a:After{position: absolute;left: 0;bottom: 0;width: 0;height: 1px;content: "";background: #023089;transition: all 0.3s;}
.Footer .Nav li:hover a:After{width: 100%;}

.Footer .Right{width: 32.55%;float: right;}
.Footer .Right .share{display: flex;padding:0.29rem 0 0.35rem;}
.Footer .Right .share li{margin-right: 0.22rem;}
.Footer .Right .share li img{width: 30px;transition: all 0.3s;}
.Footer .Right .share li:hover img{transform: scale(1.1);}

.Footer .Right .mail h3{font-size: 0.26rem;color:#050f23;margin-bottom: 0.24rem;}
.Footer .Right .mail .input{height: 0.54rem;background: #f2f7fd;display: flex;justify-content: space-between;}
.Footer .Right .mail .input input{width: 100%;height: 0.54rem;padding: 0 0.22rem;}
.Footer .Right .mail .input button{width: 1.46rem;background: #023089;color:#fff;font-size: 0.16rem;height: 0.54rem;}
.Footer .Right .mail .input button:hover{background: #013aa7;}

.Footer .Right .stores aside{margin: 0.46rem 0 0.14rem;color:#050f23;}
.Footer .Right .stores aside img{display: inline-block;vertical-align: middle;margin-right: 0.13rem;}
.Footer .Right .stores ul{display: flex;}
.Footer .Right .stores li{margin-right: 0.26rem;width: 0.6rem;height: 0.6rem;border-radius: 50%;border:1px solid #eeeeee;transition: all 0.3s;}
.Footer .Right .stores li img{border-radius: 50%;}
.Footer .Right .stores li:hover{border:1px solid #999;transform: scale(1.1);}

.Footer .copyright{padding:0.32rem 0 0.28rem;background:#023089;font-size: 14px;color:rgba(255,255,255,0.6);clear: both;margin-top: 0.7rem;}
.Footer .copyright a{color:rgba(255,255,255,0.6);}.Footer .copyright a:hover{color:#fff;}
.totop{position:fixed;right:1.7%;bottom:-100%;text-align: center; cursor: pointer;overflow: hidden;visibility: hidden;opacity: 0;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;width: 0.8rem;line-height:0.8rem;height: 0.8rem;z-index:210;background:#023089;box-shadow: 0 10px 10px rgba(0,0,0,0.1);font-weight: bold;color:#fff;}
.totop.cd-is-visible {visibility: visible;opacity: 1; cursor:pointer;bottom: 0;}
.totop:hover{background-color:#0642b6;}
.totop.fix{position: absolute;top: -0.4rem;bottom: auto;border-radius: 50%;}

@media(max-width:1024px){
	.Footer{padding-top: 0.26rem;}
}
@media(max-width:767px){
	.Footer .Nav{display: none;}
	.Footer .Contact{width: auto;float: none;font-size: 14px;}
	.Footer .Contact .btnam{font-size: 14px;width: 2rem;line-height: 0.66rem;}
	.Footer .Right .mail .input input,.Footer .Right .mail .input{height: 35px;}
	.Footer .Right .mail .input button{height: 35px;width: 78px;}
	.Footer .Right{width: auto;float: none;}
	.Footer .Right .stores li{width: 40px;height: 40px;}
}
/*Bottom*/

.itemhover{transition: all ease 0.3s;display: block;}
.activehover{-webkit-box-shadow: 0 15px 38px rgba(0,0,0,0.18);
	box-shadow: 0 15px 38px rgba(0,0,0,0.18);
	-webkit-transform: translate3d(0, -4px, 0);
	transform: translate3d(0, -4px, 0);}
.itemhover2{transition: all ease 0.3s;display: block;}
.activehover2{
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);}


.video_files{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 15;}
.video_files .close{position: absolute;right: 0;top: 0;text-align:center;width: 35px;height: 35px;line-height: 35px;background:#005d4f;color:#fff;z-index: 10;cursor: pointer;}
.video_files video{width: 100%;height: 100%;left: 0;top: 0;position: absolute;object-fit: cover;background:#000;}

#scrollxf{z-index: 10;}
.wow {visibility: hidden;}