.l-head{
    position: relative;
    z-index: 99;
    padding: 18px 0;
}
.l-head .logo{
    display: block;
}
.l-head .nav{
    margin: 13px 0 0;
}
.l-head .nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
}
.l-head .nav a {
    display: block;
    width: 104px;
    height: 36px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 0 0;
    text-align: center;
    color: white;
    text-decoration: none;
}
.l-head .nav a.active{
    background: url(../images/nav-acti.png) no-repeat center;
}
.l-head .nav .target {
    position: absolute;
    /*border-bottom: 4px solid transparent;*/
    z-index: -1;
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px);
    background: url(../images/nav-acti.png) no-repeat center;
}
.l-head .nav a,
.l-head .nav .target {
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.l-bann .swiper-slide{
    position: relative;
}
.l-bann .swiper-slide>a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 14px;
    color: white;
}
.l-bann .swiper-slide>a:nth-child(1) img{
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
}
.l-bann .swiper-slide>a:nth-child(1) img{
	display: inline-block;
    -webkit-transform: scale(1.7);
    -moz-transform: scale(1.7);
    -ms-transform: scale(1.7);
    -o-transform: scale(1.7);
    transform: scale(1.7);
    -webkit-transition: all 3s ease-in-out 0s;
    -moz-transition: all 3s ease-in-out 0s;
    -ms-transition: all 3s ease-in-out 0s;
    -o-transition: all 3s ease-in-out 0s;
    transition: all 3s ease-in-out 0s;
}
.l-bann .swiper-slide .shad .wrap{
	margin-top: 250px;
}
.l-bann .swiper-slide .shad .l-img{
	width: 100vw;
	/* max-height: 320px; */
	vertical-align: bottom;
}
.l-bann .swiper-slide .shad img{
    display: inline-block;
	max-width: 100vw;
    max-height: 912px;
	margin: 0 0 28px;
	vertical-align: bottom;
}
.l-bann .swiper-slide .shad p{
    line-height: 33px;
}
.l-bann .swiper-slide .shad div.l-di{
    position: relative;
    width: 125px;
    height: 41px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 57px 0 0;
    padding: 8px 0 0;
    background: url(../images/bann-more-b.png) no-repeat center;
    overflow: hidden;
}
.l-bann .swiper-slide .shad div.l-di p:nth-child(1){
    position: relative;
    top: 0;
	line-height: 25px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.l-bann .swiper-slide .shad div.l-di:hover p:nth-child(1){
    top: -41px;
}
.l-bann .swiper-slide .shad div.l-di p:nth-child(2){
    position: absolute;
    bottom: -41px;
    width: 125px;
    height: 41px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 0 0;
	line-height: 25px;
    background: #C7A462;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.l-bann .swiper-slide .shad div.l-di:hover p:nth-child(2){
    bottom: 0;
}
.l-bann .swiper-button-prev{
    position: relative;
    left: 10px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.l-bann .swiper-button-prev:hover{
    left: 0px;
}
.l-bann .swiper-button-prev.active{
    left: 0px;
}
.l-bann .swiper-button-next{
    position: relative;
    right: 10px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.l-bann .swiper-button-next:hover{
    right: 0px;
}
.l-bann .swiper-button-next.active{
    right: 0px;
}
.l-bann .swiper-wrapper>* .shad>*{
    position: relative;
    top: 50px;
    opacity: .1;
    -webkit-transition: all 1.8s ease-in-out 0s;
    -moz-transition: all 1.8s ease-in-out 0s;
    -ms-transition: all 1.8s ease-in-out 0s;
    -o-transition: all 1.8s ease-in-out 0s;
    transition: all 1.8s ease-in-out 0s;
}
.l-bann .swiper-wrapper>*.swiper-slide-active .shad>*{
    top: 0;
    opacity: 1;
}
.l-midd .abou{
    min-height: 1045px;
    color: white;
    background: #0C0C0C url(../images/abou-b.png) no-repeat center top;
}
.l-midd .abou .top{
    margin: 30px 95px 50px 0;
}
.l-midd .abou .top p{
    font-size: 16px;
}
.l-midd .abou .top span{
    display: inline-block;
    font-family: Century Gothic;
    font-size: 12px;
    color: #fff;
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9);
}
.l-midd .abou .cont>*{
    width: 50%;
    overflow: hidden;
}
.l-midd .abou .cont .r{
    height: 768px;
    overflow: hidden;
}
.l-midd .abou .cont .r img{
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.l-midd .abou .cont .r:hover img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.l-midd .abou .cont .textW{
    border-left: 9px solid #C7A462;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 24px 22px;
}
.l-midd .abou .cont .titl{
    margin: 0 0 16px;
}
.l-midd .abou .cont .titl h4{
    position: relative;
    top: -6px;
    font-family: Century Gothic;
    letter-spacing: -1px;
    color: #E4C39B;
}
.l-midd .abou .cont .titl h1{
    font-family: Candara;
    font-size: 40px;
}
.l-midd .abou .cont .titl p{
    margin: 31px 0 0 7px;
	font-size: 15px;
}
.l-midd .abou .cont .text p{
    position: relative;
    z-index: 99;
    line-height: 36px;
	font-size: 15px;
}
.l-midd .abou .cont .text span{
    display: inline-block;
    margin: 9px 0 0;
    line-height: 24px;
    font-family: Century Gothic;
    font-size: 10px;
    color: #4a4a4a;
}
.l-midd .abou .num li{
    display: inline-block;
    margin: 38px 38px 0;
    text-align: center;
}
.l-midd .abou .num li:first-child{
    margin-left: 32px;
}
.l-midd .abou .num li p:first-child{
    font-family: Century Gothic;
}
.l-midd .abou .num li p:first-child span{
    font-family: Century Gothic;
    font-size: 45px;
}
.l-midd .abou .num li p:nth-child(2){
    margin: 3px 0 0;
    color: #e4c39e;
}
.l-midd .abou .bott{
    position: relative;
    min-height: 341px;
	margin: 35px 0 0;
}
.l-midd .abou .bott>*{
    position: absolute;
}
.l-midd .abou .bott>img{
    width: 100%;
}
.l-midd .abou .bott a{
    right: 0;
    bottom: 0;
    background: #C7A462;
}
.l-midd .abou .bott a img{
    width: 269px;
    height: 260px;
    vertical-align: top;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.l-midd .abou .bott a:hover img{
    -webkit-transform: scale(.95);
    -moz-transform: scale(.95);
    -ms-transform: scale(.95);
    -o-transform: scale(.95);
    transform: scale(.95);
}
.l-midd .abou .r img{
    width: 100%;
}
.l-midd .serv{
    height: 1130px;
    color: white;
    background: url(../images/serv-b.png) no-repeat center;
}
.l-midd .serv .l-butt{
    margin-bottom: 54px;
}
.l-midd .serv .l{
    width: 475px;
}
.l-midd .serv .l .titl{
    margin: 0 0 16px;
}
.l-midd .serv .l .titl h4{
    position: relative;
    top: -6px;
    font-family: Century Gothic;
    letter-spacing: -1px;
    color: #E4C39B;
}
.l-midd .serv .l .titl h1{
    font-family: Candara;
    font-size: 40px;
}
.l-midd .serv .l .titl p{
    margin: 31px 0 0 7px;
	font-size: 15px;
}
.l-midd .serv .l .text p{
    line-height: 36px;
	font-size: 15px;
    color: #cbcbcb;
}
.l-midd .serv .swip{
    position: relative;
    width: 440px;
    height: 587px;
    margin: 27px 0 0 27px;
    overflow: hidden;
}
.l-midd .serv .swip a{
    display: inline-block;
    overflow: hidden;
}
.l-midd .serv .swip img{
    opacity: 0;
    position: absolute;
    top: -8px;
    left: -5px;
    width: 361px;
    height: 438px;
    -webkit-transition: all .6s ease-in-out 0s;
    -moz-transition: all .6s ease-in-out 0s;
    -ms-transition: all .6s ease-in-out 0s;
    -o-transition: all .6s ease-in-out 0s;
    transition: all .6s ease-in-out 0s;
    transform: perspective(681px) rotatey(58deg) rotatex(31deg) rotatez(-6deg);
}
.l-midd .serv .swip a.active img{
    opacity: 1;
    left: 90px!important;
}
.l-midd .serv .swip .shad{
    position: absolute;
    top: 0;
    left: 0;
    width: 440px;
    height: 587px;
    background: url(../images/serv-shad.png);
}
.l-midd .serv .r{
    width: 500px;
}
.l-midd .serv .r a{
    color: white;
}
.l-midd .serv .r li:before{
	content: "";
	display: inline-block;
	float: left;
	width: 55px;
	height: 55px;
	margin: -3px 37px 0 -91px;
	background: url(../images/serv-i.png);
}
.l-midd .serv .r h3{
    margin: 4px 0 5px;
    font-weight: normal;
    -webkit-transition: all .6s ease-in-out 0s;
    -moz-transition: all .6s ease-in-out 0s;
    -ms-transition: all .6s ease-in-out 0s;
    -o-transition: all .6s ease-in-out 0s;
    transition: all .6s ease-in-out 0s;
}
.l-midd .serv .r li:hover h3{
    color: #c7a462;
}
.l-midd .serv .r li.active h3{
    color: #c7a462;
}
.l-midd .serv .r h5{
    margin: 0 0 17px;
    font-family: Candara;
    -webkit-transition: all .6s ease-in-out 0s;
    -moz-transition: all .6s ease-in-out 0s;
    -ms-transition: all .6s ease-in-out 0s;
    -o-transition: all .6s ease-in-out 0s;
    transition: all .6s ease-in-out 0s;
}
.l-midd .serv .r li:hover h5{
    color: #c7a462;
}
.l-midd .serv .r li.active h5{
    color: #c7a462;
}
.l-midd .serv .r p{
    line-height: 32px;
    color: #fff;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    text-overflow:ellipsis;
    overflow:hidden;
}
.l-midd .serv .r hr{
    opacity: 0;
    width: 0;
    margin: 17px 0 34px;
    background: #F4D9A7;
    -webkit-transition: all .6s ease-in-out 0s;
    -moz-transition: all .6s ease-in-out 0s;
    -ms-transition: all .6s ease-in-out 0s;
    -o-transition: all .6s ease-in-out 0s;
    transition: all .6s ease-in-out 0s;
}
.l-midd .serv .r li:hover hr{
    opacity: 1;
    width: 100%;
}
.l-midd .serv .r li.active hr{
    opacity: 1;
    width: 100%;
}
.l-midd .serv .r .more{
    display: inline-block;
    position: relative;
    width: 125px;
    height: 41px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 0 0;
    text-align: center;
    background: url(../images/serv-more-b.png) no-repeat center;
    overflow: hidden;
}
.l-midd .serv .r .more span{
    opacity: 1;
    position: relative;
    top: 0;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.l-midd .serv .r .more:hover span{
    opacity: 0;
    position: relative;
    top: -41px;
}
.l-midd .serv .r .more div{
    opacity: 0;
    position: absolute;
    bottom: -41px;
    width: 125px;
    height: 41px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 0 0;
    background: #C6A362;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.l-midd .serv .r .more:hover div{
    opacity: 1;
    bottom: 0
}
.l-midd .achi{
    height: 804px;
    color: white;
    background: url(../images/achi-b.png) no-repeat center;
}
.grad .l-midd .achi{
    height: auto;
}
.l-midd .achi .l-df2{
    margin: 70px 0 0;
}
.grad .l-midd .achi .l-df2{
    margin-top: 35px;
}
.l-midd .achi a{
    color: white;
}
.l-midd .achi .l .titl{
    margin: 0 0 16px;
}
.l-midd .achi .l .titl h4{
    position: relative;
    top: -6px;
    font-family: Century Gothic;
    letter-spacing: -1px;
    color: #E4C39B;
}
.l-midd .achi .l .titl h1{
    font-family: Candara;
    font-size: 40px;
}
.l-midd .achi .l .titl p{
    margin: 31px 0 0 7px;
}
.l-midd .achi .l .text p{
    line-height: 36px;
    color: #cbcbcb;
}
.l-midd .achi .titlW>h1{
    margin-top: -6px;
    font-weight: normal;
}
.l-midd .achi .titlW>h1 span{
    color: #b09868;
}
.l-midd .achi ul{
    margin: 52px 0 0;
}
.grad .l-midd .achi ul{
    margin: 143px 0 0;
}
.l-midd .achi li{
    position: relative;
    left: 0;
    margin: 0 0 14px;
    -webkit-transition: all .6s ease-in-out 0s;
    -moz-transition: all .6s ease-in-out 0s;
    -ms-transition: all .6s ease-in-out 0s;
    -o-transition: all .6s ease-in-out 0s;
    transition: all .6s ease-in-out 0s;
}
.l-midd .achi li:hover{
    left: 22px;
}
.l-midd .achi li.active{
    left: 22px;
}
.l-midd .achi li a{
    display: block;
    width: 570px;
    height: 55px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 14px 17px;
    border: 1px solid #1E1E1E;
    color: #919191;
    -webkit-transition: all .6s ease-in-out 0s;
    -moz-transition: all .6s ease-in-out 0s;
    -ms-transition: all .6s ease-in-out 0s;
    -o-transition: all .6s ease-in-out 0s;
    transition: all .6s ease-in-out 0s;
    overflow: hidden;
}
.l-midd .achi li a>*{
    display: inline-block;
}
.l-midd .achi li a img{
    position: relative;
    top: -8px;
    margin-left: -45px;
    margin-right: 15px;
    -webkit-transition: all .6s ease-in-out 0s;
    -moz-transition: all .6s ease-in-out 0s;
    -ms-transition: all .6s ease-in-out 0s;
    -o-transition: all .6s ease-in-out 0s;
    transition: all .6s ease-in-out 0s;
}
.l-midd .achi li:hover a{
    color: white;
    background: #C7A462;
}
.l-midd .achi li.active a{
    color: white;
    background: #C7A462;
}
.l-midd .achi li:hover a img{
    margin-left: 0;
}
.l-midd .achi li.active a img{
    margin-left: 0;
}
.l-midd .achi li p{
    width: 430px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.l-midd .achi .more{
    display: inline-block;
    position: relative;
    width: 125px;
    height: 41px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 35px 0 0;
    padding: 8px 0 0;
    text-align: center;
    background: url(../images/serv-more-b.png) no-repeat center;
    overflow: hidden;
}
.l-midd .achi .more span{
    opacity: 1;
    position: relative;
    top: 0;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.l-midd .achi .more:hover span{
    opacity: 0;
    position: relative;
    top: -41px;
}
.l-midd .achi .more div{
    opacity: 0;
    position: absolute;
    bottom: -41px;
    width: 125px;
    height: 41px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 0 0;
    background: #C6A362;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.l-midd .achi .more:hover div{
    opacity: 1;
    bottom: 0
}
.l-midd .achi .m{
    position: relative;
    width: 333px;
    height: 628px;
    margin: 74px 0 0 125px;
}
.l-midd .achi .m>*{
    position: absolute;
}
.l-midd .achi .m .over{
    top: 45px;
    left: 45px;
    width: 216px;
    height: 378px;
    overflow: hidden;
}
.l-midd .achi .m .over a{
    opacity: 0;
    position: absolute;
    left: -100px;
    -webkit-transition: all .6s ease-in-out 0s;
    -moz-transition: all .6s ease-in-out 0s;
    -ms-transition: all .6s ease-in-out 0s;
    -o-transition: all .6s ease-in-out 0s;
    transition: all .6s ease-in-out 0s;
}
.l-midd .achi .m .over a.active{
    opacity: 1;
    left: 0;
}
.l-midd .achi .m .shad{
    width: 333px;
    height: 628px;
    background: url(../images/achi-shad.png) no-repeat center;
}
.l-midd .achi .r{
    margin: 370px 0 0;
}
.l-midd .achi .r h3{
    font-family: Candara;
    font-weight: normal;
}
.l-midd .achi .r h1{
    margin: 3px 0 5px;
    font-family: Candara;
    font-size: 26px;
    color: #c7a462;
}
.l-midd .achi .r p{
    line-height: 16px;
    font-family: Candara;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
}
.l-midd .case{
    padding: 0 0 120px;
    color: white;
    background: #121212 url(../images/case-b.png) no-repeat center bottom;
}
.l-midd .case a{
    color: white;
}
.l-midd .case .l-df2{
    margin: 98px 0 0;
}
.l-midd .case .l h4:nth-child(1){
    font-family: Century Gothic;
    letter-spacing: -1px;
    color: #e4c39c;
}
.l-midd .case .l h1{
    margin: 10px 0 0;
    font-family: Candara;
    font-size: 40px;
}
.l-midd .case .l h4:nth-child(3){
    margin: 11px 0 9px;
    font-weight: normal;
}
.l-midd .case .l p{
    width: 188px;
    line-height: 30px;
	font-size: 15px;
    color: #fff;
}
.l-midd .case .l hr{
    width: 65px;
    height: 3px;
    margin: 17px 0 0;
    background: #C7A462;
}
.l-midd .case .r .l-imgW{
    position: relative;
    width: 940px;
}
.l-midd .case .r .l-img{
    position: absolute;
    width: 300px;
    background: #C7A462;
}
.l-midd .case .r .l-img>div{
    position: relative;
}
.l-midd .case .r .l-img img{
    width: 100%;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.l-midd .case .r .l-img:hover img{
    -webkit-transform: scale(.94);
    -moz-transform: scale(.94);
    -ms-transform: scale(.94);
    -o-transform: scale(.94);
    transform: scale(.94);
}
.l-midd .case .r .l-img>div p{
    opacity: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.l-midd .case .r .l-img:hover>div p{
    opacity: 1;
}
.l-midd .case .r .l-img>div p a{
    display: block;
    padding: 8px 8px;
    text-align: center;
    background: #C7A462;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 300px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.l-midd .case .r .more{
    display: inline-block;
    position: relative;
    width: 125px;
    height: 41px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin-top: 50px;
    padding: 8px 0 0;
    text-align: center;
    background: url(../images/serv-more-b.png) no-repeat center;
    overflow: hidden;
}
.l-midd .case .r .more span{
    opacity: 1;
    position: relative;
    top: 0;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.l-midd .case .r .more:hover span{
    opacity: 0;
    position: relative;
    top: -41px;
}
.l-midd .case .r .more div{
    opacity: 0;
    position: absolute;
    bottom: -41px;
    width: 125px;
    height: 41px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 35px 0 0;
    padding: 8px 0 0;
    background: #C6A362;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.l-midd .case .r .more:hover div{
    opacity: 1;
    bottom: 0
}
.l-midd .news{
    height: 796px;
    color: white;
    background: url(../images/case2-b.png) no-repeat center;
}
.l-midd .news a{
    color: white;
}
.l-midd .news .top{
    margin: 67px 0 0;
}
.l-midd .news .titl h1{
    margin: 10px 0 0;
    font-family: Candara;
    font-size: 40px;
}
.l-midd .news .titl h4:nth-child(2){
    margin: 11px 0 9px;
    font-weight: normal;
}
.l-midd .news .titl hr{
    width: 65px;
    height: 3px;
    margin: 17px 0 0;
    background: #C7A462;
}
.l-midd .news .nav{
    margin: 29px 0 0;
}
.l-midd .news .nav a{
    display: inline-block;
    width: 104px;
    height: 36px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 0 0;
    text-align: center;
}
.l-midd .news .nav a:hover{
    background: url(../images/nav-acti.png) no-repeat center;
}
.l-midd .news .nav a.active{
    background: url(../images/nav-acti.png) no-repeat center;
}
.l-midd .news .nav span{
    display: inline-block;
    width: 1px;
    height: 7px;
    margin: 0 8px;
    background: #3B3B3B;
}
.l-midd .news .nav li:last-child span{
    display: none;
}
.l-midd .news .l-df2W{
    margin: 48px 0 0;
}
.l-midd .news .l-df2W>.l-df2{
    display: none;
}
.l-midd .news .l-df2W>.l-df2:first-child{
    display: block;
}
.l-midd .news .l{
    width: 600px;
}
.l-midd .news .l .l-df{
    margin: 20px 0 0;
}
.l-midd .news .l img{
    -webkit-transition: all .6s ease-in-out 0s;
    -moz-transition: all .6s ease-in-out 0s;
    -ms-transition: all .6s ease-in-out 0s;
    -o-transition: all .6s ease-in-out 0s;
    transition: all .6s ease-in-out 0s;
}
.l-midd .news .l:hover img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.l-midd .news .l .date{
    margin: 0 30px 0 0;
    font-size: 18px;
}
.l-midd .news .l .text{
    width: 480px;
}
.l-midd .news .l .text h1{
    margin: 0 0 12px;
    font-weight: normal;
    font-size: 18px;
    width: 480px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: all .6s ease-in-out 0s;
    -moz-transition: all .6s ease-in-out 0s;
    -ms-transition: all .6s ease-in-out 0s;
    -o-transition: all .6s ease-in-out 0s;
    transition: all .6s ease-in-out 0s;
}
.l-midd .news .l:hover .text h1{
    color: #c7a462;
}
.l-midd .news .l .text p{
    line-height: 30px;
    color: #fff;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    text-overflow:ellipsis;
    overflow:hidden;
}
.l-midd .news .r{
    width: 563px;
}
.l-midd .news .r li{
    position: relative;
    border-bottom: 1px solid #2C2C2C;
    padding: 24px 0 20px;
    -webkit-transition: all .6s ease-in-out 0s;
    -moz-transition: all .6s ease-in-out 0s;
    -ms-transition: all .6s ease-in-out 0s;
    -o-transition: all .6s ease-in-out 0s;
    transition: all .6s ease-in-out 0s;
}
.l-midd .news .r li:hover{
    border-bottom: 1px solid rgba(0,0,0,0);
}
.l-midd .news .r li:first-child{
    border-top: 1px solid #2C2C2C;
}
.l-midd .news .r h1{
    margin: 0 0 10px;
}
.l-midd .news .r h1 a{
    font-size: 16px;
    font-weight: normal;
    color: #bcbcbe;
    -webkit-transition: all .6s ease-in-out 0s;
    -moz-transition: all .6s ease-in-out 0s;
    -ms-transition: all .6s ease-in-out 0s;
    -o-transition: all .6s ease-in-out 0s;
    transition: all .6s ease-in-out 0s;
    display: block;
    width: 485px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.l-midd .news .r li:hover h1 a{
    color: #c7a462;
}
.l-midd .news .r span{
    font-size: 18px;
    color: white;
}
.l-midd .news .r p a{
    line-height: 30px;
    color: #fff;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    text-overflow:ellipsis;
    overflow:hidden;
}
.l-midd .news .r hr{
    position: absolute;
    bottom: -1px;
    opacity: 0;
    width: 0;
    background: #F4D9A7;
    -webkit-transition: all .6s ease-in-out 0s;
    -moz-transition: all .6s ease-in-out 0s;
    -ms-transition: all .6s ease-in-out 0s;
    -o-transition: all .6s ease-in-out 0s;
    transition: all .6s ease-in-out 0s;
}
.l-midd .news .r li:hover hr{
    opacity: 1;
    width: 100%;
}
.l-foot .ctct{
    height: 810px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: white;
    background: url(../images/ctct-b.png) no-repeat center;
}
.l-foot .ctct .l-wrap{
    margin-top: 70px;
}
.l-foot .ctct a{
    color: white;
}
.l-foot .ctct .titl h1{
    margin: 10px 0 0;
    font-family: Candara;
    font-size: 40px;
}
.l-foot .ctct .titl h4{
    margin: 11px 0 9px;
    font-weight: normal;
}
.l-foot .ctct .titl hr{
    width: 65px;
    height: 3px;
    margin: 17px 0 0;
    background: #C7A462;
}
.l-foot .ctct .cont{
    width: 833px;
}
.l-foot .ctct .info{
    margin: 17px 0 0;
}
.l-foot .ctct .info p:nth-child(2){
    margin: 0 0 13px;
    font-family: Arial;
    font-size: 12px;
}
.l-foot .ctct .info p:not(:nth-child(-n+2)){
    float: left;
    margin: 0 30px 0 0;
    line-height: 36px;
}
.l-foot .ctct .info a:hover{
	text-decoration: underline;
}
.l-foot .ctct .link a{
	line-height: 36px;
}
.l-foot .ctct .link a:hover{
	text-decoration: underline;
}
.l-foot .ctct .link ul{
	width: 710px;
	margin: 0 0 0 10px;
}
.l-foot .ctct .link ul a{
	margin: 0 15px 0 0;
}
.l-foot .ctct form{
    margin: 30px 0 0;
}
.l-foot .ctct form span{
    display: none;
}
.l-foot .ctct form .write>div hr{
    position: relative;
    bottom: 2px;
    opacity: 0;
    width: 0;
    background: #F4D9A7;
    -webkit-transition: all .6s ease-in-out 0s;
    -moz-transition: all .6s ease-in-out 0s;
    -ms-transition: all .6s ease-in-out 0s;
    -o-transition: all .6s ease-in-out 0s;
    transition: all .6s ease-in-out 0s;
}
.l-foot .ctct form .write>div:hover hr{
    opacity: 1;
    width: 100%;
}
.l-foot .ctct form .write input{
    width: 260px;
    height: 40px;
    border-bottom: 1px solid #303030;
    color: white;
    background: none;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.l-foot .ctct form .write input:hover{
    border-bottom: 1px solid rgba(0,0,0,0);
}
/* WebKit, Blink, Edge */
.l-foot .ctct form .write input::-webkit-input-placeholder{
    color: #fff;
}
/* Mozilla Firefox 4 to 18 */
.l-foot .ctct form .write input:-moz-placeholder{
    color: #fff;
}
/* Mozilla Firefox 19+ */
.l-foot .ctct form .write input::-moz-placeholder{
    color: #fff;
}
/* Internet Explorer 10-11 */
.l-foot .ctct form .write input:-ms-input-placeholder{
    color: #fff;
}
.l-foot .ctct form .write>div:not(:nth-last-child(-n+2)){
    float: left;
    width: 260px;
}
.l-foot .ctct form .write>div:not(:nth-last-child(-n+4)){
    margin: 0 25px 0 0;
}
.l-foot .ctct form .write input[name=code]{
    margin: 18px 0 0;
}
.l-foot .ctct form .write textarea{
    width: 100%;
    height: 120px;
    border-bottom: 1px solid #303030;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 25px 0 0;
    padding: 15px 0 0 0;
    font-size: 13px;
    color: white;
    background: none;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.l-foot .ctct form .write textarea:hover{
    border-bottom: 1px solid rgba(0,0,0,0);
}
/* WebKit, Blink, Edge */
.l-foot .ctct form .write textarea::-webkit-input-placeholder{
    color: #fff;
}
/* Mozilla Firefox 4 to 18 */
.l-foot .ctct form .write textarea:-moz-placeholder{
    color: #fff;
}
/* Mozilla Firefox 19+ */
.l-foot .ctct form .write textarea::-moz-placeholder{
    color: #fff;
}
/* Internet Explorer 10-11 */
.l-foot .ctct form .write textarea:-ms-input-placeholder{
    color: #fff;
}
.l-foot .ctct form input[type=submit]{
    margin: 35px 0 0;
    padding: 14px 37px;
    color: white;
    background: #C7A462;
}
.l-foot .ctct form img{
	margin: 9px 0 0 19px;
}
.l-side{
    margin-bottom: 42px;
}
.l-side li{
    display: inline-block;
}
.l-side a{
    display: inline-block;
    padding: 5px 20px;
    color: white;
}
.l-side li:hover a{
    background: #C7A462;
}
.l-side li a.active{
    background: #C7A462;
}
.l-side span{
    display: inline-block;
    width: 1px;
    height: 10px;
    background: #3B3B3B;
}
.l-side li:last-child span{
	display: none;
}
.l-prod .cont li{
    margin-bottom: 16px;
}
.l-prod .cont li:nth-child(4n){
    margin-left: 0;
}
.l-prod .cont li:nth-child(3n){
    margin-right: 0;
}
.l-page{
    padding: 0 0 50px;
	background: #101010;
}
.l-page .pagination{
    display: inline-block;
    margin-bottom: 30px;
    margin-top: 30px;
}
.l-page .pagination li{
    float: left;
    border: 1px solid #E3E3E3;
    padding: 1px 7px;
    width: 12px;
    text-align: center;
	background: white;
}
.l-page .pagination li span,
.l-page .pagination li a{
    font-size: 12px;
	color: #333333;
    text-align: center;
    display: inline-block;
}
.l-page .pagination .active{
	border: 1px solid #C7A462;
    background: #C7A462;
}
.l-page .pagination .active span{
    color: white;
}
.l-prodS>.titl{
    margin: 0 0 15px;
}
.l-prodS>img{
    max-width: 100%;
}
.l-ln{
    margin: 30px 0;
}
.l-abou,
.l-abou a{
    color: white;
}
.l-abou>.wrap{
    background: #101010 url(../images/l-abou-b.png) no-repeat center bottom;
}
.l-abou .abou .l-wrap{
    border-bottom: 1px solid #212121;
    padding: 0 0 56px;
}
.l-abou .team .titl{
    padding: 45px 0 25px;
    text-align: center;
}
.l-abou .team .titl p{
    margin: 7px 0 0;
    font-family: Century Gothic;
    font-size: 14px;
    color: #fff;
}
.l-abou .team li{
    border-bottom: 1px solid #212121;
    padding: 55px 0 55px 110px;
}
.l-abou .team .pic{
    position: relative;
    width: 180px;
    height: 180px;
}
.l-abou .team .pic *{
    position: absolute;
    top: 0;
    left: 0;
}
.l-abou .team .pic .shad{
    width: 180px;
    height: 180px;
    background: url(../images/l-abou-team-shad.png) no-repeat center;
}
.l-abou .team .name{
    display: table-cell;
    width: 190px;
    height: 180px;
    text-align: center;
    vertical-align: middle;
}
.l-abou .team .name p:nth-child(1) a{
    font-size: 20px;
}
.l-abou .team .name p:nth-child(2) a{
    font-size: 12px;
    color: #fff;
}
.l-abou .team .text{
    display: table-cell;
    height: 180px;
    vertical-align: middle;
}
.l-abou .team .text div {
    border-left: 1px solid #212121;
    padding: 0 0 0 45px;
}
.l-abou .team .text div p:first-child{
    margin: 0 0 10px;
    color: #c7ae7d;
}
.l-abou .l-midd .achi{
    background: none;
}
.l-abou>.wrap2{
    background: #0F0F0F;
}
.l-abou .cont p{
    text-align: left;
    line-height: 36px;
    color: #fff;
}
.l-abou .indu{
    padding: 0 0 80px;
}
.l-abou .indu li{
    width: 385px;
    margin: 0 21px 22px 0;
}
.l-abou .indu li:nth-child(3n){
    margin-right: 0;
} 
.l-abou .indu li:nth-child(5){
	position: relative;
	top: -139px;
}
.l-abou .indu li p{
	height: 60px;
    margin: 0 0 12px;
    text-align: center;
}
.l-abou .indu li p a{
    line-height: 30px;
    color: #878788;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
	text-overflow:ellipsis;
}
.l-ctct{
    margin-top: -181px;
    padding: 100px 0 125px;
    color: white;
    background: #000 url(../images/l-ctct-b.png) no-repeat center bottom;
}
.l-ctct .info{
    padding: 65px 0;
}
.l-ctct #container{
    width: 100%;
    height: 600px;
}
.l-map{
    margin: 30px 0 0;
}
.pagination{
    display: inline-block;
    margin-bottom: 30px;
    margin-top: 30px;
}
.pagination li{
    float: left;
    border: 1px solid #EEEEEE;
    padding: 1px 7px;
    width: 12px;
    text-align: center;
}
.pagination .active{
    color: white;
    background: #BC9E74;
}
.pagination li span,
.pagination li a{
    font-size: 12px;
    text-align: center;
    display: inline-block;
}
.l-prodS>p{
    margin: 10px 0;
}
.l-prodS>img{
    padding: 20px 0;
}
.l-prodS img{
    max-width: 100%;
}
.l-sx{
    padding: 30px 0;
    text-align: left;
}
.l-case{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: -122px 0 0;
    padding: 165px 0 100px;
    background: #111111 url(../images/l-case-b.png) no-repeat center top;
}
.l-case .list li{
    margin: 0 0 50px;
}
.l-case .list li:not(:nth-child(3n)){
    margin-right: 37px;
}
.l-case .list .l-img{
	height: 870px;
}
.l-case .list li img{
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.l-case .list li:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.l-case .list li .titl{
    margin: 15px 0 0;
    line-height: 18px;
    color: #878787;
}
.l-case .list li .en{
    font-size: 12px;
    color: #878787;
}
.l-case .list li hr{
    width: 26px;
    margin: 9px 0 0;
    background: #212121;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.l-case .list li:hover hr{
    width: 100%;
    background: #C7A462;
}
.l-news{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: -122px 0 0;
    padding: 165px 0 100px;
    background: #111111 url(../images/l-case-b.png) no-repeat center top;
}
.l-news *{
    color: white;
}
.l-news .list li{
    border-bottom: 1px solid #2B2B2B;
    padding: 27px 0;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.l-news .list li:hover{
    background: #1E1E1E;
}
.l-news .list li .text{
    width: 835px;
}
.l-news .list li:first-child .text{
    width: 548px;
}
.l-news .list li .text h3{
    margin: 28px 0 5px;
    font-weight: normal;
}
.l-news .list li .text span{
    display: inline-block;
    margin: 4px 0 15px;
}
.l-news .list li .text p{
    line-height: 36px;
    color: #fff;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    text-overflow:ellipsis;
    overflow:hidden;
}
.l-news .list li:first-child .text p{
    -webkit-line-clamp:5;
}
.l-news .l-page{
	padding: 60px 0 0;;
}
.l-busi{
    background: #101010;
}
.l-busi *,
.l-busi a{
    color: white;
}
.l-busi .list{
    margin-top: 20px;
}
.l-busi li{
    width: 388px;
    margin: 0 18px 60px 0;
}
.l-busi li:nth-child(3n){
    margin-right: 0;
}
.l-busi li .wrap{
    position: relative;
    height: 240px;
}
.l-busi li .wrap *{
    position: absolute;
    top: 0;
    left: 0;
}
.l-busi li img{
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.l-busi li:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.l-busi li .wrap .shad{
    opacity: 0;
    display: inline-block;
    width: 388px;
    height: 240px;
    border: 1px solid #ffffffa8;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.l-busi li:hover .wrap .shad{
    opacity: 1;
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9);
}
.l-busi li>a{
    display: inline-block;
    padding: 0 7px;
}
.l-busi li h3{
    margin: 14px 0 0;
    font-weight: normal;
}
.l-busi li span{
    display: inline-block;
    margin: 0 0 9px;
    font-size: 12px;
    color: #ffffff;
}
.l-busi li p{
    line-height: 30px;
    color: #cbcbcb;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
	text-overflow:ellipsis;
	overflow:hidden;
}
.l-busi li hr{
    width: 0;
    margin: 25px 0 0;
    background: #C7A462;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.l-busi li:hover hr{
    width: 100%;
}
.l-prodS{
	padding: 120px 15px 0;
	background: #121213;
}
.l-prodS *,
.l-prodS a{
	color: white;
}
.l-prodS .l-wrap>h1{
	margin: 0 0 60px;
	font-size: 18px;
}
.l-prodS .l-wrap>p{
	margin: -20px 0 20px; 
}
.l-prodS img{
	max-width: 100%;
}
.l-prodS .cont{
	text-align: left;
}
.l-sx{
	text-align: left;
}
.l-join{
	height: 1354px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 0;
	padding: 425px 0 0;
	background: #101010 url(../images/l-join-b.png) no-repeat center bottom;
	background-size: auto 100%;
}
.l-join .cont{ 
	position: relative;
	z-index: 999;
}
.l-abou .indu .more{
    display: inline-block;
    position: relative;
    width: 125px;
    height: 41px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin: 62px 0 0;
    padding: 8px 0 0;
    text-align: center;
    background: url(../images/serv-more-b.png) no-repeat center;
    overflow: hidden;
}
.l-abou .indu .more span{
    opacity: 1;
    position: relative;
    top: 0;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.l-abou .indu .more:hover span{
    opacity: 0;
    position: relative;
    top: -41px;
}
.l-abou .indu .more div{
    opacity: 0;
    position: absolute;
    bottom: -41px;
    width: 125px;
    height: 41px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 0 0;
    background: #C6A362;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.l-abou .indu .more:hover div{
    opacity: 1;
    bottom: 0
}
.l-map2{
	padding: 70px 0;
	text-align: left;
	background: #101010;
}
.l-map2 *,
.l-map2 a{
	color: white;
}
.l-map2 .list{
	padding: 10px 0;
	border-bottom: 1px dotted #CCCCCC;
}
.l-map2 .list:nth-last-child(2){
	border-bottom: none;
}
.l-map2>div:nth-last-child(2){
	border: none;
}
.l-map2 h3{
	margin: 0 0 5px;
}
.l-map2 h3 a{
	font-size: 14px;
}
.l-map2 h3 a:hover{
	text-decoration: underline;
}
.l-map2 .two{
	padding: 0 0 0 10px;
}
.l-map2 .two a{
	display: inline-block;
	padding: 4px 15px 4px 0;
}
.l-map2 .two a:hover{
	text-decoration: underline;
}