﻿@charset "utf-8";

html {
	width: 100%;
	overflow-x: hidden;
}

body {
	font-family: "Microsoft YaHei" !important;
	color: #333;
	padding-bottom: .8rem;
}

.video-js {
width:6.4rem;
height:4.8rem;
margin:0 auto;
}

@font-face {
	font-family: 'iconfont';
	/* project id 1436635 */
	src: url('../font/iconfont.eot');
	src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'),
		url('../font/iconfont.woff2') format('woff2'),
		url('../font/iconfont.woff') format('woff'),
		url('../font/iconfont.ttf') format('truetype'),
		url('../font/iconfont.svg#iconfont') format('svg');
}

.iconfont {
	font-family: 'iconfont';
}

.select select {
	/*取消默认箭头开始*/
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	/*取消默认箭头结束*/
	border: 1px solid #9f9d9d;
	;
	width: 5px;
	outline: none;
	background: url(../images/sanj.jpg) no-repeat right center;
	background-size: contain;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
}

textarea {
	-webkit-appearance: none;
}

a {
	color: #000;
}

.pcdata {
	font-size: .28rem;
	padding: 0 .2rem;
}

.clearfix {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/*空行*/
.jline {
	line-height: .2rem;
}

/*空行 end */
/*内页最小高度*/
.nymin {
	min-height: 7rem;
}

/*内页最小高度 end */
/*视频*/
.video {
	width: 100%;
	height: 4rem;
}

/*视频 end */
/*动态地图 左地图右文字*/
.dtadd {
	width: 100%;
	height: 400px;
}

/*动态地图 end */
/*手机站底部浮动*/
.flomin {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9;
}


.contf {
	line-height: .85rem;
	font-size: .28rem;
	text-align: center;
	width: 50%;
	color: #fff;
	background: #0770e1;
	border-right: 1px solid #2988ee;
	position: relative;
}

.flomin .contf:last-child {
	border-right: 0;
}

.flomin .contf:last-child span {
	font-size: .55rem;
}

.contf span {
	padding-right: .18rem;
	font-size: .45rem;
}

.contf a {
	color: #fff;
	display: flex;
	justify-content: center;
}

.codemin {
	width: 100%;
	bottom: 1.1rem;
	left: 0;
	z-index: 99999999;
	opacity: 0;
	position: absolute;
	visibility: hidden;
	transition: opacity 0.5s;
}

.codemin img {
	width: 100%;
}

.codemin::before {
	content: '';
	width: 0;
	height: 0;
	border-left: .15rem solid transparent;
	border-right: .15rem solid transparent;
	border-top: .2rem solid #fff;
	position: absolute;
	bottom: -.18rem;
	left: 45%;
}

.contf:hover .codemin {
	opacity: 1;
	visibility: visible;
}

/*手机站底部浮动 end */
/*分页*/
.fenye {
	font-size: .24rem;
	margin: .4rem auto;
	text-align: center;
}

.fenye a {
	display: inline-block;
	line-height: .5rem;
	color: #000;
	margin-right: .14rem;
	padding: 0 11px;
}

.fenye a.foucus {
	color: #fff;
	background: #0770e1;
	border-radius: .05rem;
}

.fenye a:last-child {
	margin-right: 0;
}

/*分页 end */
/*导航*/
.navbar {
	background: url("../images/banner.jpg") no-repeat center center;
	background-size: cover;
}
.navbar-collapse {
	z-index: 999;
	right: 0px;
	width: 100%;
	position: absolute;
	top: 100%;
}

.top .navbar-brand {
	display: none;
}

.navbar-brand {
	padding: .22rem 0 .27rem .16rem;
	width: 85%;
}

.navbar-brand img {
	max-width: 100%;
	display: block;
}

.navbar-toggler {
	padding: 0 .15rem 0 0;
	color: #fff;
	line-height: .55rem;
	font-size: .5rem;
	outline: none;
}

.navbar-toggler-icon {
	width: .6rem;
	height: .6rem;
}

.navbar-nav {
	z-index: 999;
	right: 0;
	height: 100vh;
	width: 100%;
	background: #0770e1;
}

.navbar-toggler .navbar-toggler-icon:after {
	content: "\e669";
	font-size: .65rem;
}

.collapsed .navbar-toggler-icon:after {
	content: "\e62a";
	font-size: .65rem;
}

.nav-item {
	border-bottom: 1px solid #1468c1;
	width: 100%;
}

.nav-link {
	text-align: center;
	font-size: .34rem;
	line-height: 1rem;
	color: #fff;
	font-weight: bold;
}

.dropdown-item {
	text-align: center;
	font-size: .3rem;
	line-height: .7rem;
	color: #fff;
}

/*导航 end */
.padxz{
	width: 100%;
padding: .16rem .14rem 0;
}
#swipergdpic img {
	width: 100%;
}

#swipergdpic .swiper-button-next {
	right: 0;
}

#swipergdpic .swiper-button-prev {
	left: 0;
}

#swipergdpic .swiper-button-next,
#swipergdpic .swiper-button-prev {
	outline: none;
	top: auto;
	bottom: 0;
	height: .6rem;
}

#swipergdpic .swiper-button-next:after,
#swipergdpic .swiper-button-prev:after {
	font-size: .25rem !important;
}

#swipergdpic .swiper-pagination-current {
	font-size: .35rem;
}

#swipergdpic .swiper-pagination-total {
	line-height: .46rem;
	margin-top: .13rem;
}

#swipergdpic .swiper-pagination {
	display: flex;
	width: 100%;
	justify-content: flex-start;
	color: #fff;
	z-index: 1;
	line-height: .6rem;
	font-size: .18rem;
	bottom: 0;
	padding-left: .47rem;
}

.gdpictit {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	left: 0;
	line-height: .6rem;
	height: .6rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: .3rem;
	color: #fff;
	z-index: 2;
	background: rgba(0, 0, 0, 0.7);
	padding: 0 1.1rem 0 1.5rem;
}

.tab {
	position: relative;
	overflow: hidden;
	margin-top: .11rem;
	
	padding: 0 .14rem;
}

.tab-nav {
	overflow: hidden;
	border-top: .07rem solid #0770e1;
	display: flex;
}
#tab .tab-nav {
	background: #d8e6f6;
}
#tab .tab-nav a {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
#tab .tab-nav a span:nth-child(1) {
	background: #0770e1;
	color: #fff;
	padding: 0 .38rem;
}
#tab .tab-nav a span:nth-child(2) {
	font-size: .26rem;
	color: #0770e1;
	padding: 0 .39rem 0 0;
}
.tab-nav a {
	display: block;
	width: 33.3%;
	line-height: .89rem;
	font-size: .36rem;
	font-weight: bold;
	text-align: center;
	color: #0770e1;
	background: #d8e6f6;
}

.tab-nav a.current {
	color: #fff;
	background: #0770e1;
}

.tab-con {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #f1f7ff;
}

.tab-con-item {
	display: none;
	padding: .13rem 0 .18rem;

}

.news {
	display: block;
	line-height: .7rem;
	height: .7rem;
	font-size: .3rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	padding: 0 .35rem 0 .64rem;
}

.news::before {
	content: '';
	position: absolute;
	width: .1rem;
	height: .1rem;
	background: #c5c5c5;
	top: .32rem;
	left: .37rem;
}

.aboutlist {
	margin-top: .1rem;
	padding: 0 .06rem;
}

.about {
	margin-top: .17rem;
	padding: 0 .09rem;
}

.about a {
	display: flex;
	align-items: center;
	height: 1.2rem;
	padding: 0 0 0 .24rem;
}

.aboutlist .about:nth-child(1) a {
	background: #fe6902;
}

.aboutlist .about:nth-child(2) a {
	background: #fcb934;
}

.aboutlist .about:nth-child(3) a {
	background: #00aeff;
}

.aboutlist .about:nth-child(4) a {
	background: #0770e1;
}

.aboutico {
	font-size: .5rem;
	color: rgba(255, 255, 255, 0.5);
}

.aboutright {
	padding-left: .27rem;
}

.aboutitch {
	line-height: .48rem;
	font-size: .36rem;
	color: #fff;
	font-weight: bold;
}

.aboutiten {
	line-height: .28rem;
	font-size: .2rem;
	color: #fff;
	text-transform: uppercase;
}

.aboutlist .about:nth-child(1) .aboutico {
	font-size: .7rem;
}

.aboutlist .about:nth-child(2) .aboutico {
	font-size: .7rem;
}

.head2 {
	background: #f1f7ff;
	padding-bottom: .26rem;
	padding: .26rem .14rem .32rem;
}

#tabhead2 {
	margin-top: 0;
	background: #fff;
	padding: 0;
}

#tabhead2 .tab-nav a {
	color: #333;
	background: #fff;
}

#tabhead2 .tab-nav a.current {
	color: #0770e1;
	background: none;
}

#tabhead2 .tab-nav {
	border-bottom: 1px solid #d1d1d1;
}

#tabhead2 .newspic {
	display: none;
}

#tabhead2 .newstit {
	width: 75%;
	line-height: .7rem;
	height: .7rem;
	font-size: .3rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
}

#tabhead2 .news {
	display: flex;
	justify-content: space-between;
	padding: 0 0 0 .22rem;
	height: auto;
}

#tabhead2 .newsdes {
	display: none;
}

#tabhead2 .tab-con-item {
	padding: .05rem .2rem .3rem .4rem;
}

#tabhead2 .tab-con-item .news:first-child {
	padding: 0;
	align-items: center;
}
#tabhead2 .tab-con {
	background: none;
}
#tabhead2 .tab-con-item .news:first-child .newsdes {
	line-height: .52rem;
	height: 1.04rem;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
	font-size: .26rem;
	color: #999999;
}

#tabhead2 .tab-con-item .news:first-child .newsdate {
	display: none;
}

#tabhead2 .tab-con-item .news:first-child .newsrighr {
	display: block;
}

#tabhead2 .tab-con-item .news:first-child .newstit {
	width: 100%;
}

#tabhead2 .newsrighr {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

#tabhead2 .newsdate {
	width: 22%;
	line-height: .7rem;
	font-size: .24rem;
	color: #999999;
}

#tabhead2 .news::before {
	left: 0;
}

#tabhead2 .tab-con-item .news:first-child::before {
	display: none;
}


#tabhead21 {
	margin-top: 0;
	background: #fff;
}

#tabhead21 .tab-nav a {
	color: #0770e1;
	background: #fff;
}

#tabhead21 .tab-nav a.current {
	color: #fe6902;
	background: none;
}

#tabhead21 .tab-nav {
	border-bottom: 1px solid #d1d1d1;
}

#tabhead21 .newspic {
	display: none;
}

#tabhead21 .newstit {
	width: 75%;
	line-height: .7rem;
	height: .7rem;
	font-size: .3rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
}

#tabhead21 .news {
	display: flex;
	justify-content: space-between;
	padding: 0 0 0 .22rem;
	height: auto;
}

#tabhead21 .newsdes {
	display: none;
}

#tabhead21 .tab-con-item {
	padding: .05rem 0 .3rem 0;
}

#tabhead21 .tab-con-item .news:first-child {
	padding: 0;
	align-items: center;
}

#tabhead21 .tab-con-item .news:first-child .newsdes {
	line-height: .52rem;
	height: 1.04rem;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
	font-size: .26rem;
	color: #999999;
}

#tabhead21 .tab-con-item .news:first-child .newsdate {
	display: none;
}

#tabhead21 .tab-con-item .news:first-child .newsrighr {
	display: block;
}

#tabhead21 .tab-con-item .news:first-child .newstit {
	width: 100%;
}

#tabhead21 .newsrighr {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

#tabhead21 .newsdate {
	width: 22%;
	line-height: .7rem;
	font-size: .24rem;
	color: #999999;
}

#tabhead21 .news::before {
	left: 0;
}

#tabhead21 .tab-con-item .news:first-child::before {
	display: none;
}
.join {
	padding: 0;
	margin-top: .35rem;
	display: flex;
	justify-content: space-between;
}
.zthd {
	width: 100%;
}
.zthd a {
	line-height: 1.82rem;
	height: 1.82rem;
	font-size: .27rem;
	color: #fff;
	font-weight: bold;
	padding-left: .47rem;
	display: block;
	text-align: left;
}
.zthd:nth-child(1) a {
	background: url("../images/000.jpg") no-repeat left center;
	background-size: cover;
}
.jointit {
	background: url(../images/join.jpg) no-repeat center center;
	background-size: cover;
	display: flex;
	justify-content: center;
	line-height: 1.2rem;
	font-size: .36rem;
	font-weight: bold;
	color: #fff;
}

.jointit span {
	padding-right: .27rem;
	font-size: .4rem;
}

.jointitl {
	width: 33.3%;
	margin-top: .07rem;
}

.jointitl a {
	display: flex;
	height: 2.12rem;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #fff;
}

.jointitl a span {
	font-size: .7rem;
	margin-bottom: .3rem;
}

.jointitlt .jointitl:nth-child(1) a span {
	color: #fe6902;
}

.jointitlt .jointitl:nth-child(2) a span {
	color: #fcb934;
}

.jointitlt .jointitl:nth-child(3) a span {
	color: #0770e1;
}

.jointitlt .jointitl:nth-child(4) a span {
	color: #e50000;
}

.jointitlt .jointitl:nth-child(5) a span {
	color: #0770e1;
}

.jointitlt .jointitl:nth-child(6) a span {
	color: #fe6902;
}

.jointitlt .jointitl:nth-child(7) a span {
	color: #f19900;
}

.jointitlt .jointitl:nth-child(8) a span {
	color: #fe6902;
}

.jointitlt .jointitl:nth-child(9) a span {
	color: #0770e1;
}

.jointitl a p {
	line-height: .3rem;
	font-size: .3rem;
}

.jointitlt .jointitl:nth-child(3n) {
	padding: 0 0 0 .04rem;
}

.jointitlt .jointitl:nth-child(3n-1) {
	padding: 0 .02rem;
}

.jointitlt .jointitl:nth-child(3n-2) {
	padding: 0 .04rem 0 0;
}

.head3 {
	background: #f1f7ff;
	padding: .03rem 0 .06rem;
	position: relative;
	margin: .29rem auto .28rem;
}

.mingx {
	line-height: .89rem;
	font-size: .36rem;
	color: #0770e1;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mingx .line {
	display: inline-block;
	width: 33%;
	height: .05rem;
	background: #0770e1;
	margin: 0 .48rem;
}

.mingx .line:nth-child(1) {
	margin-left: 0;
}

.mingx .line:nth-child(2) {
	margin-right: 0;
}

#swipermingx1 {
	width: 84%;
	height: auto;
	margin: 0 8%;

}

#swipermingx1 img {
	width: 100%;
}

#swipermingx1 p {
	line-height: .74rem;
	height: .74rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: .3rem;
	text-align: center;
}

#swipermingx2 {
	width: 84%;
	height: auto;
	margin: 0 8%;

}

#swipermingx2 img {
	width: 100%;
}

#swipermingx2 p {
	line-height: .74rem;
	height: .74rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: .3rem;
	text-align: center;
}

.swiper-button-next,
.swiper-button-prev {
	outline: none;
}

.head3 .swiper-button-next:after,
.head3 .swiper-button-prev:after {
	font-size: .4rem;
}

.head3 .swiper-button-next,
.head3 .swiper-button-prev {
	top: 55%;
	font-weight: bold;
	color: #0770e1;
}

.head3 .swiper-button-next {
	right: .2rem;
}

.head3 .swiper-button-prev {
	left: .2rem;
}

.head3 .row {
	position: relative;
}

#tabhead4 .tab-nav a.current {
	background: none;
	color: #fe6902;
}

#tabhead4 .tab-con-item {
	padding:.15rem .2rem .15rem .35rem;
}

#tabhead4 .tab-nav {
	border-bottom: 1px solid #d1d1d1;
}
.tab_xznum#tabhead4 .tab-nav a {
		width: 100%;
	display: flex;
	justify-content: space-between;
	background: #f1f7ff;
	}
.tab_xznum#tabhead4 .tab-nav a span:nth-child(1) {
	padding: 0 0.38rem;
}
.tab_xznum#tabhead4 .tab-nav a span:nth-child(2) {
	padding: 0 .39rem 0 0;
	font-size: .26rem;
}
#tabhead4 .tabnewsleft {
	width: 100%;
}

#tabhead4 .tabnewsright {
	width: 100%;
}

#tabhead4 .tab-con-item a img {
	display: none;
}

#tabhead4 .news {
	padding: 0 .28rem;
}

#tabhead4 .news p {
	height: .7rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
}

#tabhead4 .news::before {
	left: 0;
}

#tabhead4 .tabnewsright a:nth-child(5),
#tabhead4 .tabnewsright a:nth-child(6),
#tabhead4 .tabnewsright a:nth-child(7),
#tabhead4 .tabnewsright a:nth-child(8) {
	display: none;
}

.piclist {
	padding: 0 .58rem;
	margin-bottom: .37rem;
}

.piclist a {
	display: inline-block;
	margin-top: .34rem;
	height: 1.8rem;
	width: 100%;
}

.piclist img {
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.xzline {
	width: 80%;
	margin: .3rem auto 0;
	background: rgba(255,255,255,0.5);
	height: .01rem;
}
.xztitle {
	line-height: .62rem;
	font-size: .48rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-top: .23rem;
}
.xzentit {
	text-transform: uppercase;
	line-height: .38rem;
	font-size: .28rem;
	color: #fff;
	text-align: center;
	opacity: 0.5;
	display: flex;
	justify-content: center;
	align-items: center;
}
.xzentit::before {
	content: '';
	width: .54rem;
	height: .02rem;
	background: #fff;
	display: inline-block;
	margin-right: .11rem;
}
.xzentit::after {
	content: '';
	width: .54rem;
	height: .02rem;
	background: #fff;
	display: inline-block;
	margin-left: .11rem;
}

#tabhead4 {
	margin-top: 0;
}

.head5 {
	background: #d8e6f6;
	padding-bottom: .57rem;
}

.link {
	line-height: .64rem;
	font-size: .36rem;
	font-weight: bold;
	color: #0770e1;
	text-align: center;
	margin-top: .35rem;
}

.select {
	margin-top: .17rem;
	padding: 0 .15rem;
}



.select select {
	width: 100%;
	border: 1px solid #dddddd;
	height: .74rem;
	line-height: .74rem;
	font-size: .26rem;
	background: #fff;
	padding: 0 .26rem;
	display: block;
}

.select::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: .1rem solid transparent;
	border-right: .1rem solid transparent;
	border-top: .17rem solid #1e87ed;
	top: .3rem;
	right: .27rem;
	position: absolute;
	transition: all .3s ease-in;
}

.select.open::after {
	top: .27rem;
	transform: rotate(180deg);
	transition: all .3s ease-in;
}

.foot {
	background: #0770e1;
	padding-bottom: .23rem;
}

.footlogo {
	width: 80%;
	margin: .4rem auto .22rem;
}

.footlogo img {
	width: 100%;
	display: block;
}

.foottelphone {
	line-height: .42rem;
	font-size: .24rem;
	text-align: center;
	color: #fff;
}

.foottelphone a {
	color: #fff;
}

.footicp {
	background: #092daa;
	color: #fff;
	padding: .2rem 0;
}

.footicp a {
	color: #fff;
	padding: 0 .15rem;
	display: block;
	line-height: .48rem;
	font-size: .24rem;
	text-align: center;
}

.breadlin {
	border-bottom: .02rem solid #0770e1;
	padding: 0 .14rem .2rem;
}

.breadcrumb-item {
	line-height: .55rem;
	font-size: .3rem;
	color: #0770e1;
	font-weight: bold;
}

.breadcrumb-item a {
	color: #0770e1;
}

.breadcrumb-item+.breadcrumb-item::before {
	color: #0770e1;
}

.breadcrumb {
	padding: 0;
}

.conright {
	padding: 0;
}

.nyconpany {
	margin-top: .28rem;
	line-height: .56rem;
	font-size: .28rem;
	margin-bottom: .2rem;
	padding: 0 .37rem;
}

.nypiclist {
	margin-top: .18rem;
	padding: 0 .2rem;
	font-size:16px;
}

.nypic {
	margin-top: .19rem;
	padding: 0 .11rem;
}

.nypic a {
	display: block;
	position: relative;
}

.nypic a img {
	width: 100%;
}

.nypic a p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	line-height: .49rem;
	height: .49rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: .26rem;
	padding: 0 .3rem;
	background: rgba(0, 0, 0, 0.7);
	text-align: center;
	color: #fff;
}

.nyxqpictit {
	line-height: .65rem;
	font-size: .34rem;
	padding: 0 .37rem;
	margin-top: .28rem;
	text-align: center;
	font-weight: bold;
}

.nyxqpictxt {
	line-height: .56rem;
	font-size: .28rem;
	margin-bottom: .2rem;
	padding: 0 .37rem;
	margin-top: .12rem;
}

.nyxqnewstit {
	border-bottom: 1px solid #d1d1d1;
	padding-bottom: .2rem;
}

.nyxqnewstit .nyxqpictit {
	margin-bottom: .1rem;
}

.nyxqly {
	line-height: .44rem;
	font-size: .26rem;
	text-align: center;
	color: #999999;
}

.nyfenyelist {
	border-top: 1px solid #d1d1d1;
	padding: .32rem .37rem;
}

.nyfenye {
	line-height: .49rem;
	font-size: .26rem;
	color: #999999;
	display: flex;
}

.nyfenye a {
	width: 84%;
	color: #999999;
	height: .49rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nyfenye span {
	width: 16%;
}

.nyxqpictxt img {
	max-width: 100%;
}

.nyxqpictxt video {
	background:#474747;
}

.nyconpany img {
	max-width: 100%;
}

.nynewslist {
	margin-top: .22rem;
	font-size: 16px;
}

.nynews {
	padding: 0;
}

.nynewslist .nynews:nth-child(5n) {
	border-bottom: .02rem dashed #d1d1d1;
	padding-bottom: .26rem;
	margin-bottom: .25rem;
}

.nynews a {
	display: flex;
	justify-content: space-between;
	padding: 0 .29rem 0 .58rem;
	position: relative;
}

.nynews a::before {
	content: '';
	position: absolute;
	top: .36rem;
	left: .3rem;
	width: .08rem;
	height: .08rem;
	background: #0770e1;
}

.nynewstitle {
	width: 70%;
	line-height: .75rem;
	height: .75rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: .3rem;
}

.nynewsdate {
	width: 30%;
	line-height: .75rem;
	font-size: .3rem;
	color: #999999;
	text-align: right;
}

.nydownico {
	width: auto;
	line-height: .75rem;
	font-size: .3rem;
}

.nydownico span {
	padding-right: .07rem;
	font-size: .3rem;
	font-weight: bold;
	color: #999999;
}

.nydown .nynewsdate {
	width: auto;
}

.nydown .nynewstitle {
	width: 50%;
}

.formnamemb {
	margin-top: .32rem;
	line-height: .72rem;
	font-size: .3rem;
}

.formname {
	width: 25%;
	display: flex;
	justify-content: flex-end;
	text-align: right;
}

.formnameinput,
.formtextarea {
	width: 70%;
}


.formnameinput input {
	width: 100%;
	border: 1px solid #dbdbda;
	display: block;
	line-height: .75rem;
	font-size: .3rem;
	padding: 0 .18rem;
	outline: none;
	border-radius: .05rem;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999999;
	font-size: .28rem;
}

.formtextarea textarea {
	width: 100%;
	line-height: .4rem;
	font-size: .3rem;
	border: 1px solid #dbdbda;
	display: block;
	outline: none;
	padding: .1rem .18rem;
	border-radius: .05rem;
	height: 2.65rem;
}

.formvcode {
	width: 35%;
}

.formvcode input {
	border: 1px solid #dbdbda;
	display: block;
	line-height: .75rem;
	font-size: .3rem;
	padding: 0 .18rem;
	outline: none;
	width: 100%;
	border-radius: .05rem;
}

.formvcodep img {
	max-width: 100%;
	height:100%;
	display: block;
}

.submit {
	width: 6.87rem;
	line-height: .89rem;
	font-size: .36rem;
	margin: .69rem auto;
}

.submit button {
	background: #3b72c9;
	border: 0;
	color: #fff;
	width: 100%;
	outline: none;
	font-weight: bold;
}

.formvcodep {
	width: 2rem;
	margin-left: .2rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

#indexpic {
	height: auto;
	margin-bottom: .18rem;
}

#indexpic .swiper-slide img {
	width: 100%;
	display: block;
}

#indexpic .swiper-pagination-bullet {
	width: .12rem !important;
	height: .12rem !important;
	background: #fff !important;
	opacity: 0.8;
}

#indexpic .swiper-pagination-bullet-active {
	opacity: 1;
}

#indexpic .swiper-pagination {
	width: 100%;
	display: flex;
	justify-content: center;
}
.tab_xz#tabhead21 .tab-nav a {
	display: flex;
	justify-content: space-between;
	width: 100%;
	background: #f1f7ff;
}
.tab_xz#tabhead21 .tab-nav a span:nth-child(2) {
	 font-size: .26rem;
	padding: 0 .39rem 0 0;
}
.tab_xz#tabhead21 .tab-nav a span:nth-child(1) {
	padding: 0 0.38rem;
}
.tab_xz {
	margin-top: .36rem!important;
}
.tab_xz#tabhead21 .tab-con-item {
	padding: 0 0.26rem .2rem 0.39rem;
}
.tab_xz2 .tab-nav a {
	background: #f1f7ff;
}
.tab_xz2#tab .tab-nav a span:nth-child(1) {
	background: none;
	color: #0770e1;
}
.tab_xz2#tab .tab-nav {
	border-bottom: 1px solid #d1d1d1;
}

.pic145 {
	padding: .28rem .14rem 0;
}
.pic145 img {
	display: block;
	width: 100%;
}
.nyacbanner {
	height: 2.6rem;
}
.nyactitle {
	line-height: .6rem;
	font-size: .3rem;
	text-align: center;
	font-weight: bold;
	margin-top: .23rem;
	padding: 0;
}
.nyacline {
	width: .48rem;
	height: .05rem;
	background: #0775e3;
	margin: 0 auto;
}
.nyactipad {
	padding-bottom: .2rem;
}

.tabnews .title{ float:left; display:block; max-width:calc(100% - 100px); overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.tabnews .time{ float:right;}

.hdzq{ padding-bottom:0.3rem; overflow:hidden;}
.hdzq a{ float:left; width:94%; height:1.8rem; display:block; margin-top:0.08rem; margin-right:0; margin-left:3%; margin-top:0.3rem;}
.hdzq a:nth-child(3n){ margin-right:0;}

.cloud{ width:100%; height:100vh; overflow:auto; position:relative;}
.cloud_title{ position:absolute; top:20px; left:0; font-size:16px; color:#4d8dea; z-index:1; width:100%; text-align:center; min-width:1200px;}
.cloud_in{ 
    position: relative;
    height: 100vh;
    margin: auto;
    background:url(../images/cloud_bg.jpg) center center no-repeat;
    background-size: auto 100%;
	min-height:675px;
	min-width:1200px;
}
.class{
	cursor:pointer;
    position: absolute;
    width: 212px;
    line-height: 47px;
    text-align: center;
    font-size: 20px;
    color: rgba(249,255,251,1);
    background: no-repeat;
    background-position: 50% 50%;
    background-image: url(../images/cloud_bg1.gif);
    -webkit-transition: background-image .2s;
    transition: background-image .2s;
}
.class1{ top: 53.4259%; left: 29.3229%;}
.class2{ top: 25.7407%; left: 15.3646%;}
.class3{ top: 2.5%; left: 29.9479%;
	cursor:pointer;
    position: absolute;
	width: 292px;
    line-height: 47px;
    text-align: center;
    font-size: 20px;
    color: rgba(249,255,251,1);
    background: no-repeat;
    background-position: 50% 50%;
    background-image: url(../images/cloud_bg1_1.gif);
    -webkit-transition: background-image .2s;
    transition: background-image .2s;
}
.class4{ top: 2.77778%; left: 53.5208%;}
.class5{ top: 11.2963%; left: 68.3333%;}
.class6{ top: 25.0926%; left: 75.3125%;}
.class7{ top: 66.1111%; left: 76.4583%;}
.class8{ top: 86.0185%; left: 57.9167%;}
.class9{ top: 79.7222%; left: 36.9792%;}
.class10{ top: 93%; left: 43.6458%;}
.class:hover{ 
    width: 232px;
    line-height: 52px;
    background-image: url("../images/cloud_bg1on.png");
    margin-left: -10px;
    margin-top: -2.5px
}
.class3:hover {
    width: 318px;
    line-height: 52px;
    background-image: url("../images/cloud_bg1_1on.png");
    margin-left: -13px;
    margin-top: -2.5px
}

.class_out{ width:100%; height:100vh; position:fixed; top:0; left:0; background:url(../images/cloud_bg3.png) repeat; overflow:auto; display:none; z-index:10;}

.close{ width:24px; height:24px; background:url(../images/close.png) center center no-repeat; background-size:24px 24px; position:fixed; right:20px; top:20px; cursor:pointer;}
.class_title{
	font-size: 16px;
    text-align: center;
    line-height: 20px;
    margin-top: 30px;
    margin-bottom: 18px;
	max-width:75%;
	margin: 30px auto 0 auto;
}
.class_title > span {
    padding: 5px 1em;
    display: inline-block;
    position: relative;
	color: #fe6902;
}
.class_title > span::before {
	content: "";
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../images/t01d30c969c66260d1f.png) no-repeat 0 50%;
    background-size: auto 100%;
}
.class_title > span::after {
	content: "";
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../images/t01d6deb0fd54ebb7d7.png) no-repeat 100% 50%;
    background-size: auto 100%;
}
.class_list{ width:94%; margin:10px auto 30px auto; overflow:hidden; padding:0; font-size:16px;}
.class_list li{ list-style:none; float:left; margin-right:3%; width:calc(48.5% - 2px); height:auto; border:1px solid #333; cursor:pointer; margin-top:10px;}
.class_list li:nth-child(4n){ margin-right:0;}
.class_list li:nth-child(4n+1){ clear:left;}
.class_list li:nth-child(2n){ margin-right:0;}
.class_list li:nth-child(2n+1){ clear:left;}
.class_list li img{ display:block; width:100%; height:auto; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s;}
.class_list li img:hover{-webkit-transform:scale(1.05) translateZ(0); -moz-transform:scale(1.05) translateZ(0); -ms-transform:scale(1.05) translateZ(0); -o-transform:scale(1.05) translateZ(0); transform:scale(1.05) translateZ(0);}

.pro_out{ width:100%; height:100vh; position:fixed; top:0; left:0; background:url(../images/cloud_bg4.png) repeat; overflow:auto; display:none; z-index:100;}
.pro_out1{ width:100%; padding:0 3%; height:auto; background:#FFF; position:relative; overflow:hidden; padding-bottom:40px; margin:0 auto; top:0;}
.pro_l{ float:left; width:100%; margin-left:0; margin-top:60px;}
.pro_l1{ float:left; display:block; width:142px; height:60px;}
.pro_l2{ float:left; width:100%; padding-right:0; max-height:auto; overflow:hidden; overflow-y:auto; font-size:14px; line-height:22px; color:#666; margin-top:30px;}
.pro_l3{ position:relative; float:left; font-size:14px; line-height:24px; color:#1cb289; margin-top:30px; background:url(../images/cloud_bg5.png) right center no-repeat; display:block; padding-right:30px; background-size:21px auto;}
.pro_r{ float:right; margin-right:0; width:100%; margin-top:30px;}
.pro_close{ position:absolute; top:8px; right:8px; font-size:32px; width:32px; height:32px; line-height:32px; text-align:center; cursor:pointer; z-index:999;}
.pro_title{ position:absolute; top:20px; left:5%; width:90%; overflow:hidden; font-size:16px; color:#333; line-height:26px; text-align:center; font-weight:bold;}
.pro_r1{ float:left; width:100%; overflow:hidden; font-size:14px; line-height:30px; height:auto; overflow:hidden; overflow-y:auto;}
.pro_r1_1{ width:100%; overflow:hidden;}
.pro_r1 img{ display:block; max-width:100%;}
.pro_r1 video{ display:block; width:100% !important; height:auto !important;}
.pro_r2{ float:left; width:100%; height:auto; overflow:hidden; margin-top:20px;}
.pro_r3{ float:left; font-size:16px; color:#666; height:22px; line-height:22px;}
.pro_r4{ float:right; height:22px; line-height:22px;}
.pro_r5{ float:left; width:100%; height:20px; clear:both;}

.swiper0 {
	float:left;
	overflow:hidden;
	width: 100%;
	height: auto;
}

.swiper0 .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	height:100px;
  
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper0 .swiper-slide img{ display:block; width:100%; height:100px;}
.swiper-pagination0{ float:left; font-size:18px; color:#666; display:table; width:auto !important; padding:0 20px;}
.swiper-button-prev0{ float:left; width:22px; height:22px; background:url(../images/img_r1.png) center center no-repeat; background-size:22px 22px; cursor:pointer; outline:none;}
.swiper-button-next0{ float:right; width:22px; height:22px; background:url(../images/img_l1.png) center center no-repeat; background-size:22px 22px; cursor:pointer; outline:none;}

@media (min-width: 992px) {	
.cloud{ width:100%; height:100vh; overflow:auto;}
.cloud_title{ position:absolute; top:30px; left:0; font-size:28px; color:#4d8dea; z-index:1; width:100%; text-align:center; min-width:1200px;}
.cloud_in{ width:100%; min-width:1200px; height:100vh; min-height:675px; background:url(../images/cloud_bg.jpg) center center no-repeat; background-size:cover;}

.class_out{ width:100%; height:100vh; position:fixed; top:0; left:0; background:url(../images/cloud_bg3.png) repeat; overflow:auto; display:none;}

.close{ width:24px; height:24px; background:url(../images/close.png) center center no-repeat; background-size:24px 24px; position:fixed; right:32px; top:32px; cursor:pointer;}
.class_title{
	font-size: 28px;
    text-align: center;
    line-height: 40px;
    margin-top: 100px;
    margin-bottom: 18px;
}
.class_title > span {
    padding: 0 1em;
    display: inline-block;
    position: relative;
}
.class_title > span::before {
	content: "";
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../images/t01d30c969c66260d1f.png) no-repeat 0 50%;
    background-size: auto 100%;
}
.class_title > span::after {
	content: "";
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../images/t01d6deb0fd54ebb7d7.png) no-repeat 100% 50%;
    background-size: auto 100%;
}
.class_list{ width:1170px; margin:50px auto; overflow:hidden; padding:0; font-size:16px;}
.class_list li{ list-style:none; float:left; margin-right:2%; width:calc(23.5% - 2px); height:auto; border:1px solid #333; cursor:pointer; margin-top:30px;}
.class_list li:nth-child(4n){ margin-right:0 !important;}
.class_list li:nth-child(4n+1){ clear:left;}
.class_list li:nth-child(2n){ margin-right:2%;}
.class_list li:nth-child(2n+1){ clear:none;}
.class_list li img{ display:block; width:100%; height:115px; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s;}
.class_list li img:hover{-webkit-transform:scale(1.05) translateZ(0); -moz-transform:scale(1.05) translateZ(0); -ms-transform:scale(1.05) translateZ(0); -o-transform:scale(1.05) translateZ(0); transform:scale(1.05) translateZ(0);}

.pro_out{ width:100%; height:100vh; position:fixed; top:0; left:0; background:url(../images/cloud_bg4.png) repeat; overflow:auto; display:none;}
.pro_out1{ width:1000px; padding:0 0; height:720px; background:#FFF; position:relative; margin:-360px auto 0 auto; top:50%;}
.pro_l{ float:left; width:285px; margin-left:30px; margin-top:50px;}
.pro_l1{ float:left; display:block; width:142px; height:60px;}
.pro_l2{ float:left; width:calc(100% - 10px); padding-right:10px; max-height:500px; overflow:hidden; overflow-y:auto; font-size:14px; line-height:22px; color:#666; margin-top:30px;}
.pro_l3{ position:absolute; left:30px; bottom:30px; font-size:14px; line-height:24px; color:#1cb289; background:url(../images/cloud_bg5.png) right center no-repeat; display:block; padding-right:30px; background-size:21px auto;}
.pro_r{ float:right; margin-right:30px; width:640px; margin-top:50px;}
.pro_close{ position:absolute; top:8px; right:8px; font-size:32px; width:32px; height:32px; line-height:32px; text-align:center; cursor:pointer;}
.pro_r1{ float:left; width:100%; overflow:hidden; font-size:14px; line-height:30px; height:400px; overflow:hidden; overflow-y:auto;}
.pro_r1_1{ width:100%; overflow:hidden;}
.pro_r1 img{ display:block; max-width:100%;}
.pro_r1 video{ display:block; width:100% !important; height:400px !important;}
.pro_r2{ float:left; width:100%; height:220px; overflow:hidden; margin-top:20px;}
.pro_r3{ float:left; font-size:16px; color:#666; height:22px; line-height:22px;}
.pro_r4{ float:right; height:22px; line-height:22px;}
.pro_r5{ float:left; width:100%; height:20px; clear:both;}

.swiper0 {
	float:left;
	overflow:hidden;
	width: 100%;
	height: auto;
}

.swiper0 .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	height:195px;
  
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper0 .swiper-slide img{ display:block; width:100%; height:195px;}
.swiper-pagination0{ float:left; font-size:18px; color:#666; display:table; width:auto !important; padding:0 20px;}
.swiper-button-prev0{ float:left; width:22px; height:22px; background:url(../images/img_r1.png) center center no-repeat; background-size:22px 22px; cursor:pointer; outline:none;}
.swiper-button-next0{ float:right; width:22px; height:22px; background:url(../images/img_l1.png) center center no-repeat; background-size:22px 22px; cursor:pointer; outline:none;}

.hdzq{ padding-bottom:0rem; overflow:hidden;}
.tabnews .title{ float:left; display:block; max-width:calc(100% - 150px); overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.hdzq a{ float:left; width:calc(33.33% - 0.0534rem); height:109px; display:block; margin-top:0.08rem; margin-right:0.08rem; margin-left:0;}
.hdzq a:nth-child(3n){ margin-right:0;}

.head4 {margin-bottom:.2rem; margin-top:.2rem;}
	body {
		padding-bottom: 0;
	}

	.pcdata {
		font-size: .16rem;
	}

	/*内页最小高度*/
	.nymin {
		min-height: 7rem;
	}

	/*内页最小高度 end */
	/*视频*/
	.video {
		width: 80%;
		height: 6rem;
	}

	/*视频 end */
	/*动态地图 左地图右文字*/
	.dtadd {
		width: 60%;
		height: 400px;
	}

	/*动态地图 end */
	/*分页*/
	.fenye {
		font-size: .14rem;
		margin: .4rem auto;
	}

	.fenye a {
		line-height: .34rem;
	}

	/*分页 end */
	/*右侧浮动*/
	.floar {
		position: fixed;
		right: 0;
		z-index: 99;
		top: 40%;
	}

	.qq {
		line-height: .14rem;
		text-align: center;
		font-size: .16rem;
		margin-top: .08rem;
	}

	.rightqq {
		width: .57rem;
		height: .69rem;
		margin-top: .01rem;
		background: #0770e1;
		cursor: pointer;
		position: relative;
	}

	.rightico {
		line-height: .32rem;
		text-align: center;
		font-size: .27rem;
	}

	.rightqq a {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		color: #fff;
	}

	.floar .rightqq:nth-child(1) {
		background: #fe6902;
	}

	.floar .rightqq:nth-child(3) {
		background: #092daa;
	}


	.back {
		cursor: pointer;
		color: #fff;
	}

	.floar .rightqq:nth-child(1) .qq {
		font-weight: bold;
		line-height: .24rem;
		margin-top: 0;
	}
	.rightel form {
		    display: flex;
    width: 100%;
		border: .01rem solid #fe6902;
	}
	.rightel form input:nth-child(1) {
		line-height: .69rem;
    font-size: .14rem;
    border: 0;
    display: block;
    width: 70%;
    padding: 0 0.15rem;
		outline: none;
	}
	.rightel form input:nth-child(2) {
		line-height: .3rem;
    font-size: .14rem;
    border: 0;
    display: block;
    padding: 0;
    width: 30%;
	}
	.floar .rightqq:nth-child(1) .rightel {
		width: 3rem;
	}
	.rightel {
		background: #0770e1;
		line-height: .69rem;
		font-size: .14rem;
		text-align: center;
		position: absolute;
		right: .57rem;
		top: 0;
		width: 2rem;
		opacity: 0;
		visibility: hidden;
		transition: all 0.8s;
	}

	.rightel img {
		width: 1.4rem;
		height: 1.4rem;
		margin-top: .03rem;
	}

	.floar .rightqq:nth-child(2) .rightel {
		width: 1.8rem;
		height: 1.8rem;
	}

	.floar .rightqq:nth-child(2) .rightel p {
		line-height: .28rem;
		font-size: .16rem;
	}

	.floar .rightqq:nth-child(2) .rightico {
		font-size: .35rem;
	}

	.floar .rightqq:nth-child(3) .rightico {
		font-size: .45rem;
	}

	.rightqq:hover .rightel {
		opacity: 1;
		visibility: visible;
		transition: all 0.8s;
	}

	/*右侧浮动 end */
	/*导航*/
	/*.navbar .navbar-brand {display: none;}*/
	.top .navbar-brand {
		display: block;
	}

	.navbar-brand {
		width: auto;
		padding: 0;
		position: absolute;
		top: .5rem;
		display: none;
	}

	.navbar-nav {
		height: auto;
		position: relative;
		background: none;
	}

	.navbar-collapse {
		position: static;
		width: auto;
	}

	.navbar {
		background: -moz-linear-gradient(top, #01aafd 0%, #0770e1 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #01aafd), color-stop(100%, #0770e1));
		background: -webkit-linear-gradient(top, #01aafd 0%, #0770e1 100%);
		background: -o-linear-gradient(top, #01aafd 0%, #0770e1 100%);
		background: -ms-linear-gradient(top, #01aafd 0%, #0770e1 100%);
		background: linear-gradient(to bottom, #01aafd 0%, #0770e1 100%);
	}

	.navbar .collapsed {
		background: none;
	}

	.nav-link {
		font-size: .18rem;
		line-height: .6rem;
	}

	.nav-item {
		border-bottom: 0;
		position: relative;
	}

	.dropdown-menu {
		width: 100%;
		background: #0770e1;
		left: 0;
	}

	.dropdown-menu .dropdown-item:last-child {
		border-bottom: 0;
	}

	.dropdown-item {
		width: 100%;
		text-align: center;
		line-height: .46rem;
		font-size: .16rem;
		color: #fff;
		padding: 0 .13rem;
		border-bottom: 1px solid #0862c4;
	}

	.dropdown-item:hover {
		background: #fe6902;
	}

	.nav-item:hover {
		background: #fe6902;
	}

	.navbar-nav .active {
		background: #fe6902;
	}

	.dropdown:hover>.dropdown-menu {
		display: block;
	}

	/*导航 end */
	.top {
		position: relative;
		justify-content: center;
	}

	.topbanner {
		height: 2.82rem;
		width: 100%;
	}

	.txt-scroll {
		background-image: url(../images/gd.png);
		background-position: 0 center;
		background-repeat: no-repeat;
	}

	.txt-scroll {
		width: 100%;
		line-height: .61rem;
		padding: 0 .42rem 0 1.22rem;
		font-size: .16rem;
	}

	.txt-scroll .scrollbox {
		width: 100%;
		white-space: nowrap;
		overflow: hidden;
		transition: all .2s;
	}

	.txt-scroll .txt,
	.txt-scroll .txt-clone {
		display: inline;
		position: relative;
	}

	.txt-scroll .txt a {
		margin-left: .35rem;
		padding-left: .17rem;
		position: relative;
	}

	.txt-scroll .txt a:first-child {
		margin-left: .2rem;
	}

	.txt-scroll .txt a::before {
		content: '';
		width: .05rem;
		height: .05rem;
		position: absolute;
		background: #0770e1;
		left: 0;
		top: .09rem;
	}

	.gundong .form-inline .form-control {
		line-height: .45rem;
		font-size: .18rem;
		color: #999999;
		padding: 0 .18rem;
		border: 0;
		outline: none;
		height: auto;
		width: 82%;
	}

	.gundong {
		background: #d8e6f6;
	}

	.gundong .btn-success {
		background-color: #0770e1;
		border-color: transparent !important;
		border-radius: 0;
		padding: 0;
		font-size: .22rem;
		line-height: .45rem;
		outline: none;
		border: 0;
		width: 18%;
	}

	.tab-nav a {
		line-height: .4rem;
		font-size: .2rem;
	}

	.tab-nav {
		border-top: .04rem solid #0770e1;
	}

	.news {
		line-height: .4rem;
		height: .4rem;
		font-size: .18rem;
		padding: 0 .15rem 0 .36rem;
		transition: color 0.5s;
	}

	.news::before {
		width: .05rem;
		height: .05rem;
		top: .21rem;
		left: .22rem;
	}

	.tab {
		background: none;
		padding: 0 0 0 .15rem;
		margin-top: .18rem;
	}

	.tab-con {
		background: #f1f7ff;
	}

	.news:hover {
		color: #0770e1;
	}

	.news:hover::before {
		background: #0770e1;
	}

	#swipergdpic .swiper-pagination {
		line-height: .6rem;
		font-size: .16rem;
	}

	.gdpictit {
		line-height: .6rem;
		font-size: .24rem;
		padding: 0 .8rem 0 1.3rem;
	}

	#swipergdpic {
		margin-top: .18rem;
	}

	.tab-con-item {
		padding: .05rem 0;
	}

	#swipergdpic .swiper-pagination-current {
		font-size: .3rem;
	}

	#swipergdpic .swiper-pagination-total {
		line-height: .5rem;
		margin-top: .1rem;
	}

	.aboutlist {
		margin-top: .25rem;
		margin-bottom: .17rem;
		padding: 0;
	}

	.about {
		margin-top: 0;
		padding: 0;
	}

	.aboutlist .about:nth-child(1) {
		padding: 0 .105rem 0 0;
	}

	.aboutlist .about:nth-child(2) {
		padding: 0 .07rem 0 .035rem;
	}

	.aboutlist .about:nth-child(3) {
		padding: 0 .035rem 0 .07rem;
	}

	.aboutlist .about:nth-child(4) {
		padding: 0 0 0 .105rem;
	}

	.about a {
		height: .87rem;
		padding: 0 0 0 .2rem;
	}

	.aboutright {
		padding-left: .15rem;
	}

	.aboutitch {
		line-height: .32rem;
		font-size: .24rem;
	}

	.aboutiten {
		line-height: .21rem;
		font-size: .16rem;
	}

	.aboutico {
		font-size: .45rem;
	}

	.aboutlist .about:nth-child(1) .aboutico {
		font-size: .55rem;
	}

	.aboutlist .about:nth-child(2) .aboutico {
		font-size: .55rem;
	}

	.pic145 {
		margin-top: .15rem;
		padding: 0;
	}




	#tabhead2 {
		padding: 0 .21rem;
		margin-top: .24rem;
		border-top: .04rem solid #0770e1;
	}

	#tabhead2 .tab-con-item {
		padding: .08rem 0 .22rem;
	}

	#tabhead2 .tab-nav {
		border-top: 0;
	}

	#tabhead2 .tab-nav a {
		width: 16.7%;
		text-align: left;
	}

	#tabhead2 .newstit {
		line-height: .4rem;
		height: .4rem;
		font-size: .18rem;
	}

	#tabhead2 .newsdate {
		line-height: .4rem;
		font-size: .16rem;
	}

	#tabhead2 .tab-con-item .news:first-child .newstit {
		line-height: .47rem;
		height: .47rem;
	}

	#tabhead2 .tab-con-item .news:first-child .newsdes {
		line-height: .29rem;
		height: .58rem;
		font-size: .16rem;
	}

	#tabhead2 .tab-con-item .news:first-child .newspic {
		display: block;
		width: 25%;
	}

	#tabhead2 .tab-con-item .news:first-child .newspic img {
		width: 100%;
	}

	#tabhead2 .tab-con-item .news:first-child {
		display: flex;
		justify-content: space-between;
		margin-bottom: .09rem;
	}

	#tabhead2 .tab-con-item .news:first-child .newsrighr {
		width: 73%;
	}

	#tabhead2 .news {
		padding: 0 0 0 .17rem;
	}

	#tabhead2 .news::before {
		top: .17rem;
	}

	#tabhead2 .newsdate {
		width: 15%;
		text-align: right;
	}

	#tabhead2 .newstit {
		width: 83%;
	}

	#tabhead2 .tab-con {
		background: #fff;
	}

	
	#tabhead21 {
		padding: 0 .21rem;
		margin-top: .24rem;
		border-top: .04rem solid #0770e1;
	}

	#tabhead21 .tab-con-item {
		padding: .08rem 0 .22rem;
	}

	#tabhead21 .tab-nav {
		border-top: 0;
	}

	#tabhead21 .tab-nav a {
		width: 16.7%;
		text-align: left;
	}

	#tabhead21 .newstit {
		line-height: .4rem;
		height: .4rem;
		font-size: .18rem;
	}

	#tabhead21 .newsdate {
		line-height: .4rem;
		font-size: .16rem;
	}

	#tabhead21 .tab-con-item .news:first-child .newstit {
		line-height: .47rem;
		height: .47rem;
	}

	#tabhead21 .tab-con-item .news:first-child .newsdes {
		line-height: .29rem;
		height: .58rem;
		font-size: .16rem;
	}

	#tabhead21 .tab-con-item .news:first-child .newspic {
		display: block;
		width: 25%;
	}

	#tabhead21 .tab-con-item .news:first-child .newspic img {
		width: 100%;
	}

	#tabhead21 .tab-con-item .news:first-child {
		display: flex;
		justify-content: space-between;
		margin-bottom: .09rem;
	}

	#tabhead21 .tab-con-item .news:first-child .newsrighr {
		width: 73%;
	}

	#tabhead21 .news {
		padding: 0 0 0 .17rem;
	}

	#tabhead21 .news::before {
		top: .17rem;
	}

	#tabhead21 .newsdate {
		text-align: right;
	}

	#tabhead21 .newstit {
		width: 83%;
	}

	#tabhead21 .tab-con {
		background: #fff;
	}
	
	.join {
		padding: 0 .15rem 0 0;
		margin-top: .24rem;
		flex-wrap: wrap;
	}
	.zthd a {
		line-height: 2.02rem;
		font-size: .3rem;
		height: 4.28rem;
	}
	.zthd:nth-child(2) {
		margin-top: .14rem;
	}
	.jointit {
		line-height: .64rem;
		font-size: .24rem;
	}

	.jointit span {
		padding-right: .14rem;
		font-size: .3rem;
	}

	.jointitl {
		margin-top: .03rem;
	}

	.jointitl a {
		height: 1.13rem;
	}

	.jointitl a span {
		margin-bottom: .11rem;
		font-size: .45rem;
	}

	.jointitl a p {
		line-height: .18rem;
		font-size: .18rem;
	}

	.head2 {
		padding: 0 0 .22rem;
		
	}

	.head3 {
		background: #fff;
		padding: 0;
		margin: .21rem auto .22rem;
	}

	.head3 .row {
		background: #f1f7ff;
	}

	.mingx {
		line-height: .92rem;
		font-size: .28rem;
		padding: 0;
	}

	.mingx .line {
		margin: 0 .34rem;
		width: 40.5%;
	}

	#swipermingx1 p {
		line-height: .52rem;
		height: .52rem;
		font-size: .18rem;
	}

	#swipermingx1 {
		width: 92%;
		margin: 0 4%;
		padding: 0 0 .13rem;
	}
	
	#swipermingx2 p {
		line-height: .52rem;
		height: .52rem;
		font-size: .18rem;
	}

	#swipermingx2 {
		width: 92%;
		margin: 0 4%;
		padding: 0 0 .13rem;
	}

	#tabhead4 .tabnewsleft {
		width: 50%;
		float: left;
	}

	#tabhead4 .tabnewsright {
		width: 50%;
		float: left;
	}

	#tabhead4 .tabnewsleft .news:first-child {
		position: relative;
		height: auto;
		padding: 0;
		margin: .16rem 0 .2rem;
	}

	#tabhead4 .tabnewsleft .news:first-child p {
		position: absolute;
		bottom: 0;
		width: 100%;
		left: 0;
		background: rgba(0, 0, 0, 0.7);
		color: #fff;
		padding: 0 .18rem;
	}
	#tabhead4 .tabnewsleft .news p span {
		color: #333;
	}
	#tabhead4 .tabnewsleft .news:first-child p span {
		color: #fff;
	}
	#tabhead4 .tabnewsleft .news:first-child img {
		width: 100%;
		display: block;
	}

	#tabhead4 .news p {
		height: .47rem;
	}

	#tabhead4 .tabnewsleft {
		padding-right: .21rem;
	}

	#tabhead4 .tabnewsleft .news:first-child::before {
		display: none;
	}

	#tabhead4 .tab-con-item {
		padding: .06rem .21rem;
	}

	#tabhead4 .news {
		padding: 0 .21rem;
	}

	#tabhead4 .tab-nav a {
		width: 17%;
		text-align: left;
	}

	#tabhead4 .tab-nav a.current {
		background: #f1f7ff;
	}

	#tabhead4 .tab-nav {
		background: #f1f7ff;
		border-top: 0;
	}

	#tabhead4 .tabnewsright a:nth-child(5),
	#tabhead4 .tabnewsright a:nth-child(6),
	#tabhead4 .tabnewsright a:nth-child(7),
	#tabhead4 .tabnewsright a:nth-child(8) {
		display: block;
	}

	.piclist {
		padding: 0 .15rem 0 0;
		margin-bottom: 0;
	}

	.piclist a {
		margin-top: .08rem;
		height: 1.09rem;
		display: flow-root;
	}

	.piclist a:first-child {
		margin-top: 0;
	}
	.xzline {
		margin: 0.2rem auto 0;
		width: 70%;
	}
	.xztitle {
		line-height: .39rem;
    font-size: .3rem;
    margin-top: 0.1rem;
	}

	#tabhead4 {
		padding: 0 .21rem;
		background: #f1f7ff;
		border-top: .04rem solid #0770e1;
	}

	.pic16 {
		margin-top: .19rem;
	}

	.pic16 img {
		width: 100%;
	}

	.linkform {
		width: 89%;
	}

	.head5 {
		padding-bottom: .21rem;
		margin-top: .16rem;
	}

	.link {
		width: 13%;
		line-height: .42rem;
		font-size: .24rem;
		padding: 0;
		margin-top: .21rem;
	}

	.linkform {
		width: 87%;
	}

	.select {
		margin-top: .21rem;
		padding: 0 .1rem;
	}

	.select select {
		height: .39rem;
		line-height: .39rem;
		font-size: .16rem;
		padding: 0 .19rem;
	}

	.select:nth-child(1) {
		padding: 0 .14rem 0 0;
	}

	.select:nth-child(2) {
		padding: 0 .09rem 0 .05rem;
	}

	.select:nth-child(3) {
		padding: 0 .05rem 0 .09rem;
	}

	.select:nth-child(4) {
		padding: 0 0 0 .14rem;
	}

	.select::after {
		border-left: .05rem solid transparent;
		border-right: .05rem solid transparent;
		border-top: .09rem solid #1e87ed;
		top: .16rem;
	}

	.select:nth-child(1)::after {
		right: .23rem;
	}

	.select:nth-child(2)::after {
		right: .18rem;
	}

	.select:nth-child(3)::after {
		right: .14rem;
	}

	.select:nth-child(4)::after {
		right: .09rem;
	}

	.select.open::after {
		top: .15rem;
	}

	.foot {
		padding-bottom: .21rem;
	}

	.footlogo {
		width: auto;
		margin: .24rem auto .14rem;
	}

	.foottelphone {
		line-height: .37rem;
		font-size: .14rem;
	}

	.footicp {
		padding: 0;
	}
	.footicp a {
		line-height: .37rem;
		font-size: .14rem;
		padding: 0;
	}
	.nycon {
		margin-top: .21rem;
	}

	.samnav {
		line-height: .84rem;
		font-size: .24rem;
		color: #fff;
		text-align: center;
		font-weight: bold;
		background: #0770e1;
	}

	.samlist a {
		background: #f1f7ff;
		display: block;
		font-size: .2rem;
		line-height: .65rem;
		border-bottom: 1px solid #d1d1d1;
		text-align: center;
	}

	.samlist a:hover {
		color: #fff;
		background: #fe6902;
	}

	.samlist .active {
		color: #fff;
		background: #fe6902;
	}

	.breadlin {
		display: flex;
		justify-content: space-between;
		padding: 0;
	}

	.breadtit {
		line-height: .62rem;
		font-size: .24rem;
		color: #fe6902;
		font-weight: bold;
	}

	.breadcrumb-item {
		line-height: .62rem;
		font-size: .16rem;
	}

	.conright {
		padding: 0 0 0 .29rem;
	}

	.nyconpany {
		margin-top: .25rem;
		line-height: .36rem;
		font-size: .18rem;
		margin-bottom: .2rem;
		padding: 0 .21rem;
	}

	.nypiclist {
		padding: 0 .14rem;
	}

	.nypic {
		margin-top: .17rem;
		padding: 0 .1rem;
	}

	.nypic a p {
		line-height: .42rem;
		height: .42rem;
		font-size: .18rem;
		padding: 0 .3rem;
		transition: background 0.5s;
	}

	.nypic:hover a p {
		background: #0770e1;
	}

	.nyxqpictit {
		line-height: .44rem;
		font-size: .24rem;
		padding: 0 .23rem;
		margin-top: .25rem;
	}

	.nyxqpictxt {
		line-height: .36rem;
		font-size: .18rem;
		margin-bottom: .2rem;
		margin-top: .12rem;
		padding: 0 .23rem;
	}

	.nyxqly {
		line-height: .54rem;
		font-size: .16rem;
		padding: 0 .15rem;
	}

	.nyxqnewstit .nyxqpictit {
		margin-bottom: .05rem;
		padding: 0;
	}

	.nyxqnewstit {
		padding-bottom: 0;
	}

	.nyxqnewstp {
		padding: 0;
	}

	.nyfenyelist {
		padding: .32rem 0;
	}

	.nyfenye {
		line-height: .36rem;
		font-size: .16rem;
	}

	.nyfenye a {
		height: .36rem;
		width: 91%;
	}

	.nyfenye span {
		width: 9%;
	}

	.nyfenye:hover a {
		color: #0770e1;
	}

	.nyfenye:hover span {
		color: #0770e1;
	}

	.nynewslist {
		margin-top: .21rem;
	}

	.nynews a {
		padding: 0 0 0 .48rem;
	}

	.nynewstitle {
		width: 80%;
		line-height: .46rem;
		height: .46rem;
		font-size: .18rem;
		transition: color 0.5s;
	}

	.nynewsdate {
		width: 20%;
		line-height: .46rem;
		height: .46rem;
		font-size: .18rem;
	}

	.nynews a::before {
		width: .05rem;
		height: .05rem;
		left: .3rem;
		top: .22rem;
	}

	.nynews:hover .nynewstitle {
		color: #0770e1;
	}

	.nynewslist .nynews:nth-child(5n) {
		padding-bottom: .23rem;
		margin-bottom: .19rem;
	}

	.nydownico {
		line-height: .46rem;
		font-size: .18rem;
		transition: color 0.5s;
	}

	.nydownico span {
		font-size: .18rem;
		transition: color 0.5s;
	}

	.nydown .nynewstitle {
		width: 75%;
	}

	.nydown:hover .nydownico {
		color: #0770e1;
	}

	.nydown:hover .nydownico span {
		color: #0770e1;
	}

	.formnamemb {
		line-height: .67rem;
		font-size: .2rem;
	}

	.formnameinput,
	.formtextarea {
		width: 80%;
	}

	.formname {
		width: 20%;
	}

	.formnameinput input {
		line-height: .67rem;
		font-size: .18rem;
	}

	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		font-size: .18rem;
	}

	.formtextarea textarea {
		line-height: .25rem;
		font-size: .18rem;
		height: 2.45rem;
		padding: .22rem .18rem;
	}

	.formvcode input {
		line-height: .67rem;
		font-size: .18rem;
	}

	.submit {
		width: 100%;
		line-height: .64rem;
		font-size: .24rem;
	}

	.formvcodep img {
		width: 60%;
	}

	#indexpic {
		height: auto;
		margin-top: .18rem;
		margin-bottom: 0;
	}
	#tab .tab-nav a span:nth-child(1) {
		padding: 0 .21rem;
	}
	#tab .tab-nav a span:nth-child(2) {
		padding: 0 .16rem 0 0;
		font-size: .16rem;
	}
	.tab_xz {
		margin-top: 0.24rem!important;
		padding: 0 .07rem 0 0!important;
		border-top: 0!important;
	}
	.tab_xz2 {
		padding: 0 0 0 .07rem!important;
	}
	.tab_xz#tabhead21 .tab-nav {
		border-top: 0.04rem solid #0770e1;
	}
	.tab_xz#tabhead21 .tab-nav a span:nth-child(1) {
		padding: 0 0.21rem;
	}
	.tab_xz#tabhead21 .tab-nav a span:nth-child(2) {
		padding: 0 0.16rem 0 0;
    font-size: .16rem;
	}
	.tab_xz#tabhead21 .tab-con-item {
		padding: .16rem .21rem;
	}
	.tab_xz#tabhead21 .tab-con {
		background: #f1f7ff;
	}
	.tab_xz2 .news {
		line-height: 0.415rem;
    height: 0.415rem;
	}
	
	.tab_xznum#tabhead4 .tab-nav a span:nth-child(1) {
		padding: 0 0.21rem;
	}
	.tab_xznum#tabhead4 .tab-nav a span:nth-child(2) {
		padding: 0 0.16rem 0 0;
    font-size: .16rem;
	}
	.padxz{
padding: 0;
}
	.zthd {
		width: 100%;
	}
	.head3 .swiper-button-next {
		right:0;
	}
	.head3 .swiper-button-prev {
		left:0;
	}
	
	.xzentit {
		line-height: .22rem;
		font-size: .16rem;
	}
	.xzentit::before {
		width: 0.32rem;
    height: 0.01rem;
	}
	.xzentit::after {
		width: 0.32rem;
    height: 0.01rem;
	}
	.nyacbanner {
	height: 3.6rem;
}
.video-js {
width:8rem;
height:6rem;
margin:0 auto;
}	
	
	
}

@media (min-width: 1200px) {
	.dropdown-menu {
		width: 100%;
		background: #0770e1;
		left: 0;
	}

	.tab-con-item {
		padding: .07rem 0;
	}

	.news {
		line-height: .47rem;
		height: .47rem;
		font-size: .18rem;
	}

	.tab-nav a {
		line-height: .57rem;
		font-size: .24rem;
	}

	.mingx .line {
		width: 42%;
	}

	.nyfenye a {
		width: 93%;
	}

	.nyfenye span {
		width: 7%;
	}

	.formnameinput,
	.formtextarea {
		width: 83%;
	}

	.formname {
		width: 17%;
	}





}