@charset "utf-8";
body{
	background-color: #00051a;
}
.top{
	position: relative;
	width: 100%;
}
.logo{
	position: absolute;
	top: 55px;
	z-index: 999;
	width: 100%;
}
.logo .img{
	float: left;
	margin-left: 4.9%;
}
.logo .nav{
	float: right;
	margin-right: 3.4%;
}
.logo .nav ul li{
	color: #fff;
	font-size: 18px;
	float: left;
	width: 107px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	margin-left: 5px;
}
.logo .nav ul li:hover{
	border: 1px solid #00D2FF;
	border-radius: 5px;
}

.logo .nav ul li a{
	color: #fff;
}
.logo .nav ul li:hover a{color: #00d2ff;}
.banner{
	width: 100%;
	position: relative;
}
.banner img{width: 100%;}
.banner .text{
	position: absolute;
	bottom: 27%;
	font-size: 24px;
	left: 18.7%;
	padding: 0 84px;
	border-radius: 2em;
	background-color: #2c55a6;
	line-height: 71px;
}
.banner .text a{
	color:#fff;
	display: block;
	transition:all .4s;
	-moz-transition:all .4s;
	-webkit-transition:all .4s;
	-o-transition:all .4s;
}
.banner .text a:hover{
	transform:scale(1.1);
}
.meeting{
	margin-top:160px;
}
.title{
	background-image:-webkit-linear-gradient(bottom,#69abfe,#69abfe,#fff);
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
	font-size:48px!important;
	text-align: center;
}
.meeting .p{
	font-size: 16px;
	color: #fff;
	width: 778px;
	text-align: center;
	margin: 0 auto;
	line-height: 40px;
	margin-top: 68px;
}
.meeting .p p{
	margin-bottom: 40px;
}
/* 五大方案 */
.program{
	padding-bottom: 256px;
	background-image: url(../img/program_ba.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.program_co{
	width: 1232px;
	height: 413px;
	margin: 80px auto 0;
	background-image: url(../img/program_ba.png);
	background-repeat: no-repeat;
}
.program_co ul{
	float: left;
	width: 304px;
	margin-top: 14px;
}
.program_co ul li{
	width: 304px;
	height: 159px;
	margin-bottom: 82px;
}
.program_co ul li .img{
	float: left;
	margin: 46px 0 0 47px;
}
.program_co ul li .txt{
	float: left;
	margin-left: 36px;
}
.program_co ul li .txt p{
	font-size: 20px;
	color: #fff;
	line-height: 34.5px;
	width: 150px;
}
.program_co .ul1{
	margin-left: 32px;
}
.program_co .ul2{
	margin: 0 144px;
}
.program_co .ul1 .txt{
	margin-top: 45px;
}
.program_co .ul2 .img{
	margin-top: 176px;
	margin-left: 31px;
}
.program_co .ul2 .txt{
	margin-top: 168px;
	margin-left: 18px;
}
.program_co .ul3 .txt{
	margin-top: 41px;
}
.program_co .ul3 .txt_1{
	margin-top: 29px;
	margin-left: 27px;
}
.program_co .ul3 .img{
	margin-top: 46px;
}
/* 合作共赢 */
.cooperation{
	width: 100%;
	height: 500px;
	background-image: url(../img/cooperation_ba.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 50px;
	box-sizing: border-box;
}
.cooperation_txt{
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	margin-top: 30px;
}
.cooperation .more{
	width: 165px;
	height: 44px;
	margin: 0 auto;
	border: 1px solid #fff;
	border-radius: 2em;
	font-size: 18px;
	line-height: 44px;
	text-align: center;
	margin-top: 75px;
	transition:all .4s;
	-moz-transition:all .4s;
	-webkit-transition:all .4s;
	-o-transition:all .4s;
}
.cooperation .more:hover{transform:scale(1.1);}
.cooperation .more a{
	color: #fff;
	display: block;
}
.foot{
	width: 100%;
	height: 193px;
	background-color: #000c25;
}
.foot_co{
	width: 1200px;
	margin: 0 auto;
}
.foot_logo{
	float: left;
	margin-top:56px;
}
.foot_title{
	float: left;
	font-size: 16px;
	color: #fff;
	line-height: 28px;
	height: 96px;
	border-left: 1px solid #4d5567;
	margin:  44px 0 0 38px;
	padding: 4px 0 0 38px;
}
.ewm{
	float: right;
	margin-top: 34px;
}
.ewm img {
	float: left;
}
.ewm_txt{
	float: left;
	margin: 35px 0 0 28px;
}
.ewm_txt h1{
	color: #fff;
	font-size: 21px;
}
.ewm_txt p{
	font-size: 16px;
	color: rgba(255,255,255,0.6);
	margin-top:7px;
}
@media screen and (min-width: 780px) and (max-width: 1232px){
	.foot_co{
		width: 100%;
		margin: 0 auto;
	}
	.program_co {
	    width: 100%;
	    height: 413px;
	    margin: 80px auto 0;
	    background-image: url(../img/program_ba.png);
	    background-repeat: no-repeat;
	}
}