.seo_banner{
	margin-top: 70px;
}
.seo_banner img{
	width: 100%;
}
.nav_icon{
	background: #ffa238;
	padding: 15px 0;
}
.nav_icon .col-xs-3{
	text-align: center;
}
.nav_icon img{
	width: 60%;
}
.nav_icon p{
	padding-top: 10px;
	font-size: 14px;
}

.seo_about{
	padding-top: 20px;
}
.seo_about img{
	width: 100%;
}
.seo_about div p{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12px;
}
.seo_about div span{
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #ffa238;
}
.c_ffa238{
	background: #ffa238;
}
.c_dcdcdc{
	background: #dcdcdc;
}
.p_0{
	padding: 0;
}
.youshi{
	margin-bottom: 15px;
}
.youshi .col-xs-3{
	text-align: center;
	padding: 5px;
}
.youshi img{
	width: 40px;
	padding: 10px 0;
}
.youshi h4{
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.youshi p{
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 34px;
}

.dzbg{
	background: url(../images/seo/dzbg.png) no-repeat;
	background-size: 100% 100%;
}

.trbg{
	color: #fff;
	padding: 10px;
	background: rgba(61,110,160,.6);
	margin: 15px 0;
	height: 163px;
}
.dzbg .des{
	height: 60px;
	overflow: hidden;
}
.trbg img{
	width: 40px;
	padding: 10px 0;
}

.infor{
	background: #f6f5f5;
	padding: 15px 0;
}
.infor ul{
	display: flex;
}
.infor ul li:first-child{
	margin-left: 1%;
}
.infor ul li{
	width: 25%;
	margin-right: 1%;
	
	color: #fff;
	font-size: 12px;
	padding: 5px;
    text-align: center;
}
.infor ul li:nth-child(even){
	background: #ffa238;
}
.infor ul li:nth-child(odd){
	background: #134bb0;
}
.infor ul li p{
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	margin-bottom: 0;
}
.infor li img{
	width:40px;
	padding: 10px 0;
}
/*定位*/
.dingwei ul{
	background: #f6f5f5;
	padding: 15px 0;
}
.dingwei ul li{
	float: left;
	width: 32%;
	margin-left: 1%;
	background: #fff;
	text-align: center;
	margin-top: 1%;
}
.dingwei li img{
	width: 28px;
	padding: 15px 0;
}
/*video*/
.tit_01{
	padding: 15px 0;
}
.tit_01 img{
	width: 100%;
}
.video_pic{
	margin-bottom: 15px;
}
.video_pic img{
	width: 100%;
}
.video_pic .col-xs-6:first-child{
	padding-right: 7.5px;
}
.video_pic .col-xs-6:last-child{
	padding-left: 7.5px;
}
/*全媒体*/
.advert {
    display: flex;
    padding-top: 15px;
}
#hexagon {
    width: 35px;
    height: 20px;
    background: #fe8700;
    position: relative;
}
#hexagon:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 17.5px solid transparent;
    border-right: 17.5px solid transparent;
    border-bottom: 10px solid #fe8700;
}
#hexagon:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 17.5px solid transparent;
    border-right: 17.5px solid transparent;
    border-top: 10px solid #fe8700;
}
.advert_txt{
	padding-left: 15px;
}
.advert_txt h4{
	font-size: 14px;
	color: #161616;
	margin: 0;
}
.advert_txt p{
	width:90px;
	padding-top: 5px;
	font-size: 12px;
	color: #777279;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
} 
@media only screen and (min-width: 361px) and (max-width: 375px) {
	
	.advert_txt p{
		width:107px;
	} 
}
@media only screen and (min-width: 376px) and (max-width: 414px) {
	
	.advert_txt p{
		width:110px;
	} 
}


.advert img {
    display: block;
    width: 68%;
    margin: 0 auto;
}