@charset "utf-8";

@charset "utf-8";
/* CSS Document */
@import 'cssreset.css';
@import 'animate.min.css';


/*common*/
*:focus {outline: none;}

/* display */
.dn { display: none; }
.di { display: inline; }
.db { display: block; }
.dib { display: inline-block; } /* if the element is block level(eg. div, li), using 'inline-any' instead */
.dib a { color:#fff; }

.fl{float:left;}
.fr{float:right;}

/* 块状元素水平居中 */
.auto { margin-left: auto; margin-right: auto; }

/* overflow */
.ovh { overflow: hidden; }

/* position */
.rel { position: relative; }
.abs { position: absolute; }

/* font-family */
.fw { font-family: 'Microsoft Yahei'; }

/* font-style */
.n { font-weight: normal; font-style: normal; }
.b { font-weight: bold; }
.i { font-style: italic; }

/* text-align */
.tc { text-align: center; }
.tr { text-align: right; }
.tl { text-align: left; }
.tj { text-align: justify; }

/* 清除浮 动*/
.fix { *zoom:1; }
.fix:after { content:" "; display:block; height:0; clear:both; visibility:hidden; font-size:0;}

/*table*/
table {
    width: 100%;
    border-collapse: collapse;
}

/* margin */
.m0 { margin:0 !important; }
.ml1 { margin-left: 1px; }
.ml2 { margin-left: 2px; }
.ml5 { margin-left: 5px; }
.ml10 { margin-left: 10px; }
.ml15 { margin-left: 15px; }
.ml20 { margin-left: 20px; }
.ml30 { margin-left: 30px; }

.mr1 { margin-right: 1px; }
.mr2 { margin-right: 2px; }
.mr5 { margin-right: 5px; }
.mr10 { margin-right: 10px; }
.mr15 { margin-right: 15px; }
.mr20 { margin-right: 20px; }
.mr30 { margin-right: 30px; }

.mt1 { margin-top: 1px; }
.mt2 { margin-top: 2px; }
.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }

.mb1 { margin-bottom: 1px; }
.mb2 { margin-bottom: 2px; }
.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }

/* padding */
.p0 { padding: 0; }
.p1 { padding: 1px; }
.pl1 { padding-left: 1px; }
.pt1 { padding-top: 1px; }
.pr1 { padding-right: 1px; }
.pb1 { padding-bottom: 1px; }

.p2 { padding: 2px; }
.pl2 { padding-left: 2px; }
.pt2 { padding-top: 2px; }
.pr2 { padding-right: 2px; }
.pb2 { padding-bottom: 2px; }

.pl5 { padding-left: 5px; }
.p5 { padding: 5px; }
.pt5 { padding-top: 5px; }
.pr5 { padding-right: 5px; }
.pb5 { padding-bottom: 5px; }

.p10 { padding: 10px; }
.pl10 { padding-left: 10px; }
.pt10 { padding-top: 10px; }
.pr10 { padding-right: 10px; }
.pb10 { padding-bottom: 10px; }

.p15 { padding: 15px; }
.pl15 { padding-left: 15px; }
.pt15 { padding-top: 15px; }
.pr15 { padding-right: 15px; }
.pb15 { padding-bottom: 15px; }

.p20 { padding: 20px; }
.pl20 { padding-left: 20px; }
.pt20 { padding-top: 20px; }
.pr20 { padding-right: 20px; }
.pb20 { padding-bottom: 20px; }

.p30 { padding: 30px; }
.pl30 { padding-left: 30px; }
.pt30 { padding-top: 30px; }
.pr30 { padding-right: 30px; }
.pb30 { padding-bottom: 30px; }

/* vertical-align */
.vmid { vertical-align: middle;display: inline-block;position: relative;top: -1px; }
.vtb { vertical-align: text-bottom; }
.vb { vertical-align: bottom; }
.vt { vertical-align: top; }
.vn { vertical-align: -2px; }

.bgnone{background:none !important;}
.bnone{border:none !important;}
body{
	font-family: "微软雅黑"!important;
}

a:hover,a:focus{
	text-decoration: none!important;
}
.trans{
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.item:hover .picspan{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
}

.more a img {
	margin-left: 15px;
	width: 25px;
}

body{
	overflow-x: hidden;
}
.bgf2{
	background: #f2f2f2;
}
.bgfff{
	background: #fff;
}
#fancybox-wrap{
	box-sizing: content-box;
}
.xxkqh1{
	display: none;
}
.xxk1{
	cursor: pointer;
}
.zhanwei{
	display: block;
	width: 100%;
	opacity: 0;
}
.picspan{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover!important;
	transition:all .4s ease-in-out;
	-webkit-transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-ms-transition:all .4s ease-in-out;
	-o-transition:all .4s ease-in-out;
}

.zhezhao{
	background: #fff;
	width:100%;
	height:100%;
	position: fixed;
	top:0;
	left:0;
	z-index:11;
	display: none;	
}
.zhezhao div.abs{
	position: absolute;
	top:50%;
	left:0%;
	width:100%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	text-align: center;
}
.zhezhao div.abs img{
	-webkit-animation: zhuanquan infinite 4s linear;
	animation: zhuanquan infinite 4s linear;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.rel1{
	position: relative;
	z-index: 1;
	background: #fff;
}
@-webkit-keyframes zhuanquan{
	0%{
		-webkit-transform: translateY(-50%) rotateY(0deg);
	}
	50%{
		-webkit-transform: translateY(-50%) rotateY(180deg);
	}
	100%{
		-webkit-transform: translateY(-50%) rotateY(0deg);
	}
}
@keyframes zhuanquan{
	0%{
		transform: translateY(-50%) rotateY(0deg);
	}
	50%{
		transform: translateY(-50%) rotateY(180deg);
	}
	100%{
		transform: translateY(-50%) rotateY(0deg);
	}
}

.ejbanner img {
	width: 100%
}

.section {
	position: relative;
	background-size: cover!important
}

#menu {
	position: fixed;
	top: 50%;
	right: 100px;
	z-index: 4
}

#menu li {
	width: 18px;
	height: 18px;
	background: url(../images/lingxing1.png) no-repeat center center;
	margin-top: 10px;
	margin-bottom: 10px;
	cursor: pointer
}

#menu li a {
	width: 100%;
	height: 100%;
	display: block
}

#menu li.active,
#menu li:hover {
	background: url(../images/lingxing2.png) no-repeat center center
}

#menu.on1 li {
	background: url(../images/lingxing3.png) no-repeat center center
}

#menu.on1 li.active,
#menu.on1 li:hover {
	background: url(../images/lingxing2.png) no-repeat center center
}

.sec_main {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	margin-top: 50px
}

.sec_tit {
	text-align: center
}

.sec_tit.black .hengxian {
	background: #000
}

.sec_tit.black .tit {
	color: #000
}

.sec_tit .hengxian {
	width: 20px;
	height: 3px;
	background: #fff
}

.sec_tit .tit {
	margin-left: 20px;
	margin-right: 20px;
	color: #fff;
	font-size: 30px;
	font-weight: 700
}

.sec_tit .tit span {
	color: #c7000a
}

.section2 .sec_main .cont {
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	margin-top: 55px;
	text-align: center
}

.section2 .sec_main .more {
	margin-top: 25px
}

.section2 .sec_main .more a {
	color: #fff;
	font-size: 14px
}

.section2 .sec_main .more a:hover img {
	margin-right: 15px
}

.section2 .sec_main .more a img {
	margin-right: 10px
}

.section2 .sec_main .bot {
	margin-top: 55px;
	width: 80%;
	margin-left: auto;
	margin-right: auto
}

.section2 .sec_main .bot .item {
	width: 33.33%;
	text-align: center
}

.section2 .sec_main .bot .item .item_top {
	color: #fff;
	font-size: 16px
}

.section2 .sec_main .bot .item .item_top span {
	font-weight: 700;
	font-size: 42px
}

.section2 .sec_main .bot .item .note {
	color: #fff;
	font-size: 16px;
	margin-top: 15px
}

.section3 {
	overflow: hidden
}

.section3 .item {
	width: 16.66%;
	height: 100%;
	border-left: solid 1px rgba(255, 255, 255, .5)
}

.section3 .item:nth-child(2n) .item_abs {
	margin-top: 50px
}

.section3 .item:nth-child(1) {
	border-left: 0
}

.section3 .item:hover {
	background: rgba(109, 0, 9, .7)
}

.section3 .item:hover .item_abs .xuhao:before {
	width: 30px
}

.section3 .item:hover .item_abs .more {
	opacity: 1
}

.section3 .item .item_abs {
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-40%);
	transform: translateY(-40%);
	padding: 0 50px;
	margin-top: -50px
}

.section3 .item .item_abs .xuhao {
	color: #fff;
	font-size: 120px;
	font-family: '宋体';
	line-height: 120px;
	position: relative
}

.section3 .item .item_abs .xuhao:before {
	content: "";
	width: 17px;
	height: 7px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: -50px;
	margin-top: -4px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.section3 .item .item_abs .tit {
	color: #fff;
	font-size: 30px;
	margin-top: 80px
}

.section3 .item .item_abs .tit1 {
	color: #fff;
	font-size: 18px;
	margin-top: 5px
}

.section3 .item .item_abs .note {
	color: #fff;
	font-size: 14px;
	line-height: 26px;
	margin-top: 20px
}

.section3 .item .item_abs .more {
	opacity: 0;
	margin-top: 40px
}

.section5 .xxk {
	margin-top: 30px;
	text-align: center
}

.section5 .xxk .xxk1 {
	width: 100px;
	height: 30px;
	border: solid 1px #666;
	text-align: center;
	line-height: 28px;
	color: #666;
	display: inline-block;
	font-size: 16px;
	margin-left: 5px;
	margin-right: 5px
}

.section5 .xxk .xxk1.on {
	background: #c7000a;
	color: #fff;
	border: solid 1px #c7000a
}

.section5 .xxkqh {
	margin-top: 20px
}

.section5 .xxkqh .item {
	margin-top: 20px
}

.section5 .xxkqh .item:hover .pic .picspan {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.section5 .xxkqh .item:hover .cont .tit a {
	color: #c7000a
}

.section5 .xxkqh .item .pic {
	width: 100%;
	position: relative
}

.section5 .xxkqh .item .cont .tit {
	margin-top: 15px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.section5 .xxkqh .item .cont .tit a {
	color: #333;
	font-size: 18px
}

.section5 .xxkqh .item .cont .note {
	color: #666;
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	overflow: hidden
}

.section5 .xxkqh .item .cont .date {
	color: #666;
	font-size: 14px;
	margin-top: 10px
}

.section5 .xxkqh .more {
	margin-top: 45px
}

.section5 .xxkqh .more a {
	width: 240px;
	height: 60px;
	background: #c7000a;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 60px;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.section6 .sec6_main {
	background-color: rgba(199, 0, 10, .5);
	width: 415px;
	height: 114px;
	top: 50%;
	margin-top: -220px;
	left: 50%;
	margin-left: -245px;
	padding: 20px 0
}

.section6 .sec6_main .logo {
	width: 170px;
	border-right: solid 1px #fff
}

.section6 .sec6_main .logo img {
	display: block;
	margin: 0 auto
}

.section6 .sec6_main .sec6_m {
	margin-left: 180px;
	padding-top: 5px
}

.section6 .sec6_main .sec6_m .item {
	color: #fff;
	font-size: 16px;
	line-height: 36px
}

.footer {
	background: rgba(0, 0, 0, .8);
	padding: 25px 0 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%
}

.footer .footer_top {
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	text-align: center
}

.footer .footer_bot {
	margin-top: 20px;
	text-align: center
}

.footer .footer_bot .tit {
	background-color: #c7000a;
	width: 93px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	color: #fff;
	font-size: 14px;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px
}

.footer .footer_bot a {
	border: solid 1px #fff;
	padding: 0 20px;
	height: 32px;
	line-height: 30px;
	color: #fff;
	font-size: 14px;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px
}

.footer .footer_bot a:hover {
	background-color: #c7000a;
	border: solid 1px #c7000a
}

.mobileshow {
	display: none
}

.ej_tit1 .fl {
	color: #333;
	font-size: 26px;
	font-weight: 700
}

.ej_tit1 .fl .hengxian {
	background-color: #c7000a;
	width: 38px;
	height: 5px;
	margin-top: 13px
}

.ej_tit1 .ej_nav2 {
	margin-left: 180px;
	padding-top: 15px
}

.ej_tit1 .ej_nav2 .swiper-slide {
	width: auto;
	display: inline-block;
	margin-right: 10px
}

.ej_tit1 .ej_nav2 .swiper-slide a {
	color: #333;
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 24px;
	font-size: 16px
}

.ej_tit1 .ej_nav2 .swiper-slide a.on,
.ej_tit1 .ej_nav2 .swiper-slide a:hover {
	background: #c7000a;
	color: #fff
}

.ej_nav {
	border-bottom: solid 1px #e2e3e4
}

.ej_nav .ej_tit .tit {
	color: #434343;
	font-size: 28px;
	font-weight: 700
}

.ej_nav .ej_tit .tit span {
	color: #c7000a
}

.ej_nav .ej_tit .tit1 {
	color: #434343;
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase
}

.ej_nav .ej_nav1 {
	padding-top: 45px;
	margin-left: 150px;
	text-align: right
}

.ej_nav .ej_nav1 .swiper-container {
	position: relative;
	top: 7px;
	float: right
}

.ej_nav .ej_nav1 .swiper-container .swiper-slide {
	margin-left: 30px;
	padding-bottom: 7px
}

.ej_nav .ej_nav1 .swiper-container .swiper-slide a {
	display: block;
	padding: 0 5px;
	padding-bottom: 20px;
	border-bottom: solid 2px #fff;
	color: #a9a9a9;
	font-size: 16px;
	position: relative
}

.ej_nav .ej_nav1 .swiper-container .swiper-slide a:before {
	content: '';
	width: 11px;
	height: 5px;
	background: url(../images/hongjian.png) no-repeat center center;
	position: absolute;
	bottom: -7px;
	left: 50%;
	margin-left: -5px;
	opacity: 0
}

.ej_nav .ej_nav1 .swiper-container .swiper-slide a.on,
.ej_nav .ej_nav1 .swiper-container .swiper-slide a:hover {
	border-bottom: solid 2px #c7000a;
	color: #c7000a
}

.ej_nav .ej_nav1 .swiper-container .swiper-slide a.on:before {
	opacity: 1
}

.ej_main {
	padding-top: 50px
}

.ej_main .about_main {
	margin-top: 45px;
	padding-bottom: 55px
}

.ej_main .about_main .note {
	color: #333;
	font-size: 16px;
	line-height: 28px;
	margin-top: 45px
}

.ej_main .about_main .cont {
	color: #fff;
	margin-top: 45px;
	background: #c7000a;
	padding: 55px 0
}

.ej_main .about_main .cont .item {
	width: 33.33%;
	text-align: center;
	position: relative
}

.ej_main .about_main .cont .item:nth-child(1):before {
	display: none
}

.ej_main .about_main .cont .item:before {
	content: '';
	background-color: #e5e5e5;
	width: 3px;
	height: 67px;
	position: absolute;
	top: 50%;
	margin-top: -33px;
	left: 0
}

.ej_main .about_main .cont .item .item_top {
	color: #fff;
	font-size: 16px
}

.ej_main .about_main .cont .item .item_top span {
	font-weight: 700;
	font-size: 42px
}

.ej_main .about_main .cont .item .note {
	color: #fff;
	font-size: 16px;
	margin-top: 15px
}

.ej_main .about_main .cont1 {
	margin-top: 50px;
	color: #333;
	font-size: 16px;
	line-height: 28px
}

.ej_main .about_main .cont1 img {
	max-width: 100%;
	width: auto!important;
	height: auto!important;
	margin-bottom: 40px
}

.footer1 {
	background: #333;
	border-bottom: solid 20px #c70009;
	padding: 55px 0 35px;
	bottom: 0;
	left: 0;
	width: 100%
}

.footer1 .footer1_top {
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 5px
}

.footer1 .footer_top {
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	text-align: center
}

.footer1 .footer_bot {
	margin-top: 20px;
	text-align: center
}

.footer1 .footer_bot .tit {
	background-color: #c7000a;
	width: 93px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	color: #fff;
	font-size: 14px;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px
}

.footer1 .footer_bot a {
	border: solid 1px #fff;
	padding: 0 20px;
	height: 32px;
	line-height: 30px;
	color: #fff;
	font-size: 14px;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px
}

.footer1 .footer_bot a:hover {
	background-color: #c7000a;
	border: solid 1px #c7000a
}

.renyuan_m .item {
	margin-top: 40px;
	text-align: center
}

.renyuan_m .item .tit {
	margin-top: 20px
}

.renyuan_m .item .tit a {
	color: #333;
	font-size: 22px
}

.renyuan_m .item .tit1 {
	color: #666;
	font-size: 16px
}

.bg1 {
	background: url(../images/bigbg2.jpg) no-repeat right 100px
}

.bg2 {
	background: url(../images/bigbg3.jpg) no-repeat center center
}

.zc_main .pic {
	margin-top: 40px
}

.zc_main .pic img {
	width: auto!important;
	height: auto!important;
	max-width: 100%
}

.zc_main .zc_m {
	margin-top: 120px;
	background: #f8f8f8;
	padding: 60px 80px;
	position: relative;
	margin-bottom: 50px
}

.zc_main .zc_m .yinhao {
	width: 62px;
	position: absolute;
	top: -40px;
	left: 80px
}

.zc_main .zc_m .tit {
	color: #333;
	font-size: 22px
}

.zc_main .zc_m .note1 {
	color: #333;
	font-size: 16px;
	line-height: 28px
}

.zc_main .zc_m .note1 p {
	text-indent: 32px;
	margin-top: 22px
}

.jiagou_m {
	padding: 80px 0 0;
	text-align: center
}

.jiagou_m img {
	max-width: 100%
}

.red {
	color: #c7000a
}

.linian_m {
	margin-top: 40px
}

.linian_m .item {
	position: relative
}

.linian_m .item:nth-child(2n) .pic {
	float: right
}

.linian_m .item:nth-child(2n) .contt {
	left: 0;
	right: auto
}

.linian_m .item .pic {
	width: 50%;
	float: left
}

.linian_m .item .pic img {
	width: 100%
}

.linian_m .item .contt {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0
}

.linian_m .item .contt .contt1 {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 60px
}

.linian_m .item .contt .contt1 .item1 {
	color: #333;
	font-size: 16px;
	line-height: 40px
}

.linian_m .item .contt .contt1 .item1 .red {
	font-weight: 700
}

.vi_main .item {
	margin-top: 40px
}

.vi_main .item:hover .tit a {
	color: #c7000a
}

.vi_main .item .pic {
	border: solid 1px #e6e6e6
}

.vi_main .item .tit {
	text-align: center;
	padding-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.vi_main .item .tit a {
	color: #333;
	font-size: 18px
}

.vi_more {
	margin-top: 50px;
	text-align: center
}

.vi_more a {
	color: #333;
	font-size: 16px
}

.vi_more a:hover {
	color: #c7000a;
}

.story_main ul {
	margin-bottom: 45px
}

.story_main ul li {
	padding: 30px 0;
	border-bottom: solid 1px #e6e6e6
}

.story_main ul li:hover .pic img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.story_main ul li:hover .contt .tit1 a {
	color: #c7000a
}

.story_main ul li .pic {
	width: 280px;
	display: block;
}

.story_main ul li .pic img {
	width: 100%
}

.story_main ul li .contt {
	margin-left: 305px;
}

.story_main ul li .contt .tit1 {
	padding-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.story_main ul li .contt .tit1 a {
	color: #333;
	font-size: 20px
}

.story_main ul li .contt .note1 {
	color: #666;
	font-size: 14px;
	line-height: 26px;
	margin-top: 10px;
	height: 52px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
}

.story_main ul li .contt .more {
	margin-top: 15px
}

.story_main ul li .contt .more a {
	background-color: #c7000a;
	width: 146px;
	height: 42px;
	display: block;
	text-align: center;
	line-height: 42px;
	color: #fff
}

.xianjin_main {
	padding-top: 10px
}

.xianjin_main .row {
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: 45px
}

.xianjin_main .row .col-xs-6 {
	padding-left: 20px;
	padding-right: 20px
}

.xianjin_main .row .col-xs-6 .item {
	margin-top: 40px
}

.xianjin_main .row .col-xs-6 .item .contt {
	background: #f6f6f6;
	padding: 18px 30px 30px
}

.xianjin_main .row .col-xs-6 .item .contt .tit1 {
	line-height: 26px;
	height: 52px;
	overflow: hidden
}

.xianjin_main .row .col-xs-6 .item .contt .tit1 a {
	color: #333;
	font-size: 18px
}

.xianjin_main .row .col-xs-6 .item .contt .note1 {
	color: #666;
	font-size: 14px;
	line-height: 20px;
	height: 60px;
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 15px
}

.xianjin_main .row .col-xs-6 .item .contt .date {
	color: #666;
	font-size: 14px
}

.story_m .left {
	width: 1020px
}

.story_m .left .ul1 li {
	border-bottom: solid 1px #e6e6e6;
	padding: 30px 0
}

.story_m .left .ul1 li:hover .contt1 .tit2 a {
	color: #c7000a
}

.story_m .left .ul1 li .date1 {
	background-color: #c70009;
	width: 81px;
	height: 80px;
	text-align: center;
	padding-top: 12px
}

.story_m .left .ul1 li .date1 .day {
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	line-height: 40px
}

.story_m .left .ul1 li .date1 .month {
	color: #fff;
	font-size: 14px
}

.story_m .left .ul1 li .contt1 {
	margin-left: 100px
}

.story_m .left .ul1 li .contt1 .tit2 a {
	color: #333;
	font-size: 20px
}

.story_m .left .ul1 li .contt1 .note2 {
	color: #666;
	font-size: 14px;
	line-height: 24px;
	margin-top: 5px;
	height: 48px;
	overflow: hidden
}

.story_m .right {
	width: 326px;
	margin-top: 20px
}

.story_m .right .item1 {
	margin-bottom: 20px
}

.story_m .right .item1:hover .pic img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.story_m .right .item1:hover .tit1 a {
	color: #c7000a
}

.story_m .right .item1 .pic img {
	width: 100%
}

.story_m .right .item1 .tit1 {
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 15px 0
}

.story_m .right .item1 .tit1 a {
	color: #333;
	font-size: 16px
}

.bg3 {
	background: url(../images/bigbg4.jpg) no-repeat center center
}

.bg4 {
	background: url(../images/bigbg5.jpg) no-repeat center center
}

.dashiji_main {
	padding: 40px 0
}

.dashiji_main .dashiji_m {
	background: url(../images/shuxian1.jpg) repeat-y center
}

.dashiji_main .dashiji_m .item:nth-child(1) .item1 {
	margin-top: 0
}

.dashiji_main .dashiji_m .item:nth-child(2n+1) .item1 {
	float: right;
	padding-right: 0;
	padding-left: 35px;
	text-align: left
}

.dashiji_main .dashiji_m .item:nth-child(2n+1) .item1:before {
	right: auto;
	left: -10px
}

.dashiji_main .dashiji_m .item:nth-child(2n+1) .item1 .year:before {
	right: auto;
	left: 0
}

.dashiji_main .dashiji_m .item .item1 {
	width: 50%;
	float: left;
	padding-right: 35px;
	text-align: right;
	position: relative;
	margin-top: -160px
}

.dashiji_main .dashiji_m .item .item1:before {
	content: '';
	width: 20px;
	height: 20px;
	background: url(../images/hongdian.png) no-repeat center center;
	position: absolute;
	top: 0;
	right: -10px
}

.dashiji_main .dashiji_m .item .item1 .year {
	color: #333;
	font-size: 28px;
	border-bottom: solid 1px #c7000a;
	position: relative;
	padding-bottom: 20px;
	margin-top: -10px
}

.dashiji_main .dashiji_m .item .item1 .year:before {
	content: '';
	width: 94px;
	height: 5px;
	background: #c7000a;
	position: absolute;
	right: 0;
	bottom: -3px
}

.dashiji_main .dashiji_m .item .item1 .note1 {
	margin-top: 30px;
	color: #333;
	font-size: 14px;
	line-height: 24px
}

.dashiji_main .dashiji_m .item .item1 .pic {
	margin-top: 20px
}

.dashiji_main .dashiji_m .item .item1 .pic img {
	display: inline-block;
	width: auto;
	max-width: 100%
}

.news_details .news_top {
	background: #f5f5f5;
	padding: 30px 40px 20px
}

.news_details .news_top .titt {
	color: #333;
	font-size: 24px;
	font-weight: 700
}

.news_details .news_top .note2 {
	margin-top: 20px
}

.news_details .news_top .note2 .item {
	color: #666;
	font-size: 14px
}

.news_details .news_top .note2 .item.fl {
	margin-right: 30px
}

.news_details .news_top .note2 .item a {
	color: #666
}

.news_details .news_cont {
	margin-top: 30px;
	color: #666;
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 35px
}

.news_details .news_cont img {
	max-width: 100%;
	 /* width: auto!important; */
    /* height: auto!important; */
	margin-bottom: 25px
}

.fanye {
	border-top: solid 1px #e5e5e5;
	border-bottom: solid 1px #e5e5e5;
	padding: 30px 0
}

.fanye div {
	width: 100%;
	overflow: hidden;
}

.fanye div a {
	color: #666;
	font-size: 14px;
	width: 50%;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
}

.fanye div a:hover {
	color: #c7000a
}

.map {
	margin-top: 50px;
	position: relative
}

.map img {
	width: 100%
}

.map .map_abs {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.map .map_abs .item {
	position: absolute
}

.map .map_abs .item span.icon {
	width: 36px;
	height: 33px;
	background: url(../images/tubiao.png) no-repeat center center;
	display: block;
	cursor: pointer
}

.map .map_abs .item .item_abs {
	position: absolute;
	right: 46px;
	top: 50%;
	margin-top: -65px;
	width: 310px;
	height: auto;
	background: rgba(0, 0, 0, .7);
	border-right: solid 7px #c7000a;
	padding: 15px
}

.map .map_abs .item .item_abs:before {
	content: '';
	width: 5px;
	height: 11px;
	position: absolute;
	right: -12px;
	top: 50%;
	margin-top: -5px;
	background: url(../images/jiantou2.png) no-repeat center center
}

.map .map_abs .item .item_abs .content {
	overflow-y: auto;
	height: 100%
}

.map .map_abs .item .item_abs .content .mCustomScrollBox>.mCSB_scrollTools {
	right: auto;
	left: 0
}

.map .map_abs .item .item_abs .content .mCSB_container {
	margin-right: 0;
	margin-left: 10px
}

.map .map_abs .item .item_abs .content ul li {
	text-align: right;
	line-height: 24px
}

.map .map_abs .item .item_abs .content ul li a {
	color: #fff;
	font-size: 14px
}

.map .map_abs .item .item_abs .content ul li a:hover {
	color: #c7000a
}

.map .map_abs .item.item1 {
	top: 39.2%;
	left: 56.6%
}

.map .map_abs .item.item2 {
	top: 40.8%;
	left: 58.7%
}

.map .map_abs .item.item3 {
	top: 36.4%;
	left: 33.4%
}

.map .map_abs .item.item4 {
	top: 41.9%;
	left: 46.6%
}

.map .map_abs .item.item5 {
	top: 42.9%;
	left: 40.9%
}

.map .map_abs .item.item6 {
	top: 48.6%;
	left: 38.4%
}

.map .map_abs .item.item7 {
	top: 58.8%;
	left: 32.8%
}

.map .map_abs .item.item8 {
	top: 57.2%;
	left: 61.1%
}

.map .map_abs .item.item9 {
	top: 64%;
	left: 43.4%
}

.map .map_abs .item.item10 {
	top: 78.4%;
	left: 54.3%
}

.chanye_main {
	margin-left: -20px;
	margin-right: -20px;
	margin-top: 25px
}

.chanye_main .col-xs-6 {
	padding-left: 20px;
	padding-right: 20px
}

.chanye_main .col-xs-6 .item {
	margin-top: 25px;
}

.chanye_main .col-xs-6:nth-child(1) .item,.chanye_main .col-xs-6:nth-child(2) .item,.chanye_main .col-xs-6:nth-child(3) .item ,.chanye_main .col-xs-6:nth-child(4) .item   {
	margin-top: 0;
}

.chanye_main .col-xs-6 .item:hover .titt a {
	color: #c7000a
}

.chanye_main .col-xs-6 .item .titt {
	margin-top: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center
}

.chanye_main .col-xs-6 .item .titt a {
	color: #333;
	font-size: 16px
}

.ej_tit1 {
	z-index: 2;
	position: relative
}

.ej_time .f_xl {
	width: 205px;
	height: 56px;
	border: solid 1px #a9a9a9;
	background: url(../images/huijian1.png) no-repeat 170px center;
	margin-left: 50px;
	position: relative;
	cursor: pointer
}

.ej_time .f_xl .xl_note {
	color: #666;
	font-size: 20px;
	line-height: 54px;
	padding-left: 30px
}

.ej_time .f_xl .fxl_ul {
	position: absolute;
	top: 54px;
	left: -1px;
	width: 205px;
	background: #fff;
	border: solid 1px #a9a9a9;
	display: none
}

.ej_time .f_xl .fxl_ul ul {
	padding-bottom: 0;
	margin-bottom: 0
}

.ej_time .f_xl .fxl_ul ul li {
	padding: 0 30px;
	height: 30px;
	line-height: 30px;
	font-size: 16px
}

.ej_time .f_xl .fxl_ul ul li:hover {
	background: #c7000a;
	color: #fff
}

.rencai_main {
	margin-top: 20px;
	margin-left: -26px;
	margin-right: -26px;
	margin-bottom: 45px
}

.rencai_main .col-xs-12 {
	padding-left: 26px;
	padding-right: 26px
}

.rencai_main .item {
	background: #f5f5f5;
	padding: 35px;
	margin-top: 32px
}

.rencai_main .item:hover .tit1 a {
	color: #c7000a
}

.rencai_main .item .tit1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.rencai_main .item .tit1 a {
	color: #333;
	font-size: 20px
}

.rencai_main .item .date {
	padding: 5px 0
}

.rencai_main .item .note1 {
	color: #666;
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	overflow: hidden
}

.rencai_main .item .more a {
	display: block;
	margin-top: 15px;
	background-color: #c7000a;
	width: 146px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 14px
}

.renli_main {
	margin-top: 35px
}

.renli_main .rl_top {
	background: #c7000a;
	height: 90px;
	line-height: 90px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-align: left
}

.renli_main .rl_top .div1 {
	width: 30%;
	padding-left: 80px
}

.renli_main .rl_top .div2 {
	width: 11%;
	padding-left: 80px
}

.renli_main .rl_top .div3 {
	width: 25%;
	padding-left: 80px
}

.renli_main .rl_top .div4 {
	width: 18%;
	padding-left: 80px
}

.renli_main .rl_top .div5 {
	width: 16%;
	padding-left: 80px
}

.renli_main .rl_mid .item {
	height: 56px;
	line-height: 56px;
	background: #fff;
	font-size: 16px;
	color: #434343
}

.renli_main .rl_mid .item a {
	color: #434343
}

.renli_main .rl_mid .item:hover {
	color: #c7000a
}

.renli_main .rl_mid .item:hover a {
	color: #c7000a
}

.renli_main .rl_mid .item:nth-child(2n+1) {
	background: #ececec
}

.renli_main .rl_mid .item .div1 {
	width: 30%;
	padding-left: 80px
}

.renli_main .rl_mid .item .div2 {
	width: 11%;
	padding-left: 80px
}

.renli_main .rl_mid .item .div3 {
	width: 25%;
	padding-left: 80px
}

.renli_main .rl_mid .item .div4 {
	width: 18%;
	padding-left: 80px
}

.renli_main .rl_mid .item .div5 {
	width: 16%;
	padding-left: 80px
}

.renli_main .rl_bot {
	height: 90px;
	padding-left: 45px;
	background: #ececec;
	line-height: 90px
}

.renli_main .rl_bot .fl {
	color: #434343;
	font-size: 16px
}

.renli_main .rl_bot .fr {
	font-size: 14px;
	color: #333;
	padding-top: 20px;
	line-height: 40px;
	font-family: '宋体';
	padding-right: 80px
}

.renli_main .rl_bot .fr a {
	color: #333;
	font-size: 30px;
	position: relative;
	top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: 700
}

.renli_main .rl_bot .fr a:hover {
	color: #c7000a
}

.renli_details .rl_top {
	background: #c7000a;
	padding: 20px;
	margin-top: 35px
}

.renli_details .rl_top .item {
	width: 16.6%;
	text-align: center
}

.renli_details .rl_top .item .tit1 {
	color: #fff;
	font-weight: 700;
	font-size: 16px
}

.renli_details .rl_top .item .note1 {
	color: #fff;
	font-size: 16px;
	margin-top: 20px
}

.renli_details .rl_cont {
	margin-top: 25px;
	padding: 10px 50px 40px;
	background: #f5f5f5
}

.renli_details .rl_cont .item {
	margin-top: 30px
}

.renli_details .rl_cont .item .tit1 {
	color: #131313;
	font-size: 18px
}

.renli_details .rl_cont .item .tit1 .shuxian {
	width: 4px;
	height: 18px;
	background: #c7000a;
	margin-right: 10px
}

.renli_details .rl_cont .item .note1 {
	margin-top: 15px;
	color: #474747;
	font-size: 14px;
	line-height: 30px
}

.renli_details .rl_cont .more {
	margin-top: 35px
}

.renli_details .rl_cont .more a {
	width: 130px;
	height: 45px;
	background: #c7000a;
	text-align: center;
	line-height: 44px;
	color: #fff;
	font-size: 16px;
	display: block
}

.ml0 {
	margin-left: 0!important
}

.ml0 .date {
	margin-top: 10px
}

.right_main .r_top {
	height: 60px;
	background: #c7000a;
	padding: 0 30px;
	line-height: 60px
}

.right_main .r_top .tit {
	color: #fff;
	font-size: 20px
}

.right_main .r_top .more a {
	color: #fff;
	font-size: 14px
}

.right_main .r_bot {
	background: #f5f5f5;
	padding: 10px 25px 25px
}

.right_main .r_bot .item {
	margin-top: 15px;
	padding-left: 32px;
	background: url(../images/heijian1.png) no-repeat left 8px
}

.right_main .r_bot .item:hover {
	background: url(../images/hongjian1.png) no-repeat left 8px
}

.right_main .r_bot .item:hover .tit a {
	color: #c7000a
}

.right_main .r_bot .item .tit a {
	color: #333;
	font-size: 16px;
	line-height: 28px
}

.right_main .r_bot .item .date {
	color: #666;
	font-size: 14px;
	margin-top: 10px
}

.chanye_main1 {
	margin-bottom: 0;
}

.chanye_main1 .item .pic .btn_play {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 44px;
	height: 44px;
	background: url(../images/btn_play.png) no-repeat center center;
	margin-top: -22px;
	margin-left: -22px;
	background-size: cover!important;
	z-index: 2
}

.mt_main .left ul li {
	background: #f5f5f5;
	padding: 30px;
	border: 0;
	margin-top: 30px
}

.gzh_main {
	padding: 145px 0 260px
}

.gzh_main .item {
	margin-left: 62px;
	margin-right: 62px
}

.gzh_main .item .pic {
	width: 172px;
	border: solid 1px #dedede
}

.gzh_main .item .pic img {
	width: 172px
}

.gzh_main .item .tit1 {
	color: #333;
	font-size: 16px;
	margin-top: 20px;
	text-align: center
}

.ej_nav22 {
	margin-left: 180px;
	padding-top: 15px;
	padding-left: 50px;
	padding-right: 50px
}

.ej_nav22 .swiper-slide {
	width: auto
}

.ej_nav22 .swiper-slide a {
	color: #333;
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 24px;
	font-size: 16px
}

.ej_nav22 .swiper-slide a.on,
.ej_nav22 .swiper-slide a:hover {
	background: #c7000a;
	color: #fff
}

.ej_nav22 .prev {
	width: 30px;
	height: 30px;
	border: solid 1px #a9a9a9;
	text-align: center;
	line-height: 28px;
	font-size: 20px;
	font-family: "宋体";
	position: absolute;
	left: 0;
	top: 15px;
	color: #a9a9a9;
	cursor: pointer
}

.ej_nav22 .prev:hover {
	color: #fff;
	border: solid 1px #c7000a;
	background: #c7000a
}

.ej_nav22 .next {
	width: 30px;
	height: 30px;
	border: solid 1px #a9a9a9;
	text-align: center;
	line-height: 28px;
	font-size: 20px;
	font-family: "宋体";
	position: absolute;
	right: 0;
	top: 15px;
	color: #a9a9a9;
	cursor: pointer
}

.ej_nav22 .next:hover {
	color: #fff;
	border: solid 1px #c7000a;
	background: #c7000a
}

.notice_main {
	padding-top: 40px;
	padding-bottom: 40px
}

.notice_main ul li {
	margin-top: 10px;
	height: 70px;
	background: #f5f5f5;
	line-height: 70px;
	padding: 0 50px 0 30px
}

.notice_main ul li:hover {
	background: #c7000a
}

.notice_main ul li:hover .date {
	color: #fff
}

.notice_main ul li:hover .tit1 a {
	color: #fff
}

.notice_main ul li:hover .tit1 a span {
	background: #fff
}

.notice_main ul li .date {
	color: #666;
	font-size: 14px
}

.notice_main ul li .tit1 {
	margin-right: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.notice_main ul li .tit1 a {
	color: #333;
	font-size: 16px
}

.notice_main ul li .tit1 a .dian {
	width: 6px;
	height: 6px;
	background: #333;
	border-radius: 50%;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle
}

.contact_main {
	margin-top: 50px
}

.contact_main .contact_map>img {
	width: 100%
}

.contact_main .contact_map .sec6_main {
	background-color: rgba(199, 0, 10, .5);
	width: 415px;
	height: 114px;
	top: 50%;
	margin-top: -160px;
	left: 50%;
	margin-left: -275px;
	padding: 20px 0
}

.contact_main .contact_map .sec6_main .logo {
	width: 170px;
	border-right: solid 1px #fff
}

.contact_main .contact_map .sec6_main .logo img {
	display: block;
	margin: 0 auto
}

.contact_main .contact_map .sec6_main .sec6_m {
	margin-left: 180px;
	padding-top: 5px
}

.contact_main .contact_map .sec6_main .sec6_m .item {
	color: #fff;
	font-size: 16px;
	line-height: 36px
}

.contact_main .contact_bot .item {
	background: #f5f5f5;
	padding: 55px 50px 50px;
	margin-top: 35px;
	color: #333
}

.contact_main .contact_bot .item:hover {
	background: #c7000a;
	color: #fff
}

.contact_main .contact_bot .item:hover .item_top .icon img.imgga {
	opacity: 0
}

.contact_main .contact_bot .item:hover .item_top .icon img.imggb {
	opacity: 1
}

.contact_main .contact_bot .item .item_top {
	font-size: 22px
}

.contact_main .contact_bot .item .item_top .icon {
	width: 28px;
	height: 28px;
	margin-right: 10px
}

.contact_main .contact_bot .item .item_top .icon img {
	top: 0;
	left: 0
}

.contact_main .contact_bot .item .item_top .icon img.imggb {
	opacity: 0
}

.contact_main .contact_bot .item .contt {
	font-size: 16px;
	line-height: 32px;
	margin-top: 12px
}
.chanye_maina ul li{
  border-bottom:solid 1px #e5e5e5;
  padding:30px 0;
}
.chanye_maina ul li .pic{
  width:330px;
}
.chanye_maina ul li .pic img{
  width:100%;
}

.chanye_maina ul li .contt1{
  margin-left: 370px;
  padding-top: 20px;
  overflow: hidden;
}
.chanye_maina ul li .contt1 .tit a{
  color:#333333;
  font-size:24px;
  font-weight:bold;
}
.chanye_maina ul li .contt1 .tit{
  height:40px;
  overflow: hidden;
  line-height:40px;

}

.chanye_maina ul li .contt1 .note{
  color:#333333;
  font-size:16px;
  line-height:30px;
  height:60px;
  margin-top: 10px;
  overflow: hidden;
}
.chanye_maina ul li .contt1 .bot{
  margin-top: 20px;
}
.chanye_maina ul li .contt1 .bot a{
  width:210px;
  height:56px;
  line-height:56px;
  background: #c7000a;
  display: inline-block;
  color:#fff;
  text-align: center;
  font-weight:bold;
  margin-right: 10px;
  font-size:16px;
}
/*.chanye_maina ul li .contt1 .bot a:hover{
  background: #c7000a;
}*/
.backtop{
  width:80px;
  height:80px;
  position: fixed;
  right:0;
  bottom:200px;
  z-index:22;
  cursor:pointer;
  display: none;
}
.backtop img{
  width:100%;
}

@media (min-width: 1920px) {
    .section2 .sec_main .bot .item .item_top{
    font-size: 26px;
    }
    .section2 .sec_main .bot .item .item_top span{
    font-size: 46px;
    }
    .section2 .sec_main .bot .item .note{
    font-size: 26px;
    }
    .section2 .sec_main .more a{
    font-size: 24px;
    }
   }
   @media (min-width: 1600px) {
     .container {
       width: 1440px;
     }
   }
   @media (min-width: 1600px) {
     .container {
       width: 1440px;
     }
   }
   @media (max-width: 1600px) {
     .container {
       width: 1230px;
     }
     .header {
       height: 100px;
     }
     .header .logo {
       left: 50px;
       top: 25px;
     }
     .header .logo img {
       height: 60px;
     }
     .header .header_right {
       top: 40px;
     }
     .header .index_nav {
       right: 220px;
       left: 400px;
       top: 0px;
     }
     .header .index_nav > ul {
       text-align: center;
     }
     .header .index_nav > ul > li {
       float: none;
       display: inline-block;
       position: relative;
     }
     .header .index_nav > ul > li > a {
       display: block;
       font-size: 16px;
       line-height: 90px;
     }
     .banner .prev,
     .banner .next {
       -webkit-transform: scale(0.8);
       transform: scale(0.8);
     }
     .banner .prev {
       left: 8%;
     }
     .banner .next {
       right: 8%;
     }
     .bigtk .tk_header {
       height: 100px;
     }
     .bigtk .tk_header .logo {
       left: 50px;
       top: 25px;
     }
     .bigtk .tk_header .logo img {
       height: 60px;
     }
     .bigtk .tk_header .tk_close {
       right: 50px;
     }
     .bigtk .tk_cont {
       position: absolute;
       top: 100px;
       left: 0;
       bottom: 0;
       width: 100%;
     }
     .bigtk .tk_cont.tk_nav {
       background: url(../images/bigbg1.jpg) no-repeat center bottom #fff;
       padding-top: 60px;
       font-size: 0;
     }
     .bigtk .tk_cont.tk_nav .item {
       display: inline-block;
       vertical-align: top;
       width: 12.5%;
       text-align: left;
     }
     .bigtk .tk_cont.tk_nav .item .tit a {
       color: #333333;
       font-size: 18px;
     }
     .bigtk .tk_cont.tk_nav .item ul {
       margin-top: 15px;
     }
     .bigtk .tk_cont.tk_nav .item ul li {
       line-height: 40px;
     }
     .bigtk .tk_cont.tk_nav .item ul li a {
       color: #666666;
       font-size: 14px;
     }
     .bigtk .tk_cont.tk_search .tk_ss {
       width: 750px;
       position: absolute;
       top: 40%;
       left: 50%;
       -webkit-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
     }
     .bigtk .tk_cont.tk_search .tk_ss .ss_top {
       width: 600px;
       height: 62px;
       margin-left: auto;
       margin-right: auto;
       border: solid 1px #333;
     }
     .bigtk .tk_cont.tk_search .tk_ss .ss_top .ss_btn {
       width: 60px;
       height: 60px;
       border: 0;
       background: url(../images/fdj2.png) no-repeat center center;
       margin-right: 10px;
     }
     .bigtk .tk_cont.tk_search .tk_ss .ss_top .ss_cont {
       margin-right: 80px;
       height: 100%;
     }
     .bigtk .tk_cont.tk_search .tk_ss .ss_top .ss_cont .ss_inp {
       width: 100%;
       height: 100%;
       background: none;
       border: 0;
       font-size: 16px;
       padding: 0 20px;
     }
     .bigtk .tk_cont.tk_search .tk_ss .ss_bot {
       margin-top: 60px;
       text-align: left;
     }
     .bigtk .tk_cont.tk_search .tk_ss .ss_bot .tit {
       color: #999999;
       font-size: 16px;
     }
     .bigtk .tk_cont.tk_search .tk_ss .ss_bot .cont {
       margin-top: 20px;
       height: 240px;
     }
     .bigtk .tk_cont.tk_search .tk_ss .ss_bot .cont ul li {
       width: 50%;
       height: 40px;
       overflow: hidden;
       text-overflow: ellipsis;
       white-space: nowrap;
     }
     .bigtk .tk_cont.tk_search .tk_ss .ss_bot .cont ul li a {
       color: #333333;
       font-size: 16px;
       line-height: 40px;
     }
     .bigtk .tk_cont.tk_search .tk_ss .ss_bot .cont ul li a:hover {
       color: #c7000a;
     }
     .sec_tit .hengxian {
       height: 2px;
     }
     .sec_tit .tit {
       margin-left: 15px;
       margin-right: 15px;
       font-size: 24px;
     }
     .section2 .sec_main .cont {
       color: #fff;
       font-size: 14px;
       line-height: 30px;
       margin-top: 35px;
       text-align: center;
     }
     .section2 .sec_main .more {
       margin-top: 20px;
     }
     .section2 .sec_main .more a {
       color: #fff;
       font-size: 14px;
     }
     .section2 .sec_main .more a:hover img {
       margin-right: 15px;
     }
     .section2 .sec_main .more a img {
       margin-right: 10px;
     }
     .section2 .sec_main .bot {
       margin-top: 55px;
       width: 80%;
       margin-left: auto;
       margin-right: auto;
     }
     .section2 .sec_main .bot .item {
       width: 33.33%;
       text-align: center;
     }
     .section2 .sec_main .bot .item .item_top {
       color: #ffffff;
       font-size: 16px;
     }
     .section2 .sec_main .bot .item .item_top span {
       font-weight: bold;
       font-size: 36px;
     }
     .section2 .sec_main .bot .item .note {
       color: #c7000a;
       font-size: 16px;
       margin-top: 15px;
       font-weight: bold;
     }
     .section3 {
       overflow: hidden;
     }
     .section3 .item {
       width: 16.66%;
       height: 100%;
       border-left: solid 1px rgba(255, 255, 255, 0.5);
     }
     .section3 .item:nth-child(2n) .item_abs {
       margin-top: 50px;
     }
     .section3 .item:nth-child(1) {
       border-left: 0;
     }
     .section3 .item:hover {
       background: rgba(109, 0, 9, 0.7);
     }
     .section3 .item:hover .item_abs .xuhao:before {
       width: 20px;
     }
     .section3 .item:hover .item_abs .more {
       opacity: 1;
     }
     .section3 .item .item_abs {
       width: 100%;
       top: 50%;
       -webkit-transform: translateY(-40%);
       transform: translateY(-40%);
       padding: 0 30px;
       margin-top: -50px;
     }
     .section3 .item .item_abs .xuhao {
       color: #fff;
       font-size: 80px;
       font-family: '宋体';
       line-height: 80px;
       position: relative;
     }
     .section3 .item .item_abs .xuhao:before {
       content: "";
       width: 14px;
       height: 4px;
       background: #fff;
       position: absolute;
       top: 50%;
       left: -30px;
       margin-top: -4px;
       -webkit-transition: all 0.4s ease-in-out;
       transition: all 0.4s ease-in-out;
     }
     .section3 .item .item_abs .tit {
       color: #ffffff;
       font-size: 22px;
       margin-top: 30px;
     }
     .section3 .item .item_abs .tit1 {
       color: #fff;
       font-size: 16px;
       margin-top: 5px;
     }
     .section3 .item .item_abs .note {
       color: #fff;
       font-size: 14px;
       line-height: 24px;
       margin-top: 15px;
     }
     .section3 .item .item_abs .more {
       opacity: 0;
       margin-top: 20px;
     }
     .section5 .xxk {
       margin-top: 30px;
       text-align: center;
     }
     .section5 .xxk .xxk1 {
       width: 100px;
       height: 30px;
       border: solid 1px #666666;
       text-align: center;
       line-height: 28px;
       color: #666666;
       display: inline-block;
       font-size: 16px;
       margin-left: 5px;
       margin-right: 5px;
     }
     .section5 .xxk .xxk1.on {
       background: #c7000a;
       color: #fff;
       border: solid 1px #c7000a;
     }
     .section5 .xxkqh {
       margin-top: 20px;
     }
     .section5 .xxkqh .item {
       margin-top: 20px;
     }
     .section5 .xxkqh .item:hover .pic .picspan {
       -webkit-transform: scale(1.1);
       transform: scale(1.1);
     }
     .section5 .xxkqh .item:hover .cont .tit a {
       color: #c7000a;
     }
     .section5 .xxkqh .item .pic {
       width: 100%;
       position: relative;
     }
     .section5 .xxkqh .item .cont .tit {
       margin-top: 15px;
       margin-bottom: 10px;
       overflow: hidden;
       text-overflow: ellipsis;
       white-space: nowrap;
     }
     .section5 .xxkqh .item .cont .tit a {
       color: #333333;
       font-size: 18px;
     }
     .section5 .xxkqh .item .cont .note {
       color: #666666;
       font-size: 14px;
       line-height: 24px;
       height: 48px;
       overflow: hidden;
     }
     .section5 .xxkqh .item .cont .date {
       color: #666666;
       font-size: 14px;
       margin-top: 10px;
     }
     .section5 .xxkqh .more {
       margin-top: 45px;
     }
     .section5 .xxkqh .more a {
       width: 240px;
       height: 60px;
       background: #c7000a;
       color: #fff;
       font-size: 14px;
       text-align: center;
       line-height: 60px;
       display: block;
       margin-left: auto;
       margin-right: auto;
     }
     .section6 .sec6_main {
       background-color: rgba(199, 0, 10, 0.5);
       width: 415px;
       height: 114px;
       top: 50%;
       margin-top: -200px;
       left: 50%;
       margin-left: -245px;
       padding: 20px 0;
     }
     .section6 .sec6_main .logo {
       width: 170px;
       border-right: solid 1px #fff;
     }
     .section6 .sec6_main .sec6_m {
       margin-left: 180px;
       padding-top: 5px;
     }
     .section6 .sec6_main .sec6_m .item {
       color: #fff;
       font-size: 16px;
       line-height: 36px;
     }
     .footer {
       background: rgba(0, 0, 0, 0.8);
       padding: 25px 0 30px;
       position: absolute;
       bottom: 0;
       left: 0;
       width: 100%;
     }
     .footer .footer_top {
       color: #ffffff;
       font-size: 14px;
       line-height: 24px;
       text-align: center;
     }
     .footer .footer_bot {
       margin-top: 20px;
       text-align: center;
       line-height: 40px;
     }
     .footer .footer_bot .tit {
       background-color: #c7000a;
       width: 93px;
       height: 32px;
       text-align: center;
       line-height: 32px;
       color: #fff;
       font-size: 14px;
       display: inline-block;
       margin-left: 5px;
       margin-right: 5px;
     }
     .footer .footer_bot a {
       border: solid 1px #fff;
       padding: 0 20px;
       height: 32px;
       line-height: 30px;
       color: #fff;
       font-size: 14px;
       display: inline-block;
       margin-left: 5px;
       margin-right: 5px;
     }
     .footer .footer_bot a:hover {
       background-color: #c7000a;
       border: solid 1px #c7000a;
     }
     .ej_tit1 .fl {
       color: #333333;
       font-size: 20px;
       font-weight: bold;
     }
     .ej_tit1 .fl .hengxian {
       background-color: #c7000a;
       width: 30px;
       height: 3px;
       margin-top: 8px;
     }
     .ej_tit1 .ej_nav2 {
       margin-left: 180px;
       padding-top: 5px;
     }
     .ej_tit1 .ej_nav2 .swiper-slide {
       width: auto;
       display: inline-block;
       margin-right: 10px;
     }
     .ej_tit1 .ej_nav2 .swiper-slide a {
       color: #333333;
       display: block;
       height: 30px;
       line-height: 30px;
       padding: 0 24px;
       font-size: 14px;
     }
     .ej_tit1 .ej_nav2 .swiper-slide a:hover,
     .ej_tit1 .ej_nav2 .swiper-slide a.on {
       background: #c7000a;
       color: #fff;
     }
     .ej_nav {
       border-bottom: solid 1px #e2e3e4;
     }
     .ej_nav .ej_tit .tit {
       color: #434343;
       font-size: 22px;
     }
     .ej_nav .ej_tit .tit span {
       color: #c7000a;
     }
     .ej_nav .ej_tit .tit1 {
       color: #434343;
       font-size: 16px;
       font-weight: bold;
     }
     .ej_nav .ej_nav1 {
       padding-top: 35px;
       margin-left: 150px;
       text-align: right;
     }
     .ej_nav .ej_nav1 .swiper-container {
       position: relative;
       top: 7px;
       float: right;
     }
     .ej_nav .ej_nav1 .swiper-container .swiper-slide {
       margin-left: 15px;
       padding-bottom: 7px;
     }
     .ej_nav .ej_nav1 .swiper-container .swiper-slide a {
       display: block;
       padding: 0 5px;
       padding-bottom: 15px;
       border-bottom: solid 2px #fff;
       color: #a9a9a9;
       font-size: 14px;
       position: relative;
     }
     .ej_nav .ej_nav1 .swiper-container .swiper-slide a:before {
       content: '';
       width: 11px;
       height: 5px;
       background: url(../images/hongjian.png) no-repeat center center;
       position: absolute;
       bottom: -7px;
       left: 50%;
       margin-left: -5px;
       opacity: 0;
     }
     .ej_nav .ej_nav1 .swiper-container .swiper-slide a.on,
     .ej_nav .ej_nav1 .swiper-container .swiper-slide a:hover {
       border-bottom: solid 2px #c7000a;
     }
     .ej_nav .ej_nav1 .swiper-container .swiper-slide a.on:before {
       opacity: 1;
     }
     .ej_main {
       padding-top: 30px;
     }
     .ej_main .about_main {
       margin-top: 25px;
       padding-bottom: 35px;
     }
     .ej_main .about_main .note {
       color: #333333;
       font-size: 14px;
       line-height: 24px;
       margin-top: 30px;
     }
     .ej_main .about_main .cont {
       color: #fff;
       margin-top: 25px;
       background: #c7000a;
       padding: 35px 0;
     }
     .ej_main .about_main .cont .item {
       width: 33.33%;
       text-align: center;
       position: relative;
     }
     .ej_main .about_main .cont .item:nth-child(1):before {
       display: none;
     }
     .ej_main .about_main .cont .item:before {
       content: '';
       background-color: #e5e5e5;
       width: 3px;
       height: 67px;
       position: absolute;
       top: 50%;
       margin-top: -33px;
       left: 0;
     }
     .ej_main .about_main .cont .item .item_top {
       color: #fff;
       font-size: 14px;
     }
     .ej_main .about_main .cont .item .item_top span {
       font-weight: bold;
       font-size: 36px;
     }
     .ej_main .about_main .cont .item .note {
       color: #ffffff;
       font-size: 14px;
       margin-top: 10px;
     }
     .ej_main .about_main .cont1 {
       margin-top: 30px;
       color: #333333;
       font-size: 14px;
       line-height: 24px;
     }
     .ej_main .about_main .cont1 img {
       max-width: 100%;
       width: auto!important;
       height: auto!important;
       margin-bottom: 20px;
     }
     .footer1 {
       background: #333;
       border-bottom: solid 10px #c70009;
       padding: 25px 0 25px;
       bottom: 0;
       left: 0;
       width: 100%;
     }
     .footer1 .footer1_top {
       color: #ffffff;
       font-size: 14px;
       line-height: 30px;
       text-align: center;
       margin-bottom: 5px;
     }
     .footer1 .footer_top {
       color: #ffffff;
       font-size: 14px;
       line-height: 24px;
       text-align: center;
     }
     .footer1 .footer_bot {
       margin-top: 20px;
       text-align: center;
       line-height: 40px;
     }
     .footer1 .footer_bot .tit {
       background-color: #c7000a;
       width: 93px;
       height: 32px;
       text-align: center;
       line-height: 32px;
       color: #fff;
       font-size: 14px;
       display: inline-block;
       margin-left: 5px;
       margin-right: 5px;
     }
     .footer1 .footer_bot a {
       border: solid 1px #fff;
       padding: 0 20px;
       height: 32px;
       line-height: 30px;
       color: #fff;
       font-size: 14px;
       display: inline-block;
       margin-left: 5px;
       margin-right: 5px;
     }
     .footer1 .footer_bot a:hover {
       background-color: #c7000a;
       border: solid 1px #c7000a;
     }
     .renyuan_m .item {
       margin-top: 20px;
       text-align: center;
     }
     .renyuan_m .item .tit {
       margin-top: 10px;
     }
     .renyuan_m .item .tit a {
       color: #333333;
       font-size: 18px;
     }
     .renyuan_m .item .tit1 {
       color: #666666;
       font-size: 14px;
     }
     .linian_m {
       margin-top: 30px;
     }
     .linian_m .item .contt {
       width: 50%;
       height: 100%;
       position: absolute;
       top: 0;
       right: 0;
     }
     .linian_m .item .contt .contt1 {
       position: absolute;
       top: 50%;
       left: 0;
       width: 100%;
       -webkit-transform: translateY(-50%);
       transform: translateY(-50%);
       padding: 0px 40px;
     }
     .linian_m .item .contt .contt1 .item1 {
       color: #333333;
       font-size: 16px;
       line-height: 30px;
     }
     .linian_m .item .contt .contt1 .item1 .red {
       font-weight: bold;
     }
     .vi_main .item {
       margin-top: 30px;
     }
     .vi_main .item:hover .tit a {
       color: #c7000a;
     }
     .vi_main .item .pic {
       border: solid 1px #e6e6e6;
     }
     .vi_main .item .tit {
       text-align: center;
       padding-top: 15px;
     }
     .vi_main .item .tit a {
       color: #333333;
       font-size: 16px;
     }
     .vi_more {
       margin-top: 40px;
       text-align: center;
     }
     .vi_more a {
       color: #333333;
       font-size: 16px;
     }
     .vi_more a:hover {
       color: #c7000a;
     }
     .story_main {
       padding-top: 20px;
     }
     .story_main ul {
       margin-bottom: 35px;
     }
     .story_main ul li {
       padding: 20px 0;
       border-bottom: solid 1px #e6e6e6;
     }
     .story_main ul li:hover .pic img {
       -webkit-transform: scale(1.1);
       transform: scale(1.1);
     }
     .story_main ul li:hover .contt .tit1 a {
       color: #c7000a;
     }
     .story_main ul li .pic {
       width: 260px;
     }
     .story_main ul li .pic img {
       width: 100%;
     }
     .story_main ul li .contt {
       margin-left: 290px;
     }
     .story_main ul li .contt .tit1 {
       padding-top: 10px;
       overflow: hidden;
       text-overflow: ellipsis;
       white-space: nowrap;
     }
     .story_main ul li .contt .tit1 a {
       color: #333333;
       font-size: 18px;
     }
     .story_main ul li .contt .note1 {
       color: #666666;
       font-size: 14px;
       line-height: 24px;
       margin-top: 10px;
       height: 48px;
       overflow: hidden;
     }
     .story_main ul li .contt .more {
       margin-top: 15px;
     }
     .story_main ul li .contt .more a {
       background-color: #c7000a;
       width: 120px;
       height: 36px;
       display: block;
       text-align: center;
       line-height: 36px;
       color: #fff;
     }
     .xianjin_main {
       padding-top: 10px;
     }
     .xianjin_main .row {
       margin-left: -15px;
       margin-right: -15px;
       margin-bottom: 35px;
     }
     .xianjin_main .row .col-xs-6 {
       padding-left: 15px;
       padding-right: 15px;
     }
     .xianjin_main .row .col-xs-6 .item {
       margin-top: 30px;
     }
     .xianjin_main .row .col-xs-6 .item .contt {
       background: #f6f6f6;
       padding: 12px 15px 20px;
     }
     .xianjin_main .row .col-xs-6 .item .contt .tit1 {
       line-height: 26px;
       height: 52px;
       overflow: hidden;
     }
     .xianjin_main .row .col-xs-6 .item .contt .tit1 a {
       color: #333333;
       font-size: 18px;
     }
     .xianjin_main .row .col-xs-6 .item .contt .note1 {
       color: #666666;
       font-size: 14px;
       line-height: 20px;
       height: 60px;
       overflow: hidden;
       margin-top: 10px;
       margin-bottom: 10px;
     }
     .xianjin_main .row .col-xs-6 .item .contt .date {
       color: #666666;
       font-size: 14px;
     }
     .story_m .left {
       width: 900px;
     }
     .story_m .left .ul1 li {
       border-bottom: solid 1px #e6e6e6;
       padding: 25px 0;
     }
     .story_m .left .ul1 li:hover .contt1 .tit2 a {
       color: #c7000a;
     }
     .story_m .left .ul1 li .date1 {
       background-color: #c70009;
       width: 81px;
       height: 80px;
       text-align: center;
       padding-top: 12px;
     }
     .story_m .left .ul1 li .date1 .day {
       color: #ffffff;
       font-size: 40px;
       font-weight: bold;
       line-height: 40px;
     }
     .story_m .left .ul1 li .date1 .month {
       color: #fff;
       font-size: 14px;
     }
     .story_m .left .ul1 li .contt1 {
       margin-left: 100px;
     }
     .story_m .left .ul1 li .contt1 .tit2 a {
       color: #333333;
       font-size: 18px;
     }
     .story_m .left .ul1 li .contt1 .note2 {
       color: #666666;
       font-size: 14px;
       line-height: 24px;
       margin-top: 5px;
       height: 48px;
       overflow: hidden;
     }
     .story_m .right {
       width: 240px;
     }
     .story_m .right .item1 {
       margin-bottom: 20px;
     }
     .story_m .right .item1:hover .pic img {
       -webkit-transform: scale(1.1);
       transform: scale(1.1);
     }
     .story_m .right .item1:hover .tit1 a {
       color: #c7000a;
     }
     .story_m .right .item1 .pic img {
       width: 100%;
     }
     .story_m .right .item1 .tit1 {
       text-align: center;
       overflow: hidden;
       text-overflow: ellipsis;
       white-space: nowrap;
       padding: 15px 0;
     }
     .story_m .right .item1 .tit1 a {
       color: #333333;
       font-size: 16px;
     }
     .chanye_main {
       margin-left: -15px;
       margin-right: -15px;
       margin-top: 15px;
     }
     .chanye_main .col-xs-6 {
       padding-left: 15px;
       padding-right: 15px;
     }
     .chanye_main .col-xs-6 .item {
       margin-top: 25px;
     }
     .chanye_main .col-xs-6 .item:hover .titt a {
       color: #c7000a;
     }
     .chanye_main .col-xs-6 .item .titt {
       margin-top: 15px;
       overflow: hidden;
       text-overflow: ellipsis;
       white-space: nowrap;
       text-align: center;
     }
     .chanye_main .col-xs-6 .item .titt a {
       color: #333333;
       font-size: 14px;
     }
     .ej_time .f_xl {
       width: 165px;
       height: 46px;
       border: solid 1px #a9a9a9;
       background: url(../images/huijian1.png) no-repeat 130px center;
       margin-left: 20px;
       position: relative;
       cursor: pointer;
     }
     .ej_time .f_xl .xl_note {
       color: #666666;
       font-size: 18px;
       line-height: 44px;
       padding-left: 20px;
     }
     .ej_time .f_xl .fxl_ul {
       position: absolute;
       top: 44px;
       left: -1px;
       width: 165px;
       background: #fff;
       border: solid 1px #a9a9a9;
       display: none;
     }
     .ej_time .f_xl .fxl_ul ul {
       padding-bottom: 0;
       margin-bottom: 0;
     }
     .ej_time .f_xl .fxl_ul ul li {
       padding: 0 30px;
       height: 30px;
       line-height: 30px;
       font-size: 16px;
     }
     .ej_time .f_xl .fxl_ul ul li:hover {
       background: #c7000a;
       color: #fff;
     }
     .rencai_main {
       margin-top: 10px;
       margin-left: -15px;
       margin-right: -15px;
       margin-bottom: 35px;
     }
     .rencai_main .col-xs-12 {
       padding-left: 15px;
       padding-right: 15px;
     }
     .rencai_main .item {
       background: #f5f5f5;
       padding: 35px;
       margin-top: 32px;
     }
     .rencai_main .item:hover .tit1 a {
       color: #c7000a;
     }
     .rencai_main .item .tit1 {
       overflow: hidden;
       text-overflow: ellipsis;
       white-space: nowrap;
     }
     .rencai_main .item .tit1 a {
       color: #333333;
       font-size: 18px;
     }
     .rencai_main .item .date {
       padding: 5px 0;
     }
     .rencai_main .item .note1 {
       color: #666666;
       font-size: 14px;
       line-height: 24px;
       height: 48px;
       overflow: hidden;
     }
     .rencai_main .item .more a {
       display: block;
       margin-top: 15px;
       background-color: #c7000a;
       width: 120px;
       height: 36px;
       text-align: center;
       line-height: 36px;
       color: #fff;
       font-size: 14px;
     }
     .chanye_main1 {
       margin-bottom: 0;
       margin-top: 0;
     }
     .gzh_main {
       padding: 85px 0 160px;
     }
     .gzh_main .item {
       margin-left: 62px;
       margin-right: 62px;
     }
     .gzh_main .item .pic {
       width: 172px;
       border: solid 1px #dedede;
     }
     .gzh_main .item .pic img {
       width: 172px;
     }
     .gzh_main .item .tit1 {
       color: #333333;
       font-size: 16px;
       margin-top: 20px;
       text-align: center;
     }
     .notice_main {
       padding-top: 40px;
       padding-bottom: 25px;
     }
     .notice_main ul li {
       margin-top: 10px;
       height: 56px;
       background: #f5f5f5;
       line-height: 56px;
       padding: 0 30px 0 30px;
     }
     .notice_main ul li:hover {
       background: #c7000a;
     }
     .notice_main ul li:hover .date {
       color: #fff;
     }
     .notice_main ul li:hover .tit1 a {
       color: #fff;
     }
     .notice_main ul li:hover .tit1 a span {
       background: #fff;
     }
     .notice_main ul li .date {
       color: #666666;
       font-size: 14px;
     }
     .notice_main ul li .tit1 {
       margin-right: 200px;
       overflow: hidden;
       text-overflow: ellipsis;
       white-space: nowrap;
     }
     .notice_main ul li .tit1 a {
       color: #333333;
       font-size: 16px;
     }
     .notice_main ul li .tit1 a .dian {
       width: 6px;
       height: 6px;
       background: #333;
       border-radius: 50%;
       margin-right: 10px;
       display: inline-block;
       vertical-align: middle;
     }
     .contact_main {
       margin-top: 30px;
     }
     .contact_main .contact_bot .item {
       background: #f5f5f5;
       padding: 30px;
       margin-top: 35px;
       color: #333333;
     }
     .contact_main .contact_bot .item:hover {
       background: #c7000a;
       color: #fff;
     }
     .contact_main .contact_bot .item:hover .item_top .icon img.imgga {
       opacity: 0;
     }
     .contact_main .contact_bot .item:hover .item_top .icon img.imggb {
       opacity: 1;
     }
     .contact_main .contact_bot .item .item_top {
       font-size: 18px;
     }
     .contact_main .contact_bot .item .item_top .icon {
       width: 28px;
       height: 28px;
       margin-right: 10px;
     }
     .contact_main .contact_bot .item .item_top .icon img {
       top: 0;
       left: 0;
     }
     .contact_main .contact_bot .item .item_top .icon img.imggb {
       opacity: 0;
     }
     .contact_main .contact_bot .item .contt {
       font-size: 14px;
       line-height: 28px;
       margin-top: 12px;
     }
   }
   @media (max-width: 1366px) {
     .container {
       width: 1230px;
     }
     .header {
       height: 80px;
     }
     .header .logo {
       left: 40px;
       top: 20px;
     }
     .header .logo img {
       height: 40px;
     }
     .header .header_right {
       top: 30px;
       right: 40px;
     }
     .header .index_nav {
       right: 220px;
       left: 320px;
       top: 0px;
     }
     .header .index_nav > ul {
       text-align: center;
       display:none;
     }
     .header .index_nav > ul > li {
       float: none;
       display: inline-block;
       position: relative;
     }
     .header .index_nav > ul > li > a {
       display: block;
       font-size: 14px;
       line-height: 70px;
     }
     .bigtk .tk_header {
       height: 80px;
     }
     .bigtk .tk_header .logo {
       left: 40px;
       top: 20px;
     }
     .bigtk .tk_header .logo img {
       height: 40px;
     }
     .bigtk .tk_header .tk_close {
       right: 40px;
     }
     .bigtk .tk_cont {
       position: absolute;
       top: 80px;
       left: 0;
       bottom: 0;
       width: 100%;
     }
     .bigtk .tk_cont.tk_nav {
       background: url(../images/bigbg1.jpg) no-repeat center bottom #fff;
       padding-top: 40px;
       font-size: 0;
     }
     .bigtk .tk_cont.tk_nav .item {
       display: inline-block;
       vertical-align: top;
       width: 12.5%;
       text-align: left;
     }
     .bigtk .tk_cont.tk_nav .item .tit a {
       color: #333333;
       font-size: 16px;
     }
     .bigtk .tk_cont.tk_nav .item ul {
       margin-top: 15px;
     }
     .bigtk .tk_cont.tk_nav .item ul li {
       line-height: 30px;
     }
     .bigtk .tk_cont.tk_nav .item ul li a {
       color: #666666;
       font-size: 14px;
     }
     .bigtk .tk_cont.tk_search .tk_ss {
       width: 750px;
       position: absolute;
       top: 40%;
       left: 50%;
       -webkit-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
     }
     .bigtk .tk_cont.tk_search .tk_ss .ss_top {
       width: 600px;
       height: 52px;
       margin-left: auto;
       margin-right: auto;
       border: solid 1px #333;
     }
     .bigtk .tk_cont.tk_search .tk_ss .ss_top .ss_btn {
       width: 50px;
       height: 50px;
       border: 0;
       background: url(../images/fdj2.png) no-repeat center center;
       margin-right: 10px;
     }
     .bigtk .tk_cont.tk_search .tk_ss .ss_top .ss_cont {
       margin-right: 70px;
       height: 100%;
     }
     .bigtk .tk_cont.tk_search .tk_ss .ss_top .ss_cont .ss_inp {
       width: 100%;
       height: 100%;
       background: none;
       border: 0;
       font-size: 14px;
       padding: 0 15px;
     }
     .bigtk .tk_cont.tk_search .tk_ss .ss_bot {
       margin-top: 40px;
       text-align: left;
     }
     .bigtk .tk_cont.tk_search .tk_ss .ss_bot .tit {
       color: #999999;
       font-size: 16px;
     }
     .bigtk .tk_cont.tk_search .tk_ss .ss_bot .cont {
       margin-top: 10px;
       height: 180px;
     }
     .bigtk .tk_cont.tk_search .tk_ss .ss_bot .cont ul li {
       width: 50%;
       height: 30px;
       overflow: hidden;
       text-overflow: ellipsis;
       white-space: nowrap;
     }
     .bigtk .tk_cont.tk_search .tk_ss .ss_bot .cont ul li a {
       color: #333333;
       font-size: 14px;
       line-height: 30px;
     }
     .bigtk .tk_cont.tk_search .tk_ss .ss_bot .cont ul li a:hover {
       color: #c7000a;
     }
     .banner .prev,
     .banner .next {
       -webkit-transform: scale(0.6);
       transform: scale(0.6);
     }
     .banner .prev {
       left: 5%;
     }
     .banner .next {
       right: 5%;
     }
   }
   @media (max-width: 1280px) {
     .container {
       width: 100%;
     }
     .story_m .left {
       width: 70%;
     }
     .story_m .right {
       width: 26%;
     }
   }
   @media (min-width: 991px) {
     .ej_nav1 .swiper-slide {
       display: inline-block;
       width: auto;
     }
   }
   @media (max-width: 991px) {
     .menu {
       display: block;
       font-size: 18px;
       top: 15px;
       right: 15px;
       display: none;
     }
     .menu_close {
       position: fixed;
       display: block;
       font-size: 14px;
       left: auto;
       right: 0;
       z-index: 11;
       border-radius: 0 0 100% 100%;
       display: none;
     }
     .header {
       height: 60px;
     }
     .header .logo {
       top: 12px;
       left: 15px;
     }
     .header .logo img {
       height: 36px;
     }
     .header .header_right {
       right: 15px;
       top: 20px;
     }
     .header .header_top {
       display: none;
     }
     .header .index_nav {
       display: none;
     }
     .bigtk .tk_header {
       height: 60px;
     }
     .bigtk .tk_header .logo {
       top: 12px;
       left: 15px;
     }
     .bigtk .tk_header .logo img {
       height: 36px;
     }
     .bigtk .tk_header .tk_close {
       right: 15px;
     }
     .bigtk .tk_cont {
       position: absolute;
       top: 60px;
       left: 0;
       bottom: 0;
       width: 100%;
     }
     .bigtk .tk_cont.tk_nav {
       background: url(../images/bigbg1.jpg) no-repeat center bottom #fff;
       padding-top: 20px;
       font-size: 0;
       text-align: left;
     }
     .bigtk .tk_cont.tk_nav .item {
       display: inline-block;
       vertical-align: top;
       width: 33%;
       text-align: left;
     }
     .bigtk .tk_cont.tk_nav .item .tit a {
       color: #333333;
       font-size: 16px;
     }
     .bigtk .tk_cont.tk_nav .item ul {
       margin-top: 10px;
     }
     .bigtk .tk_cont.tk_nav .item ul li {
       line-height: 22px;
     }
     .bigtk .tk_cont.tk_nav .item ul li a {
       color: #666666;
       font-size: 14px;
     }
     .bigtk .tk_cont.tk_search .tk_ss {
       width: 100%;
       padding-left: 15px;
       padding-right: 15px;
       position: absolute;
       top: 50%;
       left: 0%;
       -webkit-transform: translate(0%, -50%);
       transform: translate(0%, -50%);
     }
     .bigtk .tk_cont.tk_search .tk_ss .ss_top {
       width: 100%;
       height: 42px;
       margin-left: auto;
       margin-right: auto;
       border: solid 1px #333;
     }
     .bigtk .tk_cont.tk_search .tk_ss .ss_top .ss_btn {
       width: 40px;
       height: 40px;
       border: 0;
       background: url(../images/fdj2.png) no-repeat center center;
       margin-right: 10px;
     }
     .bigtk .tk_cont.tk_search .tk_ss .ss_top .ss_cont {
       margin-right: 60px;
       height: 100%;
     }
     .bigtk .tk_cont.tk_search .tk_ss .ss_top .ss_cont .ss_inp {
       width: 100%;
       height: 100%;
       background: none;
       border: 0;
       font-size: 14px;
       padding: 0 15px;
     }
     .bigtk .tk_cont.tk_search .tk_ss .ss_bot {
       margin-top: 20px;
       text-align: left;
     }
     .bigtk .tk_cont.tk_search .tk_ss .ss_bot .tit {
       color: #999999;
       font-size: 16px;
     }
     .bigtk .tk_cont.tk_search .tk_ss .ss_bot .cont {
       margin-top: 10px;
       height: 360px;
     }
     .bigtk .tk_cont.tk_search .tk_ss .ss_bot .cont ul li {
       width: 100%;
       height: 30px;
       overflow: hidden;
       text-overflow: ellipsis;
       white-space: nowrap;
     }
     .bigtk .tk_cont.tk_search .tk_ss .ss_bot .cont ul li a {
       color: #333333;
       font-size: 14px;
       line-height: 30px;
     }
     .bigtk .tk_cont.tk_search .tk_ss .ss_bot .cont ul li a:hover {
       color: #c7000a;
     }
     .bigtk .tk_cont.tk_link .link_m {
       position: absolute;
       top: 40%;
       left: 0;
       width: 100%;
       padding: 0 15px;
       -webkit-transform: translateY(-50%);
       transform: translateY(-50%);
       text-align: center;
     }
     .bigtk .tk_cont.tk_link .link_m .tit {
       color: #333333;
       font-size: 24px;
     }
     .bigtk .tk_cont.tk_link .link_m .cont a {
       display: inline-block;
       min-width: 240px;
       height: 30px;
       padding: 0 15px;
       border: solid 1px #333333;
       line-height: 28px;
       color: #333333;
       font-size: 14px;
       margin: 0 10px;
       margin-top: 20px;
     }
     .bigtk .tk_cont.tk_link .link_m .cont a:hover {
       color: #fff;
       background: #c7000a;
       border: solid 1px #c7000a;
     }
     .banner .prev,
     .banner .next {
       -webkit-transform: scale(1);
       transform: scale(1);
       width: 17px;
       height: 32px;
       margin-top: 0;
       background-size: cover!important;
     }
     .banner #owl-demo1 {
       height: auto;
     }
     .banner #owl-demo1 .owl-dots {
       bottom: 20px;
     }
     .banner #owl-demo1 .owl-dots .owl-dot {
       width: 20px;
       height: 2px;
       margin-left: 5px;
       margin-right: 5px;
     }
     .banner #owl-demo1 .item {
       height: auto;
       background: none!important;
     }
     .banner #owl-demo1 .item img {
       display: block;
     }
     .banner2 #owl-demo2 {
       height: auto;
     }
     .banner2 #owl-demo2 .owl-dots {
       bottom: 20px;
     }
     .banner2 #owl-demo2 .owl-dots .owl-dot {
       width: 20px;
       height: 2px;
       margin-left: 5px;
       margin-right: 5px;
     }
     .banner2 #owl-demo2 .item {
       height: auto;
       background: none!important;
     }
     .banner2 #owl-demo2 .item img {
       display: block;
     }
     #menu {
       display: none;
     }
     .sec_main {
       position: static;
       top: 0%;
       left: 0;
       -webkit-transform: translateY(0%);
       transform: translateY(0%);
       width: 100%;
       margin-top: 0px;
     }
     .sec_tit {
       text-align: center;
     }
     .sec_tit.black .hengxian {
       background: #000;
     }
     .sec_tit.black .tit {
       color: #000;
     }
     .sec_tit .hengxian {
       width: 20px;
       height: 3px;
       background: #fff;
     }
     .sec_tit .tit {
       margin-left: 10px;
       margin-right: 10px;
       color: #fff;
       font-size: 18px;
       font-weight: bold;
     }
     .sec_tit .tit span {
       color: #c7000a;
     }
     .section2 {
       padding: 30px 0;
     }
     .section2 .sec_main .cont {
       color: #fff;
       font-size: 14px;
       line-height: 22px;
       margin-top: 15px;
       text-align: center;
       display: none;
     }
     .section2 .sec_main .more {
       margin-top: 15px;
     }
     .section2 .sec_main .more a {
       color: #fff;
       font-size: 14px;
     }
     .section2 .sec_main .more a:hover img {
       margin-right: 15px;
     }
     .section2 .sec_main .more a img {
       margin-right: 10px;
     }
     .section2 .sec_main .bot {
       margin-top: 15px;
       width: 100%;
       margin-left: auto;
       margin-right: auto;
     }
     .section2 .sec_main .bot .item {
       width: 33.33%;
       text-align: center;
     }
     .section2 .sec_main .bot .item .item_top {
       color: #c7000a;
       font-size: 14px;
     }
     .section2 .sec_main .bot .item .item_top span {
       font-weight: bold;
       font-size: 22px;
     }
     .section2 .sec_main .bot .item .note {
       /* color: #ffffff; */
       font-size: 12px;
       margin-top: 0px;
     }
     .section3 {
       overflow: hidden;
     }
     .section3 .item {
       width: 100%;
       height: auto;
       border-left: solid 1px rgba(255, 255, 255, 0.5);
       background: rgba(109, 0, 9, 0.7);
       padding-bottom: 30px;
       text-align: center;
     }
     .section3 .item:nth-child(2n) .item_abs {
       margin-top: 0px;
     }
     .section3 .item:nth-child(1) {
       border-left: 0;
       padding-top: 30px;
     }
     .section3 .item:hover {
       background: rgba(109, 0, 9, 0.7);
     }
     .section3 .item:hover .item_abs .xuhao:before {
       width: 30px;
     }
     .section3 .item:hover .item_abs .more {
       opacity: 1;
     }
     .section3 .item .item_abs {
       position: static;
       width: 100%;
       top: 0%;
       -webkit-transform: translateY(0%);
       transform: translateY(0%);
       padding: 0 15px;
       margin-top: 0px;
     }
     .section3 .item .item_abs .xuhao {
       color: #fff;
       font-size: 30px;
       font-family: '宋体';
       line-height: 30px;
       position: relative;
     }
     .section3 .item .item_abs .xuhao:before {
       content: "";
       width: 17px;
       height: 7px;
       background: #fff;
       position: absolute;
       top: 50%;
       left: -50px;
       margin-top: -4px;
       -webkit-transition: all 0.4s ease-in-out;
       transition: all 0.4s ease-in-out;
     }
     .section3 .item .item_abs .tit {
       color: #ffffff;
       font-size: 18px;
       margin-top: 0px;
     }
     .section3 .item .item_abs .tit1 {
       color: #fff;
       font-size: 14px;
       margin-top: 5px;
     }
     .section3 .item .item_abs .note {
       color: #fff;
       font-size: 14px;
       line-height: 22px;
       margin-top: 10px;
     }
     .section3 .item .item_abs .more {
       opacity: 1;
       margin-top: 10px;
     }
     .section3 .item .item_abs .more img {
       width: 30px;
     }
     .section3 .item .item_abs .more a {
       width: 30px;
       display: block;
       margin-left: auto;
       margin-right: auto;
     }
     .section5 {
       padding: 30px 0;
     }
     .section5 .xxk {
       margin-top: 10px;
       text-align: center;
     }
     .section5 .xxk .xxk1 {
       width: 100px;
       height: 28px;
       border: solid 1px #666666;
       text-align: center;
       line-height: 26px;
       color: #666666;
       display: inline-block;
       font-size: 14px;
       margin-left: 5px;
       margin-right: 5px;
       margin-top: 10px;
     }
     .section5 .xxk .xxk1.on {
       background: #c7000a;
       color: #fff;
       border: solid 1px #c7000a;
     }
     .section5 .xxkqh {
       margin-top: 0px;
     }
     .section5 .xxkqh .row {
       margin-left: -6px;
       margin-right: -6px;
     }
     .section5 .xxkqh .row .col-xs-6 {
       padding-left: 6px;
       padding-right: 6px;
     }
     .section5 .xxkqh .item {
       margin-top: 15px;
     }
     .section5 .xxkqh .item:hover .pic .picspan {
       -webkit-transform: scale(1.1);
       transform: scale(1.1);
     }
     .section5 .xxkqh .item:hover .cont .tit a {
       color: #c7000a;
     }
     .section5 .xxkqh .item .pic {
       width: 100%;
       position: relative;
     }
     .section5 .xxkqh .item .cont .tit {
       margin-top: 10px;
       margin-bottom: 5px;
       overflow: hidden;
       text-overflow: ellipsis;
       white-space: nowrap;
     }
     .section5 .xxkqh .item .cont .tit a {
       color: #333333;
       font-size: 16px;
     }
     .section5 .xxkqh .item .cont .note {
       color: #666666;
       font-size: 14px;
       line-height: 22px;
       height: 44px;
       overflow: hidden;
     }
     .section5 .xxkqh .item .cont .date {
       color: #666666;
       font-size: 14px;
       margin-top: 5px;
     }
     .section5 .xxkqh .more {
       margin-top: 15px;
     }
     .section5 .xxkqh .more a {
       width: 100px;
       height: 30px;
       background: #c7000a;
       color: #fff;
       font-size: 14px;
       text-align: center;
       line-height: 30px;
       display: block;
       margin-left: auto;
       margin-right: auto;
     }
     .section6 .sec6_main {
       background-color: rgba(199, 0, 10, 0.5);
       width: 100%;
       height: auto;
       position: static;
       margin-top: 0px;
       left: 50%;
       margin-left: 0px;
       padding: 20px;
     }
     .section6 .sec6_main .logo {
       width: 100px;
       border-right: solid 1px #fff;
     }
     .section6 .sec6_main .logo img {
       width: 80px;
     }
     .section6 .sec6_main .sec6_m {
       margin-left: 110px;
       padding-top: 0px;
     }
     .section6 .sec6_main .sec6_m .item {
       color: #fff;
       font-size: 14px;
       line-height: 22px;
       margin-top: 0px;
     }
     .footer {
       background: rgba(0, 0, 0, 0.8);
       padding: 15px;
       position: static;
       bottom: 0;
       left: 0;
       width: 100%;
     }
     .footer .footer_top {
       color: #ffffff;
       font-size: 12px;
       line-height: 22px;
       text-align: center;
     }
     .footer .footer_bot {
       display: none;
     }
     .mobileshow {
       display: block;
     }
     .pcshow {
       display: none;
     }
     .ej_tit1 .fl {
       color: #333333;
       font-size: 16px;
       font-weight: bold;
     }
     .ej_tit1 .fl .hengxian {
       background-color: #c7000a;
       width: 20px;
       height: 2px;
       margin-top: 6px;
     }
     .ej_tit1 .ej_nav2 {
       margin-left: 100px;
       padding-top: 5px;
     }
     .ej_tit1 .ej_nav2 .swiper-slide {
       width: auto;
       display: inline-block;
       margin-right: 0px;
     }
     .ej_tit1 .ej_nav2 .swiper-slide a {
       color: #333333;
       display: block;
       height: 24px;
       line-height: 24px;
       padding: 0 10px;
       font-size: 14px;
     }
     .ej_tit1 .ej_nav2 .swiper-slide a:hover,
     .ej_tit1 .ej_nav2 .swiper-slide a.on {
       background: #c7000a;
       color: #fff;
     }
     .ej_nav {
       border-bottom: solid 1px #e2e3e4;
     }
     .ej_nav .ej_tit {
       width: 120px;
     }
     .ej_nav .ej_tit .tit {
       color: #434343;
       font-size: 18px;
       font-weight: bold;
     }
     .ej_nav .ej_tit .tit span {
       color: #c7000a;
     }
     .ej_nav .ej_tit .tit1 {
       color: #434343;
       font-size: 12px;
       font-weight: bold;
     }
     .ej_nav .ej_nav1 {
       padding-top: 15px;
       margin-left: 120px;
       text-align: right;
     }
     .ej_nav .ej_nav1 .swiper-container {
       position: relative;
       top: 7px;
       float: none;
     }
     .ej_nav .ej_nav1 .swiper-container .swiper-slide {
       margin-left: 0px;
       padding-bottom: 7px;
       width: auto;
     }
     .ej_nav .ej_nav1 .swiper-container .swiper-slide a {
       display: block;
       padding: 0 5px;
       padding-bottom: 10px;
       border-bottom: solid 2px #fff;
       color: #a9a9a9;
       font-size: 14px;
       position: relative;
     }
     .ej_nav .ej_nav1 .swiper-container .swiper-slide a:before {
       content: '';
       width: 11px;
       height: 5px;
       background: url(../images/hongjian.png) no-repeat center center;
       position: absolute;
       bottom: -7px;
       left: 50%;
       margin-left: -5px;
       opacity: 0;
     }
     .ej_nav .ej_nav1 .swiper-container .swiper-slide a.on,
     .ej_nav .ej_nav1 .swiper-container .swiper-slide a:hover {
       border-bottom: solid 2px #c7000a;
     }
     .ej_nav .ej_nav1 .swiper-container .swiper-slide a.on:before {
       opacity: 0;
     }
     .ej_main {
       padding-top: 20px;
     }
     .ej_main .about_main {
       margin-top: 20px;
       padding-bottom: 25px;
     }
     .ej_main .about_main .note {
       color: #333333;
       font-size: 14px;
       line-height: 24px;
       margin-top: 15px;
     }
     .ej_main .about_main .cont {
       color: #fff;
       margin-top: 15px;
       background: #c7000a;
       padding: 15px 0;
     }
     .ej_main .about_main .cont .item {
       width: 33.33%;
       text-align: center;
     }
     .ej_main .about_main .cont .item:before {
       display: none;
     }
     .ej_main .about_main .cont .item .item_top {
       color: #fff;
       font-size: 14px;
     }
     .ej_main .about_main .cont .item .item_top span {
       font-weight: bold;
       font-size: 22px;
     }
     .ej_main .about_main .cont .item .note {
       color: #ffffff;
       font-size: 12px;
       margin-top: 0px;
     }
     .ej_main .about_main .cont1 {
       margin-top: 20px;
       color: #333333;
       font-size: 14px;
       line-height: 24px;
     }
     .ej_main .about_main .cont1 img {
       max-width: 100%;
       width: auto!important;
       height: auto!important;
       margin-bottom: 10px;
     }
     .footer1 {
       background: #333;
       border-bottom: solid 5px #c70009;
       padding: 15px 0 15px;
       bottom: 0;
       left: 0;
       width: 100%;
     }
     .footer1 .footer1_top {
       color: #ffffff;
       font-size: 14px;
       line-height: 24px;
       text-align: center;
       margin-bottom: 5px;
     }
     .footer1 .footer_top {
       color: #ffffff;
       font-size: 12px;
       line-height: 22px;
       text-align: center;
     }
     .footer1 .footer_bot {
       display: none;
     }
     .renyuan_m {
       margin-left: -6px;
       margin-right: -6px;
     }
     .renyuan_m .col-xs-6 {
       padding-left: 6px;
       padding-right: 6px;
     }
     .renyuan_m .item {
       margin-top: 15px;
       text-align: center;
     }
     .renyuan_m .item .tit {
       margin-top: 5px;
     }
     .renyuan_m .item .tit a {
       color: #333333;
       font-size: 16px;
     }
     .renyuan_m .item .tit1 {
       color: #666666;
       font-size: 14px;
     }
     .zc_main .pic {
       margin-top: 20px;
     }
     .zc_main .pic img {
       width: auto!important;
       height: auto!important;
       max-width: 100%;
     }
     .zc_main .zc_m {
       margin-top: 40px;
       background: #f8f8f8;
       padding: 25px 15px 15px;
       position: relative;
       margin-bottom: 20px;
       box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
     }
     .zc_main .zc_m .yinhao {
       width: 32px;
       position: absolute;
       top: -15px;
       left: 15px;
     }
     .zc_main .zc_m .tit {
       color: #333333;
       font-size: 18px;
     }
     .zc_main .zc_m .note1 {
       color: #333333;
       font-size: 14px;
       line-height: 24px;
     }
     .zc_main .zc_m .note1 p {
       text-indent: 28px;
       margin-top: 10px;
     }
     .qianming img {
       width: 80px;
     }
     .jiagou_m {
       padding: 20px 0 0;
       text-align: center;
     }
     .jiagou_m img {
       max-width: 100%;
     }
     .linian_m {
       margin-top: 20px;
     }
     .linian_m .item {
       position: relative;
       margin-top: 15px;
     }
     .linian_m .item:nth-child(2n) .pic {
       float: none;
     }
     .linian_m .item:nth-child(2n) .contt {
       left: 0;
       right: auto;
     }
     .linian_m .item .pic {
       width: 100%;
       float: none;
     }
     .linian_m .item .pic img {
       width: 100%;
     }
     .linian_m .item .contt {
       width: 100%;
       height: auto;
       position: static;
       top: 0;
       right: 0;
       margin-top: 5px;
     }
     .linian_m .item .contt .contt1 {
       position: static;
       top: 0%;
       left: 0;
       width: 100%;
       -webkit-transform: translateY(0%);
       transform: translateY(0%);
       padding: 0px;
     }
     .linian_m .item .contt .contt1 .item1 {
       color: #333333;
       font-size: 14px;
       line-height: 24px;
     }
     .linian_m .item .contt .contt1 .item1 .red {
       font-weight: bold;
     }
     .vi_main {
       margin-left: -6px;
       margin-right: -6px;
     }
     .vi_main .col-xs-6 {
       padding-left: 6px;
       padding-right: 6px;
     }
     .vi_main .item {
       margin-top: 15px;
     }
     .vi_main .item:hover .tit a {
       color: #c7000a;
     }
     .vi_main .item .pic {
       border: solid 1px #e6e6e6;
     }
     .vi_main .item .tit {
       text-align: center;
       padding-top: 5px;
     }
     .vi_main .item .tit a {
       color: #333333;
       font-size: 14px;
     }
     .vi_more {
       margin-top: 20px;
       text-align: center;
     }
     .vi_more a {
       color: #333333;
       font-size: 14px;
     }
     .vi_more a img {
       width: 20px;
       margin-right: 5px;
     }
     .vi_more a:hover {
       color: #c7000a;
     }
     .story_main {
       padding-top: 0px;
       margin-top: -15px;
     }
     .story_main ul {
       margin-bottom: 20px;
     }
     .story_main ul li {
       padding: 15px 0;
       border-bottom: solid 1px #e6e6e6;
     }
     .story_main ul li:hover .pic img {
       -webkit-transform: scale(1.1);
       transform: scale(1.1);
     }
     .story_main ul li:hover .contt .tit1 a {
       color: #c7000a;
     }
     .story_main ul li .pic {
       width: 100%;
       float: none;
       display: block;
     }
     .story_main ul li .pic img {
       width: 100%;
     }
     .story_main ul li .contt {
       margin-left: 0px;
     }
     .story_main ul li .contt .tit1 {
       padding-top: 10px;
       overflow: hidden;
       text-overflow: ellipsis;
       white-space: nowrap;
     }
     .story_main ul li .contt .tit1 a {
       color: #333333;
       font-size: 16px;
     }
     .story_main ul li .contt .note1 {
       color: #666666;
       font-size: 14px;
       line-height: 24px;
       margin-top: 5px;
       height: auto;
       overflow: hidden;
       margin-bottom: 10px;
     }
     .story_main ul li .contt .more {
       margin-top: 10px;
     }
     .story_main ul li .contt .more a {
       background-color: #c7000a;
       width: 90px;
       height: 30px;
       display: block;
       text-align: center;
       line-height: 30px;
       color: #fff;
       font-size: 14px;
     }
     .pages {
       text-align: center;
     }
     .pages a {
       height: 30px;
       border: solid 1px #dcdcdc;
       line-height: 28px;
       color: #666666;
       font-size: 14px;
       display: inline-block;
       padding: 0 15px;
       display: none;
     }
     .xianjin_main {
       padding-top: 10px;
     }
     .xianjin_main .row {
       margin-left: -6px;
       margin-right: -6px;
       margin-bottom: 15px;
     }
     .xianjin_main .row .col-xs-6 {
       padding-left: 6px;
       padding-right: 6px;
     }
     .xianjin_main .row .col-xs-6 .item {
       margin-top: 15px;
     }
     .xianjin_main .row .col-xs-6 .item .contt {
       background: #f6f6f6;
       padding: 10px;
     }
     .xianjin_main .row .col-xs-6 .item .contt .tit1 {
       line-height: 22px;
       height: 44px;
       overflow: hidden;
     }
     .xianjin_main .row .col-xs-6 .item .contt .tit1 a {
       color: #333333;
       font-size: 16px;
     }
     .xianjin_main .row .col-xs-6 .item .contt .note1 {
       color: #666666;
       font-size: 14px;
       line-height: 20px;
       height: 60px;
       overflow: hidden;
       margin-top: 8px;
       margin-bottom: 8px;
     }
     .xianjin_main .row .col-xs-6 .item .contt .date {
       color: #666666;
       font-size: 14px;
     }
     .story_m .left {
       width: 100%;
       float: none;
     }
     .story_m .left .ul1 li {
       border-bottom: solid 1px #e6e6e6;
       padding: 15px 0;
     }
     .story_m .left .ul1 li .date1 {
       background-color: #c70009;
       width: 61px;
       height: 60px;
       text-align: center;
       padding-top: 8px;
     }
     .story_m .left .ul1 li .date1 .day {
       color: #ffffff;
       font-size: 30px;
       font-weight: bold;
       line-height: 30px;
     }
     .story_m .left .ul1 li .date1 .month {
       color: #fff;
       font-size: 12px;
     }
     .story_m .left .ul1 li .contt1 {
       margin-left: 70px;
     }
     .story_m .left .ul1 li .contt1 .tit2 {
       line-height: 20px;
       height: 20px;
       overflow: hidden;
       text-overflow: ellipsis;
       white-space: nowrap;
     }
     .story_m .left .ul1 li .contt1 .tit2 a {
       color: #333333;
       font-size: 16px;
     }
     .story_m .left .ul1 li .contt1 .note2 {
       color: #666666;
       font-size: 14px;
       line-height: 24px;
       margin-top: 5px;
       height: 48px;
       overflow: hidden;
     }
     .story_m .right {
       width: 100%;
       float: none;
       margin-top: 30px;
     }
     .story_m .right .row {
       margin-left: -6px;
       margin-right: -6px;
     }
     .story_m .right .row .col-xs-6 {
       padding-left: 6px;
       padding-right: 6px;
     }
     .story_m .right .item1 {
       margin-bottom: 10px;
       width: 100%;
       float: left;
     }
     .story_m .right .item1:hover .pic img {
       -webkit-transform: scale(1.1);
       transform: scale(1.1);
     }
     .story_m .right .item1:hover .tit1 a {
       color: #c7000a;
     }
     .story_m .right .item1 .pic img {
       width: 100%;
     }
     .story_m .right .item1 .tit1 {
       text-align: center;
       overflow: hidden;
       text-overflow: ellipsis;
       white-space: nowrap;
       padding: 5px 0;
     }
     .story_m .right .item1 .tit1 a {
       color: #333333;
       font-size: 14px;
     }
     .dashiji_main {
       padding: 30px 0;
     }
     .dashiji_main .dashiji_m {
       background: url(../images/shuxian1.jpg) repeat-y center;
     }
     .dashiji_main .dashiji_m .item:nth-child(1) .item1 {
       margin-top: 0;
     }
     .dashiji_main .dashiji_m .item:nth-child(2n+1) .item1 {
       float: right;
       padding-right: 0;
       padding-left: 20px;
       text-align: left;
     }
     .dashiji_main .dashiji_m .item:nth-child(2n+1) .item1:before {
       right: auto;
       left: -10px;
     }
     .dashiji_main .dashiji_m .item:nth-child(2n+1) .item1 .year:before {
       right: auto;
       left: 0;
     }
     .dashiji_main .dashiji_m .item .item1 {
       width: 50%;
       float: left;
       padding-right: 20px;
       text-align: right;
       position: relative;
       margin-top: -100px;
     }
     .dashiji_main .dashiji_m .item .item1:before {
       content: '';
       width: 20px;
       height: 20px;
       background: url(../images/hongdian.png) no-repeat center center;
       position: absolute;
       top: 0;
       right: -10px;
     }
     .dashiji_main .dashiji_m .item .item1 .year {
       color: #333333;
       font-size: 18px;
       border-bottom: solid 1px #c7000a;
       position: relative;
       padding-bottom: 10px;
       margin-top: -5px;
     }
     .dashiji_main .dashiji_m .item .item1 .year:before {
       content: '';
       width: 60px;
       height: 5px;
       background: #c7000a;
       position: absolute;
       right: 0;
       bottom: -3px;
     }
     .dashiji_main .dashiji_m .item .item1 .note1 {
       margin-top: 10px;
       color: #333333;
       font-size: 12px;
       line-height: 20px;
     }
     .dashiji_main .dashiji_m .item .item1 .pic {
       margin-top: 10px;
     }
     .dashiji_main .dashiji_m .item .item1 .pic img {
       display: inline-block;
       width: auto;
       max-width: 100%;
     }
     .news_details {
       margin-top: 20px;
     }
     .news_details .news_top {
       background: #f5f5f5;
       padding: 15px;
     }
     .news_details .news_top .titt {
       color: #333333;
       font-size: 18px;
       font-weight: bold;
     }
     .news_details .news_top .note2 {
       margin-top: 10px;
     }
     .news_details .news_top .note2 .item {
       color: #666666;
       font-size: 14px;
     }
     .news_details .news_top .note2 .item.fl {
       margin-right: 30px;
     }
     .news_details .news_top .note2 .item a {
       color: #666666;
     }
     .news_details .news_cont {
       margin-top: 20px;
       color: #666666;
       font-size: 16px;
       line-height: 2;
       padding-bottom: 20px;
     }
     .news_details .news_cont img {
       max-width: 100%;
       width: auto!important;
       height: auto!important;
       margin-bottom: 15px;
     }
     .fanye {
       border-top: solid 1px #e5e5e5;
       border-bottom: solid 1px #e5e5e5;
       padding: 15px 0;
     }
     .fanye div {
       width: 100%;
       overflow: hidden;
       text-overflow: ellipsis;
       white-space: nowrap;
       float: none;
     }
     .fanye div a {
       color: #666666;
       font-size: 14px;
     }
     .fanye div a:hover {
       color: #c7000a;
     }
     .map1 {
       margin-top: 20px;
     }
     .map1 .pic img {
       width: 100%;
     }
     .map1 .map1_list .item {
       margin-top: 20px;
     }
     .map1 .map1_list .item .tit {
       font-size: 16px;
     }
     .map1 .map1_list .item .contt ul li {
       line-height: 26px;
     }
     .map1 .map1_list .item .contt ul li a {
       color: #333;
       font-size: 14px;
     }
     .chanye_main {
       margin-left: -6px;
       margin-right: -6px;
       margin-top: 5px;
     }
     .chanye_main .col-xs-6 {
       padding-left: 6px;
       padding-right: 6px;
     }
     .chanye_main .col-xs-6 .item {
       margin-top: 15px;
     }
	 .chanye_main .col-xs-6:nth-child(1) .item,.chanye_main .col-xs-6:nth-child(2) .item {
       margin-top: 0;
     }
     .chanye_main .col-xs-6 .item:hover .titt a {
       color: #c7000a;
     }
     .chanye_main .col-xs-6 .item .titt {
       margin-top: 5px;
       overflow: hidden;
       text-overflow: ellipsis;
       white-space: nowrap;
       text-align: center;
     }
     .chanye_main .col-xs-6 .item .titt a {
       color: #333333;
       font-size: 14px;
     }
     .ej_time .f_xl {
       width: 100px;
       height: 32px;
       border: solid 1px #a9a9a9;
       background: url(../images/huijian1.png) no-repeat 80px center;
       background-size: 10px;
       margin-left: 15px;
       position: relative;
       cursor: pointer;
     }
     .ej_time .f_xl .xl_note {
       color: #666666;
       font-size: 14px;
       line-height: 30px;
       padding-left: 15px;
     }
     .ej_time .f_xl .fxl_ul {
       position: absolute;
       top: 30px;
       left: -1px;
       width: 100px;
       background: #fff;
       border: solid 1px #a9a9a9;
       display: none;
     }
     .ej_time .f_xl .fxl_ul ul {
       padding-bottom: 0;
       margin-bottom: 0;
     }
     .ej_time .f_xl .fxl_ul ul li {
       padding: 0 15px;
       height: 24px;
       line-height: 24px;
       font-size: 14px;
     }
     .ej_time .f_xl .fxl_ul ul li:hover {
       background: #c7000a;
       color: #fff;
     }
     .rencai_main {
       margin-top: 10px;
       margin-left: -6px;
       margin-right: -6px;
       margin-bottom: 20px;
     }
     .rencai_main .col-xs-12 {
       padding-left: 6px;
       padding-right: 6px;
     }
     .rencai_main .item {
       background: #f5f5f5;
       padding: 15px;
       margin-top: 15px;
     }
     .rencai_main .item:hover .tit1 a {
       color: #c7000a;
     }
     .rencai_main .item .tit1 {
       overflow: hidden;
       text-overflow: ellipsis;
       white-space: nowrap;
     }
     .rencai_main .item .tit1 a {
       color: #333333;
       font-size: 16px;
     }
     .rencai_main .item .date {
       padding: 5px 0;
     }
     .rencai_main .item .note1 {
       color: #666666;
       font-size: 14px;
       line-height: 24px;
       height: 48px;
       overflow: hidden;
     }
     .rencai_main .item .more a {
       display: block;
       margin-top: 10px;
       background-color: #c7000a;
       width: 90px;
       height: 30px;
       text-align: center;
       line-height: 30px;
       color: #fff;
       font-size: 14px;
     }
     .renli_main {
       margin-top: 15px;
     }
     .renli_main .rl_top {
       background: #c7000a;
       height: 40px;
       line-height: 40px;
       color: #fff;
       font-size: 14px;
       font-weight: bold;
       text-align: left;
     }
     .renli_main .rl_top .div1 {
       width: 50%;
       padding-left: 20px;
     }
     .renli_main .rl_top .div2 {
       width: 22%;
       padding-left: 0px;
       display: none;
     }
     .renli_main .rl_top .div3 {
       width: 30%;
       padding-left: 0px;
     }
     .renli_main .rl_top .div4 {
       width: 18%;
       padding-left: 0px;
       display: none;
     }
     .renli_main .rl_top .div5 {
       width: 20%;
       padding-left: 0px;
     }
     .renli_main .rl_mid .item {
       height: 36px;
       line-height: 36px;
       background: #fff;
       font-size: 14px;
       color: #434343;
     }
     .renli_main .rl_mid .item a {
       color: #434343;
     }
     .renli_main .rl_mid .item:hover {
       color: #c7000a;
     }
     .renli_main .rl_mid .item:hover a {
       color: #c7000a;
     }
     .renli_main .rl_mid .item:nth-child(2n+1) {
       background: #ececec;
     }
     .renli_main .rl_mid .item .div1 {
       width: 50%;
       padding-left: 20px;
     }
     .renli_main .rl_mid .item .div2 {
       width: 22%;
       padding-left: 0px;
       display: none;
     }
     .renli_main .rl_mid .item .div3 {
       width: 30%;
       padding-left: 0px;
     }
     .renli_main .rl_mid .item .div4 {
       width: 18%;
       padding-left: 0px;
       display: none;
     }
     .renli_main .rl_mid .item .div5 {
       width: 20%;
       padding-left: 0px;
     }
     .renli_main .rl_bot {
       height: auto;
       padding-left: 45px;
       background: #ececec;
       line-height: 30px;
       padding: 10px 20px;
     }
     .renli_main .rl_bot .fl {
       color: #434343;
       font-size: 14px;
       float: none;
     }
     .renli_main .rl_bot .fr {
       float: none;
       font-size: 14px;
       color: #333;
       padding-top: 0px;
       line-height: 30px;
       font-family: '宋体';
       padding-right: 20px;
       margin-left: -10px;
     }
     .renli_main .rl_bot .fr a {
       color: #333;
       font-size: 30px;
       position: relative;
       top: 5px;
       margin-left: 10px;
       margin-right: 10px;
       font-weight: bold;
     }
     .renli_main .rl_bot .fr a:hover {
       color: #c7000a;
     }
     .renli_details .rl_top {
       background: #c7000a;
       padding: 10px;
       margin-top: 15px;
     }
     .renli_details .rl_top .item {
       width: 25%;
       text-align: center;
     }
     .renli_details .rl_top .item .tit1 {
       color: #ffffff;
       font-weight: bold;
       font-size: 14px;
     }
     .renli_details .rl_top .item .note1 {
       color: #ffffff;
       font-size: 14px;
       margin-top: 10px;
     }
     .renli_details .rl_top .item:nth-child(4),
     .renli_details .rl_top .item:nth-child(5) {
       display: none;
     }
     .renli_details .rl_cont {
       margin-top: 15px;
       padding: 10px 15px 15px;
       background: #f5f5f5;
     }
     .renli_details .rl_cont .item {
       margin-top: 15px;
     }
     .renli_details .rl_cont .item .tit1 {
       color: #131313;
       font-size: 16px;
     }
     .renli_details .rl_cont .item .tit1 .shuxian {
       width: 4px;
       height: 18px;
       background: #c7000a;
       margin-right: 10px;
     }
     .renli_details .rl_cont .item .note1 {
       margin-top: 10px;
       color: #474747;
       font-size: 14px;
       line-height: 24px;
     }
     .renli_details .rl_cont .more {
       margin-top: 15px;
     }
     .renli_details .rl_cont .more a {
       width: 100px;
       height: 36px;
       background: #c7000a;
       text-align: center;
       line-height: 36px;
       color: #fff;
       font-size: 14px;
       display: block;
     }
     .ml0 {
       margin-left: 0!important;
     }
     .ml0 .date {
       margin-top: 5px;
     }
     .right_main .r_top {
       height: 40px;
       background: #c7000a;
       padding: 0 15px;
       line-height: 40px;
     }
     .right_main .r_top .tit {
       color: #ffffff;
       font-size: 16px;
     }
     .right_main .r_top .more a {
       color: #ffffff;
       font-size: 14px;
     }
     .right_main .r_bot {
       background: #f5f5f5;
       padding: 10px 15px 25px;
     }
     .right_main .r_bot .item {
       margin-top: 15px;
       padding-left: 32px;
       background: url(../images/heijian1.png) no-repeat left 6px;
     }
     .right_main .r_bot .item:hover {
       background: url(../images/hongjian1.png) no-repeat left 6px;
     }
     .right_main .r_bot .item:hover .tit a {
       color: #c7000a;
     }
     .right_main .r_bot .item .tit a {
       color: #333333;
       font-size: 14px;
       line-height: 24px;
     }
     .right_main .r_bot .item .date {
       color: #666666;
       font-size: 14px;
       margin-top: 5px;
     }
     .chanye_main1 {
       margin-bottom: 20px;
     }
     .chanye_main1 .item .pic .btn_play {
       width: 30px;
       height: 30px;
       margin-top: -15px;
       margin-left: -15px;
     }
     .mt_main .left ul li {
       background: #f5f5f5;
       padding: 5px 15px 15px;
       border: 0;
       margin-top: 15px;
     }
     .gzh_main {
       padding: 55px 0;
     }
     .gzh_main .item {
       margin-left: 10px;
       margin-right: 10px;
     }
     .gzh_main .item .pic {
       width: 140px;
       border: solid 1px #dedede;
     }
     .gzh_main .item .pic img {
       width: 140px;
     }
     .gzh_main .item .tit1 {
       color: #333333;
       font-size: 14px;
       margin-top: 10px;
       text-align: center;
     }
     .ej_nav22 {
       margin-left: 80px;
       padding-top: 0px;
       padding-left: 40px;
       padding-right: 40px;
     }
     .ej_nav22 .swiper-slide {
       width: auto;
       margin-top: 3px;
     }
     .ej_nav22 .swiper-slide a {
       color: #333333;
       display: block;
       height: 24px;
       line-height: 24px;
       padding: 0 5px;
       font-size: 14px;
     }
     .ej_nav22 .swiper-slide a:hover,
     .ej_nav22 .swiper-slide a.on {
       background: #c7000a;
       color: #fff;
     }
     .ej_nav22 .prev {
       width: 24px;
       height: 24px;
       border: solid 1px #a9a9a9;
       text-align: center;
       line-height: 22px;
       font-size: 20px;
       font-family: "宋体";
       position: absolute;
       left: 0;
       top: 3px;
       color: #a9a9a9;
       cursor: pointer;
     }
     .ej_nav22 .prev:hover {
       color: #fff;
       border: solid 1px #c7000a;
       background: #c7000a;
     }
     .ej_nav22 .next {
       width: 24px;
       height: 24px;
       border: solid 1px #a9a9a9;
       text-align: center;
       line-height: 22px;
       font-size: 20px;
       font-family: "宋体";
       position: absolute;
       right: 0;
       top: 3px;
       color: #a9a9a9;
       cursor: pointer;
     }
     .ej_nav22 .next:hover {
       color: #fff;
       border: solid 1px #c7000a;
       background: #c7000a;
     }
     .notice_main {
       padding-top: 10px;
       padding-bottom: 10px;
     }
     .notice_main ul li {
       margin-top: 10px;
       height: 40px;
       background: #f5f5f5;
       line-height: 40px;
       padding: 0 15px;
     }
     .notice_main ul li:hover {
       background: #c7000a;
     }
     .notice_main ul li:hover .date {
       color: #fff;
     }
     .notice_main ul li:hover .tit1 a {
       color: #fff;
     }
     .notice_main ul li:hover .tit1 a span {
       background: #fff;
     }
     .notice_main ul li .date {
       color: #666666;
       font-size: 14px;
     }
     .notice_main ul li .tit1 {
       margin-right: 100px;
       overflow: hidden;
       text-overflow: ellipsis;
       white-space: nowrap;
     }
     .notice_main ul li .tit1 a {
       color: #333333;
       font-size: 14px;
     }
     .notice_main ul li .tit1 a .dian {
       width: 4px;
       height: 4px;
       background: #333;
       border-radius: 50%;
       margin-right: 10px;
       display: inline-block;
       vertical-align: middle;
     }
     .contact_main {
       margin-top: 20px;
     }
     .contact_main .contact_map {
       background: #000;
     }
     .contact_main .contact_map > img {
       display: none;
     }
     .contact_main .contact_map .sec6_main {
       background-color: rgba(199, 0, 10, 0.5);
       width: 100%;
       height: auto;
       position: static;
       margin-top: 0px;
       left: 50%;
       margin-left: 0px;
       padding: 20px 0;
     }
     .contact_main .contact_map .sec6_main .logo {
       width: 100px;
       border-right: solid 1px #fff;
     }
     .contact_main .contact_map .sec6_main .logo img {
       width: 80px;
     }
     .contact_main .contact_map .sec6_main .sec6_m {
       margin-left: 110px;
       padding-top: 0px;
     }
     .contact_main .contact_map .sec6_main .sec6_m .item {
       color: #fff;
       font-size: 14px;
       line-height: 22px;
       margin-top: 0px;
     }
     .contact_main .contact_bot .item {
       background: #f5f5f5;
       padding: 15px 30px;
       margin-top: 15px;
       color: #333333;
     }
     .contact_main .contact_bot .item:hover {
       background: #c7000a;
       color: #fff;
     }
     .contact_main .contact_bot .item:hover .item_top .icon img.imgga {
       opacity: 0;
     }
     .contact_main .contact_bot .item:hover .item_top .icon img.imggb {
       opacity: 1;
     }
     .contact_main .contact_bot .item .item_top {
       font-size: 18px;
     }
     .contact_main .contact_bot .item .item_top .icon {
       width: 28px;
       height: 28px;
       margin-right: 10px;
     }
     .contact_main .contact_bot .item .item_top .icon img {
       top: 0;
       left: 0;
     }
     .contact_main .contact_bot .item .item_top .icon img.imggb {
       opacity: 0;
     }
     .contact_main .contact_bot .item .contt {
       font-size: 14px;
       line-height: 28px;
       margin-top: 6px;
     }
	   .more a img {
		   margin-left: 10px;
		   width: 18px;
	   }
	   .story_m .right {
		   margin-top: 0;
	   }
   }

@media screen and (min-width: 992px) {
	.col-md-6 {
		width: 50%;
		float: left;
	}
	.col-md-3 {
		width: 25%;
		float: left;
	}
}

@media screen and (max-width: 769px) {
	.col-xs-6 {
		width: 50%;
		float: left;
	}
}

