
/* @media screen and (min-width: 750px) {html{font-size:39.0625px;}}

@media screen and (min-width: 800px) {html{font-size:41.666667;}}

@media screen and (min-width: 960px) {html{font-size:50px;}}

@media screen and (min-width: 1100px) {html{font-size:57.291667px;}}

@media screen and (min-width: 1200px) {html{font-size:62.5px;}}

@media screen and (min-width: 1300px) {html{font-size:67.708333px;}} */
@media screen and (min-width: 750px) {html{font-size:72.916667px;}}

@media screen and (min-width: 800px) {html{font-size:72.916667;}}

@media screen and (min-width: 960px) {html{font-size:72.916667px;}}

@media screen and (min-width: 1100px) {html{font-size:72.916667;}}

@media screen and (min-width: 1200px) {html{font-size:72.916667;}}

@media screen and (min-width: 1300px) {html{font-size:72.916667;}}

@media screen and (min-width: 1400px) {html{font-size:72.916667px;}}

@media screen and (min-width: 1500px) {html{font-size:78.125px;}}

@media screen and (min-width: 1600px) {html{font-size:83.333333px;}}

@media screen and (min-width: 1700px) {html{font-size:88.541667px;}}

@media screen and (min-width: 1800px) {html{font-size:93.75px;}}

@media screen and (min-width: 1920px) {html{font-size:100px;}}



/*css Rest 开始*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,
big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,
dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,
aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,
summary,time,mark,video{
    border: 0;
    font:"微软雅黑";
    margin: 0;
    padding: 0;
	
}
blockquote,q{quotes: none;}
blockquote:before,blockquote:after,q:before,q:after{content: none;}
table{border-collapse: collapse;border-spacing:0;}
/*css Reset 结束*/


/*公共样式开始*/
body,th,td,button,input,select,textarea{font: 12px/1.62 "microsoft yahei","hiragino sans gb",
"helvetica neue","helvetica","tahoma","arial","verdana","sans-serif";color: #333;}
ol,ul{list-style: none;}
img{border: 0;vertical-align: middle;}
a{text-decoration: none;outline:none; blr:expression(this.οnfοcus=this.blur());}
h1{font-size: 36px;}
h2{font-size: 30px;}
h3{font-size: 24px;}
h4{font-size: 18px;}
h5{font-size: 14px;}
h6{font-size: 12px;}
html,body{
	box-sizing: border-box;
}

.content{
	width: 100% !important;
	overflow: hidden  !important;
	padding: 0;
	margin: 0;
	background-color: #fff;
}
img{
	width: 100%;
	height: 100%;
}
.navs{
	width: 100%;
	display: flex;
	height: 0.8rem;
	background-color: rgba(0,0,0,0);
	position: fixed;
	z-index: 3;
	justify-content: space-between;
	box-shadow: 0rem 0.04rem 0.07rem 0rem rgba(23,26,31,0.13), 0rem 0rem 0.02rem 0rem rgba(23,26,31,0.08);
	top: 0;
	left: 0;
	justify-content: space-between;
}
.navs.on{
	background-color: #fff;
}
.navs .logo{
	height: 0.5rem;
	width: 3.75rem;
	margin-top: 0.15rem;
	margin-left: 2.5rem;

}

.navs .logo_w{
	display: block;
}
.navs .logo_b{
	display: none;
}

.navs.on .logo_w{
	display: none;
}
.navs.on .logo_b{
	display: block;
}
.navs a{
	color: #fff;
}
.navs.on a{
	color: #000;
}
.navs a:hover{
	font-size: 0.16rem;
}



.navs .nav{
	display: flex;
	line-height: 0.8rem;
	margin-right: 2.5rem;
}
.navs .nav .btn{
	flex: 1;
	text-align: center;
	cursor: pointer;
	font-family: Open Sans, Open Sans;
	font-weight: 400;
	font-size: 0.14rem;
	color: #fff;
	line-height: 0.8rem;
	text-align: center;
	font-style: normal;
	text-transform: none;
	width: 0.75rem;
}
.navs.on .nav .btn{
	color: #000;
}


.navs .nav .btn.on{
	color: #0D50A1;
}
.navs .nav .btn.over{

	font-size: 0.16rem;
	
}

.navs .tabs{
	position: absolute;
	top: 1.35rem;
	left: 0;
	z-index: 100;
	width: 100%;
	background-color: #fff;
	display: none;
	
}
.navs .tabs.on{
	display: block;
}
.navs .tabs .spch{
	display: none;
	margin-left: 3.12rem;
	margin-right: 3.12rem;
	height: 4.12rem;
}
.navs .tabs .spch.on{
	display: block;
}
.navs .tabs .spch .left{
	flex: 1;
	display: flex;
}
.navs .tabs .spch .left .text{
	flex: 1;
	margin-top: 0.55rem;
}
.navs .tabs .spch .left .text .name{
	font-size: 0.38rem;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #666666;
	line-height: 0.36rem;
}
.navs .tabs .spch .left .text .intro{
	font-size: 0.22rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 0.36rem;
	margin-top: 0.4rem;
}
.navs .tabs .spch .left .text .list{
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.6rem;
} 
.navs .tabs .spch .left .text .list .li{
	font-size: 0.26rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 0.36rem;
	margin-top: 0.2rem;
	width: 33%;
}
.navs .tabs .spch .left .pic{
	width: 3.2rem;
	height: 2.13rem;
	margin-top: 1.23rem;
	margin-left: 0.6rem;
	margin-right: 0.4rem;
}
.navs .tabs .spch .right{
	width: 6.15rem;
	height: 4.12rem;
	background-color: #0D50A1;
	background-image: url('../image/vp.png');
}	

.conbtns{
	position: fixed;
	right: 0.3rem;
	top: 3rem;
	width: 0.4rem;
	z-index: 4;
	background-color: rgba(0, 0, 0, 0);
}
.conbtns .bnt{
	width: 0.4rem;
	height: 0.4rem;
	margin-bottom: 0.2rem;
	background-color: rgba(0, 0, 0, 0);
}
.conbtns .bnt img{
	width: 100%;
	height: 100%;
}
.footindex{
	height: 6rem !important;
}
.foot{
	background: #0F1A24;
	box-shadow: 0rem 0rem 0.01rem 0rem rgba(23,26,31,0.05), 0rem 0rem 0.02rem 0rem rgba(23,26,31,0.08);
	border: 0rem solid #BDC1CA;
}
.foot .ftop{
	height: 1.17rem;
	margin-left: 1.2rem;
	margin-right: 1.2rem;
	display: flex;
	border-bottom: 0.01rem solid rgba(255,255,255,0.1);
}
.foot .ftop .logv{
	height: 0.5rem;
	width: 3.75rem;
	margin-top: 0.36rem;
}
.foot .ftop .logv img{
	width: 100%;
	height: 100%;
}
.foot .ftop .blk{
	flex: 1;
}
.foot .ftop .ico{
	width: 0.44rem;
	height: 0.44rem;
	margin-top: 0.37rem;
	margin-right: 0.12rem;
	margin-left: 0.2rem;
}
.foot .ftop .txt{
	margin-top: 0.33rem;
}
.foot .ftop .txt .ttx{
	height: 0.2rem;
	font-family: Open Sans, Open Sans;
	font-weight: 400;
	font-size: 0.14rem;
	color: #9CA3AF;
	line-height: 0.2rem;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.foot .ftop .txt .tts{
	height: 0.32rem;
	font-family: Noto Sans SC, Noto Sans SC;
	font-weight: 500;
	font-size: 0.2rem;
	color: #FFFFFF;
	line-height: 0.32rem;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.foot .links{
	margin-left: 1.2rem;
	margin-right: 1.2rem;
	display: flex;
	height:  3rem;
	padding-top: 0.3rem;
}
.foot .links a{
	color: #fff;
}
.foot .links .one{

}
.foot .links .one .ttnm{
	display: flex;
}
.foot .links .one .ttnm .bnm{
	height: 0.32rem;
	font-family: Noto Sans SC, Noto Sans SC;
	font-weight: bold;
	font-size: 0.24rem;
	color: #FFFFFF;
	line-height: 0.32rem;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.foot .links .one .ttnm .snm{
	height: 0.32rem;
	font-family: Noto Sans SC, Noto Sans SC;
	font-weight: bold;
	font-size:0.14rem;
	color: #9CA3AF;
	line-height: 0.32rem;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-left: 0.05rem;
}
.foot .links .one .lin{
	width: 0.4rem;
	height: 0rem;
	border-radius: 0rem 0rem 0rem 0rem;
	border: 0.02rem solid #0B71BB;
	margin-top: 0.18rem;
}
.foot .links .one .vkl{
	display: flex;
}
.foot  .rs a{
	color: #D1D5DB !important;
}
.foot .links .one .vkl .rs{
	height: 0.24rem;
	font-family: Open Sans, Open Sans;
	font-weight: 400;
	font-size: 0.16rem;
	color: #D1D5DB;
	line-height: 0.24rem;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-right: 0.83rem;
	margin-top: 0.12rem;
}
.flexone{
	flex: 1;
}
.foot .code{
	display: flex;
	margin-top: 1rem;
	margin-right: 0.2rem;
}
.foot .code .tth{
	height: 0.64rem;
	font-family: Noto Sans SC, Noto Sans SC;
	font-weight: bold;
	font-size: 0.24rem;
	color: #FFFFFF;
	line-height: 0.32rem;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-right: 0.18rem;
	margin-top: 0.38rem;
}
.foot .code .ttp{
	width: 1.04rem;
	height: 1.07rem;
	border-radius: 0rem 0rem 0rem 0rem;
	border: 0rem solid #FFFFFF;
}
.foot .botm{
	height: 0.52rem;
	background: rgba(0,0,0,0.5);
	border-radius: 0rem 0rem 0rem 0rem;
	border: 0rem solid #FFFFFF;
	
	font-family: Open Sans, Open Sans;
	font-weight: 400;
	font-size: 0.14rem;
	color: #9CA3AF;
	line-height: 0.52rem;
	text-align: left;
	font-style: normal;
	text-transform: none;
	padding-left: 1.2rem;
	text-align: center;
}
.mkins{
	height: 0.58rem;
	background: #FFFFFF;
	border-radius: 0rem 0rem 0rem 0rem;
	border: 0.01rem solid #E5E7EB;
	display: flex;

}
.mkins .house{
	width: 0.13rem;
	height: 0.14rem;
	margin-left: 2.5rem;
	margin-top: 0.2rem;
	margin-right: 0.02rem;
}
.mkins .text{
	height: 0.2rem;
	font-family: Open Sans, Open Sans;
	font-weight: 400;
	font-size: 0.14rem;
	color: #6B7280;
	line-height: 0.2rem;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-top: 0.2rem;
}
.mkins .roow{
	width: 0.13rem;
	height: 0.14rem;
	margin-top: 0.2rem;
	
}
.mkins .text a{
	color: #000;
}
.bans{
	/* background-image: url(../img/nebg.png); */
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 4.48rem;
	position: relative;
}
.bans .names{
	width: 100%;
	height: 0.48rem;
	font-family: Open Sans, Open Sans;
	font-weight: bold;
	font-size: 0.48rem;
	color: #FFFFFF;
	line-height: 0.48rem;
	letter-spacing: 4px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	top: 2rem;
	position:absolute;
}
.bans .nline{
	display: flex;
	position:absolute;
	top: 2.7rem;
	width: 1.6rem;
	left: 50%;
	margin-left: -0.8rem;
}
.bans .nline .nm{
	width: 0.32rem;
	border-top: 0.01rem solid #fff;
	margin-top: 0.14rem;
}
.bans .nline .ns{
	flex: 1;
	text-align: center;
	height: 0.28rem;
	font-family: Open Sans, Open Sans;
	font-weight: 400;
	font-size: 0.18rem;
	color: #FFFFFF;
	line-height: 0.28rem;
	letter-spacing: 3px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}

a{
    color: inherit;/*继承父级元素的颜色*/
    text-decoration: none;
}

.pagination{
	display: flex;
	margin: auto;
	margin-top: 0.28rem;
	margin-bottom: 0.28rem;
}

.pagination  li{
	width: 0.6rem !important;
	height: 0.45rem !important;
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 0.14rem;
	color: #333333;
	line-height: 0.45rem;
	text-align: center;
	font-style: normal;
	text-transform: none;
	background-color: #fff;
}
.pagination  li.active{
	color: #FFFFFF;
	background: #104097;
}
.pagination  li:first-child{
	width: 0.82rem  !important;
}
.pagination  li:last-child{
	width: 0.82rem  !important;
}
.pagep{
	display: flex;
	justify-content: center;
	align-items:center;
	margin-bottom: 1rem;
}
/*公共样式结束*/