html,body,li,ul,div,a,i,table,th,th,tr,p,h1,h2,h3,h4{
	border: 0;
	padding: 0;
	margin: 0;
}
body{
	font-size: 12px;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
}
.head_backg{
	background: url(../images/home_banner_bg.png) no-repeat;
	background-size: 100% 100%;
	height: auto;
	width: 100%;
	overflow: hidden;
	padding-top: 80px;
}
.head_backg .header {
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 9999 !important;
    width: 100%;
    text-align: center;
    height: 70px;
    width: 100%;
    height: 80px;
    transition: .2s;
}
.head_comnent{
	width: 100%;
	height: 80px;
}
.head_comnent .header {
    position: fixed;
    width: 100%;
    text-align: center;
    height: 70px;
    width: 100%;
    height: 80px;
    transition: .2s;
    box-shadow:0px 5px 10px 0px rgba(20,30,90,0.05);
    z-index: 888;
    background: #fff;
}
.head_backg .head-act{
	background: #fff;
	box-shadow:0px 5px 10px 0px rgba(20,30,90,0.05);
}
.head_backg .h-main .logo img:nth-child(1){
	display: block;
}
.head_backg .h-main .logo img:nth-child(2){
	display: none;
}
.head_backg .head-act .h-main .logo img:nth-child(1){
	display: none;
}
.head_backg .head-act .h-main .logo img:nth-child(2){
	display: block;
}
.h-main{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.h-main > .logo {
    float: left;
    width: 126px;
    height: auto;
    text-align: left;
    color: #666;
    /*background: url(../images/logo1.png) top center no-repeat;*/
    /*background-size: 100% 100%;*/
    margin-top: 20px;
    
}

.h-main > .logo img{
	height: 35px;
}
.h-main > .logo a{
	display: block;
}
.h-main > .menu {
    float: left;
    margin: 21px 0 0 10px;
}
.h-main > .menu > a {
    float: left;
    padding: 0px 3px 1px 3px;
    margin: 6px 4px;
    line-height: 26px;
    color: #fff;
    height: 26px;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
    font-weight: normal;
    position: relative;
}
.head-act .h-main > .menu > a{
	color: #2468F2;
}
.h-main > .menu > a:hover{
	color: #FFC704;
}
.h-main > .menu .active{
	border-bottom: 1px solid #FFC704;
	color: #FFC704 !important;
}
.head_comnent .header .h-main > .menu > a{
	color: #2468F2;
}
.banner_tit{
	width: 100%;
	text-align: center;
	color: #fff;
	height: auto;
	overflow: hidden;
	margin-bottom: 250px;
}
.banner_tit h2{
	font-size:45px;
	margin-top: 30px;
	margin-bottom: 10px;
	font-family:Microsoft YaHei;
font-weight:bold;
}
.banner_tit span{
	display: block;
    width: 44px;
    height: 4px;
    background: #FFC704;
    border-radius: 10px;
    margin: 0 auto 30px auto;
}
.banner_tit p{
	font-size: 20px;
	padding: 5px 0;
	margin: 0;
}


.down_list {
    width: 1200px;
    margin: -50px auto 0 auto;
}
.down_list li {
    position: relative;
    float: left;
    width: 33.33%;
    height: 100px;
    background: #fff;
    /*transition: .2s;*/
    padding-left: 50px;
    box-sizing: border-box;
}
.down_list ul{
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,0.08);
	border-radius: 6px;
	
}
.down_list li>img {
    float: left;
    margin: 23px 20px 0 35px;
    width: 50px;
}.down_list li>a {
    position: absolute;
    right: 20px;
    top: 20px;
    display: block;
    height: 30px;
    width: 80px;
    line-height: 30px;
    background: #9271ff;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    /*transition: .2s;*/
}
.down_text{
	float: left;
}
.down_text a{
	border: 1px solid #ddd;
	font-size: 14px;
	color: #2468F2;
	padding: 3px 10px;
}
.down_text a:hover{
	border: 1px solid #2468F2;
	background: #2468F2;
	color: #fff;
}
.down_text p{
	font-size: 16px;
	color: #2468F2;
}
.mt5{
	margin-top: 5px;
}
.mt10{
	margin-top: 10px;
}
.mt15{
	margin-top: 15px;
}
.mt20{
	margin-top: 20px;
}
.advant{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
    padding: 80px 0 80px 0;
}
.advant .adv_li{
	text-align: center;
	width: 33.33%;
	float: left;
	box-sizing: border-box;
	padding: 0 20px;
}
.advant .adv_li h2{
	font-size: 20px;
	font-weight: 400;
}
.advant .adv_li .adv_text{
	font-size: 15px;
    color: #7C8597;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
}
.advant .adv_li .adv_icon img{
	width: 150px;
	transition: .2s;
}
.advant .adv_li .adv_icon img:nth-child(1){
	display: inline-block;
}
.advant .adv_li .adv_icon img:nth-child(2){
	display: none;
}
.advant .adv_li:hover .adv_icon img:nth-child(1){
	display: none;
}
.advant .adv_li:hover .adv_icon img:nth-child(2){
	display: inline-block;
}
.statMax{
	width: 100%;
	overflow: hidden;
	background: url(../images/home_banner_bg2.png) no-repeat;
	background-size: 100% 100%;
}
.statbox{
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 40px auto;
	box-sizing: border-box;
    padding: 0 30px;
}
.statli{
    color: #fff;
    min-width: 24%;
    max-width: 25%;
    float: left;
}
.statli span{
	display: block;
}
.statsum{
	font-size: 34px;
}
.statxian{
	display: block;
    width: 24px;
    height: 2px;
    background: #FFC704;
    border-radius: 10px;
    margin: 5px 0;
}

.program{
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 50px 0;
}
.program_title{
	width: 100%;
	margin-bottom: 50px;
}
.program_title h2{
	text-align: center;
	font-size: 40px;
	margin-top: 50px;
	font-weight: 400;
}
.program_title p{
	text-align: center;
	margin-top: 10px;
	color: #999;
	font-size: 16px;
}
.program_box{
	width: 1200px;
	height: auto;
	overflow: hidden;
}
.program_left{
	background: url(../images/home_program_illustration.png) no-repeat;
	background-size: 100% 100%;
	width: 402px;
	float: left;
	height: 492px;
	position: relative;
	margin-right: 98px;
}
.program_left img{
	position: absolute;
	animation: mymove 0.5s ease-in-out 1.0s infinite alternate;
}
.program_left img:nth-child(1){
	top: 100px;
	left: 30px;
	width:30px;
	height:45px;
}
.program_left img:nth-child(2){
	top: 5px;
    left: 65px;
    width: 53px;
    height: 79px;
}
.program_left img:nth-child(3){
	top: 250px;
    right: -10px;
    width: 30px;
    height: 45px;
}
.program_left img:nth-child(4){
	top: 160px;
    right: -65px;
    width: 53px;
    height: 79px;
}
@keyframes mymove
{
	from{transform:translate(0,0)}
	to{transform:translate(0,15px)}
	
}

.program_right{
	width: 700px;
	float: left;
}
.program_list{
	width: 500px;
	height: 138px;
	background: url(../images/home_program_bg.png) no-repeat;
	background-size: 100% 100%;
	border-radius: 5px;
	box-sizing: border-box;
	padding-left: 65px;
	padding-top: 28px;
	padding-right: 10px;
	color: #fff;
	margin-top: 20px;
	position: relative;
}
.program_list:nth-child(1){
	left: 50px;
}
.program_list:nth-child(2){
	left: 150px;
}
.program_list:nth-child(3){
	left: 0px;
}
.program_list h2{
	font-size: 20px;
	margin-bottom: 10px;
}
.program_list span{
	font-size: 14px;
}

.journbox{
	width: 100%;
	overflow: hidden;
	background:url(../images/home_news_bg.png) no-repeat;
	background-size: 100% 100%;
	box-sizing: border-box;
}
.journ{
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 50px auto;
}
.journh2{
	font-size:40px;
	text-align: center;
	font-weight: 400;
	margin-bottom: 50px;
    margin-top: 20px;
}
.journ_box{
	width: 1200px;
	height: auto;
	overflow: hidden;
}
.journ_list{
	width: 386px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-bottom: 15px;
	border-radius: 6px;
	-webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.journ_list:hover{
	box-shadow: 0px 2px 10px #ccc;
}
.journ_list:nth-child(1) .journ_title{
	background: url(../images/home_news_one.png) no-repeat;
}
.journ_list:nth-child(2) .journ_title{
	background: url(../images/home_news_tow.png) no-repeat;
}
.journ_list:nth-child(3) .journ_title{
	background: url(../images/home_news_three.png) no-repeat;
}
.journ_list:nth-child(1){
	margin-left: 5px;
}
.journ_list:nth-child(2){
	margin-left: 17px;
}
.journ_list:nth-child(3){
	margin-left: 17px;
}

.journ_title{
	background-size: 100% 100% !important;
	width: 100%;
	height: 119px;
	padding: 20px 20px;
    box-sizing: border-box;
}

.journ_title h2{
	font-size: 30px;
	color: #fff;
}
.journ_title img{
	display: block;
	margin-top: 15px;
}
.journ_title span img:nth-child(1){
	display: block;
}
.journ_title span img:nth-child(2){
	display: none;
}
.journ_title:hover span img:nth-child(1){
	display: none;
}
.journ_title:hover span img:nth-child(2){
	display: block;
}
.journ_a{
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	padding: 10px 20px 25px 20px;
	background: #fff;
}
.journ_a a{
	display: block;
	width: 100%;
	padding: 10px 0;
	font-size: 16px;
	color: #666;
}
.journ_a a:hover{
	color: #2468F2;
}
.allianceBox{
	width: 100%;
	background-image: linear-gradient(to top,#CADFFF,#FFFFFF);
	height: 586px;
	box-sizing: border-box;
}
.allianceBagin{
	width: 100%;
	height: 120px;
	background: #2A2F45;
}
.allianceFrom{
	width: 1200px;
	margin: 0 auto;
	height: 605px;
	box-shadow: 0px -1px 5px 0px #ddd;
	position: relative;
    top: 100px;
    background: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 25px 20px;
}
.alliandesc{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.allianInput{
	width:373px;
	height:50px;
	border:1px solid #eee;
	outline: none;
	padding-left: 15px;
	box-sizing: border-box;
	margin-left: 15px;
	font-size: 14px;
}
.allianInput:nth-child(1){
	margin-left:1px;
}
.allianText{
	width: 100%;
    height: 200px;
    display: block;
    box-sizing: border-box;
    border: 1px solid #eee;
    margin-top: 20px;
    padding: 15px;
    outline: none;
    font-size: 14px;
    font-family: "微软雅黑";
}
.allianSumit{
	width:143px;
	height:40px;
	background-image: linear-gradient(to left,#0B8AFF,#0CCEFF);
	box-shadow:0px 2px 5px 0px #0B8AFF;
	border-radius:20px;
	color: #fff;
	outline: none;
	border: 0;
	margin: 30px auto 30px auto;
	display: block;
	cursor: pointer;
}
.allianSumit:hover{
	background: #0B8AFF;
}
.footerBox{
	background: #2A2F45;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.footermax{
	background: #2A2F45;
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	padding-top: 50px;
	padding-bottom: 20px;
}
.footerBox{
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	color: #fff;
}
.footerTxt{
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}
.footerli{
	width: 250px;
	float: left;
}
.footerli1{
	width: 400px;
	float: left;
}
.footerli1 p{
	padding: 4px 0;
	font-size: 14px;
	color: #9298B0;
}
.footerli2{
	width: 300px;
	float: left;
}
.footerli2 p{
	padding: 4px 0;
	font-size: 14px;
	color: #9298B0;
}
.footerli p{
	padding: 4px 0;
	font-size: 14px;
	color: #9298B0;
}
.foot_title{
	margin-bottom: 15px;
}
.foot_h2{
	font-size: 18px;
	color: #fff;
}
.foot_span{
	font-size: 12px;
	margin-left: 7px;
	color: #fff;
}
.foot_a{
	color: #9298B0;
}
.foot_a:hover{
	color: #fff;
}

.foot_hot{
	background: url(../images/home_bottom_robe.png) no-repeat;
	background-size: 100% 100%;
    padding: 2px 10px 2px 15px;
    display: inline-block;
    color: #333;
}

.footerlogo{
	width:230px;
	height:auto;
	background:rgba(255,255,255,.1);
	float: right;
	box-sizing: border-box;
	padding: 15px;
}
.footerlogo img{
	width:80px;
	height:80px;
	background:rgba(255,255,255,1);
	float: left;
}
.footerlogo p{
	width: calc(100% - 80px);
	float: left;
	box-sizing: border-box;
	padding: 0 10px;
}
.logotit{
	font-size: 18px;
	display: block;
	margin-bottom: 10px;
}
.logotxt{
	font-size: 14px;
	display: block;
	color: #9298B0;
}
.footerLink{
	border-top: 1px solid #3f424b;
	width: 100%;
	box-sizing: border-box;
	padding: 15px 0;
	height: auto;
	overflow: hidden;
}
.footerLink h2{
	width:80px;
	height:12px;
	font-size:14px;
	float: left;
	font-weight: 400;
	line-height: 22px;
}
.footerLink ul{
	float: left;
	width: calc(100% - 80px);
}
.footerLink ul li{
	float: left;
	margin-right: 15px;
	line-height: 22px;
}
.footerLink ul li a{
	font-size: 14px;
	color: #9298B0;
	display: block;
}
.footerLink ul li a:hover{
	color: #fff;
}
.footerTis{
	border-top: 1px solid #3f424b;
	width: 100%;
	box-sizing: border-box;
	padding: 20px 0;
	height: auto;
	overflow: hidden;
}
.footerTislt{
	width: 48%;
	float: left;
	font-size: 14px;
}
.footerTisgt{
	width: 52%;
	float: left;
	color: #9298B0;
	font-size: 14px;
	line-height: 22px;
}
.footerTislt span{
	display: inline-block;
	float: left;
}
.tisleft{
	width: 45px;
	font-size: 14px;
	color: #FF2D2D;
	line-height: 22px;
}
.tisright{
	width: calc(100% - 45px);
	color: #9298B0;
	box-sizing: border-box;
	padding-right: 60px;
	line-height: 22px;
}
.footerTisgt a{
	color: #9298B0;
}
.footerTisgt a:hover{
	color: #fff;
}