.banner-v-wrap{
	height: 60px;
	background: #262626;
}
.banner-wrap{
	width: 100%;
	height: 480px;
	background: #000 url('/frontend/web/image/media/banner_bg2.jpg') no-repeat top center;
}

.banner-wrap > .banner{
	margin: 0 auto;
	width: 1200px;
}

.banner-wrap > .banner .d1{
	padding-top: 151px;
}

.banner-wrap > .banner .d2{
	margin-top: 16px;
	width: 486px;
	text-align: justify-all;
	font-size: 38px;
	line-height: 46px;
	color: #fff;
}

.banner-wrap > .banner .d3{
	margin-top: 32px;
	width: 486px;
	text-align: justify-all;
	font-size: 20px;
	line-height: 32px;
	color: #fff;
}

.banner-wrap > .banner .d4{
	margin-top: 32px;
}

.banner-wrap > .banner .d4 a{
	display: inline-block;
	width: 150px;
	height: 50px;
	text-align: center;
	font-size: 16px;
	line-height: 50px;
	color: #fff;
	background: #07a6f0;
	border-radius: 2px;
}

.sub-ban-wrap{
	width: 100%;
	height: 468px;
	text-align: center;
	background: #f5ffff;
}

.sub-ban{
	margin: 0 auto;
	width: 1200px;
	text-align: left;
}

.sub-ban .s1{
	padding-top: 131px;
    margin-right: 80px;
    width: 500px;
    float: left;
}

.sub-ban .s1 h1 {
    font-size: 38px;
    font-weight: 500;
    color: #000000;
    line-height: 46px;
    margin-right: 80px;
    width: 500px;
    margin-bottom: 32px;
}


/*.sub-ban .s1 h1{
	margin-bottom: 30px;
	padding-top: 131px;
	font-size: 38px;
	line-height: 38px;
	color: #000;
}*/

.sub-ban .s1 p{
	opacity: 0.85;
    font-size: 18px;
    color: #000000;
    line-height: 32px;
}

.sub-ban .s2{
	padding-top: 122px;
	width: 612px;
	float: left;
}

.sub-ban .s2 .cv{
	position: relative;
}

.sub-ban .s2 .cv .cv-labels{
	width: 612px;
	height: 228px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}

.sub-ban .s2 .cv .cv-labels > img{
	position: absolute;
}

.sub-ban .s2 .cv .cv-labels .cv-1{
	top: 40px;
	left: 106px;
}

.sub-ban .s2 .cv .cv-labels .cv-2{
	top: 98px;
	left: 182px;
}

.sub-ban .s2 .cv .cv-labels .cv-3{
	top: 178px;
	left: 115px;
}

.sub-ban .s2 .cv .cv-labels .cv-4{
	top: 0;
	left: 363px;
}

.sub-ban .s2 .cv .cv-labels .cv-5{
	top: 56px;
	left: 441px;
}

.sub-ban .s2 .cv .cv-labels .cv-6{
	top: 157px;
	left: 393px;
}

.con-wrap{
	width: 100%;
	text-align: center;
	background-color: rgb(250, 250, 250);
}

.con-inner{
	margin: 0 auto;
	padding-bottom: 48px;
	width: 1200px;
	padding: 32px 104px 104px 104px;
    background-color: rgb(255, 255, 255);
}

.catelog-list{
	padding: 75px 0 46px 0;
}

.catelog-list .item{
	display: inline-block;
	margin: 0 4px;
	width: 143px;
	text-align: center;
	font-size: 16px;
	line-height: 50px;
	color: #07A6F0;
	border: 1px solid #07A6F0;
}

.catelog-list .item:hover, .catelog-list .item.active{
	color: #fff;
	background: #07A6F0;
}

.news-list{
	/*margin-top: 48px;*/
}

.news-list .item{
	display: block;
	padding: 56px 0;
}

.news-list .item:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.news-list .ow{
	position: relative;
    width: 384px;
    height: 216px;
    overflow: hidden;
    float: left;
    background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.news-list .ow:hover{
	-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.news-list .ow img{
	width: 100%;
	height: 100%;
}

.news-list .detail {
    position: relative;
    padding-left: 40px;
    width: 567px;
    height: 216px;
    text-align: left;
    overflow: hidden;
}

.news-list .detail .title {
    position: relative;
}

.news-list .date {
    z-index: 2;
    padding: 16px 6px;
    width: 82px;
    text-align: center;
    background: rgba(0, 0, 0, 0.65);
    position: absolute;
    /* top: 0; */
    /* left: -60px; */
}

.news-list .date .d {
    font-size: 30px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
}

.news-list .date .m {
    font-size: 16px;
    font-weight: 200;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
}

.news-list .detail .title .txt {
    font-size: 38px;
    color: rgba(0, 0, 0, 0.85);
    line-height: 46px;
}

.news-list .detail .desc {
    /* margin-top: 40px; */
    height: 170px;
    text-align: justify-all;
    opacity: 0.65;
    font-size: 20px;
    color: #000000;
    line-height: 36px;
    font-weight: 200;
}

.news-list .detail .btn{
	margin-top: 40px;
	text-align: right;
}

.news-list .detail .btn a{
	display: inline-block;
	width: 150px;
	height: 30px;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	color: #07A6F0;
	border: 1px solid #07A6F0;
}

.more-btn{
	margin: 0 auto;
	width: 150px;
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	color: #07A6F0;
	border: 1px solid #eee;
	cursor: pointer;
}

.more-btn.none{
	display: none;
}