@charset "utf-8";
*{
	margin: 0;
	padding: 0;
}
html {
	overflow-y: auto;
}
body{
	font-family: "Microsoft Yahei", Arial, Helvetica, Verdana, Geneva, sans-serif, tahoma, sans-serif;
	font-size: 14px;
}
div{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
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: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{
	padding-bottom: 80px;
}
.w1200{
	width:1200px;
}
.w1000{
	width:1000px;
}
.w750{
	width: 7.5rem;
	max-width: 750px;
	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;
}
.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%;
}
.mauto{
	margin-left: auto;
	margin-right: auto;
}
/* 基础样式 */
.bg-f{
	background: #fff;
}
.bg-f5{
	background: #f5f5f5;
}
.bg-blue{
	background: #003b76;
}
.bg-qing{
	background-color: #005fa2;
}
.bg-huaxia{
	background-color: #007bc8;
}
.flexbox{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

/* 主体部分 */
.wrapper{
	width: 100%;
	min-height: 100%;
	z-index: 0;
	overflow: hidden;
}
.top-row{
	position: fixed;
	top: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	z-index: 999;
}
.top-logo{
	margin-top: 0;
	width: 675px;
}
.top-logo dl{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.top-logo dl dt{
	width: 70px;
	height: 70px;
	font-size: 12px;
	line-height: 1;
	position: relative;
}
.top-logo dl dt img{
	width: 90px;
	height: 90px;
	position: absolute;
	top: -12px;
	left: -10px;
}
.top-logo dl dd{
	padding-left: 15px;
}
.top-logo dl dd h1{
	font-size: 32px;
	line-height: 1.3;
	color: #fff;
}
.top-logo dl dd h6{
	font-size: 14px;
	font-weight: normal;
	line-height: 1.3;
	word-spacing: 5px;
	color: #fff;
	text-align: justify;
}
.top-nav{

}
.top-nav ul{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.top-nav ul li{
	line-height: 60px;
}
.top-nav ul li a{
	display: block;
	font-size: 18px;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
}
.main-row{
	padding-top: 100px;
	padding-bottom: 100px;
	overflow: hidden;
	z-index: 0;
}
.main-row::before{
	content: "华厦眼科医院集团莆田眼科医院有限公司";
    font-size: 75px;
	font-weight: bold;
    position: absolute;
    top: 2rem;
    left: 60px;
    z-index: 0;
    line-height: 1;
    color: rgba(50, 25, 0, 0.1);
}
.main-row::after{
	content: "华厦眼科医院集团莆田眼科医院有限公司";
	font-size: 75px;
	font-weight: bold;
	position: absolute;
	top: 6rem;
	right: 60px;
	z-index: 0;
	line-height: 1;
	color: rgba(50, 25, 0, 0.1);
}
.main-row-txt{
	padding-top: 20px;
	margin-bottom: 20px;
	text-align: left;
}
.main-row-txt p{
	font-size: 18px;
	font-family: "arial black";
	line-height: 1.4;
	text-indent: 2em;
	color: #333;
}
.main-row-show{
	padding-bottom: 20px;
}
.main-row-show ul{
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.main-row-show ul li{
	width: 480px;
	height: 285px;
	overflow: hidden;
	margin-bottom: 20px;
}
.main-row-show ul li img{
	width: 100%;
}
.title{}
.title h1{
	font-size: 36px;
	line-height: 1.4;
	text-align: center;
}
.bottom-row{
	position: fixed;
	bottom: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}
.bottom-row p{
	font-size: 16px;
	line-height: 1.3;
	color: #fff;
}
.bottom-row p a{
	color: #fff;
}
/* =====底部样式修改start ======*/

@media screen and (min-width:750px){
    html{font-size:100px;}
}
@media screen and (min-width:749px) and (max-width:649px){
    html{font-size:85px;}
}
@media screen and (min-width:414px) and (max-width:639px){
    html{font-size:55px;}
}
@media screen and (min-width:375px) and (max-width:413px){
    html{font-size:50px;}
}
@media screen and (min-width:320px) and (max-width:374px){
    html{font-size:45px;}
}