﻿html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	line-height: 1.15;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	margin: 0;
	font-family: Microsoft YaHei, Arial;
	line-height: 1.42857143;
	font-size: 14px;
	min-width: 1230px;
	background: #fff;
	color: #333;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

a {
	-webkit-text-decoration-skip: objects;
	transition: 0.1s all;
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
	transition: 0.3s all;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	line-height: 1.42857143;
	margin: 0;
	outline: none;
}

body,
button,
input,
select,
textarea {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-feature-settings: "liga", "kern";
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type=button],
/* 1 */
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #666;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #666;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #666;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #666;
}

fieldset {
	padding: .35em .75em .625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

summary {
	display: list-item;
}

article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main,
details,
/* 1 */
menu {
	display: block;
}

pre,
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

audio,
video,
canvas {
	display: inline-block;
}

template,
[hidden] {
	display: none;
}

.clearfix {
	zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.h-10 {
	height: 10px;
}

.h-50 {
	height: 50px;
}

.h-100 {
	height: 100px;
}

.block {
	display: block
}

.none {
	display: none
}

.table {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.td {
	display: table-cell;
	vertical-align: top;
	position: relative;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #ff5500;
}

ul {
	margin: 0;
	list-style: none;
	padding: 0;
}

.img-center {
	text-align: center;
	font-size: 0;
	overflow: hidden;
}

.img-center img {
	width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.img-cover {
	overflow: hidden;
	position: relative;
}

.img-cover span {
	display: block;
	width: 100%;
	background: no-repeat center / cover;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.container {
	padding: 0 15px;
	width: 1200px;
	margin: 0 auto;
}

.footer-fix {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 10;
	display: none;
}

.footer-fix li {
	float: left;
	width: 25%;
}

.footer-fix li a {
	display: block;
	text-align: center;
	padding: 7px 0;
	font-size: 12px;
	line-height: 1;
}

.footer-fix li i {
	display: block;
	height: 20px;
	background: no-repeat center;
	background-size: contain;
	margin-bottom: 4px;
}

.footer-fix li i.i1 {
	background-image: url(../images/f_01.png);
}

.footer-fix li i.i2 {
	background-image: url(../images/f_02.png);
}

.footer-fix li i.i3 {
	background-image: url(../images/f_03.png);
}

.footer-fix li i.i4 {
	background-image: url(../images/f_04.png);
}

.swiper-pagination-bullet-active {
	background-color: #e13f38;
}

.str_wrap {
	position: relative;
	overflow: hidden;
}

.str_move {
	position: absolute;
	left: 0;
	top: 0;
	cursor: move;
	white-space: nowrap;
}

.header {
	background-color: #fff;
}

.header_bar {
	line-height: 36px;
	background-color: #f0f0f0;
	font-size: 14px;
	color: #555;
}

.header p {
	margin: 0;
	padding: 0;
}

.header .logo {
	float: left;
	font-size: 0;
	text-align: left;
	margin: 28px 0 40px 0px;
	padding-right: 25px;
	border-right: 3px solid #ddd;
}

.header .logo img {
	height: 88px;
}

.header .tel {
	float: right;
	margin-top: 35px;
	font-size: 16px;
	color: #000;
	line-height: 180%;
	color: #555;
	font-weight: 400;
	background: url(../images/tubiao_03.png) no-repeat left center;
	background-size: auto 80px;
	padding-left: 68px;
	text-align: left;
}

.header .tel span,
.header .tel p {
	color: #01a3e1;
	font-size: 24px;
	font-weight: bold;
	display: block;
}

.header .tel span {
	font-style: italic;
}

.header .tel p {
	font-style: normal;
}

.header .ali {
	float: right;
	margin-top: 30px;
	margin-right: 35px;
}

.header .ali img {
	height: 80px;
}

.header .text {
	float: left;
	font-size: 16px;
	margin: 35px 0 0 0;
	padding: 5px 0 0 20px;
}

.header .text strong {
	display: block;
	margin-bottom: 5px;
	font-size: 22px;
	color: #01a3e1;
}

.header .text p {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 16px;
	letter-spacing: 2px;
}

.header .nav {
	border-top: 1px solid #ddd;
	background: #01a3e1;
}

.header .nav ul {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.header .nav li {
	display: table-cell;
}

.header .nav li.navline {
	width: 1px;
	background: url(../images/nav_bg.png) center center no-repeat;
}

.header .nav li.navline:last-child{
	display: none;
}

.header .nav li a {
	display: block;
	font-size: 18px;
	line-height: 28px;
	padding: 10px 0 10px;
	text-align: center;
	color: #fff;
	transition: all 0s;
	position: relative;
}

.header .nav li a span {
	display: block;
	position: relative;
}

.header .nav li a em {
	display: block;
	font-style: normal;
	color: #cee8ea;
	font-size: 14px;
	line-height: 18px;
}

.header .nav li .arr {
	display: none;
	padding-left: 18px;
	font-style: normal;
	font-size: 22px;
}

.header .nav li .arr::after {
	content: '';
	border-top: 2px solid #888;
	border-left: 2px solid #888;
	box-sizing: content-box;
	display: block;
	width: 8px;
	height: 8px;
	margin: auto;
	position: absolute;
	top: -3px;
	bottom: 0;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	right: 5px;
}

.header .nav li a.active,
.header .nav li a:hover,
.header .nav li:hover a {
	color: #fff;
	background: #028bc2;
}

.header .nav li a.active::after,
.header .nav li a.active::before,
.header .nav li:hover a::after,
.header .nav li:hover a::before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	width: 1px;
	background: #028bc2;
	z-index: 1;
}

.header .nav li a.active::after,
.header .nav li:hover a::after {
	left: -1px;
}

.header .nav li a.active::before,
.header .nav li:hover a::before {
	right: -1px;
}

.header .nav li a.active em,
.header .nav li.open a em,
.header .nav li a:hover em,
.header .nav li:hover a em {
	color: #fff;
}

.header .nav li.dropdown {
	position: relative;
}

/**
.header .nav li.dropdown:before {
	content: "";
	position: absolute;
	border: 4px solid transparent;
	border-bottom: 0;
	border-top-color: currentColor;
	top: 50%;
	margin-top: -2px;
	right: 15px;
	color:#ccc;
}
**/
.header .nav .dropdown-box {
	position: absolute;
	left: -1px;
	right: -1px;
	min-width: 100%;
	top: 100%;
	z-index: 10;
	text-align: center;
	display: none;
}

.header .nav .dropdown-box p {
	margin: 0;
}

.header .nav li .dropdown-box a,
.header .nav li:hover .dropdown-box a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 10px;
	font-size: 16px;
	background: #01a3e1;
	line-height: 45px;
	border-top: 1px solid #659a9e;
}

.header .nav li:hover .dropdown-box a:hover {
	color: #fff;
	background: #028bc2;
}

.header .nav li.open .dropdown-box {
	display: block;
}

.menu-btn {
	display: none;
	padding: 6px 0;
	float: right;
	margin-left: 15px;
}

.menu-btn:before,
.menu-btn:after,
.menu-btn span {
	display: block;
	height: 2px;
	background-color: #0d5ba4;
	content: '';
}

.menu-btn:before {
	width: 24px;
}

.menu-btn:after {
	width: 18px;
	margin-left: 6px;
}

.menu-btn span {
	width: 12px;
	margin: 6px 0 6px 12px;
}

.web-banner {
	height: 310px;
	background: no-repeat center / cover;
}

.banner .swiper-slide {
	background: no-repeat center / cover;
	height: 650px;
}

.banner .swiper-slide img {
	display: block;
	width: 100%;
	height: auto;
}

.banner .swiper-pagination {
	bottom: 30px;
}

.banner .swiper-pagination-bullet {
	background-color: #fff;
	opacity: 1;
}

.banner .swiper-pagination-bullet-active {
	background-color: #015cb5;
}

.case-banner {
	overflow: visible;
	width: 200%;
	margin: 0 -50%;
}

.case-banner .swiper-slide {
	width: 33.3333%;
	background: no-repeat center / cover;
	height: 500px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: Center;
	position: relative;
}

.case-banner .swiper-slide img {
	display: block;
	width: auto;
	height: 500px;
	transition: all .5s;
}

.case-banner .swiper-slide:hover img {
	transform: scale(1.1);
}

.case-banner .swiper-slide:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, .5);
	opacity: 1;
	transition: 0.3s all;
}

.case-banner .swiper-slide-active {
	height: 600px !important;
	margin-top: -50px;
}

.case-banner .swiper-slide-active img {
	height: 600px;
}

.case-banner .swiper-slide-active:after {
	opacity: 0;
}

.case-banner .swiper-button-next,
.case-banner .swiper-button-prev {
	background: url(../images/icon-003.png);
	width: 60px;
	height: 60px;
	border-radius: 50%;
}

.case-banner .swiper-button-next {
	right: 30%;
	background-position: bottom;
}

.case-banner .swiper-button-prev {
	background-position: top;
	left: 30%;
}

.case-banner .swiper-slide .con {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -100%;
	padding: 25px 35px;
	background: rgba(0, 0, 0, .75);
	color: #fff;
	transition: all 1s;
}

.case-banner .swiper-slide .con h4 {
	margin: 0 0 15px;
	font-size: 24px;
}

.case-banner .swiper-slide .con span {
	font-size: 16px;
}

.case-banner .swiper-slide-active .con {
	bottom: 0;
}

.casebox {
	position: relative;
	overflow: hidden;
}

.casebox .caseboxbg {
	position: relative;
	overflow: hidden;
	background: #fff;
}

.casebox .bd {
	overflow: visible;
	margin: 25px 65px;
}

.casebox .bd ul {}

.casebox .bd li {
	position: relative;
	height: 600px;
}

.casebox .bd li .img {
	display: flex;
	justify-content: center;
	align-items: Center;
	overflow: hidden;
	position: relative;
}

.casebox .bd li .img img {
	display: block;
	height: 500px;
	transition: all .5s;
}

.casebox .bd li:hover .img img {
	transform: scale(1.1);
}

.casebox .bd li .con {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 28px 40px 30px;
	background: rgba(0, 0, 0, .75);
	color: #fff;
}

.casebox .bd li .con h4 {
	margin: 0 0 10px;
	font-size: 22px;
}

.casebox .bd li .con h4 a {
	color: #fff;
}

.casebox .bd li .con span {
	font-size: 15px;
	line-height: 26px;
	color: #efefef;
}

.casebox .bd li.on .con {
	bottom: 0;
	transition: all 1s;
}

.casebox .hd {
	text-align: center;
	margin: 20px 0;
}

.casebox .hd ul {
	display: table;
	width: 100%;
}

.casebox .hd li {
	display: table-cell;
	*display: inline;
	zoom: 1;
	height: 66px;
	line-height: 66px;
	cursor: pointer;
	padding-right: 15px;
	position: relative;
}

.casebox .hd li:last-child {
	padding-right: 0;
}

.casebox .hd a {
	font-size: 24px;
	color: #000;
	font-weight: 400;
	display: block;
	position: relative;
	background: #fff;
}

.casebox .hd a i {
	width: 40px;
	height: 40px;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 5px;
	vertical-align: middle;
	background-image: url(../images/a07.png);
}

.casebox .hd li a i {
	background-position: 0 40px;
}

.casebox .hd li.on a i {
	background-position: 0 0;
}

.casebox .hd .more a {
	transition: 0s all;
}

.casebox .hd .more a i {
	background-image: url(../images/a06.png);
}

/**
.casebox .hd li:nth-child(1) a i{background-position:0 40px;}
.casebox .hd li:nth-child(2) a i{background-position:-40px 40px;}
.casebox .hd li:nth-child(3) a i{background-position:-80px 40px;}
.casebox .hd li:nth-child(4) a i{background-position:-120px 40px;}
.casebox .hd li:nth-child(5) a i{background-position:-160px 40px;}
.casebox .hd li.on:nth-child(1) a i{background-position:0 0;}
.casebox .hd li.on:nth-child(2) a i{background-position:-40px 0;}
.casebox .hd li.on:nth-child(3) a i{background-position:-80px 0;}
.casebox .hd li.on:nth-child(4) a i{background-position:-120px 0;}
.casebox .hd li.on:nth-child(5) a i{background-position:-160px 0;}
**/
.casebox .hd li.on:after {
	content: '';
	position: absolute;
	bottom: -20px;
	left: 45%;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 15px solid #01a3e1;
}

.casebox .hd li.on a {
	background-color: #01a3e1;
	color: #fff;
}

.casebox .hd .more {
	width: 188px;
	display: block;
	float: right;
	height: 66px;
	line-height: 66px;
	cursor: pointer;
}

.casebox .hd .more a i {
	background-position: -200px 40px;
}

.casebox .hd .more a:hover {
	background-color: #01a3e1;
	color: #fff;
}

.casebox .hd .more a:hover i {
	background-position: -200px 0;
}

.casebox .prev,
.casebox .next {
	background-image: url(../images/fx2.png);
	width: 50px;
	height: 80px;
	z-index: 999;
	position: absolute;
	top: 50%;
	margin-top: -40px;
	cursor: pointer;
	opacity: 0.75;
}

.casebox .next {
	background-position: center right;
	right: 5px;
}

.casebox .prev {
	background-position: center left;
	left: 5px;
}

.casebox .prev:hover,
.casebox .next:hover {
	opacity: 1;
}


.tabs .active {
	color: #f00;
}

.yunu-sou {
	padding: 10px 0;
	border-bottom: 1px solid #eee;
	background: #028bc2;
}

.yunu-sou.index {
	padding: 15px 0;
}

.yunu-sou.cpshow {
	background: #005c62;
}

.yunu-sou .hot {
	float: left;
	line-height: 36px;
	font-size: 16px;
}

.yunu-sou .hot strong {
	color: #fff;
}

.yunu-sou .hot a {
	margin-right: 10px;
	color: #fff;
}

.yunu-sou .hot a:hover {
	color: #ff9;
}

.yunu-sou .hot ul,
.yunu-sou .hot ul li {
	display: inline-block;
}

.yunu-sou .hform {
	float: right;
	position: relative;
}

.yunu-sou .hform input {
	float: left;
	border: 1px solid #01a3e1;
	border-right: none;
	padding: 5px 42px 5px 16px;
	width: 210px;
	font-size: 13px;
	line-height: 24px;
	border-radius: 16px;
	color: #707070;
}

.yunu-sou .hform button {
	border: 0;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	float: left;
	cursor: pointer;
	outline: none;
	width: 42px;
	height: 36px;
	color: #fff;
	font-size: 0px;
	background: url(../images/tubiao_35.png) center center no-repeat;
}

.yunu-sou .hform button:hover {}

.section,
.section1 {
	padding: 50px 0;
	overflow: hidden;
}

.section.bgf {
	background: #fff;
}

.section.bgf8 {
	background: #f8f8f8;
}

.section2 {
	padding: 25px 0;
	overflow: hidden;
}

.section-title {
	text-align: center;
	margin-bottom: 30px;
	font-size: 26px;
	font-weight: bold;
}

.section-title span {
	color: #405fd8;
}

.section-title small {
	display: block;
	color: #999;
	font-size: 14px;
	font-weight: normal;
	margin-top: 10px;
}

.bgf {
	background: #fff;
}

.bga {
	background: #fafafa;
}

.bg0 {
	background: #f0f0f0;
}

.bg5 {
	background: #f5f5f5;
}

.bg8 {
	background: #f8f8f8;
}

.title-1 {
	border-bottom: 1px solid #e2e2e2;
	font-size: 24px;
	color: #0d5ba4;
	padding-bottom: 15px;
	margin-bottom: 20px;
	line-height: 32px;
}

.title-1 .more {
	float: right;
	font-size: 14px;
}

.title-1 small {
	font-size: 14px;
	color: #999;
	text-transform: uppercase;
	margin-left: 10px;
}

.h-tit {
	display: block;
	text-align: center;
	position: relative;
}

.h-tit .con {
	display: inline-block;
	border: 1px solid #ddd;
	padding: 15px 35px 0;
	background: #fafafa;
	background: linear-gradient(to bottom, #fafafa, #fafafa, #f5f5f5);
}

.h-tit p {
	margin: 0;
	padding: 0;
}

.h-tit p.t1 {
	font-size: 36px;
	font-weight: bold;
}

.h-tit p.t1 span {
	color: #01a3e1;
}

.h-tit p.t2 {
	font-size: 16px;
	color: #505050;
	line-height: 28px;
}

.h-tit p.t3 {
	width: 40px;
	height: 3px;
	margin: 8px auto;
	background: #01a3e1;
}

/**
.h-tit:after,.h-tit:before{content:"";position:absolute;bottom:-25px;left:50%;}
.h-tit:before{width:100px;height:4px;background:#01a3e1;margin:0 0 -2px -50px;}
.h-tit:after{width:10px;height:10px;background:#01a3e1;margin:0 0 -10px -10px;border-radius:50%;border:5px solid #fff;}
.h-tit p.t3::after,.h-tit p.t3::before{content:"";position:absolute;width:35%;height:1px;background:#aaa;top:50%;}
.h-tit p.t3::after{left:10%;}
.h-tit p.t3::before{right:10%;}
**/
.h-tit p.t3 span {
	padding: 0 20px;
	position: relative;
}

.h-tit p.t3 span::after,
.h-tit p.t3 span::before {
	content: "";
	width: 250px;
	height: 1px;
	background: #aaa;
	vertical-align: middle;
	display: inline-block;
}

.h-tit p.t3 span::after {
	margin-left: 25px;
}

.h-tit p.t3 span::before {
	margin-right: 25px;
}

.h-tit p.t4 {
	font-size: 36px;
	font-weight: 600;
}

.h-tit p.t4 span {
	color: #01a3e1;
}

.h-tit p.t4 i {
	font-style: normal;
	color: #555;
	padding: 0 10px;
}

.h-tit p.t5 {
	font-size: 18px;
	color: #666;
	line-height: 170%;
}

.h-tit p.t5 span::after,
.h-tit p.t5 span::before {
	display: none;
}

.h-tags {
	margin: 15px 0 0;
}

.h-tag {
	display: block;
	line-height: 40px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
}

.h-tag h3,
.h-tag ul,
.h-tag ul li {
	display: inline-block;
	padding: 0;
	margin: 0;
	font-size: 16px;
}

.h-tag h3 {
	color: #fff;
	width: 100px;
	background: #01a3e1;
	text-align: center;
	border-radius: 5px;
	margin-right: 15px;
}

.h-tag .more {
	float: right;
}

.h-tag .more a {
	display: block;
	position: relative;
	font-size: 0;
}

.h-tag .more a:before {
	content: "";
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #01a3e1 url(../images/p_more.png) no-repeat center center;
	display: inline-block;
	vertical-align: middle;
}

.h-tag .more a:hover:before {
	background: #01a3e1 url(../images/p_more2.png) no-repeat center center;
}

.h-tag ul li a {
	display: block;
	position: relative;
	padding: 0 0 0 28px;
	/*width:115px;*/
	margin-right: 30px;
}

.h-tag ul li a:before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	border: 2px solid #999;
	display: block;
	position: absolute;
	left: 8px;
	top: 16px;
}

.h-tag ul li a:hover {
	color: #01a3e1;
}

.h-tag ul li a:hover:before {
	border-color: #01a3e1;
}

.w-tag {
	margin: 15px 0;
	display: block;
	overflow: hidden;
}

.w-tag span {
	display: inline-block;
	color: #07a;
	font-weight: bold;
}

.w-tag ul {
	display: inline-block;
}

.w-tag ul li {
	display: inline-block;
}

.w-tag ul li a {
	color: #07a;
	padding: 0 5px;
}

.w-tag ul li a:hover {
	color: #f60;
}

.in-prd-cate {
	float: left;
	width: 290px;
	background-color: #fff;
}

.in-prd-cate .tit {
	text-align: center;
	color: #fff;
	line-height: 70px;
	font-size: 24px;
	font-weight: bold;
	background-color: #214d98;
}

.in-prd-cate dl {
	padding: 10px;
	margin: 0;
}

.in-prd-cate dt a {
	display: block;
	line-height: 60px;
	background: url(../images/g3.jpg) no-repeat center;
	color: #fff;
	font-size: 18px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.in-prd-cate dd {
	margin: 0;
}

.in-prd-cate dd a {
	display: block;
	line-height: 60px;
	font-size: 15px;
	border-bottom: 1px dotted #e5e5e5;
	background: url(../images/aao_10.jpg) left center no-repeat;
	padding-left: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.in-prd-con {
	float: right;
	width: 870px;
}

.prd-con {
	width: 100%;
}

.leib2 {
	background: #fff;
	border: 1px solid #ccc;
}

.leib2 h2 {
	font-size: 20px;
	color: #fff;
	padding: 0;
	margin: 0;
	text-align: center;
	font-weight: normal;
	background: #01a3e1;
}

.leib2 h2 .img {
	display: block;
	height: 45px;
	background: url(../images/i-logo.png) center 10px no-repeat;
	background-size: 90% auto;
}

.leib2 h2 span {
	line-height: 96px;
	font-size: 26px;
	font-weight: 400;
}

.leib2 h2 .icon {
	width: 50px;
	height: 50px;
	background: url(../images/titbg_323.png) bottom no-repeat;
}

.leib2 h2.s {
	background: #01a3e1;
}

.leib2 h2.s span {
	line-height: 60px;
	font-size: 20px;
}

.leib2 h2.fa {
	background: #e5e9ec;
	color: #333;
	padding: 10px 0;
}

.leib2 h2.fa span {
	line-height: 40px;
}

.leib2 h2.fa .text {
	display: block;
	height: 32px;
	font-style: normal;
	font-size: 24px;
}

.leib2 .nr {
	padding: 4px 11px 10px;
	overflow: hidden;
}

.leib2 .nr h4 {
	background: #ddd;
	height: 45px;
	line-height: 45px;
	padding-left: 12px;
	overflow: hidden;
	margin: 0;
}

.leib2 .nr h4.cur,
.leib2 .nr h4:hover {
	background: #116ac4 url(../images/ico02.png) no-repeat 240px 15px;
}

.leib2 .nr h4 a {
	display: block;
	color: #555;
}

.leib2 .nr h4 a:hover {
	color: #fff;
}

.leib2 .nr ul {
	margin: 10px auto;
	padding: 0;
}

.leib2 .nr li {
	background: #eee;
	height: 42px;
	line-height: 42px;
	overflow: hidden;
	margin: 5px 0 10px;
}

.leib2 .nr li a {
	font-size: 16px;
	display: block;
	padding: 0 15px;
}

.leib2 .nr li.cur a,
.leib2 .nr li a:hover {
	color: #fff;
}

.leib2 .nr li:hover {
	background: #116ac4;
}

.leib2 .c-tags {
	margin: 0;
	line-height: 50px;
	text-align: left;
}

.leib2 .c-tag h3 {
	margin: 0;
	padding: 0;
	background: #f1f1f1;
}

.leib2 .c-tag h3 a {
	display: block;
	color: #000;
	padding-left: 35px;
	line-height: 60px;
	font-size: 20px;
	font-weight: 400;
}

.leib2 .c-tag ul {}

.leib2 .c-tag ul li {
	line-height: 45px;
	border-bottom: 1px solid #ddd;
}

.leib2 .c-tag ul li a {
	display: block;
	padding-left: 35px;
	background: url(../images/h_ico_316.png) no-repeat 220px center;
	position: relative;
}

.leib2 .c-tag ul li a:hover {
	background: #01a3e1 url(../images/h_ico_3162.png) no-repeat 220px center;
	color: #fff;
}

.leib2 .c-class ul {
	margin: 0;
	line-height: 50px;
	text-align: center;
}

.leib2 .c-class ul li {
	line-height: 50px;
	border-bottom: 1px solid #ccc;
}

.leib2 .c-class ul li a {
	display: block;
	background: #fcf8f5;
}

.leib2 .c-class ul li a:hover {
	background: #f5f5f5;
}

.leib2 .c-class-zx ul {
	margin: 0;
	line-height: 60px;
	text-align: center;
}

.leib2 .c-class-zx ul li {}

.leib2 .c-class-zx ul li a {
	display: block;
	background: #f1f1f1;
	border-bottom: 1px solid #bfbfbf;
	position: relative;
	font-size: 20px;
}

.leib2 .c-class-zx ul li a:hover,
.leib2 .c-class-zx ul li a.active {
	background: #e0e0e0;
	color: #000;
}

.leib2 .c-class-zx ul li a:after {
	content: '';
	position: absolute;
	left: 60px;
	top: 50%;
	margin-top: -4px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 8px solid #01a3e1;
	font-size: 0;
	line-height: 0;
	transform: rotate(90deg);
}

.leib2 .c-class-zx ul li a:hover:after,
.leib2 .c-class-zx ul li a.active:after {
	border-bottom: 10px solid #01a3e1;
}

/**
.leib2 .nr ul{margin:5px auto 10px;padding:0;}
.leib2 .nr li{background: url(../images/ico03.jpg) no-repeat scroll 8px 16px ; padding-left: 23px; color: #666;overflow: hidden;white-space: nowrap; height:40px;line-height: 40px; }
.leib2 .nr li a{ font-size:14px;display:block;}
.leib2 .nr li.cur a,.leib2 .nr li a:hover{ color:#fff;}
.leib2 .nr li:hover{background:#116ac4 url(../images/ico03.png) no-repeat scroll 8px 16px;}
**/
.list-1 {
	margin: -20px 0 0 -20px;
}

.list-1 li {
	float: left;
	width: 33.333333%;
}

.list-1 li a {
	display: block;
	margin: 20px 0 0 20px;
}

.list-1 li .img-center {
	background-color: #fff;
	height: 275px;
	line-height: 275px;
	border: 1px solid #ddd;
}

.list-1 li p {
	text-align: center;
	margin: 15px 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.list-1 li a:hover .img-center {
	border-color: #dd0000;
}

.list-1-1 li .img-center {
	height: 275px;
	line-height: 275px;
}

.list-c {
	padding: 0;
	margin: 0;
}

.list-c li {
	float: left;
	width: 23.5%;
	padding: 0;
	margin: 1%;
}

.list-c li:nth-child(4n) {
	margin-right: 0;
}

.list-c li:nth-child(4n+1) {
	margin-left: 0;
}

.list-c li a {
	display: block;
	border: 8px solid #eef1f3;
	background-color: #fff;
	font-size: 16px;
}

.list-c li .con {
	display: block;
	position: relative;
	overflow: hidden;
}

.list-c li .con .img {
	height: 260px;
	display: flex;
	justify-content: center;
	align-items: Center;
}

.list-c li .con .img img {
	width: 100%;
	height: 260px;
}

.list-c li .con .text {
	position: absolute;
	top: 100%;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 35px 25px 0;
	font-size: 16px;
	background: rgba(0, 0, 0, 0.7);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	z-index: 1;
	text-align: center;
}

.list-c li .con .text span {
	display: block;
	padding-bottom: 5px;
	position: relative;
	font-weight: bold;
	color: #fff;
}

.list-c li .con .text span::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 36px;
	height: 2px;
	background: #eee;
	display: none;
}

.list-c li .con .text p {
	display: block;
	margin: 10px 0;
	padding: 0;
	line-height: 22px;
	font-size: 14px;
	color: #fff;
	text-align: left;
}

.list-c li .con .text em {
	display: block;
	width: 88px;
	margin: 25px auto 0;
	text-align: center;
	line-height: 32px;
	background: #01a3e1;
	font-size: 14px;
	font-style: normal;
	color: #fff;
	border-radius: 5px;
}

.list-c li .con .text em:hover {
	background: #008899;
}

.list-c li a {
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
}

.list-c li a:hover .con .img {
	display: ;
}

.list-c li a:hover .con .text {
	display: block;
	color: #333;
	top: 0;
}

.list-c li a .tit {
	text-align: center;
	margin: 0;
	padding: 15px 2px 15px 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-color: #01a3e1;
	color: #fff;
}

.list-c li a:hover .tit {
	background-color: #15b6f3;
}

.list-w {
	padding: 0;
	margin: 0;
	position: relative;
}

.list-w li,
.list-w li.swiper-slide-duplicate {
	float: left;
	width: 25%;
	padding: 0;
	margin: 0;
}

.list-w li a {
	display: block;
	margin: 10px;
	border: 1px solid #ccc;
	background-color: #fff;
	font-size: 16px;
}

.list-w li .con {
	display: block;
	margin: 10px;
	height: 258px;
	border: 1px solid #ddd;
	position: relative;
}

.list-w li .img {
	height: 258px;
	display: flex;
	justify-content: center;
	align-items: Center;
	overflow: hidden;
}

.list-w li .img img {
	height: 258px;
}

.list-w li .tit {
	text-align: center;
	margin: 0;
	padding: 15px 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #f8f8f8;
	color: #000;
}

.list-w li a:hover .tit {
	background: #f1f1f1;
	color: #000;
}

.list-w .snext,
.list-w .sprev {
	position: absolute;
	top: 50%;
	width: 39px;
	height: 68px;
	margin-top: -50px;
	z-index: 10;
	cursor: pointer;
	background-size: auto 68px;
	background-position: left;
	background-repeat: no-repeat;
	background-image: url("../images/fx.png");
	opacity: 0.5;
}

.list-w .snext {
	right: 0px;
	background-position: right;
}

.list-w .sprev {
	left: 0px;
}

.list-w .snext:hover,
.list-w .sprev:hover {
	opacity: 1;
}

.list-hb {
	margin: 25px -25px;
}

.list-hb li {
	float: left;
	width: 20%;
	padding: 0;
	margin: 0;
}

.list-hb li p {
	display: block;
	margin: 10px 10px;
	position: relative;
	overflow: hidden;
	padding: 0;
}

.list-hb li img {
	height: 80px;
	width: 100%;
}

.list-hb li p:hover img {
	transform: scale(1.2, 1.2);
}

.list-hb li p:hover:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, .3);
}

.d-tit {
	border-bottom: 2px solid #01a3e1;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.d-tit::after {
	display: block;
	content: '';
	clear: both;
	width: 100%;
}

.d-tit li {
	float: left;
	padding: 0 5px;
	margin-right: 10px;
	color: #999;
	display: block;
	cursor: pointer;
	line-height: 50px;
	font-size: 22px;
	font-weight: bold;
}

.d-tit li i {
	width: 28px;
	height: 28px;
	display: block;
	float: left;
	margin: 8px 5px 0;
	background: url(../images/tubiao_07.png) no-repeat;
}

.d-tit li:nth-child(1) i {
	background-position: 0 -28px;
}

.d-tit li:nth-child(2) i {
	background-position: -28px -28px;
}

.d-tit li.on {
	position: relative;
	color: #01a3e1;
}

.d-tit li:nth-child(1).on i {
	background-position: 0 0;
}

.d-tit li:nth-child(2).on i {
	background-position: -28px 0;
}

.d-tit .fr a {
	color: #999;
	font-size: 13px;
	display: block;
	line-height: 28px;
	padding: 0 15px;
	border-radius: 15px;
	border: 1px solid #ccc;
	margin-top: 20px;
}

.d-tit .fr a:hover {
	background: #01a3e1;
	color: #fff;
}

.d-list {
	display: none;
}

.d-list.block {
	display: block
}

.case-text {
	display: block;
	margin: 35px 0 10px;
	font-size: 16px;
	text-align: center;
}

.case-class {
	display: block;
	border: 1px solid #ccc;
	margin-top: 15px;
}

.case-class ul li {
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	border: 1px solid #ddd;
}

.case-class ul li a {
	display: block;
}

.case-class ul li a:hover {
	background: #f8f8f8;
	color: #000;
}

.case-class ul li.this a {
	background: #f4f4f4;
	color: #000;
}

.case-box {
	border: 1px solid #ccc;
}

.case-box ul li {
	display: none;
}

.case-box ul li.block {
	display: block;
}

.case-box ul li .img {
	width: 720px;
	background: #f4f4f4;
	text-align: center;
	vertical-align: middle;
}

.case-box ul li .img img {
	max-width: 100%;
	max-height: 400px;
}

.case-box ul li .con {
	padding: 25px;
}

.case-box ul li .con .tit {
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-weight: bold;
}

.case-box ul li .con .desc {
	display: block;
	font-size: 16px;
	text-indent: 2em;
	margin: 35px 0;
}

.case-box ul li .con .more {
	position: absolute;
	bottom: 35px;
	right: 35px;
}

.case-box ul li .con .more a {
	display: block;
	line-height: 32px;
	padding: 0 15px;
	border: 1px solid #ddd;
	text-align: center;
	font-size: 13px;
	background: #01a3e1;
	color: #fff;
}

.case-box ul li .con .more a:hover {
	background: #f60;
}

.youshibg {
	padding: 50px 0;
	background: #f4f4f4 url(../images/youshibg.jpg) no-repeat center / cover;
}

.youshibg .h-tit .t5 {
	font-size: 16px;
}

.youshi-class {
	display: block;
	margin: 20px 0;
}

.youshi-class ul li {
	*display: inline;
	zoom: 1;
	height: 66px;
	line-height: 66px;
	text-align: center;
	font-size: 24px;
	font-weight: 400;
	color: #000;
	padding-right: 15px;
	position: relative;
	border-right: 15px solid #f4f4f4;
	background: #fff;
}

.youshi-class ul li:last-child {
	border-right: 1px solid #ddd;
}

.youshi-class ul li i {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	background: url(../images/ys_ico.png) no-repeat 0 -40px;
	vertical-align: middle;
}

.youshi-class ul li:nth-child(2) i {
	background-position: -40px -40px;
}

.youshi-class ul li:nth-child(3) i {
	background-position: -80px -40px;
}

.youshi-class ul li:nth-child(4) i {
	background-position: -120px -40px;
}

.youshi-class ul li:nth-child(5) i {
	background-position: -160px -40px;
}

.youshi-class ul li.this {
	color: #fff;
	background: #01a3e1;
}

.youshi-class ul li.this i {
	background-position: 0 0;
}

.youshi-class ul li:nth-child(2).this i {
	background-position: -40px 0;
}

.youshi-class ul li:nth-child(3).this i {
	background-position: -80px 0;
}

.youshi-class ul li:nth-child(4).this i {
	background-position: -120px 0;
}

.youshi-class ul li:nth-child(5).this i {
	background-position: -160px 0;
}

.youshi-class ul li.this:after {
	content: '';
	position: absolute;
	bottom: -20px;
	left: 45%;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 15px solid #01a3e1;
	z-index: 10;
}

.youshi-box {
	background: #fff;
}

.youshi-box ul li {
	display: none;
}

.youshi-box ul li.block {
	display: block;
}

.youshi-box ul li .img {
	width: 50%;
	background: #fff;
	text-align: center;
	vertical-align: middle;
}

.youshi-box ul li .img img {
	width: 100%;
	height: 400px;
	display: block;
	margin: 25px 0;
}

.youshi-box ul li .con {
	padding: 50px 40px;
}

.youshi-box ul li .con .tit {
	margin: 0;
	padding: 0;
	font-size: 28px;
	line-height: 50px;
	font-weight: bold;
	position: relative;
}

.youshi-box ul li .con .tit:after {
	content: "";
	display: block;
	position: absolute;
	width: 50px;
	height: 3px;
	background: #333;
}

.youshi-box ul li .con .tit i {
	display: block;
	font-size: 40px;
	font-weight: bold;
	font-style: normal;
	font-family: Arial;
}

.youshi-box ul li .con .tit span {
	color: #555;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
}

.youshi-box ul li .con .desc {
	display: block;
	font-size: 16px;
	line-height: 24px;
	margin: 35px 0;
}

.youshi-box ul li .con .desc p {
	margin: 10px 0;
	position: relative;
	padding-left: 25px;
}

.youshi-box ul li .con .desc p:before {
	content: '';
	position: absolute;
	top: 8px;
	left: 2px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #aaa;
}

.youshi-box ul li .con .more {
	position: absolute;
	bottom: 35px;
	right: 35px;
}

.youshi-box ul li .con .more a {
	display: block;
	line-height: 32px;
	padding: 0 15px;
	border: 1px solid #ddd;
	text-align: center;
	font-size: 13px;
	background: #01a3e1;
	color: #fff;
}

.youshi-box ul li .con .more a:hover {
	background: #f60;
}

.ad-txtsbg {
	background: #01a3e1 url(../images/txtsbg.jpg) no-repeat center / cover;
	color: #fff;
	padding: 40px 0;
}

.ad-txts .ad-txt {
	text-align: left;
	width: 720px;
	font-size: 22px;
	line-height: 40px;
	padding: 15px 0;
}

.ad-txts .ad-txt p {
	margin: 0 0 0 60px;
}

.ad-txts .ad-tel {
	text-align: center;
	font-size: 16px;
	vertical-align: middle;
}

.ad-txts .ad-tel p {
	margin: 5px auto;
	width: 400px;
}

.ad-txts .ad-tel .ad-txt1 {
	font-size: 18px;
}

.ad-txts .ad-tel .ad-txt1 i {
	width: 34px;
	height: 34px;
	background: url(../images/tubiao_21.png) no-repeat center center;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.ad-txts .ad-tel .ad-txt2 {
	font-size: 22px;
	margin-bottom: 10px;
}

.ad-txts .ad-tel .ad-txt3 a {
	font-size: 16px;
	display: inline-block;
	padding: 0 15px;
	background: #ebcf3b;
	line-height: 30px;
	border-radius: 15px;
	color: #000;
}

.ad-txts .ad-tel .ad-txt3 a:hover {
	background: #ffdd00;
}

.ad-ly {}

.ad-ly .ad-ly1 {
	padding: 0 20px 0 0;
}

.ad-ly .ad-ly1 .ad-ly1-txt {
	margin-bottom: 16px;
}

.ad-ly .ad-ly1 .ad-ly1-txt .img {
	width: 160px;
	height: 100px;
	background: #ccc url(../images/ly1.png) no-repeat -160px 0;
	float: left;
}

.ad-ly .ad-ly1 .ad-ly1-txt:nth-child(2) .img {
	background-position: -160px -100px;
}

.ad-ly .ad-ly1 .ad-ly1-txt:nth-child(3) .img {
	background-position: -160px -200px;
}

.ad-ly .ad-ly1 .ad-ly1-txt span {
	line-height: 100px;
	font-size: 18px;
	display: block;
	margin-left: 170px;
	text-align: center;
	background: #ccc;
	font-weight: bold;
}

.ad-ly .ad-ly1 .ad-ly1-txt.on .img {
	background: #01a3e1 url(../images/ly1.png) no-repeat 0 0;
}

.ad-ly .ad-ly1 .ad-ly1-txt:nth-child(2).on .img {
	background-position: 0 -100px;
}

.ad-ly .ad-ly1 .ad-ly1-txt:nth-child(3).on .img {
	background-position: 0 -200px;
}

.ad-ly .ad-ly1 .ad-ly1-txt.on span {
	background: #01a3e1;
	color: #fff;
}

.ad-ly .ad-ly1 .ad-ly1-tel {
	border: 2px solid #01a3e1;
	margin-top: 20px;
}

.ad-ly .ad-ly1 .ad-ly1-tel span {
	line-height: 60px;
	font-size: 18px;
	display: block;
	width: 159px;
	float: left;
	text-align: center;
	border-right: 1px solid #ccc;
	background: #01a3e1;
	color: #fff;
}

.ad-ly .ad-ly1 .ad-ly1-tel .input {
	line-height: 100px;
	font-size: 18px;
	display: block;
	margin-right: 160px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.ad-ly .ad-ly1 .ad-ly1-tel .input input {
	display: block;
	line-height: 64px;
	width: 100%;
	border: none;
	padding: 0;
	margin: 0 auto;
	font-size: 20px;
	text-align: center;
	color: #999;
	background: #f4f4f4;
}

.ad-ly .ad-ly1 .ad-ly1-tel button {
	width: 160px;
	line-height: 64px;
	border: none;
	text-align: center;
	font-size: 22px;
	background: #01a3e1;
	color: #fff;
	border-radius: 0;
	transition: 0.3s all;
	float: right;
	cursor: pointer;
}

.ad-ly .ad-ly2 {
	padding: 0;
	width: 580px;
	height: 420px;
}

.ad-ly .ad-ly2 img {
	width: 560px;
	height: 420px;
	display: block;
}

.ad-lcs {
	background: #01a3e1 url(../images/lcsbg.jpg) no-repeat center / cover;
	padding: 68px 0;
	color: #fff;
}

.ad-lcs .h-tit .t4 {
	color: #fff;
}

.ad-lcs .h-tit .t2 {
	color: #eee;
}

.ad-lc {
	display: block;
	margin: 50px -26px 25px;
}

.ad-lc ul {
	display: table;
}

.ad-lc ul li {
	display: table-cell;
	text-align: center;
	position: relative;
	padding-bottom: 60px;
	overflow: hidden;
}

.ad-lc ul li:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 31px;
	background: url(../images/lcs_ico.png) no-repeat top center;
}

.ad-lc ul li.on {
	background: url(../images/lcs_ico2.png) no-repeat bottom center;
}

.ad-lc ul li.on:after {
	background: url(../images/lcs_ico.png) no-repeat bottom center;
}

.ad-lc ul li i {
	display: block;
	margin: 0 auto;
	width: 100px;
	height: 100px;
	background: url(../images/tubiao_20.png) no-repeat;
	border-radius: 50%;
	position: relative;
	transition: 0.3s all;
}

.ad-lc ul li:nth-child(1) i {
	background-position: 0 0;
}

.ad-lc ul li:nth-child(2) i {
	background-position: -100px 0;
}

.ad-lc ul li:nth-child(3) i {
	background-position: -200px 0;
}

.ad-lc ul li:nth-child(4) i {
	background-position: -300px 0;
}

.ad-lc ul li:nth-child(5) i {
	background-position: -400px 0;
}

.ad-lc ul li:nth-child(6) i {
	background-position: -500px 0;
}

.ad-lc ul li:nth-child(7) i {
	background-position: -600px 0;
}

.ad-lc ul li span {
	display: block;
	line-height: 50px;
	font-size: 22px;
	color: #eee;
}

.ad-lc ul li:nth-child(1).on i {
	background-position: 0 -100px;
}

.ad-lc ul li:nth-child(2).on i {
	background-position: -100px -100px;
}

.ad-lc ul li:nth-child(3).on i {
	background-position: -200px -100px;
}

.ad-lc ul li:nth-child(4).on i {
	background-position: -300px -100px;
}

.ad-lc ul li:nth-child(5).on i {
	background-position: -400px -100px;
}

.ad-lc ul li:nth-child(6).on i {
	background-position: -500px -100px;
}

.ad-lc ul li:nth-child(7).on i {
	background-position: -600px -100px;
}

.ad-lc ul li.on span {
	color: #ebcf3b;
}

.ad-fw-txt {
	display: block;
	margin: 35px 0 10px;
	font-size: 16px;
	text-indent: 2em;
	line-height: 160%;
	text-align: center;
	color: #666;
}

.ad-fw {
	display: block;
	margin: 32px 0 0;
}

.ad-fw ul {
	display: table;
}

.ad-fw ul li {
	display: table-cell;
	text-align: center;
}

.ad-fw ul li .img {
	display: block;
	margin: 10px 15px 0;
	background: #F0F0F0;
	display: flex;
	justify-content: center;
	align-items: Center;
	overflow: hidden;
}

.ad-fw ul li .img img {
	display: block;
	width: 100%;
}

.ad-fw ul li.on .img img {
	transform: scale(1.2, 1.2);
}

.ad-fw ul li .con {
	display: block;
	overflow: hidden;
	font-size: 18px;
	color: #eee;
	background: #01a3e1;
	margin: 0 15px;
	padding: 10px 0;
	text-align: center;
}

.ad-fw ul li .con em {
	display: inline-block;
	vertical-align: top;
	width: 34px;
	height: 34px;
	line-height: 50px;
	margin: 0 10px 0 0;
	background-repeat: no-repeat;
	transition: 0.3s all;
	background-image: url(../images/fw_ico.png);
}

.ad-fw ul li:nth-child(1) .con em {
	background-position: 0 0;
}

.ad-fw ul li:nth-child(2) .con em {
	background-position: -34px 0;
}

.ad-fw ul li:nth-child(3) .con em {
	background-position: -68px 0;
}

.ad-fw ul li:nth-child(4) .con em {
	background-position: -102px 0;
}

.ad-fw ul li .con i {
	font-size: 25px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	color: #fff;
}

.ad-fw ul li .con span {
	display: block;
	margin-left: 10px;
	line-height: 25px;
	font-size: 18px;
	margin-top: 5px;
}

/**
.ad-fw ul li .con span{display:block;margin:0 auto 10px;width:160px;line-height:25px;font-size:20px;color:#333;}
**/
.ad-fw ul li.on .con {
	background: #028bc2;
}

.ad-fw ul li.on .con i {
	color: #fff;
}

.h-news {
	margin: 50px 0;
}

.h-news-1 {
	width: 640px;
}

.h-news-1 .h-news-ad {
	height: 360px;
	background: #eee;
	position: relative;
}

.h-news-1 .con {
	background: #fafafa;
}

.h-news-ad .hd {
	height: 10px;
	overflow: hidden;
	position: absolute;
	right: 10px;
	bottom: 15px;
	z-index: 100;
}

.h-news-ad .hd ul li {
	float: left;
	margin-right: 5px;
	width: 10px;
	height: 10px;
	line-height: 10px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	filter: alpha(opacity=75);
	opacity: 0.75;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	border-radius: 50%;
	text-indent: -99px;
	overflow: hidden;
}

.h-news-ad .hd ul li.on {
	background: #01a3e1;
	color: #fff;
	filter: alpha(opacity=100);
	opacity: 1;
}

.h-news-ad .bd ul li {
	position: relative;
}

.h-news-ad .bd ul li .img {
	position: relative;
	display: block;
	overflow: hidden
}

.h-news-ad .bd ul li .img img {
	height: 360px;
	width: 100%;
}

.h-news-ad .bd ul li .img span {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	line-height: 50px;
	height: 50px;
	z-index: 10;
	color: #fff;
	font-size: 16px;
	padding: 0 15px;
	color: #fff;
}

.h-news-ad .bd ul li .img span {
	color: #fff;
}

.h-news-ad .prev,
.h-news-ad .next {
	position: absolute;
	left: 0%;
	top: 50%;
	margin-top: -36px;
	display: block;
	width: 20px;
	height: 50px;
	background: #000 url(../images/slider-arrow2.png) 3px center no-repeat;
	cursor: pointer;
	z-index: 100;
	filter: alpha(opacity=40);
	opacity: .4;
}

.h-news-ad .next {
	left: auto;
	right: 0%;
	background-position: -19px center;
}

.h-news-ad .prev:hover,
.h-news-ad .next:hover {
	filter: alpha(opacity=50);
	opacity: .5;
}

.h-news-1 .con {
	padding: 15px 10px;
	border: 1px solid #ddd;
}

.h-news-1 .con li {
	line-height: 32px;
	font-size: 14px;
}

.h-news-1 .con li .date {
	display: inline-block;
	font-weight: bold;
	padding: 0 15px;
	position: relative;
	float: left;
}

.h-news-1 .con li .date::after {
	content: "";
	width: 2px;
	height: 16px;
	background: #aaa;
	position: absolute;
	right: 0;
	top: 8px;
}

.h-news-1 .con li a {
	display: block;
	padding: 0 5px;
	margin-left: 80px;
}

.h-news-1 .con li a em {
	font-style: normal;
	float: right;
	font-size: 13px;
}

.h-news-1 .con li:hover .date {
	color: #f50;
}

.h-news-1 .con li:hover .date::after {
	background: #f50;
}


.h-news-2 {
	padding: 0 0 0 15px;
}

.h-news-2 .tit {
	margin: 0;
	line-height: 36px;
	border-bottom: 1px solid #ddd;
	padding: 0 0 0 38px;
	position: relative;
	font-size: 18px;
	color: #01a3e1;
}

.h-news-2 .tit::after {
	content: "";
	position: absolute;
	left: 3px;
	bottom: 3px;
	width: 30px;
	height: 30px;
	background: url(../images/tubiao_39.png) no-repeat center center;
}

.h-news-2 .tit.bk_tit::after {
	background: url(../images/tubiao_34.png) no-repeat center center;
}

.h-news-2 .tit .more {
	float: right;
}

.h-news-2 .tit .more a {
	font-weight: normal;
	font-size: 13px;
	line-height: 24px;
	height: 24px;
	display: inline-block;
	padding: 0 10px;
	border-radius: 12px;
	border: 1px solid #ccc;
	color: #707070;
}

.h-news-2 .tit .more a:hover {
	background: #f4f4f4;
	color: #505050;
}

.h-news-2 .con {
	padding: 10px;
	overflow: hidden;
}

.h-news-2 .h-news-wd {
	display: block;
	line-height: 24px;
}

.h-news-2 .h-news-wd li {
	overflow: hidden;
}

.h-news-2 .h-news-wd p {
	display: block;
	overflow: hidden;
}

.h-news-2 .h-news-wd i {
	display: block;
	font-style: normal;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	float: left;
}

.h-news-2 .h-news-wd span {
	display: block;
}

.h-news-2 .h-news-wd .wd1 {
	line-height: 36px;
	background: #01a3e1 url(../images/tubiao_31.png) no-repeat 5px center;
	padding-left: 33px;
	font-size: 16px;
	margin: 0;
}

.h-news-2 .h-news-wd .wd1 a {
	color: #fff;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.h-news-2 .h-news-wd .wd2 {
	height: 48px;
	margin: 8px 2px;
	overflow: hidden;
}

.h-news-2 .h-news-wd .wd2 i {
	color: #555;
}

.h-news-2 .h-news-wd li:hover {
	background: #f8f8f8;
}

.h-news-2 .h-news-wd li:hover .wd1 {
	background-color: #15b6f3;
}

.h-news-2 .h-news-bk {
	line-height: 36px;
}

.h-news-2 .h-news-bk li {
	display: block;
	text-align: right;
}

.h-news-2 .h-news-bk li a {
	display: block;
	text-align: left;
	margin-right: 100px;
	position: relative;
	padding-left: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.h-news-2 .h-news-bk li a::before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	background: #aaa;
	border-radius: 50%;
	margin-right: 7px;
	position: absolute;
	left: 0;
	top: 15px;
}

.h-news-2 .h-news-bk li .date {
	display: block;
	float: right;
}

.h-news-2 .h-news-bk li:hover .date {
	color: #f50;
}

.h-news-2 .h-news-bk li:hover a::before {
	background: #f50;
}



.in-case-menu {
	float: left;
	width: 300px;
}

.in-case-menu li a {
	display: block;
	background: url(../images/ag2.jpg) no-repeat center / 100% 100%;
	line-height: 64px;
	padding-left: 64px;
	font-size: 16px;
	padding-right: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.in-case-menu li.active a {
	background-image: url(../images/ag1.jpg);
	color: #fff;
}

.in-case-con {
	margin-left: 325px;
}

.in-case-con dl {
	margin: 0;
	overflow: hidden;
}

.in-case-con dt {
	float: left;
	width: 436px;
}

.in-case-con .img-center img {
	width: 100%;
}

.in-case-con dd {
	margin-left: 466px;
}

.in-case-con dd h4 {
	margin: 0;
	font-size: 18px;
}

.in-case-con dd p {
	margin: 20px 0 0;
	color: #777;
	line-height: 2;
	text-align: justify;
	height: 258px;
}

.in-case-con dd .more {
	display: block;
	width: 180px;
	line-height: 38px;
	background-color: #dd0000;
	color: #fff;
	text-align: center;
	margin-top: 20px;
	font-size: 16px;
}

.in-honours ul {
	font-size: 0;
}

.in-honours li {
	width: 280px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.in-honours li a {
	display: block;
}

.in-honours li .img-center {
	height: 300px;
	line-height: 300px;
	background-color: #fff;
}

.in-honours li p {
	text-align: center;
	margin: 15px 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
}

.in-about {
	margin: 0;
}

.in-about dt {
	float: left;
	width: 526px;
}

.in-about dd {
	margin-left: 550px;
}

.in-about dd p {
	margin: 0;
	line-height: 2;
	text-align: justify;
}

.bg1 {
	color: #fff;
	background: #315295;
}

.bg1 .section-title {
	font-size: 32px;
}

.bg1 .section-title span {
	color: #fff;
}

.bg1 .section-title small {
	color: #fff;
	font-size: 28px;
}

.in-lc {
	margin: -20px 0 0 -20px;
}

.in-lc li {
	float: left;
	width: 33.333333%
}

.in-lc li a {
	display: block;
	margin: 20px 0 0 20px;
	position: relative;
	color: #fff;
}

.in-lc li .img-cover {
	padding-top: 76%;
}

.in-lc li .text {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	margin: 0;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 45px;
}

.in-news {
	margin-left: -45px;
}

.in-news .item {
	float: left;
	width: 33.333333%;
}

.in-news .wrap {
	margin-left: 45px;
}

.in-news .img-center {
	height: 160px;
	line-height: 160px;
	margin-bottom: 20px;
}

.in-news .img-center img {
	width: 100%;
	height: auto;
}

.in-news .title-1 {
	font-size: 20px;
	padding-bottom: 5px;
	margin-bottom: 0;
}

.list-2 li {
	border-bottom: 1px dotted #ccc;
}

.list-2 li a {
	display: block;
	line-height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(../images/li2.jpg) left center no-repeat;
	padding-left: 15px;
}

.list-2 li span {
	float: right;
	font-size: 12px;
	color: #666;
}

.yunu-link {
	padding: 0;
}

.yunu-link h4 {
	margin: 0;
	font-size: 18px;
	color: #01a3e1;
	float: left;
	width: 100px;
	border-right: 2px solid #ddd;
	text-align: center;
}

.yunu-link h4 small {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
	color: #999;
}

.yunu-link ul {
	margin-left: 100px;
}

.yunu-link li {
	float: left;
}

.yunu-link li a {
	display: block;
	padding: 0 15px;
	line-height: 28px;
}

.footer {
	padding: 50px 0 35px;
	background-color: #333;
	color: #fff;
}

.footer a {
	color: #fff;
}

.footer a:hover {
	color: #fff;
}

.footer-t {
	background-color: #666;
	color: #fff;
	padding: 35px 0;
}

.footer-t ul {
	width: 90%;
	margin: 0 auto;
}

.footer-t ul li {
	border-left: 1px solid #ccc;
	padding-left: 20px;
}

.footer-t ul li span {
	display: block;
	margin: 10px 0;
	font-size: 16px;
	font-weight: bold;
}

.footer-t ul li p {
	margin: 5px 0 0;
	padding: 0;
	color: #ccc;
	line-height: 14px;
	font-size: 14px;
}

.footer-t .talk {
	margin: 35px 0 0;
	padding: 0;
	line-height: 16px;
	text-align: center;
}

.footer-t .talk a {
	display: inline-block;
	padding: 0 25px;
	line-height: 35px;
	height: 36px;
	background: #00aabb;
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	border-radius: 18px;
}

.footer-t .talk a:hover {
	background: #008899;
}

.footer-contact {
	width: 345px;
	border-right: 1px solid #ccc;
	padding-right: 40px;
}

.footer-contact .img-center {
	width: 250px;
	margin-bottom: 25px;
}

.footer-contact .img-center img {
	filter: grayscale(100%);
}

.footer-contact p {
	margin: 10px 0;
	line-height: 24px;
}

.footer-contact p i {
	display: block;
	float: left;
	font-style: normal;
	width: 80px;
}

.footer-contact p span {
	display: block;
	margin-left: 80px;
}

.footer-class {
	width: 684px;
}

.f-nav {
	margin: 0 0 0 8%;
	width: 90%;
}

.f-nav h3 {
	font-size: 16px;
	color: #eee;
}

.f-nav li {
	font-size: 14px;
	line-height: 32px;
}

.f-nav li a {
	color: #ddd;
	font-size: 14px;
	letter-spacing: 2px;
}

/* .f-nav .td:first-child{width:50%;}
.f-nav .td:first-child li{width:50%;float:left;} */



.footer-nav {
	margin-bottom: 30px;
	background-color: #334564;
	border-radius: 5px;
	font-size: 0;
	padding: 15px;
	text-align: center;
}

.footer-nav a {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	margin: 0 20px;
}

.footer-ewm {
	float: right;
	width: 132px;
	text-align: center;
}

.footer-ewm .img-center img {
	width: 100px;
}

.footer-ewm .img-text {
	line-height: 32px;
	font-size: 12px;
}

.footer-copy {
	text-align: center;
	padding: 35px 0 0;
	font-size: 13px;
}

.footer-info {}

.footer-info .img-center {
	float: left;
	height: 100px;
	margin-right: 10px;
}

.footer-info p {
	margin: 10px 0 10px;
}

.banner-sub {
	height: 400px;
	background: no-repeat center / cover;
}

.ct2-sd {
	float: left;
	width: 260px;
}

.ct2-mn {
	float: right;
	width: 910px;
}

.ct3-sd {
	float: right;
	width: 260px;
	overflow: hidden;
}

.ct3-mn {
	float: left;
	width: 910px;
	overflow: hidden;
}

.panel-sd {
	margin-bottom: 20px;
	background-color: #f6f6f6;
}

.panel-sd:last-child {
	margin-bottom: 0;
}

.panel-sd .tit {
	text-align: center;
	color: #fff;
	font-size: 20px;
	background: url(../images/k1.jpg) no-repeat center / cover;
	padding: 20px 0;
}

.c-cp {
	display: block;
	background: #fff;
	overflow: hidden;
	padding: 5px;
	text-align: center;
}

.c-cp li {
	display: block;
	float: left;
	width: 100%;
}

.c-cp li a {
	display: block;
	margin: 5px;
}

.c-cp li .img {
	display: block;
	border: 1px solid #ddd;
	display: flex;
	justify-content: center;
	align-items: Center;
	height: 160px;
	overflow: hidden;
}

.c-cp li .img img {
	width: 100%;
	height: auto;
}

.c-cp li span {
	display: block;
	line-height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 10px;
	font-size: 14px;
}

.c-cp.c2 li {
	display: block;
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-top: 2%;
}

.c-cp.c2 li a {
	margin: 0;
}

.c-cp.c2 li .img {
	height: 200px;
}

.c-cp.c2 li span {
	line-height: 50px;
	font-size: 16px;
}

.c-cp.c2 li:nth-child(3n) {
	margin-right: 0%;
}

.c-cp.c2 li:nth-child(3n+1) {
	clear: both;
}

.c-news li {
	display: block;
	width: 100%;
}

.c-news1 {
	padding: 10px;
}

.c-news1 li {
	display: block;
	width: 100%;
	line-height: 28px;
}

.c-news1 li a {
	margin: 0;
	padding: 0 0 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.c-news1 li i {
	line-height: 20px;
	width: 24px;
	font-size: 13px;
	font-style: normal;
	background: #e5e5e5;
	text-align: center;
	display: block;
	float: left;
	margin-top: 4px;
	margin-right: 10px;
}

.c-news1 li:nth-child(1) i {
	background: #f80;
	color: #fff;
}

.c-news1 li:nth-child(2) i {
	background: #fa0;
	color: #fff;
}

.c-news1 li:nth-child(3) i {
	background: #fc0;
	color: #fff;
}

.contact-sd {
	padding: 120px 20px 20px;
	line-height: 2;
	font-size: 14px;
	background: #fff url(../images/contact.png) no-repeat top center / 100% auto;
	text-align: center;
}

.contact-sd .tel_tit {
	font-size: 16px;
	color: #000;
	text-align: left;
	padding-left: 60px;
	line-height: 22px;
	background: url(../images/zxzx042.png) no-repeat left center;
	background-size: 40px 40px;
	margin-bottom: 10px;
	overflow: hidden;
}

.contact-sd .tel_tit span {
	position: relative;
	margin-bottom: 4px;
	display: block;
}

.contact-sd .tel_tit b {
	position: relative;
	font-size: 18px;
	line-height: 24px;
	display: block;
}

.contact-sd .tel_con {
	font-size: 14px;
	text-align: left;
}

.contact-sd .tel_con p {
	margin: 8px 0 0 0;
	padding: 0px;
	line-height: 22px;
}

.homelink {
	line-height: 50px;
	border-bottom: 3px dotted #ccc;
	font-size: 14px;
}

.homelink .icon {
	background: url(../images/f_ico03.png) no-repeat center top;
	background-size: 18px auto;
	width: 32px;
	height: 32px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}

.homelink2 {
	line-height: 30px;
	font-size: 14px;
	margin-bottom: 20px;
}

.homelink2 .icon {
	background: url(../images/f_ico03.png) no-repeat center top;
	background-size: 18px auto;
	width: 32px;
	height: 32px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}

.lanmu li {
	border-bottom: 1px dotted #ddd;
}

.lanmu li:last-child {
	border-bottom: 0;
}

.lanmu li>a {
	display: block;
	line-height: 44px;
	padding: 0 0 0 25px;
}

.lanmu li .arr {
	float: right;
	height: 45px;
	width: 40px;
	position: relative;
	cursor: pointer;
}

.lanmu li .arr:after {
	content: '';
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
	box-sizing: content-box;
	display: block;
	width: 8px;
	height: 8px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 15px;
}

.lanmu-box {
	display: none;
}

.lanmu-box p {
	margin: 0;
	border-top: 1px dotted #ddd;
	padding-left: 15px;
}

.lanmu-box p a {
	padding: 0 25px;
	display: block;
	line-height: 40px;
}

.lanmu-box p.on a {
	color: #dd0000;
}

.lanmu li>a:hover,
.lanmu li.active>a {
	color: #dd0000;
}

.lanmu li.open .lanmu-box {
	display: block;
}

.lanmu li.open .arr:after {
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}

.pages {
	margin: 30px 0 0;
	text-align: center;
}

.pages li {
	display: inline-block;
}

.pages a,.pages li span {
	display: inline-block;
	font-size: 14px;
	line-height: 35px;
	padding: 0 14px;
	margin: 5px 3px 5px 0;
	background-color: #f5f5f5;
	border-radius: 3px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.pages a:hover,
.pages a.active,.pages li.active span {
	background-color: #0099e0;
	color: #fff;
}

.sub-tit {
	border-bottom: 2px solid #ddd;
	margin-bottom: 20px;
}

.sub-tit h2 {
	display: inline-block;
	padding: 0 15px;
	border-bottom: 2px solid #f60;
	margin: 0;
	padding: 0 15px;
	font-size: 20px;
	font-weight: 400;
	line-height: 50px;
	color: #868686;
}

.sub-tit-s {
	border-bottom: 2px solid #01a3e1;
}

.sub-tit-s h3 {
	display: inline-block;
	padding: 2px 15px 0;
	margin: 0;
	padding: 0 25px;
	font-size: 18px;
	font-weight: 400;
	line-height: 38px;
	background: #028bc2;
	color: #fff;
}

.sub-tit-s1 {
	border-bottom: 2px solid #01a3e1;
	text-align: center;
}

.sub-tit-s1 h3 {
	display: inline-block;
	margin: 0;
	padding: 0 25px;
	font-size: 18px;
	font-weight: 600;
	line-height: 45px;
	color: #005e81;
	position: relative;
}

.sub-tit-s1 h3::after,
.sub-tit-s1 h3::before {
	content: "";
	width: 50px;
	height: 1px;
	background: #005e81;
	vertical-align: middle;
	display: inline-block;
}

.sub-tit-s1 h3::after {
	margin-left: 25px;
}

.sub-tit-s1 h3::before {
	margin-right: 25px;
}

.sub-tit-s2 {
	border-bottom: 2px solid #0099cc;
	margin-top: 25px;
}

.sub-tit-s2 h3 {
	display: block;
	margin: 0;
	padding: 0 25px;
	font-size: 20px;
	font-weight: 600;
	line-height: 50px;
	color: #01a3e1;
	border: 1px solid #ccc;
}

.sub-tit-s3 h3 {
	display: block;
	margin: 0;
	padding: 0 5px;
	font-size: 20px;
	font-weight: 600;
	line-height: 45px;
	color: #01a3e1;
}

.sub-tit-img {
	display: block;
}

.sub-tit-img img {
	width: 100%;
}

.sub-body {
	border: 1px solid #ccc;
	padding: 20px 25px;
	overflow: hidden;
	border-top: none;
	line-height: 150%;
}

.sub-body table {
	border-color: #ddd;
}

.sub-body p {
	margin: 5px 0;
}

.sub-body.fa {
	border-top: 2px solid #0099cc;
}

.sub-body.fa-tit {
	font-size: 24px;
	font-weight: bold;
}

.sub-body img {
	width: auto;
	max-width: 100% !important;
	height: auto !important;
}

.fatj {
	display: block;
}

.fatj .tj1 {
	display: block;
	overflow: hidden;
	border: 1px solid #ddd;
	margin: 20px 0;
	background: #fff;
}

.fatj .tj1:hover {
	box-shadow: 0px 0px 5px rgba(0, 0, 0, .2);
}

.fatj .tj1 .img {
	width: 500px;
	float: left;
	height: 250px;
	display: block;
	overflow: hidden;
}

.fatj .tj1 .img img {
	display: block;
	width: 100%;
	height: 250px;
}

.fatj .tj1 .con {
	display: block;
	margin-left: 500px;
	padding: 25px 35px 0;
	line-height: 25px;
	font-size: 16px;
}

.fatj .tj1 .con h3 {
	display: block;
	margin: 0;
	line-height: 36px;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fatj .tj1 .con p {
	display: block;
	margin: 25px 0 35px;
	height: 50px;
	overflow: hidden;
}

.fatj .tj1 .con span {
	display: block;
}

.fatj .tj1 .con span a {
	display: block;
	display: inline-block;
	padding: 0 15px;
	border: 1px solid #ccc;
	line-height: 36px;
}

.fatj .tj1 .con span a:hover {
	background: #01a3e1;
	color: #fff;
}

.fatj .tj2 {
	display: block;
	width: 102%;
	margin: 0 -1%;
}

.fatj .tj2 li {
	background: #fff;
	position: relative;
	width: 23%;
	margin: 1%;
	float: left;
}

.fatj .tj2 li:nth-child(4n+1) {
	clear: both;
}

.fatj .tj2 li:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 1px solid #ddd;
	z-index: 0;
}

.fatj .tj2 li:hover:after {
	box-shadow: 0px 0px 5px rgba(0, 0, 0, .2);
}

.fatj .tj2 li .img {
	height: 200px;
	display: block;
	margin: 1px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.fatj .tj2 li .img img {
	display: block;
	height: 200px;
	width: 100%;
}

.fatj .tj2 .con {
	line-height: 24px;
	text-align: left;
	padding: 15px 15px 15px;
	position: relative;
	z-index: 1;
}

.fatj .tj2 .con p {
	margin: 0 0 15px;
	height: 48px;
	overflow: hidden;
	line-height: 24px;
	font-size: 16px;
}

.fatj .tj2 .con p a {
	display: block;
}

.fatj .tj2 .con span {
	display: block;
}

.fatj .tj2 .con span a {
	display: inline-block;
	line-height: 28px;
	border: 1px solid #ccc;
	padding: 0 15px;
}

.fatj .tj2 li .con p a:hover {
	color: #01a3e1;
}

.fatj .tj2 li .con span a:hover {
	background: #01a3e1;
	color: #fff;
}

.single-body {}

.single-body-class {
	width: 100%;
	margin: 0 auto;
	font-size: 24px;
	margin-bottom: 25px;
}

.single-body-class li {
	position: relative;
	border-bottom: 2px solid #ddd;
}

.single-body-class li a {
	display: block;
	border-right: 1px solid #aaa;
	text-align: center;
	line-height: 40px;
	font-weight: 400;
	margin: 0 0 25px 0;
	transition: 0s all;
}

.single-body-class li:last-child a {
	border-right: none;
}

.single-body-class li.active,
.single-body-class li:hover {
	border-bottom: 2px solid #01a3e1;
}

.single-body-class li.active a,
.single-body-class li:hover a {
	color: #01a3e1;
	font-weight: 600;
}

.single-body-class li.active:after,
.single-body-class li:hover:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #01a3e1;
	font-size: 0;
	line-height: 0;
	transform: rotate(0deg);
}

.single-body-content {
	padding: 0 15px;
	overflow: hidden;
	line-height: 1.8;
	font-size: 16px;
}

.contact-body-tit {
	font-size: 40px;
	display: block;
	text-align: center;
	font-weight: bold;
	margin: 50px 0;
	line-height: 120%;
}

.contact-body-tit span {
	display: block;
	font-size: 20px;
	font-weight: 400;
	color: #999;
}

.contact-body {
	border: 1px solid #ddd;
}

.contact-body .img {
	width: 440px;
}

.contact-body .img img {
	display: block;
}

.contact-body .con {
	padding: 40px;
}

.contact-body .con .tit {
	display: inline-block;
	padding: 0 25px;
	background: #01a3e1;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	line-height: 50px;
	position: relative;
	margin: 0;
	box-shadow: 1px 1px 3px #999;
	margin-bottom: 10px;
}

.contact-body .con .tit:after {
	content: '';
	position: absolute;
	right: -40px;
	top: 10px;
	width: 0;
	height: 0;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-bottom: 30px solid #01a3e1;
	font-size: 0;
	line-height: 0;
	transform: rotate(90deg);
}

.contact-body .con .text {
	line-height: 200%;
}

.about-body {
	overflow: hidden;
	background: url(../images/about.jpg) no-repeat center top;
}

.about-body-tit {
	font-size: 40px;
	display: block;
	text-align: center;
	font-weight: bold;
	margin-bottom: 60px;
	line-height: 120%;
	position: relative;
}

.about-body-tit span {
	display: block;
	font-size: 20px;
	font-weight: 400;
	color: #999;
}

.about-body-tit:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -20px;
	width: 60px;
	margin-left: -30px;
	height: 4px;
	background: #01a3e1;
}

.about-body-content {
	width: 1220px;
	margin: 0 auto;
}

.about-body .img {
	width: 494px;
}

.about-body .img img {
	display: block;
	width: 100%;
}

.about-body .con {
	padding: 35px 0 35px 35px;
}

.about-body .con .tit {
	display: inline-block;
	padding: 0 25px;
	background: #01a3e1;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	line-height: 50px;
	position: relative;
	margin: 0;
	box-shadow: 1px 1px 3px #999;
	margin-bottom: 10px;
}

.about-body .con .tit:after {
	content: '';
	position: absolute;
	right: -40px;
	top: 10px;
	width: 0;
	height: 0;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-bottom: 30px solid #01a3e1;
	font-size: 0;
	line-height: 0;
	transform: rotate(90deg);
}

.about-body .con .text {
	line-height: 188%;
	color: #fff;
	font-size: 16px;
}

.about-body .con .text p {
	margin: 10px 0 10px;
}

.about-body1 {
	display: block;
	background: #fff;
	padding-bottom: 50px;
}

.about-body1 .tit {
	display: block;
	text-align: center;
	font-size: 22px;
	font-weight: normal;
	line-height: 60px;
	position: relative;
	margin-bottom: 30px;
}

.about-body1 .tit p {
	margin: 0;
	padding: 0;
}

.about-body1 .tit p.t1 {
	font-size: 48px;
	font-weight: 600;
}

.about-body1 .tit p.t1 span {
	color: #01a3e1;
}

.about-body1 .tit p.t2 {
	font-size: 28px;
	color: #666;
	line-height: 200%;
}

.about-body1 .tit p.t3 {
	width: 42px;
	height: 4px;
	margin: 8px auto;
	background: #01a3e1;
}

.about-body1 .tit p.t4 {
	font-size: 36px;
	font-weight: 600;
}

.about-body1 .tit p.t4 span {
	color: #01a3e1;
}

.about-body1 .tit p.t4 i {
	font-style: normal;
	color: #555;
	padding: 0 10px;
}

.about-body1 .tit p.t5 {
	font-size: 18px;
	color: #666;
	line-height: 170%;
}

.about-body1 .tit span {
	display: block;
	font-size: 40px;
	font-weight: bold;
	line-height: 60px;
	position: relative;
}

.about-body1 .tit span:before {
	content: '——';
	display: inline-block;
	margin-right: 25px;
	color: #ccc;
}

.about-body1 .tit span:after {
	content: '——';
	display: inline-block;
	margin-left: 25px;
	color: #ccc;
}

.about-body1 .con {
	overflow: hidden;
}

.about-body1 .con .img img {
	display: block;
}

.about-body1 .con .img_s img {
	display: block;
	margin: 25px auto;
}

.about-body1 .con .text {
	line-height: 30px;
	color: #222;
	font-size: 18px;
	margin: 0;
	padding: 0px 50px;
}

.about-body1 .con .text p {
	margin: 10px 0 10px;
}

.about-body2 {
	display: block;
	padding: 0;
	height: 155px;
	background: url(../images/b1_09.jpg) no-repeat;
}

.about-body2 .con {
	overflow: hidden;
	width: 829px;
	margin: 0 auto 100px;
	color: #fafafa;
}

.about-body2 .con .tit {
	display: block;
	font-size: 26px;
	font-weight: normal;
	line-height: 50px;
	position: relative;
	text-align: left;
	margin: 35px 35px 15px 45px;
	color: #fafafa;
}

.about-body2 .con .tit span {
	display: block;
	font-size: 36px;
	font-weight: bold;
	position: relative;
	margin-bottom: 15px;
	color: #fff;
}

.about-body2 .con .text {
	line-height: 30px;
	font-size: 16px;
	margin: 0 35px 0 45px;
	font-family: Microsoft YaHeiSemilight, Microsoft YaHei, Arial;
	text-align: justify;
	letter-spacing: -0.7px;
	color: #fafafa;
}

.about-body2 .con1 {
	overflow: hidden;
	width: 829px;
	margin: 50px auto 0;
}

.about-body2 .con1.fwzz {
	margin-top: -20px;
}

.about-body2 .con1 .tit {
	display: block;
	font-size: 36px;
	font-weight: 600;
	position: relative;
	text-align: center;
	margin: 50px 35px 15px 45px;
}

.about-body2 .con1 .tit_line {
	width: 40px;
	height: 3px;
	margin: 8px auto;
	background: #01a3e1;
}

.about-body2 .con1 .text {
	line-height: 30px;
	font-size: 18px;
	margin: 20px 50px;
	text-align: center;
	color: #000;
}

.about-body2 .con1 .text span {
	display: inline-block;
	border: 1px solid #aaa;
	border-radius: 20px 0 20px 0;
	line-height: 45px;
	padding: 0 40px;
	margin: 18px 25px;
	cursor: pointer;
}

.about-body2 .con1 .text span.on,
.about-body2 .con1 .text span:hover {
	background: #01a3e1;
	color: #fafafa;
}


.about-body3 {
	display: block;
	background: #fff;
	padding: 50px 0;
}

.about-body3 .img {
	width: 500px;
	background: #ccc;
}

.about-body3 .img img {
	display: block;
	width: 500px;
	height: 300px;
}

.about-body3 .con {
	padding: 50px 35px;
	font-size: 18px;
	line-height: 36px;
}

.about-body3 .con p {
	display: block;
	margin: 10px 0;
	overflow: hidden;
}

.about-body3 .con p span {
	display: block;
	width: 160px;
	float: left;
	height: 60px;
	font-weight: bold;
	color: #555;
}

.about-body3 .con p small {
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	margin-right: 72px;
}

.about-body3 .con p small em {
	font-style: normal;
	padding: 0 15px;
	border: 1px solid #ccc;
	border-radius: 5px;
	display: inline-block;
	margin: 0 25px 15px 0;
	background: #fafafa;
}

.about-body3 .con p small em:hover {
	background: #f0f0f0;
}

.about-body3 .con p i {
	display: block;
	font-style: normal;
}

.single-body-contact {
	line-height: 1.8;
	font-size: 16px;
	margin: 25px 0;
}

.single-body-contact h3 {
	font-size: 20px;
	text-align: center;
}

.single-body-contact .lx {
	border-right: 1px solid #ccc;
}

.single-body-contact .lx ul {
	margin: 25px 50px;
	overflow: hidden;
}

.single-body-contact .lx ul li {
	overflow: hidden;
	line-height: 25px;
	padding: 12px 0;
	border-bottom: 1px solid #ccc;
}

.single-body-contact .lx ul li i {
	display: block;
	width: 140px;
	text-align: right;
	float: left;
	font-style: normal;
	margin-right: 10px;
}

.single-body-contact .lx ul li span {
	display: block;
	margin-left: 150px;
}

.single-body-contact .lx .kf {
	display: block;
	text-align: center;
}

.single-body-contact .lx .kf a {
	display: inline-block;
	line-height: 40px;
	padding: 0 25px;
	background: #07a;
	color: #fff;
}

.single-body-contact .lx .kf a:hover {
	background: #f60;
}



.list-imgs {
	display: block;
	text-align: center;
	overflow: hidden;
	margin: 10px 0;
}

.list-imgs li {
	display: block;
	float: left;
}

.list-imgs li .img {
	display: block;
	border: 1px solid #ddd;
	border-bottom: none;
}

.list-imgs li .img img {
	display: block;
	width: 100%;
	margin: auto;
}

.list-imgs li .txt {
	display: block;
	line-height: 50px;
	background: #e5e5e5;
	font-size: 16px;
	border: 1px solid #ddd;
	border-top: none;
}

.list-imgs.row3 li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
}

.list-imgs.row3 li:nth-child(3n) {
	float: right;
	margin-right: 0;
}

.list-imgs.row3 li:nth-child(3n+1) {
	clear: both;
}

.list-imgs.row4 li {
	width: 23.8%;
	margin-right: 1.6%;
	margin-bottom: 1.6%;
}

.list-imgs.row4 li:nth-child(4n) {
	margin-right: 0;
}

.list-imgs.row4 li:nth-child(4n+1) {
	clear: both;
}

.list-video a {
	display: block;
	transition: all 0.3s;
}

.list-video a .img {
	position: relative;
}

.list-video a .img:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	background: rgba(0, 0, 0, .3) url(../images/video.png) center center no-repeat;
	display: none;
}

.list-video a:hover .img:after {
	display: block;
}

.list-video a:hover {
	color: #f00;
}

.list-cp {
	display: block;
}

.list-cp li {
	border: 1px solid #ddd;
	width: 100%;
	margin-bottom: 20px;
}

.list-cp li:hover {
	border: 1px solid #01a3e1;
	background: #fafafa;
}

.list-cp li .img {
	width: 220px;
}

.list-cp li .img img {
	width: 200px;
	height: 200px;
	margin: 10px;
}

.list-cp li .con {
	margin: 10px;
	height: 200px;
	display: block;
	overflow: hidden;
	position: relative;
}

.list-cp li .con h4 {
	margin: 0;
	font-size: 18px;
	font-weight: 400;
	border-bottom: 1px solid #eee;
	line-height: 24px;
	padding: 10px 15px;
	margin-bottom: 10px;
}

.list-cp li .con h4 a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #555;
	font-weight: bold;
}

.list-cp li .con p {
	margin: 0;
	font-size: 14px;
	line-height: 23px;
	padding: 5px 15px;
}

.list-cp li .con p i {
	font-style: normal;
	color: #000;
}

.list-cp li .con p span {
	color: #707070;
}

.list-cp li .con .more {
	position: absolute;
	bottom: 0;
	right: 15px;
	padding: 0 5px;
	line-height: 30px;
}

.list-cp li .con .more a {
	color: #555;
	background: #f5f5f5;
	padding: 0 15px;
	display: block;
	border: 1px solid #ddd;
}

.list-cp li:hover .con h4 a {
	color: #01a3e1;
}

.list-cp li:hover .con .more a {
	background: #01a3e1;
	color: #fff;
}

.list-cp li .con .case-more {
	position: absolute;
	bottom: 0;
	left: 10px;
	padding: 0 5px;
	line-height: 30px;
}

.list-cp li .con .case-more a {
	color: #555;
	background: #f5f5f5;
	padding: 0 15px;
	display: block;
	border: 1px solid #ddd;
}

.list-cp li:hover .con .case-more a {
	background: #01a3e1;
	color: #fff;
}

.list-news {
	display: block;
	border: 1px solid #ccc;
}

.list-news li {
	position: relative;
}

.list-news li:hover {
	background: #fafafa;
}

.list-news li:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 15px;
	right: 15px;
	border-bottom: 1px dotted #aaa;
}

.list-news li .date {
	width: 90px;
	vertical-align: middle;
	text-align: center;
	padding-left: 20px;
}

.list-news li .date::before {
	content: "";
	width: 1px;
	height: 70px;
	background: #ddd;
	position: absolute;
	right: 0;
}

.list-news li .date .d {
	display: inline-block;
	font-size: 34px;
	text-align: center;
	line-height: 36px;
	margin-bottom: 5px;
	position: relative;
	border-bottom: 3px solid #ccc;
	padding: 0 5px 8px;
	font-weight: bold;
	color: #01a3e1;
}

.list-news li .date .y {
	display: block;
	font-size: 13px;
	text-align: center;
	line-height: 20px;
}

.list-news li .img {
	width: 174px;
}

.list-news li .img img {
	width: 144px;
	height: 108px;
	margin: 15px;
}

.list-news li .con {
	width: 70%;
	height: 90px;
	padding: 15px 15px 15px 0;
	overflow: hidden;
	position: relative;
}

.list-news li .con h4 {
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 32px;
	margin-bottom: 4px;
}

.list-news li .con h4 a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.list-news li .con h4 a:hover {
	color: #01a3e1;
}

.list-news li .con p {
	margin: 0;
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	color: #666;
}

.list-news li .con .more {
	position: absolute;
	bottom: 10px;
	right: 15px;
	padding: 0 5px;
}

.list-news li .con .more a {
	display: block;
	color: #01a3e1;
	padding: 0 12px;
	font-size: 14px;
	line-height: 24px;
}

.list-news li .con .more a:hover {
	color: #f50;
}

.curmbs {
	float: right;
	font-weight: normal;
	font-size: 12px;
	color: #999;
	line-height: 25px;
	background: url(../images/hom1.jpg) no-repeat 0 center;
	padding-left: 20px;
}

.curmbs em {
	font-style: normal;
	padding: 0 5px;
}

.list-3 {}

.list-3 li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.list-3 li a {
	display: block;
	overflow: hidden;
}

.list-3 li .img-center {
	float: left;
	width: 240px;
	margin-right: 20px;
}

.list-3 li .text {}

.list-3 li .text h4 {
	font-size: 20px;
	margin: 0;
}

.list-3 li .text .date {
	margin-top: 10px;
	color: #999;
	font-size: 12px;
}

.list-3 li .text p {
	margin: 10px 0 0;
	color: #777;
	line-height: 1.8;
	text-align: justify;
}

.list-3 li .text span {
	float: right;
	line-height: 24px;
	border: 1px solid #ddd;
	border-radius: 50px;
	padding: 0 20px;
	margin-top: 10px;
}

.list-3 li a:hover .text span {
	background-color: #dd0000;
	color: #fff;
	border-color: #dd0000;
}

.list-4 li {
	border-bottom: 1px dotted #ccc;
}

.list-4 li a {
	display: block;
	line-height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(../images/libg.jpg) left center no-repeat;
	padding-left: 20px;
}

.list-4 li span {
	float: right;
	font-size: 12px;
	color: #666;
}

.content-news {
	display: block;
	padding: 25px 15px 15px 10px;
}

.content-title {
	margin-bottom: 30px;
	padding-bottom: 8px;
	text-align: center;
	border-bottom: 1px dashed #ccc;
}

.content-title h1 {
	font-size: 32px;
	margin: 0;
	font-weight: 400;
	color: #000;
}

.content-title p {
	margin: 0;
	font-size: 14px;
	color: #999;
	padding-top: 20px;
}

.content-title p span {
	display: inline-block;
	margin-right: 50px;
}

.content-title p span:last-child {
	margin-right: none;
}

.content-title p span a {
	color: #999;
}

.content-title p span a:hover {
	color: #f60;
}

.content-title p span a.back {
	background: url(../images/back.png) no-repeat right center;
	padding-right: 25px;
}

.content-title p span a.back:hover {
	background: url(../images/back_on.png) no-repeat right center;
}

.content-title ul {
	margin: 0;
	font-size: 14px;
	color: #aaa;
	padding-top: 20px;
}

.content-title ul li {
	display: inline-block;
	margin-right: 50px;
}

.content-title ul li:last-child {
	margin-right: none;
}

.content-title ul li a {
	color: #aaa;
}

.content-title ul li a:hover {
	color: #f60;
}

.content-title ul li a.back {
	background: url(../images/back.png) no-repeat right center;
	padding-right: 25px;
}

.content-title ul li a.back:hover {
	background: url(../images/back_on.png) no-repeat right center;
}

.content-body {
	line-height: 1.8;
	font-size: 16px;
}

.content-body img {
	max-width: 100% !important;
	height: auto !important;
	width: auto !important;
}

.content-exp {
	padding: 10px 15px;
	font-size: 14px;
	background-color: #f5f5f5;
	margin-top: 20px;
	border-radius: 5px;
}

.content-exp li {
	line-height: 2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.content-exp2 {
	margin: 50px 0 0;
	font-size: 14px;
	background: #fafafa;
}

.content-exp2 li {
	line-height: 2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 25px 50px;
}

.yunu-showcase {
	margin: 0 0 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ddd;
}

.yunu-showcase-info {
	margin-left: 550px;
}

.yunu-showcase-info h1 {
	font-size: 32px;
	font-weight: 600;
	color: #000;
	margin: 0;
	padding-bottom: 25px;
}

.yunu-showcase-info h1 span {
	display: block;
	font-size: 22px;
	font-weight: 400;
	color: #666;
	line-height: 70px;
	position: relative;
	margin-top: 16px;
}

.yunu-showcase-info h1 span:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: #eee;
	border-left: 88px solid #01a3e1;
}

.yunu-showcase-info p {
	margin: 15px 0 0;
	font-size: 14px;
	line-height: 24px;
	border: 0px solid #ccc;
	overflow: hidden;
}

.yunu-showcase-info p i {
	font-style: normal;
	color: #000;
	width: 88px;
	line-height: 64px;
	vertical-align: middle;
	border-right: 0px solid #ccc;
	text-align: right;
}

.yunu-showcase-info p span {
	color: #707070;
	line-height: 24px;
	vertical-align: middle;
	padding: 8px 15px;
}

.yunu-showcase-info p.fa {
	color: #707070;
	line-height: 24px;
	vertical-align: middle;
	padding: 25px 15px;
}

.yunu-showcase-info .lx {
	margin-top: 35px;
}

.yunu-showcase-info .lx .tel {
	width: 40%;
	font-size: 18px;
	padding-left: 50px;
	background: url(../images/zxzx042.png) left center no-repeat;
	background-size: 36px auto;
}

.yunu-showcase-info .lx .tel i {
	font-style: normal;
	display: block;
	color: #555;
}

.yunu-showcase-info .lx .tel span {
	display: block;
	font-size: 20px;
	color: #e00;
	line-height: 36px;
	font-weight: 600;
}

.yunu-showcase-info .lx .zx {
	text-align: right;
}

.yunu-showcase-info .lx .zx a {
	line-height: 50px;
	display: inline-block;
	width: auto;
	padding: 0 25px;
	font-size: 18px;
	text-align: center;
	border-radius: 5px;
	font-weight: 600;
	color: #fff;
	margin: 0 10px;
	background: #028bc2;
}

.yunu-showcase-info .lx .zx a:hover {
	background: #01a3e1;
}

.yunu-showcase-info .lx .zx a:nth-child(2) {
	background: #eac847;
}

.yunu-showcase-info .lx .zx a:nth-child(2):hover {
	background: #ff2d13;
}

.pc-slide {
	float: left;
	width: 500px;
	background: #f5f5f5;
	border: 1px solid #ddd;
}

.pc-slide .img {
	width: 100%;
	background: #fafafa;
}

.pc-slide .img img {
	max-height: 500px;
	max-width: 500px;
	height: auto;
	width: auto;
}

.view .swiper-slide .img-center {
	width: 100%;
	height: 500px;
	background: #fafafa;
}

.view .swiper-slide .img-center img {
	max-height: 500px;
	max-width: 500px;
	height: auto;
	width: auto;
}

.view .swiper-container {
	width: 100%;
}

.pc-slide .view {
	position: relative;
}

.pc-slide .view .pc-preview {
	position: absolute;
	left: 5px;
	bottom: 10px;
	height: 30px;
	z-index: 10;
	font-size: 24px;
	vertical-align: middle;
	color: #aaa;
}

.pc-slide .view .pc-preview i {
	color: #eac847;
	font-style: normal;
	vertical-align: middle;
}

.pc-slide .view .pc-preview em {
	color: #555;
	font-style: normal;
	vertical-align: middle;
}

.pc-slide .view .arrow-left {
	background: url(../images/icon-0012.png) no-repeat left center;
	background-size: auto 30px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	width: 15px;
	height: 30px;
}

.pc-slide .view .arrow-right {
	background: url(../images/icon-0012.png) no-repeat right center;
	background-size: auto 30px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	width: 15px;
	height: 30px;
}

.preview {
	display: none;
	width: 100%;
	padding: 5px 0;
	position: relative;
}

.preview .swiper-container {
	margin: 0 25px;
}

.preview .swiper-slide .img-center {
	height: 80px;
	border: 1px solid #ddd;
	cursor: pointer;
	position: relative;
	line-height: 80px;
}

.preview .arrow-left {
	background: url(../images/feel3.png) no-repeat left top;
	position: absolute;
	left: 5px;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10;
}

.preview .arrow-right {
	background: url(../images/feel4.png) no-repeat left bottom;
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10;
}

.preview .active-nav .img-center {
	border-color: #dd0000;
}

div.zoomDiv {
	z-index: 999;
	position: absolute;
	top: 0;
	left: 0;
	background: #ffffff;
	border: 1px solid #ddd;
	display: none;
	text-align: center;
	overflow: hidden;
	font-size: 0;
}

div.zoomMask {
	position: absolute;
	background: url(../images/mask.png) repeat scroll 0 0 transparent;
	cursor: move;
	z-index: 1;
}

.map {
	margin-top: 20px;
}

.map img {
	width: 100%;
	height: auto;
}



.news_316 {
	width: 100%;
	overflow: hidden;
}

.news_316 .home_con {
	width: 100%;
	margin: 0 auto 25px;
}

.news_316 .home_con .h_h1 {
	text-align: center;
	font-size: 40px;
	line-height: 30px;
	color: #000000;
	padding-bottom: 10px;
	margin: 80px 0 0 0;
}

.news_316 .home_con .h_h1 span {
	font-family: Arial;
	font-size: 30px;
	line-height: 30px;
	color: #999999;
	text-transform: uppercase;
}

.news_316 .home_con .h_h2 {
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	margin: 10px 0 25px 0;
	overflow: hidden;
}

.news_316 .news_nav {
	text-align: center;
	overflow: hidden;
}

.news_316 .news_nav a {
	width: 160px;
	height: 40px;
	line-height: 40px;
	background: #666;
	color: #fff;
	font-size: 16px;
	display: inline-block;
	margin-left: 1px;
}

.news_316 .news_nav a:hover {
	background: #eeeeee;
	color: #666666;
}

.news_316 .news_nav a.hover {
	background: #207dc7;
	color: #ffffff;
}

.news_316 .news_nav a.hover:hover {
	background: #2c88d8;
	color: #ffffff;
}

.news_316 .news_con {
	margin-top: 30px;
	overflow: hidden;
	width: 100%;
}

.news_316 .news_con .news_left {
	float: left;
	overflow: hidden;
	width: 50%;
}

.news_316 .news_con .news_left .news-text {
	margin: 2%;
	width: 46%;
	float: left;
}

.news_316 .news_con .news_left .news-text .g-img {
	width: 100%;
	height: 180px;
	overflow: hidden;
	text-align: center
}

.news_316 .news_con .news_left .news-text .g-img img {
	max-width: 100%;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
}

.news_316 .news_con .news_left .news-text .g-img img:hover {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.news_316 .news_con .news_left .news-text .m-text {
	padding: 25px 15px 15px;
	font-size: 14px;
}

.news_316 .news_con .news_left .news-text .m-text .g-tt {
	font-size: 16px;
	color: #333333;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news_316 .news_con .news_left .news-text .m-text .g-tt a {
	color: #333333;
}

.news_316 .news_con .news_left .news-text .m-text .g-text {
	color: #888888;
	margin: 15px 0;
	width: 100%;
	height: 60px;
	line-height: 20px;
	overflow: hidden;
}

.news_316 .news_con .news_left .news-text .m-text .g-more {
	color: #666666;
	text-decoration: underline;
}

.news_316 .news_con .news_right {
	float: right;
	overflow: hidden;
	width: 46%;
}

.news_316 .news_con .news_right .news_text {
	border-bottom: 1px solid #E7E7E7;
	padding: 10px 0;
	overflow: hidden;
}

.news_316 .news_con .news_right .news_text .time {
	width: 80px;
	float: left;
	text-align: center;
	color: #999999;
	margin-right: 20px;
	font-size: 14px;
}

.news_316 .news_con .news_right .news_text .time .g-d {
	font-size: 60px;
	line-height: 50px;
	margin: 0 0 8px;
}

.news_316 .news_con .news_right .news_text .time .g-ym {
	margin: 0;
}

.news_316 .news_con .news_right .news_text .m-text {
	float: left;
	width: 420px;
}

.news_316 .news_con .news_right .news_text .m-text .g-tt {
	font-size: 16px;
	margin-bottom: 10px;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news_316 .news_con .news_right .news_text .m-text .g-tt a {
	color: #333333;
}

.news_316 .news_con .news_right .news_text .m-text .g-text {
	color: #888888;
	height: 40px;
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
}

.news_316 .news_con .news_right .news_list {
	padding-top: 20px;
	padding-left: 10px;
}

.news_316 .news_con .news_right .news_list li {
	background: url(../images/h_ico_316.png) center left no-repeat;
	font-size: 14px;
	width: 100%;
	overflow: hidden;
	height: 28px;
	line-height: 28px;
	text-indent: 1em;
}

.news_316 .news_con .news_right .news_list li a {
	color: #666666;
}

.news_316 .news_con .news_right .news_list li span {
	color: #999999;
}



.about_261 {
	display: block;
	width: 100%;
}

.about_261 .title {
	height: 100px;
	width: 100%;
	margin-left: auto;
	margin-right: auto
}

.about_261 .title h2 {
	float: left;
	color: #579eca;
	font-size: 30px;
	margin-top: 50px;
	font-weight: bold;
	margin-bottom: 8px
}

.about_261 .title a {
	float: right;
	color: #666;
	font-size: 16px;
	text-decoration: none;
	padding-top: 60px;
	margin-bottom: 8px
}

.about_261 .title a:hover {
	color: #579eca;
}

.about_261 .title div {
	background: #579eca;
	height: 1px;
	clear: both;
	position: relative
}

.about_261 .title div i {
	background: #579eca;
	position: absolute;
	left: 0;
	bottom: -1px;
	height: 3px;
	width: 170px
}

.about_261 .title h2 span {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666;
	margin-left: 10px;
	display: inline
}

.about_261 .conab {
	overflow: hidden;
	margin: 40px auto 25px;
}

.about_261 .conab img {
	width: 580px;
	height: 405px;
	float: left;
	margin-right: 30px
}

.about_261 .conab p {
	color: #666666;
	text-indent: 28px;
	line-height: 30px
}

.about_261 .conab .ckxq {
	background: #07a;
	color: #FFF;
	font-size: 16px;
	text-decoration: none;
	width: 172px;
	line-height: 46px;
	text-align: center;
	display: inline-block;
	margin-top: 28px;
	margin-right: 20px
}

.about_261 .conab .ljzx {
	background: #f60;
	color: #FFF !important;
	font-size: 16px !important;
	text-decoration: none;
	width: 172px;
	line-height: 46px;
	text-align: center;
	display: inline-block;
	font-weight: normal !important;
	margin-top: 28px;
}

.about_261 .conab .ckxq:hover {
	background: #079;
}

.about_261 .conab .ljzx:hover {
	background: #f30;
}

.about_261 .rongyu {
	margin: 10px auto;
	width: 100%;
	position: relative;
}

.about_261 .rongyu ul li {
	display: block;
	width: 20%;
	float: left;
	text-align: center;
	position: relative;
}

.about_261 .rongyu ul li a {
	display: block;
	margin: 10px;
	background: #f8f8f8;
	border: 1px solid #ddd;
}

.about_261 .rongyu ul li img {
	display: block;
	width: 100%;
	height: 200px;
}

.about_261 .rongyu ul li a span {
	display: block;
	color: #666666;
	font-size: 14px;
	line-height: 40px;
	padding: 0 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.about_261 .rongyu ul li:hover a span {
	color: #f60;
}

.ewm_list {
	font-size: 16px;
	line-height: 28px;
	text-align: center;
}

.ewm_list li {
	padding: 25px 0;
}

.ewm_list li:hover {
	background: #fafafa;
}

.ewm_list .img {
	display: block;
}

.ewm_list .img img {
	width: 200px;
	height: 200px;
}

.ewm_list .tit1 {
	display: block;
	margin: 0;
	font-weight: bold;
}

.ewm_list .tit2 {
	display: block;
	margin: 0;
}



.case111 {
	padding: 50px 0;
	overflow: hidden;
	background: #f0f0f0 url(../images/fa.jpg) top center no-repeat;
}

/* 颜色 */
.case111 .c_con111 dl {
	width: 32%;
	float: left;
	padding-bottom: 50px;
	position: relative;
	margin-left: 2%;
}

.case111 .c_con111 dl dd.dd1 a {
	color: #333;
}

.case111 .c_con111 dl dd.dd1 em {
	display: block;
	width: 32px;
	height: 3px;
	background: #aaa;
	margin: 20px auto 0 auto;
}

.case111 .c_con111 dl dd.dd2 a {
	color: #333;
}

.case111 .c_con111 dl dd.dd3 {
	position: absolute;
	left: 50%;
	width: 140px;
	height: 36px;
	line-height: 36px;
	margin-left: -70px;
	bottom: -18px;
	background: #7b7b7b;
	text-align: center;
	font-size: 14px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.case111 .c_con111 dl:hover dd.dd3 {
	background: #009946;
}

.case111 .c_con111 dl dd.dd3 a {
	color: #fff;
}

/* 颜色 end*/
.case111 .c_con111 dl::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 1px solid #ccc;
	z-index: -1;
}

.case111 .c_con111 dl:first-child {
	margin-left: 0;
}

.case111 .c_con111 dl dt {
	height: 289px;
	position: relative;
	overflow: hidden;
	background: #eee;
	border: 1px solid #ccc;
	border-bottom: 0;
}

.case111 .c_con111 dl dt img {
	display: block;
	width: 100%;
	height: auto;
	transition: all 0.5s;
}

.case111 .c_con111 dl dt img:hover {
	transform: scale(1.1);
}

.case111 .c_con111 dl dd {
	margin: 0;
}

.case111 .c_con111 dl dd.dd1 {
	font-size: 18px;
	font-weight: bold;
	margin: 30px 0 12px 0;
	text-align: center;
}

.case111 .c_con111 dl dd.dd2 {
	font-size: 14px;
	line-height: 24px;
	height: 72px;
	padding: 0 25px;
	overflow: hidden;
}


#message {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
	transform: scale(0);
	transition: .3s;
}

.messagebg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	z-index: 1001;
}

#message .m-content {
	margin-top: 10%;
}

#message .m-content .m-message {
	background: #fff;
	width: 580px;
	background: #fff;
	padding: 50px;
	margin: 0 auto;
	position: relative;
	z-index: 1002;
	box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
}

.m-message {
	width: 96%;
	margin: 25px auto;
}

.m-message label {
	margin-bottom: 15px;
	display: block;
	font-size: 14px;
}

.m-message label.tishi {
	margin-top: 15px;
	display: block;
	font-size: 14px;
}

.m-message label em {
	display: inline-block;
	color: red;
	height: 32px;
	line-height: 32px;
}

.m-message label span {
	width: 70px;
	height: 34px;
	line-height: 34px;
	color: #2F2F2F;
	float: left;
	font-weight: bold;
	text-align: right;
	margin-right: 10px;
	display: inline-block;
}

.m-message label input.inp,
.m-message label textarea,
.m-message label.code input {
	font-family: Microsoft YaHei, Arial;
	width: 80%;
	overflow: hidden;
	height: 32px;
	line-height: 32px;
	border: #cccccc 1px solid;
	border-radius: 3px;
	padding: 0 14px;
	box-sizing: border-box;
	color: #555;
	font-size: 14px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.m-message.zx {
	width: 90%;
}

.m-message label span {
	width: 120px;
}

.m-message.zx label input.inp,
.m-message.zx label textarea,
.m-message.zx label.code input {
	width: 70%;
}

.m-message label input:focus,
.m-message label textarea:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(247, 150, 0, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(247, 150, 0, .6);
}

.m-message label textarea {
	height: 72px;
	line-height: 24px;
	padding: 5px 14px;
}

.m-message label.code {
	line-height: 34px;
}

.m-message label.code input {
	width: 30%;
	float: left;
	margin-right: 30px;
}

.m-message label.code .pic {
	display: inline-block;
	vertical-align: top;
	width: 80px;
	height: 32px;
}

.m-message label.code img {
	display: block;
	width: 100%;
	height: 100%;
}

.btn-1 input {
	min-width: 60px;
	height: 32px;
	line-height: 32px;
	padding: 0 15px;
	background: #e8e8e8;
	border: none;
	color: #333;
	margin-right: 22px;
	cursor: pointer;
	transition: 0.3s;
}

.btn-1 {
	padding-left: 150px;
}

.btn-1 input.focus {
	background: #ce2e33;
	color: #fff;
}

.btn-1 input.focus:hover {
	background: #444;
}

.btn-1 input:hover {
	background: #ccc;
}

.yzm .inp {
	width: 100px !important;
	vertical-align: middle;
}

.yzm img {
	width: 100px !important;
	vertical-align: middle;
}

.case-top {
	height: 145px;
	margin: 0 0 10px;
	background: #01a3e1 url(../images/case_top.jpg) no-repeat;
	overflow: hidden;
	color: #fff;
}

.case-liebiao {
	width: 214px;
	float: left;
}

.case-liebiao h2 {
	background: #01a3e1;
	color: #f8fefc;
	padding: 0;
	margin: 0;
	height: 145px;
	text-align: center;
	font-size: 28px;
	font-weight: normal;
	overflow: hidden;
	line-height: 36px;
	border-radius: 0 0 30px 0;
}

.case-liebiao h2 .text {
	display: block;
	line-height: 34px;
	font-style: normal;
	font-size: 20px;
}

.case-liebiao h2 .icon {
	display: block;
	height: 46px;
	margin: 12px 0 0;
	background: url(../images/tubiao_05.png) no-repeat center center;
}

.case-liebiao .case-menu {
	font-size: 22px;
	line-height: 60px;
	text-align: center;
}

.case-liebiao .case-menu ul {
	margin: 0;
	margin: 10px 0;
}

.case-liebiao .case-menu ul li {
	padding: 10px 0;
}

.case-liebiao .case-menu ul li a {
	display: block;
	background: #01a3e1;
	color: #f8fefc;
	position: relative;
	border-radius: 0 30px 30px 0;
	width: 182px;
}

.case-liebiao .case-menu ul li a:hover,
.case-liebiao .case-menu ul li.on a {
	width: 210px;
	background: #eac837;
}

.case-body {
	float: right;
	width: 940px;
}

.case-body2 {
	float: right;
	width: 888px;
	border: 1px solid #dfdfdf;
	padding: 35px 45px;
	overflow: hidden;
}

.list-case {
	display: block;
	margin: 15px 0;
}

.list-case li {
	width: 100%;
	padding: 25px 0;
	position: relative;
}

.list-case li:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	border-bottom: 1px dotted #999;
}

.list-case li .img {
	width: 300px;
	height: 200px;
}

.list-case li .img img {
	display: block;
	width: 300px;
	height: 200px;
	margin: 0px;
}

.list-case li .con {
	margin: 0;
	display: block;
	overflow: hidden;
	position: relative;
	padding: 20px 10px 0 30px;
}

.list-case li .con h4 {
	margin: 0;
	font-size: 18px;
	line-height: 28px;
	padding: 0;
	margin-bottom: 20px;
}

.list-case li .con h4 a {
	display: block;
	overflow: hidden;
}

.list-case li .con p {
	font-size: 14px;
	line-height: 25px;
	height: 72px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	color: #666;
}

.list-case li .con p i {
	font-style: normal;
	color: #000;
}

.list-case li .con .more {
	position: absolute;
	bottom: 0;
	right: 15px;
	padding: 0 5px;
	line-height: 30px;
}

.list-case li .con .more a {
	color: #555;
	background: #f5f5f5;
	padding: 0 15px;
	display: block;
	border: 1px solid #ddd;
}

.list-case li .con .more a {
	background: #01a3e1;
	color: #fff;
}

.list-case li .con .case-more {
	display: block;
	margin-top: 20px;
}

.list-case li .con .case-more a {
	color: #555;
	background: #fff;
	display: inline-block;
	padding: 0 15px;
	border: 1px solid #ccc;
	border-radius: 4px;
	line-height: 28px;
}

.list-case li .con .case-more a:hover {
	background: #01a3e1;
	color: #fff;
}

.list-case li:hover .con h4 a {
	color: #01a3e1;
}

.h-fw {
	padding: 80px 0;
	overflow: hidden;
}