@CHARSET "UTF-8";
*{
    padding: 0;
    margin: 0;
}
/* img{
    width: 100%;
} */
ul{
    list-style: none;
}
a{text-decoration: none!important;}
/* 导航 */
.nav{
	width: 100%;
	height: 80px;
	background: url(../../images/special/planning/nav_bg.jpg) no-repeat center;
	background-size: 100% 100%;
}
.nav .logo{
	width: 20%;
	float: left;
	margin-top: 12px;
}
.nav .nav_list{
	width: 70%;
	float: right;
	font-size: 16px;
	margin-bottom: 0;
}
.nav .nav_list li{
	width: 16%;
	height: 80px;
	float: left;
	line-height: 80px;
	text-align: center;
}
.nav .nav_list li:hover{
	background: #fff;
}
.nav .nav_list li:hover a{
	color: #3082ed;
}
.nav .nav_list li a{
	color: #fff;
	display: block;
	text-decoration: none;
}
.nav .login{
	float: right;
	display: block;
	height: 30px;
	line-height: 30px;
	margin-top: 25px;
	color: #3082ed;
	background: #fff;
	padding: 0 20px;
	border-radius: 6px;
}
.nav .login_after{
	float: right;
	display: inline-block;
	line-height: 80px;
}
.nav .login_after a{
	color: #fff;
}
.secondNav{
	display: none;
	position: relative;
	z-index: 100;
}
.secondNav li{
	width: 100%!important;
	height: 50px!important;
	line-height: 50px!important;
	float: none!important;
	font-size: 14px;
	background: #fff;
}
.secondNav li a{
	color: #3082ed;
}
.secondNav li a:hover{
	color: #fff!important;
	background: #3c9bef;
}
.banner{
	width: 100%;
	height: 700px;
	background: url(../../images/special/planning/banner_bg.jpg) no-repeat;
	background-size: 100% 100%;
	z-index: 99;
}
.banner .logo{
	width: 25%;
	margin: 0 auto;
	padding: 50px 0 20px 0;
}
.banner .wz{
	width: 780px;
	height: 140px;
	background: rgba(255,255,255,0.2);
	margin: 50px auto;
	position: relative;
}
.banner h1{
	width: 730px;
	color: #fff;
	text-align: center;
	font-size: 70px;
	font-weight: bold;
	background: rgba(255,255,255,0.2);
	padding: 10px 0;
	display: block;
	margin: 0;
	position: absolute;
	left: 25px;
	top: 20px;
}
.banner p{
	text-align: center;
	color: #fff;
	font-size: 24px;
}

/* 版块公用  */
.title{
	text-align: center;
	position: relative;
	margin-top:120px;
	height: 142px;
}
.title p{
	width: 100%;
	font-size: 100px;
	font-weight: bold;
	color: #f5f5f5;
	position: absolute;
}
.title span{
	width: 100%;
	font-size: 50px;
	font-weight: bold;
	color: #38454e;
	display: block;
	position: absolute;
	top: 37px;
}
.content{
	width: 100%;
	margin-top: 60px;
}

/* 第一个版块 */
.main1{
	width: 100%;
	height: 900px;
	background: url(../../images/special/planning/main1_bg.jpg) no-repeat center;
	background-size: 100% 100%;
}
.main1 ul{
	text-align: center;
	margin-top: 80px;
}
.main1 ul li{
	width: 32%;
	margin-right: 2%;
	float: left;
	padding: 70px 0;
	border-radius: 10px;
	transition: all .3s ease-out;
}
.main1 ul li:last-child{
	margin-right: 0;
}
.main1 ul li .icon{
	width: 90px;
    height: 90px;
    background: url(../../images/special/planning/icont.png) no-repeat;
    transition: all .3s ease-out;
    display: inline-block;
    vertical-align: middle;
}
.main1 ul li .icont1{
	background-position: 0 0;
}
.main1 ul li .icont2{
	background-position: -95px 0;
}
.main1 ul li .icont3{
	background-position: -190px 0;
}
.main1 ul li p{
	margin: 20px 0 10px 0;
	color: #38454e;
	font-size: 20px;
	transition: all .3s ease-out;
}
.main1 ul li span{
	color: #a0a9b0;
	font-size: 14px;
	transition: all .3s ease-out;
}
.main1 ul li:hover{
	background: #3389ed;
}
.main1 ul li:hover p,.main1 ul li:hover span{
	color: #fff;
}
.main1 ul li:hover .icont1{
	background-position: 0 -100px;
}
.main1 ul li:hover .icont2{
	background-position: -95px -100px;
}
.main1 ul li:hover .icont3{
	background-position: -190px -100px;
}

/* 第二个版块 */
.main2{
	width: 100%;
	height: 800px;
	background: url(../../images/special/planning/main2_bg.jpg) no-repeat center;
	background-size: 100% 100%;
}
.main2 .title p{
	color: #ffffff;
}
.main2 .pic{
	width: 50%;
	float: left;
}
.main2 .main2_list{
	width: 45%;
	float: left;
	margin-left: 5%;
}
.main2 .main2_list .list{
	width: 50%;
	height: 160px;
	float: left;
}
.main2 .main2_list .list p{
	color: #38454e;
	font-size: 28px;
	font-weight: bold;
}
.main2 .main2_list .list li{
	background: url(../../images/special/planning/list.png) no-repeat left center;
	padding-left: 25px;
	font-size: 18px;
	line-height: 28px;
}
.main2 .main2_list .list li a{
	color: #38454e;
}
.main2 .main2_list .list li a:hover{
	color: #3286ee;
}


/* 第三个版块 */
.main3{
	width: 100%;
	height: 800px;
	background: url(../../images/special/planning/main3_bg.jpg) no-repeat center;
	background-size: 100% 100%;
}
.main3 .line1{
	font-size: 28px;
	text-align: center;
	color: #38454e;
}
.main3 .line2{
	font-size: 16px;
	text-align: center;
	display: block;
	color: #38454e;
}
.main3 .list,.main3 .pic{
	width: 50%;
	float: left;
}
.main3 .list{
	padding: 80px 0 0 100px;
}
.main3 .list li{
	font-size: 26px;
	background: url(../../images/special/planning/list.png) no-repeat left center;
	padding-left: 25px;
	line-height: 66px;
}
.main3 .list li a{
	color: #38454e;
}
.main3 .list li a:hover{
	color: #3286ee;
}

/* 第四个版块 */
.main4{
	width: 100%;
	height: 800px;
	background: url(../../images/special/planning/main4_bg.jpg) no-repeat center;
	background-size: 100% 100%;
}
.main4 .content{
	margin-top: 20px;
}
.main4 .title p{
	color: #2c89e4;
}
.main4 .title span{
	color: #fff;
}
.main4 .list{
	width: 48%;
	background: #fff;
	border-radius: 6px;
	padding: 25px 15px;
	float: left;
	margin-right: 4%;
	margin-top: 30px;
	box-shadow: 0 0 3px rgba(0,8,88,0.2);
}
.main4 .list:nth-child(2),.main4 .list:nth-child(4){
	margin-right: 0;
}
.main4 .list img{
	width: 90px;
	height: 90px;
	border-radius: 50%;
	vertical-align: middle;
	float: left;
}
.main4 .list p{
	float: left;
	width: 76%;
	margin:20px 0 0 20px;
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow: hidden;
}
.main4 .ljjr{
	text-align: center;
	font-size: 22px;
	margin-top: 70px;
}
.main4 .ljjr a{
	color: #ffe900;
	transition: all 0.5s ease;
}
.main4 .ljjr a span{
	display: none;
	transition: all 3s ease-in-out;
}
.main4 .ljjr a:hover span{
	display: inline-block;
}

/* 第五个版块 */
.main5{
	width: 100%;
	height: 800px;
	background: url(../../images/special/planning/main5_bg.jpg) no-repeat center;
	background-size: 100% 100%;
}
.main5 .left,.main5 .right{
	float: left;
	height: 320px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 4px rgba(0,8,88,0.2);
	padding: 0 20px;
}
.main5 .left{
	width: 36%;
	margin-right: 4%;
}
.main5 .right{
	width: 60%;
}
.main5 .tit{
	height: 60px;
	line-height: 60px;
	font-size: 24px;
	font-weight: bold;
}
.main5 .hot{
	height: 85px;
}
.main5 .hot img{
	width: 30%;
	height: 85px;
	float: left;
	border-radius: 6px;
}
.main5 .hot p{
	width: 67%;
	height: 58px;
	float: right;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow: hidden;
	font-size: 16px;
	line-height: 26px;
}
.main5 .hot p a{
	color: #38454e;
}
.main5 .hot p a:hover{
	color: #3286ee;
}
.main5 .hot span{
	width: 60%;
	float: right;
	text-align: right;
	color: #a8a8a8;
}
.main5 .list{
	margin-top: 10px;
}
.main5 .list li{
	font-size: 16px;
	background: url(../../images/special/planning/list2.png) no-repeat left center;
	padding-left: 15px;
	line-height: 36px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.main5 .list li a{
	color: #38454e;
}
.main5 .list li a:hover{
	color: #3286ee;
}
.main5 .tit ul li{
	float: left;
	width: 33.333%;
	text-align: center;
}
.main5 .tit ul li a{
	color: #38454e;
}
.main5 .tit ul li.active{
	background: url(../../images/special/planning/tit_bg.png) no-repeat top center;
	background-size: 100% 5px;
}
.main5 .tit ul li.active a{
	color: #3286ee;
}
.main5 .allList{
	margin-top: 20px;
}
/*  友情链接  底部 */
.links{
	background: #f5faff;
}
.links h2{
	font-size: 26px;
}
.links ul{
	margin:15px 0;
}
.links ul li{
	float: left;
	font-size: 16px;
	margin-right: 30px;
}
.links ul li a{
	color: #38454e;
}
.links ul li a:hover{
	color: #3286ee;
}
/* .footer{
	background: #3c9aef!important;
	padding: 35px 0 10px 0;
	margin-top: 0;
	border: none;
	color: #fff;
} */
.footer .f_left{
	width: 70%;
	float: left;
}
.footer .f_right{
	width: 30%;
	float: left;
	text-align: center;
	border-left: 1px solid #fff;
	line-height: 26px;
	padding-left: 150px;
}
.footer .f_right h3{
	margin: 0;
	font-weight: bold;
	color: #fff;
	font-size: 26px;
}
.footer .f_right span{
	color: #e0e0e0;
}
.footer .f_right p{
	margin: 0;
	font-size: 20px;
}
.footer .f_left ul{
	width: 20%;
	float: left;
}
.footer .f_left ul li{
	line-height: 34px;
}
.footer .f_left ul li:first-child{
	margin-bottom: 5px;
	font-size: 16px;
}
.footer .f_left li a{
	color: #fff;
	font-size: 14px;
}
.footer .f_bot{
	width: 100%;
	margin: 50px 0 20px 0;
	font-size: 16px;
	float: left;
	text-align: center;
}
.footer .f_right ul{
	width: 185px;
	margin: 0 auto;
}
.footer .f_right ul li{
	width: 85px;
	height: 85px;
	margin-top: 10px;
	float: left;
}
.footer .f_right ul li:first-child{
	margin-right: 15px;
}
.footer .f_right ul li img{
	width: 100%;
}
