@charset "utf-8";

.sections {
	margin-top: 30px;
}
.section {
	position: relative;
	box-sizing: border-box;
	display: block;
	width: 780px;
	margin: auto;
}
.section.last {
	border-bottom: 0;
}
.section h1 {
	font-weight: normal;
	font-size: 70px;
	color: #000;
	margin-bottom: 20px;
	padding: 0 320px 0 0;
}
.section h3 {
	font-size: 28px;
	color: #000;
	word-spacing: 4px;
	letter-spacing: 4px;
}
.section h4 {
	font-size: 20px;
	color: #000;
	word-spacing: 4px;
	letter-spacing: 4px;
	margin-bottom: 20px;
}
.section h3 span{
	font-size: 13px;
}
.section p {
	font-size: 14px;
	color: #000;
	line-height: 28px;
	margin: 0;
}
.section .tips {
	color: #fff;
	background-color: #FFAA00;
	padding: 5px 10px;
	line-height: 300%;
}
.section .banner {
}
.section .seg {
	position: relative;
	overflow: hidden;
	padding-top: 40px;
}
.section .seg .subseg {
	border-bottom: 1px solid #e0e0e0;
	padding: 50px 0;
	overflow: hidden;
	position: relative;
}
.section .seg .subseg .title1{
	padding-bottom: 20px;
}
.section .seg .text1{
	padding-bottom: 20px;
}
.section .seg .subseg .left1{
	max-width: 620px;
}
.section .seg .subseg .right1{
	position: absolute;
	right:0;
	top:115px;
}
.section .seg .subseg .left2{
	width: 50%;
	margin-bottom: 50px;
}
.section .seg .subseg .right2{
	position: absolute;
	right:0;
	top:35px;
}
.section .seg .subseg .left3{
	width: 50%;
	margin-bottom: 80px;
}

.section .seg h3.blackline{
	padding-left: 20px;
    border-left: 5px #000 solid;
    line-height: 36px;
    margin-bottom: 20px;
}
.section .seg h5 {
	font-size: 16px;
	line-height: 25px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 20px;
}
.section .seg p {
	font-size: 14px;
}
.section .seg .clear{
	clear: both;
}
.section .seg a{
	text-decoration: underline;
	color:  #51A4CF;
	font-size: 14px;
	line-height: 200%;
}
.section .seg ul{
	overflow: hidden;
}

.section .seg ul li{
	float: left;
	margin: 0 20px 20px 0;
}
.section .seg ul li.last{
	margin-right: 0px;
}
.section .seg ul.taglink{
	margin-bottom: 30px;
}
.section .seg ul.taglink li{
	float: left;
	margin:0;
}
.section .seg ol li{
	font-size: 14px;
	line-height: 200%;
	margin-bottom: 10px;
	list-style-type: decimal;
	list-style-position:inside;
	word-spacing: 4px;
}
.s1 {
    padding: 60px 0;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 50px;
}
.s1 img {
	position: absolute;
	top: 30px;
	right: 0;
}

@media (min-width: 1601px) {
	.navs, .sections {
		margin-right: 380px;
	}
	.mbanner {
		display: block;
	}
}
@media (min-width: 1281px) and (max-width: 1601px) {
	.navs, .sections {
		margin-right: 380px;
	}
	.mbanner {
		display: block;
	}
}
@media (min-width: 1024px) and (max-width: 1280px) {
}
@media (min-width: 320px) and (max-width: 1023px) {
	.btn-nav-left, .btn-nav-right {
		display: none;
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.main {
		padding: 0 20px;
	}
	.navs .nav {
		width: 100%;
	}
	.navs .items {
		width: 582px;
	}
	.navs .items .item {
		width: 192px;
	}
	.section {
		width: auto;
	}

}
@media (min-width: 320px) and (max-width: 767px) {
	.mhide {
		display: none;
	}
	.sec {
		padding-top: 0px;
	}
	.navs {
		display: none;
	}
	.section h1 {
		padding-right: 0;
	}
	.section {
		width: auto;
		box-sizing: border-box;
	}
	.s1 {
		padding-top: 0;
	}
	.s1 p {
		padding: 0;
	}
	.s1 img {
		position: static;
		padding-top: 30px;
	}
	.section .seg .left {
		position: static;
		width: auto;
		float: none;
	}
	.section .seg {
		display: block;
		float: none;
		width: auto;
		padding-top: 20px;
		margin-left: 0;
	}
	.section .seg img {
		display: block;
		width: 100%;
	}
	.section .seg .subseg .right1{
		position: relative;
		right:auto;
		top:0;
		width: auto;
	}
	.section .seg .subseg .right2{
		position: relative;
		right:auto;
		top:0;
		width: auto;
		margin-bottom: 20px;
	}
	.section .seg .subseg .left1{
		width: auto;
	}
	.section .seg .subseg .left2{
		width: auto;
	}
	.section .seg .subseg .left3{
		width: auto;
	}
	.section .seg ul li {
	    float: none;
	    margin: 0 0 20px 0;
	}
	.section .seg ul.taglink li{
		margin-bottom: 20px;
	}

}
@media (min-width: 480px) and (max-width: 767px) {
	.sections {
		padding: 0 30px;
	}
}
@media (min-width: 320px) and (max-width: 479px) {
	.sections {
		padding: 0 20px;
	}
	.section h1 {
		font-size: 53px;
		margin-bottom: 35px;
	}
	.section .seg ul.taglink li img{
		width:150px;
	}

}
@media (max-width: 320px) {
}
