#s1{
	padding-top: 120px;
}
#s1_info{
	position: relative;
}
#s1_info h1{
	position: absolute;
    top: 6px;
    background: #fff;
    color: #028585;
    font-size: 40px;
    word-spacing: 2px;
}
#s1_img{
	padding-top:40px;
}
#s1_text{
	position: absolute;
    top: 70px;
    left: 0;
    width: 400px;
    line-height: 24px;
    font-style: italic;
}
#s1_btn{
    position: absolute;
    top: 340px;
}
#s1_drug{
	position: absolute;
    top: -110px;
    left: calc(-100% + 103px);
}
#s1_items{
	margin-left: -5px;
	margin-right: -5px;
	padding-top: 20px;
}
.s1_items{
	float:left;
	padding:2.5px;
	width:33.3333%;
	cursor: pointer;
	overflow: hidden;
}
.s1_items img{
	opacity: .4;
	transition:.7s;
}
.s1_items:hover img{
	opacity: 1;
}

.s2_bigtitle{
	height: 60px;
	line-height: 60px;
	background: #028585;
	padding:0px 30px;
	text-transform: uppercase;
	color:#fff;
	font-size: 24px;
}
.s2_bigtitle h2,.s2_bigtitle h3{
	color:#fff;
	font-size: 24px;
	display: inline;
	font-weight: 400;
}
.s2_bigtitle span{
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
}
.s2_img{
	width:170px;
	float:left;
}
.s2_info{
	width:calc(100% - 185px);
	float:right;
}
.s2_items{
	position: relative;
	margin-top: 30px;
}
.s2_title{
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 5px;
}
.s2_readmore a{
	position: absolute;
	width:100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border:1px solid #028585;
	color:#028585;
	bottom: 0;
	right:0;
	border-radius: 30px;
}
.s2_readmore a:hover{
	background: #028585;
	color:#fff;
}
#s3_bg{
	background: url(../images/s3-bg.jpg) top center no-repeat ;
	background-size: cover;
	background-attachment: fixed;
}
#s3{
	background: rgba(0,0,0,.42);
}
#s3_title{
	font-size: 24px;
	text-align: center;
	color:#fff;
	font-weight: 400;
	line-height: 30px;
}
#s3_title strong{
	color:#fff;
	font-size: 40px;
	text-transform: uppercase;
	display: block;
}
.s3_items{
	text-align: center;
	margin-top: 50px;
	padding:15px;
}
.s3_img{
	height: 85px;
	margin-bottom: 20px;
}
.s3_content{
	color:#fff;
	font-size: 18px;
	margin-top: 15px;
}
.s3_content strong{
	text-transform: uppercase;
	font-size: 22px;
	color: #f7cc3b;
}

#s5{
	padding:100px 0px;
}
#s5_items{
	margin-top: 30px;
}
.s5_title span,.s5_title a{
	font-size: 16px;
	font-weight: 500;
	margin:15px 0px;
	display: block;
}
.s5_des{
	text-align: justify;
}

#spk{
	display: block;
	background: url(../images/spk-bg.png) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
#spk .block-title h2{
	display: block;
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 25px;
	color: #fff;
}
#spk p{
	line-height: 24px;
	text-align: justify;
	color: #fff;
}
#spk p span.hotline{
	color: #fff900;
	font-weight: 700;
	font-size: 18px;
}
#spk p a{
	color: #fff900;
	font-weight: 700;
	font-size: 17px;
}
#sbs{
	display: block;
	padding-bottom: 0;
}
#sbs .block-title {
    display: block;
    padding: 20px 50px 10px;
    border: 1px solid #464646;
    text-align: right;
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 50px;
    margin-top: 100px;
}
#sbs .block-title strong{
	display: block;
    font-size: 42px;
    color: #7f0001;
    margin-bottom: 10px;
}
#sbs .block-content p, #sbs ul li {
    font-size: 18px;
    line-height: 24px;
}
#sbs .block-content p span {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
}
#sbs ul{
	display: block;
	margin-bottom: 10px;
	padding-left: 25px;
}
#sbs ul li:before{
	content:'-';
	display: inline-block;
	margin-right: 5px;
	padding: 3px 0;
}