/*公共样式设置start*/
@charset "utf-8";
html {
	overflow-x: hidden;
	overflow-y: auto;
	margin: 0;
	padding: 0;
	font-size: 62.5%;
}
body {
	font-size: 14px;
	font-size: 1.4rem;
	font-family: "微软雅黑",Arial, Helvetica,sans-serif;
/* 12÷10=1.2 */
	color: #333333;
}
*{
	margin: 0px;
	padding: 0px;
}
ul,li {
	margin-bottom: 0;
	list-style: none;
}
a,a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
/*自定义样式*/
.clr {
	height: 0px;
	clear: both;
}
.width604{
	width: 604px;
	margin: 0 auto;
}
.width1100{
	width: 1100px;
	margin: 0 auto;
}
.width1200{
	width: 1200px;
	margin: 0 auto;
}
.width100{
	width: 100%;
	margin: 0 auto;
}
.float_lf{
	float: left;
}
.float_rg{
	float: right;
}
.margin25{
	height: 25px;
	clear: both;
}
.margin50{
	height: 50px;
	clear: both;
}
.margin70{
	height: 70px;
	clear: both;
}
.margin80{
	height: 80px;
	clear: both;
}
.margin94{
	height: 94px;
	clear: both;
}
.margin100{
	height: 100px;
	clear: both;
}
.margin200{
	height: 200px;
	clear: both;
}
.paddlf{
	padding-left: 24px;
}
.textalign{
	text-align: center;
}
.width1044{
	width: 1044px;
	margin: 0 auto;
}
/*公共样式设置end*/
/*===============页面布局样式start================*/
.main_container a{
	display: block;
	width: 100%;
}
/*banner样式*/
.main_container{
	background: #fff;
}
.main_container .nav_banner{
	width: 100%;
	/*height: 585px;*/
	height: 450px;
	background: url(../images/banner-spec.jpg) center no-repeat;
}
.main_container .nav_banner a{
	display: block;
	width: 100%;
	height: 100%;
}
/*第一部分内容start*/
.col1_wrapper .video_text{
	padding-left: 24px;
	width: 500px;
	/*height: 311px;*/
}
.col1_wrapper .video_text iframe,.col1_wrapper .video_text img{
	width: 500px;
	height: 311px;
}
.col1_rg{
	width: 530px;
}
.col1_rg p{
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #4d4d4d;
	text-indent: 2em;
}
.col1_rg .link_btn a{
	display: block;
	width: 400px;
	height: 60px;
	background: url(../images/alink_btn1.jpg) no-repeat;
	background-size: 400px;
	margin: 66px auto 0;
}
/*第二部分start*/
.col2_text1{
	width: 819px;
	padding: 20px 0;
	background-color: #fedb35;
	margin: 80px auto 115px;
}
.col2_text1 p{
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #041469;
	text-align: center;
}
/*第三部分start*/
.col3_list1 li{
	float: left;
	width: 33%;
	line-height: 65px;
	font-size: 25px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #041469;
	text-align: center;
	border: solid 1px #041469;
	cursor: pointer;
	
}
.col3_list1 li:nth-child(1),.col3_list1 li:nth-child(2){
	border-right: 0px;
}
.col3_list1 li:nth-child(1){
	border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
}
.col3_list1 li:nth-child(3){
	border-radius: 0px 5px 5px 0px;
	-webkit-border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
}
.col3_list1 ul:after{
	content: '';
	display: block;
	clear: both;
}
.col3_list1 ul{
	width: 1001px;
	margin: 0px auto 80px;
	text-align: center;
}
.col3_list1 li.on{
	background-color: #041469;
	color: #ffffff;
}
.col3_list2{
	max-height: 1110px;
	overflow: hidden;
	margin-bottom: 60px;
}
.col3_list2 ul li{
	display: none;
}
.col3_list2 ul li.onshow{
	display: block;
}
/*第三部分end*/
/*第四部分start*/
.col4_wrapper{
	width: 1020px;
	margin: 0 auto;	
}
.col4_wrapper h2{
	text-align: center;
	font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #041469;
	margin-bottom: 40px;
}
.col4_wrapper h3{
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 48px;
	letter-spacing: 0px;
	color: #041469;
	margin-top: 25px;
	cursor: pointer;
}
.col4_wrapper h3 span{
	display: block;
	float: right;
	width: 33px;
	height: 33px;
	background: url(../images/icon_btn2.jpg) no-repeat; 
}
.col4_wrapper h3 span.icon2{
	background: url(../images/icon_btn1.jpg) no-repeat; 
}
.col4_wrapper p{
	padding-left: 33px;
	width: 939px;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #252525;
}
.col4_wrapper ul li{
	border-bottom: 1px dashed #061c91;
	padding-bottom: 25px;
}
.col4_wrapper ul li p{
	display: none;
}
.col4_wrapper ul li.ontext p{
	display: block;
}
/*第七部分医师推荐样式start*/
.col7_wrapper{
	margin-top: 43px;
	background-color: #041469;
}
/*第七部分医师推荐样式end*/
/*[==============成都高学历眼科医师==============*/
/*第九部分start*/
.col9_wrapper{
	width: 1016px;
	height: 762px;
	background: url(../images/col5_img3.jpg) no-repeat;
	margin-bottom: 45px;
}
.col9_wrapper .slide_list1 ul{
	width: 860px;
	margin: 0 auto 33px;
	padding-top: 315px;
	text-align: center;
}
.col9_wrapper .slide_list1 ul li{
	width: 210px;
	float: left;
	padding-top: 217px;
	cursor: pointer;
	background: url(../images/slide1_img1.png) no-repeat center 0;
}
.col9_wrapper .slide_list1 ul li:nth-child(2){
	background: url(../images/slide1_img2.png) no-repeat center 0;
	margin: 0 115px;
}
.col9_wrapper .slide_list1 ul li:nth-child(3){
	background: url(../images/slide1_img3.png) no-repeat center 0;
}
.col9_wrapper .slide_list1 ul:after{
	content:'';
	display: block;
	clear: both;
}
.col9_wrapper .slide_list1 li p{
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #000000;
	text-align: center;
}
.col9_wrapper .slide_list1 li p:nth-child(2){
	font-size: 18px;
	color: #535353;
	padding-top: 10px;
}
.col9_wrapper .slide_list1 li.bgicon p{
	color: #041469;
}
.col9_wrapper .slide_list1 li:nth-child(1).bgicon{
	background: url(../images/slide2_img1.png) no-repeat center 0;
}
.col9_wrapper .slide_list1 li:nth-child(2).bgicon{
	background: url(../images/slide2_img2.png) no-repeat center 0;
}
.col9_wrapper .slide_list1 li:nth-child(3).bgicon{
	background: url(../images/slide2_img3.png) no-repeat center 0;
}
.col9_wrapper .slide_list2{
	max-height: 120px;
	overflow: hidden;
}
.col9_wrapper .slide_list2 li{
	width: 953px;
	margin: 0 auto;
	display: none;
}
.col9_wrapper .slide_list2 li.textshow{
	display: block;
}
.col9_wrapper .slide_list2 li p,.slide_list2 a u,.slide_list2 a{
	width: 953px;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #000000;
	text-indent: 2em;
}
.col9_wrapper .slide_list2 li p span{
	font-weight: bold;
	color: #c13b3b;
}
.col8_wrapper{
	cursor: pointer;
}
/*第九部分end*/
.link_btn1 a{
	display: block;
	width: 400px;
	height: 60px;
	background: url(../images/alink_btn2.jpg) no-repeat;
	margin: 0 auto;
}
.col10_wrapper{
	background: url(../images/tab_bg.jpg) no-repeat;
	padding-top: 80px;
}
.doc_slide{
	width: 924px;
	position: relative;
	z-index: 0;
}
.doc_slide .doc_bd{
	width: 924px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding-bottom: 26px;
}
.doc_slide .doc_bd ul{
	zoom:1;
}
.doc_slide .doc_hd{
	position: absolute;
	width: 120px;
	bottom: -32px;
	z-index: 1;
	left: 50%;
	margin-left: -60px;
}
.doc_slide .doc_hd ul{
	overflow: hidden;
	zoom:1;
}
.doc_slide .doc_hd ul li{
	display: inline-block;
	width: 7px;
	height: 7px;
	background-color: #fedb35;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	margin-left: 20px;
	cursor: pointer;
}
.doc_slide .doc_hd ul li.on{
	width: 32px;
}
.doc_slide .doc_bd .doc_img{
	width: 628px;
}
.doc_slide .doc_bd .doc_text{
	width: 296px;
}
.doc_slide .doc_text h2{
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0px;
	letter-spacing: 0px;
	color: #041469;
	padding: 45px 0 21px;
}
.doc_slide .doc_text p{
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #4e4e4e;
	line-height: 30px;
}
/*阅读链接start*/
.col11_wrapper li a{
	display: block;
	width: 100%;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #656565;
	
}
.col11_wrapper li{
	width: 1025px;
	padding-bottom:15px;
	margin: 0 auto 35px;
	border-bottom: 1px dashed #626262; 
}
.col11_wrapper li a span{
	display: inline-block;
	color: #041469;
	margin-right: 16px;
}
/*阅读链接end*/
.slide_list2 a{
	display: inline;
}
.slide_list2 a,.slide_list2 a u{
	text-decoration: none;
	color: #000000;
}


/* 添加新的医生轮播 */
.doc-wrapper{
	margin-top: 55px;
	margin-bottom: 50px;
}
.doc-slide{
	width: 1014px;
	height: 607px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.doc-slide-bd{
	overflow: hidden;
}
.doc-slide-bd ul{
	text-align: center;
}
.doc-slide-bd ul li{
	width: 1014px;
	height: 607px;
}
.doc-slide-bd ul li:nth-child(1){
	background: url(../images/doc-bg-01.jpg) center no-repeat;
}
.doc-slide-bd ul li:nth-child(2){
	background: url(../images/doc-bg-02.jpg) center no-repeat;
}
.doc-slide-bd ul li:nth-child(3){
	background: url(../images/doc-bg-03.jpg) center no-repeat;
}
.doc-msg{
	text-align: center;
	width: 570px;
	padding-top: 145px;
}
.dmr{
	margin-left: 395px;
}
.dml{
	margin-left: 80px;
}
.doc-msg h3{
	font-family: "楷体";
	font-size: 46px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 4px;
	line-height: 1.1;
	color: #041469;
	margin-bottom: 20px;
}
.doc-msg h4{
	display: block;
	width: 280px;
	/*padding-left: 10px;
	padding-right: 10px;*/
	height: 50px;
	background-color: #fedb35;
	border-radius: 5px;
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: 2px;
	color: #041469;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.doc-msg h6{
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	color: #333333;
	line-height: 38px;
}
.doc-msg p{
	font-size: 18px;
	letter-spacing: 1px;
	color: #313131;
	/*text-align: justify;*/
}
.doc-slide-hd{
	position: absolute;
	z-index: 10;
	bottom: 15px;
	width: 100%;
}
.doc-slide-hd ul{
	text-align: center;
}
.doc-slide-hd ul li{
	cursor: pointer;
	font-size: 0;
	line-height: 15px;
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	margin-left: 15px;
	margin-right: 15px;
	background-color: #bfbfbf;
	border-radius: 8px;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
.doc-slide-hd ul li.on,.doc-slide-hd ul li:hover{
	width: 30px;
	height: 15px;
	background-color: #192876;
	border-radius: 8px;
}
.bg-darkblue{
	background: #041469;
}
.spec-wrapper{
	position: relative;
}
.spec-btn{
	display: block;
	position: absolute;
	bottom: 74px;
	width: 320px;
	height: 42px;
	left: 382px;
	line-height: 0;
}
/*================页面布局样式end================