.title_box{
	background: #fff;
	margin-top: -20px;
	width:90%
}
.title_box div{
	position: relative;
}
.title_box div .bg_img{
	width: 100%;
	vertical-align: top;
}
.title_box div em{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.title_box div em img{
	margin: -50px 0 0 -72px;
}
.title_box p{
	text-align: center;
	font-size: 0;
	height: 109px;
	line-height: 109px;
	border-bottom: 1px solid #f2f2f2;
}
.title_box p a{
	background-color: #9aabd6;
	display: inline-block;
	vertical-align: top;

	height: 100%;

	padding: 24px 60px 0;
	position: relative;
}
.title_box p a::before{
	content: "";
	position: absolute;
	width: 1px;
	height: 50px;
	background: #e4e4e4;
	right: 0;
	top: 31px;
}
.title_box p a::after{
	content: "";
	position: absolute;
	width: 0;
	height: 2px;
	background: #ff3500;
	margin: auto;
	left: 0;
	right: 0;
	bottom: -1px;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.title_box p a em{
	display: block;
	margin: 0 auto;
	width: 40px;
	height: 40px;
	position: relative;
}
.title_box p a em img{
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.title_box p a em img:nth-of-type(1){
	opacity: 1;
}
.title_box p a em img:nth-of-type(2){
	opacity: 0;
}
.title_box p a span{
	font-size: 16px;
	font-family: '微软雅黑';
	line-height: 1;
	color: #444;
	display: block;
	text-align: center;
	margin-top: 4px;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.title_box p a:last-of-type::before{
	display: none;
}
@media (min-width: 1200px) {
	.title_box p a:hover em img:nth-of-type(1){
		opacity: 0;
	}
	.title_box p a:hover em img:nth-of-type(2){
		opacity: 1;
	}
	.title_box p a:hover::after{
		width: 110px;
	}
	.title_box p a:hover span{
		color: #ff3500;
		font-weight: bold;
	}
}
.title_box p a.active_a em img:nth-of-type(1){
	opacity: 0;
}
.title_box p a.active_a em img:nth-of-type(2){
	opacity: 1;
}
.title_box p a.active_a span{
	color: #ff3500;
	font-weight: bold;
}
.title_box p a.active_a::after{
	width: 110px;
}

.title_h3{
	font-size: 42px;
	color: #333;
	text-align: center;
	margin-bottom: 60px;
}
.title_h3::after{
	content: "";
	display: block;
	margin: 25px auto 0;
	height: 5px;
	width: 40px;
	background: #000;
}
.pd{
	padding: 100px 0 130px;
}

.page_box{
	font-size: 0;
	text-align: center;
	margin-top: 90px;
}
.page_box a{
	display: inline-block;
	position: relative;
	vertical-align: top;
	font-size: 16px;
	color: #666;
	height: 30px;
	line-height: 32px;
	width: 30px;
	border-radius: 50%;
	margin: 0 5px;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.page_box a.prev_a{
	margin-right: 40px;
}
.page_box a.prev_a::before{
	content: "";
	width: 0;
    height: 0;
    display: block;
    position: absolute;
    left: 2px;
    top: 7px;
    z-index: 5;
    border-top: 8px transparent dashed;
    border-left: 8px transparent dashed;
    border-bottom: 8px transparent dashed;
    border-right: 8px #666 solid;
	overflow: hidden;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.page_box a.prev_a::after{
	content: "";
	width: 0;
    height: 0;
    display: block;
    position: absolute;
    left: 4px;
    top: 7px;
    z-index: 5;
    border-top: 8px transparent dashed;
    border-left: 8px transparent dashed;
    border-bottom: 8px transparent dashed;
    border-right: 8px #fafafa solid;
	overflow: hidden;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.page_box a.next_a{
	margin-left: 40px;
}
.page_box a.next_a::before{
	content: "";
	width: 0;
    height: 0;
    display: block;
    position: absolute;
    right: 2px;
    top: 7px;
    z-index: 5;
    border-top: 8px transparent dashed;
    border-right: 8px transparent dashed;
    border-bottom: 8px transparent dashed;
    border-left: 8px #666 solid;
	overflow: hidden;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.page_box a.next_a::after{
	content: "";
	width: 0;
    height: 0;
    display: block;
    position: absolute;
    right: 4px;
    top: 7px;
    z-index: 5;
    border-top: 8px transparent dashed;
    border-right: 8px transparent dashed;
    border-bottom: 8px transparent dashed;
    border-left: 8px #fafafa solid;
	overflow: hidden;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.page_box input{
	width: 60px;
	height: 30px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 4px;
	line-height: 28px;
	text-align: center;
	font-size: 14px;
}
.page_box #gofz{
	border-radius: 4px;
	width: 40px;
}
.page_box a:hover{
	background: #ff3500;
	color: #fff;
}
.page_box a.prev_a:hover::before{
	border-right: 8px #fff solid;
}
.page_box a.prev_a:hover::after{
	border-right: 8px #ff3500 solid;
}
.page_box a.next_a:hover::before{
	border-left: 8px #fff solid;
}
.page_box a.next_a:hover::after{
	border-left: 8px #ff3500 solid;
}
.page_box a.active_a{
	background: #ff3500;
	color: #fff;
}

.foot_box{
	background: #224295;
	padding: 80px 0;
}
.foot_box .top_div{
	padding-bottom: 60px;
	border-bottom: 2px solid #4e68aa;
}
.foot_box .top_div dl{
	display: inline-block;
	width: 360px;
	height: 56px;
	background: #fff;
	font-size: 16px;
	color: #485470;
	cursor: pointer;
	position: relative;
	vertical-align: top;
}
.foot_box .top_div dl dt{
	width: 100%;
	height: 100%;
	line-height: 56px;
	box-sizing: border-box;
	padding: 0 16px;
	position: relative;
}
.foot_box .top_div dl dt::after{
	content: "";
	position: absolute;
	top: 22px;
	right: 10px;
	width: 20px;
	height: 12px;
	background: url(../img/sjx1.png) no-repeat;
}
.foot_box .top_div dl dd{
	display: none;
	position: absolute;
	top: 57px;
	left: 0;
	width: 100%;
	padding: 10px 0;
	background: #fff;
}
.foot_box .top_div dl dd a{
	display: block;
	padding: 0 16px;
	line-height: 2;
	color: #485470;
}
.foot_box .top_div .bdsharebuttonbox{
	float: right;
	opacity: 0.5;
	padding-top: 3px;
}
.foot_box .top_div .bdsharebuttonbox span{
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	color: #fff;
	line-height: 49px;
	margin-right: -8px;
}
.foot_box .top_div .bdsharebuttonbox a{
	float: none;
	display: inline-block;
	vertical-align: top;
	width: 49px;
	height: 49px;
	padding: 0;
	margin: 0 0 0 24px;
}
.foot_box .top_div .bdsharebuttonbox a.bds_tsina{
	background: url(../img/tb46.png) no-repeat;
}
.foot_box .top_div .bdsharebuttonbox a.bds_weixin{
	background: url(../img/tb47.png) no-repeat;
}
.foot_box .top_div .bdsharebuttonbox a.bds_sqq{
	background: url(../img/tb48.png) no-repeat;
}
.foot_box .middle_div{
	padding: 56px 0 60px;
	border-bottom: 1px solid #2d4c9a;
}
.foot_box .middle_div p{
	float: left;
	color: #fff;
	margin-right: 50px;
}
.foot_box .middle_div p strong{
	display: block;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 36px;
}
.foot_box .middle_div p a{
	display: block;
	color: #afc1ee;
	font-size: 14px;
	margin-bottom: 18px;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.foot_box .middle_div p a:last-of-type{
	margin-bottom: 0;
}
.foot_box .middle_div p a:hover{
	color: #fff;
}
.foot_box .middle_div dl{
	float: right;
}
.foot_box .middle_div dl dt{

}
.foot_box .middle_div dl dd{
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin-top: 12px;
}
.foot_box .bottom_div{
	font-size: 13px;
	padding-top: 42px;
	color: #9aabd6;
	opacity: 0.5;
}
.foot_box .bottom_div h6{
	display: inline-block;
}
.foot_box .bottom_div h6 a{
	color: #9aabd6;
	margin-left: 20px;
}
.foot_box .bottom_div p{
	float: right;
	font-size: 0;
}
.foot_box .bottom_div p a{
	display: inline-block;
	font-size: 13px;
	color: #9aabd6;
	padding-left: 20px;
	margin-left: 20px;
	border-left: 1px solid #4660a6;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.foot_box .bottom_div p a:first-of-type{
	margin-left: 0;
	border-left: none;
}
.foot_box .bottom_div p a:hover{
	color: #fff;
}



.news_box{

}
.news_box ul{
	margin-top: -40px;
	font-size: 0;
}
.news_box ul li{
	/*float: left;*/
	display: inline-block;
	width: 32%;
	margin-right: 2%;
	background: #fff;
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
	margin-top: 40px;
	position: relative;
}
.news_box ul li:nth-of-type(3n+3){
	margin-right: 0;
}
.news_box ul li a{
	display: block;
}
.news_box ul li em{
	display: block;
	overflow: hidden;
}
.news_box ul li em img{
	width: 100%;
	vertical-align: top;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.news_box ul li dl{
	padding: 0 24px;
}
.news_box ul li dl dt{
	padding: 32px 0 10px;
	border-bottom: 1px solid #eee;
}
.news_box ul li dl dt h6{
	font-size: 20px;
	color: #333;
	white-space: nowrap;
    text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 16px;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.news_box ul li dl dt p{
	font-size: 14px;
	color: #666;
	line-height: 1.5;
	height: 84px;
	overflow: hidden;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.news_box ul li dl dd{
	padding: 18px 0 46px;
}
.news_box ul li dl dd span{
	font-size: 14px;
	line-height: 18px;
	color: #333;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.news_box ul li small{
	position: absolute;
	right: 24px;
	bottom: 46px;
}
.news_box ul li small .bds_more{
	width: 18px;
	height: 18px;
	padding: 0;
	margin: 0;
	background: url(../img/fx.png) no-repeat;
}
.news_box ul li:hover em img{
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.news_box ul li:hover{
	background: #ff3500;
}
.news_box ul li:hover dl dt h6{
	color: #fff;
}
.news_box ul li:hover dl dt p{
	color: #fff;
}
.news_box ul li:hover dl dd span{
	color: #fff;
}


.report_box{

}
.report_box ul{
	margin-top: -40px;
}
.report_box ul li{
	float: left;
	width: 18.4%;
	margin-right: 2%;
	margin-top: 40px;
	background: #fff;
	box-sizing: border-box;
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
}
.report_box ul li:nth-of-type(5n+5){
	margin-right: 0;
}
.report_box ul li a{
	display: block;
	text-align: center;
	padding: 18px;
}
.report_box ul li a em{
	display: block;
	width: 100%;
	/*height: 290px;*/
	overflow: hidden;
}
.report_box ul li a em img{
	width: 100%;
	height: 100%;
	vertical-align: top;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.report_box ul li a p{
	font-size: 16px;
	color: #333;
	margin-top: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.report_box ul li:hover a em img{
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
}



.culture_box{

}
.culture_box ul{
	margin-top: -40px;
}
.culture_box ul li{
	font-size: 0;
	float: left;
	width: 32%;
	margin-right: 2%;
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
	margin-top: 40px;
	height: 148px;
	line-height: 148px;
	background: #fff;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.culture_box ul li:nth-of-type(3n+3){
	margin-right: 0;
}
.culture_box ul li em{
	display: inline-block;
	vertical-align: middle;
	border-right: 1px solid #dcdcdc;
	padding: 0 16px 0 18px;
	position: relative;
	width: 80px;
	height: 80px;
}
.culture_box ul li em img{
	width: 80px;
	height: 80px;
	position: absolute;
	top: 0;
	left: 16px;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.culture_box ul li em img:last-of-type{
	opacity: 1;
}
.culture_box ul li div{
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	width: calc(100% - 116px);
	box-sizing: border-box;
	padding: 0 20px;
}
.culture_box ul li div strong{
	font-size: 24px;
	color: #333;
	display: block;
	font-weight: normal;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.culture_box ul li div span{
	display: block;
	font-size: 18px;
	color: #666;
	line-height: 1.5;
	margin-top: 10px;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.culture_box ul li:hover em img:last-of-type{
	opacity: 0;
}
.culture_box ul li:hover{
	background: #ff3500;
}
.culture_box ul li:hover div strong{
	color: #fff;
}
.culture_box ul li:hover div span{
	color: #fff;
}



.idea_box{

}
.idea_box .tab_p{
	font-size: 0;
	margin-bottom: 100px;
}
.idea_box .tab_p span{
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	height: 44px;
	background: #2c5cd6;
	color: #fff;
	text-align: center;
	line-height: 44px;
	width: 165px;
	margin-right: 40px;
	border-radius: 20px;
	cursor: pointer;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.idea_box .tab_p span:last-of-type{
	margin-right: 0;
}
.idea_box .tab_p span:hover{
	background: #ff3500;
}
.idea_box .tab_p span.active_span{
	background: #ff3500;
}
.idea_box .tab_div{

}
.idea_box .tab_div dl{
	display: none;
}
.idea_box .tab_div dl::after{
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	clear:both;
}
.idea_box .tab_div dl dd{
	float: left;
	width: 55%;
	box-sizing: border-box;
}
.idea_box .tab_div dl dd div{
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 36px;
	margin-bottom: 36px;
}


@media (max-width: 1500px) {
	.title_box{
		margin-top: 72px;
	}
}

@media (max-width: 1200px) {
	.title_box{
		margin-top: 60px;
	}
	
}
@media (max-width: 768px) {
	.title_box div .bg_img{
		height: 200px;
		width: auto;
	}
	.title_box div em{
		left: 0;
		transform: translate(0,-50%);
	}
	.title_box div em img{
		height: 150px;
		width: auto;
		margin: 0;
	}
	.title_box p{
		height: 60px;
	}
	.title_box p a em{
		display: none;
	}
	.title_box p a::before{
		display: none;
	}

	.title_box p a{
		padding: 20px 14px 0;
	}
	.title_box p a.active_a::after{
		width: 100%;
	}
}


