@font-face{
 font-family:'b';
 font-style:normal;
 font-weight:normal;
 src:url(../css/GISHA.TTF);
 }
body{font-size: 13px; margin: 0; padding: 0;font-family:"b"; font-family:"微软雅黑",Arial,Microsoft YaHei,\5FAE\8F6F\96C5\9ED1,SimHei,sans-serif;}
*{
	padding: 0;
	margin: 0;
}
a{
	text-decoration: none;
	color: #000;
}
a:link {
	text-decoration: none;
}

a:active {
	text-decoration: none
}

a:hover {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}
img{
	border: 0;
}
ul li{
	list-style: none;
}
input{
	outline: none;
	text-indent: 2em;
}
.clear:after{
	content: " ";float: none;clear: both;display: block;
}




.head{
	width: 100%;
    height: 100px;
    background: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 2000000;
    border-bottom: 1px solid #e5e5e5;
    transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    -ms-transition: all 0.5s ease-in 0s;
    -webkit-transition: all 0.5s ease-in 0s;
    -o-transition: all 0.5s ease-in 0s;
}
.head.hover {
    height: 70px;
    transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    -webkit-transition: all 0.5s ease-in 0s;
    -ms-transition: all 0.5s ease-in 0s;
    -o-transition: all 0.5s ease-in 0s;
    border-bottom: 1px #dedede solid;
}
.head .logo{
	float: left;
	margin-left: 10%;
	margin-top: 36px;
}

.sanheng {
	width: 45px;
	height: 26px;
	margin-top: 46px;
	cursor: pointer;
	transition: all 0.5s ease-in 0s;
	-moz-transition: all 0.5s ease-in 0s;
	-ms-transition: all 0.5s ease-in 0s;
	-o-transition: all 0.5s ease-in 0s;
	-webkit-transition: all 0.5s ease-in 0s;
	float: right;
	margin-right:10% ;
}

.head:hover .sanheng {
	transition: all 0.5s ease-in 0s;
	-webkit-transition: all 0.5s ease-in 0s;
	-moz-transition: all 0.5s ease-in 0s;
	-ms-transition: all 0.5s ease-in 0s;
	-o-transition: all 0.5s ease-in 0s;
}

.sanheng b {
	display: block;
	width: 42px;
	height: 2px;
	background: #333333;
	margin: 4px auto;
	transition: all 0.5s ease-in 0s;
	-moz-transition: all 0.5s ease-in 0s;
	-ms-transition: all 0.5s ease-in 0s;
	-o-transition: all 0.5s ease-in 0s;
	-webkit-transition: all 0.5s ease-in 0s;
}

.head:hover .sanheng b {
	transition: all 0.5s ease-in 0s;
	-moz-transition: all 0.5s ease-in 0s;
	-ms-transition: all 0.5s ease-in 0s;
	-o-transition: all 0.5s ease-in 0s;
	-webkit-transition: all 0.5s ease-in 0s;
}

.sanheng:hover b.b01 {
	transition: all 0.3s ease-in 0s;
	transform: translateY(-3px);
	-moz-transition: all 0.3s ease-in 0s;
	-moz-transform: translateY(-3px);
	-ms-transition: all 0.3s ease-in 0s;
	-ms-transform: translateY(-3px);
	-webkit-transition: all 0.3s ease-in 0s;
	-webkit-transform: translateY(-3px);
	-o-transition: all 0.3s ease-in 0s;
	-o-transform: translateY(-3px);
}

.sanheng:hover b.b03 {
	transition: all 0.3s ease-in 0s;
	transform: translateY(3px);
	-moz-transition: all 0.3s ease-in 0s;
	-moz-transform: translateY(3px);
	-ms-transition: all 0.3s ease-in 0s;
	-ms-transform: translateY(3px);
	-webkit-transition: all 0.3s ease-in 0s;
	-webkit-transform: translateY(3px);
	-o-transition: all 0.3s ease-in 0s;
	-o-transform: translateY(3px);
}

.daohang {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	display: none;
	position: fixed;
	top: 0px;
	left: 0%;
	z-index: 10000000;
	text-align: center;
}

.daohang ul {
	display: none;
}

.daohang ul li a {
	color: #fff;
	font-size: 24px;
	font-family: 'b', "微软雅黑";
	display: inline-block;
	float: left;
	width: 140px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.daohang ul {
	width: 140px;
	margin: 0px auto;
	margin-top: 300px;
}

.daohang ul li {
	width: 140px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	margin: 20px auto;
	position: relative;
	transition: all 0.5s;
}

.daohang ul li span {
	width: 281px;
	display: block;
}
.daohang ul li:after{
	content: "";
	width: 75px;
	height: 0;
	border-bottom: 2px solid #df1a0e;
	position: absolute;
	display: block;
	left: 32px;
	top: 34px;
	transition: all 0.5s;
	opacity: 0;
	transform: translate(0,-5px);
}
.daohang ul li:hover:after{
	transform: translate(0,0px);
	opacity: 1;
}
.daohang ul li:hover a{
	color: #df1a0e;
}

.quxiao {
	width: 30px;
	height: 30px;
	background: #fff;
	position: absolute;
	right: 30px;
	top: 30px;
	z-index: 200000;
	cursor: pointer;
}

.chahao {
	width: 30px;
	height: 30px;
	background: #fff;
	position: relative;
}

.chahao .ci1 {
	width: 0px;
	height: 0px;
	overflow: hidden;
	border: 13px #000 solid;
	border-bottom: none;
	border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent;
	display: block;
	position: absolute;
	top: 0px;
	left: 2px;
}

.chahao .ci2 {
	width: 0px;
	height: 0px;
	overflow: hidden;
	border: 13px #000 solid;
	border-left: none;
	border-color: transparent rgba(0, 0, 0, 0.8) transparent transparent;
	display: block;
	position: absolute;
	top: 2px;
	right: 0px;
}

.chahao .ci3 {
	width: 0px;
	height: 0px;
	overflow: hidden;
	border: 13px #000 solid;
	border-top: none;
	border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent;
	display: block;
	position: absolute;
	left: 2px;
	bottom: 0px;
}

.chahao .ci4 {
	width: 0px;
	height: 0px;
	overflow: hidden;
	border: 13px #000 solid;
	border-right: none;
	border-color: transparent transparent transparent rgba(0, 0, 0, 0.8);
	display: block;
	position: absolute;
	top: 2px;
	left: 0px;
}










/*banner*/
.banner{
	position: relative;
	overflow: hidden;
	padding-top: 100px;
}
.slider {
	position: relative;
}

#idSlider li {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	transition: all 2s ease-in 0s;
	-moz-transition: all 2s ease-in 0s;
	-ms-transition: all 2s ease-in 0s;
	-o-transition: all 2s ease-in 0s;
	-webkit-transition: all 2s ease-in 0s;
}
#idSlider li>div{
	width: 100%;
	height: 100%;
	background-image: url(../img/grid_bg.png);
	position: absolute;
	top: 0;
	left: 0;
}


.slider img{
	width: auto;
	width: 100%;
	height: 100%;object-fit:cover; 

}
.slider{
	height: 100%;
	text-align: center;
	margin: 0 auto;
}
.num {
	width: 440px;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 5%;
}

.num li {
	width: 100px;
	height: 3px;
	background: #fff;
	float: left;
	margin-right: 10px;
	font-size: 0px;
	cursor: pointer;
}

.num li b {
	display: block;
	width: 0px;
	height: 3px;
	background: #f00;
}

.num li.on b {
	width: 100%;
	transition: all 5s ease-in 0s;
	-moz-transition: all 5s ease-in 0s;
	-ms-transition: all 5s ease-in 0s;
	-o-transition: all 5s ease-in 0s;
	-webkit-transition: all 5s ease-in 0s;
}
.banner-text{
	max-width: 750px;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top:40%;
}
.banner-text h1{
	margin: 0 auto;
    font-size: 75px;
    text-align: center;
    line-height: 112px;
    color: #fff;
    font-weight: 100;
    font-family: "b";
    letter-spacing: 7px;
}
.banner-text h6{
	font-size: 16px;
    text-align: center;
    color: #fff;
    margin-top: 28px;
    letter-spacing: 12px;
}
.banner-text p{
  font-size: 14px;
    text-align: center;
    line-height: 18px;
    color: #fff;
    margin: 0px auto;
    margin-top: 28px;
    width: 420px;
    font-family: "b";
}
.about{
	text-align: center;
	padding-top: 80px ;
	padding-bottom: 80px;
	overflow: hidden;
	border-bottom: 1px solid #dddddd;
}
.title-h1{
	color: #333;
	font-size: 40px;
	font-weight: 300;
	text-align: center;
}
.about span{
	display: block;
	margin-top:20px;
	color: #6b6b6b;
	padding-bottom: 20px;
	font-family: "b";
}
.about p{
	margin-top: 26px;
	color: #6b6b6b;
	margin: 0 auto;
	font-family:"b";
}
.about p>label{
	display: block;
	margin-top: 10px;
	
}
.about .p1{
	letter-spacing: 9px;
	font-size: 13px;
	margin-top: 45px;
}
.about .p2{
	margin-top: 26px;
}
.more{
	text-align: center;
	margin-top: 50px;
	transition: all 0.5s;
	overflow: hidden;
}
.more>a{
	display: block;
}
.more>a>img{
	transition: all 0.5s;
}
.more>a>img:hover{
	transform: rotate(180deg);
}
/*服务*/
.service{
	margin-top: 128px;
}
.service-content{
	width: 83.33%;
	margin: 0 auto;
	margin-top: 60px;
	display: none;
}
.service-content>div{
	width: 31.33%;
	height: 320px;
	float: left;
	background-color: #f8f8f8;
	margin-left: 2%;
	margin-top: 2%;
	cursor: pointer;
	transition: all 0.5s;
	position: relative;
} 
.service-content>div:hover{
	background-color: #df1a0e;
}
.service-content>div>span{
	display: inline-block;
	font-size: 38px;
	font-weight: 100;
	font-family:"b";
	transition: all 0.5s;
	transform: translate(0,10px);
	opacity: 0;
	position: absolute;
	left: 38px;
	bottom: 100px;
}
.service-content>div:hover>span{
	color: #FFFFFF;
	transform: translate(0,0);
	opacity: 1;
}
.service-content>div>label{
	font-size: 30px;
	font-weight: 100;
	display: inline-block;
	transition: all 0.5s 0.1s;
	transform: translate(0,-10px);
	opacity: 0;
	position: absolute;
	left: 97px;
	bottom: 105px;
}
.service-content>div:hover>label{
	color: #FFFFFF;
	transform: translate(0,0);
	opacity: 1;
}
.service-content>div>p{
	font-size: 22px;
	font-family:"b";
	transition: all 0.5s;
	opacity: 0;
	position: absolute;
	left: 38px;
	bottom: 40px;
}
.service-content>div:hover>p{
	color: #FFFFFF;
	transform: translate(0,0);
	opacity: 1;
}

.service-case{
	width: 100%;
	margin-top: 125px;
}
.service-case>div{
	width: 25%;
	float: left;
	position: relative;
	color: #FFFFFF;
	overflow: hidden;
	cursor: pointer;
}
.service-case>div:after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.8);
	opacity: 0;
	transition: all 0.5s;
}
.service-case>div img{
	width: 100%;
	display: block;
	transition: all 0.5s;
}
.service-case>div h4{
	font-family:"b";
	font-size: 18px;
	position: absolute;
	left: 40px;
	bottom: 25%;
	font-weight: 100;
	z-index: 10;
	transition: all 0.5s;
	transform: translate(0,10px);
	opacity: 0;
	color: #FFFFFF;
}
.service-case>div span{
	display: block;
	font-family:"b";
	font-size: 14px;
	position: absolute;
	left: 40px;
	bottom: 8%;
	color: #c3bfc8;
	z-index: 10;
	transition: all 0.5s;
	transform: translate(0,10px);
	opacity: 0;
}
.service-case>div .case-more{
	position: absolute;
	top: 26px;
	right: 30px;
	z-index: 10;
	transition: all 0.5s;
	opacity: 0;
	transform: rotate(0deg);
}
.service-case>div:hover:after{
	opacity: 1;
}
.service-case>div:hover img{
	transform: scale(1.1,1.1);
}
.service-case>div:hover h4{
	transform: translate(0,0);
	opacity: 1;
}
.service-case>div:hover span{
	transform: translate(0,0);
	opacity: 1;
}

.service-case>div:hover .case-more{
	opacity: 1;
	transform: rotate(360deg);
}
/*趋势*/
.trend{
	margin-top: 150px;
	position: relative;
}
.trend-content{
	width: 83.33%;
	margin: 0 auto;
	margin-top: 70px;
	padding-bottom: 125px;
}
.trend-content .left{
	float: left;
	width: 68.38%;
}
.trend-content .left>div{
	width: 100%;
}
.trend-content .left>div>img{
	display: block;
	width: 100%;
}
.trend-content .right{
	float: right;
	width: 31.62%;
	height: 100%;
}
.trend-content .right>div{
	width: 100%;
}
.trend-content .right>div>img{
	width: 100%;
	height: 100%;
	display: block;
}
.trend-content .right .switch{
	width: 100%;
	background-color: #df1a0e;
	color: #FFFFFF;
	position: relative;
}
.trend-content .right .switch>h3{
	top: 10%;
	left: 8%;
	font-size:38px;
	font-weight: 100;
	font-family: "b";
	position: absolute;
}
.trend-content .right .switch>p{
	top:30%;
	left: 8%;
	font-size: 14px;
	font-weight: 100;
	font-family: "b";
	line-height: 28px;
	letter-spacing: 2px;
	position: absolute;
}
.trend .next{
	width: 23%;
	right: 10%;
	bottom: 18%;
	position: absolute;
}
.trend .next:after{
	content: "";
	width: 45%;
	height: 0;
	border-top: 1px solid #ef8d87;
	position: absolute;
	top: 13px;
	left: 45px;
}
.trend .next>label{
	font-size: 18px;
	color: #FFFFFF;
}
.trend .next .icon{
	float: right;
	margin-right: 35px;
}
.trend .next .icon>span{
	display: inline-block;
	cursor: pointer;
}
.trend-content-wap{
	width: 83.33%;
	margin: 0 auto;
	overflow: hidden;
}
.trend-content-wap .Son{
	width: 300%;
	transition: all 0.5s;
}
.trend-content-wap .Son .trend-content{
	width: 33.33%;
	float: left;
}
/*客户*/
.customer-wap{
	width: 100%;
	background-color: #f8f8f8;
	padding-top: 1px;
}
.customer{
	width: 86.5%;
	margin: 0 auto;
	position: relative;
	margin-top: 120px;
	padding-bottom: 150px;
}
.customer .customer-content{
	margin-top: 100px;
	position: relative;
	overflow: hidden;
}
.customer  .left-but{
	position:absolute;
	left:-5%;
	top:-12%;
	bottom:0;
	margin:auto;
	width:50px;
	height:50px;
	cursor:pointer;
	border-radius:50% ;
	transition: all 0.3s;
	/*display:none;*/
}
.customer  .left-but:after{
	content:'';
	display:block;
	width:25px;
	height:25px;
	margin-left:13px;
	margin-top:11px;
	border-top:1px solid #6a6a6a;
	border-left:1px solid #6a6a6a;
	transform:rotate(-45deg);
	transition: all 0.4s;
}
.customer  .right-but{
	position:absolute;
	right:-5%;
	top:-12%;
	bottom:0;
	margin:auto;
	width:50px;
	height:50px;
	cursor:pointer;
}
.customer  .left-but:hover:after{
	border-color: #cc0000;
	transform:rotate(-45deg) translate(-5px,-5px);
}

.customer  .right-but:hover:after{
	border-color: #cc0000;
	transform:rotate(45deg) translate(5px,-5px);
}

.customer  .right-but:after{
	content:'';
	display:block;
	width:25px;
	height:25px;
	margin-left:9px;
	margin-top:10px;
	border-top:1px solid #6a6a6a;
	border-right:1px solid #6a6a6a;
	-webkit-transform:rotate(45deg);
	transition: all 0.4s;
}
.customer .customer-content .logo-wap{
	width: 700%;
	transition: all 0.5s;
}
.customer .customer-content .logo-wap .logo{
	width: 14.28%;
	float: left;
}
.customer .customer-content .logo>div{
	width: 20%;
	float: left;
	text-align: center;
	padding: 20px 0;
	position: relative;
}
.customer .customer-content .logo>div>img{
		-webkit-filter: grayscale(100%); 
		-moz-filter: grayscale(100%); 
		-ms-filter: grayscale(100%); 
		-o-filter: grayscale(100%); 
		filter: grayscale(100%); 
		filter: gray; 
		opacity:0.6;
		-webkit-transition:all 0.5s;
}
.customer .customer-content .logo>div:hover>img{
	    -webkit-filter: grayscale(0);
		-moz-filter: grayscale(0);
		-ms-filter: grayscale();
		-o-filter: grayscale(0);
		filter: grayscale(0);
		filter: gray;
		opacity:1;
}
.customer .customer-page{
	width: 168px;
	margin: 0 auto;
	margin-top: 80px;
}
.customer .customer-page li{
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 1px solid #0b0b0b;
	transition: all 0.5s;
	float: left;
	margin-left: 10px;
	cursor: pointer;
}
.customer .customer-page li:hover{
	background-color: #0b0b0b;
}
.customer .customer-page li.in{
	background-color: #0b0b0b;
}
.customer .customer-content .logo>div:after{
	content: "";
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	right:0 ;
	border-right:1px solid #f2f2f2 ;
}
.customer .customer-content .logo>div:before{
	content: "";
	width: 100%;
	height: 0%;
	position: absolute;
	top: 0;
	right:0 ;
	border-top:1px solid #f2f2f2 ;
}
.customer .customer-content .logo .top-none:before{
	
	border-top:none;
}
.customer .customer-content .logo .right-none:after{
	
	border-right:none;
}


.ftop {
	width: 100%;
	height: 65px;
	background: #df1a0e;
	cursor: pointer;
}
.sanjiao {
	width: 60px;
	height: 20px;
	overflow: hidden;
	position: relative;
	margin: 0px auto;
	top: 21px;
	transition: all 0.5s;
}
.ftop:hover .sanjiao{
	transform: translate(0,-5px);
	transform: skew(-15deg -15deg);
}
.sanjiao b {
	display: block;
	width: 0px;
	height: 0px;
	border: 20px #000 solid;
	overflow: hidden;
	border-top: none;
	border-color: #f00 transparent #000 transparent;
	border-left-width: 30px;
	border-right-width: 30px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.sanjiao s {
	display: block;
	width: 0px;
	height: 0px;
	border: 20px #df1a0e solid;
	overflow: hidden;
	border-top: none;
	border-color: #f00 transparent #df1a0e transparent;
	border-left-width: 30px;
	border-right-width: 30px;
	position: absolute;
	top: 3px;
	left: 0px;
}

.ftop.hover .sanjiao s {
	border-color: #f00 transparent #b50a00 transparent;
	transition: all 0.5s ease-in 0s;
	-moz-transition: all 0.5s ease-in 0s;
	-ms-transition: all 0.5s ease-in 0s;
	-o-transition: all 0.5s ease-in 0s;
	-webkit-transition: all 0.5s ease-in 0s;
}
.ftop.hover {
	background: #b50a00;
	transition: all 0.5s ease-in 0s;
	-moz-transition: all 0.5s ease-in 0s;
	-ms-transition: all 0.5s ease-in 0s;
	-o-transition: all 0.5s ease-in 0s;
	-webkit-transition: all 0.5s ease-in 0s;
}

.footr_1 {
	width: 100%;
	background: url(../img/foot.png) no-repeat;
	padding-top: 1px;
	padding: 50px 0;
	
    background-size: cover;
}

.beijing {
	width: 90%;
	margin: 0 auto;
}

.beijing a:hover,
.changsha a:hover {
	color: #7e7e7d;
}

.beijing p {
	width: 70%;
	color: #7e7e7d;
	float: left;
}
.beijing p>label{
	display: block;
	margin-top: 10px;
}

.weibo{
	width: 20%;
	margin-top: 20px;
	float: right;
}
.weibo a {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #393939;
	line-height: 50px;
	text-align: center;
	margin-right: 1%;
	
}
.dress-icon{
	margin-right: 15px;
}
.shui {
	position: absolute;
	top: 0px;
	left: 0px;
}

.banquan {
	width: 100%;
	height: 45px;
	text-align: center;
	background: #333333;
	border-top: 1px #414141 solid;
	color: #9a9a9a;
	line-height: 45px;
	overflow: hidden;
}
.about-inner{
	padding-top: 140px;
}
.about-inner-banner{
	width:95%;
	max-width: 1820px;
	display: block;
	margin: 0 auto;
	margin-top: 70px;
}
.about-inner>p{
	text-align: center;
	margin-top: 114px;
	line-height: 30px;
	letter-spacing: 2px;
	font-family: "b";
	font-size: 14px;
}
.about-introduce-wap{
  width: 100%;
	background-color: #f6f6f6;
}
.about-introduce{
	max-width: 1560px;
	width: 90%;
	margin: 0 auto;
	margin-top: 125px;
}
.about-introduce>div{
	width: 33.33%;
	text-align: center;
	float: left;
	margin-bottom: 125px;
}
.about-introduce>div>img{
	margin-top: 122px;
}
.about-introduce>div>span{
	display: block;
	font-size: 20px;
	margin-top: 26px;
}
.about-introduce>div>p{
	width: 60%;
	display: block;
	font-size: 14px;
	margin: 0 auto;
	margin-top: 20px;
	line-height: 25px;
}
.join-banner{
	width: 100%;
	margin-top: 100px;
}
.join-us{
	padding-top: 115px;
}
.join-us>p{
	text-align: center;
	margin-top: 58px;
	line-height: 30px;
	letter-spacing: 2px;
	font-family: "b";
	font-size: 14px;
}
.join-us-list{
	width: 90%;
	margin: auto;
	max-width: 1500px;
	text-align: left;
	margin-top: 125px;
	background: #ffffff;
	border-radius: 4px;
	overflow: hidden;;;
}
.join-us-list table{
	width: 100%;
	font-size: 16px;
	font-weight: 400;
}
.join-us-list table tr.line{
	cursor: pointer;
	transition: all 0.3s;
}
.join-us-list table tr:hover{
	background: #f7f7f7;
}

.join-us-list table th{
	background: #e5e5e5;
	height: 70px;
	line-height: 70px;
}
.join-us-list table td{
	height: auto;
	line-height: 70px;
}
.join-us-list table td{
	margin-left: 40px;
	border-bottom: 1px solid #e6e6e6;
	color: #333;;
}

.join-us-list table tr.zhankai td{
	border: 0;
	height: 0;
	padding: 0;;;
	
}
.join-us-list table tr.zhankai td>div{
	border-bottom: 1px solid #e6e6e6;
	background: #fafafa;
	font-size: 16px;
	padding-left:54px;
	padding-top: 1px;
	padding-bottom: 40px;
}
.join-us-list .zhankai h5{
	font-size: 16px;
	color: #333;
	border-left: 2px solid #cc0000;
	height: 15px;
	line-height: 15px;
	margin-top: 43px;
	padding-left: 10px;

}
.join-us-list .zhankai label{
	display: block;
	width: 120px;
	height: 46px;
	background-color: #df1a0e;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	line-height: 46px;
	float: right;
	margin-top: 15px;
	margin-right: 85px;
	letter-spacing: 1px;
}
.join-us-list table td.li5{
	text-align: center;
}
.join-us-list table td.li1,.join-us-list table th.li1{
	text-indent: 40px;
}
.join-us-list table th.li5{
	text-align: center;
}
.join-us-list table td.li5 span{
	display: inline-block;
	width: 20px;
	height: 14px;
	background: url('../img/join/icon1.png') no-repeat center;
	transition: all 0.3s;
	margin-bottom: -6px;
	background-size: 14px;
}
.join-us-list table td.li5 span.open{
	transform: rotate(180deg);
}

.join-foot{
	width: 93%;
	margin: 0 auto;
	margin-top: 70px;
	padding-bottom:120px;
}
.join-foot>div{
	width: 20%;
	float: left;
	text-align: left;
}
.join-foot .div1{
	width: 60%;
}
.join-foot>div>img{
	display: inline-block;
	float: left;
	margin-right: 15px;
}
.join-foot>div>p{
	font-size: 16px;
	margin-left: 41px;
	font-weight: 600;
}
.join-foot>div>p>span{
	display: block;
	font-size: 14px;
	margin-top: 10px;
	font-weight: 400;
}
.join-foot>div>p>span.span1{
	color: #df1a0e;
}
.project{
	padding-top: 140px;
}
.project-tab{
	width: 90%;
	max-width: 1600px;
	margin: 0 auto;
	margin-top: 70px;
}
.project-tab>div{
	width: 33.33%;
	float: left;
	text-align: center;
	font-size: 24px;
	letter-spacing: 5px;
	height: 73px;
	line-height: 73px;
	position: relative;
	cursor: pointer;
	transition: all 0.5s;
}
.project-tab>div:after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	border: 1px solid #2b2b2b;
}

.project-tab .tab1:after{
	border-left: none;
	border-right: none;
}
.project-tab>div:hover{
	background: #df1a0e;
	color: #FFFFFF;
}
.project-tab>div:hover:after{
	border: 1px solid #df1a0e;
}
.project-tab>div.hover{
	background: #df1a0e;
	color: #FFFFFF;
}
.project-tab>div.hover:after{
	border: 1px solid #df1a0e;
}
.project-tab .project-open{
	width: 100%;
	border: 1px solid #d9d9d9;
	border-top: none;
	padding-bottom: 50px;
}
.project-tab .project-open li{
	width: 20%;
	text-align: center;
	margin-top: 50px;
	float: left;
	font-size: 16px;
	cursor: pointer;
	position: relative;
	transition: all 0.3s;
}
.project-tab .project-open li:hover:after{
	content: "";
	width: 80px;
	height:1px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 25px;
	border-bottom: 1px solid #df1a0e;
}
.project-tab .project-open li:hover{
	color: #df1a0e;
}
.project-tab .project-open li.in:after{
	content: "";
	width: 80px;
	height:1px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 25px;
	border-bottom: 1px solid #df1a0e;
}
.project-tab .project-open li.in{
	color: #df1a0e;
}
.project-case{
	margin-top: 65px;
}
.project-case .div1{
	width: 66.66%;
	position: relative;
	float: left;
}
.project-case .div2{
	width: 33.34%;
	float: left;
}
.project-case .div3{
	width: 100%;
}
.project-case .div3>div{
	width: 33.33%;
	float: left;
}

.project-case .Mask{
	overflow: hidden;	
	position: relative;
	cursor: pointer;
}
.project-case .Mask:after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.8);
	opacity: 0;
	transition: all 0.5s;
}
.project-case .Mask img{
	width: 100%;
	display: block;
	transition: all 0.5s;
}
.project-case .Mask h4{
	font-family:"b";
	font-size: 18px;
	position: absolute;
	left: 40px;
	bottom: 25%;
	font-weight: 100;
	z-index: 10;
	transition: all 0.5s;
	transform: translate(0,10px);
	opacity: 0;
	color: #FFFFFF;
}
.project-case .Mask span{
	display: block;
	font-family:"b";
	font-size: 14px;
	position: absolute;
	left: 40px;
	bottom: 8%;
	color: #c3bfc8;
	z-index: 10;
	transition: all 0.5s;
	transform: translate(0,10px);
	opacity: 0;
}
.project-case .Mask .case-more{
	position: absolute;
	top: 26px;
	right: 30px;
	z-index: 10;
	transition: all 0.5s;
	opacity: 0;
	transform: rotate(0deg);
}
.project-case .Mask:hover:after{
	opacity: 1;
}
.project-case .Mask:hover img{
	transform: scale(1.1,1.1);
}
.project-case .Mask:hover h4{
	transform: translate(0,0);
	opacity: 1;
}
.project-case .Mask:hover span{
	transform: translate(0,0);
	opacity: 1;
}

.project-case .Mask:hover .case-more{
	opacity: 1;
	transform: rotate(360deg);
}
.Mask-more{
	margin-bottom: 63px;
}
.case-list-banner{
	width: 100%;
	margin-top: 60px;
	position: relative;
}
.case-list-banner>img{
	width: 100%;
	display: block;
}
.case-list-banner>h3{
	font-size: 48px;
	font-weight: 200;
	position: absolute;
	left: 7%;
	bottom: 20%;
	color: #FFFFFF;
	letter-spacing: 3px;
}
.case-list{
	width: 90%;
	max-width: 1600px;
	margin: 0 auto;
	border-bottom: 1px solid #cccccc;
	position: relative;
}
.case-list .introduction{
	padding-top: 120px;
	padding-bottom: 120px;
}
.case-list .introduction ul{
	width: 50%;
	float: left;
}
.case-list .introduction ul li{
	font-size: 18px;
	margin-top: 20px;
}
.case-list .introduction ul li>label{
	margin-right: 25px;
	font-size: 16px;
	color: #585858;
}
.case-list .introduction ul.ul1{
	text-indent: 20%;
}

.case-list .introduction ul.ul2 li:nth-child(2){
	max-width: 577px;
}


.case-list .prve{
	position:absolute;
	left:0%;
	top:-12%;
	bottom:0;
	margin:auto;
	width:50px;
	height:50px;
	cursor:pointer;
	border-radius:50% ;
	transition: all 0.3s;
	/*display:none;*/
}
.case-list .prve:after{
	content:'';
	display:block;
	width:25px;
	height:25px;
	margin-left:13px;
	margin-top:11px;
	border-top:1px solid #6a6a6a;
	border-left:1px solid #6a6a6a;
	transform:rotate(-45deg);
	transition: all 0.4s;
}
.case-list  .next{
	position:absolute;
	right:0%;
	top:-12%;
	bottom:0;
	margin:auto;
	width:50px;
	height:50px;
	cursor:pointer;
}
.case-list  .prve:hover:after{
	border-color: #cc0000;
	transform:rotate(-45deg) translate(-5px,-5px);
}

.case-list  .next:hover:after{
	border-color: #cc0000;
	transform:rotate(45deg) translate(5px,-5px);
}

.case-list  .next:after{
	content:'';
	display:block;
	width:25px;
	height:25px;
	margin-left:9px;
	margin-top:10px;
	border-top:1px solid #6a6a6a;
	border-right:1px solid #6a6a6a;
	-webkit-transform:rotate(45deg);
	transition: all 0.4s;
}
.case-img{
	width: 90%;
	margin: 0 auto;
	margin-top: 63px;
}
.case-img>img{
	max-width: 1600px;
	width: 100%;
	display: block;
	margin-bottom: 5px;
	margin: 0 auto;
}
.case-img>img.img1{
	max-width: 1442px;
	margin-top: 125px;
}
.case-address{
	margin-top: 62px;
}
.case-address>div{
	width: 60%;
	margin: 0 auto;
	margin-top: 83px;
}
.case-address>div a{
	text-decoration: underline;
	transition: all 0.5s;
}
.case-address>div a:hover{
	color: #df1a0e;
}
.case-address>div>label{
	display: inline-block;
	width: 20%;
	text-align: right;
}
.case-address>div>label{
	display: inline-block;
	width: 20%;
	text-align: right;
	float: left;
	margin-right: 15%;
}
.case-address>div>ul{
	float: left;
}
.case-address>div>ul li{
	float: left;
	margin-left: 45px;
}
.case-address>div>ul li:hover a{
	color: #df1a0e;
}
.case-address>div>ul li:first-child{
	margin-left: 0;
}
.case-other{
	max-width: 1600px;
	margin: 0 auto;
	margin-top: 160px;
	margin-bottom: 160px;
}
.case-other>div{
	width: 32%;
	float: left;
}
.case-other>div>img{
	width: 100%;
	max-width: 418px;
}
.case-other>div.div3{
	float: right;
}
.case-other>div.div1{
	text-align: left;
}
.case-other>div.div2{
	text-align: center;
	margin:0 2% ;
}
.case-other>div.div3{
	text-align: right;
}
.case-switch{
	width: 100%;
	border-top:1px solid #cccccc ;
}
.case-switch>div{
	height: 70px;
	line-height: 70px;
	float: left;
	width: 33.33%;
	text-align: center;
	font-size: 24px;
	transition: all 0.5s;
}
.case-switch>div:hover{
	background-color: #e5e5e5;
}
.case-switch>div.hover{
	background-color: #e5e5e5;
}


@media only screen and (max-width: 1280px){
	.title-h1{font-size: 30px;}
	.service{margin-top: 90px;}
	.service-content>div>p{font-size: 18px;}
	.service-content>div>span{font-size: 30px;}
	.service-content>div>label{font-size: 24px;left: 85px;}
	.service-case>div h4{font-size: 16px;bottom: 28%;}
	.trend-content .right .switch>h3{font-size: 24px;top: 4%;left: 2%;}
	.trend-content .right .switch>p{font-size: 12px;line-height: 22px;top: 22%;left: 3%;}
	.trend .next .icon{margin-right: 0px;}
	.trend .next:after{width: 40%;}
	.trend .next>label{font-size: 16px;}
	.trend .next .icon>span>img{
		width: 9px;
	}
	.trend-content{padding-bottom: 100px}
	.customer{margin-top: 80px;}
	.customer .customer-content{margin-top: 70px;}
	.customer .customer-content .logo>div>img{
		width: 80%;
	}
	.customer .customer-page li{width: 10px;height: 10px;}
	.about-inner>p{margin-top: 60px;line-height: 26px;}
	.about-introduce{margin-top: 80px;}
	.about-introduce>div{margin-bottom: 80px;}
	.about-introduce>div>img{margin-top: 80px;}
	.about-introduce>div>p{width: 80%;}
	.join-us-list table td{font-size:14px;height:50px;line-height:50px;}
	.join-us-list table th{font-size: 15px;height:50px;line-height:50px;}
	.join-us-list{margin-top:80px;}
		.join-up h3{
			margin-bottom: 40px;
		}
	.join-us-list .zhankai span{font-size:13px;}
	.join-us-list table tr.zhankai td>div{padding-left:44px;}
	.join-us-list .zhankai h5{font-size:14px;color:#555;height:12px;line-height:13px;}
	.join-us{padding-top: 80px;}
	.join-us>p{margin-top: 40px;}
	.join-foot>div>p{font-size: 15px;}
	.join-us-list .zhankai label{width: 100px;height: 40px;line-height: 40px;font-size: 14px;margin-right: 45px;}
	.project-tab>div{height: 60px;line-height: 60px;font-size: 20px;}
	
	.case-list-banner>h3{font-size: 30px;}
	.case-list .introduction ul li{font-size: 15px;}
	.case-list .prve,.case-list .next{width: 40px;height: 40px;}
	.case-list .next:after,.case-list .prve:after{width: 20px;height: 20px;}
	.case-list .introduction{padding-top: 80px;padding-bottom: 80px;}
	.case-address>div{width: 100%;}
	.case-other{margin-top: 100px;margin-bottom: 100px;}
	.case-switch>div{height: 50px;line-height: 50px;font-size: 18px;}
	
	.customer .left-but{
    	width: 40px;
    	height:40px;
    	top: -24%;
    }
    .customer .left-but:after{
    	width: 20px;
    	height: 20px;
    } 
    .customer .right-but{
    	width: 40px;
    	height:40px;
    	top: -24%;
    }
    .customer .right-but:after{
    	width: 20px;
    	height: 20px;
    }
    .service-case{margin-top: 70px;}
    .trend{margin-top: 90px;}
}
@media only screen and (max-width: 750px){
	.slider img{
		width: 100%;
		height: auto;
	}
	.head .logo{margin-top: 25px;margin-left: 6%;}
     .head .logo img{
     	width: 100px;
     }
     .sanheng b{width: 25px;}
	.head .nav{margin-top: 20px;margin-right: 6%;}
	.num{width: 50%;}
	.num li{width: 23%;margin-right: 2%;}
	.head{height: 70px;}
	.banner{padding-top: 70px;}
	.banner-text{top: 34%;}
	.banner-text h1{width: 100%;font-size: 20px;height: 40px;line-height: 40px;letter-spacing: 2px;}
	.banner-text h6{font-size: 12px;letter-spacing: 3px;margin-top: 0;width: 50%;text-align: center;margin: 0 auto;}
	.banner-text p{width:100%; font-size: 12px;margin-top: 8px;}
	.about p{width: 90%;}
	.about p>label{display: inline;}
	.about span{margin-top: 20px;}
	.about .p1{letter-spacing: 2px;font-size: 12px;margin-top: 25px;}
	.about .p2{margin-top: 13px;}
	.about{padding-top: 40px;padding-bottom: 40px;}
	.about .more>img{width: 35px;}

	.title-h1{font-size: 24px;}
	.more{margin-top: 20px;}
	.more img{
		width: 40px;
	}
	.service{margin-top: 50px;}
	.service-content>div{width: 100%;margin-left: 0;height: 280px;}
	
	.service-content>div{
		background-color: #df1a0e;
	}
	.service-content>div>span{
	color: #FFFFFF;
	transform: translate(0,0);
	opacity: 1;
	font-size: 28px;
 	bottom: 70px;
    }
    .service-content>div>label{
	color: #FFFFFF;
	transform: translate(0,0);
	opacity: 1;
	font-size: 20px;
	bottom: 70px;
   }
   .service-content>div>p{
	color: #FFFFFF;
	transform: translate(0,0);
	opacity: 1;
	font-size: 16px;
	bottom: 25px;
	width: 80%;
   }
   .service-content{margin-top: 30px;}
   .service-case{margin-top: 50px;}
   .service-case>div{width: 50%;}
   .service-case>div h4{left: 10px;font-size: 14px;bottom: 45%;}
   .service-case>div .case-more{display: none;}
    .service-case>div span{left: 10px;font-size: 12px;}
    .trend{margin-top: 50px;}
    .trend-content{margin-top: 40px;padding-bottom: 60px;}
    .trend-content .left{width: 100%;}
    .trend-content .right>div{display: none;}
    .trend-content .right{width: 100%;}
    .trend-content .right .switch{display: block;width: 100%;}
    .trend-content .right .switch>h3{font-size: 18px;}
    .trend-content .right .switch>p{font-size: 12px;}
    .trend .next>label{font-size: 14px;}
    .trend .next .icon>span>img{
    	width: 8px;
    }
    .trend .next .icon{margin-right: 10px;margin-top: 3px;}
    .trend .next:after{width: 30%;}
    .trend .next{bottom: 12%;width: 78%;}
    .customer{margin-top: 50px;padding-bottom: 60px;}
    .customer .customer-content .logo>div>img{width: 80%;}
    .customer .customer-content .logo>div{width: 50%;}
    .customer .customer-content{margin-top: 50px;}
    .customer .customer-content .logo .top-none:before{
    	border-top: 1px solid #f2f2f2;
    	
    }
    .customer .customer-content .logo .right-none:after{
    	border-right: 1px solid #f2f2f2;
    }
  

    .customer .customer-page{margin-top: 40px;}
    .customer .customer-page li{width: 8px;height: 8px;}
    .customer .customer-page{width: 140px;}
    .about-inner-banner{margin-top: 50px;}
    .about-inner>p{margin-top: 40px;letter-spacing: 1px;line-height: 22px;}
    .about-inner>p{width: 80%;margin: 0 auto; font-size: 13px;margin-top: 40px;}
    .about-introduce{margin-top: 50px;}
    .about-introduce>div>img{margin-top: 40px;width: 50px;}
    .about-introduce>div>span{font-size: 18px;margin-top: 18px;}
    .about-introduce>div{width: 100%;float: none;margin: 0 auto;}
    .about-introduce-wap{padding-bottom: 60px;}
    .about-inner{padding-top: 115px;}
    .ftop{height: 45px;}
    .sanjiao{width: 50px;height: 14px;top: 15px;}
    .join-us-list table{
		font-size: 14px;
	}
	.join-us-list table td.li1, .join-us-list table th.li1{
		text-indent:15px;
		height: 50px;
		line-height: 50px;
	}
	.app-hide{
		display: none;
	}
	.join-us-list table td.li5 span{
		background-size: 10px;
		width: 20px;
		height: 20px;
	}
	.join-us-list table tr.zhankai td>div{
		padding-left:20px;
	}
	.join-us-list{
		width: 95%;
	}
	.join-us-list table td.li1{width: 50%;}
	.join-us>p{font-size: 13px;line-height: 26px;width: 90%;margin: 0 auto;margin-top: 40px;}
	.join-banner{margin-top: 70px;}
	.join-us{padding-top: 50px;}
	.join-us-list{margin-top: 40px;}
	.join-foot>div{width: 100%;margin-top: 15px;}
	.join-foot{margin-top: 30px;padding-bottom: 50px;}
	.join-foot .div1{width: 100%;}
	.join-us-list .zhankai label{width: 80px;height: 35px;line-height: 38px;font-size: 13px;margin-right: 15px;}
	.project{padding-top: 115px;}
	.project-tab{margin-top: 50px;width: 95%;}
	.project-tab>div{
		height: 40px;line-height: 40px;font-size: 16px;
	}
	.project-case{margin-top: 45px;}
	.project-case .div1{
		width: 95%;
		margin: 0 auto;
		float: none;
	}
	.project-case .div2,.project-case .div3>div{width: 95%;float: none;margin: 0 auto;}
	.project-tab .project-open li{margin-top: 25px;font-size: 13px;}
	.project-tab .project-open li.in:after{width: 40px;}
	.project-tab .project-open{padding-bottom: 25px;}
	.case-list-banner>h3{font-size: 24px;}
	.case-list .introduction ul{width: 70%;margin: 0 auto;float: none;}
	.case-list .introduction ul.ul1{text-indent: 0;}
	.case-list .introduction{
		padding-top: 40px;
        padding-bottom: 40px;
	}
	.case-img>img.img1{margin-top: 40px;}
	.case-address{margin-top: 40px;}
	.case-address>div{margin-top: 40px;}
	.case-address>div>ul li{margin-left: 40px;}
	.case-address>div>label{text-align: left;}
	.case-other{
		margin-top: 40px;
        margin-bottom: 40px;
     }
     .case-other>div{width: 100%;}
     .case-other>div.div2{margin: 0;}
     .case-switch>div{font-size: 14px;}
     .case-list .introduction ul li{font-size: 13px;}
     .case-list .introduction ul li{margin-top: 10px;}
     .case-img{margin-top: 40px;}
     .customer .left-but{
    	width: 30px;
    	height:30px;
    }
    .customer .left-but:after{
    	width: 15px;
    	height: 15px;
    } 
    .customer .right-but{
    	width: 30px;
    	height:30px;
    }
    .customer .right-but:after{
    	width: 15px;
    	height: 15px;
    }
    .customer .customer-content .logo>div>img{
	    -webkit-filter: grayscale(0);
		-moz-filter: grayscale(0);
		-ms-filter: grayscale();
		-o-filter: grayscale(0);
		filter: grayscale(0);
		filter: gray;
		opacity:1;
     }
     .quxiao,.chahao{width: 20px;height: 20px;}
    .chahao .ci1{
	    border: 8px #000 solid;
	    border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent;
	  }
	  .chahao .ci2 {
	    border: 8px #000 solid;
	    border-color: transparent rgba(0, 0, 0, 0.8) transparent transparent;
	}
	.chahao .ci3 {
	    border: 8px #000 solid;
	    border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent;
	}
	.chahao .ci4 {
	    border: 8px #000 solid;
	    border-color: transparent transparent transparent rgba(0, 0, 0, 0.8);
	}
	.daohang ul{margin-top: 130px;}
	.daohang ul li a{font-size: 16px;}
	.sanheng{margin-top: 24px;margin-right: 6%;}
	
	.daohang ul li span {
		-webkit-transition: all 0.4s ease-in 0s;
		transition: all 0.4s ease-in 0s;
		transform: translateX(-140px);
		-moz-transition: all 0.4s ease-in 0s;
		-moz-transform: translateX(-140px);
		-webkit-transform: translateX(-140px);
		-ms-transition: all 0.4s ease-in 0s;
		-ms-transform: translateX(-140px);
		-o-transition: all 0.4s ease-in 0s;
		-o-transform: translateX(-140px);
	}
}

