.the-content{
	max-width: 970px;
	margin: 0 auto;
}
.the-content .video a{
	display: block;
	position: relative;
}
.the-content .video a:before{
	content: "";
	position: absolute;
	width: 60px;
	height: 60px;
	background: url(../images/i-video.png) no-repeat center;
	background-size: contain;
	z-index: 1;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	pointer-events: none;
}
.the-content .video a:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 60px;
	height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    animation-name: spread-effect;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    box-shadow: 0px 0px 5px #ffffff;
}
@keyframes spread-effect {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% {
        -ms-transform:translate(-50%,-50%) scale(1.4);
        -webkit-transform:translate(-50%,-50%) scale(1.4);
        transform:translate(-50%,-50%) scale(1.4);
        opacity: 0;
    }
}
.the-content .video a img{
	width: 100%;
}
.the-content .slogan{
	padding-top: 25px;
	margin-bottom: 15px;
}
.the-content .slogan .t1 {
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    position: relative;
}
.the-content .slogan .t1 span{
	padding-right: 70px;
	position: relative;
}
.the-content .slogan .t1 span:before{
	content: "";
	position: absolute;
	right: 0;
	width: 50px;
	border-bottom: solid 1px #0066c0;
	top: 50%;
}
.the-content .slogan .t2{
	font-size: 45px;
	line-height: 55px;
	font-weight: bold;
	color: #0066c0;
	text-align: left;
}
.the-content .des{
	font-size: 13px;
	line-height: 21px;
	color:#666666;
	text-align: justify;
}
.the-content .tt1{
	font-weight: bold;
	color:#0066c0;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 1025px){

}

@media all and (max-width: 991px){

}

@media all and (max-width: 768px){

}

@media all and (max-width: 767px){

}

@media all and (max-width: 640px){

}

@media all and (max-width: 480px){

}

@media all and (max-width: 380px){

}