.banner1 img{
	width: 100%;
	height: 100vh;
}
/*.banner1 img{
	width: 100%;
}*/

/*热门产品*/
#section1{
	background: url(../images/remai-bg.jpg)no-repeat center;
	background-size: 100% 100%;
}
.i-title h3{
	text-align: center;
	margin-bottom: 30px;
	font-size: 28px;
/*	background: url(../images/che.png)no-repeat center;
	background-position: 60% -10px;*/

}
.remen{
	padding:20px 0; 
}
.remen .i-title h3{
	color: #fff;
}
.remen .swiper2 img{
	width: 100%;
}
.remen .swiper2 .swiper-slide .intro p{
	text-align: center;
	padding: 5px 0;
	color: #666;
}
.remen .swiper2 .swiper-slide{
	position: relative;
}
.remen .swiper2 .swiper-slide .img-box .intro{
	position: absolute;
	height: 22px;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	margin-top: -11px;
	display: none;
	transition: .5s;
}
.remen .swiper2 .swiper-slide .img-box .cover{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.5);
	display: none;
	transition: .5s;
}
.remen .swiper2 .swiper-slide .img-box .intro p{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
.remen .swiper2 .swiper-slide .img-box:hover .cover,
.remen .swiper2 .swiper-slide .img-box:hover .intro{
	display: block;
}

.remen .swiper-button-next, 
.remen .swiper-button-prev{
	display: none;
}
.remen .swiper2:hover .swiper-button-next,
.remen .swiper2:hover .swiper-button-prev{
	display: block;
}
/*优势*/
#section2{
	background: url(../images/adv_bg.png)no-repeat center;
}
.adv .i-title h3{background: none;}
#section2 h2{margin-bottom: 30px;}
.adv{
	background: url(../images/adv-bg.jpg)no-repeat center;
	position: relative;
	height: 280px;
	margin-top: 20px;
}
.adv .cover{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
	z-index: 1;
}
.adv .container{
	position: relative;
	z-index: 2;
	padding-top: 20px;
}
.adv .i-title h3{color: #fff;}
.adv ul li{
	float: left;
	width: 25%;
	text-align: center;
}
.adv ul li .item{
	display: inline-block;
}
.adv ul li .item img{
	width: 120px;
	transition: .5s;
}
.adv ul li .item .intro p{
	font-size: 16px;
	color: #fff;
	padding-top: 8px;
}
.adv .content ul li .item .img-box img:hover{
	transform: rotate(360deg);
}

/*手机优势*/
.i-adv .nei-c .beijing{
    margin: 0 auto;
}
.i-adv .nei-c ul li{
    border: 2px solid #fff;
    border-radius: 20px;
    margin-bottom: 30px;
    padding: 10px;
    background: #fff;
    transition: all .5s;
}

.i-adv .nei-c ul li .pt{
    width: 100%;
    text-align: center;
}
.i-adv .nei-c ul li .pt .img-box{
    width: 80px;
    height: 80px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    /*float: left;
    margin-bottom: 50px;
    height: 82px;*/
}
.i-adv .nei-c ul li .pt .img-box img{
    width: 100%;

}
.i-adv .nei-c ul li .pt .pt-c{
    /*width: 75%;
    float: right;
    padding-left: 10px;
    margin-bottom: 50px;
    height: 82px;*/
}
/*.i-adv .nei-c ul li:first-child{
    margin-top: 40px;
}*/
.i-adv .nei-c ul li .pt .pt-c h3{
    margin-top: 10px;
    font-size: 20px;
    color: #e45d4b;
}
.i-adv .nei-c ul li .pt .pt-c p{
    margin-bottom: 0;
    color: #999;
}
.i-adv .pt .img-box .p1{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    transition: .5s;
}
.i-adv .pt .img-box .p2{
    height: 80px;
    z-index: 3;
    position: absolute;
    left: 0;
    top: -100px;
    transition: .5s;
}
.i-adv ul li:hover .pt .p2{
    top: 0;
}
.i-adv ul li:hover .pt .p1{
    top: -100px;
}
.i-adv ul li:hover{
    background: #e45d4b;
}
.i-adv ul li:hover .pt .pt-c h3{
    color: #fff;
}
.i-adv ul li:hover .pt .pt-c p{
    color: #fff;
}

/*首页产品中心*/

.i-product{padding: 20px 0;}
.i-product .choose1{padding: 0 15px;margin: 10px 0;}
.i-product .choose1 ul li {
	width: 16.6%;
	margin: 0;
	text-align: center;
	box-sizing: border-box;
	
}
.i-product .tab-content ul li {
	margin-bottom: 10px;
}
.i-product .tab-content ul li img{
	width: 100%;
	display: block;
}
.i-product .tab-content ul li p{
	margin-bottom: 0;
	text-align: center;
	padding: 8px 0;
	color: #666;
}
.product .tab-box1 ul li {
    margin-bottom: 10px;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
	background: none;
	color: #666;
	border-bottom: 2px solid #000;
	border-radius: 0;
}
.nav-pills>li>a{color: #666;}
.tab-box1 ul li figure {
    overflow: hidden;
}
.tab-box1 ul li figure .p-img-b{
    position: relative;
}
.tab-box1 ul li figure img {
    
    overflow: hidden;
    width: 100%;
    transition: all .5s;
}

.tab-box1 ul li figure .fugai {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    overflow: hidden;
    transition: all .5s;
    display: none;
}

.tab-box1 ul li figure .plus {
    position: absolute;
    top: 30%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    margin-top: -15px;
    display: none;
    transition: all .5s;
}

.tab-box1 ul li figure:hover img {
    transform: scale(1.1);

}

.tab-box1 ul li figure:hover .fugai {
    display: block;
}

.tab-box1 ul li figure:hover .plus {
    top: 50%;
    display: block;
}

.tab-box1 ul li .p-name {
    display: block;
    text-align: center;
    padding: 15px 0;
    font-size: 16px;
    color: #555;
    background: #fff;
    border-bottom: 1px solid #ccc;
}

.tab-box1 ul li .pd:hover a.p {
    border-bottom: 1px solid #2f8bda;
}
.nav-pills>li+li {
        margin-left: 0!important;
    }

/*首页案例中心*/
#section4{background: url(../images/product_bg.png)no-repeat center;}
.anli{padding: 20px 0 40px;}
.anli .i-title h3{
	background-position: 55% -10px;
}
.anli .anli-l,
.anli .anli-z,
.anli .anli-r{
	height: 450px;
	overflow: hidden;
}
.anli .anli-l .img-box,
.anli .anli-r .img-box{
	height: 450px;
}
.anli .anli-l .img-box img,
.anli .anli-r .img-box img{
	height: 100%;
}
.anli .anli-z .img-box{
	height: 220px;
	overflow: hidden;
}
.anli .anli-z .col-md-12{
	margin-bottom: 10px;
	padding: 0;
}
.anli .anli-z .col-md-6{
	padding: 0;
	width: 49%;
	margin-right: 2%;
}
.anli .anli-z .col-md-6:last-child{
	margin-right: 0;
}
.anli .anli-z .col-md-6 img{
	width: 100%;
}
.anli .img-box{
	position: relative;
	overflow: hidden;
}
.anli .img-box .intro{
	position: absolute;
	top: 50%;
	left: 50%;
	height: 22px;
	transform: translateX(-50%);
	margin-top: -11px;
}
.anli .img-box .intro p{
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.anli .img-box .cover{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.4);
}
.anli .img-box img{
	transition: 0.5s;

}
.anli .img-box:hover img{
	transform: scale(1.1);
	cursor: pointer;
}

/*首页关于我们*/
.aboutus .i-title h3{
	background:none;
}
.aboutus{
	background: url(../images/about-bg.png)no-repeat center;
	background-size: 100% 100%; 
	padding: 20px 0;
}
.aboutus .i-title h3{
	color: #fff;
}
.aboutus .content .intro{
	padding: 20px 0;
}
.aboutus .content .intro p:first-child{
	color: rgb(212,212,212);
	font-size: 1.6rem;
	line-height: 2.4rem;
	padding-bottom: 1rem;
	text-indent: 2em;
}
.aboutus .content .contact-box{
	padding: 40px 0;
}
.aboutus .content .contact-box ul li{
	text-align: center;
}
.aboutus .content .contact-box ul li p{
	color: rgb(212,212,212);
	padding-top: 10px;
}
.aboutus .content .contact-box ul li:nth-child(2) p{
	line-height: 24px;
}
.aboutus .content .more{
	text-align: center;
	padding-top: 20px;
	margin-bottom: 20px;
}
.aboutus .content .more a{
	color: rgb(212,212,212);
	border-color: rgb(212,212,212);
	border: 2px solid;
	padding: 5px 15px;
}

.service_list_met_28_16_36 {}
.service_list_met_28_16_36 .head .title { text-align: center;margin-top: 0; margin-bottom: 0; color: #333333; color: ; opacity: 0; transform: translate(0, 100%); }
.service_list_met_28_16_36 .head .subtitle { margin-top: 0; color: #666666; color: ; opacity: 0; transform: translate(0, 100%); }
.service_list_met_28_16_36 .head .desc { margin-top: 0; color: #666666; color: ; opacity: 0; transform: translate(0, 100%); }
.service_list_met_28_16_36 .service-list {
    padding: 0;
    background:#ffffff;
    background:;
  }
.service_list_met_28_16_36 .service-list .item { 
    opacity: 0;
    transform: translate(0, 100%);
    visibility: inherit;
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
    width: 24.8%;
    margin-right: 0.2%;
    float: left;
    position: relative;
}
.service_list_met_28_16_36 .service-list .item:last-child{
	margin-right: 0;
}
.service_list_met_28_16_36 .service-list .item .mask{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}
.service_list_met_28_16_36 .service-list .item .mask .bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #161A1D;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(60));
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.service_list_met_28_16_36 .service-list .item:hover .bg.other-bg{
    opacity: 0.9;
    filter: alpha(opacity=90);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(90));
    background: #00a971;
    background: ;
}
.service_list_met_28_16_36 .service-list .item:hover .content {
    top: 5%;
}
.service_list_met_28_16_36 .service-list .item .mask .content .line-panel .item-line{
    width: 20px;
    height: 2px;
    background: #ffffff;
    display: inline-block;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.service_list_met_28_16_36 .service-list .item .mask .content .line-panel{
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
    margin-top: 20px;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.service_list_met_28_16_36 .service-list .item .mask .content .item-img-panel i{
    font-size: 45px;
    color:#00a971;
    color:;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.service_list_met_28_16_36 .service-list .item:hover .mask .content .item-img-panel i{
    color:#fff;
}
.service_list_met_28_16_36 .service-list .item:hover .content .line-panel .item-line{
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
}
.service_list_met_28_16_36 .service-list .item .mask .content{
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    bottom: 0;
    text-align: center;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.service_list_met_28_16_36 .service-list .item .mask .content .item-img-panel{
    position: relative;
    display: inline-block;
}
.service_list_met_28_16_36 .service-list .item .mask .content .item-img-panel img{
	width: 80px;
}
.service_list_met_28_16_36 .service-list .item .content .line-panel{
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
    margin-top: 20px;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.service_list_met_28_16_36 .service-list .item .mask .content .item-title{
    color: #ffffff;
    font-size: 22px;
    line-height: 24px;
    margin: 0;
    padding: 0;
    margin-top: 24px;
    font-weight: bold;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.service_list_met_28_16_36 .service-list .item .mask .content .item-desc{
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.service_list_met_28_16_36 .service-list .item .mask .content .item-desc{
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 0;
    padding: 0 30px;
    line-height: 24px;
}
.service_list_met_28_16_36 .service-list .item:hover .content .item-desc{
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
}
.service_list_met_28_16_36 .service-list .item:hover .content .item-desc{
    margin-top: 22px;
}
.service_list_met_28_16_36 .service-list .item:hover .content{
    top: 5%;
}
.service_list_met_28_16_36 .service-list .item .mask .content .item-link{
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.service_list_met_28_16_36 .service-list .item .mask .content .item-link{
    display: inline-block;
    border: 1px solid #ffffff;
    width: 120px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    margin-top: 62px;
}
.service_list_met_28_16_36 .service-list .item:hover .content .item-link{
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
}
.service_list_met_28_16_36 .service-list .item:hover .content .item-link{
    margin-top: 24%;
}
.service_list_met_28_16_36 .service-list .item .mask .content .item-link:hover{
    color: #00a971;
    color: ;
    background: #ffffff;
}
.service_list_met_28_16_36 li a img { margin: 0 auto; max-width: 100%; }

@media screen and (max-width: 1200px){
    .i-adv{
        background: #212d39!important;
    }
    .i-adv .title h3,
    .i-adv .sj-title h3{
        font-size: 28px;
        color: #fff;
    }
    
    .i-adv .sj-title{display: block;}
    .i-adv .title{display: none;}
    .i-adv .bj{display: none;}
    .i-adv .pt{
        width: 50%;
        border: 0;
        
        padding: 10px 0;
    }
    .i-adv .pt:nth-child(4), .i-adv .pt:nth-child(5), .i-adv .pt:nth-child(6){
        margin-bottom: 10px;
    }
    
    .i-adv .pt-c{
        width: 100%;
    }
    .i-adv .pt-c p{
        padding: 0 10px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    /*手机产品*/
    .i-product .choose1 ul li{
        width: 100%;
        background: #ccc;
        margin-bottom: 10px;
    }
    .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
        color: #fff;
        background: #000;
    }
    .i-product .tab-content ul li:nth-child(5),
    .i-product .tab-content ul li:nth-child(6),
    .i-product .tab-content ul li:nth-child(7),
    .i-product .tab-content ul li:nth-child(8){
        display: none;
    }
    .i-product .tab-box1 ul li:last-child .p-name{
        border-bottom: none;
    }
    /*手机案例*/
    .anli .anli-l, .anli .anli-r{
        height: 300px;
    }
    .anli .anli-z{height: auto;}
    .anli .anli-l.col-md-4{width: 100%;padding: 0;}
    .anli .anli-l .img-box img, .anli .anli-r .img-box img{height: auto;width: 100%;}
    .anli .anli-l .img-box, .anli .anli-r .img-box{
        height: 300px;
    }
    .anli .anli-l{
        margin-bottom: 10px;
    }
    .anli .anli-z .img-box{height: auto;}
    .anli .anli-z .col-md-6{float: left;margin-bottom: 10px;}
    .anli .anli-z .col-md-6 img{height: 100%;}
    .anli .anli-r{padding: 0;}

    /*首页关于我们*/
    .aboutus .content .intro p:first-child{
        text-align: justify;
        text-indent: 0;
        /*display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden;*/
    }
    .aboutus .content .contact-box{
        padding: 0;
    }
    .aboutus .content .contact-box ul li{
        margin-bottom: 20px;
    }
    /*产品详情页*/
    .exzoom{
        width: auto;
    }
}
@media (min-width:767px) and (max-width:1200px) {
	.service_list_met_28_16_36 img { max-width: 300px; margin: 0 auto }
}

@media (max-width:767px) {
	.service_list_met_28_16_36 { padding: 30px 15px; }
}
.service_list_met_28_16_36 .slick-arrow.slick-prev i{
    left: -20px;
}
.service_list_met_28_16_36 .slick-arrow.slick-next i{
    right: -20px;
}
.service_list_met_28_16_36 .slick-arrow i{
    position: absolute;
    color:#ffffff;
    top: 0;
    font-size: 80px;
}
.service_list_met_28_16_36 .slick-prev,.service_list_met_28_16_36 .slick-next{
    width:80px;
    height:80px;
}

.service_list_met_28_16_36 .abox{
    display: block;
}