body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{
	margin:0;
	padding:0;
	box-sizing: border-box;
}

/*body{
	font:16px"微软雅黑","Arial Narrow",HELVETICA;
	background:none;
	font-size: 62.5%;
	font-size: 10px;
}*/

html{
	font-size: 100px;
	/*-webkit-text-size-adjust:none !important;*/
}

a{
	color: #3c3c3c;
	text-decoration: none;
}

a:hover{
	text-decoration: none;
}

em{
	font-style:normal;
}
li{
	list-style:none;
}
img{
	border:0;
	vertical-align:middle;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
p{
	word-wrap:break-word;
	overflow: hidden;
	text-overflow:ellipsis;
	/*white-space: nowrap;*/
}

i{
	font-style: normal;
}

.fixclear{
	zoom: 1;
}

.fixclear:after{
	content: "";
	display: block;
	clear: both;
}

.flexs{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.twohide{
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
}

.onehide{
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1; 
}	


/*-----------------------------------------------------------------------------------------------*/

@font-face {
  font-family: 'impact';   /*字体名称*/
  /*src: url('impact.ttf');  */     /*字体源文件*/    /*  jq1报错*/
 src: url(../images/font1.ttf);
}

.all{
	position: relative;
	min-height: 100vh;
	background: #fff;
}

.head{
	background: #fff;
}

.head_info{
	width: 16rem;
	margin: 0 auto;
	position: relative;
	font-size: 0;
	padding: .3rem 0;
	background: #fff;
	
	position: fixed;
	
	/*background: transparent;*/
	top: 0;
	width: 100%;
	transition: .3s;
	z-index: 110;
}

.head_con{
	width: 16rem;
	margin: 0 auto;
	position: relative;
}

.head_top{
	margin-bottom: 0.2rem;
	
}

.head_pos{
	position: absolute;
	right: 0;
	top: 0;
}

.head_pos_text{
	text-align: right;
	margin-bottom: 0.3rem;
}

.head_pos_text img{
	width: 0.24rem;
	margin-left: 0.1rem;
}

.head_pos_text span{
	font-size: 0.16rem;
	color: #333;
	margin-left: 0.1rem;
}

.head_pos_search{
	text-align: right;
	font-size: 0;
}

.inp_1{
	height: 0.3rem;
	line-height: 0.3rem;
	padding: 0.01rem;
	background: url(../images/search.png) no-repeat top center;
	border: 0;
	padding-left: 0.4rem;
	padding-right: 0.2rem;
	width: 1.7rem;
	outline: none;
}

.head_lf{
	font-size: 0.38rem;
	flex: 1;
	text-align: center;
	font-family: impact;
}

.head_logo{
	margin: 0 0.2rem;
	position: relative;
	width: 4.8rem;
}

.head_logo img{
	width: 100%;
}

.head_logo span{
	position: absolute;
	top: 0.1rem;
	right: 0.1rem;
	color: #5e4a08;
	font-size: 0.26rem;
	letter-spacing: 0.08rem;
	padding-left: 0.1rem;
}

.head_nav{
	position: relative;
	/*flex: 1;*/
	justify-content: flex-start;
}

.head_nav_1{
	/*flex: 1;*/
	width: 1.50rem;
	text-align: center;
	/*padding: 0 0.05rem;*/
	color: #333;
	font-size: 0.16rem;
	line-height: 0.38rem;
	/*padding-top: 0.2rem;*/
	transition: 0.3s;
	position: relative;
}

/*.head_nav_1 a{
	color: #fff;
}*/

.head_nav_active{
	font-weight: bold;
	/*border-bottom: 0.02rem solid #fff;*/
	position: relative;
	/*background: url(../images/navimg1.png) no-repeat top -0.1rem center / 1rem ;*/
}

.head_nav_active:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
	width: 0.4rem;
	height: 0.02rem;
	background: #fff;
}


.head_nav_1 .head_nav_a{
	display: block;
	padding: 0 .1rem;
	height: .6rem;
	line-height: .6rem;
	font-size: .20rem;
	/*font-weight: bold;*/
	transition: .3s;
	color: #333;
	white-space: nowrap;
	position: relative;
	border-radius: .1rem .1rem 0 0;
}

.twochild{
	position: relative;
}
.twochild:after{
	position: absolute;
	right: .1rem;
	top: 60%;
	transform: translate(0,-50%);
	content: '';
	width: 0;
	height: 0;
	border: .06rem solid transparent;
	border-top-color:#333;
	transition: .3s;
}

.head_nav_1 a:hover{
	color: #2a8ffb;
}
.head_nav_1 .head_nav_a:hover{
	color: #2a8ffb;
	color: #fff;
	background: #69aef8;
	border-radius: .1rem .1rem 0 0;
}

.twochild:hover:after{
	border-top-color:#fff;
}

.two_ul{
	position: absolute;
	background: rgba(0,0,0,0.8);
	width: 1.5rem;
	padding: 0 .1rem;
	top: .6rem;
	left: 50%;
	transform: translate(-50%,0);
	height: 0;
	overflow: hidden;
	transition: 0.5s;
	/*display: none;*/
	z-index: 101;
}

.two_ul li{
	text-align: center;
	
}

.two_ul li a{
	color: #fff;
	/*display: block;*/
	height: .5rem;
	line-height: .5rem;
	border-bottom: 1px dashed #535252;
	overflow: hidden;
	box-sizing: border-box;
}

.two_ul li:nth-last-child(1) a{
	border-bottom: 0;
}

.head_banner{
	position: relative;
}
.head_banner img{
	width: 100%;
}
.con{
	padding-bottom: 1rem;
}

.healthy_con{
	margin: 0 auto;
	margin-top: 0.4rem;
	width: 16rem;
	position: relative;
	padding-bottom: .2rem;
	font-size: 0;
}

.healthy_img{
	width: 7.5rem;
}

.healthy_img img{
	width: 100%;
}

.healthy_text{
	background: #fff;
	width: 8.5rem;
	padding: .3rem;
	text-align: left;
	
}

.healthy_title{
	font-size: .44rem;
	color: #333333;
	line-height: .44rem;
	margin-bottom: .3rem;
	font-weight: bold;
	transform: rotateY(40deg);
    display: inline-block;
    margin-left: -.2rem;
}

.healthy_title_{
	font-size: .24rem;
	color: #333333;
	line-height: .22rem;
	margin-bottom: .1rem;
	text-align: left;
}

.healthy_title_line{
	width: .3rem;	
	height: .04rem;
	background: #ec0000;
	margin-top: .2rem;
	margin-bottom: .3rem;
}

.healthy_brief{
	font-size: .16rem;
	color: #999;
	line-height: 1.5;
	min-height: 1rem;
	margin-bottom: .1rem;
	text-align: left;
	
	
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:5; 
}

.healthy_more{
	padding: .1rem .4rem;
	/*width: 1rem;*/
	text-align: center;
	color: #333;
	border: 1px solid #ccc;
	border-radius: .6rem;
	display: inline-block;
	font-size: 0;
	transition: .3s;
	margin-top: .3rem;
	cursor: pointer;
}

.healthy_more:hover{
	/*padding-right: .5rem;*/
	background: #ec0000;
	border: 1px solid #ec0000;
	color: #fff;
}
.span_hide{
 	opacity: 0;
 	transition: .3s;
 	color: #fff;
}

.healthy_more:hover .span_hide{
	opacity: 1;
	padding-left: .1rem;
}

.healthy_more span{
	font-size: .16rem;
	flex: 1;
	/*text-align: left;*/
}

.healthy_more img{
	width: .44rem !important;
}

.head_img{
	margin-left: 0.1rem;
	flex: 1;
}

.head_img img{
	max-height: 0.8rem;
}

.head_call{
	font-size: 0;
	margin-left: .3rem;
}

.head_call img{
	width:0.24rem;
	filter: brightness(0);
}

.head_call span{
	color: #fff;
	font-size: 0.2rem;
	margin-left: 0.1rem;
}
.video1{
	width: 5.8rem;
}
		
.steps{
	width: 16rem;
	margin:0 auto;
	position: relative;
}

.steps_title{
	text-align: center;
	margin-bottom: 0.3rem;
}

.steps_name{
	font-size: 0.5rem;
	font-weight: bold;
	color: #333;
	padding: 0.2rem;
	border-bottom: 1px solid #eee;
	position: relative;
}

.steps_name:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
	background: #2a8ffb;
	width: 2.5rem;
	height: 0.06rem;
}

.steps_brief{
	font-size: 0.28rem;
	margin-top: 0.1rem;
}

.steps_con{
	padding:0.8rem 0.6rem;
	padding-bottom: 0.4rem;
	padding-right: 1rem;
	margin-top: 0.2rem;
	background: url(../images/bj1.jpg) no-repeat top center /100%;
}

.steps_1{
	padding: 0.3rem;
	margin-bottom: 0.22rem;
}


.steps_text{
	
}

.steps_num{
	font-size: 0.5rem;
	color: #fff;
	border-radius: 0.04rem;
	font-weight: bold;
	padding: 0.1rem;
	position: relative;
	background: #16b3e6;
}

.steps_num:before{
	content: "";
	position: absolute;
	right: -0.2rem;
	top: 50%;
	transform: translate(0,-50%);
	width: 0;
	height: 0;
	border: 0.1rem solid transparent;
	border-left-color: #16b3e6;
}

.steps_info{
	margin: 0 0.2rem;
	margin-left: 0.4rem;
	flex: 1;
}

.steps_info h3{
	font-size: 0.24rem;
	font-weight: bold;
	color: #16b3e6;
}

.steps_info p{
	font-size: 0.16rem;
	font-weight: bold;
	color: #333;
	margin-top: 0.2rem;
}

.steps_info .btn_1{
	width: 2.5rem;
	border-radius: 0.04rem;
	color: #fff;
	font-size: 0.16rem;
	background: #ed4343;
	margin-top: 0.2rem;
	height: 0.6rem;
	line-height: 0.6rem;
	text-align: center;
}

.steps_img{
	width: 3.48rem;
	height: 2.1rem;
}

.steps_img img{
	width: 100%;
	max-height: 100%;
}

.steps_1:nth-child(2n){
	padding-left: 0.6rem;
	flex-direction: row-reverse;
}

.steps_1:nth-child(2n) .steps_num:before{
	content: "";
	position: absolute;
	right: initial;
	left: -0.2rem;
	top: 50%;
	transform: translate(0,-50%);
	width: 0;
	height: 0;
	border: 0.1rem solid transparent;
	border-right-color: #16b3e6;
}

.steps_1:nth-child(2n) .steps_info{
	margin: 0 0.4rem;
	margin-left: 0.2rem;
}

.examination{
	width: 16rem;
	margin: 0 auto;
	position: relative;
}

.examination_img{
	
}

.examination_img img{
	width: 100%;
}

.process_con{
	flex-wrap: wrap;
	/*border: 1px solid #eee;*/
	padding: 0.2rem 0.3rem;
	padding-bottom: 0;
}

.process_1{
	padding: 0.1rem 0.1rem;
	border: 1px solid #eee;
	margin-right: 0.2rem;
    margin-bottom: 0.2rem;
    width: 2.46rem;
    overflow: hidden;
    font-size: 0;
    cursor: pointer;
}
.process_1:hover{
	box-shadow: 0 0 0.06rem #ddd;
}

.process_1:nth-child(4n){
	margin-right: 0;
}

.process_img{
	width: 0.54rem;
	height: 0.54rem;
}

.process_img img{
	width: 100%;
}

.process_text{
	flex: 1;
	font-size: 0;
	padding: 0.06rem 0;
	margin-left: 0.2rem;
}
.process_text h3{
	color: #333;
    font-weight: bold;
    font-size: 0.16rem;
}
.process_text p{
	color: #333;
    font-size: 0.12rem;
    margin-top: 0.06rem;
}

.con_bj{
	background: #f9f7f8;
	background: url(../images/img4.png) repeat-y center top;
	padding: 0.5rem 0;
}

.modules{
	width: 16rem;
	margin: 0 auto;
	position: relative;
	margin-bottom: 0.5rem;
}

.titles{
	text-align: center;
	padding: 0.2rem;
	font-size: 0;
	/*font-family: impact;*/
}

.titles_name{
	font-size: 0.5rem;
	display: inline-flex;
	color: #333;
	padding: 0.2rem 0;
	padding-left: 0.2rem;
	line-height: 0.5rem;
	height: 0.7rem;
	letter-spacing: 0.1rem;
	/*background: url(../images/title.png) no-repeat right 0.1rem center /0.66rem;*/
}

.titles_brief{
	font-size: 0.35rem;
	color: #999;
	margin-top: -0.3rem;
}

.news{
	
}

.news_con{
	
}

.news_lf{
	flex: 1;
	margin-left: 0.3rem;
}

.news_lf:nth-child(1){
	margin-left: 0rem;
}

.news_name{
	padding: 0.1rem 0.2rem;
	border-bottom: 0.02rem solid #333;
}

.news_name .div1{
	flex: 1;
	font-size: 0.19rem;
	font-weight: bold;
	margin-right: 0.2rem;
}

.w12{
	width: 16rem;
	margin: 0 auto;
	position: relative;
	margin-top: 0.3rem;
}

.news_name .div2{
	font-size: 0.14rem;
	
}
.news_name .div2 span{
	display: inline-block;
	width: 0.16rem;
	height: 0.16rem;
	line-height: 0.14rem;
	text-align: center;
	border-radius: 50%;
	background: #a1060c;
	color: #fff;
	margin-left: 0.05rem;
}

.news_ul{
	padding: 0.2rem;
}

.news_li{
	font-size: 0.16rem;
	color: #666;
	margin-bottom: 0.2rem;
	position: relative;
	padding-left: 0.1rem;
}

.news_li:before{
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
	transform: translate(0,-50%);
	border: 0.04rem solid transparent;
	border-left-color: #c6884d;
}

.news_li:nth-last-child(1){
	margin-bottom: 0;
}

.news_li .div1{
	flex: 1;
	margin-right: 0.2rem;
	transition: 0.3s;
	cursor: pointer;
}

.news_li .div1:hover{
	color: #860202;
}

.news_li .div2{
	
}

.news_rf{
	width: 3.3rem;
	margin-left: 1rem;
}
.news_rf img{
	width: 100%;
}
.goods{
		
}

.goods_con{
	
}

.goods_ul{
	flex-wrap: wrap;
}

.goods_li{
	margin-bottom: 0.2rem;
	margin-right: 0.2rem;
	width: 3.86rem;
	box-shadow: 0.04rem 0.04rem 0.08rem #999;
}

.goods_li:nth-child(2),.goods_li:nth-child(4),.goods_li:nth-child(7){
	margin-right: 0rem;
}

.goods_li:nth-child(1),.goods_li:nth-child(4){
	width: 7.92rem;
}

.goods_li img{
	width: 100%;
}

.con_banner{
	
}

.con_banner img{
	width: 100%;
}

.products_nav{
	padding: 0 0.4rem;
	font-size: 0;
}

.products_1{
	flex: 1;
	padding: 0.1rem;
}

.products_img{
	width: 1.2rem;
	height: 1.2rem;
	margin: 0 auto;
	/*margin-bottom: 0.1rem;*/
}

.products_img img{
	width: 100%;
	border-radius: 50%;
}

.products_text{
	color: #333;
	text-align: center;
	font-size: 0.32rem;
	font-family: impact;
}

.products_con{
	padding: 0 0.4rem;
	margin-top: 0.3rem;
	margin-bottom: 1rem;
}

.products_ul{
	flex-wrap: wrap;
}

.products_li{
	margin-right: 0.35rem;
	margin-bottom: 0.35rem;
}

.products_li:nth-child(3n){
	margin-right: 0;
}

.products_li_img{
	width: 3.5rem;
	height: 3.5rem;
	margin-bottom: 0.1rem;
}

.products_li_img img{
	width: 100%;
}

.products_li_text{
	color: #600808;
	font-size: 0.24rem;
	text-align: center;
}
.advantage{
	
}

.advantage_con{
	text-align: center;
}

.advantage_brief{
	font-size: 0.16rem;
	color: #333;
	text-align: center;
	line-height: 0.3rem;
	width: 40%;
	margin: 0.2rem auto 0.5rem;
}

.advantage_img{
	width: 6.9rem;
	margin: 0 auto;
	margin-top: 0.5rem;
}

.advantage_img img{
	width: 100%;
}

.advantage_data{
	justify-content: center;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

.advantage_1{
	padding: 0 0.1rem;
	margin: 0 0.3rem;
	text-align: left;
}

.advantage_name{
	font-size: 0.19rem;
	color: #666;
}

.advantage_num{
	font-size: 0.3rem;
	font-weight: bold;
	color: #ad0303;
}

.rdt{
	
}

.rdt_con{
	
}

.rdt_ul{
	padding: 0.4rem;
}
.rdt_li{
	flex: 1;
	margin-right: 0.59rem;
}

.rdt_li:nth-last-child(1){
	margin-right: 0;
}

.rdt_img{
	height: 2.4rem;
	border-radius: 0.1rem;
	overflow: hidden;
	margin-bottom: 0.2rem;
}
.rdt_img img{
	width: 100%;
}

.rdt_text{
	text-align: center;
	font-size: 0.18rem;
	color: #c40000;
	
}

.rdt_brief{
	margin-top: 0.5rem;
}

.rdt_brief_name{
	font-size: 0.3rem;
	color: #333;
	text-align: center;
	margin-bottom: 0.2rem;
	font-family: impact;
}

.rdt_brief_ul{
	padding: 0 0.4rem;
	flex-wrap: wrap;
}

.rdt_brief_li{
	position: relative;
	margin-right: 0.1rem;
	margin-bottom: 0.1rem;
	width: 5.55rem;
}

.rdt_brief_li:nth-child(2n){
	margin-right: 0rem;
}

.rdt_brief_li img{
	width: 100%;
}

.rdt_brief_li span{
	position: absolute;
	font-size: 0.58rem;
	left: 0.2rem;
	top: 0rem;
	font-family: impact;
	color: #fff;
}

.stores{
	
}

.stores_con{
	
}

.stores_ul{
	padding: 0.4rem;
}

.stores_li{
	flex: 1;
	margin-right: 0.59rem;
}

.stores_li:nth-last-child(1){
	margin-right: 0;
}

.stores_img{
	height: 2.4rem;
	border-radius: 0.1rem;
	overflow: hidden;
	margin-bottom: 0.2rem;
}

.stores_img img{
	width: 100%;
}

.stores_text{
	font-size: 0;
}

.stores_name{
	color: #c40000;
	font-size: 0.18rem;
	margin-bottom: 0.1rem;
}

.stores_brief{
	color: #333;
	font-size: 0.15rem;
	margin-bottom: 0.1rem;
}

.foot_bj{
	background: #272636;
	padding: 0.3rem 0;
	position: relative;
}

.foot{
	font-size: 0;
	margin-bottom: 0;
	padding: 0 0.4rem;
	box-sizing: border-box;
}

.foot_lf{
	flex: 1;
	margin-right: 0.2rem;
	
}

.foot_text{
	font-size: 0.16rem;
	color: #fff;
	line-height: 0.3rem;
}

.foot_text .div1{
	/*width: 1.8rem;*/
	/*text-align-last: justify;*/
	text-align: left;
}

.foot_text a{
	color: #fff;
	font-size: 0.16rem;
	padding: 0 .1rem;
	border-right: 1px solid #999;
}

.foot_text a:nth-last-child(1){
	border-right: 0;
}

.foot_text .div2{
	flex: 1;
}

.foot_rf{
	
}

.foot_code{
	width: 1rem;
	height: 1rem;
	margin: 0 auto;
	margin-bottom: 0.1rem;
}

.foot_code img{
	width: 100%;
}

.foot_code_text{
	color: #fff;
	font-size: 0.14rem;
	text-align: center;
}


/*---------------------------about------------------------------------*/

.abouts_nav_bj{
	padding: .2rem 0;	
	border-bottom: .02rem solid #eee;
	padding-top: 0;
}

.abouts{
	font-size: 0;
	align-items: stretch;
	/*padding: .2rem 0;*/
}

.abouts_nav{
	flex: 1;
	/*margin-top: -.5rem;*/
	margin-top: .2rem;
}

.abouts_title{
	font-size: .30rem;
	/*color: #3ac1c0;*/
	/*background:url(../binglie/images/xbj.png) no-repeat center;*/
	height: .6rem;
	line-height: .6rem;
	color: #333;
	text-align: center;
	font-weight: bold;
}

.abouts_title img{
	margin-right: .04rem;
	height: .26rem;
	margin-top: -.04rem;
	/*filter: brightness(0);*/
}

.abouts_ul{
	/*margin-top: .2rem;*/
}

.abouts_li{
	margin: .1rem 0;
}

.abouts_li a{
	display: block;
	line-height: .4rem;
	height: .4rem;
	text-align: center;
	color: #666;
	font-size: .18rem;
	font-weight: bold;
	color: #333;
	padding: 0 .2rem;
}

.abouts_active a{
	/*color: #fff;
	background: #ed4343;*/
	font-weight: bold;
	color: #2a8ffb;
}

.abouts_con{
	/*margin-left: .5rem;*/
	text-align: justify;
	/*padding: .2rem;*/
	/*flex: 4.6;*/
	font-size: .16rem;
}

.abouts_con img{
	max-width: 100%;
}

.dynamic_bj{
	width: 9rem;
	position: absolute;
	bottom: 0;
	right: 5%;
	font-size: 0;
	z-index: 100;
	perspective: 9rem;
	transform-style: preserve-3d;
}

.dynamic{
	width: 9rem;
	position: absolute;
	bottom: 0;
	right: 5%;
	font-size: 0;
	z-index: 100;
	align-items: stretch;
	color: #fff;
	transition: .3s;
	
	background-color: #fff;
	transform-origin: bottom;
	transform: rotateX(0deg);
}

.dynamic_1{
	flex: 1;
	padding: 0 .2rem;
	text-align: center;
}

.dynamic_1 .span1{
	font-size: .36rem;
	color: #333;
	font-weight: bold;
	font-family: myFirstFont;
}

.dynamic_1 .span2{
	font-size: .26rem;
	color: #333;
	font-weight: bold;
	font-family: myFirstFont;
	vertical-align: middle;
    display: inline-block;
}

.dynamic_1 .span3{
	font-size: .24rem;
	color: #333;
	margin-left: .04rem;
	vertical-align: middle;
    display: inline-block;
    margin-top: -.1rem;
}

.dynamic_lf{
	background: #69aef8 url(binglie/images/img11.jpg) no-repeat left center /80% auto;
	padding: .2rem;
	color: #fff;
	flex: 1;
}

.dynamic_rf{
	flex: 3;
	background: #1e247e;
}

.dynamic_lf_english{
	color: #fff;
	font-size: .24rem;
}

.dynamic_lf_name{
	font-size: .38rem;
	color: #fff;
	margin-top: .1rem;
}

.dynamic_num{
	color: #fff;
	display: flex;
	line-height: .44rem;
	justify-content: center;
}
.dynamic_num span{
	color: #fff !important;
}

.dynamic_name{
	color:#7a7eb6;
	margin-top: .04rem;
	font-size: .18rem;
}

.abouts_brief{
}
.abouts_brief_name{
	font-size: .24rem;
	color: #333;
	font-weight: bold;
}
.abouts_brief_con{
	text-align: justify;
	color: #333;
	text-indent: 2em;
	line-height: .4rem;
	margin-top: .2rem;
	font-size: .18rem;
}
.abouts_info{
	margin-top: .4rem;
	align-items: stretch;
}
.abouts_info_lf{
	background: #f4f4f4;
	flex: 1;
	padding: .2rem .5rem;
	box-sizing: border-box;
}
.abouts_info_1{
	flex-wrap: wrap;
}
.abouts_info_1 .dynamic_1{
	width: 50%;
	flex: none;
	box-sizing: border-box;
	padding-top: .3rem;
	padding-bottom: .3rem;
	color: #2a8ffb;
}


.abouts_info_1 .dynamic_1 .dynamic_num{
	justify-content:flex-start;
}
.abouts_info_1 .dynamic_1 .dynamic_num span{
	color: #2a8ffb !important;
	text-align: left;
}
.abouts_info_1 .dynamic_1 .dynamic_name{
	color: #666 !important;
	font-weight: bold;
	text-align: left;
}

.abouts_info_rf{
	flex: 1;
	overflow: hidden;
}
.abouts_info_rf img{
	height: 100%;
	transition: .3s;
}

.abouts_info_rf img:hover{
	transform: scale(1.1);
}


/*---------------------------expands------------------------------------*/

.expands{
	flex-wrap: wrap;
	align-items: stretch;
	font-size: 0;
	justify-content: flex-start;
}

.expands_1{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	box-shadow: 0 0 .1rem #ddd;
}

.expands_a{
	display: block;
}

.expands_a:hover .expands_text h4{
	color: #ed4343;
}

.expands_1:nth-child(3n){
	margin-right: 0;
}

.expands_img{
	width: 100%;
	height: 1.5rem;
	display: flex;
}

.expands_img img{
	align-self: center;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	max-height: 2rem;
	max-width: 100%;
}

.expands_text{
	padding: .1rem;
	background: #fff;
}

.expands_text h4{
	font-size: .15rem;
	transition: .3s;
}

.expands_text p{
	margin-top: .04rem;	
	color: #999;
	font-size: .14rem;
}

.bjs{
	font-size: 0;
}

.bjs img{
	width: 100%;
}



.details_title{
	padding: .2rem;
	text-align: center;
	border-bottom: 1px solid #eee;
}

.details_name{
	font-size: .22rem;
	color: #666;
	font-weight: bold;
}

.details_time{
	margin-top: .2rem;
	text-align: left;
}

.details_time span{
	font-size: .14rem;
	color: #999;
	margin-right: .3rem;
}

.details_con{
	text-align: justify;
	margin-top: .3rem;
	font-size: .16rem;
	line-height: 1.5;
	text-indent: 2em;
	padding-bottom: .3rem;
}

.details_con img{
	max-width: 100%;
}




/*---------------------------newss------------------------------------*/

.newss{
	padding-top: 0.1rem;	
	padding-bottom: 0.4rem;
}

.newss_con{
	padding: 0.2rem;
}

.newss_1{
	margin-top: 0.2rem;
	cursor: pointer;
	transition: 0.3s;
	padding: 0.1rem;
	align-items: stretch;
}

.newss_1:hover{
	box-shadow: 0 0 0.1rem #ddd;
}

.newss_1:hover .newss_text h3{
	color: #16B3E6;
}

.newss_1:nth-child(1){
	margin-top: 0;
}

.newss_img{
	width: 2.4rem;
	height: 1.6rem;
}

.newss_img img{
	width:100%;
	height: 100%;
}
.newss_text{
	padding: 0.06rem 0;
	margin-left: 0.2rem;
	flex: 1;
	font-size: 0;
	display: flex;
	flex-direction: column;
	width: 100%;
}
.newss_text h3{
	font-weight: bold;
	transition: 0.3s;
	color: #333;
	font-size: 0.2rem;
}
.newss_text p{
	font-size: 0.14rem;
	color: #999;
	text-align: justify;
	line-height: 0.2rem;
	margin-top: 0.1rem;
	flex: 1;
}

.newss_text .more{
	font-size: 0.12rem;	
	color: #666;
	margin-top: 0.1rem;
	padding: 0.04rem 0.1rem;
	border-radius: 0.04rem;
	background: #16B3E6;
	/*display: inline-block;*/
	color: #fff;
	width: 0.5rem;
	text-align: center;
}

.newss_text .more:hover{
	opacity: 0.8;
}

/*-------------------news_details--------------------------------*/

/*.details{
	align-items: stretch;
	padding: 0.3rem;
}

.details_lf{
	flex: 1;
	padding-right: 0.3rem;
}

.details_rf{
	width: 2.4rem;
	padding-left: 0.2rem;
	border-left: 1px solid #eee;
}

.details_1{
	font-size: 0.16rem;
	color: #333;
	padding:0.06rem 0.1rem;
	font-size: 0;
	align-items: flex-start;
}

.details_name{
	font-size: 0.16rem;
	white-space: nowrap;
	width: 0.52rem;
	text-align: right;
}

.details_brief{
	font-size: 0.16rem;
	flex: 1;
}

.details_brief img{
	width: 70%;
	display: block;
	margin: 0 auto;
}

.details_brief span{
	font-size: 0.14rem;
	color: #333;
	display: block;
	text-align: center;
	margin-top: 0.1rem;
}*/


/*------------------------contart----------------------------*/

.lianxipage_con{
	
}

.lianxipage_{
	width: 16rem;
	margin: 0 auto;
	position: relative;
	align-items: stretch;
}

.lianxipage_title{
	width: 16rem;
	margin: 0 auto;
	position: relative;
	text-align: center;
	padding:0.4rem 0;
	padding-bottom: 0.2rem;
}

.lianxipage_title img{
	
}

.lianxipage_title h2{
	font-size: 0.34rem;
	color: #00AAD4;
	position: relative;
	margin-top: -0.3rem;
}

.lianxipage_ditu{
	/*width: 8rem;*/
	flex: 2.2;
	/*float: left;*/
}

.lianxipage_text{
	flex: 1;
	/*width: 4rem;*/
	/*float: right;*/
	background: #00AAD4;
	padding: 0.3rem;
	color: #FFFFFF;
	box-sizing: border-box;
}

.lianxipage_text_{
	padding-bottom: 0.2rem;
}

.lianxipage_text_ h2{
	font-size: 0.24rem;
	margin-bottom: 0.15rem;
}

.lianxipage_text_ p{
	font-size: 0.14rem;
	line-height: 0.3rem;
}

.bangong{
	padding-top: 0.2rem;
	font-size: 0;
	border-top: 1px dashed #fff;
}

.bangong_img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.2rem;
}

.bangong_img img{
	width: 0.4rem;
}

.bangong_text{
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}

.bangong_text p{
	font-size: 0.2rem;
}

.bangong_text h2{
	font-size: 0.28rem;
}

.callinfo_bj{
	background: #f0f2f6;
	padding: 0.5rem 0;
	margin: 0.5rem 0;
}

.callinfo{
	width: 16rem;
	margin: 0 auto;
}

.newss_title{
	font-size: 0.24rem;
	font-weight: bold;
	color: #16B3E6;
	padding: 0.2rem 0;
	text-align: center;
	border-bottom: 1px solid #eee;
}

/*.callinfo_{
	float: left;
	margin-right: 50px;
	background: url(../images/lianxiimg2.png) no-repeat right top;
	background-color: #fff;
	padding: 30px;
	width: 575px;
	box-sizing: border-box;
}

.callinfo_ h3{
	font-size: 20px;
	color: #00AAD4;
}

.callinfo_ p{
	font-size: 14px;
	color: #333;
	line-height: 30px;
}*/


/*-----------------------ordinary-------------------------------------*/

.education_bj{
	background: #f5f5f5;
	padding: 0.3rem 0;
}

.ordinarys_text{
	padding: 0.1rem;
}

.ordinarys_text h3{
	font-size: 0.2rem;
	font-weight: bold;
	color: #333;
}

.ordinarys_text p{
	font-size: 0.18rem;
	color: #666;
	margin-top: 0.1rem;
}

.video2{
	width: 3.6rem;
	height: 2rem;
	border-radius: 0.2rem;
	display: block;
	outline: none;
	overflow: hidden;
}
.video2 video{
	width: 100%;
	height: 100%;
	display: block;
	outline: none;
}

.education{
	
}

.education_con{
	padding: 0.3rem;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.education_1{
	width: 3.6rem;
	margin-right: 0.3rem;
	background: #16B3E6;
	padding: 0.6rem 0 0.1rem 0;
	margin-bottom: 0.3rem;
}

.education_1:nth-child(3n){
	margin-right: 0;
}

.education_text{
	background: #fff;
	padding: 0.2rem;
}

.education_text h3{
	font-weight: bold;
	color: #16B3E6;
	font-size: 0.22rem;
	text-align: center;
}

.education_text p{
	font-size: 0.14rem;
	color: #16B3E6;
	text-align: justify;
	line-height: 0.18rem;
	margin-top: 0.1rem;
}

.education_text .btn_1{
	color: #fff;
	margin-top: 0.1rem;
	font-weight: bold;
	font-size: 0.16rem;
	border-radius: 0.04rem;
	background: #16B3E6;
	text-align: center;
	line-height: 0.36rem;
	height: 0.36rem;
	cursor: pointer;
}

.alumnus_con{
	padding: .1rem 0;
	align-items: stretch;
}

.alumnus_1{
	/*flex: 1;*/
	width: 24%;
	margin-left: 2%;
	transition: .3s;
	cursor: pointer;
}

.alumnus_1:nth-child(1){
	margin-left: 0;
}

.alumnus_1:hover{
	transform: translateY(-3px);
    box-shadow: 0px .05rem .2rem #ddd;
}

.alumnus_1:hover .alumnus_text{
	/*border-top: .04rem solid #fff;*/
	/*background: #9b0d14;*/
	color: #2a8ffb;
}

.alumnus_1:hover .alumnus_brief{
	color: #2a8ffb;
}

.alumnus_1:hover .alumnus_time .img1{
	display: none;
}
.alumnus_1:hover .alumnus_time .img2{
	display: block;
}

.alumnus_1:hover .alumnus_more span{
	color: #2a8ffb ;
}
.alumnus_1:hover .alumnus_img img{
	transform: scale(1.1);
}



.alumnus_1:nth-child(1){
	margin-left: 0;
}

.alumnus_img{
	overflow: hidden;
}

.alumnus_img img{
	width: 100%;
	height:250px;
	transition: .5s;
	transform: scale(1);
}

.alumnus_text{
	background: #fff;
	transition: .3s;
	padding: .2rem;
	/*border-top: .04rem solid #9b0d14;*/
	/*background: #f9f9f9;*/
	font-size: 0;
}

.alumnus_time{
	line-height: normal;
    font-size: .18rem;
    color: #999;
}
.alumnus_name{
	/*line-height: normal;*/
    /*font-weight: bold;*/
    font-size: .22rem;
    margin-top: .1rem;
    border-bottom: 1px solid #eee;
    padding-bottom: .14rem;
    height: .54rem;
    line-height: .26rem;
}

.alumnus_brief{
	font-size: .14rem;
	text-align: justify;
    color: #a8a7a7;
    margin-top: .1rem;
}

.alumnus_more{
	margin-top: .1rem;
}
.alumnus_more span{
	color: #999;
	font-size: .16rem;
}
.alumnus_more img{
	height: .04rem;
    filter: brightness(0);
}

.alumnus_time{
	/*margin-top: .1rem;*/
}

.alumnus_time img{
	width: .14rem;
}
.alumnus_time .img1{
	display: block;
}
.alumnus_time .img2{
	display: none;
}

.alumnus_time span{
	font-size: .14rem;
    color: #999;
    flex: 1;
    margin-left: .1rem;
}



.team_img{
	text-align: center;
	position: relative;
	padding: .2rem 0;
	font-size: 0;
}

.team_img img{
	height: 6.84rem;
}

.team_pos{
	position: absolute;
}

.team_pos h3{
	font-size: .3rem;
	font-weight: normal;
	color: #FFF;
}

.team_pos p{
	margin-top: .04rem;
	font-size: .16rem;
	color: #fff;
}

.team_pos_1{
	left: 2rem;
	top: 4rem;
}

.team_pos_2{
	left:58%;
	top: 1.3rem;
}

.team_pos_3{
	bottom: 1.3rem;
	left: 40%;
}



.titless{
	position: relative;
	text-align: center;
	padding: .2rem 0;
}
.titless_english{
	color: #e8eff6;
	font-size: 1.5rem;
	line-height: 1.8rem;
	height: 1.8rem;
	font-weight: bold;
}
.titless_border{
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	width: 100%;
}
.titless_border_1{
	width: 24%;
	border-top: 2px dotted #d5dbe1;
	margin: 0.05rem auto;
	margin-top: .1rem;
}
.titless_name{
	font-size: .48rem;
	color: #333;
	position: absolute;
	top: 50%;
	font-weight: bold;
	left: 0;
	transform: translate(0,-50%);
	width: 100%;
	text-align: center;
	letter-spacing: .06rem;
	margin-left: .03rem;
}
.titless_line{
	position: absolute;
	bottom: 26%;
	left: 50%;
	transform: translate(-50%,0);
	width: .16rem;
	height: .05rem;
	background: #666666;
}

.mains{
	
}
.mains_con{
	margin-top: .4rem;
}
.mains_ul{
	flex-wrap: wrap;
	justify-content: flex-start;
}
.mains_li{
	padding: .1rem 0;
	background: #fff;
	width: 13%;
	height: 1rem;
	box-shadow: 0 .02rem .1rem #eee;
	text-align: center;
	border-radius: .1rem;
	box-sizing: border-box;
	margin-right: 1.4%;
	margin-bottom: .2rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
.mains_li:nth-child(7n){
	margin-right: 0;
}
.mains_li:hover img{
	transform: scale(1.1);
}
.mains_li img{
	margin: 0 auto;
	max-width: 1.7rem;
	max-height: .8rem;
	transform: scale(1);
	transition: .3s;
}


.head_banner_pos{
	position: absolute;
	width:16rem;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: .4rem;
	font-weight: bold;
	padding: .2rem 0;
	color: #fff;
}
.head_banner_pos:after{
	position: absolute;
	content: '';
	width: 0.8rem;
    height: 0.03rem;
    background: #fff;
    left: 0;
    bottom: 0;
}

.foot_img{
	margin-right: 1rem;
}
.foot_img img{
	height: .7rem;
	filter: brightness(100);
}


.qywh_1{
	flex: 1;
	margin-left: .6rem;
    background: #fff;
    padding: .4rem;
    border-radius: .1rem;
    box-shadow: 0 .05rem .2rem #0000001f;
    transition: .3s;
    transform: scale(1);
}
.qywh_1:nth-child(1){
	margin-left: 0;
}

.qywh_1:hover{
    transform: scale(1.1);
}
.qywh_img{
	width: 1.34rem;
	height: 1.34rem;
	margin: 0 auto;
	border-radius: 1.34rem;
	border-radius: 50%;
    box-shadow: 0 .3rem .24rem #ceddef;
    margin-bottom: .3rem;
    background: #0055b5;
    padding: .2rem;
   	box-sizing: border-box;
}
.qywh_img img{
	width: 100%;
}
.qywh_text{
	text-align: center;
}
.qywh_name{
	font-size: .18rem;
	color: #333;
	font-weight: bold;
}
.qywh_brief{
	margin-top: .1rem;
	font-size: .14rem;
	color: #666;
}

.qywh_title{
	text-align: center;
	padding: .3rem 0;
	color: #333;
	font-size: .24rem;
	position: relative;
	font-weight: bold;
	padding-bottom: .1rem;
	margin-bottom: .4rem;
}

.qywh_title:after{
	content: '';
	position: absolute;
	left:50%;
	bottom: 0;
	width: .3rem;
	transform: translate(-50%,0);
	height: .03rem;
	background: #4e8eca;
}


.gsry{
	padding: .5rem 0;
	color: #333;
}
.gsry_title{
	text-align: center;
}
.gsry_title_{
	font-size: .24rem;
	font-weight: bold;
}
.gsry_nav{
	margin-top: .2rem;
	justify-content: center;
}
.gsry_nav_1{
	padding: 0.05rem 0.3rem;
    border: 1px solid #b7b7b7;
    border-radius: .5rem;
    font-size: .18rem;
    transition: .3s;
    margin: 0 .2rem;
    cursor: pointer;
}
.gsry_nav_1:hover{
	background: #2775bf;
    color: #fff;
    border: 1px solid #2775bf;
}
.gsry_nav_active{
	background: #2775bf;
    color: #fff;
    border: 1px solid #2775bf;
}
.gsry_con{
	margin-top: .4rem;
	padding: 0 1.5rem;
	border-left: 1px solid #2775bf;
	position: relative;
}
.gsry_con:after{
	content: '';
	width: .2rem;
	height: .2rem;
	border-radius: .2rem;
	background: #69aef8;
	position: absolute;
	top: 0;
	left: -.1rem;
}
.gsry_con:before{
	content: '';
	width: .2rem;
	height: .2rem;
	border-radius: .2rem;
	background: #69aef8;
	position: absolute;
	bottom: 0;
	left: -.1rem;
}
.gsry_1{
	padding: .2rem 0;
	align-items: stretch;
}
.gsry_img{
	width: 2rem;
    
}
.gsry_img img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}
.gsry_img img:hover{
	transform: scale(1.1);
}
.gsry_text{
	flex: 1;
	margin-left: 0.3rem;
}
.gsry_name{
	font-size: 0.2rem;
    font-weight: bold;
}
.gsry_brief{
	font-size: 0.16rem;
    line-height: 0.34rem;
    margin-top: 0.3rem;
    color: #666;
}

.peoples_con{
	padding: .2rem .2rem;
}

.peoples_1{
	width: 100%;
    transition: all .3s ease-in-out;
    padding: .2rem 0;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    flex-wrap: nowrap;
    align-items: stretch;
}

.peoples_1:hover h3{
	color: #2775bf;
}

.peoples_1:hover .img1{
	display: none;
}
.peoples_1:hover .img2{
	opacity: 1;
	display: block;
}

.peoples_1:hover .peoples_btn{
	background: #2775bf;
    color: #fff;
}

.peoples_img{
	width: 3.1rem;
	overflow: hidden;
	max-height: 1.9rem;
}

.peoples_img img{
	width: 100%;
	height: 100%;
}

.peoples_btn .img1{
	opacity: 1;
}
.peoples_btn .img2{
	display: none;
	opacity: 0;
}

.peoples_text{
	flex: 1;
	margin-left: .5rem;
	padding: .1rem 0;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.peoples_text h3{
	margin-bottom: .2rem;
    font-size: .18rem;
    font-weight: bold;
    color: #222;
    transition: all .3s;
}

.peoples_text p{
	font-size: .16rem;
    color: #666;
    margin-bottom: .05rem;
    flex: 1;
    line-height: 1.5;
}

.peoples_time{
	font-size: .16rem;
    color: #666;
}

.peoples_time img{
	width: .17rem;
	height: .17rem;
	margin-right: .05rem;
}

.peoples_time span{
	flex: 1;
	font-size: .14rem;
	color: #999;
}

.peoples_btn{
	height: .4rem;
    line-height: .4rem;
    padding: 0 .2rem;
    border-radius: .3rem;
    border: 1px solid #ba2d35;
    color: #ba2d35;
    transition: all .3s;
    font-size: .14rem;
    margin-top: .2rem;
    margin-left: .2rem;
}

.peoples_btn span{
	flex: 1;
}

.peoples_btn img{
	width: .2rem;
}

.newdetails{
	text-align: center;
}

.newdetails_title{
	padding: .2rem;
	border-bottom: 1px dashed #eee;
}

.newdetails_title h3{
	font-weight: bold;
	font-size: .24rem;
}

.newdetails_title p{
	font-weight: normal;
	font-size: .14rem;
	color: #999;
	margin-top: .1rem;
}

.newdetails_title p span{
	margin: 0 .2rem;
}

.newdetails_con{
	color: #333;
	font-size: .16rem;
	text-align: justify;
	padding: .2rem;
}


.contacts{
	align-items: flex-start;
	padding: .3rem .5rem;
}
.contacts_lf{
	flex: 1;
}
.contacts_name{
	font-size: .24rem;
	color: #2775bf;
}
.contacts_brief{
	margin-top: .2rem;
}
.contacts_brief_1{
	font-size: .16rem;
	color: #333;
	margin: .1rem 0;
}
.contacts_rf{
	flex: 1;
	margin-left: .3rem;
}

/***************************************轮播************************************/

.slideBox_duibi{ width:100%; position:relative; }
.slideBox_duibi .hd{ 
	width: 100%;
	text-align: center;
	margin: 0 auto;
	position:absolute; 
	bottom: 0.2rem;
	z-index: 10;
}
.slideBox_duibi .hd ul{
	/*width: 200px;*/
	margin: 0 auto;
	zoom:1; 
	text-align: center;
	font-size: 0;
}
.slideBox_duibi .hd ul li{ 
	/*float:left;*/ 
	display: inline-block;
	width:0.2rem; 
	height:0.2rem; 
	line-height: .2rem;
	text-align:center; 
	border-radius:0.4rem;
	background:rgba(255,255,255,0.2); 
	margin: 0 0.1rem;
	cursor: pointer;
	font-size: .12rem;
	color: #fff;
	
}
.slideBox_duibi .hd ul li.on{
	background:#2a8ffb;
	color: #fff;
}

.bd_ul{
	
}

.bd_li{
	
}

.bd_li img{
	width: 100%;
}

.slideBox_duibi .prev,.slideBox_duibi .next{ 
	position:absolute; 
	left:0%; 
	top:50%; 
	margin-top:-0.20rem; 
	display:block; 
	width:0.32rem; 
	height:0.4rem; 
	background: #fff url(../images/arrow1.png) 50% no-repeat/100%;
	filter:alpha(opacity=50);
	opacity:0.5;
	transform: rotate(-180deg);
  }
.slideBox_duibi .next{ 
	left:auto; 
	right:0%; 
	transform: rotate(0deg);
}
.slideBox_duibi .prev:hover,
.slideBox_duibi .next:hover{ 
	filter:alpha(opacity=100);
	opacity:1;  
}
.slideBox_duibi .prevStop{ 
	display:none;
}
.slideBox .nextStop{ 
	display:none;  
}

/***************************************轮播************************************/



/********************************左右滑动***********************************************/

.picScroll-left{ 
	width:16rem; 
	font-size: 0;
	overflow:hidden; 
	position:relative; 
	/*padding: .2rem 0;*/
}
.picScroll-left .hd{ 
	overflow:hidden;  
	/*height:30px;*/ 
	background:#f4f4f4; 
	padding:0 .1rem; 
	background: none; 
}
.picScroll-left .hd .prev,.picScroll-left .hd .next{ 
	display:block;  
	width:.05rem; 
	height:.09rem; 
	float:right;  
	overflow:hidden;
	cursor:pointer;
}
.picScroll-left .hd .next{ 
	position: absolute;
	top: 50%;
	transform: translate(0,-50%) rotate(-180deg);
	right: .4rem;
	overflow:hidden; 
	width: .5rem;
	height: .5rem;
	background: url({pboot:sitetplpath}/picture/images/img3.png) no-repeat 50%;
}
.picScroll-left .hd .prev{
	position: absolute;
	top: 50%;
	left: .4rem;
	transform: translate(0,-50%);

	overflow:hidden; 
	width: .5rem;
	height: .5rem;
	background: url({pboot:sitetplpath}/picture/images/img3.png) no-repeat 50%;
}
.picScroll-left .hd ul{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
	overflow:hidden; 
	margin-top:.1rem; 
	display: flex;
}
.picScroll-left .hd ul li{ 
	width:.1rem; 
	height:.1rem; 
	overflow:hidden; 
	margin-right:.05rem; 
	cursor:pointer; 
	background: #ddd;
	border-radius: .1rem;
	color: #ddd;
}
.picScroll-left .hd ul li.on{ 
	background: #f08519;
	color: #f08519;
}
.picScroll-left .bd{ padding:.1rem;   }
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{ 
	margin:0 8px; 
	float:left; 
	_display:inline; 
	overflow:hidden;
	text-align:center;  
}
.picScroll-left .bd ul li:hover  .p1{
	color: #9b0d14;
}

.picScroll-left .bd ul li .pic{ 
	text-align:center;
 }
.picScroll-left .bd ul li .pic img{ 
	width:3.8rem; 
	height:2.4rem; 
	/*margin-right: 50px;*/
}
.picScroll-left .bd ul li .pic a{ 
	display: block;
	/*width:150px; 
	height:150px; 
	margin: 0 25px;*/
}
.picScroll-left .bd ul li .pic a:hover img{ 
	border-color:#999; 
 }
.picScroll-left .bd ul li .p1{ 
	line-height:.3rem;
	margin-top: .04rem;
	/*background: #e6e6e6;*/
    height: .4rem;
    line-height: .4rem;
    overflow: hidden;
    color: #666;
    font-size: .18rem;
    text-align: center;
}

 


/********************************左右滑动***********************************************/




.head_navicon{
	display: none;
}
.zanwei{
	height: 1.4rem;
}



@media screen and (max-width: 1800px){
	html{
		font-size: 90px !important;
	}
}	

@media screen and (max-width: 1600px){
	html{
		font-size: 80px !important;
	}
}

@media screen and (max-width: 1400px){
    html{
		font-size: 70px !important;
	}
}

@media screen and (max-width: 1200px){
    html{
		font-size: 60px !important;
	}
}

@media screen and (max-width: 1000px){
    html{
		font-size: 80px !important;
	}
	
	.head_con{
		width: 100%;
	}
	.head_img img{
		max-height: 0.5rem;
	}
	.head_info{
		width: 100%;
		padding: .1rem .2rem;
		box-sizing: border-box;
	}
	.head_img{
		margin-left: 0;
	}
	.head_call {
		display: none;
	}
	.head_nav{
		display: none;
		position: absolute;
		top: .6rem;
		right: -.2rem;
		background: #222;
		/*display: block;*/
		color: #fff;
	}
	.head_nav_1{
		color: #fff;
		width: 1.8rem;
		border-bottom: 1px dashed #535252;;
	}
	.head_nav_a{
		color: #fff !important;
		height: .5rem !important;
		line-height: .5rem !important;
		text-align: left;
		padding-left: .3rem !important;
	}
	.twochild:after{
		border-top-color: #fff;
	}
	.two_ul{
		position: relative;
		background: none;
		width: 100%;
		height: auto;
		top: initial;
		margin-top: -.1rem;
	}
	.two_ul li a{
		border: none;
		/*padding-left: .2rem;*/
		line-height: .4rem;
		height: .4rem;
		font-size: .18rem !important;
	}
	.head_navicon{
		display: block;
	}
	.head_navicon img{
		width: .36rem;
		height: .36rem;
	}
	.zanwei{
		height: .7rem;
	}
	
	.slideBox_duibi .hd{
		/*top: 80%;*/
		bottom: 1.2rem;
	}
	.slideBox_duibi .hd ul li{
		margin: 0 0.05rem
	}
	
	.dynamic_bj{
		position: relative;
		right: initial;
		bottom: initial;
		width: 100%;
		top: .2rem;
	}
	.dynamic{
		position: relative;
		right: initial;
		bottom: initial;
		width: 100%;
	}
	.dynamic_lf{
		display:none;
	}
	.dynamic_rf{
		padding: .1rem;
	}
	.dynamic_num{
		height: .36rem;	
		line-height: .36rem;
	}
	.dynamic_1 .span3{
		font-size: .2rem;
		height: .36rem;	
		line-height: .36rem;
		margin-top: 0;
	}
	.dynamic_1 .span1{
		font-size: .28rem;
		height: .36rem;	
		line-height: .36rem;
	}
	
	.w12{
		width: 100%;
		margin-top: .2rem;
	}
	.titless_english{
		font-size: .8rem;
		line-height: initial;
		height: auto;
	}
	.titless_name{
		font-size: .38rem;
		margin-left: 0rem;
		padding-left: 0.06rem;
		box-sizing: border-box;
	}
	.titless_border_1{
		margin-top: .08rem;
	}
	.titless_line{
		bottom:24%;
	}
	.titless{
		padding: .1rem 0;
	}
	
	.healthy_con{
		width: 100% !important;
		flex-direction: column-reverse;
		padding: 0 .1rem;
		box-sizing: border-box;
		margin-top: 0;
	}
	.healthy_img{
		width: 100%;	
	}
	.healthy_text{
		width: 100%;
		box-sizing: border-box;
		padding: 0rem;
		margin-top: .1rem;
	}
	.healthy_title{
		margin-bottom: .2rem;
	}
	.healthy_title_line{
		margin-top: .2rem;
		margin-bottom: .2rem;
	}
	
	.healthy_brief{
		font-size: .18rem;	
		text-align: justify;
	}
	.healthy_more{
		margin-top: .1rem;
		background: #ec0000;
		border: 1px solid #ec0000;
		color: #fff;
	}
	.span_hide{
		opacity: 1;
		padding-left: .1rem;
	}
	
	.advantages_bj{
		padding-top: 0 !important;
	}
	.alumnus_con{
		flex-wrap: wrap;
		padding-top: 0;
		padding: .1rem;
	}
	.alumnus_1{
		width: 49%;
		margin-right: 2%;
		margin-left: 0;
		margin-bottom: .1rem;
	}
	.alumnus_1:nth-child(2n){
		margin-right: 0
	}
	.alumnus_img img{
		height: 2rem;
	}
	.alumnus_name{
		font-size: .2rem;
		padding-bottom: 0;
		line-height: .26rem;
		height: .52rem;
		margin-bottom: .1rem;
	    border-bottom: 0px solid #eee;
	}
	.alumnus_text{
		padding: .1rem;
	}
	.alumnus_more {
	    margin-top: 0rem;
	    border-top: 1px solid #eee;
	    padding-top: .1rem;
	}
	.picScroll-left .bd ul li .pic img{
		width: 100%;
	}
	
	.steps{
		width: 100%;
	}
	.mains_con{
		margin-top: 0rem;
		padding: .1rem;
	}
	.mains_li{
		width: 22%;
		margin-right: 4%;
		height: .6rem;
		margin-bottom: .1rem;
	}
	.mains_li:nth-child(4n){
		margin-right: 0;
	}
	.mains_li:nth-child(7n){
		margin-right: 2%;
	}
	.mains_li img{
		width: 100%;
	}
	.con{
		padding-bottom: .4rem;
	}
	.foot_lf{
		margin-right: 0;	
		padding: .1rem 0;
	}
	.modules{
		width: 100%;
	}
	.foot_text a{
		display: block;
		border: 0;
		padding: 0;
	}
	.foot_text .div1{
		width: 100%;
		padding: .1rem .1rem ;
	}
	.foot_text{
		width: 100%;
	}
	.foot{
		display: block;
		padding: 0 .1rem;
	}
	
	.foot_img{
		margin-right: 0;
	}
	
	.head_banner img{
		height: 1.6rem;
	}
	.bd_li img{
		height: 2.6rem;
	}
	
	.head_banner_pos{
		width: 100%;
		font-size: .24rem;
		padding: 0 .1rem;
		box-sizing: border-box;
	}
	.head_banner_pos:after{
		left: .1rem;
		bottom: -.1rem;
	}
	.abouts_title{
		display: none;
	}
	.abouts_ul{
		width: 100%;
		padding: 0 .1rem;
	}
	.abouts_nav{
		margin-top: 0;
	}
	
	.abouts_con{
		margin-top: .1rem;
	}
	.abouts_nav_bj{
		padding: 0;
	}
	.abouts_con{
		padding: .1rem;
		box-sizing: border-box;
	}
	.abouts_con img{
		height: auto !important;
	}
	.contacts{
		padding: .1rem;
	}
	
	.abouts_brief_con,.newdetails_con,.contacts_lf{
		font-size: .2rem !important;
		line-height: 1.5 !important;
	}
	.abouts_brief_con p,.newdetails_con p,.contacts_lf p{
		font-size: .2rem !important;
		line-height: 1.5 !important;
	}
	.abouts_brief_con span,.newdetails_con span,.contacts_lf span{
		font-size: .2rem !important;
		line-height: 1.5 !important;
	}
	.newdetails_con img{
		padding: .1rem 0;
	}
	
	.abouts_info{
		flex-direction: column-reverse;
		margin-top: .1rem;
	}
	.abouts_info_lf{
		padding: 0;
		width: 100%;
	}
	.abouts_info_1{
		width: 100%;
		text-align: center;
	}
	.dynamic_1{
		padding: .1rem !important;
	}
	.abouts_info_1 .dynamic_1 .dynamic_num span{
		font-size: .2rem;
	}
	.abouts_info_1 .dynamic_1{
		width: 25%;
	}
	.abouts_info_1 .dynamic_1 .dynamic_num{
		justify-content: center;
	}
	.abouts_info_1 .dynamic_1 .dynamic_name{
	text-align: center;
	}
	.dynamic_1 .span1{
		font-size: .18rem !important;
	}
	
	.gsry{
		padding: .1rem;
	}
	.gsry_con{
		padding: 0 .2rem;
		padding-right: 0;
		margin-top: .2rem;
	}
	.gsry_brief{
		margin-top: .1rem;
		line-height: 1.5;
	}
	.gsry_img{
		width: 1.6rem;
	}
	
	.gsry_text{
		margin-left: .14rem;
	}
	
	.abouts_ul{
		justify-content: flex-start;
	}
	
	.peoples_con{
		padding: 0;
	}
	.peoples_1{
		padding: .1rem 0;
	}
	
	.peoples_img{
		width: 1.8rem;
		height: 1rem;
	}
	.peoples_img img{
		height: 100% !important;
	}
	.peoples_text{
		margin-left: .1rem;
		padding: 0;
	}
	.peoples_text h3{
		margin-bottom: 0.05rem;
	}
	
	.pages span{
		margin: 0 .04rem;
	}
	
	.contacts_rf{
		margin-left: 0;
		margin-top: .1rem
	}
}
    


