@charset "utf-8";

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}


html {
	margin: 0 auto;
}

body {
	font: 12px/1.8 "Microsoft Yahei", "STHeitiSC", "Hiragino Sans GB", Arial, "Helvetica", "SimHei", "STXihei", sans-serif;
	margin: 0 auto;
	color: #000;
	background-color: #fff;
	min-width: 320px;
	overflow-x: hidden;
	font-family: pf;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	font-weight: normal;
	margin: 0;
	line-height: 1.1;
}

p {
	line-height: 1.5;
}

a,
a:visited {
	text-decoration: none;
}

a {
	color: #000;
}

li {
	list-style: none;
}

ul,
li,
ol,
dd,
dl {
	margin: 0;
	padding: 0;
}

fieldset,
input,
button,
textarea {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	-webkit-appearance: none;
}

input[type='checkbox'] {
	-webkit-appearance: checkbox;
}

input[type='radio'] {
	-webkit-appearance: radio;
}


.fl {
	float: left;
}

.fr {
	float: right;
}

.cl:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}

.img {
	max-width: 100%;
	height: auto;
	display: block;
}

.img2 {
	max-height: 100%;
	width: auto;
}

.trans {
	-moz-transition: all ease .8s;
	-webkit-transition: all ease .8s;
	-o-transition: all ease .8s;
	transition: all ease .8s;
}

.trans04 {
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;
}

.trans2 {
	-moz-transition: all ease 2s;
	-webkit-transition: all ease 2s;
	-o-transition: all ease 2s;
	transition: all ease 2s;
}

.transcalxzero {
	transform: scaleX(0);
	-o-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-webkit-transform: scaleX(0);
}

.transcaletop {
	transform: scale(1, 0);
	-o-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	-moz-transform: scale(1, 0);
	-webkit-transform: scale(1, 0);
}

.bg {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding-bottom: 31%;
}

.bg0 {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.absolute {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.abs {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.flex {
	display: box;
	/* OLD - Android 4.4- */
	display: flexbox;
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
	justify-content: center;
	align-items: center;
	overflow: hidden;
}


/*公共*/
.fl {
	float: left;
}

.fr {
	float: right;
}

.cb {
	clear: both;
}

.c12 {
	width: 1200px;
	margin: auto;
}

.cover {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.contain {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

a,
.tran,
img {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

a {
	color: #000;
}

.tran5 {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.pic {
	transition: all 2s;
	-webkit-transition: all 2s;
}

.pic.cover {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.pic.contain {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.contain {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.none {
	display: none;
}

.pb0 {
	padding-bottom: 0;
}

.wrap {
	padding: 0 7.5%;
	/* overflow: hidden; */
}

/*@font-face {*/
	/* font-properties */
/*	font-family: syht;*/
/*	src: url('syht.otf'),*/
/*		url('syht.otf'),*/
/*		url('syht.otf');*/
	/* IE9 */
/*}*/

/*@font-face {*/
	/* font-properties */
/*	font-family: pf;*/
/*	src: url('pf.ttf'),*/
/*		url('pf.ttf'),*/
/*		url('pf.ttf');*/
	/* IE9 */
/*}*/

.sy {
	font-family: syht;
}

.pf {
	font-family: pf;
}

.bshare-custom a {
	background-image: none !important;
	padding: 0 !important;
}

.bshare-custom a:hover {
	text-decoration: none !important;
}

.index-banner,
.index-banner li {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.index-banner .pic-w {
	position: relative;
	overflow: hidden;
	padding-bottom: 43%;
}

.index-banner .index-page {
	position: absolute;
	left: 0;
	z-index: 3;
	bottom: 5%;
	text-align: center;
	font-size: 0;
}

.index-banner .index-page .swiper-pagination-bullet {
	opacity: 1;
	width: 8px;
	height: 8px;
	background: #fff;
	cursor: pointer;
	outline: none;
	border-radius: 4px;
	margin: 0 10px;
	transition: all .3s;
}

.index-banner .index-page .swiper-pagination-bullet-active {
	width: 25px;
}

.index-banner .txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	text-align: center;
	color: #fff;
}

.header-top {
	height: 50px;
	line-height: 50px;
	background: #24aae1;
	color: #fff;
	padding: 0 4.5%;
  
    position: relative;
    z-index: 999999;
}

.header-top::after {
	content: "";
	clear: both;
	display: block;
}

.header-top .iconfont {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	margin-right: 10px;
}

.header-top .lang {
	margin-right: 30px;
	position: relative;
}

.header-top .lang p {
	line-height: 50px;
}

.header-top .lang .iconfont {
	font-size: 20px;
	margin-right: 5px;
}

.header-top .lang ul {
	position: absolute;
	left: 0;
	right: 0;
	background: #fff;
	transition: all 0.3s;
	visibility: hidden;
	z-index: -1;
	top: 120%;
	opacity: 0;
	line-height: 25px;
}

.header-top .lang ul a {
	display: block;
	color: #24aae1;
	text-align: center;
	padding: 5px;
	font-size: 12px;
	border-bottom: 1px solid #ccc;
}

.header-top .lang:hover ul {
	visibility: visible;
	z-index: 9;
	top: 100%;
	opacity: 1;
}

.header-top .lang a:hover {
	background: #24aae1;
	color: #fff;
}

header {
	position: absolute;
	top: 50px;
	z-index: 9;
	left: 0;
	width: 100%;
	padding: 0 12%;
	padding-top: 30px;
  transition:all .3s
}
header.on{
	position:fixed;
	z-index: 999;
  background:rgba(36, 170, 225, .8);
  top:0;
	padding: 1% 12%;
}

header .logo {
	display: block;
	float: left;
}

header .logo img {
	vertical-align: top;
	height: 60px;
}

header nav a {
	display: block;
	float: left;
	height: 60px;
	line-height: 60px;
	color: #fff;
	margin-left: 40px;
	font-size: 16px;
	position: relative;
}

header nav a::after {
	content: "";
	position: absolute;
	width: 31px;
	height: 9px;
	background: url(../images/leaf.png);
	left: 50%;
	bottom: 0;
	margin-left: -15.5px;
	z-index: 3;
	transition: all 0.3s;
	transform: scale(0);
}

header nav a.on::after,
header nav a:hover::after {
	transform: scale(1);
}

header .menu {
	height: 60px;
	line-height: 60px;
	color: #fff;
	margin-left: 60px;
	overflow: hidden;
	cursor: pointer;
}

header .menu i {
	display: block;
	height: 60px;
	line-height: 62px;
	font-size: 24px;
	transition: all 0.3s;
}

header .menu:hover i {
	transform: translateY(-100%);
}

.index-about {
	padding: 4.5% 12.5%;
	background-image: url(../images/index-about.jpg);
	background-color: #ecf0f3;
}

.index-about .big-title {
	text-align: center;
	line-height: 1.1;
}

.index-about .big-title .des {
	margin-top: 30px;
	opacity: .7;
	font-size: 14px;
}

.index-about .big-title .sml {
	color: #2d2d2d;
	margin-top: 15px;
}

.index-about .big-title a {
	display: block;
	margin: auto;
	margin-top: 50px;
	height: 50px;
	line-height: 48px;
	background: #24aae1;
	border: 1px solid #24aae1;
	color: #fff;
	text-align: center;
	border-radius: 10px;
	width: 200px;
	box-shadow: 0 15px 30px 0 rgba(15, 92, 124, .3);
	font-size: 14px;
	text-transform: uppercase;
}

.index-about .big-title a:hover {
	box-shadow: 0 0 30px 0 rgba(15, 92, 124, .3);
	background: #ecf0f3;
	color: #24aae1;
}

.index-about .main {
	margin-top: 10%;
	position: relative;
	padding-bottom: 4%;
}

.index-about .main::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 1920px;
	height: 100px;
	background: url(../images/line.png) center center no-repeat;
}

.index-about .main .top {
	position: relative;
	z-index: 3;
}
/*
.index-about .main .top .fl {
	width: 45%;
}*/

.index-about .main .top .fl .big {
	line-height: 1.1;
}

.index-about .main .top .fl .des {
	opacity: .7;
	margin-top: 30px;
	font-size: 14px;
}

.index-about .main .top a {
	display: block;
	height: 50px;
	line-height: 48px;
	background: #24aae1;
	border: 1px solid #24aae1;
	color: #fff;
	text-align: center;
	border-radius: 10px;
	width: 200px;
	box-shadow: 0 15px 30px 0 rgba(15, 92, 124, .3);
	font-size: 14px;
	text-transform: uppercase;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.index-about .main .top a:hover {
	box-shadow: 0 0 30px 0 rgba(15, 92, 124, .3);
	background: #ecf0f3;
	color: #24aae1;
}

.index-about .main .list {
	margin-top: 5%;
	display: flex;
	justify-content: space-between;
}

.index-about .main .list .box {
	width: 20%;
	background: #fff;
	border-radius: 15px;
	padding: 3%;
	transition: all .3s;
	box-shadow: 0 15px 35px 0 rgba(15, 92, 124, .1);
	position: relative;
	overflow: hidden;
	cursor: pointer;
  position:relative;
}
.index-about .main .list .box a{
	position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  z-index:5;
}

.index-about .main .list .pic-w {
	width: 60px;
	height: 60px;
	background: #f4f6f8;
	border-radius: 50%;
	text-align: center;
	line-height: 60px;
	font-size: 36px;
	transition: all .5s;
}

.index-about .main .list .title {
	margin-top: 40px;
}

.index-about .main .list .des {
	margin-top: 10px;
	opacity: .7;
}

.index-about .main .list .box:hover {
	background: #24aae1;
	color: #fff;
}

.index-about .main .list .box:hover .pic-w {
	background: #24aae1;
	color: #fff !important;
	transform: rotateY(360deg);
}

.index-about .main .list .box:nth-child(1) .pic-w {
	color: #24aae1;
}

.index-about .main .list .box:nth-child(2) .pic-w {
	color: #7fc242;
}

.index-about .main .list .box:nth-child(3) .pic-w {
	color: #feb41e;
}

.index-about .main .list .box:nth-child(4) .pic-w {
	color: #549bce;
}

.index-about .main .list .box::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 120px;
	height: 120px;
	background: #35b1e3;
	border-radius: 50%;
	transition: all .3s;
	transform: translate(100%, -100%);
}

.index-about .main .list .box:hover::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 120px;
	height: 120px;
	background: #2bb9f3;
	border-radius: 50%;
	transition: all .3s;
	transform: translate(10%, -10%);
}

.index-pro {
	padding: 4.5% 12.5%;
	position: relative;
	overflow: hidden;
	background-color: #ecf0f3;
}

.index-pro::after {
	content: "";
	position: absolute;
	left: 0;
	width: 60%;
	height: 100%;
	top: 0;
	z-index: 1;
	background: #fff;
	border-radius: 0 30px 30px 0;
}

.index-pro .top {
	overflow: hidden;
	width: 45%;
	position: relative;
	z-index: 3;
}

.index-pro .top span {
	display: inline-block;
	float: left;
	height: 50px;
	line-height: 50px;
}

.index-pro .top a {
	display: block;
	height: 50px;
	line-height: 48px;
	border: 1px solid #24aae1;
	background: #fff;
	color: #24aae1;
	text-align: center;
	border-radius: 10px;
	width: 200px;
	font-size: 14px;
	text-transform: uppercase;
}

.index-pro .top a:hover {
	color: #fff;
	background: #24aae1;
}

.index-pro .list {
	overflow: hidden;
	margin-top: 30px;
	position: relative;
	z-index: 3;
}

.index-pro .list li {
	position: relative;
	margin-top: 40px;
}

.index-pro .list li a {
	display: block;
}

.index-pro .list li a::after {
	content: "";
	display: block;
	clear: both;
}

.index-pro .list li .pic-w {
	float: right;
	width: 71.5%;
	padding-bottom: 30%;
	position: relative;
	overflow: hidden;
}

.index-pro .list li .txt {
	position: absolute;
	width: 45%;
	background: #fff;
	z-index: 2;
	border-radius: 0 15px 15px 0;
	top: 20%;
	bottom: 20%;
	left: 0;
	padding: 5%;
	transition: all 0.5s;
}

.index-pro .list li .txt .left {
	float: left;
	overflow: hidden;
	width: 80%;
}

.index-pro .list li .title {
	transition: all .3s;
}

.index-pro .list li .des {
	text-align: justify;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/*控制显示的行数*/
	overflow: hidden;
	-webkit-box-orient: vertical;
	opacity: .7;
	font-size: 14px;
	margin-top: 10px;
}

.index-pro .list li i {
	float: right;
	width: 40px;
	height: 40px;
	border: 1px solid #7f7f7f;
	text-align: center;
	line-height: 38px;
	transition: all 0.3s;
	display: block;
	border-radius: 50%;
	margin-top: 38px;
}

.index-pro .list li .txt::after {
	content: "";
	width: 2px;
	height: 50%;
	background: #209ad6;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	transition: all .3s;
}

.index-pro .list li:hover i {
	background: #209ad6;
	border-color: #209ad6;
	color: #fff;
}

.index-pro .list li:hover .txt::after {
	height: 100%;
}

.index-pro .list li:hover .txt .title {
	color: #209ad6;
}

.index-pro .list li:hover .pic {
	transform: scale(1.1);
}

.index-pro .list li:hover .txt {
	box-shadow: 0 15px 30px 0 rgba(15, 92, 124, .1);
	margin-left: 3%;
}

.index-news {
	padding: 4.5% 12.5%;
	background-color: #ecf0f3;
}

.index-news .big-title {
	text-align: center;
}

.index-news .big-title a {
	color: #24aae1;
	text-transform: uppercase;
	font-size: 14px;
}

.index-news .big-title a:hover {
	color: #209ad6;
}

.index-news .main {
	margin-top: 4.5%;
	display: flex;
	justify-content: space-between;
}

.index-news .main .list {
	width: 25.5%;
}

.index-news .main .list .box{
	transition: all 0.3s;
	border-radius: 15px;
	margin-bottom: 15px;
}
.index-news .main .list .txt {
	padding: 15px;
}

.index-news .main .list .pic-w {
	position: relative;
	overflow: hidden;
	border-radius: 15px;
	padding-bottom: 55%;
}

.index-news .main .list .time {
	margin-top: 10px;
}

.index-news .main .list .title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 10px 0 15px 0;
	transition: all .3s;
}

.index-news .main .list .des {
	line-height: 20px;
	height: 40px;
	text-align: justify;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/*控制显示的行数*/
	overflow: hidden;
	-webkit-box-orient: vertical;
}

.index-news .main .list .iconfont {
	margin-top: 5px;
	font-size: 20px;
  	font-weight:bold;
}
.index-news .main .list .box:hover{
	/*background: #fff;
	box-shadow: 0 15px 30px 0 rgba(15, 92, 124, .1);*/
}
.index-news .main .list .box:hover .title,
.index-news .main .list .box:hover .iconfont{
	color: #24aae1;
}
.index-news .main .list .box:hover .pic{
	transform: scale(1.1);
}
.index-news .mid{
	width: 42.5%;
	border-radius: 15px;
	position: relative;
}
.index-news .mid .pic-w{
	position: relative;
	overflow: hidden;
	padding-bottom: 75%;
	border-radius: 15px 15px 0 0;
	overflow: hidden;
}
.index-news .mid .txt{
	padding:40px 35px;
	position: relative;
	transition: all .3s;
	border-radius: 0 0 15px 15px;
	background: #fff;
}
.index-news .mid .txt .title{
	transition: all .3s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.index-news .main .mid .des {
	line-height: 20px;
	height: 40px;
	text-align: justify;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/*控制显示的行数*/
	overflow: hidden;
	-webkit-box-orient: vertical;
	margin: 25px 0;
}
.index-news .main .mid .iconfont{
	position: absolute;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: #24aae1;
	text-align: center;
	z-index: 3;
	bottom: -20px;
	right: 10%;
	color: #fff;
	font-size: 20px;
	text-align: center;
	box-shadow: 0 15px 30px 0 rgba(15, 92, 124, .1);
	border-radius: 50%;
	transition: all .3s;
}
.index-news .mid:hover .pic{
	transform: scale(1.1);
}
.index-news .mid:hover .iconfont{
	right: 15%;
}
.index-news .mid:hover .title{
	color: #24aae1;
}
.index-part {
	padding: 4.5% 12.5%;
	background-color: #ecf0f3;
	padding-top: 0;
	overflow: hidden;
}
.index-part .left{
	float: left;
	width: 25.5%;
}
.index-part .left .part-page{
	margin-top: 40px;
}
.index-part .left .part-page .swiper-pagination-bullet {
	opacity: 1;
	width: 8px;
	height: 8px;
	background: #ccc;
	cursor: pointer;
	outline: none;
	border-radius: 4px;
	margin: 0 10px;
	transition: all .3s;
}

.index-part .left .part-page .swiper-pagination-bullet-active {
	width: 25px;
	background: #209ad6;
}
.index-part .part-swiper{
	width: 71.5%;
	float: right;
	overflow: hidden;
	margin-top: 30px;
}
.index-part .part-swiper li .pic-w{
	position: relative;
	overflow: hidden;
	border-radius: 15px;
	transition: all .3s;
	height: 100px;
	cursor: pointer;
}
.index-part .part-swiper li .pic{
	/*transform: scale(.6);*/
}
.index-part .part-swiper li:hover .pic-w{
	background: #fff;
}
footer{
	background: url(../images/fbg.png) center top no-repeat;
	padding-top: 200px;
	background-color: #ecf0f3;
	position: relative;
	z-index: 3;
}
footer.inner{
	background-color: transparent;
	overflow: hidden;
}
footer .top{
	padding: 0 12.5%;
}
footer .go-top{
	float: right;
	width: 60px;
	height: 60px;
	background: #2c93d0;
	text-align: center;
	line-height: 60px;
	font-size: 20px;
	color: #fff;
	display: block;
	border-radius: 50%;
	transition: all 0.3s;
	cursor: pointer;
	outline: none;
}
footer .go-top:hover{
	background: #fff;
	color: #2c93d0;
}
footer .bot{
	text-align: center;
	height: 50px;
	line-height: 49px;
	font-size: 0;
	border-top: 1px solid rgba(255,255,255,.3);
}
footer .bot a{
	display: inline-block;
	color: #fff;
	opacity: .7;
	margin: 0 10px;
	font-size: 14px;
}
footer .bot a:hover{
	opacity: 1;
}

footer .mid{
	padding:100px 12.5% 60px 12.5%;
	display: flex;
	justify-content: space-between;
}
footer .mid .left{
	overflow: hidden;
	flex-shrink: 0;
}
footer .mid .left .logo{
	display: block;
}
footer .mid .left .logo img{
	vertical-align: top;
}
footer .mid .left .ewm{
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin-top: 75px;
}
footer .mid .left .ewm img{
	width: 100px;
	vertical-align: top;
	margin-bottom: 10px;
}

footer .mid .right{
	flex-shrink: 0;
	color: #fff;
	font-size: 14px;
	line-height: 1.1;
}
footer .mid .right span{
	display: block;
	margin-bottom: 20px;
}
footer .mid .right .box{
	margin-bottom: 30px;
}
footer .mid .right .box:last-child{
	margin-bottom: 0;
}
footer .mid .nav li{
	float: left;
	margin: 0 20px;
	text-align: center;
}
footer .mid .nav li a{
	color: #fff;
	opacity: .8;
	line-height: 1.1;
	display: block;
	margin-bottom: 18px;
	font-size: 13px;
}
footer .mid .nav li a.big{
	font-size: 16px;
	opacity: 1;
	margin-bottom: 30px;
}
footer .mid .nav li a:hover{
	opacity: 1;
}
.inner-banner{
	position: relative;
	overflow: hidden;
}
.inner-banner .pic-w{
	position: relative;
	overflow: hidden;
	padding-bottom: 35%;
}
.inner-banner .txt{
	position: absolute;
	text-align: center;
	z-index: 3;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-40%);
	color: #fff;
}
section.inner{
	background: #ecf0f3;
}
.inner-nav{
	padding: 15px 12.5%;
	background: #fff;
	overflow: hidden;
}
.inner-nav .nav a{
	display: block;
	display: inline-block;
	float: left;
	height: 50px;
	line-height: 50px;
	border-radius: 8px;
	color: #737373;
	padding: 0 60px;
	font-size: 16px;
	overflow: hidden;
	position: relative;
	margin-right: 10px;
}
.inner-nav .nav a.on,
.inner-nav .nav a:hover{
	background: #24a9e1;
	color: #fff;
}
.inner-nav .nav a::after{
	content: "";
	width: 40px;
	height: 40px;
	background: #3eb034;
	position: absolute;
	top: 100%;
	right: 10px;
	z-index: 1;
	border-radius: 50%;
	transition: all .3s;
}
.inner-nav .nav a::before{
	content: "";
	position: absolute;
	width: 60px;
	height: 60px;
	background: #7abe47;
	bottom: 100%;
	right: -20px;
	z-index: 1;
	border-radius: 50%;
	transition: all .3s;
}
.inner-nav .nav a.on::after,
.inner-nav .nav a:hover::after{
	top: 35px;
}
.inner-nav .nav a.on::before,
.inner-nav .nav a:hover::before{
	bottom: 20px;
}
.inner-nav .inner-local{
	color: #737373;
	line-height: 50px;
	font-size: 14px;
}
.inner-nav .inner-local a{
	color: #737373;
}
.inner-nav .inner-local a:hover,
.inner-nav .inner-local a.on{
	color: #24a9e1;
}
.p12{
	padding: 4.5% 12.5%;
}
.word-list .word-nav::after{
	content: "";
	clear: both;
	display: block;
}
.word-list .word-nav a{
	display: inline-block;
	float: left;
	padding: 8px 20px;
	font-size: 16px;
	border:1px solid #24aae1;
	border-radius: 8px;
	margin-right: 30px;
	color: #24aae1;
	font-family: sy;
}
.word-list .word-nav a.on,
.word-list .word-nav a:hover{
	background: #24aae1;
	color: #fff;
	box-shadow: 0 15px 30px 0 rgba(15, 92, 124, .3);
} 

.word-list .list{
	background: #fff;
	margin-top: 4.5%;
	padding: 4.5%;
	border-radius: 15px;
	position: relative;
}
.word-list .list li{
	border-bottom: 1px solid #e5e5e5;
	padding: 4.5% 0;
	cursor: pointer;
}
.word-list .list li::after{
	content: "";
	clear: both;
	display: block;
}
.word-list .list li .title{
	float: left;
	line-height: 50px;
	transition: all .3s;
}
.word-list .list li .title img{
	display: inline-block;
	vertical-align: top;
	height: 50px;
	margin-right: 15px;
}
.word-list .list li:last-child{
	border-bottom: none;
}
.word-list .list li .time{
	float: left;
	line-height: 50px;
	font-size: 16px;
	opacity: .5;
}
.word-list .list li a{
	display: inline-block;
	width: 200px;
	height: 50px;
	line-height: 50px;
	background: #24a9e1;
	text-align: center;
	border-radius: 8px;
	color: #fff;
	font-size: 16px;
	margin-left: 90px;
}
.word-list .list li a i{
	font-size: 20px;
}
.word-list .list li:hover .title{
	color: #24a9e1;
}
.word-list .list li a:hover{
	background: #7abe47;
}

.word-list .more{
	position: absolute;
	width: 270px;
	height: 50px;
	line-height: 48px;
	border:1px solid #24a9e1;
	background: #24a9e1;
	color: #fff;
	font-size: 16px;
	text-align: center;
	border-radius: 8px;
	bottom: -25px;
	left: 50%;
	margin-left: -135px;
}
.word-list .more i{
	transition: transform .3s;
	font-size: 20px;
	vertical-align: middle;
}
.word-list .more:hover{
	color: #24a9e1;
	background: #fff;
}
.word-list .more:hover i{
	transform: rotate(360deg);
}
.footer-cont{
	width: 75%;
	margin:auto;
	position: relative;
	background: #fff;
	text-align: center;
	border-radius: 15px 15px 0 0 ;
	margin-bottom: -80px;
	padding-top: 50px;
	font-size: 0;
}
.footer-cont::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 300%;
	top: 0;
	left: 0;
	border-radius: 15px 15px 0 0;
	background: #fff;
	z-index: 2;
}
.footer-cont::before{
	content: "";
	position: absolute;
	z-index: 1;
	width: 1000%;
	left: 50%;
	top: 0;
	height: 300%;
	transform: translateX(-50%);
	background: #ecf0f3;
	max-width: 1920px;
}
.footer-cont .box{
	display: inline-block;
	margin: 0 50px;
	font-size: 16px;
	color: #24a9e1;
	text-align: left;
	padding-left: 85px;
	background-position: center left;
	background-repeat: no-repeat;
	background-image: url(../images/mail.png);
	background-size: contain;
	line-height: 1;
	position: relative;
	z-index: 4;
}
.footer-cont .box:nth-child(2){
	background-image: url(../images/tel.png);
}
.footer-cont .box .bot{
	margin-top: 10px;
}
.footer-cont .box .bot span{
	font-family: sy;
	font-size: 24px;
}
.flsm img{
	max-width: 100%;
}
.flsm {
	text-align: justify;
}
.jrwm .top{
	padding: 4.5% 0;
	border-top: 4px solid #24a9e1;
	overflow: hidden;
}
.jrwm .bot{
	text-align: justify;
}
.jrwm .bot img{
	max-width: 100%;
}
.jrwm .top a{
	display: block;
	width: 200px;
	height: 50px;
	border-radius: 8px;
	background: #24a9e1;
	border:1px solid #24a9e1;
	color: #fff;
	font-size: 16px;
	line-height: 48px;
	text-align: center;
	margin-bottom: 70px;
	box-shadow: 0 15px 30px 0 rgba(15, 92, 124, .3);
}
.jrwm .top a:hover{
	box-shadow: 0 0 30px 0 rgba(15, 92, 124, .3);
	background: #fff;
	color: #24a9e1;
}
.jrwm .fr .box{
	font-size: 14px;
	color: #24a9e1;
	text-align: left;
	padding-left: 65px;
	background-position: center left;
	background-repeat: no-repeat;
	background-image: url(../images/mail.png);
	background-size: contain;
	line-height: 1;
	margin-top: 25px;
}
.jrwm .fr .box:last-child{
	background-image: url(../images/tel.png);
}
.jrwm .fr .box .bot{
	margin-top: 5px;
}
.jrwm .fr .box .bot span{
	font-family: sy;
	font-size: 20px;
}
.wx-list.p12{
	margin-top: 0;
}

.wx-list .wx-nav::after{
	content: "";
	clear: both;
	display: block;
}
.wx-list .wx-nav a{
	display: inline-block;
	float: left;
	padding: 8px 20px;
	font-size: 16px;
	border:1px solid #24aae1;
	border-radius: 8px;
	margin-right: 20px;
	color: #24aae1;
	font-family: sy;
}
.wx-list .wx-nav a.on,
.wx-list .wx-nav a:hover{
	background: #24aae1;
	color: #fff;
	box-shadow: 0 15px 30px 0 rgba(15, 92, 124, .3);
} 
.wx-list .wx-nav .search{
	float: right;
	height: 50px;
	border:1px solid #24aae1;
	border-radius: 8px;
	overflow: hidden;
}
.search input{
	font-size: 14px;
	text-indent: 22px;
	width: 250px;
	height: 48px;
	line-height: 48px;
	display: block;
	float: left;
	background: none;
}
.search button{
	float: left;
	width: 60px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	color: #fff;
	background: #24aae1;
	cursor: pointer;
	outline: none;
	font-size: 20px;
}
.wx-list{
	margin-top: 4.5%;
}
.wx-list li{
	overflow: hidden;
	border-radius: 15px;
	position: relative;
	margin-bottom: 3%;
}
.wx-list li a{
	display: flex;
	justify-content: space-between;
	background: #fff;
}
.wx-list li a .pic-w{
	position: relative;
	overflow: hidden;
	width: 450px;
	height: 400px;
	flex-shrink: 0;
	z-index: 3;
}
.wx-list li .right{
	padding: 4.5%;
	display: flex;
	justify-content: space-between;
	width: 99%;
	transition: all .3s;
}
.wx-list li .jt {
	margin-left: 60px;
	flex-shrink: 0;
	position: relative;
	width: 40px;
	position: relative;
	z-index: 3;
}
.wx-list li .jt span{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #24aae1;
	color: #fff;
	text-align: center;
	display: inline-block;
	line-height: 40px;
	font-size: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all .3s;
}
.wx-list li .title{
	line-height: 30px;
	height: 60px;
	overflow: hidden;
}
.wx-list li .des{
	font-size: 14px;
	line-height: 25px;
	height: 75px;
	overflow: hidden;
	margin: 25px 0;
	opacity: .7;
}
.wx-list li .tips{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	color: #24aae1;
	transition: all .3s;
}
.wx-list li .time{
	font-size: 14px;
	margin-top: 25px;
}
.wx-list li .txt{
	position: relative;
	z-index: 3;
}
.wx-list li::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #24aae1;
	transition: all .5s;
	z-index: 1;
}
.wx-list li:hover::after{
	width: 100%;
}
.wx-list li:hover .right{
	color: #fff;
}
.wx-list li:hover .right .tips{
	color: #fff;
}

.wx-list li:hover .jt span{
	background: #fff;
	color: #24aae1;
}
.wx-list li:hover .pic{
	transform: scale(1.1);
}
.wx-list .big-more{
	text-align: center;
	display: block;
	font-size: 16px;
}
.wx-list .big-more i{
	font-size: 20px;
	vertical-align: middle;
}
.wx-list .big-more:hover{
	color: #24aae1;
}
.wx-list .big-more:hover i{
	transform: rotate(360deg);
}
.wx-detail .title{
	text-align: center;
	width: 80%;
	line-height: 1.2;
	margin:auto;
}
.wx-detail .des{
	text-align: center;
	margin: 2% 0;
	font-size: 14px;
}
.wx-detail .des span{
	margin: 0 15px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 25px;
	background-size: 15px;
}
.wx-detail .des span:nth-child(1){
	background-image: url(../images/time.png);
}
.wx-detail .des span:nth-child(2){
	background-image: url(../images/share.png);
}
.wx-detail .tips{
	margin: 2% 0;
	text-align: center;
	color: #24a9e1;
	font-size: 14px;
}
.wx-detail .detail{
	overflow: hidden;
	text-align: justify;
}
.wx-detail .detail img{
	max-width: 100%;
}

.kycx .top{
	overflow: hidden;
	background: #fff;
	border-radius: 15px;
	padding: 4.5%;
	margin-bottom: 3%;
}
.kycx .top .big{
	margin-bottom: 1%;
	padding-left: 60px;
	background-image: url(../images/yjt1.png);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: auto 50% ;
}
.kycx .top .des{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.kycx .top .box{
	width: 22%;
	margin-top: 3%;
	cursor: pointer;
}
.kycx .top .box img{
	display: block;
	height: 33px;
	margin-bottom: 20px;
	transition: all .3s;
}
.kycx .top .box .title{
	transition: all .3s;
}
.kycx .top .box .ms{
	opacity: .7;
	font-size: 14px;
}
.kycx .top:nth-child(2) .big{
	background-image: url(../images/yjt2.png);
}
.kycx .top .box:nth-child(5){
	width: 30%;
}
.kycx .top .box:hover .title{
	color: #24a9e1;
}
.kycx .top .box:hover img{
	transform: rotateY(180deg);
}
.kycx .pf {
	margin-top: 5%;
}
.kycx .pf .title{
	position: relative;
	z-index: 3;
	width: 100% !important;
	text-align: center;
}
.kycx .pf .title::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 1920px;
	height: 108px;
	background: url(../images/line2.png) center center no-repeat;
}
.kycx .pf .des{
	text-align: center;
	margin: 2% 0 5% 0;
}
.kycx .pf .des.phone{
	display:none;
}
.kycx .pf .des img,
.kycx .pf .detail img{
	max-width: 100%;
}
.map{
	position: relative;
	height: 560px;
	overflow: hidden;
}

.map img{
	max-width: 100%;
	vertical-align: top;
}
.kf{
	overflow: hidden;
}
.kf .box{
	width: 25%;
	float: left;
	margin-top: 4.5%;
	font-size: 14px;
}
.kf .box .top{
	overflow: hidden;
}
.kf .box .top .ewm{
	float: left;
	width: 130px;
	height: 130px;
	padding: 5px;
	border:1px solid #ccc;
	border-radius: 8px;
}
.kf .box .top .ewm img{
	width: 100%;
	vertical-align: top;
}
.kf .box .top p{
	float: left;
	line-height: 130px;
	margin-left: 10px;
}
.kf .box .name{
	margin-top: 15px;
	margin-bottom: 3px;
}
.lxwm .cont{
	display: flex;
	justify-content: space-between;
	background: #fff;
	border-radius: 0 0 15px 15px;
	overflow: hidden;
}
.lxwm .cont .left{
	width: 26%;
	overflow: hidden;
	background: #30a7e1;
	color: #fff;
	text-align: center;
	padding: 70px 0;
}
.lxwm .cont .left .in{
	display: inline-block;
	text-align: left;
	background-image: url(../images/tel2.png);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 60px;
	background-size: auto 80%;
	font-size: 14px;
	line-height: 1;
}
.lxwm .cont .left .in .tel{
	font-size: 26px;
	margin-top: 5px;
}
.lxwm .cont .right{
	display: flex;
	justify-content: space-around;
	width: 74%;
}
.lxwm .cont .box{
	padding: 70px 0;
}
.lxwm .cont .box p{
	color: #30a7e1;
	font-size: 16px;
}
.lxwm .cont .box .des{
	font-size: 16px;
	margin-top: 0px;
}
.lxwm .cont .box i{
	font-size: 18px;
}
.lxwm .cont .ewm{
	overflow: hidden;
	padding: 45px 0;
}
.lxwm .cont .ewm .pic{
	float: left;
	width: 100px;
	height: 100px;
	padding: 5px;
	border:1px solid #ccc;
	border-radius: 8px;
  background:#1988ca
}
.lxwm .cont .ewm .pic img{
	width: 100%;
	vertical-align: top;
}
.lxwm .cont .ewm p{
	float: left;
	font-size: 14px;
	margin-top: 30px;
	margin-left: 15px;
}

.mxcp .top-title .big{
	position: relative;
	z-index: 3;
	width: 100% !important;
	text-align: center;
	color: #30a7e1;
	font-weight: bold;
}
.mxcp .top-title .big::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 1920px;
	height: 108px;
	background: url(../images/line2.png) center center no-repeat;
}
.mxcp .top-title .des{
	text-align: center;
	margin-top: 1%;
  margin-bottom:2%;
}
.mxcp .top-title .video{
	text-align: center;
	margin-bottom: 2%;
}
.mxcp .top-title .video video{
	max-width: 100%;
}
.pro-info{
	margin: 4% 0 2% 0;
}
.pro-info .box{
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}
.pro-info .big{
	margin-bottom: 2%;
}
.pro-info .box .left{
	float: left;
	width: 170px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 10px;
	background: #24a9e1;
	color: #fff;
	font-size: 16px;
	margin-right: 70px;
	position: relative;
	flex-shrink: 0;
	margin-top: 10px;
}

.pro-info .box .left::after{
	content: "";
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
    width:0;
    height:0;
    border-top:6px solid transparent;
    border-bottom:6px solid transparent;
    border-left:6px solid #24a9e1;
}

.pro-info .box .right {
	width: 99%;
	overflow: hidden;
}
.pro-info .box .right span{
	display: block;
	width: 32%;
	text-align: center;
	height: 70px;
	background: #fff;
	color: #333;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	font-size: 16px;
	border-radius: 35px;
	text-align: center;
	padding: 0 55px;
	transition: all .3s;
	cursor: pointer;
}
.pro-info .box .right span:nth-child(3n){
	margin-right:0%;
}
.pro-info .box .right span:hover{
	background: #24a9e1;
	color: #fff;
}
.pro-info .box .right span font{
	display: table-cell;
	vertical-align: middle;
	height: 75px;
	width: 370px;
	line-height: 1.3;
}
.pro-pic{
	overflow: hidden;
}

.pro-pic li{
	position: relative;
	overflow: hidden;
	float: left;
	width: 48.5%;
	margin-bottom: 3%;
	cursor: pointer;
}
.pro-des .pro-pic li{
	margin-bottom: 0;
	margin-top: 3%;
}
.pro-pic li:nth-child(2n){
	float: right;
}
.pro-pic li .pic-w{
	position: relative;
	overflow: hidden;
	padding-bottom: 55%;
}
.pro-pic li:hover .pic{
	transform: scale(1.1);
}

.pro-down {
	margin-top: 2%;
}
.pro-down .big{
	overflow: hidden;
}
.pro-down .big a{
	color: #1f9ad6;
	font-size: 14px;
	margin-top: 20px;
}
.pro-down .big a span{
	color: #888;
}
.pro-down .big a:hover span{
	color: #1f9ad6;
}

.pro-down .list {
	margin-top: 1%;
}
.pro-down .list li{
	border-bottom: 1px solid #e5e5e5;
	padding: 1.5% 0;
	cursor: pointer;
}
.pro-down .list li::after{
	content: "";
	clear: both;
	display: block;
}
.pro-down .list li .title{
	float: left;
	line-height: 50px;
	transition: all .3s;
}
.pro-down .list li .title img{
	display: inline-block;
	vertical-align: top;
	height: 50px;
	margin-right: 15px;
}
.pro-down .list li:last-child{
	border-bottom: none;
}
.pro-down .list li .time{
	float: left;
	line-height: 50px;
	font-size: 16px;
	opacity: .5;
}
.pro-down .list li a{
	display: inline-block;
	width: 200px;
	height: 50px;
	line-height: 50px;
	background: #24a9e1;
	text-align: center;
	border-radius: 8px;
	color: #fff;
	font-size: 16px;
	margin-left: 90px;
}
.pro-down .list li a i{
	font-size: 20px;
}
.pro-down .list li:hover .title{
	color: #24a9e1;
}
.pro-down .list li a:hover{
	background: #7abe47;
}
.pro-des{
	overflow: hidden;
	margin-top: 4%;
}
.pro-des .fl{
	float: left;
	width: 37%;
	padding-top: 5%;
}
.pro-des .fl .des{
	text-align: justify;
	margin-top: 4%;
}
.pro-des .fr{
	width: 48.5%;
  position:relative;
  overflow:hidden;
    padding-bottom: 27.5%;
	cursor: pointer;
}
.pro-des .fr:hover .pic{
	transform:scale(1.1);
}
.pro-des .fr img{
	max-width: 100%;
}
.qyxw .new-big{
	position: relative;
	z-index: 3;
	width: 100% !important;
	text-align: center;
}
.qyxw .new-big::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 1920px;
	height: 108px;
	background: url(../images/line2.png) center center no-repeat;
}

.qyxw .list{
	margin-top: 4%;
}
.qyxw .list ul::after{
	content: "";
	clear: both;
	display: block;
}
.qyxw .list li{
	position: relative;
	width: 31.5%;
	margin-right: 2.75%;
	margin-bottom:4%;
	float: left;
}
.qyxw .list li:nth-child(3n){
	margin-right: 0;
}
.qyxw .list li .pic-w{
	position: relative;
	overflow: hidden;
	padding-bottom: 60%;
	border-radius: 15px 15px 0 0;
}
.qyxw .list li .txt{
	padding: 10%;
	background: #fff;
	border-radius:0 0 15px 15px ;
	position: relative;
}
.qyxw .list li .title{
	line-height: 25px;
	height: 50px;
	overflow: hidden;	
	transition: all .3s;
}
.qyxw .list li .des{
	line-height: 18px;
	height: 36px;
	overflow: hidden;
	margin: 25px 0;
	font-size: 14px;	
}
.qyxw .list li .more{
	width: 50px;
	height: 50px;
	background: #24a9e1;
	position: absolute;
	bottom: -25px;
	left: 45px;
	color: #fff;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	font-weight: bold;
	border-radius: 50%;
	transition: all .3s;
}
.qyxw .list li:hover .pic{
	transform: scale(1.1);
}
.qyxw .list li:hover .title{
	color: #24a9e1;
}
.qyxw .list li:hover .more{
	left: 60px;
	box-shadow: 0 15px 30px 0 rgba(15, 92, 124, .3);
}
.qyxw .list .big-more{
	text-align: center;
	display: block;
	font-size: 16px;
}
.qyxw .list .big-more i{
	font-size: 20px;
	vertical-align: middle;
}
.qyxw .list .big-more:hover{
	color: #24aae1;
}
.qyxw .list .big-more:hover i{
	transform: rotate(360deg);
}

.news-detail .title{
	text-align: center;
	width: 80%;
	line-height: 1.2;
	margin:auto;
}
.news-detail .des{
	text-align: center;
	margin: 2% 0 3% 0;
	font-size: 14px;
}
.news-detail .des span{
	margin: 0 15px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 25px;
	background-size: 15px;
}
.news-detail .des span:nth-child(1){
	background-image: url(../images/time.png);
}
.news-detail .des span:nth-child(2){
	background-image: url(../images/share.png);
}
.news-detail .detail{
	overflow: hidden;
	text-align: justify;
}
.news-detail .detail img{
	max-width: 100%;
}
.news-detail .op{
	background: #fff;
	border-radius: 10px;
	padding: 2% 5%;
	margin-top: 3%;
	position: relative;
  overflow:hidden;
}
.news-detail .op a{
	width:45%;
  	overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display:inline-block;
}
.news-detail .op a.fr{
	text-align:right;
}
.news-detail .op .back{
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	transform: translate(-50%,-50%);
	width:21px;
  height:21px;
  background:url(../images/dian.png)
}
.news-detail .op a:hover{
	color: #24a9e1;
}
.gsjj{
	overflow: hidden;
}
.gsjj .about-gs{
	overflow: hidden;
}
.gsjj .about-gs .left{
	width: 50%;
	float: left;
	padding: 5%;
}
.gsjj .about-gs .left .title{
	text-align: center;
}
.gsjj .about-gs .left .des{
	opacity: .7;
	margin: 5% 0;
	text-align: justify;
}
.gsjj .about-gs .right{
	float: right;
	width: 48%;
	overflow: hidden;
	border-radius: 10px;
	position: relative;
	padding-bottom: 33%;
}
.gsjj .about-gs .mouse{
 -webkit-animation: linkmove 1s ease-in-out infinite alternate;
 display: block;
 margin: auto;
} 
@keyframes linkmove{
  0%{transform:translateY(0);}
  100%{transform:translateY(15px);}
}
@-webkit-keyframes linkmove{
  0%{transform:translateY(0);}
  100%{transform:translateY(15px);}
}
.qywh{
	overflow: hidden;
	background: #dceaf2;
}
.qywh .main{
	display: flex;
	justify-content: space-between;
	margin-top: 4%;
}
.qywh .main .left{
	position: relative;
	overflow: hidden;
	width: 34.5%;
	border-radius: 10px;
	background-image: url(../images/logobg.jpg);
}
.qywh .main .left span{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.qywh .main .right{
	width: 62.5%;
	background-image: url(../images/rightbg.jpg);
	position: relative;
	padding: 5%;
	border-radius: 10px;
	position: relative;
}
.qywh .main .title{
	color: #2099d5;
	padding-left: 70px;
	background-image: url(../images/house.png);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: auto 85%;
}
.qywh .main .des{
	overflow: hidden;
	margin-top: 4%;
}
.qywh .main .des p{
	width: 40%;
	float: left;
	margin-right: 5%;
	color: #999;
	font-size: 16px;
	margin-top: 2%;
}
.qywh .main .des p span{
	color: #000;
}
.qywh .main .right::before{
	content: "";
	position: absolute;
	width: 108px;
	height: 138px;
	background-image: url(../images/jt.png);
	right: 10%;
	bottom: 90%;
}
.qywh .main .right::after{
	content: "";
	position: absolute;
	width: 108px;
	height: 138px;
	background-image: url(../images/jt.png);
	right: 40%;
	bottom: 120%;
}
.gsjj .index-part{
	padding-top: 4%;
}

.csr{
	overflow: hidden;
}
.csr .big-title{
	/*text-align: center;*/
  padding-left:40%;
}
.csr .top{
	overflow: hidden;
	margin-top: 3%;
}
.csr .top .left{
	float: left;
	overflow: hidden;
	width: 34.5%;
	padding-bottom: 31%;
	position: relative;
	border-radius: 10px;
}
.csr .top .right{
	width: 60%;
	padding-top: 8%;
	float: right;
}
.csr .top .right .des{
	opacity: .8;
	margin-top: 5%;
	text-align: justify;
}
.csr .list{
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.csr .list .box{
	width: 45%;
	padding-left: 40px;
	border-left: 3px solid #1885c8;
	margin-top: 4%;
}
.csr .list .box .title{
	line-height: 1.1;
}
.csr .list .box .des{
	opacity: .7;
	margin-top: 5%;
	text-align: justify;
	word-break: break-word;
}
.ryzz{
	background: #fff;
}
.ryzz .big-title{
	text-align: center;
}
.ryzz .main{
	overflow: hidden;
	margin-top: 3%;
	position: relative;
	padding: 0 8%;
}
.ryzz .main .iconfont{
	position: absolute;
	width: 40px;
	height: 40px;
	border:1px solid #999;
	color: #999;
	transition: all .3s;
	border-radius: 50%;
	line-height: 38px;
	text-align: center;
	margin-top: -40px;
	top: 50%;
	left: 0;
	cursor: pointer;
	outline: none;
}
.ryzz .main .iconfont.icon-next{
	right: 0;
	left: auto;
}
.ryzz .main .zz-swiper{
	overflow: hidden;
}
.ryzz .main .iconfont:hover{
	border-color: #1885c8;
	color: #1885c8;
}
.ryzz .main li{
	cursor: pointer;
}
.ryzz .main .pic-w{
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	padding-bottom: 120%;
	border:1px solid #ccc;
	transition: all .3s;
}
.ryzz .main p{
	text-align: center;
	font-size: 16px;
	margin-top: 15px;
 	 height:40px;
  line-height:20px;
	color: #999;
  
	overflow: hidden;
	transition: all .3s;
}
.ryzz .main .swiper-slide:hover .pic-w{
	border-color: #1885c8;
}
.ryzz .main .swiper-slide:hover .pic{
	transform: scale(1.1);
}
.ryzz .main .swiper-slide:hover p{
	color: #1885c8;
}
.djmt .title{
	 text-align: center;
}
.djmt .video{
	text-align: center;
	margin-top: 3%;
	border-radius: 10px;
	overflow: hidden;
}
 .djmt .video video{
	width: 100%;
}
 .djmt .des{
	 position: relative;
	 overflow: hidden;
	 border-radius: 10px;
	 margin-top: 4%;
 }

.djmt .des .pic-w{
  position: relative;
  overflow: hidden;
  padding-bottom: 41%;
}
.djmt .des .txt{
	position: absolute;
	left: 5%;
	right: 5%;
	bottom: 10%;
	z-index: 3;
	background: rgba(255,255,255,.8);
	padding: 3% 5%;
	font-size: 22px;
	border-radius: 10px;
	line-height: 25px;
}

.djmt .des .txt .fl:nth-child(2){
	font-size: 14px;
	margin-left: 30px;
}
.djmt .des .txt .fl span{
	display: inline-block;
	margin-left: 25px;
	line-height: 25px;
}
.djmt .des .txt .fl font{
	font-weight: bold;
}
.xostd{
	overflow: hidden;
	padding-top: 0;
}
.xostd .title{
	text-align: center;
}

.xostd .list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.xostd .list .box{
	width: 48.5%;
	margin-top: 5%;
}
.xostd .list .box .pic-w{
	position: relative;
	padding-bottom: 67%;
	border-radius: 10px;
	overflow: hidden;
}
.xostd .list .box .top{
	position: relative;
}
.xostd .list .box .top .tips{
	position: absolute;
	left: 0;
	bottom: -30px;
	z-index: 3;
	height: 60px;
	line-height: 60px;
	background: #24a9e1;
	border-radius: 30px;
	color: #fff;
	padding: 0 40px;
	box-shadow: 0 15px 30px 0 rgba(15, 92, 124, .3);
	font-size: 22px;
	transition: all .5s;
}
.xostd .list .box .top .tips img{
	vertical-align: middle;
	display: inline-block;
	height: 30px;
	margin-right: 20px;
}
.xostd .list .box .des{
	margin-top: 10%;
	font-size: 16px;
	text-align: justify;
	opacity: .7;
}
.xostd .list .box:hover .pic{
	transform: scale(1.1);
}
.xostd .list .box:hover .tips{
	left: 10%;
}
.pro-down.p12{
	padding-top: 0;
	margin-top: 0;
}
.pro-down.p12 .list{
	margin-top: 2%;
}
.jyjs{
	background: #dceaf2;
}
.jyjs .main{
	margin-top: 3%;
	display: flex;
	justify-content: space-between;
	border:1px solid #c6d2d9;
	border-radius: 10px;
}
.jyjs .main .box{
	width: 35%;
	border-right: 1px solid #C6D2D9;
	padding: 5%;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.jyjs .main .box:last-child{
	border:none;
}
.jyjs .main .box img{
	display: block;
	box-shadow: 5px 10px 30px 0 rgba(15, 92, 124, .3);
	border-radius: 50%;
	position: relative;
	z-index: 3;
}
.jyjs .main .box .big{
	margin: 40px 0 30px;
	position: relative;
	z-index: 3;
}
.jyjs .main .box .des{
	z-index: 3;
	font-size: 14px;	
	opacity: .7;
	position: relative;
}
.jyjs .main .box::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #c9e3f0;
	transition: all .5s;
	transform: translate(100%,100%);
	z-index: 2;
}
.jyjs .main .box::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 3px;
	background: #24a9e1;
	transition: all .5s;
	z-index: 3;
}
.jyjs .main .box:hover::after{
	transform: translate(0);
}
.jyjs .main .box:hover::before{
	width: 100%;
}
.kjsc .big{
	position: relative;
}
.kjsc .big::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 1920px;
	height: 108px;
	background: url(../images/line2.png) center center no-repeat;
}
.kjsc .main{
	margin-top: 4%;
	display: flex;
	justify-content: space-between;
}
.kjsc .main .box{
	overflow: hidden;
	border-radius: 10px;
	width: 31%;
	background: #24a9e1;
	color: #fff;
	transition: all .5s;
	cursor: pointer;
}
.kjsc .main .box .pic-w{
	position: relative;
	overflow: hidden;
	padding-bottom: 70%;
	background: #fff;
}
.kjsc .main .box .txt{
	padding: 10%;
}
.kjsc .main .box .des{
	margin-top: 5%;
	text-align: justify;
	font-size: 14px;
}
.kjsc .main .box:hover .pic{
	transform: scale(1.1);
}
.kjsc .main .box:hover {
	background: #1a8acc;
}
.scgl{
	padding-top: 0;
	padding-bottom: 3%;
}

.scgl .main{
	margin-top: 3%;
	overflow: hidden;
}

.scgl .main li{
	float: left;
	width: 14.5%;
	margin-right: 2.6%;
	margin-bottom: 2.6%;
	cursor: pointer;	
}
.scgl .main li .pic-w{
	position: relative;
	overflow: hidden;
	background: #fff;
	padding-bottom: 70%;
}
.scgl .main li:nth-child(6n){
	margin-right: 0;
}
.scgl .main li p{
	font-size: 16px;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	opacity: .7;
	text-align: center;
	transition: all .3s;
	margin-top: 15px;
}
.scgl .main li:hover .pic{
	transform: scale(1.1);
}
.scgl .main li:hover p{
	color: #1a8acc;
}
.kf.p12{
	padding-top: 0;
	margin-top: 0;
}
.kf.p12 .box{
	margin-top: 0;
}

.slide_nav {
	overflow: auto;
	padding-bottom: 30px;
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	width:100%;
	position: fixed;
	right: -100%;
	top: 0;
	height: 100%;
	z-index: 99999999;
	background: #24a9e1;
}

.slide_nav.left_active {
	right: 0;
}

.slide_nav .slide_logo {
	background: rgba(0, 0, 0, .3);
	text-align: center;
	padding: 20px 0;
}

.slide_nav .slide_logo a {
	display: block;
}

.slide_nav .slide_logo a img {

	height: 40px;
}

.slide_nav .slide_nav_ul {
	margin-top: 8%;
}

.slide_nav .slide_nav_ul li {
	text-align: center;
	position: relative;
	width: 100%;
	line-height: 50px;
}

.slide_nav .slide_nav_ul .slideJA {
	font-size: 16px;
}

.slide_nav .slide_nav_ul .slideNavSecon {
	display: none;
	overflow: hidden;
	background: rgba(0, 0, 0, .3);
}

.slide_nav .slide_nav_ul .slideNavSecon a {
	display: block;
}

.slide_nav .slide_nav_ul .slideNavSecon.active {
	height: 100%;
}

.slide_nav .slide_nav_ul li a {
	font-size: 15px;
	color: #fff;
	height: 50px;
	display: block;
}

.slide_nav .slide_nav_ul .slide_nav_ulLast a {
	display: inline-block;
}

.slide_nav .slide_nav_ul .slide_nav_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: none;
}

.slide_nav .slide_nav_ul .slide_nav_bg span {
	background: #fff;
	height: 50px;
}

.slide_nav .slide_nav_ul .slide_nav_wz {
	font-size: 16px;
	width: 100%;
	height: 50px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	line-height: 50px;
}

.phone_back {
	width: 60%;
	height: 40px;
	display: block;
	font-size: 14px;
	margin: 0 auto;
	margin-top: 20px;
	border: 0;
	background: #fff;
	color: #000;
	text-align: center;
	line-height: 40px;
}

@media screen and (max-width: 1600px) {
	.p12,.index-about,.index-pro,.index-news{
		padding: 4.5% 8%;
	}
	header{
		padding: 0 8%;
		padding-top: 15px;
	}
	.index-part{
		padding: 4.5%;
		padding-top: 0;
	}
	footer .mid{
		padding: 100px 8% 60px 8%;
	}
	header nav a{
		margin-left: 30px;
	}
	.inner-nav{
		padding:15px 8% ;
	}
	.inner-nav .nav a{
		padding: 0 40px;
	}
	.gsjj .index-part{
		padding: 4.5% 8%;
	}
	.jrwm .top .left{
		width: 50%;
		overflow: hidden;
	}
	.jrwm .top .left img{
		max-width: 100%;
	}
	.lxwm .cont .left{
		width: 22%;
	}
	.lxwm .cont .right{
		width: 78%;
	}
	.lxwm .cont .left .in{
		padding-left: 40px;
		background-size: 30px;
	}
}



@media screen and (max-width: 1200px) {
	
	header nav{
		display: none;
	}
	header .logo img{
		height: 30px;
	}
	header .menu{
		height: 30px;
		line-height: 30px;
	}
	header .menu i{
		height: 30px;
		line-height: 30px;
	}
	header{
		padding: 10px 20px 0 20px;
	}
	.index-banner .pic-w{
		padding-bottom: 80%;
	}
	.index-banner .pic-w::after,
	.inner-banner .pic-w::after{
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 40%;
		z-index: 1;
		background: linear-gradient(to bottom, rgba(0, 0, 0, .5) , rgba(0,0,0,.0));
	}
	.z36{
		font-size: 18px;
	}
	.p12, .index-about, .index-pro, .index-news{
		padding: 20px;
	}
	.index-about .big-title .des{
		margin-top: 15px;
		line-height: 1.5;
		font-size: 13px;
	}
	.index-about .big-title a{
		width: 140px;
		height: 40px;
		line-height: 40px;
		margin-top: 20px;
		font-size: 12px;
	}
	.index-about .main .top .fl{
		float: none;
		width: 100%;
	}
	.index-about .main .top .fl .des{
		font-size: 13px;
		margin-top: 15px;
	}
	.index-about .main .top a{
		position: relative;
		transform: translate(0);
		margin: auto;
		width: 140px;
		height: 40px;
		line-height: 40px;
		margin-top: 20px;
		font-size: 12px;
	}
	.index-about .main::after{
		display: none;
	}
	.index-about .big-title .sml{
		font-size: 14px;
	}
	.index-about .main .list{
		flex-wrap: wrap;
	}
	.index-about .main .list .box{
		width: 48%;
		margin-top: 4%;
	}
	.index-about .main .list .pic-w{
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 24px;
	}
	.index-about .main .list .title{
		font-size: 16px;
		margin-top: 30px;
	}
	.index-about .main{
		margin-top: 40px;
	}
	.index-pro .top{
		width: 100%;
	}
	.index-pro .top a{
		width: 140px;
		height: 40px;
		line-height: 40px;
		font-size: 12px;
	}
	.index-pro .top span{
		height: 40px;
		line-height: 40px;
	}
	.index-pro .list li .txt{
		position: relative;
		overflow: hidden;
		width: 100%;
		transform: translate(0);
	}
	.index-pro .list li .des{
		font-size: 12px;
	}
	.index-pro .list li .title{
		font-size: 16px;
	}
	.index-pro .list li .txt::after{
		height: 100%;
	}
	.index-pro .list li i{
		margin-top: 22px;
		width: 30px;
		height: 30px;
		line-height: 28px;
	}
	.index-pro .list li .pic-w{
		width: 100%;
		padding-bottom: 45%;
		border-radius: 0 0 15px 0;
	}
	.index-pro .list li{
		margin-top: 20px;
		box-shadow: 0 0 30px 0 rgba(15, 92, 124, .3);
		border-radius: 0 15px 15px 0;
	}
	.index-pro::after{
		
		box-shadow: 0 0 30px 0 rgba(15, 92, 124, .3);
	}
	.index-pro,
	.index-pro .list{
		overflow: visible;
	}
	.index-pro .list li .txt{
		border-radius: 0 15px 0 0;
	}
	.index-news .main{
		display: block;
	}
	.index-news .main .list .title{
		font-size: 16px;
		margin: 10px 0;
	}
	.index-news .main .list .txt{
		padding: 0;
		margin: 10px 0;
	}
	.index-news .mid{
		display: none;
	}
	.index-part .left{
		width: 100%;
		float: none;
	}
	.index-news .main .list .box{
		margin-top: 15px;
		margin-bottom: 0;
	}
	.z18{
		font-size: 14px;
	}
	.index-part .left .part-page{
		margin-top: 10px;
	}
	.index-part .part-swiper{
		margin-top: 20px;
		width: 100%;
	}
	.index-news .main .list{
		width: 100%;
	}
	.index-part .part-swiper li .pic-w{
		background: #fff;
	}
	footer .nav{
		display: none;
	}
	footer .bot{
		overflow: hidden;
		padding: 20px;
		height: auto;
		text-align: left;
		line-height: 1.5;
		background: #1782c6;
	}
	footer .bot a{
		display: block;
		font-size: 12px;
		margin: 0;
	}
	footer{
		background:#ecf0f3 url(../images/fbg.png) center bottom no-repeat;
		padding-top: 0;
	}
	footer .mid{
		padding: 20px;
		padding-top: 310px;
	}
	footer .mid .left .logo{
		text-align: center;
	}
	footer .mid .left .ewm img{
		width: 80px;
	}
	footer .mid .left .logo img{
		height: 45px;
	}
	.z30{
		font-size: 16px;
	}
	footer .mid .right .box{
		margin-bottom: 37px;
	}
	footer .mid .right span{
		margin-bottom: 10px;
	}
	footer .go-top{
		position: absolute;
		right: 20px;
		top: 100px;
		width: 40px;
		height: 40px;
		line-height: 43px;
	}
	.inner-banner .pic-w{
		padding-bottom: 50%;
	}
	.inner-nav{
		padding: 10px 20px;
	}
	.inner-nav .nav{
		float: none;
		width: 100%;
		overflow: hidden;
	}
	.inner-nav .nav a{
		width: 48%;
		float: left;
		margin: 0;
		margin-bottom: 4%;
		padding: 0;
		text-align: center;
		font-size: 13px;
		height: 40px;
		border:1px solid #24a9e1;
		line-height: 38px;
	}
	.inner-nav .nav a:nth-child(2n){
		float: right;
	}
	.inner-nav .inner-local{
		float: none;
		width: 100%;
		line-height: 1.5;
	}
	.djmt .des .txt{
		position: relative;
		overflow: hidden;
		margin-top: 10px;
		width: 100%;
		left: 0;
		right: 0;
	}
	.djmt .des .txt .fl:nth-child(1){
		float: none;
		font-size: 16px;
	}
	.djmt .des .txt .fl:nth-child(2){
		float: none;
		margin: 0;
		margin-top: 10px;
	}
	.djmt .des .pic-w{
		padding-bottom: 58%;
		border-radius: 10px;
	}
	.djmt .video{
		margin-top: 15px;
	}
	.djmt .des{
		margin-top: 20px;
	}
	.xostd{
		padding-top: 0;
	}
	.xostd .list .box{
		width: 100%;
		margin-bottom: 15px;
	}
	.xostd .list .box .top .tips{
		height: 40px;
		line-height: 40px;
		font-size: 16px;
		box-shadow: none;
	}
	.xostd .list .box .top .tips img{
		height: 20px;
	}
	.xostd .list .box .des{
		margin-top: 40px;
		font-size: 14px;
		position: relative;
		z-index: 3;
	}
	.djmt .des .txt .fl:nth-child(2) span{
		margin-left: 0;
		display: block;
	}
	.pro-down .big a{
		margin-top: 5px;
	}
	.pro-down .list li .title{
		float: none;
		width: 100%;
		line-height: 40px;
		font-size: 16px;
	}
	.pro-down .list li{
		padding: 10px 0;
	}
	.pro-down .list li .title img{
		height: 40px;
	}
	.pro-down .list li a,.word-list .list li a{
		display: block;
		float: none;
		width: 120px;
		margin: auto;
		margin-top: 15px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	.pro-down .list li .fr{
		display: block;
		float: none;
	}
	.jyjs .main{
		display: block;
	}
	.jyjs .main .box{
		width: 100%;
		border-bottom: 1px solid #C6D2D9;
		padding: 20px;
	}
	.jyjs .main .box img{
		width: 70px;
	}
	.jyjs .main .box .big{
		font-size: 16px;
		margin: 20px 0 15px 0;
	}
	.kjsc .big::after{
		display: none;
	}
	.kjsc .main{
		display: block;
	}
	.kjsc .main .box .txt .title{
		font-size: 16px;
	}
	.kjsc .main .box .txt{
		padding: 20px;
	}
	.kjsc .main .box{
		width: 100%;
		float: none;
		margin-top: 20px;
	}
	.scgl .main li{
		width: 48%;
		margin-bottom: 4%;
		margin-right: 0;
	}
	.scgl .main li:nth-child(2n){
		float: right;
	}
	.scgl .main li p{
		font-size: 14px;
		margin-top: 10px;
	}
	.kf .box{
		width: 100%;
		float: none;
		margin: 0;
		margin-bottom: 20px;
	}
	.kf .box .top p{
		font-size: 18px;
	}
	.kf .box .name{
		font-size: 16px;
		margin-top: 10px;
	}
	.footer-cont{
		width: 90%;
		overflow: hidden;
		padding-top: 0;
		padding-bottom: 40px;
	}
	.footer-cont .box{
		margin: 20px;
		display: block;
	}
	.footer-cont .box .bot{
		margin-top: 5px;
	}
	.footer-cont .box{
		padding-left: 60px;
	}
	.footer-cont .box p{
		font-size: 14px;
	}
	.footer-cont .box .bot span{
		font-size: 16px;
	}
	.word-list .list li .title{
		float: none;
		width: 100%;
		line-height: 40px;
		font-size: 16px;
	}
	.word-list .list li .title img{
		height: 40px;
	}
	.word-list .list li .fr{
		float: none;
	}
	
	.word-list .list li .time{
		margin: 10px 0;
		font-size: 14px;
		line-height: 1.2;
		float: none;
	}
	.word-list .more{
		position: relative;
		display: block;
		bottom: 0;
		margin-top: 20px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	.word-list .word-nav a{
		padding: 5px 10px;
		font-size: 14px;
		margin-right: 10px;
	}
	.gsjj .about-gs .left{
		float: none;
		width: 100%;
		padding: 0;
	}
	.gsjj .about-gs .right{
		float: none;
		width: 100%;
		padding-bottom: 60%;	
	}
	.gsjj .about-gs .mouse{
		display: none;
	}
	.gsjj .about-gs .left .des{
		margin-top: 15px 0 20px 0;
	}
	.qywh .main .left{
		float: none;
		width: 100%;
		position: relative;
		padding-bottom: 40%;
	}
	.qywh .main .left span img{
		height: 50px;
	}
	.qywh .main .right{
		width: 100%;
		float: left;
		margin-top: 20px;
	}
	.qywh .main {
		display: block;
	}
	.qywh .main .des p{
		display: block;
		width: 100%;
		font-size: 14px;
	}
	.qywh .main .title{
		padding-left: 40px;
	}
	.csr .list{
		display: block;
	}
	.csr .list .box{
		width: 100%;
		margin-top: 20px;
		padding-left: 15px;
		border-left: 1px solid #1885c8;
	}
	.csr .list .box .title{
		font-size: 16px;
	}
	.csr .top .left{
		width: 100%;
		padding-bottom: 100%;
		float: none;
	}
	.csr .top .right .name{
		font-size: 16px;
	}
	.csr .top .right .des{
		margin-top: 10px;
	}
	.csr .top .right{
		float: none;
		width: 100%;
		padding-top: 15px;
	}
	.ryzz .main{
		padding: 0 45px;
	}
	.ryzz .main .iconfont{
		width: 30px;
		height: 30px;
		line-height: 28px;
	}
	.jrwm .top .left{
		width: 100%;
		float: none;
	}
	.jrwm .top a{
		width: 140px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		margin-bottom: 30px;
	}
	.jrwm .top .fr{
		width: 100%;
		float: none;
		margin-top: 20px;
	}
	.jrwm .fr .box .bot span{
		font-size: 16px;
	}
	.jrwm .fr .box{
		padding-left: 60px;
	}
	.wx-list .wx-nav a{
		padding: 3px 10px;
		font-size: 14px;
		margin-bottom: 5px;
		margin-right: 10px;
	}
	.wx-list .wx-nav a.on{
		box-shadow: none;
	}
	.wx-list .wx-nav .fl{
		float: none;
		overflow: hidden;
	}
	.wx-list .wx-nav .search{
		float: none;
		margin-top: 20px;
		position: relative;
		height: 40px;
		line-height: 40px;
	}
	.wx-list li a{
		display: block;
	}
	.search input{
		line-height: 38px;
		height: 38px;
		font-size: 13px;
	}
	.wx-list{
		margin-top: 30px;
	}
	.search button{
		position: absolute;
		right: 0;
		top: 0;
		line-height: 38px;
		height: 38px;
	}
	.wx-list li{
		margin-bottom: 20px;
	}
	.wx-list li a .pic-w{
		width: 100%;
		overflow: hidden;
		padding-bottom: 65%;
		height: auto;
	}
	.wx-list li .title{
		font-size: 16px;
		line-height: 1.5;
		height: auto;
	}
	.wx-list li .des{
		margin: 10px 0;
	}
	.wx-list li .time{
		margin-top: 10px;
	}
	.wx-list li .tips{
		font-size: 12px;
	}
	.wx-list li .txt{
		width: 100%;
	}
	.wx-list li .jt{
		display: none;
	}
	.kycx .top .big{
		padding-left: 40px;
	}
	.kycx .top .des{
		display: block;
	}
	.kycx .top .des .box{
		width: 100%;
		margin-top: 20px;
		margin-bottom: 0;
	}
	.kycx .top .box .title{
		font-size: 16px;
	}
	.kycx .top .box img{
		height: 25px;
		margin-bottom: 10px;
	}
	.kycx .pf{
		margin-top: 20px;
	}
	.kycx .pf .title::after{
		display: none;
	}
	.kycx .top{
		margin-bottom: 20px;
	}
	.map{
		height: 350px;
	}
	.lxwm .cont{
		display: block;
		margin-bottom: 20px;
	}
	.lxwm .cont .left{
		width: 100%;
	}
	.lxwm .cont .left{
		padding: 15px 0;
	}
	.lxwm .cont .right{
		width: 100%;
		display: block;
	}
	.lxwm .cont .box{
		padding: 20px;
		border-bottom: 1px solid #ccc;
	}
	.lxwm .cont .ewm{
		padding: 20px;
	}
	.mxcp .top-title .big::after{
		display: none;
	}
	.mxcp .top-title .big{
		font-size: 18px;
	}
	.mxcp .top-title .des{
		margin: 10px 0;
	}
	.mxcp .top-title .video{
		margin-top: 15px;
	}
	.pro-pic li{
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	.pro-info .box .left{
		float: none;
		width: 100%;
		margin-top: 0;
	}
	.pro-info .box{
		display: block;
		margin-bottom: 20px;
	}
	.pro-info .box .right span{
		width: 100%;
		height: auto;
		line-height: 1.5;
		margin-top: 10px;
		padding: 10px 20px;
		border-radius: 10px;
		margin-bottom: 0;
	}
	.pro-info .box .right span font{
		display: block;
		width: 100%;
		height: auto;
		line-height: 1.5;
	}
	.pro-des{
		margin-top: 20px;
	}
	.pro-des .fl{
		float: none;
		width: 100%;
		margin-top: 0;
	}
	.pro-des .fr{
		margin-top: 10px;
		width: 100%;
		float: none;
	}
	.wx-detail .title{
		width: 100%;
	}
	.wx-detail .des{
		margin: 10px 0;
	}
	.wx-detail .tips{
		margin: 10px 0;
	}
	.qyxw .new-big::after{
		display: none;
	}
	.qyxw .list li{
		float: none;
		margin: 0;
		width: 100%;
		margin-bottom: 20px;
	}
	.qyxw .list li .more{
		display: none;
	}
	.qyxw .list li .txt{
		padding: 20px;
	}
	.qyxw .list li .title{
		font-size: 16px;
		line-height: 1.5;
		height: auto;
	}
	.qyxw .list li .des{
		font-size: 14px;
		line-height: 1.5;
		height: auto;
		margin: 15px 0;
		opacity: .7;
	}
	.news-detail .des{
		margin: 10px 0;
	}
	.news-detail .op{
		overflow: hidden;
		padding: 15px;
	}
	.news-detail .op a{
		display: block;
		float: none;
	}
	.news-detail .op a{
		margin-top: 8px;
	}
  .news-detail .op a:first-child{
  	margin-top:0px;
  }
  .inner-nav .inner-local {
  	font-size:12px;
  }
  
  .news-detail .op .back{
  	position:relative;
    transform:translate(0);
    left:auto;
    top:auto;
  }
  
  header.on{
  	padding:10px 20px;
  }
  .csr .big-title{
  	padding:0;
    text-align:center;
  }
  .index-about .main .list .box:hover::after{
  transform: translate(60%, -60%);
  }
  footer .mid .right{
  	flex-shrink:1;
  }
  footer .mid .left{
  	margin-right:30px;
  }
  .word-list .word-nav a{
  	margin-bottom:10px;
  }
  .pro-des .pro-pic li{
  	margin-bottom:0;
    margin-top:20px;
  }
  .pro-des .fr{
  	padding-bottom:55%;
    margin-top:20px;
  }
  .news-detail .op a{
  	width:100%;
  }
  .news-detail .title{
  	line-height:1.5;
  }
  .z40{
  	font-size:16px;
  }
  .news-detail .op a.fr{
  	text-align:left;
  }
  .header-top .lang{
  	margin-right:20px;
  }
  .pro-info .box .right span:hover{
      background: #fff;
    color: #24a9e1;
  }
  .word-list .word-nav a.on, .word-list .word-nav a:hover{
  box-shadow:none;
  }
  
  .kycx .pf .des.pc{
  	display:none;
  }
.kycx .pf .des.phone{
	display:block;
}
  .wx-list .wx-nav a.on, .wx-list .wx-nav a:hover{
  	box-shadow:none;
  }
  footer .bot a:first-child{
      
      display: none;
  }
  
}

@media screen and (max-width: 600px){
  footer .mid{
  	padding-top:210px;
  }
}
