﻿@charset "utf-8";

/* CSS Document */
body {
	font-family: Arial, "Source Han Sans CN Regular","Microsoft Yahei", Helvetica, sans-serif;
}

img {
	max-width: 100%;
}

.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

@media (min-width:768px) {
	.col-sm-5ths {
		width: 20%;
		float: left;
	}

}

@media (min-width:992px) {
	.col-md-5ths {
		width: 20%;
		float: left;
	}

}

@media (min-width:1200px) {
	.col-lg-5ths {
		width: 20%;
		float: left;
	}

}

.f0 {
	font-size: 0;
}

.guodu {
	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	-o-transition: all .7s;
	transition: all .7s;
}

.bg-f5 {
	background: #f5f5f5;
}

.span-table {
	display: table;
	width: 100%;
	height: 100%;
}

.span-cell {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

/*------------------------------------ public ------------------------------------*/
@media (min-width:1365px) {
	.container {
		width: 1220px;
		padding: 0;
	}

}

/* 导航 */
.navbar-default {
	background: #f6f6f7;
	border: none;
}

.navbar {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin-bottom: 0;
	z-index: 99;
}

.navbar.ling {
	position: static;
}

.navbar-brand {
	height: auto;
	padding: 0;
}

.navbar-brand img {
	max-width: 100%;
}

.navbar-default .navbar-nav>li>a.current, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	color: #221814;
	background: #e7cba3;
}

.navbar-nav > li {
	margin-left: 39px;
}

.navbar-nav > li>a {
	display: block;
	width: 100%;
	font-size: 16px;
	font-weight: bolder;
	color: #221814;
	line-height: 16px;
}

.navbar-nav > li>a span {
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	color: #a6a6a6;
	line-height: 12px;
	margin-top: 6px;
}

.navbar-nav > li>a img {
	display: block;
	margin: 0 auto 6px;
}

.navbar-nav > li:last-child>a {
	/*background: #e7cba3;*/
}

.navbar-nav > li:last-child>a img {
}

.navbar-nav > li:last-child>a span {
	color: #a6a6a6;
}

.dropdown-menu {
	left: auto;
	right: auto;
	min-width: 100%;
	background: #f6f6f7;
	border: 1px solid #f6f6f7;
}

.dropdown-menu>li>a {
	padding: 5px 0;
	text-align: center;
	color: #4d4d4d;
}

.dropdown-menu>li>a.current {
	background: #e7cba3;
	color: #84ab87;
}

.footer-bg {
	background: #0c0c0c;
	padding-top: 72px;
}

.foot-top {
	padding-bottom: 44px;
}

.foot-ul1 li {
	float: left;
	min-width: 106px;
	padding: 0 9px;
	border-left: 1px solid #888;
	line-height: 26px;
}

.foot-ul1 li:first-child {
	padding-left: 0;
	border-left: none;
}

.foot-ul1 li .span1 {
	display: block;
	max-width: 200px;
}

.foot-ul1 li .span1 a {
	font-size: 12px;
	color: #e5e5e5;
}

.foot-ul1 li .span1:first-child {
	line-height: 16px;
	margin-bottom: 20px;
}

.foot-ul1 li .span1:first-child a {
	font-size: 16px;
	color: #fff;
}

.foot-ul1 li .span1 a:hover {
	color: #fff;
}
.foot-ul1 li .span2{
	color: #fff;
}

.foot-ul1 li .div1 {
	padding-left: 72px;
	font-size: 12px;
	color: #fff;
	line-height: 12px;
}

.foot-ul1 li .div1 .mg1 {
	position: absolute;
	left: 0;
	top: 8px;
}

.foot-ul1 li .div1 .span2 {
	font-size: 22px;
	color: #fff;
	line-height: 24px;
	margin-top: 5px;
}

.foot-ul1 li .div2 {
	font-size: 12px;
	color: #fff;
	margin-top: 8px;
	/*text-transform: uppercase;*/
}

.foot-bottom {
	font-size: 12px;
	color: #fff;
	line-height: 18px;
	padding: 18px 0 14px;
	border-top: 1px solid #888;
}

.foot-bottom a {
	color: #fff;
}

.foot-bottom .span-bar {
	color: #888;
	margin: 0 8px;
}

.in-title .span1 {
	font-size: 28px;
	line-height: 32px;
	color: #262626;
	text-transform: uppercase;
}

.in-title .span2 {
	font-size: 22px;
	line-height: 22px;
	color: #d7a766;
	margin-top: 4px;
}

.Top-return {
	position: fixed;
	top: 50%;
	right: 20px;
	text-transform: uppercase;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	cursor: pointer;
}

.celan{
	position: fixed;
	right: 10px;
	top: 50%;
	margin-top: -186px;
	background: #fff;
	border: 1px solid #e5e5e5;
	z-index: 999;
}
.celan li{
	width: 73px;
	height: 73px;
	text-align: center;
	border-top: 1px solid #e5e5e5;
	font-size: 12px;
	color: #898989;
	padding: 10px 0;
	position: relative;
	z-index: 1;
	transition: all .5s;
}
.celan li:first-child{
	border-top: none;
}
.celan li .mg1{
	margin-bottom: 5px;
}
.celan li .span1{
	display: block;
	position: absolute;
	right: -300px;
	top: 0;
	bottom: 0;
	line-height: 73px;
	width: auto;
	min-width: 180px;
	background: #d7a766;
	color: #fff;
	font-size: 20px;
	text-align: left;
	padding: 0 15px;
	/* display: none; */
	transition: all .5s;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}
.celan li .span-ewm{
	width: 100px;
	height: 100px;
	border: 1px solid #e5e5e5;
	background: #d7a766;
	position: absolute;
	right: -300px;
	top: 0;
	transition: all .5s;
	/* display: none; */
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	z-index: 1;
}
.celan li:hover{
	z-index: 2;
}
.celan li:hover .span1{
	/* display: block; */
	right: -1px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
.celan li:hover .span-ewm{
	/* display: block; */
	right: 75px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
.celan li.top-fh{
	cursor: pointer;
}

/* ----------------------------------------------------首页----------------------------------------------------  */
.banner img {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}

.banner .owl-dots {
	font-size: 0;
	height: 15px;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 56px;
	right: 0;
}

.banner .owl-nav button.owl-prev, .banner .owl-nav button.owl-next, .banner button.owl-dot {
	display: inline-block;
	width: 15px;
	height: 15px;
	background: none;
	border: 1px solid #fff;
	border-radius: 0;
	margin: 0 5px;
	border-radius: 50%;
}

.banner .owl-dot.active {
	background: #e7cba3;
	border-color: #e7cba3;
}

.in-product {
	padding-top: 140px;
	margin-left: 6.77%;
}

.in-product-div1 {
	margin-top: 46px;
	width: 100%;
	padding: 112px 7.26% 110px 0;
	background: url('../images/bg-01.jpg') center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.in-pro-01 {
	font-size: 16px;
	padding: 0 12.987%;
}

.in-pro-01 a {
	display: inline-block;
	line-height: 22px;
	padding: 17px 0 14px;
	border-bottom: 1px solid #e6e9e8;
	color: #666;
}

.in-pro-01 .span1 {
	display: block;
	text-align: left;
}

.in-pro-01 .span1:first-child a {
	padding-top: 0;
}

.in-pro-01 a:hover {
	color: #d7a766;
	border-bottom: 1px solid #d7a766;
}

.in-pro-owl {
	padding: 59px 0 127px;
	background: #fff;
}

.in-pro-owl .owl-nav {
	position: absolute;
	left: 4%;
	bottom: 30px;
}

.in-pro-owl .owl-nav button.owl-prev, .in-pro-owl .owl-nav button.owl-next {
	width: 40px;
	height: 40px;
	font-size: 0;
	transition: all .5s;
}

.in-pro-owl .owl-nav button.owl-prev {
	background: url('../images/in-left.png') center center no-repeat;
}

.in-pro-owl .owl-nav button.owl-prev:hover {
	background: url('../images/in-lefthover.png') center center no-repeat;
}

.in-pro-owl .owl-nav button.owl-next {
	margin-left: 9px;
	background: url('../images/in-right.png') center center no-repeat;
}

.in-pro-owl .owl-nav button.owl-next:hover {
	background: url('../images/in-righthover.png') center center no-repeat;
}

.in-pro-a1 {
	padding: 0 12.5%;
}

.in-pro-a1 .span-pic img {
	transition: all .5s;
}

.in-pro-a1 .span-title {
	font-size: 24px;
	color: #4c4c4c;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 24px 0 10px;
}

.in-pro-a1 .span-detail {
	font-size: 14px;
	line-height: 20px;
	color: #a6a6a6;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.in-pro-a1 .span-more {
	font-size: 14px;
	color: #737373;
	border: 1px solid #e1e1e1;
	height: 50px;
	line-height: 48px;
	text-align: center;
	margin-top: 17px;
	transition: all .5s;
	position: relative;
	z-index: 2;
}

.in-pro-a1 .span-more::before {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 0;
	height: 100%;
	transition: all .5s;
	opacity: 0;
	z-index: -1;
}

.in-pro-a1:hover .span-title {
	color: #d7a766;
}

.in-pro-a1:hover .span-pic img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.in-pro-a1:hover .span-more {
	color: #fff;
}

.in-pro-a1:hover .span-more::before {
	width: 100%;
	background: #d7a766;
	opacity: 1;
}

.in-pro-more {

	/* width: 410px;
	max-width: 100%; */

	width: 25%;
	height: 70px;
	line-height: 70px;
	text-align: center;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 20px;
	color: #ffffff;
	background: #e7cba3;
	z-index: 3;
	transition: all .5s;
	z-index: 1;
}

.in-pro-more::before {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 100%;
	background: #d7a766;
	transition: all .5s;
	z-index: -1;
}

.in-pro-more span {
	position: absolute;
	right: 12.5%;
	top: 50%;
	width: 28px;
	height: 1px;
	background: #7ca37e;
}

.in-pro-more span::before {
	content: " ";
	position: absolute;
	right: 0;
	top: 0;
	width: 8px;
	height: 1px;
	background: #7ca37e;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	transition: all 1s;
}

.in-pro-more:hover {
	color: #fff;
}

.in-pro-more:hover::before {
	right: 0;
}

.in-pro-more:hover span::before {
	top: -4px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.in-tec {
	padding-top: 140px;
}

.in-tec .in-title {
	padding-left: 7.29%;
	margin-right: 6.77%;
	margin-left: 6.77%;
}

.in-tec-div1 {
	margin-top: 46px;
	width: 100%;
	padding: 90px 3% 0 6%;
	/*background: #f2f1ea;*/
}

.in-title2 {
	font-size: 32px;
	color: #d7a766;
	line-height: 32px;
	padding-bottom: 25px;
	position: relative;
	margin-top: 10px;
}

.in-title2::before {
	content: " ";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 27px;
	height: 1px;
	background: #d7a766;
}

.in-a-more {
	font-size: 14px;
	color: #737373;
	border: 1px solid #e1e1e1;
	height: 50px;
	line-height: 48px;
	text-align: center;
	margin-top: 17px;
	transition: all .5s;
	position: relative;
	z-index: 2;	/* max-width: 200px; */
}

.in-a-more::before {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 0;
	height: 100%;
	transition: all .5s;
	opacity: 0;
	z-index: -1;
}

.in-a-more:hover {
	color: #fff;
}

.in-a-more:hover::before {
	width: 100%;
	background: #d7a766;
	opacity: 1;
}

.in-tec-div1 .in-pro-more {

	/* margin-right: -15px; */

	/* width: 410px; */
}

.in-tec-01 {

	/* width: 80%; */
	margin: 0 -15px;
	padding-right: 24.5%;
	text-align: justify;
}

.in-tec-01 .div1 {
	font-size: 14px;
	line-height: 26px;
	color: #808080;
	margin: 18px 0 33px;
}

.in-tec-02 {
	padding: 0 0 110px 0;
	margin: 0 -15px;
}

.in-tec-02>div:nth-child(2n) {
	margin-top: -154px;
}

.in-tec-a1 {
	margin: 0 -15px;
	padding-left: 13%;
}

.in-tec-a1 img {
	width: 100%;
	transition: all .5s;
}

.in-tec-a1 .span-num, .in-tec-a1 .span-title, .in-tec-a1 .span-detail {
	margin: 0 25px;
}

.in-tec-a1 .span-num {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 74px;
	color: #fff;
	line-height: 74px;
	margin: -40px 25px -4px;
	position: relative;
	z-index: 2;
}

.in-tec-a1 .span-title {
	font-size: 18px;
	line-height: 18px;
	padding-bottom: 10px;
	color: #d7a766;
	position: relative;
}

.in-tec-a1 .span-title::before {
	content: " ";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 18px;
	height: 1px;
	background: #d7a766;
}

.in-tec-a1 .span-detail {
	font-size: 14px;
	line-height: 28px;
	color: #808080;
	margin-top: 11px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.in-tec-a1:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
}

.in-news {
	margin-top: 137px;
	margin-left: 6.77%;
}

.in-news-wapper {
	margin-top: 46px;
	width: 100%;
	padding-right: 7.29%;
	background: #f9f9f9;
}

.in-news-wapper .in-product-div2 {
	background: #e7cba3;
}

.in-news-title {
	padding: 74px 15.873%;
}

.in-news-title a {
	font-size: 20px;
	color: #ffffff;
	line-height: 20px;
}

.in-news-title a .span1 {
	text-transform: uppercase;
	font-size: 52px;
	color: #ffffff;
	line-height: 52px;
}

.in-news-bg {
	background: #f9f9f9;
}

.in-news-ul1 {
	padding: 120px 6.5%;
}

.in-news-ul1 li {
	padding: 26px 0 20px;
	border-bottom: 1px solid #bbb;
}

.in-news-ul1 li:first-child {
	border-top: 1px solid #bbb;
}

.in-news-ul1 li a {
	display: block;
	font-size: 14px;
	color: #333;
	line-height: 20px;
	padding-left: 28.3%;
	padding-right: 5.66%;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.in-news-ul1 li a span {
	position: absolute;
	left: 2.83%;
	top: 0;
}

.in-news-ul1 li a:hover {
	color: #d7a766;
}

.in-about {
	margin-right: 6.77%;
	margin-left: 6.77%;
	padding-top: 136px;
	margin-bottom: 140px;
}

.in-about .in-title {
	padding-left: 7.29%;
}

.in-about-01 {
	padding-left: 7.29%;
	background: #f2f1ea;
	margin-top: 46px;
}

.in-about-js {
	margin: 0 -15px;
}

.in-about-div1 {
	background: url('../images/pic-03.jpg') center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	margin-left: -15.66%;
}

.in-about-div2 {
	margin-left: 13.54%;
	padding-top: 90px;	/* padding: 0 9.15%; */
}

.in-about-div3 {
	width: 50%;
	padding: 45px 38px;
	background: #fff;
	-webkit-box-shadow: 0 0 10px rgba(231, 231, 231, .45);
	-moz-box-shadow: 0 0 10px rgba(231, 231, 231, .45);
	box-shadow: 0 0 10px rgba(231, 231, 231, .45);
	text-align: justify;
}

.in-about-div3 .span1 {
	font-size: 22px;
	color: #000;
	padding-bottom: 15px;
	position: relative;
	display: block;
}

.in-about-div3 .span1::before {
	content: " ";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 27px;
	height: 1px;
	background: #d7a766;
}

.in-about-div3 .span2 {
	display: block;
	font-size: 14px;
	line-height: 22px;
	color: #595959;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	margin: 12px 0 16px;
}

.in-about-div4 {
	margin: 0 -15px;
}

.in-about-div5, .in-about-map {
	float: left;
	width: 50%;
}

.in-about-div5 {
	padding: 62px 45px 46px;	/* padding: 0 45px 0; */
}

.in-about-title {
	font-size: 22px;
	color: #d7a766;
	padding-bottom: 19px;
	position: relative;
}

.in-about-title::before {
	content: " ";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 27px;
	height: 1px;
	background: #d7a766;
}

.in-about-d1 {
	font-size: 14px;
	line-height: 24px;
	color: #8c8c8c;
}

.in-about-d1 .span-date {
	color: #333;
	margin-top: 16px;
}

.in-about-d1 .span1 {
	text-align: justify;
}

.in-about-title.ling {
	margin-top: 47px;
}

.in-about-a1 {
	margin-top: 20px;
}

.in-about-a1 .span1 {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .22);
}

.in-about-a1 .span1 {
	text-align: center;
	font-size: 16px;
	color: #fff;
}

.in-about-a1 .span1 .mg2 {
	margin-bottom: 12px;
}

/* 02-2 关于我们-组织架构 */
.banner-inside img {
	display: block;
	width: 100%;
}

.bream-tips {
	position: relative;
	z-index: 10;
	border-bottom: 1px solid #e6e6e6;
}

.tips-01 {
	line-height: 60px;
	padding-top: 2px;
	font-size: 14px;
	color: #d7a766;
}

.tips-01 a, .tips-01 span {
	color: #808080;
}

/*.tips-01 a.xz {
	color: #d7a766;
}*/

.tips-01 span {
	margin: 0 6px;
}

.tips-01 a:hover {
	color: #d7a766;
}

.tips-01 .mg1 {
	margin-right: 7px;
	position: relative;
	top: -2px;
}

.tips-02 {
	position: absolute;
	right: 0;
	line-height: 54px;
	bottom: -1px;
}

.tips-02 .span1 {
	display: none;
}

.tips-02 .span2 {
	display: block;
}

.tips-02 a {
	display: inline-block;
	font-size: 18px;
	color: #595959;
	margin-left: 35px;
	margin-top: 6px;
	padding-bottom: 3px;
}

.tips-02 a.current, .tips-02 a:hover {
	color: #d7a766;
	padding-bottom: 0;
	border-bottom: 3px solid #d7a766;
}

.about-jiagou {
	background: url('../images/bg-02.png') center bottom no-repeat;
	padding-top: 87px;
	padding-bottom: 317px;
}

.about-jiagou img {
	max-width: 100%;
}

/* 01 关于我们-总裁寄语 */
.about-jiyu {
	padding: 48px 0 78px;
}

.about-jiyu .mg-01 {
	float: right;
	width: 436px;
}

.about-01 {
	float: left;
	width: 735px;
	font-size: 16px;
	line-height: 36px;
	color: #595959;
	padding-left: 77px;
}

.about-01 .mg1 {
	position: absolute;
	left: 0;
	top: -15px;
}

.about-01 .mg2 {
	position: absolute;
	margin-bottom: -13px;
}

.about-01 .span1 {
	text-align: right;
	color: #c5c5c5;
	margin-top: 35px;
}

/* 06 新闻资讯 - 详情 */
.news-art {
	padding: 45px 0;
}

.news-title {
	text-align: center;
	font-size: 36px;
	color: #1a1a1a;
	line-height: 40px;
}

.news-title .span1 {
	font-size: 20px;
	color: #666;
	margin-top: 6px;
}

.news-tips {
	position: relative;
	font-size: 14px;
	color: #8a8a8a;
	line-height: 50px;
	border-bottom: 1px solid #dfdfdf;
}

.news-tips .span1 {
	margin-right: 25px;
}

.news-tips .share {
	position: absolute;
	right: 0;
	top: 17px;
}

.news-tips .share .span-share {
	margin-top: -15px;
}

.share a {

	/* background-position: 0 !important; */
	width: 34px !important;
	height: 18px !important;
	margin: 0 !important;
	padding: 6px !important;
	border-left: 1px solid #dfdfdf;
}

.share .bds_weixin {
	background: url('../images/icon-06.jpg') center center no-repeat !important;
	border-left: none;
}

.share .bds_tsina {
	background: url('../images/icon-07.jpg') center center no-repeat !important;
}

.share .bds_qzone {
	background: url('../images/icon-08.jpg') center center no-repeat !important;
}

.share .bds_tqq {
	background: url('../images/icon-09.jpg') center center no-repeat !important;
}

.news-detail {
	font-size: 16px;
	line-height: 38px;
	color: #666;
	padding: 20px 0 27px;
}

.news-detail img {
	max-width: 100%;
}

.news-page {
	padding-top: 20px;
	border-top: 1px solid #dfdfdf;
}

.news-page .span1 {
	float: left;
	width: 50%;
	text-align: right;
	font-size: 14px;
	color: #666;
}

.news-page .span1:first-child {
	text-align: left;
}

.news-page .span1 a {
	display: block;
	color: #666;
	padding-left: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-page .span1:first-child a {
	padding-left: 0;
	padding-right: 15px;
}

.news-page .span1 a:hover {
	color: #d7a766;
}

/* 05 新闻资讯 */
.news-01 {
	position: relative;
}

.news-01 .a-pic {
	position: absolute;
	left: 0;
	top: 38px;
}

.news-div1 {
	padding: 38px 0 35px 285px;
	min-height: 233px;
	border-bottom: 1px solid #eaeaea;
	position: relative;
}

.news-div1 .span-date {
	padding-left: 20px;
	font-size: 14px;
	line-height: 16px;
	height: 16px;
	color: #878787;
	background: url('../images/icon-10.png') left center no-repeat;
}

.news-div1 .span-title {
	font-size: 24px;
	line-height: 26px;
	height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 8px;
}

.news-div1 .span-title a {
	color: #2b2b2b;
}

.news-div1 .span-detail {
	font-size: 14px;
	line-height: 22px;
	color: #808080;
	height: 66px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin-top: 14px;
}

.news-div1 .span-more {
	margin-top: 15px;
	line-height: 16px;
	height: 16px;
}

.news-div1 .span-more a {
	padding-left: 20px;
	background: url('../images/icon-11.png') left center no-repeat;
	font-size: 14px;
	color: #d7a766;
}

.news-ul1 li {
	position: relative;
}

.news-ul1 li::before {
	content: " ";
	position: absolute;
	left: 0;
	top: 1px;
	right: 0;
	bottom: 2px;
}

.news-ul1 li:hover::before {
	background: #f7f7f7;
}

.news-ul1 li:hover .span-title a {
	color: #d7a766;
}

.pages {
	padding: 55px 0 52px;
}

.pages a {
	display: inline-block;
	font-size: 16px;
	color: #666;
	height: 40px;
	line-height: 40px;
	border: 1px solid #dcdcdc;
	padding: 0 15px;
	border-radius: 3px;
	margin: 0 3px;
}

.pages a:hover, .pages a.current {
	background: #d7a766;
	border-color: #d7a766;
	color: #fff;
}

/* 00 关于我们-公司介绍 */
.about-02 {
	padding: 47px 0 74px;
}

.about-vedio {
	float: left;
	width: 352px;
	padding: 30px 0 0 32px;
	background: url('../images/bg-03.png') left top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}

.about-vedio .mg1 {
	width: 320px;
	max-width: 100%;
}

.about-vedio .span1 {
	position: absolute;
	left: 32px;
	top: 30px;
	right: 0;
	bottom: 0;
	cursor: pointer;
}

.about-art-01 {
	float: right;
	width: 808px;
	padding-top: 28px;
}

.about-title {
	font-size: 34px;
	color: #404040;
	line-height: 36px;
}

.about-title .span1 {
	font-size: 13px;
	color: #a6a6a6;
	height: 16px;
	line-height: 16px;
	text-transform: uppercase;
	margin-top: 4px;
}

.about-detail {
	font-size: 14px;
	line-height: 32px;
	color: #666;
	text-align: justify;
	margin-top: 25px;
}

.about-div1 {
	line-height: 22px;
	padding: 0 25px;
}

.about-div1 .span1 {
	font-size: 20px;
	color: #4c4c4c;
	margin-top: 15px;
}

.about-div1 .span2 {
	font-size: 14px;
	color: #666;
	margin-top: 16px;
	text-align: justify;
}

.about-03 {
	margin: 0 -40px 71px;
}

.about-03>div {
	border-left: 1px solid #e4e4e4;
}

.about-03>div:first-child {
	border-left: none;
}

.about-04 {
	font-size: 18px;
	color: #666;
	line-height: 30px;
	text-align: center;
	background: url('../images/bg-04.jpg') center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 47px 15px 42px;
	margin-bottom: 88px;
}

/* 02 关于我们-发展里程 */
.lihceng-01 {
	background: url('../images/bg-05.jpg') center center repeat-y;
	padding: 33px 0 90px;
	position: relative;
	margin-top: 66px;
	margin-bottom: 54px;
}

.lihceng-01 .mg1 {
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -10px;
}

.licheng-div1 {
	margin-top: 147px;
}

.licheng-div1:first-child {
	margin-top: 67px;
}

.licheng-div1 .div1 {
	float: right;
	width: 50%;
	padding-left: 265px;
	position: relative;
}

.licheng-div1 .div1::before {
	content: " ";
	position: absolute;
	left: 12px;
	top: 12px;
	width: 121px;
	height: 1px;
	background: #d7d7d7;
}

.licheng-div1 .div1 .mg2 {
	position: absolute;
	left: -10px;
	top: 2px;
}

.licheng-div1 .div1 .span-date {
	position: absolute;
	left: 135px;
	top: -51px;
	width: 126px;
	height: 125px;
	background: url('../images/icon-18.png') center center no-repeat;
	color: #fff;
	text-align: center;
	font-size: 16px;
	padding-top: 37px;
}

.licheng-div1 .div1 .span-date .bdo1 {
	display: inline-block;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	font-size: 20px;
	line-height: 30px;
}

.licheng-div1 .div1 .span-date .bdo2 {
	line-height: 30px;
}

.licheng-div1 .div1 .span-wenzi {
	position: relative;
	width: 305px;
	float: left;
	font-size: 14px;
	line-height: 26px;
	color: #737373;
	padding-left: 38px;
	background: url('../images/icon-24.png') left 7px no-repeat;
}

.licheng-div1 .div1 .mg3 {
	display: block;
	position: absolute;
	bottom: 100%;
	margin-bottom: 10px;
	left: 38px;
	width: 137px;
	height: 86px;
}

.licheng-div1 .div1.xz .span-date {
	background: url('../images/icon-19.png') center center no-repeat;
}

.licheng-div1:nth-child(2n) .div1 {
	float: none;
	float: left;
	padding-left: 0;
	padding-right: 265px;
}

.licheng-div1:nth-child(2n) .div1::before {
	left: auto;
	right: 12px;
}

.licheng-div1:nth-child(2n) .div1 .mg2 {
	left: auto;
	right: -10px;
}

.licheng-div1:nth-child(2n) .div1 .span-date {
	position: absolute;
	left: auto;
	right: 135px;
}

.licheng-div1:nth-child(2n) .div1 .span-wenzi {
	float: none;
	float: right;
	padding-left: 0;
	padding-right: 38px;
	background: url('../images/icon-25.png') right 7px no-repeat;
	text-align: right;
}

.licheng-div1:nth-child(2n) .div1 .mg3 {
	left: auto;
	right: 38px;
}

/* 17 联系地址 */
.con-map {
	padding: 15px;
	border: 1px solid #e2e2e2;
	margin-top: 45px;
}

.con-map .mg1 {
	width: 100%;
}

.con-01 {
	margin: 0 -15px 56px;
}

.con-warpper {
	padding-right: 5px;
	padding-bottom: 5px;
	background: url('../images/bg-06.jpg') right bottom repeat;
}

.con-div1 {
	border: 1px solid #c8c8c8;
	font-size: 16px;
	line-height: 22px;
	color: #999;
	background: #fff;
	margin-top: 27px;
	text-align: center;
	padding: 30px 0 26px;
}

.con-div1 .span1 {
	font-size: 20px;
	color: #333;
	margin-bottom: 10px;
}

/* 15 加入创盈 */
.join-table1 {
	text-align: center;
	margin-top: 44px;
}

.join-table1 th {
	font-size: 18px;
	color: #262626;
	font-weight: normal;
	text-align: center;
	background: #f2f2f2;
	line-height: 55px;
}

.join-table1 th:first-child {
	width: 71.25%;
}

.join-table1 th:nth-child(2) {
	width: 15%;
	min-width: 100px;
}

.join-table1 th:nth-child(3) {
	width: 13.75%;
	min-width: 100px;
}

.join-table1 a {
	display: block;
	font-size: 16px;
	color: #282828;
	line-height: 22px;
	padding: 20px 0;
}

.join-table1 .a1, .join-table1 .span1 {
	display: block;
	text-align: left;
	padding-left: 5.3%;
	padding-right: 5.3%;
}

.join-table1 td {
	border-bottom: 1px solid #ececec;
}

.join-table1 tr:hover {
	background: #f9f9f9;
}

.join-table1 tr:hover .a1 {
	color: #d7a766;
}

/* 16 加入创盈 - 详情 */
.join-main {
	margin: 55px auto 70px;
}

.join-left {
	float: left;
	width: 296px;
}

.join-title {
	font-size: 26px;
	color: #0e0e0e;
}

.join-title span {
	display: inline-block;
	line-height: 26px;
	padding-bottom: 19px;
	border-bottom: 1px solid #d0d0d0;
}

.join-div1 {
	font-size: 16px;
	line-height: 32px;
	color: #0e0e0e;
	margin-top: 12px;
}

.join-a1 {
	width: 130px;
	height: 45px;
	line-height: 42px;
	text-align: center;
	border: 1px solid #dcdcdc;
	font-size: 16px;
	color: #363636;
	margin-top: 14px;
}

.join-a1 img {
	margin-right: 9px;
}

.join-01 {
	border: 1px solid #dcdcdc;
	padding: 40px 25px 27px;
	margin-top: 27px;
	line-height: 28px;
}

.join-01 .div1 {
	padding-top: 20px;
	position: relative;
}

.join-01 .div1::before {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	width: 34px;
	height: 1px;
	background: #d7a766;
}

.join-01 .div1 span {
	color: #a2a2a2;
}

.join-01 .div1 span bdo {
	color: #252525;
}

.join-01 .div1 .span1 {
	font-size: 18px;
	color: #a2a2a2;
}

.join-01 .div1 .span2 {
	font-size: 26px;
	color: #252525;
	margin-top: 3px;
}

.join-01 .div2 {
	margin-top: 20px;
}

.join-01 .div2 .span3 {
	font-size: 20px;
	color: #a2a2a2;
}

.join-01 .div2 .span3 .bdo1 {
	font-size: 18px;
	color: #252525;
	text-transform: uppercase;
	line-height: 20px;
}

.join-01 .div2 .span4 {
	font-size: 18px;
	color: #a2a2a2;
}

.join-01 .div2 .bdo2 {
	color: #262626;
}

.join-right {
	float: right;
	width: 860px;
}

.join-art {
	font-size: 14px;
	line-height: 30px;
	color: #474747;
}

.join-title2 {
	display: block;
	font-size: 18px;
	color: #131313;
	line-height: 20px;
	padding-left: 13px;
	border-left: 4px solid #d7a766;
	margin-bottom: 6px;
	margin-top: 40px;
}

.join-title2:first-child {
	margin-top: 0;
}

/* 10 服务咨询 */
.service-main {
	background: url('../images/bg-07.png') center bottom no-repeat;
	padding: 115px 0 152px;
}

.service-01 {
	width: 695px;
	margin: 0 auto;
}

.service-title {
	padding-left: 13px;
	border-left: 8px solid #d7a766;
}

.service-title .span1 {
	font-size: 34px;
	color: #282828;
	line-height: 36px;
}

.service-title .span2 {
	font-size: 16px;
	color: #363636;
	line-height: 18px;
	margin-top: 10px;
}

.service-ul1 {
	padding-top: 20px;
}

.service-ul1 li {
	margin-top: 18px;
}

.service-ul1 li .span1 {
	float: left;
	width: 80px;
	text-align: right;
	font-size: 16px;
	color: #272727;
	margin-right: 10px;
	line-height: 40px;
}

.service-ul1 li .put-01, .service-ul1 li .put-02 {
	float: left;
	background: #fff;
	outline: none;
	width: 386px;
	height: 38px;
	border: 1px solid #959595;
	padding: 0 15px;
	font-size: 14px;
}

.service-ul1 li .put-02 {
	width: 140px;
}

.service-ul1 li .service-yzm {
	float: left;
	width: 115px;
	height: 38px;
	border: 1px solid #959595;
	margin-left: 10px;
}

.service-ul1 li .text-01 {
	width: 529px;
	height: 148px;
	border: 1px solid #959595;
	resize: none;
	background: #fff;
	padding: 10px 15px;
	font-size: 14px;
}

.service-div1 {
	float: left;
	position: relative;
}

.service-ul1 li .bdo1 {
	font-size: 20px;
	color: #f60a0a;
	margin-left: 9px;
	position: absolute;
	right: -18px;
	top: 50%;
	margin-top: -10px;
}

.service-ul1 li .bdo2 {
	float: left;
	font-size: 14px;
	color: #3d3d3d;
	line-height: 40px;
	margin-left: 15px;
}

.service-ul1 li .but-01 {
	width: 168px;
	height: 48px;
	line-height: 48px;
	font-size: 18px;
	color: #fff;
	background: #d7a766;
	border: none;
	outline: none;
	border-radius: 3px;
}

/* 12 下载专区 */
.service-down {
	padding-top: 39px;
	padding-bottom: 85px;
}

.ser-down-01 {
	margin-top: 40px;
}

.ser-down-01:first-child {
	margin-top: 0;
}

.ser-down-a1 {
	float: left;
	width: 298px;
	height: 191px;
	border: 1px solid #e3e3e3;
	border-radius: 5px;
	position: relative;
}

.ser-down-a1 img {
	width: 100%;
}

.ser-down-a1 .span1 {
	position: absolute;
	left: 33px;
	top: 34px;
	right: 0;
	bottom: 0;
}

.ser-down-a1 .bdo1 {
	font-size: 28px;
	color: #585858;
	line-height: 30px;
}

.ser-down-a1 .bdo2 {
	font-size: 16px;
	color: #999;
	margin-top: 2px;
}

.ser-down-ul1 {
	float: right;
	width: 892px;
	margin-top: -20px;
}

.ser-down-ul1 li {
	float: left;
	margin: 20px 0 0 21px;
}

.ser-down-ul1 li a {
	display: block;
	width: 425px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #666;
	border: 1px solid #eee;
	padding: 0 54px 0 20px;
	border-radius: 3px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ser-down-ul1 li a .span1 {
	display: block;
	width: 22px;
	height: 21px;
	background: url('../images/icon-21.png') center center no-repeat;
	position: absolute;
	right: 20px;
	top: 15px;
	transition: all .5s;
}

.ser-down-ul1 li a:hover {
	background: #d7a766;
	color: #fff;
	transition: all .5s;
}

.ser-down-ul1 li a:hover .span1 {
	background: url('../images/icon-22.png') center center no-repeat;
}

/* 09 产品详情 */
.pro-01 {
	margin-top: 34px;
}

.pro-01 img {
	max-width: 100%;
}

.pro-02 {
	margin-top: 23px;
}

.pro-02 img {
	max-width: 100%;
}

.pro-title {
	font-size: 22px;
	color: #595959;
	line-height: 22px;
	border-bottom: 1px solid #dadada;
	padding-bottom: 18px;
	margin-top: 50px;
}

.pro-title.ling {
	border-bottom: none;
}

.pro-detail2 {
	background: #f2f2f2;
	padding: 37px 0;
}

.pro-ul1 {
	float: left;
	width: 50%;
	font-size: 16px;
	color: #808080;
	line-height: 22px;
	border-left: 1px solid #dbdbdb;
	padding-left: 41px;
}

.pro-ul1:first-child {
	border-left: none;
}

.pro-ul1 li {
	padding: 9px 0;
}

.pro-ul1 li:first-child {
	padding-top: 0;
}

.pro-ul1 li .span1 {
	float: left;
	width: 150px;
	padding-right: 20px;
}

.pro-ul1 li .span2 {
	float: left;
	width: 355px;
}

.pro-cont {
	/*padding-top: 147px;*/
	min-height: 462px;
	/*background: url('../images/bg-08.png') right center no-repeat;*/
}

.pro-cont .span1 {
	font-size: 24px;
	color: #4c4c4c;
}

.pro-cont .span2 {
	font-size: 34px;
	color: #4c4c4c;
}

.pro-cont .bdo1 {
	font-size: 48px;
	color: #ff4e00;
}

/* 11 常见问题 */
.ques-01 {
	margin-top: 16px;
}

.ques-div1 {
	padding: 27px 0 27px 62px;
	position: relative;
	border-bottom: 1px dashed #d2d2d2;
}

.ques-div1 .span1 {
	width: 43px;
	height: 38px;
	line-height: 38px;
	padding-right: 5px;
	text-align: center;
	font-size: 18px;
	color: #d7a766;
	position: absolute;
	left: 12px;
	top: 27px;
	background: url('../images/bg-09.png') center center no-repeat;
}

.ques-div1 .span2 {
	font-size: 16px;
	line-height: 18px;
}

.ques-div1 .span2 a {
	color: #272727;
}

.ques-div1 .span-date {
	font-size: 14px;
	color: #999;
	line-height: 16px;
	margin-top: 6px;
}

.ques-div1 .span3 {
	position: absolute;
	right: 16px;
	bottom: 27px;
	font-size: 14px;
	color: #999;
}

.ques-div1 .span3 img {
	margin-right: 7px;
}

.ques-div2 {
	border: 1px dashed #d2d2d2;
	padding: 27px 12px 27px 65px;
	position: relative;
	font-size: 14px;
	color: #666;
	line-height: 28px;
	display: none;
}

.ques-div2 .span1 {
	width: 43px;
	height: 38px;
	line-height: 38px;
	padding-right: 5px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	position: absolute;
	left: 12px;
	top: 27px;
	background: url('../images/bg-10.png') center center no-repeat;
}

.ques-01 ul li:hover, .ques-01 ul li.current {
	position: relative;
	top: -1px;
}

.ques-01 ul li:hover .ques-div1, .ques-01 ul li.current .ques-div1 {
	background: #f7f7f7;
	border-bottom: none;
}

/* 07-1 专家团队 */
.team-main {
	padding: 0 0 60px;
}

.team-01 {
	margin: -6px -46px 0;
}

.team-01>div {
	padding: 0;
}

.team-div1 {
	padding: 0 46px;
	border-right: 1px dashed #dcdcdc;
	margin-top: 46px;
}

.team-div1 .span-pic img {
	width: 100%;
}

.team-div1 .span-pic .bdo1 {
	position: absolute;
	right: 20px;
	bottom: 20px;
	overflow: hidden;
	top: 20px;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #fff;
}
.team-div1 .span-pic .bdo2{
	width: 40px;
	padding: 13px 10px;
	background: #d7a766;
}

.team-div1 .span-name {
	font-size: 18px;
	color: #4c4c4c;
	line-height: 20px;
	margin: 23px 0 7px;
}

.team-div1 .span-detail {
	font-size: 14px;
	color: #808080;
	line-height: 20px;
	height: 60px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

/* 08 产品列表 */
.pro-main {
	padding-bottom: 60px;
}

.pro-03 {
	position: relative;
	margin-top: 52px;
}

.pro-03:first-child {
	margin-top: 49px;
}

.pro-div1 {
	width: 293px;
	background: #f9f9f9;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	color: #737373;
	line-height: 24px;
	padding: 0 27px;
	z-index: 2;
	padding-bottom: 75px;
}

.pro-title2 {
	text-align: center;
	font-size: 22px;
	line-height: 26px;
	color: #2c2c2c;
	padding-bottom: 20px;
	background: url('../images/bg-11.jpg') center bottom no-repeat;
	padding: 33px 0 20px;
	margin-bottom: 15px;
}

.pro-owl {
	padding-left: 315px;
}

.pro-owl .owl-nav button.owl-prev, .pro-owl .owl-nav button.owl-next {
	position: absolute;
	top: 50%;
	width: 20px;
	height: 50px;
	margin-top: -25px;
	font-size: 0;
	transition: all .5s;
}

.pro-owl .owl-nav button.owl-prev {
	left: -45px;
	background: url('../images/icon-left.png') center center no-repeat;
}

.pro-owl .owl-nav button.owl-prev:hover {
	background: url('../images/icon-lefthover.png') center center no-repeat;
}

.pro-owl .owl-nav button.owl-next {
	right: -45px;
	background: url('../images/icon-right.png') center center no-repeat;
}

.pro-owl .owl-nav button.owl-next:hover {
	background: url('../images/icon-righthover.png') center center no-repeat;
}

.pro-a1 .span-pic img {
	transition: all .5s;
}

.pro-a1 .span-title {
	font-size: 18px;
	color: #4c4c4c;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 24px 0 6px;
}

.pro-a1 .span-detail {
	font-size: 14px;
	line-height: 20px;
	color: #a6a6a6;
	height: 60px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.pro-a1 .span-more {
	font-size: 14px;
	color: #737373;
	border: 1px solid #e1e1e1;
	width: 110px;
	height: 46px;
	line-height: 44px;
	text-align: center;
	margin-top: 13px;
	transition: all .5s;
	position: relative;
	z-index: 2;
}

.pro-a1 .span-more::before {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 0;
	height: 100%;
	transition: all .5s;
	opacity: 0;
	z-index: -1;
}

.pro-a1:hover .span-title {
	color: #d7a766;
}

.pro-a1:hover .span-pic img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.pro-a1:hover .span-more {
	color: #fff;
}

.pro-a1:hover .span-more::before {
	width: 100%;
	background: #d7a766;
	opacity: 1;
}

/* 07 技术优势 */
.ys-main {
	background: url('../images/bg-12.png') center top repeat-y;
	-webkit-background-size: 100%;
	background-size: 100%;
	padding-top: 87px;
	padding-bottom: 90px;
}

.ys-div1 {
	margin-top: 80px;
}

.ys-div1:first-child {
	margin-top: 0;
}

.ys-pic {
	float: left;
	width: 50%;
}

.ys-pic img {
	width: 100%;
}

.ys-wenzi {
	float: right;
	width: 50%;
	font-size: 14px;
	line-height: 26px;
	color: #737373;
}

.ys-div1:nth-child(2n+1) .ys-pic {
	float: none;
	float: right;
}

.ys-div1:nth-child(2n+1) .ys-wenzi {
	float: none;
	float: left;
}

.ys-01 {
	padding: 0 8%;
}

.ys-title {
	font-size: 26px;
	color: #404040;
	line-height: 28px;
	padding-bottom: 20px;
	position: relative;
}

.ys-title::before {
	content: " ";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 22px;
	height: 1px;
	background: #d7a766;
}

.ys-title .span1 {
	text-transform: uppercase;
	font-size: 18px;
	color: #d7a766;
	line-height: 18px;
	margin-bottom: 8px;
}

.ys-detail {
	margin-top: 17px;
	min-height: 182px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	text-align: justify;
}

.ys-more {
	font-size: 14px;
	color: #737373;
	border: 1px solid #e1e1e1;
	width: 120px;
	height: 42px;
	line-height: 40px;
	text-align: center;
	margin-top: 25px;
	transition: all .5s;
	position: relative;
	z-index: 2;
}

.ys-more::before {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 0;
	height: 100%;
	transition: all .5s;
	opacity: 0;
	z-index: -1;
}

.ys-more:hover {
	color: #fff;
}

.ys-more:hover::before {
	width: 100%;
	background: #d7a766;
	opacity: 1;
}

/* 18 照明 */
.banner-phone {
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	margin-top: -90px;
}

.banner-phone-01 {
	width: 443px;
	height: 180px;
	background: rgba(11, 128, 64, .9);
	color: #fff;
	padding: 37px 35px 0;
}

.banner-phone-div1 {
	font-size: 18px;
	line-height: 20px;
}

.banner-phone-div1 .span1 {
	font-size: 10px;
	opacity: .5;
	text-transform: uppercase;
	line-height: 14px;
	margin-bottom: 2px;
}

.banner-phone-01 .span-phone {
	font-size: 42px;
	margin-top: 15px;
	line-height: 42px;
}

.ys-detail2 {
	font-size: 14px;
	margin-top: 17px;
}

.ys-detail2 .span1 {
	color: #d7a766;
}

/* 13 员工风采 */
.fengcai-01 {
	width: 90%;
	margin: 84px auto 76px;
	display: block;
}

.fengcai-02 {
	display: none;
	margin: 50px 0 100px;
}

#d_tab29 {
	position: relative;
	height: 430px;
	text-align: center;
	font-size: 18px;
	color: #585858;
}

#d_tab29 .d_img {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 100%;
}

#d_tab29 .d_img li {
	position: absolute;
	display: none;
	z-index: 0
}

#d_tab29 .d_img li img {
	width: 100%
}

#d_tab29 .d_img li .span1 {
	display: none;
	margin-top: 25px;
}

#d_tab29 .d_img li.d_pos1 {
	display: block;
	width: 30.94%;
	height: auto;
	left: 0%;
	top: 80px;
	z-index: 1
}

#d_tab29 .d_img li.d_pos2 {
	display: block;
	width: 41.35%;
	height: auto;
	left: 10%;
	top: 42px;
	z-index: 2
}

#d_tab29 .d_img li.d_pos3 {
	display: block;
	width: 53.15%;
	height: auto;
	left: 22.3%;
	top: 0;
	z-index: 3
}

#d_tab29 .d_img li.d_pos4 {
	display: block;
	width: 41.35%;
	height: auto;
	right: 10%;
	top: 42px;
	z-index: 2
}

#d_tab29 .d_img li.d_pos5 {
	display: block;
	width: 30.94%;
	height: auto;
	right: 0%;
	top: 80px;
	z-index: 1
}

#d_tab29 .d_next, #d_tab29 .d_prev {
	position: absolute;
	top: 165px;
	z-index: 10;
	cursor: pointer;
	width: 20px;
	height: 50px;
	z-index: 10;
	cursor: pointer;
}

#d_tab29 .d_next, #d_tab29 .d_prev {
	position: absolute;
	top: 165px;
	z-index: 10;
	cursor: pointer;
	width: 20px;
	height: 50px;
	z-index: 10;
	cursor: pointer;
}

#d_tab29 .d_prev {
	left: -44px;
	background: url('../images/icon-left.png') center center no-repeat;
}

#d_tab29 .d_prev:hover {
	background: url('../images/icon-lefthover.png') center center no-repeat;
}

#d_tab29 .d_next {
	right: -44px;
	background: url('../images/icon-right.png') center center no-repeat;
}

#d_tab29 .d_next:hover {
	background: url('../images/icon-righthover.png') center center no-repeat;
}

.fengcai-div2 .owl-nav {
	position: absolute;
	right: 4%;
	bottom: -70px;
}
.fengcai-div2 .span1{
	display: block;
	width:100%;
	font-size: 16px;
	color: #333;
	text-align: center;
	margin-top: 20px;
	line-height: 20px;
}
.fengcai-div2 .owl-nav button.owl-prev, .fengcai-div2 .owl-nav button.owl-next {
	width: 40px;
	height: 40px;
	font-size: 0;
	transition: all .5s;
}

.fengcai-div2 .owl-nav button.owl-prev {
	background: url('../images/in-left.png') center center no-repeat;
}

.fengcai-div2 .owl-nav button.owl-prev:hover {
	background: url('../images/in-lefthover.png') center center no-repeat;
}

.fengcai-div2 .owl-nav button.owl-next {
	margin-left: 9px;
	background: url('../images/in-right.png') center center no-repeat;
}

.fengcai-div2 .owl-nav button.owl-next:hover {
	background: url('../images/in-righthover.png') center center no-repeat;
}

/* 04 关于我们-资质证书 */

.fengcai-01.ling #d_tab29 {
	position: relative;
	height: 450px;
	text-align: center;
	font-size: 18px;
	color: #585858;
}

.fengcai-01.ling #d_tab29 .d_img {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 100%;
}

.fengcai-01.ling #d_tab29 .d_img li {
	position: absolute;
	display: none;
	z-index: 0
}

.fengcai-01.ling #d_tab29 .d_img li img {
	width: 100%;
	border: 1px solid #e5e5e5;
}

.fengcai-01.ling #d_tab29 .d_img li .span1 {
	display: none;
	margin-top: 25px;
}

.fengcai-01.ling #d_tab29 .d_img li.d_pos1 {
	display: block;
	width: 30.94%;
	height: auto;
	left: 0%;
	top: 80px;
	z-index: 1
}

.fengcai-01.ling #d_tab29 .d_img li.d_pos2 {
	display: block;
	width: 41.35%;
	height: auto;
	left: 10%;
	top: 42px;
	z-index: 2
}

.fengcai-01.ling #d_tab29 .d_img li.d_pos3 {
	display: block;
	width: 49.8%;
	height: auto;
	left: 24.75%;
	top: 0;
	z-index: 3
}

.fengcai-01.ling #d_tab29 .d_img li.d_pos4 {
	display: block;
	width: 41.35%;
	height: auto;
	right: 10%;
	top: 42px;
	z-index: 2
}

.fengcai-01.ling #d_tab29 .d_img li.d_pos5 {
	display: block;
	width: 30.94%;
	height: auto;
	right: 0%;
	top: 80px;
	z-index: 1
}

.fengcai-01.ling #d_tab29 .d_next, .fengcai-01.ling #d_tab29 .d_prev {
	position: absolute;
	top: 165px;
	z-index: 10;
	cursor: pointer;
	width: 20px;
	height: 50px;
	z-index: 10;
	cursor: pointer;
}

.fengcai-01.ling #d_tab29 .d_next, .fengcai-01.ling #d_tab29 .d_prev {
	position: absolute;
	top: 165px;
	z-index: 10;
	cursor: pointer;
	width: 20px;
	height: 50px;
	z-index: 10;
	cursor: pointer;
}

.fengcai-01.ling #d_tab29 .d_prev {
	left: -44px;
	background: url('../images/icon-left.png') center center no-repeat;
}

.fengcai-01.ling #d_tab29 .d_prev:hover {
	background: url('../images/icon-lefthover.png') center center no-repeat;
}

.fengcai-01.ling #d_tab29 .d_next {
	right: -44px;
	background: url('../images/icon-right.png') center center no-repeat;
}

.fengcai-01.ling #d_tab29 .d_next:hover {
	background: url('../images/icon-righthover.png') center center no-repeat;
}

.fengcai-div2.ling .mg1 {
	border: 1px solid #e5e5e5;
}




/* 视频弹窗 */
.vedio-mc{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	background: rgba(0, 0, 0, .8);
	display: none;
}
.vedio-tc{
	position: fixed;
	top: 50%;
	margin-top: -250px;
	left: 50%;
	margin-left: -600px;
	width: 1200px;
	height: 500px;
	/*background: red;*/
	z-index: 1000;
	display: none;
}
.vedio-close{
	position: absolute;
	right: -30px;
	top:-30px;
	font-size: 30px;
	color: #fff;
	cursor: pointer;
}
.in-shouye_banner-div1 {
	margin-top: 46px;
	width: 100%;
	padding: 112px 7.26% 110px 0;
	-webkit-background-size: cover;
	background-size: cover;
}
.shouye_banner-01 {
	margin-top: 0;
}

.shouye_banner-01 img {
	max-width: 100%;
}

.shouye_banner-02 {
	margin-top: 50px;
	text-align: center;
}

.shouye_banner-02 img {
	max-width: 100%;
}

.shouye_banner-03 {
	height: 500px;
	margin-top: 20px;
	border: 2px solid #ffffff;
	justify-content: center;
	display: flex;
}

.shouye_banner-03 img {
	max-width: 30%;
	margin:0 2% 0 2%;

}

.shouye_banner-04 {
	margin-top: 20px;
	margin-right: 18%;
	text-align: right;
	font-size: 22px;
	letter-spacing:2px;
	font-weight: bolder;
	color: #221814;
	margin-bottom: 20px;
}

.shouye_banner-04 img {
	max-width: 100%;
}

.shouye_banner-05 {
	margin-top: 20px;
}

.shouye_banner-05 img {
	max-width: 100%;
}

.shouye_banner-06 {
	justify-content: center;
	display: flex;
	margin: 0 25% 0 25%;
}

.shouye_banner-06 img {
	max-width: 100%;
}

.shouye_banner-07 {
	margin-top: 50px;
	text-align: center;
   margin-bottom: 122px;
}

.shouye_banner-07 img {
	max-width: 100%;
}

.shouyeziti {
	text-align: center;
	font-size: 22px;
	letter-spacing:2px;
	font-weight: bolder;
	color: #221814;
	margin-bottom: 20px;
}
.in-tec-04 {
	padding: 0 0 20px 0;
	margin: 0 -15px;
}

.in-tec-04>div:nth-child(2n) {
	margin-top: -154px;
}

.in-tec-05 {
	padding: 40px 0 0 0;
	margin: 0 -15px;
}

.in-tec-05>div:nth-child(2n) {
	margin-top: -154px;
}

.index-div2 {
	margin-top: 120px;
	border: 2px solid #ffffff;
	justify-content: center;
	display: flex;
	padding: 0 10% 0 10%;
}

.index-div2:first-child {
	margin-top: 0;
}

.index-pic1 {
	float: left;
	width: 50%;
	padding: 2%;
}

.index-pic1 img {
    width: 80%;
}

.index-pic2 {
	float: right;
	width: 50%;
	padding: 2%;
}

.index-pic2 img {
    width: 80%;
}
.index-wenzi {
	 float: right;
	 width: 50%;
	 font-size: 14px;
	 line-height: 26px;
	 color: #737373;
 }

.celan li .mg2{
	margin-bottom: 5px;
}
.celan li .mg2 a {
	color: #898989;
}
.celan li .mg2 a:hover {
	color:#d7a766;
}

.footer-beianhao {
	color: #fff;
}
.footer-beianhao a {
	color: #d7a766;
}

.index-div2:nth-child(2n+1) .index-pic2 {
	float: none;
	float: right;
}

.index-div2:nth-child(2n+1) .index-pic1 {
	float: none;
	float: left;
}
@font-face {
	font-family: "Source Han Sans CN Regular";
	src: url("../css/Source Han Sans CN Regular.woff2") format("woff2"),
	url("../css/Source Han Sans CN Regular.woff") format("woff"),
	url("../css/Source Han Sans CN Regular.ttf") format("truetype"),
	url("../css/Source Han Sans CN Regular.eot") format("embedded-opentype"),
	url("../css/Source Han Sans CN Regular.svg") format("svg"),
	url("../css/Source Han Sans CN Regular.otf") format("opentype");
}

@media only screen and (max-width:1365px){
	.vedio-tc{
		position: fixed;
		top: 50%;
		margin-top: -250px;
		left: 10%;
		margin-left: 0;
		width: 80%;
		height: 500px;
		/*background: red;*/
		z-index: 1000;
	}
}
/*APP页面*/
.leftDiv{

}
.rightDiv{
	float:right;
	width:50%;
	text-align:left;
}
@media only screen and (min-width:767px) {

}
@media only screen and (max-width:767px) {
.leftDiv{
	color:red;
}
}


