﻿* {
	margin: 0;
	padding: 0;
}

html,
body,
menu,
ul,
ol,
li,
div,
form,
h1,
h2,
h3,
h4,
h5,
h6,
img,
a img,
input,
button,
textarea,
fieldset,
p,
dd {
	padding: 0;
	margin: 0;
	border: 0
}

ul,
ol,
li {
	list-style: none
}

html,
body {
	font-size: 16px;
	font-family: "微软雅黑";
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
i,
em {
	font-weight: normal;
	font-style: normal
}

hr {
	border: none;
}

input[type="text"],
input[type="password"],
input[type="button"],
input[type="submit"],
textarea {
	-webkit-appearance: none;
	border-radius: 0
}

a {
	text-decoration: none;
	display: inline-block;
	color: #333;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
	color: #0168b7;
}

@media screen and (min-width: 751px) {
	.pc {
		display: block;
	}
	.wx {
		display: none;
	}
}

@media screen and (max-width: 750px) {
	.pc {
		display: none;
	}
	.wx {
		display: block;
	}
}

@media screen and (min-width: 751px) {
	.body {
		/*-webkit-animation: bgbody 3s ease;
		-o-animation: bgbody 3s ease;
		animation: bgbody 3s ease;*/
	}
	@keyframes bgbody {
		0% {
			opacity: 0.2;
		}
		100% {
			opacity: 1;
		}
	}
	.main {
		width: 1200px;
		margin: auto;
	}
	.qygkbanner {
		background: url(qygkbanner.jpg) no-repeat center;
	}
	.xwzxbanner {
		background: url(xwzxbanner.jpg) no-repeat center;
	}
	.cybjbanner {
		background: url(cybjbanner.jpg) no-repeat center;
	}
	.banner {
		width: 100%;
		min-height: 600px;
		float: left;
		background: url(banner_bg.jpg) no-repeat center;
		background-size: 100% 100%;
		position: relative;
		overflow: hidden;
	}
	.bannerbg {
		width: 100%;
		height: 100%;
		float: left;
		background: url(banner_bg.jpg) no-repeat center;
		background-size: 100% 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}
	.banner .top {
		float: left;
		width: 100%;
		height: 110px;
		line-height: 110px;
		border-bottom: 1px solid rgba(255, 255, 255, .07);
		position: relative;
		z-index: 10;
	}
	.banner .top .logo {
		float: left;
		font-size: 32px;
		font-weight: bold;
		color: #fff;
	}
	.banner .top .logo img {
		vertical-align: middle;
		margin-right: 10px;
	}
	.banner .top .nav {
		float: left;
		font-size: 18px;
		margin-left: 100px;
	}
	.banner .top .nav a {
		color: #fff;
	}
	.banner .top .nav ul {
		float: left;
		width: 100%;
	}
	.banner .top .nav ul li {
		float: left;
		margin: 0 20px;
	}
	.banner .top .sousuo {
		width: 54px;
		height: 34px;
		line-height: 34px;
		border-radius: 34px;
		overflow: hidden;
		position: absolute;
		right: 0;
		top: 38px;
		transition: all .4s;
		border: 1px solid transparent;
	}
	.banner .top .sousuo input {
		float: left;
		width: 100%;
		height: 34px;
		line-height: 34px;
		float: left;
		padding-left: 12px;
		outline: none;
		box-sizing: border-box;
		padding-right: 60px;
		background: transparent;
		transition: all .4s;
	}
	.banner .top .sousuo input::-webkit-input-placeholder {
		color: #c3c3c3;
	}
	.banner .top .sousuo .ssbtn {
		position: absolute;
		right: 0;
		top: 0;
		background: transparent;
		outline: none;
		cursor: pointer;
		width: 54px;
		height: 34px;
		line-height: 34px;
		transition: all .4s;
		border-left: 1px solid transparent;
	}
	.banner .top .sousuo .ssbtn img {
		display: inline-block;
		vertical-align: middle;
		transition: all .4s;
	}
	.banner .tp {
		float: left;
		width: 100%;
		color: #fff;
		font-weight: bold;
		text-align: center;
		font-size: 58px;
		margin-top: 8%;
		margin-bottom: 4%;
		position: relative;
		z-index: 10;
		opacity: 0;
	}
	.banner .contt {
		float: left;
		width: 100%;
		text-align: center;
		font-size: 32px;
		letter-spacing: 12px;
		color: #fff;
		margin-top: 6%;
		opacity: 0;
	}
	.shubiao {
		float: left;
		width: 100%;
		text-align: center;
		position: absolute;
		bottom: 4%;
		opacity: 0;
	}
	.shubiao a {
		display: inline-block;
		position: relative;
		width: 24px;
		text-align: center;
		cursor: pointer;
	}
	.shubiao .jt_b {
		width: 8px;
		position: absolute;
		top: 6px;
		left: 8px;
		animation: jtb 1s linear;
		animation-iteration-count: infinite;
	}
	@keyframes jtb {
		0% {
			transform: translateY(0);
			opacity: 0;
		}
		100% {
			top: 10px;
			transform: translateY(4px);
		}
	}
	.banner .bannerimg {
		width: 100%;
		height: 120px;
		overflow: hidden;
		position: relative;
		z-index: 10;
	}
	.banner .bannerimg.on {
		animation: robotmove 22s linear;
		animation-iteration-count: infinite;
	}
	@keyframes robotmove {
		0% {
			width: 0;
		}
		100% {
			width: 100%;
		}
	}
	#banner {
		float: left;
		width: 1920px;
		height: 100%;
	}
	.banner .bannerimg img {
		width: 1920px;
		height: auto;
		position: absolute;
		left: 0;
	}
	.banner .bannerimg .swiper-slide-active:nth-child(1) img {
		animation: example1 8s linear;
		animation-iteration-count: infinite;
	}
	@keyframes example1 {
		0% {
			transform: translateY(0);
		}
		100% {
			transform: translateY(-60px)
		}
	}
	.banner .bannerimg .swiper-slide-active:nth-child(2) img {
		animation: example2 8s linear;
		animation-iteration-count: infinite;
	}
	@keyframes example2 {
		0% {
			transform: translateX(0);
		}
		100% {
			transform: translateX(-60px)
		}
	}
	.banner .bannerimg .swiper-slide-active:nth-child(3) img {
		animation: example3 8s linear;
		animation-iteration-count: infinite;
	}
	@keyframes example3 {
		0% {
			transform: scale(1);
		}
		100% {
			transform: scale(1.1)
		}
	}
	.banner .bannerimg .swiper-slide-active:nth-child(4) img {
		animation: example4 8s linear;
		animation-iteration-count: infinite;
	}
	@keyframes example4 {
		0% {
			transform: translateY(0);
		}
		100% {
			transform: translateY(60px)
		}
	}
	.banner .bannerimg .swiper-slide-active:nth-child(5) img {
		animation: example5 8s linear;
		animation-iteration-count: infinite;
	}
	@keyframes example5 {
		0% {
			transform: scale(1.2);
		}
		100% {
			transform: scale(1)
		}
	}
	.bannerbg {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #666;
	}
	.bannerbg div {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #aaa;
	}
	.content1 {
		float: left;
		width: 100%;
		background: #f2f3f6;
		padding: 60px 0;
	}

	

	.content1 .img {
		float: left;
		width: 540px;
		height: 286px;
		overflow: hidden;
	}
	.content1 .img img {
		width: 100%;
		height: 100%;
		transition: all .3s;
	}
	.content1 .img:hover img {
		transform: scale(1.03);
	}
	.content1 .txt {
		float: left;
		width: 660px;
		height: 286px;
		background: #fff;
		padding: 30px;
		box-sizing: border-box;
		overflow: hidden;
	}
	.content1 .txt hr {
		width: 26px;
		height: 2px;
		background: #0168b7;
		float: left;
		margin: 15px 0;
	}
	.content1 .txt .tlt {
		float: left;
		width: 100%;
		font-size: 26px;
		color: #0168b7;
		line-height: 36px;
	}
	.content1 .txt .con {
		float: left;
		width: 100%;
		font-size: 14px;
		color: #787878;
		line-height: 24px;
		-webkit-line-clamp: 2;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: initial;
	}
	.content1 .txt ul {
		float: left;
		width: 100%;
		margin-top: 15px;
	}
	.content1 .txt ul li {
		float: left;
		width: 33.3333%;
		text-align: center;
	}
	.content1 .txt ul li p {
		float: left;
		width: 100%;
		font-size: 30px;
	}
	.content1 .txt ul li p i {
		font-size: 14px;
		margin-left: 10px;
	}
	.content1 .txt ul li span {
		font-size: 14px;
		color: #909090;
	}
	.content2 {
		float: left;
		width: 100%;
	}
	.content2 .top {
		float: left;
		width: 100%;
		height: 170px;
		line-height: 170px;
	}
	.content2 .top .tlt {
		display: inline-block;
		line-height: normal;
		font-size: 30px;
		vertical-align: middle;
	}
	.content2 .top .ico {
		float: right;
		font-size: 18px;
		color: #b6b6b6;
		font-style: italic;
	}
	.cybj {
		width: 570px;
		height: 254px;
		line-height: 254px;
		background: #f6f6f6;
		float: left;
		overflow: hidden;
	}
	.cybj .img {
		width: 195px;
		float: left;
		text-align: center;
	}
	.cybj .img img {
		display: inline-block;
		vertical-align: middle;
	}
	.cybj .txt {
		display: inline-block;
		width: 375px;
		line-height: normal;
		vertical-align: middle;
	}
	.cybj .txt p {
		float: left;
		width: 100%;
		font-size: 20px;
	}
	.cybj .txt span {
		float: left;
		width: 100%;
		font-size: 14px;
		color: #8f8f8f;
		margin: 10px 0;
		-webkit-line-clamp: 2;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: initial;
	}
	.cybj .txt a {
		width: 88px;
		height: 30px;
		line-height: 30px;
		border-radius: 30px;
		background: #0168b7;
		text-align: center;
		float: left;
		font-size: 14px;
		color: #fff;
	}
	.cybj .txt a:hover {
		opacity: .8;
	}
	.wodwh {
		width: 100%;
		float: left;
		height: 433px;
		background: url(wmdwh.jpg) no-repeat center;
		margin: 50px 0;
		text-align: center;
		padding: 170px 300px 0 300px;
		box-sizing: border-box;
	}
	.wodwh p {
		float: left;
		width: 100%;
		font-size: 30px;
		color: #fff;
	}
	.wodwh span {
		font-size: 14px;
		line-height: 24px;
		color: #fff;
		float: left;
		width: 100%;
		margin-top: 20px;
	}
	.wodwh a {
		width: 140px;
		height: 38px;
		line-height: 38px;
		text-align: center;
		border: 1px solid #fff;
		font-size: 14px;
		margin: auto;
		color: #fff;
		margin-top: 40px;
		position: relative;
		transition: all .4s;
	}
	.wodwh a:after {
		content: "";
		width: 0%;
		height: 100%;
		background: #fff;
		color: #fff;
		position: absolute;
		left: 0;
		top: 0;
		z-index: -1;
		transition: all .4s;
	}
	.wodwh a:hover {
		color: #333;
	}
	.wodwh a:hover:after {
		width: 100%;
		background: #fff;
	}
	.content4 {
		float: left;
		width: 100%;
		background: #f6f6f6;
		padding: 50px 0;
	}
	.gsxw {
		float: left;
		width: 600px;
		height: 494px;
		background: #fff;
		position: relative;
		overflow: hidden;
	}
	.gsxw:after {
		content: "";
		width: 25px;
		height: 25px;
		background: #0168b7;
		position: absolute;
		top: 140px;
		left: 85px;
		transform: rotate(45deg);
		z-index: 1;
	}
	.gsxw .top {
		float: left;
		width: 100%;
		height: 160px;
		background: #0168b7;
		position: relative;
		z-index: 2;
	}
	.gsxw .top .tlt {
		width: 200px;
		height: 100%;
		float: left;
		color: #fff;
		position: relative;
	}
	.gsxw .top .tlt:after {
		content: "";
		width: 26px;
		height: 2px;
		background: #fff;
		position: absolute;
		top: 30px;
		left: 12px;
	}
	.gsxw .top .tlt p {
		position: absolute;
		top: 50px;
		left: 12px;
		font-size: 18px;
	}
	.gsxw .top .tlt span {
		position: absolute;
		top: 75px;
		left: 12px;
		font-size: 12px;
		opacity: .45;
	}
	.gsxw .top .tlt a {
		position: absolute;
		top: 130px;
		left: 12px;
		font-size: 18px;
	}
	.gsxw .top .img {
		width: 400px;
		height: 100%;
		overflow: hidden;
	}
	.gsxw .top .img img {
		width: 100%;
		transition: all .3s;
	}
	.gsxw .top .img:hover img {
		transform: scale(1.03);
	}
	.gsxw .xwli {
		float: left;
		width: 100%;
		padding: 20px;
		box-sizing: border-box;
	}
	.gsxw .xwli .dy {
		float: left;
		width: 100%;
		border-bottom: 1px solid #f5f5f5;
		padding: 20px 0;
	}
	.gsxw .xwli .dy .time {
		float: left;
		width: 85px;
		color: #0168b7;
		text-align: right;
	}
	.gsxw .xwli .dy .time span {
		font-size: 16px;
		width: 100%;
		float: left;
	}
	.gsxw .xwli .dy .time p {
		font-size: 50px;
		float: left;
		width: 100%;
	}
	.gsxw .xwli .dy .con {
		float: left;
		width: 435px;
		margin-left: 40px;
	}
	.gsxw .xwli .dy .con p {
		font-size: 16px;
		color: #666666;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.gsxw .xwli .dy .con span {
		font-size: 14px;
		color: #aaaaaa;
		line-height: 24px;
		-webkit-line-clamp: 2;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: initial;
		margin-top: 10px;
	}
	.gsxw .xwli .dy a:hover p,
	.gsxw .xwli .dy a:hover span {
		color: #0168B7 !important;
	}
	.gsxw .xwli ul,
	.gsxw .xwli ul li {
		float: left;
		width: 100%;
	}
	.gsxw .xwli ul a {
		color: #666666;
	}
	.gsxw .xwli ul a:hover {
		color: #0168B7;
	}
	.gsxw .xwli ul li {
		margin-top: 25px;
	}
	.gsxw .xwli ul li span {
		font-size: 16px;
		float: left;
		width: 85px;
		text-align: center;
	}
	.gsxw .xwli ul li p {
		font-size: 16px;
		float: left;
		width: 435px;
		margin-left: 40px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.gsxw2 {
		float: right;
		width: 580px;
		height: 494px;
		background: #fff;
		position: relative;
		overflow: hidden;
	}
	.gsxw2 .top {
		float: left;
		width: 100%;
		height: 160px;
		background: #f0f0f0;
		position: relative;
		z-index: 2;
	}
	.gsxw2 .top .tlt {
		width: 100%;
		height: 100%;
		float: left;
		color: #0168B7;
		position: relative;
	}
	.gsxw2 .top .tlt:after {
		content: "";
		width: 26px;
		height: 2px;
		background: #0168B7;
		position: absolute;
		top: 30px;
		left: 12px;
	}
	.gsxw2 .top .tlt p {
		position: absolute;
		top: 50px;
		left: 12px;
		font-size: 18px;
	}
	.gsxw2 .top .tlt span {
		position: absolute;
		top: 75px;
		left: 12px;
		font-size: 12px;
		opacity: .45;
	}
	.gsxw2 .top .tlt a {
		position: absolute;
		top: 130px;
		left: 12px;
		font-size: 18px;
	}
	.gsxw2 .xwli {
		float: left;
		width: 100%;
	}
	.gsxw2 .xwli .img {
		float: left;
		width: 100%;
		height: 190px;
		overflow: hidden;
	}
	.gsxw2 .xwli .img img {
		width: 100%;
		transition: all .3s;
	}
	.gsxw2 .xwli .img:hover img {
		transform: scale(1.03);
	}
	.gsxw2 .xwli .con {
		float: left;
		width: 100%;
		box-sizing: border-box;
		padding: 0 20px;
	}
	.gsxw2 .xwli .con p {
		font-size: 16px;
		color: #666666;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		margin-top: 20px;
	}
	.gsxw2 .xwli .con span {
		font-size: 14px;
		color: #aaaaaa;
		line-height: 24px;
		-webkit-line-clamp: 2;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: initial;
		margin-top: 10px;
	}
	.gsxw2 .xwli a:hover p,
	.gsxw2 .xwli a:hover span {
		color: #0168B7 !important;
	}
	.foot {
		float: left;
		width: 100%;
		background: #363b3e;
		padding: 25px 0;
	}
	.foot .yqlj {
		float: left;
		width: 650px;
	}
	.foot .yqlj i {
		float: left;
		width: 77px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		border-radius: 30px;
		background: #0168b7;
		color: #fff;
		font-size: 14px;
	}
	.foot .yqlj ul {
		float: left;
		width: 100%;
		margin: 15px 0;
	}
	.foot .yqlj ul li a {
		color: #fff;
	}
	.foot .yqlj ul li a:hover {
		color: #0168B7;
	}
	.foot .yqlj ul li {
		float: left;
		font-size: 13px;
		position: relative;
		padding-left: 8px;
		box-sizing: border-box;
		width: 30%;
		margin-bottom: 15px;
		margin-right: 5%;
	}
	.foot .yqlj ul li:nth-child(3n) {
		margin-right: 0;
	}
	.foot .yqlj ul li:after {
		content: "";
		width: 2px;
		height: 2px;
		background: #fff;
		position: absolute;
		top: 50%;
		margin-top: -1px;
		left: 0;
	}
	.foot .qtlj {
		float: right;
		width: 407px;
		margin-top: 30px;
	}
	.foot .qtlj a {
		cursor: pointer;
	}
	.foot .qtlj .tcbox {
		width: 150px;
		height: 150px;
		display: none;
		position: absolute;
		top: 50px;
		left: -55px;
	}
	.foot .qtlj .tcbox img {
		width: 100%;
	}
	.foot .qtlj ul {
		float: right;
	}
	.foot .qtlj ul li {
		float: left;
		margin-left: 35px;
		position: relative;
	}
	.foot .qtlj p {
		float: right;
		width: 100%;
		font-size: 13px;
		color: #fff;
		margin-top: 30px;
	}
	.bqxx {
		float: left;
		width: 100%;
		padding: 30px 0;
		border-top: 1px solid rgba(255, 255, 255, .27);
		font-size: 14px;
		color: #fff;
	}
	.bqxx a {
		color: #fff;
	}
	.bqxx a:hover {
		color: red;
	}
	.bqxx .txtli {
		width: 100%;
		line-height: 30px;
		text-align: center;
	}
	.bqxx .txtli span {
		margin-right: 10px;
	}
	.bqxx .txtli span:last-child {
		margin-right: 0;
	}
	.head {
		width: 100%;
		float: left;
		box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
		position: relative;
		z-index: 999;
	}
	.head .top {
		float: left;
		width: 100%;
		height: 110px;
		line-height: 110px;
		position: relative;
		z-index: 10;
	}
	.head .top .logo {
		float: left;
		font-size: 32px;
		font-weight: bold;
		color: #333;
	}
	.head .top .logo img {
		vertical-align: middle;
		margin-right: 10px;
	}
	.head .top .nav {
		float: left;
		font-size: 18px;
		margin-left: 100px;
	}
	.head .top .nav a {
		color: #333;
	}
	.head .top .nav ul {
		float: left;
		width: 100%;
	}
	.head .top .nav ul li {
		float: left;
	}
	.head .top .nav ul li a {
		padding: 0 20px;
		transition: all .4s;
	}
	.head .top .nav ul li a:hover {
		background: #0078e1;
		color: #fff;
	}
	.head .top .nav ul li.on a {
		background: #0078e1;
		color: #fff;
	}
	.head .top .sousuo2 {
		width: 54px;
		height: 34px;
		line-height: 34px;
		border-radius: 34px;
		overflow: hidden;
		position: absolute;
		right: 0;
		top: 38px;
		transition: all .4s;
		border: 1px solid transparent;
	}
	.head .top .sousuo2 input {
		float: left;
		width: 100%;
		height: 34px;
		line-height: 34px;
		float: left;
		padding-left: 12px;
		outline: none;
		box-sizing: border-box;
		padding-right: 60px;
		background: transparent;
		transition: all .4s;
	}
	.head .top .sousuo2 input::-webkit-input-placeholder {
		color: #c3c3c3;
	}
	.head .top .sousuo2 .ssbtn {
		position: absolute;
		right: 0;
		top: 0;
		background: transparent;
		outline: none;
		cursor: pointer;
		width: 54px;
		height: 34px;
		line-height: 34px;
		transition: all .4s;
		border-left: 1px solid transparent;
	}
	.head .top .sousuo2 .ssbtn img {
		display: inline-block;
		vertical-align: middle;
		transition: all .4s;
	}
	.banner2 {
		width: 100%;
		height: 400px;
		line-height: 400px;
		float: left;
	}
	.banner2 .txt {
		line-height: normal;
		display: inline-block;
		vertical-align: middle;
		color: #fff;
	}
	.banner2 .txt p {
		font-size: 30px;
		margin-bottom: 20px;
	}
	.banner2 .txt p i {
		font-size: 22px;
		opacity: .46;
	}
	.banner2 .txt span {
		font-size: 14px;
	}
	.banner2 .txt span a {
		color: #fff;
	}
	.qygknav {
		float: left;
		width: auto;
		height: 94px;
		position: relative;
		z-index: 999;
		background: #fff;
		box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.05);
		margin-top: -47px;
		margin-bottom: 85px;
	}
	.qygknav ul {
		float: left;
		width: 100%;
		height: 94px;
	}
	.qygknav ul li a {
		width: 100%;
		height: 100%;
		display: block;
		color: #999999;
		font-size: 16px;
		transition: all .4s;
	}
	.qygknav ul li {
		width: 200px;
		height: 94px;
		line-height: 135px;
		float: left;
		text-align: center;
		background: #fff;
		box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.05);
	}
	.qygknav ul li:nth-child(1) a {
		background: url(qyjs.png) no-repeat center #ffffff;
		background-position-y: 20px;
	}
	.qygknav ul li:nth-child(1).on a,
	.qygknav ul li:nth-child(1) a:hover {
		background: url(qyjs_on.png) no-repeat center #007AFF;
		background-position-y: 20px;
		color: #fff;
	}
	.qygknav ul li:nth-child(2) a {
		background: url(ldzc.png) no-repeat center #ffffff;
		background-position-y: 20px;
	}
	.qygknav ul li:nth-child(2).on a,
	.qygknav ul li:nth-child(2) a:hover {
		background: url(ldzc_on.png) no-repeat center #007AFF;
		background-position-y: 20px;
		color: #fff;
	}
	.qygknav ul li:nth-child(3) a {
		background: url(zzjg.png) no-repeat center #ffffff;
		background-position-y: 20px;
	}
	.qygknav ul li:nth-child(3).on a,
	.qygknav ul li:nth-child(3) a:hover {
		background: url(zzjg_on.png) no-repeat center #007AFF;
		background-position-y: 20px;
		color: #fff;
	}
	.qygknav ul li:nth-child(4) a {
		background: url(qyry.png) no-repeat center #ffffff;
		background-position-y: 20px;
	}
	.qygknav ul li:nth-child(4).on a,
	.qygknav ul li:nth-child(4) a:hover {
		background: url(qyry_on.png) no-repeat center #007AFF;
		background-position-y: 20px;
		color: #fff;
	}
	.qygknav ul li:nth-child(5) a {
		background: url(qyzz.png) no-repeat center #ffffff;
		background-position-y: 20px;
	}
	.qygknav ul li:nth-child(5).on a,
	.qygknav ul li:nth-child(5) a:hover {
		background: url(qyzz_on.png) no-repeat center #007AFF;
		background-position-y: 20px;
		color: #fff;
	}
	.qygknav ul li:nth-child(6) a {
		background: url(fzlc.png) no-repeat center;
		background-position-y: 20px;
	}
	.qygknav ul li:nth-child(6).on a,
	.qygknav ul li:nth-child(6) a:hover {
		background: url(fzlc_on.png) no-repeat center #007AFF;
		background-position-y: 20px;
		color: #fff;
	}
	.content {
		float: left;
		width: 100%;
		margin-bottom: 80px;
	}
	.contlt {
		float: left;
		width: 100%;
		text-align: center;
		font-size: 40px;
		font-weight: bold;
		margin-bottom: 65px;
	}
	.contxt {
		float: left;
		width: 100%;
	}
	.contxt .img {
		float: left;
		width: 500px;
		height: 320px;
		overflow: hidden;
	}
	.contxt .img img {
		width: 100%;
		transition: all .3s;
	}
	.contxt .img:hover img {
		transform: scale(1.03);
	}
	.contxt .txt {
		width: 660px;
		float: right;
		text-indent: 2em;
		font-size: 16px;
		line-height: 40px;
		margin-top: 10px;
	}
	.gsxwnav {
		float: left;
		width: auto;
		height: 94px;
		position: relative;
		z-index: 999;
		background: #fff;
		box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.05);
		margin-top: -47px;
		margin-bottom: 30px;
	}
	.gsxwnav ul {
		float: left;
		width: 100%;
		height: 94px;
	}
	.gsxwnav ul li a {
		width: 100%;
		height: 100%;
		display: block;
		color: #999999;
		font-size: 16px;
		transition: all .4s;
	}
	.gsxwnav ul li {
		width: 300px;
		height: 94px;
		line-height: 135px;
		float: left;
		text-align: center;
		background: #fff;
		box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.05);
	}
	.gsxwnav ul li:nth-child(1) a {
		background: url(gsxw.png) no-repeat center #ffffff;
		background-position-y: 20px;
	}
	.gsxwnav ul li:nth-child(1).on a,
	.gsxwnav ul li:nth-child(1) a:hover {
		background: url(gsxw_on.png) no-repeat center #007AFF;
		background-position-y: 20px;
		color: #fff;
	}
	.gsxwnav ul li:nth-child(2) a {
		background: url(hyzx.png) no-repeat center #ffffff;
		background-position-y: 20px;
	}
	.gsxwnav ul li:nth-child(2).on a,
	.gsxwnav ul li:nth-child(2) a:hover {
		background: url(hyzx_on.png) no-repeat center #007AFF;
		background-position-y: 20px;
		color: #fff;
	}
	.gsxwnav ul li:nth-child(3) a {
		background: url(zcfg.png) no-repeat center #ffffff;
		background-position-y: 20px;
	}
	.gsxwnav ul li:nth-child(3).on a,
	.gsxwnav ul li:nth-child(3) a:hover {
		background: url(zcfg_on.png) no-repeat center #007AFF;
		background-position-y: 20px;
		color: #fff;
	}
	.gswxli {
		float: left;
		width: 100%;
	}
	.gswxli ul li {
		float: left;
		width: 100%;
		padding: 35px 0;
		border-bottom: 1px solid #f0f0f0;
	}
	.gswxli ul li .img img {
		display: block;
		width: 100%;
		height: 100%;
		transition: all .3s;
	}
	.gswxli ul li .img {
		float: left;
		width: 290px;
		height: 200px;
		overflow: hidden;
	}
	.gswxli ul li .img:hover img {
		transform: scale(1.03);
	}
	.gswxli ul li .con {
		width: 880px;
		float: right;
	}
	.gswxli ul li .con .tlt {
		float: left;
		width: 100%;
		font-size: 18px;
		line-height: 44px;
		color: #333333;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.gswxli ul li .con .txt {
		float: left;
		width: 100%;
		font-size: 14px;
		line-height: 26px;
		color: #6c6c6c;
		-webkit-line-clamp: 2;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: initial;
	}
	.gswxli ul li .con .time {
		float: left;
		width: 100%;
		font-size: 14px;
		line-height: 26px;
		color: #6c6c6c;
		margin: 15px 0;
	}
	.gswxli ul li .con .btn {
		float: left;
		width: 100px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		border-radius: 30px;
		color: #fff;
		font-size: 14px;
		background: #0078e1;
	}
	.gswxli ul li .con .btn:hover {
		opacity: .8;
	}
	.gswxli ul li a {
		display: block;
	}
	.gswxli ul li .con .tlt:hover {
		color: #0078E1;
	}
	.page {
		width: 100%;
		text-align: center;
		margin: 60px 0;
		float: left;
	}
	.page a,
	.page span {
		width: 40px;
		height: 40px;
		line-height: 40px;
		display: inline-block;
		margin: 0 10px;
		text-align: center;
		font-size: 16px;
		border: 1px solid #e0e0e0;
		transition: all .3s;
		position: relative;
	}
	.page .pageprev:after,
	.page .pagenext:after {
		content: "";
		position: absolute;
		top: 50%;
		margin-top: -5px;
		left: 50%;
		margin-left: -3px;
		width: 10px;
		height: 10px;
		border-top: 2px solid #666;
		border-left: 2px solid #666;
		transform: rotate(315deg);
		transition: all .3s;
	}
	.page .pagenext:after {
		margin-left: -8px;
		transform: rotate(135deg);
	}
	.page .pageprev:hover:after,
	.page .pagenext:hover:after {
		border-top: 2px solid #fff;
		border-left: 2px solid #fff;
	}
	.page .on {
		color: #fff;
		background: #0078e1;
		border: 1px solid #0078e1;
	}
	.page a img {
		display: inline-block;
		vertical-align: middle;
	}
	.page a:hover,
	.page span:hover {
		color: #fff;
		background: #0078e1;
		border: 1px solid #0078e1;
	}
	.page .dz {
		color: #6e6e6e;
		background: transparent;
		width: auto;
		display: inline-block;
		margin-right: 30px;
		border: none;
	}
	.page .dz:hover {
		color: #6e6e6e;
		background: transparent;
		border: none;
	}
	.gsxwxq {
		float: left;
		width: 100%;
		margin-bottom: 50px;
	}
	.gsxwxq .top {
		float: left;
		width: 100%;
		text-align: center;
		border-bottom: 1px solid #eeeeee;
		margin-bottom: 40px;
	}
	.gsxwxq .top .tlt {
		font-size: 32px;
		font-weight: bold;
		margin: 50px 0;
	}
	.gsxwxq .top .time {
		font-size: 16px;
		color: #ababab;
		margin-bottom: 40px;
	}
	.page2 {
		float: left;
		width: 100%;
		padding: 45px 0 70px 0;
		border-top: 1px solid #eeeeee;
	}
	.page2 a {
		width: 100%;
		float: left;
		display: block;
		font-size: 16px;
		line-height: 34px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.cybjny {
		float: left;
		width: 100%;
		background: #f7f7f7;
		margin-bottom: 60px;
	}
	.cybjny:nth-child(1) {
		margin-top: 50px;
	}
	.cybjny .img {
		float: left;
		width: 600px;
		height: 400px;
		overflow: hidden;
	}
	.cybjny .img img {
		width: 100%;
		transition: all .3s;
	}
	.cybjny .img:hover img {
		transform: scale(1.03);
	}
	.cybjny .txt {
		float: left;
		width: 600px;
		height: 400px;
		padding: 50px;
		box-sizing: border-box;
	}
	.cybjny .txt .tlt {
		float: left;
		width: 100%;
		font-size: 24px;
		font-weight: bold;
		margin-top: 10px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.cybjny .txt hr {
		width: 40px;
		height: 3px;
		background: #0168b7;
		float: left;
		margin: 15px 0;
	}
	.cybjny .txt p {
		float: left;
		width: 100%;
		font-size: 16px;
		line-height: 34px;
		-webkit-line-clamp: 4;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: initial;
	}
	.cybjny .txt a {
		float: left;
		width: 205px;
		height: 55px;
		line-height: 55px;
		padding-left: 40px;
		box-sizing: border-box;
		font-size: 16px;
		border: 1px solid #e6e6e6;
		margin-top: 35px;
		position: relative;
		z-index: 1;
		transition: all .4s;
	}
	.cybjny .txt a:before {
		content: "";
		position: absolute;
		top: 24px;
		left: 138px;
		width: 28px;
		height: 8px;
		background: url(jt2_r.png) no-repeat center;
		transition: all .4s;
		z-index: 1;
	}
	.cybjny .txt a:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		background: #007AFF;
		width: 0%;
		height: 100%;
		transition: all .4s;
		z-index: -1;
	}
	.cybjny .txt a:hover {
		border: 1px solid #007AFF;
		color: #fff;
	}
	.cybjny .txt a:hover:after {
		width: 100%;
	}
	.cybjny .txt a:hover:before {
		background: url(jt2_r_on.png) no-repeat center;
	}
	.qyryli,
	.qyryli ul {
		float: left;
		width: 100%;
	}
	.qyryli ul li {
		float: left;
		width: 256px;
		margin-bottom: 50px;
		margin-right: 58px;
	}
	.qyryli ul li:nth-child(4n) {
		margin-right: 0;
	}
	.qyryli ul li:nth-child(n+9) {
		margin-bottom: 0;
	}
	.qyryli ul li .img {
		float: left;
		width: 100%;
		height: 180px;
		overflow: hidden;
	}
	.qyryli ul li .img img {
		width: 100%;
		transition: all .3s;
	}
	.qyryli ul li .img:hover img {
		transform: scale(1.03);
	}
	.qyryli ul li p {
		font-size: 16px;
		float: left;
		width: 100%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		text-align: center;
		margin-top: 20px;
	}
	.zcfgli,
	.zcfgli ul {
		float: left;
		width: 100%;
	}
	.zcfgli {
		margin-top: 35px;
	}
	.zcfgli ul li {
		float: left;
		width: 585px;
		height: 140px;
		line-height: 140px;
		margin-bottom: 30px;
	}
	.zcfgli ul li:nth-child(2n) {
		float: right;
	}
	.zcfgli ul li:nth-child(n+7) {
		margin-bottom: 0;
	}
	.zcfgli ul li a {
		width: 100%;
		height: 100%;
		display: block;
		padding: 0 28px;
		box-sizing: border-box;
		background: #f5f5f5;
		color: #333;
		transition: all .3s;
	}
	.zcfgli ul li a:hover {
		background: #fff;
		color: #0168B7;
		box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.25);
	}
	.zcfgli .time {
		width: 65px;
		line-height: normal;
		text-align: center;
		display: inline-block;
		vertical-align: middle;
		margin-top: -15px;
	}
	.zcfgli .time span {
		font-size: 50px;
		width: 100%;
		float: left;
		display: block;
	}
	.zcfgli .time p {
		float: left;
		width: 100%;
		font-size: 16px;
	}
	.zcfgli .txt {
		width: 432px;
		line-height: 34px;
		display: inline-block;
		vertical-align: middle;
		margin-top: -4px;
		margin-left: 25px;
	}
}

@media screen and (max-width: 750px) {
	.phone_main{
		width: 100%;
		max-width: 750px;
		margin: auto;
		padding: 0 3.3333%;
		box-sizing: border-box;
		float: left;
	}
	.phone_head{
		float: left;
		width: 100%;
		background: url(phone_top_bg.jpg) no-repeat top;
		background-size: 100% 440px;
		position: relative;
	}
	.phone_head .top{
		float: left;
		width: 100%;
		height: 50px;
		line-height: 50px;
	}
	.phone_head .top img{
		width: 100%;
		display: block;
	}
	.phone_head .logo{
		width: 40%;
		display: inline-block;
		vertical-align: middle;
		margin-left: 3.3333%;
	}
	.phone_head .nav_rigth{
		width: 20px;
		float: right;
		padding: 15px 3.3333% 15px 15px;
	}
	.phone_head .tp {
	    float: left;
	    width: 100%;
	    color: #fff;
	    font-weight: bold;
	    text-align: center;
	    font-size: 18px;
	    margin-top: 6%;
	    margin-bottom: 6%;
	    position: relative;
	    z-index: 999;
	}
	.phone_head .bannerimg {
		width: 100%;
		height: auto;
		overflow: hidden;
		position: relative;
		z-index: 10;
	}
	.phone_head .bannerimg.on {
		animation: robotmove 22s linear;
		animation-iteration-count: infinite;
	}
	@keyframes robotmove {
		0% {
			width: 0;
		}
		100% {
			width: 100%;
		}
	}
	#banner2 {
		float: left;
		width: 750px;
		height: 40px;
	}
	.phone_head .bannerimg img {
		width: 750px;
		height: auto;
		position: absolute;
		left: 0;
	}
	.phone_head .bannerimg .swiper-slide-active:nth-child(1) img {
		animation: example1 8s linear;
		animation-iteration-count: infinite;
	}
	@keyframes example1 {
		0% {
			transform: translateY(0);
		}
		100% {
			transform: translateY(-60px)
		}
	}
	.phone_head .bannerimg .swiper-slide-active:nth-child(2) img {
		animation: example2 8s linear;
		animation-iteration-count: infinite;
	}
	@keyframes example2 {
		0% {
			transform: translateX(0);
		}
		100% {
			transform: translateX(-60px)
		}
	}
	.phone_head .bannerimg .swiper-slide-active:nth-child(3) img {
		animation: example3 8s linear;
		animation-iteration-count: infinite;
	}
	@keyframes example3 {
		0% {
			transform: scale(1);
		}
		100% {
			transform: scale(1.1)
		}
	}
	.phone_head .bannerimg .swiper-slide-active:nth-child(4) img {
		animation: example4 8s linear;
		animation-iteration-count: infinite;
	}
	@keyframes example4 {
		0% {
			transform: translateY(0);
		}
		100% {
			transform: translateY(60px)
		}
	}
	.phone_head .bannerimg .swiper-slide-active:nth-child(5) img {
		animation: example5 8s linear;
		animation-iteration-count: infinite;
	}
	@keyframes example5 {
		0% {
			transform: scale(1.2);
		}
		100% {
			transform: scale(1)
		}
	}
	.phone_head .contt {
	    float: left;
	    width: 100%;
	    text-align: center;
	    font-size: 16px;
	    letter-spacing: 8px;
	    color: #fff;
	    margin-top: 6%;
	}
	.shubiao {
		float: left;
		width: 100%;
		text-align: center;
	    margin-top: 4%;
	}
	.shubiao span {
		display: inline-block;
		position: relative;
		width: 24px;
		text-align: center;
		cursor: pointer;
	}
	.shubiao .jt_b {
		width: 6px;
		position: absolute;
		top: 0px;
		left: 9px;
		animation: jtb 1s linear;
		animation-iteration-count: infinite;
	}
	@keyframes jtb {
		0% {
			transform: translateY(0);
			opacity: 0;
		}
		100% {
			top: 2px;
			transform: translateY(4px);
		}
	}
	
	.phone_ss{
		float: left;
		width: 100%;
		margin-top: 4%;
	}
	.phone_ss_ip{
		width: 90%;
		height: 38px;
		line-height: 38px;
		margin: auto;
		background: #fff;
		border-radius: 38px;
		overflow: hidden;
	}
	.phone_ss_ip input{
		float: left;
		width: 80%;
		height: 38px;
		background: #fff;
		outline: none;
		border: none;
		padding-left: 15px;
		box-sizing: border-box;
	}
	.phone_ss_ip button{
		float: left;
		width: 20%;
		height: 38px;
		line-height: 38px;
		background: #fff;
		outline: none;
	}
	.phone_ss_ip button img{
		width: 17px;
		display: inline-block;
		vertical-align: middle;
	}
	.phone_nav{
		width: 100%;
		float: left;
		background: #fff;
		border-radius: 5px;
		box-shadow: 0 0 4px 0px rgb(1,104,183,.14);
		margin-top: 6%;
	}
	.phone_nav ul{
		width: 100%;
		float: left;
	}
	.phone_nav ul li{
		width: 33.3333%;
		float: left;
		padding: 22px 0;
	}
	.phone_nav ul li a{
		display: block;
		width: 100%;
		height: 100%;
	}
	.phone_nav ul li img{
		height: 40px;
		display: block;
		margin: auto;
	}
	.phone_nav ul li p{
		width: 100%;
		float: left;
		text-align: center;
		font-size: 16px;
	}
	.content1{
		float: left;
		width: 100%;
		background: #fff;
		border-radius: 5px;
		box-shadow: 0 0 4px 0px rgb(1,104,183,.14);
		margin-top: 15px;
		overflow: hidden;
	}

	.contlt {
		float: left;
		width: 100%;
		text-align: center;
		font-size: 25px;
		font-weight: bold;
		margin-bottom: 25px;
		margin-top: 20px;
		line-height: 1.5;
	}

	.content1 .img{
		float: left;
		width: 100%;
		height: 185px;
		overflow: hidden;
	}
	.content1 .img img{
		width: 100%;
		height: 100%;
	}
	.content1 .txt{
		float: left;
		width: 100%;
		background: #fff;
		padding: 15px;
		box-sizing: border-box;
		overflow: hidden;
	}
	.content1 .txt hr{
		width: 26px;
		height: 2px;
		background: #0168b7;
		float: left;
		margin: 8px 0;
	}
	.content1 .txt .tlt{
		float: left;
		width: 100%;
		font-size: 14px;
		color: #0168b7;
		line-height: 20px;
	}
	.content1 .txt .con{
		float: left;
		width: 100%;
		font-size: 12px;
		color: #787878;
		line-height: 18px;
		-webkit-line-clamp:3;
		display: -webkit-box;
		-webkit-box-orient:vertical;
		overflow:hidden;
		text-overflow: ellipsis;
		white-space:initial;
	}
	.content1 .txt ul{
		float: left;
		width: 100%;
		margin-top: 15px;
	}
	.content1 .txt ul li{
		float: left;
		width: 33.3333%;
		text-align: center;
	}
	.content1 .txt ul li p{
		float: left;
		width: 100%;
		font-size: 18px;
	}
	.content1 .txt ul li p i{
		font-size: 12px;
		margin-left: 5px;
	}
	.content1 .txt ul li span{
		font-size: 12px;
		color: #909090;
	}
	.phone_hf{
		float: left;
		width: 100%;
		height: 89px;
		background: #fff;
		border-radius: 5px;
		box-shadow: 0 0 4px 0px rgba(1,104,183,.14);
		margin-top: 15px;
		overflow: hidden;
	}
	.phone_hf .swiper-container{
		float: left;
		width: 100%;
		height: 100%;
		display: block;
	}
	.phone_hf img{
		width: 100%;
		height: 100%;
		display: block;
	}
	.phone_cybj{
		float: left;
		width: 100%;
	}
	.phone_cybj .tlt{
		float: left;
		width: 100%;
		margin: 15px 0;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.phone_cybj .tlt span{
		float: left;
		font-size: 16px;
		color: #0168b7;
	}
	.phone_cybj .tlt a{
		float: right;
		font-size: 16px;
		color: #0168b7;
	}
	.cybjli{
		float: left;
		width: 48.5%;
		background: #fff;
		border-radius: 5px;
		box-shadow: 0 0 4px 0px rgba(1,104,183,.14);
		overflow: hidden;
		padding: 0 15px;
		box-sizing: border-box;
	}
	.cybjli:nth-child(2){
		float: right;
	}
	.cybjli img{
		height: 55px;
		width: auto;
		margin: 15px auto;
		display: block;
	}
	.cybjli p{
		font-size: 14px;
		float: left;
		width: 100%;
		text-align: center;
	}
	.cybjli span{
		float: left;
		width: 100%;
		font-size: 12px;
		color: #8f8f8f;
		line-height: 18px;
		-webkit-line-clamp:3;
		display: -webkit-box;
		-webkit-box-orient:vertical;
		overflow:hidden;
		text-overflow: ellipsis;
		white-space:initial;
		margin-bottom: 15px;
		margin-top: 5px;
	}
	.content3{
		float: left;
		width: 100%;
		position: relative;
		background: #fff;
		border-radius: 5px;
		box-shadow: 0 0 4px 0px rgba(1,104,183,.14);
		overflow: hidden;
		margin-top: 15px;
		padding: 0 3.3333%;
		box-sizing: border-box;
	}
	.content3 .tlt{
		float: left;
		width: 100%;
		margin: 15px 0;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.content3 .tlt span{
		float: left;
		font-size: 16px;
		color: #0168b7;
	}
	.content3 .tlt a{
		float: right;
		font-size: 16px;
		color: #0168b7;
	}
	.content3 img{
		width: 100%;
		display: block;
	}
	.wodwh{
		position: absolute;
		bottom: 20px;
		left: 0;
		width: 100%;
		color: #fff;
		text-align: center;
		padding: 0 15px;
		box-sizing: border-box;
	}
	video {
		width: 100%;
	}
	.wodwh p {
	    float: left;
	    width: 100%;
	    font-size: 16px;
	    color: #fff;
	}
	.wodwh span {
	    font-size: 12px;
	    line-height: 18px;
	    color: #fff;
	    float: left;
	    width: 100%;
	    margin-top: 5px;
		-webkit-line-clamp: 3;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: initial;
	}
	.wodwh a {
	    width: 85px;
	    height: 25px;
	    line-height: 25px;
	    text-align: center;
	    border: 1px solid #fff;
	    font-size: 12px;
	    margin: auto;
	    color: #fff;
	    margin-top: 10px;
	    position: relative;
	}
	
	.xwli{
		float: left;
		width: 100%;
	}
	.xwli .dy{
		float: left;
		border-bottom: 1px solid #f2f3f6;
	}
	.xwli .img{
		width: 100%;
		height: 178px;
		overflow: hidden;
		border-radius: 5px;
		float: left;
	}
	.xwli .dy .con{
		float: left;
		width: 100%;
	}
	.xwli .dy .con p{
		float: left;
		width: 100%;
		font-size: 14px;
		margin-top: 15px;
		overflow:hidden; 
		white-space: nowrap; 
		text-overflow: ellipsis;
	}
	.xwli .dy .con span{
		float: left;
		width: 100%;
		font-size: 12px;
		color: #8f8f8f;
		line-height: 15px;
		margin-top: 5px;
		-webkit-line-clamp:2;
		display: -webkit-box;
		-webkit-box-orient:vertical;
		overflow:hidden;
		text-overflow: ellipsis;
		white-space:initial;
	}
	.xwli .dy .con span.time{
		float: left;
		margin-top: 15px;
		margin-bottom: 5px;
	}
	.xwli ul {
		float: left;
		width: 100%;
		margin-top: 15px;
		margin-bottom: 10px;
	}
	.xwli ul a {
		float: left;
		width: 100%;
		color: #666666;
	}
	.xwli ul a:hover {
		color: #0168B7;
	}
	.xwli ul li {
		float: left;
		width: 100%;
		margin-bottom: 10px;
		position: relative;
		padding-left: 10px;
		box-sizing: border-box;
	}
	.xwli ul li:after{
		content: "";
		width: 4px;
		height: 4px;
		background: #0168b7;
		position: absolute;
		top: 50%;
		margin-top: -2px;
		left: 0;
		transform: rotate(45deg);
	}
	.xwli ul li p {
		font-size: 14px;
		float: left;
		width: 100%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		color: #8f8f8f;
		padding-right: 90px;
		box-sizing: border-box;
	}
	.xwli ul li span {
		font-size: 12px;
		float: left;
		width: 70px;
		color: #8f8f8f;
		position: absolute;
		right: 0;
	}
	.foot{
		float: left;
		width: 100%;
		padding: 15px 3.3333%;
		box-sizing: border-box;
		background: #363b3e;
		color: #fff;
		text-align: center;
		font-size: 12px;
		line-height: 20px;
		margin-top: 20px;
	}
	.foot a{
		color: #fff;
	}
	.foot span{
		margin-right: 10px;
	}
	.foot span:last-child{
		margin-right: 0;
	}
	.nav_rigth_box{
		position: fixed;
		width: 70%;
		max-width: 537px;
		height: 100%;
		background: #fff;
		font-size: 14px;
		z-index: 99999;
		top: 0;
		right: -70%;
		transition: all 0.6s;
		overflow-y: auto;
	}
	.nav_rigth_box::-webkit-scrollbar {
	    display: none;
	}
	.nav_rigth_box .catalog li a{
		display: block;
	}
	.nav_rigth_box .catalog li a:hover{
		color: #333;
	}
	.nav_rigth_box .catalog li img{
		float: right;
		width: 12px;
		margin-top: 19px;
		transition: all 0.3s;
	}
	.nav_rigth_box .catalog{
		padding-top: 20%;
		padding-bottom: 20%;
	}
	.nav_rigth_box .catalog li div{
		line-height: 50px;
		height: 50px;
		position: relative;
		padding: 0 28%;
	}
	.nav_rigth_box .catalog li{
		float: left;
		width: 100%;
		line-height: 50px;
		height: 50px;
		overflow: hidden;
		color: #333;
		transition: all 0.6s;
		box-sizing: content-box;
	}
	.subdirectory a{
		display: block;
		font-size: 14px;
		color: #333;
		text-align: center;
		overflow:hidden;
		white-space: nowrap; 
		text-overflow: ellipsis;
	}
	.subdirectory{
		float: left;
		width: 100%;
	    height: 0;
	    background: #f0f0f0;
	    overflow: hidden;
		transition: all 0.6s;
	}
	.subdirectory li{
		border-bottom: 1px solid #e0e0e0;
	}
	.subdirectory li:last-child{
		border-bottom: none;
	}
	.side_nav_left{
		overflow: hidden;
		z-index: 999;
	}
	
	.nav_rigth_box_bg.side_nav_left{
		position: fixed;
	    z-index: 9999;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    left:0;
	    display: block;
	    transition: background 350ms cubic-bezier(.165,.84,.44,1);
	    background: rgba(0,0,0,.5);
	    box-shadow: -4px 0 4px rgba(0,0,0,.5), 4px 0 4px rgba(0,0,0,.5);
	    -webkit-tap-highlight-color: transparent;
	}
	.banner2 {
		width: 100%;
		height: 100px;
		line-height: 100px;
		float: left;
	}
	.banner2 .txt {
		line-height: normal;
		display: inline-block;
		vertical-align: middle;
		color: #fff;
		margin-left: 10px;
	}
	.banner2 .txt p {
		font-size: 18px;
		font-weight: bold;
		letter-spacing: 3px;
	}
	.banner2 .txt p i {
		font-size: 12px;
		opacity: .46;
		letter-spacing: 1px;
	}
	.xwzxbanner {
	    background: url(phone_xwzxbanner.jpg) no-repeat center;
	    background-size: 100% 100%;
	}
	.nyxwli ul li{
		line-height: 40px;
		margin-bottom: 0;
	}
	.nyxwli ul li p{
		color: #333;
	}
	.page {
		width: 100%;
		text-align: center;
		margin-top: 20px;
		float: left;
	}
	.page a,
	.page span {
		width: 25px;
		height: 25px;
		line-height: 25px;
		display: inline-block;
		margin: 0 5px;
		text-align: center;
		font-size: 14px;
		border: 1px solid #e0e0e0;
		position: relative;
	}
	.page .pageprev:after,
	.page .pagenext:after {
		content: "";
		position: absolute;
		top: 50%;
		margin-top: -4px;
		left: 50%;
		margin-left: -3px;
		width: 6px;
		height: 6px;
		border-top: 2px solid #666;
		border-left: 2px solid #666;
		transform: rotate(315deg);
	}
	.page .pagenext:after {
		margin-left: -5px;
		transform: rotate(135deg);
	}
	.page .on {
		color: #fff;
		background: #0078e1;
		border: 1px solid #0078e1;
	}
	.page a img {
		display: inline-block;
		vertical-align: middle;
	}
	.phone_ny_nav{
		float: left;
		width: 100%;
		height: 50px;
		line-height: 45px;
		padding: 0 3.3333% 0 13.3333%;
		box-sizing: border-box;
		position: relative;
		border-bottom: 5px solid #f5f5f5;
	}
	.phone_fh{
		width: 18px;
		height: 18px;
		padding: 13.5px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.phone_fh img{
		width: 100%;
		height: 100%;
		display: block;
	}
	.phone_ny_nav .swiper-slide{
		width: auto!important;
		position: relative;
	}
	.phone_ny_nav .swiper-slide.on a{
		color: #0168b7;
		font-weight: bold;
	}
	.phone_ny_nav .swiper-slide.on:after{
		content: "";
		width: 15px;
		height: 2px;
		border-radius: 2px;
		background: #0168b7;
		position: absolute;
		left: 50%;
		margin-left: -7.5px;
		bottom: 6px;
	}
	
	.gsxwxq {
		float: left;
		width: 100%;
		margin-bottom: 25px;
	}
	.gsxwxq .top {
		float: left;
		width: 100%;
		text-align: center;
		border-bottom: 1px solid #eeeeee;
		margin-bottom: 20px;
	}
	.gsxwxq .top .tlt {
		font-size: 18px;
		font-weight: bold;
		margin: 25px 0;
	}
	.gsxwxq .top .time {
		font-size: 14px;
		color: #ababab;
		margin-bottom: 20px;
	}
	.gsxwxq .txt{
		float: left;
		width: 100%;
		line-height: 36px;
		font-size: 14px !important;
	}
	.gsxwxq img{
		max-width: 100%;
	}
	.page2 {
		float: left;
		width: 100%;
		padding-top: 22px;
		border-top: 1px solid #eeeeee;
	}
	.page2 a {
		width: 100%;
		float: left;
		display: block;
		font-size: 14px;
		line-height: 22px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.gswxli {
		float: left;
		width: 100%;
	}
	.gswxli ul li {
		float: left;
		width: 100%;
		padding: 15px 0;
		border-bottom: 1px solid #f0f0f0;
	}
	.gswxli ul li a{
		display: block;
	}
	.gswxli ul li .img img {
		display: block;
		width: 100%;
		height: 100%;
		transition: all .3s;
	}
	.gswxli ul li .img {
		float: left;
		width: 35%;
		height: 75px;
		overflow: hidden;
	}
	.gswxli ul li .con {
		width: 60%;
		float: right;
	}
	.gswxli ul li .con .tlt {
		float: left;
		width: 100%;
		font-size: 14px;
		line-height: 20px;
		color: #333333;
		-webkit-line-clamp: 2;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: initial;
	}
	.gswxli ul li .con .time {
		float: left;
		width: 100%;
		font-size: 12px;
		color: #6c6c6c;
		margin-top: 15px;
	}
	.qyryli,
	.qyryli ul {
		float: left;
		width: 100%;
	}
	.qyryli ul li {
		float: left;
		width: 50%;
		padding: 20px 0;
		padding-right: 1.6666%;
		box-sizing: border-box;
		border-bottom: 1px solid #f5f5f5;
	}
	.qyryli ul li:nth-child(2n) {
		float: right;
		padding-left: 1.6666%;
	}
	.qyryli ul li a{
		display: block;
		width: 100%;
		height: 100%;
	}
	.qyryli ul li .img {
		float: left;
		width: 100%;
		height: 115px;
		overflow: hidden;
	}
	.qyryli ul li .img img {
		width: 100%;
		height: 100%;
	}
	.qyryli ul li p {
		font-size: 14px;
		float: left;
		width: 100%;
		margin-top: 4px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		text-align: center;
	}
}