@import url("font.css");

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	touch-callout: none;
	cursor: pointer;
}
body {
	padding-top: 60px;
}
body, form, img, ul, ol, li, dl, dt, dd, p, tr, td, strong, span, pre {
	margin: 0;
	padding: 0;
	border: 0;
	background-repeat: no-repeat;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
body, button, input, select, textarea {
	font-size: 14px;
	line-height: 24px;
	color: #333;
	font-family: 'Roboto', 'Microsoft YaHei', Verdana, Simsun, sans-serif;
}
ul, li {
	list-style: none;
}
img {
	border: 0px;
	vertical-align: middle;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*, :after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-repeat: no-repeat;
}
article, aside, footer, header, nav, section {
	display: block;
}
a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	text-decoration: none;
	color: #333;
	outline: none;
	cursor: pointer;
}
a:hover {
	color: #3d55aa;
	background-repeat: no-repeat;
	text-decoration: none;
}
a, input[type="button"], button, label, input[type="submit"] {
	cursor: pointer;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
audio, video {
	display: inline-block;
}
 [type="checkbox"], [type="radio"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; /* 1 */
padding: 0; /* 2 */
}
input, textarea, select {
	outline: none;
}
input[type="text"], input[type="password"], input[type="button"], input[type="submit"], select, textarea {
	outline-style: none;
	-webkit-appearance: none;
	resize: none;
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}
 input:-webkit-autofill {
-webkit-box-shadow: 0 0 0 1000px white inset !important;
}
.swiper-wrapper {
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform, -o-transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
}
.swiper-container-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: linear; /*之前是ease-out*/
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
	margin: 0 auto;
}
.swiper-container-no-flexbox .swiper-slide {
	float: left;
}
.swiper-container-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
}
.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}
.swiper-container-multirow > .swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	*zoom: 1;
}
.clear {
	clear: both;
	line-height: 0;
	height: 0;
	font-size: 0;
}
.bg {
	background-color: #f5f9fa;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.show {
	display: block !important;
}
.hide {
	display: none !important;
}
.pb30 {
	padding-bottom: 30px;
}
.mt30 {
	margin-top: 30px;
}
.mb30 {
	margin-bottom: 30px;
}
.mt-m35 {
	margin-top: -35px;
}
hr {
	height: 1px;
    margin: 30px 0;
    border-width: 0;
    background: #dcdcdc;
}
.hrline {
	border-bottom: 3px solid #eee;
    margin-bottom: 10px;
}
.none {
	display: none;
}
.commonweb {
	padding: 0px 15px;
}
.commonwebbox {
	margin-left: 0px;
	margin-right: 0px;
}
.commonleft {
	float: none;
}
.commonright {
	float: none;
}
.visible-sm, .visible-md, .visible-lg {
	display: none;
}
.hidden-sm, .hidden-md, .hidden-lg {
	display: block;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}
 @media (max-width: 320px) {
body {
	min-width: 320px;
}
}
 @media (min-width: 768px) {
.commonweb {
	padding: 0px 20px;
}
.commonwebbox {
	margin-left: -10px;
	margin-right: -10px;
}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.col-sm-12 {
	width: 100%;
}
.col-sm-11 {
	width: 91.66666667%;
}
.col-sm-10 {
	width: 83.33333333%;
}
.col-sm-9 {
	width: 75%;
}
.col-sm-8 {
	width: 66.66666667%;
}
.col-sm-7 {
	width: 58.33333333%;
}
.col-sm-6 {
	width: 50%;
}
.col-sm-5 {
	width: 41.66666667%;
}
.col-sm-4 {
	width: 33.33333333%;
}
.col-sm-3 {
	width: 25%;
}
.col-sm-2 {
	width: 16.66666667%;
}
.col-sm-1 {
	width: 8.33333333%;
}
.col-per-2 {
	width: 20%;
}
.visible-sm {
	display: block;
}
.hidden-sm {
	display: none;
}
}
 @media (min-width: 1024px) {
.commonweb {
	padding: 0px 40px;
}
.commonwebbox {
	margin-left: -10px;
	margin-right: -10px;
}
.commonleft {
	float: left;
}
.commonright {
	float: right;
}
.visible-md {
	display: block;
}
.hidden-md {
	display: none;
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.col-md-12 {
	width: 100%;
}
.col-md-11 {
	width: 91.66666667%;
}
.col-md-10 {
	width: 83.33333333%;
}
.col-md-9 {
	width: 75%;
}
.col-md-8 {
	width: 66.66666667%;
}
.col-md-7 {
	width: 58.33333333%;
}
.col-md-6 {
	width: 50%;
}
.col-md-5 {
	width: 41.66666667%;
}
.col-md-4 {
	width: 33.33333333%;
}
.col-md-3 {
	width: 25%;
}
.col-md-2 {
	width: 16.66666667%;
}
.col-md-1 {
	width: 8.33333333%;
}
}
 @media (min-width: 1200px) {
html {
	cursor: default;
}
.commonleft {
	float: left;
}
.commonright {
	float: right;
}
.visible-lg {
	display: block;
}
.hidden-lg {
	display: none;
}
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.col-lg-12 {
	width: 100%;
}
.col-lg-11 {
	width: 91.66666667%;
}
.col-lg-10 {
	width: 83.33333333%;
}
.col-lg-9 {
	width: 75%;
}
.col-lg-8 {
	width: 66.66666667%;
}
.col-lg-7 {
	width: 58.33333333%;
}
.col-lg-6 {
	width: 50%;
}
.col-lg-5 {
	width: 41.66666667%;
}
.col-lg-4 {
	width: 33.33333333%;
}
.col-lg-3 {
	width: 25%;
}
.col-lg-2 {
	width: 16.66666667%;
}
.col-lg-1 {
	width: 8.33333333%;
}
}
 @media (min-width: 1260px) {
.commonweb {
	margin: 0px auto;
	max-width: 1200px;
	padding: 0;
}
}

@-webkit-keyframes fadeUp {
0% {
opacity: 0;
 -webkit-transform: translateY(30%);
 -o-transform: translateY(30%);
 transform: translateY(30%);
}
 100% {
opacity: 1;
 -webkit-transform: translateY(0);
 -o-transform: translateY(0);
 transform: translateY(0);
}
}
@-o-keyframes fadeUp {
0% {
opacity: 0;
 -webkit-transform: translateY(30%);
 -o-transform: translateY(30%);
 transform: translateY(30%);
}
 100% {
opacity: 1;
 -webkit-transform: translateY(0);
 -o-transform: translateY(0);
 transform: translateY(0);
}
}
@keyframes fadeUp {
0% {
opacity: 0;
 -webkit-transform: translateY(30%);
 -o-transform: translateY(30%);
 transform: translateY(30%);
}
 100% {
opacity: 1;
 -webkit-transform: translateY(0);
 -o-transform: translateY(0);
 transform: translateY(0);
}
}
.fadeUp {
	-webkit-animation-name: fadeUp;
	-o-animation-name: fadeUp;
	animation-name: fadeUp;
}
 @-webkit-keyframes fadeDown {
0% {
opacity: 0;
 -webkit-transform: translateY(-30%);
 -o-transform: translateY(-30%);
 transform: translateY(-30%);
}
 100% {
opacity: 1;
 -webkit-transform: translateY(0);
 -o-transform: translateY(0);
 transform: translateY(0);
}
}
 @-o-keyframes fadeDown {
0% {
opacity: 0;
 -webkit-transform: translateY(-30%);
 -o-transform: translateY(-30%);
 transform: translateY(-30%);
}
 100% {
opacity: 1;
 -webkit-transform: translateY(0);
 -o-transform: translateY(0);
 transform: translateY(0);
}
}
 @keyframes fadeDown {
0% {
opacity: 0;
 -webkit-transform: translateY(-30%);
 -o-transform: translateY(-30%);
 transform: translateY(-30%);
}
 100% {
opacity: 1;
 -webkit-transform: translateY(0);
 -o-transform: translateY(0);
 transform: translateY(0);
}
}
.fadeDown {
	-webkit-animation-name: fadeDown;
	-o-animation-name: fadeDown;
	animation-name: fadeDown;
}
 @-webkit-keyframes fadeLeft {
0% {
opacity: 0;
 -webkit-transform: translateX(-100%);
 -o-transform: translateX(-100%);
 transform: translateX(-100%);
}
 100% {
opacity: 1;
 -webkit-transform: translateX(0);
 -o-transform: translateX(0);
 transform: translateX(0);
}
}
 @-o-keyframes fadeLeft {
0% {
opacity: 0;
 -webkit-transform: translateX(-100%);
 -o-transform: translateX(-100%);
 transform: translateX(-100%);
}
 100% {
opacity: 1;
 -webkit-transform: translateX(0);
 -o-transform: translateX(0);
 transform: translateX(0);
}
}
 @keyframes fadeLeft {
0% {
opacity: 0;
 -webkit-transform: translateX(-100%);
 -o-transform: translateX(-100%);
 transform: translateX(-100%);
}
 100% {
opacity: 1;
 -webkit-transform: translateX(0);
 -o-transform: translateX(0);
 transform: translateX(0);
}
}
.fadeLeft {
	-webkit-animation-name: fadeLeft;
	-o-animation-name: fadeLeft;
	animation-name: fadeLeft;
}
 @-webkit-keyframes fadeRight {
0% {
opacity: 0;
 -webkit-transform: translateX(100%);
 -o-transform: translateX(100%);
 transform: translateX(100%);
}
 100% {
opacity: 1;
 -webkit-transform: translateX(0);
 -o-transform: translateX(0);
 transform: translateX(0);
}
}
 @-o-keyframes fadeRight {
0% {
opacity: 0;
 -webkit-transform: translateX(100%);
 -o-transform: translateX(100%);
 transform: translateX(100%);
}
 100% {
opacity: 1;
 -webkit-transform: translateX(0);
 -o-transform: translateX(0);
 transform: translateX(0);
}
}
 @keyframes fadeRight {
0% {
opacity: 0;
 -webkit-transform: translateX(100%);
 -o-transform: translateX(100%);
 transform: translateX(100%);
}
 100% {
opacity: 1;
 -webkit-transform: translateX(0);
 -o-transform: translateX(0);
 transform: translateX(0);
}
}
.fadeRight {
	-webkit-animation-name: fadeRight;
	-o-animation-name: fadeRight;
	animation-name: fadeRight;
}
 @-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
 @-o-keyframes fadeIn {
0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
 @keyframes fadeIn {
0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
.fadewidth {
	-webkit-animation-name: fadewidth;
	-o-animation-name: fadewidth;
	animation-name: fadewidth;
}
 @-webkit-keyframes fadewidth {
0% {
opacity: 0;
 width: 0;
}
 100% {
width: 100%;
 opacity: 1;
}
}
 @-o-keyframes fadewidth {
0% {
opacity: 0;
 width: 0;
}
 100% {
width: 100%;
 opacity: 1;
}
}
 @keyframes fadewidth {
0% {
opacity: 0;
 width: 0;
}
 100% {
width: 100%;
 opacity: 1;
}
}
.imgshow {
	-webkit-animation-name: imgshow;
	-o-animation-name: imgshow;
	animation-name: imgshow;
}
 @-webkit-keyframes lineleft {
0% {
width: 0;
}
 100% {
width: 140px;
}
}
 @-o-keyframes lineleft {
0% {
width: 0;
}
 100% {
width: 140px;
}
}
 @keyframes lineleft {
0% {
width: 0;
}
 100% {
width: 140px;
}
}
.lineleft {
	-webkit-animation-name: lineleft;
	-o-animation-name: lineleft;
	animation-name: lineleft;
}
 @-webkit-keyframes lineright {
0% {
left: 0;
 opacity: 1;
}
 100% {
left: 140px;
 opacity: 0;
}
}
 @-o-keyframes lineright {
0% {
left: 0;
 opacity: 1;
}
 100% {
left: 140px;
 opacity: 0;
}
}
 @keyframes lineright {
0% {
left: 0;
 opacity: 1;
}
 100% {
left: 140px;
 opacity: 0;
}
}
.lineright {
	-webkit-animation-name: lineright;
	-o-animation-name: lineright;
	animation-name: lineright;
}
 @-webkit-keyframes maskmove0 {
0% {
right: 23.54167%;
 height: 100%;
}
 100% {
right: 0%;
 height: 100%;
}
}
 @-o-keyframes maskmove0 {
0% {
right: 23.54167%;
 height: 100%;
}
 100% {
right: 0%;
 height: 100%;
}
}
 @keyframes maskmove0 {
0% {
right: 23.54167%;
 height: 100%;
}
 100% {
right: 0%;
 height: 100%;
}
}
 @-webkit-keyframes maskmove {
0% {
right: 0;
 height: 100%;
}
 99% {
right: -100%;
 height: 100%;
}
 99.99% {
right: -100%;
 height: 0%;
}
 100% {
right: 100%;
 height: 100%;
}
}
 @-o-keyframes maskmove {
0% {
right: 0;
 height: 100%;
}
 99% {
right: -100%;
 height: 100%;
}
 99.99% {
right: -100%;
 height: 0%;
}
 100% {
right: 100%;
 height: 100%;
}
}
 @keyframes maskmove {
0% {
right: 0;
 height: 100%;
}
 99% {
right: -100%;
 height: 100%;
}
 99.99% {
right: -100%;
 height: 0%;
}
 100% {
right: 100%;
 height: 100%;
}
}
 @-webkit-keyframes maskmove2 {
0% {
right: 100%;
 height: 100%;
}
 100% {
right: 23.54167%;
 height: 100%;
}
}
 @-o-keyframes maskmove2 {
0% {
right: 100%;
 height: 100%;
}
 100% {
right: 23.54167%;
 height: 100%;
}
}
 @keyframes maskmove2 {
0% {
right: 100%;
 height: 100%;
}
 100% {
right: 23.54167%;
 height: 100%;
}
}
 @-webkit-keyframes maskSlide {
0% {
right: 80%;
 height: 100%;
}
 100% {
right: -100%;
 height: 100%;
}
}
 @-o-keyframes maskSlide {
0% {
right: 80%;
 height: 100%;
}
 100% {
right: -100%;
 height: 100%;
}
}
 @keyframes maskSlide {
0% {
right: 80%;
 height: 100%;
}
 100% {
right: -100%;
 height: 100%;
}
}
 @-webkit-keyframes playZoom {
0% {
-webkit-transform: scale(0);
transform: scale(0);
 opacity: 0;
}
 30% {
-webkit-transform: scale(0.8);
transform: scale(0.8);
 opacity: 1;
}
 100% {
-webkit-transform: scale(1);
transform: scale(1);
 opacity: 0;
}
}
 @-o-keyframes playZoom {
0% {
-o-transform: scale(0);
transform: scale(0);
 opacity: 0;
}
 30% {
-o-transform: scale(0.8);
transform: scale(0.8);
 opacity: 1;
}
 100% {
-o-transform: scale(1);
transform: scale(1);
 opacity: 0;
}
}
 @keyframes playZoom {
0% {
-webkit-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
 opacity: 0;
}
 30% {
-webkit-transform: scale(0.8);
-o-transform: scale(0.8);
transform: scale(0.8);
 opacity: 1;
}
 100% {
-webkit-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
 opacity: 0;
}
}

.aside-module {
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 290;
	width: 60px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 25px -5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 25px -5px rgba(0, 0, 0, 0.1);
	padding-top: 10px;
	margin-bottom: 44px;
}
.aside-module .drawer-btn {
	display: block;
	width: 100%;
	height: 40px;
	background-color: #3d55aa;
	cursor: pointer;
	margin-top: -10px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
}
.aside-module .drawer-btn::after {
	content: '收起';
}
.aside-module .drawer-btn.on::after {
	content: '展开';
}
.aside-module .drawer-box {
	display: block;
	width: 100%;
}
.aside-module .aside-item {
	position: relative;
	padding: 5px 0;
	cursor: pointer;
}
.aside-module .aside-item:hover .aside-mode .icons .normal {
	opacity: 0;
	visibility: hidden;
}
.aside-module .aside-item:hover .aside-mode .icons .hover {
	opacity: 1;
	visibility: visible;
}
.aside-module .aside-item:hover .aside-mode .info {
	color: #3d55aa;
}
.aside-module .aside-item:hover .aside-scan {
	opacity: 1;
	visibility: visible;
}
.aside-module .aside-line {
	background-color: #e0e0e0;
	height: 1px;
	margin: 10px 5px;
}
.aside-module .aside-mode {
	display: block;
	width: 100%;
	position: relative;
	z-index: 2;
	margin-bottom: 2px;
}
.aside-module .aside-mode .icons {
	width: 30px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	position: relative;
}
.aside-module .aside-mode .icons:after {
	content: '';
	display: block;
	width: 100%;
	padding-bottom: 100%;
}
.aside-module .aside-mode .icons img {
	position: absolute;
	width: 100%;
	display: block;
	top: 0;
	left: 0;
}
.aside-module .aside-mode .icons img {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.aside-module .aside-mode .icons .normal {
	z-index: 1;
	opacity: 1;
	visibility: visible;
}
.aside-module .aside-mode .icons .hover {
	z-index: 2;
	opacity: 0;
	visibility: hidden;
}
.aside-module .aside-mode .info {
	color: #999;
	line-height: 20px;
	white-space: nowrap;
	font-size: 12px;
	text-align: center;
	margin-top: 2px;
}
.aside-module .aside-scan {
	position: absolute;
	right: 100%;
	bottom: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 4;
	opacity: 0;
	visibility: hidden;
}
.aside-module .aside-scan::before {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 15px;
	right: 5px;
	z-index: 5;
	background-color: #fff;
}
.aside-module .aside-scan .scan {
	width: 120px;
	overflow: hidden;
	background-color: #fff;
	position: relative;
	z-index: 4;
	-webkit-box-shadow: 0 1px 5px -2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 5px -2px rgba(0, 0, 0, 0.2);
	padding: 3px;
	margin-right: 10px;
}
.aside-module .aside-scan .scan img {
	display: block;
	width: 100%;
}
.aside-module .goto {
	position: absolute;
	bottom: -44px;
	width: 100%;
	height: 44px;
	background-color: #3d55aa;
	cursor: pointer;
}
.aside-module .gotobtn {
	display: block;
	width: 100%;
	height: 100%;
	background: url("../images/aside09.png") no-repeat scroll center center;
}
 @media (min-width: 1024px) {
.aside-module {
	width: 70px;
	padding-bottom: 5px;
}
.aside-module .drawer-btn {
	display: none;
}
.aside-module .aside-item {
	padding: 5px 0;
}
.aside-module .aside-mode {
	margin-bottom: 5px;
}
.aside-module .aside-mode .info {
	font-size: 13px;
	margin-top: 4px;
}
}

.swiper-small-prev, .swiper-small-next {
	display: none;
	position: absolute;
	width: 40px;
	height: 40px;
	cursor: pointer;
	position: absolute;
	z-index: 199;
	text-align: center;
	line-height: 40px;
	top: 50%;
	margin-top: -25px;
}
.swiper-small-prev:after, .swiper-small-next:after {
	content: '';
	width: 20px;
	height: 20px;
	border: 2px solid #fff;
	border-right: none;
	border-bottom: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	display: inline-block;
	vertical-align: middle;
}
.swiper-small-prev.swiper-button-disabled, .swiper-small-next.swiper-button-disabled {
	cursor: default;
}
.swiper-small-prev:after {
	border-color: #7f7f7f;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.swiper-small-next:after {
	border-color: #7f7f7f;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
 @media (min-width: 1024px) {
.swiper-small-prev:hover:after, .swiper-small-next:hover:after {
	border-color: #3d55aa;
}
}
.swiper-ssmall-prev, .swiper-ssmall-next {
	display: none;
	position: absolute;
	width: 30px;
	height: 30px;
	cursor: pointer;
	position: absolute;
	z-index: 199;
	text-align: center;
	line-height: 30px;
	top: 50%;
	margin-top: -15px;
}
.swiper-ssmall-prev:after, .swiper-ssmall-next:after {
	content: '';
	width: 10px;
	height: 10px;
	border: 2px solid #fff;
	border-right: none;
	border-bottom: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	display: inline-block;
	vertical-align: middle;
}
.swiper-ssmall-prev.swiper-button-disabled, .swiper-ssmall-next.swiper-button-disabled {
	cursor: default;
}
.swiper-ssmall-prev:after {
	border-color: #7f7f7f;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.swiper-ssmall-next:after {
	border-color: #7f7f7f;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
 @media (min-width: 1024px) {
.swiper-ssmall-prev:after, .swiper-ssmall-next:after {
	width: 12px;
	height: 12px;
}
.swiper-ssmall-prev:hover:after, .swiper-ssmall-next:hover:after {
	border-color: #3d55aa;
}
}
.swiper-pic-prev, .swiper-pic-next {
	display: none;
	cursor: pointer;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	-webkit-transition: background 0.3s;
	-o-transition: background 0.3s;
	transition: background 0.3s;
	position: absolute;
	z-index: 33;
}
.swiper-pic-prev.swiper-button-disabled, .swiper-pic-next.swiper-button-disabled {
	cursor: default;
}
.swiper-pic-prev {
	background-image: url("../images/pic-button-prev.png");
}
.swiper-pic-next {
	background-image: url("../images/pic-button-next.png");
}
 @media (min-width: 1024px) {
.swiper-pic-prev:hover {
	background-image: url("../images/pic-button-prevs.png");
}
.swiper-pic-next:hover {
	background-image: url("../images/pic-button-nexts.png");
}
}
 @media (min-width: 1680px) {
.swiper-pic-prev {
	width: 60px;
	height: 60px;
}
.swiper-pic-next {
	width: 60px;
	height: 60px;
}
}
.swiper-hidden-prev, .swiper-hidden-next {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	display: none;
	cursor: pointer;
	position: absolute;
	z-index: 66;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background-color: #3d55aa;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-size: 0;
	cursor: pointer;
}
.swiper-hidden-prev::before, .swiper-hidden-next::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 0px;
	height: 100%;
}
.swiper-hidden-prev:after, .swiper-hidden-next:after {
	content: '';
	width: 12px;
	height: 12px;
	border: 2px solid #fff;
	display: inline-block;
	vertical-align: middle;
}
.swiper-hidden-prev:hover, .swiper-hidden-next:hover {
	background-color: #4d56b9;
}
.swiper-hidden-prev.swiper-button-disabled, .swiper-hidden-next.swiper-button-disabled {
	cursor: default;
}
.swiper-hidden-prev:after {
	border-right: none;
	border-bottom: none;
	-webkit-transform: translateY(0%) rotate(-45deg);
	-ms-transform: translateY(0%) rotate(-45deg);
	-o-transform: translateY(0%) rotate(-45deg);
	transform: translateY(0%) rotate(-45deg);
	margin-left: 5px;
}
.swiper-hidden-next:after {
	border-right: none;
	border-bottom: none;
	-webkit-transform: translateY(0%) rotate(135deg);
	-ms-transform: translateY(0%) rotate(135deg);
	-o-transform: translateY(0%) rotate(135deg);
	transform: translateY(0%) rotate(135deg);
	margin-right: 5px;
}
 @media (min-width: 1660px) {
.swiper-hidden-prev, .swiper-hidden-next {
	width: 60px;
	height: 60px;
	line-height: 60px;
}
}
.small-pic-prev, .small-pic-next {
	display: none;
	cursor: pointer;
	width: 27px;
	height: 27px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	-webkit-transition: background 0.3s;
	-o-transition: background 0.3s;
	transition: background 0.3s;
	position: absolute;
	z-index: 33;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.small-pic-prev.swiper-button-disabled, .small-pic-next.swiper-button-disabled {
	cursor: default;
}
.small-pic-prev {
	background-image: url("../images/small-pic-prev.png");
}
.small-pic-next {
	background-image: url("../images/small-pic-next.png");
}
 @media (min-width: 1024px) {
.small-pic-prev:hover {
	background-image: url("../images/small-pic-prevs.png");
}
.small-pic-next:hover {
	background-image: url("../images/small-pic-nexts.png");
}
}
.mm-pagination {
	width: 100%;
	text-align: center;
	line-height: normal;
	font-size: 0;
	text-align: center;
	position: absolute;
	z-index: 22;
	bottom: 12%;
}
.mm-pagination span {
	display: inline-block;
	vertical-align: top;
	width: 8px;
	height: 8px;
	background-color: #fff;
	margin: 0 5px;
	cursor: pointer;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}
.mm-pagination span.swiper-pagination-bullet-active {
	background-color: #3d55aa;
}
/*@media (min-width: 1024px) { .mm-pagination { display: none; } }*/

.recruitmentfloat {
	display: none;
	z-index: 2000;
	width: 100%;
	position: fixed;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	left: 0px;
	top: 0px;
}
.tianjiatvwrap {
	width: 95%;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 2.5%;
	margin-top: -125px;
}
.tianjiatvwrap .videobox {
	height: 250px;
	position: relative;
	z-index: 1;
}
.recclosebtn {
	display: block;
	width: 25px;
	height: 25px;
	position: absolute;
	right: 15px;
	top: -5px;
	cursor: pointer;
	z-index: 100;
	margin: -20px -20px 0 0;
	z-index: 9;
}
.recclosebtn:before {
	content: '';
	position: absolute;
	top: 10px;
	width: 20px;
	height: 2px;
	background-color: #FFF;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.recclosebtn:after {
	content: '';
	position: absolute;
	top: 10px;
	width: 20px;
	height: 2px;
	background-color: #FFF;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
 @media (min-width: 768px) {
.tianjiatvwrap {
	width: 660px;
	left: 50%;
	margin-left: -330px;
	margin-top: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.tianjiatvwrap .videobox {
	height: 400px;
}
}
 @media (min-width: 1024px) {
.tianjiatvwrap {
	width: 700px;
	margin-left: -350px;
}
.tianjiatvwrap .videobox {
	height: 400px;
}
}
 @media (min-width: 1440px) {
.tianjiatvwrap {
	width: 1000px;
	margin-left: -500px;
}
.tianjiatvwrap .videobox {
	height: 600px;
}
}

.indexbanner {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 10;
}
.indexbanner ul {
	width: 100%;
}
.indexbanner ul li {
	width: 100%;
	height: auto;
	overflow: hidden;
	z-index: 44;
}
.indexbanner ul li.cur .banner-font {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.picbox, .viobox {
	position: relative;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.banner-img, .mbanner-img {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.banner-img img, .mbanner-img img {
	display: block;
	width: 100%;
}
.watch-video {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 6;
	top: 0;
	left: 0;
}
.bannerwatch-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 13;
	display: none;
}
.watct-link {
	position: absolute;
	text-align: center;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.watct-link a {
	width: 60px;
	height: 60px;
	display: block;
	margin: 0 auto;
	background: url("../images/playbtn.png") center center no-repeat;
	background-size: auto 40px;
}
.bannervideo {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	background-color: #000;
}
.bannervideo video {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.bannervideo video + div {
	display: none !important;
}
.bannervideo video + div + div {
	display: none !important;
}
.bannervideo video + div + div + div {
	display: none !important;
}
.bannervideo video + div + div + div + div {
	display: none !important;
}
.swiper-button-prev, .swiper-button-next {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	display: none;
	cursor: pointer;
	position: absolute;
	z-index: 66;
	width: 40px;
	height: 40px;
}
.swiper-button-prev:after, .swiper-button-next:after {
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
	border: 2px solid #e5e6e5;
	top: 50%;
}
.swiper-button-prev:hover:after, .swiper-button-next:hover:after {
	border-color: #3d55aa;
}
.swiper-button-prev:after {
	left: 5%;
	border-right: none;
	border-bottom: none;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	-ms-transform: translateY(-50%) rotate(-45deg);
	-o-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
}
.swiper-button-next:after {
	border-right: none;
	border-bottom: none;
	right: 5%;
	-webkit-transform: translateY(-50%) rotate(135deg);
	-ms-transform: translateY(-50%) rotate(135deg);
	-o-transform: translateY(-50%) rotate(135deg);
	transform: translateY(-50%) rotate(135deg);
}
.index-banner-prev, .index-banner-next {
	-webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.banner-pagination {
	position: absolute;
	bottom: 15px;
	width: 100%;
	left: 0;
	text-align: center;
	z-index: 66;
	line-height: normal;
	font-size: 0;
}
.banner-pagination span {
	display: inline-block;
	margin: 0 4px;
	vertical-align: middle;
	width: 22px;
	height: 2px;
	cursor: pointer;
	background-color: #fff;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.banner-pagination span.swiper-pagination-bullet-active {
	background-color: #3d55aa;
	width: 30px;
}
.banner-font {
	position: absolute;
	z-index: 22;
	-webkit-transition: all 0.6s 0.3s ease-in-out;
	-o-transition: all 0.6s 0.3s ease-in-out;
	transition: all 0.6s 0.3s ease-in-out;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}
.banner-title {
	line-height: 1.5;
	font-size: 18px;
	position: relative;
	padding-bottom: 12px;
}
.banner-title:after {
	content: '';
	position: absolute;
	width: 50px;
	height: 2px;
	background-color: #3d55aa;
	left: 0;
	bottom: 0;
}
 @-webkit-keyframes updown {
0% {
bottom: 30px;
 opacity: 1;
}
 100% {
bottom: 10px;
 opacity: 0;
}
}
 @-o-keyframes updown {
0% {
bottom: 30px;
 opacity: 1;
}
 100% {
bottom: 10px;
 opacity: 0;
}
}
 @keyframes updown {
0% {
bottom: 30px;
 opacity: 1;
}
 100% {
bottom: 10px;
 opacity: 0;
}
}
.mouseicon {
	width: 25px;
	height: 40px;
	position: absolute;
	left: 50%;
	bottom: 10px;
	z-index: 105;
	margin-left: -12px;
	background: url("../images/wmouse.png") center no-repeat;
	display: block;
	-webkit-animation: updown 1s infinite;
	background-size: auto;
	display: none;
}
 @media (min-width: 768px) {
.banner-title {
	font-size: 24px;
}
}
 @media (min-width: 1024px) {
.watch-video {
	display: none;
}
.bannerwatch-video {
	display: block;
}
.index-banner-prev {
	left: 40px;
}
.index-banner-next {
	right: 40px;
}
.banner-pagination {
	bottom: 5%;
}
.banner-pagination span {
	width: 40px;
	height: 6px;
}
.banner-pagination span.swiper-pagination-bullet-active {
	width: 60px;
}
.banner-pos .bantextcon {
	padding-right: 31.25%;
}
.index-banner-prev, .index-banner-next {
	display: block;
	opacity: 0;
}
.index-banner-prev {
	left: 0%;
}
.index-banner-next {
	right: 0%;
}
.indexbanner:hover .index-banner-prev {
	left: 3%;
	opacity: 1;
}
.indexbanner:hover .index-banner-next {
	right: 3%;
	opacity: 1;
}
.banner-title {
	font-size: 32px;
	padding-bottom: 18px;
}
.banner-title:after {
	width: 80px;
}
}
 @media (min-width: 1260px) {
.swiper-button-prev, .swiper-button-next {
	width: 60px;
	height: 60px;
}
.swiper-button-prev:after, .swiper-button-next:after {
	width: 40px;
	height: 40px;
}
.banner-pagination {
	bottom: 3.7%;
}
.banner-pagination span {
	margin: 0 6px;
}
.banner-title {
	font-size: 40px;
}
}
 @media (min-width: 1680px) {
.banner-title {
	font-size: 46px;
	padding-bottom: 24px;
}
.banner-title:after {
	width: 100px;
}
}

.inside-banner {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.inside-banner .banner {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.inside-banner .banner img {
	display: block;
	width: 100%;
}
.inside-banner .wordpos {
	width: 100%;
	position: absolute;
	z-index: 22;
	left: 0;
	bottom: 30%;
}
.inside-banner .Keywords {
	color: #fff;
}
.inside-banner .Keywords .title {
	line-height: 1;
	font-size: 24px;
	padding-bottom: 4px;
}
.inside-banner .Keywords .sub {
	line-height: 1.5;
	font-size: 12px;
}
.invcommonweb {
	padding-left: 15px;
	padding-right: 15px;
}
 @media (min-width: 768px) {
.inside-banner .Keywords .title {
	font-size: 30px;
}
.inside-banner .Keywords .sub {
	font-size: 14px;
}
}
 @media (min-width: 1024px) {
.inside-banner .Keywords .title {
	font-size: 40px;
	padding-bottom: 8px;
}
.inside-banner .Keywords .sub {
	font-size: 16px;
}
.invcommonweb {
	padding-left: 40px;
	padding-right: 40px;
}
}
 @media (min-width: 1260px) {
.invcommonweb {
	padding-left: 60px;
	padding-right: 60px;
	width: 100%;
	max-width: 1680px;
	margin: 0 auto;
}
}
 @media (min-width: 1680px) {
.inside-banner .Keywords .title {
	font-size: 48px;
}
.inside-banner .Keywords .sub {
	font-size: 18px;
}
}

@-webkit-keyframes bgzoom {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
 100% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
}
 @-o-keyframes bgzoom {
0% {
-o-transform: scale(1);
transform: scale(1);
}
 100% {
-o-transform: scale(1.1);
transform: scale(1.1);
}
}
 @keyframes bgzoom {
0% {
-webkit-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
 100% {
-webkit-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
}
.index-guidepage {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.guide-backstretch {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.guide-back {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-animation: bgzoom 25s alternate infinite;
	-o-animation: bgzoom 25s alternate infinite;
	animation: bgzoom 25s alternate infinite;
}
.guide-container {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 21;
}
.guide-flex {
	padding-top: 20px;
}
.guide-module {
	width: 100%;
	position: relative;
}
.guide-aside {
	margin-bottom: 6px;
}
.guide-panel {
	width: 100%;
	position: relative;
	background-color: #3d55aa;
}
.guide-panel:after {
	content: '';
	display: block;
	width: 100%;
	clear: both;
	height: 0;
	visibility: hidden;
}
.guide-panel::before {
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	background-color: #f0f0f0;
	top: 0;
	left: 40%;
}
.guide-house {
	float: left;
	width: 40%;
	padding: 15px 20px;
}
.guide-house img {
	display: block;
	width: 100%;
}
.guide-base {
	float: left;
	width: 60%;
	position: relative;
	padding: 15px 10px;
}
.guide-hundle {
	width: 100%;
	position: relative;
	text-align: center;
	font-size: 0;
}
.guide-hundle ul li {
	float: left;
	width: 33.33333%;
	padding-left: 3px;
	padding-right: 3px;
	margin-bottom: 6px;
}
.guide-hundle ul li:hover .erweima {
	opacity: 1;
	visibility: visible;
}
.guide-hundle ul li a {
	display: block;
	width: 100%;
	position: relative;
}
.guide-hundle ul li .icon {
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
	overflow: hidden;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: rgba(255, 255, 255, 0.1);
}
.guide-hundle ul li .icon:after {
	content: '';
	display: block;
	width: 100%;
	padding-bottom: 100%;
}
.guide-hundle ul li .icon img {
	position: absolute;
	width: 100%;
	display: block;
	top: 0;
	left: 0;
}
.guide-hundle ul li .erweima {
	position: absolute;
	width: 100px;
	top: 100%;
	left: 50%;
	margin-left: -50px;
	opacity: 0;
	visibility: hidden;
}
.guide-hundle ul li .erweima::before {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 7px;
	left: 50%;
	margin-left: -5px;
	z-index: 3;
	background-color: #fff;
}
.guide-hundle ul li .erweima .img {
	margin-top: 12px;
	width: 100%;
	overflow: hidden;
	background-color: #fff;
	position: relative;
	z-index: 4;
	-webkit-box-shadow: 0 1px 5px -2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 5px -2px rgba(0, 0, 0, 0.2);
}
.guide-hundle ul li .erweima .img:after {
	content: '';
	display: block;
	width: 100%;
	padding-bottom: 100%;
}
.guide-hundle ul li .erweima .img img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
}
.guide-tips {
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 24px;
}
.guide-version {
	width: 100%;
	position: relative;
}
.guide-version ul {
	margin-left: -2px;
	margin-right: -2px;
}
.guide-version ul li {
	padding-left: 2px;
	padding-right: 2px;
	margin-bottom: 4px;
	position: relative;
}
.guide-version ul li a {
	display: block;
	width: 100%;
}
.guide-version ul li:nth-child(1) .normal {
	background-image: url("../images/guide-iconbg01.png");
}
.guide-version ul li:nth-child(1) .hover {
	background-image: url("../images/guide-iconbg01.png");
	background-color: #FAAE68;
}
.guide-version ul li:nth-child(1) .hover .yuanbox {
	background-color: #fdae62;
}
.guide-version ul li:nth-child(1) .hover .circle {
	background-color: #f99f4a;
}
.guide-version ul li:nth-child(2) .normal {
	background-image: url("../images/guide-iconbg02.png");
}
.guide-version ul li:nth-child(2) .hover {
	background-image: url("../images/guide-iconbg02.png");
	background-color: #f674e8;
}
.guide-version ul li:nth-child(2) .hover .yuanbox {
	background-color: #e769da;
}
.guide-version ul li:nth-child(2) .hover .circle {
	background-color: #d159c4;
}
.guide-version ul li:nth-child(3) .normal {
	background-image: url("../images/guide-iconbg03.png");
}
.guide-version ul li:nth-child(3) .hover {
	background-image: url("../images/guide-iconbg03.png");
	background-color: #56D3B7;
}
.guide-version ul li:nth-child(3) .hover .yuanbox {
	background-color: #65dac0;
}
.guide-version ul li:nth-child(3) .hover .circle {
	background-color: #4ed8ba;
}
.guide-version ul li:nth-child(4) .normal {
	background-image: url("../images/guide-iconbg04.png");
}
.guide-version ul li:nth-child(4) .hover {
	background-image: url("../images/guide-iconbg04.png");
	background-color: #EA292A;
}
.guide-version ul li:nth-child(4) .hover .yuanbox {
	background-color: #e93233;
}
.guide-version ul li:nth-child(4) .hover .circle {
	background-color: #e11d1e;
}
.guide-version ul li .normal {
	display: block;
	width: 100%;
	background-color: #fff;
	padding: 10px 10px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: right bottom;
}
.guide-version ul li .normal .icon {
	width: 60px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	position: relative;
}
.guide-version ul li .normal .icon:after {
	content: '';
	display: block;
	width: 100%;
	padding-bottom: 100%;
}
.guide-version ul li .normal .icon img {
	position: absolute;
	width: 100%;
	display: block;
	top: 0;
	left: 0;
}
.guide-version ul li .normal .word {
	text-align: center;
	padding-top: 4px;
}
.guide-version ul li .normal .title {
	color: #444444;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}
.guide-version ul li .normal .info {
	color: #b1b2b1;
	display: block;
	display: -webkit-box;
	height: 40px;
	line-height: 20px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 14px;
}
.guide-version ul li .hover {
	display: none;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50%;
	opacity: 0;
	visibility: hidden;
	left: 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: right bottom;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
	text-align: center;
	padding: 0 10px;
	font-size: 0;
}
.guide-version ul li .hover::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.guide-version ul li .hover .middle {
	display: inline-block;
	vertical-align: middle;
}
.guide-version ul li .hover .yuanbox {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	position: relative;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	padding-top: 12px;
	padding-bottom: 12px;
}
.guide-version ul li .hover .yuanbox::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	border: 1px solid rgba(255, 255, 255, 0.4);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	left: 0;
	top: 0;
	z-index: 1;
}
.guide-version ul li .hover .yuanbox::after {
	content: '';
	position: absolute;
	width: auto;
	height: auto;
	border: 1px dashed rgba(255, 255, 255, 0.8);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	left: 12px;
	top: 12px;
	right: 12px;
	bottom: 12px;
	z-index: 3;
}
.guide-version ul li .hover .circle {
	width: 76px;
	height: 76px;
	line-height: 76px;
	margin: 0 auto;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	z-index: 2;
	text-align: center;
}
.guide-version ul li .hover .circle img {
	display: inline-block;
	vertical-align: middle;
}
.guide-version ul li .hover .word {
	padding-top: 10px;
}
.guide-version ul li .hover .title {
	font-size: 16px;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 30px;
	color: #fff;
	margin-bottom: 2px;
}
.guide-version ul li .hover .info {
	color: #fcfcfc;
	display: block;
	display: -webkit-box;
	height: 40px;
	line-height: 20px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 14px;
	font-weight: lighter;
}
.guide-footer {
	position: absolute;
	z-index: 22;
	width: 100%;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.8);
	padding: 0.5rem 0;
}
.guide-methods {
	width: 100%;
}
.guide-unit {
	display: block;
	width: 100%;
	position: relative;
	line-height: 24px;
	color: #fff;
	font-size: 14px;
	padding-left: 26px;
}
.guide-unit::before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	left: 0;
	top: 2px;
}
.guide-unit.unit-tel::before {
	background-image: url("../images/guide-tel.png");
}
.guide-unit.unit-fax::before {
	background-image: url("../images/guide-fax.png");
}
.guide-unit.unit-email::before {
	background-image: url("../images/guide-email.png");
}
.guide-unit.unit-addr::before {
	background-image: url("../images/guide-addr.png");
}
 @media (min-width: 768px) {
.guide-container {
	padding: 120px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.guide-flex {
	padding-top: 0px;
	width: 100%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-moz-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	padding-bottom: 30px;
}
.guide-module {
	padding-right: 74.19355%;
	height: 340px;
}
.guide-aside {
	margin-bottom: 0px;
	height: 100%;
}
.guide-section {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 69.35484%;
	height: 100%;
}
.guide-panel {
	height: 100%;
}
.guide-panel:after {
	display: none;
}
.guide-panel::before {
	width: 100%;
	height: 1px;
	top: 50%;
	left: 0;
}
.guide-house {
	float: none;
	width: 100%;
	height: 50%;
	padding: 30px 20px;
	text-align: center;
}
.guide-house img {
	width: auto;
	height: 110px;
	margin: 0 auto;
}
.guide-base {
	float: none;
	width: 100%;
	height: 50%;
	padding: 40px 20px;
}
.guide-hundle {
	padding-bottom: 10px;
}
.guide-hundle ul {
	font-size: 0;
}
.guide-hundle ul li {
	display: inline-block;
	vertical-align: top;
	width: 50px;
	float: none;
}
.guide-version {
	margin-bottom: -4px;
}
.guide-version ul li .normal {
	padding: 17px 10px;
}
.guide-version ul li .hover .title {
	font-size: 16px;
}
.guide-footer {
	padding: 22px 0;
}
.guide-methods ul li {
	float: left;
	width: 50%;
}
}
 @media (min-width: 1024px) {
.guide-container {
	padding: 110px 0;
}
.guide-flex {
	padding-bottom: 0px;
}
.guide-module {
	height: 360px;
}
.guide-house img {
	height: 120px;
}
.guide-hundle {
	padding-bottom: 0px;
}
.guide-hundle ul li {
	width: 64px;
	padding-left: 6px;
	padding-right: 6px;
	margin-bottom: 12px;
}
.guide-tips {
	font-size: 14px;
}
.guide-version {
	margin-bottom: 0px;
}
.guide-version ul {
	margin-left: -5px;
	margin-right: -5px;
}
.guide-version ul li {
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 0px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	padding-top: 180px;
}
.guide-version ul li a:hover .hover {
	height: 100%;
	opacity: 1;
	visibility: visible;
}
.guide-version ul li .normal {
	padding: 23px 15px;
}
.guide-version ul li .normal .title {
	font-size: 18px;
	font-weight: normal;
}
.guide-version ul li .hover {
	display: block;
}
.guide-methods ul li {
	width: 25%;
}
}
 @media (min-width: 1280px) {
.guide-hundle ul li {
	width: 76px;
	padding-left: 8px;
	padding-right: 8px;
	margin-bottom: 16px;
}
.guide-version ul {
	margin-left: -10px;
	margin-right: -10px;
}
.guide-version ul li {
	padding-left: 10px;
	padding-right: 10px;
}
.guide-version ul li .normal .title {
	font-size: 20px;
}
.guide-version ul li .normal .info {
	font-size: 16px;
}
.guide-version ul li .hover .word {
	padding-top: 15px;
}
.guide-version ul li .hover .title {
	font-size: 20px;
}
.guide-version ul li .hover .info {
	font-size: 16px;
}
.guide-methods ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.guide-methods ul li {
	width: auto;
	padding-right: 80px;
}
.guide-methods ul li:last-child {
	padding-right: 0;
}
}

header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	background-color: #FFF;
	z-index: 299;
	-webkit-transition: background-color 0.3s, top 0.3s;
	-o-transition: background-color 0.3s, top 0.3s;
	transition: background-color 0.3s, top 0.3s;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
header.open .index-runtime {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
.headerweb {
	width: 100%;
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
	background: url(../images/topbg.png) right bottom no-repeat;
}
.logo {
	padding: 15px 0 0;
	float: left;
}
.logo a {
	display: block;
	width: 100%;
	font-size: 0;
}
.logo a img {
	display: inline-block;
	height: 35px;
}
.logo a .title {
	display: none;
	margin-left: 10px;
}
.search-icon {
	display: block;
	width: 32px;
	height: 32px;
	background-image: url("../images/index-search.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto;
	margin: 0 auto;
}
.index-search {
	display: inline-block;
	vertical-align: middle;
	padding-top: 14px;
	padding-bottom: 14px;
	float: right;
	margin-left: 5px;
}
.index-search .search-box {
	position: absolute;
	top: 60px;
	width: 100%;
	left: 0;
	background-color: #fff;
	padding: 20px 15px;
	display: none;
	border-bottom: 1px solid #ddd;
}
.search-unit {
	display: block;
	position: relative;
	border: 1px solid #3d55aa;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.search-unit .flags {
	float: left;
	padding-left: 13px;
	padding-right: 13px;
	line-height: 40px;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.search-unit .flags:after {
	content: '';
	display: block;
	width: 1px;
	height: 20px;
	background-color: #dbdbdb;
	right: 0;
	top: 50%;
	margin-top: -10px;
	position: absolute;
}
.search-unit .areaCode {
	display: block;
	padding-right: 18px;
	color: #222222;
	font-size: 14px;
}
.search-unit .flags-drop {
	position: absolute;
	width: 13px;
	height: 13px;
	right: 13px;
	background: url("../images/rl-arrow.png") no-repeat scroll center;
	top: 50%;
	margin-top: -6px;
}
.search-unit .select-flags {
	position: absolute;
	top: 41px;
	left: 0;
	padding: 10px;
	height: 220px;
	-webkit-box-shadow: 0px 4px 10px -3px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 4px 10px -3px rgba(0, 0, 0, 0.3);
	z-index: 99;
	background: #fff;
	width: 100%;
	text-align: left;
	display: none;
	overflow: auto;
	padding-left: 0;
	padding-right: 0;
}
.search-unit .select-flags li {
	padding-left: 20px;
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: pointer;
	color: #555;
	font-size: 14px;
}
.search-unit .search-form {
	display: block;
	width: auto;
	overflow: hidden;
	position: relative;
}
.search-unit .search-form form {
	display: block;
	overflow: hidden;
	position: relative;
	padding-right: 75px;
}
.search-unit .search-form input {
	display: block;
	height: 40px;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.search-unit .search-form .search-txt {
	width: 100%;
	display: block;
	padding-left: 40px;
	background: url("../images/searchicon.png") no-repeat scroll 10px center;
	border-right-color: #3d55aa;
	font-size: 14px;
}
 .search-unit .search-form .search-txt::-webkit-input-placeholder { /* WebKit browsers */
color: #8f8f8f;
}
 .search-unit .search-form .search-txt:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #8f8f8f;
}
 .search-unit .search-form .search-txt::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #8f8f8f;
}
 .search-unit .search-form .search-txt:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #8f8f8f;
}
.search-unit .search-form .search-btn {
	width: 70px;
	z-index: 2;
	color: #fff;
	background-color: #3d55aa;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	font-size: 16px;
	position: absolute;
	top: 0;
	right: 0;
}
.link-icon {
	display: block;
	line-height: 32px;
	height: 32px;
	position: relative;
	padding-right: 15px;
}
.link-icon::after {
	content: '';
	display: block;
	width: 13px;
	height: 13px;
	position: absolute;
	right: 0px;
	top: 10px;
	background: url("../images/rl-arrow.png") no-repeat scroll center;
	background-size: contain;
}
.index-link {
	display: inline-block;
	vertical-align: middle;
	padding-top: 14px;
	padding-bottom: 14px;
	position: relative;
	float: right;
}
.link-dropmenu {
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #fff;
	width: 120px;
	padding-top: 5px;
	padding-bottom: 5px;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	display: none;
}
.link-dropmenu ul li {
	width: 100%;
	line-height: 20px;
	padding: 4px 0;
	text-align: center;
}
.link-dropmenu ul li a {
	display: block;
	width: 100%;
	color: #333;
	font-size: 12px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
/*===========================*/
.mobnav-btn {
	display: inline-block;
	vertical-align: middle;
	width: 26px;
	height: 34px;
	position: relative;
	margin-left: 10px;
	margin-top: 13px;
	float: right;
}
.mobnav-btn span {
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #262a27;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.mobnav-btn span:first-child {
	top: 9px;
}
.mobnav-btn span:nth-child(2) {
	top: 50%;
	margin-top: -1px;
}
.mobnav-btn span:last-child {
	bottom: 9px;
}
.mobnav-btn.open span:first-child {
	top: 16px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.mobnav-btn.open span:nth-child(2) {
	opacity: 0;
}
.mobnav-btn.open span:last-child {
	bottom: 16px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/*===========================*/
nav {
	position: fixed;
	top: 60px;
	background-color: #fff;
	left: 0;
	right: 0;
	bottom: 0;
	padding-top: 5px;
	padding-bottom: 80px;
	z-index: 188;
	overflow-x: hidden;
	overflow-y: auto;
	display: none;
}
nav .lvnav {
	width: 100%;
}
nav .lvnav .lv1 {
	width: 100%;
	padding: 0 15px;
	line-height: 40px;
	border-bottom: 1px solid #ddd;
}
nav .lvnav .lv1 h4 {
	width: 100%;
	padding: 5px 0 2px;
	position: relative;
}
nav .lvnav .lv1 h4 a {
	display: block;
	color: #333;
	font-size: 16px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	text-transform: uppercase;
}
nav .lvnav .lv1 h4 .icon {
	position: absolute;
	width: 30%;
	right: 0;
	top: 2px;
	height: 100%;
}
nav .lvnav .lv1 h4 .icon:after {
	content: '';
	position: absolute;
	border: 2px solid #333;
	border-left: none;
	border-bottom: none;
	width: 10px;
	height: 10px;
	right: 5px;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	top: 50%;
	margin-top: -9px;
}
nav .lvnav .lv1.cur2 h4 .icon:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -2px;
}
.lv2nav {
	width: 100%;
	padding: 0 15px 15px 20px;
	display: none;
	line-height: 28px;
}
.lv2nav .lv2 {
	width: 100%;
	position: relative;
	padding: 3px 0;
}
.lv2nav .lv2 a {
	display: block;
	color: #333;
	font-size: 14px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.lv2nav .lv2 h5 {
	width: 100%;
	position: relative;
	padding: 2px 0;
}
.lv2nav .lv2 h5 a {
	display: block;
	width: 100%;
	color: #333;
	font-size: 14px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	text-transform: uppercase;
}
.lv2nav .lv2 h5 .icon {
	position: absolute;
	width: 30%;
	right: 0;
	top: 0;
	height: 100%;
}
.lv2nav .lv2 h5 .icon:after {
	content: '';
	position: absolute;
	border: 2px solid #333;
	border-left: none;
	border-bottom: none;
	width: 10px;
	height: 10px;
	right: 5px;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	top: 50%;
	margin-top: -9px;
}
.lv2nav .lv2.cur2 h5 .icon:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -2px;
}
.lv3nav {
	width: 100%;
	display: none;
	line-height: 28px;
}
.lv3nav .lv3 {
	width: 100%;
	padding: 2px 0;
}
.lv3nav .lv3 a {
	display: block;
	color: #333;
	font-size: 14px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
 @media (min-width: 1024px) {
body {
	padding-top: 120px;
}
header.scroll {
	top: -60px;
}
.header-nav {
	background-color: #3d55aa;
}
.headerweb {
	padding-left: 20px;
	padding-right: 20px;
}
.logo {
	padding: 10px 0;
}
.logo a img {
	height: 40px;
}
.logo a .title {
	display: inline-block;
	margin-left: 13px;
}
.search-icon {
	display: none;
}
.index-search {
	padding-top: 9px;
	padding-bottom: 9px;
	margin-left: 5px;
	width: 280px;
}
.index-search .search-box {
	position: static;
	top: 0px;
	padding: 0;
	display: block;
	border-bottom: none;
}
.search-unit .select-flags {
	top: 41px;
}
.search-unit .select-flags li:hover {
	background-color: #3d55aa;
	color: #fff;
}
.link-icon {
	display: none;
}
.index-link {
	padding-top: 0px;
	padding-bottom: 0px;
}
.link-dropmenu {
	position: static;
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	background-color: transparent;
	width: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: block;
}
.link-dropmenu ul li {
	color: #999;
	width: auto;
	line-height: 40px;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	padding: 0;
}
.link-dropmenu ul li a {
	font-size: 14px;
}
.link-dropmenu ul li.cur a, .link-dropmenu ul li:hover a {
	color: #3d55aa;
}
.mobnav-btn {
	display: none;
}

nav {
	position: static;
	background-color: transparent;
	padding-top: 0px;
	padding-bottom: 0px;
	overflow: inherit;
	display: inline-block;
	vertical-align: top;
}
nav .lvnav {
	font-size: 0;
}
nav .lvnav .lv1 {
	width: auto;
	padding: 0 10px;
	position: relative;
	border-bottom: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
nav .lvnav .lv1:first-child {
	padding-left: 8px;
}
nav .lvnav .lv1:last-child {
	padding-right: 8px;
}
nav .lvnav .lv1.nst .lv2nav {
	padding: 0;
}
nav .lvnav .lv1 h4 {
	padding: 0;
	text-align: center;
	line-height: 60px;
}
nav .lvnav .lv1 h4 a {
	font-size: 16px;
	letter-spacing: 1px;
	position: relative;
	color: #fff;
}
nav .lvnav .lv1 h4 a:after {
	content: '';
	position: absolute;
	bottom: 0;
	height: 2px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	left: 51%;
	right: 51%;
}
nav .lvnav .lv1 h4 .num {
	display: none;
}
nav .lvnav .lv1 h4 .nvm {
	display: block;
}
nav .lvnav .lv1 h4 .icon {
	display: none !important;
}
nav .lvnav .lv1.cur h4 a:after, nav .lvnav .lv1:hover h4 a:after {
	left: 0;
	right: 0;
}
.lv2nav {
	width: auto;
	min-width: 140px;
	padding: 0;
	position: absolute;
	left: 50%;
	top: 100%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
	padding-top: 5px;
	padding-bottom: 10px;
}
.lv2nav .lv2 {
	width: 100%;
	padding: 0;
	text-align: center;
	padding: 0;
}
.lv2nav .lv2 a {
	color: #fff;
	padding: 3px 0;
}
.lv2nav .lv2.center {
	text-align: center;
}
.lv2nav .lv2.center h5 a {
	padding-left: 5px;
	padding-right: 5px;
}
.lv2nav .lv2:last-child {
	border-bottom: none;
}
.lv2nav .lv2 h5 {
	padding: 0;
}
.lv2nav .lv2 h5 a {
	position: relative;
	padding: 0px 5px;
	color: #fff;
	padding-left: 15px;
	padding-right: 25px;
}
.lv2nav .lv2 h5 .icon {
	width: 16px;
	right: 6px;
}
.lv2nav .lv2 h5 .icon:after {
	border-color: #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -6px;
}
.lv2nav .lv2:hover {
	background-color: #4d56b9;
}
.lv2nav .lv2:hover h5 a {
	background-color: #3d55aa;
}
.lv2nav .lv2:hover .lv3nav {
	opacity: 1;
	visibility: visible;
}
.lv3nav {
	width: auto;
	min-width: 240px;
	display: block;
	line-height: 46px;
	position: absolute;
	left: 100%;
	top: 0;
	background-color: rgba(0, 0, 0, 0.8);
	padding: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
}
.lv3nav .lv3 {
	padding: 0;
	white-space: nowrap;
	position: relative;
	border-bottom: 1px solid #63686e;
}
.lv3nav .lv3:last-child {
	border-bottom: none;
}
.lv3nav .lv3 a {
	color: #fff;
	padding-left: 15px;
	padding-right: 25px;
}
.lv3nav .lv3 a:hover {
	background-color: #3d55aa;
}
}
@media (min-width: 1280px) {
body {
	padding-top: 160px;
}
header.scroll {
	top: -110px;
}
.headerweb {
	padding-left: 40px;
	padding-right: 40px;
	max-width: 1320px;
	margin: 0 auto;
}
.logo {
	padding: 20px 0;
}
.logo a img {
	height: 70px;
}
.index-search {
	padding-top: 33px;
	width: 300px;
}
.search-unit .flags {
	line-height: 50px;
}
.search-unit .areaCode {
	font-size: 16px;
}
.search-unit .select-flags {
	top: 51px;
}
.search-unit .search-form form {
	padding-right: 95px;
}
.search-unit .search-form input {
	height: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.search-unit .search-form .search-btn {
	width: 90px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 5px;
    text-indent: 5px;
}
.link-dropmenu {
	padding-top: 35px;
}
nav .lvnav .lv1 {
	padding: 0 21px;
}
nav .lvnav .lv1.nst .lv2nav {
	padding: 0;
}
nav .lvnav .lv1 h4 a {
	font-size: 17px;
	letter-spacing: 1px;
}
.lv2nav .lv2 a {
	font-size: 15px;
}
}
footer {
	width: 100%;
	background-color: #fff;
	margin-top: 40px;
	z-index: 33;
}
.ffcommonweb {
	padding-left: 15px;
	padding-right: 15px;
}
.footer-top {
	width: 100%;
	padding-top: 8px;
	padding-bottom: 18px;
	background-color: #ededed;
    border-top: 1px solid #dedede;
	clear: both;
}
.fnav {
	width: 100%;
}
.fnav .lvnav .lv1 {
	width: 100%;
	line-height: 34px;
	border-bottom: 1px solid #dbdbdb;
	position: relative;
}
.fnav .lvnav .lv1 a {
	display: block;
	color: #666;
	font-size: 14px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.footer-friend {
	text-align: center;
	padding-top: 20px;
}
.friend-dropdown {
	width: 120px;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.friend-dropdown.open .friendbtn::after {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	top: 15px;
}
.friend-dropdown.open .friend-menu {
	display: block;
}
.friend-dropdown .friendbtn {
	display: block;
	width: 100%;
	color: #333;
	font-size: 14px;
	padding-right: 36px;
	padding-left: 20px;
	height: 32px;
	line-height: 32px;
	text-align: left;
	border: 1px solid #ccc;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}
.friend-dropdown .friendbtn::after {
	content: '';
	width: 8px;
	height: 8px;
	border: 1px solid #ccc;
	border-top: none;
	border-right: none;
	position: absolute;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 20px;
	top: 11px;
}
.friend-dropdown .friend-menu {
	position: absolute;
	bottom: 31px;
	left: 0;
	width: 100%;
	background-color: #fff;
	border: 1px solid #ccc;
	padding-top: 8px;
	padding-bottom: 8px;
	display: none;
}
.friend-dropdown .friend-menu li {
	width: 100%;
	line-height: 30px;
	text-align: left;
}
.friend-dropdown .friend-menu li a {
	display: block;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	color: #666;
	font-size: 13px;
	white-space: nowrap;
	overflow: hidden;
}
.footer-main {
	padding-top: 25px;
	padding-bottom: 35px;
}

.icon-unit {
	display: block;
	width: 100%;
	line-height: 26px;
	position: relative;
	padding-left: 26px;
	color: #7c7c7c;
	font-size: 14px;
	margin-bottom: 7px;
}
.icon-unit .icon {
	display: block;
	position: absolute;
	left: 0;
	top: 2px;
	width: 22px;
}
.icon-unit span {
	letter-spacing: 0.5px;
    line-height: 28px;
	display: block;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}
.icon-unit span em {
	font-style: normal;
}
.icon-unit span.ot {
	padding-bottom: 7px;
}
.unit-hot {
	color: #3d55aa;
	font-size: 16px;
}
.footer-hot {
	line-height: 1;
	padding-bottom: 20px;
}
.footer-hot a {
	display: inline-block;
	vertical-align: top;
	color: #ff5d30;
	font-size: 30px;
	font-weight: bold;
}
.footer-time {
	padding-top: 2px;
}
.footer-method {
	padding-top: 30px;
	padding-bottom: 30px;
}
.fmethod-list {
	position: relative;
}
.fmethod-list ul li {
	color: #6f6e6e;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 6px;
}
.fmethod-list ul li a {
	color: #6f6e6e;
}
.fmethod-list ul a:hover {
    color: #3d55aa;
}
.fmethod-list ul li em {
	color: #999;
	font-style: normal;
	padding: 0 10px;
}
.fscan-list {
	text-align: center;
}
.fscan-list ul {
	font-size: 0;
	margin: 0 -5px;
}
.fscan-list ul li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	max-width: 120px;
	padding: 0 5px;
}
.fscan-list ul li .image {
	display: block;
	width: 100%;
	background-color: #fff;
	overflow: hidden;
	position: relative;
	-webkit-box-shadow: 0 5px 15px -4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 15px -4px rgba(0, 0, 0, 0.2);
}
.fscan-list ul li .image::before {
	content: '';
	display: block;
	width: 100%;
	padding-bottom: 100%;
}
.fscan-list ul li .image img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
}
.fscan-list ul li .title {
	display: block;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #4c4c4c;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0.5px;
	padding-top: 10px;
}
.footer-bottom {
	width: 100%;
	padding: 15px 0 12px;
	background-color: #3753a0;
	text-align: center;
}
.copyright {
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.5px;
	line-height: 2;
	text-align: center;
}
.copyright a {
	color: #fff;
}
.beian {
	color: #fff;
	font-size: 13px;
	line-height: 28px;
	text-align: center;
	letter-spacing: 0.5px;
}
.beian a {
	color: #fff;
	padding: 0 5px;
}
 @media (min-width: 1024px) {
.ffcommonweb {
	padding-left: 20px;
	padding-right: 20px;
}

.footer-top {
	padding: 10px 0 8px;
}
.footer-nav {
	float: right;
}
.fnav .lvnav .lv1 {
	width: auto;
	border-bottom: none;
	float: left;
	position: relative;
}
.fnav .lvnav .lv1 a {
	padding: 0 20px;
}
.fnav .lvnav .lv1 a:hover {
	color: #3d55aa;
}
.fnav .lvnav .lv1:after {
	content: '';
	width: 1px;
	height: 14px;
	background-color: #666;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
}
.fnav .lvnav .lv1:last-child:after {
	display: none;
}
.fnav .lvnav .lv1:last-child a {
	padding-right: 0;
}
.footer-friend {
	text-align: left;
	padding-top: 0px;
	float: left;
}
.footer-main {
	padding-top: 40px;
	padding-bottom: 45px;
	background: url("../images/footerbg.png") no-repeat scroll right bottom;
}
.footer-desc {
	float: left;
	width: 31%;
}
.footer-method {
	float: left;
	width: 42%;
}
.footer-focus {
	float: left;
	width: 27%;
	padding-left: 5%;
}
.toword-button:hover {
	background-color: #4d56b9;
}
.footer-method {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 40px;
	padding-right: 40px;
	position: relative;
}
.footer-method::before, .footer-method:after {
	content: '';
	position: absolute;
	width: 1px;
	top: 4px;
	bottom: 12px;
	background-color: #dbdbdb;
}
.footer-method::before {
	left: 10px;
}
.footer-method::after {
	right: 10px;
}
.fmethod-list ul li {
	margin-bottom: 10px;
}
.fscan-list {
	text-align: right;
}
.fscan-list ul {
	margin: 0 -10px;
}
.fscan-list ul li {
	max-width: 120px;
	max-width: none;
	padding: 0 10px;
}
.fscan-list ul li .title {
	text-align: center;
}
.footer-toword {
	margin-top: 18px;
}
.toword-button {
	display: inline-block;
	background-color: #3d55aa;
	color: #fff;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	line-height: 32px;
	font-size: 13px;
	letter-spacing: 1px;
	padding: 2px 25px 0;
	-webkit-border-radius: 55px;
	border-radius: 55px;
	-webkit-box-shadow: 0 5px 15px -5px rgba(82, 97, 185, 0.2);
	box-shadow: 0 5px 15px -5px rgba(82, 97, 185, 0.2);
}
.toword-button::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 22px;
	background: url("../images/ficonfly.png") no-repeat scroll center;
	background-size: contain;
	margin-top: -2px;
	margin-right: 3px;
}
.toword-button:hover {
	color: #fff;
}
.copyright {
	float: left;
}
.copyright a:hover {
	color: #ffc;
}
.beian {
	float: right;
}
.beian a {
	padding: 0 3px;
}
.beian a:hover {
	color: #ffc;
}
}
 @media (min-width: 1280px) {
.ffcommonweb {
	padding-left: 40px;
	padding-right: 40px;
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
}
.footer-hot a {
	font-size: 34px;
}
.footer-method::before {
	left: 0;
}
.footer-method::after {
	right: 0;
}
}

.yzhpub {
	width: 1200px;
	margin: 40px auto 0;
}
.yzhpub img {
	margin: 0 -20px;
}

@media (max-width: 640px) {
.indexbanner {
	margin-top: 60px;
}
.publicBanner {
	margin-top: 60px;
}
.yzhpub {
	display: none;
}
.introduce-content .content-area-2 img {
	width: 100%;
}
.aside-module {
	display: none;
}
.lv2nav {
	width: 100%;
	padding: 0 15px 10px 20px;
	display: none;
	line-height: 28px;
}
.lv2nav .lv2 {
	width: 100%;
	position: relative;
	padding: 4px 0 2px;
    border-bottom: 1px dotted #dedede;
}
.lv2nav .lv2:last-child {
    border-bottom: none;
}
.page-nav {
	display: none;
}
.reflect-list {
    margin: 35px 0 20px !important;
}
.invite-module ul li {
	height: 64px;
    padding-left: 10px !important;
    background: url(../images/li.gif) no-repeat 3px 20px !important;
}
.invite-module ul li a {
    padding: 12px 0 8px !important;
}
.invite-module ul li .title {
	font-size: 1em !important;
}
.invite-module ul li .time {
	font-size: 13px !important;
}
.news-more {
	margin: 25px auto 0;
}
.news-more a {
	font-size: 14px;
}
.publicContainer {
	padding-top: 30px;
}
.footer-top {
	padding-bottom: 5px;
}
.icon-unit span em {
	display: none;
}
.copyright {
	font-size: 13px;
}
.beian {
	font-size: 12px;
}
.fnav .lvnav .lv1 {
	float: left;
	width: 50%;
    line-height: 34px;
	text-align: center;
    border-bottom: 1px solid #dbdbdb;
    position: relative;
}
.fnav .lvnav .lv1:nth-child(3), .fnav .lvnav .lv1:nth-child(4) {
    border-bottom: none;
}
.fnav .lvnav .lv1:nth-last-child(1), .fnav .lvnav .lv1:nth-last-child(2) {
	display: none;
}
.footer-friend {
	display: none;
}
.footer-time {
    padding-bottom: 10px;
}
.footer-method {
	padding: 20px 0 0;
    border-top: 1px solid #ddd;
}
.footer-focus {
	display: none;
}
.footer-main {
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer-toword {
	position: relative;
}
.toword-button {
	position: absolute;
	right: 5px;
    bottom: 116px;
}
.multiple-package {
	display: none;
}
}

.aside {
	display: block;
	position: fixed;
	width: 40px;
	bottom: 15px;
	right: 15px;
	z-index: 122;
}
.aside .aitem {
	display: block;
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #000;
	z-index: 199;
	overflow: hidden;
	position: relative;
}
.aside .goto:after {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	border: 2px solid #fff;
	border-left: none;
	top: 50%;
	left: 50%;
	border-bottom: none;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	-o-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
	margin-top: 2px;
}
.aside .iphone {
	background: #000 url("../images/iphone.png") no-repeat scroll center center;
	top: 2px;
}
 @media (min-width: 1024px) {
.aside {
	right: 40px;
	bottom: 100px;
}
.aside .aitem {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.aside .goto {
	display: none;
}
.aside .goto:hover {
	background-color: #3d55aa;
}
.aside .goto:hover:after {
	border-color: #fff;
}
.aside .iphone {
	display: none;
}
}
 @media (min-width: 1261px) {
.aside {
	right: 30px;
	bottom: 30px;
	width: 50px;
}
.aside .aitem {
	width: 50px;
	height: 50px;
}
}
@media (max-width:1260px) and (min-width:1280px) {
nav .lvnav .lv1 {
	padding: 0 18px;
}
}

.page-nav {
	height: 60px;
	text-align: center;
	background-color: #f2f2f2;
	margin: 10px 0 0;
	clear: both;
}
.page-nav ul li {
	position: relative;
	display: inline-block;
	padding: 0 30px;
}
.page-nav ul li a {
	font-size: 17px;
	letter-spacing: 1px;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	transition: all 0.3s cubic-bezier(0.71, -0.01, 0.07, 0.99) 0s;
	-webkit-transition: all 0.3s cubic-bezier(0.71, -0.01, 0.07, 0.99) 0s;
	display: inline-block;
	position: relative;
	text-align: center;
	line-height: 60px;
}
.page-nav ul li a:before {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
	right: 0;
	background: #3d55aa;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	transition: all 1s cubic-bezier(0.215, .61, .215, 1);
	-webkit-transition: all 1s cubic-bezier(0.215, .61, .215, 1);
	color: #fff;
	padding: 0px 20px;
	height: 4px;
	display: none\9
}
.page-nav ul li a:hover:before, .page-nav ul li a:focus:before, .page-nav ul li a:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.page-nav ul li a:hover {
	color: #3d55aa;
	color: #fff\9
}
.page-nav ul li.cur a {
	color: #3d55aa;
	font-weight: 600;
}
.page-nav ul li.current a:before, .page-nav ul li.current a:focus:before, .page-nav ul li.current a:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.page-nav span {
	font-size: 16px;
	line-height: 61px;
	letter-spacing: 1px;
}
.page-nav span em {
	font-style: normal;
	color: #c61000;
}
@media (max-width: 1440px) {
.page-nav ul li {
	padding: 0 20px;
}
}
/* 内页导航 s */
.full-inside-subnav {
	border-bottom: 1px solid #efefed;
	position: relative;
	z-index: 188;
	width: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
}
.inside-subitem {
	width: 100%;
}
.channel-title {
	line-height: 50px;
	color: #222;
	position: relative;
	text-align: center;
	font-size: 16px;
}
.channel-title.none:after {
	display: none;
}
.channel-title:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin: 0 -15px -3px 10px;
	border-width: 5px;
	border-style: solid dashed dashed dashed;
	border-color: #333 transparent transparent transparent;
}
.second-level {
	display: none;
	position: absolute;
	width: 100%;
	top: 51px;
	z-index: 10;
	left: 0;
	background-color: #fff;
	padding-top: 5px;
	padding-bottom: 10px;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
	font-size: 0;
}
.second-level ul {
	display: block;
	width: 100%;
}
.second-level ul li {
	display: block;
	width: 100%;
	text-align: center;
	line-height: 34px;
}
.second-level ul li a {
	display: block;
	width: 100%;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 14px;
	padding-left: 20px;
	padding-right: 20px;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #666;
	position: relative;
}
.second-level ul li.cur a {
	color: #3d55aa;
}
 @media (min-width: 1024px) {
.full-inside-subnav {
	border-bottom-width: 4px;
}
.inside-subitem:after {
	content: '';
	display: block;
	width: 100%;
	clear: both;
}
.channel-title {
	line-height: 60px;
	font-size: 22px;
	float: left;
	position: relative;
	padding-left: 30px;
}
.channel-title:after {
	display: none;
}
.channel-title::before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	background: url("../images/subnavicon.png") no-repeat scroll center;
	background-size: contain;
	left: 0;
	top: 50%;
	margin-top: -10px;
}
.second-level {
	display: block !important;
	position: static;
	width: auto;
	background-color: transparent;
	padding-top: 0px;
	padding-bottom: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	float: right;
}
.second-level ul li {
	display: inline-block;
	vertical-align: top;
	width: auto;
	text-align: center;
	line-height: 60px;
	position: relative;
	margin-left: 30px;
}
.second-level ul li:after {
	content: '';
	position: absolute;
	bottom: -4px;
	left: 51%;
	right: 51%;
	height: 4px;
	background-color: #3d55aa;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.second-level ul li a {
	padding-left: 0;
	padding-right: 0;
}
.second-level ul li:hover:after, .second-level ul li.cur:after {
	left: 0;
	right: 0;
}
.second-level ul li:hover a, .second-level ul li.cur a {
	color: #3d55aa;
}
}
 @media (min-width: 1260px) {
.channel-title {
	font-size: 26px;
	line-height: 80px;
}
.second-level ul li {
	line-height: 80px;
}
.second-level ul li a {
	font-size: 16px;
}
.department-pagination {
	display: none;
}
}
 @media (min-width: 1660px) {
.channel-title {
	font-size: 30px;
}
.second-level ul li {
	margin-left: 40px;
}
}
.quickly-package {
	display: block;
	width: 100%;
	overflow: hidden;
	padding-top: 40px;
	padding-bottom: 30px;
}
 @media (max-width: 640px) {
.quickly-package{
	padding-top: 0;
	padding-bottom: 20px;
	margin-bottom: 0;
}
.quickly-module ul li:after{
    background-color: none;
}
.second-level ul li {
	margin-left: 40px;
}
}
.nvcommonweb {
	padding-left: 15px;
	padding-right: 15px;
}
.quickly-module {
	width: 100%;
	background-color: #fff;
}
.quickly-module ul li {
	text-align: center;
	margin-bottom: 10px;
}
.quickly-module ul li a {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.quickly-module ul li .icon {
	width: 44px;
	display: block;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
.quickly-module ul li .icon:after {
	content: '';
	display: block;
	width: 100%;
	padding-bottom: 100%;
}
.quickly-module ul li .icon img {
	position: absolute;
	width: 100%;
	display: block;
	top: 0;
	left: 0;
}
.quickly-module ul li .title {
	display: block;
	width: 100%;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1.5;
	color: #333;
	font-size: 14px;
	letter-spacing: 1px;
	padding-top: 3px;
}
.quickly-module ul li:hover .title {
	color: #3d55aa;
}
.quickly-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 433;
	background-color: rgba(0, 0, 0, 0.8);
	display: none;
}
.quickly-popup .close {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 10px;
	right: 10px;
	background-size: 18px auto;
}
.quickly-popup .close:before {
	content: '';
	position: absolute;
	top: 20px;
	left: 9px;
	width: 20px;
	height: 2px;
	background-color: #FFF;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.quickly-popup .close:after {
	content: '';
	position: absolute;
	top: 20px;
	left: 9px;
	width: 20px;
	height: 2px;
	background-color: #FFF;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.quickly-flex {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.quickly-mode {
	width: 190px;
	position: relative;
	background-color: #fff;
	padding: 20px;
}
.quickly-mode .image {
	width: 140px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	position: relative;
}
.quickly-mode .image:after {
	content: '';
	display: block;
	width: 100%;
	padding-bottom: 100%;
}
.quickly-mode .image img {
	position: absolute;
	width: 100%;
	display: block;
	top: 0;
	left: 0;
}
.quickly-mode .info {
	color: #333;
	font-size: 13px;
	line-height: 1.2;
	padding-top: 10px;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}

.newscenter {
    overflow: hidden;
    margin-top: 10px;
    padding-bottom: 50px;
}
.news2, .news2-2 {
	margin-left: -10px;
	margin-right: -10px;
}
.title-22 {
	height: 48px;
    border-bottom: 2px solid #3d55aa;
}
.title-22 span.fl {
	height: 48px;
	line-height: 48px;
	padding: 0 25px;
	background-color: #3d55aa;
	color: #fff;
	font-size: 18px;
}
.title-22 span.fl a {
	color: #fff;
}
.title-22 span.fl a:hover {
	color: #f5f9fa;
}
.title-22 a.fr {
	color: #666;
	font-size: 15px;
	margin-top: 12px;
}
.title-22 a.fr:hover {
	color: #3d55aa;
}
.borbox {
	background-color: #fff;
	border: 1px solid #d3d3d3;
	padding: 15px 20px 15px;
	margin-top: 25px;
}
.borbox .list01{
	padding-top: 0;
}
.borbox.borbox2 {
	background-repeat: no-repeat;
	background-position: center ;
	background-image: url(../images/borbox2.jpg);
}

.borbox.borbox2 .list01 li {
	float: left;
	width: 100%;
}
.borbox3.borbox2{
	background-image: none!important;
}
.main2 {
	padding: 32px 0;
	background-color: #fff;
}
.fmain2 a.imgbox_a {
	padding-bottom: 11.4285%;
}

.main2-2 {
	margin-top: 27px;
}
.tui1 {
	padding: 7px 0 18px;
}
.tui-pic {
	width: 180px;
	margin-right: 20px;
}
.tui-pic img {
	width: 180px;
}

.tui-pic a.imgbox_a {
	padding-bottom: 66.038%;
}
.tui-con {
	overflow: hidden;
	padding-top: 8px;
}

.tui-con h1 {
	margin: 0;
	font-size: 22px;
	color: #3d55aa;
	font-weight: bold;
}
.tui-con p {
    margin: 0;
    font-size: 15px;
    color: #999;
    line-height: 1.9;
    height: 84px;
    overflow: hidden;
    margin-top: 10px;
}
.tui-con p span {
	float: right;
    font-size: 14px;
}
.news2-1 .col-lg-8 .tui1 {
	padding: 16px 0 28px;
}
.list01{ 
	overflow: hidden;
}
.list01-wp .list01 {
	display: none;
}
.list01-wp .list01:first-child {
	display: block;
}
.main0-2-right .list01-wp .list01:first-child {
	display: none;
}
.main0-2-right .list01-wp .list01:first-child+.list01 {
	display: block;
}
.news2-2-item {
	padding-top: 30px;
}
.list01 ul {
	margin:0;
}
.list01 {
	padding-top: 18px;
}
.list01 ul {
	margin:0;
}
.list01 li {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	background: url(../images/li.gif) no-repeat left 10px;
    padding: 0 0 10px 15px;
	margin-top: 14px;
	border-bottom: 1px dashed #ddd;
}
.list01 ul:first-child li:first-child {
	margin-top: 5px!important;
}
.list01 ul:first-child li:last-child {
	padding-bottom: 5px;
	border-bottom: none;
}
.list01 li.cur {
	color: #3d55aa;
}
.list01 li a {
	font-size: 16px;
	color: #333;
}
.list01 li a:hover {
	color: #3d55aa;
}
.list01 li.cur a {
	color: #3d55aa;
}
.list01 li span	{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #666;
}
@media (max-width: 640px) {
.newscenter {
    overflow: hidden;
    margin-top: 25px;
    padding-bottom: 15px;
}
.title-22 {
	height: 40px;
}
.title-22 span.fl {
    height: 40px;
    line-height: 40px;
	font-size: 15px;
}
.title-22 a.fr {
	font-size: 14px;
    margin-top: 8px;
}
.list01 li {
    background: url(../images/newsli_ico.png) no-repeat 2px 7px;
    padding: 0 0 8px 20px;
    margin-top: 10px;
    border-bottom: 1px dashed #ddd;
}
.list01 li a {
	display: block;
	width: 75%;
    font-size: 14px;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news2-1 {
	padding: 0 10px;
}
.news2-1-gai {
	padding: 10px 0;
}
.news2-1-gai:last-child {
	margin-top: 0;
}
.tui-con h1 {
	font-size: 16px;
	line-height: 1.8;
}
.tui-con p {
	display: none;
}
.news2-2 {
	margin-top: 0;	
}
.news2-2-item {
	padding: 10px 20px;
}
.borbox {
	border: none;
	padding: 0;
}
}
.news-more {
	background: #3d55aa;
	padding: 10px 15px 8px;
	width: 150px;
	text-align: center;
	margin: 50px auto 20px;
	border-radius: 3px;
}
.news-more a {
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
}
.news-package {
	width: 100%;
    margin-top: 40px;
	overflow: hidden;
	position: relative;
}
.common-panel {
	width: 100%;
	position: relative;
	padding-right: 50px;
}
.common-panel.white:after {
	background-color: #fff;
}
.common-panel.white .common-more {
	color: #fff;
}
.common-panel.white .common-more:hover {
	color: #ffc;
}
.common-panel:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #e6e6e6;
	bottom: 0px;
	left: 0;
	z-index: 1;
}
.common-panel .offset {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -15px;
}
.common-more {
	display: inline-block;
	vertical-align: top;
	color: #3d55aa;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	line-height: 30px;
	font-size: 14px;
}
.newscate-more .common-more {
	display: none;
}
.newscate-more .common-more.on {
	display: block;
}
.idxnews-tabbar {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.idxnews-conts {
	width: 100%;
	padding-right: 70px;
	position: relative;
}
.idxnews-tab {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.idxnews-tab ul li {
	width: 100%;
	height: auto;
	line-height: 42px;
	text-align: center;
	position: relative;
}
.idxnews-tab ul li::before {
	content: '';
	position: absolute;
	width: 1px;
	height: 14px;
	background-color: #e6e6e6;
	left: 0;
	top: 50%;
	margin-top: -7px;
}
.idxnews-tab ul li:first-child::before {
	display: none;
}
.idxnews-tab ul li a {
	display: inline-block;
	vertical-align: top;
	width: auto;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	color: #808080;
	font-size: 16px;
	position: relative;
}
.idxnews-tab ul li a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 51%;
	right: 51%;
	height: 3px;
	background-color: #3d55aa;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.idxnews-tab ul li.cur a {
	color: #3d55aa;
	font-weight: bold;
}
.idxnews-tab ul li.cur a:after {
	left: 0;
	right: 0;
}
.idxnewstab-swiper-prev, .idxnewstab-swiper-next {
	display: block;
}
.idxnewstab-swiper-prev {
	right: 40px;
}
.idxnewstab-swiper-next {
	right: 10px;
}
.idxnews-content {
	padding-top: 30px;
	padding-bottom: 30px;
}
.idxnews-module {
	display: none;
}
.idxnews-news {
	width: 100%;
	position: relative;
}
.news-slider {
	width: 450px;
	height: 300px;
	float: left;
	overflow: hidden;
	position: relative;
}
.news-slider .flexslider {
	height: 300px;
	overflow: hidden;
}
.news-slider .flexslider .slides {
	position: relative;
	z-index: 2
}
.news-slider .flexslider .slides li {
	position: relative;
	height: 300px;
}
.news-slider .flexslider .slides li img {
	width: 450px;
	height: 300px;
	display: block;
	background: url("../images/loading.gif") no-repeat center center #fff;
}
.news-slider .flexslider .slides li p {
	font-size: 14px;
	line-height: 3;
	text-indent: 1em;
	letter-spacing: 0.3px;
	color: #fff;
	width: 100%;
	height: 40px;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: left;
	background: rgba(0, 0, 0, 0.6);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	padding-right: 90px;
}
.news-slider .flexslider .flex-control-nav {
	bottom: 25px;
	right: 15px;
	text-align: right;
	z-index: 100;
	position: relative;
}
.news-slider .flexslider .flex-control-nav li {
	margin: 0 3px;
	text-align: left
}
.news-slider .flexslider .flex-control-nav li a {
	background: #aaa;
	background: rgba(255, 255, 255, 0.5);
}
.news-slider .flexslider .flex-control-nav li a.flex-active {
	background: #006db8;
}

.play-offset {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	-o-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	z-index: 22;
}
.play-button {
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 40px;
	background: url("../images/video-player.png") no-repeat scroll center;
	background-size: contain;
	cursor: pointer;
}
.news-list {
	position: relative;
}
.news-list ul {
	margin-left: -15px;
	margin-right: -15px;
}
.news-list ul li {
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}
.news-list ul li a {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 10px 0;
}
.news-list ul li a:after {
	content: '';
	display: block;
	width: 100%;
	position: absolute;
	height: 1px;
	background-color: #dbddbd;
	left: 0;
	bottom: 0;
}
.news-list ul li .image {
	float: right;
	width: 105px;
	overflow: hidden;
	position: relative;
	display: block;
	margin-top: 4px;
}
.news-list ul li .image:after {
	content: '';
	display: block;
	width: 100%;
	padding-bottom: 67.30769%;
}
.news-list ul li .image img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	-o-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	width: 105px;
	height: 70px;
	-webkit-transition: all 0.9s;
	-o-transition: all 0.9s;
	transition: all 0.9s;
}
.news-list ul li .word {
	display: block;
	overflow: hidden;
	width: auto;
	padding-right: 30px;
}
.news-list ul li .title {
	display: block;
	width: 100%;
	display: -webkit-box;
	height: 50px;
	font-size: 16px;
	line-height: 1.7;
	color: #3d3d3d;
	margin-bottom: 10px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.news-list ul li .title:hover {
	color: #3d55aa;
}
.news-list ul li .time {
	color: #999;
	line-height: 20px;
	font-size: 14px;
}
.text-list {
	position: relative;
}
.text-list ul {
	margin-left: -15px;
	margin-right: -15px;
}
.text-list ul li {
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}
.text-list ul li a {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 25px;
    background: url(../images/newsli_ico.png) no-repeat 3px 21px;
}
.text-list ul li a:hover {
	color: #3d55aa;
}
.text-list ul li a:after {
	content: '';
	display: block;
	width: 100%;
	position: absolute;
	height: 1px;
	border-bottom: #dedede dotted 1px;
	left: 0;
	bottom: 0;
}
.text-list ul li a {
	display: block;
	width: 100%;
	display: -webkit-box;
	line-height: 1.6;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #3d3d3d;
	font-size: 15px;
}
.text-list ul li a span {
	float: right;
	color: #999;
	line-height: 20px;
	font-size: 13px;
}

.publish-list {
	width: 100%;
	position: relative;
}
.publish-list ul {
	margin-left: -5px;
	margin-right: -5px;
}
.publish-list ul li {
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
}
.publish-list ul li a {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.publish-list ul li .image {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.publish-list ul li .image:after {
	content: '';
	display: block;
	width: 100%;
	padding-bottom: 116.27907%;
}
.publish-list ul li .image img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	-o-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	width: 100%;
	-webkit-transition: all 0.9s;
	-o-transition: all 0.9s;
	transition: all 0.9s;
}
.publish-list ul li .content {
	height: 50px;
	position: relative;
	-webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.publish-list ul li .trans {
	width: 100%;
	position: absolute;
	-webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
	left: 0;
	bottom: 0;
}
.publish-list ul li .title {
	color: #333;
	font-size: 14px;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1.5;
	font-weight: bold;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.publish-list ul li .info {
	color: #666;
	font-size: 13px;
	line-height: 1.5;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.publish-list ul li .icon {
	width: 27px;
	height: 13px;
	background: url("../images/publisharrpw.png") no-repeat scroll center center;
	background-size: contain;
	-webkit-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	top: 50%;
	margin-top: -6px;
	right: 20px;
}
.reflect-list {
	width: 100%;
    position: relative;
    margin: 60px 0 70px;
}
.reflect-list ul {
	margin-left: -5px;
	margin-right: -5px;
}
.reflect-list ul li {
	padding-left: 5px;
	padding-right: 5px;
	height: auto;
	margin-bottom: 10px;
	position: relative;
}
.reflect-list ul li a {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
	background-color: #fff;
}
.reflect-list ul li .image {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.reflect-list ul li .image:after {
	content: '';
	display: block;
	width: 100%;
	padding-bottom: 64.5%;
}
.reflect-list ul li .image img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	-o-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	width: auto;
	-webkit-transition: all 0.9s;
	-o-transition: all 0.9s;
	transition: all 0.9s;
}
.reflect-list ul li .word {
	text-align: center;
	border: 2px solid #eee;
	border-top-width: 1px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	padding: 15px 10px;
	position: relative;
}
.reflect-list ul li .word::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #3d55aa;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	top: 0px;
	left: 0;
	opacity: 0;
	visibility: hidden;
}
.reflect-list ul li .title {
	display: block;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	color: #262626;
	font-size: 14px;
	line-height: 1.5;
}
.special-package {
	position: relative;
	padding-bottom: 30px;
}
.index-title {
	color: #333;
	font-size: 18px;
	line-height: 1.8;
	font-weight: bold;
	position: relative;
	z-index: 2;
}
.index-title.white {
	color: #fff;
}
.index-title.white span:after {
	background-color: #fff;
}
.index-title span {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 4px 0;
	letter-spacing: 1px;
}
.index-title span:after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #3d55aa;
}
.idxspecial-wrapper {
	padding-top: 20px;
}
.idxspecial-swcont {
	position: relative;
	margin: 0 -10px;
}
.idxspecial-swiper {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 10px;
}
.idxspecial-swiper ul li {
	width: 100%;
	height: auto;
}
.idxspecial-swiper ul li a {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
	background-color: #fff;
	-webkit-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.1);
}
.idxspecial-swiper ul li .image {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.idxspecial-swiper ul li .image:after {
	content: '';
	display: block;
	width: 100%;
	padding-bottom: 54.05405%;
}
.idxspecial-swiper ul li .image img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	-o-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	width: 100%;
	-webkit-transition: all 0.9s;
	-o-transition: all 0.9s;
	transition: all 0.9s;
}
.idxspecial-swiper ul li .title {
	display: block;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #333;
	font-size: 14px;
	line-height: 1.5;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	padding: 15px 10px;
	text-align: center;
}
.idxspecial-pagination {
	position: static;
	padding-top: 10px;
}
.idxspecial-pagination span {
	background-color: #999;
}
.department-package {
	width: 100%;
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-color: #3d55aa;
	background-image: url("../images/departbg.jpg");
	padding-top: 30px;
	padding-bottom: 40px;
}
.department-wrapper {
	padding-top: 30px;
}
.department-swcont {
	position: relative;
}
.department-swiper {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.department-swiper ul li {
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
	background-color: #fff;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	padding: 25px 10px;
	border-radius: 5px;
}
.department-swiper ul li:nth-child(1) {
	background: url(../images/ks_bg1.jpg) no-repeat;
}
.department-swiper ul li:nth-child(2) {
	background: url(../images/ks_bg2.jpg) no-repeat;
}
.department-swiper ul li:nth-child(3) {
	background: url(../images/ks_bg3.jpg) no-repeat;
}
.department-swiper ul li:nth-child(4) {
	background: url(../images/ks_bg4.jpg) no-repeat;
}
.department-swiper ul li .icon {
	width: 100px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	position: relative;
}
.department-swiper ul li .icon:after {
	content: '';
	display: block;
	width: 100%;
	padding-bottom: 100%;
}
.department-swiper ul li .icon img {
	position: absolute;
	width: 100%;
	display: block;
	top: 0;
	left: 0;
}
.department-swiper ul li .title {
	display: block;
	width: 100%;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #3d55aa;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	padding-top: 10px;
}
.department-swiper ul li .more {
	padding-top: 25px;
	text-align: center;
}
.departmore {
	display: inline-block;
	vertical-align: top;
	color: #3d55aa;
	line-height: 1.7;
	font-size: 15px;
	letter-spacing: 0.5px;
	padding: 0 20px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.departmore em {
	font-style: normal;
	margin-right: 10px;
	letter-spacing: 0.5px;
}
.departmore em:last-child {
	margin-right: 0;
}
.departmore em:hover {
	cursor: crosshair;
	color: #ff5d30;
}
.department-pagination {
	position: static;
	padding-top: 20px;
}
.doctor-package {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-top: 30px;
}
.idxdoctor-wrapper {
	padding-top: 30px;
}
.idxdoctor-tabbar {
	padding-bottom: 30px;
}
.idxdoctor-conts {
	width: 100%;
	position: relative;
}
.idxdoctor-tab {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.idxdoctor-tab ul li {
	width: 100%;
	height: auto;
}
.idxdoctor-tab ul li a {
	display: block;
	width: 100%;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background-color: #f6f5f8;
	padding: 5px 15px;
	overflow: hidden;
}
.idxdoctor-tab ul li.cur a {
	background-color: #3d55aa;
}
.idxdoctor-tab ul li.cur .title {
	color: #fff;
}
.idxdoctor-tab ul li.cur .info {
	color: #fff;
	opacity: 0.6;
}
.idxdoctor-tab ul li .image {
	float: right;
	display: block;
	width: 64px;
	overflow: hidden;
	position: relative;
}
.idxdoctor-tab ul li .image:after {
	content: '';
	display: block;
	width: 100%;
	padding-bottom: 113.15789%;
}
.idxdoctor-tab ul li .image img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	-o-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	width: auto;
	height: 100%;
	-webkit-transition: all 0.9s;
	-o-transition: all 0.9s;
	transition: all 0.9s;
}
.idxdoctor-tab ul li .word {
	display: block;
	width: auto;
	overflow: hidden;
	padding-right: 5px;
	padding-top: 8px;
}
.idxdoctor-tab ul li .title {
	display: block;
	line-height: 30px;
	color: #3d55aa;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 18px;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}
.idxdoctor-tab ul li .info {
	display: block;
	line-height: 24px;
	color: #666;
	font-size: 12px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}
.swiper-offset-prev {
	left: -20px;
}
.swiper-offset-next {
	right: -20px;
}
.idxdoctor-swiper-prev, .idxdoctor-swiper-next {
	display: block;
}
.idxdoctor-content {
	width: 100%;
	position: relative;
}
@media (max-width: 768px) {
.idxdoctor-content {
	display: none;
}
.idxdoctor-tabbar {
    padding-bottom: 20px;
}
}
.idxdoctor-swiper {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.idxdoctor-swiper ul li {
	width: 100%;
	height: auto;
	position: relative;
}
.idxdoctor-swiper ul li .conts {
	display: block;
	width: 100%;
	position: relative;
	padding-bottom: 30px;
}
.idxdoctor-swiper ul li .image {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.idxdoctor-swiper ul li .image:after {
	content: '';
	display: block;
	width: 100%;
	padding-bottom: 113.33333%;
}
.idxdoctor-swiper ul li .image img {
	display: block;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}
.idxdoctor-swiper ul li .content {
	padding-top: 5px;
}
.idxdoctor-swiper ul li .name {
	color: #3d55aa;
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 5px;
	letter-spacing: 1px;
}
.idxdoctor-swiper ul li .name a {
	font-family: 'Roboto', 'Simhei', 'Microsoft YaHei', Verdana, Simsun, sans-serif;
	color: #3d55aa;
}
.idxdoctor-swiper ul li .title {
	color: #5a5a5a;
	font-size: 14px;
	line-height: 1.5;
}
.idxdoctor-swiper ul li .title span {
	color: #333;
	letter-spacing: 0.5px;
	line-height: 1.8;
}
.idxdoctor-swiper ul li .textcon {
	padding-top: 15px;
	padding-bottom: 10px;
}
.idxdoctor-swiper ul li .text {
	display: block;
	width: 100%;
	display: -webkit-box;
	height: 80px;
	line-height: 2;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	color: #666;
	font-size: 15px;
	letter-spacing: 0.3px;
}
.idxdoctor-swiper ul li .moreto {
	padding-bottom: 10px;
    text-align: right;
}
.mlearn-detail {
	display: inline-block;
	vertical-align: top;
	position: relative;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	color: #ff5d30;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0.5px;
}
.hundle-button {
	display: inline-block;
	vertical-align: top;
	border: none;
	outline: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background-color: #ff5d30;
	line-height: 40px;
	height: 40px;
	color: #fff;
	position: relative;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	padding: 0 20px;
}
.hundle-button:hover {
	color: #fff;
}
.hundle-button::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 22px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin-top: -2px;
	margin-right: 4px;
}
.hundle-button.yuyue-button::before {
	background-image: url("../images/doctor-info.png");
}
.hundle-button.chaxun-button::before {
	background-image: url("../images/doctor-look.png");
}
.idxdoctor-offset {
	padding-bottom: 30px;
}
.query-module {
	width: 100%;
	position: relative;
	background-color: #f6f5f8;
	overflow: hidden;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.query-module .query-header {
	width: 100%;
	background: url("../images/doctor-title.png") no-repeat scroll center center;
	background-size: cover;
	color: #fff;
	line-height: 1.5;
	font-size: 18px;
	position: relative;
	padding: 10px 15px;
	-webkit-border-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.query-module .query-header:after {
	content: '';
	position: absolute;
	width: 20px;
	height: 14px;
	top: 50%;
	margin-top: -7px;
	right: 15px;
	background: url("../images/doctor-arrow.png") no-repeat scroll center center;
	background-size: contain;
}
.query-module a .query-header {
	color: #fff;
}
.query-module .query-section {
	padding: 0;
}
.query-module .query-section .box{
	width: 100%;
}
.query-module .query-section .box ul {
	overflow: hidden;
}
.query-module .query-section .box li {
	float: left;
    width: 33.3333%;
    height: 102px;
	text-align: center;
	padding-top: 22px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.query-module .query-section .box li:nth-child(3n) {
    border-right: none;
}
.query-module .query-section .box li:nth-last-child(1), 
.query-module .query-section .box li:nth-last-child(2),  
.query-module .query-section .box li:nth-last-child(3) {
	border-bottom: none;
}
.query-module .query-section .box li img {
	width: 30px;
}
.query-module .query-section .box li img.svicon {
	width: 40px;
}
.query-module .query-section .box li span {
	color: #777;
    font-size: 15px;
    letter-spacing: 1px;
    display: block;
    padding-top: 7px;
    margin: 0 auto;
    line-height: 1.3;
}
.query-module .query-section .box li span.name {
	color: #777;
    font-size: 16px;
    letter-spacing: 2px;
    display: block;
    padding-top: 8px;
    width: 36px;
    margin: 0 auto;
    line-height: 1.3;
}
.query-module .query-section .box li a:hover span {
	color: #3d55aa;
}
.query-module .query-section .box li.docsv{
	padding-top: 30px;
    height: 154px;
}
.query-module .query-list {
	width: 100%;
	position: relative;
}
.query-module .query-list li {
	margin-bottom: 10px;
}
.query-module .query-control {
	width: 100%;
	position: relative;
}
.query-module .query-control .control {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #fff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 0 15px;
	background-repeat: no-repeat;
	background-position: center right 15px;
	background-image: url("../images/doctor-drop.png");
}
.query-module .query-base {
	padding-top: 10px;
}
.handy-package {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-bottom: 30px;
}
.idxhandy-wrapper {
	padding-top: 40px;
}
.idxhandy-contain {
	width: 100%;
	position: relative;
}
.idxhandy-section {
	padding-top: 30px;
}
.idxhandy-tab {
	width: 100%;
	text-align: center;
	white-space: nowrap;
	overflow-x: auto;
	padding-bottom: 2px;
}
 .idxhandy-tab::-webkit-scrollbar-track {
	background-color: rgba(0, 0, 0, 0.5);
}
 .idxhandy-tab::-webkit-scrollbar {
	width: 2px;
	height: 2px;
}
 .idxhandy-tab::-webkit-scrollbar-thumb {
	background-color: #3d55aa;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.idxhandy-tab ul {
	font-size: 0;
}
.idxhandy-tab ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}
.idxhandy-tab ul li a {
	display: block;
	color: #888888;
	font-size: 16px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	line-height: 36px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	border: 1px solid #dbdbdb;
	padding: 0 30px;
}
.idxhandy-tab ul li.cur a {
	color: #fff;
	background-color: #3d55aa;
	border-color: #3d55aa;
}
.idxhandy-module {
	display: none;
}
.idxhandy-list {
	width: 100%;
	position: relative;
}
.idxhandy-list ul li {
	margin-bottom: 20px;
	text-align: center;
}
.idxhandy-list ul li a {
	display: block;
	width: 100%;
	position: relative;
}
.idxhandy-list ul li .image {
	background-color: #f6f5f8;
	width: 100%;
	max-width: 120px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	display: block;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.idxhandy-list ul li .image:after {
	content: '';
	display: block;
	width: 100%;
	padding-bottom: 100%;
}
.idxhandy-list ul li .image img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	-o-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	width: auto;
	height: auto;
	-webkit-transition: all 0.9s;
	-o-transition: all 0.9s;
	transition: all 0.9s;
	max-width: 55.55556%;
}
.idxhandy-list ul li .word {
	padding-top: 15px;
}
.idxhandy-list ul li .title {
	display: block;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 4px;
}
.idxhandy-list ul li .info {
	color: #999;
	font-size: 13px;
	display: block;
	display: -webkit-box;
	height: 72px;
	line-height: 24px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.unique-package {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-bottom: 45px;
}
.unique-wrapper {
	padding-top: 30px;
}
.unique-module {
	width: 100%;
	position: relative;
}
.unique-module ul li {
	padding-left: 0;
	padding-right: 0;
}
.unique-module ul li a {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.unique-module ul li .image {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.unique-module ul li .image:after {
	content: '';
	display: block;
	width: 100%;
	padding-bottom: 88.3871%;
}
.unique-module ul li .image img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	-o-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	width: auto;
	height: 100%;
	-webkit-transition: all 0.9s;
	-o-transition: all 0.9s;
	transition: all 0.9s;
}
.unique-module ul li .word {
	position: absolute;
	z-index: 22;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 29.03226%;
	padding-left: 5px;
	padding-right: 5px;
}
.unique-module ul li .title {
	width: 100%;
	position: relative;
	padding-bottom: 10px;
	color: #fff;
	font-size: 14px;
	margin-bottom: 10px;
}
.unique-module ul li .title:after {
	content: '';
	position: absolute;
	width: 38px;
	height: 1px;
	background-color: #fff;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.unique-module ul li .more {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-size: 12px;
	line-height: 1.71429;
}
.multiple-package {
	width: 100%;
	position: relative;
	background-color: #5d6fc0;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-image: url("../images/fvideobannerbg.jpg");
}
.multiple-module {
	width: 100%;
	position: relative;
}
.multiple-aside {
	position: relative;
	padding-left: 110px;
}
.multiple-section {
	padding-top: 10px;
	padding-bottom: 30px;
}
.multiple-tab {
	width: 110px;
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px 0;
}
.multiple-tab ul li {
	width: 100%;
	position: relative;
	line-height: 32px;
    background: #3d55aa;
	border-radius: 4px;
	padding-left: 35px;
}
.multiple-tab ul li a {
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
	color: #ece9e9;
	line-height: 1;
	font-size: 14px;
	max-width: 100%;
	width: auto;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-right: 24px;
	position: relative;
}
.multiple-tab ul li a:after {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	background: url("../images/fviicon.png") no-repeat scroll center;
	background-size: contain;
	position: absolute;
	right: 3px;
	top: 50%;
	margin-top: -7px;
	opacity: 0;
	visibility: hidden;
}
.multiple-tab ul li.cur a {
	font-size: 16px;
	color: #fff;
}
.multiple-tab ul li.cur a:after {
	opacity: 1;
	visibility: visible;
}
.multiple-show {
	width: 100%;
	overflow: hidden;
	position: relative;
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	transform: translateY(-20px);
}
.multiple-show ul li {
	width: 100%;
	height: auto;
	position: relative;
}
.multiple-show ul li .conts {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.multiple-show ul li .image {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.multiple-show ul li .image:after {
	content: '';
	display: block;
	width: 100%;
	padding-bottom: 55.55556%;
}
.multiple-show ul li .image img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-box-shadow:2px 2px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:2px 2px 5px rgba(0, 0, 0, 0.3);
	box-shadow:2px 2px 5px rgba(0, 0, 0, 0.3);
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	-o-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	width: 100%;
	-webkit-transition: all 0.9s;
	-o-transition: all 0.9s;
	transition: all 0.9s;
}
.multiple-title {
	color: #fff;
	line-height: 1.5;
	font-size: 18px;
	margin-bottom: 15px;
}
.multiple-list {
	width: 100%;
	position: relative;
}
.multiple-list ul li {
	width: 100%;
	position: relative;
	line-height: 24px;
	margin-bottom: 10px;
}
.multiple-list ul li a {
	display: block;
	width: 100%;
	position: relative;
	padding-right: 70px;
	color: #dee2f3;
}
.multiple-list ul li .txt {
	display: block;
	width: 100%;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 15px;
}
.multiple-list ul li .time {
	position: absolute;
	top: 0;
	right: 0;
	width: 70px;
	font-size: 13px;
}

.inside-mtitle {
	text-align: center;
	color: #333;
	font-size: 20px;
	line-height: 1.5;
}
.inbot {
	padding-bottom: 60px;
}
@media (max-width: 640px) {
.idxnews-content {
    padding-top: 15px;
    padding-bottom: 20px;
}
.news-slider {
	width: 100%;
	height: 230px;
	margin-bottom: 10px;
}
.news-slider .flexslider {
	height: 230px;
}
.news-slider .flexslider .slides li {
	height: 230px;
}
.news-slider .flexslider .slides li img {
	width: 100%;
	height: 230px;
}
.flex-direction-nav {
	display: none;
}
.department-swiper ul li {
    padding: 20px 0;
}
.inbot {
	margin-bottom: 20px;
    padding-bottom: 0;
}
.news-package {
	margin-top: 5px;
}
}
.invite-wrapper {
	padding-top: 12px;
}
.invite-module {
	width: 100%;
	position: relative;
}
.invite-module ul li {
	position: relative;
    background: url(../images/li.gif) no-repeat 0 32px;
    padding-left: 20px;
}
.invite-module ul li:after {
	content: '';
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	background-color: #e5e5e5;
}
.invite-module ul li a {
	display: block;
	width: 100%;
	position: relative;
	padding: 22px 0 20px;
}
.invite-module ul li .title {
	display: block;
	font-size: 18px;
	line-height: 1.5;
	color: #333;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.invite-module ul li a:hover .title {
	color: #3d55aa;
}
.invite-module ul li .info {
	display: block;
	display: -webkit-box;
	height: 40px;
	line-height: 20px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #808080;
	font-size: 16px;
	margin-bottom: 10px;
}
.invite-module ul li .time {
    float: right;
	color: #999;
	font-size: 14px;
	line-height: 1.9;
}
.subtop {
	padding-top: 30px;
}

.professor-module {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-top: 30px;
}
.professor-title {
	width: 100%;
	position: relative;
	color: #4c4c4c;
	font-weight: bold;
	line-height: 1.5;
	font-size: 18px;
}
.professor-title span {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-bottom: 10px;
	z-index: 2;
}
.professor-title span::after {
	content: '';
	position: absolute;
	width: 100%;
	left: 0;
	height: 2px;
	background-color: #eb8323;
	bottom: 0;
}
.professor-title::after {
	content: '';
	position: absolute;
	width: 100%;
	left: 0;
	height: 2px;
	background-color: #e6e6e6;
	bottom: 0;
	z-index: 1;
}
.professor-wrapper {
	padding-top: 20px;
}
.professor-swcont {
	position: relative;
}
.professor-swiper {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 20px 0;
}
.professor-swiper ul li {
	width: 100%;
	height: auto;
}
.professor-swiper ul li a {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
	border: 1px solid #e5e5e5;
	padding: 15px;
}
.professor-swiper ul li .panel {
	display: block;
	width: 100%;
	position: relative;
	z-index: 2;
	overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 16px;
}
.professor-swiper ul li .panel::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #e5e5e5;
	left: 0;
	bottom: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.professor-swiper ul li .author {
	float: left;
	width: 65px;
	overflow: hidden;
	position: relative;
}
.professor-swiper ul li .author:after {
	content: '';
	display: block;
	width: 100%;
	padding-bottom: 135.29412%;
}
.professor-swiper ul li .author img {
	position: absolute;
	width: 100%;
	display: block;
	top: 0;
	left: 0;
}
.professor-swiper ul li .overs {
	display: block;
	width: auto;
	overflow: hidden;
	padding-left: 15px;
	padding-top: 8px;
}
.professor-swiper ul li .name {
	display: block;
	width: 100%;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1.5;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 16px;
	font-weight: bold;
	color: #3d55aa;
	margin-bottom: 4px;
}
.professor-swiper ul li .item {
	display: block;
	position: relative;
	line-height: 26px;
	color: #333;
	font-size: 15px;
	padding-left: 1px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}
.professor-swiper ul li .item .tips {
	color: #666;
}
.professor-swiper ul li .text {
	display: block;
	width: 100%;
	height: 80px;
	color: #666;
	font-size: 15px;
	line-height: 1.8;
	position: relative;
	display: -webkit-box;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 2;
}
.professor-swiper ul li .text .mark {
	padding-right: 5px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	color: #4c4c4c;
}
.professor-pagination {
	position: static;
	padding-bottom: 20px;
}
.professor-pagination span {
	background-color: #999;
}

.medium-wrapper {
	padding-top: 10px;
}
.medium-module {
	width: 100%;
	position: relative;
}
.medium-module ul li {
	position: relative;
	border-bottom: 1px solid #e5e5e5;
}
.medium-module ul li .conts {
	display: block;
	width: 100%;
	position: relative;
	padding: 25px 0;
}
.medium-module ul li .thumb {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.medium-module ul li .thumb:after {
	content: '';
	display: block;
	width: 100%;
	padding-bottom: 62.71186%;
}
.medium-module ul li .thumb img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	-o-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	width: 100%;
	-webkit-transition: all 0.9s;
	-o-transition: all 0.9s;
	transition: all 0.9s;
}
.medium-module ul li .mask {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background-color: rgba(82, 97, 185, 0.3);
}
.medium-module ul li .play {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 6;
}
.medium-module ul li .word {
	display: block;
	width: 100%;
	padding-top: 10px;
}
.medium-module ul li .title {
	display: block;
	width: 100%;
	display: -webkit-box;
	height: 52px;
	line-height: 26px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #4d4d4d;
	font-size: 16px;
	margin-bottom: 5px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.medium-module ul li .text {
	display: block;
	width: 100%;
	display: -webkit-box;
	height: 40px;
	line-height: 20px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #808080;
	font-size: 14px;
}
.medium-module ul li .time {
	padding-top: 10px;
	color: #666;
	font-size: 14px;
	line-height: 1.5;
}
.medium-paly {
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 40px;
	background: url("../images/playbtns.png") no-repeat scroll center center;
	background-size: contain;
	cursor: pointer;
}

.academy-module {
	width: 100%;
	position: relative;
}
.academy-module ul {
	margin-left: -5px;
	margin-right: -5px;
}
.academy-module ul li {
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 20px;
}
.academy-module ul li a {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.academy-module ul li .image {
	display: block;
	width: 100%;
	height: 465px;
	overflow: hidden;
	position: relative;
	border: 1px solid #ddd;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
.academy-module ul li .image:after {
	content: '';
	display: block;
	width: 100%;
	padding-bottom: 116.27907%;
}
.academy-module ul li .image img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	-o-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	width: 100%;
	-webkit-transition: all 0.9s;
	-o-transition: all 0.9s;
	transition: all 0.9s;
}
.academy-module ul li .cover {
	display: block;
	width: 100%;
	height: 384px;
	overflow: hidden;
	position: relative;
	border: 1px solid #ddd;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
.academy-module ul li .cover:after {
	content: '';
	display: block;
	width: 100%;
	padding-bottom: 116.27907%;
}
.academy-module ul li .cover img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	-o-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	width: 100%;
	-webkit-transition: all 0.9s;
	-o-transition: all 0.9s;
	transition: all 0.9s;
}
.academy-module ul li .content {
	height: 50px;
	position: relative;
	-webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.academy-module ul li .trans {
	width: 100%;
	position: absolute;
	-webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
	left: 0;
	bottom: 0;
}
.academy-module ul li .trans:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 3px;
	background-color: #31bfd1;
	width: 0;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.academy-module ul li .title {
	color: #333;
	font-size: 14px;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1.5;
	font-weight: bold;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.academy-module ul li .info {
	color: #666;
	font-size: 12px;
	line-height: 1.5;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.academy-module ul li .icon {
	width: 27px;
	height: 13px;
	background: url("../images/publisharrpw.png") no-repeat scroll center center;
	background-size: contain;
	-webkit-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	top: 50%;
	margin-top: -6px;
	right: 25px;
}

.profound-pullpage {
	position: relative;
	overflow: hidden;
}
.profound-pullpage .publicContainer {
	position: relative;
	z-index: 2;
}
.lightss-panel {
	background-color: #fff;
	padding: 15px;
}
.lightss-panel .image {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.lightss-panel .image:after {
	content: '';
	display: block;
	width: 100%;
	padding-bottom: 64.5%;
}
.lightss-panel .image img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	-o-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	width: auto;
	height: 100%;
	-webkit-transition: all 0.9s;
	-o-transition: all 0.9s;
	transition: all 0.9s;
}
.lightss-panel .word {
	padding-top: 30px;
	padding-bottom: 10px;
}
.lightss-panel .title {
	color: #262626;
	font-size: 16px;
	line-height: 1.5;
}
.physician-contain {
	width: 100%;
	position: relative;
    margin-top: -40px;
    padding: 50px;
	background: #fff;
    border: 1px solid #ddd;
    box-shadow: 6px 6px 0px rgba(0,0,0,.03);
}
.physician-panel {
	width: 100%;
	position: relative;
}
/* .physician-panel:after {
	content: '';
	display: block;
	width: 100%;
	position: absolute;
	height: 1px;
	left: 0;
	bottom: 0;
	background-color: #efefef;
} */
.physician-panel.notop {
	padding-top: 0;
}
.physician-panel.nobot {
	padding-bottom: 0;
}
.physician-panel.nobot:after {
	display: none;
}
.physician-conts {
	padding-top: 15px;
}
.physician-invitate {
	width: 100%;
	overflow: hidden;
	position: relative;
    background: #f6f6f6;
}
.physician-invitate:hover {
    background-image: -webkit-linear-gradient(45deg, #5463bb 20%, #7384e8 80%);
	background-image: -o-linear-gradient(45deg, #5463bb 20%, #7384e8 80%);
	background-image: linear-gradient(45deg, #5463bb 20%, #7384e8 80%);
	background-color: #3d55aa;
}
.invitate-cart {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-bottom: 20px;
}
.invitate-cart .author {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.invitate-cart .author:after {
	content: '';
	display: block;
	width: 100%;
	padding-bottom: 120%;
}
.invitate-cart .author img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.invitate-cart .content {
	padding-top: 10px;
}
.invitate-cart .title {
	display: block;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #3d55aa;
	line-height: 1.5;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.physician-invitate:hover .invitate-cart .title, 
.physician-invitate:hover .invitate-cart .info {
	color: #fff;
}
.invitate-cart .info {
	color: #999;
	font-size: 14px;
	line-height: 1.5;
}
.invitate-cart .info p {
	margin-bottom: 5px;
}
.invitate-erweima {
	position: relative;
	overflow: hidden;
	width: 110px;
}
.invitate-erweima .image {
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
}
.invitate-erweima .image:after {
	content: '';
	display: block;
	width: 100%;
	padding-bottom: 100%;
}
.invitate-erweima .image img {
	position: absolute;
	width: 100%;
	display: block;
	top: 0;
	left: 0;
}
.invitate-erweima .title {
	display: block;
	text-align: center;
	line-height: 1.5;
	color: #333;
	font-size: 14px;
	line-height: 1.5;
	padding-top: 5px;
}
.aside-title {
	display: block;
	line-height: 1.5;
	color: #333;
	font-size: 16px;
	position: relative;
	padding-left: 12px;
}
.aside-title::before {
	content: '';
	position: absolute;
	width: 2px;
	height: 18px;
	background-color: #eb8323;
	left: 0;
	top: 50%;
	margin-top: -9px;
}
.expland-scrollbar {
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
}
 .expland-scrollbar::-webkit-scrollbar-track-piece {
	background-color: #bbb;
}
 .expland-scrollbar::-webkit-scrollbar {
	width: 4px;
	height: 2px;
}
 .expland-scrollbar::-webkit-scrollbar-thumb {
	background-color: #535353;
	background-clip: padding-box;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
 .expland-scrollbar::-webkit-scrollbar-thumb:hover {
background-color: #bbb;
}
.physician-table {
	width: 100%;
	min-width: 940px;
}
.physician-table table {
	width: 100%;
	table-layout: fixed;
}
.physician-table table thead {
	background-color: #3d55aa;
	background-image: -webkit-linear-gradient(45deg, #3d55aa 20%, #7586eb 80%);
	background-image: -o-linear-gradient(45deg, #3d55aa 20%, #7586eb 80%);
	background-image: linear-gradient(45deg, #3d55aa 20%, #7586eb 80%);
}
.physician-table table tr th {
	width: 11.11111%;
	text-align: center;
	border-left: 1px solid #fff;
	color: #fff;
	line-height: 22px;
	padding: 13px 0;
	font-size: 14px;
}
.physician-table table tr th:first-child {
	border-color: #3d55aa;
}
.physician-table table tr th:last-child {
	border-right: 1px solid #7586eb;
}
.physician-table table tr td {
	border: 1px solid #e6e6e6;
	text-align: center;
	padding: 25px 0;
	font-size: 14px;
	color: #4c4c4c;
}
.physician-table table tr td img {
	display: inline-block;
	vertical-align: middle;
	width: 32px !important;
}
.physician-text, .physician-text p, .physician-text p span {
	color: #666;
	font-size: 14px;
	line-height: 1.8 !important;
	font-family: 'Roboto', 'Hiragino Sans GB', 'Microsoft YaHei', Verdana, Simsun, sans-serif !important;
}

.physician-team {
	width: 100%;
	position: relative;
}
.physician-team ul {
	margin-left: -5px;
	margin-right: -5px;
}
.physician-team ul li {
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 15px;
}
.physician-team ul li a {
	display: block;
	width: 100%;
	position: relative;
}
.physician-team ul li .image {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.physician-team ul li .image:after {
	content: '';
	display: block;
	width: 100%;
	padding-bottom: 116.27907%;
}
.physician-team ul li .image img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	-o-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	width: 100%;
	-webkit-transition: all 0.9s;
	-o-transition: all 0.9s;
	transition: all 0.9s;
}
.physician-team ul li .content {
	height: 50px;
	position: relative;
	-webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.physician-team ul li .trans {
	width: 100%;
	position: absolute;
	-webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
	left: 0;
	bottom: 0;
	padding-bottom: 5px;
}
.physician-team ul li .trans:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 3px;
	background-color: #31bfd1;
	width: 0;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.physician-team ul li .title {
	color: #333;
	font-size: 14px;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1.25;
	font-weight: bold;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.physician-team ul li .info {
	color: #666;
	font-size: 12px;
	line-height: 1.5;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.physician-team ul li .icon {
	width: 27px;
	height: 13px;
	background: url("../images/publisharrpw.png") no-repeat scroll center center;
	background-size: contain;
	-webkit-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	top: 50%;
	margin-top: -6px;
	right: 25px;
}
.physician-sups {
	padding-top: 5px;
}
.physician-item {
	padding-bottom: 20px;
}
.publicCtrl-wrapper {
	padding-top: 10px;
	position: relative;
	z-index: 22;
}
.traffic-module {
	display: none;
}
.traffic-module:first-child {
	display: block;
}
.traffic-mapmode {
	width: 100%;
	position: relative;
	background-color: #fff;
	-webkit-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.1);
}
.traffic-map {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.traffic-map:after {
	content: '';
	display: block;
	width: 100%;
	padding-bottom: 50%;
}
.baiduMap {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.baiduMap .infoBox {
	opacity: 1;
	background: url("../images/infoBox.png") no-repeat center top;
	background-size: auto auto;
	width: 137px;
	height: 48px;
	color: #333;
	text-align: center;
	line-height: 44px;
	font-size: 14px;
}
.baiduMap .infoBox > img {
	display: none;
}
.traffic-scan {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 20px;
}
.traffic-scan .scan {
	float: left;
	width: 130px;
	overflow: hidden;
	position: relative;
    margin-right: 15px;
}
.traffic-scan .scan img {
	display: block;
	width: 100%;
}
.traffic-scan .overs {
	display: block;
	width: auto;
	overflow: hidden;
	padding-top: 10px;
	padding-left: 15px;
}
.traffic-scan .title {
	display: block;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #333;
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 10px;
}
.traffic-scan .info {
	color: #666;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 0.5px;
}
.traffic-switch {
	width: 100%;
	position: relative;
}
.traffic-switch ul li {
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}
.traffic-switch ul li.cur .panel {
	background-color: #3d55aa;
	color: #fff;
}
.traffic-switch ul li.cur .croset {
	border-top-color: #fff;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
	margin-top: -12px;
}
.traffic-switch ul li.cur .count {
	color: #eb8323;
}
.traffic-switch ul li .panel {
	width: 100%;
	position: relative;
	background-color: #fff;
	overflow: hidden;
	-webkit-box-shadow: 0 2px 15px -5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 15px -5px rgba(0, 0, 0, 0.2);
	padding: 8px 15px;
	color: #666;
	font-size: 14px;
	line-height: 1.5;
}
.traffic-switch ul li .panel::before {
	content: '';
	position: absolute;
	width: 2px;
	height: 30px;
	background-color: #eb8323;
	left: 0;
	top: 50%;
	margin-top: -15px;
}
.traffic-switch ul li .croset {
	position: absolute;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top-color: #31bfd1;
	top: 50%;
	right: 15px;
	margin-top: -4px;
}
.traffic-switch ul li .count {
	display: inline-block;
	vertical-align: middle;
	font-family: 'Montserrat-Bold';
	font-size: 20px;
	font-weight: bold;
	color: #3d55aa;
	padding-right: 4px;
}
.traffic-switch ul li .develop {
	padding-top: 20px;
	display: none;
}
.traffic-switch ul li .develop img {
	width: 100% !important;
	min-width: 920px;
}

@media (min-width: 768px) {
.multiple-aside {
	padding-left: 210px;
}
.multiple-tab {
	width: 200px;
}

/* .physician-invitate:after {
	content: '';
	display: block;
	width: 1px;
	position: absolute;
	height: 100%;
	left: 60.48387%;
	bottom: 0;
	background-color: #efefef;
} */
.physician-invitate .invitate-cart {
	float: left;
	width: 60%;
	padding-right: 20px;
}
.physician-invitate .invitate-aside {
	float: left;
	width: 40%;
	text-align: right;
	padding-top: 50px;
}
.physician-invitate .invitate-aside .title {
	padding: 60px 80px 60px 0;
	color: #eee;
	font-size: 42px;
	font-weight: bold;
	letter-spacing: 3px;
	font-style: italic;
	text-align: right;
}
.physician-invitate:hover .invitate-aside .title {
	color: rgba(192, 205, 250, 0.2);
}
.invitate-cart {
	padding-bottom: 0px;
}
.invitate-cart .author {
	float: left;
	width: 200px;
}
.invitate-cart .content {
	padding-top: 35px;
	padding-left: 35px;
	display: block;
	width: auto;
	overflow: hidden;
}
.invitate-erweima {
	display: inline-block;
	vertical-align: top;
}

.traffic-switch ul li .panel::before {
	width: 3px;
}
.traffic-switch ul li .switch {
	display: inline-block;
	vertical-align: middle;
	line-height: 24px;
	padding-right: 20px;
}
.traffic-switch ul li .route {
	line-height: 48px;
}
.traffic-switch ul li .count {
	padding-right: 10px;
}
.news-list ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 300px;
	flex-direction: column;
}
}
 @media (min-width: 1024px) {
.quickly-package {
	padding-top: 10px;
	padding-bottom: 50px;
	position: relative;
	z-index: 34;
	overflow: inherit;
}
.nvcommonweb {
	padding-left: 40px;
	padding-right: 40px;
}
.quickly-extand {
	margin: 0;
}
.quickly-module {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 1px 2px rgba(225, 225, 225, 0.8);
	box-shadow: 0 0 1px 2px rgba(225, 225, 225, 0.8);
}
.quickly-module ul {
	text-align: center;
	font-size: 0;
}
.quickly-module ul li {
	margin-bottom: 0;
	padding-bottom: 10px;
	position: relative;
	float: none;
	display: inline-block;
	vertical-align: top;
}
.quickly-module ul li:hover .quickly-popup {
	opacity: 1;
	visibility: visible;
}
.quickly-module ul li::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 50px;
	background-color: #ebebeb;
	right: 0;
	top: 8px;
}
.quickly-module ul li:last-child:after {
	display: none;
}
.quickly-module ul li .title {
	padding-top: 6px;
}
.quickly-popup {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 190px;
	height: auto;
	background-color: transparent;
	display: block;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	border: 2px solid #31bfd1;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
	-webkit-box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.1);
}
.quickly-popup:after {
	content: '';
	position: absolute;
	width: 18px;
	height: 18px;
	background-color: #fff;
	-webkit-transform: rotate(-45deg) scale(0.94);
	-ms-transform: rotate(-45deg) scale(0.94);
	-o-transform: rotate(-45deg) scale(0.94);
	transform: rotate(-45deg) scale(0.94);
	top: -9px;
	left: 50%;
	margin-left: -9px;
	z-index: 3;
}
.quickly-popup::before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: #31bfd1;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: -10px;
	left: 50%;
	margin-left: -10px;
	z-index: 1;
}
.quickly-popup .close {
	display: none;
}
.quickly-flex {
	display: block;
	position: relative;
	z-index: 2;
}
.quickly-mode {
	width: 100%;
}
.common-more:hover {
	color: #4d56b9 !important;
}
.idxnews-tab ul li {
	line-height: 50px;
}
.idxnews-tab ul li:hover a {
	color: #3d55aa;
	font-weight: bold;
}
.idxnews-tab ul li:hover a:after {
	left: 0;
	right: 0;
}
.idxnewstab-swiper-prev, .idxnewstab-swiper-next {
	display: none;
}
.idxnewstab-swiper-prev {
	right: 50px;
}
.idxnewstab-swiper-next {
	right: 20px;
}
.idxnews-content {
	padding-top: 35px;
	padding-bottom: 45px;
}
.idxnews-news {
	overflow: hidden;
}
.idxnews-news .news-alone {
	float: left;
	width: 420px;
}
.idxnews-news .news-section {
	width: auto;
}
.play-button {
	width: 60px;
	height: 60px;
}
.news-alone .conts:hover .image img {
	-webkit-transform: translate(-50%, -50%) scale(1.05);
	-ms-transform: translate(-50%, -50%) scale(1.05);
	-o-transform: translate(-50%, -50%) scale(1.05);
	transform: translate(-50%, -50%) scale(1.05);
}
.news-alone .word {
	padding: 8px 10px;
}
.news-alone .time {
	right: 20px;
	bottom: 7px;
}
.news-list {
	position: relative;
}
.news-list ul {
	margin-left: 0;
	margin-right: 0;
}
.news-list ul li:nth-child(1)::after, 
.news-list ul li:nth-child(2)::after, 
.news-list ul li:nth-child(3)::after {
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	width: 1px;
	border-bottom: #ddd dashed 1px;
	right: 0;
	top: 0;
}
.news-list ul li:nth-child(3) a::after, 
.news-list ul li:nth-child(6) a::after {
	display: none;
}
.news-list ul li a:hover .image img {
	-webkit-transform: translate(-50%, -50%) scale(1.05);
	-ms-transform: translate(-50%, -50%) scale(1.05);
	-o-transform: translate(-50%, -50%) scale(1.05);
	transform: translate(-50%, -50%) scale(1.05);
}
.news-list ul li .word {
	padding-right: 20px;
}

.text-list {
	position: relative;
}
.text-list ul {
	margin-left: 0;
	margin-right: 0;
}
.text-list ul li {
	line-height: 59px;
}
.text-list ul li a {
	display: block;
	font-size: 16px;
	padding-top: 13px;
    padding-bottom: 12px;
}
.text-list ul li a span {
	float: right;
	color: #999;
	font-size: 14px;
    line-height: 1.8;
}
.publish-list ul {
	margin-left: -10px;
	margin-right: -10px;
}
.publish-list ul li {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
}
.publish-list ul li a:hover .image img {
	-webkit-transform: translate(-50%, -50%) scale(1.05);
	-ms-transform: translate(-50%, -50%) scale(1.05);
	-o-transform: translate(-50%, -50%) scale(1.05);
	transform: translate(-50%, -50%) scale(1.05);
}
.publish-list ul li a:hover .content {
	margin-left: 15px;
	margin-right: 15px;
}
.publish-list ul li a:hover .trans {
	background-image: -webkit-linear-gradient(45deg, #5463bb 20%, #7384e8 80%);
	background-image: -o-linear-gradient(45deg, #5463bb 20%, #7384e8 80%);
	background-image: linear-gradient(45deg, #5463bb 20%, #7384e8 80%);
	background-color: #3d55aa;
	padding: 10px 20px;
}
.publish-list ul li a:hover .title {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 5px;
}
.publish-list ul li a:hover .info {
	color: #fff;
	font-size: 14px;
}
.publish-list ul li a:hover .icon {
	opacity: 1;
	visibility: visible;
}
.reflect-list ul {
	margin-left: -10px;
	margin-right: -10px;
}
.reflect-list ul li {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
}
.reflect-list ul li a:hover .image img {
	-webkit-transform: translate(-50%, -50%) scale(1.05);
	-ms-transform: translate(-50%, -50%) scale(1.05);
	-o-transform: translate(-50%, -50%) scale(1.05);
	transform: translate(-50%, -50%) scale(1.05);
}
.reflect-list ul li a:hover .word {
	border-color: #3d55aa;
}
.reflect-list ul li a:hover .word::before {
	opacity: 1;
	visibility: visible;
}
.special-package {
	padding-bottom: 80px;
}
.index-title {
	font-size: 24px;
	font-weight: normal;
}
.index-title span:after {
	height: 4px;
}
.idxspecial-swcont {
	margin: 0 -20px;
}
.idxspecial-swiper {
	padding: 20px;
}
.idxspecial-swiper ul li a {
	-webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1);
}
.idxspecial-swiper ul li a:hover .image img {
	-webkit-transform: translate(-50%, -50%) scale(1.05);
	-ms-transform: translate(-50%, -50%) scale(1.05);
	-o-transform: translate(-50%, -50%) scale(1.05);
	transform: translate(-50%, -50%) scale(1.05);
}
.swiper-offset-prev {
	left: -15px;
}
.swiper-offset-next {
	right: -15px;
}
.department-package {
	padding-top: 56px;
	padding-bottom: 65px;
}
.department-swcont {
	margin: 0 -20px;
}
.department-swiper {
	padding: 20px;
}
.department-swiper ul li {
	-webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1);
}
.department-swiper ul li:hover {
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
}
.department-swiper ul li a:hover .departmore {
	color: #4d56b9;
}
.department-swiper ul li .title {
	font-size: 18px;
}
.department-swiper-prev:after, .department-swiper-next:after {
	border-color: #fff;
}
.doctor-package {
	padding-top: 50px;
}
.idxdoctor-wrapper {
	padding-top: 40px;
}
.idxdoctor-tabbar {
	padding-bottom: 40px;
}
.idxdoctor-tab ul li:hover a {
	background-color: #3d55aa;
}
.idxdoctor-tab ul li:hover .title {
	color: #fff;
}
.idxdoctor-tab ul li:hover .info {
	color: #fff;
	opacity: 0.6;
}
.idxdoctor-swiper-prev, .idxdoctor-swiper-next {
	display: none;
}
.idxdoctor-swiper-prev {
	left: -30px;
}
.idxdoctor-swiper-next {
	right: -30px;
}
.idxdoctor-swiper ul li {
	padding-right: 28.22581%;
}
.idxdoctor-swiper ul li .conts {
	padding-bottom: 50px;
}
.idxdoctor-swiper ul li .image {
	float: left;
	width: 36%;
	-webkit-box-shadow: 15px 20px 45px -35px rgba(0, 0, 0, 0.2);
	box-shadow: 15px 20px 45px -35px rgba(0, 0, 0, 0.2);
}
.idxdoctor-swiper ul li .content {
	padding-left: 3.37079%;
	display: block;
	width: auto;
	overflow: hidden;
}
.idxdoctor-swiper ul li .name {
	font-size: 24px;
	margin-bottom: 10px;
}
.idxdoctor-swiper ul li .title {
	font-size: 16px;
}
.idxdoctor-swiper ul li .textcon {
	padding-top: 20px;
	padding-bottom: 15px;
}
.idxdoctor-swiper ul li .text {
	height: 78px;
	line-height: 26px;
}
.mlearn-detail:hover {
	color: #fb4f30;
}
.hundle-button:hover {
	background-color: #fb4f30;
}
.idxdoctor-offset {
	padding-bottom: 0px;
	position: absolute;
	width: 25%;
	top: 0;
	right: 0;
	z-index: 22;
}
.query-module .query-header {
	font-size: 20px;
}
.query-module .query-control .control {
	cursor: pointer;
}
.handy-package {
	padding-bottom: 40px;
}
.idxhandy-wrapper {
	padding-top: 60px;
}
.idxhandy-contain {
	padding-left: 165px;
}
.idxhandy-aside {
	position: absolute;
	width: 120px;
	height: 100%;
	top: 0;
	left: 0;
}
.idxhandy-section {
	padding-top: 0px;
}
.idxhandy-tab {
	white-space: normal;
	overflow-x: inherit;
	padding-bottom: 0px;
}
.idxhandy-tab ul li {
	display: block;
	width: 100%;
	margin: 0 0 41.66667%;
}
.idxhandy-tab ul li:last-child {
	margin-bottom: 0;
}
.idxhandy-tab ul li a {
	line-height: 42px;
}
.idxhandy-tab ul li:hover a {
	color: #fff;
	background-color: #3d55aa;
	border-color: #3d55aa;
}
.idxhandy-content {
	min-height: 230px;
}
.idxhandy-list ul li {
	padding-left: 20px;
	padding-right: 20px;
}
.idxhandy-list ul li a:hover .image {
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
}
.idxhandy-list ul li .image {
	max-width: 140px;
}
.idxhandy-list ul li .word {
	padding-top: 20px;
}
.unique-package {
	padding-bottom: 70px;
}
.unique-module ul li a:hover .image img {
	-webkit-transform: translate(-50%, -50%) scale(1.05);
	-ms-transform: translate(-50%, -50%) scale(1.05);
	-o-transform: translate(-50%, -50%) scale(1.05);
	transform: translate(-50%, -50%) scale(1.05);
}
.unique-module ul li .title {
	padding-bottom: 15px;
	font-size: 18px;
	margin-bottom: 15px;
}
.multiple-module:after {
	content: '';
	display: block;
	width: 100%;
	clear: both;
	visibility: hidden;
	height: 0;
}
.multiple-aside {
	float: left;
	width: 64.516%;
	padding-left: 0;
	padding-right: 3.226%;
}
.multiple-section {
	padding-top: 30px;
	padding-bottom: 0;
	display: block;
	width: auto;
	overflow: hidden;
}
.multiple-tab {
	width: 22%;
    padding: 40px 0;
    position: static;
}
.multiple-tab ul li {
	line-height: 50px;
	margin-bottom: 7.5%;
}
.multiple-tab ul li:last-child {
	margin-bottom: 0;
}
.multiple-tab ul li a {
	font-size: 18px;
}
.multiple-show {
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	position: absolute;
	bottom: 0;
	left: 26.25%;
	width: 67.5%;
}
.multiple-title {
	font-size: 20px;
}

.multiple-show .multiple-list {
	width: 100%;
	position: relative;
    margin-top: 70px;
}
.multiple-show .multiple-list ul li {
	float: left;
    width: 45%;
    position: relative;
    line-height: 25px;
    margin-right: 10%;
    margin-bottom: 10px;
    padding-bottom: 7px;
    border-bottom: 1px dashed rgba(216,226,252,0.5);
}
.multiple-show .multiple-list ul li:nth-child(even) {
    margin-right: 0;
}
.multiple-show .multiple-list ul li a {
	display: block;
	width: 100%;
	position: relative;
	padding-right: 70px;
	color: #dee2f3;
}
.multiple-show .multiple-list ul li .txt {
	display: block;
	width: 100%;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 16px;
}
.multiple-show .multiple-list ul li .time {
	position: absolute;
	top: 0;
	right: 0;
	width: 70px;
	font-size: 14px;
}

.inside-mtitle {
	font-size: 28px;
}

.subtop {
	padding-top: 50px;
}
.professor-title {
	font-size: 24px;
}
.professor-title span {
	padding-bottom: 15px;
}
.professor-swcont {
	margin: 0 -10px;
}
.professor-swiper {
	padding: 0 10px;
}
.professor-swiper ul li a::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	top: 0;
	left: 0;
	background-image: -webkit-linear-gradient(45deg, #5969c3 20%, #6e7ee0 80%);
	background-image: -o-linear-gradient(45deg, #5969c3 20%, #6e7ee0 80%);
	background-image: linear-gradient(45deg, #5969c3 20%, #6e7ee0 80%);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
}
.professor-swiper ul li a:hover {
	background-color: #3d55aa;
	-webkit-box-shadow: 0 25px 30px -15px rgba(0, 0, 0, 0.1);
	box-shadow: 0 25px 30px -15px rgba(0, 0, 0, 0.1);
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
}
.professor-swiper ul li a:hover::before {
	opacity: 1;
	visibility: visible;
}
.professor-swiper ul li a:hover .panel:after {
	background-color: #8592de;
}
.professor-swiper ul li a:hover .name {
	color: #fff;
}
.professor-swiper ul li a:hover .item {
	color: #fff;
}
.professor-swiper ul li a:hover .item .tips {
	color: #fff;
}
.professor-swiper ul li a:hover .text {
	color: #fff;
}
.professor-swiper ul li a:hover .text .mark {
	color: #fff;
}
.professor-swiper ul li .author {
	width: 75px;
}
.professor-swiper ul li .overs {
	padding-top: 15px;
}
.professor-swiper ul li .name {
	font-size: 18px;
	font-weight: normal;
}

.medium-module ul li .conts {
	padding: 35px 0;
	padding-right: 420px;
}
.medium-module ul li .conts:hover .thumb img {
	-webkit-transform: translate(-50%, -50%) scale(1.03);
	-ms-transform: translate(-50%, -50%) scale(1.03);
	-o-transform: translate(-50%, -50%) scale(1.03);
	transform: translate(-50%, -50%) scale(1.03);
}
.medium-module ul li .conts:hover .mask {
	background-color: rgba(82, 97, 185, 0.5);
}
.medium-module ul li .conts:hover .title {
	color: #3d55aa;
}
.medium-module ul li .thumb {
	position: absolute;
	width: 354px;
	right: 0;
	z-index: 6;
	top: 35px;
	-webkit-box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.2);
}
.medium-module ul li .word {
	padding-top: 20px;
	min-height: 222px;
}
.medium-module ul li .title {
	height: 68px;
	line-height: 34px;
	font-size: 20px;
	margin-bottom: 10px;
	max-width: 600px;
}
.medium-paly {
	width: 50px;
	height: 50px;
}

.academy-module ul {
	margin-left: -15px;
	margin-right: -15px;
}
.academy-module ul li {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 25px;
}
.academy-module ul li .content {
	height: 70px;
}
.academy-module ul li .trans {
	padding-bottom: 15px;
}
.academy-module ul li a:hover .image img {
	-webkit-transform: translate(-50%, -50%) scale(1.05);
	-ms-transform: translate(-50%, -50%) scale(1.05);
	-o-transform: translate(-50%, -50%) scale(1.05);
	transform: translate(-50%, -50%) scale(1.05);
}
.academy-module ul li a:hover .content {
	margin-left: 20px;
	margin-right: 20px;
}
.academy-module ul li a:hover .trans {
	background-image: -webkit-linear-gradient(45deg, #5463bb 20%, #7384e8 80%);
	background-image: -o-linear-gradient(45deg, #5463bb 20%, #7384e8 80%);
	background-image: linear-gradient(45deg, #5463bb 20%, #7384e8 80%);
	background-color: #3d55aa;
	padding: 40px 30px 30px 30px;
}
.academy-module ul li a:hover .trans:after {
	width: 100%;
}
.academy-module ul li a:hover .title {
	color: #fff;
	margin-bottom: 2px;
}
.academy-module ul li a:hover .info {
	color: #fff;
}
.academy-module ul li a:hover .icon {
	opacity: 1;
	visibility: visible;
}
.academy-module ul li .title {
	font-size: 16px;
	font-weight: normal;
}

.profound-pullpage:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: left bottom;
	background-image: url("../images/yzh-honor-bg.jpg");
	left: 0;
	bottom: -8.33333%;
}
.lightss-popup .quoted-dialog {
	max-width: 700px;
}
.lightss-panel {
	padding: 32px;
}
.lightss-panel .word {
	padding-top: 40px;
}
.lightss-panel .title {
	font-weight: bold;
}
.inunique-wrapper {
	padding-bottom: 20px;
}

.physician-panel {
	padding-top: 25px;
	padding-bottom: 0;
}
.physician-conts {
	padding-top: 25px;
}
.invitate-cart .title {
	font-size: 18px;
	margin-bottom: 25px;
}
.aside-title {
	font-size: 18px;
}
.physician-text {
	min-height: 70px;
}
.physician-teamcont .load-pagination {
	margin-top: -20px;
}
.physician-team ul {
	margin-left: -15px;
	margin-right: -15px;
}
.physician-team ul li {
    float: left;
    width: 33.3333%;
	padding-left: 15px;
    padding-right: 15px;
    margin: 20px 0 10px;
}
.physician-team ul li .content {
	height: 70px;
}
.physician-team ul li .trans {
	padding-bottom: 10px;
}
.physician-team ul li a:hover .image img {
	-webkit-transform: translate(-50%, -50%) scale(1.05);
	-ms-transform: translate(-50%, -50%) scale(1.05);
	-o-transform: translate(-50%, -50%) scale(1.05);
	transform: translate(-50%, -50%) scale(1.05);
}
.physician-team ul li a:hover .content {
	margin-left: 20px;
	margin-right: 20px;
}
.physician-team ul li a:hover .trans {
	background-image: -webkit-linear-gradient(45deg, #5463bb 20%, #7384e8 80%);
	background-image: -o-linear-gradient(45deg, #5463bb 20%, #7384e8 80%);
	background-image: linear-gradient(45deg, #5463bb 20%, #7384e8 80%);
	background-color: #3d55aa;
	padding: 28px 30px;
	-webkit-box-shadow: 0 0 20px -5px #3d55aa;
	box-shadow: 0 0 20px -5px #3d55aa;
}
.physician-team ul li a:hover .title {
	color: #fff;
	margin-bottom: 2px;
	font-size: 24px;
}
.physician-team ul li a:hover .info {
	color: #fff;
}
.physician-team ul li a:hover .icon {
	opacity: 1;
	visibility: visible;
}
.physician-team ul li .title {
	font-size: 20px;
	font-weight: normal;
}
.physician-team ul li .info {
	font-size: 16px;
}
.physician-sups {
	padding-top: 15px;
}
.physician-view {
	padding-bottom: 20px;
}
.physician-item {
	padding-bottom: 30px;
}
.publicCtrl-wrapper {
	padding-top: 20px;
}
.traffic-mapmode {
	-webkit-box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.1);
}
.traffic-scan .overs {
	padding-top: 15px;
	padding-left: 15px;
}
.traffic-scan .title {
	font-size: 18px;
}
.traffic-switch ul li {
	margin-bottom: 40px;
}
.traffic-switch ul li .panel {
	padding: 15px 30px;
	font-size: 16px;
	cursor: pointer;
}
.traffic-switch ul li .croset {
	right: 30px;
}
.traffic-switch ul li .switch {
	padding-right: 30px;
}
.traffic-switch ul li .count {
	font-size: 28px;
}
.traffic-switch ul li .develop {
	padding-top: 40px;
}
}
 @media (min-width: 1280px) {
.nvcommonweb {
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
	padding-left: 40px;
	padding-right: 40px;
}
.quickly-extand {
	margin: 0;
}
.quickly-module {
	padding-top: 30px;
}
.quickly-module ul li {
	width: 11%;
}
.quickly-module ul li .title {
	font-size: 16px;
	padding-top: 7px;
}
.common-more:hover {
	color: #4d56b9;
}
.idxnews-conts {
	padding-right: 85px;
}
.idxnews-tab ul li {
	line-height: 56px;
}
.idxnews-tab ul li a {
	font-size: 18px;
}
.idxnews-content .publish-list ul li {
	margin-bottom: -1px;
}
.play-button {
	width: 80px;
	height: 80px;
}
.news-list ul li, 
.text-list ul li {
	padding-left: 30px;
}
.news-list ul li .word {
	padding-right: 20px;
}
.publish-list ul {
	margin-left: -20px;
	margin-right: -20px;
}
.publish-list ul li {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 40px;
}
.publish-list ul li .icon {
	width: 37px;
}
.reflect-list ul li .word {
	padding: 15px 0;
}
.reflect-list ul li .title {
	font-size: 16px;
}
.index-title {
	font-size: 28px;
}
.idxspecial-swiper ul li .title {
	font-size: 16px;
	padding: 18px 10px;
}
.swiper-offset-prev {
	left: -30px;
}
.swiper-offset-next {
	right: -30px;
}
.department-swiper ul li {
	padding: 40px 10px;
}
.department-swiper ul li .title {
	font-size: 20px;
	padding-top: 15px;
}
.department-swiper ul li .more {
	padding-top: 25px;
}
.idxdoctor-tab ul li a {
	padding: 10px 25px;
}
.idxdoctor-tab ul li .image {
	width: 76px;
}
.idxdoctor-tab ul li .word {
	padding-top: 15px;
}
.idxdoctor-tab ul li .title {
	font-size: 20px;
}
.idxdoctor-tab ul li .info {
	font-size: 14px;
}
.idxdoctor-swiper-prev {
	left: -40px;
}
.idxdoctor-swiper-next {
	right: -40px;
}
.idxdoctor-swiper ul li .name {
	font-size: 30px;
	margin-bottom: 15px;
}
.idxdoctor-swiper ul li .title {
	font-size: 17px;
}
.idxdoctor-swiper ul li .textcon {
	padding-top: 30px;
	padding-bottom: 20px;
}
.hundle-button {
	font-size: 16px;
}
.query-module .query-header {
	font-size: 22px;
	letter-spacing: 1px;
	padding: 12px 20px;
}
.query-module .query-header:after {
	right: 20px;
}
.query-module .query-section {
	padding: 0;
}
.query-module .query-list li {
	margin-bottom: 12px;
}
.query-module .query-control .control {
	padding: 0 20px;
}
.idxhandy-wrapper {
	padding-top: 70px;
}
.idxhandy-tab ul li {
	margin: 0 0 62.5%;
}
.idxhandy-tab ul li a {
	font-size: 18px;
}
.idxhandy-content {
	min-height: 320px;
}
.idxhandy-list ul li {
	margin-bottom: 35px;
	padding-left: 35px;
	padding-right: 35px;
}
.idxhandy-list ul li .image {
	max-width: 180px;
}
.idxhandy-list ul li .word {
	padding-top: 25px;
}
.idxhandy-list ul li .title {
	font-size: 18px;
}
.idxhandy-list ul li .info {
	font-size: 15px;
}
.unique-package {
	padding-bottom: 90px;
}
.unique-module ul li .title {
	padding-bottom: 20px;
	font-size: 20px;
	margin-bottom: 22px;
}
.unique-module ul li .more {
	font-size: 14px;
}
.multiple-section {
	padding-top: 50px;
}
.multiple-tab ul li {
	margin-bottom: 15%;
}
.multiple-tab ul li a {
	font-size: 18px;
	letter-spacing: 1px;
}
.multiple-tab ul li.cur a {
	font-size: 18px;
	letter-spacing: 1px;
}
.multiple-title {
	font-size: 25px;
}
.inside-mtitle {
	font-size: 32px;
}
.invite-module ul li .title {
	font-size: 18px;
}
.load-pagination {
	padding-top: 60px;
}
.subtop {
	padding-top: 50px;
}
.professor-title {
	font-size: 28px;
}
.professor-title span {
	padding-bottom: 20px;
}
.professor-swiper ul li a {
	padding: 22px 20px;
}
.professor-swiper ul li .author {
	width: 85px;
}
.professor-swiper ul li .overs {
	padding-top: 0;
	padding-left: 30px;
}
.professor-swiper ul li .name {
	font-size: 22px;
	margin-bottom: 8px;
}
.medium-module ul li .conts {
	padding: 48px 0;
	padding-right: 490px;
}
.medium-module ul li .thumb {
	top: 48px;
}
.medium-module ul li .title {
	height: 80px;
	line-height: 40px;
	font-size: 24px;
}
.medium-paly {
	width: 60px;
	height: 60px;
}
.academy-wrapper .load-pagination {
	margin-top: -30px;
}
.academy-module ul li {
	margin-bottom: 35px;
}
.academy-module ul li .content {
	height: 90px;
}
.academy-module ul li .trans {
	padding-bottom: 25px;
}
.academy-module ul li .title {
	font-size: 18px;
}
.academy-module ul li .info {
	font-size: 14px;
}
.inunique-wrapper {
	padding-bottom: 50px;
}
.physician-panel {
	padding-top: 45px;
	padding-bottom: 0;
}
.physician-conts {
	padding-top: 30px;
}
.invitate-cart .title {
	font-size: 28px;
	font-weight: normal;
}
.invitate-cart .info {
	font-size: 16px;
}
.invitate-cart .info p {
	margin-bottom: 15px;
}
.invitate-erweima .title {
	font-size: 16px;
}
.aside-title {
	font-size: 20px;
}
.physician-text, .physician-text p, .physician-text p span {
	font-size: 16px !important;
	line-height: 2 !important;
	font-family: 'Roboto', 'Hiragino Sans GB', 'Microsoft YaHei', Verdana, Simsun, sans-serif !important;
}
.physician-team ul li .content {
	height: 90px;
}
.physician-team ul li .trans {
	padding-bottom: 18px;
}
.physician-team ul li a:hover .title {
	font-size: 30px;
}
.physician-team ul li .title {
	font-size: 24px;
}
.physician-team ul li .info {
	font-size: 18px;
}
.physician-sups {
	padding-top: 20px;
}
.physician-view {
	padding-bottom: 40px;
}
.physician-item {
	padding-bottom: 40px;
}
.publicCtrl-wrapper {
	padding-top: 35px;
}
.traffic-scan .title {
	font-size: 20px;
}
.traffic-scan .info {
	font-size: 16px;
}
.traffic-switch ul li {
	margin-bottom: 50px;
}
.traffic-switch ul li .count {
	font-size: 32px;
}
.traffic-switch ul li .develop {
	padding-top: 65px;
}
}

.pagination {
	text-align: center;
	display: none;
}
.viewmore-module {
	display: block;
	width: 100%;
	text-align: center;
	background-color: #3d55aa;
	color: #fff;
	font-size: 14px;
	line-height: 28px;
	padding: 8px 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
 @media (min-width: 1024px) {
.viewmore-module {
	display: none;
}
.pagination {
	display: block;
	text-align: center;
}
.laypage_main {
	display: inline-block;
	vertical-align: top;
}
.pagination .laypage_main .laypage_curr {
	background-color: #3d55aa;
	color: #fff;
}
.pagination .laypage_main a, .pagination .laypage_main input, .pagination .laypage_main span {
	width: 36px;
	height: 36px;
	display: inline-block;
	vertical-align: middle;
	background-color: #fff !important;
	line-height: 36px;
	text-align: center;
	font-size: 15px;
	border: 1px solid #d8d8d8;
}
.pagination .laypageskin_now a, .pagination .laypage_main span {
	padding: 0 0;
}
.pagination .laypageskin_molv a, .pagination .laypageskin_molv span {
	padding: 0 0;
}
.pagination .laypageskin_molv .laypage_curr {
	background-color: #3d55aa !important;
	border-color: #3d55aa;
}
.laypageskin_molv .laypage_prev, .laypageskin_molv .laypage_next {
	position: relative;
	text-align: center;
	font-size: 0 !important;
	padding: 0 10px !important;
}
.laypageskin_molv .laypage_prev span, .laypageskin_molv .laypage_next span {
	display: none;
}
.laypageskin_molv .laypage_prev:after, .laypageskin_molv .laypage_next:after {
	content: '';
	width: 8px;
	height: 8px;
	border: 2px solid #919191;
	border-top: none;
	border-right: none;
	display: inline-block;
*display: inline;
*zoom: 1;
	vertical-align: middle;
	margin-top: -2px;
}
.laypageskin_molv .laypage_prev:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-left: 3px;
}
.laypageskin_molv .laypage_next:after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
	margin-left: 0px;
}
}
/*相册轮播 s*/
.thumb-popup {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 2018;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
}
.thumb-popup .thumb-wraper {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: auto;
	width: 100%;
}
.thumb-popup .thumb-wraper .thumb-copy-wrapper {
	position: relative;
	overflow: hidden;
	width: 90%;
	max-width: 880px;
	margin: 0 auto;
}
.thumb-popup .close {
	position: absolute;
	right: 4%;
	top: 4%;
	z-index: 9;
	width: 40px;
	height: 40px;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	background: #3d55aa;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	line-height: 40px;
	opacity: 1;
}
.thumb-popup .thumb-wraper .thumb-copy-wrapper .swiper-wrapper li {
	padding: 0 20px;
	overflow: hidden;
}
.thumb-popup .thumb-wraper .thumb-copy-wrapper .swiper-wrapper li img {
	display: block;
	max-width: 100%;
	max-height: 90%;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	-webkit-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	width: 640px;
}
.thumb-popup .thumb-wraper .thumb-copy-wrapper .swiper-wrapper li p {
	text-align: center;
	font-size: 16px;
	padding: 20px 0;
	color: #fff;
	bottom: 5%;
	width: 100%;
	left: 0;
	position: absolute;
}
.thumb-popup .thumb-wraper .banner-btn {
	display: none;
	width: 60px;
	height: 120px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
	cursor: pointer;
}
.thumb-popup .thumb-wraper .banner-btn::after {
	content: "";
	position: absolute;
	top: 40%;
	left: 50%;
	margin-top: -5px;
	width: 40px;
	height: 40px;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	border-left: 0;
	border-bottom: 0;
}
.thumb-popup .thumb-wraper .banner-btn.swiper-left {
	left: -10px;
}
.thumb-popup .thumb-wraper .banner-btn.swiper-right {
	right: -10px;
}
.thumb-popup .thumb-wraper .banner-btn.swiper-left::after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
	margin-left: -4px;
}
.thumb-popup .thumb-wraper .banner-btn.swiper-right::after {
	margin-left: -7px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.thumb-popup .thumb-wraper .banner-btn.swiper-left:hover::after {
	border-color: #3d55aa;
}
.thumb-popup .thumb-wraper .banner-btn.swiper-right:hover::after {
	border-color: #3d55aa;
}
.thumb-popup .thumb-wraper .banner-btn.swiper-button-disabled {
	cursor: default;
}
 @media (min-width: 768px) {
.thumb-popup .thumb-wraper .banner-btn.swiper-left {
	left: 4%;
}
.thumb-popup .thumb-wraper .banner-btn.swiper-right {
	right: 4%;
}
}
 @media (min-width: 1024px) {
.thumb-popup .thumb-wraper .banner-btn {
	display: block;
}
}

.recruit-list {
	width: 100%;
	position: relative;
}
.recruit-list ul li {
	margin-bottom: 10px;
}
.recruit-list ul li .hd {
	width: 100%;
	position: relative;
	border: 1px solid #ededed;
	padding: 10px 15px;
}
.recruit-list ul li .hd .panel {
	line-height: 24px;
	color: #929292;
	font-size: 13px;
	margin-bottom: 5px;
}
.recruit-list ul li .hd .panel h4.unit {
    padding-top: 8px;
}
.recruit-list ul li .hd .title {
	color: #363636;
	font-size: 16px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	margin-bottom: 4px;
}
.recruit-list ul li .hd .date {
	position: relative;
    padding-top: 8px;
	padding-left: 26px;
	color: #808080;
	font-size: 14px;
	line-height: 28px;
}
.recruit-list ul li .hd .date::before, .recruit-list ul li .hd .date:after {
	content: '';
	position: absolute;
	width: 22px;
	height: 25px;
	left: 0;
	top: 3px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
.recruit-list ul li .hd .date::before {
	background: url("../images/talentdate.png") no-repeat center 6px;
	opacity: 1;
}
.recruit-list ul li .hd .date::after {
	background: url("../images/talentdates.png") no-repeat center 6px;
	opacity: 0;
}
.recruit-list ul li .hd .close {
	position: absolute;
	width: 32px;
	height: 32px;
	top: 50%;
	right: 0;
	margin-top: -16px;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s, -o-transform 0.3s;
}
.recruit-list ul li .hd .close:after, .recruit-list ul li .hd .close::before {
	content: '';
	position: absolute;
	background-color: #c0c0c0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.recruit-list ul li .hd .close::before {
	height: 1px;
	width: 24px;
	left: 4px;
	top: 15px;
}
.recruit-list ul li .hd .close:after {
	width: 1px;
	height: 24px;
	top: 4px;
	left: 15px;
}
.recruit-list ul li .con {
	width: 100%;
	position: relative;
	padding-right: 32px;
}
.recruit-list ul li .bd {
	display: none;
	width: 100%;
	padding: 20px 15px;
	border: 1px solid #e5e5e5;
	border-top: none;
}
.recruit-list ul li .detail {
	color: #666;
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 2;
}
.recruit-list ul li .detail .unit p {
	display: inline-block;
}
.recruit-list ul li .detail .title {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 1.5;
}
.recruit-list ul li .base {
	padding-top: 25px;
}
.recruit-list ul li .base a {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	margin-bottom: 20px;
}
.recruit-list ul li.on .hd {
	background-color: #3d55aa;
	border-color: #3d55aa;
}
.recruit-list ul li.on .hd .panel {
	color: #fff;
}
.recruit-list ul li.on .hd .panel h4.unit {
    padding-top: 8px;
}
.recruit-list ul li.on .hd .title {
	color: #fff;
}
.recruit-list ul li.on .hd .date {
	color: #fff;
	padding-top: 8px;
}
.recruit-list ul li.on .hd .date:after {
	opacity: 1;
}
.recruit-list ul li.on .hd .date::before {
	opacity: 0;
}
.recruit-list ul li.on .hd .close {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.recruit-list ul li.on .hd .close:after, .recruit-list ul li.on .hd .close::before {
	background-color: #fff;
}
.recruit-view {
	display: inline-block;
	vertical-align: top;
	line-height: 44px;
	text-align: center;
	color: #fff;
	background-color: #3d55aa;
	font-size: 16px;
	padding: 0px 40px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.recruit-tel {
	display: inline-block;
	vertical-align: top;
	color: #3d55aa;
	font-size: 16px;
	position: relative;
	line-height: 40px;
	padding-left: 36px;
}
.recruit-tel::before {
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	background: url("../images/talenttel.png");
	left: 0;
	top: 5px;
}
.recruit-hover {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.recruit-hover .icon {
	display: block;
	width: 33px;
	height: 33px;
	overflow: hidden;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.recruit-hover .icon img {
	display: block;
	width: 100%;
}
.recruit-hover:hover .weixin {
	opacity: 1;
	visibility: visible;
}
.recruit-hover .weixin {
	position: absolute;
	width: 100px;
	bottom: 100%;
	left: 50%;
	margin-left: -50px;
	opacity: 0;
	visibility: hidden;
}
.recruit-hover .weixin::before {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	bottom: -2px;
	left: 50%;
	margin-left: -5px;
	z-index: 3;
	background-color: #fff;
}
.recruit-hover .weixin .img {
	margin-top: 2px;
	width: 100%;
	overflow: hidden;
	background-color: #fff;
	position: relative;
	z-index: 4;
	-webkit-box-shadow: 0 1px 10px -2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 10px -2px rgba(0, 0, 0, 0.2);
}
.recruit-hover .weixin .img::after {
	content: '';
	display: block;
	width: 100%;
	padding-bottom: 100%;
}
.recruit-hover .weixin .img img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
}
 @media (min-width: 1024px) {
.recruit-list ul li .hd {
	padding: 20px 25px;
	cursor: pointer;
}
.recruit-list ul li .hd .panel {
	overflow: hidden;
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.5px;
	padding-right: 140px;
	margin-bottom: 0;
}
.recruit-list ul li .hd .panel h4 {
	float: left;
	width: 25%;
}
.recruit-list ul li .hd .title {
	font-size: 18px;
	margin-bottom: 0;
	font-weight: normal;
}
.recruit-list ul li .hd .date {
	position: absolute;
	padding-left: 30px;
	line-height: 32px;
	top: 0;
	right: 60px;
}
.recruit-list ul li .hd .date:after, .recruit-list ul li .hd .date::before {
	top: 5px;
}
.recruit-list ul li .hd .close::before {
	width: 30px;
	left: 1px;
}
.recruit-list ul li .hd .close:after {
	height: 30px;
	top: 1px;
}
.recruit-list ul li .bd {
	padding: 25px 30px 25px;
}
.recruit-list ul li .detail .title {
	font-weight: normal;
}
.recruit-view {
	line-height: 48px;
}
.recruit-view:hover {
	background-color: #4d56b9;
}
.recruit-tel {
	font-size: 18px;
}
.recruit-hover .weixin {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
}
 @media (min-width: 1280px) {
.recruit-list ul li .hd {
	padding: 15px 35px;
}
.recruit-list ul li .hd .panel {
	padding-right: 240px;
}
.recruit-list ul li .hd .title {
	font-size: 22px;
}
.recruit-list ul li .hd .date {
	right: 120px;
}
.recruit-list ul li .bd {
	padding: 30px 40px;
}
.recruit-list ul li .detail .title {
	font-size: 22px;
}
.recruit-tel {
	font-size: 20px;
}
}

.sitemapcont2 {
	padding: 6% 30px;
	overflow: hidden;
	background: #fff;
	margin-top: 25px;
}
.sitemapcont2 dl {
	position: relative;
	margin-bottom: 36px;
}
.sitemapcont2 dl dt {
	font-size: 16px;
	font-weight: bold;
	padding: 0 8px;
	background: #fff;
	position: absolute;
	left: 18px;
	top: -14px;
}
.sitemapcont2 dl dt a {
	color: #3d55aa;
}
.sitemapcont2 dl dt a:hover {
	color: #4d56b9;
}
.sitemapcont2 dl dd {
	padding: 4% 3% 1% 3%;
	border: 1px solid #e6e6e6;
}
.sitemapcont2 dl dd a {
	display: inline-block;
	padding-left: 10px;
	margin: 0 23px 8px 0;
}
.Singlepage {
	margin-top: 45px;
}
 @media (min-width: 767px) {
.sitemapcont2 {
	padding: 5% 30px;
}
.sitemapcont2 dl dt {
	font-size: 20px;
}
.sitemapcont2 dl dd {
	padding: 2% 3% 1% 3%;
	border: 1px solid #e6e6e6;
}
.sitemapcont2 dl dd a {
	margin: 0 50px 8px 0;
}
.sitemapcont2 dl dd a:hover {
	color: #4d56b9;
}
.Singlepage {
	margin-top: 0px;
}
}
 @media (min-width: 1600px) {
.sitemapcont2 dl dt {
	font-size: 22px;
}
.sitemapcont2 dl dd {
	font-size: 16px;
}
}

/*----网站地图 end----*/
@-webkit-keyframes fade-left-slide {
0% {
opacity: 0;
 -webkit-transform: translateX(-100%);
 transform: translateX(-100%);
}
 100% {
opacity: 1;
 -webkit-transform: translateX(0px);
 transform: translateX(0px);
}
}
@-o-keyframes fade-left-slide {
0% {
opacity: 0;
 -o-transform: translateX(-100%);
 transform: translateX(-100%);
}
 100% {
opacity: 1;
 -o-transform: translateX(0px);
 transform: translateX(0px);
}
}
@keyframes fade-left-slide {
0% {
opacity: 0;
 -webkit-transform: translateX(-100%);
 -o-transform: translateX(-100%);
 transform: translateX(-100%);
}
 100% {
opacity: 1;
 -webkit-transform: translateX(0px);
 -o-transform: translateX(0px);
 transform: translateX(0px);
}
}
 @-webkit-keyframes fade-right-slide {
0% {
opacity: 0;
 -webkit-transform: translateX(100%);
 transform: translateX(100%);
}
 100% {
opacity: 1;
 -webkit-transform: translateX(0px);
 transform: translateX(0px);
}
}
 @-o-keyframes fade-right-slide {
0% {
opacity: 0;
 -o-transform: translateX(100%);
 transform: translateX(100%);
}
 100% {
opacity: 1;
 -o-transform: translateX(0px);
 transform: translateX(0px);
}
}
 @keyframes fade-right-slide {
0% {
opacity: 0;
 -webkit-transform: translateX(100%);
 -o-transform: translateX(100%);
 transform: translateX(100%);
}
 100% {
opacity: 1;
 -webkit-transform: translateX(0px);
 -o-transform: translateX(0px);
 transform: translateX(0px);
}
}
.slide-fade-left {
	-webkit-animation: fade-left-slide 1s 1;
	-o-animation: fade-left-slide 1s 1;
	animation: fade-left-slide 1s 1;
	-webkit-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	opacity: 1;
}
.slide-fade-right {
	-webkit-animation: fade-right-slide 1s 1;
	-o-animation: fade-right-slide 1s 1;
	animation: fade-right-slide 1s 1;
	-webkit-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	opacity: 1;
}
/* 法律声明 s */
.inside-wrapper {
	padding-top: 30px;
	padding-bottom: 25px;
}
.legal-title {
	text-align: center;
	font-size: 22px;
	color: #333;
	line-height: 1.2;
}
.terms-contents, .legaltext {
	padding: 30px 0 15px;
}
.fonts-lh28, .fonts-lh30, .fonts-lh32 {
	font-size: 14px;
	color: #333;
	line-height: 24px;
}
 @media (min-width: 1024px) {
.inside-wrapper {
	padding-top: 60px;
	padding-bottom: 50px;
}
.legal-title {
	font-size: 30px;
}
.legaltext {
	padding-top: 60px;
	padding-bottom: 30px;
}
.fonts-lh30 {
	font-size: 16px;
	line-height: 30px;
}
}
 @media (min-width: 1260px) {
.inside-wrapper {
	padding-top: 80px;
	padding-bottom: 65px;
}
.legal-title {
	font-size: 34px;
}
}
/* 法律声明 e */

.searchcont401 {
	padding-top: 20px;
	padding-bottom: 40px;
	background-color: #ffffff;
	min-height: 60vh;
}
.searchtitle401 {
	padding: 28px 15px;
	background-color: #f2f2f2;
}
.searchtitle401 span {
	color: #3d55aa;
}
.resultlist401 {
	font-size: 13px;
	padding: 3% 0;
}
.resultlist401 ul {
	padding-bottom: 30px;
}
.resultlist401 ul li img {
	display: block;
	width: 100%;
	margin-bottom: 2%;
}
.resultlist401 li {
	padding: 15px 0;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: -1px;
}
.resultlist401 h4 {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 3%;
}
.resultlist401 h4 em {
	color: #3d55aa;
	font-style: normal;
}
.resultlist401 h4 a {
	display: block;
}
.resulttext401 {
	overflow: hidden;
	height: 72px;
	color: #999;
}
.resultlabel401 {
	color: #999;
	display: inline-block;
	padding-top: 30px;
}
.searchinputcont401 dt input {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-indent: 12px;
	font-size: 15px;
	color: #333;
	background-color: #ffffff;
	font-family: "Microsoft YaHei";
}
.searchinputcont401 dd input {
	margin-top: 10px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	color: #ffffff;
	cursor: pointer;
	background-color: #3d55aa;
	text-align: center;
	font-family: "Microsoft YaHei";
}
.searchinputcont401 dd input:hover {
	background-color: #4d56b9;
}
.keywords {
	color: #da251d;
}
 @media (min-width: 768px) {
.searchtitle401 {
	font-size: 24px;
}
.resultlist401 h4 {
	font-size: 20px;
	margin-bottom: 2%;
}
.searchimg401 {
	float: left;
	margin: 0 3% 0 0;
	display: block;
	width: 200px;
	height: 150px;
	overflow: hidden;
	position: relative;
}
.resultlist401 ul li img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	max-width: 100%;
	width: auto;
}
}
 @media (min-width: 992px) {
.searchcont401 {
	padding-top: 40px;
	padding-bottom: 60px;
}
.searchinputcont401 {
	width: 45%;
	margin: 0 auto;
}
.resultlist401 ul {
	padding-bottom: 60px;
}
.searchinputcont401 dt {
	float: left;
	width: 78%;
}
.searchinputcont401 dd {
	float: left;
	width: 22%;
}
.searchinputcont401 dt input {
	font-size: 16px;
}
.searchinputcont401 dd input {
	margin-top: 0;
}
.searchinputcont401 dd input {
	font-size: 16px;
	font-weight: bold;
}
}
.loadingmore {
	display: block;
	width: 100%;
	font-size: 14px;
	background-color: #3d55aa;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	-webkit-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.loadingmore:hover {
	background-color: #3d55aa;
}
 @media (min-width: 1024px) {
.loadingmore {
	height: 50px;
	line-height: 50px;
	font-size: 16px;
}
}
.dead-discern {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
.no-discern {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-left: 60px;
	text-align: left;
}
.no-discern .noicon {
	position: absolute;
	top: 0;
	left: 0;
	width: 42px;
}
.no-discern .noicon img {
	display: block;
	width: 100%;
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	position: static;
}
.no-discern .cnts .title {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.no-discern .cnts .info {
	color: #666;
	font-size: 14px;
	line-height: 24px;
	padding-left: 10px;
}
.common-back {
	right: 25px;
}
.innews-article {
	width: 100%;
	overflow: hidden;
    padding: 50px;
	background: #fff;
    border: 1px solid #ddd;
	box-shadow: 6px 6px 0 rgba(0, 0, 0, .03);
}
.innews-header {
	padding-bottom: 10px;
}
.innews-header .time {
	color: #fe8f01;
	line-height: 1.2;
	font-size: 18px;
	padding-top: 5px;
	font-weight: bold;
}
.innews-header .article-title {
	color: #333;
	line-height: 1.5;
    text-align: center;
}
.innews-header .subtit {
	color: #333;
	font-size: 18px;
	line-height: 2;
    text-align: center;
	text-indent: 2em;
}
.innews-content {
	width: 100%;
	position: relative;
	padding-top: 20px;
}
.article-detail {
	color: #666;
	font-size: 14px;
	line-height: 2;
}
.article-detail .title {
	color: #333;
	font-size: 16px;
}
.article-detail img {
	max-width: 100% !important;
	margin: 10px auto;
}
.article-tabcons {
	width: 100%;
	padding: 30px 0 0;
}
.as-tabmodule {
	width: 100%;
	position: relative;
}
.as-tabmodule .prevNext {
	font-size: 15px;
	color: #666;
	width: 100%;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.as-tabmodule .prevNext a:hover {
	color: #3d55aa;
}
.as-tabmodule .shome {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-size: 14px;
	background-color: #3d55aa;
	line-height: 42px;
	padding: 0 30px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin-top: 10px;
}
.article-source {
    width: 100%;
	padding: 0 0 15px;
	border-bottom: 1px solid #e2eaf1;
	text-align: center;
}
.article-source p {
	color: #797a81;
	font-size: 14px;
	line-height: 32px;
	letter-spacing: 0.5px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}
.article-source p:last-child {
	margin-right: 0;
}
.article-footer {
	padding-top: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e4e4e4;
}
.article-reponse {
	line-height: 32px;
	color: #666;
	font-size: 14px;
}
.article-reponse p {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}
.article-reponse p:last-child {
	margin-right: 0;
}
@media (max-width: 640px) {
.nvcommonweb {
	padding-left: 15px;
	padding-right: 15px;
}
.nvcommonweb .article-content {
	margin-left: -15px;
	margin-right: -15px;
}
.innews-article {
    width: 100%;
    overflow: hidden;
    padding: 30px 10px 0;
    border: none;
    box-shadow: none;
}
.innews-header {
    padding-bottom: 0;
}
.innews-header .article-title {
	font-size: 18px;
    color: #333;
    line-height: 1.5;
    text-align: center;
}
.article-source {
    padding-bottom: 10px;
}
.article-footer {
    padding-top: 10px;
}
.article-tabcons {
    padding: 20px 0 0;
}
.as-tabmodule .prevNext {
	font-size: 14px;
}
.article-detail {
	font-family: 'Roboto', 'Hiragino Sans GB', 'Microsoft YaHei', Verdana, Simsun, sans-serif !important;
	font-size: 14px !important;
	line-height: 1.8;
}
.physician-contain {
	margin-top: 0;
	padding: 0 10px 10px;
    border: none;
    box-shadow: none;
}
.invitate-cart .title {
	padding: 15px 20px 0;	
}
.invitate-cart .info {
	padding: 0 20px;
}
.invitate-cart {
	padding-bottom: 15px;
}
.physician-panel {
	margin-top: 25px;
}
.physician-invitate .invitate-aside {
	display: none;
}
}
 @media (min-width: 768px) {
.as-tabmodule {
	padding-right: 150px;
}
.as-tabmodule .shome {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: 0;
}
}
 @media (min-width: 1024px) {
.innews-header {
	padding-bottom: 10px;
}
.innews-header .time {
	font-size: 20px;
}
.article-title {
	font-size: 22px;
}
.innews-content {
	padding-top: 40px;
	overflow: hidden;
}
.as-tabmodule .prevNext a:hover .txt {
	color: #3d55aa;
}
.as-tabmodule .shome {
	font-size: 16px;
	line-height: 48px;
	padding: 0 40px;
}
.article-footer {
	padding-top: 40px;
}
.article-reponse p {
	margin-right: 55px;
}
}
 @media (min-width: 1280px) {
.innews-header .time {
	font-size: 22px;
	padding-top: 6px;
}
.article-title {
	font-size: 26px;
}
.article-detail {
	font-size: 16px;
}
.article-detail p, .article-detail span {
	font-size: 16px;
	line-height: 2;
	font-family: 'Roboto', 'Hiragino Sans GB', 'Microsoft YaHei', Verdana, Simsun, sans-serif !important;
}
.article-detail p img {
    margin-left: -2em;
}
.article-detail img {
    width: expression(this.width > 1080 ? 1080: true) !important;
    max-width: 1080px !important;
    height: auto !important;
    overflow: hidden;
    margin: 15px auto;
}
}
.openweb-close {
	position: absolute;
	width: 40px;
	height: 40px;
	top: -45px;
	right: 0;
	background-size: 18px auto;
}
.openweb-close:before {
	content: '';
	position: absolute;
	top: 20px;
	left: 9px;
	width: 20px;
	height: 2px;
	background-color: #FFF;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.openweb-close:after {
	content: '';
	position: absolute;
	top: 20px;
	left: 9px;
	width: 20px;
	height: 2px;
	background-color: #FFF;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.quoted-modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
	height: 100%;
	display: none;
}
.quoted-modal.fade .quoted-dialog {
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: -webkit-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
}
.quoted-modal.in .quoted-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
.quoted-dialog {
	position: relative;
	margin: 80px 15px 40px;
}
.quoted-modal-bg {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000000;
	display: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.quoted-modal-bg.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}
.quoted-modal-bg.in {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.modal-scrollbar {
	width: 100px;
	height: 100px;
	background-color: #0ca001;
	overflow: scroll;
	position: absolute;
	top: -1000px;
	left: -1000px;
}
.modal-open {
	overflow: hidden;
}
 @media (min-width: 768px) {
.quoted-dialog {
	max-width: 605px;
	margin-left: auto;
	margin-right: auto;
}
}
 @media (min-width: 1024px) {
.quoted-dialog {
	margin-top: 110px;
}
}

.map-box {
	padding-top: 25px;
}
.map-view {
	position: relative;
}
.map-view::after {
	content: '';
	display: block;
	padding-bottom: 50%;
}
#map {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#map .infoBox {
	opacity: 1;
	background: url("../images/infoBox.png") no-repeat center top;
	background-size: auto auto;
	width: 137px;
	height: 48px;
	color: #333;
	text-align: center;
	line-height: 44px;
	font-size: 14px;
}
#map .infoBox > img {
	display: none;
}
.map-info {
	background: #fff;
	padding: 15px 10px;
	-webkit-box-shadow: 0 8px 15px -10px #D8D8D8;
	box-shadow: 0 8px 15px -10px #D8D8D8;
}
.map-info h2 {
	line-height: 1;
	color: #333;
	font-size: 16px;
}
.map-info h2 span {
	font-size: 14px;
	color: #cacaca;
	display: block;
	margin-top: 8px;
}
.contact-list {
	padding-top: 30px;
	padding-bottom: 10px;
}
.contact-list ul {
	font-size: 0;
	margin-left: -7px;
	margin-right: -7px;
}
.contact-list li {
	font-size: 14px;
	width: 50%;
	padding: 0 7px;
	display: inline-block;
	margin-bottom: 14px;
	vertical-align: top;
}
.contact-item {
	border: solid 1px #e5e5e5;
	padding: 15px 0;
	position: relative;
	background: #fff;
}
.contact-item::before {
	content: '';
	position: absolute;
	left: -1px;
	height: 16px;
	width: 2px;
	top: 15px;
	background-color: #3d55aa;
}
.contact-item h3 {
	line-height: 1;
	color: #333;
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: bold;
}
.contact-item .txt-view {
	font-size: 14px;
	color: #666;
	line-height: 1.3;
}
.contact-item .txt {
	padding: 0 15px;
}
.contact-qrcode .item {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-bottom: 15px;
}
.contact-qrcode .yzh-pic {
	display: table-cell;
	vertical-align: middle;
	width: 80px;
	height: 80px;
}
.contact-qrcode .info {
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
}
.yzh-contact {
	padding-bottom: 15px;
	background: url("../images/yzh-contact-bg.jpg") no-repeat left bottom;
	background-size: 100% auto;
}

.yzh-introduce {
	padding-bottom: 30px;
	background: url("../images/introduce-bg.jpg") no-repeat left top;
	background-size: 100% auto;
}
.introduce-title {
	position: relative;
}
.introduce-title span {
	font-weight: bold;
	color: #3d55aa;
	opacity: 0.3;
	font-size: 80px;
	height: 70px;
	display: block;
	line-height: 70px;
	margin-left: -7px;
}
.introduce-title .txt {
	padding-left: 40px;
	position: absolute;
	bottom: 2px;
	left: 0;
}
.introduce-title .txt .zh {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	line-height: 1;
	margin-bottom: 5px;
}
.introduce-title .txt .en {
	color: #333;
	font-size: 16px;
	line-height: 1;
}
.introduce-content {
	color: #666;
}
.introduce-content .content-area-1 {
	margin-top: 25px;
	margin-bottom: 25px;
}
.introduce-content .content-area-1 .yzh-pimg {
	-webkit-box-shadow: 0 0 15px -5px #CBCBCB;
	box-shadow: 0 0 15px -5px #CBCBCB;
}
.introduce-content .content-area-1 .yzh-pimg::after {
	padding-bottom: 59.8%;
}
.introduce-content .content-area-1 .txt {
	padding-top: 15px;
}
.introduce-content .content-area-1 .txt p {
	text-indent: 28px;
}

.introduce-data ul {
	font-size: 0;
	margin-left: -7px;
	margin-right: -7px;
}
.introduce-data li {
	font-size: 14px;
	padding: 0 7px;
	display: inline-block;
	vertical-align: top;
	min-width: 33.3333%;
	text-align: left;
	margin-bottom: 20px;
}
.introduce-data h4 {
	font-size: 16px;
	line-height: 2;
	color: #666;
	letter-spacing: 1px;
	margin-bottom: 8px;
}
.introduce-data .num {
	font-family: 'Montserrat-Bold';
	font-size: 20px;
	color: #3d55aa;
	letter-spacing: -2px;
	margin-right: 5px;
}
.introduce-data p {
	line-height: 1;
	color: #666;
}

.yzh-culture {
	background: url("../images/yzh-culture-bg.jpg") no-repeat left bottom;
	background-size: 100% auto;
	padding-bottom: 30px;
}
.culture-desc {
	margin-top: 18px;
	text-align: center;
	color: #333;
	font-size: 16px;
}
.yzh-culture-list {
	margin-top: 20px;
	font-size: 0;
}
.yzh-culture-list .item {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	font-size: 14px;
	border: solid 1px #efefef;
	border-top: 0;
	border-left: 0;
	text-align: center;
	padding: 15px 10px 10px 10px;
}
.yzh-culture-list .item:nth-child(1), .yzh-culture-list .item:nth-child(2) {
	border-top: solid 1px #efefef;
}
.yzh-culture-list .item:nth-child(odd) {
	border-left: solid 1px #efefef;
}
.yzh-culture-list h3 {
	line-height: 1;
	font-size: 16px;
	color: #3d55aa;
	font-weight: bold;
	margin-bottom: 8px;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}
.yzh-culture-list .desc {
	line-height: 20px;
	color: #666;
	max-height: 40px;
	height: 40px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 5px;
}
 .yzh-culture-list .desc::-webkit-scrollbar {
width: 2px;
height: 8px;
background-color: #fff;
}
 .yzh-culture-list .desc::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
-webkit-border-radius: 2px;
border-radius: 2px;
background-color: #fff;
}
 .yzh-culture-list .desc::-webkit-scrollbar-thumb {
-webkit-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
background-color: #3d55aa;
}

.yzh-honor {
	background: url("../images/yzh-honor-bg.jpg") no-repeat left bottom;
	background-size: 100% auto;
	padding-bottom: 30px;
}
.yzh-honor-list {
	margin-top: 25px;
}
.yzh-honor-list .item-list {
	font-size: 0;
	margin-left: -7px;
	margin-right: -7px;
	margin-bottom: 10px;
}
.yzh-honor-list .item-list li {
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 0 7px;
	margin-bottom: 14px;
}
.honor-item {
	background-color: #f2f2f2;
	border: solid 2px transparent;
}
.honor-item .pic {
	position: relative;
}
.honor-item .pic::after {
	content: '';
	display: block;
	padding-bottom: 82.66667%;
}
.honor-item .yzh-pimg {
	position: absolute;
	top: 30.32258%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 72.26667%;
	height: 54.83871%;
}
.honor-item .info {
	padding: 12px 15px 15px;
}
.honor-item .info h2 {
	font-size: 14px;
	color: #333;
	text-align: center;
	height: 40px;
	max-height: 40px;
	line-height: 20px;
	display: -webkit-box;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.leaders-list {
	margin-top: 25px;
}
.leaders-list .leaders-ul > li:first-child .leaders-item {
	border: none;
}
.leaders-item {
	border-top: dashed 1px #e0e0e0;
	display: table;
	table-layout: fixed;
	width: 100%;
}
.leaders-item .name {
	display: table-cell;
	vertical-align: middle;
	width: 80%;
	padding-right: 20px;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 1px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.4;
}
.leaders-item .title {
	display: table-cell;
	vertical-align: middle;
	color: #666;
	font-size: 16px;
	letter-spacing: 1px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.6;
}
.yzh-hospital-leaders {
	padding-bottom: 20px;
}

.organization-content {
	margin-top: 25px;
}
.yzh-organization {
	padding-bottom: 30px;
}

.trailer-bigVideo {
	margin-top: 25px;
	margin-bottom: 20px;
}
.trailer-bigVideo .yzh-pimg::after {
	padding-bottom: 43.5%;
}
.yzh-video-item .yzh-video-play {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 36px;
	height: 36px;
	background: url("../images/yzh-icon-play.png") no-repeat center center;
	background-size: 100% 100%;
	z-index: 2;
}
.yzh-video-item h2 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin-top: 8px;
	height: 40px;
	max-height: 40px;
	line-height: 20px;
	display: -webkit-box;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.yzh-video-list .yzh-video-ul {
	font-size: 0;
	margin-left: -7px;
	padding-right: -7px;
	margin-bottom: 5px;
}
.yzh-video-list .yzh-video-ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0 7px;
	margin-bottom: 14px;
	width: 50%;
}
.yzh-video-list .yzh-pimg::after {
	padding-bottom: 74.87047%;
}
.yzh-trailer {
	padding-bottom: 30px;
}

.yzh-history {
	padding-bottom: 30px;
	background: url("../images/yzh-history-bg.jpg") no-repeat left bottom;
	background-size: 100% auto;
}
.yzh-history-view {
	margin-top: 25px;
	position: relative;
	padding-left: 27px;
	margin-bottom: 20px;
	overflow-x: hidden;
	overflow-y: auto;
}
.yzh-history-view::after {
	content: '';
	position: absolute;
	left: 10px;
	top: 10px;
	bottom: 10px;
	width: 1px;
	border: 1px dashed rgba(90, 109, 213, 0.5);
}
.yzh-history-list li {
	padding-bottom: 10px;
}
.yzh-history-list .year {
	position: relative;
	margin-bottom: 12px;
	font-size: 20px;
	line-height: 26px;
	color: #333;
}
.yzh-history-list .year::after {
	content: '';
	position: absolute;
	top: 50%;
	left: -23px;
	width: 14px;
	height: 14px;
	margin-top: -7px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #3d55aa;
	background-color: #ffffff;
	z-index: 2;
}
.yzh-history-list .info {
	position: relative;
	font-size: 14px;
	line-height: 26px;
	color: #868686;
}
.yzh-history-list .item {
	margin-bottom: 14px;
}
.yzh-history-list .item h3 {
	position: relative;
	font-size: 16px;
	line-height: 24px;
	color: #666;
}
.yzh-history-list .item h3::after {
	content: '';
	position: absolute;
	left: -20px;
	top: 12px;
	z-index: 3;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #3d55aa;
}
.yzh-history-list .date {
	font-weight: bold;
	line-height: 1;
	margin-bottom: 4px;
}
.yzh-history-list .history-img {
	display: none;
}

.publicPage1 {
	padding-bottom: 30px;
	background: url("../images/yzh-publicPage1-bg.jpg") no-repeat left bottom;
	background-size: 100% auto;
}
.publicPage1 .publicPage1-content {
	margin-top: 25px;
}
.publicPage1 .publicPage1-content .desc {
	color: #333;
	margin-bottom: 15px;
}
.publicPage1 .publicPage1-content .tips {
	margin-top: 15px;
	color: #666;
}

.yzh-floor-tab {
	margin-top: 25px;
}
.yzh-floor-swiper {
	overflow: hidden;
	border: solid 1px #e5e5e5;
}
.yzh-floor-swiper .swiper-slide {
	background-color: #f7f7f7;
	border-left: solid 1px #e5e5e5;
	font-size: 0;
	line-height: 40px;
	text-align: center;
}
.yzh-floor-swiper .swiper-slide:first-child {
	border-left: 0;
}
.yzh-floor-swiper .swiper-slide span {
	font-size: 14px;
	vertical-align: middle;
}
.yzh-floor-swiper .swiper-slide.cur {
	background-image: -webkit-linear-gradient(202deg, #7586eb 0%, #3d55aa 100%);
	background-image: -o-linear-gradient(202deg, #7586eb 0%, #3d55aa 100%);
	background-image: linear-gradient(248deg, #7586eb 0%, #3d55aa 100%);
}
.yzh-floor-swiper .swiper-slide.cur span {
	color: #fff;
}
.yzh-floor-swiper .swiper-slide.cur .icon .h-img {
	opacity: 1;
}
.yzh-floor-swiper .swiper-slide.cur .icon .d-img {
	opacity: 0;
}
.yzh-floor-swiper .icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	margin-right: 5px;
}
.yzh-floor-swiper .icon img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.yzh-floor-swiper .icon .h-img {
	opacity: 0;
}
.yzh-floor-content {
	border: solid 1px #e5e5e5;
	display: none;
}
.yzh-floor-content:first-child {
	display: block;
}
.yzh-floor-content .item {
	border-bottom: solid 1px #e5e5e5;
	display: table;
	table-layout: fixed;
	width: 100%;
}
.yzh-floor-content .item:last-child {
	border: 0;
}
.yzh-floor-content .item .floor {
	display: table-cell;
	vertical-align: middle;
	width: 50px;
	background-color: #f7f7f7;
	text-align: center;
	font-size: 16px;
	color: #3d55aa;
	padding: 10px;
}
.yzh-floor-content .item .info {
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
}
.yzh-floor-content .item .floor-list li {
	font-size: 14px;
	padding: 5px;
	line-height: 1.3;
}
.yzh-floor-content .item .floor-list .bline {
    height: 55px;
    margin-bottom: 5px;
	border-bottom: 1px solid #ddd;
}
.yzh-floor-content .item .floor-list .en {
	color: #808080;
}
.yzh-floor-view {
	margin-top: 25px;
}
.yzh-floor-guide {
	padding-bottom: 30px;
}
@media (max-width: 640px) {
.yzh-floor-content .item .floor-list .bline {
	height: 31px;
}
.yzh-floor-content .item .ltit {
	width: 40px;
    display: table-cell;
}
.yzh-floor-content .item .info .tit {
	color: #3d55aa;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 3px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}
.yzh-floor-content .item .info .tit:last-child {
	border-bottom: none;
}
.traffic-scan .overs {
	display: none;
}
}

.yzh-feedback {
	padding-bottom: 30px;
}
.yzh-feedback-form {
	margin-top: 25px;
}
.yzh-feedback-form .form-item {
	margin-bottom: 14px;
}
.yzh-feedback-form input {
	height: 40px;
	border: solid 1px #d4d9f7;
	width: 100%;
	padding: 0 12px;
	background-color: #fafbff;
}
 .yzh-feedback-form input::-webkit-input-placeholder {
	color: #999;
}
 .yzh-feedback-form input:-moz-placeholder {
	color: #999;
}
 .yzh-feedback-form input::-moz-placeholder {
	color: #999;
}
 .yzh-feedback-form input:-ms-input-placeholder {
	color: #999;
}
.yzh-feedback-form textarea {
	border: solid 1px #d4d9f7;
	width: 100%;
	padding: 10px 12px;
	height: 140px;
	display: block;
	background-color: #fafbff;
}
 .yzh-feedback-form textarea::-webkit-input-placeholder {
	color: #999;
}
 .yzh-feedback-form textarea:-moz-placeholder {
	color: #999;
}
 .yzh-feedback-form textarea::-moz-placeholder {
	color: #999;
}
 .yzh-feedback-form textarea:-ms-input-placeholder {
	color: #999;
}
.yzh-feedback-form .form-code-box {
	position: relative;
	padding-right: 134px;
	margin-bottom: 14px;
}
.yzh-feedback-form .reset-codeImg {
	display: block;
	width: 135px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;
}
.yzh-feedback-form .reset-codeImg img {
	width: 100%;
	height: 100%;
}
.yzh-feedback-form .form-submit .btn-submit {
	color: #fff;
	background-color: #3d55aa;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
	height: 40px;
	border: none;
	outline: none;
	width: 120px;
	-webkit-box-shadow: 0 0 30px -8px #A6E3EB;
	box-shadow: 0 0 30px -8px #A6E3EB;
}

.yzh-bidding {
	padding-bottom: 30px;
}
.bidding-content {
	margin-top: 25px;
}
.bidding-content .yzh-publicList-1 {
	margin-bottom: 20px;
}

.yzh-keshi-navigation {
	padding-bottom: 20px;
}
.yzh-keshi-tabview {
	padding-top: 20px;
	padding-bottom: 25px;
}
.yzh-keshi-tabview .yzh-publicTab-1 {
	margin-bottom: 25px;
}
.traffic-tabview {
	padding-top: 20px;
	padding-bottom: 25px;
}
@media (max-width: 640px) {
.yzh-keshi-tabview {
	padding-top: 20px;
    padding-bottom: 15px;
    margin-bottom: 0;
    border-bottom: 2px solid #3d55aa;
}
}
.yzhadd {
	padding: 0 0 30px;
	font-size: 16px;
}
.yzh-keshi-introduce {
	padding-bottom: 30px;
}
.yzh-keshi-introduce .yzh-publicCtrl {
	margin-top: 20px;
}
.yzh-introduce-content {
	margin-top: 50px;
    padding: 50px;
	background: #fff;
    border: 1px solid #ddd;
    box-shadow: 6px 6px 0 rgba(0,0,0,.03);
}
.yzh-introduce-content p, .yzh-introduce-content p span {
	color: #4d4d4d;
	font-size: 16px;
    line-height: 2;
    font-family: 'Roboto', 'Hiragino Sans GB', 'Microsoft YaHei', Verdana, Simsun, sans-serif !important;
}

.yzh-doctor-team {
	padding-bottom: 20px;
}

.yzh-yibao-services {
	padding-bottom: 30px;
}
.yzh-yibao-list {
	margin-top: 25px;
}
.yzh-yibao-list .yibao-ul h2 {
	line-height: 22px;
	font-size: 14px;
	position: relative;
	padding-left: 24px;
	padding-right: 84px;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}
.yzh-yibao-list .yibao-ul h2::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 14px;
	height: 14px;
	border: solid 3px #3d55aa;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.yzh-yibao-list .yibao-ul .date {
	float: right;
	position: absolute;
	right: 0;
	top: 0;
}
.yzh-yibao-list .yibao-ul li {
	border-top: solid 1px #e0e5eb;
}
.yzh-yibao-list .yibao-ul li:first-child {
	border-top: 0;
}
.yzh-yibao-list .yibao-ul li:last-child {
	border-bottom: solid 1px #e0e5eb;
}
.yzh-yibao-list .yibao-item {
	display: block;
	padding: 12px;
}
.yzh-yibao-list .yibao-item .more{
	width: 0;
	height: 122px;
	background: url(../images/more-view.jpg) no-repeat right center;
	box-shadow: -100px 0 122px #f2f6f7;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.yzh-yibao-list .yibao-item:hover .more{
	right: 0;
	opacity: 1;
	width: 142px;
}
.yzh-services-detail {
	padding-bottom: 30px;
	background: url("../images/yzh-services-detail-bg.jpg") no-repeat left bottom;
	background-size: 100% auto;
}
.yzh-services-detail .publicTitle1 {
	color: #333;
}
.yzh-services-detail-content {
	margin-top: 25px;
}
.yzh-services-detail-content .services-item h3 {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 8px;
}
.yzh-services-detail-content .services-item h4 {
	font-size: 16px;
	margin-bottom: 5px;
}
.yzh-services-detail-content .services-item .yzh-pic {
	margin-bottom: 15px;
}
.yzh-services-detail-content .services-item img {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.yzh-tszl-list {
	margin-top: 25px;
}
.yzh-tszl-ul {
	margin-bottom: 20px;
}
.yzh-tszl-ul li {
	margin-bottom: 15px;
}
.yzh-tszl-ul .yzh-pimg {
	border: solid 2px #f0f4f9;
}
.yzh-tszl-ul .yzh-pimg::after {
	padding-bottom: 56.33333%;
}
.yzh-tszl-ul .txt {
	background-color: #f0f4f9;
	padding: 15px;
}
.yzh-tszl-ul .title {
	color: #0e0e0e;
	font-size: 18px;
	margin-bottom: 8px;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}
.yzh-tszl-ul .desc {
	color: #888;
	height: 54px;
	margin-bottom: 15px;
	max-height: 54px;
	line-height: 18px;
	display: -webkit-box;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.yzh-tszl-ul .detail-btn {
	display: inline-block;
	-webkit-border-radius: 1000px;
	border-radius: 1000px;
	text-align: center;
	line-height: 28px;
	border: solid 1px #3d55aa;
	color: #3d55aa;
	min-width: 80px;
}
.yzh-tesezhenliao {
	padding-bottom: 30px;
}

.yzh-healthy {
	padding-bottom: 30px;
}
.yzh-healthy-content {
	margin-top: 25px;
}
.yzh-healthy-content img {
	width: 100%;
}

.yzh-volunteer {
	padding-bottom: 30px;
}
.yzh-volunteer-content {
	margin-top: 25px;
}
.yzh-volunteer-content img {
	width: 100%;
}

.yzh-visit {
	padding-bottom: 30px;
}
.yzh-visit-screen {
	-webkit-box-shadow: 0 5px 25px -5px #ddd;
	box-shadow: 0 5px 25px -5px #ddd;
	margin-top: 25px;
	padding: 30px;
}
.yzh-visit-screen .screen-form-area {
	margin-bottom: 10px;
}
.yzh-visit-screen .btn-form-area {
	margin-bottom: 0;
}
.yzh-visit-screen select {
	background-color: #ffffff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: solid 1px #e5e5e5;
	width: 100%;
	height: 36px;
	color: #666;
	padding-left: 15px;
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
	appearance: menulist;
}
.yzh-visit-screen input {
	height: 36px;
	width: 100%;
	padding: 0 15px;
	background-color: #ffffff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: solid 1px #e5e5e5;
}
.yzh-visit-screen button {
	background-color: #3d55aa;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 0;
	outline: 0;
	color: #fff;
	padding: 0 30px;
	height: 36px;
	min-width: 116px;
	position: relative;
}
.yzh-visit-screen button::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	width: 18px;
	height: 18px;
	background: url("../images/yzh-icon-search-btn.png") no-repeat center center;
	background-size: 100% 100%;
}
.yzh-visit-table {
	margin-top: 30px;
	overflow-x: auto;
	overflow-y: hidden;
}
.yzh-visit-table table {
	text-align: center;
	color: #4d4d4d;
}
.yzh-visit-table table thead {
	background-image: -webkit-linear-gradient(202deg, #7586eb 0%, #3d55aa 100%);
	background-image: -o-linear-gradient(202deg, #7586eb 0%, #3d55aa 100%);
	background-image: linear-gradient(248deg, #7586eb 0%, #3d55aa 100%);
}
.yzh-visit-table table tr:nth-child(4n), .yzh-visit-table table tr:nth-child(4n-1) {
	background-color: #f8f8f8;
}
.yzh-visit-table table th {
	line-height: 1.3;
	color: #fff;
	font-weight: normal;
}
.yzh-visit-table table th, .yzh-visit-table table td {
	border: solid 1px #e5e5e5;
	min-width: 80px;
	padding: 10px;
}
 @media (min-width: 768px) { /*联系我们 s*/
.contact-qrcode {
	font-size: 0;
}
.contact-qrcode .item {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	width: 33.3333%;
	margin-bottom: 0;
	padding-right: 15px;
}
.contact-qrcode .item:last-child {
	padding-right: 0;
}
.yzh-contact {
	padding-bottom: 30px;
}

.introduce-content .content-area-1 {
	position: relative;
}
.introduce-content .content-area-1 .pic-box {
	float: right;
	width: 42%;
}
.introduce-content .content-area-1 .txt {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	padding: 20px 42.5% 20px 0;
}
.introduce-content .content-area-1 .txt-box {
	height: 100%;
	letter-spacing: 0.3px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 20px;
}
.introduce-content .content-area-1 .txt-box::-webkit-scrollbar {
	width: 2px;
	height: 8px;
	background-color: #fff;
}
.introduce-content .content-area-1 .txt-box::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #fff;
}
.introduce-content .content-area-1 .txt-box::-webkit-scrollbar-thumb {
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
	background-color: #3d55aa;
}
.introduce-data li {
	min-width: 20%;
}

.yzh-culture-list {
	border-left: solid 1px #efefef;
}
.yzh-culture-list .item {
	width: 33.3333%;
}
.yzh-culture-list .item:nth-child(3) {
	border-top: solid 1px #efefef;
}
.yzh-culture-list .item:nth-child(odd) {
	border-left: 0;
}
.yzh-culture-list .desc {
	max-width: 234px;
	margin-left: auto;
	margin-right: auto;
}
.yzh-honor-list .item-list li {
	width: 33.3333%;
}

.leaders-list .leaders-ul {
	font-size: 0;
	position: relative;
	overflow: hidden;
	height: 224px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: column;
}
.leaders-list .leaders-ul::after {
	content: '';
	position: absolute;
	height: 100%;
	top: 12px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 1px;
	background: #E9E8E9;
}
.leaders-list .leaders-ul li {
	display: inline-block;
	width: 50%;
	padding-right: 5%;
	vertical-align: top;
}
.leaders-list .leaders-ul li:nth-child(6) .leaders-item {
	border: none;
}
.leaders-list .leaders-ul li:nth-child(n+6) {
	padding-right: 0;
	padding-left: 5%;
}
.leaders-item .name, .leaders-item .title {
	padding-top: 12px;
	padding-bottom: 12px;
}
.yzh-hospital-leaders {
	padding-bottom: 40px;
}

.yzh-video-list .yzh-video-ul li {
	width: 33.3333%;
}

.yzh-floor-content .item .floor-list {
	font-size: 0;
}
.yzh-floor-content .item .floor-list li {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}

.yzh-feedback-form form {
	margin-left: -7px;
	margin-right: -7px;
	font-size: 0;
}
.yzh-feedback-form .form-item {
	padding: 0 7px;
	font-size: 14px;
}
.yzh-feedback-form .input-box {
	display: inline-block;
	width: 33.3333%;
}
.yzh-feedback-form .form-ctrl {
	font-size: 0;
}
.yzh-feedback-form .form-code-box {
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	width: 33.3333%;
	padding-left: 7px;
	padding-right: 141px;
	margin-bottom: 0;
}
.yzh-feedback-form .reset-codeImg {
	right: 7px;
}
.yzh-feedback-form .form-submit {
	display: inline-block;
	vertical-align: top;
	margin-left: 7px;
}

.yzh-tszl-ul li {
	position: relative;
}
.yzh-tszl-ul li .pic {
	width: 50%;
	float: right;
}
.yzh-tszl-ul li .txt {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	padding: 30px;
}
.yzh-tszl-ul li:nth-child(even) .pic {
	float: left;
}
.yzh-tszl-ul li:nth-child(even) .txt {
	left: auto;
	right: 0;
}
.yzh-tszl-ul .title {
	margin-bottom: 14px;
}
.yzh-tszl-ul .desc {
	line-height: 24px;
	max-height: 72px;
	height: 72px;
	margin-bottom: 30px;
}

.yzh-visit-screen form {
	font-size: 0;
}
.yzh-visit-screen .screen-form-area {
	padding: 0 10px;
	display: inline-block;
	width: 25%;
	font-size: 14px;
	margin-bottom: 0;
}
.yzh-visit-table table {
	width: 100%;
}
.yzh-visit-table table th, .yzh-visit-table table td {
	min-width: auto;
}
}
 @media (min-width: 1024px) {
.map-box {
	padding-top: 50px;
}
.map-info {
	padding: 30px 40px;
	-webkit-box-shadow: 0 20px 30px -20px #D8D8D8;
	box-shadow: 0 20px 30px -20px #D8D8D8;
}
.map-info h2 {
	font-size: 18px;
}
.map-info h2 span {
	margin-top: 0;
	display: inline;
	margin-left: 20px;
	position: relative;
}
.map-info h2 span::before {
	content: '/';
	margin-right: 15px;
}
.contact-list {
	padding-top: 50px;
}
.contact-list ul {
	margin-left: -20px;
	margin-right: -20px;
}
.contact-list li {
	width: 33.3333%;
	padding: 0 20px;
	margin-bottom: 25px;
}
.contact-item {
	padding: 30px 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.contact-item:hover {
	border-color: transparent;
	-webkit-box-shadow: 0px 7px 30px 0px rgba(94, 94, 94, 0.15);
	box-shadow: 0px 7px 30px 0px rgba(94, 94, 94, 0.15);
}
.contact-item:hover h3 {
	color: #3d55aa;
}
.contact-item::before {
	top: 30px;
	height: 18px;
	width: 3px;
}
.contact-item h3 {
	font-size: 18px;
	margin-bottom: 14px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.contact-item .txt {
	padding: 0 20px;
}
.contact-item .txt-view {
	font-size: 16px;
	line-height: 26px;
}
.contact-qrcode .yzh-pic {
	width: 113px;
	height: 113px;
}
.contact-qrcode .yzh-pic img {
	width: 100%;
	height: 100%;
	max-width: none;
}
.contact-qrcode .info {
	line-height: 28px;
	padding-left: 20px;
}
.yzh-contact {
	padding-bottom: 75px;
}
.contact-qrcode {
	margin-left: -20px;
	margin-right: -20px;
}
.contact-qrcode .item {
	padding: 0 20px;
}

.introduce-content {
	position: relative;
	padding-top: 80px;
}
.introduce-content .content-area-1 {
	margin-top: 0;
	margin-bottom: 50px;
}
.introduce-content .content-area-1 .pic-box {
	position: relative;
	z-index: 2;
	-webkit-box-shadow: 0 15px 26px -10px #CBCBCB;
	box-shadow: 0 15px 26px -10px #CBCBCB;
}
.introduce-content .content-area-1 .pic-box::after {
	content: '';
	position: absolute;
	width: 52.99145%;
	height: 16.76829%;
	bottom: 100%;
	right: 0;
	background-color: #3d55aa;
}
.introduce-content .content-area-1 .txt {
	padding-top: 60px;
	font-size: 16px;
	line-height: 2;
	padding-bottom: 0;
	text-indent: 2em;
}
.introduce-content .introduce-data {
	margin-bottom: 26px;
}
.introduce-content .content-area-2 {
	font-size: 16px;
	line-height: 2;
}
.introduce-title {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.introduce-title span {
	font-size: 120px;
	height: 94px;
	line-height: 90px;
}
.introduce-title .txt {
	padding-left: 62px;
	bottom: 0;
}
.introduce-title .txt .zh {
	font-size: 22px;
	margin-bottom: 8px;
}
.introduce-title .txt .en {
	font-size: 22px;
}
.introduce-data .num {
	font-size: 34px;
}
.yzh-introduce {
	padding-bottom: 60px;
}

.culture-desc {
	margin-top: 45px;
	font-size: 20px;
}
.yzh-culture-list {
	margin-top: 40px;
}
.yzh-culture-list h3 {
	font-size: 18px;
	margin-bottom: 12px;
}
.yzh-culture-list .item {
	padding-top: 40px;
	padding-bottom: 40px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.yzh-culture-list .item:hover {
	background: #fff;
	-webkit-box-shadow: 0px 7px 30px 0px rgba(94, 94, 94, 0.15);
	box-shadow: 0px 7px 30px 0px rgba(94, 94, 94, 0.15);
}
.yzh-culture-list .desc {
	font-size: 16px;
	line-height: 32px;
	max-height: 64px;
	height: 64px;
}
.yzh-culture {
	padding-bottom: 65px;
}

.yzh-honor {
	padding-bottom: 50px;
}
.yzh-honor-list {
	margin-top: 50px;
}
.yzh-honor-list .item-list {
	margin-left: -14px;
	margin-right: -14px;
}
.yzh-honor-list .item-list li {
	padding: 0 14px;
	margin-bottom: 28px;
}
.honor-item {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
}
.honor-item:hover {
	border-color: #3d55aa;
	-webkit-box-shadow: 0 20px 20px -10px #C1C1C1;
	box-shadow: 0 20px 20px -10px #C1C1C1;
}
.honor-item:hover .yzh-pimg {
	-webkit-box-shadow: 10px 10px 16px -5px #666;
	box-shadow: 10px 10px 16px -5px #666;
}
.honor-item .yzh-pimg {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.honor-item .info {
	padding-top: 26px;
	padding-bottom: 26px;
}
.honor-item .info h2 {
	line-height: 22px;
	max-height: 44px;
	height: 44px;
	max-width: 256px;
	margin-left: auto;
	margin-right: auto;
}

.leaders-list .leaders-ul {
	height: 330px;
}
.leaders-item .name, .leaders-item .title {
	padding-top: 18px;
	padding-bottom: 18px;
}
.leaders-list {
	margin-top: 35px;
}
.leaders-list .leaders-ul::after {
	top: 18px;
}
.yzh-hospital-leaders {
	padding-bottom: 90px;
}

.organization-content {
	margin-top: 50px;
}
.yzh-organization {
	padding-bottom: 60px;
}

.trailer-bigVideo {
	margin-top: 55px;
}
.yzh-video-item:hover .yzh-pimg {
	-webkit-box-shadow: 0 20px 20px -15px #C1C1C1;
	box-shadow: 0 20px 20px -15px #C1C1C1;
}
.yzh-video-item:hover .yzh-pimg img {
	-webkit-transform: translate(-50%, -50%) scale(1.03);
	-ms-transform: translate(-50%, -50%) scale(1.03);
	-o-transform: translate(-50%, -50%) scale(1.03);
	transform: translate(-50%, -50%) scale(1.03);
}
.yzh-video-item .yzh-pimg {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.yzh-video-item h2 {
	font-size: 18px;
	line-height: 22px;
	max-height: 44px;
	height: 44px;
	margin-top: 14px;
}
.yzh-video-item .yzh-video-play {
	width: 56px;
	height: 56px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.yzh-video-item .yzh-video-play:hover {
	background-image: url("../images/yzh-icon-play2.png");
}
.yzh-video-list .yzh-video-ul {
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 12px;
}
.yzh-video-list .yzh-video-ul li {
	padding: 0 10px;
	margin-bottom: 24px;
}
.yzh-video-list .load-pagination {
	margin-top: -20px;
}
.yzh-trailer {
	padding-bottom: 60px;
}

.yzh-history {
	padding-bottom: 50px;
}
.yzh-history-view {
	margin-top: 50px;
	padding: 0 0 4.5% 0;
	margin-bottom: 30px;
}
.yzh-history-view::after {
	left: 50%;
	top: 10px;
	bottom: 0;
}
.yzh-history-list li {
	padding-bottom: 20px;
	position: relative;
	min-height: 26vw;
}
.yzh-history-list li .year {
	padding: 0 0 0 35px;
	font-size: 30px;
	line-height: 36px;
}
.yzh-history-list li .year::after {
	left: -12px;
	width: 25px;
	height: 25px;
	margin-top: -12px;
	border-width: 5px;
}
.yzh-history-list li .year::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 100%;
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed rgba(90, 109, 213, 0.5);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.yzh-history-list li .info {
	padding: 0 0 0 35px;
}
.yzh-history-list li .item {
	position: relative;
}
.yzh-history-list li .item h3 {
	font-size: 16px;
	line-height: 30px;
}
.yzh-history-list li .item h3::after {
	left: -38px;
	top: 16px;
}
.yzh-history-list li .date {
	position: absolute;
	top: 0;
	left: -115px;
	line-height: 30px;
	font-size: 16px;
	margin-bottom: 0;
}
.yzh-history-list li:nth-child(odd) {
	text-align: right;
	padding-right: 50%;
}
.yzh-history-list li:nth-child(odd) .year {
	padding: 0 35px 0 0;
}
.yzh-history-list li:nth-child(odd) .year::after {
	left: auto;
	right: -12px;
}
.yzh-history-list li:nth-child(odd) .year::before {
	right: auto;
	left: 100%;
}
.yzh-history-list li:nth-child(odd) .info {
	padding: 0 35px 0 0;
}
.yzh-history-list li:nth-child(odd) .item h3::after {
	left: auto;
	right: -39px;
}
.yzh-history-list li:nth-child(odd) .date {
	left: auto;
	right: -115px;
}
.yzh-history-list li:nth-child(odd) .history-img {
	right: auto;
	left: 50%;
	-webkit-transform: translateX(120px);
	-ms-transform: translateX(120px);
	-o-transform: translateX(120px);
	transform: translateX(120px);
}
.yzh-history-list li:nth-child(even) {
	text-align: left;
	padding-left: 50%;
}
.yzh-history-list .history-img {
	display: block;
	position: absolute;
	top: 53px;
	width: 50%;
	right: 50%;
}
.yzh-history-list .history-img .yzh-pimg {
	-webkit-box-shadow: 0 10px 30px -5px #ddd;
	box-shadow: 0 10px 30px -5px #ddd;
}
.yzh-history-list .history-img .yzh-pimg::after {
	padding-bottom: 65%;
}
.yzh-history-list .history-img .pic-box {
	width: 66.66667%;
	position: relative;
}
.yzh-history-list .history-img .pic-box::after {
	content: '';
	position: absolute;
	bottom: 100%;
	height: 35px;
	width: 1px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	border-left: 1px dashed rgba(90, 109, 213, 0.5);
}

.publicPage1 {
	padding-bottom: 60px;
}
.publicPage1 .publicPage1-content {
	margin-top: 40px;
}
.publicPage1 .publicPage1-content .desc {
	font-size: 16px;
	line-height: 34px;
	margin-bottom: 40px;
}
.publicPage1 .publicPage1-content .tips {
	font-size: 16px;
	line-height: 34px;
}

.yzh-floor-tab {
	margin-top: 55px;
}
.yzh-floor-swiper .swiper-slide {
	line-height: 53px;
	cursor: pointer;
}
.yzh-floor-swiper .swiper-slide span {
	font-size: 18px;
}
.yzh-floor-swiper .icon {
	width: 30px;
	height: 30px;
	margin-right: 19px;
}
.yzh-floor-view {
	margin-top: 52px;
}
.yzh-floor-content .item .floor {
	width: 94px;
	font-size: 24px;
}
.yzh-floor-content .item .floor-list li {
	font-size: 16px;
	width: 33.3333%;
	padding: 10px;
}
.yzh-floor-content .view-even .item .floor-list li {
	width: 50%;
}
.yzh-floor-content .item .info {
	padding: 15px;
}
.yzh-floor-content .item .ltit {
	width: 94px;
    display: table-cell;
}
.yzh-floor-content .item .info .tit {
	color: #3d55aa;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 3px;
	text-indent: 1em;
}
.yzh-floor-guide {
	padding-bottom: 60px;
}

.yzh-feedback {
	padding-bottom: 60px;
}
.yzh-feedback-form {
	margin-top: 50px;
}
.yzh-feedback-form form {
	margin-left: -12px;
	margin-right: -12px;
}
.yzh-feedback-form input {
	height: 48px;
	font-size: 16px;
	padding: 0 20px;
}
.yzh-feedback-form .form-item {
	padding: 0 12px;
	margin-bottom: 24px;
}
.yzh-feedback-form textarea {
	font-size: 16px;
	padding: 16px 20px;
	height: 260px;
}
.yzh-feedback-form .form-code-box {
	padding-left: 12px;
	padding-right: 168px;
}
.yzh-feedback-form .reset-codeImg {
	width: 156px;
	height: 48px;
	right: 12px;
}
.yzh-feedback-form .form-submit {
	margin-left: 12px;
}
.yzh-feedback-form .form-submit .btn-submit {
	height: 48px;
	font-size: 16px;
	width: 160px;
}

.yzh-bidding {
	padding-bottom: 57px;
}
.bidding-content {
	margin-top: 50px;
}
.bidding-content .yzh-publicList-1 {
	margin-bottom: 45px;
}

.yzh-keshi-navigation {
	padding-bottom: 25px;
}
.yzh-keshi-tabview {
	padding-top: 35px;
	padding-bottom: 35px;
}
.yzh-keshi-tabview .yzh-publicTab-1 {
	margin-bottom: 40px;
}
.traffic-tabview {
	padding-top: 36px;
	padding-bottom: 50px;
}

.yzh-introduce-content p {
	font-size: 16px;
	line-height: 2;
	text-indent: 16px;
}
.yzh-keshi-introduce {
	padding-bottom: 60px;
}
.yzh-keshi-introduce .yzh-publicCtrl {
	margin-top: 34px;
}

.yzh-doctor-team {
	padding-bottom: 70px;
}

.yzh-yibao-services {
	padding-bottom: 50px;
}
.yzh-yibao-list {
	margin-top: 35px;
}
.yzh-yibao-list .yibao-ul li {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.yzh-yibao-list .yibao-ul li:hover {
	border-color: transparent;
}
.yzh-yibao-list .yibao-ul li:hover a {
	z-index: 3;
	border-color: transparent;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 26px -3px #CCCCCC;
	box-shadow: 0 0 26px -3px #CCCCCC;
}
.yzh-yibao-list .yibao-ul li:hover a .txt {
	color: #3d55aa;
}
.yzh-yibao-list .yibao-ul li:hover + li {
	border-top-color: transparent;
}
.yzh-yibao-list .yibao-item {
	padding: 30px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	position: relative;
}
.yzh-yibao-list .yibao-ul h2 {
	font-size: 16px;
	padding-right: 200px;
}

.yzh-services-detail-content {
	margin-top: 50px;
}
.yzh-services-detail-content .services-item {
	margin-bottom: 20px;
}
.yzh-services-detail-content .services-item h3 {
	font-size: 22px;
	margin-bottom: 16px;
}
.yzh-services-detail-content .services-item h4 {
	font-size: 18px;
	margin-bottom: 10px;
}
.yzh-services-detail-content .services-item p {
	font-size: 16px;
	line-height: 32px;
}

.yzh-tesezhenliao {
	padding-bottom: 70px;
}
.yzh-tszl-list {
	margin-top: 50px;
}
.yzh-tszl-ul {
	margin-bottom: 50px;
}
.yzh-tszl-ul li {
	margin-bottom: 20px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.yzh-tszl-ul li .txt {
	padding: 50px 40px 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.yzh-tszl-ul li:hover {
	-webkit-box-shadow: 0 10px 20px -5px #CACDD1;
	box-shadow: 0 10px 20px -5px #CACDD1;
}
.yzh-tszl-ul li:hover .txt {
	background-color: #3d55aa;
}
.yzh-tszl-ul li:hover .title a, .yzh-tszl-ul li:hover .desc {
	color: #fff;
}
.yzh-tszl-ul li:hover .detail-btn {
	background-color: #eb8323;
	border-color: #eb8323;
	color: #fff;
	-webkit-box-shadow: 0 0 20px -15px #eb8323;
	box-shadow: 0 0 20px -15px #eb8323;
}
.yzh-tszl-ul li:hover img {
	-webkit-transform: translate(-50%, -50%) scale(1.03);
	-ms-transform: translate(-50%, -50%) scale(1.03);
	-o-transform: translate(-50%, -50%) scale(1.03);
	transform: translate(-50%, -50%) scale(1.03);
}
.yzh-tszl-ul .title {
	font-size: 22px;
	margin-bottom: 22px;
}
.yzh-tszl-ul .title a {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.yzh-tszl-ul .desc {
	font-size: 16px;
	line-height: 32px;
	max-height: 96px;
	height: 96px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.yzh-tszl-ul .detail-btn {
	min-width: 120px;
	line-height: 30px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.yzh-healthy {
	padding-bottom: 70px;
}
.yzh-healthy-content {
	margin-top: 50px;
}

.yzh-volunteer {
	padding-bottom: 70px;
}
.yzh-volunteer-content {
	margin-top: 50px;
}

.yzh-visit-screen {
	margin-top: 50px;
}
.yzh-visit-table {
	margin-top: 40px;
}
.yzh-visit-table table th, .yzh-visit-table table td {
	padding: 14px 10px;
	line-height: 22px;
}
.yzh-visit {
	padding-bottom: 50px;
}
}
 @media (min-width: 1260px) {
.map-box {
	padding-top: 75px;
}
.map-info {
	padding: 40px 50px;
}
.map-info h2 {
	font-size: 20px;
}
.map-info h2 span {
	margin-left: 30px;
}
.map-info h2 span::before {
	margin-right: 20px;
}
.contact-list {
	padding-top: 80px;
	padding-bottom: 20px;
}
.contact-list ul {
	margin-left: -30px;
	margin-right: -30px;
}
.contact-list li {
	padding: 0 30px;
	margin-bottom: 40px;
}
.contact-item {
	padding-top: 40px;
	padding-bottom: 38px;
}
.contact-item::before {
	top: 40px;
	height: 20px;
}
.contact-item h3 {
	font-size: 20px;
	margin-bottom: 18px;
}
.contact-item .txt {
	padding: 0 30px;
}
.contact-item .txt-view {
	line-height: 32px;
	font-size: 18px;
}
.contact-qrcode {
	margin-left: -30px;
	margin-right: -30px;
}
.contact-qrcode .item {
	padding: 0 30px;
}
.yzh-contact {
	padding-bottom: 93px;
}

.introduce-content {
	padding-top: 106px;
}
.introduce-content .content-area-1 {
	margin-bottom: 89px;
}
.introduce-content .content-area-1 .txt {
	padding-right: 540px;
    padding-top: 55px;
    padding-bottom: 0px;
}
.introduce-content .introduce-data {
	margin-bottom: 48px;
}
.introduce-title span {
	font-size: 160px;
	height: 126px;
	line-height: 126px;
}
.introduce-title .txt {
	padding-left: 84px;
}
.introduce-title .txt .zh {
	font-size: 26px;
	margin-bottom: 16px;
}
.introduce-title .txt .en {
	font-size: 26px;
}
.introduce-data .num {
	font-size: 48px;
	margin-right: 8px;
}
.yzh-introduce {
	padding-bottom: 84px;
}

.culture-desc {
	font-size: 24px;
	margin-top: 74px;
}
.yzh-culture-list {
	margin-top: 60px;
}
.yzh-culture-list .item {
	height: 200px;
	padding-top: 50px;
}
.yzh-culture-list h3 {
	font-size: 20px;
	margin-bottom: 18px;
}
.yzh-culture {
	padding-bottom: 93px;
}
.yzh-culture .commonweb {
	padding-left: 40px;
	padding-right: 40px;
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
}

.yzh-honor-list {
	margin-top: 75px;
}
.yzh-honor-list .item-list {
	margin-left: -18px;
	margin-right: -18px;
	margin-bottom: 14px;
}
.yzh-honor-list .item-list li {
	padding: 0 18px;
	margin-bottom: 36px;
}
.honor-item .info {
	padding: 32px 20px;
}
.yzh-honor {
	padding-bottom: 73px;
}

.leaders-list .leaders-ul {
	margin-top: 55px;
}

.organization-content {
	margin-top: 60px;
}

.trailer-bigVideo {
	margin-top: 76px;
	margin-bottom: 28px;
}
.yzh-trailer {
	padding-bottom: 93px;
}

.yzh-history {
	padding-bottom: 73px;
}
.yzh-history-view {
	margin-top: 71px;
	padding-bottom: 30px;
	margin-bottom: 40px;
}
.yzh-history-view .item {
	margin-bottom: 20px;
}
.yzh-history-list .year {
	margin-bottom: 25px;
}
.yzh-history-list li {
	padding-bottom: 40px;
	min-height: 350px;
}
.yzh-history-list li:nth-child(odd) .history-img {
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	padding-left: 135px;
}
.yzh-history-list .history-img {
	top: 70px;
}
.yzh-history-list .history-img .pic-box {
	width: 400px;
}
.yzh-history-list .history-img .pic-box::after {
	height: 51px;
}
.publicPage1 {
	padding-bottom: 82px;
}
.publicPage1 .publicPage1-content {
	margin-top: 63px;
}
.publicPage1 .publicPage1-content .desc {
	line-height: 38px;
	margin-bottom: 60px;
}
.yzh-floor-tab {
	margin-top: 60px;
}
.yzh-floor-guide {
	padding-bottom: 92px;
}
.yzh-floor-content .item .info {
	padding: 20px 30px;
}
.yzh-floor-content .item .floor-list li {
	padding: 15px 10px;
}

.yzh-feedback {
	padding-bottom: 93px;
}
.yzh-feedback-form {
	margin-top: 76px;
}
.yzh-feedback-form form {
	margin-left: -15px;
	margin-right: -15px;
}
.yzh-feedback-form input {
	height: 56px;
}
.yzh-feedback-form .form-item {
	padding: 0 15px;
	margin-bottom: 30px;
}
.yzh-feedback-form textarea {
	height: 368px;
}
.yzh-feedback-form .form-code-box {
	padding-left: 15px;
	padding-right: 205px;
}
.yzh-feedback-form .reset-codeImg {
	width: 190px;
	height: 56px;
	right: 15px;
}
.yzh-feedback-form .form-submit {
	margin-left: 15px;
}
.yzh-feedback-form .form-submit .btn-submit {
	width: 190px;
	height: 56px;
}
.bidding-content .yzh-publicList-1 {
	margin-bottom: 66px;
}
.yzh-keshi-navigation {
	padding-bottom: 30px;
}
.yzh-keshi-tabview {
	padding-top: 40px;
	padding-bottom: 30px;
}
.yzh-keshi-tabview .yzh-publicTab-1 {
	margin-bottom: 50px;
}
.traffic-tabview {
	padding: 40px 0;
}

.yzh-keshi-introduce {
	padding-bottom: 80px;
}
.yzh-keshi-introduce .yzh-publicCtrl {
	margin-top: 56px;
}

.yzh-doctor-team {
	padding-bottom: 123px;
}
.yzh-doctor-team .yzh-keshi-tabview {
	margin-bottom: 78px;
}

.yzh-yibao-services {
	padding-bottom: 77px;
}
.yzh-yibao-list {
	margin-top: 50px;
	margin-bottom: 70px;
}
.yzh-yibao-list .yibao-ul h2 {
	font-size: 18px;
	padding-left: 35px;
	padding-right: 300px;
}
.yzh-yibao-list .yibao-ul h2::before {
	width: 18px;
	height: 18px;
	border-width: 4px;
}
.yzh-yibao-list .yibao-item {
	padding: 50px 52px 50px 32px;
}

.yzh-services-detail {
	padding-bottom: 74px;
}
.yzh-services-detail-content {
	margin-top: 76px;
}
.yzh-services-detail-content .services-item h3 {
	font-size: 24px;
	margin-bottom: 38px;
}
.yzh-services-detail-content .services-item h4 {
	font-size: 20px;
	margin-bottom: 18px;
}
.yzh-services-detail-content .services-item .yzh-pic {
	margin-bottom: 30px;
}

.yzh-tszl-list {
	margin-top: 76px;
}
.yzh-tszl-ul {
	margin-bottom: 70px;
}
.yzh-tszl-ul li .txt {
	padding: 62px 54px 0 51px;
}
.yzh-tszl-ul .title {
	font-size: 24px;
}
.yzh-tszl-ul .desc {
	margin-bottom: 40px;
}
.yzh-tesezhenliao {
	padding-bottom: 120px;
}

.yzh-healthy {
	padding-bottom: 111px;
}
.yzh-healthy-content {
	margin-top: 76px;
}

.yzh-volunteer {
	padding-bottom: 93px;
}
.yzh-volunteer-content {
	margin-top: 76px;
}

.yzh-visit-screen {
	margin-top: 76px;
	padding: 40px 35px;
}
.yzh-visit-screen form {
	margin-left: -15px;
	margin-right: -15px;
	text-align: center;
}
.yzh-visit-screen .screen-form-area {
	width: 310px;
	padding: 0 15px;
}
.yzh-visit-screen .btn-form-area {
	width: 200px;
}
.yzh-visit-screen select, .yzh-visit-screen input {
	height: 43px;
	padding: 0 23px;
}
.yzh-visit-screen button {
	height: 43px;
	font-size: 16px;
	font-weight: bold;
	width: 100%;
}
.yzh-visit-screen button::before {
	margin-right: 12px;
}
.yzh-visit-table {
	margin-top: 55px;
}
.yzh-visit {
	padding-bottom: 73px;
}
}

.yzh-pic img {
	max-width: 100%;
}
.yzh-pimg {
	position: relative;
	overflow: hidden;
}
.yzh-pimg::after {
	content: '';
	display: block;
}
.yzh-pimg img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 530px;
	min-width: 100%;
	height: 312px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.publicBanner .yzh-pic {
	overflow: hidden;
}
.publicBanner img {
	height: 150px;
	width: auto;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	max-width: none;
}
.borderline {
	border-bottom: 1px solid #ddd;
}
.publicBanner .crumb {
	display: none;
}
.publicBanner .crumb ul {
	font-size: 0;
}
.publicBanner .crumb li {
	font-size: 14px;
	letter-spacing: 1px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-right: 14px;
}
.publicBanner .crumb li::after {
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 2px;
	border-style: dashed dashed dashed solid;
	border-color: transparent transparent transparent #A8B0DC;
	border-width: 3px;
}
.publicBanner .crumb li:last-child {
	padding-right: 0;
}
.publicBanner .crumb li:last-child::after {
	display: none;
}
.publicBanner .crumb li.home a {
	width: 30px;
	height: 30px;
	background: url("../images/yzh-icon-home.png") no-repeat center 6px;
	background-size: 15px auto;
}
.publicBanner .crumb a {
	display: block;
	line-height: 30px;
	color: #999;
}
 @media (min-width: 768px) {
.publicBanner img {
	width: 100%;
	position: static;
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	height: auto;
}
}
 @media (min-width: 1024px) {
.publicBanner .crumb {
	display: block;
    margin-top: 10px;
}
.publicBanner .crumb ul {
	padding-top: 10px;
	padding-bottom: 10px;
}
.publicBanner .crumb li {
	padding-right: 22px;
}
.publicBanner .crumb li.home {
	padding-right: 15px;
}
.publicBanner .crumb li::after {
	right: 6px;
}
.publicBanner .crumb a {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.publicBanner .crumb a:hover {
	color: #3d55aa;
}
.publicContainer {
	padding-top: 50px;
}
}
 @media (min-width: 1260px) {
.publicBanner .crumb ul {
	padding: 20px 0 10px;
}
.publicContainer {
    padding-top: 50px;
}
}

.publicTitle1 {
	font-size: 20px;
	line-height: 1;
	padding-bottom: 15px;
	position: relative;
	text-align: center;
	color: #3d55aa;
}
.publicTitle1::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 2px;
	background-color: #3d55aa;
	width: 40px;
}
.spage-content {
	font-size: 16px;
	line-height: 2;
	padding: 40px;
	margin-top: 40px;
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: 6px 6px 0 rgba(0, 0, 0, .03);
}
.spage-content table {
	margin: 0 auto;
}
.spage-content table, 
.spage-content tr, 
.spage-content td {
	border: 1px solid #cdcdcd !important;
	padding: 5px 10px;
}
.spage-content table p {
	text-indent: 0;
}
.spage-content table.checkup {
	margin: -41px;
}
.spage-content table.checkup tr.firstRow td {
	height: 50px;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 1px;
}
.spage-content table.checkup tr.title td {
	height: 40px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
}
.spage-content table.checkup td {
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0.5px;
	padding: 11px 10px 8px;
}
.p-ld {
	margin-bottom: 10px;
}
.ofhd {
	width: 1240px;
	margin-top: 50px;
	overflow: hidden;
    border: 1px solid #ddd;
	box-shadow: 6px 6px 0 rgba(0, 0, 0, .03);
}
.oline {
	background: url(../images/oline.png) right bottom no-repeat;
	width: 100%;
    height: 100%;
    background-size: 100% 100%; 
	margin: 0;
	padding: 0;
}
.oline img {
	display: none;
}
 @media (min-width: 1024px) {
.publicTitle1 {
	font-size: 28px;
	padding-bottom: 20px;
}
.publicTitle1::after {
	width: 50px;
	height: 4px;
}
}
 @media (min-width: 1260px) {
.publicTitle1 {
	font-size: 36px;
	padding-bottom: 24px;
}
}

.publicTitle2 {
	font-size: 16px;
	padding-left: 10px;
	position: relative;
}
.publicTitle2::before {
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 16px;
	left: 0;
	width: 2px;
	background-color: #eb8323;
}
 @media (min-width: 1024px) {
.publicTitle2 {
	font-size: 18px;
}
.publicTitle2::before {
	height: 18px;
}
}
 @media (min-width: 1260px) {
.publicTitle2 {
	font-size: 20px;
}
.publicTitle2::before {
	height: 20px;
}
}

.commonweb1600 {
	padding-left: 15px;
	padding-right: 15px;
}
 @media (min-width: 1024px) {
.commonweb1600 {
	padding-left: 20px;
	padding-right: 20px;
}
}
 @media (min-width: 1280px) {
.commonweb1600 {
	padding-left: 40px;
	padding-right: 40px;
}
}
 @media (min-width: 1460px) {
.commonweb1600 {
	padding-left: 60px;
	padding-right: 60px;
}
}
 @media (min-width: 1760px) {
.commonweb1600 {
	max-width: 1718px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}
}

.publicMore a {
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: #3d55aa;
	-webkit-border-radius: 1000px;
	border-radius: 1000px;
	line-height: 36px;
	width: 124px;
	padding: 0 20px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}
 @media (min-width: 1024px) {
.publicMore a {
	min-width: 124px;
	line-height: 40px;
	font-size: 16px;
	padding: 0;
}
}

.yzh-publicList-1 .publicList-ul li {
	padding: 10px 0;
	border-bottom: solid 1px #eee;
}
.yzh-publicList-1 .publicList-ul li:first-child {
	padding-top: 0;
}
.yzh-publicList-1 .publicList-ul h2 {
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 5px;
}
.yzh-publicList-1 .publicList-ul h2 a {
	font-size: 18px;
	line-height: 1;
}
.yzh-publicList-1 .publicList-ul .desc {
	color: #808080;
	max-height: 40px;
	line-height: 20px;
	display: -webkit-box;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-bottom: 5px;
}
.yzh-publicList-1 .publicList-ul .date {
	color: #666;
}
 @media (min-width: 1024px) {
.yzh-publicList-1 .publicList-ul li {
	padding: 20px 0;
}
.yzh-publicList-1 .publicList-ul h2 {
	margin-bottom: 8px;
}
.yzh-publicList-1 .publicList-ul h2 a {
	font-size: 22px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.yzh-publicList-1 .publicList-ul h2 a:hover {
	color: #3d55aa;
}
.yzh-publicList-1 .publicList-ul .desc {
	margin-bottom: 6px;
}
}
 @media (min-width: 1260px) {
.yzh-publicList-1 .publicList-ul li {
	padding-top: 28px;
	padding-bottom: 22px;
}
.yzh-publicList-1 .publicList-ul h2 a {
	font-size: 24px;
}
}

.yzh-publicList-2 .publicList2-ul {
	font-size: 0;
	margin-left: -5px;
	margin-right: -5px;
}
.yzh-publicList-2 .publicList2-ul li {
	display: inline-block;
	vertical-align: top;
	width: 33.3333%;
	padding: 0 5px;
	font-size: 14px;
	margin-bottom: 10px;
}
.yzh-publicList-2 .publicList2-ul li a {
	display: block;
	text-align: center;
	border: solid 1px #e0e0e0;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 8px;
	line-height: 1.2;
	letter-spacing: 1px;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}
 @media (min-width: 768px) {
.yzh-publicList-2 .publicList2-ul li {
	width: 25%;
}
}
 @media (min-width: 1024px) {
.yzh-publicList-2 .publicList2-ul {
	margin-left: -8px;
	margin-right: -8px;
}
.yzh-publicList-2 .publicList2-ul li {
	width: 16.666%;
	padding: 0 8px;
	margin-bottom: 16px;
}
.yzh-publicList-2 .publicList2-ul li a {
	font-size: 16px;
	padding: 15px 10px 14px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.yzh-publicList-2 .publicList2-ul li a:hover {
	color: #fff;
	background-color: #3d55aa;
	border-color: #3d55aa;
	-webkit-box-shadow: 0 0 36px -10px #A8E4EC;
	box-shadow: 0 0 36px -10px #A8E4EC;
}
.yzh-publicList-2 .publicList2-ul li.cur a {
	color: #fff;
	background-color: #3d55aa;
	border-color: #3d55aa;
	-webkit-box-shadow: 0 0 36px -10px #A8E4EC;
	box-shadow: 0 0 36px -10px #A8E4EC;
}
}
 @media (min-width: 1260px) {
.yzh-publicList-2 .publicList2-ul {
	margin-left: -12px;
	margin-right: -12px;
}
.yzh-publicList-2 .publicList2-ul li {
	padding: 0 12px;
	margin-bottom: 25px;
}
.yzh-publicList-2 .publicList2-ul li a {
	padding: 16px 12px 15px;
}
}

.yzh-publicTab-1 {
	overflow-y: hidden;
	overflow-x: auto;
}
.yzh-publicTab-1 ul {
	font-size: 0;
	white-space: nowrap;
	border-bottom: solid 2px #e6e6e6;
}
.yzh-publicTab-1 li {
	width: 33.3333%;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
    text-align: center;
}
.yzh-publicTab-1 li:last-child {
	margin-right: 0;
}
.yzh-publicTab-1 li.cur a {
	color: #3d55aa;
	font-weight: bold;
}
.yzh-publicTab-1 li.cur a::after {
	width: 100%;
}
.yzh-publicTab-1 li a {
	display: block;
	padding: 8px 0;
	line-height: 1.3;
	position: relative;
}
.yzh-publicTab-1 li a::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 2px;
	background: #3d55aa;
	z-index: 2;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.yzh-publicTab-2 {
	overflow-y: hidden;
	overflow-x: auto;
    padding-bottom: 35px;
}
.yzh-publicTab-2 ul {
	font-size: 0;
	white-space: nowrap;
	border-bottom: solid 2px #e6e6e6;
}
.yzh-publicTab-2 li {
	width: 25%;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
    text-align: center;
}
.yzh-publicTab-2 li:last-child {
	margin-right: 0;
}
.yzh-publicTab-2 li.cur a {
	color: #3d55aa;
	font-weight: bold;
}
.yzh-publicTab-2 li.cur a::after {
	width: 100%;
}
.yzh-publicTab-2 li a {
	display: block;
	padding: 8px 0;
	line-height: 1.3;
	position: relative;
}
.yzh-publicTab-2 li a::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 2px;
	background: #3d55aa;
	z-index: 2;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
 @media (min-width: 1024px) {
.yzh-publicTab-1 li a, .yzh-publicTab-2 li a {
	padding: 14px 0;
	font-size: 17px;
}
.yzh-publicTab-1 li a:hover::after, .yzh-publicTab-2 li a:hover::after {
	width: 100%;
}
}
 @media (min-width: 1260px) {
.yzh-publicTab-1 li a, .yzh-publicTab-2 li a {
	padding: 20px 0;
	font-size: 20px;
}
}

.yzh-publicProfessorList .ProfessorList-title h2 {
	font-size: 18px;
	border-bottom: solid 2px #e6e6e6;
}
.yzh-publicProfessorList .ProfessorList-title h2 span {
	line-height: 26px;
	padding-bottom: 8px;
	display: inline-block;
	position: relative;
}
.yzh-publicProfessorList .ProfessorList-title h2 span::after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #31bfd1;
	bottom: -2px;
}
.yzh-publicProfessorList .ProfessorList-title h2 a {
	float: right;
	font-size: 14px;
	color: #3d55aa;
	line-height: 26px;
}
.yzh-publicProfessorList .yzh-profess-swiper {
	overflow: hidden;
	padding-bottom: 20px;
}
.yzh-publicProfessorList .yzh-profess-page {
	font-size: 0;
	text-align: center;
	line-height: 1;
	margin-top: 15px;
}
.yzh-publicProfessorList .yzh-profess-page span {
	width: 8px;
	height: 8px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	display: inline-block;
	background: #ddd;
	margin: 0 3px;
}
.yzh-publicProfessorList .yzh-profess-page .swiper-pagination-bullet-active {
	background: #3d55aa;
}
 @media (min-width: 1024px) {
.yzh-publicProfessorList .ProfessorList-title {
	margin-bottom: 10px;
}
.yzh-publicProfessorList .ProfessorList-title h2 {
	font-size: 20px;
}
.yzh-publicProfessorList .ProfessorList-title h2 span {
	padding-bottom: 16px;
}
.yzh-publicProfessorList .yzh-profess-page {
	margin-top: 20px;
}
}
 @media (min-width: 1260px) {
.yzh-publicProfessorList .ProfessorList-title {
	margin-bottom: 20px;
}
.yzh-publicProfessorList .ProfessorList-title h2 {
	font-size: 24px;
}
.yzh-publicProfessorList .ProfessorList-title h2 span {
	padding-bottom: 24px;
}
}

.yzh-publicProfess-item a {
	display: block;
	border: solid 1px #e5e5e5;
	padding: 10px 10px 14px;
}
.yzh-publicProfess-item .info {
	width: 100%;
	padding-bottom: 10px;
	border-bottom: solid 1px #e5e5e5;
	margin-bottom: 8px;
}
.yzh-publicProfess-item .yzh-pimg {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}
.yzh-publicProfess-item .yzh-pimg::after {
	padding-bottom: 136.47059%;
}
.yzh-publicProfess-item .txt {
	text-align: center;
	margin-top: 8px;
}
.yzh-publicProfess-item .txt h2 {
	font-size: 16px;
	color: #3d55aa;
	line-height: 1;
	margin-bottom: 5px;
}
.yzh-publicProfess-item .txt p {
	line-height: 18px;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.yzh-publicProfess-item .desc {
	height: 60px;
	color: #4d4d4d;
	max-height: 60px;
	line-height: 20px;
	display: -webkit-box;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
 @media (min-width: 768px) {
.yzh-publicProfess-item a {
	padding: 15px;
}
.yzh-publicProfess-item .info {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.yzh-publicProfess-item .yzh-pimg {
	width: 36.01695%;
	margin: 0;
	display: table-cell;
	vertical-align: top;
}
.yzh-publicProfess-item .txt {
	display: table-cell;
	vertical-align: top;
	text-align: left;
	padding-left: 20px;
	padding-top: 9.78261%;
}
.yzh-publicProfess-item .txt h2 {
	font-size: 18px;
	margin-bottom: 10px;
}
.yzh-publicProfess-item .txt p {
	max-width: none;
	line-height: 24px;
}
}
 @media (min-width: 1024px) {
.yzh-publicProfess-item .info {
	padding-bottom: 20px;
	margin-bottom: 12px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.yzh-publicProfess-item .txt h2 {
	font-size: 20px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.yzh-publicProfess-item .txt p {
	line-height: 24px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.yzh-publicProfess-item .desc {
	line-height: 24px;
	max-height: 72px;
	height: 72px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.yzh-publicProfess-item a {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	position: relative;
}
.yzh-publicProfess-item a::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: -webkit-linear-gradient(202deg, #7586eb 0%, #3d55aa 100%);
	background-image: -o-linear-gradient(202deg, #7586eb 0%, #3d55aa 100%);
	background-image: linear-gradient(248deg, #7586eb 0%, #3d55aa 100%);
	opacity: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	z-index: -1;
}
.yzh-publicProfess-item a:hover {
	-webkit-box-shadow: 0 0 30px -5px #A6B0AE;
	box-shadow: 0 0 30px -5px #A6B0AE;
}
.yzh-publicProfess-item a:hover::after {
	opacity: 1;
}
.yzh-publicProfess-item a:hover .info {
	border-color: #fff;
}
.yzh-publicProfess-item a:hover .txt h2, .yzh-publicProfess-item a:hover .txt p {
	color: #fff;
}
.yzh-publicProfess-item a:hover .desc {
	color: #fff;
}
}
 @media (min-width: 1260px) {
.yzh-publicProfess-item a {
	padding: 20px 20px 26px;
}
.yzh-publicProfess-item .txt {
	padding-left: 30px;
	padding-top: 27px;
}
.yzh-publicProfess-item .txt h2 {
	margin-bottom: 14px;
}
.yzh-publicProfess-item .info {
	padding-bottom: 27px;
}
}

.yzh-publicCtrl ul {
	font-size: 0;
}
.yzh-publicCtrl li {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.yzh-publicCtrl .publicCtrl-item {
	display: block;
	border: solid 1px #3d55aa;
	line-height: 40px;
	min-width: 160px;
	padding: 0 10px;
	text-align: center;
	position: relative;
}
.yzh-publicCtrl .publicCtrl-item:hover {
	color: #fff;
	background: #3d55aa;
}
.yzh-publicCtrl .publicCtrl-item:hover .h-img {
	opacity: 1;
}
.yzh-publicCtrl .publicCtrl-item:hover .d-img {
	opacity: 0;
}
.yzh-publicCtrl .publicCtrl-item:hover .publicCtrl-codebox {
	opacity: 1;
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
	pointer-events: auto;
	color: #333;
}
.yzh-publicCtrl .icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	margin-right: 5px;
}
.yzh-publicCtrl .icon img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.yzh-publicCtrl .h-img {
	opacity: 0;
}
.yzh-publicCtrl .txt {
	font-size: 14px;
	vertical-align: middle;
}
.yzh-publicCtrl .publicCtrl-codebox {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 100%;
	background: url("../images/yzh-publicCtrl-code-bg.png") no-repeat left bottom;
	background-size: 100% 100%;
	padding: 15px 10px;
	-webkit-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
	-o-transform: translateY(-8px);
	transform: translateY(-8px);
	opacity: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	pointer-events: none;
}
.yzh-publicCtrl .publicCtrl-codebox img {
	width: 104px;
}
.yzh-publicCtrl .publicCtrl-codebox p {
	line-height: 1;
	padding: 10px 0;
}
 @media (min-width: 1024px) {
.yzh-publicCtrl li {
	margin-right: 20px;
}
.yzh-publicCtrl li:last-child {
	margin-right: 0;
}
.yzh-publicCtrl .publicCtrl-item {
	height: 48px;
	min-width: 160px;
}
.yzh-publicCtrl .publicCtrl-item .icon {
	width: 25px;
	height: 25px;
}
.yzh-publicCtrl .publicCtrl-item .txt {
	font-size: 16px;
	line-height: 46px;
	display: inline-block;
}
}
 @media (min-width: 1260px) {
.yzh-publicCtrl li {
	margin-right: 30px;
}
.yzh-publicCtrl .publicCtrl-item {
	min-width: 200px;
	height: 56px;
}
.yzh-publicCtrl .publicCtrl-item:hover .publicCtrl-codebox {
	-webkit-transform: translate(-50%, -20px);
	-ms-transform: translate(-50%, -20px);
	-o-transform: translate(-50%, -20px);
	transform: translate(-50%, -20px);
}
.yzh-publicCtrl .publicCtrl-item .txt {
	font-size: 18px;
	line-height: 54px;
}
.yzh-publicCtrl .publicCtrl-codebox {
	width: 184px;
	left: 50%;
	-webkit-transform: translate(-50%, -25px);
	-ms-transform: translate(-50%, -25px);
	-o-transform: translate(-50%, -25px);
	transform: translate(-50%, -25px);
	padding-top: 24px;
	padding-bottom: 24px;
}
.yzh-publicCtrl .publicCtrl-codebox p {
	font-size: 16px;
}
}
#ie-alert-overlay {
	width: 100%;
	height: 100%;
	background: url("../images/bg.png") repeat 0 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}
* html #ie-alert-overlay {
	position: absolute;
	z-index: 9999;
}
#ie-alert-panel {
	width: 520px;
	height: 331px;
	position: fixed;
	background: url("../images/iealertsprite.png") no-repeat;
	background-position: -1px -109px;
	top: 50%;
	left: 50%;
	margin: -201px 0 0 -296px;
	padding: 72px 0 0 72px;
	_position: absolute;
_top: expression(300+((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+'px');
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: bold;
	color: #333;
	line-height: 1.5em;
	z-index: 10000;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
#ie-alert-panel div, #ie-alert-panel p, #ie-alert-panel span, #ie-alert-panel a, #ie-alert-panel img, #ie-alert-panel ul, #ie-alert-panel li {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
#ie-alert-panel p {
	font-size: 14px;
	width: 486px;
	text-align: justify;
}
#ie-alert-panel img {
	border: 0;
}
#ie-alert-panel span {
	font-size: 18px;
	margin: 0 0 20px 0;
	display: block;
	padding: 0;
}
#ie-alert-panel ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#ie-alert-panel li {
	float: left;
	margin: 0 22px 0 0;
}
#ie-alert-panel li.last {
	margin-right: 0;
}
#ie-alert-panel a {
	display: inline-block;
	vertical-align: top;
}
#goon {
	text-decoration: underline;
}
.browser {
	position: absolute;
	bottom: 35px;
}
.chrome, .firefox, .ie9, .opera, .safari {
	background: url("../images/iealertsprite.png") no-repeat;
}
.chrome {
	background-position: 0 0;
	width: 73px;
	height: 96px;
	margin: 0 4px 0 0;
}
.firefox {
	background-position: -292px 0;
	width: 73px;
	height: 98px;
}
.ie9 {
	background-position: -179px 0;
	width: 95px;
	height: 98px;
}
.opera {
	background-position: -90px 0;
	width: 73px;
	height: 98px;
}
.safari {
	background-position: -387px 0;
	width: 73px;
	height: 98px;
	margin: 0 4px 0 0;
}
.newsA-title {
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 1.4;
	text-transform: uppercase;
	text-align: center;
	color: #1b1b1b;
}
.newsA-title:after {
	content: '';
	display: block;
	width: 60px;
	height: 2px;
	margin: 15px auto 0;
	background-color: #cd002b;
}
.newsA-topnews-swiper {
	margin-bottom: 15px;
	position: relative;
	width: 100%;
	overflow: hidden;
}
.newsA-topnews-swiper .thumb {
	overflow: hidden;
}
.newsA-topnews-swiper .thumb img {
	width: 100%;
}
.newsA-topnews-swiper a {
	display: block;
	background-color: #f5f9fa;
}
.newsA-topnews-swiper .conent {
	padding: 10px 15px 40px;
}
.newsA-topnews-swiper .title {
	margin-bottom: 5px;
	font-size: 18px;
	line-height: 30px;
	color: #333;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}
.newsA-topnews-swiper .desc {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	display: -webkit-box;
	height: 72px;
	line-height: 24px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.newsA-topnews-swiper .more {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 24px;
	color: #666;
}
.newsA-topnews-swiper .newsA-pages {
	position: absolute;
	left: 0;
	bottom: 15px;
	z-index: 10;
	width: 100%;
	font-size: 0;
	line-height: 0;
	text-align: center;
}
.newsA-topnews-swiper .newsA-pages span {
	opacity: 1;
	display: inline-block;
	vertical-align: top;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #d9d9d9;
}
.newsA-topnews-swiper .newsA-pages .swiper-pagination-bullet-active {
	background-color: #3d55aa;
}
.full-newsA-wrapper {
	padding: 20px 0 30px;
	background-color: #f5f9fa;
}
.full-newsA-wrapper li {
	margin-bottom: 15px;
}
.full-newsA-wrapper li a {
	display: block;
	background-color: #ffffff;
}
.full-newsA-wrapper .thumb {
	overflow: hidden;
}
.full-newsA-wrapper .thumb img {
	width: 100%;
}
.full-newsA-wrapper .content {
	padding: 15px;
}
.full-newsA-wrapper .title {
	font-size: 18px;
	max-height: 48px;
	line-height: 24px;
	display: -webkit-box;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #333;
}
.full-newsA-wrapper .date {
	padding: 5px 0;
	font-size: 14px;
	line-height: 22px;
	color: #3d55aa;
}
.full-newsA-wrapper .date .dd {
	display: inline-block;
	vertical-align: top;
}
.full-newsA-wrapper .date .dd:before {
	content: '.';
	display: inline-block;
	vertical-align: top;
}
.full-newsA-wrapper .desc {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	display: -webkit-box;
	height: 72px;
	line-height: 24px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.full-newsA-wrapper .loadmore {
	overflow: hidden;
	padding: 10px 0;
}
.full-newsA-wrapper .loadmore a {
	display: block;
	padding: 0;
	margin: 0;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	color: #ffffff;
	background-color: #cd002b;
}
 @media (min-width: 768px) {
.full-newsA-wrapper ul {
	font-size: 0;
	margin-right: -20px;
}
.full-newsA-wrapper li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding-right: 20px;
}
.full-newsA-wrapper .title {
	max-height: none;
	height: 48px;
	line-height: 24px;
	-webkit-line-clamp: 2;
}
}
 @media (min-width: 1024px) {
.newsA-title {
	margin: 0 0 78px;
	font-size: 30px;
}
.newsA-title:after {
	margin: 12px auto 0;
}
.newsA-topnews-swiper {
	margin-bottom: 58px;
}
.newsA-topnews-swiper .thumb {
	float: left;
	width: 65%;
}
.newsA-topnews-swiper .thumb img {
	-webkit-transition: -webkit-transform ease .7s;
	transition: -webkit-transform ease .7s;
	-o-transition: -o-transform ease .7s;
	transition: transform ease .7s;
	transition: transform ease .7s, -webkit-transform ease .7s, -o-transform ease .7s;
}
.newsA-topnews-swiper a {
	overflow: hidden;
	zoom: 1;
}
.newsA-topnews-swiper a:hover .title {
	color: #3d55aa;
}
.newsA-topnews-swiper a:hover img {
	-webkit-transform: scale(1.04);
	-ms-transform: scale(1.04);
	-o-transform: scale(1.04);
	transform: scale(1.04);
}
.newsA-topnews-swiper a:hover .more {
	color: #3d55aa;
}
.newsA-topnews-swiper .conent {
	overflow: hidden;
	zoom: 1;
	padding: 40px 25px 50px;
}
.newsA-topnews-swiper .title {
	margin-bottom: 24px;
	font-size: 22px;
	max-height: 64px;
	line-height: 32px;
	display: -webkit-box;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	white-space: normal;
}
.newsA-topnews-swiper .desc {
	margin-bottom: 24px;
	height: 120px;
	line-height: 24px;
	-webkit-line-clamp: 5;
}
.newsA-topnews-swiper .newsA-pages {
	left: 65%;
	bottom: 42px;
	width: 35%;
	text-align: left;
	padding-left: 25px;
}
.full-newsA-wrapper {
	padding: 56px 0 75px;
	padding: 56px 0 75px;
}
.full-newsA-wrapper li {
	margin-bottom: 34px;
	width: 33.3333%;
}
.full-newsA-wrapper li a {
	position: relative;
	overflow: hidden;
	height: 350px;
	-webkit-box-shadow: 0 2px 5px -1px rgba(8, 1, 3, 0.15);
	box-shadow: 0 2px 5px -1px rgba(8, 1, 3, 0.15);
}
.full-newsA-wrapper li a:hover {
	background-color: #3d55aa;
}
.full-newsA-wrapper li a:hover .thumb {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
.full-newsA-wrapper li a:hover .content {
	-webkit-transform: translate(0, 62%);
	-ms-transform: translate(0, 62%);
	-o-transform: translate(0, 62%);
	transform: translate(0, 62%);
	padding: 21.16402% 30px 0.47009%;
}
.full-newsA-wrapper li a:hover .title {
	color: #fff;
	margin-bottom: 0;
	-webkit-line-clamp: 3;
	max-height: 90px;
}
.full-newsA-wrapper li a:hover .desc {
	opacity: 0;
	color: #fff;
}
.full-newsA-wrapper li a:hover .date {
	opacity: 0;
}
.full-newsA-wrapper .content {
	position: relative;
	padding: 31.74603% 30px 0.47009%;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
}
.full-newsA-wrapper .thumb {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	-webkit-transform: translate(0, -101%);
	-ms-transform: translate(0, -101%);
	-o-transform: translate(0, -101%);
	transform: translate(0, -101%);
	-webkit-transition: -webkit-transform ease .5s;
	transition: -webkit-transform ease .5s;
	-o-transition: -o-transform ease .5s;
	transition: transform ease .5s;
	transition: transform ease .5s, -webkit-transform ease .5s, -o-transform ease .5s;
	overflow: hidden;
	width: 100%;
}
.full-newsA-wrapper .thumb:after {
	content: '';
	display: block;
	width: 100%;
	padding-bottom: 56.34921%;
}
.full-newsA-wrapper .thumb img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	max-width: 120%;
	min-height: 100%;
}
.full-newsA-wrapper .title {
	font-size: 17px;
    letter-spacing: 0.3px;
	margin-bottom: 25px;
	max-height: 60px;
	line-height: 1.7;
	-webkit-line-clamp: 2;
	height: auto;
	-webkit-transform: all ease .5s;
	-ms-transform: all ease .5s;
	-o-transform: all ease .5s;
	transform: all ease .5s;
}
.full-newsA-wrapper .desc {
	-webkit-transform: opacity ease .5s;
	-ms-transform: opacity ease .5s;
	-o-transform: opacity ease .5s;
	transform: opacity ease .5s;
}
.full-newsA-wrapper .date {
	-webkit-transform: opacity ease .5s;
	-ms-transform: opacity ease .5s;
	-o-transform: opacity ease .5s;
	transform: opacity ease .5s;
	position: absolute;
	left: 38px;
	top: 0;
	width: 80px;
	height: 80px;
	text-align: center;
	padding: 5px 0;
	font-size: 12px;
	color: #fff;
	background-color: #3d55aa;
}
.full-newsA-wrapper .date .dd {
	display: inline-block;
	vertical-align: top;
	font-size: 36px;
	line-height: 1.2;
}
.full-newsA-wrapper .date .dd:before {
	display: none;
}
.full-newsA-wrapper .desc {
	height: 120px;
	line-height: 1.8;
	-webkit-line-clamp: 5;
}
.full-newsA-wrapper .loadmore {
	padding: 15px 0;
}
.full-newsA-wrapper .loadmore a {
	line-height: 50px;
}
}
 @media (min-width: 1280px) {
.newsA-topnews-swiper .conent {
	padding: 60px 38px 50px;
}
.newsA-topnews-swiper .title {
	font-size: 24px;
	max-height: 72px;
	line-height: 36px;
	display: -webkit-box;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.newsA-topnews-swiper .desc {
	height: 120px;
	line-height: 24px;
	-webkit-line-clamp: 5;
}
.newsA-topnews-swiper .newsA-pages {
	padding-left: 38px;
}
.full-newsA-container .full-newsA-wrapper li a {
	height: 435px;
}
.full-newsA-container .full-newsA-wrapper li a:hover .content {
	-webkit-transform: translate(0, 70%);
	-ms-transform: translate(0, 70%);
	-o-transform: translate(0, 70%);
	transform: translate(0, 70%);
}
}

.unique-module ul li {
	position: relative;
}
.unique-module ul li::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #5d6fc0;
	opacity: 0.5;
}
.friend-dropdown .friend-menu li {
	line-height: 20px;
}
.friend-dropdown .friend-menu li a {
	padding-top: 5px;
	padding-bottom: 5px;
	white-space: normal;
}
.friend-dropdown .friend-menu li a:hover {
	color: #3d55aa;
}
.introduce-content .content-area-1 .txt p, .introduce-content .content-area-2 p, .yzh-introduce-content p {
	text-indent: 0;
}
.yzh-culture-list .desc {
	height: auto;
	max-height: none;
}
 @media (min-width: 1280px) {
.professor-swiper ul li .overs {
	padding-left: 20px;
}
}

.zhadd-page ul {
	font-size: 0;
	margin-left: -6px;
	margin-top: -6px;
}
.zhadd-page ul li {
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 0 6px;
	margin-bottom: 12px;
}
.zhadd-page ul li a {
	display: block;
}
.zhadd-page ul li .pic {
	position: relative;
	overflow: hidden;
}
.zhadd-page ul li .pic::after {
	content: '';
	display: block;
	padding-bottom: 36.29893%;
}
.zhadd-page ul li .pic img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	min-width: 100%;
	width: auto;
	height: 100%;
}
.zhadd-page ul li h2 {
	color: #3d55aa;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 34px;
	font-size: 16px;
	border-bottom: solid 1px #d7d7d7;
}
.friend-dropdown {
	width: 166px;
}
@media (min-width: 768px) {
.zhadd-page ul li {
	width: 33.3333%;
}
}
@media (min-width: 1024px) {
.zhadd-page ul {
	margin-left: -12px;
	margin-right: -12px;
}
.zhadd-page ul li {
	padding: 0 12px;
	margin-bottom: 24px;
}
.zhadd-page ul li h2 {
	line-height: 40px;
}
.zhadd-page ul li a {
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.zhadd-page ul li a:hover img {
	-moz-transform: translate(-50%, -50%) scale(1.03);
	-webkit-transform: translate(-50%, -50%) scale(1.03);
	-o-transform: translate(-50%, -50%) scale(1.03);
	transform: translate(-50%, -50%) scale(1.03);
}
}
@media (min-width: 1260px) {
.zhadd-page ul li {
	width: 25%;
}
}
