*, html, body {
	padding: 0;
	margin: 0;
	border: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	font-family: "Microsoft Yahei", sans-serif;
	color: #333;
}
ul, ol, dl, li, dt, dd {
	padding: 0;
	margin: 0;
	list-style: none;
}
img {
	vertical-align: middle;
	border: 0;
}
a {
	text-decoration: none;
}
input,textarea
{
	outline:none;
}

/**/
.main-null{
	height: 80px;
}
.icon-wx {
	position: relative;
}
.icon-wx div {
	display: none;
	position: absolute;
	bottom: 30px;
	left: -42px;
	width: 120px;
	padding: 10px;
	z-index: 800;
	background: #ffffff;
}
.icon-wx div img {
	width: 100%;
	display: block;
	margin: 0;
}
.icon-wx div p {
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	margin-top: 10px;
}
.icon-wx:hover div {
	display: block;
}
.main {
	min-width: 1200px;
}
.main-width-div {
	width: 90%;
	margin: 0 auto;
	min-width: 1200px;
}
.main-width {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

/*main-nav s*/
.main-nav
{
	background: #ffffff;
	height: 70px;
	border-bottom: 1px solid #eeeeee;
}
.main-nav-items
{
	display: inline-block;
}
.main-nav-items li
{
	display: inline-block;
	line-height: 68px;
}
.main-nav-items li a
{
	font-size: 12px;
}
.main-nav-l
{

}
.main-nav-l>a{
	display: inline-block;
	border-left: 1px solid #eee;
	height: 70px;
	width: 70px;
	text-align: center;
	border-right: 1px solid #eee;
	margin-right: 12px;
	background: url("../img/home.png") no-repeat center;
	background-size: 20px;
}
.main-nav-l>a:hover
{
	background: url("../img/home1.png") no-repeat center;
	background-size: 20px;
}
.main-nav-l ol
{
	display: inline-block;
	vertical-align: top;
}
.main-nav-l  ol li
{
	position: relative;
	padding-right: 20px;
	padding-left: 5px;
}
.main-nav-l  ol li:after
{
	content: ">";
	position: absolute;
	right: 0;
	top: 0;

}
.main-nav-l  ol li:last-child:after
{
	content: " ";
}
.main-nav-l  ol li a
{
	text-transform: capitalize;
}
.main-nav-l  ol li:hover a
{
	color: #5ec3cf;
}
.main-nav-r
{
	float: right;
}
.main-nav-r ul
{

}
.main-nav-r ul li
{
	position: relative;
	margin: 0 20px;
}
.main-nav-r ul li:after
{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 3px;
	background: -webkit-linear-gradient( #98d3d6,#5ec3cf); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#98d3d6,#5ec3cf); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#98d3d6,#5ec3cf); /* Firefox 3.6 - 15 */
	background: linear-gradient(#98d3d6,#5ec3cf); /* 标准的语法（必须放在最后） */
	-webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s;
}
.main-nav-r ul li a
{
	text-transform: capitalize;
}
.main-nav-r ul li.active:after
{
	width: 100%;
}
.main-nav-r ul li.active a
{
	color: #5ec3cf;
}
.main-nav-r ul li:hover:after
{
	width: 100%;
}
.main-nav-r ul li:hover a
{
	color: #5ec3cf;
}



/*main-title*/
.main-title {
	margin:0 auto 40px;
	text-align: center;
	padding-bottom: 18px;
	position: relative;
	display: inline-block;
}
.main-title img {
	height: 50px;
}
.main-title h2 {
	font-size:34px;
	text-transform: capitalize;
	font-weight: 100;
}
.main-title h2:after {
	/*content: "";*/
	/*position: absolute;*/
	/*bottom: 0;*/
	/*left: 0;*/
	/*width: 28%;*/
	/*height: 3px;*/
	/*background: #5ec3cf;*/
}
/*main-more*/
.main-more {
	text-align: center;
}
.main-more .more {
	text-transform: capitalize;
	padding: 12px 46px;
	display: inline-flex;
	margin-top: 30px;
	font-size: 12px;
	border: 1px solid #5ec3cf;
	color: #666;
	-webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s;
}
.main-more .more:hover {
	background: -webkit-linear-gradient( #98d3d6,#5ec3cf); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#98d3d6,#5ec3cf); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#98d3d6,#5ec3cf); /* Firefox 3.6 - 15 */
	background: linear-gradient(#98d3d6,#5ec3cf); /* 标准的语法（必须放在最后） */
	color: #fff;
}

/*main-banner s */
.main-banner
{
	height:60vh;
}
.main-banner img
{
	width: 100%;
	position: fixed;
	top: 0;
	left:0;
	z-index: -1;
}

/*page 页数*/
#page {
	clear: both;
	overflow: hidden;
	margin: 30px auto;
	text-align: center;
}

#page a {
	display: inline-block;
	padding: 4px 16px;
	line-height: 26px;
	border: 1px solid #5ec3cf;
    font-size: 12px;

}
#page a:hover {
	background: -webkit-linear-gradient( #98d3d6,#5ec3cf); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#98d3d6,#5ec3cf); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#98d3d6,#5ec3cf); /* Firefox 3.6 - 15 */
	background: linear-gradient(#98d3d6,#5ec3cf); /* 标准的语法（必须放在最后） */
	cursor: pointer;
    color: #fff;

}

#page .current {
	background: -webkit-linear-gradient( #98d3d6,#5ec3cf); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#98d3d6,#5ec3cf); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#98d3d6,#5ec3cf); /* Firefox 3.6 - 15 */
	background: linear-gradient(#98d3d6,#5ec3cf); /* 标准的语法（必须放在最后） */
    color: #fff;

}

/*--header s--*/

.header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	width: 100%;
	height: 76px;
	background: #fbfbfb;
	-webkit-box-shadow: 0 0 10px 1px #999; -moz-box-shadow: 0 0 10px 1px #999; box-shadow: 0 0 10px 1px #999;
}
.header .head-logo {
	padding: 8px;
	float: left;
}
.header .head-logo img {
	height: 60px;
}
.header .head-icon {
	float: right;
	margin: 23px 0;
}
.header .head-icon a {
	vertical-align: middle;
	border-left: 1px solid #eee;
	padding: 0 10px;
	display: inline-block;
	line-height: 10px;
	position: relative;
}
.header .head-icon a:first-child {
	border: 0;
}
.header .head-icon img {
	width: 20px;
	padding: 30px 0;
	cursor: pointer;
}
.header .head-search-a .head-search {
	overflow: hidden;
}
.header .head-search input {
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	padding-left: 12px;
}
.header .head-txt {
	width: 160px;
}
.header .head-submit {
	width: 30px;
	height: 30px;
	background: url(../img/search-w.png) center center no-repeat,linear-gradient( #98d3d6,#5ec3cf);
}
.header .head-icon .head-lang-a span {
	cursor: pointer;
	display: block;
	width: 36px;
}
.header .layout {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	height: 100%;
}
.nav {
	position: absolute;
	width: calc(100% - 422px);
	left: 150px;
	top: 0;
	z-index: 19;
	font-size: 14px;
	font-weight: bold;
}
.nav .daohang {
	text-align: center;
}
.submenu > div > a {
	font-size: 16px;
	font-weight: 100;
	display: block;
	text-transform: capitalize;
}
.submenu {
	display: inline-block;
	width: 120px;
	text-align: center;
	position: relative;
}
.submenu > div {
	height: 76px;
	line-height:76px;
}
.submenu ul {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 76px;
	left: 0;
	display: none;
	background: #f8f8f8;
}
.submenu ul li {
	line-height: 50px;
	text-align: center;
	transition: background 1s;
	-moz-transition: background 1s; /* Firefox 4 */
	-webkit-transition: background 1s; /* Safari 和 Chrome */
	-o-transition: background 1s;
}
.submenu > div:hover a {
	color: #5ec3cf;

}
.submenu ul li:hover {
	background: -webkit-linear-gradient( #98d3d6,#5ec3cf); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#98d3d6,#5ec3cf); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#98d3d6,#5ec3cf); /* Firefox 3.6 - 15 */
	background: linear-gradient(#98d3d6,#5ec3cf); /* 标准的语法（必须放在最后） */
}
.submenu ul li:hover a {
	color: #ffffff;
}
.submenu ul li a {
	display: block;
	font-size: 13px;
	font-weight: 100 !important;
	text-transform: capitalize;
}
.submenu:hover > div {
	border-bottom: 2px solid #5ec3cf;
}
.submenu:hover ul {
	display: block;
}
/*header e*/

/*banner*/
.banner {
	height: 100vh;
	width: 100%;
}
.banner .banner-div {
	position: relative;
	top: 43%;
	left: 12%;
	width: 40%;
	-webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%);
}
.banner .banner-div * {
	/*color: #ffffff;*/
}
.banner .banner-div h2 {
	position: relative;
	text-transform: uppercase;
	letter-spacing: -4px;
	padding-top: 12px;
	display: inline-block;
	FONT-SIZE: 36px;
	line-height: 60px;
	margin-bottom: 12px;
}
.banner .banner-div h2:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 2px;
	background: #333333;
}
.banner .banner-div h3 {
	font-size: 30px;
	line-height: 42px;
	margin-bottom: 28px;
	text-transform: capitalize;
	display: inline-block;
	position: relative;
}
.banner .banner-div h3:before {
	/*content: "";*/
	/*position: absolute;*/
	/*top: 0;*/
	/*left: 0;*/
	/*width: 50%;*/
	/*height: 2px;*/
	/*background: #333333;*/
}
.banner .banner-div p {
	text-transform: capitalize;
	letter-spacing: -0.5px;
	/*font-size: 13px;*/
	line-height: 26px;
	width: 80%;
}
.banner .banner-div a {
	padding: 12px 46px;
	display: inline-flex;
	margin-top: 66px;
	font-size: 12px;
	background: -webkit-linear-gradient( #98d3d6,#5ec3cf); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#98d3d6,#5ec3cf); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#98d3d6,#5ec3cf); /* Firefox 3.6 - 15 */
	background: linear-gradient(#98d3d6,#5ec3cf); /* 标准的语法（必须放在最后） */

	color: #fff;
}
.banner .banner-div a:hover {
	background: -webkit-linear-gradient( #98d3d6,#5ec3cf); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#98d3d6,#5ec3cf); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#98d3d6,#5ec3cf); /* Firefox 3.6 - 15 */
	background: linear-gradient(#98d3d6,#5ec3cf); /* 标准的语法（必须放在最后） */
}
.flexslider {
	height: 100%;
	position: relative;
	overflow: hidden;
	background: url(../img/loading.gif) 50% no-repeat;
}
.slides {
	position: relative;
	z-index: 1;
	height: 100%;
}
.slides li {
	height: 100%;
}
.slides li img {
	width: 100%;
}
.flex-control-nav {
	position: absolute;
	left: 17%;
	bottom: 10%;
	z-index: 2;
	width: 1260px;
}
.flex-control-nav li {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 5px;
	*display: inline;
	zoom: 1;
}
.flex-control-nav a {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../img/dot.png) right 0 no-repeat;
	overflow: hidden;
	cursor: pointer;
	position: relative;
	top: -4px;
	text-indent: -9999999px;
}
.flex-control-nav .flex-active {
	background-position: 0 0;
}
.flex-direction-nav {
	position: absolute;
	z-index: 3;
	width: 100%;
	top: 50%;
}
.flex-direction-nav li a {
	display: block;
	width: 60px;
	height: 60px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
}
.flex-direction-nav li a.flex-prev {
	left: 40px;
	background: url(../img/banner-l.png) center center no-repeat;
	background-size: 50px;
}
.flex-direction-nav li a.flex-next {
	right: 40px;
	background: url(../img/banner-r.png) center center no-repeat;
	background-size: 50px;
}
/*banner  end*/

/*main-pro s*/
.main-pro {
	overflow: hidden;
	height: 76vh;
	background-color: #f3f5f6;
	padding: 40px 0;
}
.main-pro .main-pro-div {

	height: 100%;

}
.main-pro .main-more {
	text-align: left;
}
.main-pro .main-pro-div > div {
	height: 100%;
	float: left;
}
.main-pro .main-pro-title {
	width: 30%;
}
.main-pro .main-pro-title > div {
	position: relative;
	top: 50%;
	width: 86%;
	margin: 0 auto;
	-webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%);
}
.main-pro .main-pro-title .main-title {
	text-align: left;
	margin: 0 auto 40px;
}
.main-pro .main-pro-title ul {
}
.main-pro .main-pro-title li {
	line-height: 40px;
}
.main-pro .main-pro-title li a {
	font-size: 16px;
	color: #666666;
}
.main-pro .main-pro-title li a:hover {
	color: #5ec3cf;
}
.main-pro .main-pro-box {
	width: 70%;
}
.main-pro .main-pro-box > div {
	overflow: hidden;
	height: calc(50% - 10px);
	width: 100%;
}
.main-pro .main-pro-box  a
{
	width: 100%;
	height: 100%;
	display: block;
	float: left;
}
.main-pro .main-pro-t {
	margin-bottom: 20px;
}
.main-pro .main-pro-t .main-pro-items {
	width: 40%;
}
.main-pro .main-pro-t .main-pro-items:last-child {
	margin-left: 20px;
	width: calc(60% - 20px);
}
.main-pro .main-pro-b {
}
.main-pro .main-pro-b .main-pro-items {
	width: calc(60% - 20px);
	margin-right: 20px;
}
.main-pro .main-pro-b .main-pro-items:last-child {
	width: 40%;
	margin: 0;
}
.main-pro-items:hover {
	cursor: pointer;
}
.main-pro-items:hover .main-pro-pos {
	opacity: 1;
}
/*main-pro e*/

/*main-about s*/
.main-about {
	width: 100%;
	height: 420px;

}
/*main-about e*/

/*main-news s*/
.main-news {
	padding: 5% 0 ;
	text-align: center;
	background: #f3f5f6;
}
.main-news .main-title h2:after {
	left: 31%;
}
.main-news-box {
	margin-top:50px;
	text-align: left;
	-webkit-transition: all ease-out .68s;
	-moz-transition: all ease-out .68s;
	-ms-transition: all ease-out .68s;
	-o-transition: all ease-out .68s;
	transition: all ease-out .68s;
}
.main-news-items {
	padding: 12px 20px 12px 0;
	width: 1150px;
	position: relative;
	left: 0;
	margin: 0 auto;
	line-height: 42px;
	border-bottom: rgba(188, 188, 188, 0.2) 1px solid;
	-webkit-transition: all ease-out .68s;
	-moz-transition: all ease-out .68s;
	-ms-transition: all ease-out .68s;
	-o-transition: all ease-out .68s;
	transition: all ease-out .68s;
}
.main-news-items a {
}
.main-news-items h2 {
	font-weight: 100;
	display: inline-block;
	width: 76%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
}
.main-news-items em {
	font-style: inherit;
	color: #999;
	float: right;
	font-size: 13px;
}
.main-news-items span {
	font-size: 12px;
	color: #fff;
	background: -webkit-linear-gradient( #98d3d6,#5ec3cf);
	background: -o-linear-gradient(#98d3d6,#5ec3cf);
	background: -moz-linear-gradient(#98d3d6,#5ec3cf);
	background: linear-gradient(#98d3d6,#5ec3cf);
	border-radius: 4px;
	margin-right: 12px;
	display: inline-block;
	height: 29px;
	width: 83px;
	text-align: center;
	line-height: 29px;
	text-transform: capitalize;
}
.main-news-box>div:hover
{
	background: -webkit-linear-gradient( #98d3d6,#5ec3cf); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#98d3d6,#5ec3cf); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#98d3d6,#5ec3cf); /* Firefox 3.6 - 15 */
	background: linear-gradient(#98d3d6,#5ec3cf); /* 标准的语法（必须放在最后） */
}
.main-news-box>div:hover *
{
	color: #ffffff;
}
.main-news-box>div:hover span
{
	background: #ffffff;
	color: #5ec3cf;
}
/*main-news e*/


/*about s*/
/*about-ab*/
.about {
	background: #f8f8f8;
	text-align: center;
}
.about-ab {
	overflow: hidden;
	text-align: left;
	background: url("../img/about-bg.jpg") no-repeat center;
	background-size: cover;
}
.about-ab .main-width-div {
	overflow: hidden;
	padding: 82px 8% 0 0;

}
.about-ab-name {
	text-align: center;
}
.about-ab > div {
}
.about-img {
	width: 40%;
	float: left;
}
.about-img img {
	width: 100%;
	display: block;
}
.about-con {
	width: 60%;
	height: 100%;
	float: right;
	padding: 0 4% 8% 10%;
}


.about-con-p {
	text-align: left;
}
.about-con-p p {
	font-size: 13px;
	text-indent: 2em;
	color: #666666;
	line-height: 40px;
	text-align: justify;
}
.about-con-p p:first-letter
{
	text-transform: capitalize;
}
/*about-deve*/
.about-deve
{
	padding:82px 0  ;
}

.deveDemo .item { border-radius: 5px; background-color: #d7d7d7; font-size: 14px; color: #333; padding: 10px 10px; margin: 0px 7px; display: block; text-align: center; }
.deveDemo .item:hover, .deveDemo .item.act { background-color: #cc0000; color: #fff; }
.deveDemo .slick-arrow { width: 33px; height: 33px; display: block; border-radius: 5px; top: 50%; margin-top: -16px; }
.deveDemo .slick-arrow i { width: 100%; height: 100%; margin: 0 auto; display: block; transition: 300ms; -webkit-transition: 300ms; }
.deveDemo .slick-prev { left: 0; }
.deveDemo .slick-next { right: 0; }
.deveDemo .slick-prev i { background: url(../img/aw-l1.png) no-repeat center; }
.deveDemo .slick-next i { background: url(../img/aw-r1.png) no-repeat center; }
.deveDemo .itemA { display: block; margin: 0 20px; }
.deveDemo .itemA .deve-con {
	border: 1px solid #ddd;
	padding: 10px;
	background: #f8f8f8;
}
.deveDemo .itemA .deve-con > div {
	width: 88%;
	margin: 0 auto;
	text-align: left;
}
.deveDemo .itemA .deve-con span {
	padding-left: 20px;
	font-weight: bold;
	font-size: 22px;
	line-height: 40px;
	position: relative;
}
.deveDemo .itemA .deve-con span:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 12px;
	height: 2px;
	background: -webkit-linear-gradient( #98d3d6,#5ec3cf); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#98d3d6,#5ec3cf); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#98d3d6,#5ec3cf); /* Firefox 3.6 - 15 */
	background: linear-gradient(#98d3d6,#5ec3cf); /* 标准的语法（必须放在最后） */
}
.deveDemo .itemA .deve-con p {
	line-height: 22px;
	margin: 8px 0;
	font-size: 12px;
	height: 60px;
	overflow: hidden;
}
.deveDemo .deve-img {
	overflow: hidden;
}
.deveDemo .deve-img img {
	width: 100%;
	-webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s;
}
.deveDemo .itemA:hover img {
	-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1);
}
.deveDemo.slick-slider { position: relative; display: block; margin-top: 20px; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.deveDemo .slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
.slick-prev, .slick-next { position: absolute; display: block; height: 20px; width: 20px; z-index: 99; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; padding: 0; border: none; outline: none; }
.deveDemo .slick-dots { margin-top: 28px }
.deveDemo .slick-dots li {
	display: inline-block;
	margin: 0 5px;
	width: 28px;
	height: 4px;
	background: #eeeeee;
	-webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;;
}
.deveDemo .slick-dots li a {
}
.deveDemo .slick-dots li.slick-active {
	width: 42px;
	background: -webkit-linear-gradient( #98d3d6,#5ec3cf); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#98d3d6,#5ec3cf); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#98d3d6,#5ec3cf); /* Firefox 3.6 - 15 */
	background: linear-gradient(#98d3d6,#5ec3cf); /* 标准的语法（必须放在最后） */
}



/*about-idea s*/
.about-idea {
	background: url("../img/about-bg3.jpg") no-repeat center;
	background-size: cover;
	position: relative;
	padding: 5% 0 6%;
}
.about-idea * {
	color: #ffffff;
}
.about-idea-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.26);
}
.about-idea-box {
	width: 1080px;
	position: relative;
	top: 14%;
	margin: 10px auto;
	overflow: hidden;
}
.about-idea-items {
	cursor: pointer;
	width: 47%;
	padding: 4% 0;
	float: left;
	background: rgba(255, 255, 255, 0.38);
	position: relative;
	height: 278px;
}
.about-idea-items:first-child {
	margin-right: 6%;
}
.about-idea-items .about-idea-cent {
	display: inline-block;
	text-align: center;
	margin-left: 6px;
}
.about-idea-items .about-idea-cent> img {
	width: 40px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	vertical-align: top;
}
.about-idea-items .about-idea-cent> div
{
	display: inline-block;
	margin-left: 6px;
}
.about-idea-items .about-idea-cent> div img
{
	width: 80px;
	display: block;
}
.about-idea-box span {
	display: block;
	font-size: 20px;
	margin-bottom: 4px;
	text-transform: capitalize;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;				}

.about-idea-box p {
	margin-top: 26px;
	line-height: 32px;

	font-size: 14px;
}
/*about-idea e*/



/*about-honor*/
.about-honor {
	padding:82px 0 3%;
}

.honorDemo { padding: 0 50px 0; }
.honorDemo .item { border-radius: 5px; background-color: #d7d7d7; font-size: 14px; color: #333; padding: 10px 10px; margin: 0px 7px; display: block; text-align: center; }
.honorDemo .item:hover, .honorDemo .item.act { background-color: #cc0000; color: #fff; }
.honorDemo .slick-arrow { width: 33px; height: 33px; display: block; border-radius: 5px; top: 50%; margin-top: -16px; }
.honorDemo .slick-arrow i { width: 100%; height: 100%; margin: 0 auto; display: block; transition: 300ms; -webkit-transition: 300ms; }
.honorDemo .slick-prev { left: 0; }
.honorDemo .slick-next { right: 0; }
.honorDemo .slick-prev i { background: url(../img/aw-l1.png) no-repeat center; }
.honorDemo .slick-next i { background: url(../img/aw-r1.png) no-repeat center; }
.honorDemo .itemA { display: block; margin: 0 20px; }
.honorDemo .img {
	overflow: hidden;
	position: relative;
	display: block;
	height: 100%;
	margin: 0 auto 8px;
	text-align: center;
	/*background: #ffffff;*/
}
.honorDemo .img img {
	width: 90%;
	-webkit-transition: all ease-in-out 0.68s; -moz-transition: all ease-in-out 0.68s; -ms-transition: all ease-in-out 0.68s; -o-transition: all ease-in-out 0.68s; transition: all ease-in-out 0.68s;
}
.honorDemo .img p{
	background: #f8f8f8;
	padding-top: 12px;
	line-height: 21px;
}
.honorDemo .img:hover img
{
	-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1);
}
.slick-slider { position: relative; display: block; margin-top: 20px; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.honorDemo .slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
.slick-prev, .slick-next { position: absolute; display: block; height: 20px; width: 20px; z-index: 99; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; padding: 0; border: none; outline: none; }
.slick-dots { margin-top: 28px }
.slick-dots li {
	display: inline-block;
	margin: 0 5px;
	width: 28px;
	height: 4px;
	background: #eeeeee;
	-webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;;
}
.slick-dots li a {
}
.slick-dots li.slick-active {
	width: 42px;
	background: -webkit-linear-gradient( #98d3d6,#5ec3cf); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#98d3d6,#5ec3cf); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#98d3d6,#5ec3cf); /* Firefox 3.6 - 15 */
	background: linear-gradient(#98d3d6,#5ec3cf); /* 标准的语法（必须放在最后） */
}
/*about e*/






/*product s*/
.product {
	background: #f8f8f8;
	padding: 1% 0;
	text-align: center;
}
.pro-items {
	overflow: hidden;
	margin: 30px auto;
	background: #ffffff;
	min-height: 400px;
	padding: 30px;
}
.pro-items > div {
	float: left;
	height: 100%;
}

.pro-img {
	width: 50%;
	overflow: hidden;
}
.pro-img-box {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.28);
	-webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s;
}
.pro-items .pro-ly {
	width: 48%;

	background: rgba(255, 255, 255, 0.8);
	text-align: left;
	padding:2% 3%;
	opacity: 0;
}
.pro-items:nth-child(2n) .pro-ly
{
	float: left;
}
.pro-items:nth-child(2n-1) .pro-ly
{
	float: right;
}
.pro-ly h4 {
	font-size: 16px;
	line-height: 40px;
}
.pro-ly h4 span {
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;;
	display: inline-block;
	background: -webkit-linear-gradient( #98d3d6,#5ec3cf); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#98d3d6,#5ec3cf); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#98d3d6,#5ec3cf); /* Firefox 3.6 - 15 */
	background: linear-gradient(#98d3d6,#5ec3cf); /* 标准的语法（必须放在最后） */
	margin-right: 8px;
}
.pro-ly p {
	color: #666666;
	font-size: 12px;
	line-height: 22px;
}


.pro-img img {
	width: 100%;
}
.product-con {
	text-align: left;
	width: 50%;
	padding: 42px;
}
.pro-pro  .product-con
{

}
.product-con .main-title {
	margin: 12px auto 16px;
}
.product-con ul {

}
.product-con ul li
{
	overflow: hidden;
	height: 41px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

.product-con ul li a
{
	display: block;
	height: 100%;
}
.product-con ul li h2
{

	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 15px;
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	border-bottom: 1px dotted #ccc;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
.product-con ul li picture
{
	display: block;
	margin: 12px 20px;
	height:200px;
	overflow: hidden;
}
.product-con ul li picture img
{
	width: 100%;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
.product-con ul li.active {
	height: 275px;
}
.product-con ul li.active h2 {
	color: #5ec3cf;
}




.product-con > p {
	font-size: 13px;
	text-indent: 2em;
	color: #666666;
	line-height: 28px;
}
.pro-items:hover .pro-img-box {
	background: rgba(0, 0, 0, 0.1);
}

/*product e*/

/*pro-con s*/
.pro-con {
	background: #fff;
	background-size: 100%;
}
/*pro-con-about*/
.pro-con-about
{
	background: url("../img/pro-con-bg.jpg") no-repeat center fixed;
	background-size: cover;
	padding:4% 0 ;
	overflow: hidden;
}
.pro-con-about .main-width{

}
.pro-con-about .main-width>div{
	float: left;
}
.pro-about-p
{
	width: 75%;
	padding:5%;
	background: #f8f8f8;
	position: relative;
}
.pro-about-p img
{

}
.pro-about-p p{
	line-height: 42px;
	text-indent: 2em;
}
.pro-about-img
{
	width: 25%;
}
.pro-about-img .pro-about-div
{
	width: 90%;
	height: 86%;
	margin-top: 19%;
	background: url(../img/pbt1.jpg) no-repeat center;
	background-size: cover;
	position: relative;
}
.pro-about-img .pro-about-div div{
	position: absolute;
	top: -10%;
	left: 0;
	width: 100%;
	text-align: left;
	padding: 0;
	margin: 0;
}
.pro-about-img .pro-about-div h2
{

}
.pro-about-img .pro-about-div span
{
	font-size: 12px;
}


/*pro-con-tx*/

.pro-con-tx {
	position: relative;
	overflow: hidden;
	padding: 4% 0;
}
.pro-con-tx .main-title {
	display: block;
	text-align: left;
}
.pro-con-tx .main-title h2 {
	display: inline-block;
}
.pro-con-tx .main-title img {
	width: 200px;
	float: right;
	margin-right: 12%;
}
.pro-tx-items {
	text-align: left;
}
.pro-tx-img {
	width: 55%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 5% 0;
}
.pro-tx-div img {
	width: 100%;
}
.pro-tx-con {
	float: right;
	background: #f8f8f8;
	padding: 5% 6%;
	width: 55%;
}
.pro-tx-con h4 {
	font-size: 20px;
	font-weight: 100;
	margin-bottom: 5%;
	color: #666;
}
.pro-tx-items ul {
	padding-left: 22%;
}
.pro-tx-items ul li {
	line-height: 42px;
	letter-spacing: -0.5px;
	font-weight: bold;
	font-size: 15px;
}
.pro-tx-items ul li span {
	width: 24px;
	height: 24px;
	display: inline-block;
	background: #cecece;
	text-align: center;
	line-height: 25px;
	font-size: 12px;
	margin-right: 12px;
	color: #fff;
}



/*pro-con-type*/
.pro-con .pro-con-type {
	clear: both;
	padding: 4% 0;
	background: url("../img/bg3.jpg") no-repeat center fixed;
	background-size: cover;
}
.pro-con-title {
}
.pro-con-title ul {
	overflow: hidden;
	border-bottom: 2px solid #5ec3cf;
}
.pro-con-title ul li {
	float: left;

	text-align: center;
}
.pro-con-title ul li:last-child {
	margin-right: 0;
}
.pro-con-title ul li.active {
	background: -webkit-linear-gradient( #98d3d6,#5ec3cf); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#98d3d6,#5ec3cf); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#98d3d6,#5ec3cf); /* Firefox 3.6 - 15 */
	background: linear-gradient(#98d3d6,#5ec3cf); /* 标准的语法（必须放在最后） */
}
.pro-con-title ul li.active a {
	color: #ffffff;
}
.pro-con-title ul li a {
	display: block;
	font-size: 18px;
	color: #5ec3cf;
	line-height: 60px;
}
.pro-con-list {
	margin-top: 30px;
	min-height: 300px;
}

.pro-con-list table {
	text-align: center;
	width: 100%;
	background: #ffffff;
}
.pro-con-list tr {
}
.pro-con-list td {
	line-height: 30px;
	border: 1px solid #eeeeee;
	padding:0 2%;
}
/*.pro-con-list tbody td*/
/*{*/
	/*height: 88px;*/
/*}*/
/*.pro-con-list thead td{*/
	/*text-align: center;*/
/*}*/
/*.pro-con-list td:first-child {*/
	/*text-align: center;*/
/*}*/
/*.pro-con-list thead {*/
	/*background: #b8b8b8;*/
	/*width: 1200px !important;*/
/*}*/
/*.pro-con-list thead td {*/
	/*font-weight: bold;*/
	/*font-size: 16px;*/
	/*color: #ffffff;*/
	/*padding: 6px 3%;*/
	/*width: 33.33%;*/
/*}*/
/*pro-con-yyly*/
.pro-con-yyly {
	padding: 4% 0 6%;
}
.yylyDemo { }
.yylyDemo .item { border-radius: 5px; background-color: #d7d7d7; font-size: 14px; color: #333; padding: 10px 10px; margin: 0px 7px; display: block; text-align: center; }
.yylyDemo .item:hover, .yylyDemo .item.act { background-color: #cc0000; color: #fff; }
.yylyDemo .slick-arrow { width: 33px; height: 33px; display: block; border-radius: 5px; top: 50%; margin-top: -16px; }
.yylyDemo .slick-arrow i { width: 100%; height: 100%; margin: 0 auto; display: block; transition: 300ms; -webkit-transition: 300ms; }
.yylyDemo .slick-prev { left: -40px; }
.yylyDemo .slick-next { right: -40px; }
.yylyDemo .slick-prev i { background: url(../img/aw-l1.png) no-repeat center; }
.yylyDemo .slick-next i { background: url(../img/aw-r1.png) no-repeat center; }
.yylyDemo .itemA { display: block; margin: 0 10px;position: relative }
.yylyDemo img {
	width: 100%;
	display: block;
}
.yylyDemo p {
	line-height: 40px;
	text-align: center;
}
.yylyDemo-con{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 40px);
	background: rgba(0,0,0,0.6);
	opacity: 0;
	-webkit-transition: all 0.48s ease-in-out; -moz-transition: all 0.48s ease-in-out; -ms-transition: all 0.48s ease-in-out; -o-transition: all 0.48s ease-in-out; transition: all 0.48s ease-in-out;
}
.yylyDemo-con>div
{
	position: relative;
	top: 50%;
	width: 70%;
	left: 15%;
	text-align: center;
	-webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%);
}
.yylyDemo-con>div h1
{
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 18px;
}
.yylyDemo-con>div p
{
	color: #ffffff;
	line-height: 28px;
	font-size: 13px;
}
.yylyDemo .itemA:hover  .yylyDemo-con
{
	opacity: 1;
}
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.yylyDemo .slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
.slick-prev, .slick-next { position: absolute; display: block; height: 20px; width: 20px; z-index: 99; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; padding: 0; border: none; outline: none; }
.slick-dots { margin-top: 28px }
.slick-dots li {
	display: inline-block;
	margin: 0 5px;
	width: 28px;
	height: 4px;
	background: #eeeeee;
	-webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;;
}
.slick-dots li a {
}
.slick-dots li.slick-active {
	width: 42px;
	background: -webkit-linear-gradient( #98d3d6,#5ec3cf); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#98d3d6,#5ec3cf); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#98d3d6,#5ec3cf); /* Firefox 3.6 - 15 */
	background: linear-gradient(#98d3d6,#5ec3cf); /* 标准的语法（必须放在最后） */
}
/*pro-con*/


/*join s*/
.join {
	background: #f8f8f8;
	padding: 0 0 2%;
}
.join-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	z-index: 10000;
	cursor: pointer;
	display: none;
}

/*join-idea*/
.join-idea {
	background: url("../img/01.jpg") no-repeat center;
	background-size: cover;
	position: relative;
	text-align: center;
	padding: 3% 0 4%;
}
.join-idea * {
	color: #000;
}
.join-idea-box {
	height: 100%;
	width: 100%;
}
.main-width {
	height: 100%;
	overflow: hidden;
}
.join-idea-items {

	border: 1px solid rgba(238, 238, 238, 0.2);
	float: left;
	width: 24%;
	margin-right: 1.3%;
	text-align: center;
	padding: 2% 1.6%;
	height: 400px;
	-webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s;
	position: relative;
}
.join-idea-items:last-child {
	margin: 0;
	/*border-right: 1px dotted #333;*/
}
.join-idea-items:after {
	content: "";
	position: absolute;
	z-index: 6;
	background: rgba(248, 248, 248, 0.38);
	top: 102%;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.68s; -moz-transition: all 0.68s; -ms-transition: all 0.68s; -o-transition: all 0.68s; transition: all 0.68s;
}
.join-idea-items div {
	position: relative;
	z-index: 8;
	text-align: center;
}
.join-idea-items img {
	height: 42px;
	position: relative;
	top: 0;
	-webkit-transition: 0.5s all; -moz-transition: 0.5s all; -ms-transition: 0.5s all; -o-transition: 0.5s all; transition: 0.5s all;
}
.join-idea-items h4 {
	display: inline-block;
	font-size: 17px;
	line-height: 20px;
	font-weight: 100;
	padding: 6px 0 0 38px;
	position: relative;
	color: #ffffff;
	text-transform: capitalize;
	vertical-align: top;

}
.join-idea-items1 h4 {
	background: url("../img/icon-join1.png") no-repeat left bottom;
	background-size: 24px;
}
.join-idea-items2 h4 {
	background: url("../img/icon-join4.png") no-repeat left bottom;
	background-size: 26px;
}
.join-idea-items3 h4 {
	background: url("../img/icon-join3.png") no-repeat left bottom;
	background-size: 24px;
}
.join-idea-items4 h4 {
	background: url("../img/icon-join2.png") no-repeat left bottom;
	background-size: 20px;
}
.join-idea-items h4:after {
	content: "";
	position: absolute;
	bottom: -12px;
	left: 0;
	width: 100%;
	height: 3px;
	background: #fff;
}
.join-idea-items p {
	margin-top: 32px;
	line-height: 30px;
	font-size: 14px;
	text-align: left;
	-webkit-transition: 0.5s all; -moz-transition: 0.5s all; -ms-transition: 0.5s all; -o-transition: 0.5s all; transition: 0.5s all;

}
.join-idea-items:hover img {
	top: -12px;
}
.join-idea-items:hover *
{
	color: #333;
}
.join-idea-items:hover:after
{
	top: 0;
}



/*join-job*/
.join-job {
	text-align: center;
	padding: 82px 0 3%;
}
.join-job-box {
	overflow: hidden;
	margin-top: 12px;
}
.join-job-items {
	text-align: left;
	position: relative;
	width: 24%;
	float: left;
	margin: 0 0.5% 2%;
	padding: 28px 20px 66px;
	background: #ffffff;
	border: 1px solid #ffffff;
	-webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s;
}
.join-job-name {
	border-bottom: 1px solid #333;
	padding: 12px 0;
}
.join-job-name * {
	display: inline-block;
}
.join-job-name h3 {
	font-size: 16px;
	color: #555;
}
.join-job-name span {
	float: right;
	font-size: 12px;
	color: #666666;
	margin-top: 5px;
}
.join-job-con {
	margin-top: 38px;
	height: 180px;
	overflow: hidden;
}
.join-job-con span {
	color: #999;
	margin-bottom: 12px;
	display: block;
}
.join-job-con p {
	line-height: 26px;
	font-size: 13px;
	margin-bottom: 6px;
	color: #666666;
}
.join-job-box .main-more .more {
	position: absolute;
	bottom: 5%;
	right: 10%;
	padding: 10px 28px;
	color: #5ec3cf;
}
.join-job-items:hover {
	border: 1px solid #5ec3cf;
}

.join-job-items:hover  .main-more .more
{
	background: -webkit-linear-gradient( #98d3d6,#5ec3cf); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#98d3d6,#5ec3cf); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#98d3d6,#5ec3cf); /* Firefox 3.6 - 15 */
	background: linear-gradient(#98d3d6,#5ec3cf); /* 标准的语法（必须放在最后） */
	color: #ffffff;
}
.join-job .main-width-div>.main-more .more
{
	color: #ffffff;
	background: -webkit-linear-gradient( #98d3d6,#5ec3cf); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#98d3d6,#5ec3cf); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#98d3d6,#5ec3cf); /* Firefox 3.6 - 15 */
	background: linear-gradient(#98d3d6,#5ec3cf); /* 标准的语法（必须放在最后） */
}
/*div-a*/
.div-a {
	display: none;
	position: fixed;
	top: 16vh;
	left: 50%;
	margin-left: -330px;
	width: 600px;
	border-radius: 6px;
	background: #fff;
	padding: 30px 30px 34px;
	overflow: hidden;
	z-index: 10001;
	height: 68vh;
	overflow-y: auto;
}
.div-a .a-top {
	width: 100%;
	height: 44px;
	border-bottom: 1px solid #f1f1f1;
}
.a-cls {
	position: absolute;
	width: 39px;
	height: 39px;
	background: url("../img/cls.png");
	right: 2px;
	top: 2px;
}
.div-a .a-top span {
	color: #333;
	font-weight: bold;
	font-size: 20px;
	float: left;
	margin-right: 20px;
	line-height: 36px;
}
.div-a .a-top span label {
	font-size: 17px;
}
.div-a .a-top .a-span {
	font-size: 16px;
	color: #666;
	font-weight: normal;
	line-height: 20px;
	padding-top: 10px;
}
.div-a .a-top i {
	font-style: normal;
	float: right;
	color: #999;
	line-height: 40px;
}
.div-a .a-middle {
	width: 100%;
	line-height: 30px;
	font-size: 14px;
	position: relative;
}
.div-a .a-middle p.bold {
	font-weight: bold;
}
.div-a h4 {
	color: #5ec3cf;
	font-size: 16px;
	margin: 20px 0;
}
/*join e*/

/*news start*/
.news {
	padding:4% 0 2% ;
	text-align: center;
	background: #ffffff;
}
.news .main-news-items {
	width: 90%;
	padding: 12px 0;
}
.news .main-news-items a *
{
}
.news .main-news-items b
{
	text-align: right;
	width: 14%;
	float: right;
	padding-right: 3%;
	font-size: 22px;
	font-weight: 100;
	color: #999;
}
.news .main-news-items:hover b
{
	color: #ffffff;
}
.news>.main-more
{
	margin-top: 20px;
}


.news-view-box {
	text-align: left;
}
.news-view-items {
	overflow: hidden;
	width: 100%;
	position: relative;
	display: block;
	transition: all ease-out .2s;
}
.news-view-items > div {
	position: relative;
	left: 0;
	-webkit-transition: all 0.68s; -moz-transition: all 0.68s; -ms-transition: all 0.68s; -o-transition: all 0.68s; transition: all 0.68s;
}
.news-view-items > div > div {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	float: left;
	background: #f8f8f8;
}
.news-view-img {

}
.news-view-img img
{
	width: 100%;
}
.news-view-img span {
	font-size: 42px;
	line-height: 50px;
	text-align: right;
	color: #5ec3cf;
}
.news-view-img p {
	color: #666;
	font-size: 16px;
	text-align: right;
}
.news-view-con {
}
.news-view-con>div
{
	position: relative;
	top: 50%;
	left: 10%;
	width: 80%;
	text-align: left;
	-webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%);
}
.news-view-con h2 {
	font-weight: 100;
	line-height: 36px;
	font-size: 18px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news-view-con span
{
	font-size: 12px;
	color: #666;
	margin: 0 0 12px;
	display: block;
}
.news-view-con p {
	height: 50px;
	font-size: 14px;
	line-height: 25px;
	color: #666;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s;
}
.news-view-con .main-more{
	text-align: left;
}
.news-view-con .main-more span {
	padding: 8px 38px;
	margin: 20px 0 0;
}




/*news end*/
/*====
			  news-con
			  ===============================================================================================*/
.news-con {
	background: #ffffff;
	padding: 2% 0 3%;
}
.news-con .news-con-box {
	padding-bottom: 46px;
	margin: 66px auto 40px;
	border-bottom: 1px solid #c9c9c9;
}
.news-con img {
	max-width: 100%;
	margin: 20px auto;
}
.news-con h2 {
	text-align: center;
	margin: 50px 0 12px;
	border-bottom: 1px solid #c9c9c9;
	padding-bottom: 20px;
	font-size: 22px;
}
.news-con em {
	text-align: center;
	display: inline-block;
	color: #888888;
	font-size: 14px;
	font-style: inherit;
	margin: 0 28px 50px;
}
.news-con p {
	padding: 0 2%;
	text-indent: 2em;
	line-height: 36px;
	font-size: 14px;
	color: #666;
	text-align: left;
}
.news-con div {
	text-align: center;
}
.news-con div span {
	display: block;
	margin: 0 0 14px;
	font-size: 13px;
}
.news-con .main-more {
	margin: 20px 0 40px;
}
.news-con .main-more a {
	border: 1px solid #5ec3cf;
}
.news-con .main-more a:hover {
	background: -webkit-linear-gradient( #98d3d6,#5ec3cf); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#98d3d6,#5ec3cf); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#98d3d6,#5ec3cf); /* Firefox 3.6 - 15 */
	background: linear-gradient(#98d3d6,#5ec3cf); /* 标准的语法（必须放在最后） */
	color: #fff;
}
/*contact  s */
.contact-two {
	overflow: hidden;
	margin-bottom: 3%;
}
.contact {
	background: url("../img/bg7.jpg") no-repeat center;
	background-size: cover;
	padding: 6% 0;
	text-align: center;
}
.contact-box {
	position: relative;
	overflow: hidden;
}
.contact-form {
	margin-top: 30px;
}
.contact-form form {
	text-align: left;
}
.contact-form input, .contact-form textarea {
	font-size: 12px;
	padding: 8px 12px;
	width: 100%;
	margin-bottom: 20px;
	background: rgba(255, 255, 255, 0.68);
}
.contact-form input::-webkit-input-placeholder, .contact-form textarea::-webkit-input-placeholder { /* WebKit browsers */
	color: #999;
}
.contact-form input::-webkit-input-placeholder, .contact-form textarea::-webkit-input-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #999;
}
.contact-form input::-webkit-input-placeholder, .contact-form textarea::-webkit-input-placeholder { /* Mozilla Firefox 19+ */
	color: #999;
}
.contact-form input::-webkit-input-placeholder, .contact-form textarea::-webkit-input-placeholder { /* Internet Explorer 10+ */
	color: #999;
}
.contact-form div input {
	float: left;
	width: 48%;
}
.contact-form input:nth-child(2n-1) {
	margin-right: 4%;
}
.contact-form textarea {
	height: 66px;
}
.contact-form button {
	padding: 8px 42px;
	background: #fff;
	color: #5ec3cf;
}
/**/
.contact-tel {
	float: left;
	width: 30%;
	height: 100%;
}
.contact-tel div {
	text-align: left;
	position: relative;
}
.contact-tel img {
	height: 40px;
	margin-bottom: 20px;
}
.contact-tel h3 {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 28px;
	text-align: left;
}
.contact-tel p {
	line-height: 40px;
	position: relative;

}
.contact-tel p:first-of-type
{
	text-transform: capitalize;
}
.contact-tel p span {
	margin-right: 8px;
	letter-spacing: 0;
	text-transform: capitalize;
	font-size: 15px;
}
.contact-tel p a { font-size: 15px;
}
/**/
.contact-inline {
	float: left;
	width: 70%;
	padding-left: 4%;
	text-align: center;
}
.contact-inline .main-title {
	text-align: left;
	margin: 0 0 12px;
}
.contact-inline .main-title h2 {
	font-size: 30px;
}
.contact-inline > p {
	text-align: center;
	color: #9e99a0;
	line-height: 2;
	font-size: 12px;
	margin-bottom: 32px;
}
.contact-inline form {
	text-align: left;
}
.contact-inline form div {
	margin-bottom:20px;
}
.contact-inline form input {
	width: 100%;
}
.contact-inline form span {
	display: block;
	padding-bottom: 10px;
	font-size: 15px;
	color: #333;
	margin-left: 6px;
}
.contact-inline form .contact-inpt {
	width: 49%;
	float: left;
}
.contact-inline form .contact-inpt:first-child {
	margin-right: 2%;
}
.contact-inline form .contact-theme {
	clear: both;
}
.contact-inline form input {
	display: block;
	width: 100%;
	height: 38px;
	padding: 0 10px;
	font-size: 12px;
	background: transparent;
	border: 1px solid #e4e4e4;
	outline: none;
}
.contact-inline form textarea {
	padding: 12px;
	height: 100px;
	width: 100%;
	background: transparent;
	border: 1px solid #e4e4e4;
}
.contact-inline form .contact-btn {
	background: -webkit-linear-gradient( #98d3d6,#5ec3cf); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#98d3d6,#5ec3cf); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#98d3d6,#5ec3cf); /* Firefox 3.6 - 15 */
	background: linear-gradient(#98d3d6,#5ec3cf); /* 标准的语法（必须放在最后） */
	color: #ffffff;
	width: 120px;
	border: 0;
	height: 38px;
	margin: 0 auto;
}

/*map*/

.iw_poi_title { color: #5ec3cf; font-size: 14px; font-weight: bold; overflow: hidden; padding-right: 13px; white-space: nowrap }
.iw_poi_content { font: 12px arial, sans-serif; overflow: visible;    text-transform: capitalize; padding-top: 4px; white-space: -moz-pre-wrap; word-wrap: break-word }
.pop .center, .pop .bottom {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
/*contact e*/


/*免责声明  s */
.login-bg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.88);
	z-index: 999999;
	text-align: center;
	cursor: pointer;
}
.login-bg .login-close span {
	color: #aaa;
	cursor: pointer;
	font-size: 2.85714rem;
	font-weight: bold;
	line-height: 1;
	position: absolute;
	top: .71429rem;
	right: 1.57143rem;
}
.login-apply {
	display: none;
	position: relative;
	top: 12vh;
	width: 38%;
	min-width: 450px;
	height: 78vh;
	margin: 0 auto;
	background: #ffffff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.login-apply .reg-body {
	overflow: auto;
	text-align: left;
	padding: 2% 6%;
	height: 86%;
	position: relative;
}
.login-apply .reg-hd {
	height: 6vh;
	border-bottom: 1px solid #eeeeee;
	padding: 12px 0;
}
.login-apply .reg-hd h3 {
	display: inline-block;
	font-size: 1.6rem;
	text-transform: uppercase;
	font-weight: 500;
}
.login-apply .reg-hd img {
	float: right;
	height: 18px;
}
.login-apply .reg-body div {
	color: #333;
	font-size: 22px;
	margin: 18px 0 10px;
	text-transform: capitalize;
}
.login-apply .reg-body p {
	padding: 0 16px;
	text-indent: 2em;
	color: #666;
	font-size: 13px;
	line-height: 28px;
	letter-spacing: 1px;
}
.login-apply .reg-bt {
	height: 10%;
	text-align: center;
}
.login-apply .reg-bt input {
	margin-top: 10px;
	height: 30px;
	line-height: 26px;
	width: 120px;
	background: #fff;
	border: 2px solid #fac000;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	font-size: 15px;
}
.login-apply h1
{
	font-size: 20px;
	line-height: 48px;
	font-weight: 500;
	margin-bottom: 1rem;
	border-bottom: 2px solid #222222;
}
.login-apply .reg-body .login-apply-box
{
	overflow: hidden;
}
.login-apply .reg-body  .login-apply-item{
	float: left;
	width: 60%;
	margin: 0;

}
.login-apply .reg-body  .login-apply-item:last-child
{
	width: 38%;
	background: #000000;
	padding: 3% 5%;
	margin-left: 2%;
}
.login-apply .reg-body  .login-apply-item span
{
	color: #fff;
	font-size: 18px;
	margin-bottom: 10px;
	display: block;
}
.login-apply .reg-body  .login-apply-item p{
	padding: 0;

}
.login-apply .reg-body  .login-apply-item:last-child p
{
	color: #ffffff;
	font-size: 12px;
	line-height: 22px;
	text-indent: 0;
	opacity: 0.8;
}

.login-apply .reg-body  .login-apply-item button{
	background: #fff;
	padding: 6px 24px;
	font-size: 12px;
	margin-top: 10px;
}
.login-apply .reg-body  .login-apply-item  button img
{
	vertical-align: sub;
	width: 8px;
}
.login-apply .reg-body  .login-apply-item button:hover
{
	background: -webkit-linear-gradient( #98d3d6,#5ec3cf); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#98d3d6,#5ec3cf); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#98d3d6,#5ec3cf); /* Firefox 3.6 - 15 */
	background: linear-gradient(#98d3d6,#5ec3cf); /* æ ‡å‡†çš„è¯­æ³•ï¼ˆå¿…é¡»æ”¾åœ¨æœ€åŽï¼‰ */
	color: #ffffff;
}
/*åˆä½œä¼™ä¼´/ä¾›åº”å•† å¼¹çª—*/
.login-apply-mess
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.9);
	text-align: center;
}
.login-apply-mess>div
{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%);
	width: 72%;
	margin: 0 auto;
	background: #000000;
	padding: 4%;
	text-align: center;
}
.login-apply-mess h2
{
	font-size: 18px;
	line-height: 48px;
	font-weight: 500;
	margin-bottom: 1rem;
	color: #fff;
	letter-spacing: 1px;
}
.login-apply-mess a
{
	color: #fff;
	border-bottom: 1px solid #eee;
}

.login-bg .login-apply-mess .login-apply-close span
{
	cursor: pointer;
	font-weight: bold;
	line-height: 1;
	position: absolute;
	top: -33px;
	right: -5px;
	font-size: 3rem;
	color: #000;
}
.login-apply-mess form
{
	width: 100%;
}

.login-apply-mess form input
{
	width: 100%;
	border-bottom: 1px solid rgba(238, 238, 238, 0.3);
	background: transparent;
	line-height: 40px;
	height: 40px;
	padding: 0 8px;
	font-size: 12px;
	color: #ffffff;
}
.login-apply-mess form input[type='submit']
{
	background: -webkit-linear-gradient( #98d3d6,#5ec3cf);
	background: -o-linear-gradient(#98d3d6,#5ec3cf);
	background: -moz-linear-gradient(#98d3d6,#5ec3cf);
	background: linear-gradient(#98d3d6,#5ec3cf);
	color: #ffffff;
	width: 50%;
	max-width: 168px;
	margin: 30px auto;
}

/*免责声明  e */



/*footer  s */

footer {
	clear: both;
	background: #1e1e1e url(../img/footer-bg.jpg) no-repeat center;
	background-size: cover;
}
footer * {
	color: #eaeaea;
}
footer .footer {
	padding: 4% 0;
	width: 90%;
	margin: 0 auto;
}
footer ul {
	overflow: hidden;
}
footer li {
	width: 14.8%;
	float: left;
	text-align: center;
	/*border-right: 1px solid #333;*/
}
footer li:last-child {
	border: 0;
	width: 26%;
	text-align: right;
	/*padding: 0 3%;*/
}
footer li div {
	display: inline-block;
	text-align: left;
}
footer li h4 {
	text-transform: capitalize;
	font-size: 16px;
	padding-bottom: 12px;
	margin-bottom: 18px;
	position: relative;
	color: #fff;
}
footer li h4:before {
	/*content: "";*/
	/*position: absolute;*/
	/*left: 0;*/
	/*bottom: 0;*/
	/*width: 20px;*/
	/*height: 1px;*/
	/*background: #ffffff;*/
}
footer li a {
	display: block;
	line-height: 30px;
	font-size: 13px;
	color: #999999;
	text-transform: capitalize;
}
footer li a:hover {
	color: #5ec3cf;
}
footer li div p {
	font-size: 20px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #555;
	color: #fff;
}
footer .icon-wx div p {
	margin: 10px 0 0;
	padding: 0;
	border: 0;
	color: #333;
}
footer li .footer-add {
	border: 0;
	font-size: 14px;
	margin: 0;
	text-transform: capitalize;
}
footer li p a {
	display: inline-block;
}
footer li div > span > a > img {
	width: 24px;
	margin: 0 4px;;
}
footer li em {
	font-size: 12px;
}
footer li:first-child img {
	width: 100px;
	display: block;
	clear: both;
}
footer li:first-child img:last-child {
	margin-top: 60px;
}
footer li .footer-logo {
	width: 120px;
	margin-bottom: 16px;
	display: block;
	margin-left: 0;
	float: left;
}
footer li span {
	display: block;
	text-align: left;
}
footer li span a {
	display: inline-block;
}
.copyright {
}
.copyright .footer {
	padding: 2% 0;
	border-top: 1px solid #333;
}
.copyright * {
	color: #a0a0a0;
	font-size: 12px;
}
.copy-l, .copy-r {
	display: inline-block;
}
.copy-r {
	/*float: right;*/
}
.copy-r a {
	border-right: 1px solid #595959;
	line-height: 1;
	padding-right: 10px;
	padding-left: 6px;
	text-transform: capitalize;
}
.copy-r a:last-child {
	border: 0;
}
/*footer  e*/


