html {
	height: 100%;
}

body {
	min-height: calc(100% - 453px);
	background: #fff;
}

li {
	list-style: none;
}
.flt {
	    float: left;
	}
	.frt {
	    float: right;
	}
	.news_details {
		background: #fff;
		box-shadow: 0 0 5px rgba(0,0,0,0.1)
	}
	.news_details .box {
		width: 90%;
		margin: 0 auto 30px;
	}
	.news_details .box img{
		display: block;
		width: 100%;
		margin: 10px auto;
	}
	.news_details .tit {
		padding: 55px 0;
		text-align: center;
	}
	.news_details .tit h2 {
		font-size: 36px;
		font-weight: normal;
		margin-bottom: 25px;
	}
	.news_details .tit p {
		font-size: 18px;
		color: #333;
	}
	.news_details .text {
		font-size: 16px;
		color: #414141;
		line-height: 28px
	}
	.news_details .text h3 {
		font-size: 18px;
		font-weight: bold;
		margin-top: 20px;
		margin-bottom: 5px;
	}
	.news_details .text img {
		margin-top: 10px;
	}
	.text_cur {
		line-height: 70px;
		height: 70px;
		border-top: 1px solid #e8e8e8
	}
	.text_cur span {
		max-width: 45%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.text_cur a {
		color: #000;
	}
	.text_cur a:hover {
		color: #caa75a;
	}
.woxianshi {
	display: none;
}

.color-blue {
	color: #005aaa;
}

.mb30 {
	margin-bottom: 30px;
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.n_tit_head {
	padding-top: 100px;
	background: linear-gradient(112deg, #2953BE 0%, #2C70B9 100%);
	width: calc(100% - 100px);
	height: 692px;
	float: left;
	margin-top: -100px;
	margin-bottom: 100px;
	color: #fff;
}

.nn_tit_head {
	width: calc(100% - 100px);
	overflow: hidden;
	margin-left: 100px;
}

.n_tit_head h3 {
	font-size: 40px;
	line-height: 40px;
	margin: 30px 0 10px;
	font-weight: bold;
}

.n_tit_head .fubiao {
	font-size: 16px;
	color: #b2b2b2;
	letter-spacing: 3px;
	height: 30px;
	line-height: 30px;
	display: flex;
	margin-bottom: 20px;
	align-items: center;
	text-transform: uppercase;
}

.n_tit_head .fubiao .inro-text {
	width: 320px;
}

.nn_tit_head p {
	width: 1000px;
	line-height: 24px;
	text-indent: 2em;
	height: 72px;
}

.n_tit_head .fubiao .n_line {
	margin-left: 20px;
	background: #fff;
	height: 1px;
	width: 650px;
}

.fuck-menu {
	width: calc(100% - 100px);
	height: auto;
	margin-left: 100px;
	margin-top: 20px;
}

.fuck-menu-left {
	width: 170px;
	font-size: 14px;
	float: left;
}

.fuck-menu-left li {
	height: 40px;
	line-height: 40px;
	color: #fff;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.fuck-menu-left li a {
	color: #fff;
}

.fuck-menu-left li.xuan {
	font-weight: bold;
	font-size: 18px;
}

.fuck-menu-left li span {
	display: none;
	width: 25px;
}

.fuck-menu-left li b {
	display: block;
	width: 25px;
}

.fuck-menu-left li.on span,
.fuck-menu-left li.xuan span {
	display: block;
	font-size: 40px;
	color: #009A4E;
}

.fuck-menu-left li.on b,
.fuck-menu-left li.xuan b {
	display: none;
}

.chanpin-line-shu {
	margin: 15px 0 0 60px;
	width: 1px;
	height: 180px;
	background: #fff;
	float: left;
}

.fuck-menu-right,
.chanpin-right {
	width: 735px;
	margin-left: 0px;
	float: left;
	overflow: hidden;
	margin-top: -110px;
	height: 640px;
}

.chanpin-right {
	width: 600px;
	margin-left: 60px;
	float: left;
	overflow: hidden;
	margin-top: 0px;
	height: auto;
}

.chanpin-right .cptitle {
	line-height: 20px;
	margin: 10px 0 20px;
}

.chanpin-right p {
	line-height: 30px;
}

.chanpin-right .cptitle div {
	text-indent: 2em;
	margin-bottom: 10px;
}

.fuck-item {
	float: left;
	position: relative;
	width: 33.33333333%
}

/*主体列表*/
.fuck-cardlist {
	max-width: 1200px;
	margin: 20px auto 0
}

.fuck-item,
.fuck-cardlist {
	height: 530px !important;
	margin-top: 110px;
}

.fuck-cardlist .fuck-item {
	top: 0;
	transition: all .15s linear;
	box-sizing: border-box;
}

.fuck-cardlist .fuck-item .fuck-card {
	display: block;
	height: 420px;
	background: #f0f0f0;
	text-align: left;
	transition: all .15s linear;
	cursor: pointer;
	overflow: hidden;
}

.fuck-cardlist .fuck-item:hover,
.fuck-cardlist .fuck-item.swiper-slide-active {
	position: relative;
	top: -110px;
	transition: all .25s linear
}

.fuck-cardlist .fuck-item:hover .fuck-card,
.fuck-cardlist .fuck-item.swiper-slide-active .fuck-card {
	height: 530px;
	transition: all .2s linear
}

.fuck-cardlist .fuck-item .fuck-card .pic-cut {
	display: block;
	width: 100%;
	height: 360px;
	overflow: hidden;
	margin: 0 auto;
	transition: all .2s linear
}

.fuck-cardlist .fuck-item .fuck-card img {
	display: block;
	width: 240px;
	height: 360px;
	margin: 0 auto;
	transition: all .2s linear
}

.fuck-cardlist .fuck-item .fuck-card h3 {
	margin: 15px 15px 5px;
	font-size: 16px;
	color: #005AAA;
	text-align: left;
	line-height: 16px;
	font-weight: bold;
	background: url(../images/arrow-blue.png) no-repeat center right;
	background-size: 10px;
}

.fuck-cardlist .fuck-item .fuck-card .fubiao {
	margin: 0 15px 10px;
	font-size: 12px;
	letter-spacing: 0;
	height: 14px;
	line-height: 14px;
	text-align: left;
	color: #005AAA;
	text-transform: uppercase;
}

.fuck-cardlist .fuck-item .fuck-card p {
	margin: 0 15px;
	font-size: 14px;
	color: #666a75;
	letter-spacing: .51px
}

.m-data {
	opacity: 1;
}

.n_tit {
	padding-top: 160px;
	height: 60px;
	background: linear-gradient(112deg, #2953BE 0%, #2C70B9 100%);
	z-index: -1;
	padding-left: 100px;
	width: calc(100% - 200px);
	float: left;
	margin-top: -160px;
	margin-bottom: 30px;
}

.n_tit li {
	width: 200px;
	height: 60px;
	line-height: 60px;
	float: left;
}

.n_tit li a {
	line-height: 60px;
	float: left;
	color: #fff;
	font-size: 20px;
	display: flex;
	align-items: center;
}

.n_tit li span {
	margin-right: 10px;
	margin-left: -15px;
	display: none;
}

.n_tit li.on a {
	font-weight: bold;
}

.n_tit li.on a span {
	display: block;
	font-size: 40px;
	color: #009A4E;
}

.mt30 {
	margin-top: 30px;
}

.ul-news {
	overflow: hidden;
}

.ul-news li {}

.ul-news .inner {
	background-color: #fff;
	margin: 0 0px 42px;
	overflow: hidden;
}

.ul-news .txt {
	overflow: hidden;
	padding: 15px 15px 0 0;
}

.ul-news .date {
	float: right;
	color: #999;
	padding: 0 5px 0 22px;
	background: url(../images/z-time.png) no-repeat left center;
}

.ul-news h4 a {
	font-weight: 400;
	display: block;
	font-size: 18px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 10px
}

.ul-news h4 a:hover {
	color: #005aaa
}

.ul-news .pic {
	float: left;
	width: 240px;
	margin-right: 20px;
	overflow: hidden;
}

.ul-news .pic a {
	display: block;
	position: relative;
	padding-top: 66%;
}

.ul-news .pic a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.ul-news .pic:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05)
}

.ul-news .txt p {
	font-size: 14px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 48px;
	margin-bottom: 10px;
}

.ny-title {
	padding-left: 0;
	height: 70px;
	margin-bottom: 20px;
}

.xiegang {
	width: 10px;
	height: 70px;
	background: linear-gradient(112deg, #2953BE 0%, #2C70B9 100%)
	;
	float: left;
	margin-right: 20px;
}

.ny-bt {
	width: calc(100% - 30px);
	height: 70px;
}

.ny-bt h3 {
	height: 40px;
	line-height: 40px;
	font-size: 40px;
	color: #005aaa;
	font-weight: bold;
	margin-bottom: 10px;
}

.ny-bt h4 {
	height: 20px;
	line-height: 20px;
	font-size: 20px;
	color: #D8D8D8;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 3;
}

.ny-wenzi {
	margin: 20px 0;
}

.gs_pic,
.gs_text,
.gs_pic2,
.gs_text2 {
	width: 44%;
	padding: 0 3%;
	font-size: 14px;
	line-height: 24px;
}

.gs_pic img,
.gs_pic2 img {
	width: 100%;
}

.gs_text p,
.gs_text2 p {
	text-indent: 2em;
	margin-top: 20px;
	text-align: justify;
}

.gs_pic,
.gs_text2 {
	float: left;
}

.gs_pic2,
.gs_text {
	float: right;
}

.pic4 {
	width: 100%;
	overflow: hidden;
}

.pic4 li {
	width: 21%;
	overflow: hidden;
	margin: 10px 2%;
	float: left;
	box-shadow: 0px 5px 15px 0px rgba(5, 14, 44, 0.2);
}

.pic4 li img {
	width: 100%;
}

.single_list {
	margin-bottom: 40px;
	overflow: hidden;
}

.single_list li {
	width: 100%;
	height: 70px;
	font-size: 16px;
	display: flex;
	align-items: center;
	cursor: pointer;
	border-bottom: 1px dashed #e3e3e3;
}

.single_list li img {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

.single_list li img {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

.single_list li:hover img {
	animation: xuanzhuan 0.8s infinite;
	-webkit-animation: xuanzhuan 0.8s infinite;
}

.single_list li span {
	margin-left: auto;
	color: #9A9A9A;
	font-size: 14px;
}


.three_li {
	display: inline-block;
	margin-top: -70px;
	margin-bottom: 30px;
}

.four_list li {
	width: calc(25% - 20px);
	margin: 20px 20px 20px 0;
	float: left;
}

.three_li li {
	width: calc(33.33% - 20px);
	margin: 10px;
	float: left;
}

.four_list li img,
.three_li img {
	width: 100%;
}

.three_li img {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.four_list li h3,
.three_li li h3 {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #212121;
	margin-top: 5px;
	overflow: hidden;
}

.four_list li p,
.three_li li p {
	height: 15px;
	line-height: 15px;
	font-size: 14px;
	color: #999;
}

@keyframes xuanzhuan {
	0% {
		transform: rotate(0deg);
	}

	10% {
		transform: rotate(36deg);
	}

	20% {
		transform: rotate(72deg);
	}

	30% {
		transform: rotate(108deg);
	}

	40% {
		transform: rotate(144deg);
	}

	50% {
		transform: rotate(180deg);
	}

	60% {
		transform: rotate(216deg);
	}

	70% {
		transform: rotate(252deg);
	}

	80% {
		transform: rotate(288deg);
	}

	90% {
		transform: rotate(324deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@media (min-width: 768px) {
	.container {
		width: 768px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1000px;
	}
}

@media (min-width: 1400px) {
	.container {
		width: 1100px;
	}

}

@media (min-width: 1600px) {
	.container {
		width: 1200px;
	}
}

@media (min-width: 1900px) {
	.container {
		width: 1400px;
	}
}

.m_banner {
	display: none;
}

.heigh3 {
	height: calc(100% - 60px);
}

@media only screen and (max-width: 767px) {}

@media only screen and (max-width: 340px) {}

@media only screen and (max-width: 320px) {}

/* banner */
.n_banner {
	width: calc(100% - 100px);
	overflow: hidden;
	float: right;
	position: relative;
	height: 600px;
}

.n_banner img {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 2;
}

.clear {
	clear: both;
}

.n_banner_text {
	width: 100%;
	height: 100px;
	line-height: 100px;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	z-index: 2;
	color: #fff;
	font-size: 70px;
	font-weight: bold;
	font-weight: normal;
	display: flex;
	justify-content: center;
	align-items: center;
	letter-spacing: 5px;
}

.n_banner_text img {
	width: 80px;
	margin-right: 10px;
	position: relative;
}

.m-data {
	overflow: hidden;
	font-size: 0;
	text-align: center;
	padding: 20px 0 40px;
	margin-top: 0px;
	display: flex;
	opacity: 1;
}

.data-item {
	display: inline-block;
	vertical-align: middle;
	width: 20%;
	border-right: 1px solid #dedede;
	text-align: center;
}

.data-item:last-child {
	border-right: none
}

.data-top {
	font-size: 0;
	line-height: 50px;
	height: 50px
}

.data-top em {
	font-size: 50px;
	font-weight: bold;
	color: #005AAA;
}

.data-top span {
	font-size: 14px;
	display: inline-block;
	position: relative;
	padding-left: 5px;
	top: -25px;
}

.data-bot {
	font-size: 14px;
	color: #666;
	height: 30px;
	line-height: 30px;
}

/*页脚*/
.section6 {
	position: relative;
	background: #f0f0f0;
}

.copyright-out {
	background: linear-gradient(112deg, #2953BE 0%, #2C70B9 100%);
	overflow: hidden;
	width: 100%;
	margin-top: 40px;
}

.copyright {
	padding-top: 79px;
	border-top: 1px solid #ededed;
	width: 100%;
	background: url(../images/foot-bg.png) no-repeat top center;
}

.copyright_c {
	height: 373px;
	width: 1300px;
	margin: 0 auto;
}

.copyright_head {
	height: 307px;
	overflow: hidden;
	border-bottom: 1px solid #6483bf;
}

.copyright_L {
	float: left;
	width: 380px;
}
.copyright_L .img1{
	width: 60%;
}
.copyright_L p {
	display: block;
	width: 381px;
	height: 48px;
	margin-bottom: 26px;
}

.copyright_L span {
	display: block;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.copyright_L span em {
	display: block;
	float: left;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}

.copyright_L span em img {
	padding-right: 10px;
}

.copyright_L span strong {
	display: block;
	float: left;
	font-size: 24px;
	color: #f90;
	line-height: 30px;
}

.copyright_L span a {
	display: block;
	float: left;
	width: 70px;
	height: 30px;
	border-radius: 3px;
	overflow: hidden;
	background: url(../images/qq.png) #03d3ff no-repeat 11px center;
	padding-left: 35px;
	font-size: 14px;
	color: #FFF;
	line-height: 30px;
	margin-right: 10px
}

.copyright_C {
	float: left;
	overflow: hidden;
}

.copyright_C_list {
	float: left;
	padding-top: 0px;
	padding-right: 22px;
}

.copyright_C_list p {
	display: block;
	font-size: 18px;
	color: #fff;
	padding-bottom: 28px;
}

.copyright_C_list p a {
	color: #fff;
}

.about {
	overflow: hidden;
	margin-bottom: 10px;
}

.about a {
	display: block;
	font-size: 14px;
	color: #f0f0f0;
	float: left;
}

.about a:hover {
	color: #3fc7ff;
}

.copyright_R {
	float: right;
	width: 150px;
}

.copyright_R span {
	display: block;
	width: 148px;
	height: 148px;
}

.copyright_R span img {
	width: 100%
}

.copyright_R p {
	display: block;
	font-size: 12px;
	color: #fff;
	text-align: center;
	padding-top: 8px;
}

.copyright_bottom {
	height: 65px;
	line-height: 65px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.copyright_bottom span {
	display: block;
	line-height: 65px;
	font-size: 12px;
	color: #a9a9a9;
	float: left;
}

.copyright_bottom p {
	display: block;
	line-height: 65px;
	font-size: 12px;
	color: #a9a9a9;
	float: right;
}

.copyright_bottom img {
	width: 15px;
}

.copyright_bottom a {
	padding: 0 5px;
	color: #fff;
}

.wap-view {
	display: none;
}

.pc-view {
	display: block;
}

.rongyuli {
	width: 100%;
	overflow: hidden;
}

.rongyuli li {
	width: 29.33%;
	overflow: hidden;
	float: left;
	margin: 10px 2%;
}

.rongyuli li img {
	width: 100%;
}

.rongyuli li p {
	padding: 10px 0;
	background: #fff;
	color: #005AAA;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	background: url(../images/arrow-blue.png) no-repeat center right;
	background-size: 10px;
}

.wenhua-li {
	width: 100%;
	overflow: hidden;
}

.wenhua-li li {
	width: 260px;
	float: left;
	overflow: hidden;
	display: flex;
	margin: 15px 30px 15px 0;
	align-items: center;
}

.wenhua-li li img {
	width: 70px;
	margin-right: 15px;
}

.wenhua-li-n h3 {
	font-size: 18px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	color: #212121;
}

.wenhua-li-n .wenhua-short-line {
	width: 40px;
	height: 2px;
	margin: 8px 0 12px;
	background: #686868;
}

.wenhua-li-n p {
	font-size: 14px;
	line-height: 20px;
	text-indent: 0;
	margin-top: 0;
}

.news_c_text {
	display: inline-block;
	width: calc(80% - 60px);
	margin: 0 auto;
	padding: 30px;
	background: #f9f9f9;
	overflow: hidden;
	margin: 0 10%;
	margin-top: -70px;
}

.news_c_text img {
	width: 100%;
}

@media (max-width: 1600px) {
	.n_banner {
		height: 600px;
	}


	.n_tit li {
		height: 60px;
		width: 140px;
	}

	.n_tit li a {
		line-height: 60px;
		font-size: 16px;
	}

	.copyright_c {
		width: 1100px;
	}
}

@media (max-width: 1300px) {
	.n_banner{
		height: 520px;
	}
	.n_tit_head {
	    padding-top: 80px;
	}
	.nn_tit_head {
		width: 800px;
		overflow: hidden;
	}
	.n_tit_head .fubiao .n_line {
	    width: 500px;
	}
	.nn_tit_head p {
	    width: 850px;
	}
	.ny-title{margin-bottom: 15px;}
	
	.copyright_c {
		width: 1200px;
	}
	.copyright_C{}
	.copyright_head {
		border-bottom: none
	}

	.pic4 li {
		width: 46%;
		overflow: hidden;
		margin: 10px 2%;
		float: left;
		box-shadow: 0px 5px 15px 0px rgba(5, 14, 44, 0.2);
	}
}
@media (max-width: 1200px) {
	.n_tit_head {
	    padding-top: 50px;
	}
	.nn_tit_head {
		width: 800px;
		overflow: hidden;
	}
	.n_tit_head .fubiao .n_line {
	    width: 400px;
	}
	.nn_tit_head p {
	    width: 750px;
	}
	.copyright_c {
		width: 1100px;
	}
}
@media (max-width: 1150px) {
	.fuck-menu-right{
		width: 480px;
		margin-left: 0px;
		float: left;
		overflow: hidden;
		margin-top: -110px;
		height: 640px;
	}
	.copyright_c {
		width: 1080px;
		height: 430px;
	}
	.copyright_L{
		width: 360px;
	}
}

@media (max-width: 1050px) {
	
	.woxianshi {
		display: block;
	}

	.n_banner {
		
	}
	.news_details .tit{
		padding: 20px 0 0;
	}
	.news_details .tit h2{
		font-size: 18px;
		margin-bottom: 10px;
		font-weight: bold;
	}
	.news_details .tit p{
		font-size: 12px;
	}
	.news_details .text{
		font-size: 14px;
	}
	.n_tit_head {
		padding-top: 0;
		margin-top: -20px;
	}

	.copyright_head {
		height: 330px;
	}

	.copyright-out {
		position: relative;
		margin-top: 30px;
	}

	.copyright {
		padding-top: 30px;
	}

	.copyright_c {
		width: 100%;
		height: 430px;
	}

	.copyright_C {
		display: none;
	}

	.copyright_L {
		width: 90%;
		margin: 0 5%;
	}

	.copyright_L p {
		width: 100%;
		display: flex;
		justify-content: center;
		height: unset;
	}

	.copyright_R {
		width: 100%;
		float: none;
	}

	.copyright_R span {
		width: 100px;
		height: 100px;
		margin: 10px auto 0px;
	}

	.copyright_bottom {
		padding: 20px 10px;
		text-align: center;
		line-height: 20px;
		display: block;
	}

	.n_banner_text {
		font-size: 20px;
		margin-top: -30px;
	}

	.n_tit_head {
		z-index: 2;
		padding-left: 5%;
		width: 90%;
	}

	.nn_tit_head {
		width: 95%;
	}
	.ny-title{
		padding-left: 0;
	}

	.n_tit_head h3 {
		font-size: 30px;
		line-height: 30px;
		margin-bottom: 0;
	}

	.ny-bt h4 {
	    height: 20px;
	    line-height: 20px;
	    font-size: 16px;
	    color: #D8D8D8;
	    font-weight: bold;
	    text-transform: uppercase;
	    letter-spacing: 3;
	}

	.n_tit_head .fubiao {
		margin-bottom: 10px;
	}

	.n_tit_head .fubiao .inro-text {
		font-size: 14px;
		width: 60%;
		letter-spacing: 0;
	}

	.n_tit_head .fubiao .n_line {
		width: 40%;
	}

	.fuck-cardlist {
		max-width: 100%;
	}

	.fuck-menu-left li {
		height: 40px;
		line-height: 40px;
	}

	.fuck-menu-left {
		width: 100px;
		margin-left: -15px;
	}

	.fuck-menu-right {
		margin-right: 0;
		margin-left: 20px;
		width:480px;
	}
	.four_list li {
	    width: calc(50% - 10px);
	    margin: 10px 5px 10px 5px;
	    float: left;
	}

	.n_banner img {
		    height: auto;
		    width: 100%;
	}

	.n_banner_text img {
		width: 30px;
		height: 30px;
	}

	.n_tit_head {
		height: 662px;
		margin-bottom: 70px;
	}
	.nn_tit_head {
	    margin-left: 0px;
	}
	.fuck-menu {
	    margin-left: 0px;
	}
	.juzhong.ny-wenzi {
		display: block;
	}

	.gs_pic,
	.gs_text2,
	.gs_pic2,
	.gs_text {
		width: 100%;
		padding: 0;
	}

	.gs_pic2 {
		margin-top: 20px;
	}

	.gs_text2 {
		margin-bottom: 20px;
	}

	.three_li li {
		width: calc(50% - 20px);
		margin: -70px 10px 90px;
		float: left;
	}
}
@media (max-width: 768px) {
	.wap-view {
		display: block;
	}
	
	.pc-view {
		display: none;
	}
	 .four_list,.single_list{
	 	padding: 0 15px;
	 }
	.n_banner {
		z-index: -1;
	}

	.n_tit_head {
		padding-top: 0;
		margin-top: -20px;
	}
	.n_tit {
		padding-top: 40px;
		height: auto;
		overflow: hidden;
		padding-left: 5%;
		width: 85%;
		float: left;
		margin-top: -40px;
		margin-bottom: 30px;
		padding-bottom: 20px;
	}
	.ny-bt h3 {
	    height: 30px;
	    line-height: 30px;
	    font-size: 30px;
	    color: #fff;
	    font-weight: bold;
	    margin-bottom:10px;
	}
	.ny-bt h4{
		display: flex;
		align-items: center;
		font-size: 14px;
		
	} 
	.ny-title{
		margin-bottom: 0;
	}
	.ny-bt .n_line{
		height: 1px;
		background: #fff;
		margin-left: 20px;
		width: 55%;
	}
	.n_tit li{
		width: 100%;
		height: 30px;
		line-height: 30px;
		padding-left: 25px;
	}
	.n_tit li a {
	    line-height: 30px;
	    font-size: 14px;
	}
	.n_tit li.on a {
	    font-size: 16px;
		font-weight: bold;
	}
	.n_tit li.on a span {
	    margin-left: -30px;
	}
	.ul-news{
		padding: 0 20px;
	}
	.ul-news .pic{
		width: 100%;
	}
	.ul-news .date{
		float: left;
		padding: 0 5px 0 0px;
	}
	.four_list li {
	    width: 100%;
	    margin: 10px 0px 10px 0;
	    float: left;
	}
	.copyright_head {
		height: 330px;
	}

	.copyright-out {
		position: relative;
		margin-top: 30px;
	}

	.copyright {
		padding-top: 30px;
	}

	.copyright_c {
		width: 100%;
		height: 430px;
	}

	.copyright_C {
		display: none;
	}

	.copyright_L {
		width: 90%;
		margin: 0 5%;
	}

	.copyright_L p {
		width: 100%;
		display: flex;
		justify-content: center;
		height: unset;
	}

	.copyright_R {
		width: 100%;
		float: none;
		margin: 20px 0 0;
	}

	.copyright_R span {
		width: 100px;
		height: 100px;
		margin: 10px auto 0px;
	}

	.copyright_bottom {
		padding: 20px 10px;
		text-align: center;
		line-height: 20px;
		display: block;
	}

	.n_banner_text {
		font-size: 20px;
		margin-top: -30px;
	}

	.n_banner {
		height: 300px;
		width: 100%;
	}

	.n_tit_head {
		z-index: 2;
		padding-left: 5%;
		width: 90%;
	}
	.n_tit_head {
	    height: 482px;
	}
	
	.nn_tit_head {
		width: 95%;
	}

	.n_tit_head h3 {
		font-size: 30px;
		line-height: 30px;
	}

	.n_tit_head .fubiao {
		margin-bottom: 10px;
	}

	.n_tit_head .fubiao .inro-text {
		font-size: 12px;
		width: 50%;
		letter-spacing: 0;
	}

	.n_tit_head .fubiao .n_line {
		width: 40%;
	}
	
	.fuck-cardlist {
		max-width: 100%;
	}

	.fuck-menu-left li {
		height: 40px;
		line-height: 40px;
	}
	.fuck-menu-left li.xuan {
	    font-weight: bold;
	    font-size: 16px;
	}
	.fuck-menu-left {
		width: 110px;
		margin-left: -10px;
	}

	.fuck-menu-right {
		margin-right: 0;
		margin-left: 10px;
		width:220px;
		height: 482px;
	}
	.fuck-cardlist .fuck-item .fuck-card {
	    height: 238px;
	}
	.fuck-cardlist .fuck-item .fuck-card img {
	    width: 120px;
	    height: 180px;
	}
	.fuck-cardlist .fuck-item:hover .fuck-card{
	    height:238px;
	}
	.fuck-cardlist .fuck-item .fuck-card .pic-cut {
	    height: 180px;
	}
	.fuck-cardlist .fuck-item:hover {
	    top: 0px;
	}
	.fuck-cardlist .fuck-item.swiper-slide-active .fuck-card {
	    height: 335px;
	}
	.fuck-cardlist .fuck-item.swiper-slide-active {
	    top: -97px;
	}
	.fuck-cardlist .fuck-item .fuck-card h3{
		font-size: 15px;
	}
	.n_banner img {
		height: 300px;
		width: auto;
	}

	.n_banner_text img {
		width: 30px;
		height: 30px;
	}

	.n_tit_head {
		height: 482px;
		margin-bottom: 70px;
	}
	.nn_tit_head {
	    margin-left: 0px;
	}
	.fuck-menu {
	    margin-left: 0px;
		width: 100%;
	}
	.fuck-cardlist .fuck-item .fuck-card h3{
		margin: 15px 10px 5px;
	}
	.fuck-cardlist .fuck-item .fuck-card .fubiao {
	    margin: 0 10px 10px;
	}
	.fuck-cardlist .fuck-item .fuck-card p{
		margin: 0px 10px;
		overflow: hidden;
		height: 83px;
	}
	.m-data {
		width: 100%;
		display: block;
		margin: -50px auto 30px;
		padding: 0 0 20px;
	}

	.data-item {
		display: inline-block;
		vertical-align: middle;
		width: 45%;
		border-right: none;
		text-align: left;
		margin-left: 5%;
		padding: 15px 0;
	}



	.firstitem {
		width: calc(100% - 30px);
		background: #fff;
		text-align: left;
		padding: 15px 0px;
		margin-bottom: 0px;
		margin-left: 0;
	}

	.firstitem .data-bot,
	.firstitem .data-top span {
		color: #666;
	}

	.short-line {
		width: 59px;
		height: 9px;
		border-radius: 10px;
		background: #009A4E;
		box-shadow: 0px 5px 10px 0px rgba(0, 66, 33, 0.3);
		margin: 10px 0px;
	}

	.juzhong.ny-wenzi {
		display: block;
	}

	.gs_pic,
	.gs_text2,
	.gs_pic2,
	.gs_text {
		width: 100%;
		padding: 0;
	}

	.gs_pic2 {
		margin-top: 20px;
	}

	.gs_text2 {
		margin-bottom: 20px;
	}

	.three_li li {
		width: calc(50% - 20px);
		margin: -70px 10px 90px;
		float: left;
	}
}
