@charset "utf-8";
*{
	margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
html {
	/*overflow-y: auto;*/
	scroll-behavior: smooth;
}
body{
	font-family: "Microsoft Yahei", Arial, Helvetica, Verdana, Geneva, sans-serif, tahoma, sans-serif;
	scroll-behavior: smooth;
}
div{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6,p{
	padding: 0;
	margin: 0;
}
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-size:100%;
	*font-size: 100%;
	outline:none;
	border: none;
	vertical-align: middle;
}
table{
	outline:none;
	border-collapse: collapse;
}
th,td,tr{
	margin: 0;
	padding: 0;
}
ul,ol,li,dl,dd {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
}
a, a:hover, a:active, a:visited {
	text-decoration: none;
	color: #333;
	-webkit-tap-highlight-color: transparent;
	transition: all .2s linear 0s;
	-moz-transition: all .2s linear 0s;
	-webkit-transition: all .2s linear 0s;
}
img{
	font-size: 12px;
	font-family: 'Helvetica';
	font-weight: 300;
	line-height: 2;
	text-align: center;
	display: inline-block;
	position: relative;
}
img:after {
	content: "\f1c5" " " attr(alt);
	font-size: 18px;
	font-family: FontAwesome;
	color: rgb(100, 100, 100);
	display: block;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background: transparent; */
	background-color: #ddd;
}
.left_fl ,.left,.fl_left{
	float: left;
	display: inline;
}
.right_fl ,.right,.fl_right{
	float: right;
	display: inline;
}
.clear,.clr{
	clear:both;
	overflow:hidden;
}
.clear:after,.clr:after{
	content: " "; 
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.main{
	width:100%; 
	height:auto; 
	margin-left: auto;
	margin-right: auto;
}
.container{ 
	margin-left: auto;
	margin-right: auto;
}
.content{
	margin-left: auto;
	margin-right: auto;
	/* padding-bottom: 80px; */
}
.w1200{
	width:1200px;
	margin-left: auto;
	margin-right: auto;
}
/* 手机宽度适配 */
.w750{
	width: 7.5rem;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}
.w690{
	width: 6.9rem;
	max-width: 690px;
	margin-left: auto;
	margin-right: auto;
}
.w640{
	width: 6.4rem;
	max-width: 6.4rem;
	margin-left: auto;
	margin-right: auto;
}
.w660{
	width: 6.6rem;
	margin-left: auto;
	margin-right: auto;
}
/* 手机宽度适配end */
.w100p,.w90p,.w80p,.w70p,.w60p,.w50p,.w40p,.w30p,.w20p{
	margin-left: auto;
	margin-right: auto;
}
.w100p{
	width:100%;
}
.w90p{
	width:90%;
}
.w85p{
	width:85%;
}
.w80p{
	width:80%;
}
.w70p{
	width:70%;
}
.w60p{
	width:60%;
}
.w50p{
	width:50%;
}
.w40p{
	width:40%;
}
.w30p{
	width:30%;
}
.w20p{
	width:20%;
}
.bg-color{
    background: #f1f1f1;
}
.mauto{
	margin-left: auto;
	margin-right: auto;
}
/* 基础样式 */
.bg-f{
	background: #fff;
}
.bg-f1{
	/*background: #f1f1f1;*/
}
.bg-f5{
	background: #f5f5f5;
}
.bg-blue{
	background: #003b76;
}
.bg-qing{
	background-color: #005fa2;
}
.flexbox{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.container-fluid {
    font-size: 22px;
}
.container-fluid {
    max-width: 1920px !important;
    position: relative;
}

/* 头部定位 */
.top-fix{
	/* position: fixed;
	top: 0;
	z-index: 100; */
}

.banner-spec{
	height: 324px;
	background: url(../images/jy-banner.jpg) center no-repeat;
	position: relative;
	z-index: 0;
}
.banner-spec-mask{
	position: absolute;
	width: 100%;
	height: 324px;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	background-color: #000000;
	opacity: 0.7;
	-webkit-opacity: 0.7;
	filter:Alpha(opacity=70);
}
.banner-spec-text{
	width:378px;
	height: 134px;
	position: absolute;
	left: 50%;
	margin-left: -189px;
	top: 67px;
	z-index: 9;
}
.banner-spec-text img{
	width: 100%;
}
.banner-spec-btn{
	position: absolute;
	width: 141px;
	height: 42px;
	text-align: center;
	background-color: #00a0e9;
	bottom: 35px;
	left: 50%;
	margin-left: -70px;
	z-index: 9;
}
.banner-spec-btn a{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 42px;
	letter-spacing: 0px;
	color: #ffffff;
}
/* 页面bannerend */
/* 页面导航start */
.main-nav-inner ul{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    padding-top: 15px;
}
.main-nav-inner ul li{
    display: inline-block;
    margin-right: 96px;
    line-height: 68px;
    font-size: 20px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #333333;
	cursor: pointer;
}
.main-nav-inner ul li.on{
    border-bottom: 2px solid #0181cc;
    font-size: 22px;
    font-weight: bold;
    color: #0181cc;
}
.main-nav-inner ul li:last-child{
    margin-right: 0;
}
/* 页面导航end */
/* 第一部分start情况简介 */
.col-wrapper1{
    padding: 45px 24px 38px 17px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}
.col-wrapper1 .col-img{
    width: 489px;
}
.col-wrapper1 .col-text{
    padding-top: 43px;
    margin-left: 37px;
}
.col-wrapper1 .col-text p{
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
    color: #333333;
    text-indent: 2em;
}
.col-wrapper1 .col-text p span{
    font-size: 22px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #0181cc;
}
/* 第一部分end情况简介 */
/* 标题 */
.spec-title{
}
.spec-title h2{
	font-size: 30px;
	font-weight: bold;
	font-stretch: normal;
	/* line-height: 36px; */
	line-height: 2px;
	letter-spacing: 0px;
	color: #69767e;
	padding-left: 25px;
	padding-right: 25px;
	margin-top: 18px;
	margin-bottom: 18px;
	border-left: 513px solid #d1e5f1;
	border-right: 513px solid #d1e5f1;
}
.spec-title1 h2{
	border-left: 469.5px solid #d1e5f1;
	border-right: 469.5px solid #d1e5f1;
}
.spec-title2 h2{
	border-left: 454px solid #d1e5f1;
	border-right: 454px solid #d1e5f1;
}
/* 第二部分start */
.col-wrapper2{
    padding: 55px 0 40px;
}
.col-wrapper2 table{
    width: 1200px;
    border: 1px solid #a6a6a6;
    border-right: 0;
    border-bottom: 0;
    margin-top: 43px;
}
.col-wrapper2 tr:nth-child(2n+1){
    background: #fff;
}
.col-wrapper2 tr:nth-child(1){
    background-color: #2c5588;
}
.col-wrapper2 tr{
    border-bottom:1px solid #a6a6a6 ;
}
.col-wrapper2 tr td{
    font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
    color: #333333;
    border-right: 1px solid #a6a6a6;
    text-align: center;
}
.col-wrapper2 tr:nth-child(1) td{
    color: #fff;
    font-weight: bold;
}
.col-wrapper2 tr td p{
    text-align: left;
    background: url(../images/jy-icon1.png) 46px center no-repeat;
    padding-left:74px;
}
/* 第二部分end */
/* 第三部分start */
.col-wrapper3{
	padding: 49px 0 37px;
}
.col-wrapper3 .col-inner3{
	border: solid 1px #a6a6a6;
	margin-top: 38px;

}
.col-wrapper3 .col-inner3-title{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	border-bottom: solid 1px #979797;
}
.col-inner3-title li{
	width: 300px;
	height: 38px;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 38px;
	letter-spacing: 0px;
	color: #333333;
	border-right: solid 1px #979797;
	text-align: center;
	cursor: pointer;
}
.col-inner3-title li:last-child{
	border-right: 0;
}
.col-inner3-title li.on{
	background-color: #17365d;
	color: #fff;
}
.col-inner3-text{
	padding: 37px 0 40px;
}
.col-inner3-text li{
	display: none;
}
.col-inner3-text li.onshow{
	display: block;
}
.col-inner3-text p{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
}
.col-inner3-text dl{
	margin-top:19px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	margin-right: 14px;
	margin-left: 14px;
	
}
.col-inner3-text dl dd{
	width: 355px;
	height: 314px;
	border: solid 1px #979797;
	margin-right: 14px;
}
.col-inner3-text dl dd:last-child{
	margin-right: 0;
}
.col-inner3-text dl dd img{
	width: 100%;
	max-height: 190px;
	margin-bottom: 15px;
}
.col-inner3-text dl dd p{
	position: relative;
	font-size: 16px;
	padding-bottom: 20px;
}
.col-inner3-text dl dd p.text-top{
	padding-top: 12px;
}
.col-inner3-text dl dd p:after{
	content: '';
	width: 17px;
	height: 12px;
	background: url(../images/jy-icon3.png) no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -8.5px;
	bottom: 0;
}
.col-inner3-text dl dd.onshow{
	box-shadow: 2px 4px 5px 0px 
		rgba(0, 0, 0, 0.26);
}
.col-inner3-text dl dd.onshow p:after{
	background: url(../images/jy-icon2.png) no-repeat;
}
/* 弹窗内容start */
.pop-wrapper{
	display: none;
}
.pop-wrapper .bg-cover{
	width: 100%;
	height: 100vh;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.6);
	z-index: 9999;
}
.pop-wrapper .pop-text-inner{
	width: 1200px;
	position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
	z-index: 9999;
	border-radius: 26px;
	padding-bottom: 70px;
}
.pop-wrapper .pop-text-inner .close-btn{
	content: '';
	width: 56px;
	height: 56px;
	background: url(../images/close-icon.png) no-repeat;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -28px;
	cursor: pointer;
	/* pointer-events: none; */
}
.pop-wrapper .pop-text-inner ul{
	background: #fff;
	border-radius:20px;
	max-height: 670px;
	overflow: hidden;
}
.pop-wrapper .pop-text-inner ul h2{
	border-radius:20px 20px 0 0;
	line-height: 74px;
	background: #0181c8;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
}
.pop-wrapper .pop-text-inner ul li{
	position: relative;
	display: none;
}
.pop-wrapper .pop-text-inner1 ul li.on{
	/*display: block;*/
}
.pop-wrapper .pop-text-inner ul i{
	display: block;
	width: 36px;
	height: 36px;
	position: absolute;
	top: 23px;
	right: 38px;
}
.pop-wrapper .pop-text{
	padding: 30px 60px 50px;
}
.pop-wrapper .img-wrapper{
	display: flex;
	justify-content: space-between;
}
.pop-wrapper .img-wrapper img{
	display: inline-block;
	width: 525px;
	height: 326px;
	margin-bottom: 30px;
}
.pop-wrapper p{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #333333;
	text-indent: 2em;
}
/* 弹窗内容end */
/* 第三部分end */
/* 第四部分start继续教育学习班 */
.col-wrapper4{
	padding:60px 0 35px;
}
.col-wrapper4 .table-wrapper{
	margin:48px auto 28px;
	height: auto;
	transition: all ease 0.3s;
	-moz-transition: all ease 0.3s; /* Firefox 4 */
	-webkit-transition: all ease 0.3s; /* Safari 和 Chrome */
	-o-transition: all ease 0.3s; /* Opera */
}
.col-wrapper4 .table-wrapper1{
	height: 270px;
	overflow: hidden;
}
.col-wrapper4 table{
	width: 1200px;
	margin:0 auto;
	border: 1px solid #000;
}
.col-wrapper4 table td{
	text-align: center;
	line-height: 38px;
	border-right: 1px solid #000;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
	cursor: pointer;
}
.col-wrapper4 table td p{
	display: inline-block;
	color: #b20000;
	font-weight: bold;
	padding-right: 20px;
	background: url(../images/jy-icon4.png) no-repeat right center;
}
.col-wrapper4 table:nth-child(2n+1){
	background: #fff;
}
.col-wrapper4 table tr:nth-child(1){
	background-color: #8db3e2;
}
.col-wrapper4 table tr:nth-child(1) td{
	font-size: 18px;
	font-weight: bold;
}
.col-wrapper4 table td:last-child{
	border-right: 0;
}
.col-wrapper4 table tr{
	border-bottom: 1px solid #000;
}
.col-wrapper4 table tr:last-child{
	border-bottom: 0;
}
.tab-icon{
	width: 112px;
	text-align: center;
	margin:0 auto;
	cursor: pointer;
}
.tab-icon img{
	margin:0 auto;
	transition: all .2s linear 0s;
	-moz-transition: all .2s linear 0s;
	-web7kit-transition: all .2s linear 0s;
}
.tab-icon1 img{
	transform:rotate(-180deg);
	-ms-transform:rotate(-180deg); 	/* IE 9 */
	-moz-transform:rotate(-180deg); 	/* Firefox */
	-webkit-transform:rotate(-180deg); /* Safari 和 Chrome */
	-o-transform:rotate(-180deg); 	/* Opera */
}
.tab-icon p{
	width: 112px;
}
/* 第四部分end */
/*第五份眼科疑难病例讨论start*/
.col-wrapper5{
	padding: 52px 0 30px;
}
.col-wrapper5 .col-inner5,.col-inner6-text{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top:53px;
}
.col-wrapper5 .col-inner5 p,.col-inner6-text p{
	width: 634px;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #333333;
	margin-left: 50px;
}
.col-wrapper5 .col-inner5 p span,.col-inner6-text p span{
	font-weight: bold;
	font-size: 24px;
	color: #0383c2;
}
/*第五end*/
/*第六部分start*/
.col-wrapper6{
	padding: 53px 0 58px;
}
.col-inner6-text p{
	margin-left: 0;
	margin-right: 88px;
}

.inner_nav .inner_nav_mid ul.out li.m {
    width: 165px!important;
}

.inner_nav .inner_nav_mid ul.out li.m ul.sub {
    width: 116px!important;
    left: 24px!important;
}