.banner{
	position: relative;
}

.banner-hover{
	height: 460px;
	background: rgba(255,255,255,.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff);
	position: absolute;
	top: 0;
	z-index: 99;
}

.banner-hover-left{
	left: 0;
}

.banner-hover-right{
	right: 0;
}

.banner ul li a{
	display: block;
	height: 460px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.banner .bx-wrapper .bx-viewport{
	overflow: inherit !important;
}

.banner .bx-wrapper .bx-controls-direction a {
    margin-top: -36.5px;
    width: 73px;
    height: 73px;
    display: block;
}

.banner .bx-wrapper .bx-prev {
    left: 40px;
    background: url(../images/left_arrow_.png) no-repeat center center;
}

.banner .bx-wrapper .bx-next {
    right: 40px;
    background: url(../images/right_arrow.png) no-repeat center center;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #69c7d8;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #247c8c;
}

.banner .bx-wrapper .bx-pager,
.banner .bx-wrapper .bx-controls-auto{
	bottom: 9px;
	display: none;
}

.main-left{
	width: 63.5%;
	float: left;
}

.main-right{
	width: 29.5%;
	float: right;
}

.main-title{
	float: left;
	width: 100%;
	margin-top: 50px;
	border-bottom: 2px solid #e5e5e5;
}

.main-title h4{
	float: left;
	font-size: 20px;
	color: #247c8c;
	padding-bottom: 9px;
	margin-bottom: -2px;
	border-bottom: 2px solid #247c8c;
}

.main-title a{
	float: right;
	font-size: 12px;
	color: #666;
	margin-top: 8px;
}

.main-title a:hover{
	color: #247c8c;
}


.main-list1{
	font-size: 0;
	margin: 0 -2%;
}

.main-list1 li{
	display: inline-block;
	width: 46%;
	margin: 25px 2% 35px;
	vertical-align: top;
	height: 197px;
}

.main-list1 li a{
	display: block;
	width: 100%;
	height: 100%;
}

.main-list1 .list-F .list-F-box{
	 height: 197px;
	 background-position: center center;
	 background-size: cover;
	 background-repeat: no-repeat;
	 position: relative;
}

.main-list1 .list-F .list-F-box h4{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 71px;
	background: url(../images/main-list1-bg.png) center top no-repeat;
	background-size: cover; 
	font-weight: normal;
}

.main-list1 .list-F .list-F-box h4 span{
	font-size: 16px;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 10px 15px;
	display: block;
	margin-top: 28px;
}

.main-list1 li.border1{
	border-bottom: 2px solid #247c8c;
}

.main-list1 li.border2{
	border-bottom: 2px solid #ee935c;
}

.main-list1 li.border3{
	border-bottom: 2px solid #4282be;
}

.main-list1 .list-S h4{
	font-size: 16px;
	color: #010101;
	font-weight: normal;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	margin-bottom: 15px;
}

.main-list1 .list-S small{
	font-size: 12px;
	color: #666;
}

.main-list1 .list-S p{
	font-size: 12px;
	color: #666;
	text-indent: 2em;
	line-height: 23px;
	height: 69px;
	overflow: hidden;
	margin-top: 25px;
}

.main-list1 li.list-F a:hover h4 span{
	color: #ee935c;
}

.main-list1 li.list-S a:hover h4{
	color: #247c8c;
}

.main-list2 li .media-left small{
	display: block;
	width: 62px;
	height: 23px;
	text-align: center;
	line-height: 23px;
	font-size: 12px;
	color: #fff;
	background: #4d93a0;
}

.main-list2 li a{
	display: block;
	margin: 23px 0 8px;
}

.main-list2 li .media-left strong{
	display: block;
	width: 62px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	color: #247c8c;
	font-size: 22px;
	background: #f1f1f1;
}

.main-list2 li .media-body {
	padding-left: 20px;
}

.main-list2 li .media-body h4{
	font-size: 16px;
	color: #000;
	font-weight: normal;
	line-height: 28px;
	max-height: 56px;
	overflow: hidden;
	_height: expression(this.scrollHeight > 56 ? "56px": "auto");
}

.main-list2 li:hover .media-body h4{
	color: #247c8c;
}

.main-list3-top{
	width: 100%;
	height: 90px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 11px;
}

.main-list3 li a{
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	color: #000;
	font-size: 16px;
	padding: 5px 0 5px 22px;
	position: relative;
	margin-top: 9.5px;
}

.main-list3 li a:before{
	content: '';
	width: 12px;
	height: 13px;
	background: url(../images/download_icon.png) center center no-repeat;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -6.5px;
}

.main-list3 li a:hover{
	color: #247c8c;
}

.main-list4{
	font-size: 0;
	margin: 0 -1.5%;
}

.main-list4 li{
	display: inline-block;
	width: 22%;
	margin: 30px 1.5% 0;
}

.main-list4 li a{
	display: block;
}

.main-list4-top{
	height: 168px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.main-list4-bottom{
	height: 60px;
	background: #2189b9;
	padding: 14px 16px;
}

.main-list4-bottom img{
	margin-top: 4px;
}

.main-list4-bottom span{
	display: block;
	float: right;
	width: 95px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
	color: #fff;
	font-size: 16px;
	background: rgba(255,255,255,.1);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#19ffffff, endColorstr=#19ffffff);
	border-radius: 20px;
}

.main-list4 li:first-child + li .main-list4-bottom{
	background: #53b28b;
}

.main-list4 li:first-child + li + li .main-list4-bottom{
	background: #ec9956;
}

.main-list4 li:first-child + li + li + li .main-list4-bottom{
	background: #ca5755;
}

.list-img{
	background: url(../images/content_banner.jpg) center center no-repeat;
	background-size: cover;
}

.list-img .container{
	position: relative;
	height: 182px;
}

.list-img h4{
	width: 225px;
	padding: 15px 28px;
	color: #f6f6f6;
	font-size: 24px;
	background: #ef9c6b;
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 30px;
}

.navlist2{
	font-size: 0;
	background: #eee;
}

.navlist2>li{
	display: inline-block;
}

.navlist2>li>a{
	display: block;
	font-size: 18px;
	color: #333;
	padding: 15px 32px;
	position: relative;
}

.navlist2>li>a:after{
	content: '';
	width: 1px;
	height: 15px;
	background: #a5a5a5;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7.5px;
}

.navlist2>li:last-child>a:after{
	display: none;
}

.navlist2>li>a:hover{
	color: #ef9c6b;
}

.navlist2>li>a.active{
	color: #ef9c6b;
	font-weight: bold;
}

.navlist2>li>a.active:before{
	content: '';
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 9px solid #ef9c6b;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -7px;
}

.common-list{
	margin-top: 15px;
}

.common-list>li a{
	display: block;
	padding: 24px 90px 24px 20px;
	font-size: 16px;
	color: #000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}

.common-list>li a:before{
	content: '';
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #bfbfbf;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -5px;
	transition: all .2s ease-in;
}

.common-list>li a span{
	font-size: 14px;
	color: #666;
	height: 17px;
	line-height: 17px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -8.5px;
}

.common-list>li a:hover{
	color: #247c8c;
}

.common-list>li a:hover:before{
	left: 5px;
	border-left: 5px solid #247c8c;
}

.list-title {
	margin-top: 10px;
	border-bottom: 1px solid #247c8c;
	float: left;
	width: 100%;
}

.list-title h4 {
	float: left;
	font-size: 18px;
	background-color: #247c8c;
	padding: 8px;
	color: #fff;
}

.list-show {
	color: #247c8c;
	margin-top: 17px;
	font-size: 15px;
	cursor: pointer;
}

.article-title{
	text-align: center;
	font-size: 24px;
	color: #247c8c;
	margin: 50px 0 30px;
	line-height: 30px;
}

.article-small{
	font-size: 12px;
	color: #666;
	text-align: center;
	margin-bottom: 40px;
}

.article-small span{
	display: inline-block;
	padding: 0 30px;
	position: relative;
}

.article-small span:after{
	content: '';
	width: 1px;
	height: 10px;
	background: #666;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -5px;
}

.article-small span:last-child:after{
	display: none;
}

@media (min-width: 991px) {
	.navlist2{
		display: block !important;
	}
}

@media (max-width: 991px) {
	.banner-hover{
		display: none;
	}
	.banner .bx-wrapper .bx-viewport{
		overflow: hidden !important;
	}
	.banner ul li a{
		height: auto;
		padding-bottom: 38%;
	}
	.banner .bx-wrapper .bx-pager,
	.banner .bx-wrapper .bx-controls-auto{
		display: block;
	}
	.banner .bx-wrapper .bx-controls-direction a{
		display: none;
	}
	.main-left,
	.main-right{
		width: 100%;
	}
	.main-title{
		margin-top: 30px;
	}
	.banner{
		margin-top: 10px;
	}
	.main-list4{
		margin: 0 -2%;
	}	
	.main-list4 li{
		width: 46%;
		margin: 30px 2% 0;
	}
	.main-list4-top{
		height: auto;
		padding-bottom: 64%;
	}
	.navlist2{
		display: none;
	}
	.navlist2>li{
		display: block;
	}
	.navlist2>li>a{
		border-bottom: 1px solid #e0e0e0;
	}
	.navlist2>li:last-child>a{
		border-bottom: none;
	}
	.navlist2>li>a:after{
		display: none;
	}
	.navlist2>li>a.active:before {
		bottom: auto;
		border-right: 0;
		left: 10px;
		margin-left: 0;
	    border-left: 9px solid #ef9c6b;
	    border-bottom: 7px solid transparent;
	    border-top: 7px solid transparent;
	    top: 50%;
	    margin-top: -7px;
	}
}

@media (max-width: 768px) {
	.main-list1{
		margin: 0;
	}
	.main-list1 li{
		height: auto;
		margin: 25px 0 15px;
		width: 100%;
	}
	.main-list1 .list-F .list-F-box{
		height: auto;
		padding-bottom: 56%;
	}
	.main-list1 .list-S{
		padding-bottom: 15px;
	}
	.main-list1 .list-S h4{
		height: auto;
		max-height: 52px;
		_height: expression(this.scrollHeight > 52 ? "52px": "auto");
		margin-bottom: 8px;
	}
	.main-list1 .list-S p {
	    height: auto;
	    max-height: 69px;
	    _height: expression(this.scrollHeight > 69 ? "69px": "auto");
	    margin-top: 15px;
	}
	.main-list4{
		margin: 0;
	}	
	.main-list4 li{
		width: 100%;
		margin: 30px 0 0;
	}
}
