/*css字符集设置*/
@charset "utf-8";
/*重置css样式*/
html {
	overflow-x: hidden;
	overflow-y: auto;
	margin: 0 auto;
	padding: 0;
	font-size: 625%;
}
*{
	margin: 0px;
	padding: 0px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */

}
/*公共css设置*/
body {
	font-size: 14px;
	/*font-size: 0.20rem;*/
	font-family: "微软雅黑",Arial, Helvetica,sans-serif;
	/* 12÷10=1.2 */
	color: #333333;
	width: 7.5rem;
	margin: 0 auto;
}

ul,li {
	text-indent: 
	margin-bottom: 0;
	list-style: none;
}

div,p,ul,li,dl,dt,dd,h1,h2,h3,h4,h5,form {
	margin: 0;
	padding: 0;
	/*color: #333333;*/
	font-family: "微软雅黑",Arial, Helvetica,sans-serif,verdana;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-weight: normal;
}
input, textarea, select {
	font-size: 100%;
}
input, textarea, select,img {
	vertical-align: middle;
}
a,a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
body a,body a:visited, body a:hover {
	text-decoration: none;
}
img {
	/*取消图片具有超链接在低版本浏览器中的边框问题*/
	/*display: block;*/
	border: none;
	max-width: 100%;
}
.width100{
	width: 100%;
	clear: both;
	margin: 0 auto;
}
.width280{
	width: 2.80rem;
	clear: both;
	margin: 0 auto;
}
.clear{
	clear: both;
}
.margin15{
	height: 0.15rem;
	clear: both;
}
.margin30{
	height: 0.30rem;
	clear: both;
}
.margin35{
	height: 0.35rem;
	clear: both;
}
.margin65{
	height: 0.65rem;
	clear: both;
}
.margin75{
	height: 0.75rem;
	clear: both;
}
.margin80{
	height: 0.80rem;
	clear: both;
}

.width750{
	width: 7.5rem;
	margin: 0 auto;
}
.width710{
	width: 7.1rem;
	margin: 0 auto;
}
.width670{
	width: 6.7rem;
	margin: 0 auto;
}
.text_cent{
	text-align: center;
}
/*清除浮动*/
.clrboth{
	clear: both;
	height: 0;
}
.float_lf{
	float: left;
}
.float_rg{
	float: right;
}
.text-rg{
	text-align: right;
}
.left_fl ,.left,.fl_left{
	float: left;
	display: inline;
}

.right_fl ,.right,.fl_right{
	float: right;
	display: inline;
}

/*设置margin值*/
.margintop10{
	margin-top: 0.1rem;
}
.margintop47{
	margin-top: 0.47rem;
}
.zt_main *{
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
/*模板样式 start*/
.mauto{
	margin-left: auto;
	margin-right: auto;
}
.flexbox{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
/*=============主体内容区域样式start==================*/

/* top */
.top{
	margin: 0.2rem auto;
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
	align-items: center;
}
.top-img img{
	width: 3.22rem;
	margin-right: 0.2rem;
}
.top-img img:nth-child(2){
	width: 2.87rem;
}
.menu-btn img{
	width: 0.5rem;	
}

/* header */
.header{
	border-bottom: 0.06rem #8ec63f solid;
}
.navul .navli{
	width: 1.86rem;
	height: 0.45rem;
	background: #004ea2;
	line-height: 0.45rem;
}
.navul .navli a{
	color: #fff;
	font-size: 0.26rem;
	display: block;
	text-align: center;
}
/*新的导航效果*/
.menu-page{
	visibility: hidden;
	position: fixed;
	top: 0;
	left: -8rem;
	width: 100%;
	height: 100%;
	z-index: 99999;
	overflow-y: hidden;
	background: #fff;
	/*background: rgb(32,167,246);*/
	/*background: rgba(32,167,246,0.8);*/
	transition: all 0.3s ease-in-out;
}
.active-menu{
	visibility: visible;
	left: 0;
	transition: all 0.3s ease-in-out;
}	
.menu-tops{
	font-size: 0.30rem;
	line-height: 3.1;
	color: #000;
	background-color: #fff;
	/*background: rgba(32,167,246,0.9);*/
	padding-left: 0.3rem;
	padding-right: 0.3rem;
}
.menu-tops span{}
.menu-tops em{
	cursor: pointer;
}
.menu-tabs{
	width: 40%;
	height: 100%;
	background-color: #004ea1;
	/*background: rgba(32,167,246,0.9);*/
	padding-top: 0.2rem;
}
.menu-tabs a{
	display: block;
	width: 2.5rem;
	/*height: 0.45rem;*/
	font-size: 0.30rem;
	line-height: 2;
	color: #fff;
	cursor: pointer;
	border-radius: 0.08rem;
	border: 1px solid #fff;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	/*margin-top: 0.2rem;*/
	margin-bottom: 0.2rem;
}
.menu-tabs a.on,.menu-tabs a:hover{
    background-color: #0d9900;
    border: 1px solid #dcdcdc;
    color: #fff;
}
.menu-container{
	width: 60%;
	text-align: center;
	padding-top:0.2rem;
}
.menu-container a{
	/*display: block;*/
	display: inline-block;
	width: 3rem;
	/*padding: 0 0.4rem;*/
	font-size: 0.30rem;
	line-height: 2;
	color: #000;
	border-radius: 0.08rem;
	border: 1px solid #dcdcdc;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.2rem;
}
/* banner */
.swiper-banner {
	width:7.5rem;
	height: 3.98rem;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}
.swiper-banner img{
	width:7.5rem;
	height: 3.98rem;
}
.swiper-banner .swiper-slide{
	text-align: center;
	font-size: 18px;
	background: #fff;
	width: 100%;
  /* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.swiper-pagination-bullet-active {
        background-color: #f15b5a
}

/* banner-btm */
.bg-bule{
	background:#004ea2;
}
.lay-row{
	height: 1.1rem;
	background-color: #004ea2;
	align-items:center;
	text-align: center;
	justify-content: space-around;
}
.lay-row em{
	width: 1px;
	height: 0.4rem;
	display: inline-block;
	color: #fff;
	background: #fff;
}
.banner-btm img{
	width: 0.71rem;
	display: block;
	margin: 0 auto;
}
.banner-btm span{
	font-size: 0.18rem;
	color: #fff;
	line-height: 0.36rem;
}
.banner-btm  li{
	height: 1.1rem;
	width: 1.23rem;
	padding-top: 0.15rem;
}
.banner-btm  li.active-bg{
	padding-top: 0.2rem;
	height: 1.23rem;
	background: #8ec63f;
}

/* colomn one */
.inx-cola{
	margin: 0.5rem auto;
	overflow: hidden;
}
.cola-contrast{
	width: 6.7rem;
	display: flex;
	border: solid 1px #004ea2;
}
.cola-contrast a{
	display: inline-block;
	width: 50%;
	background: #fff;
	font-size: 0.28rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.64rem;
	height: 0.64rem;
	letter-spacing: 0px;
	color: #004ea2;
	text-align: center;
}
.cola-contrast .default{
	background-color: #004ea2;
	color: #e0eeff;
}
.inx-cola .swiper-cola{
	width: 6.7rem;
	/*height: 3rem;*/
	overflow: hidden;
	margin-top: 0.3rem;
	margin-bottom: 0.3rem;
}
.inx-cola ul li {
	width:6.7rem;
	line-height: 0.57rem;
	height: 0.57rem;
	border-bottom: 1px dashed #cccccc;
	text-align: left;
	padding-left: 0.1rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.inx-cola ul li a{
	font-size: 0.24rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.57rem;
	letter-spacing: 0px;
	color: #333333;
}
.inx-cola ul li em{
	display: inline-block;
	background: url(../images/icon_jt01.png) no-repeat center;
	background-size: 0.22rem 0.21rem;
	width: 0.22rem;
	height: 0.21rem;
	
}
.ind-adv img{
	width: 6.7rem;
}

/* colomn two */
.inx-col-title{
	background: url(../images/tit_line.png) no-repeat center bottom;
	background-size: 1.22rem;
	padding-bottom: 0.15rem;
	text-align: center;
}
.inx-col-title h2{
	font-size: 0.44rem;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
}
.inx-col-title p{
	font-size: 0.24rem;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
	line-height: 0.36rem;
}
.inx-col-title p span{
	color: #004ea2;
}

.inx-colb-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 0rem auto;
}
.icb-item{
	width: 3.09rem;
	/* height: 4.14rem; */
	background-color: #f1f1f1;
	margin: 0.14rem 0;
	text-align: center;
	overflow: hidden;
	position: relative;
	padding-bottom: 0.5rem;
}
.icb-item img{
	width: 3.13rem;
	height: 2.23rem;
}
.icb-item dl dt h5{
	font-size: 0.3rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
	margin-top: 0.2rem;
}
.icb-item em{
	display: block;
	width: 0.63rem;
	height: 1px;
	background-color: #9fa1a0;
	margin: 0.15rem auto;
}
.icb-item dl b{
	background: url(../images/rotation.png) no-repeat center;
	background-size: 0.26rem;
	display: block;
	width: 0.46rem;
	height: 0.46rem;
	position: absolute;
	right:0;
	top:0;
}
.icb-item dl dd b{
	background: url(../images/rotation_on.png) no-repeat center;
	background-size: 0.26rem;
}
.icb-item dl dt a{
	position: absolute;
	width: 0.8rem;
	height: 0.32rem;
	display: block;
	line-height: 0.32rem;
	background-color: #8ec63f;
	border-radius: 0.05rem;
	text-align: center;
	color: #fff;
	font-size: 0.16rem;
	margin: 0.15rem auto 0;
	bottom: 0.1rem;
	left: 50%;
	margin-left: -0.4rem;
}
.icb-item dl dd{
	 display: none;
}
.icb-item dl dd{
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	padding-top: 0.7rem;
	width: 100%;
	height: 100%;
	background:rgba(51, 51, 51, 0.83);
}
.icb-item dl dd h5{
	font-size: 0.24rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.36rem;
	letter-spacing: 0px;
	color: #ffffff;
}
.icb-item dl dd h5 span{
	font-size: 0.2rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.36rem;
	letter-spacing: 0px;
	color: #ffffff;
	display: block;
}
.icb-item dl dd em{
	background-color: #ffffff;
	margin: 0.2rem auto;
}
.icb-item dl dd p{
	font-size: 0.18rem;
	font-weight: normal;
	font-stretch: normal;
	line-height:0.38rem;
	letter-spacing: 0px;
	color: #ffffff;
}
.icb-item dl dd a{
	width: 1.36rem;
	height: 0.32rem;
	display: block;
	text-align: center;
	line-height: 0.32rem;
	background: #8ec63f;
	font-size: 0.16rem;
	color: #fff;
	margin: 0.2rem auto 0;
	border-radius: 0.05rem;
}
.icb-more,.icb-more-on{
	background: url(../images/icon_more.png) no-repeat center bottom;
	background-size: 0.53rem;
	text-align: center;
	padding-bottom: 0.3rem;
	margin-top: 0.3rem;
}
.icb-more-on{
	background: url(../images/icon_more_on.png) no-repeat center bottom;
	background-size: 0.53rem;
}
.icb-more-on{
	display: none;
}
.icb-more p,.icb-more-on p{
	font-size: 0.24rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.36rem;
	letter-spacing: 0px;
	color: #000000;
}
.icb-honor {
	display: none;
}
.icb-honor img{
	width: 7.5rem;
}
/* colomn three */
.doc-main{
	margin-bottom: -0.5rem;
}
.doc-main-text{
	min-height: 6.31rem;
	background: url(../images/mdoc.png) no-repeat top right;
	background-size: 3.64rem;
	padding-left: 0.4rem;
	padding-top: 0.8rem;
	position: relative;
	top: -0.5rem;
}
.doc-main-text h3{
	font-size: 0.33rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
}
.doc-main-text h3 img{
	width:2.39rem;
	vertical-align:bottom;
}
.doc-main-text p{
	font-size: 0.24rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	line-height: 0.49rem;
	color: #ffffff;
	margin: 0.3rem 0;
	padding-left: 0.2rem;
	width: 4.8rem;
	background: url(../images/doc_tit_bg.jpg) no-repeat left center;
	background-size: 4.8rem;
}
.doc-main-text ul li{
	font-size: 0.24rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.56rem;
	letter-spacing: 0px;
	color: #666666;
	padding-left: 0.44rem;
	background: url(../images/icon_04.png) no-repeat left center;
	background-size: 0.26rem;
}
.doc-main-btn {
	margin-top: 0.2rem;
}
.doc-main-btn img{
	vertical-align: top;
	width: 2rem;
}
.doc-main-btn span{
    font-size: 0.24rem;
}
.doc-main-btn a{
	width: 2.2rem;
    display: inline-block;
    font-size: 0.21rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    line-height: 0.48rem;
    height: 0.7rem;
    text-align: center;
    background: url(../images/doc_btn.jpg) no-repeat center center;
    background-size: 100%;
}
.doc-more,.doc-more-on{
	background: url(../images/icon_more.png) no-repeat center bottom;
	background-size: 0.53rem;
	text-align: center;
	padding-bottom: 0.3rem;
	margin-top: 0.3rem;
}
.doc-more-on{
	background: url(../images/icon_more_on.png) no-repeat center bottom;
	background-size: 0.53rem;
}
.doc-more-on{
	display: none;
}
.doc-more p,.doc-more-on p{
	font-size: 0.24rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.36rem;
	letter-spacing: 0px;
	color: #000000;
}
.doc-honor {
	display: none;
}
.doc-honor img{
	width: 7.5rem;
}

.swiper-doctor {
	height: 7.8rem;
	position: relative;
	overflow: hidden;
	margin-top: 0.3rem;
}
.swiper-doctor .swiper-slide{
	width: 3.4rem;
	text-align: center;
}
.swiper-doctor .swiper-slide img{
	width: 3rem;
}
.swiper-doctor h5{
	font-size: 0.3rem;
	font-weight: bold;
	font-stretch: normal;
	line-height: 0.5rem;
	letter-spacing: 0px;
	color: #333333;
}
.swiper-doctor b{
	font-size: 0.24rem;
	font-weight: bold;
	font-stretch: normal;
	line-height: 0.5rem;
	letter-spacing: 0px;
	white-space: nowrap;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 100%;
}
.swiper-doctor ol li{
	font-size: 0.24rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.36rem;
	letter-spacing: 0px;
	color: #333333;
	width: 3.4rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis; 
	display: inline-block;
}
.swiper-doctor dl dt{
    height: 3.5rem;
    overflow: hidden;
}
.swiper-doctor dl dd em{
	width: 0.25rem;
	height: 0.25rem;
	display: block;
	position: relative;
	margin: 0.1rem auto;
	background: url(../images/icon-slogo.jpg) center no-repeat;
	background-size: 0.25rem;
}

.swiper-doctor dl dd em:before,.swiper-doctor dl dd em:after{
	content: "";
	display: block;
	position: absolute;
	top: 0.12rem;
	width:1.2rem;
	height: 1px;
	background-color: #dcdee4;
}

.swiper-doctor dl dd em:before{
	left: -1.18rem;
}

.swiper-doctor dl dd em:after{
	right: -1.18rem;
}
.swiper-doctor dl dd span{
	font-size: 0.24rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.5rem;
	letter-spacing: 0px;
	color: #666666;
}
.swiper-doctor dl dd p{
	font-size: 0.2rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.34rem;
	letter-spacing: 0px;
	color: #666666;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical
}
.btn-doc-sub a{
	width: 1.63rem;
	height: 0.39rem;
	display: block;
	background-color: #8ec63f;
	border-radius: 0.05rem;
	text-align: center;
	font-size: 0.24rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.39rem;
	letter-spacing: 0px;
	color: #ffffff;
	margin: 0.23rem auto 0;
}
.swiper-doctor  .swiper-pagination-bullet{
	width: 0.06rem;
	height: 0.06rem;
	background-color: #666666;
	border-radius: 50%;
}
.swiper-doctor  .swiper-pagination-bullet-active{
	width: 0.21rem;
	height: 0.06rem;
	background-color: #666666;
	border-radius: 0.03rem;
}

/* colomn four */
.inx-cold{
	margin-top:0.8rem ;
	margin-bottom: 0.8rem;
}
.inx-cold-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 0.3rem 0;
}
.inx-cold-box dl{
	width: 3.45rem;
	height: 2.4rem;
	position: relative;
	margin: 0.1rem 0;
}
.icd-info-a{
	background: url(../images/mhos_bg01.jpg) no-repeat center center;
	background-size: 3.45rem;
}
.icd-info-b{
	background: url(../images/mhos_bg02.jpg) no-repeat center center;
	background-size: 3.45rem;
}
.icd-info-c{
	background: url(../images/mhos_bg03.jpg) no-repeat center center;
	background-size: 3.45rem;
}
.icd-info-d{
	background: url(../images/mhos_bg04.jpg) no-repeat center center;
	background-size: 3.45rem;
}
.inx-cold-box dl dt{
	position: absolute;
	font-size: 0.24rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #000000;
	top: 0.39rem;
	left: 0.2rem;
}
.inx-cold-box dl dd{
	position: absolute;
	left: 0.1rem;
	top: 1.4rem;
	font-size: 0.18rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: -1px;
	color: #000000;
}
dl.icd-info-b dt,dl.icd-info-b dd,dl.icd-info-c dt,dl.icd-info-c dd{
	color: #fff;
}

 /* colomn five */
 .cole-contrast {
	 display: flex;
	 justify-content: space-between;
	 margin: 0.3rem auto;
 }
.cole-contrast a{
	font-size: 0.28rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.61rem;
	letter-spacing: 0px;
	color: #999999;
	width: 1.95rem;
	height: 0.61rem;
	display: inline-block;
	text-align: center;
 }
.cole-contrast .default{
	background-color: #8ec63f;
	border-radius: 0.05rem;
	letter-spacing: 0px;
	color: #ffffff;
}
.swiper-cole{
	width: 6.7rem;
	height: 4.5rem;
	overflow: hidden;
	margin-bottom: 0.7rem;
}
.swiper-cole img{
	width: 100%;
}

/* footer */
.footer{
	background: #303030;
	padding: 0.6rem 0;
}
.footer-top{
	/*padding: 0 0.3rem;*/
	border-bottom: solid 1px #949494;
}
.footer-logo{
	width: 3.5rem;
	margin: 0.14rem 0 0.2rem;
}
.footer-top p{
	margin: 0.2rem 0;
}
.footer-top p span{
	display: inline-block;
	font-size: 0.2rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.4rem;
	letter-spacing: 0px;
	color: #999999;
	vertical-align: middle;
	width: 3.2rem;
}
.footer-top p img{
	width: 0.4rem;
	vertical-align: middle;
	display: inline-block;
	margin-right: 0.15rem;
}
.footer-link-img img{
	width:1.81rem ;
}
.footer-link {
	text-align: center;
}
.footer-link p{
	font-size: 0.2rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.3rem;
	letter-spacing: 0px;
	color: #999999;
	margin-top: 0.24rem;
}

.bottom{
	text-align: center;
}
.bottom p span,.bottom p a{
	font-size: 0.16rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: -1px;
	color: #999999;
}

.bottom p {
	margin: 0.15rem 0;
}

/*地图样式*/
.ueditor_baidumap{
	width: 100%;
}

.article_cont p{
	font-size: 14px;
}

/*表单*/
.form-yygh{
	background:#f1f1f1 url(../images/table_bg.png) no-repeat top;
	background-size: 7.5rem;
	font-size: 0.32rem;
	padding-bottom: 1px;
}
.return a img{
	width: 0.22rem;
	height: 0.41rem;
	margin: 0.29rem 0 0 0.25rem;
}

.form-box{
	width: 7.01rem;
	background-color: #ffffff;
	border-radius: 0.23rem;
	margin: 0.15rem auto;
	padding: 0.4rem 0.4rem 0.01rem;
}
.cola{
	margin-top: 1.2rem;
}
.form-box label{
	font-size: 0.32rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.4rem;
	letter-spacing: 1px;
	color: #004ea2;
}
.form-box label b{
	color: #ce000d;
	font-size: 0.32rem;
	display: inline-block;
	margin: 0 0.16rem;
}
.form-item{
	margin-bottom:0.47rem ;
}
.form_sex img{
	width: 0.21rem;
	height: 0.29rem;
}
.form_sex{
	margin-right: 0.8rem;
}
.input_age{
	width:1rem ;
}
.input_tel{
	width: 2.2rem;
}
.down_icon{
	width: 0.16rem;
}
 select {
  /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
  border: solid 1px #000;
 
  /*很关键：将默认的select选择框样式清除*/
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
 
  /*在选择框的最右侧中间显示小箭头图片*/
  background: url("http://ourjs.github.io/static/2015/arrow.png") no-repeat scroll right center transparent;
 
 
  /*为下拉小箭头留出一点位置，避免被文字覆盖*/
  padding-right: 14px;
}
 
 
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand { display: none; }

.radio-bz label,.radio-doc label{
	display: inline-block;
	margin:0 0.1rem 0.3rem;
	
}
.radio-bz input[type="radio"],.radio-doc input[type="radio"] {
	display: none;
}
.radio-bz input[type="radio"]+span,.radio-doc input[type="radio"]+span {
	display: inline-block;
	height: 0.47rem;
	line-height: 0.47rem;
	border-radius: 0.24rem;
	text-align: center;
	border: solid 1px #c9c9c9;
	background-color: #fff;
	font-size: 0.27rem;
	padding: 0 0.3rem;
	color:  #7d7d7d;
}
.radio-bz input[type="radio"]:checked+span,.radio-doc input[type="radio"]:checked+span {
	border: 1px solid #c9c9c9;
	color: #fff;
	background-color: #8ec63f;
}
select{
	border: 0;
	background :url(../images/icon01.png) no-repeat scroll right center transparent;
	background-size: 0.16rem;
	font-size: 0.24rem;
	color: #004ea2;
}
.btn{
	text-align: center;
}
.btn_sub{
	width: 4.79rem;
	height: 0.69rem;
	background-color: #004ea2;
	border-radius: 0.34rem;
	line-height: 0.69rem;
	margin: 0.25rem auto;
	text-align: center;
	color: #fff;
	font-size: 0.27rem;
	border:none;
}
.form-control{
	width: 2rem;
}

/*表单end*/
/*网站地图*/
.sitemap{
	padding:0 0.2rem 0.17rem 0.22rem
}
.sitemap ul{
  	padding-top: 20px;
}
.sitemap ul li{
	padding-bottom: 15px;
  	margin-bottom: 15px;
  	display: block;
  	border-bottom: 1px solid #333;
}
.sitemap ul li dl dt{
	margin-bottom: 15px;
  	display: block;
  	background: #ddd;
    border-radius: 5px;
    border-left: 5px solid #0565c9;
}
.sitemap ul li dl dt a{
  	text-align: left;
	color: #fff;
	font-size: 18px;
	display: block;
	text-indent: 1em;
	font-weight: 700;
	line-height: 2;
}
.sitemap ul li dl dd{
	margin-bottom: 15px;
  	text-align: left;
	font-size: 16px;
  	display: inline-block;
  	margin-left: 20px;
  	line-height: 2;
}
.sitemap ul li dl dd a{
	display: block;
  	color: #333;
  	line-height: 2;
  	padding-left: 5px;
  	padding-right: 5px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
}

/*底部修改start*/
.rightNav {
    width: 0.8rem;
    position: fixed;
    right: 0.1rem;
    bottom:1.2rem;
    z-index: 9998;
    opacity: 0.9;
}

.rightNav a {
	display: block;
    margin-bottom: 0.1rem;
    width:0.8rem;
    height:0.8rem;
    background: #000;
    display: block;
    border-radius:0.8rem;
    line-height:0.8rem;
    text-align: center;
    color: #fff;
    font-size: 0.24rem;
    opacity: 0.8;
}
.rightNav .tel {
    margin-bottom: 0.1rem;
    padding: 20px 0.1rem 0px 0.1rem;
    width:0.8rem;
    height: 1.4rem;
    background: #007bc7;
    display: block;
    border-radius:0.8rem;
    line-height: 0.4rem;
    text-align: center;
    color: #fff;
    font-size: 0.24rem;
	opacity: 1;
	box-sizing: border-box;
}
.foot_feedback {
    background: #FFF;
    border-top: 1px solid #E2E2E2;
    width: 100%;
    max-width: 750px;
    position: fixed;
    left: 50%;
    bottom: 0px;
    margin-left: -3.75rem;
    z-index: 999;
    overflow: hidden;
    background: #F3F3F3;
    padding-bottom: 0.2rem;
}
.foot_feedback a {
    display: block;
    float: left;
    height: 0.6rem!important;

}
.foot_feedback .article_input {
    overflow: hidden;
    width: 3.4rem;
    -webkit-padding:0.05rem;
    border: 1px solid #b6b6b6;
    border-radius:0.05rem;
    margin-top:0.22rem;
    margin-left: 0.3rem;
    font-size: 0.2rem;
    background: #FFF;
    height:0.4rem;
    color: #999;
    line-height: 0.6rem;
    padding-left: 0.1rem;
}
.foot_feedback .article_submit {
    width: 1.4rem;
    color: #fff;
    background:#007bc7;
    line-height:0.6rem;
    font-size: 0.2rem;
    border-radius: 0.05rem;
    margin-top: 0.22rem;
    margin-left:0.15rem;
    text-align: center;
}
.foot_feedback a:last-child {
    width: 1.4rem;
    background: #000;
    color: #fff;
    line-height: 0.6rem;
    text-align: center;
    border-radius:0.05rem;
    margin-left:0.22rem;
    margin-top:0.22rem;
    font-size: 0.2rem;
    opacity: 0.8
}

@media screen and (min-width:640px){
    html{font-size:100px;}
}

@media screen and (min-width:414px) and (max-width:639px){
    html{font-size:55px;}
}

@media screen and (min-width:375px) and (max-width:413px){
    html{font-size:50px;}
}

@media screen and (min-width:320px) and (max-width:374px){
    html{font-size:45px;}
}