/*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: 18px;
	font-size: 0.26rem;
	font-family: "微软雅黑",Arial, Helvetica,sans-serif;
	/* 12÷10=1.2 */
	color: #333333;
	/*width: 6.4rem;*/
	width: 7.5rem;
	margin: 0 auto;
	overflow: hidden;
}

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;
}
.left{
	float: left;
}
.right{
	float: right;
}
.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;
}
/*设置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;
	padding-left: 0.4rem;
	border-left: 1px solid #595656;
}
.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;
}
.swiper-banner img{
	width: 7.5rem;
	height: 3.98rem;
}
.swiper-banner .swiper-slide{
	text-align: center;
	font-size: 18px;
	background: #fff;
  /* 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;
}
.banner-yygh{
	width:7.5rem;
	height: 0.94rem;
	background-color: rgba(0, 78, 162,.7);
	align-items: center;
	padding: 0 0.4rem;
}
.banner-yygh p{
	font-size: 0.3rem;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
}
.banner-yygh p span{
	font-size: 0.18rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
	display: block;
}
.banner-yygh a{
	width: 2.29rem;
	height: 0.41rem;
	line-height: 0.41rem;
	background-color: #ffffff;
	border-radius: 0.21rem;
	font-size: 0.24rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #595959;
	text-align: center;
}
.banner-item{
	background: url(../images/line.jpg) no-repeat bottom center;
	background-size: 6.7rem;
}
.lay-row{
	height: 1.1rem;
	align-items:center;
	text-align: center;
	justify-content: space-around;
}
.lay-row em{
	width: 1px;
	height: 0.4rem;
	display: inline-block;
	color: #585858;
	background: #585858;
}

.lay-row li img{
	width: 0.71rem;
	display: block;
	margin: 0 auto;
}
.lay-row li span{
	font-size: 0.18rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #585858;
	line-height: 0.36rem;
	text-align: center;
}
.lay-row li:hover span{
	color: #004ea2;
}


/* colomn one */
.inx-cola{
	margin: 0.5rem auto;
}
.inx-video-box{
	margin: 0.5rem auto;
}
.inx-video-box img{
	width: 3.22rem;
	height: 2.25rem;
}
.inx-video-box h3{
	font-size: 0.28rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.39rem;
	letter-spacing: 0px;
	margin-top: 0.2rem;
}
.inx-video-box h3 a{
	color: #333333;
}
.inx-more{
	width: 3.78rem;
	height: 0.62rem;
	line-height: 0.62rem;
	border-radius: 0.3rem;
	border: solid 1px #999999;
	text-align: center;
	margin: 0 auto 0.6rem;
}
.inx-more a{
	font-size: 0.28rem;
	color: #666666;
}
.cola-contrast{
	width: 6.7rem;
	display: flex;
	border: solid 0.02rem #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;
	letter-spacing: 0px;
	color: #004ea2;
	text-align: center;
}
.cola-contrast .default{
	background-color: #004ea2;
	color: #e0eeff;
}
.inx-cola .swiper-cola{
	width: 6.7rem;
	height: 3.5rem;
	overflow: hidden;
	margin-top: 0.3rem;
	margin-bottom: 0.3rem;
}
.inx-cola .swiper-cola .news-item{
	margin-bottom: 0.3rem;
	justify-content: flex-start;
}
.inx-cola .swiper-cola .news-item img{
	width: 2.2rem;
	height: 1.37rem;
	border-radius: 0.05rem;
	margin-right: 0.25rem;
} 
.inx-cola .swiper-cola .news-item .news-item-info h3{
	font-size: 0.28rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.39rem;
	letter-spacing: 0px;
	color: #333333;
}
.inx-cola .swiper-cola .news-item .news-item-info p{
	font-size: 0.18rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.28rem;
	letter-spacing: 0px;
	color: #666666;
}
.inx-cola .swiper-cola .news-item .news-item-info a{
	color: #e60620;
}
.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:nth-child(even){
	/*background-color: #f2f2f2;*/
}
.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;
}
.news-box{
	margin: 0.35rem auto;
}
.news-box .news-item{
	width: 6.7rem;
	background-color: #e5e5e5;
	padding: 0.2rem 0.3rem;

}
.news-box .news-item h3{
	font-size: 0.28rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #004ea2;
}
.news-box .news-item p{
	font-size: 0.18rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
}
.news-box .news-item p a{
	color: #004ea2;
}
.news-box-line{
	width: 100%;
    display: block;
    height: 4px;
    border-top: 1px dashed #7f7f7f;
    border-bottom: 1px dashed #7f7f7f;
    margin: 0.2rem auto;
}
/* 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: 0.3rem auto;
}
.inx-colb-box img{
	width: 3.34rem;
	height: 3.05rem;
	margin-bottom: 0.2rem;
}
.inx-colb-btn .colb-btn-zx{
	width: 1.24rem;
	height: 0.44rem;
	display: inline-block;
	border: solid 0.02rem #a0a0a0;
	line-height: 0.44rem;
	text-align: center;
	font-size: 0.18rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
	margin-right: 0.17rem;
}
.inx-colb-btn .colb-btn-more{
	width: 2.31rem;
	display: inline-block;
	height: 0.48rem;
	line-height: 0.48rem;
	background-color: #8ec63f;
	font-size: 0.18rem;
	text-align: center;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
}

/* colomn three */
.doc-main{
	margin: 0.55rem auto;
	text-align: center;
}
.doc-main img{
	width: 7.5rem;
}
.colc-doc-info{
	position: relative;
	top: -0.1rem;
	height: 1.2rem;
	background-color: #004ea2;
	padding-left:1.9rem;
	display: block;
}
.colc-doc-info .colc-doc-box{
	position: absolute;
	top:-0.47rem ;
	left:0;
	width:2rem;
	white-space: nowrap;
	background-color: #b1c5db;
}
.colc-doc-info .colc-doc-box h3{
	font-size: 0.23rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.43rem;
	letter-spacing: 0px;
	color: #000000;
	background-color: #FFF;
	border-top: 0.04rem solid #5b668f;
	border-right: 0.06rem solid #5b668f;
	border-left: 0.06rem solid #5b668f;
}
.colc-doc-info .colc-doc-box p{
	border-bottom: 0.05rem solid #fff;
	border-right:  0.06rem solid #fff;
	border-left:  0.06rem solid #fff;
}
.colc-doc-info .colc-doc-box p span{
	font-size: 0.16rem ;
	font-weight: normal;
	font-stretch: normal;
	line-height:0.35rem;
	letter-spacing: 0px;
	color: #010101;
	display: block;
}
.colc-doc-info .colc-doc-box p b{
	font-family: FZHZGBJW--GB1-0;
	font-size: 0.45rem;
	font-weight: bold;
	font-stretch: normal;
	line-height: 0.5rem;
	letter-spacing: -1px;
	color: #515f85;
}
.colc-doc-info .colc-doc-box p b em{
	font-size: 0.28rem;
}
.colc-doc-honour{
	overflow:hidden;
	width: 100%;
	height: 100%;
	padding: 0 0.1rem;
}
.colc-doc-info ol{
	align-items: center;
}
.colc-doc-info ol li{
	width: 2.7rem;
	height: 1.02rem;
	text-align: center;
}
.colc-doc-info ol li p{
	font-size: 0.24rem;
	font-weight: normal;
	font-stretch: normal;
	/* line-height: 0.4rem; */
	letter-spacing: 0px;
	color: #f7ea80;
}
.colc-doc-info ol li span{
	font-size: 0.16rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.24rem;
	letter-spacing: 0px;
	color: #ffffff;
}
.colc-doc-info ol em{
	width: 1px;
	height: 0.66rem;
	display: inline-block;
	background-color: #ffffff;
}

.colc-doc-info .hand {
	position:absolute;
	right:0rem;
	bottom:-50%;
	width:7%;
	float:left;
	z-index:99;
}

.colc-doc-info .hand img {
	float:left;
	width:100%;
	-webkit-animation-duration:2s;
	animation-duration:2s;
}
.swiper-doctor-thumbs{
	height: 1.5rem;
}
.swiper-doctor-thumbs .swiper-slide{
	width: 0.98rem;
	height: 0.98rem;
	border-radius: 50%;
	border:1px solid #bebcbd;
	background-size: 0.98rem;
	margin: 0.25rem 0.05rem;
	background-repeat: no-repeat;
}
.swiper-doctor-thumbs .swiper-slide-thumb-active{
	border:1px solid #004ea2;
}
.swiper-doctor-wrap{
	background-color: #d4d8e4;
	width: 7.5rem;
	height: 7.1rem;
	padding-top:0.47rem;
}
.swiper-doctor-wrap .swiper-slide{
	width: 6.6rem;
}
.colc-doctor-box{
	width: 6rem;
	height: 6.1rem;
	background: url(../images/doc_bg.jpg) no-repeat center center;
	background-size: cover;
	border-radius: 0.2rem;
	overflow: hidden;
	position: relative;
	margin: 0 0.3rem ;
}
.colc-doctor-box .colc-img-doc{
	position: absolute;
	right: -2rem;
	bottom:0;
	width: 6rem;
	z-index: 1;
}
.colc-doctor-info{
	position: relative;
	z-index: 2;
	padding: 0.5rem 0.25rem .3rem;
	bottom: 0;
}
.colc-doctor-info h3{
	font-size: 0.42rem;
	font-weight: normal;
	color: #04558f;
	line-height: 0.5rem;
}
.colc-doctor-info h3 span{
	font-size: 0.28rem;
}
.colc-doctor-info h4{
	font-size: 0.28rem;
	font-weight: normal;
	color: #333333;
	line-height: 0.5rem;
  	width:3.5rem;
  	overflow: hidden;
  	white-space: nowrap;
  	text-overflow: ellipsis;
}	
.colc-doctor-info h5{
	font-size: 0.28rem;
	font-weight: normal;
	color: #c32234;
	line-height: 0.5rem;
}
.colc-doctor-info ul li{
	font-size: 0.2rem;
	line-height: 0.44rem;
	letter-spacing: 0px;
	color: #333333;
	padding-left: 0.15rem;
	background: url(../images/icon_01.png) no-repeat left center;
	background-size: 0.1rem;
}
.colc-doctor-info .doc-ul{
	height: 2.15rem;
	overflow: hidden;
	width: 3.8rem;
}
.colc-doctor-info p.wrapper{
	height: 0.94rem;
	background-color: #004ea2;
	border-radius: 0.15rem;
	opacity: 0.7;
	padding: 0.1rem 0;
	align-items: center;
	margin-top: 0.3rem;
}
.colc-doctor-info p b{
	font-family: FZZDHJW--GB1-0;
	font-size: 0.36rem;
	font-weight: bold;
	font-stretch: normal;
	line-height: 0.4rem;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
	display: inline-block;
	border-right: 1px solid #fff;
	width: 1.18rem;
	flex-shrink:0;
}
.colc-doctor-info p em{
	font-size: 0.2rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
	padding: 0 0.1rem;
}
.colc-doc-btn{
	margin-top: 0.25rem;
}
.colc-doc-btn a{
	width: 1.62rem;
	height: 0.58rem;
	background-color: #3fad7a;
	border-radius: 0.29rem;
	color: #fff;
	font-size: 0.26rem;
	line-height: 0.58rem;
	display: inline-block;
	text-align: center;
}
.colc-doc-btn a:nth-child(2){
	background-color: #007ec7;
}
#inx-doctor{
	position: relative;
	margin-bottom: 0.5rem;
	overflow: hidden;
}
.hand2{
	position: absolute;
	bottom: 0.5rem;
	width: 7.5rem;
	height: 1.3rem;
	background-color:#00000022;
	z-index: 3;
}
.hand2 img {
	float:right;
	width:3.28rem;
	-webkit-animation-duration:2s;
	animation-duration:2s;
	padding-top: 0.2rem;
}

@-webkit-keyframes bounceOutLeft {
	20% {
	opacity:1;
	-webkit-transform:translate3d(20px,0,0);
	transform:translate3d(20px,0,0)
}
100% {
	opacity:0.5;
	-webkit-transform:translate3d(-100px,0,0);
	transform:translate3d(-100px,0,0)
}
}@keyframes bounceOutLeft {
	20% {
	opacity:1;
	-webkit-transform:translate3d(20px,0,0);
	-ms-transform:translate3d(20px,0,0);
	transform:translate3d(20px,0,0)
}
100% {
	opacity:0.5;
	-webkit-transform:translate3d(-100px,0,0);
	-ms-transform:translate3d(-100px,0,0);
	transform:translate3d(-100px,0,0)
}
}

 /* 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.71rem;
	letter-spacing: 0px;
	color: #999999;
	width:1.74rem;
	height:0.71rem;
	display: inline-block;
	text-align: center;
	background-color: #f5f5f5;
	border-radius:0.15rem;
 }
.cole-contrast .default{
	background-color: #3fad7a;
	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;
}

/* 商务通样式 */

@-webkit-keyframes pan-ripple {
	0% {
	-webkit-transform:scale(1);
	opacity:0;
}
30% {
	-webkit-transform:scale(1.1);
	opacity:1;
}
100% {
	-webkit-transform:scale(1.4);
	opacity:0;
}
}.wrap-ripple {
	z-index:99999;
	position:fixed;
	width:50px;
	height:50px;
	padding:8px;
}
.wrap-ripple .s-ripple i {
	position:absolute;
	width:45px;
	height:45px;
	line-height:normal;
	border-radius:50%;
	border:1px solid #0a72d2;
	box-sizing:border-box;
}
.wrap-ripple .ripple {
	background:#0a72d2;
	color:#fff;
	font-size:13px;
	text-align:center;
	font-style:normal;
	padding-top:8%;
	opacity:.8;
}
.wrap-ripple .ripple-a {
	opacity:0;
	-webkit-transform:scale(1);
	transform:scale(1);
	-webkit-animation:pan-ripple 2s linear infinite;
	animation:pan-ripple 2s linear infinite;
}
.wrap-ripple .ripple-b {
	opacity:0;
	-transform:scale(1);
	-webkit-animation:pan-ripple 1s linear infinite;
	animation:pan-ripple 1s linear infinite;
}
.wrap-ripple .s-ripple {
	z-index:99999;
	/*position:fixed;
	*/width:50px;
	height:50px;
	display:block;
	transform-origin:0px 0px 0px;
	transform:scale(1,1);
	top:40%;
	right:15px;
}
.wrap-ripple .tada {
	-webkit-animation-name:tada;
	animation-name:tada;
}
.wrap-ripple .animated {
	-webkit-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
}

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

/*表单*/
.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;
}

/*网站地图*/
.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;
}

/*表单end*/
@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;}
}

