@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: normal;
	outline: none;
	font-family: "Î¢ÈíÑÅºÚ";
}

ul {
    padding-bottom: 20px;
}

.date1 {
    float: right;
    margin-top: 2px;
}

img {
	border: none;
}

@font-face {
	font-family: 'Heavy';
	src: url('/gjjlyhz/style/sySong.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

html {
	width: 100%;
}

input::-webkit-input-placeholder {
	color: #fff;
}

input::-moz-input-placeholder {
	color: #fff;
}

input::-ms-input-placeholder {
	color: #fff;
}

body {
	width: 100%;
	background: #fff;
}

a {
	color: #333;
	font-size: 16px;
	text-decoration: none;
}

.clear {
	clear: both;
}

li {
	list-style: none;
}

li.dq {
    margin-top: 10px;
}

.pic {
	padding-top: 75%;
	position: relative;
	overflow: hidden;
}

.pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all 1s;
}

.pic img:hover {
	transform: scale(1.05);
}

.w1400 {
	width: 1440px;
	margin: 0 auto;
}

.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;

}

.flex-vcenter {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.flex-left {
	display: flex;
	flex-wrap: wrap
}

.flex-center {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.flex-right {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.flex-v-center {
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.flex-v {
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.flex-v-bottom {
	display: -webkit-flex;
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	justify-content: left;
}

.flex-end {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}

.rig {
	/* position: relative; */
	/* float: right; */
	width: 320px;
	/* height: 100px; */
	margin-right: 0;
	/* -webkit-transform: translateY(-50%); */
	/* transform: translateY(-50%); */
	opacity: 0.8;
}

.rig:hover {
	opacity: 1;

}

header {
	width: 100%;
	position: relative;
	z-index: 999;
	top: 0;
	background: url(/gjjlyhz/images/top_bg.png) center;
	background-size: 100% 100%
}

.itop {
	height: 163px;

}

.logo {
	padding: 0;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	/* width: 71%; */
}

.logo img {
	vertical-align: middle;
	width: 100%;
}


.rig .tsbox {
	padding-right: 30px;
}



.rig .search-con {
	float: right;
	padding-left: 0;
	position: relative;
	text-align: center;
	border: #D9D9D9 1px solid;
	display: block;
	border-radius: 50px;
	width: 100%;
}

.rig .searchsub {
	width: 50px;
	height: 44px;
	color: #fff;
	cursor: pointer;
	background: url(/gjjlyhz/images/ico_search.png) center center no-repeat;
	padding-left: 0;
	border: none;
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
}



.rig .searchtext {
	width: 235px;
	height: 44px;
	line-height: 44px;
	position: relative;
	text-indent: 10px;
	border: none;
	background: none;
	display: block;
	color: #222;
	font-size: 1px;
	font-size: 16px;
}

.rig .searchtext::placeholder {
	font-size: 16px;
	height: 38px;
	line-height: 38px;
}

.i_top {
	height: 136px;
	display: flex;
	justify-content: space-between;
	justify-items: center;
	align-items: center;
}

.navbox {
	width: 100%;
	background: #B72024;
	height: 52px;
}

.nav {

	position: relative;
	bottom: 0;
	right: 0;
}

.nav>ul {
	width: 100%;
	margin: 0 auto;
	height: 100%;
}

.nav>ul>li {
	position: relative;
	float: left;
	text-align: center;
	line-height: 52px;
}

.nav>ul>li:hover {
	background: #a3060a;
}

.nav>ul>li.first {
	width: 60px;
}


.nav>ul>li>a {
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	padding: 0 20px;
	display: block;
}

.nav>ul>li.on {
	background: #a00600;
}

.nav>ul>li.on a {
	color: #fff;
}

.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%;
	display: none;
	z-index: 999;
	padding-bottom: 0;
	margin-top: 0;
	background: #B72024;
}

.nav>ul>li>ul>li {
	position: relative;
	line-height: 40px;
	border-bottom: #e33c35 1px solid;
}

.nav>ul>li>ul>li>span {
	position: absolute;
	background: url(/gjjlyhz/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-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: #e3dede;
}

.nav>ul>li>ul>li>a {
	font-size: 15px;
	color: #fff;
}

.nav>ul>li>ul>li:hover {
	background: #a00600;
}

.nav>ul>li>ul>li:hover>a {
	color: #ffffff;
}

.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;
}

.imain {
	padding: 36px 0 10px 0;
	height: auto;
	overflow: hidden;
}

.i_newslist {
	/* overflow: hidden; */
}

.i_newslist .slick-prev, .i_newslist .slick-next {
	width: 52px;
	height: 52px;
	font-size: 0;
	display: block;
	border-radius: 50%;
	transition: all 0.3s;
}

.i_newslist .slick-prev {
	background: url(/gjjlyhz/images/new_prevb.png) center no-repeat;
	left: -55px;
}

.i_newslist .slick-next {
	background: url(/gjjlyhz/images/new_nextb.png)center no-repeat;
	right: -55px;
}

.i_newslist .slick-prev:hover {
	background: url(/gjjlyhz/images/new_preva.png) center no-repeat #B72024;
	box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.2);

}

.i_newslist .slick-next:hover {
	background: url(/gjjlyhz/images/new_nexta.png)center no-repeat #B72024;
	box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.2);
}

.i_newslist .slick-track {
	padding-bottom: 20px
}

.i_newslist ul li {
	padding: 0 17px;
}

.i_newslist ul li a {
	display: block;
	box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
}

.i_newslist ul li .pic {}

.i_newslist ul li .pic img {
    width: 100%;
    height: 95%;
}

.i_newslist .imore a {
	font-size: 16px;
	color: #9E9E9E;
	text-align: right;
	display: block;
	line-height: 40px;
}

.i_newslist ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 -17px;
}

.i_newslist .imore a:hover {
	color: #B72024
}

.i_newslist .ntxt {
	padding: 20px 25px;
	height: auto;
	overflow: hidden;
	line-height: 30px;
	font-weight: bold;
	font-size: 18px;
}

.i_newslist .ntxt p {
	font-weight: bold;
	font-size: 18px;
}

.i_newslist .ndate {
	text-align: center;
	padding: 14px 0 0 0;
	margin-right: 20px;
	float: left;
	color: #B72024;
}

.i_newslist .newgo {
	display: block;
	width: 32px;
	height: 32px;
	background: url(/gjjlyhz/images/newsgo.png) no-repeat;
	background-size: 100%;
}

.i_newslist li a:hover {
	background: #B72024;
	transition: all 0.3s
}

.i_newslist li:hover .newgo {
	background: url(/gjjlyhz/images/newsgo2.png) no-repeat;
}

.i_newslist li:hover .ntxt p {
	color: #fff
}

.i_newslist li:hover .ndate {
	color: #fff
}

.i_newslist li:hover a {
	box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.3);
}

.i_newslist .ndate b {
	font-weight: 800;
	font-size: 24px;
	display: block;
	margin: 0;
	line-height: 27px;
	padding: 0;
}

.i_newslist .ndate span {
	font-size: 12px;
	line-height: 24px;
	display: block;
}

.banner {
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	/* overflow: hidden; */
	margin: 20px auto 0 auto;
}

.banner h2 {
	font-size: 20px;
	color: #fff;
	position: absolute;
	z-index: 11;
	left: 20px;
	bottom: 20px;
	line-height: 50px;
	font-weight: bold;
}

.banner img {
	display: block;
	width: 100%;
	position: relative;
	z-index: 9;
}

.banner a {
	display: block;
	position: relative;
}

.banner a:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 120px;
	/* background: url(/gjjlyhz/images/banner_end.png) repeat-x; */
	z-index: 10;
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}

.banner .slick-prev {
	width: 30px;
	height: 41px;
	background: url(/gjjlyhz/images/bal.png) no-repeat center center;
	background-size: cover;
	left: 2%;
	z-index: 9;
}

.banner .slick-next {
	width: 30px;
	height: 41px;
	background: url(/gjjlyhz/images/bar.png) no-repeat center center;
	background-size: cover;
	right: 2%;
	z-index: 9;
	/* display: none; */
}

.banner .slick-dots {
	width: auto;
	margin-left: 50%;
	transform: translateX(-50%);
	bottom: 35px;
	height: 20px;
	right: 0;
}

.banner .slick-dots li {
	width: 10px;
	height: 10px;
	margin: 0 5px;
	border-radius: 50%;
	background: #fff;
}

.banner .slick-dots li button {
	display: none !important;
}

.banner .slick-dots li.slick-active {
	background: #B72024;
	width: 35px;
	border-radius: 20px
}

.yqlj {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.yqlj h2 {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	line-height: 30px;
	position: relative;
	padding-left: 15px;
}

.yqlj h2:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 3px;
	height: 18px;
	background: #b72024;
}

.yqlj ul {
	margin: auto;
	width: 100%;
	display: flex;
	margin: 10px -30px;
	flex-wrap: wrap;
}

.yqlj li {
	padding: 10px 26px;
	position: relative;
}

.yqlj li:hover a {
	color: #b72024;
}

.yqlj li a {
	color: #333333;
	font-size: 14px;
	display: block;
	position: relative;
	padding: 5px;
}

.yqlj li:before {
	content: "";
	position: absolute;
	width: 7px;
	height: 12px;
	background: url(/gjjlyhz/images/yqlj_jt.png) right center no-repeat;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.yqlj li:after {
	content: "";
	position: absolute;
	width: 93%;
	height: 1px;
	background: #ccc;
	right: 0;
	bottom: 0;
}







/*  */
.footer {
	background: #B72024;
	padding: 30px;
}

.footer .flogo {}

.footer .flogo img {}

.footer .copy {
	color: #fff;
	font-size: 14px;
	line-height: 30px;
}

.footer .copy p {
	color: #fff
}

.footer .copy a {
	color: #fff
}

.footer .ewmbox {}

.footer .ewmbox .ewm {}

.footer .ewmbox .ewm+.ewm {
	margin-left: 20px;
}

.footer .ewmbox .ewm img {
	display: block;
	width: 90px;
}

.footer .ewmbox .ewm p {
	font-size: 16px;
	color: white;
	line-height: 28px;
	text-align: center;
	margin-top: 6px;
}



@media screen and (max-width: 1400px) {
	.w1400 {
		width: 100%;
	}

	.w1460 {
		width: 100%;
	}

	.part1 .right_news .list ul li {
		padding: 2.6% 0;
	}

	.nav>ul {
		width: 100%;
	}

	.nav>ul>li>a {
		padding: 0 0;
		font-size: 16px;
	}


}

@media screen and (max-width: 1360px) {
	.part1 .right_news .list ul li {
		padding: 2.45% 0;
	}


	.left_news {
		width: calc(36% - -160px);
	}
}

@media screen and (max-width: 1280px) {
	.nav>ul>li>a {
		padding: 0 10px;
	}

	.part1 .right_news .list ul li {
		padding: 2.28% 0;
	}
}

@media screen and (max-width: 1200px) {
	.part1 .right_news .list ul li {
		padding: 2.0% 0;
	}


}


@media screen and (max-width: 1024px) {
	.ilist ul li {
		line-height: 42px;
	}

	.slider-news .txt {
		height: 50px;
		line-height: 50px;
	}

	.slider-news .tit {
		height: 50px;
		line-height: 50px;
		padding-left: 0;
		font-size: 16px;
	}

	.slider-news .slick-dots {
		bottom: 20px;
	}

	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;
		background: #fff;
		padding: 10px;
		z-index: 999;
		background: #b90509;
		width: 100%;

	}

	.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: 60px;
		left: 100%;
		right: 0;
		bottom: 0;
		z-index: 999;
		background: #b90509;
		overflow-y: scroll;
		border-top: 1px solid #f76063;
	}

	.m-nav ul {
		padding: 0 15px;
	}

	.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;
	}

	.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(/gjjlyhz/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: 94%;
		margin: 3%;
		display: block;
		height: 43px;
		float: left;
		background: #fff;
	}

	.srk {
		width: 88%;
		height: 43px;
		float: left;
		background: none;
		border: 0;
		padding-left: 15px;
	}

	.m-search input::-webkit-input-placeholder {
		color: #999;
	}

	.btn {
		padding: 6.5px 9px;
		float: right;
	}

	.slider-news {
		width: 100%;
		max-height: 542px;
		margin-bottom: 0px;
	}

	.right-news {
		width: 100%;
	}

	.slider-news .slick-list {
		margin: 0;
	}

	.slider-news .txt {
		padding: 0 4%;
		width: 100%;
		box-shadow: none;
	}

	.slider-news .slick-arrow {
		display: none !important;
	}

	.imain {
		width: 100%;
		margin: 20px 0 0;
		padding: 0 33px;
	}

	.w1400 {
		width: 100%;
	}


}

@media screen and (max-width: 900px) {

	.banner .slick-dots {
		bottom: 5px;
		right: auto;
	}

	.banner .slick-dots li {
		width: 8px;
		height: 8px;
	}
}

@media screen and (max-width: 768px) {
	.imain {
		padding: 0 15px;
	}

.copy p {
    text-align: center;
}
.footer .flogo img {
    margin: 30px auto 0 80px;
}
.footer .copy{
    margin: 30px auto 0 80px;
}
.footer .ewmbox{
    margin: 30px auto 0 auto;
}

}

@media screen and (max-width:740px) {
	.banner h2 {
		font-size: 16px;
		line-height: 24px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		display: block;
		width: 80%;
	}

	.banner h2 {}

	.banner .slick-next {
		display: none !important;


	}
	.slick-slide img
	{
	    display: block;
	    object-fit: cover;
		height:200px
		
	}
	.banner .slick-prev {
		display: none !important;
	}

	.yqlj li a {
		display: block;
		padding: 0px;
	}

	.footer .flogo {
		margin-bottom: 20px
	}

	.footer .flogo img {
		display: block;
		margin: 0 auto;
		width: 80%;
	}

	.footer .ewmbox {
		margin: 30px auto 0 auto;
	}
	.footer .copy{
    margin: 0;
}
}

@media screen and (max-width:460px) {}

@media screen and (max-width:430px) {}