﻿@charset "utf-8";
html{-webkit-text-size-adjust:100%;font-size:100px; overflow-x: hidden;}
html{font-size:5.2083334vw}
/* @media (max-width:1440px) {
html{font-size:5.6vw}
} */

@media (max-width:1024px) {
html{font-size:9.765625vw}
}
@media (max-width:480px) {
html{font-size:14vw}
}


*{margin:0;padding:0;}
body{ font-family:HarmonyOS,Microsoft YaHei,Arial,sans-serif;margin:0px; padding:0px; margin:0px auto; font-size:16px; color:#333; width:100%;  zoom:1;}
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: Microsoft YaHei,arial, 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;transition: all ease 0.3s;}
a:focus {outline:none; -moz-outline:none;}
a:hover{ text-decoration:none; color:#4ebde5;}

.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{*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;}

/*单行文本省略号*/
.dot {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.dot2, .dot3, .dot4, .dot5 {
	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;
}
.dot5 {
	-webkit-line-clamp: 5;
}
.auto{ margin:0 auto;}
/*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{
	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;}

/*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; /*background:url(../uploadfiles/nopic.jpg) center center no-repeat; background-size:contain;*/}
.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;}


/*pages*/
.Pages{clear: both;text-align: center;line-height: 0.5rem;position: relative;font-family: DINM;padding:3% 0;font-family: DINB;}
.Pages a{display: inline-block;vertical-align: middle;width: 0.5rem;height: 0.5rem;border-radius: 50%;background:#fff;box-shadow: 0 10px 10px rgba(0,0,0,0.05);}
.Pages .num a{margin:0 5px;}
.Pages .num a:hover,.Pages .num a.a_cur{color:#fff;background:#4ebde6;}
.Pages .a_prev{margin-right: 0.5rem;background: url(../images/pageprev.png) no-repeat center center #fff;}
.Pages .a_next{ margin-left: 0.5rem;background: url(../images/pagenext.png) no-repeat center center #fff;}
.Pages .arr{font-weight: bold;font-size: 0;color:transparent;}
.Pages .a_prev:hover{background: url(../images/pageprevc.png) no-repeat center center #00b4f0;}
.Pages .a_next:hover{background: url(../images/pagenextc.png) no-repeat center center #00b4f0;}


@media ( max-width:1025px){
.Pages{padding:30px 0;}
.Pages{line-height:30px; font-size:14px;}
.Pages a{width: 30px;height: 30px;}
.Pages .p_page .num a{ width:30px;}
.Pages .a_prev{margin-right: 5px;}
.Pages .a_next{margin-left: 5px;}
}
/*pages end*/

.Contain{width:16rem;margin:0 auto;}
.pd100{padding:1rem 0;}
@media(max-width:1200px){
	.Contain{width:92%;}
}

@media(max-width:1366px){
	.pd100{padding:0.6rem 0;}
}

/* Top */
.Top002897 .Language{padding-left:0.25rem;position: relative;font-size: 16px;margin-left:0.3rem;line-height: 0.9rem;}
.Top002897 .Language::before{content:'';width:1px;height:16px;background: #fff;opacity: 0.4;position: absolute;left:0;top:50%;margin-top:-8px;}
.Top002897 .Language img{}
.Top002897 .Language a{display: inline-block;color:#fff;opacity: 0.6;margin-left:0.1rem;}
.Top002897 .Language a:hover{opacity: 1;}
/*Top002897 */
.Top002897{position: relative; z-index: 100;/* background:rgba(0,0,0,0.5); */}
.Top002897 .top-b >.auto{background: none;width: 90%;}
.Top002897 .more1 span{color: #fff}
@media(min-width:1025px){
/* .Top002897 .top-b >.auto{display: table;} */
.Top002897 .top-b > .auto > div{display: table-cell; vertical-align: middle;}
.Top002897 .top-left{width: 15%;position: absolute;line-height: 0.9rem;}
.Top002897 .top-left img{max-height:0.5rem;}
.Top002897 .top-mid{float: right;}
.Top002897 .top-right{padding-right: 0;}
.Top002897 .top-right{position: relative; z-index: 100;}
}

.Top002897 .top-right dl{float: right;}
.Top002897 .top-right dl > *{float: left;}
.Top002897 .top-search{padding-left: 10px; margin-left: 20px;}
.Top002897 .open-search{width: 28px; height: 0.9rem;background: url("../images/Top002897-icon_search.png") no-repeat center center;display: block; cursor: pointer;}
.Top002897 .open-search.on{border-radius: 50%;background-color: #4a778e;background-image: url("../images/Top002897-icon_search_on.png");}
.Top002897 .top-search .box{position: absolute; top: 100%;right: 0;border: 1px solid #fff;background: rgba(0,0,0,0.5); width: 300px;display: none;line-height: 40px;}
.Top002897 .top-search .box .text{width: 100%; height: 40px;line-height: 40px;background: none;border: 0;color: #fff}
.Top002897 .top-search .box .btn{position: absolute; width: 40px; height: 100%;background:#4a778e url("../images/Top002897-icon_search_on.png") no-repeat center center;top: 0;right: 0; }
.Top002897 .top-lang{position: relative; z-index: 100;}
.Top002897 .top-lang .cur{padding: 0 22px 0 25px;background: url("../images/Top002897-icon_lang.png") no-repeat left center;position: relative; z-index: 1;line-height: 28px;}
.Top002897 .top-lang .cur:after{position: absolute; width: 6px; height: 6px; content: '';transform: rotate(45deg);-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);border-top: 1px solid #818181;border-right: 1px solid #818181; right: 0; top: 50%; margin-top: -3px;}
.Top002897 .lang-list{position: absolute; left: 50%; width: 120px;margin-left: -60px; z-index: 100;background: #fff;border-radius: 0 0 5px 5px; top: 100%; padding: 10px 0;display: none;}
.Top002897 .lang-list a{display: block;line-height: 30px;text-align: center;}

.Top002897 .top-menu li b,
.Top002897 .top-menu li b a{display: block;}
.Top002897 .sub,
.Top002897 .sub-two{display: none;}
.Top002897 .sub .detail{line-height: 0.46rem;display: inline-block;background: #4a778e;padding: 0 0.3rem;transition: 0.3s;color: #fff}
.Top002897 .sub .detail:hover{background: #fff;color: #4a778e;}
.Top002897 .sub-menu .name{font-size: 18px;display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
@media(min-width:1025px){
.Top002897 .sub-two{display: none!important;}
.Top002897 .top-menu ul{display: table; margin: 0 auto;}
.Top002897 .top-menu li{float: left; padding: 0 0.3rem;}
.Top002897 .top-menu li b a{line-height: 0.9rem;font-size: 0.18rem;color: #fff;}
.Top002897 .top-menu li:hover b a,
.Top002897 .top-menu li.aon b a{ color:#4a778e;}
.Top002897 .sub{position: absolute; left: 0; width: 100%; top: 100%;background: rgba(74,119,142,0.9);font-size: 16px;}
.Top002897 .top-menu li.aon .sub{ z-index: 100;}
.Top002897 .sub,
.Top002897 .sub a{color: #fff;}
.Top002897 .sub .auto{position: relative;}
.Top002897 .sub .close{position: absolute;right: 0; top:0;width: 20px;height: 20px; cursor: pointer;}
.Top002897 .sub .close:before,
.Top002897 .sub .close:after{position: absolute; content: ''; width: 100%; background: #4a778e; height: 2px; left: 0; top: 50%; margin-top: -1px; transform: rotate(-45deg);-webkit-transform: rotate(-45deg);ms-transform: rotate(-45deg);}
.Top002897 .sub .close:after{transform: rotate(45deg);-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);}
.Top002897 .sub[data-type="column"] h4 .close{position: absolute; top: 50%; margin-top: -10px;}
.Top002897 .sub[data-type="tab"] .close{ top: 48px;right: 40px;}
.Top002897 .sub h4{font-weight: lighter;margin: 0 0 0.15rem 0;font-size: 0.3rem;}
.Top002897 .sub-imgtxt pre{line-height: 1.5em;max-height: 4.5em; margin: 15px 0 40px 0;}
.Top002897 .sub[data-type="tab"] .auto{display: table;}
.Top002897 .top-menu li:nth-of-type(2) .sub[data-type="tab"] .auto{padding-right: 12%;}
.Top002897 .top-menu li:nth-of-type(3) .sub[data-type="tab"] .auto{padding-left: 3.5%;}
.Top002897 .top-menu li:nth-of-type(4) .sub[data-type="tab"] .auto{padding-left: 17%;}
.Top002897 .top-menu li:nth-of-type(5) .sub[data-type="tab"] .auto{padding-left: 31%;}
.Top002897 .top-menu li:nth-of-type(6) .sub[data-type="tab"] .auto{padding-left: 45%;}
.Top002897 .top-menu li:nth-of-type(7) .sub[data-type="tab"] .auto{padding-left: 59%;}
.Top002897 .sub[data-type="column"] .auto{padding: 2% 40px 5%;}
.Top002897 .sub[data-type="tab"] .auto > div{display: table-cell; vertical-align: top;padding: 0.1rem 0;}
.Top002897 .sub[data-type="column"] h4{position: relative; z-index: 1;}
.Top002897 .sub .one-cate{/* width: 3rem; background: #FEFEFE; */}
.Top002897 .sub .one-cate a:hover{color: #fff}
.Top002897 .sub .two-cate{width: 28.572%; background: #EEE;}
.Top002897 .sub .one-cate-info{padding-top: 0.35rem;}
.Top002897 .sub .one-cate-info .item{max-width: 3.6rem; width: 86%; margin: 0 auto;}
.Top002897 .sub-menu .name{ margin-bottom: 0.2rem;}
.Top002897 .sub-menu .name a{color: #4a778e;float: left;max-width: 95%;padding-right: 0.26rem;position: relative;display: block;}
.Top002897 .sub-menu .name a:after{position: absolute; width: 6px; height: 6px; content: '';transform: rotate(45deg);-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);border-bottom: 1px solid #0061ff;border-right: 1px solid #0061ff; right: 2px; top: 50%; margin-top: -3px;}

.Top,
.Top002897_hover{background:rgba(255,255,255,1);line-height: 0.9rem;}
.Top .top-menu li b a,
.Top002897_hover .top-menu li b a{color: #333;}
.Top002897 .top-left .red{display: none;}
.Top .top-left .White,
.Top002897_hover .top-left .White{display: none;}
.Top .top-left .red,
.Top002897_hover .top-left .red{display: inherit;}


.Top .Language a,
.Top002897_hover .Language a{color: #333;}
.Top .Language::before,
.Top002897_hover .Language::before{background: #333;}


.Top002897 .sub .one-cate dt{ float: left;}
.Top002897 .sub .one-cate dt .icon{height: 24px;vertical-align: middle;margin-right: 10px;}
.Top002897 .sub .one-cate dt .icon.hide{display: none}
.Top002897 .sub .one-cate dt.on{color: #fff; }
.Top002897 .sub .one-cate dt.on .icon{display: none}
.Top002897 .sub .one-cate dt.on .icon.hide{display: inline-block;}
.Top002897 .sub .two-cate dt a,
.Top002897 .sub .one-cate dt a{display: block;line-height: 0.35rem;padding:0rem 0.15rem;}
.Top002897 .sub .two-cate dt a{color:rgba(255,255,255,0.6);}
.Top002897 .sub .two-cate dt a:hover{color: #4a778e;}

.Top002897 .sub[data-type="column"] .sub-imgtxt{float: left; width: 22%;margin-right: 4%;}
.Top002897 .sub[data-type="column"] .sub-menu{float:right;width: 66%;}
.Top002897 .sub[data-type="column"] .sub-imgtxt:last-child{margin-right: 0;}

.Top002897 .sub-menu .item{float: left; max-width: 230px;}
@media(min-width:1025px) and (max-width:1280px){
.Top002897 .sub-menu .item{max-width: 180px;}
}
.Top002897 .sub-menu dd{line-height: 20px;padding: 4px 0; }
.Top002897 .sub-menu dd a{color: rgba(10,10,10,0.8);font-size: 15px;}
.Top002897 .sub-menu dd a:hover{color:#00a2e9;}
}

@media(max-width:1600px){
.Top002897 .top-menu li:nth-of-type(2) .sub[data-type="tab"] .auto{padding-right: 16%;}
.Top002897 .top-menu li:nth-of-type(3) .sub[data-type="tab"] .auto{padding-left: 0%;}
.Top002897 .top-menu li:nth-of-type(4) .sub[data-type="tab"] .auto{padding-left: 14%;}
.Top002897 .top-menu li:nth-of-type(5) .sub[data-type="tab"] .auto{padding-left: 28%;}
.Top002897 .top-menu li:nth-of-type(6) .sub[data-type="tab"] .auto{padding-left: 42%;}
.Top002897 .top-menu li:nth-of-type(7) .sub[data-type="tab"] .auto{padding-left: 56%;}
}

/*移动端*/
@media(max-width:1024px){
.Top002897 > .auto{line-height: 40px;}
.Top002897 .top-b{background: #fff;}
.Top002897 .top-b >.auto{position: relative; z-index: 100;}
.Top002897 .top-right{float: right; padding: 20px 0;}
.Top002897 .top-left{position: absolute; left: 0; top: 0; height: 68px;display: table; max-width: 30%;}
.Top002897 .top-left a{display: table-cell; vertical-align: middle;}
.Top002897 .top-left img{max-height: 60px;}
.Top002897 .top-menu{position: fixed;right: 0; top: 108px;bottom: 0; width: 0; z-index: 100;background: #4a778e; overflow: hidden;opacity: 0; transition: 0.5s;}
.menu-show{overflow: hidden;}
.menu-show .top-menu{opacity: 1;width: 280px;}
.Top002897 .top-menu ul{width: 280px; height: 100%;overflow: auto;}
.Top002897 .top-menu li a{color: #fff;}
.Top002897 .open-menu{ height: 28px; width: 40px; background: #4a778e;position: relative; margin-left: 10px;}
.Top002897 .open-menu.on{background: none;}
.Top002897 .open-menu i{position: absolute; height: 2px; background: #fff;width: 70%; left: 15%; top:50%; margin-top: -1px; transition: 0.3s;}
.Top002897 .open-menu:not(.on) i:nth-child(1){margin-top: -7px;}
.Top002897 .open-menu:not(.on) i:nth-child(3){margin-top: 5px;}
.Top002897 .open-menu.on i{background: #4a778e;}
.Top002897 .open-menu.on i:nth-child(1){transform: rotate(45deg);}
.Top002897 .open-menu.on i:nth-child(3){transform: rotate(-45deg);}
.Top002897 .open-menu.on i:nth-child(2){display: none;}
.Top002897 .top-menu li b{padding-right: 40px;line-height: 50px; border-bottom: 1px solid rgba(255,255,255,0.2);position: relative;overflow: hidden;}
.Top002897 .top-menu li b a{padding: 0 0.2rem;font-size: 0.18rem;}
.Top002897 .top-menu li b i.op{position: absolute;right: 5px; top: 50%; width: 30px; height: 30px;margin-top: -15px; transition: 0.3s;}
.Top002897 .top-menu li b i.op.click{transform: rotate(45deg);}
.Top002897 .top-menu li b i.op:after,
.Top002897 .top-menu li b i.op:before{position: absolute; content: ''; top: 50%; left: 50%;transform:translate(-50%,-50%);background: #ffff;}
.Top002897 .top-menu li b i.op:after{width: 60%;height: 2px;}
.Top002897 .top-menu li b i.op:before{width: 2px; height: 60%;}
.Top002897 .top-search .box{width: 100%;}

.Top002897 .sub{padding: 10px 20px;}
.Top002897 .sub .auto{width: 100%;}
.Top002897 .sub  h4{display: none;}
.Top002897 .sub[data-type="tab"] .one-cate-info,
.Top002897 .sub[data-type="tab"] .two-cate{display: none;}
.Top002897 .item-cate,
.Top002897 .sub-imgtxt{background: rgba(0,0,0,0.3);padding: 10px;}
.Top002897 .item-cate{background: rgba(0,0,0,0.4);}
.Top002897 .sub-imgtxt pre{color: #fff;margin: 10px 0;}
.Top002897 .sub .detail{line-height: 36px; padding: 0 15px;}
.Top002897 .sub-menu .name,
.Top002897 .sub .one-cate > dl > dt{border-bottom: 1px dotted rgba(255,255,255,0.2);}
.Top002897 .sub-menu .name a,
.Top002897 .sub .one-cate > dl > dt >a{ line-height: 40px;font-size: 16px;display: block;}
.Top002897 .sub .one-cate > dl > dt,
.Top002897 .sub-menu .name.has-dd,
.Top002897 .sub .one-cate > dl > dt >a{position: relative;}
.Top002897 .sub .one-cate > dl > dt >a{ }
.Top002897 .sub-menu .name.has-dd:after,
.Top002897 .sub .one-cate > dl > dt >a:after{position: absolute;content: '';border:6px solid transparent; border-top-color: #fff;right: 0; top: 50%; margin-top: -3px; transition: 0.3s;}
.Top002897 .sub-menu .name.click:after,
.Top002897 .sub .one-cate > dl > dt.click >a:after{transform: rotate(180deg);margin-top: -6px;}
    .Top002897 .sub .one-cate > dl > dt .op-dt{position: absolute; width: 40px; height: 40px; z-index: 10; right: 0; top: 0;}
.Top002897 .sub-menu dd,
.Top002897 .item-cate dt{line-height: 30px;}
.Top002897 .sub-menu .name a:after{border-color: #fff;}
.Top002897 .sub-menu dl{background: rgba(0,0,0,0.3);padding: 10px;display: none;}
.Top002897 .sub-menu .name.has-dd{position: relative; padding-right: 30px;}
.Top002897 .sub-menu .name .op-dd{z-index: 10;cursor: pointer;position: absolute;right: 0; top: 0;height: 100%; width: 30px;}
    .Top002897 .sub-menu .item{margin-right: 0!important;}
}
.Top002897{position: fixed;width:100%;top:0;left:0;z-index:999;transition: all .3s;-webkit-transition: all .3s;/* background: rgba(0,0,0,0.5); */box-shadow: 0 0 5px rgba(0,0,0,0.1);}
/* .Top002897.fixed{background: #00364a;} */

@media(max-width:1024px){
	.Top002897{z-index:999;}
	.Top002897 .top-b{background: none;}
	.Top002897 .open-search{height:60px;}
	.Top002897 .top-right{padding:0;}
	.Top002897 .top-left{height:60px;}
	.Top002897 .top-right{line-height: 60px;}
	.Top002897 .Language{line-height: 60px;}
	.Top002897 .open-menu{margin-top:15px;}
	.Top002897 .top-search .box{width:280px;}
	.Top002897 .top-menu{top:60px;background: #00364a;}
	.Top002897 .sub .one-cate > dl > dt .op-dt{display: none;}
	.Top002897 .sub .one-cate > dl > dt .icon{display: none;}
	.Top002897 .sub-menu .name.has-dd:after, .Top002897 .sub .one-cate > dl > dt >a:after{display: none;}
	.Top002897 .top-menu li b a{font-size: 15px;}
	.Top002897 .sub-menu .name a, .Top002897 .sub .one-cate > dl > dt >a{font-size: 14px;}
	.Top002897 .Language{font-size: 14px;}
	.Top002897 .top-b >.auto{width:100%;}
	.Top002897 .top-search .box{right:-110px;}
	.Top002897 .Language{margin-left:10px;}
	.Top002897 .top-left{max-width:100%;}
	.Top002897 .top-left img{max-height:24px;}
	.Top002897 .open-search{width:20px;}
	.Top002897 .open-menu{width:28px;}
	.Top002897 .Language a{margin-left:3px; color: #333;}
	.Top002897 .Language::before{color: #333;}
	.Top002897 .top-menu li b i.op{width:20px;height:20px;margin-top:-10px;}
	.Top002897 .top-menu li b{line-height: 40px;}
	.Top002897 .top-menu li{padding:0 10px;}
}


/* Bottom */
.Bottom{background: url(../images/footbg.jpg) no-repeat center center;background-size: cover;}
.Bottom .BottomBox{padding:1.3rem 0 1.6rem 0;}
.Bottom .BottomBox .BottomNav{width:74%;}
.Bottom .BottomBox .BottomNav .item{width:16.6667%;float:left;}
.Bottom .BottomBox .BottomNav .item dl dt{font-size: 0.22rem;margin-bottom:0.3rem;}
.Bottom .BottomBox .BottomNav .item dl dt a{color:#fff;}
.Bottom .BottomBox .BottomNav .item dl dd{font-size: 0.18rem;line-height: 2.5;}
.Bottom .BottomBox .BottomNav .item dl dd a{color:#fff;opacity: 0.5;}
.Bottom .BottomBox .BottomNav .item dl dd a:hover{opacity: 1;}

.Bottom .BottomBox .BottomEwa{text-align: right;}
.Bottom .BottomBox .BottomEwa .tel{margin-bottom:0.3rem;}
.Bottom .BottomBox .BottomEwa .tel span{font-size: 0.18rem;color:#fff;opacity: 0.5;;}
.Bottom .BottomBox .BottomEwa .tel p{font-size: 0.54rem;color:#fff;}
.Bottom .BottomBox .BottomEwa .ewa{display: inline-block;border-radius: 5px;overflow: hidden;text-align: center;background: #fff;}
.Bottom .BottomBox .BottomEwa .ewa p{font-size: 0.16rem;margin-bottom:0.1rem;}

.Bottom .CopyRight{padding:0.45rem 0;border-top:1px solid rgba(255,255,255,0.2);}
.Bottom .CopyRight .wenlink ul::after{content:'';display: block;clear: both;}
.Bottom .CopyRight .wenlink ul li{float:left;font-size: 14px;padding:0 0.2rem;position: relative;}
.Bottom .CopyRight .wenlink ul li a{color:#fff;opacity: 0.5;}
.Bottom .CopyRight .wenlink ul li::before{content:'';display: block;width:1px;height:14px;background: rgba(255,255,255,0.2);position: absolute;left:0;top:50%;margin-top:-7px;}
.Bottom .CopyRight .wenlink ul li:first-child::before{display: none;}
.Bottom .CopyRight .con{font-size: 14px;color:#fff;opacity: 0.5;}
.Bottom .CopyRight .con a{color:#fff;}
.Bottom .CopyRight .wenlink ul li a:hover{opacity: 1;}

.FloatLeft{position: absolute;left:0;top:50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);border-radius: 0 10px 10px 0;background: #fff;box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.FloatLeft ul li{width:0.9rem;border-top:1px solid #e5e5e5;text-align: center;box-sizing: border-box;padding:0.2rem 0.1rem;cursor: pointer;position: relative;}
.FloatLeft ul li:first-child{border-top:none;}
.FloatLeft ul li p{font-size: 0.14rem;margin-top:0.1rem;}
.FloatLeft ul li .tcBox{width:130px;position: absolute;left:-100%;top:0;opacity: 0;transition: all .5s;}
.FloatLeft ul li:hover .tcBox{left:100%;opacity: 1;}
.FloatLeft ul li:hover .ico{ -webkit-animation: icon-bounce 0.5s alternate;
	-moz-animation: icon-bounce 0.5s alternate;
	-o-animation: icon-bounce 0.5s alternate;
	animation: icon-bounce 0.5s alternate;}

@media(max-width:1024px){
	body{padding-top:60px !important;}
	.Top002897{position: fixed;width:100%;line-height: 60px;padding-top:0;background: #fff;top:0 !important;left:0;z-index:999;}
	.Top002897 .m-btn{display: block;}
	.Top002897 .top-left .White{ display: none;}
	.MainNav{width:200px;position: absolute;top:100%;right:0;height:calc(100vh - 60px);background: #00364a;width:0;overflow: hidden;opacity: 0;transition: all .5s;}
	.MainNav ul{padding:20px;min-width:160px;}
	.MainNav ul li{width:100%;margin-right:0;line-height: 40px;box-sizing: border-box;padding:0 0;border-bottom:1px solid rgba(255,255,255,0.2);}
	.MainNav ul li em::before{display: none;}
	.MainNav ul li em i{width:30px;height:30px;background: url(../images/morenav.png) no-repeat center center;position: absolute;right:0;top:50%;margin-top:-15px;transition: all .5s;}
	.MainNav ul li em.on i{transform: rotate(90deg);}
	.MainNav ul li .NavPull{position: static;width:100%;margin-left:0;}
	.Top .Logo img{width:180px;}
	.MainNav.show{width:200px;opacity: 1;}
	.Bottom .BottomBox{padding:30px 0;}
	.Bottom .BottomBox .BottomNav{display: none;}
	.Bottom .BottomBox .BottomEwa{width:100%;text-align: center;}
	.Bottom .BottomBox .BottomEwa .tel span{font-size: 14px;}
	.Bottom .BottomBox .BottomEwa .tel p{font-size: 24px;margin-top:10px;}
	.Bottom .BottomBox .BottomEwa .ewa img{max-width:120px;}
	.Bottom .BottomBox .BottomEwa .ewa p{font-size: 14px;}
	.Bottom .CopyRight{padding:20px 0 ;}
	.Bottom .CopyRight .wenlink {width:100%;margin-bottom:15px;}
	.Bottom .CopyRight .wenlink ul li{padding:0 5px;}
	.Bottom .CopyRight .con{width:100%;line-height: 20px;}
	.Bottom .CopyRight .wenlink ul li:first-child{padding-left:0;}
	.FloatLeft ul li{width:70px;padding:10px;}
	.FloatLeft ul li p{font-size: 12px;}
}

.HomeTit{margin-bottom:0.45rem;}
.HomeTit.tc{text-align: center;}
.HomeTit .en{font-size: 0.46rem;color:#4a778e;text-transform: uppercases;}
.HomeTit .cn{font-size: 0.46rem;color:#000;margin-top:0.1rem;}

@media(max-width:1024px){
    .HomeTit .en{font-size: 20px;}
    .HomeTit .cn{font-size: 24px;}
}

@media(max-width:640px){
    .HomeTit .en{font-size: 15px;}
    .HomeTit .cn{font-size: 20px;}
}








