/* CSS Document */
body {
	width: 100%;
}
/** 清除内外边距 **/
* {
	margin: 0;
	padding: 0;
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */ dl, dt, dd, ul, ol, li, /* list elements 列表元素 */ pre, /* text formatting elements 文本格式元素 */ form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */ th, td /* table elements 表格元素 */ {
    margin: 0;
    padding: 0;
}
/** 设置默认字体 **/
body, button, input, select, textarea /* for ie */ {
	font: 24px/48px '微软雅黑', -apple-system, tahoma, Arial, sans-serif;
	color: #333;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;	
}
address, cite, dfn, em, var {
	font-style: normal;
} /* 将斜体扶正 */
code, kbd, pre, samp {
	font-family: courier new, courier, monospace;
} /* 统一等宽字体 */
small {
	font-size: 24px;
	font-weight: normal
} /* 小于 12px 的中文很难阅读, 让 small 正常化 */
/** 重置列表元素 **/
ul, li, ol {
	list-style: none;
}
/** 重置文本格式元素 **/
a {
	text-decoration: none;
	color:#fff
}
a:hover {
	text-decoration: underline;
}
sup {
	vertical-align: text-top;
} /* 重置, 减少对行高的影响 */
sub {
	vertical-align: text-bottom;
}
/** 重置表单元素 **/
legend {
	color: #000;
} /* for ie6 */
fieldset, img {
	border: 0;
} /* img 搭车：让链接里的 img 无边框 */
button, input, select, textarea {
	font-size: 100%;
} /* 使得表单元素在 ie 下能继承字体大小 */
/* 注：optgroup 无法扶正 */
select, input[type="submit"],  input[type="reset"],  input[type="button"],  input[type="text"],  button {
	-webkit-appearance: none;
	border: none;
	outline: 0;
}
textarea {
  -webkit-appearance: none;
	border: none;
	outline: 0;
	width: 100%;
}
 input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
background-color: transparent!important;
background-image: none !important;
-webkit-box-shadow: 0 0 0 1000px white inset !important;
}
/** 重置表格元素 **/
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* 重置 HTML5 元素 */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    display: block;
    margin: 0;
    padding: 0;
}
.clearfix{ clear: both;}
@media (min-width:1401px){
    .banner img{
        width: 100%;
    }
}
@media (max-width:1400px){
    .banner img{
        width: 1400px;
    }
}
.banner img{
    border-bottom: 3px solid #16d4f4;
}
.title{  
    font-size:48px;
    font-weight: bold;
    line-height: 1.5;  
}
.center{ text-align: center;}
.p1{ 
    width: 1400px;
    margin: -15px auto 0;
}
.p1 .title{
    margin-left: 100px;
    display: flex;
    color:#1054b5 ;
    align-items: center;
    font-size:48px;
    font-weight: bold;
    line-height: 1.5;  
}
.p1 .title h1{
    padding-left: 50px;
}
.p1 .intro{
    position: relative;
}
.p1 .intro .icon{
    position: absolute;
    left: 100px;
    z-index: 3;
}
.p1 .intro i{
    width: 35px;
    height: 35px;
    background: #1054b5;
    display: block; 
}
.p1 .intro h2{
    color: #e1e1e1;
    writing-mode:vertical-rl;
    font-size: 58px;
    font-weight: bold;
    line-height: 40px;
    margin-top: 5px;
    letter-spacing: 3px;
    font-family:Arial, Helvetica, sans-serif
}
.p1 .intro .intro-text{
    background: #f5f5f5;
    margin-left: 115px;
    padding:50px 80px;
    top: 20px;
    position: relative;
    z-index:2 ;
    font-size: 24px;
}
.p1 .intro .intro-text p{
    text-indent: 2em;
}
.p2{
    background: linear-gradient(#2590df,#1455b3);
    margin-top: -80px;
    padding-top: 200px;
}
.p2 .title{
    color: #fff;
    width: 1310px;
    margin: 0 auto;
    padding-left: 300px;
}
.p2 .glaucoma{
    overflow: hidden;
    width: 1310px;
    margin: 0 auto;
    padding-left: 300px;
}
.p2 .glaucoma ul li img{
    border:5px solid #69bdd5 ;
    border-radius: 5px;
}
.p2 .glaucoma ul li{
    float: left;
    margin-right: 25px;
}

.p2 .glaucoma p{
    display: block;
    width: 1100px;
    text-indent: 2em;
    color: #fff;
    padding-top: 80px;
    margin-bottom: 150px;
}
.p3{
    width: 1400px;
    margin: 150px auto;
}
.p3 .title {
    color: #1054b5;
    line-height: 30px;
    margin-bottom: 80px;
}
.p3 .title h1{
    margin-bottom: 40px; 
}
.p3 .title small{
    color: #333;
}
.p4{
    background: linear-gradient(#2590df,#1455b3); 
    padding-top: 150px;
    overflow: hidden;
}
.p4 .title h1{
    color: #fff;
} 
.p4 .symptom{
    width: 1300px;
    margin: 20px auto 150px;
}
.p4 .symptom ul{ display: flex;    justify-content: center;}
.p4 .symptom ul li{
    background: #fff;
    padding: 20px 10px;
    border-radius: 20px;
    margin-top: 30px;
    margin-left: 30px;
    box-shadow: 0 0 15px 4px #195aa0;
}
.p5{
    width: 1400px;
    margin: 150px auto;
}
.p5 .title{
    color: #1054b5;
    margin-bottom: 80px;
}
.p5 .question{
    padding: 20px;
}
.p5 .question ul li .tit{
    background: #f3f3f3;
    color: #1054b5;
    border-radius:50px;
    font-size: 36px;
}
.p5 .question ul li .tit span{
    padding: 20px 30px;
}
.p5 .question ul li .tit span:first-child{
    background:#b6dbf5;
    display: inline-block;
    border-radius:50px 0 0 50px;
}
.p5 .question ul li .answer{
    padding: 50px;
    font-size: 28px;
    font-weight: normal;
}
.map{
    margin-top: 50px;
}


