.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: initial;
    cursor: pointer;
}
.header {
	/* overflow: hidden; */
	padding: 20px 0;
	height: 80px;
}

.erweima {
	display: none;
	position: absolute;
	z-index: 99;
	right: 0px;
	top: 38px;
	padding: 20px;
	background: white;
}

.erweima img {
	width: 160px;
}

.header .fl img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}

.header .fl span {
	font-size: 25px;
	display: inline-block;
	vertical-align: middle;
	color: #000000;
}

.header .fr a {
	color: #7e7e7f;
}

.header .fr p {
	color: #7e7e7f;
	font-size: 14px;
	text-align: right;
}

.header .fr label {
	border: 1px solid #848485;
	display: block;
	padding: 6px 10px;
	border-radius: 6px;
}

.header .fr input {
	border: none;
	line-height: 20px;
	font-size: 14px;
	width: 300px;
	background: transparent;
	margin-right: 10px;
	outline: none;
	display: inline-block;
	vertical-align: middle;
}

.header .fr button {
	background: url(../images/sousuo.png)no-repeat;
	line-height: 20px;
	height: 20px;
	vertical-align: middle;
	background-size: 100%;
	width: 24px;
	border: none;
	cursor: pointer;
}

.navs {
    background: #db0020;
    border-bottom: 4px solid #e99026;
    /* overflow: hidden; */
    height: 60px;
}
.navs ul li {
	float: left;
	position: relative;
	padding: 20px 0;
	width: 85px;
	text-align: center;
}

.navs ul li a {
	color: #ffffff;
	font-size: 16px;
	display: inline-block;
}

.navs ul li .boxs {
	position: absolute;
	top: 54px;
	background: #fae1cf;
	border-radius: 10px;
	left: -56px;
	width: 290px;
	padding: 10px 0;
	text-align: center;
	display: none;
	z-index: 99;
}
.navs ul li:hover a {
	color: #e99026;
}

.navs ul li:hover .boxs {
	display: block;
}

.navs ul li .boxs:after {
	content: "";
	position: absolute;
	border-width: 10px;
	border-style: solid;
	border-color: transparent #fae1cf transparent transparent;
	transform: rotate(90deg);
	top: -17px;
	left: 88px;
}

.navs ul li .boxs {
	font-size: 14px;
	color: #343339;
}

.navs ul li .boxs a {
	color: #343339;
	font-size: 14px;
}

.navs ul li .boxs a:hover {
	color: #db0020;
}

.index .banner {
	padding: 20px 0;
	overflow: hidden;
	position: relative;
}

.index .banner .fl {
	width: 900px;
	height: 540px;
}

.index .banner .fl li {
	display: none;
	height: 540px;
}

.index .banner .fl img {
	display: block;
	width: 100%;
	height: 100%;
}

.index .banner .fr {
	width: 290px;
	padding: 0 10px;
	position: absolute;
	right: 0;
}

.index .banner .fr ul li {
	padding: 0 20px;
	height: 89px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-size: 14px;
	position: relative;
	border-bottom: 1px dashed #9e9e9e;
}

.index .banner .fr ul {
	background: #464646;
}

.index .banner .fr ul li.on {
	border-bottom-color: transparent;
}

.index .banner .fr ul li.on:after {
	position: absolute;
	content: "";
	width: 318px;
	height: 90px;
	background: url(../images/libgs.png) no-repeat;
	background-size: 100% 100%;
	z-index: 0;
	display: block;
}

.index .banner .fr ul li a {
    display: block;
    color: white;
    z-index: 9;
    line-height: 24px;
    width: 100%;
    text-align: left;
}

.index .banner .fr ul li.on a {
	font-size: 16px;
}


/* 公告滚动 */

.notice-swiper {
	position: relative;
	width: 96%;
	height: 28px;
	padding: 10px 20px;
	/* margin: 30px auto; */
	/* border: 2px solid #222; */
	background-color: #fff;
	overflow: hidden;
	box-shadow: 0 0 10px #9e9e9e;
}

.notice-swiper .swiper-container {
	width: 100%;
	height: 40px;
}

.notice-swiper .swiper-slide {
	height: 20px;
	line-height: 20px;
}

.notice-swiper .swiper-slide a {
	color: #333;
}

.notice-swiper .swiper-pagination {
	position: absolute;
}

.notice-swiper .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 3px 0;
	display: block;
}

.notice-swiper .swiper-button-next,
.notice-swiper .swiper-button-prev {
	position: absolute;
	left: auto;
	right: 0;
	top: -22px;
	margin: 0;
	width: 16px;
	height: 16px;
	background-size: 16px 10px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.notice-swiper .swiper-button-prev {
	margin-right: 20px;
}

h3 {
	font-size: 30px;
	margin: 20px 0;
	clear: both;
}

h3 img {
	width: 46px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

h3 span {
	background: linear-gradient(to right, #db0020, #ff4b47);
	-webkit-background-clip: text;
	color: transparent;
	display: inline-block;
	vertical-align: middle;
}

.yao .fl {
	width: 940px;
}

.yao .fr {
    margin-top: 84px;
    height: 592px;
    overflow: hidden;
    width: 223px;
}

.yao .fr img {
	display: block;
	width: 100%;
	height: 100%;
}

.yao {
	overflow: hidden;
	height: 678px;
}

.huan {
	margin-top: 20px;
	float: right;
	font-weight: 200;
	font-size: 14px;
	color: #e9524e;
}

.huan img {
	width: 20px;
	margin-left: 10px;
	height: 18px;
}

.moses {
	float: right;
	font-weight: 200;
	font-size: 14px;
	color: #a8a8ac;
	line-height: 30px;
}

.list ul li {
	padding: 16px;
	width: 274px;
	float: left;
	background: white;
	margin-right: 10px;
	margin-bottom: 20px;
}

.list ul {
	margin-right: -10px;
	display: none;
}

.list ul.show {
	display: block;
}

.list ul li img {
	width: 100%;
	height: 154px;
	display: block;
	margin-bottom: 10px;
}

.list li h4 {
    margin: 0;
    font-size: 16px;
    color: #3d3d3d;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: 26px;
    height: 52px;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
    font-weight: 100;
}

.list ul li:hover h4 {
	color: #b7433f;
}

.list li span {
	font-size: 16px;
	border: 1px solid #b7433f;
	color: #b7433f;
	padding: 0 10px;
	border-radius: 20px;
	display: inline-block;
	margin-top: 10px;
}

.guang {
	margin: 20px 0 0 0;
	overflow: hidden;
	clear: both;
}

.guang img {
	width: 100%;
}

.shi {
	overflow: hidden;
}

.callbox {
	height: 514px;
	overflow: hidden;
}

.callbox .fl {
	width: 470px;
	overflow: hidden;
}

.shi .callbox .fr {
	height: 600px;
	overflow: hidden;
}

.boxtop {
	position: relative;
	padding: 10px;
	background: white;
}

.boxtop a {
    display: block;
    position: relative;
}
.boxtop a:hover h4{
	color: #db0020;
}
.boxtop img {
	display: block;
	width: 100%;
	height: 254px;
}

.boxtop h4 {
    /* position: absolute; */
    /* bottom: 50px; */
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: white;
    margin: 0px;
    width: 100%;
    /* padding: 0 10px; */
    margin-bottom: 10px;
    font-weight: 100;
}

.boxtop span {
	font-size: 16px;
	/*position: absolute;*/
	bottom: 20px;
	color: white;
	left: 20px;
	border-radius: 20px;
	padding: 0 10px;
	border: 1px solid white;
}

.mallbox {
    padding: 10px 10px;
    background: white;
    margin: 20px 0;
}

.mallbox h4 {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #3d3d3d;
    margin: 0px 0;
    margin-bottom: 10px;
    height: 50px;
    line-height: 26px;
    font-weight: 100;
}
.mallbox a:hover h4{
	color: #db0020;
}
.mallbox img {
	width: 100%;
	display: block;
	height: 254px;
}

.mallbox span {
	color: #db0020;
	font-size: 16px;
	border-radius: 20px;
	padding: 0 10px;
	border: 1px solid #db0020;
}

.boxlist {
    padding: 10px 10px;
    background: white;
    margin: 20px 0;
    overflow: hidden;
    height: 82px;
}


.boxlist ul li:hover a {
	color: #db0020;
}

.boxlist ul li {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 28px;
    font-size: 14px;
}

.boxlist ul li a {
	display: block;
}

.callbox .fr {
	width: 709px;
	height: 487px;
	overflow: hidden;
}

.callbox .fr ul.uls {
	margin-left: -20px;
}

.callbox .fr ul.uls li {
	background: white;
	float: left;
	padding: 10px;
	width: 203px;
	margin-left: 20px;
	margin-bottom: 30px;
}
.shi .callbox .fr ul.uls li {
	margin-bottom: 42px;
}
.callbox .fr ul.uls li img {
	display: block;
	width: 100%;
	height: 114px;
}

.callbox .fr ul.uls li:hover p {
	color: #db0020;
}

.callbox .fr ul.uls li p {
    font-size: 16px;
    font-weight: bold;
    color: #3d3d3d;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
    line-height: 24px;
    margin: 10px 0;
    font-weight: 100;
}

.callbox .fr ul.uls li span {
	color: #db0020;
	font-size: 16px;
	border-radius: 20px;
	padding: 0 10px;
	border: 1px solid #db0020;
	display: inline-block;
	margin: 7px 0;
}

.jing .mallbox {
	padding: 10px;
	margin: 0;
}

.jing .boxlist ul {
	margin-right: -26px;
}

.jing .boxlist ul li {
	float: left;
	width: 46%;
	margin-right: 26px;
	line-height: 38px;
}


.jing .boxlist{
	height: 114px;
}
.pad {
    padding: 20px 0;
}

.pad span {
	margin-top: 6px;
	display: inline-block;
}

.jing .callbox {
	height: 418px;
}

.comtenttwo {
	margin: auto;
	/*background: url(../images/shibgs.jpg)no-repeat;*/
	height: 506px;
	background-position: center;
	overflow: hidden;
	position: relative;
}

.shibox {
	margin-top: 20px;
	/* overflow: hidden;*/
}



.shibox .fl {
	width: 600px;
	/*overflow: hidden;*/
	position: relative;
}

.shibox .fr {
	width: 560px;
	height: 340px;
	overflow: hidden;
}

.shibox .fl .swiper-slide {
	position: relative;
}

.shibox .fl .swiper-slide img {
	width: 100%;
	display: block;
	height: 340px;
}

.shibox .fl .swiper-slide h4 {
	/* position: absolute; */
	margin: 0;
	font-size: 16px;
	color: white;
	/* bottom: 20px; */
	/* left: 20px; */
	width: 92%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	float: left;
	font-weight: 100;
}
.shibox .fl .swiper-slide:hover h4 {
	color: #db0020;
}
.shibox .fl .swiper-slide span {
	/*	position: absolute;*/
	color: white;
	/*	right: 20px;*/
	font-size: 14px;
	line-height: 24px;
	float: right;
	/*bottom: 20px;*/
}

.shiping {
	overflow: hidden;
	margin-top: 30px;
}

.swiper-button-prev {
	margin-top: -50px;
	left: -20px;
	width: 40px;
	height: 40px;
	background-image: url(../images/shileft.png);
	background-size: 100% 100%;
}

.swiper-button-next {
	margin-top: -50px;
	right: -20px;
	width: 40px;
	height: 40px;
	background-image: url(../images/shiright.png);
	background-size: 100% 100%;
}
.shiping .swiper-button-prev {
	margin-top: -20px;
	
}

.shiping .swiper-button-next {
	margin-top: -20px;
	
}

.dawan .swiper-button-prev {
	margin-top: -30px;
	
}

.dawan .swiper-button-next {
	margin-top: -30px;
	
}
.dawan .shibox .fl .swiper-slide h4{
	width: 100%;
}

.shibox .fr ul {
	margin-right: -20px;
}

.shibox .fr ul li {
	float: left;
	width: 270px;
	margin-right: 20px;
	margin-bottom: 34px;
}

.shibox .fr ul li a {
	display: block;
	position: relative;
}

.shibox .fr ul li img {
	width: 100%;
	height: 152px;
	display: block;
}

.shibox .fr ul li p {
    /* position: absolute; */
    /* bottom: 10px; */
    color: white;
    width: 84%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin: 0;
    /* padding-left: 10px; */
    float: left;
}


.shibox .fr ul li span {
	position: absolute;
	color: white;
	right: 10px;
	font-size: 14px;
	bottom: 10px;
}

.shibox .fr ul li:hover p {
	color: #db0020;
}

.dawan {
	overflow: hidden;
}

.dawan .shibox .fl {
	width: 710px;
	height: 208px;
}

.dawan .shibox .fl img {
	height: 194px;
}

.dawan .shibox .fl h4 {
	bottom: 40px;
}

.dawan .shibox .fl span {
	border-radius: 20px;
	border: 1px solid white;
	bottom: 12px;
	float: left;
	display: inline-block;
	/*width: 50px;*/
	padding: 0 10px;
	text-align: center;
	margin-top: 10px;
}

.dawan .shibox .fr {
	width: 410px;
	height: 162px;
	background: white;
	padding: 16px 30px;
}

.dawan .shibox .fr ul {
	margin: 0;
}

.dawan .shibox .fr ul li {
    font-size: 14px;
    width: auto;
    float: none;
    padding: 0;
    margin: 0;
    line-height: 32px;
    height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.dawan .shibox .fr ul li:hover a {
	color: #db0020;
}

.keji .shibox .fl {
	width: 710px;
}

.imgsbox {
	width: 450px;
	height: 254px;
	position: relative;
	float: left;
	margin-right: 20px;
	padding: 10px;
	background: white;
}

.imgsbox a {
	display: block;
	position: relative;
}
.imgsbox a:hover h4{
	color: #AD2823;
}
.imgsbox img {
    width: 100%;
    height: 254px;
    display: block;
}

.imgsbox h4 {
	/*position: absolute;*/
	margin: 0;
	font-size: 16px;
	color: white;
	bottom: 40px;
	left: 20px;
	width:100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-weight: 100;
}

.imgsbox span {
    /* position: absolute; */
    margin-top: 10px;
    color: white;
    right: 10px;
    font-size: 14px;
    bottom: 10px;
    border-radius: 20px;
    border: 1px solid white;
    bottom: 12px;
    left: 20px;
    display: inline-block;
    /* width: 50px; */
    text-align: center;
    padding: 0 10px;
}
.imgsboxtwo {
	width: 200px;
	padding: 10px;
	float: left;
	background: white;
	height: 254px;
	overflow: hidden;
}

.imgsboxtwo p {
    position: relative;
    color: #3d3d3d;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin: 0;
    padding-left: 0px;
    font-size: 16px;
    line-height: 24px;
	padding-top:16px;
   /* font-weight: bold;*/
}
.imgsboxtwo p:hover{
	color: #AD2823;
}

.imgsboxtwo img {
	width: 100%;
	height: 112px;
}

.imgsboxtwo span {
    color: #db0020;
    position: relative;
    font-size: 16px;
    border-radius: 20px;
    border: 1px solid #db0020;
    display: inline-block;
    /* width: 50px; */
    margin-top: 20px;
    text-align: center;
    padding: 0 10px;
}


.keji .shibox .fr {
    padding: 20px;
    width: 430px;
    height: 234px;
    overflow: hidden;
    background: white;
}

.keji .shibox .fr ul {
    margin: 0;
    height: 238px;
    overflow: hidden;
}

.keji .shibox .fr ul li {
    font-size: 14px;
    width: auto;
    float: none;
    padding: 0;
    margin: 0;
    line-height: 48px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.keji .shibox .fr ul li:hover a {
	color: #db0020;
}

.tillbox h3 {
	font-size: 24px;
}

.tillbox {
	float: left;
	width: 386px;
	margin-right: 20px;
}

.tillbox dl {
	background: white;
	overflow: hidden;
	height: 260px;
	margin-bottom: 30px;
}

.tillbox dl dt {
	clear: both;
	overflow: hidden;
}

.indexbox {
	margin-right: -20px;
}

.tillbox dl dt .fl {
    width: 168px;
    height: 96px;
    padding: 10px;
}

.tillbox dl dt .fl img {
	width: 100%;
	height: 100%;
	display: block;
}

.tillbox dl dt .fr {
    width: 178px;
    height: 106px;
    padding: 10px;
}

.tillbox dl dt .fr h4 {
    margin: 10px 0;
    font-size: 16px;
    color: #3d3d3d;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: 24px;
    height: 48px;
    -webkit-box-orient: vertical;
    font-weight: 100;
}

.tillbox dl dt .fr h4:hover {
	color: #db0020;
}

.tillbox dl dt .fr span {
    color: #db0020;
    position: relative;
    font-size: 16px;
    border-radius: 20px;
    border: 1px solid #db0020;
    display: inline-block;
    margin-top: 10px;
    text-align: center;
    padding: 0 6px;
}

.tillbox dl dd {
	display: block;
	margin: 10px 0;
	padding: 0 10px;
	line-height: 30px;
	height: 33px;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.tillbox dl dd a {
	display: block;
}

.tillbox dl dd:hover a {
	color: #db0020;
}

.tillboxtwo dl dt .fr {
	height: auto;
	width: auto;
	float: none;
}

.tillboxtwo dl dt .fr h4 {
    -webkit-line-clamp: 1;
    height: 26px;
    margin-bottom: 0;
}

.tushuo {
	margin-top: 30px;
}

.tushuo .comtenttwo {
	/*background: url(../images/tubgs.jpg)no-repeat;*/
	height: 400px;
	background-position: center;
}

.tushuo .fl {
	width: 470px;
	height: 264px;
}

.tushuo .fl .swiper-slide img {
	width: 100%;
	height: 100%;
}

.tushuo .fl .swiper-slide h4 {
    /* position: absolute; */
    margin: 0;
    font-size: 16px;
    color: white;
    bottom: 40px;
    /* left: 20px; */
    float: left;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-weight: 100;
}
.tushuo .fl .swiper-slide:hover h4 {
	color: #db0020;
}

.tushuo .fl .swiper-slide span {
	/*position: absolute;*/
	padding: 0 6px;
	color: white;
	/*right: 20px;*/
	font-size: 12px;
	float: right;
	line-height: 24px;
	/*bottom: 14px;*/
	border-radius: 20px;
	border: 1px solid white;
}

.tushuo .swiper-pagination-bullets {
	width: auto;
	left: 10px;
}

.tushuo .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #fff;
	opacity: .6;
}

.tushuo .swiper-pagination-bullet-active {
	opacity: 1;
	background: #db0020;
	width: 24px;
	border-radius: 10px;
}

.tushuo .callbox .fr {
	height: 264px;
	overflow: hidden;
}

.tushuo .callbox .fr ul.uls li span {
	color: #db0020;
	font-size: 16px;
	border-radius: 20px;
	padding: 0 10px;
	border: 1px solid #db0020;
	display: inline-block;
	margin: 7px 0;
}

.tushuo .callbox .fr ul.uls li {
	background: white;
	float: left;
	padding: 10px;
	width: 203px;
	margin-left: 20px;
	margin-bottom: 30px;
	height: 244px;
}

#certify {
	position: relative;
	width: 1200px;
	margin: 0 auto
}

#certify .swiper-container {
	padding-bottom: 60px;
}

#certify .swiper-slide {
	width: 300px;
	height: 386px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
	position: relative;
	/*margin: 0 80px;*/
}

#certify .swiper-slide img {
	display: block;
	width: 100%;
}

#certify .swiper-slide a {
	display: block;
	position: relative;
}

#certify .swiper-slide p {
	text-align: left;
	color: #ffffff;
	margin: 0;
	position: absolute;
	bottom: 0px;
	background: hsla(0, 0%, 0%, 0.63);
	width: 92%;
	line-height: 40px;
	padding: 0 10px;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

#certify .swiper-button-prev {
	left: 30px;
}


/*#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}*/

#certify .swiper-button-next {
	right: 30px;
}


/*#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}*/

.beijing {
	padding-top: 30px;
	background: linear-gradient(#f5f5f5, #f8d3d8);
}

.you {
	overflow: hidden;
	padding-bottom: 20px;
}

.you h3 {
	font-size: 20px;
	border-bottom: 1px solid #db0020;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.you ul li {
	text-align: center;
	float: left;
	width: 16.66%;
	font-size: 14px;
}

.you ul li a {
	display: block;
	line-height: 30px;
	color: #3d3d3d;
}

.you ul li a:hover {
	color: #db0020;
}

.footer {
    text-align: center;
    background: #db0020;
    padding: 20px 0;
}

.footer p {
	color: white;
	font-size: 14px;
	margin: 4px 0;
}

.footer p a {
	color: white;
}

.footer p a:hover {
	color: #e99026;
}

.fixes {
	position: fixed;
	bottom: 30px;
	right: 20px;
	z-index: 99;
}

.fixes img {
	display: block;
	margin-bottom: 20px;
}

.topnav {
	padding: 16px 0;
	/* overflow: hidden;*/
	height: 22px;
}

.onebox .fl a {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	display: inline-block;
	margin-right: 20px;
}

.onebox .fl a.on {
	color: #db0020;
}

.onebox .fl a:hover {
	color: #db0020;
}

.onebox .fl a img {
	display: inline-block;
	margin-right: 6px;
	vertical-align: text-top;
}

.onebox .fr p {
	margin: 0px;
	color: #7e7e7f;
	font-size: 14px;
	line-height: 20px;
}

.onebox .fr p a {
	margin: 0px 4px;
	color: #7e7e7f;
	display: inline-block;
	vertical-align: middle;
}

.onebox .fr p img {
	width: 20px;
	display: inline-block;
	vertical-align: middle;
}

.hei {
    background: #db0020;
    border-bottom: 4px solid #e99026;
    height: 88px;
    padding: 0;
}
.hei .fl a {
    color: white;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    letter-spacing: 4px;
    overflow: hidden;
    padding: 7px;
    margin-right: 20px;
}

.hei .fl span {
    background: #e99026;
    color: #ffffff;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    padding: 4px 14px;
    font-size: 22px;
    font-weight: bold;
}

.hei .fl img {
    width: 90px;
    margin: 0;
}
.daohang {
    float: left;
    margin-left: 90px;
    margin-top: 38px;
}

.daohang ul li {
	display: inline-block;
	margin-right: 30px;
}

.daohang ul li a {
	color: white;
	font-size: 16px;
	font-weight: bold;
}

.daohang ul li a.on {
	color: #e99026;
}

.daohang ul li a:hover {
	color: #e99026;
}

.quan {
	margin-top: 40px;
}

.quan .news .fl {
	width: 784px;
	height: 438px;
}

.quan .news .fl img {
	width: 100%;
	height: 100%;
	display: block;
}

.quan .news .fr {
	width: 356px;
	background: url(../images/newsbg.jpg) no-repeat;
	background-size: 100% 100%;
	height: 438px;
	padding: 0 30px;
}

.quan .news .fr h2 {
    font-size: 16px;
     color: #3d3d3d;
    line-height: 32px;
    font-weight: 100;
}
.quan .news .fr h2:hover{
    font-size: 16px;
     color:#CC3333;
    line-height: 32px;
    font-weight: 100;
}


.quan .news .fr p {
	font-size: 14px;
	color: #3d3d3d;
	line-height: 30px;
}
.quan .news .fr p:hover {
	font-size: 14px;
	color: #CC3333;
	line-height: 30px;
}
.quan .swiper-pagination-fraction {
	right: 188px;
	width: auto;
	left: auto;
	bottom: 30px;
}

.quan .swiper-button-next {
	top: auto;
	right: 100px;
	bottom: 20px;
}

.quan .swiper-button-prev {
	left: auto;
	top: auto;
	right: 280px;
	bottom: 20px;
}

.quan .swiper-pagination-current {
	font-size: 18px;
	color: #db0020;
}

.changenav {
	background: url(../images/bianbgs.jpg)no-repeat;
	height: 70px;
	background-position: center;
	margin: 30px 0;
	overflow: hidden;
}

.changenav ul {
	margin-top: 20px;
	overflow: hidden;
	width: auto;
	display: inline-block;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.changenav ul li {
	float: left;
	color: white;
	width: 120px;
	text-align: center;
	font-size: 14px;
	background: #b4b4b4;
	line-height: 32px;
	cursor: pointer;
}

.changenav ul li img {
	width: 12px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}

.changenav ul li.on {
	background: #db0020;
}

.listnews ul li {
	background: white;
	overflow: hidden;
	padding: 20px;
	border-bottom: 1px dashed #999999;
}

.listnews ul li .fl {
	width: 280px;
}

.listnews ul li .fl img {
	width: 100%;
	display: block;
	
}

.listnews ul li .fr {
	width: 856px;
}

.listnews ul li .fr h4 {
	font-size: 16px;
	 color: #3d3d3d;
	margin: 4px 0;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-weight: 100;
}

.listnews ul li .fr a {
	display: block;
}

.listnews ul li .fr p {
	font-size: 14px;
	 color: #3d3d3d;
	margin: 10px 0;
	line-height: 26px;
	height: 52px;
	margin-bottom: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.listnews ul li .fr span {
    color: #db0020;
    font-size: 14px;
    border-radius: 20px;
    padding: 0 10px;
    border: 1px solid #db0020;
    display: inline-block;
    line-height: 20px;
    margin: 2px 0;
}
.listnews ul li .fr i {
	color: #999999;
	font-size: 14px;
	display: inline-block;
	margin-left: 20px;
}

.listnews ul li:hover {
	background: #fdf6f1;
}

.listnews ul li:hover h4 {
	color: #db0020;
}

.listnews ul.addsul {
	margin-right: -28px;
	overflow: hidden;
	margin-bottom: 30px;
}

.listnews ul.show li:hover{
	background: #fdf6f1;
}

.listnews ul.addsul li {
	float: left;
	overflow: hidden;
	width: 285px;
	padding: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	border: none;
}

.listnews ul.addsul li .fl {
	width: 100%;
	float: none;
}

.listnews ul.addsul li .fl img {
	width: 100%;
	display: block;
	
}

.listnews ul.addsul li .fr {
	float: none;
	width: 86%;
	padding: 10px 20px 20px 20px;
}

.listnews ul.addsul li h4 {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 26px;
    height: 52px;
    margin-bottom: 30px;
}

.listnews ul.addsul li p {
	display: none;
}



.newsdal .listnews ul li {
	padding: 20px 10px;
}

.newsdal .listnews ul li .fr {
	width: 560px;
}

.pages {
	padding: 30px 0;
	background: white;
	text-align: center;
	overflow: hidden;
	clear: both;
}

.pages a {
	font-size: 12px;
	padding: 6px 10px;
	line-height: 30px;
	border: 1px solid #e3e3e3;
	color: #333333;
}

.pages a.active {
	background: #db0020;
	color: white;
}

.pages a:hover {
	background: #db0020;
	color: white;
}

.newsdal .comtent {
	background: white;
	padding: 40px 0;
}

.newsdal .textsbox img{
	max-width: 100%;
}
.comtent8 {
	width: 880px;
	margin: auto;
}

.infos {
	text-align: center;
	border-bottom: 1px dashed #818181;
	margin-bottom: 30px;
}

.infos .time {
	color: #b1b1b1;
}

.infos h2 {
	font-size: 32px;
	line-height: 50px;
	 color: #3d3d3d;
	font-weight: 100;
}

.tuijian {
	clear: both;
	overflow: hidden;
}

.tuijian ul {
	display: none
}

.tuijian ul.show {
	display: block
}

.tuijian h3 {
	font-size: 24px;
}

.tuijian h3 a {
	background: linear-gradient(to right, #db0020, #ff4b47);
	-webkit-background-clip: text;
	color: transparent;
	font-size: 20px;
	float: right;
	line-height: 30px;
}

.tuijian h3 a img {
	width: 20px;
	height: 18px;
}

.tuijian ul li:hover {
	background: none;
}

.textsbox p {
	text-indent: 2em;
	 color: #3d3d3d;
	line-height: 30px;
	font-size: 16px;
}

.textlist h4 {
	font-size: 16px;
	padding-left: 10px;
	font-weight: 200;
	border-left: 6px solid #AD2823;
	color: #acacac;
}

.textlist p {
	color: #acacac;
	font-size: 16px;
	line-height: 26px;
	margin: 20px 0;
}

.textlist .fens span {
	float: left;
	font-size: 16px;
}

.textlist .fens img {
	width: 40px;
	vertical-align: middle;
	cursor: pointer;
}

.textlist .fan {
	color: #4c4c4c;
	font-size: 16px;
	border: 1px solid #db0020;
	border-radius: 20px;
	padding: 4px 10px;
	float: right;
	margin-left: 20px;
}

.ableimg {
	position: absolute;
	width: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.ti_news {
	float: left;
}


/*.ti_news a{
	text-decoration: underline;
}*/

.ti_news a:hover {
	color: #b7433f;
	/*text-decoration: underline;*/
}

.TickerNews {
	overflow: hidden;
	line-height: 32px;
}

.beiying {
	position: absolute;
	width: 94%;
	bottom: 0px;
	padding: 10px 20px;
	background: linear-gradient(rgba(95, 95, 95, 0), rgb(2, 2, 2));
}

.dawan .beiying {
	width: 88%;
}
.tushuo .beiying {
	width: 92%;
	padding-bottom: 30px;
}

.yings {
    overflow: hidden;
    background: linear-gradient(rgba(95, 95, 95, 0), rgb(2, 2, 2));
    
    position: absolute;
    bottom: 0px;
    padding: 10px;
}
.imgsbox .yings {
    width: 94%;
    padding: 10px 14px;
    bottom: 0px;
}