﻿@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 / 768) * 100vw);} 
}
@media (max-width:480px){
    html{font-size:calc(100 / 480 * 100vw);}
}

@font-face{
	font-family: HarmonyOS_Sans_SC_Regular;
	src:url(../fonts/HarmonyOS_Sans_SC_Regular.ttf)
}



*{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;font-family: HarmonyOS_Sans_SC_Regular;}
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:#033b7e;}
table{border-collapse: collapse;border-spacing: 0;border: 1px solid #e5e5e5;width:100%;max-width:100%;text-align: center;}
table td{border: 1px solid #e5e5e5;height:0.4rem;width:25%;font-weight: normal;font-size: 0.18rem;padding:0.1rem;line-height: 1.5;}
table td p{text-indent: 0 !important;}

.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;}
.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;}


/*单行文本省略号*/
.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{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{ zoom:1; overflow:hidden;clear:both; line-height:36px;padding-top: 38px;color: #666666;text-align: center;}
.Pages span{ padding:0px 0px; display:inline-block; vertical-align:middle;}
.Pages a{ display:inline-block; margin:0px 5px;text-align:center; width:38px; height:38px;font-size:0.16rem;font-style: initial;}
.Pages .p_page a{ display:inline-block; vertical-align:middle; background-position:center center; background-repeat:no-repeat;border: 1px solid #e6e6e6;}
.Pages .p_page .a_first,.Pages .p_page .a_end,.Pages .p_cur,.Pages .p_count{display: none;}
.Pages .p_page .a_prev,.Pages .p_page .a_next{ border: 1px solid #dcdcdc;line-height:32px;font-size: 0;color:transparent;}
.Pages .p_page .a_prev:hover,.Pages .p_page .a_first:hover,.Pages .p_page .a_next:hover,.Pages .p_page .a_end:hover{border:1px solid #033b7e; background:#033b7e; color:#fff;}
.Pages .p_page .num a:hover,.Pages .p_page .num a.a_cur{color:#fff;background: #033b7e;border: 1px solid #033b7e;}
.Pages .i_text{ width:40px; height:40px; text-align:center; border:1px solid #dcdcdc;margin:0 5px;font-size: 0.16rem;}
.Pages select{height: 40px;width: 104px;}
.Pages .topage{margin-left:20px;}
.Pages .a_prev{background: url(../images/icon/arr_left.png) no-repeat center center !important;}
.Pages .a_next{background: url(../images/icon/arr_right.png) no-repeat center center !important;}
.Pages .i_button{ color:#333333; border: 1px solid #e6e6e6; width:50px; height:38px; cursor:pointer;background: none;margin-left:8px;}
.Pages .i_button:hover{color: #fff;background-color: #033b7e;}

@media(max-width:768px) {
.Pages{line-height:24px; font-size:14px;padding-top: 15px;}
.Pages .total{padding:0 8px;}
.Pages a{ margin:0px 1px; width:24px; height:24px;font-size:14px;}
.Pages .p_page .a_prev,.Pages .p_page .a_first,.Pages .p_page .a_next,.Pages .p_page .a_end{line-height:20px;}
.Pages .input{ height:24px; width:24px; line-height:22px;}
.Pages select{height: 24px;width: 104px;font-size: 12px;}
.Pages .go{ width:50px; height:24px;font-size:14px;}
.Pages .p_total,.Pages .p_jump{display: none;}
}
@media(max-width:480px) {
    .Pages span{display: block;text-align: center;margin: 4px 0;}
}
/*pages end*/



.w1600{width:95%;max-width:16rem;margin:0 auto;}
.w1440{width:95%;max-width:14.4rem;margin:0 auto;}


/*Top */
.Top{position: fixed;z-index: 999; left: 0;top: 0;width: 100%;background-color: #fff; box-shadow: 0 0 5px rgba(0,0,0,0.1);line-height: 0.9rem;}
.Top menu li span{display: block;  font-size: 0.18rem;font-weight: bold;}
.Top menu li a:hover,
.Top menu li.aon em a{color: #033b7e;}
.Top .top-search{display: block; padding: 0; margin-left: 0;}
.Top .top-search .box{position: relative;  background-color: rgba(163,163,163,0.1); overflow: hidden;}
.Top .top-search .box .text{width: 100%;display: block; line-height: 0.36rem;height: 0.36rem; font-size: 0.16rem; background: none; border: 0; padding-left: 0.42rem;color: rgba(51, 51, 51, 0.6);}
.Top .top-search .box .text.focus{color: #000;}
.Top .top-search .box .btn{position: absolute;top: 0;width:0.42rem; height: 100%; background: url(../images/search.png) no-repeat center center;background-size:0.17rem auto; cursor: pointer;}

.Top .logo img{max-height: 0.6rem;}
.Top menu li{float: left; margin-right:0.4rem;text-align: center;color: #111;position: relative;}
.Top menu li.aon span a{color:#033b7e;}
.Top li .sub{position: absolute; top: 100%; background-color:#fff; width: 1.6rem; margin-left:0;transform: translateX(-50%); box-shadow: 0 5px 5px rgba(0,0,0,0.2);border-radius: 0;left:50%;display: none;}
.Top li .sub dl{background: none;padding: 0;}
.Top li .sub dt{line-height:0.5rem;padding: 0; }
.Top li .sub dt:not(:last-child){border-bottom: 1px solid #e9e9e9; }
.Top li .sub dt a{display: block;}
.Top li .sub dt:hover{background: rgba(8,112,216,.1)}
.Top li .sub .pic{width: 50%;}
    
.Top .top-right{padding-top: 0.25rem;margin-left:0;}
.Top .top-right dd{float: left;}
.Top .top-search .box{width: 0.9rem; border-radius: 0.9rem; transition: 0.3s;}
.Top .top-search.show .box{width: 2rem;}
.Top .top-search .box .btn{ left: 0;}

.m-btn{display: none;cursor: pointer;padding:0.15rem 0.05rem;border-radius: 5px;z-index:999;margin-top:0;margin-left:0.1rem;}
.m-btn span{display: block;width:25px;height:3px;background:#033b7e;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: #033b7e;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;}

body{padding-top:0.9rem;}

@media (max-width:1024px) {
	body{padding-top:0.7rem;}
	.m-btn{display: block;}
	.Top{line-height: 0.7rem;}
	.Top .logo img{max-height: 0.5rem;}
	.Top .top-search{display: block !important;}
	.Top .top-search .box{top: 100%; left: 0;width: 100%; opacity: 1; position: absolute; display: none; background-color: rgba(255,255,255,0.8);border-radius: 0;transition: all .1s;}
	.Top .top-search .box .btn{ right: 0;left:auto;}
	.Top .top-search .box .text{padding: 0 0.5rem 0 0.2rem;height:0.42rem;}
	.Top .open-search{ width: 0.35rem;height:0.35rem; background: url(../images/search.png) no-repeat center center; background-size: 0.2rem;display: block !important; position: relative;}
		
	.Top menu{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;}
	.Top menu li span a{color:#333;font-size: 15px;}
	.Top menu ul{padding:20px;width:240px;box-sizing: border-box;max-height:100%;overflow: auto;}
	.Top menu ul li{width:100%;margin-right:0;box-sizing: border-box;line-height: 0.5rem;padding:0 0 0 10px;text-align: left;}
	.Top menu li span{padding-right:40px;position: relative;display: block;border-bottom:1px solid #eee;}
    .Top menu ul li .NavPull{position: static;transform: translateX(0);line-height: 0.4rem;background: #f7f8f9;box-shadow: 0 0 0 0 rgba(0,0,0,0);width:100%;}
	.Top menu.show{width:240px;opacity: 1;visibility: visible;}
	.Top menu li span a::before{display: none;}
	.Top menu li span{height:100%;}
	.Top menu li span a{text-align: left;width:100%;line-height: 0.5rem;height:auto;}
	.Top menu li span{position: relative;padding-right: 40px; overflow: hidden;}
	.Top menu li span i{position: absolute; width: 40px; height: 100%; height: 100%; transition: 0.3s; right: 0; top: 0;}
	.Top menu li span i.on{transform: rotate(45deg);}
	.Top menu li span i:before,
	.Top menu li span i:after{position: absolute; content: ''; width: 12px; height: 2px;background: #fff; left: 50%; top: 50%; transform: translate(-50%,-50%);}
	.Top menu li span i:after{ width: 2px; height: 12px;}
	.Top menu li span i:before,
	.Top menu li span i:after{background-color: #033b7e;}
	.Top li .sub{position: static;width:100%;transform: translateX(0);text-align: center;background: #f7f8f9;box-shadow: none;}
}


.Bottom{background:url( "../images/Bottom003000_logo.png") no-repeat bottom center #033b7e;padding: 0.68rem 0;}
.Bottom,
.Bottom a{color: rgba(255,255,255,0.6); }
.Bottom a{transition: 0.3s;}
.Bottom a:hover{color: #fff;}
.Bottom .auto{}
.Bottom .b-left .contact{ margin-top: 1rem;line-height: 2.2;}

.Bottom .share{margin: 0.2rem 0 0.3rem;text-align: right;}
.Bottom .share img{max-width: 1.2rem;}

.Bottom .b-right nav{border-bottom: 1px solid rgba(255,255,255,0.1); }
.Bottom .b-right nav a{color: #fff;display: inline-block;}
.Bottom .b-right nav a:not(:last-child):after{display: inline-block; content: '·'; margin:0 0.2rem;}
.Bottom .b-right nav a:hover{color: #fff;}
.Bottom .b-right aside{padding-bottom: 0.15rem; font-size: 0.15rem;}
.Bottom .b-right aside a:not(:last-child):after{display: inline-block; content: ''; margin:0 7px; width: 2px; height: 2px; vertical-align: middle;background: rgba(255,255,255,0.5);}
.Bottom .logo img{max-height: 0.48rem;}
.Bottom .auto .copyright{font-size: 0.15rem;}
.Bottom .b-right{text-align: right;}
.Bottom .b-right nav{padding-bottom: 0.4rem; margin-bottom:0.4rem;}

@media(max-width:1024px){
	.Bottom .b-right nav{display: none;}
	.Bottom .logo img{max-height: 0.36rem;}
	.Bottom .share{margin-top:0.6rem;}
}

@media(max-width:768px){
	.Bottom .b-right,.Bottom .b-left{width:100%;text-align: center;}
	.Bottom .b-left .contact{margin-top:0.3rem;}
	.Bottom .share{text-align: center;}
	.Bottom{padding:0.4rem 0;}
}







