﻿*{ padding:0;}
ul li{list-style-type: none;}
.clearfix:after{
	display:block;
	clear:both;
	content:"";
	visibility:hidden;
	height:0;
}
.clearfix{
	zoom:1;
} 


.wrapper{
	width: 1007px;
	margin: 0 auto;
}

/*.section1*/
.section1{
	width: 100%;
	font-size:0px;
}
.section1 img,.ads img{
	width: 100%;
}

/*title*/
.title{
	position: relative;
	margin: 40px auto;
	text-align: center;}
.title::before{
	content: '';
    display: block;
    height: 2px;
    width: 312px;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -156px;
    background-color: #000;
}
.title h1{
	font-size: 40px;
	font-weight: bold;
	font-family: '微软雅黑';
	color: #444444;
}

/*section2*/
.section2{
	margin-bottom: 70px;
}
.section2-txt {
	margin: 40px 0 62px 0;
	text-align: center;
}
.section2-txt p{
	font-size: 22px;
	font-family: '微软雅黑';
	color: #000;
}

.section2-content-l{
	position: relative;
	float: left;
	width: 40.5%;
	margin-left: 0;
	border: 6px solid #697178;
}
.section2-img{
	width: 92%;
	padding: 18px;
}
.section2-img img{
	width: 100%;
	display: block;
}
.section2-img-name{
	width: 11%;
    position: absolute;
    top: 7%;
    right: -7%;
}
.section2-img-name img{width: 100%;display: block;}

.section2-content-r{
	float: left;
    margin-left: 7%;
    margin-top: 20px;
}
.info-title{
	position: relative;
	padding-bottom: 14px;
}
.info-title::before{
	content: '';
	display: block;
	width: 80%;
	height: 2px;
	background: #000;
	position: absolute;
	bottom: 0;
	left: 0;
}
.info-title h3{
	font-size: 30px;
	font-weight: bold;
	font-family: '微软雅黑';
}
.info-txt{
	margin-top: 20px;
}
.info-txt p{
	font-size: 20px;
    font-family: '文鼎CS中黑';
    color: #2e404f;
    line-height: 34px;
}
.info-txt p span{
	color: #fd0000;
}

/*section3*/
.section3-content{width: 100%;}
.section3 .title::before{display: none;}
.section3 .title h1{
	font-family: '微软雅黑';
	font-weight: 500;
	color: #002f5a;
}

.section3-item{
	float: left;
	overflow: hidden;
	margin-left: 13%;
    	margin-bottom: 2%;
}
.last-item{margin-left:87px;}
.section3-item > h3{
	float: left;
	font-size: 64px;
	font-family: '华康雅宋体W9';
	color: #002f5a;
}
.section3-item .section-item-txt{
	float: left;
	margin-top: 23px;
    margin-left: 20px;
}
.section3-item .section-item-txt h4{
	font-size: 30px;
	font-weight: bold;
	font-family: '微软雅黑';
	color: #323232;
}
.section3-item .section-item-txt p{
	margin-top: 10px;
    font-size: 20px;
	font-weight: bold;
	font-family: '微软雅黑';
	color: #323232;
}
.five-item{
	position: relative;
	width: 45%;
    float: none;
    margin: 0 auto;}
.five-item h3{
	position: absolute;
	left: 23%;
	top: 0;
}

/*section4*/
.section4{
	margin-top: 70px;
}
.section4 .title::before {
    width: 360px;
    margin-left: -180px;
}
.section4 h1{
	font-weight: 500;
}

.section4-item{
	float: left;
	margin: 20px 0;
    margin-left: 42px;
}
.section4-item h3{
    width: 115px;
    height: 42px;
    margin-bottom: 20px;
    background-color: #313131;
    font-size: 30px;
    font-family: '微软雅黑';
    color: #fff;
    text-align: center;
    line-height: 42px;
}
.section4-item p{
    font-size: 22px;
    font-weight: bold;
    font-family: '微软雅黑';
    color: #323232;
    line-height: 1.5;
}

/*section5*/
.section5{
	margin-top: 70px;
}
.section5 .title::before {
    width: 392px;
    margin-left: -196px;
}
.section5 h1{
	font-weight: 500;
}

.section5-item{
	float: left;
	width: 20%;
    margin-left: 4%;
	margin-top: 20px;
	text-align: center;
}
.section5-item-img{
	width: 100%;
	height: 672px;
    overflow: hidden;
}
.section5-item-img img{
	display: block;
	height: 100%;
	width: 100%;
	transition: all 0.6s;
    -webkit-transition: all 0.6s;
    cursor: pointer;}
.section5-item-img img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.section5-item p{
	font-size: 22px;
	font-weight: bold;
	font-family: '微软雅黑';
}

.iptv-phone {
    width: 50%;
    margin: 50px auto;
    border-radius: 14px;
}
.iptv-phone-icon {
    padding: 12px 0;
    text-align: center;
}
.iptv-phone img{
	width: 100%;
	display: block;
}

.video-wrap {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.video-wrap li {
    margin-top: 3%;
    width: 30%;
    cursor: pointer;
    list-style-type: none;
    border-radius: 10px;
    border: solid 1px rgba(131,131,131,.5);
}
.video-box-img{
	width: 100%;
	height: 186px;
	position: relative;}
.video-box-img img {
    display: block;
    cursor: pointer;
    width: 100%;
    height: 100%;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.video-box-img .bofang {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 64px;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
}
.video-box-img .bofang img {
    width: 100%;
    opacity:0.3;
}
.video-wrap li p {
    font-size: 16px;
    color: #333;
    padding:10px 6px;
    text-align: center;
}


.gzt{
		margin-top: 40px;
	}
	.gzt-l{
		width: 40%;
		float: left;
	}
	.gzt-l img{
		width: 100%;
		display: block;
	}
	.gzt-r{
		width: 55%;
		float: left;
		margin-left: 5%;
	}
	.gzt-head h1{
		position: relative;
		font-size: 42px;
		font-family: '微软雅黑';
		font-weight: 600;
	}
	.gzt-head h1::before{
		content: "";
		display: block;
		width: 80%;
		height: 5px;
		background-color: #87b0ea;
		position: absolute;
		bottom: -12px;
		right: 9px;
	}
	.gzt-r h3{
		margin-top: 35px;
		margin-bottom: 10px;
		font-size: 30px;
		font-weight: 500;
	}
	.gzt-r > p{
		font-size: 22px;
		text-align: right;
	}
	.gzt-content{
		margin-top: 45px;
	}
	/*.text-r{text-align: right;}*/
	.text-r{margin-left: 43%;}
	.gzt-content h2{
		margin-bottom: 18px;
    	font-size: 32px;
		text-align: center;
	}
	.gzt-item h4{
		font-size: 24px;
		font-weight: 500;
	}
	.gzt-item h4 span{
		padding-right: 8px;
		font-size: 42px;
		font-weight: bold;
	}
	.gzt-item p{
		padding-left: 35px;
		font-size: 18px;
		line-height: 1.5;
	}

