/************banner************/
.banner-container{
	min-width: 700px;
	padding-top: 100px;
	overflow: hidden;
}
.banner{
	width: 100%;
	height: 820px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

/************container************/
.news{
	width: 100%;
}
.title-box{
	width: 100%;
	margin: 40px 0 12px 0;
	overflow: hidden;
}
.title-wrap{
	padding: 0 5px 0 0;
	float: left;
}
.title-wrap>h4{
	margin-bottom: 10px;
	font-size: 34px;
	color: #3a3f5c;
	font-weight: normal;
}
.title-wrap>span{
	line-height: 40px;
	font-size: 24px;
	color: #707070;
}
.title-line{
	width: 25px;
	height: 5px;
	margin-bottom: 10px;
	background: #3A3F5C;
}
.title-more{
	width: 60px;
	height: 20px;
	margin-top: 20px;
	padding-left: 28px;
	background: url(../img/index/title_more.png) center left no-repeat;
	background-size: 17px;
	line-height: 20px;
	color: #3a3f5c;
	font-size: 16px;
	float: right;
}

.sub-banner>img{
	width: 100%;
}
/********************************domain********************************/
.domain-wrap{
	width: 100%;
	max-width: 1100px;
	margin: auto;
	padding-top: 15px;
}
.domain-wrap>li{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 25%;
	padding: 20px 0;
	border-radius: 10px;
	float: left;
	cursor: pointer;
	-webkit-transition-duration: .6s;
		transition-duration: .6s;
}
.domain-wrap>li:hover{
	box-shadow: 0 2px 10px #ddd;
}
.domain-wrap>li>i{
	width: 80px;
	height: 80px;
	background-size: 100%;
}
.domain-wrap>li>span{
	margin-bottom: 5px;
	line-height: 24px;
	font-size: 20px;
	color: #3a3f5c;
}
.domain-wrap>li>p{
	width: 100%;
	height: 72px;
    padding: 0 20px;
	line-height: 24px;
	font-size: 16px;
	color: #707070;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	opacity: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.domain-icon-qiche{
	background: url(../img/guanbiao/qiche.png) center no-repeat;
}
.domain-icon-zaozhi{
	background: url(../img/guanbiao/zaozhi.png) center no-repeat;
}
.domain-icon-jixie{
	background: url(../img/guanbiao/jixie.png) center no-repeat;
}
.domain-icon-jianzhu{
	background: url(../img/guanbiao/jianzhu.png) center no-repeat;
}
.domain-icon-huagong{
	background: url(../img/guanbiao/huagong.png) center no-repeat;
}
.domain-icon-qinggong{
	background: url(../img/guanbiao/qinggong.png) center no-repeat;
}
.domain-icon-fangzhi{
	background: url(../img/guanbiao/fangzhi.png) center no-repeat;
}

.domain-icon-jixie{
	background: url(../img/guanbiao/jixie.png) center no-repeat;
}
.domain-icon-yiyao{
	background: url(../img/guanbiao/yiyao.png) center no-repeat;
}
.domain-icon-xiangyan{
	background: url(../img/guanbiao/xiangyan.png) center no-repeat;
}
.domain-icon-dianzi{
	background: url(../img/guanbiao/dianzi.png) center no-repeat;
}
.domain-icon-baozhuang{
	background: url(../img/guanbiao/baozhuang.png) center no-repeat;
}
.domain-icon-tongxin{
	background: url(../img/guanbiao/tongxin.png) center no-repeat;
}
.domain-icon-nonglin{
	background: url(../img/guanbiao/nonglin.png) center no-repeat;
}
.domain-icon-xiaogfang{
	background: url(../img/guanbiao/xiaofang.png) center no-repeat;
}
.domain-icon-yejin{
	background: url(../img/guanbiao/yejin.png) center no-repeat;
}
.domain-icon-jiushui{
	background: url(../img/guanbiao/jiushui.png) center no-repeat;
}
.domain-icon-dianli{
	background: url(../img/guanbiao/dianli.png) center no-repeat;
}

/********************************advantage********************************/
.advantage{
	padding: 20px 0 70px;
	clear: both;
}
.advantage>.title-box{
	margin-top: 0px;
}
.advantage-column{
	display: flex;
	justify-content: space-around;
	margin: 40px 0 50px;
}
.advantage-num{
	display: inline-block;
	margin-bottom: 10px;
	font-size: 80px;
	font-family: "Impact";
	color: #3a3f5c;
}
.advantage-explain{
	font-size: 18px;
	color: #707070;
}
.advantage-btn{
	width: 300px;
	height: 60px;
	margin: auto;
	background: #FF9E04;
	border-radius: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	display: block;
}
.advantage-btn:active{
	box-shadow: 5px 5px 20px #a2a2a2;
}


@media screen and (max-width:930px){
	.banner-container{
		padding-top: 60px;
	}
}

/**************banner**********/
@media screen and (max-width: 1920px){
	.banner{
		height: 750px;
	}
}
@media screen and (max-width: 1860px){
	.banner{
		height: 680px;
	}
}
@media screen and (max-width: 1760px){
	.banner{
		height: 640px;
	}
}
@media screen and (max-width: 1660px){
	.banner{
		height: 600px;
	}
}
@media screen and (max-width: 1560px){
	.bannerc{
		height: 560px;
	}
}
@media screen and (max-width: 1440px){
	.banner{
		height: 490px;
	}
}
@media screen and (max-width: 1360px){
	.banner{
		height: 470px;
	}
}
@media screen and (max-width: 1200px){
	.banner{
		height: 410px;
	}
}
@media screen and (max-width: 1100px){
	.banner{
		height: 380px;
	}
	.title-box {
	    margin: 35px 0 12px 0;
	}
	.advantage-column {
	    margin: 35px 0 45px;
	}
	.advantage {
	    padding: 15px 0 65px;
	}
	.domain-wrap>li {
	    padding: 15px 0;
	}
	.domain-wrap>li>p {
	    height: 66px;
	    line-height: 22px;
	}
}

@media screen and (max-width: 910px){
	.banner{
		height: 350px;
	}
	.title-box {
	    margin: 30px 0 12px 0;
	}
	.advantage-column {
	    margin: 25px 0 35px;
	}
	.advantage {
	    padding: 10px 0 60px;
	}
	.domain-wrap>li {
	    padding: 10px 0;
	}
	.domain-wrap>li>p {
	    height: 60px;
	    line-height: 20px;
	}
}
@media screen and (max-width: 810px){
	.banner{
		height: 340px;
	}
	.title-box {
	    margin: 25px 0 12px 0;
	}
	.advantage-column {
	    margin: 20px 0 30px;
	}
	.advantage {
	    padding: 5px 0 50px;
	}
	.domain-wrap>li {
	    padding: 5px 0;
	}
	.domain-wrap>li>p {
	    height: 54px;
	    line-height: 18px;
	}
}
@media screen and (max-width: 710px){
	.banner-pic{
		height: 300px;
	}
	.title-box {
	    margin: 20px 0 10px 0;
	}
	.advantage-column {
	    margin: 15px 0 25px;
	}
	.advantage {
	    padding: 5px 0 30px;
	}
}