@charset "utf-8";
*{margin:0;padding:0;word-break: break-all;}
html,body{font-size: 16px;font-family: '微软雅黑';}
input, button, textarea, select { font: inherit; outline: 0; border: 0; background: none; color: inherit;}
input:focus, textarea:focus { color: inherit;}
button::-moz-focus-inner, input::-moz-focus-inner { border: 0;}
ol, ul, li { list-style: none;}
input, select { -webkit-appearance: none; -moz-appearance: none; appearance: none;}
select::-ms-expand {display: none;}
textarea { overflow: auto; resize: none;}
table { border-collapse: collapse; border: 0;}
img { border: 0; outline: 0; vertical-align: middle;}
a{ text-decoration: none;cursor: pointer;}
a:focus { outline: 0;}
input[type=date]{ background-color:transparent; border: 0; filter: alpha(opacity=0);}
.fl{float: left;}
.fr{float: right;}
.container{width: 1200px;margin: 0 auto;}


.doctor-header{width: 100%;box-sizing: border-box;position: relative;overflow: hidden;}
.doctor-header .doctor-header-img{width: 100%;height: auto;display: block;margin: 0 auto;}
.doctor-header .doctor-top{position: absolute;width: 100%;height: 100%;left: 0;right: 0;top: 0;margin: auto;overflow: hidden;}
.doctor-header .doctor-top .doctor-logo{width: 369px;box-sizing: border-box;overflow: hidden;float: left;margin-top: 30px;}
.doctor-header .doctor-top .doctor-logo a{display: block;width: 100%;height: 100%;}
.doctor-header .doctor-top .doctor-logo img{width: 100%;height: auto;display: block;margin: 0 auto;}

.doctor-title{width: 100%;box-sizing: border-box;overflow: hidden;}
.doctor-title img{width: auto;height: auto;display: block;margin: 0 auto;}

.doctor-one{width: 100%;height: 631px;padding-top: 30px;box-sizing: border-box;background: url(../images/doctor-bg1.jpg) center no-repeat;background-size: cover;}
.doctor-one .doctor-content{width: 1252px;height: 521px;box-sizing: border-box;padding: 0 65px;margin: 0 auto;overflow: hidden;background: url(../images/doctor-gyds.png) center no-repeat;background-size: cover;}
.doctor-one .doctor-content .doctor-one-left{width: 99px;height: 425px;float: left;display: flex;align-items: center;justify-content: center;}
.doctor-one .doctor-content .doctor-one-left img{width: 100%;height: auto;display: block;margin: 0 auto;}
.doctor-one .doctor-content .doctor-one-ul{float: left;box-sizing: border-box;overflow: hidden;padding-top: 45px;}
.doctor-one .doctor-content .doctor-one-ul a{width: 310px;height: 429px;display: block;float: left;margin-left: 30px;overflow: hidden;-webkit-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;}
.doctor-one .doctor-content .doctor-one-ul a img{width: auto;height: auto;display: block;margin: 0 auto;}
.doctor-one .doctor-content .doctor-one-ul a:hover{-webkit-transform: translate(0, -5px);-ms-transform: translate(0, -5px);-o-transform: translate(0, -5px);transform: translate(0, -5px);}

.doctor-ul{box-sizing: border-box;overflow: hidden;padding-top: 40px;}
.doctor-ul a{width: 382px;display: block;box-sizing: border-box;float: left;margin: 0 0 27px 27px;overflow: hidden;-webkit-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;}
.doctor-ul a:nth-child(3n+1){margin-left: 0;}
.doctor-ul a img{width: auto;height: auto;display: block;margin: 0 auto;}
.doctor-ul a:hover{-webkit-transform: translate(0, -5px);-ms-transform: translate(0, -5px);-o-transform: translate(0, -5px);transform: translate(0, -5px);}


.doctor-two{width: 100%;height: 1245px;padding-top: 50px;box-sizing: border-box;background: url(../images/doctor-bg2.jpg) center no-repeat;background-size: cover;}
.doctor-two .doctor-ul a{height: 234px;}
.doctor-three{width: 100%;height: 985px;padding-top: 50px;box-sizing: border-box;background: url(../images/doctor-bg3.jpg) center no-repeat;background-size: cover;}
.doctor-three .doctor-ul a{height: 234px;border: 1px solid #870000;}
.doctor-four{width: 100%;height: 731px;padding-top: 50px;box-sizing: border-box;background: url(../images/doctor-bg4.jpg) center no-repeat;background-size: cover;}
.doctor-four .doctor-ul a{height: 215px;}
.doctor-five{width: 100%;height: auto;padding: 50px 0 30px;box-sizing: border-box;background: url(../images/doctor-bg5.jpg) center no-repeat;background-size: cover;}
.doctor-five .doctor-ul a{height: 215px;border: 1px solid #870000;}
.doctor-six{width: 100%;height: auto;padding: 50px 0 115px 0;box-sizing: border-box;background: url(../images/doctor-bg6.jpg) center no-repeat;background-size: 100% 100%;}
.doctor-six .doctor-ul a{height: 215px;}





@media (max-width: 1299px) {
	html{font-size:20px;}
	.container{width: 100%;}
	
	.doctor-header .doctor-top{box-sizing: border-box;padding: 0 0.3rem;}
	.doctor-header .doctor-top .doctor-logo{width: auto;margin-top: 0.3rem;}
	.doctor-header .doctor-top .doctor-logo img{width: auto;height: 1.5rem;display: block;margin: 0 auto;}

	.doctor-title{width: 100%;box-sizing: border-box;overflow: hidden;}
	.doctor-title img{width: 100%;height: auto;display: block;margin: 0 auto;}

	.doctor-one{width: 100%;height: auto;padding: 1.2rem 0;}
	.doctor-one .doctor-content{width: 100%;height: auto;padding: 0 0.3rem;margin: 0 auto;overflow: hidden;background: none;}
	.doctor-one .doctor-content .doctor-one-left{display: none;}
	.doctor-one .doctor-content .doctor-one-ul{width: 100%;float: left;box-sizing: border-box;overflow: hidden;padding-top: 0;}
	.doctor-one .doctor-content .doctor-one-ul a{width: 32%;height: auto;display: block;float: left;margin: 0 0 2% 2%;}
	.doctor-one .doctor-content .doctor-one-ul a:first-child{margin-left: 0;}
	
	.doctor-ul{box-sizing: border-box;overflow: hidden;padding-top: 1rem;}
	.doctor-ul a{width: 32%;height: auto;display: block;float: left;margin: 0 0 2% 2%;}
	.doctor-ul a:nth-child(3n+1){margin-left: 0;}
	.doctor-ul a img{width: 100%;height: auto;min-height: 100%;display: block;margin: 0 auto;}
	.doctor-ul a:hover{-webkit-transform: translate(0, -5px);-ms-transform: translate(0, -5px);-o-transform: translate(0, -5px);transform: translate(0, -5px);}


	.doctor-two{width: 100%;height: auto;padding: 1rem 0.3rem;}
	.doctor-three{width: 100%;height: auto;padding: 1rem 0.3rem;}
	.doctor-four{width: 100%;height: auto;padding: 1rem 0.3rem;}
	.doctor-five{width: 100%;height: auto;padding: 1rem 0.3rem;}
	.doctor-six{width: 100%;height: auto;padding: 1rem 0.3rem 2rem;}

	/*悬浮层*/
	.iFix{position: fixed;width: 1.7rem;height: auto;box-sizing: border-box;right: 0;top: 60%;z-index: 999;}
	.iFix ul{display: none;}
	.iFix .ReturnTop{width: 1.7rem;height: 1.7rem;display: none;margin-top: 0.5rem;position: relative;border-radius: 0.25rem;box-shadow: 0 0 5px 1px rgba(0,0,0,.1);}
	.iFix .ReturnTop span{display: none;}
	.iFix .ReturnTop:hover span{display: none;}

}
/*iphone 6*/
@media screen and (min-width:375px){ 
html{ font-size: 20px;}  
}
@media screen and (min-width:384px){ 
html{ font-size: 20.48px;}  
}
@media screen and (min-width:412px){ 
html{ font-size: 21.973px;}  
}
/*iphone 6 plus*/
@media screen and (min-width:414px){ 
html{ font-size: 22.08px;}  
}
@media screen and (min-width:424px){ 
html{ font-size: 22.613px;}  
}
@media screen and (min-width:480px){ 
html{ font-size:25.6px;}  
}
@media screen and (min-width:540px){ 
html{ font-size:28.8px;}  
}
@media screen and (min-width:600px){ 
html{ font-size: 32px;}  
}
@media screen and (min-width:800px){ 
html{ font-size:42.667px;}  
}