﻿/*@font-face {
    font-family: 'INTER';
    src: url('../fonts/interstatecond.eot');
    src:
    url('../fonts/interstatecond.eot') format('embedded-opentype'),
    url('../fonts/interstatecond.woff') format('woff'),
    url('../fonts/interstatecond.ttf') format('truetype'),
    url('../fonts/interstatecond.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

@charset "utf-8";

/* 初始化CSS */
* {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: bold;
}

fieldset,
img {
	border: none;
	vertical-align: middle;
}

address,
caption,
cite,
code,
dfn,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ul,
ol {
	list-style: none;
}

li {
	list-style-type: none;
}

input {
	padding-top: 0;
	padding-bottom: 0;
	font-family: "Microsoft Yahei", "SimSun", Arial, sans-serif;
}

select,
input {
	vertical-align: middle;
}

select,
input,
textarea {
	margin: 0;
	font-size: 12px;
}

input[type="text"],
input[type="password"],
textarea {
	outline-style: none;
}

textarea {
	font-family: "Microsoft Yahei", "SimSun", Arial, sans-serif;
	resize: none;
}

body {
	font: 12px "Microsoft Yahei", "SimSun", Arial, sans-serif;
	color: #333;
	background: #fff;
}

a {
	text-decoration: none;
	color: inherit;
}

i,
em {
	font-style: normal;
}

.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: "";
}

.clearfix {
	zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.auto {
	margin-left: auto;
	margin-right: auto;
}

/*html5*/
article,
aside,
footer,
header,
section,
footer,
nav,
figure,
main {
	display: block
}

/*小号文字  scale以12号字体为基准 需写实际字号大小*/
.font_adjust {
	-webkit-text-size-adjust: none;
}

.font_scale8 {
	-webkit-transform: scale(0.66);
}

.font_scale10 {
	-webkit-transform: scale(0.83);
}

.font_lc {
	-webkit-transform-origin: left center;
}

.font_rc {
	-webkit-transform-origin: right center;
}

.font_up {
	text-transform: uppercase;
}

/*文字截断*/
.TXTovehid {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*transition*/
.tran200 {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.tran300 {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.tran400 {
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

.tran500 {
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.tran1000 {
	-webkit-transition: all 1s linear;
	-moz-transition: all 1s linear;
	-ms-transition: all 1s linear;
	transition: all 1s linear;
}

.scaleimg:hover .pic em {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.rotateY:hover {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.translateX:hover {
	-webkit-transform: translateX(-6px);
	-moz-transform: translateX(6px);
	-ms-transform: translateX(-6px);
	transform: translateX(-6px);
}

/*网页限定宽度*/
.w1200 {
	width: 1200px;
	margin: 0 auto;
}

input[type="submit"],
input[type="reset"],
select,
button {
	-webkit-appearance: none;
	appearance: none;
}

*:before,
*:after {
	-webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
	transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

*:focus {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.cd-popup {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background: url(../images/graybg.png) repeat;
	visibility: hidden;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	transition: opacity 0.3s 0s, visibility 0s 0.3s;
	z-index: 9999;
	opacity: 0;
}

.cd-popup.is-visible {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
	transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
	position: relative;
	height: 36px;
	padding: 40px;
	background: #fff;
	width: 60%;
	margin: 0 auto;
	top: 50%;
	margin-top: -58px;
	background: #FFF;
	border-radius: .4rem .4rem .4rem .4rem;
	text-align: center;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.is-visible .cd-popup-container {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.hidden_search .text {
	width: 100%;
	height: 20px;
	padding: 8px 0;
	font-size: 14px;
	color: #444;
	background: none;
	border: none;
	font-family: "Microsoft Yahei";
}

.hidden_search .btn {
	display: block;
	background: url(../images/search_icon.jpg) no-repeat center center;
	position: absolute;
	right: 0;
	top: 0;
	height: 36px;
	width: 36px;
	text-indent: -999em;
	border: none;
	cursor: pointer;
}

.hidden_search .search_wrap {
	border: 1px solid #e4eaec;
	border-radius: 20px;
	position: relative;
	padding-right: 56px;
	padding-left: 20px;
	height: 36px;
}

.hidden_search .close_btn {
	position: absolute;
	right: 0;
	top: 0;
	padding: 10px;
	width: 22px;
	height: 22px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.hidden_search .close_btn:after,
.hidden_search .close_btn:before {
	background: #cccccc;
	width: 20px;
	height: 3px;
	display: block;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	content: "";
	position: absolute;
	left: 10px;
	top: 11px;
}

.hidden_search .close_btn:before {
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.hidden_search .close_btn:after {
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 26px;
}

.hidden_search .close_btn:hover:after,
.hidden_search .close_btn:hover:before {
	background: #19408c;
}

.header .menuIcon {
	width: 24px;
	cursor: pointer;
	display: none;
	position: absolute;
	right: 5%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.header .menuIcon span {
	display: block;
	height: 3px;
	background: #3a8eb0;
	margin-top: 5px;
	position: relative;
}

.header .menuIcon span:first-child {
	margin-top: 0;
}

.navForm {
	background: #fff;
	border-radius: 3px;
}

.navForm .text {
	width: 80%;
	height: 32px;
	border: none;
	background: none;
	font-size: 14px;
	color: #555;
	line-height: 32px;
	text-indent: 8px;
}

.navForm .subm {
	width: 20%;
	height: 32px;
	border: none;
	background: url(../images/search_icon.jpg) no-repeat center;
	cursor: pointer;
}

.mm-listview>li.nBorder:not(.mm-divider):after {
	display: none;
}

.header {
	position: relative;
}

.header .logo {
	padding: 30px 0 23px;
	font-size: 0;
}

.header .right {
	width: 310px;
	padding-top: 47px;
}

.header .right .tel {
	margin-bottom: 8px;
	padding-left: 42px;
	background: url(../images/telicon.png) no-repeat left center;
	font-size: 19px;
	color: #3a8eb0;
	font-weight: bold;
	line-height: 32px;
	word-break: break-all;
	font-family: "Arial";
}

.header .right .form .text {
	width: 260px;
	height: 35px;
	box-sizing: border-box;
	padding: 0 12px;
	border: none;
	background: #edf7f6;
	font-size: 14px;
	line-height: 35px;
	color: #3a8eb0;
}

.header .right .form .subm {
	width: 50px;
	height: 35px;
	background: #3a8eb0 url(../images/searchbtn.png) no-repeat center;
	border: none;
	cursor: pointer;
}

.header .right .form .subm:hover {
	background-color: #e68b67;
}

.nav {
	width: 100%;
	background: #3a8eb0;
	position: relative;
	z-index: 9;
}

.nav .nLi {
	width: 10%;
	/*position: relative;*/
	text-align: center;
}

.nav .nLi h3 {
	position: relative;
}

.nav .nLi h3:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #0081c2;
	position: absolute;
	left: 0;
	top: 0;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	opacity: 0;
	visibility: hidden;
}

.nav .nLi h3 a {
	display: block;
	font-size: 16px;
	color: #ffffff;
	line-height: 42px;
	font-weight: normal;
	position: relative;
	z-index: 2;
}

/*.nav .nLi .navSub{position: absolute;left: 0;top:42px;background: #fff;width: 100%;display: none;background: rgba(0,133,121,0.7);}
.nav .nLi .navSub ul li a{display: block;font-size: 14px;color: #fff;line-height: 24px;padding: 6px 3px;}
.nav .nLi .navSub ul li a:hover{color: #fff;background: rgba(0,133,121,0.8);}*/
.nav .nLi.on h3:before,
.nav .nLi:hover h3:before {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	opacity: 1;
	visibility: visible;
}

.nav .nLi h3 a {
	line-height: 52px;
	font-size: 18px;
}

/*.nav .nLi .navSub{top: 52px;}
.nav .nLi .navSub ul li a{font-size: 16px;line-height: 28px;}*/


.banner {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.banner .swiper-slide a {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 500px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
	width: 60px;
	height: 60px;
	margin-top: -30px;
	z-index: 9;
}

.banner .swiper-button-prev {
	left: 0;
	opacity: 0;
	background: url(../images/leftarr2.png) no-repeat center;
}

.banner .swiper-button-next {
	right: 0;
	opacity: 0;
	background: url(../images/rightarr2.png) no-repeat center;
}

.banner:hover .swiper-button-prev {
	left: 5%;
	opacity: 1;
}

.banner:hover .swiper-button-next {
	right: 5%;
	opacity: 1;
}

.banner .swiper-pagination {
	display: none;
	height: 6px;
	line-height: 6px;
	font-size: 0;
}

.banner .swiper-pagination .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	margin: 0 3px;
}

.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #3a8eb0;
}

.iNav {
	width: 100%;
	background: #edf7f6;
}

.iNav .container {
	position: relative;
	overflow: hidden;
}

.iNav .container .swiper-slide a {
	display: block;
	padding: 30px 0 18px;
	text-align: center;
	border-left: 1px solid #fff;
}

.iNav .container .swiper-slide:first-child a {
	border-left: none;
}

.iNav .container .swiper-slide a .icon {
	height: 44px;
	line-height: 44px;
	font-size: 0;
}

.iNav .container .swiper-slide a h5 {
	font-size: 16px;
	line-height: 42px;
	color: #474747;
	font-weight: normal;
}

.iNav .container .swiper-slide a:hover .icon img {
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
}

.iNav .container .swiper-slide a:hover h5 {
	color: #3a8eb0;
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px);
}

.iNav .container .swiper-pagination {
	width: 100%;
	display: none;
	bottom:
}

.iNav .container .swiper-pagination .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	margin: 0 3px;
}

.iNav .container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #3a8eb0;
}

.isect1 {
	margin: 53px auto 40px;
	height: 401px;
}

.isect1 .tabs {
	border-top: 1px solid #d6d6d6;
	text-align: center;
	font-size: 0;
	margin-bottom: 11px;
}

.isect1 .tabs li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 41px;
	position: relative;
	padding: 22px 27px;
	cursor: pointer;
}

.isect1 .tabs li:before {
	content: "";
	width: 100%;
	height: 4px;
	background: #3a8eb0;
	position: absolute;
	left: 0;
	top: -1px;
	z-index: 2;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	opacity: 0;
	visibility: hidden;
}

.isect1 .tabs li .ch {
	font-size: 24px;
	line-height: 32px;
	color: #474747;
	font-weight: normal;
}

.isect1 .tabs li .en {
	font-size: 12px;
	line-height: 19px;
	color: #ada5ad;
	font-weight: normal;
	text-transform: uppercase;
}

.isect1 .tabs li.active:before {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	opacity: 1;
	visibility: visible;
}

.isect1 .tabs li.active .ch,
.isect1 .tabs li.active .en {
	color: #3a8eb0;
}

.isect1 .container {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.isect1 .container .swiper-slide .left {
	width: 48.333%;
	padding-top: 15px;
}

.isect1 .container .swiper-slide .left .innerScroll {
	padding: 0 100px 0 0;
	margin-bottom: 28px;
	position: relative;
}

.isect1 .container .swiper-slide .left .innerScroll .swiper-button-prev,
.isect1 .container .swiper-slide .left .innerScroll .swiper-button-next {
	width: 19px;
	height: 19px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 0;
	left: auto;
	cursor: pointer;
	background: #6fd1c4 url(../images/arrow.png) no-repeat right center;
}

.isect1 .container .swiper-slide .left .innerScroll .swiper-button-prev {
	right: 20px;
	background-position: left center;
}

.isect1 .container .swiper-slide .left .innerScroll .swiper-button-prev:hover,
.isect1 .container .swiper-slide .left .innerScroll .swiper-button-next:hover {
	background-color: #3a8eb0;
}

.isect1 .container .swiper-slide .left .innerScroll .scroll {
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 58px;
}

.isect1 .container .swiper-slide .left .innerScroll .scroll .swiper-slide a {
	display: block;
	padding-left: 79px;
	position: relative;
}

.isect1 .container .swiper-slide .left .innerScroll .scroll .swiper-slide a h5 {
	height: 58px;
	line-height: 58px;
	font-size: 18px;
	color: #4d4d4d;
	font-weight: normal;
}

.isect1 .container .swiper-slide .left .innerScroll .scroll .swiper-slide a .date {
	width: 58px;
	height: 58px;
	position: absolute;
	left: 0;
	top: 0;
	box-sizing: border-box;
	padding-top: 16px;
	background: url(../images/datebg.png) no-repeat center;
	font-size: 20px;
	line-height: 39px;
	color: #3a8eb0;
	text-align: center;
}

.isect1 .container .swiper-slide .left .innerScroll .scroll .swiper-slide a:hover h5 {
	color: #3a8eb0;
}

.isect1 .container .swiper-slide .left .btmScroll {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.isect1 .container .swiper-slide .left .btm .pic {
	width: 52%;
	height: 193px;
	overflow: hidden;
	position: relative;
}

.isect1 .container .swiper-slide .left .btm .pic em {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.isect1 .container .swiper-slide .left .btm .txt {
	width: 44%;
	font-size: 15px;
	line-height: 35px;
	color: #858585;
	height: 175px;
	overflow: hidden;
	font-size: 13px;
	line-height: 30px;
	height: 180px;
}

.isect1 .container .swiper-slide .left .btm:hover .txt {
	color: #666;
}

.isect1 .container .swiper-slide .right {
	width: 48.333%;
}

.isect1 .container .swiper-slide .right li a {
	display: block;
	height: 44px;
	line-height: 44px;
	padding-right: 120px;
	position: relative;
	font-size: 16px;
}

.isect1 .container .swiper-slide .right li a h5 {
	color: #464646;
	font-weight: normal;
}

.isect1 .container .swiper-slide .right li a span {
	color: #9e9e9e;
	position: absolute;
	right: 0;
	top: 0;
}

.isect1 .container .swiper-slide .right li a:hover h5,
.isect1 .container .swiper-slide .right li a:hover span {
	color: #3a8eb0;
}

.isect2 {
	margin-bottom: 40px;
}

.isect2 ul li {
	width: 48.333%;
	overflow: hidden;
}

.isect2 ul li a {
	display: block;
	height: 0;
	padding-bottom: 80px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.isect2 ul li a:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.isect3 {
	margin-bottom: 50px;
}

.isect3 dl {
	height: 320px;
	padding-left: 198px;
	position: relative;
}

.isect3 dl dt {
	width: 198px;
	height: 320px;
	position: absolute;
	left: 0;
	top: 0;
	background: #2d7794;
	text-align: center;
}

.isect3 dl dt a {
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 50px 20px 0;
}

.isect3 dl dt a img {
	filter: alpha(opacity=40);
	opacity: 0.4;
}

.isect3 dl dt a h5 {
	margin: 27px 0 20px;
	font-size: 24px;
	line-height: 44px;
	color: #ffffff;
	font-weight: normal;
}

.isect3 dl dt a span {
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
	text-decoration: underline;
}

.isect3 dl dt:hover {
	background: #3a8eb0;
}

.isect3 dl dt:hover a img {
	opacity: 0.8;
}

.isect3 dl dd {
	width: 100%;
	overflow: hidden;
}

.isect3 dl dd .kwicks {
	width: 120%;
}

.isect3 dl dd .kwicks .kwick {
	width: 198px;
	height: 320px;
	margin-left: 2px;
	overflow: hidden;
}

.isect3 dl dd .kwicks .kwick.first {
	width: 399px;
}

.isect3 dl dd .kwicks .kwick a {
	display: block;
	width: 399px;
	height: 320px;
}

.isect3 dl dd .kwicks .kwick a .pic {
	width: 198px;
	height: 320px;
	position: relative;
}

.isect3 dl dd .kwicks .kwick a .pic img {
	width: 100%;
	height: 100%;
}

.isect3 dl dd .kwicks .kwick a .pic b {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: rgba(0, 0, 0, 0.3);
}

.isect3 dl dd .kwicks .kwick a .pic .desc {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	background: rgba(255, 255, 255, 0.6);
	height: 100px;
	box-sizing: border-box;
	padding: 8px 8px 0;
	text-align: center;
	width: 100%;
}

.isect3 dl dd .kwicks .kwick a .pic .desc h5 {
	font-size: 22px;
	line-height: 45px;
	color: #474747;
	font-weight: normal;
}

.isect3 dl dd .kwicks .kwick a .pic .desc p {
	font-size: 16px;
	line-height: 35px;
	color: #474747;
}

.isect3 dl dd .kwicks .kwick a .detail {
	width: 198px;
	height: 320px;
	box-sizing: border-box;
	padding: 25px 30px 0;
	background: #edf7f7;
}

.isect3 dl dd .kwicks .kwick a .detail h5 {
	font-size: 22px;
	line-height: 32px;
	color: #474747;
	font-weight: normal;
}

.isect3 dl dd .kwicks .kwick a .detail .pos {
	font-size: 16px;
	line-height: 48px;
	color: #3a8eb0;
}

.isect3 dl dd .kwicks .kwick a .detail .text {
	font-size: 14px;
	line-height: 26px;
	color: #474747;
	height: 130px;
	overflow: hidden;
	margin-bottom: 25px;
}

.isect3 dl dd .kwicks .kwick a .detail span {
	display: block;
	font-size: 14px;
	color: #3a8eb0;
	line-height: 22px;
}

.isect3 dl dd .kwicks .kwick.on a .pic b,
.isect3 dl dd .kwicks .kwick.on a .pic .desc {
	opacity: 0;
}

.isect4 {
	padding: 40px 0 14px;
	background: url(../images/isect4bg.jpg) no-repeat center;
	background-size: cover;
	margin-bottom: 40px;
}

.isect4 .tit {
	margin-bottom: 23px;
	text-align: center;
}

.isect4 .tit .ch {
	font-size: 24px;
	line-height: 37px;
	color: #ffffff;
	font-weight: normal;
}

.isect4 .tit .en {
	font-size: 12px;
	line-height: 24px;
	color: #ffffff;
	font-weight: normal;
	text-transform: uppercase;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.isect4 .scroll {
	padding: 0 54px;
	position: relative;
}

.isect4 .scroll .swiper-button-prev,
.isect4 .scroll .swiper-button-next {
	width: 24px;
	height: 42px;
	position: absolute;
	top: 81px;
	margin-top: 0;
}

.isect4 .scroll .swiper-button-prev {
	left: 0;
	background: url(../images/leftarr.png) no-repeat center;
}

.isect4 .scroll .swiper-button-next {
	right: 0;
	background: url(../images/rightarr.png) no-repeat center;
}

.isect4 .scroll .container {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.isect4 .scroll .container ul li {
	margin-bottom: 18px;
}

.isect4 .scroll .container ul li a {
	display: block;
	height: 98px;
	padding-left: 120px;
	position: relative;
}

.isect4 .scroll .container ul li a .icon {
	width: 82px;
	height: 82px;
	background: #ffffff;
	border-radius: 50%;
	text-align: center;
	font-size: 0;
	position: absolute;
	left: 0;
	top: 0;
}

.isect4 .scroll .container ul li a .icon img {
	width: 100%;
	height: 100%;
}

.isect4 .scroll .container ul li a .ch {
	padding-top: 8px;
	font-size: 18px;
	line-height: 40px;
	color: #ffffff;
	font-weight: normal;
}

.isect4 .scroll .container ul li a .en {
	font-size: 12px;
	line-height: 25px;
	color: #b8e5e5;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: -1px;
	height: 50px;
	overflow: hidden;
}

.isect4 .scroll .swiper-pagination {
	width: 100%;
	display: none;
	bottom:
}

.isect4 .scroll .swiper-pagination .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	margin: 0 3px;
}

.isect4 .scroll .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #fff;
}

.isect5 {
	margin-bottom: 55px;
}

.isect5 .item {
	width: 32%;
	margin-left: 2%;
}

.isect5 .item:first-child {
	margin-left: 0;
}

.isect5 .item .tit {
	margin-bottom: 20px;
	line-height: 44px;
	font-size: 24px;
	color: #474747;
	font-weight: normal;
	text-transform: uppercase;
}

.isect5 .item .tit span {
	margin-left: 16px;
	font-size: 16px;
	color: #adadad;
}

.isect5 .item .pic {
	height: 0;
	padding-bottom: 52.63%;
	position: relative;
	overflow: hidden;
}

.isect5 .item .pic a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.isect5 .item .pic a:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.isect5 .item .cont {
	padding: 30px 20px 0;
	height: 210px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/*.isect5 .item .cont .tabs{margin-bottom: 14px;}*/
.isect5 .item .cont .tabs li {
	width: 24%;
	/*margin-left: 1.333%;*/
	box-sizing: border-box;
	border: 1px solid #cccccc;
	font-size: 14px;
	color: #474747;
	line-height: 28px;
	text-align: center;
	cursor: pointer;
}

/*.isect5 .item .cont .tabs li:first-child{margin-left: 0;}*/
.isect5 .item .cont .tabs li.active {
	border-color: #3a8eb0;
}

.isect5 .item .cont .container {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.isect5 .item .cont .container ul li a {
	display: block;
	font-size: 14px;
	line-height: 46px;
	color: #474747;
}

.isect5 .item .cont .container ul li a:hover {
	color: #3a8eb0;
}

.isect5 .item .cont .list li a {
	display: block;
	height: 46px;
	line-height: 46px;
	padding-right: 70px;
	position: relative;
}

.isect5 .item .cont .list li a h5 {
	font-size: 14px;
	color: #474747;
	font-weight: normal;
}

.isect5 .item .cont .list li a span {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #9e9e9e;
}

.isect5 .item .cont .list li a:hover h5,
.isect5 .item .cont .list li a:hover span {
	color: #3a8eb0;
}

.isect5 .item .cont .tabs li {
	width: 48%;
	margin: 0 1% 10px;
}


.footer {
	padding: 0 0 36px;
	background: #383838;
	font-size: 14px;
	line-height: 40px;
	color: #b2b2b2;
}

.footer .link {
	border-bottom: 1px solid #5c5c5c;
	line-height: 75px;
	padding-left: 106px;
	position: relative;
}

.footer .link dt {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 15px;
	color: #ffffff;
}

.footer .link dd {
	padding-right: 80px;
	position: relative;
}

.footer .link dd .swiper-button-prev,
.footer .link dd .swiper-button-next {
	width: 9px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	left: auto;
	margin-top: 0;
}

.footer .link dd .swiper-button-prev {
	right: 28px;
	background: url(../images/leftarr1.png) no-repeat center;
}

.footer .link dd .swiper-button-next {
	background: url(../images/rightarr1.png) no-repeat center;
}

.footer .link dd .container {
	width: 100%;
	overflow: hidden;
}

.footer .link dd .container li{margin-left:5px;}

.footer .link dd .container .swiper-slide {
	width: auto;
	position: relative;
}

.footer .link dd .container .swiper-slide:before {
	content: "";
	width: 2px;
	height: 13px;
	background: #ffffff;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: -38px;
}

.footer .link dd .container .swiper-slide a {
	display: block;
	font-size: 15px;
	color: #ffffff;
}

.footer .link dd .container .swiper-slide a:hover {
	opacity: 0.6;
}

.footer .btm {
	border-top: 1px solid #252525;
	padding-top: 25px;
}

.footer .btm .logo {
	padding: 5px 50px 5px 0;
	border-right: 1px solid #5c5c5c;
	position: relative;
}

.footer .btm .logo:before {
	content: "";
	width: 1px;
	height: 100%;
	background: #252525;
	position: absolute;
	right: -2px;
	top: 0;
}

.footer .btm .text {
	width: 45%;
	box-sizing: border-box;
	padding: 0 20px 0 4%;
	border-right: 1px solid #5c5c5c;
	position: relative;
}

.footer .btm .text:before {
	content: "";
	width: 1px;
	height: 100%;
	background: #252525;
	position: absolute;
	right: -2px;
	top: 0;
}

.footer .btm .text span {
	margin-right: 15px;
}

.footer .btm .qrcode {
	padding-top: 3px;
}

.footer .btm .qrcode .code {
	width: 110px;
	height: 110px;
	margin-right: 20px;
}

.footer .btm .qrcode .txt {
	width: 155px;
	padding-top: 14px;
	font-size: 14px;
	line-height: 30px;
	color: #b2b2b2;
}

.footer .btm .qrcode .txt .focus {
	margin-top: 12px;
}

.footer .btm .qrcode .txt ul li {
	position: relative;
	cursor: pointer;
	margin-left: 10px;
}

.footer .btm .qrcode .txt ul li:first-child {
	margin-left: 0;
}

.footer .btm .qrcode .txt ul li .icon {
	width: 30px;
	height: 30px;
	background: #999999 url(../images/qq.png) no-repeat center;
}

.footer .btm .qrcode .txt ul li.li2 .icon {
	background-image: url(../images/sina.png);
}

.footer .btm .qrcode .txt ul li .codeImg {
	position: absolute;
	left: 50%;
	margin-left: -75px;
	bottom: 30px;
	z-index: 8;
	display: none;
}

.footer .btm .qrcode .txt ul li .codeImg .pic {
	width: 130px;
	height: 130px;
	background: #fff;
	padding: 5px;
}

.footer .btm .qrcode .txt ul li .codeImg .pic img {
	width: 100%;
	height: 100%;
}

.footer .btm .qrcode .txt ul li .codeImg i {
	display: block;
	margin: 0 auto;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top: 8px solid #fff;
}

.footer .btm .qrcode dl {
	width: 285px;
}

.footer .btm .qrcode dl dd {
	width: 88px;
	margin-left: 1px;
	text-align: center;
}

.footer .btm .qrcode dl dd:first-child {
	margin-left: 0;
}

.footer .btm .qrcode dl dd .pic {
	height: 88px;
	box-sizing: border-box;
	padding: 3px;
	background: #fff;
}

.footer .btm .qrcode dl dd .pic img {
	width: 100%;
	height: 100%;
}

.footer .btm .qrcode dl dd .pic p {
	font-size: 12px;
	color: #fff;
	line-height: 24px;
}



.nyBanner {
	width: 100%;
	height: 360px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.bread {
	background: #effaf9;
	height: 30px;
	margin-top: 15px;
}

.bread ul li {
	margin-right: 18px;
}

.bread ul li:last-child {
	margin-right: 0;
}

.bread ul li a {
	display: block;
	padding: 0 19px;
	font-size: 16px;
	line-height: 52px;
	color: #333333;
	position: relative;
}

.bread ul li a:before {
	content: "";
	width: 100%;
	height: 2px;
	background: #3a8eb0;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	opacity: 0;
	visibility: hidden;
}

.bread ul li.on a,
.bread ul li a:hover {
	color: #3a8eb0;
}

.bread ul li.on a {
	font-weight: bold;
}

.bread ul li.on a:before,
.bread ul li a:hover:before {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	opacity: 1;
	visibility: visible;
}

.pageStyle {
	font-size: 15px;
	line-height: 34px;
	color: #525252;
	font-size: 18px;
	line-height: 36px;
}

.pageStyle * {
	max-width: 100% !important;
}

.pageStyle img {
	height: auto !important;
	float: none !important;
}

.nyWrap {
	margin: 50px auto 58px;
	min-height: 350px;
}

.about .item1 {
	margin-bottom: 70px;
}

.about .item1 .pic {
	margin: 0 0 0 40px;
}

.about .item1 .tit {
	font-size: 26px;
	color: #212121;
	line-height: 28px;
	font-weight: normal;
	margin: 0 0 33px;
}

.about .item2 {
	width: 100%;
	height: 140px;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 50px;
}

.about .item2 img {
	display: none;
}

.about .item3 .pic {
	margin: 0 38px 0 0;
}

.about .item3 .pad {
	padding: 20px 0;
}

.orgWrap .tit {
	font-size: 28px;
	color: #494e48;
	line-height: 28px;
	text-align: center;
	margin-bottom: 50px;
	font-weight: normal;
}

.history .title {
	margin: 27px auto 22px;
	position: relative;
	padding-top: 43px;
}

.history .title h4 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	text-align: center;
	font-size: 43px;
	line-height: 83px;
	color: #e5e3e3;
	text-transform: uppercase;
	font-weight: normal;
}

.history .title h3 {
	font-size: 26px;
	line-height: 40px;
	color: #212121;
	font-weight: normal;
	margin-bottom: 14px;
	text-align: center;
}

.history .title h3 span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 0 82px;
	position: relative;
	z-index: 2;
}

.history .title h3 span:before,
.history .title h3 span:after {
	content: "";
	width: 115px;
	height: 1px;
	background: #b8b8b8;
	position: absolute;
	top: 50%;
}

.history .title h3 span:before {
	left: 100%;
}

.history .title h3 span:after {
	right: 100%;
}

.history .title p {
	font-size: 14px;
	color: #858585;
	line-height: 32px;
}

.history .cont {
	padding: 38px 0;
	background: #eae7e3;
}

.history .cont .w1200 {
	box-sizing: border-box;
	padding: 0 64px;
	position: relative;
}

.history .cont .w1200 .swiper-button-prev,
.history .cont .w1200 .swiper-button-next {
	height: 44px;
	line-height: 44px;
	margin-top: -22px;
	background: none;
	font-size: 24px;
	color: #858585;
	font-weight: 300;
	cursor: pointer;
}

.history .cont .w1200 .swiper-button-prev span,
.history .cont .w1200 .swiper-button-next span {
	font-size: 14px;
	line-height: 46px;
}

.history .cont .w1200 .swiper-button-prev span {
	margin-left: -5px;
}

.history .cont .w1200 .swiper-button-next span {
	margin-right: -5px;
}

.history .cont .w1200 .container {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 199px 0;
}

.history .cont .w1200 .container:before {
	content: "";
	width: 100%;
	height: 1px;
	background: #808080;
	position: absolute;
	left: 0;
	top: 50%;
}

.history .cont .w1200 .container .wrap {
	height: 25px;
	position: relative;
	background: url(../images/line2.png) no-repeat center;
}

.history .cont .w1200 .container .wrap .pic {
	width: 175px;
	height: 175px;
	position: absolute;
	left: 50%;
	margin-left: -87px;
	overflow: hidden;
	border-radius: 50%;
	bottom: 49px;
}

.history .cont .w1200 .container .wrap .pic img {
	width: 100%;
	height: 100%;
}

.history .cont .w1200 .container .wrap .pic h5 {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 50px;
	background: rgba(0, 0, 0, 0.51);
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	color: #ffffff;
}

.history .cont .w1200 .container .wrap .line {
	display: block;
	width: 1px;
	height: 25px;
	margin: 0 auto;
	background: #808080;
}

.history .cont .w1200 .container .wrap .text {
	width: 100%;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 63px;
	font-size: 16px;
	line-height: 30px;
	color: #212121;
	text-align: center;
}

.history .cont .w1200 .container .wrap .date {
	width: 68px;
	height: 68px;
	padding: 7px;
	border: 1px solid #53c3a6;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	margin-left: -42px;
	bottom: 49px;
	font-size: 18px;
	color: #ffffff;
	line-height: 68px;
	text-align: center;
	font-weight: bold;
}

.history .cont .w1200 .container .wrap .date span {
	display: block;
	width: 100%;
	height: 100%;
	background: #53c3a6;
	border-radius: 50%;
}

.history .cont .w1200 .container .odd .wrap .text {
	bottom: 75px;
	top: auto;
}

.history .cont .w1200 .container .odd .wrap .pic {
	top: 50px;
	bottom: auto;
}

.history .cont .w1200 .container .odd .wrap .date {
	bottom: auto;
	top: 49px;
}

.survey .title {
	margin-bottom: 13px;
	text-align: center;
}

.survey .title h5 {
	font-size: 26px;
	color: #333333;
	line-height: 26px;
	font-weight: normal;
	margin-bottom: 28px;
}

.survey .title p {
	font-size: 14px;
	line-height: 28px;
	color: #4c4c4c;
}

.survey .list {
	padding-bottom: 37px;
}

.survey .list .nLi {
	margin-bottom: 10px;
}

.survey .list .nLi h5 {
	font-size: 16px;
	line-height: 36px;
	color: #333333;
	margin-bottom: 7px;
}

.survey .list .nLi dl dt {
	font-size: 14px;
	line-height: 32px;
	color: #333333;
}

.survey .list .nLi dl dd {
	padding-left: 33px;
	font-size: 14px;
	line-height: 32px;
	color: #333333;
}

.survey .list .nLi dl dd label {
	margin-right: 32px;
	cursor: pointer;
}

.survey .list .nLi dl dd label:last-child {
	margin-right: 0;
}

.survey .list .nLi dl dd label input {
	display: none;
}

.survey .list .nLi dl dd label span {
	display: block;
	padding-left: 24px;
	position: relative;
}

.survey .list .nLi dl dd label span i {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -6px;
	width: 12px;
	height: 12px;
	border: 1px solid #999999;
	border-radius: 50%;
}

.survey .list .nLi dl dd label span i:before {
	content: "";
	width: 6px;
	height: 6px;
	background: #999999;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -3px 0 0 -3px;
}

.survey .list .nLi dl dd label input:checked+span i {
	border-color: #3a8eb0;
}

.survey .list .nLi dl dd label input:checked+span i:before {
	background: #3a8eb0;
}

.survey .list .nLi dl dd .text {
	display: block;
	width: 100%;
	height: 44px;
	border: none;
	border-bottom: 1px solid #ccc;
	background: none;
	font-size: 14px;
	color: #333333;
	line-height: 44px;
}

.btnWrap {
	text-align: center;
	font-size: 0;
}

.btnWrap .btn {
	width: 140px;
	height: 40px;
	background: #3a8eb0;
	border-radius: 4px;
	border: none;
	margin: 0 40px;
	font-size: 16px;
	color: #ffffff;
	line-height: 40px;
	cursor: pointer;
}

.btnWrap .btn.reset {
	background: #bfbfbf;
}

.btnWrap .btn:hover {
	opacity: 0.8;
}


.contact {
	box-sizing: border-box;
	padding-right: 350px;
	height: 480px;
	background: #fafafa;
	position: relative;
}

.contact .map {
	width: 100%;
	height: 100%;
}

.contact .text {
	width: 350px;
	position: absolute;
	right: 0;
	top: 0;
	box-sizing: border-box;
	padding: 49px 40px 30px;
	overflow: auto;
	font-size: 14px;
	line-height: 40px;
	color: #212121;
}

.contact .text::-webkit-scrollbar {
	width: 3px;
	height: 3px
}

.contact .text::-webkit-scrollbar-button:vertical {
	display: none
}

.contact .text::-webkit-scrollbar-corner,
.contact .text::-webkit-scrollbar-track {
	background-color: #ccc
}

.contact .text::-webkit-scrollbar-thumb {
	border-radius: 0;
	background-color: #3a8eb0;
}

.contact .text::-webkit-scrollbar-thumb:vertical:hover {}

.contact .text::-webkit-scrollbar-thumb:vertical:active {}

.contact .text .tit {
	margin-bottom: 31px;
	font-size: 26px;
	line-height: 47px;
	font-weight: normal;
	color: #212121;
}

.contact .text p {
	margin-bottom: 10px;
}

.contact .text p:last-child {
	margin-bottom: 0;
}

.contact .text p img {
	margin-right: 15px;
}

.msgWrap {
	margin: 70px auto 60px;
	min-height: auto;
}

.msgWrap .left {
	width: 47.25%;
}

.msgWrap .right {
	width: 49.58%;
}

.msgWrap dl {
	margin-bottom: 34px;
	padding-left: 66px;
	position: relative;
}

.msgWrap .right dl {
	padding-left: 86px;
}

.msgWrap dl dt {
	position: absolute;
	left: 0;
	top: 0;
	line-height: 36px;
	font-size: 14px;
	color: #212121;
}

.msgWrap dl dd .text,
.msgWrap dl dd textarea {
	width: 100%;
	box-sizing: border-box;
	background: none;
	border: 1px solid #b2b2b2;
	border-radius: 4px;
	height: 34px;
	padding: 0 12px;
	font-size: 14px;
	color: #212121;
	line-height: 34px;
}

.msgWrap dl dd textarea {
	height: 176px;
	line-height: 28px;
	padding: 3px 12px;
}

.msgWrap dl dd .text.codeText {
	width: 151px;
}

.msgWrap dl dd .codePic {
	width: 138px;
	height: 34px;
	border: 1px solid #b2b2b2;
	border-radius: 4px;
	margin: 0 8px 0 15px;
	cursor: pointer;
}

.msgWrap dl dd .codePic img {
	width: 100%;
	height: 100%;
}

.msgWrap dl dd .change {
	line-height: 36px;
	font-size: 14px;
	color: #3a8eb0;
}

.msgWrap dl dd .change:hover {
	text-decoration: underline;
}

.msgWrap .btnWrap {
	padding-top: 22px;
}

.msgWrap .pic {
	margin-bottom: 20px;
	text-align: center;
}

.msgWrap .pic img {
	max-width: 100%;
}

.msgList {
	padding: 60px 0 40px;
	background: #f5f5f5;
}

.msgList ul li {
	margin-bottom: 20px;
	padding: 0 50px 33px;
	background: #ffffff;
	border-top: 3px solid #3a8eb0;
}

.msgList ul li .top {
	line-height: 50px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 21px;
}

.msgList ul li .top h5 {
	padding-left: 34px;
	background: url(../images/user.png) no-repeat left center;
	font-size: 14px;
	color: #333333;
}

.msgList ul li .top span {
	font-size: 14px;
	color: #858585;
}

.msgList ul li dl {
	font-size: 14px;
	line-height: 30px;
	color: #333333;
}

.msgList ul li dl dd {
	margin-top: 12px;
	color: #3a8eb0;
}

.recomNews {
	padding: 40px 0 35px;
}

.recomNews ul li {
	width: 29%;
	margin-left: 6.5%;
}

.recomNews ul li:first-child {
	margin-left: 0;
}

.recomNews ul li a {
	display: block;
}

.recomNews ul li a .pic {
	width: 100%;
	height: 0;
	padding-bottom: 62.857%;
	position: relative;
	overflow: hidden;
}

.recomNews ul li a .pic em {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.recomNews ul li a h5 {
	margin: 24px 0 17px;
	font-size: 18px;
	line-height: 28px;
	color: #212121;
	height: 56px;
	overflow: hidden;
}

.recomNews ul li a span {
	display: block;
	font-size: 14px;
	line-height: 21px;
	color: #9e9e9e;
}

.recomNews ul li a:hover h5 {
	color: #3a8eb0;
}

.newsList {
	padding: 10px 0 76px;
	background: #fafafa;
	min-height: 350px;
}

.newsList ul {
	margin-bottom: 79px;
}

.newsList ul li {
	border-bottom: 1px dotted #cccccc;
}

.newsList ul li a {
	display: block;
	padding: 24px 0 23px;
}

.newsList ul li a h5 {
	font-size: 18px;
	line-height: 31px;
	color: #212121;
}

.newsList ul li a span {
	display: block;
	font-size: 14px;
	line-height: 37px;
	color: #9e9e9e;
}

.newsList ul li a p {
	font-size: 14px;
	line-height: 26px;
	color: #525252;
	max-height: 52px;
	overflow: hidden;
}

.newsList ul li a:hover h5 {
	color: #3a8eb0;
}

.page {
	text-align: center;
	font-size: 0;
}

.page a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 5px;
	height: 38px;
	padding: 0 16px;
	border: 1px solid #cccccc;
	font-size: 14px;
	color: #525252;
	line-height: 38px;
}

.page a.prev,
.page a.next {
	padding: 0 29px;
	position: relative;
}

.page a.prev {
	margin-right: 75px;
}

.page a.next {
	margin-left: 75px;
}

.page a.prev:before,
.page a.next:before {
	content: "";
	width: 60px;
	height: 1px;
	background: #cccccc;
	position: absolute;
	top: 50%;
}

.page a.prev:before {
	right: -70px;
}

.page a.next:before {
	left: -70px;
}

.page a:hover,
.page a.on {
	background: #3a8eb0;
	border-color: #3a8eb0;
	color: #fff;
}

.order .title {
	font-size: 26px;
	color: #212121;
	line-height: 26px;
	text-align: center;
	margin-bottom: 50px;
}

.order .cont {
	padding: 54px 79px;
	border: 1px solid #dbdbdb;
}

.order .cont li {
	width: 31.7%;
	margin-left: 2.45%;
	height: 322px;
	box-sizing: border-box;
	background: #e3f1f7;
	padding: 13px 40px 0;
}

.order .cont li:first-child {
	margin-left: 0;
}

.order .cont li h5 {
	font-size: 20px;
	line-height: 76px;
	color: #212121;
	text-transform: uppercase;
}

.order .cont li dl {
	margin-bottom: 24px;
}

.order .cont li dl dd {
	width: 48%;
}

.order .cont li dl dd .pic {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
}

.order .cont li dl dd .pic img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.order .cont li p {
	font-size: 14px;
	line-height: 30px;
	color: #212121;
}

.order .cont li p em {
	font-weight: bold;
}

.jobList ul li a {
	display: block;
	height: 46px;
	line-height: 46px;
	position: relative;
	padding: 0 140px 0 40px;
}

.jobList ul li a:before {
	content: "";
	width: 11px;
	height: 3px;
	background: #3a8eb0;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
}

.jobList ul li a h5 {
	font-size: 15px;
	color: #212121;
	font-weight: normal;
	width: 100%;
}

.jobList ul li a span {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 15px;
	color: #9e9e9e;
}

.jobList ul li a:hover h5 {
	padding-left: 6px;
	color: #3a8eb0;
}

.expertList {
	margin-bottom: 80px;
}

.expertList ul {
	padding-bottom: 50px;
}

.expertList ul li {
	width: 48.33%;
	margin-bottom: 30px;
}

.expertList ul li a {
	display: block;
	height: 254px;
	background: #f7f7f7;
	box-sizing: border-box;
	padding: 30px 30px 0 230px;
	position: relative;
}

.expertList ul li a .pic {
	width: 198px;
	height: 254px;
	position: absolute;
	left: 0;
	top: 0;
}

.expertList ul li a .pic img {
	width: 100%;
	height: 100%;
}

.expertList ul li a h5 {
	margin-bottom: 14px;
	font-size: 22px;
	line-height: 41px;
	color: #474747;
	font-weight: normal;
}

.expertList ul li a h5 span {
	font-size: 16px;
	color: #3a8eb0;
	margin-left: 30px;
}

.expertList ul li a p {
	font-size: 14px;
	line-height: 26px;
	color: #474747;
	height: 78px;
	overflow: hidden;
	margin-bottom: 31px;
}

.expertList ul li a em {
	display: block;
	font-size: 14px;
	line-height: 21px;
	color: #3a8eb0;
	text-decoration: underline;
}

.expertList ul li:hover {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.expertCont .wrap {
	padding: 0 0 0 230px;
	position: relative;
}

.expertCont .wrap .pic {
	width: 198px;
	position: absolute;
	left: 0;
	top: 0;
}

.expertCont .wrap .pic img {
	width: 100%;
}

.expertCont .wrap .tit {
	margin-bottom: 14px;
	font-size: 22px;
	line-height: 41px;
	color: #474747;
	font-weight: normal;
}

.expertCont .wrap .tit span {
	font-size: 16px;
	color: #3a8eb0;
	margin-left: 30px;
}

.expertCont .wrap .pageStyle {
	font-size: 16px;
}

.ztWrap ul li {
	width: 48.33%;
	margin-bottom: 40px;
}

.ztWrap ul li a {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 37.93%;
	position: relative;
	overflow: hidden;
}

.ztWrap ul li a em {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.ztWrap ul li a:hover em {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}


.passage {
	padding-top: 42px;
}

.passage .psgTit {
	margin-bottom: 42px;
	text-align: center;
}

.passage .psgTit h1 {
	font-size: 30px;
	line-height: 49px;
	color: #1a1a1a;
	font-weight: normal;
	margin-bottom: 40px;
}

.passage .psgTit .info {
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	text-align: center;
	line-height: 58px;
	font-size: 14px;
	color: #999999;
}

.passage .psgTit .info span {
	margin: 0 25px;
}

.passage .psgTit .info span img {
	margin-right: 15px;
}

.passage .psgCont {
	color: #212121;
	padding: 0 100px 55px;
	min-height: 300px;
}

.passage .psgCont table {
	margin: 0 auto !important;
}

.passage .bdsharebuttonbox {
	margin-bottom: 59px;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	line-height: 30px;
	padding: 14px 0;
	font-size: 14px;
	color: #6b6b6b;
}

.passage .bdsharebuttonbox span {
	width: 56px;
}

.passage .bdsharebuttonbox .shareItem {
	width: 30px;
	height: 30px;
	margin: 0 20px 0 0;
	padding: 0;
	background: #999999 url(../images/shareicon.png) no-repeat left top;
	border-radius: 50%;
}

.passage .bdsharebuttonbox .shareItem:hover {
	background-color: #3a8eb0;
}

.passage .bdsharebuttonbox .shareItem.bds_sqq {
	background-position: -30px top;
}

.passage .bdsharebuttonbox .shareItem.bds_tsina {
	background-position: -60px top;
}

.passage .psgBtn {
	font-size: 0;
	text-align: center;
}

.passage .psgBtn a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 140px;
	height: 46px;
	margin: 0 10px;
	background: #f0f0f0;
	font-size: 15px;
	color: #212121;
	line-height: 46px;
}

.passage .psgBtn a:hover {
	background: #3a8eb0;
	color: #fff;
}


.ksWrap {
	padding: 50px 0 30px;
	background: url(../images/ksbg.jpg) no-repeat center;
	background-size: cover;
	min-height: 300px;
}

.ksWrap .w1200 {
	overflow: hidden;
}

.ksWrap ul {
	width: 1237px;
}

.ksWrap ul li {
	width: 190px;
	margin: 0 12px 20px 0;
	background: #ffffff;
	border-radius: 4px;
	position: relative;
}

.ksWrap ul li:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 4px;
	opacity: 0;
	background-image: -moz-linear-gradient(-90deg, rgb(19, 171, 150) 0%, rgb(29, 146, 197) 100%);
	background-image: -webkit-linear-gradient(-90deg, rgb(19, 171, 150) 0%, rgb(29, 146, 197) 100%);
	background-image: -ms-linear-gradient(-90deg, rgb(19, 171, 150) 0%, rgb(29, 146, 197) 100%);
}

.ksWrap ul li a {
	display: block;
	height: 220px;
	box-sizing: border-box;
	padding: 40px 22px 0;
	text-align: center;
	position: relative;
	z-index: 2;
}

.ksWrap ul li a .icon {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin: 0 auto 25px;
	position: relative;
	line-height: 80px;
	background-image: -moz-linear-gradient(-90deg, rgb(19, 171, 150) 0%, rgb(29, 146, 197) 100%);
	background-image: -webkit-linear-gradient(-90deg, rgb(19, 171, 150) 0%, rgb(29, 146, 197) 100%);
	background-image: -ms-linear-gradient(-90deg, rgb(19, 171, 150) 0%, rgb(29, 146, 197) 100%);
}

.ksWrap ul li a .icon img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.ksWrap ul li a .icon img.o {
	opacity: 0;
}

.ksWrap ul li a .text {
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	height: 56px;
}

.ksWrap ul li:hover:before {
	opacity: 1;
}

.ksWrap ul li:hover a .text {
	color: #fff;
}

.ksWrap ul li:hover a .icon {
	background: #fff;
}

.ksWrap ul li:hover a .icon .d {
	opacity: 0;
}

.ksWrap ul li:hover a .icon .o {
	opacity: 1;
}

.mzWrap .tit {
	font-size: 28px;
	color: #494e48;
	line-height: 28px;
	text-align: center;
	margin-bottom: 50px;
	font-weight: normal;
}

.mzWrap .tabelWrap {
	overflow: auto;
	width: 100%;
}

.mzWrap .tabelWrap table {
	margin: 0 auto;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	text-align: center;
	min-width: 1000px;
}

.mzWrap .tabelWrap table td {
	font-size: 14px;
	color: #333333;
	line-height: 24px;
	padding: 17px 4px;
	border: 1px solid #cccccc;
}

.mzWrap .tabelWrap table td.t img {
	width: 100%;
	height: 100%;
}

.mzWrap .tabelWrap table .row1 td,
.mzWrap .tabelWrap table .row2 td {
	padding: 0 3px;
	line-height: 48px;
}

.mzWrap .tabelWrap table .row1 td.t {
	padding: 0;
	background: #f0faf9;
}

.mzWrap .tabelWrap table .row2 td {
	background: #eeeeee;
}

.mzWrap .tabelWrap table .th {
	background: #3a8eb0;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
}

.mzWrap .tabelWrap table .subTit {
	font-size: 16px;
	line-height: 20px;
	color: #333333;
	font-weight: bold;
	background: #f0faf9;
	padding: 17px 3px;
}

.contavtUs {
	box-sizing: border-box;
	border: 1px solid #dbdbdb;
	padding: 54px 40px 54px 79px;
}

.contavtUs ul li {
	width: 330px;
	height: 321px;
	box-sizing: border-box;
	margin-left: 25px;
	background: #ebf5f4;
	text-align: center;
	padding: 57px 20px 0;
}

.contavtUs ul li:first-child {
	margin-left: 0;
}

.contavtUs ul li .icon {
	width: 118px;
	height: 118px;
	border: 1px solid #3a8eb0;
	border-radius: 14px;
	font-size: 0;
	text-align: center;
	line-height: 118px;
	margin: 0 auto 47px;
}

.contavtUs ul li .icon img {
	max-width: 100%;
	max-height: 100%;
}

.contavtUs ul li p {
	font-size: 20px;
	line-height: 36px;
	color: #212121;
}

.cultureWrap .item1 {
	margin: 50px auto;
}

.cultureWrap .item1 dl {
	width: 48.333%;
}

.cultureWrap .item1 dl dt {
	width: 50%;
	height: 290px;
	background: #effaf9;
	text-align: center;
	line-height: 290px;
	font-size: 0;
}

.cultureWrap .item1 dl dt img {
	max-width: 100%;
	max-height: 100%;
}

.cultureWrap .item1 dl dd {
	width: 50%;
	box-sizing: border-box;
	padding: 22px 30px 0;
}

.cultureWrap .item1 dl dd h5 {
	font-size: 16px;
	color: #333333;
	line-height: 34px;
	margin-bottom: 25px;
	min-height: 64px;
}

.cultureWrap .item1 dl dd p {
	font-size: 14px;
	color: #333333;
	line-height: 32px;
	padding-left: 26px;
	position: relative;
}

.cultureWrap .item1 dl dd p:before {
	content: "";
	width: 6px;
	height: 6px;
	background: #94c11b;
	position: absolute;
	left: 0;
	top: 13px;
}

.cultureWrap .item1 dl dd p.blue:before {
	background: #138cc0;
}

.cultureWrap .item1 dl dd p.mrgBtm {
	margin-bottom: 26px;
}

.cultureWrap .item2 {
	padding: 65px 0;
	background: url(../images/culturebg.jpg) no-repeat center;
	background-size: cover;
}

.cultureWrap .item2 .w1200 {
	overflow: hidden;
}

.cultureWrap .item2 ul {
	width: 1213px;
}

.cultureWrap .item2 ul li {
	width: 290px;
	height: 230px;
	margin-right: 13px;
	box-sizing: border-box;
	padding: 50px 20px 0;
	text-align: center;
	background: #ffffff;
}

.cultureWrap .item2 ul li .icon {
	margin-bottom: 6px;
	height: 65px;
	line-height: 65px;
	font-size: 0;
}

.cultureWrap .item2 ul li .icon img {
	max-height: 100%;
}

.cultureWrap .item2 ul li h5 {
	margin-bottom: 6px;
	font-size: 18px;
	line-height: 33px;
	color: #000000;
	font-weight: normal;
}

.cultureWrap .item2 ul li h5 span {
	letter-spacing: 36px;
}

.cultureWrap .item2 ul li p {
	font-size: 14px;
	line-height: 28px;
	color: #000000;
}

.cultureWrap .item3 {
	margin: 62px auto 50px;
	box-sizing: border-box;
	border: 1px solid #dbdbdb;
	padding: 44px 0 37px;
}

.cultureWrap .item3 .tit {
	font-size: 24px;
	line-height: 42px;
	color: #333333;
	text-align: center;
}

.cultureWrap .item3 .tit span {
	font-weight: normal;
}

.cultureWrap .item3 .cont .wrap {
	padding-left: 147px;
}

.cultureWrap .item3 dl {
	width: 33.3%;
	font-size: 16px;
	line-height: 36px;
	color: #333333;
}

.cultureWrap .item3 dl dd {
	margin-top: 36px;
}

.cultureWrap .item3 audio {
	display: block;
	margin: 50px auto 0;
}



.jobForm {
	border: 1px solid #dbdbdb;
	padding: 30px 100px 54px;
}

.jobForm .tit {
	font-size: 20px;
	color: #333;
	line-height: 44px;
	margin-bottom: 16px;
}

.jobForm .formItem {
	margin-bottom: 19px;
	box-sizing: border-box;
	padding-left: 82px;
	position: relative;
	width: 47.5%;
}

.jobForm .formItem label {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 15px;
	line-height: 42px;
	color: #444444;
}

.jobForm .formItem label span {
	letter-spacing: 28px;
}

.jobForm .formItem .text,
.jobForm .formItem select,
.jobForm .formItem textarea {
	width: 100%;
	height: 42px;
	box-sizing: border-box;
	border: 1px solid #d5d5d5;
	padding: 0 12px;
	font-size: 14px;
	color: #222;
	line-height: 40px;
}

.jobForm .formItem select {
	padding: 0 10px;
}

.jobForm .formItem textarea {
	height: 102px;
	overflow: auto;
}

.jobForm .formItem .text.codeTxt {
	width: 70%;
}

.jobForm .formItem .codePic {
	width: 30%;
	box-sizing: border-box;
	border: 1px solid #d5d5d5;
	border-left: none;
	height: 42px;
}

.jobForm .formItem .codePic img {
	width: 100%;
	height: 100% !important;
	cursor: pointer;
}

.jobForm .formItem .codePic.upload {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #3a8eb0;
	line-height: 42px;
}

.jobForm .formItem.w100p {
	width: 100%;
}

.jobForm .formItem .btn {
	display: block;
	width: 116px;
	height: 40px;
	border: none;
	background: #3a8eb0;
	text-align: center;
	line-height: 40px;
	font-size: 15px;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
}

.jobForm .formItem .btn.reset {
	background: #757575;
	margin-left: 15px;
}

.jobForm .formItem .btn:hover {
	background: #3a8eb0;
}

.picList {
	padding-bottom: 24px;
	overflow: hidden;
}

.picList ul {
	padding-bottom: 30px;
	width: 1240px;
}

.picList ul li {
	width: 270px;
	margin: 0 40px 19px 0;
}

.picList ul li a {
	display: block;
}

.picList ul li a .pic {
	width: 100%;
	height: 0;
	padding-bottom: 62.15%;
	position: relative;
	overflow: hidden;
}

.picList ul li a .pic em {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.picList ul li a h5 {
	padding: 0 15px;
	height: 48px;
	background: #f8f7f7;
	font-size: 14px;
	color: #333333;
	line-height: 48px;
	font-weight: normal;
}

.picList ul li a:hover h5 {
	background: #3a8eb0;
	color: #fff;
}

.float {
	position: fixed;
	right: -100px;
	top: 50%;
	margin-top: -197px;
	z-index: 999;
}

.float.show {
	right: 10px;
}

.float li {
	position: relative;
	text-align: center;
	cursor: pointer;
	margin-bottom: 14px;
}

.float li .icon {
	display: block;
	width: 54px;
	height: 54px;
	margin: 0 auto 8px;
	background: url(../images/floaticon.png) no-repeat left top;
}

.float li .txt {
	font-size: 14px;
	color: #333333;
	line-height: 24px;
}

.float li.li2 .icon {
	background-position: left -54px;
}

.float li.li3 .icon {
	background-position: left -108px;
}

.float li.li4 .icon {
	background-position: left -162px;
}

.float li .qrcode {
	width: 150px;
	padding-right: 23px;
	position: absolute;
	top: -10px;
	right: 80px;
	display: none;
}

.float li .qrcode .cont {
	width: 100%;
	box-sizing: border-box;
	position: relative;
	background: #f00;
	text-align: center;
	padding: 14px 20px 4px;
	background: #fff;
	-webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.08);
}

.float li .qrcode .cont i {
	position: absolute;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-left: 10px solid #fff;
	right: -20px;
	top: 28px;
}

.float li .qrcode .cont .pic {
	width: 100%;
	height: 108px;
}

.float li .qrcode .cont p {
	font-size: 12px;
	color: #333333;
	font-weight: 300;
	line-height: 34px;
}

.float li .qrcode .cont p img {
	margin-right: 6px;
}


@media screen and (max-width: 1330px) {
	.isect4 .scroll {
		width: auto;
		padding: 0 54px;
	}

	.isect4 .scroll .swiper-button-prev {
		left: 10px;
	}

	.isect4 .scroll .swiper-button-next {
		right: 10px;
	}
}

@media screen and (max-width: 1220px) {
	.w1200 {
		width: auto;
		padding: 0 5%;
	}

	.banner .swiper-slide a {
		padding-bottom: 36.66%;
	}

	.iNav .w1200 {
		padding: 0;
		margin: 0 5%;
	}

	.isect2 ul li a {
		padding-bottom: 13.8%;
	}

	.isect3 dl {
		padding-left: 0;
		height: auto;
	}

	.isect3 dl dt {
		position: relative;
		width: 100%;
		height: auto;
		background: none;
		margin-bottom: 12px;
	}

	.isect3 dl dt a {
		padding: 0;
	}

	.isect3 dl dt a img {
		display: none;
	}

	.isect3 dl dt a h5 {
		float: left;
		color: #474747;
		margin: 0;
		line-height: 44px;
	}

	.isect3 dl dt a span {
		float: right;
		line-height: 44px;
		color: #555;
	}

	.isect3 dl dt:hover {
		background: none;
	}

	.isect3 dl dt a span:hover {
		color: #3a8eb0;
	}

	.isect3 dl dd .kwicks {
		width: 100%;
	}

	.isect3 dl dd .kwicks .kwick {
		width: 25% !important;
		margin: 0;
		height: auto;
	}

	.isect3 dl dd .kwicks .kwick a {
		width: 100%;
		box-sizing: border-box;
		padding-left: 1px;
		height: auto;
	}

	.isect3 dl dd .kwicks .kwick a .detail {
		display: none;
	}

	.isect3 dl dd .kwicks .kwick.first {
		width: 25% !important;
	}

	.isect3 dl dd .kwicks .kwick a .pic {
		width: 100%;
		height: 0;
		padding-bottom: 161.61%;
	}

	.isect3 dl dd .kwicks .kwick a .pic img {
		position: absolute;
		left: 0;
		top: 0;
	}

	.isect3 dl dd .kwicks .kwick.on a .pic b,
	.isect3 dl dd .kwicks .kwick.on a .pic .desc {
		opacity: 1;
	}

	.isect5 .item .tit {
		font-size: 20px;
	}

	.isect5 .item .tit span {
		font-size: 14px;
		margin-left: 6px;
	}

	.isect5 .item .cont {
		padding: 30px 12px 0;
	}

	.isect5 .item .cont .tabs li {
		font-size: 12px;
	}

	.footer {
		font-size: 12px;
		line-height: 30px;
	}

	.footer .btm .logo {
		height: 111px;
		line-height: 111px;
	}

	.footer .btm .logo img {
		height: 70px;
	}

	.footer .btm .text {
		width: 38%;
		padding: 0 20px 0 2%;
	}

	.about .item1 {
		margin-bottom: 30px;
	}

	.about .item2 {
		height: 0;
		padding-bottom: 11.66%;
		background-size: cover;
		margin-bottom: 30px;
	}

	.about .item3 .pad {
		padding: 0 0 10px;
	}

	.contact {
		margin: 50px 5%;
		padding: 0 350px 0 0;
	}

	.msgWrap dl dd .text.codeText {
		width: 120px;
	}

	.msgWrap dl dd .codePic {
		width: 100px;
	}

	.recomNews {
		padding: 40px 5% 35px;
	}

	.recomNews ul li {
		width: 32%;
		margin-left: 2%;
	}

	.recomNews ul li a h5 {
		font-size: 15px;
		line-height: 24px;
		height: 48px;
		margin: 14px 0 7px;
	}

	.order .cont {
		padding: 30px;
	}

	.order .cont li {
		padding: 13px 20px 0;
		height: 285px;
	}

	.order .cont li dl {
		margin-bottom: 12px;
	}

	.order .cont li h5 {
		line-height: 44px;
		font-size: 16px;
	}

	.expertList ul li a {
		padding: 20px 20px 0 210px;
	}

	.passage {
		padding: 40px 5% 0;
	}

	.passage .psgCont {
		padding: 0 0 55px
	}

	.ksWrap ul li a .text {
		font-size: 15px;
	}

	.ksWrap ul {
		width: 100%;
	}

	.ksWrap ul li {
		width: 17.5%;
		margin-right: 3.125%;
	}

	.ksWrap ul li:nth-child(5n) {
		margin-right: 0;
	}

	.contavtUs {
		margin: 50px 5% 58px;
		padding: 30px;
	}

	.contavtUs ul li {
		width: 32%;
		margin: 0 2% 0 0;
		padding: 30px 20px 0;
		height: 266px;
	}

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

	.contavtUs ul li .icon {
		width: 100px;
		height: 100px;
		line-height: 100px;
		margin-bottom: 30px;
	}

	.contavtUs ul li p {
		font-size: 16px;
	}

	.cultureWrap .item1 dl {
		width: 100%;
		margin-bottom: 20px;
	}

	.cultureWrap .item1 dl:last-child {
		margin-bottom: 0;
	}

	.cultureWrap .item2 ul {
		width: 100%;
	}

	.cultureWrap .item2 ul li {
		width: 24%;
		margin-right: 1.333%;
		padding-top: 30px;
	}

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

	.picList ul {
		width: 100%;
	}

	.picList ul li {
		width: 23.5%;
		margin: 0 2% 2% 0;
	}

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


	.cultureWrap .item3 {
		margin: 40px 5%;
	}

}


@media screen and (max-width: 1024px) {

	.nav,
	.header .right,
	.banner .swiper-button-prev,
	.banner .swiper-button-next {
		display: none;
	}

	.header .menuIcon,
	.banner .swiper-pagination,
	.iNav .container .swiper-pagination {
		display: block;
		bottom: 5px;
	}

	.iNav .container .swiper-slide a {
		padding-bottom: 38px;
	}

	.header .logo {
		padding: 0;
		height: 88px;
		line-height: 88px;
	}

	.header .logo img {
		height: 50px;
	}

	.isect1 .container .swiper-slide .left .innerScroll {
		padding-right: 56px;
	}

	.isect1 .container .swiper-slide .right li a {
		padding-right: 94px;
	}

	.isect1 .container .swiper-slide .right li a span {
		font-size: 14px;
	}

	.isect4 .scroll {
		padding: 0;
		box-sizing: border-box;
		margin: 0 5%;
		padding-bottom: 15px;
	}

	.isect4 .scroll .swiper-button-prev,
	.isect4 .scroll .swiper-button-next {
		display: none;
	}

	.isect4 .scroll .swiper-pagination {
		display: block;
	}

	.isect5 {
		margin-bottom: 30px;
	}

	.isect5 .item .pic {
		padding-bottom: 300px;
	}

	.isect5 .item {
		width: 100%;
		margin-left: 0;
		margin-bottom: 20px;
	}

	.isect5 .item:last-child {
		margin-bottom: 0;
	}

	.isect5 .item .tit {
		margin-bottom: 10px;
	}

	.isect5 .item .cont {
		height: auto;
		padding: 20px 12px;
	}

	.footer .btm {
		padding-right: 300px;
		position: relative;
	}

	.footer .btm .logo {
		display: none;
	}

	.footer .btm .qrcode {
		position: absolute;
		right: 0;
		top: 20px;
	}

	.footer .btm .text {
		width: 95%;
	}

	.bread {
		display: none;
	}

	.nyBanner {
		height: 300px;
	}

	.contact {
		padding-right: 0;
		height: auto;
	}

	.contact .map {
		height: 300px;
	}

	.contact .text {
		position: relative;
		width: 100%;
		height: auto;
		padding: 20px;
		line-height: 28px;
	}

	.contact .text .tit {
		margin-bottom: 10px;
		font-size: 16px;
		line-height: 24px;
		font-weight: bold;
	}

	.msgWrap .left,
	.msgWrap .right {
		width: 100%;
	}

	.msgWrap .right dl,
	.msgWrap dl {
		padding-left: 72px;
	}

	.msgWrap .btnWrap {
		padding-top: 0;
	}

	.newsList ul {
		margin-bottom: 40px;
	}

	.page a.prev,
	.page a.next {
		margin: 0 5px;
	}

	.page a.prev:before,
	.page a.next:before {
		display: none;
	}

	.page a {
		height: 30px;
		line-height: 30px;
		padding: 0 12px;
	}

	.page a.prev,
	.page a.next {
		padding: 0 16px;
	}

	.expertList ul li {
		width: 100%;
	}

	.expertList ul li a {
		padding-left: 230px;
	}

	.passage .psgTit {
		margin-bottom: 30px;
	}

	.passage .psgTit h5 {
		font-size: 24px;
		line-height: 38px;
		margin-bottom: 20px;
	}

	.passage .psgTit .info {
		line-height: 40px;
		font-size: 12px;
	}

	.passage .psgTit .info span {
		margin: 0 12px;
	}

	.passage .psgTit .info span img {
		margin-right: 8px;
	}

	.passage .psgCont {
		padding-bottom: 30px;
	}

	.passage .bdsharebuttonbox {
		margin-bottom: 30px;
	}

	.ksWrap ul li {
		width: 24%;
		margin-right: 1%;
	}

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

	.ksWrap ul li:nth-child(5n) {
		margin-right: 1%;
	}

	.cultureWrap .item2 ul li {
		width: 49%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.cultureWrap .item2 ul li:nth-child(2n) {
		float: right;
	}


	.jobForm {
		padding: 30px 30px 54px;
	}

	.cultureWrap .item3 .cont .wrap {
		padding: 0 50px;
	}

	.cultureWrap .item3 .tit {
		font-size: 20px;
	}

	.cultureWrap .item3 dl {
		font-size: 14px;
	}

}

@media screen and (max-width: 768px) {

	.isect1 {
		height: auto;
		margin: 30px auto;
	}

	.isect1 .tabs li {
		margin: 0 20px;
		padding: 10px;
	}

	.isect1 .tabs li .ch {
		font-size: 20px;
	}

	.isect1 .container .swiper-slide .left,
	.isect1 .container .swiper-slide .right {
		width: 100%;
	}

	.isect1 .container .swiper-slide .left {
		margin-bottom: 15px;
	}

	.isect2 ul li {
		width: 100%;
		margin-bottom: 20px;
	}

	.isect2 ul li:last-child {
		margin-bottom: 0;
	}

	.isect3 dl dd .kwicks .kwick a .pic .desc {
		height: auto;
		padding: 0;
	}

	.isect3 dl dd .kwicks .kwick a .pic .desc h5 {
		font-size: 18px;
		line-height: 38px;
	}

	.isect3 dl dd .kwicks .kwick a .pic .desc p {
		display: none;
	}

	.isect3 dl dt a h5 {
		font-size: 20px;
		line-height: 30px;
	}

	.isect3 dl dt a span {
		font-size: 12px;
		line-height: 30px;
	}

	.isect4 .scroll .container ul li {
		width: 49%;
		float: left;
	}

	.isect4 .scroll .container ul li:nth-child(2n) {
		float: right;
	}

	.isect4 .scroll .container ul li a {
		padding-left: 78px;
	}

	.isect4 .scroll .container ul li a .icon {
		width: 60px;
		height: 60px;
	}

	.isect4 .scroll .container ul li a .ch {
		padding: 0;
		line-height: 60px;
		font-size: 16px;
	}

	.isect4 .scroll .container ul li a .en {
		display: none;
	}

	.footer {
		padding-bottom: 26px;
	}

	.footer .link {
		padding-left: 0;
		padding: 20px 0;
	}

	.footer .link dt {
		position: relative;
		line-height: 30px;
		text-align: center;
	}

	.footer .link dd .container .swiper-slide a {
		line-height: 40px;
	}

	.footer .btm {
		padding-right: 0;
	}

	.footer .btm .qrcode {
		position: relative;
		float: none;
		margin: 20px auto 0;
		width: 285px;
	}

	.footer .btm .text {
		width: 100%;
		float: none;
		text-align: center;
		border: none;
		font-size: 12px;
		line-height: 24px;
	}

	.footer .btm .text:before {
		display: none;
	}

	.footer .btm .text span {
		margin-right: 8px;
	}

	.footer .btm .qrcode {
		margin-top: 20px;
		top: 0;
	}

	.about .item1 .pic {
		width: 100%;
		margin: 0;
		float: none;
		margin-bottom: 12px;
	}

	.about .item1 .tit {
		font-size: 20px;
		margin-bottom: 12px;
	}

	.about .item3 .pic {
		width: 100%;
		float: none;
		margin: 0 0 12px;
	}

	.orgWrap .tit,
	.mzWrap .tit {
		font-size: 24px;
	}


	.history .title {
		padding-top: 24px;
	}

	.history .title h4 {
		font-size: 24px;
		line-height: 48px;
	}

	.history .title h3 {
		margin-bottom: 0;
	}

	.history .title h3 span {
		padding: 0 20px;
	}

	.history .title h3 span:before,
	.history .title h3 span:after {
		width: 60px;
	}

	.history .title p {
		font-size: 12px;
		line-height: 26px;
	}

	.survey .title h5 {
		font-size: 24px;
		margin-bottom: 16px;
	}

	.survey .title p {
		font-size: 12px;
		line-height: 24px;
	}

	.btnWrap .btn {
		margin: 0 20px;
	}

	.msgWrap dl {
		margin-bottom: 20px;
	}

	.msgWrap dl dd .change {
		display: none;
	}

	.msgWrap dl dd .text.codeText {
		width: 60%;
	}

	.msgWrap dl dd .codePic {
		margin: 0;
		width: 36%;
		float: right;
	}

	.msgList ul li {
		padding: 0 24px 24px;
	}

	.msgList ul li dl {
		font-size: 13px;
		line-height: 26px;
	}

	.msgList ul li .top {
		line-height: 40px;
	}

	.msgList ul li .top span {
		font-size: 12px;
	}

	.msgList ul li .top h5 {
		padding-left: 20px;
		font-size: 13px;
	}

	.recomNews ul li {
		width: 100%;
		margin: 0 0 20px;
	}

	.recomNews ul li:last-child {
		margin-bottom: 0;
	}

	.recomNews ul li a h5 {
		height: auto;
		max-height: 48px;
	}

	.order .cont li {
		width: 100%;
		margin-bottom: 20px;
		height: auto;
		padding: 13px 20px 20px;
	}

	.order .cont li:last-child {
		margin-bottom: 0;
	}

	.order .title {
		font-size: 20px;
		margin-bottom: 30px;
	}

	.ztWrap ul li {
		margin-bottom: 20px;
	}

	.passage .psgBtn a {
		width: 32%;
		margin: 0 0.5%;
		height: 40px;
		line-height: 40px;
		font-size: 13px;
	}

	.ksWrap ul li {
		width: 33%;
		margin-right: 0.5%;
		margin-bottom: 0.5%;
	}

	.ksWrap ul li:nth-child(4n),
	.ksWrap ul li:nth-child(5n) {
		margin-right: 0.5%;
	}

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

	.about .item2 {
		background: none !important;
		height: auto;
		padding-bottom: 0;
	}

	.about .item2 img {
		display: block;
		width: 100%;
	}

	.contavtUs {
		min-height: 200px;
	}

	.contavtUs ul li {
		height: 200px;
	}

	.contavtUs ul li .icon {
		width: 60px;
		height: 60px;
		line-height: 60px;
		margin-bottom: 15px;
	}

	.contavtUs ul li p {
		font-size: 14px;
		line-height: 28px;
	}

	.cultureWrap .item1 dl dt,
	.cultureWrap .item1 dl dd {
		width: 100%;
	}

	.cultureWrap .item1 dl dt {
		height: 160px;
		line-height: 160px;
	}

	.cultureWrap .item1 dl dd {
		height: auto;
		padding: 20px 12px;
	}

	.cultureWrap .item1 dl dd h5 {
		min-height: auto;
	}

	.cultureWrap .item1 dl dd h5 {
		font-size: 15px;
		line-height: 24px;
		margin-bottom: 12px;
	}

	.cultureWrap .item1 dl dd p {
		line-height: 26px;
	}

	.cultureWrap .item1 dl dd p.mrgBtm {
		margin-bottom: 14px;
	}

	.jobForm .formItem {
		width: 100%;
	}

	.expertCont .wrap {
		padding-left: 180px;
	}

	.expertCont .wrap .pic {
		width: 160px;
	}

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

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

	.picList ul li a h5 {
		padding: 0 8px;
		height: 44px;
		line-height: 44px;
		font-size: 13px;
	}

	.cultureWrap .item3 dl {
		width: 100%;
		text-align: center;
	}

	.cultureWrap .item3 dl dd {
		margin-top: 20px;
	}

	.cultureWrap .item3 .tit {
		font-size: 20px;
	}

}

@media screen and (max-width: 468px) {
	.header .logo {
		height: 66px;
		line-height: 66px;
	}

	.header .logo img {
		height: 40px;
	}

	.banner .swiper-slide a {
		padding-bottom: 40.66%;
	}

	.iNav .w1200 {
		margin: 0;
	}

	.iNav .container .swiper-slide {
		width: auto;
	}

	.iNav .container .swiper-slide a {
		padding: 10px 0;
		width: 100px;
	}

	.iNav .container .swiper-slide a .icon {
		height: 24px;
		line-height: 24px;
	}

	.iNav .container .swiper-slide a .icon img {
		height: 20px;
	}

	.iNav .container .swiper-slide a h5 {
		font-size: 13px;
		line-height: 28px;
	}

	.iNav .container .swiper-slide a:hover .icon img {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}

	.iNav .container .swiper-slide a:hover h5 {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	.iNav .container .swiper-pagination {
		display: none;
	}


	.isect1 {
		margin: 20px auto;
	}

	.isect1 .tabs {
		margin-bottom: 0;
	}

	.isect1 .tabs li {
		width: 33%;
		box-sizing: border-box;
		padding: 5px 0 10px;
		margin: 0;
	}

	.isect1 .tabs li:before {
		height: 2px;
		top: -2px;
	}

	.isect1 .container .swiper-slide .left {
		padding-top: 0;
		margin-bottom: 10px;
	}

	.isect1 .container .swiper-slide .left .innerScroll {
		margin-bottom: 0;
	}

	.isect1 .container .swiper-slide .left .innerScroll .scroll {
		height: 40px;
	}

	.isect1 .container .swiper-slide .left .innerScroll .scroll .swiper-slide a {
		padding-left: 0;
	}

	.isect1 .container .swiper-slide .left .innerScroll .scroll .swiper-slide a h5 {
		height: 40px;
		line-height: 40px;
		font-size: 15px;
	}

	.isect1 .container .swiper-slide .left .innerScroll .scroll .swiper-slide a .date {
		display: none;
	}

	.isect1 .container .swiper-slide .left .btm,
	.isect1 .container .swiper-slide .left .btmScroll {
		display: none;
	}

	.isect1 .container .swiper-slide .left .btm .pic {
		width: 100%;
		height: 0;
		padding-bottom: 63.9%;
	}

	.isect1 .container .swiper-slide .left .btm .txt {
		width: 100%;
		margin-top: 5px;
		font-size: 14px;
		line-height: 26px;
		height: auto;
		max-height: 78px;
	}

	.isect1 .container .swiper-slide .right li a {
		height: 34px;
		line-height: 34px;
		font-size: 14px;
		padding-right: 76px;
	}

	.isect1 .container .swiper-slide .right li a span {
		font-size: 12px;
	}

	.isect2 {
		margin-bottom: 20px;
	}

	.isect2 ul li {
		margin-bottom: 10px;
	}

	.isect3 {
		margin-bottom: 30px;
	}

	.isect3 dl dd .kwicks .kwick a .pic .desc h5 {
		font-size: 14px;
		font-weight: bold;
	}

	.isect4 {
		padding: 20px 0 14px;
		margin-bottom: 20px;
	}

	.isect4 .tit {
		margin-bottom: 12px;
	}

	.isect4 .tit .ch {
		font-size: 20px;
		line-height: 28px;
	}

	.isect4 .scroll .container ul li a {
		padding-left: 0;
		text-align: center;
	}

	.isect4 .scroll .container ul li a .icon {
		position: relative;
		margin: 0 auto 5px;
	}

	.isect4 .scroll .container ul li a .ch {
		line-height: 30px;
		font-size: 14px;
	}

	.isect5 .item .tit {
		margin-bottom: 0;
	}

	.isect5 .item .pic {
		padding-bottom: 52.63%
	}

	.isect5 .item .cont .container ul li a {
		line-height: 34px;
		font-size: 13px;
	}

	.isect5 .item .cont .list li a {
		line-height: 34px;
		height: 34px;
	}


	.footer .link dd .container .swiper-slide:before {
		right: -9px;
	}

	.nyWrap {
		margin: 20px auto 40px;
	}

	.nyBanner {
		height: 120px;
	}

	.pageStyle {
		font-size: 14px;
		line-height: 28px;
	}

	.about .item1 {
		margin-bottom: 15px;
	}

	.about .item1 .tit {
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 6px;
	}

	.about .item1 .pic {
		display: none;
	}

	.about .item3 .pad {
		padding-bottom: 10px;
	}

	.about .item2 {
		margin-bottom: 20px;
	}

	.orgWrap .tit,
	.mzWrap .tit {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.history .cont {
		padding: 15px 0;
	}

	.history .cont .w1200 .container .wrap .pic {
		width: 120px;
		height: 120px;
		margin-left: -60px;
		bottom: 42px;
	}

	.history .cont .w1200 .container .wrap .pic h5 {
		height: 32px;
		line-height: 32px;
		font-size: 14px;
	}

	.history .cont .w1200 .container .wrap .text {
		font-size: 14px;
		line-height: 24px;
		top: 38px;
	}

	.history .cont .w1200 .container .wrap .date {
		width: 52px;
		height: 52px;
		line-height: 52px;
		padding: 4px;
		margin-left: -31px;
		bottom: 40px;
	}

	.history .cont .w1200 .container .odd .wrap .text {
		bottom: 42px;
	}

	.history .cont .w1200 .container .odd .wrap .date {
		top: 40px;
	}

	.history .cont .w1200 .container .odd .wrap .pic {
		top: 40px;
	}

	.history .cont .w1200 .container {
		padding: 150px 10px;
		box-sizing: border-box;
	}

	.survey .title h5 {
		font-size: 20px;
		margin-bottom: 8px;
	}

	.survey .list {
		padding-bottom: 15px;
	}

	.survey .list .nLi h5 {
		font-size: 14px;
		line-height: 28px;
		margin-bottom: 3px;
	}

	.survey .list .nLi dl {
		margin-bottom: 10px;
	}

	.survey .list .nLi dl dt {
		font-size: 13px;
		line-height: 28px;
	}

	.survey .list .nLi dl dd {
		padding-left: 20px;
		font-size: 13px;
	}

	.survey .list .nLi dl dd label {
		margin-right: 20px;
	}

	.btnWrap .btn {
		width: 48%;
		margin: 0 1%;
	}

	.msgWrap dl {
		margin-bottom: 12px;
	}

	.msgWrap dl,
	.msgWrap .right dl {
		padding-left: 0;
	}

	.msgWrap dl dt {
		width: 100%;
		position: relative;
	}

	.msgWrap .btnWrap {
		padding-top: 12px;
	}

	.msgList {
		padding: 40px 0;
	}

	.msgList ul li {
		padding: 0 18px 18px;
	}

	.recomNews {
		padding: 30px 5% 20px;
	}

	.newsList {
		padding-bottom: 120px;
	}

	.newsList ul {
		margin-bottom: 20px;
	}

	.newsList ul li a {
		padding: 15px 0;
	}

	.newsList ul li a h5 {
		font-size: 15px;
		line-height: 26px;
	}

	.newsList ul li a span {
		font-size: 12px;
		line-height: 28px;
	}

	.newsList ul li a p {
		font-size: 13px;
		line-height: 24px;
	}

	.page a {
		margin-bottom: 5px;
	}

	.page a.prev,
	.page a.next {
		display: none;
	}

	.order .cont {
		padding: 15px;
	}

	.order .cont li p {
		font-size: 13px;
		line-height: 24px;
	}

	.order .title {
		margin-bottom: 20px;
	}

	.jobList ul li a {
		padding: 0 80px 0 24px;
		height: 40px;
		line-height: 40px;
	}

	.jobList ul li a span {
		font-size: 12px;
	}

	.jobList ul li a h5 {
		font-size: 14px;
	}

	.expertList {
		margin-bottom: 40px;
	}

	.expertList ul {
		padding-bottom: 30px;
	}

	.expertList ul li {
		margin-bottom: 20px;
	}

	.expertList ul li:last-child {
		margin-bottom: 0;
	}

	.expertList ul li a {
		height: 140px;
		padding-left: 160px;
		height: 180px;
		padding-top: 15px;
	}

	.expertList ul li a .pic {
		width: 140px;
		height: 180px;
	}

	.expertList ul li a h5 {
		margin-bottom: 6px;
		line-height: 30px;
		font-size: 18px;
	}

	.expertList ul li a h5 span {
		font-size: 13px;
		margin-left: 5px;
	}

	.expertList ul li a p {
		font-size: 12px;
		line-height: 24px;
		height: 72px;
		margin-bottom: 15px;
	}

	.ztWrap ul li {
		width: 100%;
	}

	.passage {
		padding-top: 0;
	}

	.passage .bdsharebuttonbox {
		display: none;
	}

	.passage .psgCont {
		border-bottom: 1px solid #e6e6e6;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	.passage .psgTit h5 {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 10px;
	}

	.passage .psgTit .info span img {
		display: none;
	}

	.passage .psgTit {
		margin-bottom: 20px;
	}

	.ksWrap {
		padding-top: 30px;
	}

	.ksWrap ul li {
		width: 49%;
		margin-right: 0;
		margin-bottom: 1%;
	}

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

	.ksWrap ul li:nth-child(4n),
	.ksWrap ul li:nth-child(5n) {
		margin-right: 0;
	}

	.ksWrap ul li a {
		padding: 20px 12px 0;
		height: 160px;
	}

	.ksWrap ul li a .icon {
		width: 60px;
		height: 60px;
		margin-bottom: 12px;
	}

	.mzWrap .tabelWrap table .subTit {
		padding: 8px;
		font-size: 14px;
	}

	.mzWrap .tabelWrap table .th {
		font-size: 16px;
	}

	.history .cont .w1200 .swiper-button-next span {
		display: none;
	}

	.contavtUs ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
		height: auto;
		padding: 30px 20px;
	}

	.contavtUs ul li:last-child {
		margin-bottom: 0;
	}

	.cultureWrap .item1 {
		margin: 30px auto;
	}

	.cultureWrap .item1 dl dt {
		height: 160px;
		line-height: 160px;
	}

	.cultureWrap .item2 {
		padding: 30px 0 20px;
	}

	.cultureWrap .item2 ul li {
		height: 200px;
		margin-bottom: 2%;
	}

	.cultureWrap .item2 ul li .icon {
		height: 44px;
		line-height: 44px;
	}

	.cultureWrap .item2 ul li .icon img {
		height: 30px;
	}

	.cultureWrap .item2 ul li p {
		font-size: 13px;
	}

	.cultureWrap .item2 ul li h5 span {
		letter-spacing: 20px;
	}

	.jobForm {
		padding: 12px 20px 20px;
	}

	.jobForm .tit {
		font-size: 16px;
		margin-bottom: 0;
	}

	.jobForm .formItem {
		padding-left: 0;
		margin-bottom: 5px;
	}

	.jobForm .formItem label {
		position: relative;
		display: block;
	}

	.jobForm .formItem .btn {
		width: 48%;
	}

	.jobForm .formItem .btn.reset {
		margin-left: 0;
		float: right;
	}

	.jobForm .formItem .text {
		height: 36px;
		line-height: 36px;
	}

	.jobForm .formItem .btn {
		margin-top: 20px;
	}

	.jobForm .formItem .codePic {
		height: 36px;
	}

	.jobForm .formItem .codePic.upload {
		line-height: 36px;
	}

	.expertCont .wrap {
		padding-left: 0;
	}

	.expertCont .wrap .pic {
		position: relative;
		width: 60%;
		margin: 0 auto 20px;
	}

	.expertCont .wrap .pageStyle {
		font-size: 15px;
	}

	.expertCont .wrap .tit {
		margin-bottom: 8px;
		text-align: center;
	}

	.expertCont .wrap .tit span {
		margin-left: 12px;
	}

	.picList ul {
		padding-bottom: 24px;
	}

	.picList ul li {
		width: 100%;
		margin-bottom: 20px;
	}

	.picList ul li:last-child {
		margin-bottom: 0;
	}

	.picList ul li a h5 {
		text-align: center;
	}

	.cultureWrap .item3 {
		padding: 20px 0;
	}

	.cultureWrap .item3 .tit span {
		display: block;
		font-size: 16px;
		line-height: 24px;
	}
}


/*banner*/
.wap_banner{ margin:0 auto; position:relative; overflow:hidden;}
.wap_banner .hd{opacity:0; width:100%; height:3px; position:absolute; z-index:1; bottom:0; text-align:center;}
.wap_banner .hd ul{ overflow:hidden; display:-moz-box; display:-webkit-box; display:box; height:5px; background-color:rgba(51,51,51,0.5);}
.wap_banner .hd ul li{ -moz-box-flex:1; -webkit-box-flex:1; box-flex:1;}
.wap_banner .hd ul .on{ background: red;}
.wap_banner .bd{ position:relative; z-index:0;}
.wap_banner .bd li img{ width:100%;}
.wap_banner .bd li a{ -webkit-tap-highlight-color:rgba(0, 0, 0, 0);}

/*诊疗设备*/
.ind-Department{margin-bottom:55px;}
.all-title {
	padding: 40px 0 14px 0;
	position: relative;
}
.all-title {
    color: #2c8292;
    font-size: 26px;
    padding-bottom: 20px;
}
.all-title aside {
    font-size: 20px;
    font-family: 'Archivo', sans-serif;
    color: #eee;
    text-transform: uppercase;
}
.all-title .more {
    position: absolute;
    border: 1px solid #d5e6e9;
    border-radius: 3px;
    line-height: 35px;
    width: 109px;
    top: 18%;
    margin-top: -3px;
    font-size: 14px;
    right: 0;
    text-align: center;
    transition: 0.3s;
}
.all-title a {
    color: #2c8292;
}
.all-title .more span {
    font-size: 12px;
    font-family: '宋体';
}
.all-title .more:hover {
    color: #fff;
    background: #2c8292;
}
.slick-slider {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
@media (min-width: 1213px){
.slider-w {
    width: 1212px;
    margin-left: -6px;
}
}
.slick-list {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.slider-w .slick-slide a {
    display: block;
    margin: 0 6px;
}
.ind-Department li a {
    transition: 0.3s;
    background: #f5f9fa;
    overflow: hidden;
    border-radius: 5px;
}
.ind-Department li .pic {
    overflow: hidden;
}
.ind-Department li .Ispic {
    transition: 0.3s;
    padding-bottom: 62%;
}
.Ispic {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.ind-Department li .txt {
    padding: 0 25px 30px 30px;
}
.ind-Department li .txt h3 {
    font-weight: normal;
    font-size: 18px;
    margin: 0;
    padding: 17px 0 0 0;
}
.dot {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ind-Department li .txt p {
    line-height: 26px;
    color: #929c9e;
    height: 78px;
}
.dot3 {
    -webkit-line-clamp: 3;
}
.dot2, .dot3, .dot4 {
    display: -webkit-box;
    display: box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
}
.ind-Department li .txt .more {
    font-size: 12px;
    color: #2c8292;
}
.ind-Department li .txt .more span {
    font-family: '宋体';
    margin-left: 3px;
}
.all-title {
    padding: 0 0 14px 0;
    position: relative;
}
@media (max-width: 640px){
.all-title {
    font-size: 20px;
}
.all-title aside {
    font-size: 16px;
}
}
.slick-dots {
    text-align: center;
    padding: 10px 0;
}
.slick-dots li.slick-active {
    opacity: 1;
}
.slick-dots li {
    cursor: pointer;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 2px;
    background: #2c8292;
    opacity: 0.5;
}
.slick-dots li button {
    display: none;
}
