body{
	max-width: 750px;
	min-width: 320px;
	margin-left: auto;
	margin-right: auto;

}
.w{padding-left: 0.15rem;padding-right: 0.15rem;margin-left: auto;margin-right: auto;overflow: hidden;}
.ovh{overflow: hidden;}
.ovv{overflow: visible;}

.page{line-height: 1;text-align: center;font-size: 0.2rem;}
.page a,.page span{display: inline-block;padding: 0.05rem 0.1rem;border:1px solid #cc0000;margin:0.04rem;color:#cc0000;}
.page .prev,.page .next{padding:0.05rem;margin:0px;}
.page .current{background: #cc0000;color:#fff;}

.logo img{
	width: 2.3rem;
	
}
.header{
	height: 0.9rem;
	line-height: 0.9rem;
}
.header .tel{
	min-width: 1.62rem;
	/*background-image: url(../images/tel.png);*/
	background-repeat: no-repeat;
	background-position: left 0.2rem;
	min-height: 0.9rem;
	-webkit-background-size: 1.62rem;
	background-size: 1.62rem;
	font-size: 0.5rem;
}
.header .tel span{
	line-height: 1;
	display: block;
	padding-top: 0.3rem;
    font-weight:bold;
    color:#ed6d00;font-size:20px
}
.nav_btn{
	width: 0.4rem;
	height: 100%;
	background-image: url(../images/navbg.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 0.4rem;
	background-size: 0.4rem;
}
.nav{
	
	width: 100%;
	z-index: 100;
	

}
.nav .item{
	width: 33.3%;
	text-align: center;
	height: 0.63rem;
	line-height: 0.63rem;
	background-color: #035cae;
	font-size: 0.24rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #2076c5;
	border-right: 1px solid #2076c5;
	float: left;
}
.nav .item:nth-child(4n){
	border-right: none;
}
.nav .item a{
	display: block;
	color: #fff;
}
.nav .item.hover{
	background-color: #e49d03;
}
.banner{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.index_pro_cate {
	margin-top: 0.2rem;
	/*margin-left: 0.15rem;*/
	/*margin-right: 0.15rem;*/
	position: relative;
}
.index_pro_cate .item{
	height: 0.4rem;
	background-color: #035cae;
	border-radius: 0.2rem;
	color: #fff;
	font-size: 0.26rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 0.2rem;
	text-align: center;

}
.index_pro_cate .item a{
	color: #fff;
	vertical-align: middle;
}
.index_title{
	margin-top: 0.35rem;
}
.index_title .tit{
	font-size: 0.38rem;
	text-align: center;
	color: #151515;
}

.index_title .tit .blue{
	color: #035cae;
}
.index_title .desc{
	text-align: center;
}

.index_pro{
	margin-top: 0.26rem;
}
.index_pro .wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.index_pro .item{
	width: 3.52rem;
	border: 1px solid #bcbcbc;
	margin-bottom: 0.26rem;
}
.index_pro .item .tit{
	text-align: center;
	height: 0.46rem;
	line-height: 0.46rem;
	font-size: 0.2rem;
	border-top: 1px solid #bcbcbc;
    background-color:#035cae;
    color:#fff
}
.index_ad{
	margin-top: 0.2rem;
}
.index_ad .w{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.index_ad .item{
	width: 2.32rem;
	border-radius: 0.2rem;
	background-color: #1874c9;
	height: 1.45rem;
	text-align: center;
	background-position: center 0.3rem;
	background-repeat: no-repeat;
}
.index_ad .item a{
	display: block;
	color: #fff;
	padding-top: 0.9rem;
}
.index_ad .item:nth-child(1){
	background-image: url(../images/a1.png);
	-webkit-background-size: 0.58rem;
	background-size: 0.58rem;
}
.index_ad .item:nth-child(2){
	background-image: url(../images/a2.png);
	-webkit-background-size: 0.58rem;
	background-size: 0.58rem;
	background-color: #ff9c25;
}
.index_ad .item:nth-child(3){
	background-image: url(../images/a3.png);
	-webkit-background-size: 0.49rem;
	background-size: 0.49rem;
	background-color: #016060;
}
.index_about_img{
	margin-top: 0.3rem;
}
.index_about_info{
	text-align: center;
	font-size: 0.2rem;
	line-height: 0.33rem;
	margin-top: 0.2rem;
}
.index_about_more{
	margin-top: 0.26rem;
}
.index_about_more a{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 2.3rem;
	height: 0.4rem;
	line-height: 0.4rem;
	background-color: #035cae;
	color: #fff;
	border-radius: 0.2rem;
	text-align: center;
	font-size: 0.18rem;
}
.index_news_img{
	margin-top: 0.3rem;
}
.index_title{
	background-color: #f1f1f1;
	padding-top: 0.3rem;
	padding-bottom: 0.3rem;
}
.index_news_tit{
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
	-webkit-box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.18);
	box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.18);
	background-color: rgb(255, 255, 255);
}



.index_news_tit .w{
	font-size: 0;
	text-align: center;
	height: 0.43rem;
}
.index_news_tit .item{
	width: 3.2rem;
	display: inline-block;
	height: 0.43rem;
	line-height: 0.43rem;
	text-align: center;
	font-size: 0.22rem;
	background-color: #e4e4e4;
	transition: all 0.4s;
	margin-left: 0.1rem;
	margin-right: 0.1rem;
	border-radius: 3px;
}
.index_news_tit .item.hover{
	background-color: #035cae;
	color: #fff;
}

.index_news{
	background-color: #f1f1f1;
	padding-top: 0.28rem;
	position: relative;
	padding-bottom: 0.28rem;
}
.index_news .w{
	position: relative;
}
.index_news .item{
	background-color: transparent;
}
.index_news .item:last-child{
	margin-bottom: 0;
}
.index_news .wrapper{
	position: absolute;
	width: 100%;
	top: 0;
	opacity: 0;
	z-index: 1;
	transition: all 0.4s;
}
.index_news .wrapper.hover{
	position: relative;
	opacity: 1;
	z-index: 100;
}
.index_zx{
	background-color: #035cae;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/z.png);
	-webkit-background-size: 2.53rem;
	background-size: 2.53rem;
}
.index_zx a{
	display: block;
	height: 0.7rem;
}
.index_message{
	background-image: url(../images/r.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	-webkit-background-size: 2.8rem;
	background-size: 2.8rem;
}
.index_message .w{
	height: 5.12rem;
}
.index_message .tit{
	font-size: 0.2rem;
	padding-left: 2.2rem;
	padding-top: 0.42rem;
}
.index_message form{
	margin-left: 2.88rem;
	margin-top: 0.25rem;
}
.index_message input{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding-left: 0.18rem;
	font-size: 0.2rem;
	background-color: #eeeeee;
	border: 1px solid #dddddd;
	height: 0.5rem;
	margin-bottom: 0.12rem;
}
.index_message textarea{
	width: 100%;
	padding-left: 0.18rem;
	background-color: #eeeeee;
	border: 1px solid #dddddd;
	height: 1.5rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}
.index_message button{
	font-size: 0.22rem;
	color: #fff;
	width: 1.76rem;
	height: 0.4rem;
	line-height: 0.4rem;
	text-align: center;
	color: #fff;
	border: none;
	background-color: #0065c2;
}
.footer_t{
	background-color: #00498c;
	color: #fff;
	font-size: 0.18rem;
	line-height: 0.35rem;
	text-align: center;
	
	margin-bottom: 1.18rem;
}
.footer_t .w{
	display: table-cell;
	width: 100vw;
	vertical-align: middle;
height: 1.1rem;
}

.footer{
	height: 1.18rem;
	line-height: 0.5rem;
	background-color: #043969;
	font-size: 0.24rem;
	position: fixed;
	width: 100%;
	bottom: 0;
	z-index: 200;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

}
.footer .item a{
	color: #fff;
	text-align: center;
	display: block;
	padding-top: 0.6rem;
}
.footer .item{
	width:50%;
	background-repeat: no-repeat;
	background-position: center 0.2rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-background-size: 0.3rem;
	background-size: 0.3rem;
}

.footer .item:nth-child(1){
	background-image: url(../images/f1.png);

}
.footer .item:nth-child(2){
	background-image: url(../images/f2.png);

}
.footer .item:nth-child(3){
	background-image: url(../images/f3.png);

}
.footer .item:nth-child(4){
	background-image: url(../images/f4.png);

}

.breadcrumbs{
	height: 0.5rem;
	line-height: 0.5rem;	
	background-color: #f1f1f1;
	font-size: 0.16rem;
	color: #333;
}
.breadcrumbs a{
	color: #333;
}
.list_cate .wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.list_cate .wrapper .item{
    width: 2.27rem;
    height: 0.66rem;
    line-height: 0.66rem;
    text-align: center;
    font-size: 0.24rem;
  	-border-radius: 3px;
	background-color:#035cae;
	margin-top: 0.2rem;

	/*margin-left: 0.07rem;*/
	/*margin-right: 0.07rem;*/
}
.list_cate .wrapper .hover{
	background-color: #e49d03
	
}
.list_cate .wrapper .item a{
	display: block;
	color: #fff;
}

.about_title{
	font-size: 0.24rem;
	line-height: 0.24rem;
	margin-top: 0.25rem;
	color: #0044a9;
}
.about_content{
	margin-top: 0.2rem;
}
.about_content p,
.about_content span{
	/*font-size: 0.2rem !important;*/
	/*line-height: 0.4rem !important;	*/
}

.about_content img{
	max-width: 100%;
	height: auto !important;
}
.about_fc{
	margin-top: 0.2rem;
}
.pro_list{
	background-color: #fff;
	background-image: none;
	margin-top: 0.3rem;
}
.pro_list .wrapper .item .title{
	color: #000;
}
.news_list{
	padding-top: 0.28rem;
}
.news_list .item{
	background-color: transparent;
	margin-bottom: 0.2rem;
	padding: 0.15rem;
	border: 1px solid #bebebe;
}
.news_list .item .date{
	width: 1rem;
	float: left;
	color: #fff;
}
.news_list .item .date .day{
	background-color: #1874c9;
	text-align: center;
	font-size: 0.36rem;
}
.news_list .item .date .ym{
	background-color: #1874c9;
	border-top: 0.01rem solid #fff;
	color: #fff;
	text-align: center;
}
.news_list .item .info{
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: calc(100% - 1rem);
	padding-left: 0.22rem;
	padding-right: 0.22rem;
}
.news_list .item .title{
	font-size: 0.2rem;
	line-height: 1.2;
	font-size: 0.18rem;
	color: #000;
	padding-top: 0.07rem;
}
.news_list .item .desc{
	font-size: 0.16rem;
	color: #666666;
	line-height: 0.27rem;
	margin-top: 0.1rem;
	height: 0.52rem;
	overflow: hidden;
}
.contact_one form span{
	display: inline-block;
	width: 1rem;
	text-align: right;
	vertical-align: top;
	font-size: 0.18rem;
}
.contact_one form input,
.contact_one form textarea{
	width: calc(100% - 1.1rem);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	outline: none;
	margin-bottom: 0.14rem;
	border: 1px solid #dddddd;
	font-size: 0.18rem;

}
.contact_one form input{
	height: 0.42rem;
}
.contact_one form textarea{
	width: calc(100% - 1.1rem);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contact_one #btn{
	height: 0.44rem;
	line-height: 0.44rem;
	color: #fff;
	text-align: center;
	font-size: 0.2rem;
	background-color: #0f4696;
	border-radius: 5px;
	border: none;
}
.news_about .title {
    font-size: 0.28rem;
    font-weight: 500;
    text-align: center;
    margin-top: 0.2rem;
}
.news_content{
	margin-top: 0.2rem;
	font-size: 0.22rem
	/*font-size: 0.2rem !important;*/
}
.news_content img{
	max-width: 100%

}
.shili{
   margin-top: 0.2rem;
}
.shili_title{
    height: 0.6rem;
    line-height: 0.6rem;
    padding-left: 20px;
    font-size: 0.22rem;
    color: #fff;
    background-color: #8b0f1a;

}
.show_news_title_more{
	margin-top: 0.2rem;
}
.news_about .img{
	text-align: center;
}
.news_about .img img{
	max-width: 60%
}

.index_about{
	background-image: url(../images/pbg.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}
.index_about .infos{
	font-size: 0.2rem;
	color: #c4cce0;
	line-height: 0.37rem;
	text-align: center;
}


.pro_list .wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pro_list .wrapper .item{
	width: 3.5rem;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: .22rem;
}
.pro_list .wrapper .item .title{
	color: #fff;
	font-size: 0.2rem;
	text-align: center;
	margin-top: 0.1rem;
	background-color: #666;
	
}
.pro_show{
	margin-top: 0.3rem;
}
.pro_show .left{
	width: 50%;
	border: 1px solid #cfcfcf;
}
.pro_show .right{
	width: 46%;
}
.pro_show .tit{
	font-weight: 500;
	font-size: 0.26rem;
}
.pro_show .desc{
	font-size: 0.2rem;
	line-height: 0.38rem;
	height: 2.28rem;
	overflow: hidden;
}
.show_pro_tit{
	border: 1px solid #cdcdcd;
	margin-top: 0.2rem;
}
.show_pro_tit .item{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: .56rem;
	line-height: .56rem;
	text-align: center;
	font-size: 0.24;
	transition: all 0.4s;
	cursor: pointer;
	width: 33.3%;
	float: left;
	border-right: 1px solid #cdcdcd;
}
.show_pro_tit .item:last-child{
	border: none;
}
.show_pro_tit .item.hover{
	background-color: #035cae;
	color: #fff;
}
.show_pro_wrap{
	margin-top: 0.2rem;
}
.show_pro_wrap img{
	max-width: 100% !important;
	height: auto;
}
.show_pro_wrap .items{
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 1;
	opacity: 0;
	transition: all 0.4s;
}
.show_pro_wrap .items.hover{
	position: relative;
	z-index: 10;
	opacity: 1;
}