﻿/*
 * Name:Micro Website
 * Author:Wang
 * Date:2018.8.1 Pm
*/

/*reset style*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td { margin:0; padding:0; }
h1, h2, h3, h4, h5, h6 { font-size:1em; }
*{ word-wrap: break-word;}
a{ color:#666; text-decoration:none; 
 transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-webkit-transition: .5s;
-o-transition: .5s;}
a:hover {text-decoration:none; }
fieldset, img { border:none; }
img{ border:0; vertical-align:middle;}
legend { display:none; }
ol, ul, li { list-style:none; }
em, strong, cite, i { font-style:normal; font-weight:400; }
input, textarea, select, button { font:12px Verdana, Helvetica, Arial, sans-serif; vertical-align:middle;}
table { border-collapse:collapse; }
html { overflow:-moz-scrollbars-vertical; }
/* common style */
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { display:block; zoom:1; }
.clear{ clear:both;}
.fl{ float:left;}
.fr{ float:right;}
.dis{ display:none;}
.undis{ display:block;}
a,input,select,button{ outline:none; }
.mt2{margin-top:20px;}
.mt3{margin-top:30px;}
.mb2{margin-bottom:20px;}
.mb3{margin-bottom:30px;}
.pading{padding:22px 0;}
.max-width{max-width:1200px;margin:0px auto;}
.mauto{max-width:1200px;margin:0px auto;padding:20px 0;}
html{ height:100%; }
body{width:100%; height:100%;margin:0;padding:0;  position:relative; left:0; top:0;font-family:"Microsoft YaHei";min-width:1200px;}
/*header*/
.my-head{
	box-shadow: 0px 3px 6px #999;
}
header{
	width:1200px;
	height:80px;
	margin:0 auto;
	position:relative;
	overflow:hidden;	
}
.logo{
	width:402px;
	position:absolute;
	top:14px;
	left:0;
}
nav{
	width:600px;
	margin:30px 0 0 400px;
	position:relative;
}
.nav-list{
	margin-top:4px;
}
nav ul li{
	float:left;
	/* width:64px;	 */
	margin:0 8px;
	text-align:center;
}
nav a{	
	display:block;
	color:#666;
	font-size:16px;
	text-align:center;
}
nav ul .selected a,nav ul li:hover a{	
	color:#db4936;
}
.phone-area{
	position:absolute;
	top:15px;
	right:0;
}
.phone-area span{
	display:block;
	font-size:15px;
	font-weight:bold;
	color:#db4936;
	margin-bottom:6px;
}
.bannerAll{
	position:relative;
}

/* banner-slider */
#banner .item {position: relative;height:720px;background-position: center center;background-repeat: no-repeat;background-size: cover;}
#banner .item .more {margin: 30px auto 0;display: block;width: 40px;height: 40px;background-image: url(../images/ico-arrow-down-2.png);}
#banner .slick-dots {position: absolute;right: 0;bottom: 6%;width: 100%;text-align: center;line-height: 1;}
#banner .slick-dots li {margin: 0 12px;display: inline-block;width: 12px;height: 12px;border-radius: 50%;background:rgba(255,255,255,0.7);cursor: pointer;}
#banner .slick-dots .slick-active {background:rgba(255,0,0,0.7);width: 42px;height: 12px;border-radius: 20px;}
#banner .btn {position: absolute;top: 50%;margin-top: -34px;display: block;width: 50px;height: 68px;z-index: 10;}
/*#banner .btn.btn-prev {left: 0;background-image: url(../images/ico-arrow-left-5.png);}
#banner .btn.btn-next {right: 0;background-image: url(../images/ico-arrow-right-5.png);}*/

.slick-slider{
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    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;
}
.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus{
    outline: none;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide img{
    display: block;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/*****返回顶部 开始*****/
.backTop{
	width:45px;
	height:45px;
	background:#615f5f;
	opacity: .7;
	position:fixed;
	right:5%;
	bottom:12%;
	z-index:999;
	cursor:pointer;
}
.backTop:hover{
	background:#464444;
}
.backTop:hover:after{
	border-bottom:.2rem solid #f00;
	border-left:.2rem solid #f00;
}
.backTop:after{
	display:inline-block;
	content:'';
	width:1rem;
	height:1rem;
	border-bottom:.2rem solid #fff;
	border-left:.2rem solid #fff;
	transform:scaleX(0.5) rotateZ(138deg);
	-webkit-transform:scaleX(0.7) rotateZ(136deg);
	position:absolute;
	left:13px;
	top:19px;
}

/*****返回顶部 结束*****/
.caes-area{
	width:100%;
	padding:55px 0;
	background:#f8f8f8;
}
.same-title{
	
	text-align:center;
}
.same-title img{
	margin-bottom:10px;
}
.same-title p{
	font-size:20px;
	color:#333;
}
.case-nav{
	margin:50px 0;
	text-align:center;
}
.case-nav span{
	display:inline-block;
	width:90px;
	text-align:center;
	font-size:16px;
	color:#000;
	margin:0 5px;
	cursor:pointer;
}
.case-nav span:hover,.case-nav .selected{
	color:#db4936;
}
.carport{
}
.carport ol li{
	position:relative;
	float:left;
	width:290px;
	margin-right:10px;
	margin-bottom:10px;
	overflow:hidden;
}
.carport ol li a{
	display:block;
}
.car{
	width:290px;
	height:240px;
	overflow:hidden;
}
.car img{
	width:100%;
	transition:all 0.8s;
}
.car-hide{
	position:absolute;
	top:0;
	left:-100%;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.3);
	/*opacity: 0;*/
}
.strip{
	position:absolute;
	bottom:-20%;
	width:100%;
	height:50px;
	line-height:50px;
	text-align:center;
	background:rgba(0,0,0,0.6);
	transition:all 0.8s;
}
.strip p{
	font-size:14px;
	color:#fff;
}
.lookfor{
	position:absolute;
	top:-32%;
	left:40%;
	width:65px;
	height:65px;
	text-align:center;
	border:2px solid #fff;
	border-radius: 5px;
	transition:all 0.8s;
}
.lookfor span{
	display:block;
	width:50px;
	height:50px;
	margin:9px;
	background:url(../images/icon-sprites.png) 3px -4px no-repeat;
}
.carport ol li:hover .car-hide{
	left:0;
}
.carport ol li:hover .lookfor{
	top:32%;
}
.carport ol li:hover .strip{
	bottom:0;
}
.look-at-more{
	width:176px;
	height:48px;
	margin:40px auto 0;	
}
.look-at-more a{
	display:block;
	width:176px;
	height:48px;
	line-height:48px;
	text-align:center;
	font-size:16px;
	color:#db4936;
	background:#f8f8f8;
	border:2px solid #db4936;	
	
}
.look-at-more a:hover{
	color:#fff;
	background:#db4936;
	border:2px solid #f8f8f8;
}
.customer-area{
	padding:50px 0;
}
.customerbox{
	position:relative;
	margin:50px auto;
}
.ten{
	float:left;
	width:479px;
	height:248px;
	background:url(../images/spebg.jpg) center center no-repeat;
}
.ten-brand{
	position:absolute;
	top:45px;
	left:60px;
	color:#fff;
}
.ten-brand:before{
	content:'10';
	position:absolute;
	top:0;
	left:0;
	font-size:100px;
	color:#fff;
}
.hank{
	padding-left:130px;
}
.hank span{
	display:block;
	font-size:40px;
	font-weight:bold;
}
.hank b{
	display:block;
	font-size:24px;
}
.hank p{
	margin-top:5px;
	font-size:16px;
}
.customer ul li{
	float:left;
	width:240px;
	min-height:130px;
	border:1px solid #dcdcdc;
	box-sizing: border-box;
	background:#fff;
}
.customer ul li img{
	width:219px;
	height:110px;
	margin:10px;
}
.customer ul li:hover,.cust-list ul li:hover{
	background:#eee;
}
.index_05{
	background:#fcfcfc;
}
.hi{
	margin-top:50px;
}
.index_05 .mine {
    text-align: center;
}
.index_05 .mine .inst {
    padding: 20px 0;
    margin: 0 auto;
}
.index_05 .mine .inst .kk {
    position: relative;
    padding: 78px 0;
    cursor: default;
}
.index_05 .mine .inst .kk h4 {
    width: 190px;
    height: 190px;
    overflow: hidden;
    border-radius: 50%;
    box-sizing: border-box;
    text-align: center;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.index_05 .mine .inst .kk h4 img {
    width: 100%;
}
.index_05 .mine .inst .kk.slick-center {
 	z-index: 9;
}
.index_05 .mine .inst .kk.slick-center h4 {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    position:relative;
}
.index_05 .mine .inst .kk.slick-center h4:after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.4);
}
.index_05 .mine .inst .kk .ck-name {
	margin-top:-18px;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.index_05 .mine .inst .kk .ck-name h5 {
    font-size: 14px;
    font-weight:normal;
    color: #fff;
}
.index_05 .mine .inst .kk .ck-name h5 span{
	display:inline-block;
	width:30px;
	height:20px;
	background:url(../images/icon-sprites.png) -8px -66px no-repeat;
}
.index_05 .mine .inst .kk .ck-name {
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}
.index_05 .mine .inst .kk.slick-center .ck-name {
    visibility: inherit;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.index_05 .mine .inst .kk:focus {
    outline: none;
}
.index_05 .mine .inst .slick-arrow {
    position: absolute;
    bottom: -30px;
    z-index: 9;
    width: 61px;
    height: 61px;
    border: none;
    background: url(../images/icon-btn.png) no-repeat;
    font-size: 0;
    cursor: pointer;
}
.index_05 .mine .inst .slick-prev {
    left: 50%;
    background-position: left center;
    margin-left: -200px;
}
.index_05 .mine .inst .slick-next {
    right: 50%;
    background-position: right center;
    margin-right: -200px;
}
.index_05 .mine .gg {
    margin-top: 60px;
    padding: 25px 0;
    text-align: center;
}
.index_05 .mine .gg a {
    display: inline-block;
    width: 200px;
    height: 50px;
    background: #3f4a55;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.index_05 .mine .gg a:hover {
    background: #E1112A;
}

.service-area{
	width:100%;
	padding:50px 0;
	background:url(../images/service-bg.jpg) center center no-repeat;
	background-size:cover;
}
.one-stop{
	margin:50px auto;	
}
.one-stop ul li{
	position:relative;
	float:left;
	margin-right:60px;
	text-align:center;
}
.one-stop ul li:after{
	content: '';
	position:absolute;
	top:32%;
	right:-28%;
    display: block;
    width:18px;
    height:18px;
    border-right: 2px solid #dd4f3e;
    border-top: 2px solid #dd4f3e;
    -webkit-transform: rotate(45deg); 
    transform: rotate(45deg);	
}
.one-stop ul li:last-child{
	margin-right:0;
}
.one-stop ul li:last-child:after{
	content:none;
}
.oneicon{
	width:120px;
	height:120px;
	background:#dd4f3e;
	border-radius: 50%;
	overflow:hidden;
}
.oneicon span{
	display:block;
	width:100px;
	height:100px;
	margin:8px;
	border:2px solid #fff;
	border-radius: 50%;
	transition:all 0.8s;
}
.oneicon span font{
	display:block;
	width:50px;
	height:50px;
	margin:22px;
	transition:all 0.8s;
}
.one-stop ul li .null{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.web-icon-1 span font{
	background:url(../images/icon-sprites.png) -248px 9px no-repeat;
}
.web-icon-2 span font{
	background:url(../images/icon-sprites.png) -248px -50px no-repeat;
}
.web-icon-3 span font{
	background:url(../images/icon-sprites.png) -248px -118px no-repeat;
}
.web-icon-4 span font{
	background:url(../images/icon-sprites.png) -248px -183px no-repeat;
}
.web-icon-5 span font{
	background:url(../images/icon-sprites.png) -248px -256px no-repeat;
}
.web-icon-6 span font{
	background:url(../images/icon-sprites.png) -244px -317px no-repeat;
}
.web-icon-7 span font{
	background:url(../images/icon-sprites.png) -242px -380px no-repeat;
}
.one-stop ul li p{
	font-size:14px;
	color:#000;
	margin-top:20px;
}
.one-stop ul li:hover .oneicon span{
	border:2px solid #dd4f3e;
	background:#dd4f3e;
}
.one-stop ul li:hover p{
	color:#dd4f3e;
}
.one-stop ul li:hover .oneicon span font{
  -webkit-animation: icon-bounce 0.5s alternate;
  -moz-animation: icon-bounce 0.5s alternate;
  -o-animation: icon-bounce 0.5s alternate;
  animation: icon-bounce 0.5s alternate;
}
@keyframes icon-bounce {
  0%, 100% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  50% {
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  75% {
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  85% {
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}
@-webkit-keyframes icon-bounce {
  0%, 100% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  50% {
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  75% {
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  85% {
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}
@-moz-keyframes icon-bounce {
  0%, 100% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  50% {
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  75% {
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  85% {
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}
@-o-keyframes icon-bounce {
  0%, 100% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  50% {
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  75% {
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  85% {
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}
.news-area{
	padding:50px 0;
	background:#f9fafd;
}
.newsbox{
	margin:40px auto;
}
.max-dl{
	float:left;
	width:379px;
	background:#fff;
	margin-right:20px;
	border:1px solid #ccc;
	box-sizing: border-box;
}
.max-dl dt{
	width:379px;
	height:219px;
	overflow:hidden;
}
.max-dl dt img{
	width:100%;
	transition:all 0.8s;
}
.max-dl dd{
	position:relative;
	padding:14px 0;
}
.max-dl dd ul{
	margin:26px 12px 12px 12px;
}
.max-dl dd ul li{
	margin:8px 0;
}
.edit-p {
	margin:5px 0;
}
.edit-p p{
	font-size:13px;
	color:#000;
	line-height:20px;
	text-indent:1.4em;
}
.edit{
	position:relative;
	text-align:right;
}
.edit:after{
	content:'';
	position:absolute;
	top:6px;
	left:0;
	width:9px;
	height:9px;
	border-radius: 50%;
	border:1px solid #999;
}
.edit a{
	float:left;
	font-size:14px;
	color:#888;
	padding-left:20px;
	max-width:70%;
	max-height:20px;
	overflow:hidden;
}
.edit em{
	display:inline-block;
	font-size:13px;
	color:#888;
}
.cnew{
	position:absolute;
	top:-20px;
	left:80px;
	width:220px;
	height:40px;
	line-height:40px;
	font-size:16px;
	color:#fff;
	text-align:center;
	background:#dc4a38;
}
.max-dl dd ul li:hover .edit a{
	color:#dc4a38;
}
.max-dl dd ul li:hover .edit:after{
	border:1px solid #dc4a38;
}
.max-dl:hover dt img,.carport ol li:hover .car img,.appreciate ol li:hover .car img{
 	transform:scale(1.1); -webkit-transform:scale(1.1);-webkit-transition:all ease 0.8s;
}
.friendBox{
	width:100%;
	height:80px;
	line-height:80px;
	background:#e9e9e9;
}
.friend{
	max-width:1200px;
	margin:0 auto;
}
.friend span,.friend a{
	display:inline-block;
	font-size:14px;
	color:#000;	
}
.friend a{
	margin-right:22px;
}
footer{
	width:100%;
	background:#7f7f7f;
}
.foot{
	position:relative;
	padding:36px 0;
}
.f-dh{
	color:#f6f7fb;
}
.f-dh a,.address p{
	font-size:14px;
	color:#f6f7fb;
}
.address{
	margin-top:30px;
}
.address p{
	line-height:24px;
}
.ewm-area{
	position:absolute;
	top:25px;
	right:15px;
}
.ewm-area ul li{
	float:left;
	margin-left:10px;
	text-align:center;
}
.ewm-area ul li p{
	font-size:14px;
	color:#f6f7fb;
	margin:7px 0;
}
/*====================公司团队====================*/
.sub-banner{
	width:100%;
	height:401px;
}
.banner-team{
	background:url(../images/banner-team.jpg) center center no-repeat;
	background-size:cover;
}
.banner-news{
	background:url(../images/banner-news.jpg) center center no-repeat;
	background-size:cover;
}
.banner-customer{
	background:url(../images/banner-customer.jpg) center center no-repeat;
	background-size:cover;
}
.banner-about{
	background:url(../images/banner-about.jpg) center center no-repeat;
	background-size:cover;
}
.banner-honor{
	background:url(../images/banner-honor.jpg) center center no-repeat;
	background-size:cover;
}
.banner-service{
	background:url(../images/banner-service.jpg) center center no-repeat;
	background-size:cover;
}
.seat-area{
	width:100%;
	height:50px;
	line-height:50px;
	background:#f3f3f3;
}
.seat,.spe-seat{
	position:relative;
	max-width:1200px;
	margin:0 auto;
	font-size:14px;
	color:#333;
}
.DH a,.DH span,.DH .inx{
	display:inline-block;
	font-size:14px;
	color:#333;
}
.DH span,.DH a{
	color:#dc4835;
}
.container{
	max-width:1200px;
	margin:0 auto;
	overflow:hidden;
}
.teambox{
	margin-top:50px;
}
.teambox ul li{
	position:relative;
	float:left;
	width:275px;
	min-height:360px;
	margin-right:30px;
	margin-bottom:30px;
}
.teambox ul .li-none{
	margin-right:0;
}
.teambox ul li a{
	display:block;
	margin:4%;
}
.portrait{
	width:220px;
	height:220px;
	margin:40px auto 0;
	overflow:hidden;
}
.portrait img{
	width:100%;
	border-radius: 50%;
	transition:all 0.8s;
}
.portarrow{
	position:relative;
	padding:20px 0;
	
}
.portarrow p{
	font-size:14px;
	color:#505050;
	padding-left:26px;
}
.portarrow:after{
	content:'';
	position:absolute;
	top:12px;
	right:26px;
	width:30px;
	height:22px;
	background:url(../images/icon-sprites.png) -8px -100px no-repeat;;
}
.portHide{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	color:#fff;
	background:rgba(0,0,0,0.6);
	opacity: 0;
}
.portHide h5{
	margin:20% 0 10px 18px;
	font-size:16px;
	font-weight:normal;
}
.hide-on{
	position:relative;
	width:86%;
	margin:20px auto;
}
.hide-on:after{
	content:'';
	position:absolute;
	bottom:0px;
	right:26px;
	width:30px;
	height:22px;
	background:url(../images/icon-sprites.png) -8px -68px no-repeat;
}
.hide-on p{
	font-size:14px;
	line-height:24px;
	min-height: 140px;
	max-height: 140px;
    overflow: hidden;
}
.order,.service-order{
	width:90px;
	height:32px;
	line-height:32px;
	font-size:14px;
	color:#fff;
	margin:45px auto;
	background:#db4433;
	text-align:center;
}
.teambox ul li:hover .portarrow{
	opacity: 0;
}
.teambox ul li:hover .portHide{
	opacity: 1;
}
.page{
	margin-bottom:40px;
	text-align:center;
}
.page a{
	display:inline-block;
	width:55px;
	height:35px;
	line-height:35px;
	text-align:center;
	font-size:14px;
	margin:0 5px;
	background:#fff;
	border:1px solid #e7e7e7;
}
.page .parrow{
	font-size:14px;
}
.page a:hover,.page .hov{
	color:#fff;
	border:1px solid #db4433;
	background:#db4433;
}
/*====================新闻资讯====================*/
.tab-nav{
	position:absolute;
	top:0;
	right:0;
	height:50px;
	line-height:50px;
}
.tab-nav a{
	display:inline-block;
	font-size:16px;
	color:#333;
	margin-right:50px;
}
.crumbs{
	height:33px;
	line-height:33px;
	color:#333;
	font-size:14px;
}
.crumbs .inx{
	display:inline-block;
	color:#333;
	font-size:14px;
}
.crumbs span,.crumbs a,.crumbs font{
	display:inline-block;
	color:#dc4835;
	font-size:14px;
}
.mbox{
	width:100%;
	background:#f3f3f3;
}
.news-box{
	padding:20px 20px 50px; 
	background:#fff;
	margin-bottom:30px;
}
.news-cont ul li{
	position:relative;
	padding:22px 0;
	border-bottom:1px solid #e1e1e1;
}
.news-cont ul li:last-child{
	border-bottom:1px solid #fff;
}
.date{
	position:absolute;
	top:50px;
	left:50px;
	text-align:center;
}
.date span,.date i,.date p{
	display:block;
	color:#666;
}
.date span{
	font-size:48px;
	font-family:'黑体';
	font-weight:bold;
}
.date i{
	width:62px;
	height:2px;
	background:#b6b6b6;
	margin:10px auto;
	transition:all 0.8s;
}
.date p{
	font-size:24px;
}
.new-list{
	width:950px;
	margin-left:205px;
	position:relative;
}
.newsPic{
	position:absolute;
	top:0;
	left:0;
	width:260px;
	height:160px;
	overflow:hidden;
}
.newsPic img{
	max-width:100%;
	transition:all 0.8s;
}
.newsBlock{
	width:662px;
	min-height:160px;	
	margin-left:286px;
}
.newsBlock h4{
	font-size:18px;
	font-weight:normal;
	color:#000;
	margin-bottom:34px;
	transition:all 0.8s;
}
.newsBlock p{
	font-size:14px;
	color:#555;
	line-height:30px;
}
.strips{
	position:relative;
	margin-top:20px;
}
.strips strong,.strips span,.strips em{
	display:inline-block;
	font-size:12px;
	color:#666;
}
.strips em{
	position:absolute;
	top:0;
	right:0;
	font-size:13px;
	color:#da4634;
	transition:all 0.8s;
}
.strips strong{
	width:64px;
	height:22px;
	line-height:22px;
	text-align:center;
	margin-right:20px;
	background:#f3f3f3;
}
.strips span{
	margin-right:10px;
}
.strips span font{
	display:inline-block;
	width:20px;
	height:20px;
	margin-right:3px;
	vertical-align: middle;
}
.strips .sc{
	background:url(../images/icon-sprites.png) -13px -145px no-repeat;;
}
.strips .sj{
	background:url(../images/icon-sprites.png) -13px -183px no-repeat;
}
.link,.kk .link,.appreciate ol li .link{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.news-cont ul li:hover .date i{
	width:32px;
}
.news-cont ul li:hover .newsBlock h4{
	padding-left:14px;	
}
.news-cont ul li:hover .newsBlock h4 a,.news-cont ul li:hover .strips em a{
	color:#da4634;
}
.news-cont ul li:hover .strips em{
	right:10px;
}
.news-cont ul li:hover .newsPic img{
	transform:scale(1.1); -webkit-transform:scale(1.1);-webkit-transition:all ease 0.8s;
}
.news-cont ul li:hover{
	border-bottom:1px solid #da4634;
}
.pg{
	margin-top:32px;
}
.tab-nav .select{
	color:#dc4835;
	border-bottom:2px solid #dc4835;
}
.news-title{
	height:58px;
	line-height:58px;
	position:relative;
	border-bottom:1px solid #e1e1e1;
}
.news-title h2{
	font-size:18px;
	color:#000;
	font-weight:normal;
}
.news-title span{
	display:block;
	position:absolute;
	top:0;
	right:0;
	font-size:12px;
	color:#999;
}
.newshow{
	padding:10px 0;
}
.newshow p{
	font-size:14px;
	color:#555;
	line-height:30px;
}
.paper{
	height:36px;
	line-height:36px;
	background:#f3f3f3;
	margin-top:12px;
}
.pf span,.pf a{
	display:inline-block;
	font-size:13px;
	color:#444;
}
.pf:nth-child(1){
	margin-left:22px;
}
.pf:nth-child(2){
	margin-right:22px;
}
.pf a:hover{
	color:#dc4835;
	text-decoration:underline;
}
.team-list{
	margin:22px 0;
	padding:12px;
	background:#fff;
}
.team-tit{
	position:relative;
	height:50px;
	line-height:50px;
	border-bottom:1px solid #e1e1e1;
}
.team-tit h3{
	font-size:20px;
	color:#333;
	font-weight:normal;	
}
.team-tit:after{
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:90px;
	height:2px;
	background:#dc4b38;
}

.intro{
	position:relative;
	padding:20px 0;
}
.intro-pic{
	position:absolute;
	top:20px;
	left:22px;
	width:220px;
	height:220px;
	border:4px solid #f4f4f4;
	border-radius: 50%;
	overflow:hidden;
}	
.intro-pic img{
	width:100%;
	border-radius: 50%;
}
.intro-cont{
	width:850px;
	margin-left:330px;
}
.od{
	position:absolute;
	top:25px;
	right:0;
	margin:0 0;
}
.od a{
	color:#fff;
}
.zqy{
	margin-bottom:24px;
}
.zqy b{
	font-size:24px;
	font-weight:normal;
	color:#333;
}
.zqy em{
	display:inline-block;
	font-size:14px;
	color:#db4936;
	margin-left:10px;
}
.intro-cont p{
	font-size:14px;
	color:#333;
	line-height:28px;
}
.idea{
	margin-top:25px;
}
.idea span{
	display:block;
	font-size:14px;
	color:#333;
	line-height:28px;
}
.appreciate{
	margin-top:22px;
}
.appreciate ol li{
	position:relative;
	float:left;
	width:280px;
	margin-right:18px;	
	overflow:hidden;
}
.psxy{
	position:relative;
	width: 280px;
    height: 231px;
}
.appreciate ol li .car{
	width:280px;
	height:inherit;
}
.appreciate ol li:last-child{
	margin-right:0;
}
.appreciate ol li:hover .lookfor{
	top:32%;
}
.car-appre{
	left:0;
}
.stry{
	width:100%;
	height:40px;
	line-height:40px;
	text-align:center;
	background:#fff;
}
.stry p{
	font-size:16px;
	color:#444;
}
.appreciate ol li:hover .stry{
	background:#dc4b38;
}
.appreciate ol li:hover .stry p{
	color:#fff;
}
/*====================我们的客户/公司资质====================*/
.cust,.aptitudes{
	margin-top:50px;
}
.cust-list{
	margin:50px 0;
}
.cust-list ul li{
	float:left;
	background:#fff;
	border:1px solid #dcdcdc;
	box-sizing: border-box;
}
.cust-list ul li img{
	width:219px;
	height:110px;
	margin:9px;
}
.nine{
	margin:32px 0;
	padding-bottom:10px;
	border-bottom:1px solid #d3d3d3;
}
.nine:last-child{
	border-bottom:none;
}
.aptitudes ul{
	width:920px;
	margin:0 auto;
}
.aptitudes ul li{
	float:left;
	text-align:center;
}
.aptitudes ul li:last-child{
	margin-right:0;
}
.aptitudes ul li p,.honorbox ol li p{
	font-size:18px;
	color:#333;
	margin:16px 0;
}
.apt-ul-1 li .honor-pic{
	width:391px;
	height:270px;
}
.apt-ul-2 li .honor-pic{
	width:299px;
	height:417px;
}
.apt-ul-3 li .honor-pic{
	width:299px;
	height:420px;
}
.apt-ul-1 li{
	margin-right:128px;
}
.apt-ul-2 li{
	margin-right:10px;
}
.apt-ul-3 li{
	margin-right:10px;
}
.apt-ul-1 li .honor-pic,.apt-ul-2 li .honor-pic,.apt-ul-3 li .honor-pic{
	box-shadow: 0px 3px 8px #ccc;
}
.apt-ul-1 li .honor-pic img,.apt-ul-2 li .honor-pic img,.apt-ul-3 li .honor-pic img{
	width:100%;
}
.mhonor{
	padding:40px 0;
}
.honorbox{
	margin-top:35px;
}
.honorbox ol li{
	float:left;
	margin: 10px;
	text-align:center;	
}
.honor-block{
	width:280px;
	height:300px;
	background:#fff;
	box-shadow: 0px 0px 0px #eee;
	overflow:hidden;
}
.jb{
	width:250px;
	height:210px;
	margin:30px auto;
	overflow:hidden;
}
.jb img{
	max-width:100%;
	transition:all 0.8s;
}
.honorbox ol li:hover .honor-block{
	box-shadow: 0px 3px 8px #ccc;
}
.honorbox ol li:hover .jb img{
	transform: scale(1.15);
}
/*====================精品案例====================*/
.choice{
	padding:30px 20px 30px;
	border:1px solid #dcdcdc;
	background:#fff;
}
.arrange{
	margin-bottom:25px;
}
.arrange:last-child{
	margin-bottom:0;
}
.arrange span,.arrange a{
	display:inline-block;
	font-size:14px;
}
.arrange span{
	font-weight:bold;
	margin-right:55px;
}
.arrange a{
	padding:3px 4px;
	margin-right:36px;
	transition:none;
}
.arrange .space,.arrange a:hover{
	color:#fff;
	padding:3px 4px;
	background:#db4936;
}
.caseBox .appreciate ol li{
	margin-right:26px;
	margin-bottom:28px;
}
.caseBox .appreciate ol .no-li{
	margin-right:0;
}
.case-show{
	padding:20px;
	background:#fff;
}
.description{
	position:relative;
	margin-top:24px;
	background:#e4e4e4;
}
.des{
	width:861px;
	height:320px;
}
.des img{
	width:100%;
}
.explain{
	position:absolute;
	top:12px;
	right:25px;
	width:230px;
	
}
.explain p{
	font-size:14px;
	color:#000;
	line-height:33px;
}
.design{
	padding:20px 0;
	text-align:center;
	border-bottom:1px solid #e9e9e9;
}
.design h5{
	font-size:20px;
	font-weight:normal;
	margin:20px 0;
	color:#000;
}
.design p{
	font-size:14px;
	color:#000;
	line-height:30px;
	text-align:left;
}
.backstage{
	text-align:center;
}
.backstage img{
	margin:10px 0;
}
.caseiate ol li{
	margin-right:5px;
}
.bj{
	margin:12px 0;
}
.bj span{
	font-size:14px;
	color:#444;
}
/*====================关于我们====================*/
.about-us{
	position:relative;
	margin:50px 0;
}
/* .about-us:after{
	content:'';
	position:absolute;
	top:63px;
	right:69px;
	width:540px;
	height:359px;
	border:2px solid #fff;
	transition:all 0.8s;
} */
.aboutp{
	/* width:548px; */
}
.aboutp p{
	font-size:14px;
	color:#000;
	line-height:30px;
}
.about-sameimg{
	/* position:absolute; */
	width:540px;
	height:359px;
}
.brouse{
	float:right;
	margin:10px;
}
.aboutimg{
	/* top:0;
	right:0; */
}
.aboutpic{
	top:65px;
	right:70px;
	box-shadow: 0px 6px 6px #e7e7e7;
}
.about-us:hover:after{
	width:500px;
	height:320px;
	top:84px;
	right:88px;
}
.service-pro-area{
	width:100%;
	padding-top:30px;
	height:735px;
	background:url(../images/service-process.jpg) center center no-repeat;
	background-size:cover;
	
}
.pointbox{
	position:relative;
	height:735px;
	overflow:hidden;
}
.pointbox .semicircle{
	position:absolute;
	top:110px;
	left:0;
}
.poin-cont{
	width:400px;
	text-align:center;
	margin:210px auto 0;
}
.number{
	width:160px;	
	height:160px;
	line-height:160px;
	font-size:114px;
	color:#fff;
	margin:60px auto 0;
	text-align:center;
	background:#e99086;
	border-radius: 50%;
}
.poin-cont h5{
	font-size:22px;
	color:#dc4837;
	margin:40px 0;
}
.poin-cont p{
	font-size:16px;
	color:#000;
	line-height:28px;
}
.cess{
	position:absolute;
}
.cess span{
	display:block;
}
.cess em{
	position:absolute;
	display:block;
	width:12px;
	height:12px;
	background:#d3d2d2;
	border:2px solid #d3d2d2;
	border-radius: 50%;
}
.cess i{
	position:absolute;
	display:block;
	width:12px;
	height:12px;
	border-left: 2px solid #d3d2d2;  
	border-bottom: 2px solid #d3d2d2; 
	-webkit-transform:rotate(-210deg);  
	transform: rotate(-210deg);  
}
.cess-1{
	bottom:126px;
	left:12px;
}
.cess-1 span{
	width:36px;
	height:95px;
	background:url(../images/tt-1.png) center center no-repeat;
}
.cess-1 em{
	bottom:30px;
	left:35px;
}
.cess-1 i{
	bottom:104px;
	left:54px;
}
.cess-2{
	bottom:280px;
	left:37px;
}
.cess-2 span{
	width:92px;
	height:117px;
	background:url(../images/tt-2.png) center center no-repeat;
}
.cess-2 em{
	bottom:40px;
	left:65px;
}
.cess-2 i{
	bottom:102px;
	left:106px;
	-webkit-transform:rotate(-197deg);  
	transform: rotate(-197deg); 
}
.cess-3{
	top:217px;
	left:157px;
}
.cess-3 span{
	width:72px;
	height:78px;
	background:url(../images/tt-3.png) center center no-repeat;
}
.cess-3 em{
	bottom:20px;
	left:48px;
}
.cess-3 i{
	bottom:76px;
	left:123px;
	-webkit-transform:rotate(-173deg);  
	transform: rotate(-173deg); 
}
.cess-4{
	top:109px;
	left:291px;
}
.cess-4 span{
	width:127px;
	height:74px;
	background:url(../images/tt-4.png) center center no-repeat;
}
.cess-4 em{
	bottom:11px;
	left:67px;
}
.cess-4 i{
	bottom:46px;
	left:170px;
	-webkit-transform:rotate(-145deg);  
	transform: rotate(-145deg); 
}
.cess-5{
	top:78px;
	left:500px;
}
.cess-5 span{
	width:132px;
	height:31px;
	background:url(../images/tt-5.png) center center no-repeat;
}
.cess-5 em{
	bottom:-14px;
	left:60px;
}
.cess-5 i{
	bottom:-17px;
	left:157px;
	-webkit-transform:rotate(-128deg);  
	transform: rotate(-128deg); 
}
.cess-6{
	top:88px;
	right:409px;
}
.cess-6 span{
	width:88px;
	height:44px;
	background:url(../images/tt-6.png) center center no-repeat;
}
.cess-6 em{
	bottom:-10px;
	left:28px;
}
.cess-6 i{
	bottom:-31px;
	left:94px;
	-webkit-transform:rotate(-110deg);  
	transform: rotate(-110deg); 
}
.cess-7{
	top:140px;
	right:288px;
}
.cess-7 span{
	width:65px;
	height:49px;
	background:url(../images/tt-7.png) center center no-repeat;
}
.cess-7 em{
	bottom:-3px;
	left:9px;
}
.cess-7 i{
	bottom:-40px;
	left:65px;
	-webkit-transform:rotate(-110deg);  
	transform: rotate(-110deg); 
}
.cess-8{
	top:233px;
	right:155px;
}
.cess-8 span{
	width:70px;
	height:69px;
	background:url(../images/tt-8.png) center center no-repeat;
}
.cess-8 em{
	bottom:11px;
	left:7px;
}
.cess-8 i{
	bottom:-46px;
	left:56px;
	-webkit-transform:rotate(-83deg);  
	transform: rotate(-83deg); 
}
.cess-9{
	top:354px;
	right:64px;
}
.cess-9 span{
	width:62px;
	height:88px;
	background:url(../images/tt-9.png) center center no-repeat;
}
.cess-9 em{
	bottom:20px;
	left:0;
}
.cess-9 i{
	bottom:-46px;
	left:29px;
	-webkit-transform:rotate(-79deg);  
	transform: rotate(-79deg); 
}
.cess-10{
	bottom:130px;
	right:20px;
}
.cess-10 span{
	width:39px;
	height:89px;
	background:url(../images/tt-10.png) center center no-repeat;
}
.cess-10 em{
	bottom:34px;
	left:-12px;
}
.cess-10 i{
	bottom:-46px;
	left:56px;
	-webkit-transform:rotate(-83deg);  
	transform: rotate(-83deg); 
}
.cess-1:hover span{
	background:url(../images/tt-1-1.png) center center no-repeat;
}
.cess-2:hover span{
	background:url(../images/tt-2-1.png) center center no-repeat;
}
.cess-3:hover span{
	background:url(../images/tt-3-1.png) center center no-repeat;
}
.cess-4:hover span{
	background:url(../images/tt-4-1.png) center center no-repeat;
}
.cess-5:hover span{
	background:url(../images/tt-5-1.png) center center no-repeat;
}
.cess-6:hover span{
	background:url(../images/tt-6-1.png) center center no-repeat;
}
.cess-7:hover span{
	background:url(../images/tt-7-1.png) center center no-repeat;
}
.cess-8:hover span{
	background:url(../images/tt-8-1.png) center center no-repeat;
}
.cess-9:hover span{
	background:url(../images/tt-9-1.png) center center no-repeat;
}
.cess-10:hover span{
	background:url(../images/tt-10-1.png) center center no-repeat;
}
.cess-1:hover i,.cess-2:hover i,.cess-3:hover i,.cess-4:hover i,.cess-5:hover i,.cess-6:hover i,
.cess-7:hover i,.cess-7:hover i,.cess-8:hover i,.cess-9:hover i,.cess-10:hover i{
	border-left: 2px solid #dc4837;  
	border-bottom: 2px solid #dc4837; 
}
.cess-1:hover em,.cess-2:hover em,.cess-3:hover em,.cess-4:hover em,.cess-5:hover em,.cess-6:hover em,
.cess-7:hover em,.cess-7:hover em,.cess-8:hover em,.cess-9:hover em,.cess-10:hover em{
	background:#dc4837;
	border:2px solid #dc4837; 
}
.contact-area{
	width:100%;
	height:100%;
	background:#f9f9f9;
}

#allmap{
	width:1200px;
	height:480px; 
}
.BMap_bubble_content{
	font-size:14px;
	line-height:20px;
}
.lx-address{
	margin:16px 0;
}
.lx-address span{
	display:inline-block;
	font-size:16px;
	color:#000;
	margin-right:120px;
}
.lx-address span:last-child{
	margin-right:0;
}
.lx-address span em{
	display:inline-block;
	width:36px;
	height:35px;
	margin-right:5px;
	vertical-align: bottom;
}
.lx-address span:nth-child(1) em{
	background:url(../images/icon-sprites.png) -1px -219px no-repeat;
}
.lx-address span:nth-child(2) em{
	width:42px;
	height:38px;
	background:url(../images/icon-sprites.png) -1px -272px no-repeat;
}
.lx-address span:nth-child(3) em{
	width:40px;
	height:36px;
	background:url(../images/icon-sprites.png) -1px -327px no-repeat;
}
/*====================一站式服务====================*/
.wx-service-area{
	width:100%;
	padding:50px 0;
	background:#f7f5f6;
}
.wx-service{
	text-align:center;
}
.sevenbox{
	margin-top:50px;
}
.seven-ul li{
	float:left;	
}
.seven-ul-1 li{
	margin-right:200px;
}
.seven-ul-2{
	width:860px;
	margin:0 auto;
}
.seven-ul-2 li{
	margin-right:206px;
}
.seven-ul li:last-child{
	margin-right:0;
}
.seven-ul li p{
	font-size:18px;
	color:#000;
	margin:20px 0;
}
.flex{
	width:149px;
	height:140px;
	background:url(../images/flex.png) center center no-repeat;
}
.flex img{	
	width:122px;
	height:122px;
	margin:8px;
	border-radius: 50%;
	transition:all 2s;
}
.seven-ul-2 .flex{
	position:relative;
}
.seven-ul-2 .flex:before{
	content:'';
	position:absolute;
	top:-108px;
	left:0;
	width:1px;
	height:100%;
	background:#df5646;
	transform: rotate(-55deg);
}
.seven-ul-2 .flex:after{
	content:'';
	position:absolute;
	top:-113px;
	right:0;
	width:1px;
	height:104%;
	background:#df5646;
	transform: rotate(55deg);
}
.seven-ul-2 li:nth-child(2) .flex:after{
	top:-109px;
	height:100%;
}
.seven-ul-2 li:nth-child(3) .flex:after{
	top:-107px;
	height:100%;
}
.seven-ul-2 li:nth-child(3) .flex:before{
	top:-114px;
	height:104%;
}
.sevenbox ul li:hover .flex img{
	transform: rotate(360deg);
}
.indoor-design-area{
	width:100%;
	padding:50px 0;
	background:#fbfbfc;
}
.useless{
	position:relative;
	width:520px;
	height:460px;
}
.circular-1{
	position:absolute;
	top:0;
	left:0;
	width:440px;
	height:440px;
}
.circular-2{
	position:absolute;
	bottom:0;
	right:0;
	width:320px;
	height:320px;
}
.circular img{
	width:100%;
	border-radius: 50%;
	box-shadow: 0px 3px 6px #eee;
}
.circular em{
	display:block;
	position:absolute;	
	width:90%;
	height:90%;
	border-radius: 50%;
	border:2px solid #fff;
	box-shadow: 0px 2px 2px #ccc;
}
.circular-1 em{
	top:20px;
	left:23px;
}
.circular-2 em{
	top:15px;
	left:15px;
}
.indoor i,.decoration-area i,.fte i,.air-equip i,.selection i,.project-cont i{
	display:block;
	width:92px;
	height:2px;
	margin:12px 0;
	background:#db4433;
	margin-bottom:26px;
}
.indoor ul li{
	margin:45px 0;
}
.indoor ul li span{
	display:block;
	font-size:20px;
	color:#000;
	margin:20px 0;
}
.indoor ul li p{
	font-size:14px;
	color:#555;
}
.service-order{
	margin:50px 0;
}
.service-order-1 a{
	color:#fff;
}
.decoration-area{
	padding:40px 0;
}
.decoration{
	margin-top:30px;
	background:#f3f5f8;
}
.white{
	width:600px;
	height:53px;
	background:#fff;
}
.decor-big,.decor-small{
	width:600px;
}
.ps-picture{
	overflow:hidden;
}
.ps-picture img{
	max-width:100%;
	transition:all 1.0s;
}
.ps-picture-1{
	width:600px;
	height:280px;
}
.ps-picture-2{
	width:223px;
	height:189px;
}
.ps-picture-3{
	width:187px;
	height:189px;
}
.lead{
	width:550px;
	margin:25px;
}
.lead-short{
	width:340px;
	margin:28px 20px 28px;
}
.lead span{
	display:block;
	font-size:20px;
	color:#000;
	margin:10px 0;
}
.lead p{
	font-size:14px;
	color:#555;
	line-height:26px;
}
.decor-small{
	position:relative;
}
.decor-unsame{
	height:161px;
}
.decor-unsame .ps-picture-2{
	position:absolute;
	top:0;
	right:0;
}
.decor-unsame .ps-picture-3{
	position:absolute;
	bottom:0;
	left:0;
}
.lead-short-other{
	margin-left:215px;
}
.decor-unsame:hover .ps-picture img,.decor-big:hover .ps-picture img{
	transform:scale(1.1); -webkit-transform:scale(1.1);-webkit-transition:all ease 0.8s;
}
.furniture-area{
	position:relative;
	width:100%;
	height:720px;
	margin:20px 0;
	background:url(../images/furniture-bg.jpg) center center no-repeat;
	background-size:cover;
	/*overflow:hidden;*/
}
.right{
	position:relative;
	bottom:40.5%;
	left:0;
	width:100%;
	height:350px;
	background:url(../images/right.png) center center no-repeat;
	background-size:cover;
	
}
.fte{
	padding-top:10%;
	text-align:center;
}
.fte i{
	margin:10px auto;
}
.accessories{
	height:480px;
	position:relative;
}
.access{
	position:absolute;
	z-index:99;
	width:480px;
	height:220px;
	background:#fff;
	border-radius: 12px;
	box-shadow: 0px 3px 6px #777;
}
.access:nth-child(1){
	left:0;
	bottom:120px;
}
.access:nth-child(2){
	right:0;
	bottom:120px;
}
.access-cont{
	width:385px;
	margin-left:80px;
}
.access-cont b{
	display:block;
	font-size:18px;
	font-weight:normal;
	color:#000;
	margin:30px 0 20px;
	transition:all 0.8s;
}
.access-cont b font{
	display:inline-block;
	width:0;
	height:1px;
	background:#000;
	vertical-align: middle;
	margin-right:3px;
	transition:all 0.8s;
}
.access-cont p{
	font-size:14px;
	color:#555;
	line-height:32px;
}
.bbs{
	position:absolute;
	top:22px;
	left:15px;
	width:50px;
	height:50px;
	background:#dc4534;
	border-radius: 50%;
}
.bbs span{
	display:block;
	width:43px;
	height:43px;
}
.bbs .b1{
	background:url(../images/icon-sprites.png) -1px -379px no-repeat;
}
.bbs .b2{
	background:url(../images/icon-sprites.png) -1px -436px no-repeat;
}
.access:hover b{
	padding-left:12px;
}
.access:hover b font{
	width:10px;
}
.wx-air-area{
	padding:30px 0;
	background:#f3f5f8;
}
.air-pic{
	position:relative;
	width:450px;
}
.airimg{
	position:absolute;
	width:200px;
	height:220px;
}
.airimg img{
	width:100%;
	box-shadow: 0px 3px 5px #ccc;
}
.air-1{
	top:20px;
	left:0;
}
.air-2{
	top:60px;
	left:240px;
}
.air-3{
	top:280px;
	left:0px;
}
.air-4{
	top:310px;
	left:240px;
}
.air-equip{
	width:530px;
}
.ktgz{
	margin-top:22px;	
}
.ktgz b{
	font-size:16px;
	font-weight:bold;
	color:#333;
}
.ktgz span{
	font-size:16px;
	color:#333;
	line-height:30px;
}
.ment{
	margin-top:20px;
}
.ment p{
	font-size:14px;
	color:#555;
	line-height:28px;
}
.air-order{
	margin:30px 0;
}

.xf-tit{
	text-align:center;
}
.xf-tit i{
	margin:10px auto;
}
.fire-control{
	margin-top:50px;
}
.fire-control ul li{
	position:relative;
	float:left;
	margin:0 50px;
	text-align:center;
	overflow:hidden;
}
.fire{
	width:300px;
	height:300px;
	overflow:hidden;
}
.fire img{
	width:100%;
	border-radius: 50%;
	transition:all 0.8s;
}
.control{
	position:absolute;
	top:35%;
	left:0;
	width:100%;
	padding:10px 0;
	background:rgba(255,255,255,0.8);
	/*transition:all 1.0s;*/
}
.control span{
	display:block;
	font-size:20px;
	color:#000;
	margin:4px 0;
}
.control p{
	font-size:16px;
	color:#333;
}
.fire-order{
	margin:30px auto;
}
.fire-control ul li:hover .fire img{
	opacity: 0.8;
}
.fire-control ul li:hover .control{
	background:rgba(219,68,51,0.8);
}
.fire-control ul li:hover .control span,.fire-control ul li:hover .control p{
	color:#fff;
}
.entrust-area{
	width:100%;
	padding:40px 0;
	background:url(../images/entrust-bg.jpg) center center no-repeat;
	background-size:cover;
}
.selection{
	width:400px;
	margin-top:40px;
}
.selection img{
	margin-bottom:30px;
}
.selection p{
	font-size:16px;
	color:#333;
	line-height:30px;
}
.ent-order{
	margin-top:80px;
}
.three{
	width:660px;
	height:370px;
}
.three{
	position:relative;
}
.wt{
	position:absolute;
	width:390px;
	height:140px;
	background:#fff;
	box-shadow: 0px 3px 6px #ccc;
}
.the{
	position:relative;
	margin:40px;
}
.the span,.the p{
	margin-left:95px;
	color:#333;
}
.the span{
	display:block;
	margin-bottom:10px;
	font-size:20px;;
}
.the p{
	font-size:16px;
}
.wt-1{
	top:0;
	right:0;
	z-index:99;
}
.wt-2{
	top:32%;
	left:10px;
}
.wt-3{
	bottom:0;
	right:0;
}
.wt .the em{
	position:absolute;
	display:block;
	width:80px;
	height:85px;
}
.wt-1 .the em{
	background:url(../images/icon-sprites.png) -212px -457px no-repeat;
}
.wt-2 .the em{
	background:url(../images/icon-sprites.png) -212px -561px no-repeat;
}
.wt-3 .the em{
	background:url(../images/icon-sprites.png) -214px -650px no-repeat;
}
.project-area{
	height:510px;
	padding-top:60px;
}
.project-cont{
	width:230px;
	margin-top:36px;
}
.project-cont img{
	margin-bottom:30px;
}
.project-cont p{
	font-size:16px;
	color:#333;
	line-height:30px;
}
.projectbox{
	position:relative;
}
.my-pro{
	position:absolute;
}
.my-pro-1{
	top:0;
	left:128px;
}
.my-pro-2{
	top:125px;
	left:0;
}
.my-pro-3{
	top:128px;
	left:250px;
}
.my-pro-4{
	top:255px;
	left:126px;
}
.my-pro-5{
	top:125px;
	left:490px;
}
.my-pro-6{
	top:255px;
	left:372px;
}
.my-pro-7{
	top:255px;
	left:610px;
}
.project{
	position:relative;
	width:168px;
	height:168px;
	overflow:hidden;
	border-radius: 18px;
	transform: rotate(45deg);
}
.wdt{
	width:200px;
	height:200px;	
}
.project img{
	width:100%;
	transform: rotate(-45deg);
}
.prohide{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:99;	
	background:rgba(0,0,0,0.4);
}
.prop{
	transform: rotate(-45deg);
	position:absolute;
	top:45%;
	left:30%;
	text-align:center;
}
.prop p{
	font-size:18px;
	color:#fff;
}
.my-pro-2 .prop{
	top:34%;
	left:24%;
}







/*****返回顶部 开始*****/
.backTop,.backGo{
	width:45px;
	height:45px;
	background:#615f5f;
	opacity: .7;
	position:fixed;
	right:5%;
	bottom:12%;
	z-index:999;
	cursor:pointer;
}
.backGo{
	bottom:18%;
}
.backTop:hover{
	background:#464444;
}
.backTop:hover:after{
	border-bottom:.2rem solid #f00;
	border-left:.2rem solid #f00;
}
.backTop:after,.backGo:after{
	display:inline-block;
	content:'';
	width:1rem;
	height:1rem;
	border-bottom:.2rem solid #fff;
	border-left:.2rem solid #fff;
	transform:scaleX(0.7) rotateZ(136deg);
	-webkit-transform:scaleX(0.7) rotateZ(136deg);
	position:absolute;
	left:13px;
	top:19px;
}
.backGo:after{
	left:16px;
	top:14px;
	transform:scaleX(0.7) rotateZ(43deg);
	-webkit-transform:scaleX(0.7) rotateZ(43deg);
}
/*****返回顶部 结束*****/




/*----------适配----------*/
@media(max-width:1600px){
	#banner .item{height:712px;}

}
@media(max-width:1440px){
	#banner .item{height:550px;}

}
@media(max-width:1400px){
	#banner .item{height:450px;}
	.backTop,.backGo{right:2%;}
	.backGo{bottom:19%;}

}
















	

