@charset "utf-8";
.l-head{
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,.1);
    margin: 0 0 -76px;
    background: rgba(41,41,41,.2);
    -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-head 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-head *,
.l-head a{
    color: white;
}
.l-head>.l-wrap{
    -webkit-align-items: center;
    align-items: center;
    height: 76px;
}
@media screen and (max-width: 990px) {
    .l-head img{
        height: 30px;
    }
    .l-head *, .l-head a{
        font-size: 12px;
    }
}
.l-head>.l-wrap>a{
    width: 17%;
}
.l-head .l-wrap>a img{
    max-width: 100%;
}
.l-head .l-wrap ul{
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 75%;
    height: 100%;
    margin: 0 0 0 auto;
}
@media screen and (max-width: 920px) {
    .l-head .l-wrap ul{
        width: 80%;
    }
}
.l-head .l-wrap>ul>li:nth-child(2) .two,
.l-head .l-wrap>ul>li:nth-child(3) .two{
	display: none;
}
.l-head .l-wrap ul li>a{
    -webkit-display: flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    height: 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-head .l-wrap ul li:hover>a,
.l-head .l-wrap ul li>a.active{
    color: #1e7292;
}
.l-head .l-wrap ul li>a:after{
    content: '';
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 160%;
    height: 2px;
    background: #255A6E;
    -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-head .l-wrap ul li a:hover:after,
.l-head .l-wrap ul li a.active:after{
    opacity: 1;
}
.l-head .two{
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 76px;
	left: 0;
	width: 100vw;
	padding: 26px 0;
	text-align: center;
	background: rgba(22,28,32,.8)!important;
	-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-head li:hover .two{
	opacity: 1;
	visibility: visible;
}
.l-head .two a{			
	padding: 0 20px;
	-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-head .two a:hover{			
	color: #1e7292;
}
.l-bann{
    position: relative;
}
.l-bann>img:last-child{
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 99;
}
.l-bann .btn{
    position: relative;
    -webkit-animation: scale 1.5s infinite linear;
    animation: scale 1.5s infinite linear;
    cursor: pointer;
}
@media screen and (min-width: 769px){
	.l-bann2{
		display: none;
	}
}
@media screen and (max-width: 768px){
	.l-bann{
		display: none;
	}
    .l-bann .btn {
        display: none;
    }
	.l-bann2{
		display: block;
	}
}
@-webkit-keyframes scale {
    0%{
        bottom: 40px;
    }
    50%{
        bottom: 30px;
    }
    100%{
        bottom: 40px;
    }
}
@keyframes scale {
    0%{
        bottom: 40px;
    }
    50%{
        bottom: 30px;
    }
    100%{
        bottom: 40px;
    }
}
@media screen and (max-width: 1200px) {
    @-webkit-keyframes scale {
        0%{
            bottom: 20px;
        }
        50%{
            bottom: 10px;
        }
        100%{
            bottom: 20px;
        }
    }
    @keyframes scale {
        0%{
            bottom: 20px;
        }
        50%{
            bottom: 10px;
        }
        100%{
            bottom: 20px;
        }
    }
}
.l-ce{
    position: fixed;
    top: 50%;
    left: 99.7%;
    transform: translate(-100%, -98px);
    width: 168px;
    border: 1px solid #E8E8E8;
    text-align: center;
    background: white;
    z-index: 99;
}
.l-ce li{
    border-bottom: 1px solid #E8E8E8;
}
.l-ce li:last-child{
    border-bottom: none;
}
.l-ce a{
	padding: 12px 0;
    color: #4b4b4b;
}
.l-ce .l-flex{
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.l-ce img{
	display: block;
    max-width: 21px;
    max-height: 21px;
	margin: 0 12px 0 0;
}
.l-ce span{
	display: inline-block;
}
.l-hot .l-wrap .cont{
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid #F4F4F4;
    padding: 10px 0;
}
.l-hot .list{
    -webkit-flex-direction: row;
    flex-direction: row;
}
.l-hot .list span:first-child{
    white-space: nowrap;
    font-weight: bold;
}
.l-hot .list a{
    margin: 0 10px 0 0;
    white-space: nowrap;
    color: #363636;
}
.l-hot .list a:hover{
    text-decoration: underline;
}
.l-hot form{
    margin: 0 0 0 auto;
    white-space: nowrap;
}
@media screen and (max-width: 768px){
    .l-hot .form{
        text-align: left;
    }
    .l-hot form{
        margin: 7px auto 0 0;
    }
}
.l-hot form input:nth-child(1){
    width: 220px;
    height: 40px;
    border: 1px solid #EFEFEE;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 10px;
    font-size: 12px;
    color: #cfcfcf;
}
.l-hot form input:nth-child(2){
    width: 62px;
    height: 40px;
    margin-left: -2px;
    background: url("../img/sear-butt.png") no-repeat center;
}
@media screen and (max-width: 768px) {
    .l-hot form input:nth-child(1){
        width: 76vw;
    }
}
.l-midd{
	/* 解决margin塌陷 */
	overflow: hidden; 
}
.l-page{
    padding: 50px 0;
}
.l-page .pagination{
	display: inline-block;
	margin-bottom: 30px;
	margin-top: 30px;
}
.l-page .pagination li{
	display: inline-block;
	margin-right: 1px;
	padding: 7px 0;
	width: 38px;
	text-align: center;
	background: #EDEDED;
}
.l-page .pagination li span,
.l-page .pagination li a{
	font-size: 14px;
	text-align: center;
	display: inline-block;
	color: #9A9A9A;
}
.l-page .pagination .active{
	background: #255A6E;
}
.l-page .pagination .active span{
	color: white;
}
.l-prodS>.titl{
    margin: 0 0 15px;
}
.l-prodS>img{
    max-width: 100%;
    padding: 20px 0;
}
.l-prodS img{
    max-width: 100%;
}
.l-prodS .swiper .wrapTop{
    position: relative;
}
.l-prodS .deta img{
    max-width: 100%;
}
.l-prodS .deta .text{
    margin: 26px 0 0;
    padding: 0 7px;
    background: url("../img/l-prodS-deta-b.png") repeat top left;
}
.l-prodS .deta .text p{
    line-height: 57px;
}
.l-prodS .swiper {
    width: 100%;
    margin: 0 auto 60px;;
}
.l-prodS .swiper-slide {
    background-size: cover;
    background-position: center;
}
.l-prodS .gallery-top {
    height: 600px;
    width: 100%;
}
.l-prodS .gallery-thumbs {
    width: 558px;
    height: 70px;;
    box-sizing: border-box;
    margin: 22px auto 0;
}
.l-prodS .gallery-thumbs .swiper-slide {
    width: 130px;
    height: 100%;
}
.l-prodS .gallery-thumbs .swiper-slide-active {
    border: 3px solid #255A6E;
}
@media screen and (max-width: 768px){
    .l-prodS .gallery-top {
        height: 400px;
    }
    .l-prodS .gallery-thumbs {
        width: 100%;
    }
}
.l-prodR{
    margin-top: 100px;
    padding: 0 0 90px;
}
.l-prodR .swip{
    margin: 0 auto;
}
.l-prodR .swip img{
    display: block;
}
.l-prodR .swip p{
    padding: 15px 0;
    color: #4f4f4f;
}
@media screen and (max-width: 1200px){
    .l-prodR .swip{
        width: 890px;
    }
}
@media screen and (max-width: 890px){
    .l-prodR .swip{
        width: 590px;
    }
}
@media screen and (max-width: 590px){
    .l-prodR .swip{
        width: 95%;
    }
    .l-prodR .swip .item{
        width: 100%;
    }
    .l-prodR .swip .l-img2 span{
        width: 100%!important;
        height: auto!important;
        text-align: center;
    }
    .l-prodR .swip .l-img2 img{
        display: inline-block;
        width: auto!important;
        max-width: 100%;

        height: auto!important;
        top: auto!important;
        left: auto!important;
    }
}
.l-abou .sect .top{
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.l-abou .proc>.titl,
.l-abou .l-news>.titl,
.l-abou .qual>.titl{
    margin: 20px 0 80px;
    text-align: center;
    color: white;
}
.l-abou .qual>.titl,
.l-abou .l-news>.titl{
    margin: 20px 0 40px;
}
.l-abou .proc>.titl p:nth-child(1),
.l-abou .l-news>.titl p:nth-child(1),
.l-abou .qual>.titl p:nth-child(1){
    font-size: 36px;
}
.l-abou .proc>.titl p:nth-child(2),
.l-abou .l-news>.titl p:nth-child(2),
.l-abou .qual>.titl p:nth-child(2){
    margin: 18px 0 0;
    text-transform: uppercase;
    font-family: Arial;
    font-size: 16px;
    color: #a9a9a9;
}
.l-abou .l-news{
    padding: 0 0 150px;
}
.l-abou .l-news>.titl{
    margin: 100px 0 55px;
    color: #303030;
}
@media screen and (max-width: 1317px){
    .l-abou .sect .top{
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .l-abou .sect .pic{
        -webkit-order: 2;
        order: 2;
        margin: 30px auto 0;
    }
    .l-abou .sect .gallery-top{
        width: 100%;
    }
    .l-abou .sect .text{
        -webkit-order: 1;
        order: 1;
        width: 100%;
        padding: 0!important;
    }
}
@media screen and (max-width: 768px) {
	.l-abou .proc>.titl p:nth-child(1),
	.l-abou .l-news>.titl p:nth-child(1),
	.l-abou .qual>.titl p:nth-child(1){
		font-size: 18px;
	}
	.l-abou .proc>.titl p:nth-child(2),
	.l-abou .l-news>.titl p:nth-child(2),
	.l-abou .qual>.titl p:nth-child(2){
		margin: 3px 0 0;
		font-size: 14px;
	}
    .l-abou .l-midd .proc ,
    .l-abou .l-midd .qual {
        padding-top: 20px;
        
    }
	.l-abou .l-midd .proc  .titl{
        margin-bottom: 27px;
    }	
    .l-abou .l-news {
        padding: 0 0 20px;
    }
}
.l-ln{
    margin: 30px 0;
}
.l-ctct{
    padding: 0 0 150px;
}
.l-ctct .info .l{
    width: 600px;
    margin: 0 40px 0 0;
}
.l-ctct .info .l .titl{
    margin: 0 0 22px;
}
.l-ctct .info .l .titl p:nth-child(1){
    font-size: 16px;
    color: #535251;
}
.l-ctct .info .l .titl p:nth-child(2){
    margin: 5px 0 0;
    font-family: Arial;
    font-size: 12px;
    color: #a6a5a5;
}
.l-ctct .info .l .text p{
    line-height: 42px;
    color: #7c7c7c;
}
.l-ctct .info .qr img{
    height: 120px;
}
.l-ctct .info .qr p{
    line-height: 38px;
    color: #7c7c7c;
}
.l-ctct .map{
    margin: 35px 0 0;
}
@media screen and (max-width: 875px){
    .l-ctct .info .l{
        margin-right: 0;
    }
    .l-ctct .info .qr{
        margin: 20px 0 0;
    }
}
@media screen and (max-width: 768px){
    .l-ctct{
		padding-bottom: 55px;
	}
	.l-ctct .info .r{
        width: 100%
    }
}
.l-news .item{
    width: 575px;
    margin-bottom: 50px;
}
.l-news .item:nth-child(odd){
    margin-right: 50px;
}
.l-news .wrap{
    width: 1200px;
    margin: 0 auto;
    margin-bottom: -50px;
}
.l-news .l-img2 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-news .item:hover .l-img2 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-news .bott{
    border-bottom: 1px solid #EFEFEF;
    padding: 30px 20px 22px;
}
.l-news .bott .date{
    width: 18%;
    height: 102px;
    overflow: hidden;
}
.l-news .bott .date p{
    font-size: 20px;
    color: #9fa0a0;
}
.l-news .bott .date img{
    position: relative;
    top: 35px;
    left: -6px;
    -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 .item:hover .bott .date img{
    left: 25px;
}
.l-news .bott .text{
    width: 78%;
}
.l-news .bott .text p:nth-child(1){
    margin: 0 0 22px;
    font-size: 16px;
    color: #3e3e3e;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.l-news .bott .text p:nth-child(2){
    height: 56px;
    line-height: 28px;
    color: #8e8e8e;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
    text-overflow:ellipsis;
}
@media screen and (max-width: 1200px){
    .l-news .wrap{
        width: 575px;
    }
    .l-news .item:nth-child(odd){
        margin-right: 0;
    }
}
@media screen and (max-width: 768px){
	.l-news .bott .date img{
		left: 25px;
	}
}
@media screen and (max-width: 605px){
    .l-news .wrap{
        width: 95%;
    }
    .l-news .item{
        width: 100%;
    }
    .l-news .item .l-img2 span{
        width: auto!important;
        height: auto!important;;
    }
    .l-news .item .l-img2 span img{
        width: 100%;
        height: auto;
        top: 0!important;
        left: 0!important;;
    }
}
.l-map{
    margin: 30px 0 0;
}

.m-head,
.m-nav-side,
.m-foot,
.m-shad{
    display: none;
}
@media screen and (max-width: 768px){
    .l-head{
        display: none;
    }
    .m-head,
    .m-nav-side,
    .m-foot,
    .m-shad{
        display: block;
    }
    body>*,
    .swiper-pagination{
        -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;
    }
    body>*.active,
    .swiper-pagination.active{
        margin-left: 70vw
    }
    body.active{
        overflow: hidden;
    }
    .m-head{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        text-align: center;
        z-index: 9999;
    }
    .m-head .wrap{
        -webkit-align-items: center;
        align-items: center;
        padding: 12px 0;
    }
    .m-head>*{
        background: #000;
    }
    .m-head .nav-btn{
        height: 15px;
    }
    .m-head .logo{
        height: 30px;
    }
    .m-head .phon{
        height: 25px;
    }
    .m-head .navL{
        display: none;
        position: absolute;
        top: 1.2rem;
        left: 0;
        width: 100%;
        padding: .32rem 0;
        background: #EEEEEE;
    }
    .m-head .navL a{
        display: block;
        padding: .25rem 0;
        font-size: 14px;
        color: #2d2d2d;
    }
    .m-head .navL a:hover{
        color: #009faa;
    }
    .m-head .navL a.active{
        color: #009faa;
    }
    .m-head .navL a:hover span{
        border-bottom: 1px solid #fff;
        padding: 0 .03rem .05rem;
    }
    .m-head .navL a.active span{
        border-bottom: 1px solid #fff;
        padding: 0 .03rem .05rem;
    }
    .m-nav-side{
        position: fixed;
        top: 0;
        left: -70vw;
        width: 70vw;
        height: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        /*padding: .2rem;*/
        background: #3C3C3C;
        z-index: 999;
        overflow-y: auto;
    }
    .m-nav-side a{
        display: block;
        padding: .3rem 0;
    }
    .m-nav-side>ul>li{
        width: 100%;
        border-bottom: 1px solid #838383;
    }
    .m-nav-side>ul>li>p{
        margin-bottom: 0;
    }
    .m-nav-side .nav>li p a{
        border-left: 10px solid #3C3C3C;
        padding: 20px 0 20px 25px;
        font-size: 15px;
        color: #fff;
    }
    .m-nav-side .nav>li p a.active{
        border-left: 10px solid #888888;
    }
    .m-nav-side img{
        width: 10px;
        margin: .5rem 15px 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;
    }
    .m-nav-side img.active{
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .m-nav-side>ul ul{
        display: none;
    }
    .m-nav-side>ul ul li{
        /*border-bottom: 1px solid #BDBDBD;*/
        /*padding: 0 0 0 .4rem;*/
    }
    .m-nav-side .nav>li ul a{
        padding: 20px 0 20px 56px;
        font-size: 15px;
        color: #fff;
    }
    .m-nav-side .nav>li ul a:hover{
        background: #888888;
    }
    .m-nav-side .nav>li ul a.active{
        background: #888888;
    }
    .m-foot{
        position: fixed;
        bottom: .4rem;
        z-index: 9999;
        width: 100%;
        text-align: center;
    }
    .m-foot ul{
        display: inline-block;
        width: 90%;
        height: 50px;
        background: url("../img/foot-bg.png") no-repeat center;
		background-size: 100% 100%;
    }
    .m-foot ul li{
        width: 33.3%;
    }
    .m-foot ul li a{
        display: block;
        padding: 10px 0;
    }
    .m-foot ul li img{
        height: 28px;
    }
    .m-WeChat{
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.7);
        z-index: 9999;
    }
    .m-WeChat .wrap{
        display: table-cell;
        width: 100vw;
        text-align: center;
        vertical-align: middle;
    }
    .m-WeChat .wrap span{
        display: inline-block;
        padding: 0 0 10px;
        background: white;
    }
    .m-WeChat img{
        display: block;
        width: 180px;
        vertical-align: middle;
    }
    .m-WeChat p{
        width: 180px;
        padding: 10px  10px 0;
        text-align: center;
        color:black;
    }
    .m-shad{
        opacity: 0;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        width: 100vw;
        height: 100vh;
        background: rgba(0,0,0,.6);
        pointer-events: none;
    }
    .m-shad.active{
        opacity: 1;
        pointer-events: auto;
    }
    .l-midd>*:not(.no),
    .l-cont>*{
        /*弊端：缩减浏览器宽度，生成横轴滚动条*/
        width: 100vw;
    }
}
.l-midd>*{
    overflow: hidden;
}
/*关于我们 品牌故事*/
@media screen and (min-width: 768px){
    .l-midd .abou .cont>div{
        -webkit-flex: 1;
        flex: 1;
    }
}
.l-midd .abou .cont .l{
    -webkit-align-items: center;
    align-items: center;
}
.l-midd .abou .cont .l img{
    width: 100%;
}
.l-midd .abou .cont .r{
    -webkit-align-items: center;
    align-items: center;
    background: url("../img/abou-b.png") no-repeat center;
    background-size: cover;
}
.l-midd .abou .cont .r>div{
    margin: 40px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.l-midd .abou .cont .r:nth-child(2)>div{
    padding-left: 4vw;
}
.l-midd .abou .cont .r:nth-child(1)>div{
    padding-right: 4vw;
}
@media screen and (max-width: 768px){
    .l-midd .abou .cont .l{
		overflow: hidden;
		height: 250px;  
        order: 2;
    }
	.l-midd .abou .cont .l img{
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}
    .l-midd .abou .cont .r{
        order: 1;
    }
    .l-midd .abou .cont .r>div{
        padding-right: 4vw;
    }
    .l-midd .abou .cont .r:nth-child(1)>div{
        padding-left: 4vw;
    }
}
.l-midd .abou .cont .r .titl{
    margin: 0 0 55px;
}
.l-midd .abou .cont .r .titl p:nth-child(1){
    margin: 0 0 12px;
    font-size: 24px;
    color: #2f2f2f;
}
.l-midd .abou .cont .r .titl p:nth-child(2){
    font-size: 16px;
    color: #c9c9c9;
}
.l-midd .abou .cont .r .desc p{
    line-height: 36px;
    color: #8c8b8b;
}
.l-midd .abou .more{
    width: 90%;
    border-top: 1px solid #E2E2E2;
    margin: 40px 0 0;
}
.l-midd .abou .more .l-btn{
    width: 232px;
    height: 41px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 9px;
    background: #383838;
}
.l-midd .abou .more .l-btn span{
    font-size: 16px;
    color: #C5C5C5;
}
@media screen and (max-width: 768px){
	.l-midd .abou .cont .r .titl p:nth-child(1) {
		margin: 0 0 3px;
		font-size: 18px;
        color: white;
	}
	.l-midd .abou .cont .r .titl p:nth-child(2) {
		font-size: 14px;
	}
    .l-midd .abou .cont .r{
        padding: 0 0 0;
        background: black;
    }
	.l-midd .abou .cont .r .titl{
		margin: 0 0 15px;
	}
	.l-midd .abou .more {
		margin: 22px 0 0;
	}
	.l-midd .abou .more .l-btn span {
		font-size: 14px;
	}
}
/*品牌历程*/
.l-midd .proc{
    padding: 100px 0 150px;
    background: url("../img/proc-b.png") no-repeat center;
    background-size: cover;
}
.l-midd .proc .swip .l-wrap{
    position: relative;
    /* height: 475px; */
}
.l-midd .proc .swip .l-wrap .item{
    position: relative;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 475px;
    margin: 0 auto;
    color: white;
    background: url("../img/proc-hba.png") no-repeat center;
    background-size: 100% 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 .proc .swip .l-wrap .item:after{
    position: absolute;
    top: 50%;
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background: rgba(87,87,88,1);
    -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 .proc .swip .l-wrap .item:hover:after{
    background: rgba(87,87,88,0);
}
.l-midd .proc .swip .l-wrap .item:hover{
    background: url("../img/proc-hb.png") no-repeat center;
    background-size: 100% 100%;
}
.l-midd .proc .swip .l-wrap .item .year{
    position: relative;
    width: 153px;
    height: 116px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 25px 0 0;
    background: url("../img/proc-ib.png") no-repeat center;
    -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 .proc .swip .l-wrap .item:hover .year{
    background: url("../img/proc-iba.png") no-repeat center;
}
.l-midd .proc .swip .l-wrap .item .year p{
    line-height: 63px;
    font-size: 63px;
    font-weight: bold;
    color: white;
}
.l-midd .proc .swip .l-wrap .item .text{
    position: relative;
    -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 .proc .swip .l-wrap .item .text .titl{
    margin-bottom: 20px;
}
.l-midd .proc .swip .l-wrap .item .text .titl .l-hr{
    width: 72px;
    margin: 0 auto;
    background: rgba(37,90,110,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 .proc .swip .l-wrap .item:hover .text .titl .l-hr{
    background: rgba(37,90,110,1);
}
.l-midd .proc .swip .l-wrap .item .text .titl p:nth-child(2){
    margin: 0 0 3px;
    font-size: 18px;
    -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 .proc .swip .l-wrap .item:hover .text .titl p:nth-child(2){
    margin-top: 32px;
}
.l-midd .proc .swip .l-wrap .item .text .titl  p:nth-child(3){
    text-transform: uppercase;
    font-size: 12px;
    color: #7d7d7d;
}
.l-midd .proc .swip .l-wrap .item .desc p{
    line-height: 36px;
    color: #c4c4c4;
}
@media screen and (max-width: 1519px){
    .l-midd .proc.one .swip .l-wrap{
        width: 1140px;
    }
    .l-midd .proc.one .swip .l-wrap .item {
        max-width: 1140px;
    }
}
@media screen and (max-width: 1280px){
    .l-midd .proc.one .swip .l-wrap{
        width: 760px;
    }
    .l-midd .proc.one .swip .l-wrap .item {
        max-width: 760px;
    }
}
@media screen and (max-width: 900px){
    .l-midd .proc.one .swip .l-wrap{
        width: 380px;
    }
    .l-midd .proc.one .swip .l-wrap .item {
        max-width: 380px;
    }
}
@media screen and (min-width: 768px){
    .l-midd .proc .swip .l-wrap .item .year{
        top:  25px;
    }
    .l-midd .proc .swip .l-wrap .item:hover .year{
        top:  0;
    }
    .l-midd .proc .swip .l-wrap .swiper-slide:nth-child(odd) .item .year{
        top:  -25px;
    }
    .l-midd .proc .swip .l-wrap .swiper-slide:nth-child(odd) .item:hover .year{
        top:  0;
    }
    .l-midd .proc .swip .l-wrap .item .text{
        top: -75px;
    }
    .l-midd .proc .swip .l-wrap .item:hover .text{
        top: 0px;
    }
    .l-midd .proc .swip .l-wrap .swiper-slide:nth-child(odd) .item .text{
        top:  91px;
    }
    .l-midd .proc .swip .l-wrap .swiper-slide:nth-child(odd) .item:hover .text{
        top:  0;
    }
}
@media screen and (max-width: 768px) {
    .l-midd .proc .swip .l-wrap .item {
        background: url("../img/proc-hb.png") no-repeat center;
        background-size:  100% 100%;
    }
	.l-midd .proc .swip .l-wrap .item:after {
        display: none;
    }
	.l-midd .proc{
        padding-top: 15px;
        padding-bottom: 45px;
    }
	.l-midd .proc .swip .l-wrap .item .year{
        background: none!important;
    }
	.l-midd .proc .swip .l-wrap .item .text .titl .l-hr{
        background: rgba(37,90,110,1);
    }
    .l-midd .proc .swip .l-wrap .item .text .titl p:nth-child(2){
        margin-top: 22px;
    }
	.l-titl{
		padding: 30px 0 42px;
	}
	.l-titl:after {		
		top: 63px;		
	}
	.l-midd .proc .swip .l-wrap .item{
		height: 292px;
	}
	.l-midd .proc .swip .l-wrap .item .text .titl {		
		margin-bottom: 15px;
	} 
	.l-midd .proc .swip .swiper-slide:nth-child(odd) .item .text .titl {		
		padding-top: 20px; 
	} 
	.l-midd .proc .swip .swiper-slide:nth-child(odd) .item .year {
		padding: 12px 0 0;
	}
	.l-midd .proc .swip .l-wrap .item .desc p {
		line-height: 28px;
	}
	.l-midd .proc .swip .l-wrap .item .year {
		height: auto;
		padding: 18px 0 0;
	}
	.l-midd .proc .swip .l-wrap .item .year p{
		line-height: 32px;
		font-size: 32px;
	}
	.l-midd .proc.one .swip .l-wrap .item {
        max-width: 68%;
    }
	.l-midd .abou .more {
		border: none;
	}
}
@media screen and (max-width: 768px) and (min-width: 518px) {
    .l-midd .proc.one .swip .l-wrap{
        width: 380px;
    }
    .l-midd .proc.one .swip .l-wrap .item {
        max-width: 380px;
    }
}
@media screen and (max-width: 442px) {
    .l-midd .proc.one .swip .l-wrap{
        width: 90%;
    }
}
/*团队风采*/
.l-midd .team.proc{
    padding: 50px 0 150px;
    background: url("../img/team-b.png") no-repeat center;
    background-size: cover;
}
.l-midd .team .swip .l-wrap{
    position: relative;
    height: 495px;
}
.l-midd .team .l-titl span:nth-child(1){
    color: #393939;
}
.l-midd .team .l-titl:after{
    background: #d4d4d4;
}
.l-midd .team .item2{
    height: 495px;
    margin: 0 auto;
}
.l-midd .team .item2 img{
    /*max-width: 100%;*/
}
.l-midd .team .swip .l-wrap{
    position: relative;
    height: 495px!important;
}
.l-midd .team .item2 .wrap{
    display: block;
    position: relative;
    height: 100%;
    overflow: hidden;
}
.l-midd .team .item2 .wrap .pic{
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.l-midd .team .swiper-slide:nth-child(even) .item2 .wrap .pic{
    bottom: 0;
}
.l-midd .team .item2 .wrap .pic span{
    display: block;
}
.l-midd .team .item2 .wrap .shad{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 5px solid rgba(22,28,32,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 .team .item2:hover .wrap .shad{
    border: 5px solid rgba(22,28,32,1);
}
.l-midd .team .item2 .wrap .shad .text2{
    position: absolute;
    height: 150px;
    text-align: left;
    align-items: center;
    -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;
    background: rgba(22,28,32,0);
}
.l-midd .team .swiper-slide:nth-child(odd) .item2 .wrap .shad .text2{
    bottom: 0;
}
.l-midd .team .item2:hover .wrap .shad .text2{
    height: 182px;
    background: rgba(22,28,32,1);
}
.l-midd .team .item2 .wrap .shad .text2>div{
    width: 100%;
    padding: 0 23px;
}
.l-midd .team .item2 .wrap .shad .text2>div .titl p:nth-child(1){
    margin: 0 0 2px;
    font-size: 21px;
    color: #575757;
}
.l-midd .team .item2:hover .wrap .shad .text2>div .titl p:nth-child(1){
    color: #fff;
}
.l-midd .team .item2 .wrap .shad .text2>div .titl p:nth-child(2){
    font-size: 12px;
    color: #d3d3d3;
}
.l-midd .team .item2:hover .wrap .shad .text2>div .titl p:nth-child(2){
    color: #b1b1b1;
}
.l-midd .team .item2 .wrap .shad .text2>div .desc{
    opacity: 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 .team .item2:hover .wrap .shad .text2>div .desc{
    opacity: 1;
}
.l-midd .team .item2 .wrap .shad .text2>div .desc p{
    color: #c5c4c4;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    overflow:hidden;
    text-overflow:ellipsis;
}
@media screen and (max-width: 768px){
    .l-midd .team.proc {
        padding-top: 12px;
        padding-bottom: 45px;
    }
    .l-midd .team .item2 .wrap .shad{
        border: 5px solid rgba(22,28,32,1);
    }
    .l-midd .team .item2 .wrap .shad .text2{
        height: 115px;
        background: rgba(22,28,32,1);
    }
	.l-midd .team .item2:hover .wrap .shad .text2 {
		height: 115px;
	}
    .l-midd .team .item2 .wrap .shad .text2>div .titl p:nth-child(1){
        color: #fff;
    }
    .l-midd .team .item2 .wrap .shad .text2>div .titl p:nth-child(2){
        color: #b1b1b1;
    }
    .l-midd .team .item2 .wrap .shad .text2>div .desc{
        opacity: 1;
    }
	.l-midd .team .item2 .wrap .pic span {
		height: 260px!important;
	}
	.l-midd .team .item2 {
		height: 380px;
	}
	.l-midd .team .swip .l-wrap {
		height: auto!important;
	}
}
@media screen and (max-width: 1519px){
    .l-midd .team .swip .l-wrap{
        width: 1125px;
    }
    .l-midd .team .swip .l-wrap .item {
        max-width: 1125px;
    }
}
@media screen and (max-width: 1280px){
    .l-midd .team .swip .l-wrap{
        width: 750px;
    }
    .l-midd .team .swip .l-wrap .item {
        max-width: 750px;
    }
}
@media screen and (max-width: 900px){
    .l-midd .team .swip .l-wrap{
        width: 375px;
    }
    .l-midd .team .swip .l-wrap .item {
        max-width: 375px;
    }
}
@media screen and (max-width: 768px){
    .l-midd .team .swip .l-wrap{
        width: 70%;
    }
    .l-midd .team .swip .l-wrap .item {
        max-width: 70%;
    }
	.l-midd .team .item2 .wrap .shad .text2>div .titl p:nth-child(1) {
		font-size: 16px;
	}
}
/*新品速递*/
.l-midd .prodNew .titlSect{
    width: 15%;
    height: calc(100vh - 77px);
    padding: 5% 0 0;
    background: #181818;
    align-items: center;
}
.l-midd .prodNew .titlSect *{
    color: white;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
.l-midd .prodNew .titlSect p{
    position: relative;
    left: -9%;
    height: 100%;
    margin: 0 auto;
}
.l-midd .prodNew .titlSect span:nth-child(1){
    position: absolute;
    top: 3px;
    line-height: 24px;
    font-size: 24px;
    color: #b5b5b5;
}
.l-midd .prodNew .titlSect span:nth-child(3){
    line-height: 78px;
    font-size: 48px;
    font-weight: bold;
    color: #fff;
}
.l-midd .prodNew .swiper-container{
    width: 85%;
    height: calc(100vh - 77px);
}
.l-midd .prodNew .swiper-slide{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
@media screen and (min-width: 768px){
    .l-midd .prodNew .swiper-slide{
        width: 244px;
    }
}
.l-midd .prodNew .swiper-slide>img{
    height: 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 .prodNew .swiper-slide: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-midd .prodNew .swiper-slide .shad{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border: 5px solid rgba(22,28,32,0);
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -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 .prodNew .swiper-slide:hover .shad{
    border: 5px solid rgba(22,28,32,1);
}
.l-midd .prodNew .shad .text{
	width: 100%;
    opacity: 0;
    padding: 40px 25px 35px;
    background: rgba(16, 21, 24, 0.89);
    -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 .prodNew .swiper-slide:hover .shad .text{
    opacity: 1;
}
.l-midd .prodNew .shad .text .titl{
    margin: 0 0 30px;
    font-size: 21px;
    color: white;
}
.l-midd .prodNew .shad .text .desc{
	height: 60px;
    margin: 0 0 20px;
    line-height: 30px;
    font-size: 14px;
    color: #778188;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
    text-overflow:ellipsis;
}
.l-midd .prodNew .shad .text img{
    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;
}
@media screen and (min-width: 768px){
    .l-midd .prodNew .swiper-wrapper{
        max-height: 100vh;
    }
}
@media screen and (max-width: 768px){
    .l-midd .prodNew .titlSect{
        width: 30%;
        height: calc(100vh - 54px); 
    }
    .l-midd .prodNew .titlSect span:nth-child(1){
        font-size: 18px;
    }
    .l-midd .prodNew .titlSect span:nth-child(3){
        line-height: 54px;
        font-size: 30px;
    }
    .l-midd .prodNew .swiper-container{
        width: 70%;
        height: calc(100vh - 54px); 
    }
    .l-midd .prodNew .swiper-slide{
        width: 150px;
    }
    .l-midd .prodNew .swiper-slide>img{
        height: 100%;
    }
    .l-midd .prodNew .shad .text{
        padding: 20px 10px;
    }
    .l-midd .prodNew .shad .text .titl{
        margin: 0 0 10px;
        font-size: 14px;
    }
    .l-midd .prodNew .shad .text img{
        width: 30px;
    }
}
.l-midd .prodNew .shad .text img:hover{
    top: 12px;
}

/*产品*/
.l-midd .prod{
    padding: 70px 0 90px;
    background: url("../img/prod-b.png") no-repeat center;
    background-size: cover;
}
.l-midd .prod .cont{
    color: white;
}
.l-midd .prod .cont>div{
    width: 50%;
}
.l-midd .prod .cont>div:nth-child(2){
    width: 46%;
    margin: 0 0 0 auto;
    padding: 0 4% 0 0;
}
.l-midd .prod .swiper-container{
    height: 500px;
    overflow: hidden;
}
.l-midd .prod .r{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.l-midd .prod .r .hd li{
    margin: 0 0 12px;
    color: #96a2a5;
}
.l-midd .prod .r .hd li p{
    display: inline-block;
    border-bottom: 2px solid rgba(37,90,110,0);
    padding: 0 0 3px;
}
.l-midd .prod .r .hd li.on p{
    color: white;
    border-bottom: 2px solid rgba(37,90,110,1);
}
.l-midd .prod .r .hd li span{
    padding: 0 32px;
    color: #363F4B;
}
.l-midd .prod .r .hd li:last-child span{
    display: none;
}
.l-midd .prod .r .bd .item{
    padding: 0 1.5% 0 0;
}
.l-midd .prod .r .titl{
    border-bottom: 1px solid #262E34;
    margin: -10px 0 0;
    padding: 25px 0 25px;
}
.l-midd .prod .r .titl p:nth-child(1){
    font-size: 21px;
    color: white;
}
.l-midd .prod .r .titl p:nth-child(2){
    font-family: Arial;
    color: #3b454b;
}
.l-midd .prod .r .desc{
    margin: 23px 0 0;
}
.l-midd .prod .r .desc p{
    line-height: 36px;
    color: #96a2a5;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:4;
    overflow:hidden;
    text-overflow:ellipsis;
}
.l-midd .prod .r .icon{
    margin: 38px 0 32px;
}
.l-midd .prod .r .icon .l-img{
    width: 116px;
    height: 66px;
    margin: 0 8px 8px 0;
}
.l-midd .prod .r .icon .l-img img{
    max-width: 116px;
    max-height: 66px;
}
.l-midd .prod .r .l-btn{
    width: 233px;
    height: 41px;
	padding: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: white;
    background: #1D3E58;
}
@media screen and (max-width: 768px){
    .l-midd .prod{
        padding-top: 20px;
		padding-bottom: 42px;
    }
    .l-midd .prod .swiper-container{
        height: 210px;
    }
	.l-midd .prod .swiper-container .swiper-slide{
        height: 280px;
		overflow: hidden;
    }
    .l-midd .prod .cont>div{
        width: 100%!important;
    }
	.l-midd .prod .cont>div.l{
		height: 210px;
		overflow: hidden;
    }
    .l-midd .prod .r{
        margin-top: 42px!important;
        padding-right: 0!important;
    }
	.l-midd .prod .r .titl {
		padding: 25px 0 16px;
	}
    .l-midd .prod .r .bd .item{
        padding-right: 0;
    }
    .l-midd .prod .r .hd li span{
        padding: 0 10px;
    }
    .l-midd .prod .r .icon{
		margin: 18px 0 23px;
        text-align: center;
    }
    .l-midd .prod .r .icon>*{
        float: none;
        display: inline-block;
        margin: 0 8px 8px!important;
    }
    .l-midd .prod .r .l-btn{
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
	.l-midd .prod .r .desc {
		margin: 11px 0 0;
	}
}
.l-midd .wall{
	margin-bottom: -15px;
	padding: 0 0 15px;
}
.l-midd .wall .l-titl{
    margin: 30px 0 -30px;
}
.l-midd .wall .l-titl span:nth-child(1){
    color: #393939;
}
.l-midd .wall .l-titl span:nth-child(2){
    color: #a9a9a9;
}
.l-midd .wall .l-titl:after{
    background: #d4d4d4;
}
.l-midd .wall .list .item{
    position: relative;
    z-index: 1;
    width: 50%;
    height: 440px;
    background-size: cover!important;
    -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;
}
@media screen and (max-width: 958px){
    .l-midd .wall .list .item{
        width: 100%;
    }
}
@media screen and (max-width: 768px){
    .l-midd .wall .list .item{
        height: 200px;
    }
	.l-midd .wall .l-titl {
		margin: 8px 0 -20px;
	}
}
.l-midd .wall .list .item:hover{
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -ms-transform: scale(1.07);
    -o-transform: scale(1.07);
    transform: scale(1.07);
    z-index: 99;
}
.l-midd .wall .list .item a{
    width: 100%;
    height: 100%;
    padding: 8% 10%;
    background: rgba(0,0,0,.6);
}
.l-midd .wall .list .item a{
    opacity: 1;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -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 .wall .list .item:hover a{
    opacity: 0;
}
.l-midd .wall .list .item a *{
    color: white;
}
.l-midd .wall .list .item a h1{
    font-family: Franklin Gothic;
    font-size: 38px;
}
.l-midd .wall .list .item img{
    margin: 11px 0;
}
.l-midd .wall .list .item a h1:nth-child(3){
    font-family: Franklin Gothic;
    font-size: 29px;
}
.l-midd .wall .list .item a p{
    margin: 12px 0 0;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
    text-overflow:ellipsis;
}
.l-midd .wall .list .item a p span{
    font-size: 18px;
}
@media screen and (max-width: 632px){
    .l-midd .wall .list .item a{
        padding: 5% 7%;
    }
    .l-midd .wall .list .item a h1{
        font-size: 18px;
    }
    .l-midd .wall .list .item img{
        width: 30px;
        margin: 2px 0;
    }
    .l-midd .wall .list .item a h1:nth-child(3){
        font-size: 16px;
    }
    .l-midd .wall .list .item a p{
        margin: -1px 0 0;
    }
    .l-midd .wall .list .item a p span{
        font-size: 16px;
    }
}
.l-midd .qual{
    padding: 100px 0 140px;
    background: url("../img/qual-b.png") no-repeat center;
}
.l-midd .qual .l-wrap{
    position: relative;
}
.l-midd .qual .item{
    /*
    height: 100%;
    */
    padding: 0 15px 0 0;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.l-midd .qual img{
    display: block;
    -webkit-box-shadow: 5px 8px 20px 1px #000;
    -moz-box-shadow: 5px 8px 20px 1px #000;
    box-shadow: 5px 8px 20px 1px #000;
}
/*@media screen and (max-width: 1645px){
    .l-midd .qual .cont.l-wrap{
        width: 91%;
    }
}*/
.l-midd .serv{
    padding: 100px 0 60px;
    background: url("../img/serv-b.png") no-repeat center;
    background-size: cover;
}
@media screen and (max-width: 768px){
    .l-midd .qual{
        padding-top: 40px;
        padding-bottom: 32px;
    }
	.qual .swiper-slide {
		padding: 0!important;
	}
	.l-midd .qual .item {
		padding: 0;
	}
	.l-midd .qual img {
		width: 100%;  
	}
	.l-midd .serv .text .more {
		margin: 20px 0 0!important;
	}
	.l-midd .serv {
		padding: 100px 0 0;
	}
}
.l-midd .serv .text{
    -webkit-align-items: center;
    align-items: center;
}
.l-midd .serv .text *,
.l-midd .serv .text a{
    color: white;
}
.l-midd .serv .text .titl{
    border-bottom: 1px solid #262B2F;
    margin: 0 0 36px;
    padding: 0 0 50px;
    font-size: 24px;
}
.l-midd .serv .text .titl span{
    font-family: Swis721 Hv BT;
    font-size: 72px;
}
.l-midd .serv .text .desc p{
    line-height: 42px;
    color: #b4b4b3;
}
.l-midd .serv .text .more{
    display: inline-block;
    position: relative;
    margin: 80px 0 0;
}
.l-midd .serv .text .more a{
    display: inline-block;
    width: 190px;
    height: 46px;
    border: 1px solid #363637;
    line-height: 46px;
    text-align: center;
}
.l-midd .serv .text .more:after{
    content: '';
    position: absolute;
    top: 23px;
    right: -36px;
    width: 63px;
    height: 1px;
    background: #363637;
    -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 .text .more:hover:after{
    right: -50px;
}
@media screen and (min-width: 768px){
    .l-midd .serv .cont>*{
        width: calc(50% - 1px);
    }
}
@media screen and (max-width: 768px){
    .l-midd .serv{
        padding-top: 15px;
    }
    .l-midd .serv .cont>*{
        width: 100%;
    }
    .l-midd .serv .text{
        margin-bottom: 60px;
    }
	.l-midd .serv .text .titl span {
		font-size: 32px;
	}
	.l-midd .serv .text .titl {
		margin: 0 0 10px;
		padding: 0 0 15px; 
		font-size: 16px;
	}
	.l-midd .serv .text .desc p {
		line-height: 28px;
	}
}
.l-midd>.info{
    padding: 50px 0 100px;
}
.l-midd .info .cont{
    position: relative;
}
.l-midd .info .l-titl span:nth-child(1){
    color: #454545;
}
.l-midd .info .swiper-container{
    height: 650px;
}
.l-midd .info .item{
    display: inline-block;
    width: 380px;
}
.l-midd .info .swiper-slide-active .item{
    width: 700px;
}
.l-midd .info .item .top .text{
    width: 380px;
    height: 139px;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}
.l-midd .info .swiper-slide-active .item .top .text{
    width: 530px;
}
.l-midd .info .item .top .text p:nth-child(1){
    font-size: 16px;
    color: #454545;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.l-midd .info .item .top .text p:nth-child(2){
    height: 48px;
    color: #949494;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
    text-overflow:ellipsis;
    margin: 23px 0;
}
.l-midd .info .item .top .text p:nth-child(3){
    font-family: Arial;
    color: #b5b4b4;
}
.l-midd .info .item .bott{
    position: relative;
    margin: 40px 0 0;
}
.l-midd .info .item .bott>img{
    width: 100%;
}
.l-midd .info .item .bott .shad{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}
.l-midd .info .swiper-slide-active .item .bott .shad{
    opacity: 1;
}
.l-midd .info .item .bott .shad p:nth-child(1){
    margin: 0 0 3px;
    color: white;
}
.l-midd .info .item .bott .shad p:nth-child(2){
    color: #9e9e9d;
}
.l-midd .info .item .bott .shad .l-hr{
    display: inline-block;
    height: 93px;
    margin: 15px 0;
    background: #535353;
}
.l-midd .info .item .more{
    display: inline-block;
    opacity: 0;
    position: relative;
    width: 191px;
    height: 47px;
    border: 1px solid #DDDDDD;
    margin: 50px auto 0;
    text-align: center;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}
.l-midd .info .swiper-slide-active .item .more{
    opacity: 1;
}
.l-midd .info .item .more:after{
    content: '';
    position: absolute;
    top: 50%;
    right: -19%;
    width: 61px;
    height: 1px;
    background: #DBDBDB;
}
.l-midd .info .item .more p{
    line-height: 47px;
    color: #b1b1b1;
}
@media screen and (max-width: 840px){
    .l-midd .info .swiper-container{
        height: auto;
    }
    .l-midd .info .item{
        width: 100%;
    }
    .l-midd .info .swiper-slide-active .item{
        width: 100%;
    }
    .l-midd .info .item .top .text{
        -webkit-transition: all 0s ease-in-out 0s;
        -moz-transition: all 0s ease-in-out 0s;
        -ms-transition: all 0s ease-in-out 0s;
        -o-transition: all 0s ease-in-out 0s;
        transition: all 0s ease-in-out 0s;
    }
    .l-midd .info .swiper-slide-active .item .top .text{
        width: 100%;
    }
    .l-midd .info .item .bott .shad .l-hr{
        height: 20px;
        margin: 5px 0;
    }
    .l-midd .info .item .bott .shad img{
        height: 30px;
    }
}
@media screen and (max-width: 768px){
    .l-midd .info{
        padding-top: 0;
    }
	.l-midd .ctct .bott .l .qr{
		margin: 20px 0 0;
	}
	.l-midd .ctct .bott .l .qr>div:nth-child(2){
		margin: 0;
	}
	.l-midd .ctct .bott .l {
		margin-bottom: 22px!important;
	}
	.l-midd .ctct .bott {
		padding: 45px 0 0;
	}
	.l-foot .top {
		padding: 27px 0 20px!important;
	}	
}
.l-midd .ctct a:hover{
    text-decoration: underline;
}
.l-midd .ctct .top{
    height: 460px;
    -webkit-align-items: center;
    align-items: center;
    background: url("../img/join-b.png") no-repeat center;
}
.l-midd .ctct .top .l-titl{
    width: 100%;
}
.l-midd .ctct .top .l-titl:after{
    visibility: hidden;
}
.l-midd .ctct .bott{
    padding: 98px 0 80px;
}
.l-midd .ctct .bott .l{
    width: 41%;
}
.l-midd .ctct .bott .l .row{
    margin: 0 0 32px;
}
.l-midd .ctct .bott .l .row:last-child{
    margin-bottom: 0;
}
.l-midd .ctct .bott .l .titl p:nth-child(1){
    margin: 0 0 3px;
    font-size: 16px;
    color: #6c6c6c;
}
.l-midd .ctct .bott .l .titl p:nth-child(2){
    font-size: 13px;
    color: #959595;
}
.l-midd .ctct .bott .l .row .cont{
    width: 66%;
    margin: 0 0 0 auto;
}
.l-midd .ctct .bott .l .row:nth-child(1) .cont{
    -webkit-align-items: center;
    align-items: center;
}
.l-midd .ctct .bott .l .row:nth-child(1) .cont p{
    line-height: 36px;
    font-size: 36px;
    color: #262626;
}
.l-midd .ctct .bott .l .info{
    margin: -6px 0 0;
}
.l-midd .ctct .bott .l .info p{
    line-height: 36px;
    color: #3d3d3d;
}
.l-midd .ctct .bott .l .qr{
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin: 38px 0 0;
}
.l-midd .ctct .bott .l .qr>div{
    margin: 0 18px 0 0;
}
.l-midd .ctct .bott .l .qr img{
    height: 82px;
}
.l-midd .ctct .bott .l .qr p{
    margin: 14px 0 0;
}
.l-midd .ctct .bott .r{
    -webkit-align-items: center;
    align-items: center;
    width: 55%;
    margin: 0 0 0 auto;
}
.l-midd .ctct .bott .r form{
    width: 100%;
	overflow: hidden;
}
.l-midd .ctct .bott .r .writ{
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.l-midd .ctct .bott .r input,
.l-midd .ctct .bott .r textarea{
    padding: 6px 0;
    color: #757575;
    border: 1px solid #CFCFCF;
}
.l-midd .ctct .bott .r .writ input{
    width: 31%;
	height: 37px;
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10px;
}
.l-midd .ctct .bott .r textarea{
    width: 100%;
    height: 135px;
    margin: 0 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10px;
}
.l-midd .ctct .bott .r input[type='submit']{
    width: 100px;
    height: 37px;
	margin: 10px 0 0;
    padding: 0;
    line-height: 40px;
    font-size: 16px;
    color: #CFCFCF;
    background: #383838;
}
.l-midd .ctct .bott .r form img{
	position: relative;
	top: 1px;
	margin: 0 0 0 10px;
}
.l-midd .ctct .bott .r form .yan{
	-wekbit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.l-midd .ctct .bott .r form .yan input{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10px;
	height: 37px;
}
.l-midd .ctct .bott .r form .yan img{
	height: 37px;
}
@media screen and (max-width: 1096px){
    .l-midd .ctct .bott .l{
        width: 100%;
        margin-bottom: 50px;
    }
    .l-midd .ctct .bott .l .row{
        -webkit-justify-content: center;
        justify-content: center;
    }
    .l-midd .ctct .bott .l .row .titl{
        width: 135px;
        margin: 0 40px 0 0;
    }
    .l-midd .ctct .bott .l .row .cont{
        width: 345px;
        margin-left: 0;
    }
    .l-midd .ctct .bott .r{
        width: 100%;
    }
}
@media screen and (max-width: 768px){
    .l-midd .ctct{
        padding-bottom: 20px;
    }
    .l-midd .ctct .top{
        height: 240px;
        background: url(../img/join-b.png) no-repeat;
		background-size: cover;
    }
    .l-midd .ctct .bott{
        padding-bottom: 30px!important;
    }
    .l-midd>.info {
        padding-top: 10px;
        padding-bottom: 40px;
    }
	.l-midd>.info .l-titl{
		padding-bottom: 30px;
	}
	.l-midd .info .item .top .text p:nth-child(2) {
		margin: 10px 0;
	}
	.l-midd .info .item .bott {
		margin: -6px 0 0;
	}
	.l-midd .info .item .more{
		margin: 30px auto 0;
	}
	.ctct .l-titl {
		padding: 30px 0 20px;
	}
	.ctct .l-titl span{
		display: block;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	.ctct .l-titl span:nth-child(2){
		width: 100%;
	}
	.l-midd .ctct .bott {
		padding: 45px 0 80px;
	}
	.l-midd .ctct .bott .l .row:nth-child(1) .cont p {
		font-size: 22px;
	}
	.l-midd .ctct .bott .l .row {
		margin: 0 0 20px;
	}
	.l-midd .ctct .bott .l .qr {
		margin: 20px 0 0;
	}
	.l-midd .ctct .bott .l .qr p {
		margin: 7px 0 0;
	}
	.l-midd .ctct .bott .r .writ input {
		width: 100%;
		height: 35px;
		padding: 5px 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 10px;
	}
	.l-midd .ctct .bott .r .yan input {
		width: 100%;
		height: 35px;
		padding: 5px 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 10px;
	}
	.l-midd .ctct .bott .r input[type='submit']{
		height: 35px;
		line-height: 35px;
		margin-top: 10px;
	}
	.l-midd .ctct .bott .r .yan img {
		height: 35px;
	}
	.l-midd .ctct .bott .r textarea {
		height: 95px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 10px;
	}
	.l-midd .ctct .bott .r input[type='submit'] {
		font-size: 14px;
	}
}
@media screen and (max-width: 571px){
    .l-midd .ctct .bott .l .row .titl{
        margin-right: 0;
        text-align: left;
    }
}
@media screen and (max-width: 527px){
    .l-midd .ctct .bott .l .row .titl{
        margin-right: 0;
        margin-bottom: 6px;
        text-align: center;
    }
    .l-midd .ctct .bott .l .row:nth-child(1) .cont{
        -webkit-justify-content: center;
        justify-content: center;
    }
    .l-midd .ctct .bott .l .qr{
        -webkit-justify-content: center;
        justify-content: center;
    }
}
.l-loca{
    padding: 0 0 48px;
	background: url(../img/l-prod-b.png) repeat;
	overflow: hidden
}
.l-loca .wrap{
	-webkit-display: flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	height: 69px;
	border-bottom: 1px solid #EBEBEB;
}
.l-loca *,
.l-loca a{
    line-height: 24px;
    font-size: 12px;
    color: #8f8f8f;
}
.l-loca a:hover{
    text-decoration: underline;
}
.l-loca span:last-child{
    color: #255a6e;
}
@media screen and (max-width:768px){
	.l-loca,
	.l-bann2{
		width: 100vw;
	}
}
.l-foot{
    width: 100%;
    background: #161C20;
}
.l-foot .l-wrap{
    width: 1078px;
}
.l-foot .top{
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 34px 0;
}
.l-foot .top h1 a{
    line-height: 36px;
    font-size: 14px;
    font-weight: normal;
    color: white;
}
.l-foot .top h1~p a{
    line-height: 36px;
    font-size: 12px;
    color: white;
}
.l-foot .top .info{
    text-align: left;
    line-height: 36px;
    font-size: 12px;
    color: white;
}
.l-foot .top .qr{
    margin: 14px 0 0;
    text-align: center;
}
.l-foot .top .qr .item{
    margin: 0 26px 0 0;
}
.l-foot .top .qr img{
    height: 82px;
}
.l-foot .bott{
    border-top: 1px solid #242E35;
}
.l-foot .bott .l-wrap{
    padding: 12px 0;
}
.l-foot .bott *,
.l-foot .bott a{
    line-height: 24px;
    font-size: 12px;
    color: #5f6c74;
}
.l-foot .bott a:hover{
    text-decoration: underline;
}
.l-foot .bott .link a{
	margin: 0 8px 0 0;
}
@media screen and (max-width: 1180px){
    .l-foot .l-wrap{
        width: 91%;
    }
}
@media screen and (max-width: 768px){
    .l-foot .top{
        -webkit-justify-content: center;
        justify-content: center;
    }
    .l-foot .top>.item:not(:last-child){
        display: none;
    }
    .l-foot .top>.item:last-child{
        text-align: center;
    }
    .l-foot .top .info{
        text-align: center;
    }
    .l-foot .top .qr{
        -webkit-justify-content: center;
        justify-content: center;
    }
    .l-foot .top .qr .item:last-child{
        margin-right: 0;
    }
}
.l-cont{
    background: url("../img/l-prod-b.png") repeat;
}
.l-side{
    padding: 10px 0 40px;
}
.l-side .l-wrap{
    -webkit-justify-content: center;
    justify-content: center;
}
.l-side .l-wrap a{
    border: 1px solid #EAEAEA;
    margin: 0 7px 10px;
    padding: 0 31px;
    line-height: 38px;
    color: #858686;
    background: #fff;
    -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-side .l-wrap a:hover,
.l-side .l-wrap a.active{
    border: 1px solid #255A6E;
    color: white;
    background: #255A6E;
}
.l-prod .list{
    margin-bottom: -15px;
}
.l-prod .list .item{
    margin: 0 5px 15px;
    display: inline-block;
}
.l-prod .list .item span{
    line-height: 0;
    font-size: 0;
}
.l-prod .list .item img{
    display: block;
    -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-prod .list .item: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-prod .list .item .text{
	height: 88px;
    padding: 20px 0;
    text-align: center;
    -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-prod .list .item:hover .text{
    background: #255A6E;
}
.l-prod .list .item .text p:nth-child(1){
    font-size: 16px;
    color: #515151;
    -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-prod .list .item .text p:nth-child(2){
    font-family: Arial;
    color: #cfcfcf;
    -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-prod .list .item:hover .text p{
    color: white;
}
.l-mess .l-wrap{
    position: relative;
    padding: 0 0 135px;
}
.l-mess .cont{	
    width: 1016px;
    -webkit-box-shadow: 0px 1px 18px 1px #e8e8e8;
    -moz-box-shadow: 0px 1px 18px 1px #e8e8e8;
    box-shadow: 0px 1px 18px 1px #e8e8e8;
    padding: 33px 28px 100px;
    background: white;
}
.l-mess .cont .titl{
    margin: 0 0 42px;
}
.l-mess .cont .titl p:nth-child(1){
    font-size: 16px;
    color: #606060;
}
.l-mess .cont .titl p:nth-child(2){
    margin: 3px 0 0;
    color: #a6a6a6;
}
.l-mess .cont form{
	position: relative;
	z-index: 999;
}
.l-mess .cont input,
.l-mess .cont textarea{
    border: 1px solid #E1E7EE;
    color: #ACACAC;
}
.l-mess .cont .top{
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.l-mess .cont .top input{
    width: 32%;
    height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 20px;
    padding: 0 0 0 18px;
}
.l-mess .cont .yan input{
	height: 40px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 20px 20px 0;
    padding: 0 0 0 18px;
}
.l-mess .cont .yan img{
	height: 40px;	
}
.l-mess .cont textarea{
    width: 100%;
    height: 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin: 0 0 20px;
    padding: 7px 0 7px 18px;
}
/* WebKit, Blink, Edge */
.l-mess input::-webkit-input-placeholder{
    color: #ACACAC;
}
/* Mozilla Firefox 4 to 18 */
.l-mess input:-moz-placeholder{
    color: #ACACAC;
}
/* Mozilla Firefox 19+ */
.l-mess input::-moz-placeholder{
    color: #ACACAC;
}
/* Internet Explorer 10-11 */
.l-mess input:-ms-input-placeholder{
    color: #ACACAC;
}
/* WebKit, Blink, Edge */
.l-mess textarea::-webkit-input-placeholder{
    color: #ACACAC;
}
/* Mozilla Firefox 4 to 18 */
.l-mess textarea:-moz-placeholder{
    color: #ACACAC;
}
/* Mozilla Firefox 19+ */
.l-mess textarea::-moz-placeholder{
    color: #ACACAC;
}
/* Internet Explorer 10-11 */
.l-mess textarea:-ms-input-placeholder{
    color: #ACACAC;
}
.l-mess .bott input{
    width: 231px;
    height: 59px;
    margin: 40px 0 0;
    font-size: 16px;
    color: white;
    background: #303030;
}
.l-mess .shad{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 662px;
    height: 603px;
    background: url("../img/l-sugg-i.png") no-repeat bottom left;
    background-size: contain;
}
@media screen and (max-width: 1115px){
    .l-mess .cont{
        width: 100%;
    }
    .l-mess .cont .top input{
        width: 100%;
    }
}
@media screen and (max-width: 910px){
    .l-mess .cont{
        padding: 0;
    }
    .l-mess .shad{
        display: none;
    }
	.l-mess .l-wrap {
		padding: 0 0 50px;
	}
	.l-mess .bott input {
		width: 200px;
		height: 45px;
		margin: 40px 0 0;
		font-size: 14px;
	}
}
.l-sear{
    height: calc(100vh - 76px);
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	margin: 76px 0 0;
    background: url("../img/l-sear-b.png") no-repeat center;
}
.l-sear .wrap{
    width: 1200px;
    margin: 0 auto;
}
.l-sear .titl{
	margin-bottom: 80px;
    text-align: center;
}
.l-sear .titl p:nth-child(1){
    line-height: 36px;
    font-size: 36px;
    color: white;
}
.l-sear .titl p:nth-child(2){
    margin: 17px 0 0;
    color: #4C4A4B;
}
.l-sear form{
    color: white;
}
@media screen and (max-width: 768px){
	.l-sear .titl p:nth-child(1) {
		line-height: 0px;
		font-size: 18px;
	}
	.l-sear form .submit {
		margin-top: 30px;
	}
}
.l-searL{
    margin-bottom: -58px;
    padding: 0 0 150px;
}
.l-searL .item{
    border: 1px solid #F2F2F2;
    margin-bottom: 58px;
}
.l-searL .item:nth-child(odd){
    margin-right: 58px;
}
.l-searL .item .text{
    width: 500px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 35px 40px 0;
	text-align: left;
}
.l-searL .item .text .titl p:nth-child(1){
    margin: 0 0 7px;
    font-size: 16px;
    color: #666666;
}
.l-searL .item .text .titl p:nth-child(2){
    color: #9b9b9b;
}
.l-searL .item .text .phon{
    margin: 2px 0 0;
}
.l-searL .item .text .phon img{
    position: relative;
    top: -4px;
    margin: 0 2px 0 0;
}
.l-searL .item .text .phon span{
    font-size: 16px;
    color: #666666;
}
.l-searL .item .l-hr{
    width: 28px;
    margin: 28px 0 15px;
    background: #D5D5D5;
}
.l-searL .item .text .bott{
    line-height: 36px;
    color: #9b9ba1;
}
.l-searL .item .text .bott span{
    color: #555555;
}
@media screen and (max-width:1318px){
	.l-searL .list{
		text-align: center;
	}
	.l-searL .item{
		display: inline-block;
		float:none;
		margin-left: 29px!important;
		margin-right: 29px!important;
		margin-bottom: 30px;
	}
}
@media screen and (max-width:691px){
	.l-searL .item{
		margin-left: 0!important;
		margin-right: 0!important;
	}
}
.l-searL .l-sear{
	height: auto;
	margin: 0 0 55px;
	background: none;
}
.l-searL .l-sear .l-wrap{
	width: 100%;
}
.l-searL .l-sear form .sect select{
	border: 1px solid #E6E6E6;
}
.l-searL .l-sear form .sect2>input{
	width: 50%;
	border: 1px solid #E6E6E6;
}
.l-searL .l-sear form .sect2 .rzsf p{
	color: #3e3e3e;
}
.l-searL .l-sear form .sect2 .rzsf em{
	color: #3e3e3e;
}
.l-searL .l-sear form .submit{
	margin: 0 0 0 15px;
}
.l-searL .l-sear form .submit input:nth-child(2) {
    margin-left: 11px;
}
.l-searL .num{
	border-bottom: 1px solid #EBEBEB;
	margin: 0 0 27px;
	padding: 0 0 10px;
	font-size: 18px;
	color: #4d4d4d;
}
.l-searL .num span a{
	display: none;
	color: #255a6e;
}
.l-searL .num span a:last-child{
	display: inline-block;;
}
@media screen and (max-width:1271px){
	.l-searL .l-sear form .sect2>input{
		width: 40%;
	}
}
@media screen and (max-width:1081px){
	.l-searL .l-sear form .sect2{
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.l-searL .l-sear form .sect2>input{
		width: 100%;
		margin-bottom: 15px;
	}
	.l-searL .l-sear form .submit{
		margin-left: 0;
	}
}
@media screen and (max-width:633px){
	.l-searL .l-sear form .submit{
		-webkit-order: 2;
		order: 2;
	}
	.l-searL.l-sear form .sect2 .rzsf{
		-webkit-order: 1;
		order: 1;
		width: 100%;
		margin: 0!important;
		padding: 0 13px 0 0!important;
	}
}
@media screen and (max-width:627px){
	.l-searL .item .l-img2{
		position: relative;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.l-searL .item .text{
		width: 100%;
		padding: 35px 40px 15px;
	}
}
@media screen and (max-width: 402px){
	.l-searL{
		margin-bottom: 0;
		padding: 0 0 50px;
	}
	.l-searL .l-sear {
		padding: 0;
	}
}
.l-abou img{
	max-width: 100%;
}
.l-abou .know{
    padding: 0 0 210px;
}
.l-abou .know .titl{
    margin: 100px 0 20px;
}
.l-abou .know .titl p:nth-child(1){
    font-family: Swis721 Hv BT;
    font-size: 30px;
    color: #2a2a26;
}
.l-abou .know .titl p:nth-child(2){
    margin: 22px 0 0;
    font-size: 24px;
    color: #595959;
}
.l-abou .know .cont{
    -webkit-align-items: center;
    align-items: center;
}
.l-abou .know .cont .hd{
    margin-bottom: -32px;
}
.l-abou .know .cont .hd li{
    width: 232px;
    height: 60px;
    background: white;
    -webkit-box-shadow: 0px 1px 12px 1px #ededed;
    -moz-box-shadow: 0px 1px 12px 1px #ededed;
    box-shadow: 0px 1px 12px 1px #ededed;
    margin: 0 0 32px;
    padding: 0 30px;
    align-items: center;
}
.l-abou .know .cont .hd li.on{
    background: #161C22;
}
.l-abou .know .cont .hd li span:nth-child(1){
    margin: 0 28px 0 0;
    color: #666666;
}
.l-abou .know .cont .hd li.on span:nth-child(1){
    margin: 0 12px 0 0;
    color: white;
}
.l-abou .know .cont .hd li span:nth-child(2){
    display: none;
    font-family: Swis721 Hv BT;
    font-size: 13px;
    color: #bfbfbf;
}
.l-abou .know .cont .hd li.on span:nth-child(2){
    display: block;
}
.l-abou .know .cont .hd li.on img{
    display: none;
}
.l-abou .know .cont .bd{
    position: relative;
    margin: 0 0 0 auto;
    -webkit-box-shadow: 0px 1px 32px 1px #e9e9e9;
    -moz-box-shadow: 0px 1px 32px 1px #e9e9e9;
    box-shadow: 0px 1px 32px 1px #e9e9e9;
	background: white;
}
.l-abou .know .cont .bd:after{
    content: '';
    display: block;
    position: absolute;
    left: 290px;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 960px;
    height: 618px;
    background: url("../img/l-abou-sect3-b2.png");
}
.l-abou .know .cont .bd .item{
    position: relative;
    z-index: 99;
    width: 887px;
}
.l-abou .know .cont .bd .item .swiper-container{
    z-index: 99;
}
.l-abou .know .cont .bd .item .swiper-slide>a{
    display: block;
}
.l-abou .know .cont .bd .text{
    width: 331px;
    height: 430px;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 37px;
    text-align: left;
    background: white;
}
.l-abou .know .cont .bd .text p:nth-child(1){
    margin: 0 0 22px;
    font-size: 16px;
    color: #313131;
}
.l-abou .know .cont .bd .text p:nth-child(2){
    line-height: 36px;
    color: #918f8f;
}
@media screen and (max-width: 1265px){
    .l-abou .know .cont .hd{
        position: relative;
        z-index: 99;
        width: 100%;
        margin: 30px 0 100px;
        -webkit-display: flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .l-abou .know .cont .hd li{
        min-width: 218px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .l-abou .know .cont .bd{
        width: 100%;
    }
}
@media screen and (max-width: 975px){
    .l-abou .know{
        padding-bottom: 0;
    }
    .l-abou .know .cont .hd{
        margin: 30px 0 0px;
    }
    .l-abou .know .cont .bd:after{
        display: none;
    }
    .l-abou .know .cont .bd .item{
        width: 100%;
    }
    .l-abou .know .cont .bd .l-img2{
        width: 100%;
    }
    .l-abou .know .cont .bd .l-img2 span,
    .l-abou .know .cont .bd .l-img2 span img{
        width: 100%!important;
        height: auto!important;
        top: 0!important;
        left: 0!important;
    } 
    .l-abou .know .cont .bd .text{
        width: 100%;
        height: auto;
        padding-top: 50px;
        padding-bottom: 98px;
    }
}
@media screen and (max-width: 768px){
	.l-abou .know .titl {
		margin: 45px 0 0px;
	} 
	.l-abou .know .cont .bd .text {		
		padding-top: 20px;
		padding-left: 12px;
		padding-right: 12px;
	}
	.l-abou .know .cont .bd .text p:nth-child(1) {
		margin: 0 0 8px;
	}
	.l-abou .know .cont .bd .text p:nth-child(2) {
		line-height: 24px;
	}
	.know .swiper-button-prev, .know .swiper-container-rtl .swiper-button-next{
		left: 12px!important;
	}
	.know .swiper-button-next, .know .swiper-container-rtl .swiper-button-prev{
		left: 92px!important;
	}
}
.l-sear form .sect{
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.l-sear form .sect select{
	width: 32.5%;
	height: 50px;
	background: #FFFFFF url(../img/l-sear-i3.png) no-repeat center right;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	padding: 0 0 0 10px;
	color: #707070;
}
.l-sear form .sect2{
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin: 15px 0 0;
}
.l-sear form .sect2>input{
	width: 82%;
	height: 50px;
	background: #FFFFFF;				
	padding: 0 0 0 10px;
	color: #bababa;
}
.l-sear form .sect2 .rzsf{
	height: 50px;
	margin: 0 0 0 auto;
	padding: 13px 0 0;
}
.l-sear form .sect2 .rzsf p{
	color: white;
}
.l-sear form .sect2 .rzsf label:nth-child(2){
	margin: 0 18px 0 0;
}
.l-sear form .sect2 .rzsf i{
	display: block;
	float: left;
	width: 25px;
	height: 25px;
	margin: 0 9px 0 0;
	background: url('../img/l-sear-i.png');
}
.l-sear form .sect2 .rzsf label:nth-child(2) i{
	background: url('../img/l-sear-ia.png');
}
.l-sear form .sect2 .rzsf em{
	font-style: normal;
}
.l-sear form .submit{
	margin-top: 52px;
}
.l-sear form .submit input{
	width: 178px;
	height: 50px;
	color: white;
	background: #255A6E;
}
.l-sear form .submit input:nth-child(2){
	margin-left: 35px;
	background: #161F24;
}
@media screen and (max-width:1232px){
	.l-sear form .sect2>input{
		width: 78%;					
	}
}
@media screen and (max-width:1024px){
	.l-sear form .sect2>input{
		width: 75%;					
	}
}
@media screen and (max-width:932px){
	.l-sear form .sect2>input{
		width: 72%;					
	}
}
@media screen and (max-width:824px){
	.l-sear form .sect2>input{
		width: 67%;					
	}	
}
@media screen and (max-width:768px){
	.l-sear{
		margin-top: 0;
	}
	.l-abou .qual>.titl{
		margin-bottom: 15px;
	}
	.l-abou .l-news>.titl {
		margin: 37px 0 20px;
	}
	.l-news .item {
		margin-bottom: 0px;
	} 
}
@media screen and (max-width:674px){
	.l-sear form .sect2{
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;	
	}
	.l-sear form .sect2>input{
		width: 100%;					
	}
}
@media screen and (max-width:434px){
	.l-sear form .submit input:nth-child(2){
		display: none;
	}
}
@media screen and (max-width:402px){
	.l-sear{
		height: auto;
		padding: 55px 0;
	}
	.l-sear .titl{
		margin-bottom: 40px;
	}
	.l-sear form .sect select{
		width: 100%;
		margin: 0 0 15px;
	}
	.l-sear form .sect select:last-child{
		margin-bottom: 0;
	}
}
.l-prodS{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.l-prodS>.l-wrap>h1{
	margin: 0 0 .2rem;
	font-size: 14px;
}
.l-prodS>.l-wrap>p{
	margin: -.2rem 0 .2rem; 
}
.l-prodS img{
	max-width: 100%;
	height: auto!important;
	margin: 7px 0;
}
.l-prodS .cont{
	text-align: left;
}
.l-sx{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px 0 80px;
	text-align: left;
}
.l-mapW{
	margin: 0 auto 70px;
	text-align: left;
}
.l-mapW .list{
	padding: 10px 0;
	border-bottom: 1px dotted #CCCCCC;
}
.l-mapW>div:nth-last-child(2){
	border: none;
}
.l-mapW h3{
	margin: 0 0 5px;
}
.l-mapW h3 a{
	font-size: 14px;
}
.l-mapW h3 a:hover{
	text-decoration: underline;
}
.l-mapW .two{
	padding: 0 0 0 10px;
}
.l-mapW .two a{
	display: inline-block;
	padding: 4px 15px 4px 0;
}
.l-mapW .two a:hover{
	text-decoration: underline;
}
.l-abou .sect{
	margin: 104px 0 0;
	padding: 0 0 95px;
}
.l-abou .sect .swiper-slide {
	background-size: cover;
	background-position: center;
}
.l-abou .sect .gallery-top {
	width: 654px;
	height: 420px;
}
.l-abou .sect .gallery-thumbs {
	width: 100%;
	height: 185px;;
	box-sizing: border-box;
	margin: 45px auto 0;
}
.l-abou .sect .gallery-thumbs .swiper-slide {
	width: 280px;
	height: 100%;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	cursor: pointer;
}
.l-abou .sect .gallery-thumbs .swiper-slide-active {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.l-abou .sect .text{
	padding: 20px 0 0 40px;;
}
.l-abou .sect .text h1{
	margin: 0 0 20px;;
	font-size: 16px;
	color: #2a3338;
}
.l-abou .sect .text p{
	line-height: 40px;;
	color: #676767;
}
@media screen and (max-width: 1060px){
	.l-abou .sect .gallery-thumbs{
		height: 120px;
	}
}
@media screen and (max-width: 768px){
	.l-abou .sect{
		margin: 35px 0 0;
		padding: 0 0 40px;
	}
	.l-abou .sect .text h1 {
		margin: 0 0 10px;
	}
	.l-abou .sect .text p {
		line-height: 32px;
	}
	.l-sx { 
		padding: 30px 0 45px;
	}
}
@media screen and (max-width: 742px){
	.l-abou .sect .pic{
		width: 100%;
	}
	.l-abou .sect .gallery-top {
		width: 100%;
	}
	.l-abou .sect .gallery-thumbs{
		height: 100px;
		margin-top: 15px;
	}
}
@media screen and (max-width: 522px){
	.l-abou .sect .gallery-thumbs{
		height: 70px;
		margin-top: 15px;
	}
}
@media screen and (max-width: 380px){
	.l-abou .sect .gallery-top {
		height: 200px;;
	}
	.l-abou .sect .gallery-thumbs{
		height: 50px;
		margin-top: 15px;
	}
}

.pin-stor{
	padding: 120px 0;
	color: white;
	background: url("../img/pin-b.png") no-repeat center;
	background-size: cover;
}
.pin-stor .text{
	width: 450px;
	margin: 60px 0 0;
}
.pin-stor .item:nth-child(1) .text{
	margin-right: 20px;
}
.pin-stor .swip{
	width: 710px;
}
.pin-stor .item .titl p:nth-child(1){
	font-size: 18px;
}
.pin-stor .item .titl p:nth-child(1) span{
	color: #283035;
	text-transform: uppercase;
}
.pin-stor .item .titl .l-hr{
	width: 95px;
	height: 2px;
	margin: 30px 0 24px;
	background: #255A6E;
}
.pin-stor .item .titl p:nth-child(3){
	margin: 0 0 65px;
	font-family: Trebuchet MS;
	line-height: 56px;
	font-size: 47px;
	text-transform: uppercase;
}
.pin-stor .item .desc p{
	line-height: 44px;
	color: #e5e5e5;
}
.pin-stor .item:nth-child(2){
	margin: 110px 0 0;
}
.pin-stor .item:nth-child(2)>.text{
	margin: 60px 0 0 auto;
}
.pin-stor .item:nth-child(1) .swip{
	margin: 0 0 0 auto;
}
@media screen and (min-width: 768px){
	.pin-stor .item:nth-child(2)>.swip{
		-webkit-order: -1;
		order: -1;
	}	
}
.pin-stor .item .l-img{
	position: relative;
	width: 488px;
	height: 655px;
	overflow: visible;
}
.pin-stor .item .l-img:before{
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 20px;
	z-index: -1;
	width: 100%;
	height: 110%;
	background: #161F24;
}
.pin-stor .item:nth-child(2) .l-img:before{
	left: -20px;
}
.pin-stor .item .l-img img{
	max-width: 488px;
	max-height: 655px;
}
.pin-stor .swiper-slide{
	padding: 20px 0;
}
.pin-stor .swiper-slide .text{
	width: 176px;
	margin: 200px 0 0 auto;
	text-align: left;
	line-height: 35px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.pin-stor .item:nth-child(2) .swiper-slide .text{
	-webkit-order: -1;
	order: -1;
	margin: 200px auto 0 0;
}
/*翻页 0*/
.pin-stor .swiper-button-next,
.pin-stor .swiper-button-prev{position:absolute;top:97.5%;width:75px;height:40px;margin-top:-22px;z-index:10;cursor:pointer;background-size:75px 40px;background-position:center;background-repeat:no-repeat}

.pin-stor .swiper-button-prev,
.pin-stor .swiper-container-rtl .swiper-button-next{background-image:url("../img/pin-lf.png");left:527px;right:auto}

.pin-stor .swiper-button-next,
.pin-stor .swiper-container-rtl .swiper-button-prev{background-image:url("../img/pin-rg.png");right:32px;left:auto}
/*翻页 1*/
/*翻页 0*/
.pin-stor .item:nth-child(2) .swiper-button-prev,
.pin-stor .item:nth-child(2) .swiper-container-rtl .swiper-button-next{background-image:url("../img/pin-lf.png");left:0;right:auto}

.pin-stor .item:nth-child(2) .swiper-button-next,
.pin-stor .item:nth-child(2)    .swiper-container-rtl .swiper-button-prev{background-image:url("../img/pin-rg.png");right:auto;left:75px;}
/*翻页 1*/
.pin-stor .swiper-pagination{
	bottom: 100px;
	left: 216px;
	line-height: 24px;
	font-size: 24px;
}
.pin-stor .swiper-pagination-current{
	line-height: 72px;
	font-size: 72px;
}
.pin-stor .item:nth-child(2) .swiper-pagination{
	width: auto;
	bottom: 100px;
	left: 0;
}
@media screen and (min-width: 1200px){
	.pin-stor .l-wrap{
		width: 1200px;
	}
}
@media screen and (max-width: 1140px){
	.pin-stor .item.l-flex.no-wrap{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.pin-stor .text{
		width: 100%;
	}
	.pin-stor .item:nth-child(1) .text {
		margin-right: 0;
	}
	.pin-stor .swip{
		margin: 0 auto!important;
	}
	.pin-stor .item:nth-child(1) .swip{
		margin-top: 50px!important;
	}
}
@media screen and (max-width: 768px){
	.pin-stor .item .swiper-slide .text{
		display: none;
	}
	.pin-stor .swiper-pagination{
		display: none;
	}
	.pin-stor .item .l-img{
		width: auto;
		height: auto;
		margin: 0 auto;
	}
	.pin-stor .item .l-img img{
		max-width: none;
		max-height: none;
	}
	.pin-stor .swip{
		width: 100%;
	}
	.pin-stor .swiper-slide{
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	}
	/*翻页 0*/
	.pin-stor .swiper-button-next,
	.pin-stor .swiper-button-prev{position:absolute;top:50%;width:75px;height:40px;margin-top:-22px;z-index:10;cursor:pointer;background-size:75px 40px;background-position:center;background-repeat:no-repeat}

	.pin-stor .swiper-button-prev,
	.pin-stor .swiper-container-rtl .swiper-button-next{background-image:url("../img/pin-lf.png");left:0!important;right:auto!important;}

	.pin-stor .swiper-button-next,
	.pin-stor .swiper-container-rtl .swiper-button-prev{background-image:url("../img/pin-rg.png");right:0!important;left:auto!important;}
	/*翻页 1*/
}
@media screen and (max-width: 580px){
	.pin-stor .item .l-img:before{
		display: none;
	}
}
.pin-si{
	padding: 150px 0;
	color: white;
	background: url("../img/pin-b2.png") no-repeat center;
	background-size: cover;
}
.pin-si .titl{
	margin: 0 0 90px;
}
.pin-si .titl p:nth-child(1){
	line-height: 36px;
	font-size: 36px;
}
.pin-si .titl p:nth-child(2){
	margin: 12px 0 0;
	font-family: Arial;
	font-size: 16px;
	color: #a9a9a9;
	text-transform: uppercase;
}
.pin-si .cont{
	margin-bottom: -45px;
}
.pin-si .cont p{
	margin: 0 0 45px;
	font-family: Candara;
	line-height: 48px;
	font-size: 24px;
}
 .pin-fact{
	padding: 150px 0;
	color: white;
	background: url("../img/pin-b3.png") no-repeat center;
	background-size: cover;
}
.pin-fact .l-wrap{
	width: 1200px;
}
.pin-fact .titl{
	margin: 0 0 90px;
	text-align: center;
}
.pin-fact .titl p:nth-child(1){
	line-height: 36px;
	font-size: 36px;
}
.pin-fact .titl p:nth-child(2){
	margin: 12px 0 0;
	font-family: Arial;
	font-size: 16px;
	color: #a9a9a9;
	text-transform: uppercase;
}
.pin-fact .cont{
	position: relative;
}
.pin-fact .swiper-slide{
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	background: #17181A;
}
.pin-fact .swiper-slide .text{
	max-width: 100%;
	padding: 23px 0;
}
.pin-fact .swiper-slide:nth-child(even) .text{
	-webkit-order: 3;
	order: 3;
}
.pin-fact .swiper-slide .text p:nth-child(1){
	width: 100%;
	padding: 0 8px;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pin-fact .swiper-slide .text p:nth-child(2){
	margin: 6px 0 -8px;
	color: #4f4f4f;
}
.pin-fact .swiper-slide .l-hr{
	display: inline-block;
	width: 40px;
	height: 2px;
	margin: 0 auto 23px;
	background: #255A6E;
}
.pin-fact .swiper-slide:nth-child(even) .l-hr{
	-webkit-order: 2;
	order: 2;
	margin: 23px auto 0;
}
/*翻页 0*/
.pin-fact .swiper-button-next,
.pin-fact .swiper-button-prev{position:absolute;top:50%;width:69px;height:69px;margin-top:-22px;z-index:10;cursor:pointer;background-size:69px 69px;background-position:center;background-repeat:no-repeat}

.pin-fact .swiper-button-prev,
.pin-fact .swiper-container-rtl .swiper-button-next{background-image:url("../img/proc-btn.png");left:-69px;right:auto}

.pin-fact .swiper-button-next,
.pin-fact .swiper-container-rtl .swiper-button-prev{background-image:url("../img/proc-btn2.png");right:-69px;left:auto}
/*翻页 1*/
@media screen and (max-width: 1340px){
	.pin-fact .l-wrap{
		width: 900px;
	}
}
@media screen and (max-width: 1040px){
	.pin-fact .l-wrap{
		width: 600px;
	}
}
@media screen and (max-width: 740px){
	.pin-fact .l-wrap{
		width: 300px;
	}
}
@media screen and (max-width: 438px){
	.pin-fact .l-wrap{
		width: 91%;
	}
	.pin-fact .l-wrap .swiper-slide img{
		width: 100%;
	}
}
.pin-disp{
	padding: 150px 0;
	color: white;
	background: url("../img/pin-b4.png") no-repeat center;
	background-size: cover;
}
.pin-disp .l-wrap{
	width: 1200px;
}
.pin-disp .titl{
	margin: 0 0 90px;
	text-align: center;
}
.pin-disp .titl p:nth-child(1){
	line-height: 36px;
	font-size: 36px;
}
.pin-disp .titl p:nth-child(2){
	margin: 12px 0 0;
	font-family: Arial;
	font-size: 16px;
	color: #a9a9a9;
	text-transform: uppercase;
}
.pin-disp .cont{
	position: relative;
}
.pin-disp .swiper-slide .text{
	display: block;
	padding: 25px 45px;
	text-align: left;
	color: white;
}
.pin-disp .swiper-slide .text p:nth-child(1){
	font-size: 16px;
}
.pin-disp .swiper-slide .text p:nth-child(2){
	margin: 2px 0 13px;
	font-size: 12px;
	color: #4f4f4f;
}
.pin-disp .swiper-slide .text p:nth-child(3){
	line-height: 26px;
	color: #a1a1a1;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
	text-overflow:ellipsis;
}
/*翻页 0*/
.pin-disp .swiper-button-next,
.pin-disp .swiper-button-prev{position:absolute;top:50%;width:69px;height:69px;margin-top:-22px;z-index:10;cursor:pointer;background-size:69px 69px;background-position:center;background-repeat:no-repeat}

.pin-disp .swiper-button-prev,
.pin-disp .swiper-container-rtl .swiper-button-next{background-image:url("../img/proc-btn.png");left:-69px;right:auto}

.pin-disp .swiper-button-next,
.pin-disp .swiper-container-rtl .swiper-button-prev{background-image:url("../img/proc-btn2.png");right:-69px;left:auto}
/*翻页 1*/
@media screen and (max-width: 1340px){
	.pin-disp .l-wrap {
		width: 91%;
	}
	.pin-disp .swiper-button-prev,
	.pin-disp .swiper-container-rtl .swiper-button-next{background-image:url("../img/proc-btn.png");left:0;right:auto}

	.pin-disp .swiper-button-next,
	.pin-disp .swiper-container-rtl .swiper-button-prev{background-image:url("../img/proc-btn2.png");right:0;left:auto}
	.pin-disp .swiper-slide img{
		width: 100%;
	}
}
@media screen and (max-width: 768px){
	.pin-disp .swiper-button-next,
	.pin-disp .swiper-button-prev{position:absolute;top:28%;width:45px;height:45px;margin-top:-22px;z-index:10;cursor:pointer;background-size:45px 45px;background-position:center;background-repeat:no-repeat}

	.pin-disp .swiper-slide .text {
		padding: 25px 15px;
	}
}
.pin-auth{
	background: url("../img/pin-b5.png") no-repeat center!important;
	background-size: cover!important;
}
.pin-syst{
	padding: 150px 0;
	color: white;
	background: url("../img/pin-b6.png") no-repeat center!important;
	background-size: cover!important;
}
.pin-syst .l-wrap{
	width: 1200px;
}
.pin-syst .titl{
	margin: 0 0 90px;
	text-align: center;
}
.pin-syst .titl p:nth-child(1){
	line-height: 36px;
	font-size: 36px;
}
.pin-syst .titl p:nth-child(2){
	margin: 12px 0 0;
	font-family: Arial;
	font-size: 16px;
	color: #a9a9a9;
	text-transform: uppercase;
}
.pin-syst .cont{
	position: relative;
}
.pin-syst .swiper-slide{
	position: relative;
	width: 386px;
}
.pin-syst .swiper-slide .shad{
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-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;
}
.pin-syst .swiper-slide:hover .shad{
	opacity: 1;
}
.pin-syst .swiper-slide .shad p:nth-child(1){
	font-size: 16px;
	color: white;
}
.pin-syst .swiper-slide .shad p:nth-child(2){
	margin: 4px 0 10px;
	text-transform: uppercase;
	font-size: 12px;
	color: #848484;
}
.pin-syst .swiper-slide .shad .l-hr{
	display: inline-block;
	width: 50px;
	height: 3px;
	margin: 17px auto 33px;
	background: #255A6E;
}
.pin-syst .swiper-slide .shad p:nth-child(4){
	width: 240px;
	margin: 0 auto;
	line-height: 36px;
	color: #949494;
}
/*翻页 0*/
.pin-syst .swiper-button-next,
.pin-syst .swiper-button-prev{position:absolute;top:50%;width:69px;height:69px;margin-top:-22px;z-index:10;cursor:pointer;background-size:69px 69px;background-position:center;background-repeat:no-repeat}

.pin-syst .swiper-button-prev,
.pin-syst .swiper-container-rtl .swiper-button-next{background-image:url("{$l_url}img/proc-btn.png");left:-69px;right:auto}

.pin-syst .swiper-button-next,
.pin-syst .swiper-container-rtl .swiper-button-prev{background-image:url("{$l_url}img/proc-btn2.png");right:-69px;left:auto}
/*翻页 1*/
@media screen and (max-width: 1340px){
	.pin-syst .l-wrap{
		width: 792px;
	}
}
@media screen and (max-width: 930px){
	.pin-syst .l-wrap{
		width: 386px;
	}
}
@media screen and (max-width: 528px){
	.pin-syst .l-wrap{
		width: 91%;
	}
	/*翻页 0*/
	.pin-syst .swiper-button-prev,
	.pin-syst .swiper-container-rtl .swiper-button-next{background-image:url("../img/proc-btn.png");left:0px;right:auto}

	.pin-syst .swiper-button-next,
	.pin-syst .swiper-container-rtl .swiper-button-prev{background-image:url("../img/proc-btn2.png");right:0px;left:auto}
	/*翻页 1*/
}

.pin-case{
	padding: 150px 0;
	color: white;
	background: url("../img/pin-b7.png") no-repeat center!important;
	background-size: cover!important;
}
.pin-case .l-wrap{
	width: 1200px;
}
.pin-case .titl{
	margin: 0 0 90px;
	text-align: center;
}
.pin-case .titl p:nth-child(1){
	line-height: 36px;
	font-size: 36px;
}
.pin-case .titl p:nth-child(2){
	margin: 12px 0 0;
	font-family: Arial;
	font-size: 16px;
	color: #a9a9a9;
	text-transform: uppercase;
}
@media screen and (max-width: 768px){
	.pin-stor {
		padding: 0;
	}
	.pin-stor .item:nth-child(2) {
		margin: 0px 0 0;
	}
	.pin-stor .item:nth-child(2)>.text {
		margin: 35px 0 0 auto;
	}
	.pin-stor .item .titl p:nth-child(3) {
		margin: 0 0 10px;
		line-height: 32px;
		font-size: 24px;
	}
	.pin-stor .item .desc p {
		line-height: 32px;
	}
	.pin-stor .item:nth-child(1) .swip{
		margin-top: 12px!important;
	}
	.pin-stor .item .swip .swiper-container{
		height: 100%;
	}
	.pin-stor .item .swip .swiper-slide{
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		overflow: hidden;
	}
	.pin-stor .item .swip .swiper-slide img{
		max-width: 100%;
		max-height: 100%;
	}
	.pin-si {
		padding: 35px 0;
	}
	.pin-si .titl {
		margin: 0 0 18px;
	}
	.pin-si .cont p {
		margin: 0 0 18px;
		font-family: 微软雅黑;
		line-height: 28px;
		font-size: 14px;
	}
	.pin-fact {
		padding: 35px 0;		
	}
	.l-side {
		padding: 10px 0 18px;
	}
	.l-side .l-wrap {
		width: 100%;
		padding: 0 10px;
		-webkit-justify-content: center;
		justify-content: center;
	}
	.l-side .l-wrap a {
		margin: 0 6px 10px 0;
		padding: 0 12px;
	}
	.l-loca {
		padding: 0 0 29px;
	}
	.pin-fact .titl {
		margin: 0 0 30px;
	}
	.pin-disp {
		padding: 35px 0;
	}
	.pin-disp .titl {
		margin: 0 0 30px;
	}
	.l-midd .qual {
		padding-top: 15px!important;
	}
	.l-midd .qual .l-titl{
		padding-bottom: 15px;
	}
	.pin-syst {
		padding: 50px 0;
	}
	.pin-syst .titl {
		margin: 0 0 34px;
	}
	.pin-case {
		padding: 45px 0;
	}
	.pin-case .titl {
		margin: 0 0 30px;
	}
	.pin-stor .text {
		margin: 42px 0 0;
	}
	.pin-stor .item .titl .l-hr {
		margin: 20px 0 15px;
	}
	.pin-si .titl p:nth-child(1) {
		font-size: 18px;
	}
	.pin-si .titl p:nth-child(2) {
	    margin: -2px 0 0;
		font-size: 14px;
	}
	.pin-fact .titl p:nth-child(1) {
		font-size: 18px;
	}
	.pin-fact .titl p:nth-child(2) {
	    margin: -2px 0 0;
		font-size: 14px;
	}
	.pin-disp .titl p:nth-child(1) {
		font-size: 18px;
	}
	.pin-disp .titl p:nth-child(2) {
	    margin: -2px 0 0;
		font-size: 14px;
	}
	.pin-syst .titl p:nth-child(1) {
		font-size: 18px;
	}
	.pin-syst .titl p:nth-child(2) {
	    margin: -2px 0 0;
		font-size: 14px;
	}
	.pin-case .titl p:nth-child(1) {
		font-size: 18px;
	}
	.pin-case .titl p:nth-child(2) {
	    margin: -2px 0 0;
		font-size: 14px;
	}
	.l-news .wrap {
		margin-bottom: 20px
	}
	.l-ctct .info .l .text p {
		line-height: 28px;
	}	
	.m-nav-side>ul>li:nth-child(2) img,
	.m-nav-side>ul>li:nth-child(3) img,
	.m-nav-side>ul>li:nth-child(8) img{
		display: none;
	}
	.m-nav-side>ul>li:nth-child(2) ul,
	.m-nav-side>ul>li:nth-child(3) ul{
		display: none!important;
	}
	.l-midd .abou .more .l-btn {
		width: 165px;
		height: 36px;
		line-height: 36px;
		padding: 0;
	}
	.l-abou .know .cont .hd li {
		height: 40px;
	}
	.l-abou .know .titl p:nth-child(1) {
		font-size: 16px;
	}
	.l-abou .know .titl p:nth-child(2) {
		margin: 0;
		font-size: 14px;
	}
	.l-abou .know .cont .hd{
        margin-bottom: 8px;
    }
    .l-abou .know .cont .hd li{
       margin-bottom: 14px;
    }
    .l-abou .know .cont .hd li span:nth-child(2){
        width: 84px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        /* margin-bottom: 14px; */
    }
	.pin-syst .swiper-button-next, .pin-syst .swiper-button-prev {
		width: 50px;
		height: 50px;
		background-size: 50px 50px;
	}
	.l-prod .list .item:hover img{
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	.l-prodR {
		padding: 0 0 25px;
	}
	.l-mess .cont .top input {
		margin: 0 0 10px;
	}
	.l-mess .cont textarea {
		margin: 0 0 10px;
	}
	.l-mess .cont .yan input {
		margin-bottom: 10px;
	}
}