﻿@charset "utf-8";
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 / 500 * 100vw);}
}
*{margin:0;padding:0;box-sizing: border-box;}
body{ font-family:sans-serif;margin:0px; padding:0px; margin:0px auto; font-size:0.16rem; color:#333; width:100%;  zoom:1;line-height: 1.875;}
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:#333;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:#333; text-decoration:none;}
a:focus {outline:none; -moz-outline:none;}
a:hover{ text-decoration:none;color:#1255a0;}
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;}
.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;}
.flex_sw_rev{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;flex-direction: row-reverse;}


/*单行文本省略号*/
.dot {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.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: #999999;}
::-moz-placeholder {color: #999999;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {color: #999999;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {color: #999999;}

select {
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	border: solid 1px #d9d9d9; text-indent:1em;
	/*很关键：将默认的select选择框样式清除*/
	appearance: none; color:#999999;
	-moz-appearance: none;
	-webkit-appearance: none;
	/*在选择框的最右侧中间显示小箭头图片*/
	background: url(../images/selectarr.png) no-repeat scroll 95% center transparent;
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding-right: 14px;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
    display: none;
}

/*网页滚动条*/
::-webkit-scrollbar-button{display: none;}
::-webkit-scrollbar{width: 6px; height:6px;-webkit-overflow-scrolling : touch;background-color: #e6e6e6;}
::-webkit-scrollbar-track{background-color: #e6e6e6;}
::-webkit-scrollbar-thumb{border-radius: 10px;background-color: #58504a;}
::-webkit-scrollbar-button{height: 0px;background-color: #e6e6e6;}

.scroll{overflow: auto;}
.scroll::-webkit-scrollbar-button{display: none;}
.scroll::-webkit-scrollbar{width: 2px; height:2px;-webkit-overflow-scrolling : touch;background-color: #f5f5f5;}
.scroll::-webkit-scrollbar-track{background-color: #f5f5f5;}
.scroll::-webkit-scrollbar-thumb{border-radius: 2px;background-color: #c5c5c5;}
.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{position: relative;margin:0 auto;}
.ico img{position: absolute;top:50%;left:50%;transform: scale(0) translate(-50%,-50%);transition: all .5s;max-height:100%;max-width:100%;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:0.6rem;text-align: center;display: flex;justify-content: center;flex-wrap: wrap;}
.Pages a{display: inline-block;width:0.48rem;height: 0.48rem;border:1px solid #9db7d1;margin:0 0.05rem;line-height: 0.48rem;color:#333;overflow: hidden;border-radius: 0.05rem;}
.Pages .p_cur, .Pages .p_count, .Pages .p_total,.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;background-size: 0.07rem;}

.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: #1255a0;color:#fff;border:1px solid #1255a0;}
.Pages a:hover{background: #1255a0;color:#fff;border:1px solid #1255a0;}
.Pages :hover{color:#da251d;}

.Pages .a_prev:hover::after{background-image: url(../images/page_prevc.png);}
.Pages .a_next:hover::after{background-image: url(../images/page_nextc.png);}
.Pages .i_text{width:0.48rem;height:0.48rem;border-radius: 0.05rem;border:1px solid #9db7d1;margin:0 0.05rem;color:#333;}
.Pages .i_button{width:0.48rem;height:0.48rem;border-radius: 0.05rem;border:1px solid #9db7d1;background: #9db7d1;color:#fff;margin-left:0.05rem;}
.Pages b{color:#666;}

@media(max-width:640px){
	.Pages a{margin:0 2px;}
	.Pages{padding-top:20px;}
	.Pages a{width:0.36rem;height:0.36rem;line-height: 0.36rem;}
	.Pages .i_text,.Pages .i_button{width:0.36rem;height:0.36rem;}
}

/*pages end*/


.m-btn{display: none;cursor: pointer;padding:0.15rem 0.05rem;border-radius: 5px;z-index:999;margin-top:0.18rem;margin-left:0.2rem;}
.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;}

.color{ text-decoration:none;background: linear-gradient(125deg, #70B323 0%, #0D5C96 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;color: transparent;}
.w1440{width:96%;max-width:14.4rem;margin:0 auto;}
.f14{font-size: 0.14rem;}
.f16{font-size: 0.16rem;}
.f18{font-size: 0.18rem;}
.f20{font-size: 0.2rem;}
.f24{font-size: 0.24rem;}
.f30{font-size: 0.3rem;}
.f32{font-size: 0.32rem;}
.f36{font-size: 0.36rem;}
.f38{font-size: 0.38rem;}
.f40{font-size: 0.4rem;}
.f46{font-size: 0.46rem;}
.f48{font-size: 0.48rem;}


@media(max-width:1024px){
	.f24{font-size: 0.20rem;}
	.f32{font-size: 0.24rem;}
	.f36{font-size: 0.28rem;}
	.f38{font-size: 0.28rem;}
	.f40{font-size: 0.28rem;}
	.f46{font-size: 0.3rem;}
	.f48{font-size: 0.32rem;}
}


@media(max-width:640px){
	.f14{font-size: 0.16rem;}
	.f16{font-size: 0.16rem;}
	.f30{font-size: 0.24rem;}
	.f36{font-size: 0.24rem;}
	.f38{font-size: 0.24rem;}
	.f40{font-size: 0.24rem;}
	.f46{font-size: 0.28rem;}
	.f48{font-size: 0.28rem;}
}

.body_black{padding-top:1rem;}
.Top{position: fixed;z-index:999;left:0;top:0;width:100%;line-height: 1rem;transition: all .5s;}
.Top .Logo img{max-height:0.57rem;}
.Top .Logo .img2{display: none;}
.Top .Search{padding-left:0.3rem;position: relative;}
.Top .Search::before{content:'';display: block;background: #fff;width:1px;height:0.2rem;position: absolute;left:0;top:50%;transform: translateY(-50%);opacity: 0.5;}
.Top .Search .SearchIco{width:0.2rem;cursor: pointer;}
.Top .Search .SearchIco .img2{display: none;}
.Top .SearchBox{position: absolute;width:100%;box-sizing: border-box;top:100%;left:0;z-index:99;background: #333;padding:0.9rem 0.3rem;display: none;}
.Top .SearchBox .w1440{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.png) #87C536 no-repeat center center;position: absolute;right:0;top:0;background-size: 0.2rem;}

.MainNav{}
.MainNav ul::after{content:"";display: block;clear: both;}
.MainNav ul li{float:left;padding:0.23rem 0.16rem;position: relative;}
.MainNav ul li:not(:first-child):before{content:"";display: block;width:0.04rem;height:0.04rem;border-radius: 50%;background: #fff;position: absolute;left:0;top:50%;margin-top:-0.02rem;}
.MainNav ul li em{display: block;line-height: 0.54rem;border-radius: 0.54rem;padding:0 0.25rem;min-width:1.2rem;text-align: center;}
.MainNav ul li em a{color:#fff;}
.MainNav ul li .NavPull{position: absolute;left:50%;top:80%;transform: translateX(-50%);padding-top:0.08rem;display: none;}
.MainNav ul li .NavPull::before{content:'';display: block;border-bottom:0.1rem solid #E5EEF4;border-left:0.1rem solid transparent;border-right:0.1rem solid transparent;border-top:0.1rem solid transparent;position: absolute;left:50%;top:-0.08rem;transform: translateX(-50%);}
.MainNav ul li .NavPull dl{width:1.8rem;background: #E5EEF4;border-radius: 0.1rem;overflow: hidden;position: relative;z-index:9;box-shadow: 0 0 0.2rem rgba(0,0,0,0.1);}
.MainNav ul li .NavPull dd{line-height: 0.3rem;text-align: center;font-size: 0.16rem;padding:0.1rem 0;}
.MainNav ul li .NavPull dd:not(:first-child){border-top:1px solid #fff;}
.MainNav ul li .NavPull dd a{display: block;}
.MainNav ul li .NavPull dd:hover{background-image: linear-gradient(to right, #0d5c96, #70b323);}
.MainNav ul li .NavPull dd:hover a{color:#fff;}
.MainNav ul li .NavPull.null{display: none !important;}

.Top.fix .Logo .img1{display: none;}
.Top.fix .Logo .img2{display: inline-block;}
.Top.fix .Search .SearchIco .img1{display: none;}
.Top.fix .Search .SearchIco .img2{display: inline-block;}
.Top.fix .MainNav ul li.onnav em{background-image: linear-gradient(to right, #0d5c96, #70b323);}
.Top.fix .MainNav ul li.onnav em a{color:#fff;}
.Top.fix .MainNav ul li:not(:first-child):before{background: #8592a2;}
.Top.fix .MainNav ul li em a{color:#181f28;}
.Top.fix .Search::before{background: #a6b1c0;}
.Top.fix .m-btn span,.Top.fix .m-btn span::before,.Top.fix .m-btn span::after{background: #70b323;}
.Top.fix .m-btn.active span{background: transparent;}

.Top.on{background: #fff;}
.body_black .Top{background: #fff;}
.body_black .Top .Logo .img1{display: none;}
.body_black .Top .Logo .img2{display: inline-block;}
.body_black .Top .Search .SearchIco .img1{display: none;}
.body_black .Top .Search .SearchIco .img2{display: inline-block;}
.body_black .Top .MainNav ul li.onnav em{background-image: linear-gradient(to right, #0d5c96, #70b323);}
.body_black .Top .MainNav ul li.onnav em a{color:#fff;}
.body_black .Top .MainNav ul li:not(:first-child):before{background: #8592a2;}
.body_black .Top .MainNav ul li em a{color:#181f28;}
.body_black .Top .Search::before{background: #a6b1c0;}
.body_black .Top .m-btn span,.body_black .Top .m-btn span::before,.body_black .Top .m-btn span::after{background: #70b323;}
.body_black .Top .m-btn.active span{background: transparent;}
.MainNav ul li em b{display: block;width:100%;height:100%;position: absolute;right:0;top:0;transition: all .5s;z-index:10;}


@media(max-width:1024px){
	.body{padding-top:0.7rem;}
	.body_black{padding-top:0.7rem;}
	.Top{line-height: 0.7rem;}
	.Top .Logo img{max-height:0.4rem;}
	.m-btn{display: block;}
	.Top .Search::before{display: none;}
	.Top .Search .SearchIco{height:0.7rem;display:flex;justify-content:center;align-items:center;}
	.MainNav ul li:not(:first-child):before{display: none;}
	.MainNav{width:240px;height:calc(100vh - 0.7rem);background: #fff;box-shadow: 0 0 10px rgba(0,0,0,0.1);position: absolute;right:0;top:100%;width:0;opacity: 0;visibility: hidden;transition: all .5s;}
	.MainNav ul li{border-bottom:1px dashed #e5e5e5;}
	.MainNav ul li em a{color:#333;}
	.MainNav ul{padding:20px;width:240px;box-sizing: border-box;max-height:100%;overflow: auto;}
	.MainNav ul li{width:100%;margin-right:0;box-sizing: border-box;line-height: 0.6rem;padding:0 0 0 10px;text-align: left;}
	.MainNav ul li em{padding-right:40px;text-align: left;padding-left:0;}
	.MainNav ul li em b{display: block;width:100%;height:100%;background: url(../images/navmore.svg) no-repeat right center;background-size: 0.2rem;position: absolute;right:0;top:0;transition: all .5s;z-index:10;}
	.MainNav ul li em b.on{transform: rotate(90deg);}
	.MainNav ul li .NavPull{position: static;transform: translateX(0);box-shadow: 0 0 0 0 rgba(0,0,0,0);width:100%;}
	.MainNav ul li .NavPull dl{width:100%;}
	.MainNav.show{width:240px;opacity: 1;visibility: visible;}
	.MainNav ul li em a::before{display: none;}
	.MainNav ul li em{height:100%;position: relative;}
	.MainNav ul li em a{text-align: left;width:100%;line-height: 0.5rem;height:auto;}
	.MainNav ul li.onnav em a{background: none;color:#70b323;}
	.MainNav ul li .NavPull::before{display: none;}
	.Top.fix .MainNav ul li.onnav em{background: none;}
	.Top.fix .MainNav ul li.onnav em a{color:#70b323;}
	.MainNav ul li .NavPull dd{font-size: 0.18rem;}
}


.Bottom{background: url(../images/footbg.jpg) no-repeat center center;background-size: cover;}
.Bottom .BottomNav{color:#fff;}
.Bottom .BottomNav .name{line-height: 1;}
.Bottom .BottomNav .name i{display: inline-block;width:0.22rem;height:1px;background: #8cceff;opacity: 0.4;transform: rotate(45deg) translateY(-0.08rem);margin:0 0.05rem;margin-right:0.1rem;}
.Bottom .BottomNav .name span{color:#8cceff;opacity: 0.4;}
.Bottom .BottomNav ul li{margin:0.1rem 0;}
.Bottom .BottomNav ul li a{color:#fff;}
.Bottom .BottomNav ul li a:hover{color:#70b323;}

.Bottom .BottomBox{padding:0.8rem 0 0.4rem 0;border-top:1px solid rgba(255,255,255,0.1);}
.Bottom .BottomBox .BottomBoxL{display: flex;max-width:60%;}
.Bottom .BottomLogo img{display: block;margin:0 auto;}
.Bottom .BottomLogo .img1{max-height:1.54rem;}
.Bottom .BottomLogo .img2{max-height:0.4rem;margin-top:0.35rem;}
.Bottom .BottomBox .BottomBoxL .con{margin-left:0.6rem;color:#fff;}
.Bottom .BottomBox .BottomBoxL .con .text{margin-top:0.6rem;line-height: 1.6;}
.Bottom .BottomBox .BottomBoxL .con .email{margin-top:0.2rem;}
.Bottom .BottomBox .BottomBoxL .con .email .name{display: flex;align-items: center;}
.Bottom .BottomBox .BottomBoxL .con .email .name img{display: block;width:0.2rem;margin-right:0.05rem;}
.Bottom .BottomBox .BottomBoxL .con .email .txt{font-weight: bold;line-height: 1.5;}

.Bottom .BottomBox .BottomBoxR {max-width:40%;min-width:1.4rem;}
.Bottom .BottomBox .BottomBoxR ul li{display: inline-block;text-align: center;}
.Bottom .BottomBox .BottomBoxR ul li .img{width:1.2rem;margin:0 auto;}
.Bottom .BottomBox .BottomBoxR ul li .img img{width:100%;}
.Bottom .BottomBox .BottomBoxR ul li p{color:#fff;line-height: 1.4;margin-top:0.1rem;}

.Bottom .BottomBox .BottomBoxR .hd ul{display: flex;justify-content: center;margin-top:0.1rem;}
.Bottom .BottomBox .BottomBoxR .hd ul li{margin:0 0.1rem;}
.Bottom .BottomBox .BottomBoxR .hd ul li a{display: flex;width:0.36rem;height:0.36rem;border-radius: 50%;background: rgba(255,255,255,0.2);align-items: center;justify-content: center;}
.Bottom .BottomBox .BottomBoxR .hd ul li img{width:0.18rem;}
.Bottom .BottomBox .BottomBoxR .hd ul li.on a{background: #70B323;}

.Bottom .CopyRight{padding:0.2rem 0;border-top:1px solid rgba(255,255,255,0.1);color:#fff;}
.Bottom .CopyRight a{color:#fff;}
.Bottom .CopyRight .links{display: flex;flex-wrap: wrap;align-items: center;}
.Bottom .CopyRight .links a{position: relative;padding-left:0.13rem;margin-left:0.1rem;display: block;}
.Bottom .CopyRight .links a::before{content:'';display: block;width:0.03rem;height:0.03rem;border-radius: 50%;background: #fff;opacity: 0.3;position: absolute;left:0;top:50%;transform: translateY(-50%);}
.Bottom .CopyRight .links a:first-child::before{display: none;}
.Bottom .CopyRight a:hover{color:#70b323;}


@media(max-width:768px){
	.Bottom .BottomNav{display: none;}
	.Bottom .BottomLogo .img1{max-height:1.2rem;}
	.Bottom .BottomLogo .img2{max-height:0.28rem;}
}


@media(max-width:640px){
	.Bottom .BottomBox .BottomBoxL .con .text{margin-top:0.3rem;display: none;}
	.Bottom .BottomNav{display: none;}
	.Bottom .BottomBox .BottomBoxL{max-width:100%;flex-wrap: wrap;margin:0 auto;width:100%;}
	.Bottom .BottomBox .BottomBoxR{max-width:100%;width:100%;}
	.Bottom .BottomBox .BottomBoxL .con{margin-left:0;margin:0.3rem 0;text-align: center;width:100%;}
	.Bottom .BottomBox{padding:0.4rem 0;border-top:none;}
	.Bottom .BottomLogo{width:100%;}
	.Bottom .BottomBox .BottomBoxL .con .email .name{padding-left:0.1rem;}
	.Bottom .BottomBox .BottomBoxR ul li{margin:0 0.1rem;}
	.Bottom .BottomBox .BottomBoxR ul{display: flex;flex-wrap: wrap;justify-content: center;}
	.Bottom .CopyRight{text-align: left;margin:0 0.1rem;line-height: 1.68;display: block;}
	.Bottom .CopyRight .links{justify-content: flex-start;width:100%;margin-bottom:0.1rem;}
	.Bottom .CopyRight .links a:first-child{padding-left:0;margin-left:0;}
	.Bottom .BottomLogo{display: flex;align-items: center;justify-content: flex-start;}
	.Bottom .BottomLogo .img1{max-height:0.5rem;margin:0 0.15rem 0 0;}
	.Bottom .BottomLogo .img2{margin-top:0;margin:0;}
	.Bottom .BottomBox .BottomBoxL .con .email{margin-top:0;display: flex;justify-content: flex-start;align-items: center;margin-bottom:0.1rem;}
	.Bottom .BottomBox .BottomBoxL .con .email .txt{font-weight: normal;font-size: 0.18rem;flex: 1;text-align:left;}
	.Bottom .BottomBox .BottomBoxL .con{margin:0.2rem 0;}
	.Bottom .BottomBox{padding:0.3rem 0;}
	.Bottom .CopyRight .links{margin-bottom:0.05rem;}
	.Bottom .BottomBox .BottomBoxR ul li .img{width:1rem;}
	.Bottom .BottomBox .BottomBoxR .bd{text-align: center;}
	.Bottom .BottomBox .BottomBoxR ul{display: inline-block !important;}
	.Bottom .BottomBox .BottomBoxR .hd{display: none !important;}
}


.slick-arrow{width:0.3rem;height:0.3rem;border-radius: 50%;border:1px solid #fff;position: absolute;font-size: 0;color:transparent;background-color: transparent;z-index:99;position: absolute;}
.slick-arrow::after{content:'';display: block;width:0.08rem;height:0.08rem;border:1px solid #fff;border-right:none;border-bottom:none;position: absolute;left:56%;top:50%;transform: translate(-50%,-50%) rotate(-45deg);}
.slick-arrow.slick-next::after{transform: translate(-50%,-50%) rotate(135deg);left:44%;}
.slick-arrow:hover::after{border-top:1px solid #fff;border-left:1px solid #fff;}
.slick-arrow:hover{background: #70b323;border:1px solid #70b323;}


.slider_com .slick-arrow{border:1px solid #9DB8D2;}
.slider_com .slick-arrow::after{border:1px solid #9DB8D2;border-right:none;border-bottom:none;}
.slider_com .slick-arrow:hover::after{border-top:1px solid #fff;border-left:1px solid #fff;}
.slider_com .slick-arrow:hover{background: #70b323;border:1px solid #70b323;}

.swiper-button-prev,.swiper-button-next{width:0.3rem !important;height:0.3rem !important;border-radius: 50%;border:1px solid #9DB8D2;position: absolute;font-size: 0 !important;color:transparent;background-color: transparent;z-index:99;position: absolute;opacity: 1 !important;}
.swiper-button-prev::after,
.swiper-button-next::after{content:'';display: block;width:0.08rem;height:0.08rem;border:1px solid #9DB8D2;border-right:none;border-bottom:none;position: absolute;left:56%;top:50%;transform: translate(-50%,-50%) rotate(-45deg);font-size: 0 !important;color:transparent;}
.swiper-button-next::after{transform: translate(-50%,-50%) rotate(135deg);left:44%;}
.swiper-button-prev:hover::after,
.swiper-button-next:hover::after{border-top:1px solid #fff;border-left:1px solid #fff;}
.swiper-button-prev:hover,
.swiper-button-next:hover{background: #70b323;border:1px solid #70b323;}

@media(max-width:1024px){
}



