section.banner {
    overflow: hidden;
    position: relative;
    background: #fff;
	margin-top: -60px;
}

section.banner div.left {
    float: left;
    width: 50%;
    height: 0;
    padding-top: 43.90625%;
    position: relative;
    background: no-repeat center / cover;
}

section.banner div.left div.wrap {
    position: absolute;
    right: 0;
    top: 33%;
    width: 100%;
    max-width: 600px;
}

section.banner div.left div.wrap:before {
    content: '';
    display: block;
    width: 64px;
    height: 44px;
    position: absolute;
    left: -20px;
    top: -10px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAAArBAMAAAA6dJN0AAAAA3NCSVQICAjb4U/gAAAAD1BMVEX///////////////////+Rd1MVAAAABXRSTlMAM1WI/5TaQGsAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAKElEQVQ4jWMQxAIYmJmZGZQggEGAgQAYVTCqYFTBqIIhrYBy4ECpAgDaWgUstQOYrgAAAABJRU5ErkJggg==') no-repeat left top;
}

section.banner div.left div.wrap > * {
    display: block;
    color: #fff;
}

section.banner div.left div.wrap b {
    font-size: 40px;
    line-height: 50px;
    /*width: 50%;*/
    word-break: break-word;
    word-wrap: break-word;
    font-family: 'MontserratBold';
    text-transform: uppercase;
}

section.banner div.left div.wrap span {
    font-size: 30px;
    line-height: 50px;
}

section.banner div.right {
    width: 50%;
    height: 0;
    padding-top: 43.90625%;
    float: left;
    overflow: hidden;
    position: relative;
}

section.banner div.right div.top-bg {
    width: 100%;
    height: 50%;
    background: no-repeat center / cover;
    position: absolute;
    top: 0;
    left: 0;
}

section.banner div.right div.bottom-slide {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
}

section.banner div.right div.bottom-slide div.wrap {
    margin: 80px 0 0 50px;
    overflow: hidden;
}

section.banner div.right div.bottom-slide div.wrap h3 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 25px;
    white-space: nowrap;
    text-overflow:ellipsis;
    overflow: hidden;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

section.banner div.right div.bottom-slide div.wrap div {
    font-size: 24px;
    line-height: 34px;
    max-height: 68px;
    overflow: hidden;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

section.banner div.right div.bottom-slide div.dots {
    position: absolute;
    left: 0;
    bottom: 35px;
    width: 100%;
    height: 21px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

section.banner div.right div.bottom-slide div.dots span.swiper-pagination-bullet {
    width: 19px;
    height: 19px;
    margin: 0 10px;
    background: transparent;
    border: 1px solid #e4e4e4;
    opacity: 1;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

section.banner div.right div.bottom-slide div.dots span.swiper-pagination-bullet-active {
    border-color: #147cc1;
    background: #147cc1;
}

section.banner div.right div.bottom-slide div.dots .swiper-pagination {
    left: 40px;
}


section.content{
	padding: 80px 0 60px;
	background: no-repeat center bottom / 100% auto;
}
section.content h3.title{
	text-align: center;
}
section.content h3.title b{
	font-size: 40px;
	display: block;
	font-family: 'MontserratRegular';
	font-weight: normal;
}
section.content h3.title small{
	display: block;
	font-size: 26px;
}

section.content dl.search{
	margin-top: 45px;
	height: 80px;
	font-size: 18px;
	line-height: 80px;
	background: #fff;
	position:relative;
}
section.content dl.search dt{
	padding: 0 30px;
	cursor: pointer;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAANBAMAAACwSehuAAAAA3NCSVQICAjb4U/gAAAAMFBMVEX///9TU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1MHFubzAAAAEHRSTlMAESIzRFVmd4iZqrvM3e7/dpUBFQAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAABrSURBVAiZY5jBAAMyFxjeT4CyGc8fYPD7AeVI/1VgYHnfAOHsvwQk/L+D2VxACQYG1v8FIM76R2Cx+G8giX8GYA7r/wQGhvmPoebkf2XghEowMLD9D+iHSTAw1P/65wDnsP//woAA6xPAFAD/wyAd9Kzq9wAAAABJRU5ErkJggg==') no-repeat right 45px center / 23px auto;
}
section.content dl.search dd{
	background: #fff;
	display:none;
	position: absolute;
	left:0;
	top:100%;
	right:0;
	z-index: 1;
}
section.content dl.search dd a{
	display:block;
	padding: 0 30px;
	border-bottom: 1px solid #eee;
}
section.content dl.search dd a:first-child{
	border-top: 1px solid #eee;
}
section.content dl.search.on dd{
	display: block;
}
section.content dl.search dd a:hover,
section.content dl.search dd a.on{
	background: #147cc1;
	color: #fff;
}

section.content dl.list{
	margin-top: 48px;
	overflow: hidden;
	font-size: 16px;
	line-height: 64px;
}
section.content dl.list dt{
	overflow: hidden;
	background: rgba(0, 0, 0, 0.1);
}
section.content dl.list span{
	display: block;
	float: left;
	padding: 0 0 0 30px;
	white-space: nowrap;
	text-overflow:ellipsis;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
section.content dl.list dd a{
	line-height: 70px;
	display: block;
	overflow: hidden;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	opacity: .5;
	position:relative;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
section.content dl.list .col-1{
	width: 26%;
}
section.content dl.list .col-2{
	width: 21%;
}
section.content dl.list .col-3{
	width: 18%;
}
section.content dl.list .col-4{
	width: 16%;
}
section.content dl.list .col-5{
	width: 19%;
	font-family: 'MontserratLight';
}
section.content dl.list dd a:hover{
	opacity: 1;
	background: #fff;
	color: #3e3e3e;
}
section.content dl.list dd a:before{
	content:'';
	display:block;
	left:-100%;
	width: 12px;
	height:100%;
	position:absolute;
	top:0;
	background: #0173ba;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
section.content dl.list dd a:hover:before{
	left:0;
}

section.content div.content-body > h1{
	font-size: 36px;
	line-height: 36px;
	padding-right: 50px;
	position: relative;
	overflow: hidden;
}
section.content div.content-body > h1 a.back{
	display:block;
	position: absolute;
	right:0;
	top:0;
	width: 50px;
	height: 36px;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAaBAMAAACwU+r+AAAAA3NCSVQICAjb4U/gAAAALVBMVEX///+1tra1tra1tra1tra1tra1tra1tra1tra1tra1tra1tra1tra1tra1traNHlVWAAAAD3RSTlMAESIzVWZ3iJmqu8zd7v9cds+WAAAACXBIWXMAAAsSAAALEgHS3X78AAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAAItJREFUGJVjYGCYxoAEOJ8g8+Y5IEs9RZF6vRsEdrUIgHh5NzpAYNa56yAu23OIGua+w2DJAij3rAGSJIPMQRBZAuUx3UA2nSFPAZknl4DM41qAzGO/gMxjfYCbh6qScwMyj7cAmRdngMRhPIVi+SVkqXUOSLyYK0CCLQ0M0ue+UgA5/B0YvN0OMhAAoDYt+HrtK/QAAAAASUVORK5CYII=') no-repeat right center;
}
section.content div.content-body > ul{
	margin-top: 15px;
	line-height: 2;
	font-size: 16px;
	overflow: hidden;
	color: #3e3e3e;
	padding-bottom: 30px;
	border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
section.content div.content-body > ul li{
	float: left;
	margin: 0 28px;
	position:relative;
}
section.content div.content-body > ul li:after{
	content:'';
	display:block;
	width:1px;
	height: 16px;
	background: #000;
	opacity:0.1;
    top: 8px;
    right: -28px;
    position:absolute;
}
section.content div.content-body > ul li:first-child{
	margin-left: 0;
}
section.content div.content-body > ul li:last-child:after{
	display:none;
}

section.content div.content-body > div.body{
	overflow: hidden;
	position:relative;
	font-size: 16px;
	line-height: 2;
	margin-top: 30px;
}
section.content div.content-body > div.body *{
	max-width: 100% !important;
}
section.content div.content-body > a.more{
	display: block;
	width: 174px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	background: #e1424a;
	margin: 70px 0 20px;
}

div.popup{
	display: none;
	width:90%;
	max-width:700px;
	overflow: hidden;
	position:fixed;
	left:50%;
	top:50%;
	z-index: 10;
	background: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 20px #ccc;
	box-shadow: 0 0 20px #ccc;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
div.popup > a.closePop{
	display: block;
	width:32px;
	height: 32px;
	line-height: 32px;
	position:absolute;
	right:0;
	top:0;
	text-align: center;
	font-size: 30px;
	color: #666;
}
div.popup > div.popTitle{
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	font-size: 16px;
	background: #eee;
}
div.popup > a.closePop:hover{
	color: #e1424a;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
div.popup > form{
	margin:15px;
}
div.popup > form .layui-form-label{
	width:64px;
}
div.popup > form .layui-input-block{
	margin-left: 94px;
}
div.popup > form img.verifyCode{
	display: block;
	position:absolute;
	right:2px;
	top:2px;
	cursor: pointer;
}
div.popup-mask{
	position:fixed;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background: rgba(0, 0, 0, 0.4);
	z-index: 9;
}


@media screen and (max-width:1300px) {
    section.banner div.right div.bottom-slide div.wrap {
        margin: 40px 0 0 50px;
    }
}

@media screen and (max-width:1199px) {
    section.banner div.left div.wrap {
        width: calc(100% - 40px);
    }
    section.banner div.right div.bottom-slide div.wrap h3 {
        font-size: 24px;
        line-height: 24px;
    }
    section.banner div.right div.bottom-slide div.wrap div {
        font-size: 20px;
        line-height: 28px;
        max-height: 56px;
    }
    section.banner div.right div.bottom-slide div.dots {
        bottom: 20px;
    }
    section.banner div.right div.bottom-slide div.dots span.swiper-pagination-bullet {
        margin: 0 5px;
    }
    section.content {
	    padding-left: 15px;
	    padding-right: 15px;
	}
}

@media screen and (max-width:991px) {
	section.banner div.left{
		width: 100%;
		padding:180px 0 110px;
		height: auto;
		float: none;
	}
	section.banner div.left div.wrap{
		position: relative;
	    margin: 0 40px;
	    width: auto;
	    max-width: inherit;
	}
	section.banner div.left div.wrap b {
	    font-size: 40px;
	    line-height: 50px;
	    word-break: break-word;
	    word-wrap: break-word;
	    font-family: 'MontserratBold';
	    text-transform: uppercase;
	}
	section.banner div.right{
		height: auto;
		padding:0;
		width: auto;
		float: none;

	}
	section.banner div.right div.top-bg{
		position:static;
		width:33%;
		max-width: 295px;
		height: 180px;
		background-position: right center;
		float: left;
	}
	section.banner div.right div.bottom-slide{
		position:static;
		width: calc(66% - 25px);
		height: 180px;
		float: left;
	}
	section.banner div.right div.bottom-slide .swiper-container{
		height: 100%;
	}
	section.banner div.right div.bottom-slide div.wrap{
		margin-top: 30px;
	}
	section.banner div.right div.bottom-slide div.dots {
	    width: 16px;
	    right: 15px;
	    left: auto;
	    top: 0;
	    height: 100%;
	    display: -webkit-flex;
	    display: flex;
	    -ms-align-items: center;
	    align-items: center;
	    overflow: hidden;
	}
	section.banner div.right div.bottom-slide div.dots .swiper-pagination{
		position:static;
	}
	section.banner div.right div.bottom-slide div.dots span.swiper-pagination-bullet{
		margin:2px 0;
		width:14px;
		height: 14px;
	}

}

@media screen and (max-width:767px) {
	section.banner div.left{
		padding:130px 0 110px;
	}
	section.banner div.left div.wrap b {
	    font-size: 36px;
	}
	section.banner div.right div.bottom-slide div.wrap{
		margin-left: 30px;
	}
	section.content{
		padding-top: 40px;
	}
	section.content h3.title b{
		font-size: 30px;
	}
	section.content h3.title small{
		font-size: 22px;
	}
	section.content dl.search{
		margin-top: 25px;
	}
	section.content dl.list{margin-top: 15px;}
	section.content dl.search{
		height: 60px;
		line-height: 60px;
		font-size: 16px;
	}
	section.content dl.search dt{
		padding: 0 15px;
		background-position: right 25px center;
		-webkit-background-size: 16px auto;
		background-size: 16px auto;
	}
	section.content dl.list dt,
	section.content dl.list span.col-2,
	section.content dl.list span.col-3,
	section.content dl.list span.col-4{
		display:none;
	}
	section.content dl.list span.col-1{
		width: 65%;
		padding-left: 20px;
	}
	section.content dl.list span.col-5{
		width: 35%;
		padding-left: 10px;
		padding-right: 10px;
		text-align: right;
	}
	section.content dl.list dd a{
		line-height: 60px;
		background: #fff;
		opacity:1;
		margin-bottom: 5px;
		border:none;
	}
	section.content dl.list dd a:hover:before{
		display:none;
	}
	section.content div.content-body > h1{
		font-size: 28px;
	}
	section.content div.content-body > ul li{
		float: none;
		margin:0;
	}

}

@media screen and (max-width:479px) {

	section.banner div.left div.wrap b {
	    font-size: 24px;
	    line-height: 32px;

	}
	section.banner div.left div.wrap span {
	    font-size: 22px;
	    line-height: 32px;
	}
	section.banner div.right div.top-bg{
		height:100px;
	}
	section.banner div.right div.bottom-slide{
		height: 100px;
	}
	section.banner div.right div.bottom-slide div.wrap{
		margin: 15px 0 0 15px;
	}
	section.banner div.right div.bottom-slide div.wrap h3{
		font-size: 18px;
		line-height: 18px;
		margin-bottom: 10px;
    margin-top:8px;
	}
	section.banner div.right div.bottom-slide div.wrap div{
		font-size: 14px;
		line-height: 20px;
		max-height: 40px;
	}
	section.banner div.right div.bottom-slide div.dots {
	    width: 12px;
	    right: 10px;
	}
	section.banner div.right div.bottom-slide div.dots span.swiper-pagination-bullet{
		margin:1px 0;
		width:10px;
		height: 10px;
	}
	section.content {
	    padding-left: 25px;
	    padding-right: 25px;
	}
	section.content h3.title b{
		font-size: 24px;
	}
	section.content h3.title small{
		font-size: 18px;
	}
	section.content div.content-body > h1{
		font-size: 22px;
	}
	section.content div.content-body > h1 a.back{
		-webkit-background-size: auto 20px;
		background-size: auto 20px;
		right:10px;
	}
	section.content div.content-body > a.more{
		width: 130px;
		height: 42px;
		line-height: 42px;
	}

	div.popup{
		width:96%;
	}
	div.popup > form .layui-form-label{
		padding:9px 5px;
	}
	div.popup > form .layui-input-block{
		margin-left: 80px;
	}
	div.popup > form img.verifyCode{
		height: 33px;
		width:90px;
	}

}