﻿body {
	padding-top: 114px;
}

.op0 {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.wrap {
	max-width: 1200px;
	margin: 0 auto;
}

.tab-cell {
	display: table-cell;
	vertical-align: middle;
}

.mob-nav {
	display: none;
	width: 40px;
	height: 40px;
	margin-top: 5px;
	border-radius: 50%;
	margin-left: 10px;
	background-size: auto 40%;
	position: relative;
}

.mob-nav:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	height: 2px;
	width: 20px;
	margin-left: -10px;
	margin-top: -8px;
	background: #333;
	transition: all 0.5s ease;
}

.mob-nav:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	height: 2px;
	width: 20px;
	margin-left: -10px;
	margin-top: 6px;
	background: #333;
	transition: all 0.5s ease;
}

.mob-nav span {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 2px;
	width: 20px;
	margin-left: -10px;
	margin-top: -1px;
	background: #333;
	transition: all 0.5s ease;
}

.mob-nav.on {
	transition: all 0.5s ease;
}

.mob-nav.on:before {
	margin-top: -1px;
	transform: rotate(45deg);
	transition: all 0.5s ease;
}

.mob-nav.on:after {
	margin-top: -1px;
	transform: rotate(-45deg);
	transition: all 0.5s ease;
}

.mob-nav.on span {
	width: 0;
	transition: all 0.5s ease;
}

.top {
	position: fixed;
	left: 0%;
	top: 0px;
	width: 100%;
	z-index: 12;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.top>.wrap {
	background: url(404.png) no-repeat right bottom;
	padding: 30px 0;
}

.ofepma {
	padding: 0 8%;
	line-height: 32px;
	background: #f6f6f6;
	color: #666;
}

.ofepma .tel {
	margin-left: 20px;
	background: url(../image/tel.png) no-repeat left center;
	color: #f00;
	padding-left: 25px;
	font-size: 16px;
}

.loneun {
	background: url(../image/dq.png) no-repeat left center;
	padding-left: 25px;
}

.loneun a {
	margin: 0 5px;
	color: #666;
}

.boutem {
	padding: 0px 8%;
	background: #fff;
	position: relative;
}

.t-logo {
	padding:17px 0 0 0;
}
.t-logo img{ }
.flex-olb {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.flex-olb .list {
	width: 11.1%;
	padding: 0 10px;
	opacity: 1;
	transition: all 0.5s ease;
}

.flex-olb .list.on {
	opacity: 0.4;
	transition: all 0.5s ease;
}

.flex-olb .list:nth-child(n + 10) {
	display: none;
}

.T-nav {}

.T-nav>li {
	float: left;
	position: relative;
}

.T-nav>li.oveia {
	position: static;
}

.T-nav>li>a {
	line-height: 82px;
	padding: 0 22px;
	text-align: center;
	font-size: 16px;
	display: block;
	position: relative;
	transition: all 0.5s ease;
}

.T-nav>li>a:before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 20px;
	width: 0;
	height: 2px;
	background: #f00;
	transition: all 0.5s ease;
}

.T-nav>li .thr {
	position: absolute;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	overflow: hidden;
	top: 82px;
	left: 50%;
	margin-left: -100px;
	width: 200px;
	background: #fff;
	display: none;
}

.T-nav>li .thr.plboea {
	width: 100%;
	margin-left: 0px;
	left: 0;
	padding: 35px;
	text-align: center;
}

.T-nav>li .thr.plboea .cp {}

.T-nav>li .thr.plboea .cp a {
	display: block;
}

.T-nav>li .thr.plboea .cp a .d1 img {
	width: 100%;
	border-radius: 5px;
	height: 120px;
	object-fit: cover;
}

.T-nav>li .thr.plboea .cp a .d2 {
	margin-top: 5px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.T-nav>li .thr.plboea .title {
	margin-top: 10px;
}

.T-nav>li .thr.plboea .title a {
	display: inline-block;
	border: 1px solid #ddd;
	line-height: 20px;
	border-radius: 15px;
	padding: 5px 10px;
	transition: all 0.5s ease;
}

.T-nav>li .thr>a {
	display: block;
	font-size: 15px;
	line-height: 40px;
	text-align: center;
	transition: all 0.5s ease;
}

.ind-search {
	margin-top: 20px;
	z-index: 5;
}

.ind-search span {
	display: block;
	width: 42px;
	height: 42px;
	cursor: pointer;
	background: url(../image/ss5.png) no-repeat center center;
	-webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	display: none;
}

.ind-search span.on {
	background: url(../image/ss6.png) no-repeat center center;
	-webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.ind-01 {
	padding: 3% 8% 4%;
	background: #f8f9fa;
}

.teomba .title .d1 {
	color: #0160ae;
	font-size: 32px;
	font-weight: bold;
}

.teomba .title .d2 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	text-transform: uppercase;
	margin-top: 5px;
}

.mewuba a {
	display: inline-block;
	line-height: 32px;
	border-radius: 16px;
	color: #f00;
	border: 1px solid #f00;
	padding: 0 25px;
	transition: all 0.5s ease;
}

.oubneba {
	margin-top: 2%;
}

.oubneba .sec {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}

.oubneba a {
	display: block;
	cursor: pointer;
	font-size: 16px;
	text-align: center;
	line-height: 62px;
	border-radius: 5px;
	background: #e9ecf1;
	transition: all 0.5s ease;
}

.oubneba a.cur {
	background: #015eab;
	color: #fff;
	box-shadow: 3px 3px 10px rgba(1, 95, 172, 0.6);
	transition: all 0.5s ease;
}

.oubneba .swiper-slide:nth-child(1) a.cur i {
	background-image: url(../image/a1-2.png);
}

.oubneba .swiper-slide:nth-child(2) a.cur i {
	background-image: url(../image/a2-2.png);
	background-image: url(../image/a5-2.png);
	
	
}

.oubneba .swiper-slide:nth-child(3) a.cur i {
	background-image: url(../image/a3-2.png);
}

.oubneba .swiper-slide:nth-child(4) a.cur i {
	
	background-image: url(../image/a2-2.png);
}

.oubneba .swiper-slide:nth-child(5) a.cur i {
	background-image: url(../image/a5-2.png);
	background-image: url(../image/a4-2.png);
}

.oubneba .swiper-slide:nth-child(6) a.cur i {
	
	background-image: url(../image/a9-2.png);
}

.oubneba .swiper-slide:nth-child(7) a.cur i {
	background-image: url(../image/a7-2.png);
}

.oubneba .swiper-slide:nth-child(8) a.cur i {
	background-image: url(../image/a8-2.png);
}

.oubneba .swiper-slide:nth-child(9) a.cur i {
	background-image: url(../image/a9-2.png);
}

.oubneba a i {
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	background: no-repeat center center;
}

.oubneba .swiper-slide:nth-child(1) a i {
	background-image: url(../image/a1-1.png);
}

.oubneba .swiper-slide:nth-child(2) a i {
	
	background-image: url(../image/a5-1.png);
}

.oubneba .swiper-slide:nth-child(3) a i {
	background-image: url(../image/a3-1.png);
}

.oubneba .swiper-slide:nth-child(4) a i {
	
	background-image: url(../image/a2-1.png);
}

.oubneba .swiper-slide:nth-child(5) a i {
	background-image: url(../image/a5-1.png);
	background-image: url(../image/a4-1.png);
}

.oubneba .swiper-slide:nth-child(6) a i {
	
	background-image: url(../image/a9-1.png);
}

.oubneba .swiper-slide:nth-child(7) a i {
	background-image: url(../image/a7-1.png);
}

.oubneba .swiper-slide:nth-child(8) a i {
	background-image: url(../image/a8-1.png);
}

.oubneba .swiper-slide:nth-child(9) a i {
	background-image: url(../image/a9-1.png);
}

.elmbtea {
	margin-top: 20px;
}

.ind-02 {
	background: url(../image/t3.png) no-repeat center bottom;
	padding: 4% 8%;
}

.aebun {
	margin-top: 150px;
}

.aebun .ds {
	position: absolute;
}

.aebun .ds a {
	display: block;
	width: 90px;
	text-align: center;
	position: absolute;
}

.aebun .ds a .tit {
	margin-top: -8px;
	color: #0069bf;
}

.aebun .ds a .pic {
	height: 90px;
	background: no-repeat center center;
	position: relative;
}

.aebun .ds a .pic i {
	display: block;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: no-repeat center center;
}

.aebun .ds a .pic:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 90px;
	height: 90px;
	background: url(../image/yq.png) no-repeat center center;
}

.aebun .ds:nth-child(1) {
	width: 50px;
	height: 101px;
	background: url(../image/xz01-1.png) no-repeat;
	right: 90%;
	bottom: 58%;
	margin-right: -10px;
	margin-bottom: -10px;
}

.aebun .ds:nth-child(1) a {
	right: 55px;
	top: -40px;
}

.aebun .ds:nth-child(1) a .pic i {
	background-image: url(../image/b1-1.png);
}

.aebun .ds:nth-child(2) {
	width: 132px;
	height: 20px;
	background: url(../image/xz07-1.png) no-repeat;
	right: 5%;
	top: -22%;
	margin-left: -10px;
	margin-bottom: -10px;
}

.aebun .ds:nth-child(2) a {
	left: 125px;
	top: -37px;
}

.aebun .ds:nth-child(2) a .pic i {
	background-image: url(../image/b7-1.png);
}

.aebun .ds:nth-child(3) {
	width: 134px;
	height: 74px;
	background: url(../image/xxzz1-1.png) no-repeat;
	right: 6%;
	bottom: 40%;
	margin-right: -10px;
	margin-bottom: -10px;
}

.aebun .ds:nth-child(3) a {
	right: -86px;
	top: -45px;
}

.aebun .ds:nth-child(3) a .pic i {
	background-image: url(../image/b8-1.png);
}

.aebun .ds:nth-child(4) {
	width: 20px;
	height: 114px;
	background: url(../image/xz04-1.png) no-repeat;
	right: 60%;
	bottom: 74%;
	margin-right: -10px;
	margin-bottom: -10px;
}

.aebun .ds:nth-child(4) a {
	right: -35px;
	top: -107px;
}

.aebun .ds:nth-child(4) a .pic i {
	background-image: url(../image/b3-1.png);
}

.aebun .ds:nth-child(5) {
	width: 20px;
	height: 173px;
	background: url(../image/xz05-1.png) no-repeat;
	left: 23%;
	bottom: 51%;
	margin-left: -10px;
	margin-bottom: -10px;
}

.aebun .ds:nth-child(5) a {
	left: -36px;
	top: -105px;
}

.aebun .ds:nth-child(5) a .pic i {
	background-image: url(../image/b5-1.png);
}

.aebun .ds:nth-child(7) {
	width: 20px;
	height: 173px;
	background: url(../image/xz05-1.png) no-repeat;
	bottom: 38%;
	right: 29%;
	margin-right: -10px;
	margin-top: -10px;
}

.aebun .ds:nth-child(7) a {
	right: -36px;
	top: -105px;
}

.aebun .ds:nth-child(7) a .pic i {
	background-image: url(../image/b6-1.png);
}

.aebun .ds:nth-child(6) {
	width: 20px;
	height: 114px;
	background: url(../image/xz04-1.png) no-repeat;
	right: 48%;
	bottom: 74%;
	margin-right: -10px;
	margin-bottom: -10px;
}

.aebun .ds:nth-child(6) a {
	right: -35px;
	top: -107px;
}

.aebun .ds:nth-child(6) a .pic i {
	background-image: url(../image/b4-1.png);
}



.aebun .ds:nth-child(8) {
	
	width: 20px;
	height: 66px;
	background: url(../image/xz04-1.png) no-repeat center bottom;
	right: 22%;
	bottom: 96%;
	margin-right: -10px;
	margin-bottom: -10px;
}

.aebun .ds:nth-child(8) a {
	
	right: -35px;
	top: -107px;
}

.aebun .ds:nth-child(8) a .pic i {
	background-image: url(../image/b2-1.png);
}

.mcebna {
	padding-left: 100px;
	height: 286px;
	position: relative;
}

.ebmlea {
	position: absolute;
	height: 200px;
	display: table;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px;
	color: #fff;
	background-image: linear-gradient(#46b5f0, #1686cf);
	background-image: linear-gradient(#0251a4, #1686cf);	
	width: 65px;
	text-align: center;
	border-radius: 10px;
	padding: 0 15px;
	font-weight: bold;
	line-height: 1.2;
}

.ebmlea .tbkbm {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}

.ebmlea img {
	margin-bottom: 10px;
}

.rolmraa {
	position: absolute;
	right: 0;
	top: 19px;
	z-index: 3;
}

.ind-03 {
	padding: 4% 8%;
}

.vomten {
	margin-top: 3%;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.silcm {
	width: 33%;
	border-radius: 10px;
	overflow: hidden;
}

.bomtae {
	width: 36%;
}

.tlmc-tit strong {
	font-size: 24px;
	font-weight: bold;
}

.tlmc-tit a {
	float: right;
	line-height: 32px;
	border-radius: 16px;
	color: #f00;
	border: 1px solid #f00;
	padding: 0 25px;
	transition: all 0.5s ease;
}

.boaetn li a {
	display: block;
	border-bottom: 1px solid #ddd;
	padding: 30px 0 18px;
}

.boaetn li a .date {
	background: #f4f4f4;
	color: #0160ae;
	border-radius: 5px;
	width: 72px;
	height: 84px;
	padding-top: 15px;
	text-align: center;
}

.boaetn li a .date span {
	display: block;
	font-size: 24px;
	margin-bottom: 5px;
}

.boaetn li a .con {
	width: calc(100% - 92px);
}

.boaetn li a .con .d1 {
	font-size: 16px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
}

.boaetn li a .con .d2 {
	color: #666;
	line-height: 22px;
	height: 44px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 5px;
}

.ybubne {
	width: 25%;
}

.lunveb {
	padding-top: 20px;
}

.lunveb li {
	margin-top: 20px;
}

.lunveb li a {
	display: block;
	position: relative;
}

.lunveb li a:before {
	content: "";
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	width: 46px;
	height: 46px;
	z-index: 1;
	background: url(../image/bf.png) no-repeat center center;
	background-size: 100% 100%;
}

.lunveb li a .pic {
	overflow: hidden;
	border-radius: 5px;
}

.lunveb li a .pic img {
	width: 100%;
	height: 235px;
	object-fit: cover;
	transition: all 0.5s ease;
}

.bunemt {
	padding: 5% 3% 10%;
	background: url(../image/t9.jpg) no-repeat center center;
	background-size: cover;
}

.midla {
	max-width: 1024px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
}

.midla .d1 {
	font-size: 36px;
	font-weight: bold;
}

.midla .d2 {
	font-size: 18px;
	opacity: 0.4;
}

.midla .d3 {
	font-size: 16px;
	line-height: 2;
	margin: 3% 0;
}

.midla .d4 a {
	display: inline-block;
	font-size: 16px;
	transition: all 0.5s ease;
	line-height: 40px;
	border-radius: 20px;
	color: #f00;
	background: rgba(255, 255, 255, 0.7);
	padding: 0 35px;
}

.ind-05 {
	background: #f6f6f6;
	padding: 0 8% 4%;
}

.eunmev {
	width: 100%;
	margin-top: -6%;
	background: url(../image/t10.png) no-repeat top center;
	background-size: 100% auto;
	border-radius: 10px;
}

.vunemb {
	padding: 5% 7%;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.zbunb {
	width: 25%;
}

.zbunb .tit {
	font-weight: bold;
	font-size: 24px;
}

.lpovna {
	margin-top: 30px;
}

.lpovna li {
	font-size: 14px;
	line-height: 35px;
	padding-left: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #666;
	background: url(../image/ddd.png) no-repeat left center;
}

.aolpbe {
	width: 42%;
	height: 408px;
	background: url(../image/t11.png) no-repeat center center;
	background-size: contain;
}

.aolpbe .tit {
	font-weight: bold;
	font-size: 24px;
	text-align: center;
}

.maelbe {
	width: 25%;
}

.maelbe .tit {
	font-weight: bold;
	font-size: 24px;
}

.lblpca {
	margin-top: 30px;
}

.lblpca li {
	width: 45%;
	float: left;
	font-size: 14px;
	line-height: 35px;
	padding-left: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #666;
	background: url(../image/ddd.png) no-repeat left center;
}

.lblpca li:nth-child(2n) {
	float: right;
}

.potekb li {
	float: left;
	position: relative;
	width: 13.28%;
	background: #fff;
	overflow: hidden;
	margin-right: 1.1%;
	padding: 0px;
	border: 1px solid #ddd;
	border-radius: 5px;
}

.potekb li:nth-child(7n) {
	margin-right: 0;
}

.potekb li img {
	width: 100%;
	height: 90px;
	object-fit: scale-down;
}

.potekb li a {
	display: block;
}

.potekb li .tit {
	position: absolute;
	background: rgba(45, 157, 224, 0.8) url(../image/link.png) no-repeat center 26px;
	color: #fff;
	text-align: center;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding-top: 60px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease;
}

.tlmaec {
	background: #3b3b3b;
	color: #fff;
	padding: 3% 8%;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.aolmbe {
	margin-right: 6%;
}

.aolmbe a {
	color: #fff;
}

.aolmbe dt {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 35px;
}

.aolmbe dd {
	line-height: 30px;
}

.ewlmbn {
	border-left: 1px dotted #ddd;
	padding-left: 50px;
	margin-left: 0%;
}

.ewlmbn .d1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 35px;
}

.lmbenv .d1 {
	font-size: 16px;
	font-weight: bold;
	line-height: 35px;
}

.lmbenv .d2 {
	font-size: 30px;
	color: #f00;
	font-weight: bold;
}

.lmbenv .d3 {
	line-height: 30px;
	padding-left: 25px;
	background: no-repeat left 5px;
}

.yunemc {
	color: #fff;
	background: #323232;
	line-height: 1.8;
	padding: 15px 3%;
}

.yunemc a {
	color: #fff;
}

.ny-banner {
	padding: 5% 8%;
	background: no-repeat center center;
	background-size: cover;
	color: #fff;
	line-height: 1;
}

.ny-banner .d1 {
	font-family: "Impact";
	font-size: 60px;
	text-transform: uppercase;
	opacity: 0.2;
}

.ny-banner .d2 {
	font-size: 48px;
	padding-bottom: 20px;
	position: relative;
	margin-top: -25px;
}

.ny-banner .d2:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 100px;
	background: #fff;
}

.ny-banner .d3 {
	display: none;
	margin-top: 20px;
	background: url(../image/hs.png) no-repeat left center;
	line-height: 25px;
	padding-left: 25px;
}

.ny-banner .d3 a {
	color: #fff;
}

.ny-banner .d3 span {
	margin: 0 10px;
}

.ny-nav {
	margin-top: 25px;
	height: 52px;
}

.ny-nav span {
	display: none;
}

.ny-nav p {
	float: left;
	background: rgba(0, 0, 0, 0.6);
	width: auto;
	border-radius: 5px;
}

.ny-nav p a {
	display: block;
	font-size: 16px;
	float: left;
	padding: 0 20px;
	text-align: center;
	line-height: 52px;
	color: #fff;
	border-radius: 5px;
}

.ny-nav p a.cur {
	background: #f00;
}

.ny-main {
	padding: 30px 8% 4%;
}

.ab-edit {
	width: 69%;
}

.ab-tit {
	font-size: 24px;
	color: #f00;
}

.ab-con {
	font-size: 16px;
	line-height: 2;
	margin-top: 2%;
	color: #333;
}

.mltebu {
	margin: 4% 0;
	font-size: 24px;
	font-weight: bold;
}

.lmbnae {
	width: 27%;
}

.sonmna {
	padding: 60px 15%;
	border-radius: 10px;
	background: url(../image/t17.jpg) no-repeat center center;
	background-size: cover;
}

.sonmna .list {
	padding: 12px 0;
}

.sonmna .list .d1 {
	color: #003f8f;
	font-size: 30px;
	font-weight: bold;
}

.sonmna .list .d2 {
	color: #3684c7;
	font-size: 18px;
}

.plmeba {
	margin: 10px 0;
	border-radius: 10px;
	background: url(../image/t18.jpg) no-repeat center center;
	background-size: cover;
}

.plmeba a {
	display: block;
	padding: 50px 15%;
	color: #fff;
}

.plmeba a .od {
	background: url(../image/vs01.png) no-repeat right center;
}

.plmeba a .od .d1 {
	font-size: 30px;
}

.plmeba a .od .d2 {
	font-size: 18px;
}

.afemmt {
	border-radius: 10px;
	background: url(../image/t19.jpg) no-repeat center center;
	background-size: cover;
}

.afemmt a {
	display: block;
	padding: 50px 15%;
}

.afemmt a .od {
	background: url(../image/vs02.png) no-repeat right center;
	font-weight: bold;
}

.afemmt a .od .d1 {
	font-size: 18px;
	color: #333;
}

.afemmt a .od .d2 {
	font-size: 14px;
	color: #46577a;
	padding-bottom: 18px;
	text-transform: uppercase;
	margin-top: 5px;
	background: url(../image/rt.png) no-repeat left bottom;
}

.mvunbae {
	font-size: 16px;
	color: #333;
	line-height: 2;
	padding: 50px;
}

.mvunbae:before,
.mvunbae:after {
	content: "";
	width: 40px;
	height: 35px;
	position: absolute;
}

.mvunbae:before {
	left: 0;
	top: 0;
	background: url(../image/y1.png) no-repeat center center;
}

.mvunbae:after {
	right: 0;
	bottom: 0;
	background: url(../image/y2.png) no-repeat center center;
}

.hobnba .d1 {
	font-size: 36px;
}

.hobnba .d2 {
	font-size: 48px;
	color: #dfdfdf;
	font-weight: bold;
}

.wobrnwa {
	padding: 0 4%;
}

.wobrnwa .prev,
.wobrnwa .next {
	width: 32px;
	height: 32px;
	z-index: 5;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.5) no-repeat center center;
	position: absolute;
	top: 50%;
	margin-top: -16px;
	cursor: pointer;
}

.wobrnwa .prev {
	left: 0;
	background-image: url(../image/left03.png);
}

.wobrnwa .next {
	right: 0;
	background-image: url(../image/right03.png);
}

.embeng li.od01 {
	width: 66%;
}

.embeng li.od02 {
	width: 32%;
}

.embeng li a {
	display: block;
	color: #fff;
	padding: 80px;
	border-radius: 10px;
	background: no-repeat center center;
	background-size: cover;
}

.embeng li a .d1 {
	font-size: 30px;
}

.embeng li a .d2 {
	font-size: 18px;
	text-transform: uppercase;
}

.embeng li a .d3 {
	margin-top: 20px;
	color: #83d1ff;
	font-size: 18px;
	padding-bottom: 20px;
	background: url(../image/tg.png) no-repeat left bottom;
}

.hbaecm {
	line-height: 1.8;
	border-bottom: 1px solid #ddd;
	padding-bottom: 4%;
	font-size: 16px;
	color: #333;
}

.hbaecm strong {
	font-family: "Impact";
	font-size: 36px;
	color: #f00;
}

.roplte {
	margin-top: 5%;
}

.roplte .img {
	width: 43%;
}

.roplte .con {
	width: calc(57% - 70px);
}

.lenbmea li {
	position: relative;
	cursor: pointer;
	font-size: 16px;
	color: #333;
	transition: all 0.5s ease;
}

.lenbmea li .tit {
	line-height: 50px;
}

.lenbmea li:after {
	content: "";
	height: 1px;
	background: #0054a6;
	width: 0px;
	left: -70px;
	position: absolute;
	top: 26px;
}

.lenbmea li .tit:before {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #a9a9a9;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
}

.pagelc {
	padding: 4% 0;
}

.pagelc a {
	display: inline-block;
	line-height: 30px;
	padding: 0 10px;
	border: 1px solid #ddd;
	margin: 0 2px;
	vertical-align: middle;
}

.pagelc a.mob-none {
	padding: 0;
	width: 32px;
}

.pagelc a.cur {
	color: #fff;
	background: #0a408f;
	border-color: #0a408f;
}

.ubnteae {
	padding-top: 20px;
}

.ubnteae li {
	width: 21.5%;
	float: left;
	margin-right: 4%;
	margin-bottom: 4%;
}

.ubnteae li:nth-child(4n) {
	margin-right: 0;
}

.ubnteae li a {
	display: block;
	border-radius: 8px;
	overflow: hidden;
}

.ubnteae li a .pic {
	overflow: hidden;
}

.ubnteae li a .pic img {
	width: 100%;
	height: 13vw;
	object-fit: cover;
	transition: all 0.5s ease;
}

.ubnteae li a .con {
	background: #f8f9fa;
	text-align: center;
	padding: 25px;
}

.ubnteae li a .con:before {
	content: "";
	top: 50%;
	transform: translateY(-50%);
	height: 0;
	position: absolute;
	background-image: linear-gradient(to right, #46b5f0, #1686cf);
	width: 100%;
	left: 0;
	transition: all 0.5s ease;
}

.ubnteae li a .con .cont {
	position: relative;
	z-index: 2;
}

.ubnteae li a .con .cont .d1 {
	padding-right: 32px;
	line-height: 25px;
	height: 25px;
	text-align: left;
	background: url(../image/rt2.png) no-repeat right center;
	font-weight: bold;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.5s ease;
}

.ubnteae li a .con .cont .d2 {
	margin-top: 10px;
	text-align: left;
	color: #666;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	transition: all 0.5s ease;
}

.ubnteae li a .con .cont .d3 {
	margin-top: 15px;
	display: none;
	height: 6px;
	background: url(../image/rt2.png) no-repeat center center;
}

.oenmba {
	width: 49%;
	border-right: 2px solid #eee;
	padding-right: 2%;
}

.mebkle {
	width: 48%;
}

.mebkle .d1 {
	font-size: 24px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}

.mebkle .d2 {
	padding: 20px 0;
}

.mebkle .d3 a {
	color: #f00;
	font-size: 14px;
}

.mebkle .d3 a img {
	margin-right: 5px;
	width: 18px;
}

.mebkle .d3 {
	padding: 20px 0;
	font-size: 16px;
}

.mebkle .d4 {
	line-height: 1.8;
	color: #666;
}

.mebkle .d5 {
	margin: 20px 0;
}

.mebkle .d6 a {
	display: inline-block;
	background: #f00;
	color: #fff;
	line-height: 52px;
	padding: 0 25px;
	border-radius: 3px;
}

.mebkle .d6 a img {
	margin-right: 10px;
}

.pamlbea {
	padding-left: 200px;
}

.lembnr {
	position: absolute;
	left: 0px;
	top: 0;
}

.lembnr.on {
	position: fixed;
	left: 8%;
	top: 118px;
}

.lembnr .list {
	width: 145px;
	height: 98px;
	background: url(../image/x2.png) no-repeat center center;
	text-align: center;
	font-size: 15px;
	padding-top: 28px;
	position: relative;
	cursor: pointer;
	background-size: 70%;
}

.lembnr .list.on {
	color: #0160ae;
	font-weight: bold;
	background: url(../image/x1.png) no-repeat center center;
	background-size: 70%;
}

.lembnr .list:before {
	content: "";
	position: absolute;
	width: 1px;
	border-right: 1px dashed #ddd;
	height: 20px;
	left: 50%;
	margin-left: -1px;
	top: 86px;
}

.lembnr .list:last-child:before {
	display: none;
}

.list-ot {
	border-bottom: 1px solid #ddd;
	padding-bottom: 4%;
	margin-bottom: 4%;
	line-height: 2;
	font-size: 16px;
}

.list-ot:last-child {
	border-bottom: none;
}

.list-ot .d1 {
	color: #0160ae;
	font-size: 30px;
	font-weight: bold;
}

.list-ot .d2 {
	font-size: 14px;
	color: #666;
}

.list-ot:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.bvlmva {
	font-size: 30px;
	color: #0160ae;
	font-weight: bold;
	margin-bottom: 1%;
}

.ombbue a {
	display: block;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}

.ombbue a .pic {
	overflow: hidden;
}

.ombbue a .pic img {
	width: 100%;
	height: 21vw;
	object-fit: cover;
	transition: all 0.5s ease;
}

.ombbue a .con {
	position: absolute;
	right: 0;
	top: 0;
	width: 65%;
	height: 100%;
	color: #fff;
	background-image: linear-gradient(to right, rgba(0, 85, 160, 0.7), rgba(0, 85, 160, 1));
	padding: 0 6%;
}

.ombbue a .con .tab {
	display: table;
	height: 21vw;
	width: 100%;
}

.ombbue a .con .tab .d1 {
	font-size: 24px;
	line-height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.ombbue a .con .tab .d2 {
	margin-top: 15px;
	line-height: 22px;
	height: 66px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.ombbue a .con .tab .d3 {
	margin-top: 15px;
	height: 8px;
	background: url(../image/es02.png) no-repeat left center;
}

.uspmbe {
	margin-top: 3%;
}

.uspmbe li {
	width: 48%;
}

.uspmbe li:nth-child(2n) {
	margin-right: 0;
}

.uspmbe li a .pic img {
	height: 16vw;
}

.uspmbe li a .con {
	text-align: left;
}

.uspmbe li a .con .cont .d3 {
	background-position: left center;
}

.bunbme01 {
	background: url(../image/t33.jpg) no-repeat center center;
	background-size: cover;
	border-radius: 8px;
	overflow: hidden;
}

.bunbme01 a {
	display: block;
	border-radius: 8px;
	padding: 50px;
}

.bunbme01 .d1 {
	color: #a4d0f1;
	font-size: 18px;
	text-transform: uppercase;
}

.bunbme01 .d1 span {
	font-size: 14px;
}

.bunbme01 .d2 {
	color: #fff;
	margin: 25px 0;
	font-size: 18px;
}

.bunbme01 .d3 {
	height: 8px;
	background: url(../image/es02.png) no-repeat left center;
}

.bunbme02 {
	background: url(../image/t34.jpg) no-repeat center center;
	background-size: cover;
	margin-top: 10px;
	border-radius: 8px;
	overflow: hidden;
}

.bunbme02 a {
	display: block;
	padding: 50px;
}

.bunbme02 .d1 {
	color: #1964b6;
	font-size: 18px;
	text-transform: uppercase;
}

.bunbme02 .d1 span {
	font-size: 14px;
}

.bunbme02 .d2 {
	color: #5f9dc1;
	color: #fefffe;
	margin: 25px 0;
	font-size: 18px;
}

.bunbme02 .d3 {
	height: 8px;
	background: url(../image/es02.png) no-repeat left center;
}

.bunbme03 {
	background: url(../image/t38.jpg) no-repeat center center;
	background-size: cover;
	padding: 50px;
	border-radius: 8px;
	overflow: hidden;
}

.bunbme03 a {
	display: block;
}

.bunbme03 .d1 {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
}

.bunbme03 .d1 span {
	font-size: 14px;
}

.bunbme03 .d2 {
	color: #fff;
	line-height: 1.5;
	margin: 25px 0;
	font-size: 18px;
}

.bunbme03 .d3 {
	height: 8px;
	background: url(../image/es02.png) no-repeat left center;
}

.sild-float .list:nth-child(1) .fplae {
	border-top-left-radius: 5px;
	overflow: hidden;
}

.sild-float .list:last-child>a {
	border-bottom-left-radius: 5px;
	overflow: hidden;
}

.oblgem {
	background: #f2f2f2;
	padding: 50px;
	margin-bottom: 10px;
	border-radius: 8px;
}

.oblgem .d1 {
	font-size: 18px;
	font-weight: bold;
}

.oblgem .d2 {
	margin-top: 5px;
	color: #cecece;
	text-transform: uppercase;
}

.oblgem .d3 {
	margin-top: 25px;
	color: #0054a6;
	font-weight: bold;
}

.oblgem .d4 {
	margin-top: 5px;
	background: #fff;
}

.oblgem .d4 select {
	width: 100%;
	height: 42px;
	border: none;
	background: #fff;
	padding: 0 5px;
}

.oblgem .d4 .c1 {
	width: calc(100% - 42px);
	font-size: 14px;
	float: left;
	height: 42px;
	border: none;
	padding: 0 10px;
	background: #fff;
}

.oblgem .d4 .c2 {
	width: 42px;
	height: 42px;
	float: left;
	border: none;
	cursor: pointer;
	background: url(../image/fd.png) no-repeat center center;
}

.lvobra li {
	margin-top: 2%;
}

.lvobra li a {
	display: block;
	background: #f9f9f9;
	padding: 30px;
	border-radius: 8px;
}

.lvobra li a .pic {
	width: 200px;
}

.lvobra li a .pic img {
	display: block;
	width: 100%;
	height: 150px;
	object-fit: cover;
	border-radius: 5px;
}

.lvobra li a .con {
	width: calc(100% - 220px);
}

.lvobra li a .con .d0 {
	color: #999;
}

.lvobra li a .con .d1 {
	line-height: 35px;
	font-weight: bold;
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.lvobra li a .con .d2 {
	line-height: 25px;
	height: 50px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #666;
	margin-top: 15px;
}

.lvobra li a .con .d3 {
	height: 8px;
	margin-top: 15px;
	background: url(../image/es01.png) no-repeat left center;
	transition: all 0.5s ease;
}

.news-main {
	background: #fff;
	padding: 3% 6%;
}

.yuaenbe {
	padding: 0 30px;
}

.yuaenbe .d1 {
	font-weight: bold;
	font-size: 24px;
}

.yuaenbe .d2 {
	color: #999;
	margin: 10px 0;
}

.news-edit {
	padding: 2% 0 3%;
	line-height: 2;
	font-size: 16px;
	color: #333;
}

.eobple a {
	display: block;
	width: 49%;
	line-height: 60px;
	padding: 5px 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #f6f7f8;
}

.lmbunk {
	margin-top: 3%;
}

.lmbunk a {
	display: inline-block;
	border-radius: 5px;
	line-height: 40px;
	padding: 0 25px;
	color: #fff;
	background-image: linear-gradient(to right, #46b5f0, #1685d0);
}

.lmbunk a img {
	margin-right: 6px;
}

.ubrnna li {
	width: 30%;
	float: left;
	margin-right: 5%;
	margin-bottom: 5%;
}

.ubrnna li:nth-child(3n) {
	margin-right: 0;
}

.ubrnna li a {
	display: block;
	border-radius: 10px;
	background: #f8f9fa;
}

.ubrnna li a .pic {
	position: relative;
}

.ubrnna li a .pic:before {
	content: "";
	width: 68px;
	height: 68px;
	background: url(../image/bf2.png) no-repeat center center;
	background-size: 100% 100%;
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.ubrnna li a .pic img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	border-radius: 10px;
}

.ubrnna li a .tit {
	line-height: 60px;
	text-align: center;
	font-size: 16px;
	padding: 0 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.uybtena li {
	margin-bottom: 20px;
}

.uybtena li a {
	display: block;
	padding: 15px 20px;
	background: #f9f9f9;
	border-radius: 5px;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: all 0.5s ease;
}

.uybtena li a .date {
	background-image: linear-gradient(#46b5f0, #1685d0);
	padding-top: 5px;
	border-radius: 8px;
	color: #fff;
	width: 70px;
	height: 60px;
	text-align: center;
}

.uybtena li a .date span {
	display: block;
	font-size: 24px;
}

.uybtena li a .link {
	font-size: 16px;
	color: #f00;
	padding-left: 30px;
	background: url(../image/pdf.png) no-repeat left center;
	line-height: 40px;
}

.uybtena li a .tit {
	width: calc(100% - 200px);
	font-size: 16px;
	line-height: 25px;
}

.uybtena02 li a .tit {
	width: calc(100% - 110px);
}

.eflol {
	background-image: linear-gradient(to right, #46b5f0, #1685d0);
	border-radius: 5px;
}

.eflol span {
	float: left;
	width: 12%;
	color: #fff;
	text-align: center;
	line-height: 50px;
}

.eflol span.s1 {
	padding-left: 50px;
	width: 40%;
	text-align: left;
}

.oplca li {
	margin-top: 10px;
	background: #f7f7f7;
	border-radius: 5px;
}

.oplca li .one-set {
	line-height: 25px;
	padding: 10px 0;
	cursor: pointer;
	color: #666;
}

.oplca li .one-set span {
	float: left;
	width: 12%;
	text-align: center;
}

.oplca li .one-set span.s1 {
	color: #1685d0;
	padding-left: 50px;
	width: 40%;
	text-align: left;
	position: relative;
}

.oplca li .one-set span.s6 {
	height: 21px;
	background: url(../image/q1.png) no-repeat center center;
}

.oplca li .one-set span.s6 {
	height: 21px;
	background: url(../image/q1.png) no-repeat center center;
}

.oplca li .one-set.on span.s6 {
	background: url(../image/q2.png) no-repeat center center;
}

.two-onc {
	line-height: 1.6;
	display: none;
	padding: 0 50px 3%;
}

.ao-jion {
	margin-top: 20px;
}

.ao-jion a {
	display: inline-block;
	padding: 0px 30px;
	line-height: 52px;
	color: #fff;
	background: #f00;
	border-radius: 5px;
}

.mobune {
	max-width: 1200px;
	margin: 0 auto;
}

.eotkae {
	background: rgba(0, 0, 0, 0.7);
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 22;
}

.ubgern {
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 1200px;
	border-radius: 10px;
	padding: 40px;
}

.tsmvu span {
	font-size: 30px;
	color: #0160ae;
}

.tsmvu a {
	float: right;
	width: 30px;
	height: 30px;
	background: url(../image/gb.png) no-repeat center center;
	cursor: pointer;
}

.lotelk {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.lotelk li {
	width: 32%;
	margin-top: 24px;
	position: relative;
}

.lotelk li .c1 {
	border-radius: 5px;
	padding: 0 10px;
	height: 50px;
	background: #f9f9f9;
	width: 100%;
	border: none;
}

.lotelk li textarea {
	border-radius: 5px;
	padding: 10px;
	height: 120px;
	background: #f9f9f9;
	width: 100%;
	border: none;
}

.lotelk li span {
	color: #f00;
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -6px;
}

.lotelk li img {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -15px;
	height: 30px;
}

.louenb {
	margin-top: 24px;
}

.louenb .c1 {
	width: 120px;
	background-image: linear-gradient(to right, #46b5f0, #1685d0);
	border: none;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	border-radius: 5px;
	height: 50px;
}

.louenb .c2 {
	margin-left: 20px;
	width: 120px;
	border: 1px solid #2695da;
	font-size: 16px;
	color: #2695da;
	background: none;
	cursor: pointer;
	border-radius: 5px;
	height: 50px;
}

.treabn {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 5%;
}

.treabn li {
	width: 25%;
	max-width: 260px;
	padding: 0 15px;
	text-align: center;
}

.treabn li .pic span {
	display: inline-block;
	width: 94px;
	height: 94px;
	border: 1px solid #ddd;
	border-radius: 50%;
	background: no-repeat center center;
}

.treabn li .tit {
	margin: 15px 0;
	font-size: 18px;
}

.treabn li .con {
	color: #666;
	line-height: 1.8;
	word-break: break-all;
}

#map {
	height: 30vw;
	margin-top: 5%;
}

.lmdnt-tit {
	color: #666;
	font-size: 16px;
}

.uoteabn {
	margin-top: 15px;
	font-size: 16px;
}

.uoteabn label {
	margin-right: 20px;
	color: #666;
}

.sild-float {
	position: fixed;
	z-index: 21;
	right: 0;
	top: 50%;
	width: 46px;
	margin-top: -100px;
}

.sild-float .list {
	margin-bottom: 2px;
}

.sild-float .list>a {
	display: block;
	width: 100%;
	height: 46px;
	background: rgba(0, 0, 0, 0.5) no-repeat center center;
	transition: all 0.5s ease;
}

.sild-float .list a.a1 {
	background-image: url(../image/ss01.png);
}

.sild-float .list a.a2 {
	background-image: url(../image/ss02.png);
}

.sild-float .list a.a3 {
	background-image: url(../image/ss03.png);
}

.sild-float .list a.a4 {
	background-image: url(../image/ss04.png);
}

.sild-float .list .rolme {
	transform: translateX(-30px);
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease;
	position: absolute;
	right: 46px;
	top: 0;
	padding: 10px;
	line-height: 26px;
	width: 184px;
	background: rgba(0, 0, 0, 0.5);
}

.sild-float .list:hover .rolme {
	transform: translateX(0px);
	opacity: 1;
	visibility: visible;
	transition: all 0.5s ease;
}

.sild-float .list .rolme .ltt {
	font-size: 20px;
	color: #fff;
	text-align: center;
}

.sild-float .list .rolme .emv img {
	border-radius: 10px;
}

.sild-float .list:hover>a {
	background-color: #f00;
	transition: all 0.5s ease;
}

.pmaeby {
	width: 46px;
}

.fplae {
	line-height: 46px;
	height: 46px;
	width: 200px;
	background: rgba(0, 0, 0, 0.5);
	transition: all 0.5s ease;
}

.fplae:hover {
	transform: translateX(-154px);
	transition: all 0.5s ease;
}

.bpmaeb {
	height: 46px;
	width: 46px;
	background: url(../image/ss01.png) no-repeat center center;
	transition: all 0.5s ease;
}

.fplae:hover .bpmaeb {
	background-color: #f00;
	transition: all 0.5s ease;
}

.fplae .ltt {
	width: 154px;
	text-align: center;
	font-size: 20px;
	color: #fff;
}

.fonbea {
	padding: 40px 30px 0;
	border: 1px solid #ddd;
	height: 230px;
	border-radius: 8px;
}

.eubnac {
	width: 340px;
	background: url(../image/vvv.png) no-repeat center center;
	padding: 25px 0 70px;
}

.eubnac .tit {
	font-size: 24px;
	font-weight: bold;
}

.eubnac .con {
	margin-top: 25px;
	font-weight: bold;
	font-size: 48px;
	line-height: 1.5;
	font-family: Arial, Helvetica, sans-serif, Microsoft Yahei;
}

.eubnac .con .shang {
	color: #666;
	display: inline-block;
	padding-left: 30px;
	margin-left: 10px;
	font-size: 20px;
	line-height: 25px;
}

.eubnac .con .shang.red {
	color: #f00;
	background: url(../image/gp2.png) no-repeat left center;
}

.eubnac .con .shang.green {
	color: #2db93d;
	background: url(../image/gp3.png) no-repeat left center;
}

.ombale {
	width: calc(100% - 380px);
}

.meubn {
	border-bottom: 1px solid #ddd;
	padding: 25px 0;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	line-height: 25px;
	font-size: 16px;
}

.meubn .d1 {
	color: #666;
	margin-bottom: 5px;
}

.ombale .title {
	color: #999;
	margin-top: 15px;
}

.pbaelc {
	display: none;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 15;
}

.pbaelc a {
	float: left;
	background: #0160ae;
	width: 50%;
	text-align: center;
	padding: 5px;
	color: #fff;
	font-size: 12px;
}

.pbaelc a .pic img {
	height: 22px;
}

.pbaelc a .tit {
	line-height: 18px;
	height: 18px;
	margin-top: 5px;
}

.reolmbe {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 5%;
}

.reolmbe .list {
	background: #fff;
	margin: 0 20px;
	border-radius: 6px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	line-height: 40px;
	width: 150px;
	overflow: hidden;
}

.reolmbe .list span {
	float: left;
	width: 50%;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	background-image: linear-gradient(to right, #4cb6ef, #1984cc);
}

.reolmbe .list div {
	float: left;
	text-align: center;
	width: 50%;
	font-size: 14px;
}

#app,
#mainApp {
	max-width: 1920px;
	margin: 0 auto;
}

.zboutm {
	width: 265px;
}

.tb-blt {
	height: 115px;
	background: url(../image/cct.png) no-repeat;
	padding: 20px 20px 0px 25px;
	color: #fff;
}

.tb-blt .d1 {
	font-size: 24px;
	font-weight: bold;
}

.tb-blt .d2 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.mmeolc {
	width: calc(96% - 265px);
}

.lporel {
	padding-top: 15px;
	background: #fff;
	overflow: hidden;
	border: 1px solid #eee;
	border-top: none;
	border-bottom: none;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.lporel li>a {
	font-size: 16px;
	display: block;
	border-bottom: 1px solid #eee;
	line-height: 52px;
	padding-left: 55px;
	background: url(../image/xxc02.png) no-repeat 28px center;
	padding: 13px 0 13px 55px;
	line-height: 26px;
}

.lporel li>a.on {
	background: url(../image/xxc01.png) no-repeat 28px center;
	color: #1f85c7;
	font-weight: bold;
}

.lporel li .vel {
	display: none;
	border-bottom: 1px solid #eee;
	padding: 0px 20px 0px 55px;
	line-height: 38px;
}

.lporel li .vel a:before {
	content: "";
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	width: 6px;
	height: 6px;
	border: 2px solid #dcdcdc;
}

.lporel li .vel a.on:before {
	border-color: #1f85c7;
}

.lporel li .vel a.on {
	color: #1f85c7;
}

.lporel li .vel a {
	display: block;
}

.bglmeec {
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 15;
}

.molpir {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 530px;
	height: 290px;
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
	text-align: center;
	padding: 50px 20px 0;
	transform: translate(-50%, -50%);
}

.molpir .d2 {
	margin: 20px 0;
}

.molpir .d3 input {
	width: 120px;
	background-image: linear-gradient(to right, #46b5f0, #1685d0);
	border: none;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	border-radius: 5px;
	height: 50px;
}

.poclkca {
	border-radius: 8px;
	overflow: hidden;
}

@media (min-width: 1922px) {
	.lembnr.on {
		left: 50%;
		margin-left: -807px;
	}
}

@media (min-width: 1880px) {
	.ubnteae li a .pic img {
		height: 240px;
	}

	.ombbue a .pic img {
		height: 400px;
	}

	#map {
		height: 500px;
	}
}

@media (max-width: 1920px) {
	.top {
		left: 0;
		transform: translateX(0%);
	}

	.ubrnna li a .pic img {
		height: 16vw;
	}
}

@media (min-width: 1281px) {
	.oubneba a:hover {
		color: #0160ae;
	}

	.oubneba a.cur:hover {
		color: #fff;
	}

	.mmeolc li {
		width: 30.66%;
	}

	.mmeolc li:nth-child(4n) {
		margin-right: 4%;
	}

	.mmeolc li:nth-child(3n) {
		margin-right: 0;
	}

	
	.T-nav>li:hover>a:before,
	.T-nav>li>a.cur:before {
		width: 30px;
		transition: all 0.5s ease;
	}

	.T-nav>li:hover>a,
	.T-nav>li>a.cur {
		color: #f00;
	}

	.T-nav>li .thr>a:hover,
	.tlmc-tit a:hover {
		color: #fff;
		background: #f00;
		transition: all 0.5s ease;
	}

	.potekb li:hover .tit {
		opacity: 1;
		visibility: visible;
		transition: all 0.5s ease;
	}

	.aebun .ds.on a .pic:before {
		background: url(../image/yq2.png) no-repeat center center;
		-webkit-transform: rotate(360deg);
		animation: rotation 3s linear infinite;
		-moz-animation: rotation 3s linear infinite;
		-webkit-animation: rotation 3s linear infinite;
		-o-animation: rotation 3s linear infinite;
	}

	.lvobra li a:hover .con .d3 {
		background: url(../image/es03.png) no-repeat 20px center;
		transition: all 0.5s ease;
	}

	.aebun .ds.on a .tit {
		color: #f00;
	}

	.aebun .ds:nth-child(1).on {
		background: url(../image/xz01-2.png) no-repeat;
	}

	.aebun .ds:nth-child(2).on {
		background: url(../image/xz07-2.png) no-repeat;
	}

	.aebun .ds:nth-child(3).on {
		background: url(../image/xxzz1-2.png) no-repeat;
	}

	.aebun .ds:nth-child(4).on {
		background: url(../image/xz04-2.png) no-repeat;
	}

	.aebun .ds:nth-child(5).on {
		background: url(../image/xz05-2.png) no-repeat;
	}

	.aebun .ds:nth-child(7).on {
		background: url(../image/xz05-2.png) no-repeat;
	}

	.aebun .ds:nth-child(6).on {
		background: url(../image/xz04-2.png) no-repeat;
	}

	.aebun .ds:nth-child(8).on {
		background: url(../image/xz04-2.png) no-repeat center bottom;
	}

	.aebun .ds:nth-child(1).on a .pic i {
		background-image: url(../image/b1-2.png);
	}

	.aebun .ds:nth-child(2).on a .pic i {
		background-image: url(../image/b7-2.png);
	}

	.aebun .ds:nth-child(3).on a .pic i {
		background-image: url(../image/b8-2.png);
	}

	.aebun .ds:nth-child(4).on a .pic i {
		background-image: url(../image/b3-2.png);
	}

	.aebun .ds:nth-child(5).on a .pic i {
		background-image: url(../image/b5-2.png);
	}

	.aebun .ds:nth-child(7).on a .pic i {
		background-image: url(../image/b6-2.png);
	}

	.aebun .ds:nth-child(6).on a .pic i {
		background-image: url(../image/b4-2.png);
	}

	.aebun .ds:nth-child(8).on a .pic i {
		background-image: url(../image/b2-2.png);
	}

	.aebun .ds.hide {
		display: none !important;
	}

	

	.lenbmea li .tit {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.lenbmea li.on {
		color: #0054a6;
		padding-left: 20px;
		font-size: 18px;
		transition: all 0.5s ease;
	}

	.lenbmea li.on .tit:before {
		background: #0054a6;
		transition: all 0.5s ease;
	}

	.lenbmea li.on:after {
		width: 80px;
		transition: all 0.5s ease;
	}

	.ubnteae li a:hover .pic img {
		transform: scale(1.05);
		transition: all 0.5s ease;
	}

	.ubnteae li a:hover .con:before {
		height: 100%;
		transition: all 0.5s ease;
	}

	.ubnteae li a:hover .con .cont .d1,
	.ubnteae li a:hover .con .cont .d2 {
		color: #fff;
		transition: all 0.5s ease;
	}

	.ubnteae li a:hover .con .cont .d1 {
		background-image: url(../image/rt.png);
	}

	.uybtena li a:hover {
		background: #fff;
		box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
		transition: all 0.5s ease;
	}

	.T-nav>li .thr.plboea .title a:hover {
		color: #fff;
		background: #f00;
		border-color: #f00;
		transition: all 0.5s ease;
	}

	.mewuba a:hover,
	.midla .d4 a:hover {
		background: #f00;
		color: #fff;
		transition: all 0.5s ease;
	}

	.ombbue a:hover .pic img,
	.lunveb li a:hover .pic img {
		transform: scale(1.05);
		transition: all 0.5s ease;
	}

	.ind-search p {
		height: 35px;
		width: 240px;
		background: #f6f6f6;
		border-radius: 21px;
		overflow: hidden;
		margin-top: 4px;
	}

	.ind-search p .c1 {
		float: left;
		width: 205px;
		height: 35px;
		padding: 0 10px;
		border: none;
		background: none;
	}

	.ind-search p .c2 {
		float: left;
		border-radius: 5px;
		width: 35px;
		height: 35px;
		cursor: pointer;
		border: none;
		background: url(../image/fd.png) no-repeat center center;
	}

	.sild-float .list:nth-child(1):hover .fplae {
		border-bottom-left-radius: 5px;
	}
}

@media (max-width: 1680px) {
	.t-logo {
		padding: 25px 0;
	}

	.t-logo img {
		
	}

	.boutem {
		padding: 0px 4%;
	}

	.ofepma {
		padding: 0 4%;
	}

	.T-nav>li>a {
		padding: 0 15px;
	}

	.ind-01 {
		padding: 3% 4% 4%;
	}

	.ny-banner {
		padding: 5% 4%;
	}

	.ny-main {
		padding: 30px 4% 4%;
	}

	.lembnr.on {
		left: 4%;
	}
}

@media (max-width: 1280px) {
	body {
		padding-top: 50px;
	}

	.main {
		width: 100%;
		max-width: 780px;
		margin: 0 auto;
		padding: 0 3%;
	}

	.wrap {
		width: 100%;
		max-width: 780px;
		margin: 0 auto;
		padding: 0 3%;
	}

	.top {
		display: block;
		padding: 0;
		top: 0;
		width: 100%;
		left: 0;
		margin-left: 0;
		background: #fff;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
		position: fixed;
		z-index: 20;
	}

	.top>.wrap {
		background: none;
		padding: 0 3%;
	}

	.logo-tit {
		display: none;
	}

	.top .t-logo {
		padding: 10px 0;
	}

	.top .t-logo img 
	{
		height: 30px;
	}

	.ind-search {
		margin-top: 4px;
	}

	.ind-search span {
		display: block;
	}

	.ind-search p {
		display: none;
		position: absolute;
		right: 0;
		top: 72px;
		height: 42px;
		width: 272px;
		background: #fff;
		border-radius: 10px;
		overflow: hidden;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	}

	.ind-search p .c1 {
		float: left;
		width: 205px;
		height: 42px;
		padding: 0 10px;
		border: none;
		background: #fff;
	}

	.ind-search p .c2 {
		float: left;
		border-radius: 5px;
		width: 62px;
		margin-top: 5px;
		height: 32px;
		cursor: pointer;
		border: none;
		background: #f00 url(../image/ss4.png) no-repeat center center;
	}

	.top .T-nav>li>a {
		color: #666;
		text-align: left;
		padding: 0 3%;
		transition: all 0.5s ease;
	}

	.T-nav {
		position: fixed;
		left: 0;
		top: 50px;
		margin: 0;
		padding: 0;
		width: 100%;
		height: calc(100vh - 50px);
		background: #fff;
		z-index: 22;
		overflow: auto;
		display: none;
	}

	.T-nav>li {
		width: 100%;
		border-bottom: 1px solid #eee;
	}

	.T-nav li>a {
		background: none !important;
		line-height: 45px;
		padding: 0 3%;
		font-size: 16px;
	}

	.T-nav>li .thr {
		position: relative;
		background: #f9f9f9;
		top: 0;
		left: 0;
		margin: 0;
		width: 100%;
		padding: 0;
		box-shadow: 0 0 0;
	}

	.T-nav>li .thr>a {
		line-height: 45px;
		color: #787878;
		margin: 0;
		font-size: 14px;
		padding: 0 7%;
		text-align: left;
		width: 100%;
	}

	.flex-olb .list {
		padding: 0;
		width: 100%;
	}

	.flex-olb .list .cp {
		display: none;
	}

	.T-nav>li .thr.plboea {
		padding: 0;
	}

	.T-nav>li .thr.plboea .title {
		margin: 0;
	}

	.T-nav>li .thr.plboea .title a {
		padding: 0 5%;
		display: block;
		width: 100%;
		line-height: 45px;
		text-align: left;
		border: none;
		font-size: 15px;
	}

	.T-nav>li .thr.plboea .title a span {
		display: none;
	}

	.ubrnna li a .pic img {
		height: 120px;
	}

	.mob-nav {
		display: block;
	}

	.teomba .title .d1 {
		font-size: 20px;
	}

	.teomba .title .d2 {
		font-size: 14px;
	}

	.aebun {
		padding: 0;
		margin: 2% 0 0;
	}

	.ind-02 {
		background: #f9f9f9;
	}

	.aebun .img {
		
	}

	.aebun .ds {
		position: relative;
		left: 0 !important;
		top: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		float: left;
		width: 25% !important;
		text-align: center;
		height: auto !important;
		background: none !important;
		margin: 0 0 15px !important;
	}

	.aebun .ds a {
		position: relative;
		display: inline-block;
		left: 0 !important;
		top: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
	}

	.silcm {
		width: 100%;
	}

	.bomtae {
		width: 100%;
		margin-top: 4%;
	}

	.tlmc-tit strong,
	.midla .d1,
	.zbunb .tit,
	.aolpbe .tit,
	.maelbe .tit {
		font-size: 20px;
	}

	.ybubne {
		width: 100%;
		margin-top: 4%;
	}

	.lunveb li {
		float: left;
		width: 48%;
	}

	.lunveb li:nth-child(2) {
		float: right;
	}

	.midla .d2 {
		font-size: 14px;
	}

	.midla .d3 {
		font-size: 15px;
	}

	.vunemb {
		padding: 4%;
	}

	.eunmev {
		margin: 0;
		padding: 0;
	}

	.ind-05 {
		padding: 4% 0;
	}

	.zbunb {
		width: 100%;
	}

	.lpovna {
		margin-top: 3%;
	}

	.lpovna li {
		font-size: 15px;
	}

	.aolpbe {
		width: 100%;
		margin-top: 4%;
	}

	.maelbe {
		width: 100%;
	}

	.lblpca li {
		font-size: 15px;
	}

	.ind-03 {
		padding: 4% 0;
	}

	.lunveb {
		padding: 0;
	}

	.potekb li {
		padding: 5px;
	}

	.potekb li img {
		height: 50px;
	}

	.tlmaec {
		display: none;
	}

	.ny-main {
		padding: 4% 0;
	}

	.ny-banner .d1 {
		font-size: 32px;
	}

	.ny-banner .d2 {
		font-size: 24px;
		margin-top: -10px;
		padding-bottom: 15px;
	}

	.ny-banner {
		padding: 6% 0 0;
	}

	.ny-nav {
		margin-top: 60px;
		display: inline-block;
	}

	.ny-nav span {
		position: relative;
		display: block;
		padding: 0 55px 0 20px;
		border-radius: 5px;
		background: rgba(0, 0, 0, 0.6);
		line-height: 52px;
		font-size: 16px;
		height: 52px;
	}

	.ny-nav span:before {
		content: "";
		position: absolute;
		right: 20px;
		top: 0;
		height: 100%;
		width: 15px;
		background: url(../image/xx2.png) no-repeat center center;
		background-size: 100% auto;
	}

	.ny-nav p {
		float: none;
		display: none;
		position: absolute;
		z-index: 5;
		left: 0;
		top: 52px;
		width: 100%;
	}

	.ny-nav p a {
		width: 100%;
		text-align: left;
		padding: 10px 20px;
		font-size: 15px;
		line-height: 25px;
	}

	.ind-search p {
		top: 56px;
	}

	.ab-edit {
		width: 100%;
	}

	.lmbnae {
		width: 100%;
		margin-top: 0%;
	}

	.hobnba .d1 {
		font-size: 20px;
	}

	.hobnba .d2 {
		font-size: 20px;
	}

	.embeng li {
		width: 100% !important;
		padding: 5px 0;
	}

	.lenbmea li .tit {
		font-size: 15px;
		line-height: 30px;
		margin-bottom: 5px;
	}

	.pagelc a.mob-none {
		display: none;
	}

	.ubnteae li {
		width: 48%;
	}

	.ubnteae li:nth-child(2n) {
		margin-right: 0;
	}

	.ubnteae li a .pic img {
		height: 180px;
	}

	.oenmba {
		width: 100%;
		border-right: none;
		padding-right: 0;
	}

	.mebkle {
		width: 100%;
		margin-top: 3%;
	}

	.list-ot .d1,
	.bvlmva {
		font-size: 20px;
	}

	.lembnr {
		display: none;
	}

	.pamlbea {
		padding: 0;
	}

	.mebkle .d1 {
		font-size: 20px;
	}

	.list-ot {
		font-size: 15px;
	}

	.lvobra li a {
		padding: 20px;
	}

	.lvobra li a .con .d1 {
		font-size: 18px;
		line-height: 30px;
	}

	.lvobra li a .con .d2 {
		margin-top: 6px;
	}

	.yuaenbe {
		padding: 4%;
	}

	.yuaenbe .d1 {
		font-size: 18px;
	}

	.news-edit {
		font-size: 15px;
	}

	.ubrnna li a .pic:before {
		width: 40px;
		height: 40px;
	}

	.ubrnna li a .tit {
		font-size: 14px;
	}

	.ubgern {
		left: 0;
		transform: translate(0, -50%);
		width: 100%;
		padding: 4%;
	}

	.tsmvu span {
		font-size: 20px;
	}

	.sild-float {
		display: none;
	}

	.fonbea {
		padding: 0;
		border: none;
		height: auto;
	}

	.eubnac {
		width: 100%;
	}

	.ombale {
		width: 100%;
	}

	.meubn {
		font-size: 14px;
		border-top: 1px solid #ddd;
	}

	.eubnac .tit {
		font-size: 20px;
	}

	.eubnac .con {
		font-size: 30px;
	}

	.potekb,
	.ofepma {
		display: none;
	}

	.zboutm {
		width: 100%;
		margin-bottom: 15px;
	}

	.mmeolc {
		width: 100%;
	}

	.tb-blt {
		height: auto;
		padding: 10px 15px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		background: #34a3e3 url(../image/xxc03.png) no-repeat 95% center;
	}

	.tb-blt .d1 {
		font-size: 18px;
	}

	.lporel {
		padding: 0;
		display: none;
	}

	.bshare-custom {
		display: none !important;
	}

	.lmobcta {
		display: block;
	}

	.aebun,
	.ebmlea {
		
	}

	.mcebna {
		padding: 10px;
		height: auto;
		
		overflow: auto;
		background: #fff;
		margin-top: 4%;
	}

	.mcebna::-webkit-scrollbar {
		width: 5px;
		height: 5px;
		background-color: #f5f5f5;
	}

	
	.mcebna::-webkit-scrollbar-track {
		border-radius: 10px;
		background-color: #f5f5f5;
	}

	
	.mcebna::-webkit-scrollbar-thumb {
		border-radius: 10px;
		background-color: #ddd;
	}
}

@media (max-width: 1200px) {
	.roplte .img {
		display: none;
	}

	.roplte .con {
		width: 100%;
	}
}

@media (max-width: 900px) {}

@media (max-width: 780px) {
	body {
		padding-bottom: 50px;
	}

	#titset {
		display: none;
	}

	.ofepma .tel {
		display: none;
	}

	.oubneba a {
		line-height: 42px;
		font-size: 14px;
	}

	.ofepma,
	.boutem {
		padding: 0 3%;
	}

	.ind-01 {
		padding: 4% 0 0;
	}

	.ind-02 {
		padding: 4% 0;
	}

	.lblpca {
		margin-top: 3%;
	}

	.mcebna {
		padding: 0;
	}

	.ebmlea {
		position: relative;
		top: 0;
		width: 100%;
		transform: translate(0, 0);
		height: auto;
		font-size: 20px;
		padding: 10px 0;
	}

	.ebmlea img {
		margin: 0 10px 0 0;
	}

	.ofepma .title {
		display: none;
	}

	.ab-tit,
	.mltebu {
		font-size: 20px;
	}

	.ab-con {
		font-size: 15px;
	}

	.sonmna .list .d1 {
		font-size: 24px;
	}

	.sonmna .list .d2 {
		font-size: 16px;
		margin-top: 5px;
	}

	.plmeba a .od .d1 {
		font-size: 24px;
	}

	.mvunbae {
		font-size: 15px;
		padding: 40px 2%;
	}

	.embeng li a {
		padding: 40px;
	}

	.embeng li a .d1 {
		font-size: 24px;
	}

	.embeng li a .d2 {
		font-size: 15px;
	}

	.ubnteae li a .pic img {
		height: 30vw;
	}

	.ubnteae li a .con {
		padding: 15px;
	}

	.ombbue a .pic img {
		width: 100%;
		height: auto;
	}

	.ombbue a .con {
		position: relative;
		background: #0054a6;
		width: 100%;
		height: auto;
		padding: 4%;
	}

	.ombbue a .con .tab {
		height: auto;
		display: block;
	}

	.ombbue a .con .tab .tab-cell {
		display: block;
	}

	.ombbue a .con .tab .d1 {
		font-size: 18px;
		line-height: 30px;
	}

	.eobple a {
		padding: 15px;
		line-height: 20px;
		width: 100%;
		margin-bottom: 10px;
	}

	.ubrnna li {
		width: 49%;
		margin-right: 0;
	}

	.ubrnna li:nth-child(2n) {
		float: right;
	}

	.ubrnna li a .pic img {
		height: 30vw;
	}

	.ubrnna li a .tit {
		line-height: 42px;
	}

	.uybtena li {
		margin-bottom: 2%;
	}

	.uybtena li a {
		padding: 15px;
	}

	.uybtena li a .link {
		display: none;
	}

	.uybtena li a .tit {
		width: calc(100% - 100px);
	}

	.uybtena li a .tit {
		line-height: 22px;
		max-height: 66px;
		overflow: hidden;
		font-size: 14px;
	}

	.eflol span,
	.oplca li .one-set span {
		display: none;
	}

	.eflol span.s5,
	.oplca li .one-set span.s5 {
		display: none;
	}

	.eflol span.s1,
	.oplca li .one-set span.s1 {
		display: block;
		width: 100%;
	}

	.lotelk li {
		width: 100%;
		margin-top: 12px;
	}

	.lotelk li .c1 {
		height: 34px;
	}

	.lotelk li textarea {
		height: 100px;
	}

	.louenb .c1,
	.louenb .c2 {
		height: 40px;
	}

	.eflol span.s1,
	.oplca li .one-set span.s1 {
		padding-left: 20px;
	}

	.oplca li .one-set span.s6 {
		display: block;
	}

	.oplca li .one-set span.s1 {
		width: 88%;
	}

	#map {
		height: 55vw;
	}

	.treabn li {
		padding: 15px 10px;
		border-right: 1px solid #f0f0f0;
		width: 50%;
		margin-top: 10px;
	}

	.pbaelc {
		display: block;
	}

	.zbunb .tit,
	.maelbe .tit {
		text-align: center;
	}

	.news-edit img {
		width: 100% !important;
		height: auto !important;
	}

	.news-main {
		padding: 0;
		background: none;
	}

	.yuaenbe {
		border-bottom: 1px solid #ddd;
	}

	.yuaenbe .d3 {
		display: none;
	}

	.eobple a {}

	.volaem-t {
		width: 100%;
		overflow: auto;
		padding-bottom: 15px;
	}

	.treabn {
		width: 100%;
	}
    
	.treabn li .pic span {
		width: 60px;
		height: 60px;
		background-size: auto 40%;
	}

	.treabn li .tit {
		font-size: 15px;
		margin: 8px 0;
	}

	.treabn li p,
	.treabn li .con {
		font-size: 12px;
	}

	.mob-titlec {
		display: block;
		margin-bottom: 5%;
		padding-top: 6%;
	}

	.mob-titlec .d1 {
		color: #0160ae;
		font-size: 20px;
		font-weight: bold;
	}

	.mob-titlec .d2 {
		color: #999;
	}

	.aolpbe {
		margin: 8% 0 5%;
	}

	.yunemc {
		font-size: 12px;
	}

	.hbaecm strong {
		font-size: 20px !important;
	}

	.poclkca {
		padding: 12px 12px 25px;
		background: #f9f9f9;
		border-radius: 5px;
	}

	.mob-none {
		display: none;
	}

	.oblgem {
		padding:3%!important;
	}

	.oblgem .d1 {
		width: 100%;
		float: left;
	}

	.oblgem .d2 {
		width: 100%;
		float: left;
	}

	.oblgem .d3 {
		
	}

	.oblgem .d4 {
		width: calc(100% - 65px);
		width: 100%;
		float: left;
		margin: 15px 0 10px 0;

	}
    .swiper07 .swiper-slide a .con .d2{ font-size: 18px!important;}
	.yuaenbe {
		background: none;
	}

	.news-edit {
		line-height: 2 !important;
		font-size: 15px !important;
		font-family: "Microsoft Yahei", "΢���ź�", sans-serif !important;
	}

	.reolmbe {
		justify-content: space-between;
	}

	.reolmbe .list {
		margin: 0;
		width: 30%;
	}

	.reolmbe .list span {
		font-size: 16px;
	}

	.reolmbe .list div {
		font-size: 12px;
	}

	.two-onc {
		padding: 3% 20px;
	}

	.lvobra li {
		margin-top: 4%;
	}

	.ubnteae {
		padding: 0;
	}

	.rolmraa {
		top: 8px;
	}

	.oblgem .d4 .c2 {
		background-size: 15px auto;
		opacity: 0.5;
	}
}

@media (max-width: 640px) {
	.aolpbe {
		height: 350px;
	}
     .list-ot .d2 img{ width: 100%!important;}
	 .swiper01 .swiper-slide .con .d1{ font-size: 18px!important;}
	 .swiper01 .pagination01{ bottom: 5px!important;}
	.lunveb li a .pic img {
		height: 100px;
	}

	.potekb li {
		width: 32%;
		margin-right: 2%;
		margin-top: 2%;
	}

	.potekb li:nth-child(7n) {
		margin-right: 2%;
	}

	.potekb li:nth-child(3n) {
		margin-right: 0;
	}

	.ny-nav {
		margin-top: 35px;
	}

	.lvobra li a {
		padding: 4%;
	}

	.lvobra li a .pic {
		width: 110px;
	}

	.lvobra li a .pic img {
		height: 90px;
	}

	.lvobra li a .con {
		width: calc(100% - 125px);
		margin-top: 0px;
	}

	.lvobra li a .con .d1 {
		font-size: 16px;
		font-weight: normal;
	}

	.lvobra li a .con .d0 {
		font-size: 12px;
	}

	.lvobra li a .con .d2 {
		line-height: 20px;
		height: 40px;
		margin-top: 3px;
	}

	.lvobra li a .con .d3 {
		display: none;
	}

	.ao-jion {
		display: none;
	}

	.ao-jion02 {
		display: block;
	}

	.ubnteae li {
		width: 100%;
		margin-right: 0;
	}

	.ubnteae li a .pic img {
		height: 65vw;
	}

	.ubnteae li {
		margin-bottom: 6%;
	}

	.ubnteae li a .con .cont .d2 {
		height: auto;
		max-height: 44px;
	}

	.ab-edit p img {
		width: 100%;
		height: auto !important;
	}

	.tlmc-tit strong {
		font-size: 16px;
	}

	.tlmc-tit {
		line-height: 34px;
	}

	.bvlmva {
		margin-bottom: 4%;
	}

	.mebkle .d6 a {
		padding: 0 15px;
		line-height: 40px;
	}
}

.shade {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 21;
	display: none;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.big-video {
	position: fixed;
	left: 50%;
	top: 50%;
	margin-top: -240px;
	z-index: 22;
	display: none;
	margin-left: -450px;
	background-color: #fff;
	width: 900px;
	box-sizing: border-box;
}

.big-video-main {
	height: 480px;
}

.big-video-clo {
	position: absolute;
	right: -35px;
	top: 0;
	width: 30px;
	height: 30px;
	background: url(../image/icon30.png) no-repeat center center;
	cursor: pointer;
}

@media screen and (max-width: 750px) {
	.big-video {
		width: 100%;
		left: 0;
		margin-left: 0;
	}

	.big-video-main {
		height: 185px;
	}

	.big-video-clo {
		right: 0;
		z-index: 21;
	}
}

@-moz-keyframes rotation {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}

@-webkit-keyframes rotation {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes rotation {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}

#pageSingle {
	min-height: 330px;
}

.wgt-paging {
	margin: 4% 0;
	text-align: center;
}

.wgt-paging ul {
	display: flex;
	justify-content: center;
}

.wgt-paging ul li {
	width: auto;
}

.wgt-paging ul li:nth-child(4n) {
	margin-right: 0;
}

.wgt-paging a,.wgt-paging span {
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	line-height: 30px;
	border: 1px solid #ddd;
	margin: 0 5px;
	min-width: 38px;
	padding: 0 10px;
}

.wgt-paging .active a,.wgt-paging span {
	color: #fff;
	background: #0a408f;
	border-color: #0a408f;
}