*{
    padding: 0;
    margin: 0;
    font-family: "Microsoft YaHei";
    list-style: none;
}
a:hover{
    text-decoration: none;
}

.brand{
    /*max-width:1200px;*/
    width: 100%;
    height:650px;
    background: url("../img/yxch_bg.png") no-repeat;
    background-size: contain;
    overflow: hidden;
}
.brand h1{
    color: #f0a122;
    position: relative;
    left: 55%;
    top:30%;
    margin-top: 0;
}
.brand p{
    color: #545454;
    font-size: 30px;
    font-weight: 300;
    position: relative;
    left: 55%;
    top:30%;
    margin-bottom: 20px;
}
/*品牌栏结束*/



.middle{
	width: 50%;
	text-align: center;
	margin: 0 auto;
	margin-top: 65px;
}
.software{
	
	text-align: center;

}
.software img{
	
	width: 80%;
	margin-bottom: 20px;

}
.software h4{
	
	
	margin-bottom: 20px;

}
.software p{
	margin-bottom: 0;
	color: #898989;
}




/*专项营销栏结束*/












.train-top{
    text-align: center;
}
.train-top p{
	font-size: 20px;
}

.team{
	color: white;
	position: relative;
	/*max-width:1200px;*/
    height:700px;
	background: url("../img/bg.png") no-repeat;
	background-size:100% 100%;
}
.team-bg{
	padding-top: 90px;
	/*position: absolute;
	top: 0;
	left: 0;*/
	text-align: center;
	/*width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.8);*/
}

.train-top{
	margin-bottom: 130px;
}
.train{
	width: 50%;
	margin: 0 auto;
}
.theory{
	margin: 0;
}
.theory a{
	display: inline-block;
	margin-bottom: 20px;
}
.theory img{
	width: 80%;
	border: 0 solid #2b7592;
	border-radius: 50%;
}


.theory p{
	font-size: 16px;
	font-weight: 600;
}

/*四大收益栏结束*/

.serve{
	position: relative;
	/*width: 95%;*/
	max-width: 1000px;
	height: 400px;
	margin: 0 auto;
	overflow: hidden;
}
.serve li{
	background-color: #f4f4f4;
	width: 47%;
	height: 180px;
	margin-left: 2%;
	margin-bottom: 2%;
}

.serve div{
	float:left;
}
.s-num{
	margin-top: 13%;
	margin-right: 2%;
	color: #f2b586;
	font-size: 45px;
	font-weight: initial;
}
.s-write{
	margin-top: 12.5%;
}
.s-write p{
	font-size: 16px;
	color: #ababab;
}
.s-write h4{
	font-size: 20px;
}
.serve .s-num2{
	float: right;
	margin-top: 13%;
	margin-left: 2%;
	color: #f2b586;
	font-size: 45px;
	font-weight: initial;
}
.serve .s-write2{
	float: right;
	margin-top: 12.5%;
}
.s-write2 p{
	font-size: 16px;
	color: #ababab;
}
.s-write2 h4{
	font-size: 20px;
	text-align: right;
}

.round{
	width: 240px;
	height: 240px;
	background-color: #f4f4f4;
	border-radius: 50%;
	position: absolute;
	top: 18%;
	left: 38%;
	/*margin-top: -50%;
	margin-left: -50%;*/
}
.round img{
	width: 90%;
	height: 90%;
	border-radius: 50%;
	position: absolute;
	top: 5%;
	left: 5%;
}

/*专业服务结束*/






.consult{
	/*max-width: 1200px;*/
	height: 600px;
	background:url("../img/bg3.png") no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
	margin-top: 6%;
	
}
.consult h1{
	margin-top: 100px;
	font-size: 3.6rem;
	text-align: center;
}
.column-all{
	width: 70%;
    margin-left: 25%;
    margin-top: 3%;
	
	
}
.clearfloat{
	clear: both;
}

.consult-item{
	float: left;
	width: 34%;
	border-bottom: 1px solid #afafaf;
}
.consult-item:nth-child(2){
	margin-left: 3%;
}
.consult-item:nth-child(3){
	margin-top: 3%;
	
}

.consult-item:nth-child(4){
	margin-top: 3%;
	margin-left: 3%;

}
.item-column{
	overflow: hidden;
}
.column-l{
	margin-right: 2%;
	float: left;
}
.column-l{
	width: 85px;
	height: 85px;
}
.column-l img{
	width: 100%;
	height: 100%;
}
.column-r{
	margin-top: 0.5%;
	float: left;
	width: 300px;
	font-size: 1.4rem;
	
}
.column-r p:nth-of-type(1){
	font-size: 1.8rem;
	/*font-weight: bold;*/
}
.item-date{
	width: 100px;
	margin-left: 320px;
	text-align: center;
	font-size: 1.4rem;
}
.more{
	margin: 0 auto;
	text-align: center;
	margin-top: 32%;
	height: 38px;
	width: 12%;
	color: #b0b0b0;
	border-radius: 5%;
	border: 1px solid #b0b0b0;
	transition: 0.5s;
}
.more p{
	margin-top: 5%;
}

.more:hover{
	 transform:scale(1.2);
}
.consult-item{
	 transition: box-shadow 0.5s;
}
.consult-item:hover{
	box-shadow: 5px 5px 5px gray;
}
.column-r p:nth-of-type(1):hover{
	color: cornflowerblue;
}

/*行业资讯部分结束*/

.hs-top{
	text-align: center;
	margin-top: 80px;
	margin-bottom: 60px;
}
.hs-top h1{
	font-size: 3.6rem;
}
.swiperall{
	width: 50%;
	
}
.hs-pic{
	width: 50%;
	
	height: 60px !important;
	margin: 0 auto;
	margin-bottom: 7%;
	position: relative;
}
.hs-pic li{
	margin-top: 22px;
}

/*.hs-pic li{
	width: 20% !important;
	
}
.hs-pic li img{
	width: 99%;
}*/

.hs-pic li img{
	width: 168px;
	height: 82px;
	border: 1px solid gray;
}
.swiper-button-prev{
	position: absolute ;
	top: 66% !important;
	left: 23% !important;
	
	
}

.swiper-button-next{
	top: 66% !important;
	right: 23% !important;
}


.l-logo{
	position: absolute;
	top: 35%;
	left: -2%;
}
.r-logo{
	position: absolute;
	top: 35%;
	right: -2%;
}



/*服务医院部分结束*/



.footer{
	width: 100%;
	height: 400px;
}
.f-input{
	width: 100%;
	height: 370px;
	background-color: #252726;
	overflow: hidden;			
}

.v-input{
	width: 70%;
	height: 100%;
	margin: 0 auto;
}


.l{
	margin-top: 2%;
	float: left;
	margin-left: 5%;
}
.r{
	margin-top: 0.5%;
	float: right;
	margin-right: 8%;
}
.l div{
	width: 550px;
	height: 160px;
	background-color: darkgray;
	color: lightgray;
	border-radius: 5px;
	font-size: 12px;
	padding-left: 5px;
}
.l span{
	display: inline-block;
	background-color: darkgray;
	color: lightgray;
	width: 270px;
	height: 45px;
	font-size: 12px;
	line-height: 45px;
	border-radius: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
	padding-left: 5px;
		
}
.r h1{
	width: 350px;
	color: darkgray;
	padding-bottom: 3%;
	border-bottom: 2px solid darkgray;
}
.r p{
	color: white;
}
		
.btn{
	width: 160px;
	height: 45px;
	background-color: darkorange;
	color: white;
	border-radius: 5px;
	border: 0;
	margin-top: 6%;
}
/*版权部分*/
.f-address{
	width: 100%;
	height: 60px;
	background-color: black;
				
}
.f-address p{
	padding-top: 8px;
	color: darkgray;
	text-align: center;
	font-size: 12px;
	margin: 0;
}
/*尾部结束*/




@media only screen and (max-device-width: 320px) {
	.brand p {
    color: #545454;
    font-size: 1.5rem;
    font-weight: 300;
    position: relative;
    left: 40% !important;
    top: 5% !important;
    margin-bottom: 20px;
    }
	.brand h1 {
    color: #f0a122;
    position: relative;
    font-size: 1.5rem;
    left: 58% !important;
    top: 5% !important;
    margin-top: 0;
    }
    .brand{
		height: 260px !important;
	}
    
    .s-text2 {
    padding-top: 21% !important;
}

.s-write h4 {
    font-size: 1.5rem;
}
.s-write2 h4 {
    font-size: 1.5rem;
    text-align: right;
    }
.small {
    width: 90% !important;
    left: 5%;
}
.small2{
	width: 90% !important;
	left: 5%;
}

.column-all{
		width: 90% !important;
	}
	.consult{
		height: 700px !important;
	}
	
	.consult-item{
		
		margin-bottom: -70px !important;
		
	}
	
	.consult h1 {
    margin-top: 30px !important;
    margin-bottom: -60px !important;
    
}
.more{
	margin-top: 96px !important;
}

.mobile_s-write h4{
	font-size: 1.5rem !important;
}
.mobile_s-write p{
	font-size: 1.2rem;
}

.mobile_s-write2 h4{
	font-size: 1.5rem !important;
}
.mobile_s-write2 p{
	font-size: 1.2rem;
}

.team{
	height: 520px !important;
}

.team .train-top {
    margin-bottom: 60px !important;
}
    
}

@media only screen and (max-device-width: 768px) {
	html,body{overflow:hidden;overflow-y:auto;}
	
	h1{
		font-size: 2rem;
		font-weight: bold;
	}

	
	.brand{
		height: 350px;
		background: url("../img/mobile-yxch.png") no-repeat;
        background-size: contain;
	}
	
	.brand p {
    color: #545454;
    font-size: 1.5rem;
    font-weight: 300;
    position: relative;
    left: 50%;
    top: 20%;
    margin-bottom: 20px;
    display: none;
    }
	.brand h1 {
    color: #f0a122;
    position: relative;
    font-size: 1.5rem;
    left: 65%;
    top: 20%;
    margin-top: 0;
    display: none;
    }
	.yxch{
		padding-top: 0 !important;
		padding-bottom: 40px !important;
	}
   .yxch .train-top{
   	margin-bottom: 30px;
   }
	
	
	.train-top p {
    font-size: 1.5rem;
    }
 
    .yxch .mobile-train-top{
    	text-align: center;
    	display: block !important;
    	margin-bottom: 30px;
    	margin-top: 10px;
    }
    .yxch .mobile-train-top h1{
    	margin-top: 0;
    }
     .yxch .mobile-train-top p{
    	font-size: 1.8rem;
    	font-weight: bold;
    	margin: 0;
    	color: #595757;
    }
    .software{
    	margin-bottom: 30px;
    }
    
    .software p{
    	display: none;
    }
    .write{
    	display: block !important;
    	font-size: 1.2rem;
    }
    .write div{
    	margin-bottom: 2px;
    }
    .software img {
  
    margin-bottom: 10px;
    
    }
     .software h4 {
  
    margin-bottom: 10px;
    
    }
	
	.middle {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-top: 0px;
  /*  display: none;*/
    }
	.small {
    width: 92%;
    height: 25%;
    }
	
	.small2 {
    width: 92%;
    height: 25%;
    }
	.software {
    
    text-align: center;
   
    }
	.s-text2{
		padding-top: 16%;
	}
	
	.mobile-middle{
		display: block !important;
		width: 96%;
		margin: 0 auto;
	}
	
	
	
	.mobile-middle .square{
		height: 200px;
		float: left;
		margin: 2.5%;
		width: 45%;
		border: 1px solid #4f9cdb;
		position: relative;
	}
	.mobile-middle .square2{
		border: 1px solid #a5c705;
		position: relative;
	}
	.mobile-small{
		background-color: #4f9cdb;
		width: 100%;
		height: 40px;
		line-height: 40px;
		text-align: center;
		color: white;
		font-size: 1.8rem;
		position: absolute;
		top: 0;
		left: 0;
		
	}
	.mobile-small2{
		background-color: #a5c705;
	}
	.mobile-text{
		width: 95%;
		margin: 0 auto;
		margin-top: 50px;
	}

	.mobile-text span{
		font-size: 1.4rem;
		font-weight: bold;
		color: black;
	}
	.mobile-text p{
		font-size: 1.2rem;
		color: #898989;
		
	}
	.mobile-text2 p{
		text-align: center;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	.team .train-top{
		margin-bottom: 80px;
	}
	.team {
    position: relative;
    /* max-width: 1200px; */
    height: 600px;
    background: url(../img/mobile-sd.png) no-repeat;
    background-size: 100% 100%;
 }
 
   .team .train-top h1:nth-of-type(1){
   	display: none;
   }
    .team .train-top h1:nth-of-type(2){
   	display: block !important;
   	margin-top: 0;
   }
    .team .train-top h1:nth-of-type(3){
   	display: block !important;
   	 	margin-top: 0;
   }
    
	.team-bg {
    padding-top: 60px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    background: 0;
}
	
	
	.train {
    width: 80%;
    margin: 0 auto;
    }
    .train li {
    margin-bottom: 20px;
    }
    .theory img {
    width: 60%;
    }
	.theory p {
    font-size: 1.4rem;
    font-weight: 600;
   
    }
	.theory a {
    display: inline-block;
    margin-bottom: 20px;
}
	
	.s-num{
		display: none;
	}
	.serve .s-num2{
		display: none;
	}
     .serve .s-write{
    	margin-top: 0;
    	display: none;
    }
    
    .serve .s-write2{
    	margin-top: 0;
    	display: none;
    }
    .serve .s-write p{
    	font-size: 1.4rem;
    }
    .serve .s-write2 p{
    	text-align: right;
    	font-size: 1.4rem;
    }
    .mobile_s-write{
    	margin: 0 auto;
    	text-align: center;
    	display: block !important; 
    }
    .mobile_s-write2{
    	margin: 0 auto;
    	text-align: center;
    	display: block !important;
    }
    .mobile_s-write h3{
    	color: #f2b586;
    	font-weight: bold;
    }
    .mobile_s-write2 h3{
    	color: #f2b586;
    	font-weight: bold;
    }
    
     .mobile_s-write h4{
    	font-size: 1.8rem;
    	font-weight: bold;
    }
    .mobile_s-write2 h4{
    	font-size: 1.8rem;
    	font-weight: bold;
    }
    
    .mobile_s-write p{
    	margin: 0;
    
    }
    .mobile_s-write2 p{
    	margin: 0;
    }
    .serve{
    	height: 380px;
    }
    
    .serve li {
    background-color: #f4f4f4;
    width: 45%;
    height: 160px;
    margin-left: 3.5%;
    margin-bottom: 10%;
}

.sida .train-top{
	margin-bottom: 30px;
}
.sida{
	margin-top: 20px !important;
}
    
    .round{
    	display: none;
    }
    
    
     .mobile_round{
    	display: block !important;
    	position: absolute; 
    	width: 100px;
    	height: 100px;
    	top: 50%;
    	left: 50%;
    	margin-top: -50px;
    	margin-left: -50px;
    }
    .mobile_round img{
    	width: 100%;
    	height: 100%;
    }
    
    
    
    
    	/*行业资讯*/
    	.consult{
		
		height: 780px;
		background:url("../img/mobile_ppszch2.png") no-repeat;
	    background-size: 100% 100%;
		
	}
	.consult h1{
		margin-top: 40px;
		margin-bottom: -60px;
		font-size: 2rem;
		font-weight: bold;
	}
	.consult-item img{
		display: none;
	}
	.column-all{
		width: 85%;
		margin: 0 auto;
		
	}
	.consult-item{
		/*height: 160px;*/
		margin-bottom: -50px;
		width: 100%;
		float: none;
	}
	.consult-item:nth-of-type(2){
		margin-left: 0;
	}
	.consult-item:nth-of-type(4){
		margin-left: 0;
	}
	.column-r{
		width: 100%;
	}
	.item-date{
		margin-left: 70%;
	}
	.more{
		width: 160px;
		height: 40px;
		line-height: 20px;
		margin-top: 80px;
		font-size: 1.5rem;
	}
	.serve h1{
		font-size: 2rem;
		font-weight: bold;
	}
	
	
	/*服务医院*/
	.hs{
		display: none;
	}

	
	/*尾部*/
.footer{
	width: 100%;
	height: 60px;
}
.f-input{
	display: none;
}
    
    
    
    
    
    

   
   
    
    
    
    
    
    
}