ul,li{
	list-style:none;
	padding:0;
	margin:0;
}
/*布局浮动*/
.po-si-re{
	position:relative;
}
.po-si-ab{
	position:absolute;
}
.f_l{
	float:left;
}
.f_r{
	float:right;
}
.over-hidden{
	overflow:hidden;
}
.inlinBlock{
	display:inline-block;
}
.dis-table {
	display:table;
}
.dis-table-cell {
	display:table-cell;
}
.dis-flex{
	display:flex;
}
.align-item-center{
	align-items: center;
}
.margin-0{
	margin:0;
}
.mt0{margin-top:0;}
.w-50{width:50%;}
.w-100{width:100%;}
.h40{height:40px;}
.h340{height:340px;overflow:hidden;}
.mr5{margin-right:5px;}
.p10{
	padding:10px;
}
.pt5{
	padding-top:5px;
}
.pd10{
	padding-bottom:10px;
}
.pr10{
	padding-right:10px;
}
.pl10{
	padding-left:10px;
}
.mt20{
	margin-top:20px;
}
.mb15{
	margin-bottom:15px;
}
/*字体颜色*/
body{
	font-family: "Microsoft Yahei";
}
.line-h22{line-height:22px;}
.f10{font-size:10px;}
.f12{font-size:12px;}
.f14{font-size:14px;}
.f16{font-size:16px;}
.f18{font-size:18px;}
.f20{font-size:20px;}
.fwb{
	font-weight:700;
}
a{
	color:#000;
}
.c666{color:#666;}
.cc40001, a:hover{
	color:#c40001;
}
.ced9100{
	color:#ed9100;
}
.c299e00{
	color:#299e00;
}
.c00b195{
	color:#00b195;
}
.bg-c40001{
	background:#c40001;
}
.bg-f0f0f0{
	background:#f0f0f0;
}
.link-hover-red:hover{
	text-decoration:none;
	color:#c40001;
}
.border4{
	border:1px solid #ddd;
}
.bb1s{
	border-bottom:1px solid #ddd;
}
.bor-red-4{
	border-bottom:4px solid #c40001;
}
.tac{
	text-align:center;
}
.nav>li>a:focus, .nav>li>a:hover{
	background:#c40001;
	color:#fff;
}
@font-face {font-family: "iconfont";
  src: url('../fonts/iconfont.eot'); /* IE9 */
  src: url('../fonts/iconfont.eot') format('embedded-opentype'), /* IE6-IE8 */
  /* url('../fonts/3f91dc7efda04e6d83c52b0ed402fa60.woff') format('woff2'), */
  url('../fonts/iconfont.woff') format('woff'),
  url('../fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  url('../fonts/iconfont.svg') format('svg'); /* iOS 4.1- */
}
.iconfont {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-dian:before { content: "\e600"; }
.icon-search:before { content: "\e60a"; }
.icon-zhuzhuangtu:before { content: "\e67e"; }
.icon-cntencentwechat:before { content: "\e638"; }
.icon-original-1:before { content: "\e6f2"; }
.icon-link:before { content: "\e630"; }
.icon-sina:before { content: "\e665"; }
.icon-zhaohuonormal:before { content: "\e60b"; }
.icon-time:before { content: "\e61e"; }
.icon-ren:before { content: "\e61f"; }
.icon-qzone02:before { content: "\e639"; }
.icon-du:before { content: "\e636"; }
.icon-zhuanti:before { content: "\e619"; }
.icon-zuanshi:before { content: "\e601"; }
.icon-huangguan:before { content: "\e602"; }
.icon-search1:before { content: "\e6dc"; }

/* 间距 */
.mt10{margin-top:10px;}
.p10{padding:10px;}
.my-navbar{
	border-bottom:1px solid #c40001;
}
.title-right-news .tit-in{
	padding-right: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.title-right-news .po-si-ab{
	position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    text-align: right;
}
.navbar{
	min-height: 60px;
	/*background: #DE1E1F;*/
	margin-bottom:0;
}
.navbar-fixed-top {
     position: static; 
    right: 0;
    left: 0;
    z-index: 1030;
}
@media screen and (min-width: 768px) {
	.my-navbar{
		display:block;
	}
	.phone-show{
		display:none;
	}
	.web-show{
		display:block;
	}
	body{
		/*padding-top:122px;*/
	}
	.my-navbar{
		display:block;
	}
	.nav-logo{
		height:71px;
	}
	.nav-logo img{
		height:71px;
	}
	.navbar-nav>li>a {
		font-size: 16px;
		padding: 0 15px;
	    height: 81px;
	    line-height: 81px;
		color:#000;
	}
	.my-navbar .dis-table {
		height:81px;
		line-height:81px;
		margin:0;
	}
	.carousel-title{
		line-height: 38px;
		font-size:22px;
		font-weight:700;
		margin-top:0;
	}
	.carousel-word{
		font-size:14px;
		line-height: 24px;
    	margin-top: 20px;
	}
	.news-box dt{
		width:230px;
		height:150px;
		margin-right:10px;
	}
	.news-box dt img{
		width:100%;
		height:100%;
	}
	.news-box dd{
		
	}
	.news-box dd h3{
		font-size:16px;
		margin:0;
		padding:0 10px;
		font-weight:700;
	}
	.news-box dd .info{
		padding:0 10px;
		color: #666;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}
	.news-box .news-time{
		position:absolute;
		bottom:0;
		left:31%;
		color:#666;
	}
	.carousel-inner>.item>a>img{
		height:340px;
	}
	.carousel-info{
		width:230px;
		padding: 10px;
	}
	.focus-img{
		width:510px;
	}
	.focus-img img{
		width:510px;
		height:340px;
	}
	.pic-box-carousel{
		width:25%;
		height:200px;
		padding:0 4px;
	}
	.pic-box-carousel img{
		width:100%;
		height:180px;
	}
}
@media screen and (max-width: 767px) {
	.justify-content-space-between{
		justify-content: space-between;
	}
	.my-navbar{
		display:none;
	}
	.web-show{
		display:none;
	}
	.phone-show{
		display:block;
	}
	.search-inp{
		border:1px solid #ccc;
		border-radius:3px;
		-webkit-appearance: none;
		width:130px;
	}
	body{
		padding-top:2px;
	}
	.navbar-collapse{
		width: 128px;
	    clear: both;
	    position: absolute;
	    right: 0px;
	    top: 50px;
	    background: rgb(255, 255, 255);
	    z-index: 1;
	}
	.navbar-nav{
		border-top:1px solid #ddd;
		border-bottom:1px solid #ddd;
		margin: 7.5px 0;
	}
	.navbar-nav>li>a {
		padding: 0 15px;
	    height: 30px;
	    line-height: 30px;
	    color:#DE1E1F;
	}
	.carousel-title{
		font-size:14px;
		font-weight:700;
		margin-top:0;
	}
	.carousel-word{
		font-size:12px;
	}
	.news-box dt{
		width:40%;
		height:100px;
		margin-right:10px;
	}
	.news-box dt img{
		width:100%;
		height:100%;
	}
	.news-box dd h3{
		font-size:16px;
		margin:0;
		padding:0 10px;
		font-weight:700;
	}
	.news-box dd .info{
		margin-bottom:22px;
		height:40px;
		overflow:hidden;
		color: #666;
	}
	.news-box .news-time{
		position:absolute;
		bottom:0;
		left:43%;
		color:#666;
	}
	.carousel-info{
		width:100%;
		padding: 10px;
	}
	.focus-img{
		width:100%;
		height:auto;
	}
	.focus-img img{
		width:100%;
		height:auto;
	}
	.carousel-inner>.item>a>img{
		height:100%;
	}
	.pic-box-carousel{
		width:50%;
		height:190px;
		padding:0 4px;
	}
	.pic-box-carousel img{
		width:100%;
		height:150px;
	}
	.search-word-title{display:none;}
	.other-pic-box .col-md-4:nth-child(2n+1){
		clear:both;
	}
	.phone-show{
		display:block;
	}
	.bg-f00{
		background-color:#f00;
	}
	.logo-box{
		width:104px;
		margin-left:15px;
		margin-top: 5px;
	}
	.phone-show .navbar-toggle{
		/*margin-right:0;*/
		padding:0;
		margin-top:15px;
	}
	.phone-show .form-group{
		margin-top:8px;
	}
	.phone-show .logo-box img{
		width:100%;
	}
	.phone-nav{
		clear:both;
		background: #DE1E1F;
	    overflow: hidden;
	    display: flex;
	    justify-content: space-between;
	    margin-bottom: 10px;
	    padding: 0 15px;
	}
	.phone-nav li{
		float: left;
	    margin: 10px 0;
	}
	.phone-nav a{
		color:#fff;
    	display: block;
    	font-size:12px;
    }
    .bor-right-fff{
    	border-right:1px solid #fff;
    }
	.phone-nav li:last-child{
		border-right:none;
	}
	.po-re-si{
		position:relative;
	}
	.icon-search-top{
		position:absolute;
		right:2px;
		top:-2px;
		font-size: 20px;
	}
}
.ad-index-box{
	margin-top:10px;
}
.ad-index-box .w-50:first-child{
	width:49%;
	margin-right:1%;
}
.search-box-index{
	width:100%;
	background:#f0f0f0;
	overflow:hidden;
}
.search-word-title{
	margin:4px 0;
}
.search-box-index .form-group{
	margin:4px 0;
}
.search-box-index .form-control{
	padding:10px;
	height:20px;
	font-size:12px;
}
.navbar-brand{
	padding:5px;
}
.slide-img{
	width: 100%;
}
#myCarousel{
	border:1px solid #ddd;
}
.carousel-indicators{
	right: 5px;
    width: auto;
    margin-left: 0;
    text-align: right;
    bottom: 0;
}
.carousel-indicators li{
	width:18px;
	height:18px;
	line-height:18px;
	border:1px solid #ddd;
	color:#666;
	text-align:center;
	text-indent:0;
}
.carousel-indicators .active{
	width: 18px;
    height: 18px;
    margin: 0;
    background-color: #c40001;
    color: white;
}
.title-right{
	font-size:22px;
	font-weight:700;
}
.title-right-top {
	border-bottom:1px solid #ddd;
	margin-bottom:7px;
}
.title-right-top .f16{
	font-weight:700;
}
.title-right-top .f14{
	font-weight:normal;
}
.title-right-news{
	line-height:28px;
	height:28px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.title-right-news .f14{
	font-size:14px;
}
#myCarousel2 .carousel-control{
	background:#333;
	height:40px;
	width:40px;
	margin-top:-20px;
	top:50%;
}
.news-box {
	overflow:hidden;
	padding-bottom:10px;
}
.news-content-box .icon-original-1, .news-box .icon-original-1{
	font-size:32px;
	color: #DE1E1F;
}
.news-content-box .icon-original-1 .f10,.news-box .icon-original-1 .f10{
	font-size:10px;
	display: inline-block;
    width: 10px;
    height: 30px;
    position: absolute;
    left: 9px;
    top: 3px;
    color: #fff;
    line-height:13px;
}

.spec-list-box .news-box{
	width: 240px;
    float: left;
    margin-right: 15px;
    padding-bottom:40px;
}
.spec-list-box .news-box dt{
	width:240px;
	margin-right:0;
}
.spec-list-box .news-box .news-time{
	left:0;
	width:100%;
}
.spec-list-box .news-box dd h3{
	padding:0;
	padding-top:10px;
	line-height:26px;
	height:65px;
	overflow:hidden;
	margin-bottom:8px;
	font-size:18px;
}
.search-box .news-box dt{
	width:30%;
}
.search-box .news-box dd {
	width:69%;
}
.news-img-index{
	height:220px;
}
.title-left{
	font-size:22px;
	font-weight:700;
	margin-top:20px;
	margin-bottom:8px;
}
.mt0{
	margin-top:0;
}
.title-left .c40001{
	color:#c40001;
}
.title-left .f22{
	font-size:22px;
}
.title-left .f_r{
	font-weight:normal;
}
.pic-box{
	padding-top:5px;
	width:100%;
}
.pic-box .pic-list{
	width:100%;
	float:left;
	color:#333;
}
.pic-box .w-100{
	width:100%;
}
/*.pic-box .pic-list:nth-child(2n){
	margin-left:4%;
}*/
.pic-box .w-100:nth-child(2n){
	margin-left:0;
}
.pic-box .pic-list img{
	width:100%;
	/*height:150px;*/
}
.pic-box .pic-list .h200{
	height:200px;
}
.news-order .list-group-item{
	padding:10px 0;
	border:none;
	border-bottom:1px solid #ddd;
	margin-bottom:0;
}
.news-order .list-group-item span{
	padding-right:8px;
}
.footer{
	margin-top:30px;
	padding:20px 0;
	background:#3e3e3e;
	color:#8e8e8e;
}
.footer-nav a{
	color:#8e8e8e;
	border-right:1px solid #565656;
	border-left:1px solid #282828;
	float: left;
    padding: 0 10px;
}
.footer-nav a:first-child{
	border-left:none;
}
.footer-nav a:last-child{
	border-right:none;
}
.img-up-word-bg{
	background:#333;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
}
.img-up-word{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:25px;
	line-height: 25px;
	color:#fff;
	margin-bottom:0;
}
.img-up-word a{
	color:#fff;
}
.share .icon{
	font-size:24px;
	border:1px solid #666;
	border-radius:50%;
	width:46px;
	height:46px;
	line-height:46px;
	display:inline-block;
}
.news-cont span{
	/*padding:20px 0;*/
	line-height:30px!important;
	border: 0px;
    margin: 0px;
    display:inline-block;
    padding: 10px 0px 20px!important;
    font-size: 16px!important;
    font-family: 'PingFang SC', Arial, 微软雅黑, 宋体, simsun, sans-serif!important;
}
.news-cont img{
	max-width:100%;
	height: auto;
	height: auto!important;
}
.other-pic-box .col-md-4{
	margin-bottom:10px;
}
.other-pic-box .pic{
	width:100%;
	height:140px;
	border:1px solid #ddd;
}
.other-pic-box .pic img{
	width:100%;
	height:100%;
}
.other-pic-box .title{
	font-weight:700;
	font-size:16px;
}
.article-cont-box {
	font-size:15px;
}
.article-cont-box .f12{
	font-size:12px;
}
.article-cont-box h1{
	margin:25px 0;
    line-height: 30px;
}
.article-cont-box img{
	text-align:center;
	padding: 10px 0px 20px;
}
.news-cont-bor{
	font-size:12px;
	border-bottom:1px solid #ddd;
	padding-bottom:10px;
	color:#666;
}
.cooperate-box{
	margin-top:15px;
	overflow:hidden;
}
.cooperate-box li{
	width: 142px;
    height: 40px;
    float: left;
    margin-bottom: 12px;
    overflow: hidden;
}
.cooperate-box li .coopertate-img{
	width: 38px;
    height: 38px;
    border-radius: 8px;
    float: left;
    border: 1px solid #dbdbdb;
}
.cooperate-box li span{
	display:inline-block;
	width: 87px;
    float: left;
    padding: 0 10px 0 5px;
    line-height: 38px;
    height: 38px;
    font-size: 12px;
    overflow: hidden;
    color: #666;
}
.hover-wechat-box {
	display:inline-block;
}
.hover-wechat-box .hover-wechat{
	width: 100px;
    position: absolute;
    top: -100px;
    z-index: 1;
    left: 50%;
    margin-left: -50px;
}
.hover-wechat-box .hover-wechat img{
	display:none;
	width:100%;
}
.hover-wechat-box:hover{
	display:block;
}
.hover-wechat-box:hover .hover-wechat img{
	display:block;
}
.link-box a{
	padding-right:10px;
	color:#333;
}
.news-tag, .news-view .news-header{
		padding:5px 0;
	}
	.cell-content .cell-item {
	    position: relative;
	    float: left;
	    width: 365px;
	    margin: 0 10px;
	}
	.cell-content .cell-item:nth-child(2n){
		margin-right:0;
	}
	.cell-content .cell-item:nth-child(2n-1){
		margin-left:0;
	}

	.cell-content .cell-item h3.cell-title {
	    position: absolute;
	    left: 0;
	    top: 0;
	    font-size: 16px;
	    line-height: 30px;
	    background: #f12b15;
	    z-index: 3
	}
	.cell-content .cell-item .cell-title{
		position: absolute;
	    left: 0;
	    top: 0;
	    font-size: 16px;
	    line-height: 30px;
	    background: #f12b15;
	    z-index: 3;
	}
	.cell-content .cell-item .cell-title h3{
		margin:0;
	    font-size: inherit;
	    line-height: 30px;
	}
	.cell-content .cell-item .cell-title a {
	    color: #fff;
	    display: inline-block;
	    padding: 0 15px
	}

	.cell-content .cell-item .news-view {
	    padding-bottom: 15px
	}

	.cell-content .cell-item .news-view .news-header {
	    padding-top: 10px
	}

	.cell-content .cell-item .news-view .news-header h3 {
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
	    font-size: 22px;
	    height: 60px;
	    margin:0;
	}

	.news-footer{
		font-size:12px;
	}
	.news-view .news-footer p .author a, .news-view .news-footer p .date{
		color:#777;
	}
	.news-view .news-header a{
		font-size: 14px;
	    line-height: 24px;
	    color: #333;
	    padding-right: 5px;
	    transition: color .3s;
	    -moz-transition: color .3s;
	    -webkit-transition: color .3s;
	    -o-transition: color .3s
	}
	.cell-content .cell-item .news-view .news-header a {
	    line-height: 30px;
	    color: #414141;
	}
	.cell-content .cell-item .news-view .news-header .f16 a{
	    font-size: 16px;
	    color: #414141;
	    font-weight: 700;
	}

	.cell-content .cell-item .list-item {
	    border-top: 1px solid #ccc;
	    padding: 15px 0 0
	}

	.cell-content .cell-item .list-item .news-view {
	    padding-bottom: 15px
	}

	.cell-content .cell-item .list-item .news-view .news-header {
	    padding: 0
	}

	.cell-content .cell-item .list-item .news-view .news-header h3 {
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 1;
	    -webkit-box-orient: vertical;
	    font-size: 16px;
	    height: 24px
	}

	.cell-content .cell-item .list-item .news-view .news-header a {
	    font-size: 14px;
	    line-height: 24px;
	    color: #414141
	}