@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: "微软雅黑";
}

img {
	border: none;
}



html {
	width: 100%;
}

.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

input::-webkit-input-placeholder {
	color: #fff;
}

input::-moz-input-placeholder {
	color: #fff;
}

input::-ms-input-placeholder {
	color: #fff;
}

body {
	background-size: cover;
	width: 100%;
	margin: 0;
	padding: 0;
}

a {
	color: #333;
	font-size: 16px;
	text-decoration: none;
}

.clear {
	clear: both;
}

li {
	list-style: none;
}

.w1400 {
	width: 1400px;
	margin: 0 auto;
}

.rig {
	float: right;
}

.homelink {
	background: url(../images/homeico.png) left center no-repeat;
	padding-left: 20px;
	line-height: 34px;
	padding-right: 20px;
	font-size: 14px;
}

.homelink a {
	line-height: 34px;
	display: block;
	color: #bd1313;
	font-size: 14px;
}

header {
	width: 100%;
	background: url(../images/header.png) no-repeat center top #b90509;
	height: 140px;
	z-index: 999;
}

.logo {
	height: 140px;
	padding: 35px 0;
	float: left;
}

header .rig {
	margin-top: 55px;
}

.toplink {
	float: right;
	color: #FFFFFF;
	font-size: 14px;
}

.toplink a {
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
	padding: 0 10px;
}

.search {
	width: 244px;
	background: #fff;
	height: 34px;
	border-radius: 50px;
	overflow: hidden;
	border: #dc7f7f 1px solid;
}

.search .txt {
	background: none;
	border: 0;
	height: 32px;
	width: calc(100% - 90px);
	color: #dc7f7f;
	line-height: 34px;
	font-size: 14px;
	padding-left: 10px;
}

.search input::-webkit-input-placeholder {
	color: #dc7f7f;
}

.search .btn {
	float: right;
	padding: 0 5px;
	border: none;
	width: 70px;
	line-height: 32px;
	background: #bd1313;
	color: #fff;
	border-radius: 50px;
}

.nav {
	width: 100%;
	background: #bd1313;
	margin: 0 auto;
	height: 50px;
}

.nav>ul {
	width: 1400px;
	margin: 0 auto;
	height: 100%;
}

.nav>ul>li {
	position: relative;
	float: left;
	width: 14.2%;
	text-align: center;
	background-image: url(../images/navline.png);
	background-position: center;
	background-repeat: no-repeat;
	background-position-x: right;
}

.nav>ul>li:hover {
	background: #b10b0b;
}

.nav>ul>li:last-child {
	background-image: none
}



.nav>ul>li.first img {
	line-height: 52px;
	vertical-align: middle;
}

.nav>ul>li>a {
	font-size: 17px;
	color: #fff;
	line-height: 50px;
}


.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-color: #b10b0b;
	display: none;
	z-index: 999;
}

.nav>ul>li>ul>li {
	position: relative;
	line-height: 40px;
	padding: 6px 9px;
}

.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-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;
}

.banner-box {}

.banner {}

.banner img {
	display: block;
	width: 100%;
}

.banner .slick-prev {
	width: 60px;
	height: 60px;
	background: url(../images/bal.png) no-repeat center center #000;
	left: 5%;
	z-index: 9;
	border-radius: 50%;
	opacity: 0.3;
	transition: all 0.3s;
}

.banner .slick-next {
	width: 60px;
	height: 60px;
	background: url(../images/bar.png) no-repeat center center #000;
	right: 5%;
	z-index: 9;
	border-radius: 50%;
	opacity: 0.3;
	transition: all 0.3s;
}

.banner .slick-prev:hover {
	opacity: 0.7;
	transition: all 0.3s;
}

.banner .slick-next:hover {
	opacity: 0.7;
	transition: all 0.3s;
}

.banner .slick-dots {
	width: auto;
	margin-left: 50%;
	transform: translateX(-50%);
	bottom: 20px;
	height: 20px;
}

.banner .slick-dots li {
	width: 10px;
	height: 10px;
	margin: 0 10px;
	background: #f2f2f2;
	border-radius: 50%;
	opacity: 0.5;
}

.banner .slick-dots li button {
	display: none;
}

.banner .slick-dots li.slick-active {
	background: #b10b0b;
	opacity: 1;
}

.main {}

.part1 {
	width: 100%;
	min-height: 400px;
	padding: 50px 0 0 0;
	background: #fff;
	overflow: hidden;
}

.left_news {
	float: left;
	width: calc(50% - 38px);
}

.part2_news {
	width: 31.5%;
}

.slider-news {
	float: left;
	width: 100%;
}

.slider-news .slick-list {}

.slider-news .box {
	position: relative;
	overflow: hidden;
	margin: 0;
}

.slider-news .pic {
	position: relative;
	width: 100%;
	padding-bottom: 68%;
	overflow: hidden;
}

.slider-news .pic a {
	display: block;
	width: 100%;
	height: 100%;
}

.slider-news .pic img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.slider-news .pic img:hover {
	transform: scale(1.05);
}

.slider-news .slick-slide .txt:before {
	background: url(../images/ttbj.png) no-repeat bottom;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: cover;
}

.slider-news .txt {
	overflow: hidden;
	width: 100%;
	margin-left: 0px;
	z-index: 999999999;
	position: absolute;
	bottom: 0;
	height: 110px;
}

.slider-news .tit {
	display: block;
	text-align: left;
	font-size: 18px;
	color: #ffffff;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	float: left;
	width: calc(100% - 121px);
	padding-left: 25px;
	/* height: 27px; */
	position: absolute;
	bottom: 15px;
	margin-bottom: 0;
}

.slider-news .tit span {
	display: block;
	font-size: 14px;
}

.slider-news .slick-arrow {
	width: 45px;
	height: 45px;
	position: absolute;
	top: 59.1%;
	overflow: hidden;
	text-indent: 99px;
	cursor: pointer;
	z-index: 9;
	border: 0;
	right: 35px;
}

.slider-news .slick-dots {
	width: auto;
	right: 20px;
	bottom: 18px;
	height: 24px;
}

.slider-news .slick-dots li {
	width: 6px;
	height: 6px;
	margin: 0 4px;
	border-radius: 50%;
	background: #fff;
	opacity: 0.5;
}

.slider-news .slick-dots li button {
	display: none;
}

.slider-news .slick-dots li.slick-active {
	background: #fff;
	width: 28px;
	border-radius: 6px;
	opacity: 1;
}

.left_news .list {
	margin-top: 5px;
	width: 100%;
	overflow: hidden;
}

.left_news .list li {
	line-height: 58px;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
}

.left_news .list li a {
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	width: calc(100% - 107px);
	font-size: 17.8px;
}

.left_news .list li .date {
	float: right;
	border-left: 1px solid #666666;
	color: #666666;
	height: 18px;
	margin: 24px 0;
	padding-left: 10px;
	line-height: 18px;
	font-size: 16px;
}

.right_news {
	width: calc(50% - 10px);
	float: right;
}

.right_news .list {
	margin-top: -10px;
}

/*  */
.intit {
	margin-bottom: 15px;
	line-height: 42px;
	position: relative;
	border-bottom: #bd1313 1px solid;
}



.intit h4 {
	font-size: 22px;
	display: block;
	padding: 0;
	position: relative;
	width: 160px;
	color: #fff;
	text-align: center;
	font-weight: normal;
	line-height: 42px;
	height: 42px;
	padding-left: 30px;
}

.intit h4::before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0;
	height: 43px;
	width: 3px;
	background: #f4b62d;
	border-right: #fff 3px solid;
}

.intit h4::after {
	content: '';
	position: absolute;
	right: -17px;
	top: 0;
	border-left: 17px solid #bd1313;
	border-top: 42px solid transparent;
}

.tco1 {
	background: url(../images/title_ico1.png) 20px center no-repeat #bd1313;
}

.tco2 {
	background: url(../images/title_ico2.png) 20px center no-repeat #bd1313;
}

.tco3 {
	background: url(../images/title_ico3.png) 20px center no-repeat #bd1313;
}

.tco4 {
	background: url(../images/title_ico4.png) 20px center no-repeat #bd1313;
}

.tco5 {
	background: url(../images/title_ico5.png) 20px center no-repeat #bd1313;
}

.tco6 {
	background: url(../images/title_ico6.png) 20px center no-repeat #bd1313;
}

.tco7 {
	background: url(../images/title_ico7.png) 20px center no-repeat #bd1313;
}

.intit .more {
	position: absolute;
	top: 0px;
	right: 0;
	z-index: 5;
	transition: all 0.3s;
}

.intit .more a {
	position: relative;
	font-size: 14px;
	color: #999999;
	padding: 5px 0 5px 0;
}

.intit .more:hover {
	right: 2px;
	transition: all 0.3s;
	color: #c62e28;
}

.intit .more:hover a {
	color: #c62e28;
}

.list li:hover a {
	color: #c62e28;
}

.part1 .right_news .list ul li {
	min-height: 60px;
	line-height: 28px;
	padding: 10px 0;
	border-bottom: 1px dashed #e5e5e5;
	width: 100%;
	overflow: hidden;
}


.part1 .right_news .list ul li {
	background-repeat: no-repeat;
	background-size: 0 2px;
	background-position: 0% 100%;
	transition: all .8s ease-in-out;
	/* background-image: linear-gradient(to right, #b90509, #b90509, #b90509); */
}

.part1 .right_news .list ul li:hover {
	background-size: 100% 1px;
}

.part1 .right_news .list ul li:last-child {
	border: 0;
}

.right_news .list ul li:hover .date {
	background: #bd1313;
	color: #fff;
}

.right_news .list ul li:hover .rq {
	background: #bd1313;
	color: #fff;
}

.right_news .list ul li:hover .niy {
	color: #fff;
}

.right_news .list ul li .date {
	width: 67px;
	float: left;
	background: #e5e5e5;
}

.right_news .list ul li .rq {
	width: 100%;
	height: 38px;
	text-align: center;
	line-height: 38px;
	display: block;
	color: #bd1313;
	font-size: 26px;
	font-weight: normal;
	background: #d9d9d9;
}

.right_news .list ul li .niy {
	width: 100%;
	height: 24px;
	text-align: center;
	line-height: 24px;
	display: block;
	color: #b90509;
	border-top: 0;
	font-size: 13px;
}

.part1 .right_news .list ul li:hover .txt a {
	color: #b90509;
	display: block;
	width: 100%;
	/* height: 100%; */
}

.right_news .list ul li .txt {
	float: right;
	width: calc(100% - 90px);
	line-height: 30px;
	height: 62px;
	vertical-align: middle;
	display: flex;
	align-items: center;
}

.right_news .list ul li .txt a {
	color: #333333;
	font-size: 17px;
	overflow: hidden;
	/* text-overflow: ellipsis; */
	/* white-space: nowrap; */
	/* display: block; */
	font-weight: normal;
}

.right_news .list ul li .txt p {
	color: #999;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 32px;
}

.part2 {
	width: 100%;
	height: auto;
	padding: 40px 0;
	overflow: hidden;
	background: url(../images/part2bg.png) center no-repeat;
	background-size: cover;
}

.adbanner {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 40px 0 0px 0;
}

.adbanner img {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.adbanner img:hover {
	opacity: 0.8;
}

.txtlist {
	padding: 0 0;
}

.txtlist ul li {
	line-height: 50px;
	font-size: 17px;
	position: relative;
	left: 0;
	color: #333333;
}

.txtlist ul li:last-child {
	border: none;
}

.txtlist ul li a {
	font-size: 17px;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #333333;
	padding-right: 98px;
	background: url(../images/ico_list.png) left center no-repeat;
	padding-left: 15px;
}

.txtlist ul li span {
	position: absolute;
	top: 54%;
	transform: translateY(-50%);
	right: 0;
	color: #999999;
	font-size: 14px;
	line-height: 50px;
	font-family: Arial;
}

.txtlist ul li:hover a {
	color: #bd1313;
}

.txtlist ul li:hover span {
	color: #bd1313;
}

/*  */
.txtlist2 {
	padding: 0 0;
}

.txtlist2 ul li {
	line-height: 50px;
	font-size: 17px;
	position: relative;
	left: 0;
	color: #333333;
}

.txtlist2 ul li:last-child {
	border: none;
}

.txtlist2 ul li a {
	font-size: 17px;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #333333;
	padding-left: 98px;
}

.txtlist2 ul li span {
	position: absolute;
	top: 54%;
	transform: translateY(-50%);
	left: 0;
	color: #fff;
	font-size: 14px;
	line-height: 26px;
	background: #bd1313;
	width: 87px;
	height: 26px;
	text-align: center;
	border-radius: 50px;
	font-family: Arial;
}

.txtlist2 ul li:hover a {
	color: #bd1313;
}

.txtlist2 ul li:hover span {
	color: #fff;
}


/* part3 */
.part3 {
	padding: 55px 0;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.part3_news {
	width: 35%;
}

.part4_news {
	width: 24%;
}

.txtlist3 {
	background: url(../images/xzbg.png) center no-repeat;
	background-size: 100% 100%;
	border: #e1e1e1 1px solid;
	margin: -15px auto 0 auto;
	padding: 15px 25px;
}

.txtlist3 ul {
	margin: 0;
	padding: 0;
}

.txtlist3 ul li {
	line-height: 50px;
	font-size: 17px;
	position: relative;
	left: 0;
	color: #333333;
}

.txtlist3 ul li:last-child {
	border: none;
}

.txtlist3 ul li a {
	font-size: 17px;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #333333;
	background: url(../images/ico_list.png) left center no-repeat;
	padding-left: 15px;
}

.txtlist3 ul li span {
	position: absolute;
	top: 54%;
	transform: translateY(-50%);
	right: 0;
	color: #999999;
	font-size: 14px;
	line-height: 50px;
	font-family: Arial;
}

.txtlist3 ul li:hover a {
	color: #bd1313;
}

.txtlist3 ul li:hover span {
	color: #bd1313;
}

.listdate ul li {
	min-height: 60px;
	line-height: 28px;
	padding: 8px 0;
	width: 100%;
	overflow: hidden;
}


.listdate ul li {
	background-repeat: no-repeat;
	background-size: 0 2px;
	background-position: 0% 100%;
	transition: all .8s ease-in-out;
	/* background-image: linear-gradient(to right, #b90509, #b90509, #b90509); */
}

.listdate ul li:hover {
	background-size: 100% 1px;
}

.listdate ul li:last-child {
	border: 0;
}

.listdate ul li:hover .date {
	background: #bd1313;
	color: #fff;
	border-left: #f4b62d 2px solid;
}

.listdate ul li:hover .rq {
	background: #bd1313;
	color: #fff;
}

.listdate ul li:hover .niy {
	color: #fff;
}

.listdate ul li .date {
	width: 67px;
	float: left;
	background: #e5e5e5;
	border-left: #bd1313 2px solid;
}

.listdate ul li .rq {
	width: 100%;
	height: 36px;
	text-align: center;
	line-height: 36px;
	display: block;
	color: #bd1313;
	font-size: 26px;
	font-weight: normal;
}

.listdate ul li .niy {
	width: 100%;
	height: 24px;
	text-align: center;
	line-height: 24px;
	display: block;
	color: #b90509;
	border-top: 0;
	font-size: 13px;
}

.listdate ul li:hover .txt a {
	color: #b90509;
	display: block;
	width: 100%;
	/* height: 100%; */
}

.listdate ul li .txt {
	float: right;
	width: calc(100% - 90px);
	line-height: 27px;
	height: 60px;
	vertical-align: middle;
	display: flex;
	align-items: center;
}

.listdate ul li .txt a {
	color: #333333;
	font-size: 17px;
	overflow: hidden;
	/* text-overflow: ellipsis; */
	/* white-space: nowrap; */
	/* display: block; */
	font-weight: normal;
}

.listdate ul li .txt p {
	color: #999;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 32px;
}









.footer {
	width: 100%;
	height: auto;
	/* overflow: hidden; */
	padding: 50px 0 0 0;
	background: url(../images/copyrightbg.png) center no-repeat #a10509;
	background-size: cover;
}

.footer .left_ft {
	float: left;
	/* line-height: 110px; */
	width: 40%;
	border-right: #bd5d5d 1px solid;
}

.footer .left_ft img {
	line-height: 178px;
	display: block;
	padding: 20px 0;
	max-width: 98%;
}

.footer .right_ft {
	float: right;
	padding: 0;
	width: 30%;
	border-right: #bd5d5d 1px solid;
}

.footer .right_ft h2 {
	color: #fff;
	line-height: 50px;
	font-weight: 700;
	font-size: 18px;
	border-bottom: 1px solid #d69394;
	margin-bottom: 15px;
}

.footer .right_ft p {
	color: #fff;
	line-height: 27px;
	opacity: 1;
	font-size: 14px;
}

.foot-media {
	float: right;
	/* margin-top: 20px; */
	display: flex;
	align-items: center;
}

.foot-media>div {
	float: left;
	text-align: center;
	margin-left: 30px;
	position: relative;
}

.foot-media>div:first-child {
	margin-left: 0;
}

.foot-media>div:hover div {
	display: block;
}

.foot-media>div>div {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 100%;
	margin-bottom: 15px;
	width: 120px;
	padding: 5px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	display: none;
}

.foot-media>div>div img {
	display: block;
	width: 100%;
	max-height: 100% !important;
}

.foot-media>div>div::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	border-top: 10px solid #fff;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}

.foot-media>div>img {
	display: block;
	margin: 0 auto;
}

.foot-media>div>p {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.75);
	margin-top: 10px;
}

.copyright {
	width: 100%;
	text-align: center;
	padding: 20px 0;
	border-top: #c06666 1px solid;
	margin-top: 40px;
}

.copyright p {
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}

.copyright a {
	color: #fff;
	font-size: 14px;
}

@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%;
	}
}

@media screen and (max-width: 1360px) {
	.part1 .right_news .list ul li {
		padding: 2.45% 0;
	}
}

@media screen and (max-width: 1280px) {
	.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) {
	.part4_news {
		width: 100%;
		float: none;
	}

	.part3_news {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}

	.part2_news {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}

	.left_news {
		width: 100%;
		float: none;
		height: auto;
		overflow: hidden;
		margin-bottom: 20px;
	}

	.right_news {
		width: 100%;
		float: none;
	}

	.banner .slick-prev {
		display: none !important;
	}

	.banner .slick-next {
		display: none !important;
	}

	.banner .slick-dots {
		bottom: 10px;
	}

	body {
		padding-top: 63px;
		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: 10px;
		z-index: 999;
		background: #fff;
		border-bottom: #bd1313 3px solid;
		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(../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: 30px;
	}

	.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;
	}

	.main {
		width: 100%;
		margin: 20px 0 0;
	}

	.w1400 {
		width: 100%;
	}

	.right_news {
		/* width: 100%; */
		float: right;
	}

	.part1,
	.part2,
	.part3 {
		width: 100%;
		padding: 30px 2%;
		margin: 0 auto;
	}

	.part1 .right_news .list ul li {
		padding: 2.2% 0;
		border: 0;
	}

	.footer .left_ft {
		width: 50%;
	}
}

@media screen and (max-width: 900px) {
	.copyright {
		padding: 5px 0;
		margin-top: 0px;
	}

	.footer {
		padding: 20px 0 0 0;
	}

	.foot-media {
		width: 40%;
		margin: 0 auto;
		float: none;
		display: flex;
		justify-content: space-around;
		margin: 20px auto;
	}

	.footer .right_ft {
		width: 90%;
		margin: 0 auto;
		border-right: none;
		text-align: center;
	}

	.footer .left_ft {
		width: 90%;
		margin: 0 auto;
		text-align: center;
		border-right: none
	}

	.footer .left_ft img {
		width: auto;
		text-align: center;
		margin: 0 auto;
	}

	.part1 .right_news .list ul li {
		padding: 1.1% 0;
		border: 0;
	}

	.txtlist3 ul li {}

	.txtlist3 ul li a {
		font-size: 16px;
		line-height: 36px;
		font-size: 16px;
	}

	.txtlist ul li a {
		font-size: 16px;
		line-height: 36px;
		font-size: 16px;
	}

	.txtlist2 ul li a {
		font-size: 16px;
		line-height: 36px;
		font-size: 16px;
	}

	.adbanner {
		padding: 0px 0 0px 0;
	}

	.intit h4 {
		font-size: 20px;
		width: 150px;
	}
}

@media screen and (max-width:768px) {
	.left_news {
		width: 100%;
	}

	.tit h1 {
		font-size: 22px;
	}

	.tit h1 .syt {
		font-size: 29px;
	}

	.footer .left_ft {
		width: 100%;
	}

	.footer .left_ft img {
		padding: 15px;
	}

	.footer .right_ft {
		float: none;
		width: 100%;
		padding: 0;
	}

	.right_news {
		width: 100%;
		margin-top: 21px;
	}

	.part1 .right_news .list ul li {
		padding: 2.1% 0;
	}
}

@media screen and (max-width:460px) {
	.part2 .tit .more {
		background: #fff;
		line-height: 34px;
		width: 80px;
		padding: 0;
		text-align: center;
	}

	.part1 .right_news .list ul li {
		padding: 3.1% 0;
	}
}
