/*通用类*/
*{
	margin:0;		
	padding:0;
}
html{
	overflow-x:hidden;		
}
body{		
	width:100%;	
	min-width:320px;
	margin:0 auto;	
	font-family:"Microsoft Yahei";	
	background:#fff;
	overflow-x:hidden;
	text-align:left;	
	position:relative;
	font-size:0.24rem;
	color:#181818;
}

/*不同设备字体em基准*/
html{
	font-size:42.6667px;	
}
@media screen and (max-width: 320px){ 
  html{
  	font-size:42.6667px;
  }
}
@media screen and (min-width: 321px) and (max-width: 360px){ 
  html{
  	font-size:48px;
  }
}
@media screen and (min-width: 361px) and (max-width: 375px){ 
  html{
  	font-size:50px;
  }
}
@media screen and (min-width: 376px) and (max-width: 414px){ 
  html{
  	font-size:55px;
  }
}
@media screen and (min-width: 415px) and (max-width: 484px){ 
  html{
  	font-size:64px;
  }
}
@media screen and (min-width: 485px) and (max-width: 720px){ 
  html{
  	font-size:96px;
  }
}
@media screen and (min-width: 721px) and (max-width: 768px){ 
  html{
  	font-size:102px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1080px){ 
  html{
  	font-size:144px;
  }
}
@media screen and (min-width: 1080px){ 
  html{
  	font-size:144px;
  }
}


img{
	border:none;	
}
h1,h2,h3{
	font-weight:normal;	
}
a{
	color:#181818;
	text-decoration:none;	
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color:transparent;
	outline:none；
}
input,textarea,select{
	font-family:"Microsoft Yahei";	
	font-size:1em;
	outline:none;
	margin:0;
	padding:0;
}
input::-webkit-input-placeholder {
	color: #a0a0a0 !important;
}
textarea::-webkit-input-placeholder {
	color: #a0a0a0 !important;
}
input[type='button'],input[type='text'],input[type='search'], input[type='submit'], input[type='reset'],input[type='date'],input[type='time'],input[type='number'] {
	-webkit-appearance: none;
}
select{
	/*-webkit-appearance: none;	*/
}
textarea{ 
	-webkit-appearance: none;
}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
    margin: 0;
}
ul,ol{
	padding:0;
	list-style-type:none;	
}
em{
	font-style:normal;	
}
.lt{
	float:left;	
}
.rt{
	float:right;	
}
input.sub,label{
	border:none;	
	cursor:pointer;
}
input,textarea{
	font-family:"Microsoft Yahei";
	outline:none;	
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;	
}
td,th{
	padding:0;	
}
div.clear{
	font: 0px Arial; line-height:0;
	height:0; 
	overflow:hidden;	
	clear:both;	
}
.cm_photo{
	display:block;
	position:relative;
	overflow:hidden;	
}
.cm_photo .thumb{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:10;	
}
.cm_photo .zw{
	display:block;
	height:auto;	
	width:100%;
}

/*公用 CSS*/

.header{
	height: 1.38rem;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	background:#0167b5;
}
.header .logo{
	float: left;
	display: block;
	height: 1.38rem;
}
.header .logo img{
	display: block;
	margin-top:8%; margin-left: 10%;
	height: 0.88rem;
}
.header_zw{
	height: 1.38rem;
	clear: both;
}
.menu_btn{
	display: block;
	width: 1.38rem;
	height: 1.38rem;
	position: relative;
	float: right;
	background:url("../images/menu_btn.png") no-repeat center center;
	background-size:100% 100%;
}
.nav{
	width: 50%;
	position: fixed;
	right: 0;
	top: 1.38rem;
	z-index: 100;
	background:#0167b5;
	display: none;
}
.nav a{
	display: block;
	height: 0.8rem;
	line-height: 0.8rem;
	color:#fff;
	font-size:0.3rem;
	padding-left:0.28rem;
}
.nav a:hover,.nav a.hover{
	color:#fff;
	background:#df1026;
}
.nav_flog{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	display: none;
}

.banner{
	width:100%;
	height: 4.6rem;
}
.banner .swiper-slide{
	width:100%;
	padding-top:0.36rem;
}
.banner .swiper-slide img{
	display: block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.banner .swiper-pagination-bullet{
	opacity:1;
	background:#b9b9b9;
	width: 30px;
	height:6px;
	border-radius:3px;
}
.banner .swiper-pagination-bullet-active{
	background:#0167b5;
}
.banner a{
	display: block;
	width: 6.88rem;
	height: 3.44rem;
	margin:0 auto;
	border-radius:0.05rem;
	box-shadow:0 0 0.2rem #cbe0e9;
}
.banner .ba{
	display: block;
	width: 6.88rem;
	height: 3.44rem;
	margin:0 auto;
	border-radius:0.05rem;
	position: relative;
	overflow: hidden;
}

.wp7{
	width: 7rem;
	margin:0 auto;
}

.footer{
	text-align: center;
	background:#434343;
	padding:0.3rem 0;
	color:#fff;
	font-size:0.24rem;
	line-height: 0.38rem;
}
.footer_nav{
	height: 1.3rem;
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	background:#0068b7;
	z-index: 100;
}
.footer_zw{
	clear: both;
	height: 1.3rem;
}
.footer_nav a{
	display: block;
	width: 25%;
	height: 1rem;
	padding-top:0.3rem;
	float: left;
	border-left:1px solid #3386c5;
	margin-left:-1px;
	text-align: center;
	color:#fff;
	line-height: 0.5rem;
}
.footer_nav img{
	display: block;
	height: 0.5rem;
	margin:0 auto;
}

.page{
	text-align:center;	
}
.page a,.page span{
	display:inline-block;
	height: 0.36rem;
	line-height: 0.36rem;
	text-align: center;
	border:1px solid #ccc;
	padding:0 0.15rem;
	color:#868585;
}

/*公用 CSS*/

/*hm 首页*/


.hm_nav{
	width: 7rem;
	margin:0 auto;
	text-align: center;
}
.hm_nav a{
	float: left;
	display: block;
	width: 25%;
	height: 1.84rem;
	line-height: 0.76rem;
	font-size:0.28rem;
}
.hm_nav img{
	display: block;
	width: 1.04rem;
	height: 1.04rem;
	margin:0 auto;
}
.line35{
	height: 0.35rem;
	clear: both;
}
.hm_head{
	height: 0.6rem;
	line-height: 0.6rem;
	border:1px solid #e4e4e4;
	clear: both;
}
.hm_head .btn{
	float: left;
	display: block;
	width: 2rem;
	height: 0.6rem;
	text-align: center;
	font-size:0.28rem;
	font-weight: bold;
	color:#0167b5;
	border-right:1px solid #d6d6d6;
	margin-left:-1px;
	position: relative;
	z-index: 10;
}
.hm_head .btn em{
	display: block;
	width: 2rem;
	height: 0.68rem;
	line-height: 0.6rem;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}
.hm_head .hover em{
	color:#fff;
	background:url("../images/hm_hover.png") no-repeat top center;
	background-size:100% 100%;
}
.hm_head .ti{
	float: left;
	color:#cbcbcb;
	text-transform: uppercase;
	padding-left:0.2rem;
	font-size:0.2rem;
}
.hm_head .more{
	float: right;
	color:#999;
	margin-right:0.15rem;
}
.hmns{
	margin:0.24rem 0 0 0;
}
.hmns li{
	clear: both;
	height: 0.6rem;
	line-height: 0.6rem;
	border-bottom:1px dashed #cdcdcd;
	padding:0 0.4rem;
	background:url("../images/hmns.png") no-repeat 0.15rem center;
	background-size:auto 0.07rem;
}
.hmns li a{
	float: left;
	display:inline-block;
	max-width:4.5rem;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.hmns li span{
	float: right;
	color:#999;
}
.hm_tabs .con{
	display: none;
}
.hm_tabs .show{
	display: block;
}
.hmad{
	display: block;
	width: 7rem;
	margin:0 auto;
}
.hmad img{
	display: block;
	width: 100%;
	height:auto;
}
.fc_slider{
	height: 4rem;
	position: relative;
	overflow: hidden;
}
.fc_item{
	display: block;
	width: 3.26rem;
	height: 4rem;
	margin:0 auto;	
}
.mi_list{
	padding-top:0.326rem;
}
.mi_list .fc_item{
	float: left;
	margin-left:0.326rem;
}
.fc_item .photo{
	display: block;
	width: 3.26rem;
	height: 2.26rem;
	position: relative;
	overflow: hidden;
	margin-bottom:0.2rem;
}
.fc_item .photo img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.fc_item dt{
	height: 0.48rem;
	line-height: 0.48rem;
	font-size:0.28rem;
}
.fc_item .name{
	display:inline-block;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.fc_item dd{
	line-height: 0.32rem;
	height: 0.64rem;
	color:#9a9a9a;
	position: relative;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
}
.fc_slider .c_btn{
	top: 0.85rem;
	z-index: 20;
	width: 0.33rem;
	height: 0.56rem;
	position: absolute;
}
.fc_slider .pre{
	left: 0.12rem;
	background:url("../images/fc_pre.png") no-repeat center center;
	background-size:100% 100%;
}
.fc_slider .next{
	right: 0.12rem;
	background:url("../images/fc_next.png") no-repeat center center;
	background-size:100% 100%;
}

/*hm 首页*/

/*active*/

.active_list{
	padding:0.1rem 0.28rem 0.35rem 0.28rem;
}
.active_list li{
	height: 0.62rem;
	line-height: 0.62rem;
	clear: both;
	border-bottom:1px dashed #cdcdcd;
}
.active_list a{
	float: left;
	display:inline-block;
	max-width:4.8rem;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	padding-left:0.36rem;
	background:url("../images/hmns.png") no-repeat 0.1rem center;
	background-size:auto 0.08rem;
}
.active_list span{
	float: right;
	color:#999;
}

.acd_head{
	width: 7rem;
	margin:0 auto;
	border-bottom:1px dashed #b0b0b0;
	text-align: center;
	padding:0.16rem 0 0.14rem 0;
}
.acd_head .t1{	
	line-height: 0.55rem;
	font-weight: bold;
	font-size:0.28rem;
}
.acd_head .t2{
	height: 0.45rem;
	line-height: 0.45rem;
	color:#999;
}

.acd_article{
	width: 7rem;
	margin:0.2rem auto;
	line-height: 1.8;
}
.acd_article img{
	display: block;
	width: 100%;
	height:auto;
	margin:0.15rem 0;
}
.de_share{
	width: 7rem;
	margin:0 auto;
	border-bottom:1px dashed #737373;
}
.bdsharebuttonbox{
	float: left;
	margin-top:-0.1rem;
}
.de_ot{
	width: 7rem;
	margin:0.2rem auto;
}
.de_ot li{
	height: 0.5rem;
	line-height: 0.5rem;
	clear: both;
}
.de_ot .next { float:left;}
.de_ot li a{
	display:inline-block;
	max-width:75%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

/*active*/

/*contact*/

.cnt_top{
	width: 7rem;
	margin:0.3rem auto;
}
.cnt_top .tp{
	border-bottom:1px dashed #c3c4c5;
	font-size:0.36rem;
	line-height: 0.62rem;
	font-weight: bold;
	padding-bottom:0.1rem;
	color:#0166b6;
	margin-bottom:0.24rem;
}
.cnt_top ul{
	width: 4.5rem;
	float: left;
	font-size:0.24rem;
	line-height: 0.46rem;	
}
.cnt_top li{
	padding-left:1.14rem;
	text-indent:-0.74rem;
}
.cnt_top .li1{
	background:url("../images/cnt1.png") no-repeat left 0.06rem;
	background-size:auto 0.34rem;
}
.cnt_top .li2{
	background:url("../images/cnt2.png") no-repeat left 0.06rem;
	background-size:auto 0.34rem;
}
.cnt_top .li3{
	background:url("../images/cnt3.png") no-repeat left 0.06rem;
	background-size:auto 0.34rem;
}
.cnt_top .li4{
	background:url("../images/cnt4.png") no-repeat left 0.06rem;
	background-size:auto 0.34rem;
}
.cnt_code{
	float: right;
	width: 1.7rem;
	text-align: center;
}
.cnt_code img{
	display: block;
	width: 1.7rem;
	height: 1.7rem;
}
.cnt_code dd{
	height: 0.64rem;
	line-height: 0.64rem;
	font-weight: bold;
}
.cnt_map{
	width: 7rem;
	height: 3.9rem;
	margin:0.3rem auto;
	border:1px solid #ccc;
}

/*contact*/

/*honor*/

.honor_list{
	padding-bottom:0.35rem;
}
.honor_item{
	display: block;
	width: 3.1rem;
	height: 2.65rem;
	float: left;
	margin:0.45rem 0 0 0.4333rem;
	text-align: center;
}
.honor_item .photo{
	display: block;
	width: 3.1rem;
	height: 2rem;
	position: relative;
	overflow: hidden;
}
.honor_item .photo img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.honor_item .name{
	height: 0.6rem;
	line-height: 0.6rem;
	border-bottom:1px dashed #b0b0b0;
}
.honor_item .nm{
	display:inline-block;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

/*honor*/

/*video*/

.vdo_list{
	padding-bottom:0.33333rem;
}
.vdo_item{
	display: block;
	width: 3.25rem;
	height: 2.85rem;
	float: left;
	margin:0.3333rem 0 0 0.3333rem;
}
.vdo_item .photo{
	display: block;
	width: 3.25rem;
	height: 2.25rem;
	position: relative;
	overflow: hidden;
}
.vdo_item .photo img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.vdo_item .name{
	height: 0.6rem;
	line-height: 0.6rem;
	background:#f1f1f1 url("../images/vdobg.png") no-repeat right center;
	background-size:auto 100%;
}
.vdo_item .nm{
	padding-left:0.1rem;
	display:inline-block;
	max-width:2.8rem;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.vdo_item:hover .name{
	color:#fff;
	background:#0076d0 url("../images/vdobgh.png") no-repeat right center;
	background-size:auto 100%;
}

/*video*/

/*sign*/

.sign{
	width: 7rem;
	margin:0.3rem auto;
}
.sign .title{
	height: 0.82rem;
	line-height: 0.82rem;
	border-bottom:1px dashed #a3a3a3;
	text-align: center;
	font-size:0.48rem;
	margin-bottom:0.26rem;
}
.sign .title em{
	font-size:0.24rem;
	color:#a7a7a7;
	padding-left:0.1rem;
}
.sign .in{
	height: 0.56rem;
	line-height: 0.56rem;
	clear: both;
	position: relative;	
	margin-bottom:0.24rem;
}
.sign .tit{
	float: left;
	width: 30%;	
	text-align:right;	
}
.sign .tit em{
	color:#f00;
}
.sign .text{
	width: 70%;
	height: 0.56rem;
	line-height: 0.56rem;
	border:1px solid #cfcdcd;
	border-radius:0.05rem;
	float: right;
	padding-left:0.1rem;
	box-sizing:border-box;
}
.sign .ins{
	width: 70%;
	float: right;
}
.sign label{
	float: left;
	margin-right:0.15rem;
}
.sign .ra{
	position: relative;
	top: 2px;
	margin-right:3px;	
}
.sign .chk{
	position: relative;
	top: 2px;
	margin-right:3px;	
}
.sign select{
	width: 70%;
	height: 0.56rem;
	line-height: 0.56rem;
	border:1px solid #cfcdcd;
	border-radius:0.05rem;
	float: right;
	padding-left:0.1rem;
	box-sizing:border-box;
}
.sign .kg{
	position: absolute;
	right: 0.2rem;
	top: 0;
	height: 0.56rem;
	line-height: 0.56rem;
	color:#999;
}

.sg_ctrl{
	text-align: center;
	padding:0.3rem 0;
}
.sg_ctrl .sub{
	display:inline-block;
	width: 1.7rem;
	height: 0.68rem;
	margin:0 0.2rem;
	background:#0076d0;
	color:#fff;
	border-radius:0.05rem;
}
.sg_ctrl .res{
	display:inline-block;
	width: 1.7rem;
	height: 0.68rem;
	margin:0 0.2rem;
	background:#ffbb17;
	color:#000;
	border-radius:0.05rem;
	border:0;
}

/*sign*/

.ny-query { background: #fff; }
.cont { padding: 0.2rem 0.4rem 1rem;}
.cont .tit{ text-align: center; padding: 0.4rem 0;}
.cont .tit h4{ margin: 0 0 .05rem; font-size: 0.48rem; color: #e8171e;}
.cont .tit .en{ font-size: 0.24rem; color: #d1d1d1;}



.form-panel2 { padding-top: 0.4rem; }
.form-panel .form-item { display: -webkit-flex; align-items: center;margin-bottom: 0.34rem; }
.form-panel2 .form-item { margin-bottom: 0.15rem; }
.form-panel .form-item .label, .form-panel .form-item .require { width: 2rem; font-size: 0.28rem; }
.form-panel .form-item .label { color: #333; text-align: right; }
.form-panel .form-item .require { color: #ff2e30; padding-left: 0.1rem;}
.form-panel .form-item .input { -webkit-flex: 1; display: -webkit-flex;}
.form-panel .form-item .text-input { width: 100%; font-size: 0.3rem; -webkit-box-sizing: border-box; box-sizing: border-box; height: 0.6rem; border: 1px solid #d1d1d1;-webkit-appearance: none;-moz-appearance: none;appearance: none; padding: 0 0.1rem;}
.form-panel .form-item .input > label { display: block; padding-right: 0.2rem; }
.form-panel .form-item select { -webkit-flex: 1; height: 0.52rem; padding-right: 0.2rem; width:1.2rem;}
.form-panel .form-item .t {height: 0.52rem; line-height: 0.52rem; padding: 0 0.1rem; font-size: 0.28rem; color: #333;}
.form-panel .form-item input[type=radio] { height: 0.2rem; width: 0.2rem;}
.form-panel .form-buttons { padding: 0 2rem; display: -webkit-flex; justify-content: space-between;}
.form-panel2 .form-buttons { padding-top: 0.19rem; }
.form-panel .form-buttons .button { width: 2.58rem; height: 0.68rem; line-height: 0.68rem; text-align: center; color:#fff; background: #e8171e; font-size: 0.32rem; border-radius: 0.1rem;-webkit-appearance: none;-moz-appearance: none;appearance: none; border: none;}


.cont2 { padding-top: 0.2rem; }
.cont2 .card{ width: 10.4rem; height: 14.91rem; background: url("../images/card-bg.png") no-repeat; background-size: contain;  -webkit-box-sizing: border-box;  -moz-box-sizing: border-box;  box-sizing: border-box;
    padding: 5.84rem 0 0 3.5rem;}
.cont2 .card li { height: 1rem; line-height: 1rem; margin-top: 0.3rem; color: #333; font-size: 0.3rem;}
.cont2 .text { min-height: 4.4rem; font-size: 0.34rem; text-align: center; padding: 0.5rem 0.3rem; line-height: 0.66rem; color: #333; }
.cont2 .text strong {color: #ff2e30; font-size: 0.48rem;}

