@font-face {
  font-family: 'UnidreamLED';
 
 
}

* {
	margin: 0;
	padding: 0;
	outline: none;
	font-family: "microsoft yahei";
}

img { border:0px;}

b {word-break: break-all;}


html {
	width: 100%;
}

input::-webkit-input-placeholder {
	color: #666;
}

input::-moz-input-placeholder {
	color: #666;
}

input::-ms-input-placeholder {
	color: #666;
}

body {
	background-size: cover;
	width: 100%;
}

a {
	color: #333;
	font-size: 16px;
	text-decoration: none;
}

.clear {
	clear: both;
}

li {
	list-style: none;
}

.w1200 {
	width: 1400px;
	margin: 0 auto;
}

.rig {
	float: right;
}

header {
	width: 100%;
	background: #ffffff;
	height: 140px;
	line-height: 140px;
}



header .logo {
	height: 90px;
	float: left;
	line-height: 90px;
	padding: 25px 0;
}

header .rig {
	margin-top: 57px;
	width: auto;
}

.rig .link{height: 26px;line-height: 26px;}
.rig .link li{float: left;line-height: 26px;height: 26px;}
.rig .link li.link1{background: url(../images/xxsy.png) no-repeat left center;padding-left: 25px;}
.rig .link li .search-a{background: url(../images/ss.png) no-repeat left center;padding-left: 25px;}
.rig .link li.link1 span{padding: 0 23px;}
.rig .link li:hover a{color:#9b0d14;}


.search-box-c{ position: fixed; left: 50%; top: 50%; width: 800px; height: 54px; background: #fff; padding-right: 115px; margin-left: -400px; z-index: 1000010; }
.search-box-c .form-control{ height: 54px; border-radius: 0; font-size: 18px; box-shadow: none; border:none; padding-left: 15px;width: 98%;}
.modal{ z-index: 100000001; }
.modal-backdrop{z-index: 10000000;}
.modal-box{ position: fixed; display: none; left: 0; top: 0; right: 0; bottom: 0; z-index: 1000010; }
.btn-search-c,.btn-search-c:hover,.btn-search-c:focus{position: absolute;right: 0;background: #9b0d14;top: 0;width: 115px;height: 54px;border:none;border-radius: 0;padding:0;}.modal-back{position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 100000; background: rgba(0,0,0,0.5);}

.search-a {line-height: 26px;float: right;}
.search-a img {vertical-align: middle;}


.nav {
	width: 100%;
	height: 60px;
	margin: 0 auto;
	background: #9b0d14;
}

.nav>ul {
	width: 1400px;
	margin: 0 auto;
	height: 100%;
}

.nav>ul>li {
	position: relative;
	float: left;
	width: 10%;
	text-align: center;
	line-height: 59px;
}

.nav>ul>li.first img {
	line-height: 52px;
	vertical-align: middle;
}

.nav>ul>li>a {
	font-size: 18px;
	color: #fff;
}

.nav>ul>li:hover {
	background: #c50009;
}

.nav>ul>li.on {}

.nav>ul>li:hover>a {
	color: #fff;
}

.nav>ul>li:last-child {
	border: 0;
}

.nav>ul>li>ul {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	background: #9b0d14;
	display: none;
	z-index: 999;
	padding-bottom: 20px;
}

.nav>ul>li>ul>li {
	position: relative;
	line-height: 45px;
	border-bottom: 1px dashed #c7222a;
}

.nav>ul>li>ul>li>span {
	position: absolute;
	background: url(../images/ny-jt.png) no-repeat center center;
	background-size: 12px auto;
	width: 20px;
	height: 20px;
	right: 5px;
	top: 13px;
}

.nav>ul>li>ul>li>span.on {
	background: url(../images/ny-jt-other.png) no-repeat center center;
	background-size: 12px auto;
}

.nav>ul>li>ul>li>ul {
	display: none;
}

.nav>ul>li>ul>li>ul>li {
	line-height: 30px;
}

.nav>ul>li>ul>li>ul>li>a {
	font-size: 14px;
	color: #ffffff;
}

.nav>ul>li>ul>li>a {
	font-size: 14px;
	color: #ffffff;
}

.nav>ul>li>ul>li:hover>a {
	font-weight:700;
}

.top {
	max-width: 1920px;
	margin: 0 auto;
	position: fixed;
	right: 10px;
	top: 18px;
	width: 25px;
	height: 25px;
	z-index: 9999;
}

.wap {
	display: none;
}

.top>img {
	display: block;
	width: 100%;
}

.wap-menu {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99999;
	font-size: 0;
}

.close-menu {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
}

.wap-menu img {
	height: 20px;
}




.banner {
	overflow: hidden;
	position: relative;
	width: 100%;

}

.slider-banner {
	position: relative;
	overflow: hidden;
	width: 100% !important;
}

.slider-banner .slick-slide {
	position: relative;
}

.slider-banner .slick-slide img {
	vertical-align: top;
	width: 100%;
	object-fit: cover;
	-webkit-transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
	transition: all 1.5s ease;
}

.slider-banner .slick-slide img:hover {
	transform: scale(1.05);
}

.slider-banner .slick-dots {
	position: absolute;
	width: 16px;
	top: 40%;
	right: calc(50% - 700px);
	transform: translate(-50%);
	z-index: 1;
}

.slider-banner .slick-dots li {
	width: 10px;
	height: 10px;
	margin: 17px 4px;
	cursor: pointer;
	border-radius: 50%;
	background: #fff;
	text-align: center;
}

.slick-dots li button {
}

.slider-banner .slick-dots li.slick-active{background:url(../images/ban-on.png) no-repeat;width: 16px;height: 19px;margin: 17px 0;}


.slider-banner .slick-arrow {
  position: absolute;
  overflow: hidden;
  text-indent: 99px;
  width: 76px;
  height: 23px;
  bottom: 28px;
  margin-top: -25px;
  z-index: 9;
  cursor: pointer;
  right: calc(50% - 690px);
  border: 0;
}

.slider-banner .slick-prev {
  background: url(../images/ban-prev.png) no-repeat;
  background-size: 100% 100%;
  right: calc(50% - 584px);
}

.slider-banner .slick-next {
  background: url(../images/ban-next.png) no-repeat;
  background-size: 100% 100%;
}

.slider-banner .slick-dots li button{display: none;}

.part1{width: 100%;padding: 15px 0;height: auto;overflow: hidden;}
.left-content{width: 71.4%;float: left;}
.tit {height: 75px;border-bottom: 1px solid #b5b5b5;margin-bottom: 30px;}
.tit  h2{color: #9b0d14;font-size: 30px;height: 74px;line-height: 75px;float: left;font-weight: 700;border-bottom: 2px solid #9b0d14;}
.tit .more{float: right;color: #666;font-size: 14px;line-height: 75px;}
.tit  h2 span{ display: inline-block;
    font-size: 14px;
    line-height: 70px;
    color: #999999;
    vertical-align: middle;
    padding-left: 10px;
    font-weight: 500;}


.slider-news {
	width: 500px;
	float: left;
	margin-right: 30px;
}

.slider-news .slick-list {
	margin: 0px;
}

.slider-news .box {
	position: relative;
	overflow: hidden;
	margin: 0;
}

.slider-news .pic {
	position: relative;
	width: 100%;
	padding-bottom: 68%;
	overflow: hidden;
}

.slider-news .pic img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.slider-news .pic img:hover {
	transform: scale(1.05);
}

.slider-news .txt {
	margin-top: 0px;
	overflow: hidden;
	width: 100%;
	float: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: absolute;
	bottom: 0;
	padding-bottom: 20px;
}
.slider-news .txt:before{content:"";position:absolute;background:url(../images/txtbj.png) center no-repeat;height: 8.5rem;width:100%;left: 0;bottom: 0;background-size: 100% 100% !important;}


.slider-news .tit {
	display: block;
	text-align: left;
	line-height: 23px;
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border: 0;
	height: 23px;
	padding-left: 20px;
	margin: 0;
       width: 66%;
}
.slider-news .tit:hover{color:#0b5aab;}
.slider-news .abst {
	text-indent: 2em;
	font-size: 0.75rem;
	color: #7a8895;
	line-height: 22px;
	height: 45px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.slider-news .slick-arrow {
	width: 25px;
	height: 50px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	overflow: hidden;
	text-indent: 99px;
	cursor: pointer;
	z-index: 9;
}

.slider-news .slick-dots {
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 9;
}

.slider-news .slick-dots li {
	float: left;
	width: 22px;
	height: 22px;
	margin: 0px 3px;
	background: #dddddd;
	cursor: pointer;
}

.slider-news .slick-dots li button {text-align: center;width: 22px;border: 0;height: 22px;background: none;font-size: 14px;}

.slider-news .slick-dots li.slick-active {
	background: #9b0d14;
}
.slider-news .slick-dots li.slick-active button{color:#fff;}


.right-news {
	float: right;
	width: calc(100% - 530px);
}

.right-news li {
	line-height: 44px;
	position: relative;
	overflow: hidden;
	background: url(../images/dot.png) no-repeat left center;
}



.right-news li a {
	float: left;
	color: #303030;
	font-size: 1rem;
	width: calc(100% - 70px);
	padding-left: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;

}

.right-news li .date {
	float: right;
	font-size: 1rem;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
}

.right-news li:hover a {
	color: #9b0d14;
}


.right-content{float: right;width: 25.7%;}
.right-content  li{width: 100%;overflow: hidden;margin-bottom: 20px;}
.right-content  li .time{float: left;background: #999999;padding: 5.5px 7.35px;margin-right: 20px;}
.right-content  li .time h3{text-align: center;color: #FFFFFF;font-size: 30px;}
.right-content  li .time h6{text-align: center;color: #FFFFFF;font-size: 14px;font-weight: normal;}
.right-content  li .con{font-size: 16px;line-height: 30px; word-break: break-all;   text-overflow: ellipsis;   display: -webkit-box;   -webkit-box-orient: vertical;   -webkit-line-clamp: 2;   overflow: hidden;height: 60px; }
.right-content  li:hover .time{background: #9b0d14;}
.right-content  li:hover .con{color: #9b0d14;}


.part2 {width: 100%;height: auto;overflow: hidden;padding-bottom: 42px;}
.lblist{width: calc(50% - 18px);float: left;margin-bottom: 42px;}
.right{float: right;}

.lblist .tit{margin-bottom: 20px;}
.lblist li {
	line-height: 50px;
	position: relative;
	overflow: hidden;
	background: url(../images/mid.png) no-repeat 4px center;
	border-bottom: 1px solid #d8d8d8;
}



.lblist li a {
	float: left;
	color: #303030;
	font-size: 1rem;
	width: calc(100% - 90px);
	padding-left: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;

}

.lblist li .date {
	float: right;
	font-size: 1rem;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
}

.lblist li:hover a {
	color: #9b0d14;
}

.footer {
	width: 100%;
	background: #9b0d14;
	min-height: 215px;
	overflow: hidden;
}
.footer .one {height: 80px;width: 100%;border-bottom: 1px solid #af3d43;}
.footer .one .yqlj{
    line-height: 80px;
    font-size: 30px;
    width: auto;
    float: left;
    color: #fff;
}
.footer .one .links li{float: left;background: url(../images/link.png) no-repeat right center;line-height: 80px;}
.footer .one .links li a{font-size: 16px;padding: 0 28px;color: #FFFFFF;}
.footer .one .links li:last-child{background: none;}

.footer .two .bq {float: left;padding: 36px 0;}

.footer .two .bq p{font-size: 14px;color: #fff;line-height: 36px;}

.footer .two .ewm{float: right;padding-top: 46px;}
.footer .two .ewm p{font-size: 14px;color: #FFFFFF;line-height: 36px;text-align: center;}



@media screen and (max-width: 1400px) {
	.w1200 {
		width: 100%;
	}
	.nav>ul{width:100%;}
	.footer {width: 98%; padding: 0 1%;}
        header {width: 98%; padding: 0 1%;}
}

@media screen and (max-width:1024px){
.nav>ul{width:100%;}
.part1{padding: 5px 20px;width: calc(100% - 40px);}
	.zytz{width: 24%;float: left;margin-right: 2.5%;}
	.zytz .list li{padding: 14px 0;}
	.djdt li{padding: 15px 0;}
	.ggxw .list .first .txt{width: calc(50% - 20px);float: right;}
	.ggxw .list .first .txt h3{max-height: 52px;overflow: hidden;font-family: UnidreamLED;font-size: 15px;font-weight: 700;line-height: 28px;}
	body {
		padding-top: 40px;
		background: #ffffff;
	}
	.w1200 {
		width: 100%;
	}
	header {
		display: none;
	}
	.nav {
		display: none;
	}
	.nav>ul {
		width: 100%;
	}
	.wap {
		display: block;
	}
	.m-logo {
		font-size: 0;
	}
	.m-head {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		padding: 11px 10px;
		z-index: 999;
		background: #ffffff;
		width: 100%;
		min-height: 40px;
		box-shadow: -4px -2px 12px 0px #4d4d4d;
	}
	.m-logo {
		font-size: 0;
	}
	.m-logo a {
		font-size: 0;
		line-height: 40px;
	}
	.m-logo img {
		max-height: 40px;
		max-width: 80%;
		vertical-align: middle;
	}
	.m-nav {
		position: fixed;
		top: 56px;
		left: 100%;
		right: 0;
		bottom: 0;
		z-index: 999;
		background: #9c0e15;
		overflow-y: scroll;
		padding-top: 17px;
	}
	.m-nav ul {
		padding: 0 15px;
		margin-top: 50px;
	}
	.m-nav ul li {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		position: relative;
	}
	.m-nav ul li>span.on {
		transform: rotateZ(90deg);
	}
	.m-nav ul li ul {
		display: none;
		margin-top: 0;
	}
	.m-nav ul li ul li {
		border: none;
	}
	.m-nav>ul>li a {
		display: block;
		font-size: 14px;
		line-height: 20px;
		padding: 15px 0;
		position: relative;
		color: #fff;
	}
	.m-nav>ul>li ul li a {
		padding: 10px 0;
	}
	.m-nav>ul>li>span {
		position: absolute;
		width: 20px;
		height: 20px;
		background: url(../images/m-nav_down.png) no-repeat;
		background-size: 14px 14px;
		background-position: center center;
		right: 0;
		top: 15px;
		cursor: pointer;
		display: block;
		color: #fff;
		transition: all 0.3s;
	}
	.m-tlink {
		padding: 10px 15px 0 15px;
		color: #fff;
		font-size: 14px;
		font-weight: 100;
	}
	.m-tlink a {
		margin-right: 15px;
		margin: 5px 0;
		display: inline-block;
		font-size: 14px;
		color: #ffffff;
		line-height: 30px;
		padding: 0 15px;
		border-radius: 5px;
	}
	.m-search {
		float: none;
		width: 96%;
		margin: 1% 2%;
		display: block;
		height: 40px;
		float: left;
		background: #fff;
		overflow: hidden;
	}
	.srk {
		width: 82%;
		height: 40px;
		float: left;
		background: none;
		border: 0;
		padding-left: 15px;
	}
	.btn {
		padding: 10.5px 8px;
		max-width: 34px;
		float: right;
	}

	.banner{    margin-top: 22px;}
	.slider-banner .slick-dots{right:10px;top:30%}
	.slider-banner .slick-arrow{right: 10px;}
	.slider-banner .slick-prev{right: 100px;}
	.part2 {
	    width: calc(100% - 40px);
	  
	    padding: 0px 20px;
	}
	.footer{width: calc(100% - 40px);
	  
	    padding: 0px 20px;}
	.footer .one .yqlj{font-size: 24px;}
	.part2{width: 96%;padding: 0 2%;padding-bottom: 42px;}
	.left-content{width: 100%;}
	
	.tit{margin-bottom: 15px;}
	.lblist{width: 100%;margin-bottom: 20px;}
	
	.footer{width: 96%;padding: 0 2%;min-height: 200px;}
	 .footer .one{display: none;}
	 .slider-banner .slick-dots{display: none !important;}
	.right-content{width: 100%;}
}

@media screen and (max-width:979px) {
	.slider-banner .slick-dots{bottom: 25px;display: none;}
	.part1{width: 96%;padding: 5px 2%;}
	.slider-news{width: 100%;}
	.slider-news .tit{font-size: 15px;width: 57%;}
	.right-news{width: 100%;}
        .right-content{width: 100%;}
        .tit h2 {font-size:24px;}
	 
}


@media screen and (max-width:640px){
 .footer .two .ewm{width: 92px;margin: 0 auto;float: none;}
		
}

@media screen and (max-width:380px) {
	.m-search {
		width: 96%;
	}
	.srk {
		width: 80%;
	}
    .slider-news .tit {
          width:52%;
    }
}