﻿@charset "utf-8";
html {
	font-size: 62.5%;
}
body {
	margin: 0px;
	font-size: 12px;
	/*color: #91989f;*/
	font-family: Microsoft YaHei;
	cursor: default;
}
* {
	padding: 0px;
	margin: 0px;
}
body, ul, ol, dl, dd, h1, h2, h3, h4, h5, h6, p, i, b, em, span, form, fieldset, legend, input, textarea, select, button, th, td {
	margin: 0;
	padding: 0;
	font-family: Microsoft YaHei;
}
h1, h2, h3, h4, h5, h6 {
	list-style: none;
	font-weight: normal;
	color: #555;
}
input, select, button {
	font-size: 12px;
	font-family: Microsoft YaHei;
	border: 0;
	background: none;
	outline: none;
	vertical-align: middle;
}
button {
	overflow: visible
}
img {
	border: none;
}
li {
	list-style: none;
}
a {
	color: #91989f;
	text-decoration: none;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
a:hover {
	color: #005caf;
}
.clear {
	overflow: hidden;
	clear: both;
	height: 0px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.con {
	width: 80%;
	margin: 0 auto;
}
.container {
	width: 80%;
	margin: 0 auto
}
.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	border-bottom: 1px solid rgba(255,255,255,.4);
}
.header:hover {
	background: rgba(255,255,255,0.85)
}
.header.on {
	box-shadow: 0 0 10px #aaa;
	background: rgba(255,255,255,0.85)
}
.header .container {
	position: relative;
	width: 80%;
}
.header .logo {
	width: 190px;
	float: left;
	margin: 15px 0 10px;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
.header.on .logo {
	width: 170px;
}
.header .logo img {
	width: 100%;
	height: auto;
	display: block;
}
.header .logo .img2 {
	display: none
}
.header.on .logo .img1 {
	display: none
}
.header.on .logo .img2 {
	display: block
}
.header:hover .logo .img2 {
	display: block
}
.header:hover .logo .img1 {
	display: none
}
.header .an {
	position: absolute;
	top: 50%;
	right: 15px;
	height: 18px;
	width: 30px;
	display: none;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}
.header .an span {
	width: 30px;
	height: 2px;
	background-color: #555;
	display: block;
	position: absolute;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
.header .an span.a1 {
	top: 0;
	left: 0;
}
.header .an span.a2 {
	top: 8px;
	left: 0;
}
.header .an span.a3 {
	top: 16px;
	left: 0;
}
.header .an.n span.a2 {
	display: none;
}
.header .an.n span.a1 {
	top: 8px;
	width: 30px;
	transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.header .an.n span.a3 {
	top: 8px;
	width: 30px;
	transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
.header .right {
	float: right;
	margin-left: 10px;
	margin-top: 18px;
	position: relative;
}
.header.on .right {
	margin-top: 15px;
}
.right .dh {
	float: left;
	margin-left: 10px;
	padding-top: 7px;
}
.header .right a {
	display: block;
	line-height: 35px;
	float: left;
	color: #fff;
	font-size: 18px;
	margin-left: 12px;
	border: solid 1px #fff;
	width: 35px;
	border-radius: 50%;
	text-align: center;
	position: relative;
}
.header.on .right a {
	color: #333;
	border: solid 1px #b6b4b4;
}
.header .right a .e_j {
	width: 130px;
	padding: 10px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	margin-left: -65px;
	top: 34px;
	display: none;
}
.header .right a .e_j img {
	width: 100%;
}
.header .right a:hover .e_j {
	display: block;
}
.header .right a.a2 {
	text-align: center;
}
.header .right a.a3 {
	padding-top: 10px;
	height: 37px;
	box-sizing: border-box;
}
.header:hover .right a {
	color: #333;
	border: solid 1px #b6b4b4;
}
.header .right .nopost-tel {
	padding: 0 12px;
	float: left;
	padding-left: 6px;
	box-sizing: border-box;
	height: 37px;
	border: 1px solid #fff;
	position: relative;
	border-radius: 22px;
	overflow: hidden;
	color: #fff;
	line-height: 35px;
	cursor: pointer;
}
.header .right .nopost-tel span {
	font-size: 18px;
	position: relative;
	z-index: 2;
	font-weight: 400
}
.header .right .nopost-tel .tel-icon2 {
	width: 24px;
	height: 24px;
	position: relative;
	z-index: 2;
	margin-right: 5px;
	margin-top: 5px;
	background: url(../images/nav-sj.png) center / 100% no-repeat;
}
.header .right .nopost-tel .tel-icon {
	width: 24px;
	height: 24px;
	position: relative;
	z-index: 2;
	margin-right: 8px;
	margin-top: 5px;
	background: url(../images/nav-tels.png) center / 100% no-repeat;
}
.header.on .right .nopost-tel .tel-icon {
	background: url(../images/nav-tel.png) center / 100% no-repeat;
}
.header.on .right .nopost-tel span {
	color: #333;
}
.header.on .right .nopost-tel {
	border: 1px solid #b6b4b4;
}
.header .right .nopost-tel .ani-bg {
	position: absolute;
	z-index: 1;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #4a7e00;
	border-radius: 18px
}
.header .right .nopost-tel .ani-big {
	-webkit-animation: aniBig .6s linear;
	animation: aniBig .6s linear;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}
.header .right .nopost-tel .ani-small {
	-webkit-animation: aniSmall .6s linear;
	animation: aniSmall .6s linear;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}
.header:hover .right .nopost-tel {
	transition: all .5s;
	background: #0065b3;
	border: #0065b3 1px solid;
	color: #fff
}
.header:hover .right .nopost-tel span {
	color: #fff;
}
.header .right .nopost-tel:hover .tel-icon {
	background: url(../images/nav-tels.png) center / 100% no-repeat;
}
.header.on:hover .right .nopost-tel .tel-icon {
	background: url(../images/nav-tels.png) center / 100% no-repeat;
}
.flex-a-bl, .flex-a-c, .flex-a-e, .flex-a-s, .flex-d-c, .flex-j-a, .flex-j-b, .flex-j-c, .flex-j-e, .flex-j-s, .flex-only, .flex-w {
	display: flex;
}
.searchIpt {
	width: 240px;
	height: 30px;
	position: absolute;
	right: 0;
	top: 53px;
	display: none;
	z-index: 10;
	border-radius: 15px;
	overflow: hidden
}
.searchIpt .search_txt {
	width: 172px;
	padding: 0 0 0 10px;
	line-height: 30px;
	background: #333;
	color: #fff;
	border: 0;
	height: 30px;
	float: left;
}
.searchIpt .search_btn {
	width: 58px;
	background: #0065b3;
	border: 0;
	float: right;
	color: #fff;
	height: 30px;
	cursor: pointer;
}
.header .nav {
	float: right;
}
.header .nav i {
	font-size: 12px;
	background: url(../images/icon001.png) right center no-repeat;
	line-height: 54px;
	text-align: right;
	position: absolute;
	width: 50%;
	height: 54px;
	right: 0px;
	top: 50%;
	display: none;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}
.header.on .nav {
	float: right;
}
.header .nav ul li {
	margin: 0 0px;
	line-height: 70px;
	float: left;
	position: relative;
	padding: 0 20px;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
.header.on .nav ul li {
	line-height: 65px;
}
.header .nav ul li a {
	display: block;
	font-size: 16px;
	color: #fff;
	text-transform: capitalize
}
.header:hover .nav ul li a {
	color: #333;
}
.header.on .nav ul li a {
	display: block;
	font-size: 16px;
	color: #333;
}
.header .nav ul li span {
	width: 0;
	height: 2px;
	background-color: #0065b3;
	position: absolute;
	left: 50%;
	bottom: 0;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}
.header .nav ul li:hover span {
	width: 100%;
}
.header .nav ul li.on span {
	width: 100%;
}
.nav .y_j {
	position: relative;
}
.nav .e_j {
	width: 150px;
	background-color: rgba(255,255,255,.85);
	position: absolute;
	top: 71px;
	left: 50%;
	margin-left: -75px;
	display: none;
	z-index: 9999;
}
.header.on .nav ul li .e_j {
	top: 66px;
}
/*.header.on .nav .e_j{box-shadow:0 2px 2px #aaa;}*/
.header .nav ul li .e_j a {
	display: block;
	font-size: 14px;
	color: #333;
	line-height: 40px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	text-align: center
}
.nav .e_j .ejy {
	position: relative
}
.nav .e_j .s_j {
	width: 150px;
	background-color: rgba(255,255,255,0.85);
	position: absolute;
	top: 0px;
	left: 150px;
	display: none;
	z-index: 9999;
	border-left: 1px solid rgba(0,0,0,0.15);
}
.nav .e_j .s_j.jr {
	width: 120px;
}
.nav .e_j .s_j a {
	font-size: 12px !important;
}
.header .nav .e_j a:hover {
	background-color: #0c4a97;
	color: #fff;
	padding-left: 15px;
}
.nav ul li .e_j .ejy:hover .s_j {
	display: block
}
.header .nav .e_j a:hover {
	background-color: #0065b3;
	color: #fff;
}
 @media (min-width:1024px) {
.header .nav .e_j {
	display: none !important;
}
.header .nav ul li:hover .e_j {
	display: block !important;
}
.head_h {
	height: 68px;
	display: none
}
}
@media only screen and (max-width:1368px) {
.header .container {
	width: 96%;
}
}
@media (max-width:1200px) {
.header .nav ul li {
	margin: 0 20px;
}
.header .nav ul li a {
	font-size: 16px;
}
}
@media only screen and (max-width:1024px) {
.head_h {
	height: 60px;
	display: block
}
.header .right a {
	color: #333;
	margin-right: 10px;
	border: #ccc 1px solid;
}
.header {
	border: 0;
	height: 60px;
	background: #fff;
	width: 100%;
	border-bottom: #ccc 1px solid;
}
.header .right {
	margin-right: 60px;
	margin-top: 10px;
}
.header.on .right {
	margin-top: 10px;
}
.header .container {
	padding: 0;
	height: 51px;
	width: 94%
}
.header .logo {
	width: 170px;
	margin: 10px auto;
}
.header .logo .img2 {
	display: block;
}
.header .logo .img1 {
	display: none;
}
.header.on .logo {
	width: 140px;
	margin: 6px auto;
}
.header .an {
	display: block;
	right: 10px;
	top: 60%;
}
.header .an span {
	background-color: #999
}
.header .nav ul {
	width: 100%;
}
.header.on .nav {
	width: 60%
}
.header .nav {
	width: 60%;
	padding: 15px 5%;
	background-color: #fff;
	height: 100%;
	position: fixed;
	top: 61px;
	right: -70%;
	z-index: 9999;
	overflow: auto;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	margin-top: 0
}
.header .nav.on {
	right: 0;
	margin-top: 0;
}
.header.on .nav ul li a {
	font-size: 14px;
	color: #333;
}
.header .nav i {
	display: block;
}
.header .nav ul li {
	line-height: 60px;
	text-align: left;
	border-bottom: 1px solid #eee;
	float: none;
	margin: 0;
	padding: 0
}
.header .nav ul li::after {
	background: rgba(0,0,0,0);
}
.header.on .nav ul li {
	line-height: 60px;
}
.header .nav .e_j {
	width: 100%;
	border-top: 1px solid #eee;
	background: none;
	position: relative;
	display: none;
	top: auto;
	left: auto;
	margin: 0;
	padding-bottom: 10px;
}
.header.on .nav ul li .e_j {
	top: 0;
}
.header .nav ul li .e_j a {
	color: #555;
}
.header .nav ul li .e_j a:hover {
	color: #0065b3
}
.header .nav .e_j a {
	border-top: 0;
	font-size: 12px;
	color: #aaa;
	line-height: 32px;
}
.header .nav ul li .e_j a {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	text-align: left;
}
.nav .e_j .s_j {
	width: 100%;
	background-color: rgba(255,255,255,0.85);
	position: relative;
	top: auto;
	left: 0;
	border-left: 0;
}
.nav .e_j .s_j a {
	font-size: 14px !important;
}
.header .nav .e_j a:hover {
	background: none;
}
.header .nav ul li:hover .e_j {
	display: none;
}
.header .nav ul li a {
	color: #333;
}
.header .nav ul li:hover span {
	width: 0;
}
.header .nav ul li.on span {
	width: 0;
}
}
@media only screen and (max-width:385px) {
.header .container {
	padding: 0;
	width: 94% !important;
}
.header .right a.a3 {
	height: 30px;
	padding-top: 8px;
}
.header .right a {
	line-height: 28px;
	font-size: 14px;
	margin-right: 10px;
	width: 28px;
}
.weixin a.wb {
	height: 28px;
	line-height: 28px;
	width: 28px;
}
.header .right {
	margin-top: 15px;
}
.header.on .right {
	margin-top: 15px;
}
}
.gallery-top {
	width: 100%;
	position: relative;
}
.gallery-top .swiper-slide {
	width: 100%;
	height: 100vh;
}
.gallery-top .mb1 {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/mb1.png) right center / 100% repeat-y;
}
.gallery-top .mb1 .nr {
	width: 80%;
	margin: 0 auto;
}
.gallery-top .mb1 h1 {
	font-size: 46px;
	color: #fff;
	margin-bottom: 20px;
	text-align: left;
	margin-top: 20%;
	font-weight: bold;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-webkit-transform: translate3d(0, 300px, 0);
	-ms-transform: translate3d(0, 300px, 0);
	transform: translate3d(0, 300px, 0);
}
.gallery-top .mb1 h4 {
	font-size: 30px;
	color: #fff;
	text-align: left;
	-webkit-transition: all 1.5s;
	-moz-transition: all 1.5s;
	-o-transition: all 1.5s;
	transition: all 1.5s;
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-webkit-transform: translate3d(0, 300px, 0);
	-ms-transform: translate3d(0, 300px, 0);
	transform: translate3d(0, 300px, 0);
}
.gallery-top .swiper-slide-active h1 {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}
.gallery-top .swiper-slide-active h4 {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}
.gallery-top .swiper-slide a {
	width: 100%;
	height: 100%;
	display: block;
}
.gallery-top .swiper-pagination {
	bottom: 20px !important;
}
.gallery-top .swiper-pagination-bullet {
	background: none;
	opacity: 1;
	margin: 0 6px !important;
	width: 50px;
	height: 2px;
	position: relative;
	outline: none;
	vertical-align: middle;
	background: #fff;
	border-radius: 0;
}
.gallery-top .swiper-pagination-bullet span {
	width: 50px;
	height: 3px;
	background: #fff;
	display: block;
	margin-top: 3px;
	margin-left: 3px;
}
.gallery-top .swiper-pagination-bullet i {
	background: #0065b3;
	height: 2px;
	width: 50px;
	position: absolute;
	top: 0px;
	transform: scaleX(0);
	transform-origin: left;
	z-index: 3;
	transition-timing-function: linear;
}
.gallery-top .swiper-pagination-bullet-active span, .swiper-pagination-bullet:hover span {
	width: 9px;
	height: 9px;
	margin-top: 0;
	margin-left: 0;
	background: #000;
	position: relative;
	z-index: 1;
}
.gallery-top .swiper-pagination-bullet-active i {
	animation: first 6s;
}
.gallery-top .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active i {
	animation: first 6s;
}
.gallery-top .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active i {
	animation: first 6s;
}
 @keyframes first {
 0% {
transform:scaleX(0);
left:0px;
}/*091*/
 100% {
transform:scaleX(1);
left:0;
} /*0915*/
}
 @keyframes last {
 0% {
transform:scaleX(0.7);
left:-10px;
}/*1090*/
 20% {
transform:scaleX(0.3);
left:2px;
} /*090*/
 100% {
transform:scaleX(0.3);
left:0px;
} /*090*/
}
 @keyframes middle {
 0% {
transform:scaleX(0.7);
left:-10px;
}/*1091*/
 20% {
transform:scaleX(0.45);
left:2px;
}/*092*/
 100% {
transform:scaleX(1);
left:0;
} /*0913*/
}
.gallery-top .swiper-pagination-bullet.swiper-pagination-bullet-active {
}
.gallery-top .swiper-button-prev {
	background: url(../images/banner-l.png) no-repeat;
	width: 30px;
	height: 50px;
	margin-top: 0;
	left: 1%;
	background-size: 30px 50px;
	-webkit-background-size: 30px 50px;
	-moz-background-size: 30px 50px;
	-ms-background-size: 30px 50px;
	-o-background-size: 30px 50px;
}
.gallery-top .swiper-button-next {
	background: url(../images/banner-r.png) no-repeat;
	width: 30px;
	height: 50px;
	margin-top: 0;
	right: 1%;
	background-size: 30px 50px;
	-webkit-background-size: 30px 50px;
	-moz-background-size: 30px 50px;
	-ms-background-size: 30px 50px;
	-o-background-size: 30px 50px;
}
.gallery-top .swiper-button-prev::after {
	content: ""
}
.gallery-top .swiper-button-next::after {
	content: ""
}
.index-mod-title {
	text-align: center;
	padding-bottom: 40px;
}
.index-mod-title .mod-title-name {
	font-size: 32px;
	color: #333;
	font-weight: bold;
}
.mod-title-en {
	font-size: 14px;
	color: #666;
	text-transform: uppercase;
	margin: 10px 0
}
.index-title-line {
	width: 187px;
	height: 18px;
	background: url(../images/x.png) center center no-repeat;
	margin: 10px auto;
}
.index-mod-title1 {
	text-align: center;
	padding-bottom: 30px;
	background: url(../images/tilbg2.png) center 20px no-repeat;
}
.index-mod-title1 .mod-title-name {
	font-size: 32px;
	color: #fff;
	font-weight: bold;
}
.mod-title-en1 {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	margin: 10px 0
}
.index-title-line1 {
	width: 187px;
	height: 18px;
	background: url(../images/xs.png) center center no-repeat;
	margin: 10px auto;
}
.index-mod-title {
	text-align: center;
	padding-bottom: 30px;
	background: url(../images/tilbg1.png) center 20px no-repeat;
}
.mod-title-en {
	text-align: center;
	text-transform: uppercase;
}
.tit {
	margin-bottom: 50px;
	text-align: center
}
.tit h1 {
	font-size: 36px;
	color: #333;
	margin-bottom: 15px;
	position: relative
}
.tit h1::after {
	content: " ";
	position: absolute;
	left: 50%;
	bottom: -12px;
	width: 60px;
	margin-left: -30px;
	height: 0;
	border: 1px solid #f18c16;
}
.tit h3 {
	font-size: 14px;
	color: #666;
	margin-top: 25px;
}
.sy_cp {
	padding: 60px 0;
}
.sy_cp .bt {
	padding-bottom: 25px;
	overflow: hidden;
	text-align: center;
}
.sy_cp .bt a {
	margin: 5px;
	display: inline-block;
	line-height: 40px;
	background: #0065b3;
	color: #fff;
	font-size: 16px;
	text-align: center;
	border-radius: 5px;
	padding: 0 15px;
}
.sy_cp .bt a:hover {
	background: #e45c10;
}
.sy_cp ul li {
	width: calc((100% - 120px)/4);
	margin: 15px;
	float: left;
	border: #ccc 1px solid;
	box-sizing: border-box;
	background: #eee;
	-webkit-box-shadow: 0 10px 15px 0 rgba(0,0,0,.03), 0 15px 20px 0 rgba(0,0,0,.03);
	box-shadow: 0 10px 15px 0 rgba(0,0,0,.03), 0 15px 20px 0 rgba(0,0,0,.03);
}
.sy_cp ul li .tp {
	position: relative;
	overflow: hidden;
}
.sy_cp ul li .tp img {
	width: 100%;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
.sy_cp ul li:hover .tp img {
	-webkit-transform: scale(1.07);
	-moz-transform: scale(1.07);
	-o-transform: scale(1.07);
	-ms-transform: scale(1.07);
	transform: scale(1.07);
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
.sy_cp ul li .tp .mb {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5) url(../images/icon7.png) center no-repeat;
	position: absolute;
	left: 0;
	top: -100%;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
.sy_cp ul li:hover .tp .mb {
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	top: 0
}
.sy_cp ul li h3 {
	padding: 10px;
	line-height: 1.5;
	color: #333;
	font-size: 14px;
	text-align: center;
}
.sy_cp ul li:hover h3 {
	color: #fff;
}
.sy_cp ul li:hover {
	border: #2755a2 1px solid;
	background: #2755a2
}
.sy_cp ul li:nth-child(4n) {
	margin-right: 0
}
.sy_al {
	padding: 60px 0;
	background: #f5f5f5;
	overflow: hidden;
}
.swiper-yxxy {
	margin: 0 auto;
	padding-bottom: 50px;
}
.swiper-yxxy .swiper-slide {
	position: relative;
}
.swiper-yxxy .swiper-slide img {
	width: 100%;
	height: auto;
	display: block;
}
.swiper-yxxy .swiper-slide .w_z {
	width: 90%;
	padding: 15px 5%;
	background-color: rgba(0,0,0,.6);
	position: absolute;
	bottom: 10px;
	left: 0;
	color: #fff;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.swiper-yxxy .swiper-slide .w_z p {
	font-size: 16px;
}
.swiper-yxxy .swiper-slide .w_z h3 {
	font-size: 18px;
	color: #fff;
	margin-bottom: 6px;
}
.swiper-yxxy .swiper-slide:hover .w_z {
	background-color: rgba(6,88,162,.9);
	bottom: 20px;
}
.swiper-yxxy .swiper-pagination-bullet {
	width: 36px;
	height: 3px;
	display: inline-block;
	background: #ccc;
	opacity: .7;
}
.swiper-yxxy .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #00a0ea;
}
/*新闻*/
.news {
	padding-top: 60px;
	overflow: hidden;
	padding-bottom: 50px;
	background: #f5f5f5;
}
.news .tit {
	background: url(../images/news.png) center 5px no-repeat;
	overflow: hidden
}
.news h2 {
	text-align: center;
	color: #333;
	margin: 35px 0px 7px 0px;
	font-size: 38px;
	line-height: 40px;
}
.news .line {
	text-align: center
}
.news .line span {
	border: 2px solid #0083f2;
	display: inline-block;
	width: 45px;
	margin: 15px auto;
}
.xx4 .hd {
	text-align: center;
	margin-top: 40px;
}
.xx4 .hd ul li {
	display: inline-block;
	width: 120px;
	margin: 0 8px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	background: #eee;
}
.xx4 .hd ul li a {
	display: block;
	height: 38px;
	text-align: center;
	line-height: 38px;
	color: #888888;
	font-size: 16px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
.xx4 .hd ul li.on a {
	background: #cf000d;
	color: #fff;
	box-shadow: rgba(207,0,13,0.1) 5px 5px 10px 5px
}
.xx4 .bd .xx11 {
	margin-top: 30px;
	margin: 30px auto 0;
}
.xx4 .bd .xx11 .box {
}
.xx4 .bd .xx11 .box .left {
	width: 45%;
	height: 508px;
	float: left;
	background: #fff;
	padding: 10px;
	-moz-box-sizing: border-box; /*Firefox3.5+*/
	-webkit-box-sizing: border-box; /*Safari3.2+*/
	-o-box-sizing: border-box; /*Opera9.6*/
	-ms-box-sizing: border-box; /*IE8*/
	box-sizing: border-box;
	box-shadow: 0 0 15px #eee
}
.xx4 .bd .xx11 .box .left .rq {
	font-size: 30px;
	color: #888
}
.xx4 .bd .xx11 .box .left h3 {
	margin-top: 20px;
	margin-top: 20px;
	color: #333;
	font-size: 18px;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.xx4 .bd .xx11 .box .left p {
	font-size: 15px;
	line-height: 25px;
	color: #888;
	margin-top: 10px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.xx4 .bd .xx11 .box .left img {
	width: 100%;
	height: 100%;
}
.xx4 .bd .xx11 .box .right {
	width: 50%;
	height: 508px;
	float: right;
	border-top: #ccc 1px solid;
}
.xx4 .bd .xx11 .box .right ul li {
	padding: 30px 0;
	border-bottom: #ccc 1px solid;
	overflow: hidden
}
.xx4 .bd .xx11 .box .right ul li:hover .nr h3 {
	color: #0065b3
}
.xx4 .bd .xx11 .box .right ul li .dian {
	width: 36px;
	height: 18px;
	background: url(../images/dian.png) center center no-repeat;
	float: left
}
.xx4 .bd .xx11 .box .right ul li .nr {
	width: calc(100% - 150px);
	float: left
}
.xx4 .bd .xx11 .box .right ul li .nr h3 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 20px;
	color: #333;
	font-weight: normal;
}
.xx4 .bd .xx11 .box .right ul li .nr p {
	font-size: 15px;
	line-height: 1.8;
	color: #888;
	margin-top: 25px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.xx4 .bd .xx11 .box .right ul li .ri {
	height: 72px;
	width: 90px;
	float: right;
	background: url(../images/jt.png) right bottom no-repeat;
	font-size: 30px;
	color: #999;
	text-align: right;
}
.xx4 .bd .xx11 .box .right ul li:hover .ri {
	background: url(../images/jth.png) right bottom no-repeat
}
.news .more {
	margin-top: 70px;
	text-align: center
}
.sy_gywm {
	padding: 60px 0;
	background: url(../images/sygybj.jpg) center / cover;
	background-attachment: fixed;
	overflow: hidden;
}
.sy_gywm .nr {
	padding: 50px 50px 70px;
	box-sizing: border-box;
	background: rgba(0,0,0,0.6);
}
.sy_gywm .nr p {
	font-size: 16px;
	line-height: 1.8;
	color: #fff;
}
.sy_gywm ul li {
	width: 33.3333%;
	float: left;
	position: relative;
	background: url(../images/bkbj.jpg) right top / 100%;
	padding: 20px;
	box-sizing: border-box;
}
.sy_gywm ul li .tb {
	width: 60px;
	height: 60px;
	border: 5px solid #fff;
	position: absolute;
	left: 50%;
	margin-left: -35px;
	top: -30px;
	background: #0065b3;
	border-radius: 50%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.sy_gywm ul li:hover .tb {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
.sy_gywm ul li .tb img {
	width: 100%;
	display: block;
}
.sy_gywm ul li h3 {
	margin-top: 30px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 15px;
	text-align: center;
}
.sy_gywm ul li p {
	font-size: 14px;
	line-height: 1.8;
	color: #fff;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.sy_gywm ul li .more {
	width: 120px;
	line-height: 28px;
	border: #fff 1px solid;
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin: 15px auto 0;
	border-radius: 5px;
}
.sy_gywm ul li:hover .more {
	background: #fff;
	color: #0065b3;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.index-about {
	width: 80%;
	margin: 0 auto;
}
.index-about .tp {
	width: 45%;
	float: left;
}
.index-about .tp img {
	width: 100%;
	display: block;
}
.zj02 {
	width: 50%;
	float: right;
}
.index_con2 {
	text-align: left;
}
.index_con2 h3 {
	font-size: 30px;
	font-weight: bold;
	color: #0065b3;
	margin-bottom: 20px;
}
.index_con2 p {
	font-size: 16px;
	color: #333333;
	line-height: 28px;
	text-align: justify;
}
.more1 {
	display: inline-block;
	font-size: 12px;
	color: #0065b3;
	font-family: arial;
	margin-top: 33px;
}
.index_con2 .more1 font {
	background: #0065b3;
	display: block;
	padding: 12px 20px;
	text-transform: uppercase;
	color: #fff;
}
.more1 font {
	transition: 0.3s ease-in-out;
}
.index_con2 .more1 font img {
	margin-left: 10px;
	transition: 0.3s ease-in-out;
}
.index_con2 .more1:hover font img {
	margin-left: 20px;
}
.zj04 {
	width: 600px;
	float: right;
	background: url(../images/aboutbj.png) center left no-repeat;
}
.zj04 .zjfr {
	margin: 30px 0 30px;
}
.sy_dbk {
	position: relative;
	margin-top: 60px;
	margin-bottom: 60px;
}
.sy_dbk .wznr {
	width: 80%;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -40%;
}
.sy_dbk .wznr h2 {
	font-size: 46px;
	color: #0065b3;
	text-align: right;
	padding-top: 10%;
	margin-bottom: 20px;
	font-weight: bold
}
.sy_dbk .wznr h4 {
	font-size: 25px;
	color: #0065b3;
	text-align: right;
	line-height: 1.8
}
/* start footer */
/*footer*/
.footer {
	background: #333;
	color: #ccc;
	overflow: hidden;
}
.footer a:hover {
	color: #fff;
}
.footer .footer_top {
	padding: 40px 0 10px;
	border-bottom: 1px solid #555;
	line-height: 30px;
	overflow: hidden;
	font-size: 14px;
}
.footer .footer_top .logo {
	display: block;
	margin-bottom: 25px;
}
.footer .footer_top .share {
	padding-bottom: 12px;
}
.footer .footer_top .share .t {
	line-height: 38px;
}
.footer .footer_top .share .share_box a {
	width: 38px;
	height: 38px;
	background: url(../images/f_share_blue.png) no-repeat;
	padding: 0;
	margin: 0 5px;
	display: inline-block;
}
.footer .footer_top .share .share_box a.bds_weixin {
	background-position: -48px 0;
}
.footer .footer_top .share .share_box a.bds_tsina {
	background-position: -96px 0;
}
.footer .footer_top .share .share_box a.share_more {
	background-position: -144px 0;
}
.footer .footer_top .share .share_box a:hover {
	background-image: url(../images/f_share_white.png);
}
.footer .footer_top .center {
	padding: 15px 115px 0 115px;
	width: 550px;
	box-sizing: border-box;
}
.footer .footer_top .center a {
	display: inline-block;
*display:inline;
*zoom:1;
	padding-right: 28px;
	position: relative;
	font-size: 14px;
	color: #ccc;
}
.footer .footer_top .center a.dot:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 14px;
	background: #878c98;
	border-radius: 50%;
	width: 3px;
	height: 3px;
}
.footer .footer_top .right {
	margin-top: 10px;
}
.footer .footer_top .right .info {
	margin-right: 50px;
}
.footer .footer_top .right .info a {
	color: #ccc;
}
.footer .footer_top .right .qrcode {
	font-size: 12px;
	text-align: center;
	width: 88px;
}
.footer .footer_btm {
	line-height: 36px;
	padding: 10px 0;
	overflow: hidden;
	text-align: center;
}
.footer .footer_btm a {
	color: #ccc;
	font-size: 14px;
}
.footer .footer_btm .author {
	display: inline-block;
*display:inline;
*zoom:1;
	margin-left: 15px;
}
.footer .footer_btm .friend {
	position: relative;
}
.footer .footer_btm .fri_tab {
	width: 260px;
	background: #0054a7;
	color: #fff;
	text-align: center;
	cursor: pointer;
}
.footer .footer_btm .fri_tab .fri_t {
	display: inline-block;
*display:inline;
*zoom:1;
	padding-right: 38px;
	position: relative;
}
.footer .footer_btm .fri_tab .fri_t:after {
	content: "";
	position: absolute;
	right: 0;
	width: 12px;
	top: 50%;
	margin-top: -1px;
	height: 2px;
	background: #fff;
}
.footer .footer_btm .fri_tab .fri_t:before {
	content: "";
	position: absolute;
	right: 5px;
	width: 2px;
	height: 12px;
	top: 50%;
	margin-top: -6px;
	background: #fff;
	-moz-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}
.footer .footer_btm .friend:hover .fri_tab .fri_t:before {
	transform: rotate(-90deg);
}
.footer .footer_btm .friend .fri_con {
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	background: #0053a7;
	color: #fff;
	border-bottom: 1px solid #35618d;
	display: none;
}
.footer .footer_btm .friend .fri_con a {
	display: block;
	padding: 0 20px;
}
.footer .footer_btm .friend .fri_con a:hover {
	background: #005caa;
}
.wuyou-waiter {
	position: fixed;
	right: 0px;
	top: 50%;
	margin-top: -90px;
	width: 64px;
	-webkit-box-shadow: 0 12px 15px 0 rgba(71,71,71,.15), 0 20px 60px 0 rgba(71,71,71,.15);
	box-shadow: 0 12px 15px 0 rgba(71,71,71,.15), 0 20px 60px 0 rgba(71,71,71,.11);
	z-index: 999;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 20px;
	background: #fff;
	padding-bottom: 25px;
	padding-top: 25px;
}
.waiter-ul li {
	position: relative;
	height: 66px;
	border-bottom: 1px solid #fff;
	background: #fff;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
}
.waiter-ul li a {
	position: absolute;
	left: 0;
	top: 0px;
	z-index: 2;
	display: block;
	width: 65px;
	height: 55px;
	text-align: center;
	-webkit-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-moz-transition: all 0.6s;
	text-decoration: none;
	text-align: center;
	background: #fff;
	padding-top: 20px;
}
.waiter-title {
	position: absolute;
	left: 0px;
	top: 15px;
	color: #fff;
	width: 190px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	-webkit-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-moz-transition: all 0.6s;
	background-color: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,.3);
	z-index: 1;
	opacity: 0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.waiter-ul li a img {
	width: 32px;
	margin: 0 auto
}
.waiter-ul li a p {
	font-size: 12px;
	color: #474747;
	padding-top: 4px;
	text-align: center
}
.waiter-title:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	right: -5px;
	top: 22px;
	background-color: #fff;
	transform: rotate(45deg);
}
.waiter-ul li:hover .waiter-title {
	left: -206px;
	opacity: 1;
}
.waiter-ul li.wuyou-shop a {
	border-radius: 25px 25px 0 0;
	-moz-border-radius: 25px 25px 0 0;
	-webkit-border-radius: 25px 25px 0 0;
}
.waiter-ul li.wuyou-shop .waiter-title {
	background-color: #0065b3;
}
.waiter-ul li.wuyou-shop .waiter-title:before {
	background-color: #0065b3;
}
.waiter-ul li.wuyou-contact a {
}
.waiter-ul li.wuyou-contact .waiter-title {
	background-color: #0065b3;
	font-size: 16px;
}
.waiter-ul li.wuyou-contact .waiter-title:before {
	background-color: #0065b3;
}
.waiter-ul li.wuyou-weixin a {
}
.waiter-ul li.wuyou-weixin .waiter-title {
	background-color: #0065b3;
	width: 160px;
	height: 150px;
	padding-top: 10px;
	top: -30px
}
.waiter-ul li.wuyou-weixin .waiter-title:before {
	background-color: #0065b3;
	top: 62px;
}
.waiter-ul li:hover.wuyou-weixin .waiter-title {
	left: -174px;
	opacity: 1;
}
.waiter-ul li.wuyou-top a {
	background-image: -webkit-linear-gradient(left, #333, #666);
	background-image: -moz-linear-gradient(left, #333, #666);
	background-image: -ms-linear-gradient(left, #333, #666);
}
.waiter-ul li.wuyou-top .waiter-title {
	background-color: #333;
}
.waiter-ul li.wuyou-top .waiter-title:before {
	background-color: #333;
}
.n_ban {
	width: 100%;
	height: 450px;
	overflow: hidden;
	position: relative;
}
.n_ban .w_z {
	width: 40%;
	text-align: center;
	position: absolute;
	top: 70%;
	left: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}
.n_ban .w_z.rt {
	width: 15%;
	text-align: left;
	position: absolute;
	top: 60%;
	left: 10%;
	padding: 20px;
	background: rgba(9,121,196,0.8)
}
.n_ban .w_z h3 {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.n_ban .w_z p {
	font-size: 36px;
	margin-bottom: 20px;
	color: #fff;
}
.n_ban .w_z a {
	padding: 0 20px;
	background-color: #0065b3;
	font-size: 15px;
	line-height: 36px;
	color: #fff;
	border-radius: 20px;
	display: inline-block;
	margin: 0 10px;
}
.ntit {
	width: 100%;
	padding: 20px 0;
	overflow: hidden;
	border-bottom: #eee 1px solid;
}
.ntit ul li {
	display: inline-block;
	margin: 0 20px 0 0;
	min-width: 110px;
	float: left;
	position: relative
}
.ntit ul li .e_j {
	width: 600px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 32px;
	display: none;
	z-index: 99;
	text-align: center
}
.ntit ul li:hover .e_j {
	display: block;
}
.ntit ul li .e_j a {
	display: inline-block;
	color: #333;
	text-align: center;
	font-size: 14px;
	line-height: 35px;
	float: left;
	background: #fff;
	padding: 0 10px;
}
.ntit ul li .e_j a:hover {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	color: #abcd05;
	background: #fff;
	line-height: 35px
}
.ntit ul li a {
	line-height: 34px;
	background: #eee;
	padding: 0 20px;
	font-size: 14px;
	color: #333;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: block;
	text-align: center
}
.ntit ul li a:hover {
	background: #0065b3;
	color: #fff;
}
.ntit ul li a.on {
	background: #0065b3;
	color: #fff;
}
/*标题*/
.main-title {
	text-align: center;
	margin-bottom: 35px;
}
.main-title h2 {
	font-size: 30px;
	margin-top: 0;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
	color: #333;
	position: relative;
}
.main-title h2:before {
	background: #0065b3;
	content: "";
	height: 3px;
	width: 66px;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -12px;
	position: absolute;
}
.main-title h2:after {
/*background: #ccc;*/
	/*content: "";*/
	/*height: 1px;*/
	/*width: 50px;*/
	/*left: 0;*/
	/*right: 0;*/
	/*margin: 0 auto;*/
	/*bottom: -25px;*/
	/*position: absolute;*/
}
.main-title p {
	font-size: 14px;
	font-weight: 300;
	text-align: center;
	color: #686868;
	margin: 0 auto;
	width: auto;
	letter-spacing: 2px;
}
.ny_zs {
	padding: 50px 0;
}
.ny_zs ul li {
	width: 30.3333%;
	margin: 0 3% 30px 0;
	text-align: center;
	position: relative;
	float: left;
	transition: all 0.3s;
	-wbkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	padding: 10px;
	box-sizing: border-box;
}
.ny_zs ul li .tp {
	overflow: hidden;
	padding-top: 13px;
	background: #fff;
}
.ny_zs ul li .mb {
	width: 100%;
	height: 280px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	border: #eee 3px solid;
	box-sizing: border-box;
}
.ny_zs ul li img {
	max-width: 100%;
	height: 240px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ny_zs ul li:hover img {
	-webkit-transform: scale(1.07);
	-moz-transform: scale(1.07);
	-o-transform: scale(1.07);
	-ms-transform: scale(1.07);
	transform: scale(1.07);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ny_zs ul li h3 {
	margin: 25px 0 10px;
	font-size: 14px;
	color: #444;
	text-align: center
}
.ny_zs ul li:nth-child(3n) {
	margin-right: 0;
}
.ny_zs ul li:hover {
	transform: translateY(-5px);
	-wbkit-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	transition: all 0.3s;
	-wbkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
}
.ny_cq {
	padding: 50px 0;
}
.ny_cq ul li {
	width: 22%;
	margin: 0 4% 30px 0;
	text-align: center;
	position: relative;
	float: left;
	background: #f5f5f5;
	transition: all 0.3s;
	-wbkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
}
.ny_cq ul li .tp {
	overflow: hidden;
}
.ny_cq ul li img {
	width: 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ny_cq ul li:hover img {
	-webkit-transform: scale(1.07);
	-moz-transform: scale(1.07);
	-o-transform: scale(1.07);
	-ms-transform: scale(1.07);
	transform: scale(1.07);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ny_cq ul li h3 {
	margin: 10px 0 10px;
	font-size: 14px;
	color: #444;
	text-align: center
}
.ny_cq ul li:nth-child(4n) {
	margin-right: 0;
}
.ny_cq ul li:hover {
	background: #0065b3;
	transform: translateY(-5px);
	-wbkit-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	transition: all 0.3s;
	-wbkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
}
.ny_cq ul li:hover h3 {
	color: #fff
}
.more {
	width: 200px;
	display: block;
	font-size: 14px;
	color: #0c4a97;
	line-height: 46px;
	border: 1px solid #0c4a97;
	border-radius: 6px;
	text-align: center;
	position: relative;
	z-index: 1;
	margin: 40px auto 0;
	text-transform: uppercase;
	transition: all .45s ease;
	-ms-transition: all .45s ease;
	-o-transition: all .45s ease;
	-webkit-transition: all .45s ease;
	-moz-transition: all .45s ease
}
.more:before {
	content: '';
	width: 0;
	height: 100%;
	background: #0c4a97;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	border-radius: 5px;
	transition: all .45s ease;
	-ms-transition: all .45s ease;
	-o-transition: all .45s ease;
	-webkit-transition: all .45s ease;
	-moz-transition: all .45s ease
}
.more:hover {
	color: #fff;
	border-color: #0c4a97;
	transition: all .45s ease;
	-ms-transition: all .45s ease;
	-o-transition: all .45s ease;
	-webkit-transition: all .45s ease;
	-moz-transition: all .45s ease
}
.more:hover:before {
	width: 100%;
	transition: all .45s ease;
	-ms-transition: all .45s ease;
	-o-transition: all .45s ease;
	-webkit-transition: all .45s ease;
	-moz-transition: all .45s ease
}
.nydt {
	height: 600px;
	width: 100%
}
.ybj {
	margin: 30px auto 50px;
	width: 1280px;
}
.cpxq {
	padding: 10px 20px;
	float: right;
	width: calc(100% - 290px);
	box-shadow: 0 0 15px #eee;
	box-sizing: border-box;
	margin-top: 40px;
	margin-bottom: 40px;
}
.cpxq .left {
	width: 45%;
	float: left;
}
.cpxqlb {
	width: 100%;
	position: relative;
}
.cpxqlb .swiper-slide img {
	width: 100%;
	height: auto;
        /*height: 300px;
margin: 0 auto;*/
	display: block;
        
}
.cpxqlb .swiper-pagination {
	bottom: 10px !important;
	width: 100%;
	height: 10px;
	text-align: center;
}
.cpxqlb .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 0;
	opacity: 1;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background: #eee;
}
.cpxqlb .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #0065b3;
}
.cpxqlb .swiper-button-prev {
	background: rgba(0,0,0,0.3 )url(../images/banner-l.png) no-repeat;
	width: 30px;
	height: 50px;
	margin-top: 0;
	left: 0px;
	background-size: 30px 50px;
	-webkit-background-size: 30px 50px;
	-moz-background-size: 30px 50px;
	-ms-background-size: 30px 50px;
	-o-background-size: 30px 50px;
}
.cpxqlb .swiper-button-next {
	background: rgba(0,0,0,0.3) url(../images/banner-r.png) no-repeat;
	width: 30px;
	height: 50px;
	margin-top: 0;
	right: 0px;
	background-size: 30px 50px;
	-webkit-background-size: 30px 50px;
	-moz-background-size: 30px 50px;
	-ms-background-size: 30px 50px;
	-o-background-size: 30px 50px;
}
.cpxq .right {
	width: 50%;
	float: right;
}
.cpxq .right h3 {
	font-size: 25px;
	color: #333;
	margin-bottom: 20px;
	font-weight: bold;
	margin-top: 20px;
}
.cpxq .right p {
	font-size: 16px;
	line-height: 1.8;
	color: #555;
	margin-bottom: 20px;
}
.cpxq .right .zx {
	padding-top: 35px;
}
.cpxq .right .zx a {
	width: 150px;
	height: 40px;
	line-height: 40px;
	display: block;
	margin: 0 15px;
	background: #0065b3;
	color: #fff;
	font-size: 16px;
	text-align: center;
	border-radius: 6px;
	float: left;
}
.cpxq .cptd {
	/*padding-top: 50px;*/
}
.cpxq .cptd .bt {
	font-size: 18px;
	color: #fff;
	margin-bottom: 20px;
	font-weight: bold;
	border-bottom: #ccc 1px solid;
	line-height: 50px;
}
.cpxq .cptd .bt span {
	padding: 0 20px;
	background: #238fd7;
	display: inline-block;
	border-radius: 10px 10px 0 0;
}
.cpxq .cptd h3 {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin-bottom: 15px;
}
.cpxq .cptd p {
	font-size: 14px;
	line-height: 1.8;
	color: #333;
	margin-bottom: 15px;
}
.nleft .bt {
	height: 60px;
	background: url(../images/jtgk.jpg);
	padding: 10px 34px;
	box-sizing: border-box;
	margin-bottom: 3px;
	position: relative;
}
.nleft .bt .w_z {
	display: none;
}
.nleft .bt h3 {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}
.nleft .bt p {
	font-size: 14px;
	text-transform: capitalize;
	color: #fff;
}
.nleft {
	width: 240px;
	margin: 40px auto 0 auto;
	float: left;
	background: #f1f1f1;
}
.list ul li {
	background-color: #0065b3;
	border-bottom: rgba(255,255,255,0.3) 1px solid;
}
.list ul li a {
	padding-left: 30px;
	color: #fff;
	font-size: 16px;
	display: block;
	height: 50px;
	line-height: 50px;
	position: relative;
}
.list ul li .inactive {
	background: url(../images/off.png) no-repeat 10px center;
}
.list ul li .inactives {
	background: url(../images/on.png) no-repeat 10px center;
}
.list ul li ul {
	display: none;
}
.list ul li ul li {
	border-left: 0;
	border-right: 0;
	background-color: #2c94d9;
	border-color: rgba(255,255,255,0.3);
}
.list ul li ul li ul {
	display: none;
}
.list ul li ul li a {
	padding-left: 30px;
}
.list ul li ul li ul li {
	background-color: #d6e6f1;
	border-color: #2c94d9;
}
.last {
	background-color: #d6e6f1;
	border-color: #2c94d9;
}
.list ul li ul li ul li a {
	color: #238fd7;
	padding-left: 30px;
}
.ny_cplb {
	margin-top: 35px;
}
.ny_cplb ul li {
	width: calc((100% - 100px)/3 );
	float: left;
	margin: 15px;
	background: #fff;
	transition: all 0.3s;
	-wbkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	border: #eee 1px solid;
	box-sizing: border-box;
}
.ny_cplb ul li:hover {
	-webkit-box-shadow: 0 10px 15px 0 rgba(0,0,0,.1), 0 15px 20px 0 rgba(0,0,0,.1);
	box-shadow: 0 10px 15px 0 rgba(0,0,0,.1), 0 15px 20px 0 rgba(0,0,0,.1);
	transform: translateY(-10px);
	-wbkit-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transition: all 0.3s;
	-wbkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	background: #0065b3;
}
.ny_cplb ul li img {
	width: 100%
}
.ny_cplb ul li h3 {
	font-size: 14px;
	margin: 10px;
	text-align: center;
	color: #333;
}
.ny_cplb ul li:hover h3 {
	color: #fff;
}
.page {
	margin: 20px 0 40px;
	text-align: center
}
.page ul li {
	display: inline-block
}
.page ul li a {
	width: 40px;
	background: #fff;
	display: block;
	color: #666;
	border: #eee 1px solid;
	line-height: 35px;
	font-size: 14px;
}
.page ul li a.prv {
	width: 120px;
}
.page ul li a:hover {
	color: #0065b3
}
.page ul li a.on {
	color: #0065b3
}


.xiaocms-page { margin: 20px 0 40px;
	text-align: center}
.xiaocms-page a {	width: 40px;
	background: #fff;
	display: block;
	color: #666;
	border: #eee 1px solid;
	line-height: 35px;
	font-size: 14px;
  display: inline-block;
  }
.xiaocms-page a:hover { 	color: #0065b3}
.xiaocms-page span {width: 40px;
	background: #fff;
	display: block;
	color: #666;
	border: #eee 1px solid;
	line-height: 35px;
	font-size: 14px;
  display: inline-block;
  	color: #0065b3}



.wzxx {
	line-height: 50px;
	font-size: 17px;
	color: #777;
	margin-bottom: 20px;
	border-bottom: #ccc 1px solid;
	padding: 0 15px;
}
.wzxx a {
	color: #666;
}
.subNavBox {
	margin: 0px auto;
	padding: 5px 0;
	box-sizing: border-box;
}
.subNav {
	border-bottom: solid 1px #e5e3da;
	cursor: pointer;
	font-size: 16px;
	color: #333;
	line-height: 40px;
	padding: 0 10px 0 20px;
	background: url(../images/jiantou1.png) no-repeat;
	background-position: 95% 50%;
	background-size: 6px;
}
.subNav:hover {
	color: #fff;
	background-color: #0065b3;
}
.currentDd {
	color: #fff
}
.currentDt {
	background-image: url(../images/jiantou.png);
	background-size: 12px;
	background-color: #0065b3;
}
.navContent {
	display: none;
	border-bottom: solid 1px #e5e3da;
	padding: 0 0 10px
}
.navContent li a {
	display: block;
	height: 30px;
	text-align: left;
	font-size: 14px;
	line-height: 30px;
	color: #666;
	padding-left: 20px;
	text-transform: capitalize;
}
.navContent li a:hover {
	color: #fff;
	background-color: #0065b3;
}
.tabbox1 {
	width: 100%;
	height: auto;
}
.tabmenu1 {
	width: 100%;
	height: 51px;
	border-bottom: #eee 1px solid
}
.tabmenu1 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.tabmenu1 li {
	text-align: center;
	float: left;
	display: block;
	height: 50px;
	overflow: hidden;
	background-color: #0065b3;
	line-height: 50px;
	display: inline;
	font-size: 18px;
	color: #fff;
	border-right: #fff 1px solid;
	border-left: 0px solid #ccc;
	padding: 0 25px;
}
.tabmenu1 .cli {
	text-align: center;
	float: left;
	display: block;
	overflow: hidden;
	/*background: #e46710;*/
	display: inline;
	cursor: pointer;
	color: #fff;
	border-left: 1px solid #ccc;
}
#tabcontent1 {
	width: 100%;
	background-color: #fff;
}
#tabcontent1 ul {
	margin: 0;
	padding: 5px;
	list-style-type: none;
}
#tabcontent1 .hidden {
	display: none;
}
.xqms {
	line-height: 30px;
	font-size: 14px;
	padding: 20px;
	color: #333;
}
 @media only screen and (max-width:1368px) {
.gallery-top .mb1 h1 {
	font-size: 40px;
}
.gallery-top .mb1 h4 {
	font-size: 28px;
}
.sy_pro ul li .wenz .ico {
	width: 60px;
	margin: 15px auto 15px;
}
.gallery-top .mb1 .nr {
	width: 90%;
}
.sy_pro ul li .wenz .more {
	margin-top: 30px;
	width: 150px;
}
.sy_pro ul li .wenz .more a {
	line-height: 32px;
}
.con {
	width: 90%;
}
.n_ban .w_z.rt {
	width: 20%;
	left: 3%
}
.header .container {
	width: 90%;
}
.list {
	width: 200px;
	border-bottom: solid 1px #2c94d9;
	margin: 40px auto 0 auto;
	float: left;
}
.container {
	width: 95%;
}
.list {
	width: 17%;
}
.list ul li a {
	padding-left: 25px;
	font-size: 14px;
}
.list ul li ul li ul li a {
	padding-left: 25px;
}
.list ul li ul li a {
	padding-left: 25px;
}
}
 @media only screen and (max-width:1024px) {
.gallery-top .swiper-slide {
	height: 22rem;
	width: 100%;
}
.gallery-top .mb1 h1 {
	font-size: 2rem;
	margin-bottom: 20px;
	margin-top: 15%;
}
.gallery-top .mb1 h4 {
	font-size: 1.6rem;
}
.con {
	width: 90%;
}
.sy_cp ul li {
	width: calc((100% - 60px)/2);
	margin: 15px;
}
.wuyou-waiter {
	display: none
}
.sy_cp .bt a {
	line-height: 35px;
	font-size: 14px;
	padding: 0 10px;
}
.more {
	width: 180px;
	margin: 30px auto 0;
}
.sy_pro ul li .wenz .ico {
	margin: 20px auto;
}
.index-about .tp {
	width: 100%;
	float: none;
}
.section-title2 {
	margin-bottom: 2rem;
}
.section-title2 h3 {
	font-size: 2.4rem;
}
.injs .link .cum {
	width: 49%;
	margin: 0.5%;
	height: 232px;
}
.injs .link {
	padding-top: 0px;
}
.fnews {
	padding-top: 40px;
}
.index-about {
	width: 90%;
}
.index_con2 {
	padding: 40px 0;
}
.zj02 {
	width: 100%;
	padding-bottom: 0;
}
.index_con2 h3 {
	font-size: 2rem;
}
.index_con2_list2 {
	display: none;
}
.ftlink.fl {
	display: none;
}
.fttop .view {
	padding: 30px 0;
	width: 90%;
}
.fttop .partner {
	text-align: center;
	width: 100%
}
.xx4 .bd .xx11 .box .left {
	display: none;
}
.xx4 .bd .xx11 .box .right {
	width: 100%;
	height: auto;
}
.footer .footer_top .center {
	display: none;
}
.footer .footer_top .right {
	width: 100%;
}
.ftbot {
	height: auto;
	line-height: 1.6;
	padding: 10px;
	box-sizing: border-box;
	min-width: 100%;
}
.fttop .partner h3 {
	margin-bottom: 20px;
}
.main-pro-con {
	width: 100%;
	overflow: hidden;
}
.main-pro-con span {
	box-sizing: border-box;
	margin-left: 1px;
}
.main-pro-more {
	margin-left: 5px;
}
.sy_cpjs {
	padding: 40px 0 0;
}
.main-pro-con > div {
	position: relative;
	top: 0;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0);
}
.sy_ys .ys_js ul li {
	width: 46%;
	padding: 20px;
	margin: 0 2% 30px;
	height: 385px;
	box-sizing: border-box;
}
.sy_ys .ys_js ul {
	width: 100%;
}
.sy_ys {
	padding: 30px 0 0px;
}
.sy_gywm .nr {
	width: 90%;
	margin: 0 auto;
	padding: 20px 30px 40px;
}
footer .wrap-top-left {
	width: 60%;
}
footer .wrap-top-mid {
	display: none;
}
footer .wrap-top-left::after {
	width: 0px;
}
footer .wrap-top-right {
	width: 30%;
	text-align: center;
	margin-right: 28px;
}
.n_ban {
	height: 15rem;
}
.n_ban .w_z.rt {
	top: 60%;
	width: 40%;
	left: 10%;
	padding: 15px;
}
.container {
	width: 90%;
}
.sy_hzhb ul li {
	width: 30.3333%;
	margin: 1%;
}
.ny_cq ul li {
	width: 46%;
	margin: 0 2% 4%;
}
.ny_cq ul li:nth-child(3n) {
	margin-right: 2%;
}
.cpxq .left {
	width: 100%;
}
.cpxq .right {
	width: 100%;
	margin-top: 3rem
}
.nleft {
	width: 100%;
	margin: 30px auto 0 auto;
	position: relative;
}
.nleft .bt .w_z {
	display: block;
	position: absolute;
	right: 15px;
	top: 0;
	padding: 0;
	width: 20px;
	height: 60px;
	background: url(../images/nyej.png) center / 100% no-repeat;
}
.subNavBox {
	position: absolute;
	left: 0;
	top: 60px;
	width: 100%;
	display: none;
	background: #fff;
	z-index: 99
}
.wzxx {
	line-height: 30px;
	font-size: 14px;
	margin-bottom: 10px;
}
.cpxq {
	padding: 10px 15px;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 30px;
}
.ny_cplb ul li {
	width: calc((100% - 60px)/2 );
	box-sizing: border-box;
	margin: 15px;
}
}
 @media only screen and (max-width:600px) {
.header .right a.a3 {
	display: none;
}
.header .right .nopost-tel .tel-icon {
	display: none;
}
.header .right .nopost-tel .tel-icon2 {
	display: none;
}
.header .right .nopost-tel {
	display: none;
}
.index-mod-title .mod-title-name {
	font-size: 2.2rem;
}
.mod-title-en {
	margin: 10px 0 0;
}
.sy_cp ul li {
	width: 100%;
	margin: 10px 0;
}
.sy_cp {
	padding: 30px 0;
}
.index_con2 p {
	font-size: 14px;
}
.news {
	padding-top: 30px;
	padding-bottom: 30px;
}
.xx4 .bd .xx11 {
	margin: 0px auto 0;
}
.xx4 .bd .xx11 .box .right ul li {
	padding: 10px 0;
}
.xx4 .bd .xx11 .box .right ul li .dian {
	display: none;
}
.xx4 .bd .xx11 .box .right ul li .ri {
	height: auto;
	width: 80px;
	font-size: 25px;
	padding-bottom: 35px;
}
.footer .footer_top .right .info {
	margin-right: 0px;
	width: 100%;
	float: none;
}
.footer .footer_top .right .qrcode {
	margin: 20px auto 0;
	float: none;
}
.footer .footer_top .logo {
	display: none;
}
.footer .footer_btm {
	line-height: 1.5;
	padding: 10px;
}
.xx4 .bd .xx11 .box .right ul li .nr {
	width: calc(100% - 90px);
}
.xx4 .bd .xx11 .box .right ul li .nr h3 {
	font-size: 16px;
}
.xx4 .bd .xx11 .box .right ul li .nr p {
	font-size: 14px;
	margin-top: 10px;
}
.sy_al {
	padding: 30px 0;
}
.swiper-yxxy .swiper-slide .w_z p {
	font-size: 14px;
}
.sy_dbk {
	margin-top: 30px;
	margin-bottom: 30px;
}
.ny_cq {
	padding: 2rem 0;
}
.ntit {
	padding: 1rem 0;
}
.ny_cplb {
	margin-top: 15px;
}
.ny_cplb ul li {
	width: 100%;
	margin: 10px 0;
}
.page ul li a.prv {
	width: 70px;
}
.page {
	margin: 20px 0 20px;
}
.page ul li a {
	width: 28px;
	line-height: 30px;
}


.xiaocms-page{margin: 20px 0 20px;}
.xiaocms-page ul li a,.xiaocms-page ul li span{ 	width: 28px;
	line-height: 30px;}


.section-title h3 {
	font-size: 2.4rem;
}
.main-pro-bor span {
	padding: 5px 26px;
	font-size: 1.2rem;
}
.section-title p {
	margin-top: 0px;
}
.section-title {
	margin-bottom: 2rem;
}
.lbwc .swiper-button-prev {
	background: rgba(0,0,0,0.3 )url(../images/banner-l.png) no-repeat;
	background-size: auto;
	left: 0;
	display: none;
}
.lbwc .swiper-button-next {
	background: rgba(0,0,0,0.3) url(../images/banner-r.png) no-repeat;
	right: 0;
	display: none
}
.main-pro-con h3 {
	font-size: 1.8rem;
	margin-bottom: 1.5rem;
}
.main-pro-con p {
	line-height: 2;
	font-size: 1.2rem;
}
.main-pro-more {
	margin-top: 2rem
}
.fnewslist li .date {
	font-size: 18px;
}
.fnewslist {
	padding: 0px 0 30px;
}
.fnewslist li h3 {
	font-size: 1.6rem;
	line-height: 1.8;
	height: auto;
	margin-bottom: 1.5rem;
}
.fnewslist li .txt {
	font-size: 1.4rem;
	line-height: 1.8;
	height: auto;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.fnewslist li {
	margin-bottom: 2rem;
}
.sy_dbk .wznr h2 {
	font-size: 1.6rem;
	padding-top: 10%;
	margin-bottom: 1rem;
}
.sy_dbk .wznr h4 {
	font-size: 1.2rem;
}
.sy_gywm {
	padding: 2rem 0;
}
.sy_gywm .nr p {
	font-size: 1.2rem
}
.sy_gywm ul li {
	width: 100%;
	padding: 20px;
	margin-top: 3rem;
}
.sy_gywm ul li h3 {
	margin-top: 30px;
	font-size: 1.5rem;
	margin-bottom: 1rem;
}
.sy_gywm ul li p {
	font-size: 1.2rem;
}
.sy_dbk {
	height: auto;
}
footer .wrap-top-left {
	width: 100%;
}
footer .wrap-top-right {
	width: 100%;
	margin-right: 0;
	margin-top: 10px;
}
footer .wrap-bottom .ftext {
	line-height: 1.5;
}
footer .wrap-bottom .f-right {
	width: 100%;
	text-align: center;
	margin-left: 0;
	line-height: 1.5;
	padding-top: 12px;
}
footer .wrap-top-left .con {
	font-size: 1.2rem;
	line-height: 1.8;
}
footer .wrap-bottom {
	font-size: 1.2rem;
}
.n_ban .w_z h3 {
	font-size: 1.5rem;
}
.n_ban .w_z p {
	font-size: 2.4rem;
	margin-bottom: 0;
}
.n_ban .w_z.rt {
	left: 5%;
	width: 45%;
	padding: 10px;
}
.ntit ul li {
	width: 30.3333%;
	margin: 0 1.5% 2%;
	min-width: 90px;
}
.ntit ul li a {
	line-height: 3rem;
	padding: 0;
	font-size: 1.2rem;
}
.main-title h2 {
	font-size: 2.2rem;
	margin-bottom: 1.5rem;
}
.tabmenu1 li {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	padding: 0;
	/*width: 25%;*/
width: 50%;
	box-sizing: border-box;
}
.tabmenu1 {
	height: 31px;
}
.xqms {
	line-height: 28px;
	font-size: 14px;
	padding: 20px 0;
}
.container {
	width: 90%;
}
.cpxq .right h2 {
	font-size: 1.6rem;
}
.cpxq .right h3 {
	font-size: 1.8rem;
	margin-bottom: 1.8rem;
}
.cpxq .right p {
	font-size: 1.4rem;
}
.cpxq .cptd h3 {
	font-size: 1.6rem;
}
.cpxq .cptd p {
	font-size: 1.2rem;
	margin-bottom: 1rem;
}
.zplm ul li h3 {
	font-size: 2rem;
}
.fldy ul li h3 {
	font-size: 1.4rem;
}
.sy_msfc {
	padding: 3rem 0;
}
.cpxq .cptd .bt {
	font-size: 16px;
	line-height: 35px;
}
.cpxqlb .swiper-button-next {
	display: none;
}
.cpxqlb .swiper-button-prev {
	display: none;
}
.ny_jspt ul li .wenz p {
	font-size: 14px;
}
.more1 {
	display: none;
}
}
/*news*/
.Activsbf1_lb {
	width: 100%;
	margin-top: 10px;
}
.Activsbf1_lb dl {
	width: 100%;
	background: #f6f6f6;
	float: left;
	margin: 0 0 20px;
	display: inline;
	box-sizing: border-box;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	padding-bottom: 10px;
}
.Activsbf1_lb dt {
	width: 30%;
	float: left;
	overflow: hidden;
}
.Activsbf1_lb dt a {
	overflow: hidden;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.Activsbf1_lb dt img {
	vertical-align: middle;
	width: 100%;
}
.Activsbf1_lb dd {
	width: 98%;
	margin-top: 15px;
	margin-left: 1%
}
.Activsbf1_lb dd .newNrtit {
	width: 100%;
	line-height: 30px;
	font-size: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 10px;
}
.Activsbf1_lb dd .newNrtit a {
	font-size: 24px;
	color: #333;
}
.Activsbf1_lb dd .newNrjs {
	width: 96%;
	margin-top: 10px;
	line-height: 1.8;
	color: #666;
	font-size: 14px;
	letter-spacing: 1px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.Activsbf1_lb dd .Acdltj_time {
	width: 100%;
	margin: 15px 0 0;
	color: #999;
}
.Activsbf1_lb dd .more2 a {
	width: 150px;
	line-height: 32px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	margin-top: 20px;
	border-radius: 18px;
	background: #04599f;
	color: #fff
}
.Activsbf1_lb dd:hover .more2 a {
	opacity: 0.8
}
.Activsbf1_lb dl:hover dd .newNrtit a {
	color: #04599f;
}
.Activsbf1_lb dl:hover dt img {
	-webkit-transition: -webkit-transform 0.3s ease 0s;
	transition: transform 1s ease 0s;
	-webkit-transform-origin: center;
	transform-origin: center;
}
.Activsbf1_lb dl:hover dt img {
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}
 @media only screen and (max-width:1024px) {
.Activsbf1_lb dt {
	width: 40%;
}
.Activsbf1_lb dd {
	width: 96%;
	margin-top: 10px;
	margin-right: 1%;
}
.Activsbf1_lb dd .newNrtit a {
	font-size: 20px;
}
.Activsbf1_lb dd .Acdltj_time {
	margin: 0 0 0;
}
.Activsbf1_lb dd .newNrjs {
	letter-spacing: 0;
	-webkit-line-clamp: 2;
}
.Activsbf1_lb dd .more2 a {
	width: 120px;
}
}
/*my*/
.ncontent {
}
.ncontent img {
	max-width: 100%;
}
.ncontent .bt1 {
	text-align: center;
	font-size: 22px;
	min-height: 30px;
	line-height: 180%;
	;
}
.ncontent .shijian1 {
	text-align: center;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}
.m_content {
	margin-top: 15px;
	line-height: 180%;
	font-size: 15px;
}
.m_content img {
	max-width: 100%;
	height: auto !important;
}
.shijian1 span {
	display: none;
}
 @media only screen and (max-width:760px) {
.ncontent .bt1 {
	font-size: 16px;
}
.m_content {
	font-size: 14px;
}
}
.ny_cp {
	padding: 50px 0;
	background: #fafafa;
}
.ny_cp ul li {
	width: 31.3333%;
	float: left;
	margin: 0 1% 2%;
	background: #fff;
	position: relative;
	transition: all 0.3s;
	-wbkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
}
.ny_cp ul li:hover {
	-webkit-box-shadow: 0 0 8px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 8px 5px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 0 8px 5px rgba(0,0,0,0.1);
	-o-box-shadow: 0 0 8px 5px rgba(0,0,0,0.1);
	box-shadow: 0 0 8px 5px rgba(0,0,0,0.1);
	transition: all 0.3s;
	-wbkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
}
.ny_cp ul li .tp {
	overflow: hidden;
}
.ny_cp ul li img {
	width: 100%;
	display: block;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ny_cp ul li:hover img {
	-webkit-transform: scale(1.07);
	-moz-transform: scale(1.07);
	-o-transform: scale(1.07);
	-ms-transform: scale(1.07);
	transform: scale(1.07);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ny_cp ul li .wenz {
	padding: 15px;
	border-top: #eee 1px solid;
}
.ny_cp ul li .wenz h3 {
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	text-align: center;
	font-weight: 100;
}
.ny_cp ul li .wenz p {
	font-size: 14px;
	text-align: left;
	color: #555;
	line-height: 1.8;
	margin-bottom: 10px;
}
.ny_cp ul li span {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	background: #04599f;
	transition: all 0.3s;
	-wbkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	width: 0;
	z-index: 3;
}
.ny_cp ul li:hover span {
	width: 100%;
	transition: all 0.3s;
	-wbkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
}
.ny_cp ul li:hover .wenz h3 {
	color: #04599f;
}
.ny_cp ul li:hover .wenz p {
	color: #04599f;
}
.ny_fw {
	padding: 50px 0;
}
.ny_fw ul li {
	margin-bottom: 10px;
	background: #f6f6f6;
	position: relative;
	overflow: hidden;
}
.ny_fw ul li .tp {
	width: 50%;
	overflow: hidden;
}
.ny_fw ul li .tp img {
	width: 100%;
	display: block;
}
.ny_fw ul li .wenz {
	width: 50%;
	position: absolute;
	right: 0;
	height: 100%;
	top: 0;
	padding: 25px 3% 25px 5%;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}
.ny_fw ul li:nth-child(2n) .wenz {
	left: 0;
	right: auto;
}
.ny_fw ul li .wenz .tb {
	width: 80px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ny_fw ul li .wenz .tb i {
	font-size: 45px;
	color: #333;
	text-align: center;
}
.ny_fw ul li:hover .wenz .tb {
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	transform: rotateY(360deg);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ny_fw ul li .wenz h3 {
	font-size: 24px;
	line-height: 1.25;
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 30px;
	color: #222;
}
.ny_fw ul li .wenz h3:before {
	content: '';
	position: absolute;
	left: 0%;
	width: 2em;
	height: 4px;
	background: rgba(181,181,182,0.5);
	bottom: 0px;
}
.ny_fw p {
	color: #666;
	line-height: 1.8;
	letter-spacing: 0.1em;
	text-align: justify;
	margin-bottom: 10px;
	font-weight: lighter;
	font-size: 14px;
}
 @media only screen and (max-width:1024px) {
.ny_cp ul li {
	width: 48%;
}
.ny_cp ul li .wenz {
	padding: 10px;
}
.ny_cp ul li .wenz h3 {
	font-size: 14px;
}
.page a {
	height: 26px;
	line-height: 26px;
	margin: 0 4px;
	width: 26px;
}
.n_ban .w_z.rt {
	top: 30%;
	left: 5%;
	background: rgba(4,89,159,0.7);
	padding: 20px 30px;
	box-sizing: border-box;
	border-radius: 10px;
	margin-left: -0;
}
.ny_fw ul li .wenz {
	width: 100%;
	position: static;
}
.ny_fw ul li .tp {
	width: 100%;
}
.ny_fw ul li .wenz h3 {
	font-size: 20px;
	margin-bottom: 20px;
}
.ny_khfw {
	margin: 30px auto;
	width: 90%;
}
}
.lbcontent {
	width: 100%;
	margin-top: 0px;
	min-height: 300px;
}
.lbcontent .lbx li {
	position: relative;
	line-height: 45px;
	height: 45px;
	width: 100%;
	margin: auto;
	border-bottom: 1px dotted #b4b4b4;
	background: none;
}
.lbcontent .lbx li label {
	position: absolute;
	left: 5px;
	top: 12px;
	width: 25px;
	height: 25px;
	background: url(pt.png) no-repeat;
}
.lbcontent .lbx li a {
	float: left;
	color: #8c8c8c;
	font-size: 14px;
	padding-left: 0px;
	line-height: 45px;
}
.lbcontent .lbx li span {
	position: absolute;
	top: 0px;
	right: 5px;
	line-height: 45px;
	height: 45px;
	color: #8c8c8c;
	font-size: 13px;
}
.lbcontent .lbx li:hover {
	background: #f4f4f4;
}

#map{ width:700px; height:500px;}
.lfooter{ display:none;}
@media only screen and (max-width:995px){
	#map{ width:100%; height:300px;}
	.lfooter {display:block; width:100%; height:70px; background-color:#222222; position:sticky; bottom:0px; z-index:999999; }
.lfooter ul li { width:33.3%; height:auto; float:left; text-align:center; padding:10px 0px; }
.lfooter ul li a { color:#fff; line-height:12px; font-size:13px;}
}