﻿@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	font-size: 14px;
}

ol,
ul {
	list-style: none;
	margin: 0;
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
	text-decoration: none;
	outline: 0;
	border: none;
}

a {
	text-decoration: none !important;
	color: #000000;
}

h1,
h2,
h3,
h4,
h5 {
	margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
p:hover {
	cursor: default;
}

.container1 {
	max-width: 100%;
	/* min-width: 1260px; */
	margin: 0 auto;
	padding: 0 auto;
}

.container2 {
	padding: 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.container1:after,
.clearfix:after {
	clear: both;
	display: block;
	content: "";
}

.top {
	width: 100%;
	background-color: #f2f2f2;
	line-height: 40px;
	overflow: hidden;
	height: 40px;
}

@media only screen and (max-width:768px) {
	.top {
		display: none;
	}
}

.top span {
	color: #999999;
	margin-left: -15px;
}

.top .top-right {
	float: right;
	font-style: normal;
	margin-right: 26px;
}

.top-right a:hover span {
	color: #45a7a5;
}

.top-right a span i {
	margin-left: 12px;
	margin-right: 10px;
}

.logo {
	padding: 22px 0;
}

@media only screen and (max-width:768px) {
	.logo {
		position: fixed;
		left: 0;
		top: 0;
		padding: 5px 0;
		width: 124px;
		margin: 0 0 0 15px;
		z-index: 9999;
	}
	.logo img {
		width: 100%;
	}
}

@media only screen and (max-width:560px) {
	.navbar {
		margin: 0;
		background-color: #fff;
		border: 0;
		border-radius: 0;
		min-height: 48px;
		-webkit-transition: all 0.8s;
		-moz-transition: all 0.8s;
		transition: all 0.8s;
	}
}

.logo i {
	margin: 14px 28px 0 30px;
	width: 1px;
	height: 50px;
	background: #f2f2f2;
}

.logo>img {
	margin-top: 30px;
}

.logo>form {
	border: 1px solid #dedede;
	width: 240px;
	height: 38px;
	margin-top: 20px;
	margin-left: 68px;
}

.logo form input {
	border: 0;
}

.ss-txt {
	height: 36px;
	padding: 10px 0 10px 18px;
}

.ss {
	border: 0;
	background-color: #fff;
	padding: 0;
	width: 46px;
	height: 38px;
	text-indent: -100px;
	background: url(../img/sousuo.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 18px 18px;
	padding: 8px 18px 10px 20px;
}

.phone {
	margin-top: 10px;
	margin-left: 30px;
}

.phone>img {
	margin-top: 8px;
}

.phone-txt {
	margin-left: 14px;
}

.phone-txt>p {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 0;
	line-height: 23px;
}

.phone-txt>b {
	font-size: 30px;
	color: #3e9693;
	font-weight: bold;
	line-height: 36px;
}

.head-1-r a {
	margin-left: 10px;
}

.banner-box1 {
	width: 100%;
	/* height: 500px; */
}

.banner-box1.banner-box2 {
	display: none;
}

{
	width: 100%;
	/* height: 500px; */
}

.nav {
	width: 100%;
}

.navbar-collapse {
	padding: 0;
}

.container>.navbar-collapse {
	margin-right: -15px;
	margin-left: -15px;
}

.navbar-brand {
	display: none;
}

.nav-menu li {
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	padding: 0 45px;
	line-height: 48px;
	height: 48px;
	margin-bottom: 0;
	position: relative;
}

.nav-menu li:hover {
	background-color: #e89115;
	color: #fff;
}

.nav-menu li ol {
	display: none;
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	z-index: 2;
	background: #3c9593;
}

.nav-menu li:hover ol {
	display: block;
}

.nav-menu li ol li {
	display: block;
	padding: 0 5px;
	text-align: center;
	font-weight: normal;
	border-top: 1px solid rgba(48, 140, 140, 0.8);
}


/*.nav-menu li ol li:after{
	content: "+";
	position: absolute;
	right: 5px;
	top: 0;
	height: 100%;
	color: #fff;
}*/

.nav-menu li ol a {
	display: block;
	color: #FFF;
	font-size: 13px;
}

.nav-menu li a:hover {
	color: #fff;
}

.navbar {
	margin: 0;
	background-color: #3c9593;
	border: 0;
	border-radius: 0;
	min-height: 48px;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	transition: all 0.8s;
}

.navbar.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
}

@media only screen and (max-width:768px) {
	.navbar {
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		z-index: 999;
		margin: 0;
		background-color: #fff;
		border: 0;
		border-radius: 0;
		min-height: 48px;
		-webkit-transition: all 0.8s;
		-moz-transition: all 0.8s;
		transition: all 0.8s;
	}
}

.navbar-default .navbar-nav>li>a {
	color: #FFF;
}

.txt-box {
	text-align: center;
}

.txt-box h3 {
	font-weight: bold;
	font-size: 36px;
	color: #000;
}

.txt-box span {
	font-family: 'Century Gothic';
	font-size: 20px;
	font-weight: bold;
	color: #666666;
}

.txt-box i {
	display: inline-block;
	height: 3px;
	width: 34px;
	background-color: #3c9593;
}

.main-box {
	width: 100%;
	padding: 50px 0px 0px 0px;
}

.three-main-box .main-box {
	width: 100%;
	padding: 60px 0px 60px 0px;
}

.adv-box {
	width: 100%;
	background-color: #e5e5e5;
	padding-bottom: 40px;
}

.row-box {
	margin: 0;
	margin-top: 30px;
}

.derunte-index-img-box {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.dlgc-box {
	padding: 46px 40px;
}

.bus-main {
	margin-top: 30px;
}

.bus-main-txt {
	color: #FFF;
	padding: 48px 0 38px 40px;
}

.bus-main-txt {
	font-size: 24px;
	/* font-weight: bold; */
}

.bus-main-txt a {
	display: inline-block;
	border: 1px solid #fff;
	color: #fff;
}

.bus-main-txt h3 {
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 1;
	height: 32px;
	margin-bottom: 0;
	font-size: 24px;
	font-weight: bold;
}

.bus-main-txt p {
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 3;
	font-size: 12px;
	font-family: 'Century Gothic';
	height: 40px;
}

.bus-main-txt-four p {
	font-family: 'Century Gothic';
	font-size: 12px;
	margin-bottom: 16px;
}

.bus-main-txt a {
	display: inline-block;
	padding: 12px 14px;
}

.dlgc-box {
	padding-bottom: 90px;
	padding-right: 38px;
	/*margin-right: -15px;*/
	margin-left: -15px;
}

.dlgc-box h5 {
	font-size: 12px;
	color: #afe1df;
}

.dlgc-box p {
	font-size: 13px;
	line-height: 21px;
	/*color: #afe1df;*/
	color: #fff;
	line-height: 2;
	-webkit-line-clamp: 8;
	margin-top: 19px;
	margin-bottom: 12px;
	height: 160px;
}

.dlgc-box a {
	display: inline-block;
	padding: 12px 60px;
	margin-top: 40px;
}

.dlgc-box a span {
	margin-left: 20px;
	display: inline-block;
}

.bus-main-txt-four {
	opacity: 1;
	transition: opacity 1s;
	-moz-transition: opacity 1s;
	/* Firefox 4 */
	-webkit-transition: opacity 1s;
	/* Safari and Chrome */
	-o-transition: opacity 1s;
	/* Opera */
}

.bus-main-txt-four:hover {
	background-color: rgba(57, 149, 146, 0.3)
}

.row-bus {
	padding: 0 5px 10px 5px;
}

.bus-main .col-md-4 .row-bus:nth-child(2),
.bus-main .col-md-4 .row-bus:nth-child(4) {
	padding-bottom: 0px;
}

.bus-main-txt a:hover {
	color: #000;
	border: 1px solid #000;
}

.bus-main-txt-four {
	background-color: rgba(51, 51, 51, 0.5);
}


/* .bus-main-txt-four a:hover{
	color: #000;
	border-color: #000;
} */

.col-box {
	padding-left: 0;
	padding-right: 10px;
}

.dl-l-box {
	margin-left: 20px;
}


/* .col-box-r{
	margin-left: 10px;
} */

.adv-main-bottom {
	margin-top: 30px;
}

.adv-main {
	/*margin-top: 30px;*/
	color: #000;
}

.adv-box-top {
	position: relative;
	height: 180px;
	overflow: hidden;
}

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

.adv-box-left {
	padding-right: 10px;
}

.adv-box-right {
	padding-left: 10px;
}

.adv-top-title {
	position: absolute;
	z-index: 9;
	width: 140px;
	text-align: center;
	color: #FFF;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
}

.row-adv:hover .adv-top-title {
	width: 160px;
}

.adv-top-title span {
	width: 50px;
	height: 50px;
	display: inline-block;
	font-size: 30px;
	font-weight: bold;
	border: 1px solid #FFF;
	margin: 52px 0 18px 0;
}

.adv-top-title h1 {
	font-size: 24px;
	font-weight: bold
}

.adv-top-color {
	position: absolute;
	left: -160px;
	top: 0;
	width: 320px;
	height: 320px;
	transform: rotate(-20deg);
	background-color: #3c9593;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.row-adv:hover .adv-top-color {
	left: -130px;
}

.adv-box-bottom {
	padding: 18px 18px;
	color: #666666;
	background-color: #FFF;
}

.adv-box-bottom p {
	height: 60px;
	width: 100%;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.row-adv {
	box-shadow: 0px 5px 3px 0px rgba(0, 0, 0, 0.04);
	margin-bottom: 20px;
}

.abo-box-r {
	height: 100%;
	/*padding: 40px 40px;*/
	padding: 25px 40px;
	background-color: #f0f0f0;
}

.abo-main {
	margin-top: 30px;
	/* padding: 0; */
	background-color: #f0f0f0;
}

.abo-box-l {
	padding-left: 0;
	padding-right: 0;
}

.abo-box-r h3 {
	font-weight: bold;
	color: #000;
}

.abo-box-r h5 {
	margin-top: -6px;
	font-size: 13px;
	/* line-height: 12px; */
}

.abo-box-r a {
	display: inline-block;
	width: 238px;
	height: 44px;
	padding: 12px 70px;
	color: #3c9593;
	border: 1px solid #3c9593;
	margin-top: 19px;
}

.abo-box-r a:hover {
	color: #e89115;
	border: 1px solid #e89115;
}

.qua-box {
	background-color: #e5e5e5;
}

.main-box .txt-box-three {
	text-align: left;
}

.txt-box-three-img {
	height: 184px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 18px;
}

.txt-box-three-main {
	border: 1px solid #cccccc;
	padding: 10px;
	margin-top: 30px;
	background: #fff;
	min-height: 406px;
}

.txt-box-three-main>a {
	font-size: 16px;
	font-weight: bold;
	color: #3c9593;
	padding: 0 15px;
}

.txt-box-three-main>a:hover {
	color: #000000;
}

.txt-box-three-main li a:hover {
	color: #3c9593;
}

.txt-box-three-main span {
	display: block;
	padding: 5px 0 20px;
	font-family: 'Century Gothic';
	font-weight: bold;
	color: #999999;
	margin: 0 15px;
	border-bottom: 1px solid #ccc;
}

.conta span {
	display: block;
	padding: 0px;
	font-family: 'Century Gothic';
	font-weight: bold;
	color: #999999;
	margin: 0 15px;
	border-bottom: 0px solid #ccc;
	padding: 2px 0px;
}

.conta p {
	margin: 0 0 12px;
	 border-bottom:solid 1px #cccccc;
	 line-height:25px;
}

.txt-box-three-txt {
	display: block;
	padding: 0 15px;
	padding-top: 30px;
	/*border-top: 1px solid #cccccc;*/
	line-height: 28px;
}
.txt-box-three-txt  li a{
	height: 28px;
	line-height: 28px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.link-l {
	padding: 5px 0;
}

.link-l span {
	/* display: block; */
	font-weight: bold;
	font-size: 30px;
	font-family: 'Century Gothic';
	color: #3c9593;
}

.link-l h5 {
	display: inline;
	font-size: 16px;
	line-height: 14px;
}

.link-r {
	margin: 14px 0 14px 0;
	padding: 12px 0 12px 38px;
	border-left: 1px solid #dedede;
}

.link-box {
	background-color: #f2f2f2;
}

.link li {
	display: inline-block;
	line-height: 11px;
	border-left: 1px solid #999999;
	padding: 0 10px;
}

.link li a {
	color: #999999;
	font-size: 13px;
}

.link li a:hover {
	color: #3c9593;
}

.link-r .link-fir {
	border-left: 0;
}

.box4-txt {
	display: block;
	padding: 26px 0;
	background-color: #fff;
	text-align: center;
	font-size: 16px;
	box-shadow: 0px 8px 9px 0px rgba(0, 0, 0, 0.03);
}

.box4-txt:hover {
	color: #3c9593;
}

.banner-box4 {
	/*height: 400px;*/
	padding-bottom: 80px;
}

.box4-img img {
	width: 100%;
	box-shadow: 0px 8px 9px 0px rgba(0, 0, 0, 0.03);
}

.eng-main {
	margin-top: 30px;
	position: relative;
	width: 1170px;
	max-width: 100%;
}

@media only screen and (max-width:1280px) {
	.eng-main {
		width: 1150px;
	}
}

@media only screen and (max-width:1024px) {
	.eng-main {
		width: 970px;
	}
}

.eng-main .swiper-button-prev,
.eng-main .swiper-button-next {
	margin-top: -62px;
}

.box4-pagination {
	margin-top: 40px;
}

.foot {
	/* height: 390px; */
	background-color: #3e9693;
}

.foot-top>span {
	display: inline-block;
	background-color: #45a7a5;
	width: 1px;
	height: 220px;
	margin: 50px 55px 0;
}

.foot-top>.link-first-line {
	/*margin-left: 20px;*/
}

.lb-link {
	display: inline-block;
	vertical-align: top;
}

.lb-link a {
	color: #ffffff;
	line-height: 28px;
}

.lb-link a:hover {
	color: #000000;
}

.lb-link-main a {
	font-size: 14px;
}

.lb-link>li>a {
	font-size: 16px;
}

.lb-link>li:nth-child(1) {
	margin-top: 50px;
}

.lb-link>li:nth-child(2) {
	display: block;
	width: 10px;
	height: 1px;
	margin: 5px 0;
	background-color: #45a7a5;
}

.ewm-box {
	color: #FFF;
	margin-top: 50px;
	display: block;
	/* margin-left: 40px; */
	float: right;
}

.ewm-box li {
	text-align: right;
}

.ewm-box li:nth-child(1) {
	font: 16px;
}

.ewm-box li:nth-child(2) {
	font-family: 'Century Gothic';
	font-weight: bold;
}

.ewm-box li:nth-child(3) {
	display: block;
	width: 110px;
	height: 110px;
	margin: 18px 0 10px 0;
}

.ewm-box li:nth-child(4) {
	text-align: center;
}

.foot-bottom {
	padding: 24px 0;
	border-top: 1px solid #45a7a5;
	margin-top: 50px;
	color: #FFF;
	text-align: right;
}

.foot-bottom a {
	color: #FFF;
	/*margin-left: 20px;*/
}

.foot-bottom a:hover {
	color: #000;
}

.swiper-slide {
	overflow: hidden;
}

.swiper-slide img {
	width: 100%;
}

.swiper-slide {
	width: 100%;
}

.que-main {
	position: relative;
	margin-top: 18px;
	width: 1070px;
	max-width: 100%;
}


/* 第三个banner图 */

.banner-box3 {
	width: 100%;
	height: 400px;
	/* background-color: #e5e5e5; */
}

.banner-box3 .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #e5e5e5;
	/* Center slide text vertically */
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	transition: 300ms;
	transform: scale(1);
	z-index: 99;
}

.banner-box3 .swiper-slide-active {
	transform: scale(2.7);
	z-index: 9999;
}

.banner-box3 .swiper-slide-prev,
.banner-box3 .swiper-slide-next {
	transform: scale(2.0);
	z-index: 999;
}

.banner-box3 .swiper-wrapper .slide-banner3 {
	width: 240px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	width: 42px;
	height: 42px;
	background: url(../img/banner-left.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	left: -60px;
}


/* .swiper-button-prev:hover, .swiper-container-rtl .swiper-button-next:hover{
	background: url(../img/banner-left-hover.png);
	background-position: center;background-repeat: no-repeat;background-size:cover;
} */

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	width: 42px;
	height: 42px;
	background: url(../img/banner-right.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	right: -60px;
}


/* .swiper-button-prev:hover, .swiper-container-rtl .swiper-button-next:hover{
	background: url(../img/banner-right-hover.png);
	background-position: center;background-repeat: no-repeat;background-size:cover;
} */

.abo-box-r p {
	margin-top: 10px;
	line-height: 22px;
	/*height: 154px;*/
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
}

@media (min-width: 1200px) and (max-width: 1250px) {
	.container {
		width: 970px;
	}
}

@media (max-width: 1260px) {
	.abo-box-r p {
		-webkit-line-clamp: 3;
	}
	.nav-menu li {
		padding: 0 10px;
	}
	.nav-menu li a {
		padding-left: 9px;
		padding-right: 9px;
	}
	.foot-top {
		display: none;
	}
	.foot-bottom {
		border: 0;
		margin-top: 0;
	}
	.phone {
		display: none;
	}
}

@media (max-width:1200px) {
	.swiper-button-prev,
	.swiper-container-rtl .swiper-button-next {
		left: 20px;
	}
	.swiper-button-next,
	.swiper-container-rtl .swiper-button-prev {
		right: 20px;
	}
}

@media (max-width: 1018px) {
	.adv-box-left {
		padding-left: 10px;
	}
	.adv-box-right {
		padding-right: 10px;
	}
	.row {
		margin-left: -10px;
		margin-right: -10px;
	}
	.col-bus {
		padding-left: 10px;
		padding-right: 10px;
	}
	.logo>img {
		display: none;
	}
}

@media (max-width: 993px) {
	.nav-menu li {
		padding: 0;
	}
}

@media (max-width: 768px) {
	.navbar-brand {
		display: block;
	}
	.nav-menu li {
		display: block;
		text-align: center;
	}
	.container1 {
		min-width: 124px;
	}
	.nav-menu li {
		padding: 0 8px;
		background: #e89115;
		border-bottom: 1px solid #c47b00
	}
	.navbar-default .navbar-nav>li>a {
		color: #fff;
		font-weight: normal;
	}
	.navbar-nav>li>a {
		line-height: 26px;
	}
	.logo>img,
	.logo i {
		display: none;
	}
	.adv-box-left {
		padding-left: 10px;
	}
	.adv-box-right {
		padding-right: 10px;
	}
	.foot-bottom {
		text-align: center;
	}
	.ewm-box {
		text-align: center;
	}
	.phone {
		display: none;
	}
	.row {
		margin-left: -10px;
		margin-right: -10px;
	}
	.main-box {
		padding: 30px 0 0;
	}
	.abo-box-r {
		height: auto;
		padding: 20px 20px;
		background-color: #f0f0f0;
	}
	.three-main-box .main-box {
		width: 100%;
		padding: 30px 0 0;
	}
	.txt-box-three-main span {
		display: block;
		padding: 5px 0;
		font-family: 'Century Gothic';
		font-weight: bold;
		color: #999999;
		margin: 0 5px 10px 5px;
		border-bottom: 1px solid #ccc;
	}
	.abo-box-r a {
		display: inline-block;
		height: 44px;
		padding: 12px 40px;
		color: #3c9593;
		border: 1px solid #3c9593;
		width: auto;
		margin: 0 0 10px 0;
	}
	.txt-box-three-txt {
		display: block;
		padding: 0;
		/* border-top: 1px solid #cccccc; */
		line-height: 25px;
		padding: 0 5px;
	}
	.abo-main {
		margin-top: 10px;
		/* padding: 0; */
		background-color: #f0f0f0;
	}
	.txt-box-three-main>a {
		display: block;
		font-size: 16px;
		font-weight: bold;
		color: #3c9593;
		padding: 0 ;
		height: 19px;
		line-height: 19px;
		overflow: hidden;
	}
	.txt-box-three-main {
		border: 1px solid #cccccc;
		padding: 10px;
		margin-top: 10px;
		background: #fff;
	}
	.box4-txt {
		/*height: 120px;*/
		height: 74px;
	}
	.main-box .txt-box-three {
		text-align: center;
	}
	.container2,
	.abo-main {
		padding-left: 10px;
		padding-right: 10px;
	}
	.foot-bottom a {
		text-align: center;
		display: block;
	}
	.ewm-box li {
		display: inline-block;
		text-align: center;
	}
	.link-box {
		display: none;
	}
	.foot-top {
		display: none;
	}
	.logo>form {
		display: none;
	}
}

.r-anli-top {
	/*margin-top: 50px;*/
	background-color: #f0f0f0;
}

.r-anli-top-img {
	/*height: 364px;*/
	height: 448px;
}

.r-anli-top-txt {
	padding: 36px 28px 8px 28px;
	background-color: #f0f0f0;
}

.r-anli-top-txt h3 {
	font-weight: bold;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	height: 28px;
}

.r-anli-top-txt h5 {
	font-size: 13px;
	font-family: 'Century Gothic';
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 38px;
}

.r-anli-top-txt p {
	display: block;
	color: #666666;
	overflow: hidden;
	margin: 0;
	/*-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 13;
	height: 224px;*/
	font-size: 14px;
}

.r-anli-mid-main {
	padding: 20px 0;
}

.r-anli-mid-main img {
	display: block;
	margin: 0 auto;
	max-width: 100%
}

.r-anli-mid-main p {
	/*display: block;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	height: 146px;
	font-size: 15px;*/
}

.r-anli-bot-main {
	height: 134px;
}

.r-anli-bot-tj {
	padding-left: 5px;
	padding-right: 5px;
}

.swiper-container-horizontal>.box2-pagination {
	bottom: 0;
	height: 40px;
	background-color: rgba(0, 0, 0, 0.7)
}

.swiper-container-horizontal>.box2-pagination .swiper-pagination-bullet {
	margin-top: 16px;
}

@media (max-width: 768px) {
	.r-anli-bot-tj {
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 10px;
	}
}

.derunte-news-list li {
	margin-bottom: 10px;
	padding: 30px;
	border: 1px solid #dfdfdf;
}

.derunte-news-list a {
	color: #666666;
}

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

.derunte-news-date {
	float: left;
	text-align: center;
	border-right: 1px solid #e7e7e7;
	padding-right: 25px;
	margin-right: 25px;
}

.derunte-news-date b {
	display: block;
	font-size: 40px;
	line-height: 40px;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.derunte-news-date em {
	font-style: normal;
	font-size: 12px;
}

.derunte-news-news {
	width: 700px;
}

.derunte-news-news p {
	color: #000;
	font-size: 20px;
}

.derunte-news-news span {
	line-height: 24px;
}

@media (max-width: 993px) {
	.derunte-news-list {
		margin-top: 10px;
	}
	.derunte-news-list li {
		padding: 0;
		border: none;
		list-style: decimal;
		line-height: 27px;
		margin-left: 15px;
	}
	.derunte-news-date {
		display: none;
	}
	.derunte-news-news {
		width: 100%;
	}
	.derunte-news-news p {
		font-size: 15px;
	}
	.derunte-news-news span {
		display: none;
	}
}

.derunte-lianxi>div {
	padding: 25px 5px;
	padding-top: 0;
	text-align: center;
}

.derunte-ic {
	padding: 25px 15px;
	border: 1px solid #cccccc;
	min-height: 310px;
	background-color: #fff;
}

.derunte-ic b {
	display: block;
	font-size: 18px;
	margin-top: 15px;
	padding-bottom: 20px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 30px;
}

.derunte-ic p {
	font-size: 14px;
	color: #666666;
}

.derunte-lianxi-map {
	width: 100%;
	/*margin-right:-15px;*/
	/*margin-left:-15px;*/
	margin-top: -50px;
	/*position:absolute;*/
	position: relative;
	z-index: -2;
}

.derunte-lianxi-map img {
	width: 100%;
}

.derunte-lianxi-map iframe {
	display: block;
	width: 100%;
	height: 400px;
}

@media (max-width: 993px) {
	.derunte-lianxi-map {
		margin: 0 0 10px 0;
		position: static;
	}
}

.derunte-inner-banner img {
	display: block;
	width: 100%;
}

.derunte-container {
	padding-top: 38px;
	padding-bottom: 68px;
}

.derunte-container .derunte-left {
	width: 20%;
	float: left;
}

.derunte-container .derunte-right {
	width: 76%;
	float: right;
}

.derunte-left-nav .derunte-title {
	background: #328f8f;
	color: #fff;
	padding: 25px 30px;
}

.derunte-left-nav .derunte-title h1 {
	font-size: 25px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
}

.derunte-left-nav .derunte-title p {
	margin-bottom: 0;
	font-size: 18px;
	line-height: 1;
	text-transform: uppercase;
}

.derunte-nav li {
	line-height: 46px;
	background: #fff;
	border-bottom: 1px solid #f4f4f4;
}

.derunte-nav li a {
	display: block;
	padding-left: 20px;
	padding-right: 35px;
	font-size: 14px;
	color: #333;
	transition: all 0.3s;
	background-position: right 15px center;
}

.derunte-nav {
	background: #f4f4f4;
	padding: 10px;
	margin-bottom: 20px;
}

.derunte-nav li a.on,
.derunte-nav li a:hover {
	font-weight: bold;
	color: #fff;
	background: #328f8f url(../img/icon_arrow.png) no-repeat right 15px center;
}

.derunte-contact .derunte-title {
	/*padding-top: 60px;
	padding-bottom: 34px;*/
	padding-top: 26.5px;
	padding-bottom: 26.5px;
	background: url(../img/derunte_icon.jpg) no-repeat center/cover;
}

.derunte-contact ul {
	background: url(../img/bg_l.gif);
	padding: 20px 30px 40px;
	border-bottom: 4px solid #328f8f;
}

.derunte-contact ul h2 {
	line-height: 30px;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	padding-left: 26px;
}

.derunte-contact ul li h2.derunte-address {
	background: url(../img/icon_add.png) no-repeat left center;
}

.derunte-contact ul li h2.derunte-tel {
	background: url(../img/icon_tel.png) no-repeat left center;
}

.derunte-contact ul li h2.derunte-email {
	background: url(../img/icon_ltel.png) no-repeat left center;
}

.derunte-contact ul li h2.derunte-website {
	background: url(../img/icon_website.png) no-repeat left center;
}

.derunte-contact ul li p {
	font-size: 14px;
	color: #666666;
}

.derunte-contact ul li {
	margin-bottom: 15px;
}

.derunte-position {
	width: 100%;
	border-top: 4px solid #f4f4f4;
	line-height: 60px;
	border-bottom: 1px solid #f4f4f4;
	margin-bottom: 38px;
}

.derunte-position .derunte-here {
	float: left;
	font-size: 18px;
	color: #328f8f;
	font-weight: bold;
	position: relative;
	padding-right: 15px;
}

.derunte-position .derunte-here::after {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	position: absolute;
	background: url(../img/icon_anj.png) no-repeat center;
	right: 0;
	top: 52%;
}

.derunte-position .derunte-abox {
	float: right;
	color: #999999;
}

.derunte-position .derunte-abox a {
	color: inherit;
}

.derunte-position .derunte-abox a:hover,
.derunte-position .derunte-abox a:last-child {
	color: #2c9190;
}

.derunte-position .derunte-abox {
	padding-left: 20px;
	background: url(../img/icon_home.png) no-repeat left center;
}

@media (max-width: 992px) {
	.derunte-container .derunte-left {
		width: 100%;
		float: none;
	}
	.derunte-container .derunte-right {
		width: 100%;
		float: none;
	}
}

.derunte-case-list {
	/*padding-top: 50px;*/
}

.derunte-case-list li {
	float: left;
	width: 32%;
	margin-right: 2%;
	border: 1px solid #cccccc;
	padding: 10px;
	margin-bottom: 30px;
}

.derunte-case-list li:nth-child(3n) {
	margin-right: 0;
}

.derunte-case-list img {
	display: block;
	width: 100%;
	transition: all 0.3s;
}

.derunte-case-list a:hover img {
	transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
}

.derunte-case-list a .derunte-anli-img-box {
	overflow: hidden;
}

.derunte-case-list a {
	display: block;
}

.derunte-case-list a p {
	position: relative;
	padding-left: 30px;
	padding-right: 20px;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0;
	line-height: 70px;
	font-size: 16px;
	color: #666666;
	background: url(../img/icon-right.png) no-repeat right center;
}

.derunte-case-list a p::before {
	content: "";
	display: block;
	width: 18px;
	height: 2px;
	background: #328f8f;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1px;
}

.derunte-case-list a:hover p {
	color: #328f8f;
}

.derunte-pagelist {
	margin-bottom: 35px;
	text-align: center;
}

.derunte-pagelist a {
	display: inline-block;
	padding: 6px 12px;
	border: 1px solid #ebebeb;
	transition: all 0.3s;
}

.derunte-pagelist .on {
	color: #fff;
	background: #4b8d89;
}

.derunte-pagelist a:hover {
	color: #fff;
	background: #4b8d89;
}

@media (max-width: 768px) {
	.derunte-case-list li {
		width: 48%;
		margin-right: 0 !important;
		margin-bottom: 20px;
	}
	.derunte-case-list li:nth-child(2n) {
		margin-left: 4%;
	}
}

.derunte-contact h3 {
	font-size: 16px;
	font-weight: bold;
	color: #328f8f;
}

.derunte-fuwu-box {
	padding-top: 50px;
	padding-bottom: 60px;
	border-bottom: 1px solid #f4f4f4;
}

.derunte-fuwu-box img {
	display: block;
	width: 75%;
	float: left;
}

.derunte-fuwu-box .derunte-right-box {
	width: 20%;
	float: right;
	padding-top: 130px;
}

.derunte-fuwu-box .derunte-right-box h1 {
	font-size: 25px;
	color: #333;
	text-align: center;
}

.derunte-fuwu-box .derunte-right-box a {
	display: block;
	max-width: 100%;
	width: 150px;
	height: 40px;
	border-radius: 20px;
	line-height: 40px;
	background: #328f8f;
	color: #fff;
	text-align: center;
	margin: 12px auto 0;
}

.derunte-fuwu-boxb h1 {
	text-align: center;
	padding: 40px 0 30px;
	font-size: 30px;
	color: #333;
	font-weight: bold;
}

.derunte-fuwu-boxb ul {
	width: 540px;
	margin: 0 auto;
	max-width: 100%;
}

.derunte-fuwu-boxb ul li {
	width: 33.3333333333333333333333%;
	float: left;
	padding: 0 15px;
}

.derunte-fuwu-boxb .derunte-inbox {
	background: #328f8f;
	border-radius: 8px;
	color: #fff;
	text-align: center;
	padding: 24px 0;
}

.derunte-fuwu-boxb .derunte-inbox .t {
	font-size: 16px;
	line-height: 1;
}

.derunte-fuwu-boxb .derunte-inbox .t span {
	font-size: 80px;
	font-weight: bold;
	letter-spacing: -5px;
	display: inline-block;
	margin-right: 5px;
}

.derunte-fuwu-boxb .line {
	width: 50%;
	height: 1px;
	background: #fff;
	margin: 12px auto;
}

.derunte-fuwu-boxb .derunte-inbox p {
	margin-bottom: 0;
	font-size: 20px;
}

.derunte-fuwu-boxb h3 {
	text-align: center;
	padding-top: 35px;
	padding-bottom: 80px;
	font-size: 20px;
	color: #333;
}

.derunte-fuwu-boxb h3 span {
	font-size: 25px;
	color: #328f8f;
}

@media (max-width:1200px) {
	.derunte-fuwu-box .derunte-right-box {
		padding-top: 10px;
	}
}

@media (max-width: 768px) {
	.derunte-fuwu-box img {
		width: 100%;
		float: none;
	}
	.derunte-fuwu-box .derunte-right-box {
		width: 100%;
		float: none;
	}
}

.derunte-yewu-box {
	position: relative;
}

.derunte-yewu-box .derunte-yewu-img-box {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}

.derunte-yewu-box .derunte-t {
	position: relative;
	padding-left: 50%;
}

.derunte-yewu-box .derunte-txt {
	padding: 40px 30px 30px;
	background: #f0f0f0;
}

.derunte-yewu-box .derunte-txt h1 {
	font-size: 24px;
	font-weight: bold;
}

.derunte-yewu-box .derunte-txt h2 {
	font-size: 14px;
	color: #333333;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.derunte-yewu-box .derunte-txt p {
	text-align: justify;
	font-size: 14px;
	color: #666;
	line-height: 1.6;
}

.derunte-yewu-title {
	padding-top: 40px;
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 2px solid #f0f0f0;
}

.derunte-yewu-title h1 {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	margin-bottom: 0;
}

.derunte-yewu-title p {
	font-size: 14px;
	color: #333;
	text-transform: uppercase;
	margin-top: 6px;
	margin-bottom: 0;
}

.derunte-yewu-list {
	padding-top: 40px;
}

.derunte-yewu-list li {
	width: 31%;
	float: left;
	border: 1px solid #328f8f;
	margin-right: 3.3%;
	margin-bottom: 60px;
	position: relative;
}

.derunte-yewu-list li:nth-child(3n) {
	margin-right: 0;
}

.derunte-yewu-list li h1 {
	margin-bottom: 0;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	background: #328f8f;
	line-height: 40px;
	padding-left: 20px;
}

.derunte-yewu-list li .derunte-txt-box {
	padding: 20px;
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	
}
.derunte-yewu-list li .derunte-txt-box div{
	/*min-height: 180px;*/
	max-height: 600px;
	overflow: hidden;
}
.derunte-yewu-list li .derunte-txt-box span {
	font-size: 14px;
	color: #328f8f;
	font-weight: bold;
}

.derunte-yewu-list li i {
	display: block;
	position: absolute;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #328f8f;
	color: #fff;
	text-align: center;
	line-height: 34px;
	font-style: normal;
	top: -40px;
}

.derunte-yewu-list li i::after {
	content: "";
	display: block;
	width: 2px;
	height: 7px;
	background: #328f8f;
	top: 100%;
	left: 50%;
	margin-left: -1px;
	position: absolute;
}

.derunte-yewu-list li p {
	width: 100%;
	/*white-space: nowrap;*/
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (max-width: 768px) {
	.derunte-yewu-list li {
		width: 100%;
		margin-right: 0 !important;
	}
	.derunte-yewu-box .derunte-yewu-img-box {
		width: 100%;
		position: static;
		height: 250px;
	}
	.derunte-yewu-box .derunte-t {
		padding-left: 0;
	}
	.derunte-yewu-box .derunte-txt {
		width: 100%;
		padding: 10px;
	}
}

.derunte-job-box {
	padding-top: 60px;
}

.derunte-job-box .derunte-box {
	width: 32%;
	float: left;
	margin-right: 2%;
	border: 1px solid #dfdfdf;
	margin-bottom: 70px;
	position: relative;
	padding-top: 70px;
	padding-bottom: 50px;
}

.derunte-job-box .derunte-box::after {
	content: "+";
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background: #328f8f;
	font-size: 30px;
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -20px;
}

.derunte-job-box .derunte-box:nth-child(3n) {
	margin-right: 0;
}

.derunte-job-box .derunte-box h1 {
	text-align: center;
	font-size: 17px;
	color: #fff;
	font-weight: bold;
}

.derunte-job-box .derunte-box .derunte-title p {
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
}

.derunte-job-box .derunte-box .derunte-title {
	background: #328f8f;
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	width: 60%;
	padding: 10px 0;
}

.derunte-job-box .derunte-box .derunte-title::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 5px solid #216a6a;
	border-width: 10px 5px;
	border-color: transparent #216a6a #216a6a transparent;
	position: absolute;
	top: 0;
	right: 100%;
}

.derunte-job-box .derunte-box .derunte-title::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 5px solid #216a6a;
	border-width: 10px 5px;
	border-color: transparent transparent #216a6a #216a6a;
	position: absolute;
	top: 0;
	left: 100%;
}

.derunte-job-box .derunte-sd-box {
	padding: 0 10px;
}

.derunte-job-box .derunte-sd-box h3 {
	font-size: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
	padding-top: 15px;
}

.derunte-job-box .derunte-sd-box p {
	border-bottom: 1px solid #cccccc;
	line-height: 36px;
	margin-bottom: 0;
}

@media (max-width: 768px) {
	.bus-main-txt-four p {
		font-family: 'Century Gothic';
		font-size: 12px;
		margin-bottom: 20px;
		height: 20px;
	}
	.bus-main-txt {
		color: #FFF;
		padding: 30px 0 38px 25px;
	}
	.derunte-job-box .derunte-box {
		width: 100%;
		float: none;
		margin-right: 0 !important;
	}
	.navbar-nav {
		margin: 0;
	}
	.banner-box1,
	.derunte-inner-banner {
		margin-top: 50px;
	}
	.txt-box h3 {
		font-size: 22px;
		margin: 0;
	}
	.txt-box span {
		font-size: 14px;
	}
	.bus-main-txt h3,
	.adv-top-title h1,
	.abo-box-r h3,
	.abo-box-r h3 * {
		font-size: 18px!important;
	}
	.dlgc-box span {
		padding-top: 10px;
		line-height: 22px;
		display: block;
	}
	.dlgc-box a {
		display: inline-block;
		padding: 2px 40px 10px 40px;
		margin-top: 30px;
	}
	.bus-main {
		margin-top: 10px;
	}
	.bus-main-txt h3 {
		height: 25px;
	}
	.dlgc-box {
		padding-right: 20px;
		padding-left: 25px;
		padding-bottom: 30px;
		margin-left: 0;
		margin-bottom: 10px;
	}
	.banner-box3 {
		height: 160px;
	}
	.foot-bottom {
		padding: 10px 0;
	}
	.foot-bottom a {
		display: inline-block;
	}
	.derunte-container {
		padding-top: 20px;
		padding-bottom: 30px;
	}
	.derunte-position {
		line-height: 30px;
		margin-bottom: 20px;
	}
	.derunte-position .derunte-here {
		font-size: 12px;
	}
	.derunte-position .derunte-abox * {
		font-size: 12px;
	}
	.r-anli-top-txt h3 {
		font-size: 16px;
	}
	.derunte-container .derunte-left {
		margin-top: 30px;
	}
	.derunte-left-nav .derunte-title,
	.derunte-contact .derunte-title,
	.derunte-contact ul {
		padding: 20px;
	}
	.derunte-left-nav .derunte-title h1,
	.derunte-yewu-box .derunte-txt h1,
	.derunte-yewu-title h1 {
		font-size: 16px;
	}
	.derunte-left-nav .derunte-title p {
		line-height: 12px;
	}
	.derunte-yewu-list li:last-child {
		margin-bottom: 0;
	}
	.derunte-case-list a p {
		padding-right: 0;
		line-height: 40px;
		font-size: 14px;
	}
	.derunte-news-list li {
		padding-bottom: 10px;
		border-bottom: 1px dashed #ccc;
	}
	.derunte-news-list li a:after {
		display: none;
	}
	.derunte-news-news p {
		margin: 0;
		height: 27px;
		line-height: 27px;
		overflow: hidden;
	}
	.derunte-fuwu-boxb .derunte-inbox .t span {
		font-size: 40px;
	}
	.derunte-ic {
		margin-bottom: 20px;
	}
	.banner-box1 {
		display: none;
	}
	.banner-box1.banner-box2 {
		display: block
	}
}

.r-anli-bot {
	position: relative;
	padding: 0 50px;
}

.r-anli-bot .swiper-button-next,
.r-anli-bot .swiper-container-rtl .swiper-button-prev {
	right: 0;
}

.r-anli-bot .swiper-button-prev,
.r-anli-bot .swiper-container-rtl .swiper-button-next {
	left: 0;
}

.r-anli-top {
	position: relative;
}

.csf {
	position: absolute;
	top: -100px;
	left: 0;
	width: 100%;
	height: 100px;
}


/*2019/6/12 PCY*/

.navbar-default .navbar-toggle {
	padding-left: 40px;
	background: #328f8f;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:before {
	content: "导航";
	position: absolute;
	left: 10px;
	font-size: 12px;
	color: #fff;
}

@media only screen and (max-width:560px) {
	.bus-main .col-md-4 .row-bus:nth-child(2) {
		padding-bottom: 10px;
	}
	
	.three-main-box{
		margin-bottom: 30px;
	}
	
	.foot-bottom span{
		display: block;
	}
}