.forTop {
	background: rgba(29, 29, 29, .9);
}
.forTop .nav a{
	padding: 30px 24px 0;
	font-size: 16px;
}
.forTop .nav a p{
	line-height: 1.8;
}
.forTop .nav a.active p{
	border-bottom: 2px solid #00FCFF;
}

.forTop .logo{
	margin-top: 29px;
}
.all_wrap{
	background: #00032A url(../image/bg_square.png) repeat-y 0 1100px;
}
.wrap_bg{
	background: none;
}
section h2{
	text-align: center;
	line-height: 1;
}
.all_wrap section h2:after {
    content: '';
   	width: 127px;
	height: 18px;
	background: url(../image/title_bg.png) no-repeat center center;
	background-size: 100% 100%;
    position: absolute;
    bottom: -18px;
    left: 50%;
    margin-left: -63.5px;
}
#sec1 {
	padding-top: 117px;
}
#sec1 h2{
	padding-top: 0;
}
#sec1 .txt-wrap{
	width: 1232px;
    height: 290px;
    max-width: 100%;
    background: url(../image/1_frame.png) no-repeat center center;
    background-size: 100% 100%;
    text-align: center;
    padding-top: 84px;
    margin: 0 auto;
}
#sec1 .txt-wrap .txt-content{
	width: 1138px;
    max-width: 90%;
	margin: 0 auto;
}
#sec1 .txt-wrap .txt-content p{
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 1.8;
}
#sec2{
	background: url(../image/map.png) no-repeat;
	background-size: 95%;
	background-position: center 0;
}

.all_wrap #sec2 h2{
	padding-top: 160px;
}
#sec2 {
	margin-top: 40px;
}
#sec2 div {
    width: auto;
    height: auto;
    margin: 0 auto;
}
#sec2 .containers{
	width: 1200px;
    max-width: 100%;
	height: auto;
	margin: 0 auto;
}
#sec2 .obj-group{
	text-align: center;
}
#sec2 .obj-group > div{
	display: inline-block;
	width: 350px;
	height: 254px;
    max-width: 100%;
	background: url(../image/group_A.png) no-repeat center center;
	background-size: 100% 100%;
	color: #fff;
	text-align: center;
	margin: 45px 83px;
	padding-top: 54px;
}
#sec2 .obj-group > div.obj-b{
	background: url(../image/group_B.png) no-repeat center center;
	background-size: 100% 100%;
}
#sec2 .obj-group > div h3{
	font-weight: bold;
	font-size: 36px;
	padding-bottom: 16px;
}
#sec2 .obj-group > div p{
	font-size: 20px;
}
.all_wrap #sec3 h2{
	padding-top: 166px;
}

#sec3 .topic-list{
	width: 700px;
    max-width: 100%;
	margin: 0 auto;
	position: relative;
	left: 110px;
}
#sec3 .topic-list h3{
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
#sec3 .topic-list p{
	font-size: 20px;
	position: relative;
	line-height: 1.8;
}
#sec3 .topic-list p:before{
	content: "";
	display: inline-block;
	width: 8px;
	height: 9px;
	background: url(../image/triangle.png) no-repeat center center;
	background-size: 100% 100%;
	position: absolute;
	left: -15px;
	top: 50%;
	margin-top: -4.5px;
}
#sec3 .topic-list span{
	font-size: 20px;
	color:#F06292;
}
 #sec8 {
    text-align: center;
}
    #sec8 p {
	font-size: 20px;
        color: #fff;
    }
    #sec8 span {
	    color:#F06292;
    }
#sec4-1{
	padding-top: 140px;
}
#sec4-1 p{
	color: #fff;
	font-size: 20px;
	line-height: 1.8;
}
#sec4-1 p span{
	color: #F06292;
}
#sec4-1 .download-wrap{
	text-align: center;
    overflow: hidden;
}
#sec4-1 .download-wrap a{
	display: inline-block;
	width: 185px;
	height: 70px;
	background: url(../image/btn1.png) no-repeat center center;
	background-size: 100% 100%;
	text-align: center;
	color: #fff;
	font-size: 20px;
	padding-top: 14px;
	margin: 54px 5px 188px;
}
#sec4-1 .download-wrap a:hover{
	opacity: .9;
}
.all_wrap #sec5 h2{
	padding-top: 100px;
}
#sec5{
	background: url(../image/bg_blue.png) no-repeat center center;
	background-size: 100% 100%;
}
#sec5 p{
	font-size: 20px;
}
#sec5 .sub-title{
	text-align: center;
	margin-bottom: 78px;
}
#sec5 img{
	margin-bottom: 40px;
}
#sec6 .txt-item{
	margin-bottom: 40px;
}
#sec6 p{
	color: #fff;
    font-size: 20px;
}
.txt-item{
	margin-bottom: ;
}
.parters {
	text-align: center;
}
.parters a{
	display: inline-block;
	margin: 0 2px 72px;
	color: #fff;
	font-weight: bold;	
}
.to-top{
	position: fixed;
	right: 52px;
	bottom: 100px;
	cursor: pointer;
	display: none;
	z-index: 99;
}
/*.to-top:hover{
	animation: topD .5s ease-out infinite alternate;
}
@keyframes topD{
	from{
	   bottom: 100px;
	}
	to{
		bottom: 120px;
	}
}*/
@media only screen and (max-width: 1200px){
	.containers {
	    max-width: 90%;
	}
	.forTop .logo {
	    margin-top: 18px;
	}
}
@media only screen and (max-width: 750px){
	.forTop .logo {
	    margin-top: 19px;
	    width: 150px;
	    margin-left: 2%;
	}
	.all_wrap {
	    background: #00032A url(../image/bg_square.png) repeat-y 0 1100px;
	    background-size: 800px auto;
	}
	#sec1 {
	    padding-top: 58px;
	}
	#sec1 .txt-wrap{
		background: none;
		height: auto;
		padding-top: 0;
	}
	#sec1 .txt-wrap .txt-content p{
		font-size: 16px;
	    line-height: 1.6;
	}
	#sec1 .txt-wrap .txt-content {
	    width: 1138px;
	    max-width: 100%;
	    margin: 0 auto;
	    padding: 55px 10px 20px;
	    background: url(../image/1_frame.png) no-repeat center center;
	    background-size: 100% 100%;
	}
	.all_wrap #sec2 h2 {
	    padding-top:40px;
	}
	#sec2 .obj-group > div{
		margin: 10px auto;
	}
	#sec2 .obj-group > div h3{
		font-size: 30px;
	}
#sec2 .obj-group > div p{
	font-size: 16px;
}
.all_wrap section h2{
	margin-bottom: 50px;
}
.all_wrap #sec3 h2{
	padding-top: 50px;
}
#sec3 .topic-list{
	left: 5%;
}
#sec3 .topic-list h3{
	font-size: 15px;
    margin-bottom: 8px;
}
#sec3 .topic-list p{
	font-size: 14px;
	margin-bottom: 10px;
	padding-right: 5%;
}
#sec3 .topic-list span{
	font-size: 14px;
}
#sec4-1 {
    padding-top: 50px;
}
#sec4-1 p{
	font-size: 14px;
	margin-bottom: 15px;
}
#sec4-1 .download-wrap a {
    width: 50%;
    font-size: 18px;
    padding-top: 15px;
     margin: 10px 0px 30px; 
    float: left;
}
.all_wrap #sec5 h2{
	padding-top: 50px;
}
#sec5 p {
    font-size: 14px;
}
.all_wrap #sec5 img,.all_wrap #sec6 img{
	max-width: 100%;
}
#sec5 .sub-title{
	margin-bottom: 40px;
}
#sec6 p{
	font-size: 14px;
}
#sec6 .txt-item {
    margin-bottom: 20px;
}
.parters a {
    display: inline-block;
    margin: 0px 10px 40px;
}
.to-top{
	width: 50px;
    right: 4%;
    bottom: 10%;
}
}
