@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	outline-style: none !important;
	box-sizing: border-box;
}

@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}

.iconfont {
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 12px;
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
	display: table;
	content: " "
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
	clear: both
}

html {
	font-size: 10px;
}

html,
body {
	height: 100%;
	width: 100%;
	min-height: 100%;
}

body {
	color: #616161;
	font: 1.4rem/1.8 "Microsoft YaHei", "\5B8B\4F53", Helvetica, Arial, Verdana, sans-serif;
}

a {
	text-decoration: none;
	color: #2f2f2f;
}

img {
	border: none;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote {
	padding: 0;
	margin: 0;
	outline: none;
}

i,
em,
b {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
}

ul,
ol,
li {
	list-style-type: none;
}

.clear {
	clear: both;
}

.st {
	font-family: "宋体";
}

.yh {
	font-family: "微软雅黑";
}

.fl {
	float: left;
}

.fr {
	float: right;
}

a:hover,
a:link,
a:visited,
a {
	color: inherit;
	text-decoration: none;
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
}

.center {
	width: 1200px;
	margin: 0 auto;
	padding: 0;
}


/*top*/

.top {
	position: relative;
}


/*nav*/

.nav {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 60px;
	padding: 20px 0;
}

.nav-l img {
	width: 260px;
	display: block;
}

.nav-l a {
	display: block;
}

.nav-r {
	margin-left:15px;
	margin-top:10px;
	line-height: 50px;
}

.nav-r ul li {
	display: inline-block;
	float: left;
	padding: 0px 12px;
	margin: 0 5px;
}

.nav-r ul li a {
	display: block;
	color: rgba(255, 255, 255, 1);
	font-size: 17px;
}

.nav-r ul li.current,
.nav-r ul li:hover {
	color: rgba(255, 255, 255, 0.6);
}

.nav-r ul li.current a,
.nav-r ul li:hover a {
	color:rgba(255, 255, 255, 0.6);
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
}


/*banner*/

.banner img {
	display: block;
	width: 100%;
	height: auto;
}

.banner .swiper-pagination-bullet {
	width: 60px;
	height: 6px;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 0%;
	opacity: 1;
}

.banner .swiper-pagination-bullet-active {
	background: #52d3aa !important;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
	bottom: 36px !important;
}

.banner .swiper-button-prev {
	background: url(../img/prev.png) no-repeat left center;
}

.banner .swiper-button-next {
	background: url(../img/next.png) no-repeat left center;
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -52px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
}

.nav-c em {
	display: inline-block;
	color: #fff;
	font-size: 24px;
	font-weight: lighter;
	line-height: 50px;
	margin-top:10px;
}

.nav-c i {
	font-size: 24px;
	margin-right: 10px;
	color: #fff;
}

#gtco-features {
	padding: 30px 0;
}

.feature-center {
	text-align: center;
	float: left;
	width: 33.33%;
	padding: 0 30px;
	margin-bottom: 40px;
}
.feature-center img{ width:100%;}

.btn {
	margin-right: 4px;
	margin-bottom: 4px;
	font-size: 16px;
	font-weight: 400;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	padding: 8px 20px;
}

.btn-primary {
	color: #fff;
	background-color: #52d3aa;
	border-color: #52d3aa;
}

.btn-primary:hover {
	background: #66d8b4 !important;
	border-color: #66d8b4 !important
}

.feature-center a {
	color: #fff;
}

.feature-center h3 {
	margin-bottom: 15px;
}

.feature-center p { height:60px;
	margin-bottom: 30px;
	color: #999;
	line-height: 30px; overflow:hidden;
}

.fea-tit {
	font-size: 26px;
	margin-bottom: 60px;
	margin-top: 30px;
	line-height: 1.5;
	font-weight: bold;
	color: #000;
	text-align: center;
}

#gtco-features-2 {
	background: #efefef;
	padding: 60px 0;
}

.gtco-heading {
	width: 760px;
	margin: 0 auto 60px auto;
	text-align: center;
}

.gtco-heading h2 {
	font-size: 26px;
	line-height: 1.5;
	font-weight: bold;
	color: #000;
	text-align: center;
}

.gtco-heading p {
	font-size: 15px;
	line-height: 1.5;
	color: #828282;
	margin-top: 10px;
}

.feat-left,
.feat-right {
	width: 50%;
	height: 350px;
	overflow: hidden;
}

.feature-left {
	float: left;
	width: 100%;
	margin-bottom: 74px;
	position: relative;
}

.feature-left .icon {
	float: left;
	margin-right: 5%;
	width: 54px;
	height: 54px;
	background: #fff;
	display: table;
	text-align: center;
	-webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}

.feature-left .icon i {
	display: table-cell;
	vertical-align: middle;
	font-size: 30px;
	color: #52d3aa;
}

.feature-left .feature-copy {
	float: left;
	width: 80%;
}

.feature-left .feature-copy h3 {
	text-transform: uppercase;
	font-size: 18px;
	color: #5d5d5d;
	margin-bottom: 10px;
}

.gtco-video {
	height: 350px;
	overflow: hidden;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;
}

.gtco-bg {
	background-position: center center;
	width: 100%;
	background-size: cover;
}

#gtco-header,
#gtco-counter,
.gtco-bg {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
}

#gtco-counter .display-t,
#gtco-counter .display-tc {
	height: 500px;
	display: table;
	width: 100%;
}

#gtco-header .display-tc,
#gtco-counter .display-tc,
.gtco-cover .display-tc {
	display: table-cell !important;
	vertical-align: middle;
}

#gtco-counter .display-t,
#gtco-counter .display-tc {
	height: 500px;
	display: table;
	width: 100%;
}

#gtco-counter .display-t .animate-box {
	width: 25%;
	float: left;
}

#gtco-counter .display-t .feature-center {
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
	width: 100%;
	margin-bottom: 40px;
}

#gtco-counter .counter {
	font-size: 50px;
	margin-bottom: 10px;
	color: #fff;
	font-weight: 100;
	display: block;
}

#gtco-counter .counter-label {
	margin-bottom: 0;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.5);
	letter-spacing: .1em;
}

#gtco-counter .icon {
	width: 70px;
	height: 70px;
	text-align: center;
	-webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
	margin-bottom: 30px;
}

#gtco-counter .feature-center .icon {
	width: 90px;
	height: 90px;
	background: #efefef;
	display: table;
	text-align: center;
	margin: 0 auto 30px auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}

#gtco-counter .icon i {
	height: 70px;
}

.feature-center .icon i {
	display: table-cell;
	vertical-align: middle;
	height: 90px;
	font-size: 40px;
	line-height: 40px;
	color: #52d3aa;
}

.test-bot .swiper-slide {
	padding: 0 30px;
}

#gtco-testimonial {
	padding: 30px 0;
}

#gtco-testimonial .testimony-slide {
	text-align: center;
}

#gtco-testimonial .testimony-slide figure {
	margin-bottom: 10px;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
}

#gtco-testimonial .testimony-slide figure img {
	width: 90px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	display: block;
}

#gtco-testimonial .testimony-slide span {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	display: block;
}

#gtco-testimonial .testimony-slide a {
	color: #52d3aa;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

#gtco-testimonial .testimony-slide blockquote {
	border: none;
	margin: 30px auto;
	width: 50%;
	position: relative;
	padding: 0;
}

#gtco-testimonial .swiper-container-horizontal {
	bottom: 0px !important;
}

.test-bot .swiper-pagination-bullet-active {
	background: #52d3aa !important;
}

.test-bot .swiper-button-prev {
	background: url(../img/prev.png) no-repeat left center;
}

.test-bot .swiper-button-next {
	background: url(../img/next.png) no-repeat left center;
}

.test-bot .swiper-button-prev,
.test-bot .swiper-button-next {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -52px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
}

.met-index-body {
	padding: 50px 0;
	background: #efefef;
}

.met-index-news .imgnews-list .item1 {
	width: 40%;
	float: left;
	padding: 0;
	border: none;
}

.met-index-news .imgnews-list li {
	width: 52%;
	float: right;
	-webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
	transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}

.met-index-news .imgnews-list li {
	width: 52%;
	float: right;
	-webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
	transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}

.met-index-news .imgnews-list .item2 .text {
	float: left;
	width: 80%;
}

.met-index-news .imgnews-list li .date {
	float: right;
}

.met-index-news .imgnews-list .item2 .text h3 {
	width: 100%;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
	font-size: 16px;
}

.met-index-news .imgnews-list li .title {
	font-size: 14px;
	line-height: 30px;
	color: #555;
	margin: 0;
	display: inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 78%;
}

.met-index-news .imgnews-list .item2 .text p {
	margin-top: 15px;
	color: #999;
	font-size: 13px;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
}

.met-index-news .imgnews-list li .date .day {
	font-size: 36px;
	font-weight: bold;
	position: relative;
	letter-spacing: 1px;
	color: #888;
}

.met-index-news .imgnews-list li .date .year {
	color: #888;
	position: relative;
	display: block;
}

.met-index-news .imgnews-list .item1 .text {
	background-color: #66d8b4!important;
}

.met-index-news .imgnews-list .item1 .text .date {
	float: left;
}

.met-index-news .imgnews-list .item1 .text .content {
	color: #fff;
	width: 80%;
	float: right;
}

.met-index-news .imgnews-list .item1 .text {
	background: #b30f0e;
	padding: 28px 20px 28px 40px;
}

.met-index-news .imgnews-list .item1 .text .content h3 {
	color: #fff!important;
}

.met-index-news .imgnews-list .item1 .text .content h3 {
	color: #fff;
	line-height: 30px;
	margin: 0;
	font-size: 16px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.met-index-news .imgnews-list .item1 .text .content p {
	color: rgba(255, 255, 255, 0.7);
	padding-top: 15px;
	margin: 0;
}

.met-index-news .imgnews-list .item1 .img img {
	-webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
	transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
	opacity: .78;
	width: 100%;
}

.met-index-news .imgnews-list .item1 .text .day {
	font-size: 36px;
	font-weight: bold;
	position: relative;
	letter-spacing: 1px;
	color: #fff;
}

.met-index-news .imgnews-list .item1 .text .year {
	color: rgba(255, 255, 255, 0.6);
	position: relative;
	display: block;
}

.met-index-news .imgnews-list li .fa {
	display: inline-block;
	line-height: 30px;
	float: right;
	color: #b30f0e;
	font-size: 13px;
	position: relative;
	right: 35px;
	-webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
	transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
	opacity: 0;
}

.met-index-news .imgnews-list li .fa {
	color: #66d8b4!important;
}

.met-index-news .imgnews-list li:hover {
	padding-left: 15px;
}

.met-index-news .imgnews-list li.item1:hover {
	padding-left: 0px;
}

.met-index-news .imgnews-list li:hover .fa {
	right: 0;
	opacity: 1;
}

.met-index-news .imgnews-list li .time {
	display: inline-block;
	line-height: 30px;
	float: right;
	color: #888;
	font-size: 13px;
	position: relative;
	-webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
	transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
}

.met-index-news .imgnews-list li:hover .time {
	right: 15px;
}

.mored {
	text-align: center;
	margin: 30px 0 20px 0;
}

.mored a {
	color: #fff;
}

#gtco-started .form-inline .form-group {
	width: 100% !important;
	margin-bottom: 10px;
}

#gtco-started .form-control {
	background: rgba(255, 255, 255, 0.2);
	border: none !important;
	color: #fff;
	font-size: 16px !important;
	width: 100%;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

#gtco-started {
	background: #4cc1bd;
	background: -moz-linear-gradient(-45deg, #4cc1bd 0%, #3f95ea 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, #4cc1bd), color-stop(100%, #3f95ea));
	background: -webkit-linear-gradient(-45deg, #4cc1bd 0%, #3f95ea 100%);
	background: -o-linear-gradient(-45deg, #4cc1bd 0%, #3f95ea 100%);
	background: -ms-linear-gradient(-45deg, #4cc1bd 0%, #3f95ea 100%);
	background: linear-gradient(135deg, #4cc1bd 0%, #3f95ea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc1bd', endColorstr='#3f95ea', GradientType=1);
	padding: 40px 0;
}

.gtc-item {
	width: 32%;
	margin-right: 1%;
	float: left;
}

.gtc-item input {
	padding: 10px;
	border-radius: 6px;
}

.gtc-itemd {
	margin-top: 1%;
}

.gtc-itemd textarea {
	padding: 10px;
	border-radius: 6px;
	min-height: 120px;
	display: block;
	width: 98% !important;
}

.gtc-item input::-webkit-input-placeholder,
.gtc-itemd textarea::-webkit-input-placeholder {
	color: #fff;
}

.gtc-item input:-moz-placeholder,
.gtc-itemd textarea:-moz-placeholder {
	color: #fff;
}

.gtc-item input::-moz-placeholder,
.gtc-itemd textarea::-moz-placeholder {
	color: #fff;
}

.gtc-item input:-ms-input-placeholder,
.gtc-itemd textarea:-ms-input-placeholder {
	color: #fff;
}

.liud {
	width: 250px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	margin: 20px auto;
}

.liud button {
	width: 250px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: #52D3AA;
	color: #fff;
	font-size: 16px;
	border: none;
	border-radius: 30px;
}

.gtco-heading h4 {
	font-size: 26px;
	margin-bottom: 60px;
	margin-top: 30px;
	line-height: 1.5;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.module {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 2;
	height: 100%;
}


/*联系*/

.footer {
	background: #fcfcfc;
	background-size: cover;
	padding-bottom: 58px;
}

.fo-l {
	width: 22.5%;
	float: left;
	text-align: center;
	/*background: #fff;*/
}

.fo-l img {
	display: block;
	width: 60%;
	margin: 0 auto;
	border: #ededed 1px solid;
	padding: 2px;
}

.fo-l span,
.fo-l em {
	display: block;
	color: #666666;
	font-size: 15px;
	line-height: 32px;
}

.fo-l em:before,
.fo-l em:after {
	content: "-";
}

.fo-l p {
	color: #52d2aa;
	font-size: 24px;
}

.fo-r {
	width: 77.5%;
	float: left;
}

.for-top {
	border-bottom: #efefef 1px solid;
	padding: 10px 20px;
}

.for-top span {
	color: #333333;
	font-size: 16px;
	margin-right: 20px;
}

.for-top em {
	display: inline-block;
	color: #52d2aa;
	font-size: 24px;
	margin-right: 20px;
}

.for-top a:hover,
.for-nav a:hover {
	color: #52d2aa;
}

.for-bot {
	padding: 10px 0 0 20px;
}

.for-nav {
	margin-bottom: 15px;
}

.for-nav a {
	display: inline-block;
	color: #333333;
	font-size: 15px;
	margin-right:36px;
}

.for-txt {
	width:550px; float:left;
	line-height:30px;
	color: #999;
}
.for-pic{ width:150px; float:right;}
.for-pic img{ width:100%;}

.gtco-cover.gtco-cover-sm {
	height: 400px;
	margin: 20px auto;
}

.gtco-cover {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
	float: left;
	width: 100%;
}

.gtco-cover .overlay {
	z-index: 1;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.4);
}

.gtco-cover>.gtco-container {
	position: relative;
	z-index: 10;
}

.gtco-cover.gtco-cover-sm .display-t,
.gtco-cover.gtco-cover-sm .display-tc {
	height: 400px;
	display: table;
	width: 100%;
}

.gtco-cover.gtco-cover-sm .display-t,
.gtco-cover.gtco-cover-sm .display-tc {
	height: 400px;
	display: table;
	width: 100%;
}

.js .animate-box {
	opacity: 0;
}

.text-center {
	text-align: center;
}

#gtco-header .display-tc,
#gtco-counter .display-tc,
.gtco-cover .display-tc {
	display: table-cell !important;
	vertical-align: middle;
}

#gtco-header .display-tc h1,
#gtco-counter .display-tc h1,
.gtco-cover .display-tc h1 {
	margin-bottom: 0px;
	font-size: 40px;
	line-height: 1.5;
	color: #fff;
	font-weight: 600;
}

#gtco-header .display-tc h2,
#gtco-counter .display-tc h2,
.gtco-cover .display-tc h2 {
	color: #fff;
	font-weight: normal;
}

.abte-item {
	width: 33.3333%;
	float: left;
	margin-bottom: 20px;
}

.ab-team .testimony-slide {
	text-align: center;
}

.ab-team .testimony-slide figure {
	margin-bottom: 10px;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
}

.ab-team .testimony-slide figure img {
	width: 90px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	display: block;
}

.ab-team .testimony-slide span {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	display: block;
}

.ab-team .testimony-slide a {
	color: #52d3aa;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.ab-team .testimony-slide blockquote {
	border: none;
	margin: 30px auto;
	width: 84%;
	position: relative;
	padding: 0;
}

.ab-team .swiper-container-horizontal {
	bottom: 0px !important;
}

.news ul li {
	margin-bottom: 20px;
}

.news ul li .newsimg {
	width: 200px;
	height: 130px;
	float: left;
}

.news ul li .newsimg img {
	width: 200px;
	height: 130px;
}

.news ul li .newstxt {
	width: 980px;
	height: 130px;
	float: right;
}

.news ul li .newstxt h3 {
	color: #666;
	font-size: 18px;
}

.news ul li .newstxt h4 {
	color: #666;
	font-size: 15px;
	font-weight: normal;
	margin: 6px 0;
}

.news ul li .newstxt span {
	color: #999;
	font-size: 14px;
	font-weight: normal;
}

.zihai_fenye {
	text-align: center;
	margin: 50px auto 40px auto;
}

.zihai_fenye a {
	color: #666;
	line-height: 280%;
	background: #cacaca;
	margin: 0px 1px;
	padding: 8px 10px;
	font-size: 12px;
}

.zihai_fenye a:hover {
	background: #03a6e1;
	color: #fff;
}

.zihai_fenye .on {
	background: #03a6e1;
	color: #fff;
}

/*联系我们*/

.c_t_l {
	width: 572px;
}

.c_t_l p {
	margin-bottom: 10px;
}

.c_t_l p label {
	display: block;
	font-size: 16px;
	font-family: "微软雅黑";
	margin-bottom: 10px;
}

.c_t_l p label em {
	display: inline-block;
	color: red;
}

.c_t_l p input {
	width: 560px;
	height: 34px;
	padding: 5px;
	font-family: "微软雅黑";
	border: #e0e0e0 1px solid;
	outline: none !important
}

.c_t_l p textarea {
	width: 560px;
	height: 190px;
	padding: 5px;
	font-family: "微软雅黑";
	border: #e0e0e0 1px solid;
	resize: none;
	outline: none !important
}

.sub {
	margin-top: 30px;
}

.sub input[type=button] {
	width: 160px;
	height: 50px;
	color: #fff;
	font-size: 16px;
	font-family: "微软雅黑";
	background: #52d2aa;
	border: none;
}

.c_t_r {
	width: 606px;
}

.all-contact-information {
	border: 1px solid #ececec;
	padding-bottom: 8px;
	padding-left: 30px;
	padding-top: 30px;
	margin-top: 33px;
}

.all-contact-information ul {}

.all-contact-information ul li {
	float: none;
	display: table;
	margin-bottom: 30px;
	color: #666;
	font-size: 14px;
	line-height: 42px;
}

.all-contact-information ul li:nth-child(1) {
	background: url(../img/dot3.jpg) no-repeat left center;
	height: 42px;
	padding-left: 70px;
}

.all-contact-information ul li:nth-child(2) {
	background: url(../img/dot4.jpg) no-repeat left center;
	height: 42px;
	padding-left: 70px;
}

.all-contact-information ul li:nth-child(3) {
	background: url(../img/dot5.jpg) no-repeat left center;
	height: 42px;
	padding-left: 70px;
}

.all-contact-information ul li:hover span {
	-webkit-animation: jello 1s linear;
	animation: jello 1s linear;
}

.con_b {
	width: 1190px;
	border: #e0e0e0 1px solid;
	padding: 5px;
	margin: 30px 0;
}

.news_sub{
	margin: 20px 0;
}
.news_sub .newstit{
	font-size: 18px;
	color: #333333;
	text-align: center;
}

.news_sub .newsdata{
	font-size: 16px;
	color: #999999;
	text-align: center;
	margin: 10px 0;
}
.newstxt img{
	max-width: 100%;
	height: auto;
}
.b_sub{
	width: 120px;
	height: 32px;
	background: #4cc1bd;
	border-radius:6px ;
	margin: 20px 0;
}
.b_sub a{
	display: block;
	width: 120px;
	height: 32px;
	background: #4cc1bd;
	border-radius:6px ;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 32px;
}
.ab-txt,.newstxt{ font-size:15px; line-height:2; overflow:hidden}
.ab-txt img{ width:auto; max-width:100%;}