@charset "utf-8";

*,*:before,*:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body{
	font-weight: normal;
	margin:0 auto;
	font-family:"PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei";;
	line-height:normal;
    position: relative;
}
ul,dl,dd,h1,h2,h3,h4,h5,h6,form,p { padding:0; margin:0;font-weight: normal;}
ul { list-style:none;}
*{ margin:0px; padding:0px;list-style: none;}
img { border:0px;display: block;max-width: 100%;}
h2,h4{font-weight: normal;}
a { color:#535353; text-decoration:none;}
.clear{ clear:both;}
.clearfix{ zoom: 1; }
.clearfix:after { content: ''; display: block; clear: both; }
.fl {float:left;}
.fr {float:right;}
.hidden{display: none;}
/*-----------------头部开始--------------------*/
.mt60{margin-top: 60px;}

button:focus,input:focus,select:focus{
	outline: none;
}
.so .con .submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 100%;
    background: url(../images/so.png) no-repeat center;
        background-size: auto;
    font-size: 0;
    border: none;
    -o-background-size: 25px auto;
    -ms-background-size: 25px auto;
    -moz-background-size: 25px auto;
    -webkit-background-size: 25px auto;
    background-size: 25px auto;
}
.so .con {
    display: none;
    position: absolute;
    top: 124%;
    right: 0;
    width: 200px;
    height: 36px;
    background-color: #F2F2F2;
}
.so .con .inp {
    padding: 0 45px 0 10px;
    width: 100%;
    height: 100%;
    border: none;
    background-color: transparent;
    color: #fff;
}
.so {
    position: relative;
    float: right;
    width: 100px;
    height: 82px;
   margin-right: 72px;
    margin-left: 91px;
}
.so .js-btn {
    display: block;
    height: 100%;
    background: url(../images/so.png) no-repeat center;
    -o-background-size: 25px auto;
    -ms-background-size: 25px auto;
    -moz-background-size: 25px auto;
    -webkit-background-size: 25px auto;
    background-size: 25px auto;
    margin-top: 12px;
}
.so:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: 0;
    width: 1px;
    height: 22px;
    background-color: #a0a0a0;
}
.so:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 0;
    width: 1px;
    height: 22px;
    background-color: #a0a0a0;
}
.absolute {
    position: absolute;
}
.hide {
    display: none;
}
.relative {
    position: relative;
    
}
.img4-box>img{
    /*width: 470px;*/
}
.text-center {
    text-align: center;
}
.wrap{
    width: 1280px;
    margin: auto;
}
.nb-icon-wrap{
    margin-top: 150px !important;
}
.lxb-container{
    margin-top: 10px;

}
.header{
   width: 100%;
   position: fixed;
   left: 0;
   top: 0;
   height: 101px;
   z-index: 9999;
   background: #fff;
}
.logo img {
    height: 80px;
}

.menu > li > a{
    font-size: 16px;
    display: block;
    line-height: 96px;
    border-bottom: 5px solid transparent;
}
.contact{
    display: block;
    width: 180px;
    position: absolute;
    text-align: center;
    height: 101px;
    right: 0;
    top: 0;
    border:1px solid red;
}
.header::after {
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    content: '';
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, transparent 100%);
    bottom: -3px;
    left: 0;
}

.logo{margin-top: 9px;}



.menu > li{
    margin-left: 35px;
    float: left;
}

.menu > li.active > a{
    border-bottom-color: #ff0007;
}

.swiper{
    overflow: hidden;
    position: relative;
   
    display: block;
    align-items: center;
    width: 100%;
    height: 100vh;
    z-index: 0;
}

.swiper a{
    display: block;
    width: 100%;
    height: 100%;
   
    position: relative;
}

.swiper .swiper-slide{
    background-size: cover;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-position: center;
}
.swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-info{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}

.eng-1{
    font-size: 10px;
    color: #fff;
}



.h3{
    font-size: 72px;
    color: #fff;
}

.p-china{
    font-size: 24px;
    color: #fff;
    margin-top: 25px;
}

.p-text{
    font-size: 12px;
    color: #fff;
    opacity: .6;
    margin-top: 40px;
    line-height: 2;
}

.swiper-btn{
    width: 54px;
    height: 48px;
    background-color: #da0032;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 94px;
    right: 56px;
    z-index: 2;
}

.prev-btn{
    right: 110px;
    background-image: url(../images/left.png);
}

.next-btn{
    background-image: url(../images/right.png);
}

.down-ico{
    width: 45px;
    height: 150px;
    background: url(../images/scroll.png) center center no-repeat;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -22.5px;
     z-index: 2;
}

.container{
    width: 1180px;
    margin: auto;
}

.section-1-left{
    width: 470px;
}

.section-1{
    padding: 92px 0;
    position: relative;
	/*
    margin-top: 100vh;*/
	margin-top:0;
    z-index: 1;
    background: #fff;
}

.title-box h3{
    font-size: 30px;
    color: #000000;
    font-weight: 600;
}

.title-box p{
    font-size: 20px;
    color: #999999;
    text-transform: uppercase;
    padding-top:6px;
}
.box-1>img{
    height: 305px;
    object-fit: cover;
}
.p1{
    font-size: 14px;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 15px;
}

.con-box{
    margin-top: 24px;
    padding-left: 30px;
    border-left: 1px solid #da0032;
    padding-right: 30px;
}

.p2{
    font-size: 14px;
    color: #000000;
    font-weight: 600;
}

.box-1{
    margin-top: 40px;
    position: relative;
}

.info-1{
    width: 250px;
    height: 80px;
    background: rgba(218,0,50,0.7);
    position: absolute;
    bottom: 0;
    left: 0;
    padding-top: 15px;
    padding-left: 46px;
}

.lin{
    display: block;
    width: 20px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 20px;
}

.info-1 h3{
    font-size: 16px;
    color: #fff;
}

.info-1 p{
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}

.section-2-right{
    width: 707px;
}

.flex{
    display: flex;
    align-items: center;
}

.img3-box{
    margin-top: 100px;

}
.img3-box>img{
    width: 100%;
    margin:0 auto;
}



.box-shadow{
    box-shadow: 0 0 25px 5px #cbcbd6;
}

.img3-box{margin-left: 6px;}

.img4-box{margin-top: 6px;width: 512px;margin-left: 3px;}
.gugong{
    margin-left: 3px;
}
.more{
    display: block;
    background: url(../images/flex-right.jpg) right center no-repeat;
    padding-right: 30px;
    font-size: 16px;
    color: #000000;
}

.section-1 .more{
    position: absolute;
    right: 0;
    top: 0;
}

.section-2{
    padding: 68px 0 100px;
    background: #f2f2f2;
    z-index: 2;
    position: relative;
}

.small-nav{
    padding-top: 18px;
}

.small-nav a,.small-nav img{margin-left: 24px;}

.small-nav a{
    font-size: 16px;
    color: #000;
}

.small-nav a.on,.small-nav a:hover{color: #da0032;}

.product-list li{
    float: left;
    margin-right: 23px;
    width: 378px;
	margin-top: 23px;
}

.product-list{margin-top: 30px;}

.product-list li:nth-child(3n){margin-right: 0;}

.infobox{
    background: #fff;
    padding: 15px 0 15px 20px;
    transition: all .5s;
}

.infobox h3{
    font-size: 16px;
    color: #000;
    font-weight: 600;
    transition: all .5s;
}

.infobox p{
    font-size: 12px;
    color: #666666;
    margin-top: 6px;
    transition: all .5s;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.product-list li a img{
    max-width: 100%;
    object-fit: cover;
}
.product-list li:hover .infobox{background: #da0032;}
.product-list li:hover .infobox h3,.product-list li:hover .infobox p{color: #fff;}
.product-list li img{width: 377px;height: 340px;}
.footer{line-height: 88px;background: #000; z-index: 2;
    position: relative;}
.footer span{
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}

.foot-box{
    background: #16161f;
    padding: 54px 0 60px;
    z-index: 2;
    position: relative;
}

.foot-box .container{
    
}

.foot-box h3{
    font-size: 25px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 26px;
}

.foot-box p,.li-2,.li-2 a{
    font-size: 13px;
    color: #9d9d9d;
    margin-bottom: 12px;
}

.li-2{
    margin-left: 205px;
}

.li-2 a{line-height: 1.6;display: inline-block;}

.news-box{
    padding: 70px 0 90px;
    z-index: 2;
    position: relative;
    background: #fff;
}

.news-title-list{
    width: 780px;
}

.news-box-w{
    margin-top: 35px;
}

.news-title-list li{
    overflow: hidden;
    margin-bottom: 34px;
    margin-right:46px;
    width: 366px;
    float: left;
}

.news-title-list li:nth-child(2n){margin-right: 0;}

.day{
    font-size: 30px;
    font-weight: 600;
    color: #000000;
}

.year{
    font-size: 12px;
    color: #b7b5b6;
}

.news-con{
    width: 288px;
}

.news-con h3{
    font-size: 14px;
    color: #000;
    font-weight: 600;
}

.news-con p{
    font-size: 12px;
    color: #999999;
    margin-top: 6px;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}

.img-news{
    position: relative;
}

.img-news-info{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 16px;
}

.img-news-info h3{
    font-size: 14px;
    color: #fff;
}

.img-news-info p{
    font-size: 12px;
    color: #fff;
    margin-top: 4px;
}

.ly-box{
    height: 596px;
}

.lists li{
    float: left;
    position: relative;
    float: left;
    height:596px;
    color: #fff;
    text-align: center;
    z-index: 10;
    transition: all, 0.5s linear;
}

.lists li.active{
    width: calc(100% - (146px * 5));
    display: table;
    table-layout: fixed;
}


.lists li:not(.active) {
    width: 146px;
    border-left: 2px solid rgba(252,251,251,0.80);
    background: rgba(51,51,51,0.80);
    cursor: pointer;
}

.lists li:not(.active) h3 img, .lists li:not(.active) p, .lists li:not(.active) .btnC {
    display: none;
}

.lists li:not(.active) h3 figcaption {
    position: absolute;
    top: 60px;
    left: 64px;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    text-align: right;
    text-transform: uppercase;
    display: block;
    writing-mode: vertical-lr;
}

legend, caption, figcaption {
    display: none;
}

.tit{
    font-size: 30px;
    margin-bottom: 10px;
    color: #fff;
}

.eng{
    font-size: 20px;
    color: #fff;
}

.smalls{
    font-size: 14px;
    color: #fff;
    margin-top: 46px;
    line-height: 1.65;
    margin-bottom: 60px;
    width: 70%;
    margin: 0 auto;
}

.lists li .more{display: inline-block;background-image: url(../images/more.png);color: #fff;}



.inners{
    padding-top: 100px;
}

.lists li:not(.active)  .tit, .lists li:not(.active) .eng, .lists li:not(.active)  .smalls,  .lists li:not(.active)  .more-box{
    display: none;
}

.ly-box dd {
    position: absolute;
    top: 0;
    /*left: 50%;*/
    width: 100%;
   
    margin-left: 0px;
    z-index: 5;
    background: #fff;
}

.ly-box dl {
    position: relative;
    clear: both;
    max-width: 100%;
    height:596px;
    margin: 0 auto;
    overflow: hidden;
        background: #fff;
}

.lists li:not(.active):after {
    position: absolute;
    right: 0;
    bottom: 80px;
    width: 50px;
    height: 7px;
    background: #fff;
    display: block;
    content: "";
}

.ly-box dd img{
    height: 596px;
    width: 100%;
    object-fit: cover;
}
.bottomSlider{
    display: none !important;
}

@media(max-width: 1400px){
    
.menu > li > a {
    font-size: 15px !important;
    display: block;
    line-height: 96px;
    border-bottom: 5px solid transparent;
}
.logo img {
    height: 75px;
}
}

@media(max-width: 1388px){
    .header>.clearfix>div{
        display: none;
    }

    .header>.clearfix .so{
        display: none;
    }

    .so:before {
       display: none;
    }

    .so:after {
        display: none;
    }

    .top-nav1{
        display: none;
    }

   .header{
    display: none;
   } 
   .logo img {
        height: 110px;
    }

    .header :nth-child(2) a{
        display: none;
    }
    .navbtn {
        display: block;
        width: .42rem;
        margin-top: .2rem;
    }
    .fr{
        float: right;
    }
    .m_header {
        display: block !important;
        background: #fff;
        padding: 10px 15px;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
    }
    .m_header .logo {
        margin-top: 0;
    }
    .sp ul li a {
    display: block;
    font-size: 13px;
    color: #333;
    position: relative;
}
.sp ul li {
    background: url(../images/navline.png) repeat-x center bottom;
    background-size: 1px 1px;
    line-height: 44px;
    padding: 0 8%;
}
    .m-sub-menu {
    position: fixed;
    right: -100%;
    width: 66%;
    top: 0;
    z-index: 100;
    height: 100%;
    background-color: #fff;
    transition: all 0.74s ease 0s;
    z-index: 1005;
    display: block !important;
    overflow-y: scroll;
}
.m-sub-menu .top-box {
    height: 44px;
    line-height: 44px;
    padding: 0 8%;
    background: url(../images/navline.png) repeat-x center bottom;
    background-size: 1px 1px;
}
.m-sub-menu .top-box .close {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(../images/ico_37.png) no-repeat center;
    margin-top: 12px;
    cursor: pointer;
    transition: transform 0.3s ease 0s;
}


    .m-sub-menu.left {
    right: 0;
    transition: all 0.84s ease 0s;
}
.all_wrap.left, .m_header.left {
        transform: translateX(-66%);
        transition: all 0.8s ease-out 0s;
    }
}


@media(max-width:999px){
    .bottomSlider {
        display: block !important;
        width: 92%;
        margin:0 auto;
        position: fixed;
        bottom: 6px;
        left: 50%;
        margin-left: -50%;
        background: #FF0007;
        height: 42px;
        border-radius: 21px;
        z-index: 300;
    }
    .swiper-slide img{
    width: 100%;
    height:256px; 
    object-fit: cover;
    margin-top: 68px;

    }
    .section-1{
        margin-top: 47vh;
    }


    .bottomSlider li a {
        display: block;
        width: 100%;
        height: 100%;
    }
    .bottomSlider li {
        width: 50%;
        float: left;
        height: 41px;
        text-align:center;
    }
    .bottomSlider li.phone_icon a {
        background: url(../images/phone_icon.png) no-repeat center;
        background-position-x: center;
        background-position-y: center;
        background-repeat: no-repeat;
        background-size: auto auto;
        background-size: auto 25px;
        border-right: 1px solid #fff;
        background-size:20px 20px;
        background-repeat: no-repeat;
        background-position: 20px center;
        font-size: 14px;
        color: #fff;
        line-height: 45px;

        display:block;
    }
    .bottomSlider li.speak_icon a {
        background: url(../images/speak_icon.png) no-repeat center;
        background-position-x: center;
        background-position-y: center;
        background-size:20px 20px;
        background-repeat: no-repeat;
        background-size: auto auto;
        background-size: auto 25px;
        background-repeat: no-repeat;
        background-position: 20px center;
        font-size: 14px;
        color: #fff;
        line-height: 45px;

        display:block;
}
	.m-sub-menu {
		position: fixed;
		right: -100%;
		width: 66%;
		top: 0;
		z-index: 100;
		height: 100%;
		background-color: #fff;
		transition: all 0.74s ease 0s;
		z-index: 1005;
		display: block !important;
		overflow-y: scroll;
	}
	
	.m-sub-menu.left {
		right: 0;
		transition: all 0.84s ease 0s;
	}

    .swiper-slide{
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        /*width:95%;*/
        /*margin:0 auto;*/
    }

	.m-sub-menu .top-box {
		height: 44px;
		line-height: 44px;
		padding: 0 8%;
		background: url(../images/navline.png) repeat-x center bottom;
		background-size: 1px 1px;
	}

	.m-sub-menu .top-box .stt {
		display: inline-block;
		font-size: 14px;
		color: #999;
		width: 80%;
	}

	.m-sub-menu .top-box .close {
		display: inline-block;
		width: 17px;
		height: 17px;
		background: url(../images/ico_37.png) no-repeat center;
		margin-top: 12px;
		cursor: pointer;
		transition: transform 0.3s ease 0s;
	}

	.sp ul li {
		background: url(../images/navline.png) repeat-x center bottom;
		background-size: 1px 1px;
		line-height: 44px;
		padding: 0 8%;
	}

	.navlist ul li .navh::before {
		content: "";
		display: block;
		width: 16px;
		height: 16px;
		background: url(../images/subnavjia.png) no-repeat;
		background-size:16px 16px;
		position: absolute;
		right: 7.5%;
		top: 50%;
		margin-top: -8px;
	}

	.sp ul li a {
		display: block;
		font-size: 14px;
		color: #333;
		position: relative;
	}

	.sp ul li a::before {
		content: "";
		display: block;
		width: 8px;
		height: 16px;
		background: url(../images/flex-next.png) no-repeat center;
		background-size: 8px 16px;
		margin-top: -8px;
		position: absolute;
		right: 0;
		top: 50%;
	}

	.navlist ul li {
		background: url(../images/navline.png) repeat-x center bottom;
		background-size: 1px 1px;
		line-height: 44px;
	}

	.navlist ul li a {
		padding: 0 8%;
		font-size: 14px;
		color: #333;
		display: block;
		line-height: 44px;
	}

	.navlist ul li .navh {
		display: block;
		position: relative;
	}

	.navlist ul li dl {
		display: none;
		background-color: #eee;
	}

	.navlist ul li dl dd {
		background: none;
	}

	.all_wrap,.m_header{
		transition: all 0.8s ease-out 0s;
	}

	.all_wrap.left, .m_header.left {
		transform: translateX(-66%);
		transition: all 0.8s ease-out 0s;
	}

	.navbtn{
		width: .57rem;
        margin-top: .36rem;
    }

	.m_header {
        display:block !important;background: #fff;padding: 10px 15px;width: 100%;position: fixed;
        top: 0;left: 0;z-index: 999;border-bottom:1px solid rgba(0, 0, 0, .05);
    }

	.m_logo{width: 3.6rem;}

    .header,.menu_box,.swiper-btn{display: none;}
    
    .h3{
        font-size: .4rem;
    }

    .p-china {
        font-size: .24rem;
        margin-top:.25rem;
    }

    .p-text {
        margin-top:.4rem;
    }


    .container{
        width: 92%;
    }

    .down-ico {
        width: .45rem;
        height: 1.5rem;
        background-size: 100% 100%;
        margin-left: -.225rem;
        z-index: 2;
    }
    .section-1 {
        padding: .6rem 0;
    }

    .footer span,.img-news,.section-1-left,.section-2-right,.box-shadow,.news-title-list,.news-title-list li{
        float: none;
        width: 100%;
    }

    .title-box h3{
        font-size: .35rem;
    }

    .title-box p{font-size: .24rem;}

    .more{
        font-size: 13px;
        background-size: .1rem .12rem;
        padding-right: .3rem;
    }

    .con-box{
        padding-left: .3rem;
    }

    .section-2-right .flex{display: inline;}

    .section-2-right{margin-top: 15px;}

    .img3-box{margin: 15px auto;float: none;}
    .img3-box img{width: 100%;}

    .section-2 ,.news-box{
        padding:.6rem 0;
    }

    .small-nav,.foot-box,.ly-box{display: none;}

    .product-list li{
        float: none;
        width: 100%;
        margin: 0;
        margin-bottom: 15px;
    }

    .news-box-w{margin-top: 15px;}
    .news-con {
        width: 5.3rem;
    }

    .news-title-list li{margin-right: 0;margin-bottom: .3rem;}

    .footer span{
        display: block;
    }

    .footer{
        padding: 15px 0;
        line-height: 1.5;
        text-align: center;
    }

    .banner-info {
        width: 100%;
        padding: .6rem;
    }

    .m_header  .logo img{height: 0.85rem;}

    .m_header  .logo{margin-top: 0;}

}


    }