@charset "UTF-8";


@media (min-width: 768px) {
    html {
        font-size: 28px!important;
    }
}
@media (min-width: 1025px) {
    ::-webkit-scrollbar {
        width: 6px;
        height:6px;
    }

    ::-webkit-scrollbar-track {
        background: #fff;
    }

    ::-webkit-scrollbar-thumb {
        background: #e60012;
        /*border-radius: 4px;*/
    }

    ::-webkit-scrollbar-thumb:window-inactive {
        background: #e60012;
    }

    ::-webkit-scrollbar-thumb:vertical:hover {
        background: #e60012;
    }
    html {
        font-size: 30px!important;
    }
    body{
        -ms-overflow-style: scrollbar;
    }
}
@media (min-width: 1440px) {
    html {
        font-size: 34px!important;
    }
}
@media (min-width: 1680px) {
    html {
        font-size: 40px!important;
    }
}
/* 重置表单样式 */
select::-ms-expand { display: none; }
input,select,textarea{
    box-shadow: none;
    outline: none;
    border: none;
    border-radius: 0;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance:none;
    appearance:none;  
    padding: 0;
}
textarea{
  resize: none;
}
select::-ms-expand { display: none; }
/* 更改placeholder颜色 */
input::-webkit-input-placeholder{
    color:#888;  
}  
input:-moz-placeholder{
    color:#888;
}  
input::-moz-placeholder{
    color:#888;
}  
input:-ms-input-placeholder {
    color:#888;
}  

textarea::-webkit-input-placeholder{
    color:#888;  
}  
textarea:-moz-placeholder{
    color:#888;
}  
textarea::-moz-placeholder{
    color:#888;
}  
textarea:-ms-input-placeholder {
    color:#888;
}
.index-swiper {
    position: relative;
    width: 100%;
    height: 100Vh;
    overflow: hidden;
}
.index-swiper .swiper-slide {
    position: relative;
    height: 100%;
    width: 100%;
}
.banner{
    position: relative;
}
.banner .pc-box {
    height: 100vh;
}
.banner .m-box {
    display: none;
}
.banner .pc-box, .banner .m-box{
    overflow: hidden;
}
.banner .swiper-slide {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow:hidden;
}
.banner .swiper-slide .pc-img-bg{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height:100%;
    transform: scale3d(1, 1, 1);
    transition: all 5s cubic-bezier(0.04, 0.79, 1, 1);
}
.banner .swiper-slide-active .pc-img-bg{
    // transform: scale3d(1.1, 1.1, 1);
}
.banner .swiper-slide video{
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    isplay: inline-block;
    vertical-align: baseline;
}
.banner .pc-box .btns{
    position:absolute;
    width:100%;
    text-align: center;
    bottom: 1rem;
    z-index: 10;
}
.banner .pc-box .btns span{
    width:12px;
    height:12px;
    border-radius:6px;
    display:inline-block;
    background-color: #5e6672;
    transition:all 0.3s;
    margin:0 5px;
}
.banner .pc-box .btns span.swiper-pagination-bullet-active{
    background-color:#e60012
}
.banner .pc-box .text-banner{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:80%;
    text-align:center;
    z-index: 10
}
.banner .pc-box .text-banner .en-name{
    font-size:1.2rem;
    color:#fff;
    font-family: "Century Gothic";
    line-height: 1.2;
    transition-delay: .3s;
}
.banner .pc-box .text-banner .cn-name{
    font-size: 2rem;
    color:#fff;
    line-height:1.2;
    margin-top:0.25rem;
    transition-delay: .5s;
}
.banner .pc-box .text-banner .more{
    width:6.5rem;
    line-height:1.5rem;
    height:1.5rem;
    border-radius:0.75rem;
    border:2px solid #afafaf;
    box-sizing: border-box;
    text-align:center;
    color:#fff;
    font-size:0.55rem;
    display:block;;
    margin: 1rem auto 0;
    transition:all 0.3s;
}
.banner .pc-box .text-banner .more span{
    font-size:0.45rem;
    margin-left:0.25rem;
}
.banner .pc-box .secwen {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateY(30px);
    transition: 0.8s;
}
.banner .pc-box .swiper-slide-active .secwen{
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateX(0);
    transition: 1s ease-in-out;
} 
.banner .m-box .text-banner{
    position:absolute;
    top:50%;
    left:50%;
    width:90%;
    transform:translate(-50%,-50%);
    text-align:center
}
.banner .m-box .text-banner .en-name{
    font-size:0.6rem;
    line-height:1.1;
    color:#fff;
}
.banner .m-box .text-banner .cn-name{
    font-size:0.7rem;
    line-height:1.1rem;
    color:#fff;
}
.banner .m-box .text-banner .more{
    width:2.4rem;
    line-height:0.6rem;
    height:0.6rem;
    color:#fff;
    border: 1px solid #e5e5e5;
    border-radius:0.3rem;
    display:block;
    margin:0.3rem auto ;
    font-size:0.24rem; 
}

.banner .m-box .btns{
    position:absolute;
    width:100%;
    text-align: center;
    bottom: 0.3rem;
    z-index: 10;
}
.banner .m-box .btns span{
    width:8px;
    height:8px;
    border-radius:4px;
    display:inline-block;
    background-color: #5e6672;
    transition:all 0.3s;
    margin:0 5px;
}
.banner .m-box .btns span.swiper-pagination-bullet-active{
    width:0.5rem;
    background-color:#fff;
}
.index2-list-swiper{
    position:relative;
    overflow:hidden;
    height:100Vh;
}
.index2-list-swiper .swiper-slide{
    position:relative;
    width:100%;
    height:100%;
}
.index2-list-swiper .swiper-slide .list2-bg{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    transform: scale3d(1, 1, 1);
    transition: all 5s cubic-bezier(0.04, 0.79, 1, 1);
}
.index2-list-swiper .swiper-slide-active .list2-bg{
    transform: scale3d(1.1, 1.1, 1);
}
.index2-list-swiper .swiper-slide img{
    width:24.5%;
    position: absolute;
    left:50%;
    top:60%;
    transition:all 1s;
}
.index2-list-swiper .swiper-slide .fadeimg{
 transform: translate(-50%,-50%) scale(0);
}
.index2-list-swiper .swiper-slide-active .fadeimg{
 transform: translate(-50%,-50%) scale(1);
}
.index2-list-swiper .btn-span{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    right:1rem;
    z-index: 20;
    width:6px;
    display:none
}
.index2-list-swiper .btn-span span{
    width:2px;
    height:0.75rem;
    display:block;
    background-color:#fff;
    opacity: 0.2;
    margin-bottom: 0.25rem;
    transition:all 0.3s;
}
.index2-list-swiper .btn-span span.swiper-pagination-bullet-active{
    width:6px;
    opacity:1
}
.list-text-pro{
    position:absolute;
    top:15%;
    left:50%;
    transform:translateX(-50%);
    text-align:center;
    width:80%;
    z-index: 20;
}
.list-text-pro .title{
    font-size:1rem;
    color:#000;
    line-height:1.2rem;
    transition-delay: .3s;
}

.list-text-pro ul{
    margin-top: 0.6rem;
    text-align:center;
    font-size:0;
    transition-delay: .7s;
}
.index-swiper .swiper-slide .secwen{
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateY(30px);
    transition: 0.8s;
}
.index-swiper .swiper-slide-active .secwen{
   opacity: 1;
   filter: alpha(opacity=100);
   transform: translateX(0);
   transition: 1s ease-in-out;
}
.list-text-pro ul li{
    display:inline-block;
    font-size:0.35rem;
    color:#000;
    transition:all 0.3s;
    height:1rem;
    border-radius:0.55rem;
    border: 1px solid #000;
    width:6rem;
    margin: 0 0.25rem;
    line-height:1rem;
    box-sizing: border-box;
    cursor:pointer;
    transform:translate3D(0,0,0) 
}
.list-text-pro ul li a{
    color:#000;
    transition:all 0.3s;
    display:block
}
.list-text-pro ul li.cur{
    background-color:#000;
    color:#333;
}
.list-text-pro ul li.cur a{
      color:#fff;
}
.index-video{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    transform: scale3d(1, 1, 1);
    transition: all 5s cubic-bezier(0.04, 0.79, 1, 1);
} 
.index-video-pho{
background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    height: 100%;
    display:none
}
.index-swiper .swiper-slide .vidoe2{
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    isplay: inline-block;
    vertical-align: baseline;
    opacity:0;
    transition:all 0.3s;
} 
.index-swiper .swiper-slide .vidoe2.cur{
    opacity:1
}          
.video-title{
 font-size:1.2rem;
 color:#fff;
 line-height:1.3rem; 
 position:absolute;
 top:13%;
 left:50%;
 transform:translateX(-50%);
}
.bo-video{
    width:1.75rem;
    height:1.75rem;
    display:block;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    background-image:url(../img/bo.png);
    position:absolute;
    left:50%;
    top: 50%;
    transform:translate(-50%,-50%);
    cursor: pointer;
    z-index: 50;
    animation: arrow2 1s infinite linear;
}
@keyframes arrow2{
    0% {
        transform: translate(-50%,-50%);
    }
    50% {
        transform: translate(-50%,-70%);
    }
    100% {
        transform: translate(-50%,-50%);
    }
}
.index4-ul{
    padding: 10px;
}
.index4-ul li{
    float: left;
    width:49.5%;
    height:calc(100Vh - 20px);
    overflow:hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-right: 1%;
    position:relative;
}
.index4-ul li:nth-child(2){
    margin-right:0%;
}
.index4-ul li .li-text{
    position:absolute;
    top:30.5%;
    left:50%;
    transform:translateX(-50%);
    text-align:center;
    width:80%;
}
.index4-ul li .li-text .name{
    font-size:1.1rem;
    color:#fff;
    font-weight:bold;
    line-height:1.2rem;
    transition-delay: .3s;
}
.index4-ul li .li-text .name-p{
    font-size:0.6rem;
    color:#fff;
    line-height:0.7rem;
    margin-top:0.3rem;
    transition-delay: .5s;
}
.index4-ul li .li-text .more{
    display:block;
    margin:0.8rem auto 0;
    width:4rem;
    height:1rem;
    line-height:1rem;
    border: 1px solid #fff;
    color:#fff;
    border-radius:0.5rem;
}
.index4-ul li .li-text .more span{
    margin-left: 0.15rem;
}
.index-swiper .swiper-slide.last{
    height:auto !important;
}

.nei-banner-mian{
    position:relative;;
    height:100Vh;
    width:100%;
    -transition:all 0.3s ease 0s;
}
.nei-banner-mian .img-bg,.nei-banner-mian .img-bg-pho{
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    height:100%;
    transition:all 0.3s ease;
    // background-attachment: fixed;
    // -webkit-background-attachment: fixed;
    // -ms-background-attachment: fixed;
    // -moz-background-attachment: fixed;
}
.nei-banner-mian .img-bg-pho{
    display:none
}
.nei-text-pro{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:80%;
    text-align:center;
}
.nei-text-pro .name-blod{
    font-size:1.8rem;
    line-height:1.8rem;
    color:#fff;
    font-weight:bold;
}
.nei-text-pro .name-en{
    font-size:0.9rem;
    line-height:1rem;
    color:#fff;
    margin-top:0.65rem;
    font-family:"Arial"
}
.about-list1{
    padding:2.5rem 0 2rem;
    background-position:center bottom;
    background-repeat:no-repeat;
    background-size:cover;
    position: relative;
    background: #fff;
}
.title-name-about{
    font-size:1.2rem;
    line-height:1.3rem;
    text-align:center;
    color:#1a1a1a;
}
.about-list1 .title-sm{
    font-size:0.6rem;
    line-height:0.8rem;
    color:#1a1a1a;
    margin-top:0.4rem;
    text-align:center;
}
.about-list2{
    position:relative;
    height:20rem;
    overflow:hidden;
}
.about-list2 .img-bg{
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    height:100%;
    // background-attachment: fixed;
    // -webkit-background-attachment: fixed;
    // -ms-background-attachment: fixed;
    // -moz-background-attachment: fixed;
}
.about-list2 .about-text-pro{
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    top:12.5%;
    text-align:center;
    width:80%;
}
.about-list2 .about-text-pro .tit-p{
    font-size:0.4rem;
    color:#545454;
    line-height:0.8rem;
}
.about-list2 .about-text-pro .ul-about{
    margin-top:1.75rem;
    text-align:center;
    font-size:0;
}
.about-list2 .about-text-pro .ul-about li{
    display:inline-block;
    vertical-align:top;
    margin:0 1.25rem;
    text-align:center;
    position:relative;
}
.about-list2 .about-text-pro .ul-about li .num{
    font-size:0.9rem;
    line-height:1rem;
    color:#e60012;
}
.about-list2 .about-text-pro .ul-about li .numname{
    font-size:0.35rem;
    color:#808080;
    line-height:0.4rem;
    margin-top:0.2rem;
}
.about-list2 .about-text-pro .ul-about li:after{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:1px;
    height:80%;
    right:-1.25rem;
    content: "";
    background-color:#e5e5e5;
}
.about-list2 .about-text-pro .ul-about li:last-child:after{
    display:none;
}
.about-list3{
    padding:2rem 0;
    background-position:center bottom;
    background-repeat:no-repeat;
    background-size:cover;
}
.about-list3 .title-sm{
    font-size:0.65rem;
    color:#333333;
    line-height:0.7rem;
    text-align:center;
}
.about-list3 .title-name-about{
    font-size:1.1rem;
    color:#212121;
    line-height:1.2rem;
    text-align:center;
    margin-top:0.75rem;
}
.about-text-pro .tit-sm{
    font-size:0.65rem;
    line-height:0.7rem;
    color:#fff;
    text-align:center;
}
.about-text-pro .title-name{
    font-size:1rem;
    line-height:1.1rem;
    color:#fff;
    text-align:center;
    margin-top:1rem;
}
.about-list4{
    padding:2rem 0;
}
.about-list4 .name{
    font-size:1.2rem;
    line-height:1.2rem;
    color:#1a1a1a;
    text-align:center;
}
.about-list4 .name-p{
    font-size:0.45rem;
    line-height:0.5rem;
    color:#999999;
    margin-top:0.5rem;
    text-align:center;
}
.map-img-div{
    margin:0.6rem auto 0;
    position:relative;
    width:58%;
}
.map-img-div>img{
    width:100%;
        transform: translateX(-5rem);
}
.map-img-div .additem{
    position:absolute;
    z-index: 10;
    cursor:pointer;
}
.map-img-div .additem .img{
    width:1.2rem;
    margin: 0 auto;
    transition:all 0.3s;
    text-align:center;
    position:relative;
}
.map-img-div .additem .img img{
    max-width:100%;
    transition:all 0.3s;
    opacity:0;
}
.map-img-div .additem .img img.img1{
    opacity:1;
    position:absolute;
    bottom:0%;
    left:50%;
    transform:translateX(-50%);
}

.map-img-div .additem.cur .img img.img1{
    opacity:0;
}
.map-img-div .additem.cur .img img.img2{
    opacity:1;
}
.map-img-div .additem .name-add{
    font-size:0.4rem;
    color:#3a3a3a;
    line-height:0.5rem;
    margin-top:0.15rem;
    transition:all 0.3s;
    text-align:center;
}
.map-img-div .additem.cur  .name-add{
    font-size:0.45rem;
    color:#e60012;
}
.map-img-div .item1 {
    top: 31.6%;
    right: 51.5%;
}
.map-img-div .item2 {
    top: 36.6%;
    right: 54.2%;
}
.map-img-div .item3 {
    top: 54.1%;
    left: 22.6%;
}
.map-img-div .item4 {
    top: 48.8%;
    right: 47.2%;
}
.map-img-div .item5 {
    top: 57.1%;
    right: 45.2%;
}
.map-img-div .item6 {
    top: 75%;
    right: 56.2%;
}
.map-img-div .map-demol{
    position:absolute;
    bottom:0;
    right:0;
    transform:translateX(60%);
    width:10.5rem;
    text-align:left;
    display:none;
}
.map-img-div .map-demol .div-li{
    padding:1.25rem;
    background-color:#fff;
    border-radius:6px;
    box-shadow:0 0 10px rgba(113, 113, 113, 0.13)
}
.map-img-div .map-demol .div-li .name{
    font-size:0.75rem;
    line-height:0.8rem;
    color:#333;
    text-align:left;
}
.map-img-div .map-demol .div-li .name-p{
    font-size:0.35rem;
    color:#545454;
    line-height:0.75rem;
    margin-top:1rem;
    text-align:left;
    max-height: 4.5rem;
}
.join-list1{
    padding: 2.25rem 0 4rem;
    background-color:#f5f5f5;
    position: relative;
    z-index: 1;
}
.join-list1 .title-name{
    font-size:0.9rem;
    line-height:1rem;
    text-align:center;
    color:#000;
}
.join-list1 .title-p{
    font-size:0.6rem;
    line-height:0.7rem;
    color:#000;
    text-align:center;
    margin-top:0.7rem;
}
.join-list1 .ajax-ul-join{
    margin-top:1.5rem;
    position:relative;
}
.join-list1 .ajax-ul-join li{
    float:left;
    width:31%;
    margin-right:3.5%;
    margin-bottom:1.1rem;
    position:relative;
    overflow:hidden;
    border: 1px solid #e5e5e5;
    box-sizing:border-box;
    border-radius:8px;
    overflow:hidden;
    background-position:right bottom;
    background-repeat:no-repeat;
    background-image:url(../img/2-img1.png);
    transition:all 0.3s;
}
.join-list1 .ajax-ul-join li:nth-child(3n){
    margin-right:0;
}
.join-list1 .ajax-ul-join li .padding-div{
    padding: 0.9rem 1.25rem;
}
.join-list1 .ajax-ul-join li .join-name{
    font-size:0.65rem;
    color:#333333;
    line-height:0.7rem;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    transition:all 0.3s;
}
.join-list1 .ajax-ul-join li .li-map{
    margin-top:0.75rem;
}
.join-list1 .ajax-ul-join li .li-span{
    float:left;
    width:50%;
    font-size:.4rem;
    color:#666666;
    line-height:0.5rem;
    margin-bottom:0.5rem;
    transition:all 0.3s;
}
.join-list1 .ajax-ul-join li .li-span span{
    margin-right: 0.25rem;
}
.join-list1 .ajax-ul-join li .more{
  margin-top: 1.25rem;
  width:3rem;
  height:1rem;
  line-height:1rem;
  border:1px solid #e5e5e5;
  border-radius:0.5rem;
  font-size:0.35rem;
  color:#666;
  display:block;
  transition:all 0.3s;
  text-align:center;
}
.join-demol{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 1000;
    display:none;
}
.join-demol .black{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0, 0, 0, 0.5);
}
.join-demol .join-mani{
    width:500px;
    padding: 30px;
    background-color:#fff;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}
.join-demol .join-mani .close{
    position:absolute;
    top:0;
    right:0;
    width:30px;
    height:30px;
    line-height:30px;
    text-align:center;
    font-size:0.45rem;
    background-color:#e60012;
    color:#fff;
    opacity:1;
}
.opipopoew{
       max-height:9rem;
}
.join-demol .join-mani .join-p{
    font-size:0.45rem;
    line-height:0.75rem;
    color:#666;
 
}
.contact-mian{
    padding: 2.5rem 0;
    background: #fff;
    position: relative;
}
.contact-mian ul{
    max-width:1240px;
    margin:0 auto;
    font-size:0;
}
.contact-mian ul li{
    margin-right:10%;
    display:inline-block;
    width:45%;
    vertical-align:top;
    text-align:left;
}
.contact-mian ul li:nth-child(2n){
    margin-right: 0;
}
.contact-mian ul li dt{
    font-size:0.75rem;
    line-height:0.9rem;
    color:#333333;
    margin-bottom:1.2rem;
}
.contact-mian ul li dd{
    font-size:0.45rem;
    line-height:0.6rem;
    color:#1a1a1a;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 0.5rem;
    margin-top: 0.5rem;
    width:80%;
}
.contact-mian ul li dd:last-child{
    border-bottom:0;
}
.contact-mian ul li dd span{
    margin-right:0.5rem;
}
.development-mian{
    padding: 2rem 0 ;
    background: #fff;
    position: relative;
}
.w1540{
    position:relative;
    width:80.2%;
    margin: 0 auto;
}
.development-mian ul{
    padding-top: 3rem;
}
.development-mian ul:before{
    position:absolute;
    top:1rem;
    width:1px;
    height:calc(100% - 2rem);
    left:50%;
    transform:translateX(-50%);
    content:"";
    background-color:#e5e5e5;
    display:none
}
.development-mian ul li{
    position:relative;
    overflow:hidden;
}
.development-mian ul li .img{
    float:left;
    width:37%;
}
.development-mian ul li .img img{
    width:100%;
}
.development-mian ul li:nth-child(2n) .img{
    float:right;
}
.development-mian ul li .tit-li{
    position:absolute;
    top:0;
    left:50%;
    transform:translateX(-50%);
    text-align:center;
}
.development-mian ul li .tit-li .num{
    font-size:1.5rem;
    color:#e60012;
    line-height:1.5rem;
}
.development-mian ul li .tit-li .yuan{
    display:block;
    width:0.6rem;
    height:0.6rem;
    background-repeat:no-repeat;
    background-position:center;
    background-size:100% 100%;
    background-image:url(../img/yuan.png);
    margin:0.5rem auto;
    position:relative;
}
.development-mian ul li .tit-li .yuan:after{
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    content:"";
    width:2px;
    height:4rem;
    background-color:#e5e5e5;
    top:100%;
}
.development-mian ul li .tit-li .name{
    font-size:0.45rem;
    color:#444444;
    line-height:0.6rem;
    margin-top:0.5rem;
}
.development-mian  .yuan-first{
   display:block;
   width:0.6rem;
   height:0.6rem;
   background-repeat:no-repeat;
   background-position:center;
   background-size:100% 100%;
   background-image:url(../img/yuan.png);
   margin:0rem auto .5rem;
   display:none
}
.enterprise-main{
    padding: 2rem 0;
    background-color:#f5f5f5;
    position: relative;
}
.enterprise-main .w1780{
    width:calc(92.7% + 1.6rem)
}
.enterprise-main .enterprise-ul{
    position:relative;
}
.enterprise-main .enterprise-ul li{
    float:left;
    width:31.6%;
    margin-right:2.6%;
    margin-bottom:0.75rem;
    border-radius:8px;
    overflow:hidden;
}
.enterprise-main .enterprise-ul li:nth-child(3n){
    margin-right: 0;
}
.enterprise-main .enterprise-ul li .li-div{
    padding: 1.5rem;
    background-position:right bottom;
    background-repeat:no-repeat;
    background-image:url(../img/5-img1.png);
    transition:all 0.3s;
    background-color:#fff;
}
.enterprise-main .enterprise-ul li .yeadr{
    font-size:1.5rem;
    line-height:1.5rem;
    color:#383838;
    transition:all 0.3s;
}
.enterprise-main .enterprise-ul li .yeear-p{
    margin-top:1.25rem;
    height:4rem;
}
.enterprise-main .enterprise-ul li .yeear-p li{
    font-size:0.45rem;
    color:#4c4c4c;
    line-height:0.75rem;
    margin-bottom:0.5rem;
    padding-left:0.6rem;
    position:relative;
    float:none;
    width:100%;
}
.enterprise-main .enterprise-ul li .yeear-p li:after{
    position:absolute;
    top:0.3rem;
    width: 4px;
    height:4px;
    left:0;
    border-radius:50%;
    background-color:#3a3a3a;
    content:"";
}
.enterprise-main .enterprise-swiper{
    position:relative;;
    overflow:hidden;
    width:calc(100% - 1.6rem);
    padding: 0.8rem;
}
.enterprise-main .enterprise-swiper .swiper-slide{
    border-radius:8px;
    overflow:hidden;
}
.enterprise-main .enterprise-swiper .li-div{
    padding: 1.5rem;
    background-position:right bottom;
    background-repeat:no-repeat;
    background-image:url(../img/5-img1.png);
    transition:all 0.3s;
    background-color:#fff;
}
.enterprise-main .enterprise-swiper .yeadr{
    font-size:1.5rem;
    line-height:1.5rem;
    color:#383838;
    transition:all 0.3s;
}
.enterprise-main .enterprise-swiper .yeear-p{
    margin-top:1.25rem;
    
}
.enterprise-main .enterprise-swiper .yeear-p li{
    font-size:0.45rem;
    color:#4c4c4c;
    line-height:0.75rem;
    margin-bottom:0.5rem;
    padding-left:0.6rem;
    position:relative;
}
.enterprise-main .enterprise-swiper .yeear-p li:after{
    position:absolute;
    top:0.3rem;
    width: 4px;
    height:4px;
    left:0;
    border-radius:50%;
    background-color:#3a3a3a;
    content:"";
}
.enterprise-main .enterprise-swiper .active{
    box-shadow: 0 0 0.75rem rgba(45, 45, 45, 0.15)
}
.enterprise-main .enterprise-swiper .active .yeadr{
    color:#e60012;
}
.enterprise-main .enterprise-swiper .active .li-div{
    background-image:url(../img/5-img2.png);
}
.enterprise-main .enterprise-swiper .active .yeear-p li:after{
    background-color:#e60012;
}
.enterprise-pagination{
    position:relative;
    margin-top: 1rem;
    text-align:center;
    font-size:0;
}
.enterprise-pagination span{
    width:10px;
    height:10px;
    display:inline-block;
    border-radius:50%;
    transition:all 0.3s;
    background-color:#fff;
    margin:0 5px;
}
.enterprise-pagination span.swiper-pagination-bullet-active{
    background-color:#e60012;
}
.nei-banner-mian .ico-img{
    width:4.5rem;
    margin:0 auto 0.5rem;
}
.nei-banner-mian .ico-img img{
    width:100%;
}
.services-list{
    position:relative;
    height:20rem;
}
.pc-imgbg{
 height:100%;
 background-repeat:no-repeat;
 background-position:center;
 background-size:cover;
 -background-attachment:fixed;
}
.services-list .text-pro{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    z-index: 10;
    width:31.25%;
}
.services-list .text-pro .name{
    font-size:1.2rem;
    line-height:1.2rem;
}
.services-list .text-pro .name1{
    font-size:1rem;
    line-height:1rem;
    margin-top:0.4rem;
}
.services-list.smtitle .text-pro .name1{
    font-size:0.5rem;
    line-height:0.8rem;
}
.smsmtitle{
    font-size: 0.3rem;
    line-height: 0.5rem;
    margin-top: 1.5rem;
    color:#000
}
.services-list .text-pro .name-p{
    font-size:0.45rem;
    margin-top:1.5rem;
    line-height:0.8rem;
}
.services-list.smtitle .text-pro .name-p{
    margin-top:1rem;
}
.services-list.smtitle .text-pro ul{
     margin-top:1rem;
}
.services-list .text-pro ul{
    margin-top:2.5rem;
    font-size:0;
    text-align:left;
}
.services-list .text-pro ul li{
    display:inline-block;
    vertical-align:top;
    position:relative;
    margin-right:1.5rem;
}
.services-list .text-pro ul li .num{
    font-size:1.2rem;
    line-height:1.5rem;
    text-align:center
}
.services-list .text-pro ul li .numname{
    font-size:0.35rem;
    line-height:0.4rem;
    margin-top:0.3rem;
}
.services-list1 .text-pro{
    right:8.8%;
}
.services-list1 .text-pro .name{
    color:#fff;
}
.services-list1 .text-pro .name1{
    color:#fff;
}
.services-list1 .text-pro .name-p{
    color:#fff;
}
.services-list1 .text-pro ul li .num{
    color:#fff;
}
.services-list1.services-list11 .text-pro ul li .num{
    color:#e60012
}
.services-list1 .text-pro ul li .numname{
    color:#fff;
}
.services-list2 .text-pro{
    left:16.6%;
}
.services-list2 .text-pro .name{
    color:#fff;
}
.services-list2 .text-pro .name1{
    color:#fff;
}
.services-list2 .text-pro .name-p{
    color:#fff;
}
.services-list2 .text-pro ul li .num{
    color:#e60012;
}
.services-list2 .text-pro ul li .numname{
    color:#fff;
}
.services-list2.smtitle .text-pro .name{
    color:#000;
}
.services-list2.smtitle .text-pro .name1{
    color:#000;
}
.services-list2.smtitle .text-pro .name-p{
    color:#000;
}

.services-list2.smtitle .text-pro ul li .numname{
    color:#000;
}
.network-left{
    width:16rem;
    float:right;
    position:relative;
    background-color:#fff;
    min-height:24rem;
}
.network-left .net-top{
    padding:1.75rem 1.75rem 0.75rem;
    border-bottom:1px solid #e5e5e5;
}
.network-left .net-top .name{
    font-size:0.9rem;
    line-height:1rem;
    color:#333333;
    text-align:center;
}
.network-left .map-select{
    margin-top: 1rem;
}
.network-left .map-select .map-list1{
    float:left;
    width:48%;
    position:relative;
    z-index: 20;
}
.network-left .map-select .map-list2{
    float:right;
    width:48%;
    position:relative;
    z-index: 15;
}
.network-left .map-select .tit-name{
    font-size:0.4rem;
    color:#999999;
    padding:0 0.6rem;
    text-align:left;
    border: 1px solid #e5e5e5;
    border-radius:4px;
    height:1.2rem;
    line-height:1.2rem;
    cursor:pointer;
    position:relative;
}
.network-left .map-select .tit-name .icon{
    position:absolute;
    top:0%;
    display:inline-block;
    transform:rotate(-180deg);
    right:0.6rem;
}

.network-left .map-select .list-sheng{
    position:absolute;
    top:1.2rem;
    left:0;
    width:100%;
    padding: 0.3rem 0 0.3rem 0.6rem;
    max-height:3.6rem;
    background-color:#fff;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    display:none;
}
.network-left .map-select .map-list2 .shhi-ajax{
    position:absolute;
    top:1.2rem;
    left:0;
    width:100%;
    padding: 0.3rem 0 0.3rem 0.6rem;
    max-height:3.6rem;
    background-color:#fff;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    display:none;
}
.network-left .map-select .map-list2 .shhi-ajax .list-sheng1{
    position:relative;
    top:auto;
    padding:0;
    border: 0;
    display:block;
}
.network-left .map-select .list-sheng .tit-a{
    height:1rem;
    line-height:1rem;
    font-size:0.4rem;
    color:#666;
    border-bottom:1px solid #e5e5e5;
    transition:all 0.3s;
}
.network-left .map-select .list-sheng1 .tit-a{
    height:1rem;
    line-height:1rem;
    font-size:0.4rem;
    color:#666;
    border-bottom:1px solid #e5e5e5;
    transition:all 0.3s;
}
.network-left .map-inputs{
    margin-top:10px;
    padding:0 0.6rem;
    height:1.2rem;
    line-height:1.2rem;
    border: 1px solid #e5e5e5;
    border-radius:6px;
    width:calc(100% - 1.2rem);
    position:relative;
}
.network-left .map-inputs .text{
    font-size:0.4rem;
    color:#999;
    line-height:1.2rem;
    height:1.2rem;
    width:80%;
    background-color:transparent;
}
.network-left .map-inputs .icon-sousu{
    display:inline-block;
    position:absolute;
    top: 50%;
    transform:translateY(-50%);
    right:0.6rem;
    font-size:0.5rem;
    color:#999;
    transition:all 0.3s;
    cursor: pointer;
}
.network-left .select-text{
    margin-top:0.75rem;
    font-size:0.45rem;
    color:#333333;
    text-align:center;
    line-height:0.7rem;
    font-weight: bold;
}
.network-left .select-text .icon-didian{
    font-size:0rem;
    color:#d60613;
    margin-right:0.25rem;
    display:inline-block;
    width:0.5rem;
    height:0.75rem;
    background-repeat:no-repeat;
    background-image:url(../img/address3.png);
    background-size:100% 100%;
    background-position: center;
    vertical-align: middle;

}
.network-left .select-text .shiname{
    color:#d60613;
}
.network-left .select-num{
    margin-top: 0.25rem;
    font-size:0.45rem;
    color:#333333;
    text-align:center;
    font-weight: bold;
}
.network-left .select-num .shuzi{
   color:#d60613;
}
.network-left .net-botoom{
    margin-top:0.75rem;
    padding:0 0.75rem 0.75rem 1.75rem;
    max-height:13rem;
}

.network-left .net-botoom .mCSB_draggerRail{
    background-color:#e5e5e5;
}
.network-left .net-botoom .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
   background-color:#e60012;
}
.network-left .net-botoom li{
    padding-bottom:0.75rem;
    margin-top:0.75rem;
    border-bottom:1px solid #e5e5e5;
    transition:all 0.3s ease 0s;
}
.network-left .net-botoom li:hover{
    box-shadow: 0 5px 5px #ccc;
}
.network-left .net-botoom li .name{
    font-size:0.5rem;
    line-height:0.7rem;
    color:#333;
    font-weight: bold;
}
.network-left .net-botoom li .name-p{
    color:#666;
    font-size:0.375rem;
    line-height:0.6rem;
    margin-top:0.5rem;
}
.network-right{
   width:calc(100% - 16rem);
   position:absolute;
   top:0;
   left:0;
   height:100%;
}
.network-right .map{
   position:absolute;
   top:0;
   right:0;
   height:100%;
   width:100%;
}
.network-mian{
    position:relative
}
.amap-marker-label{
    display:none;
}
.amap-info-content{
    display:none;
}
.amap-info-sharp{
    display:none;
}
.netword-item{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    left:4.1%;
    z-index: 100;
    width:9rem;
    border-radius:6px;
    overflow:hidden;
    display:none;
}
.netword-item .img{
    overflow:hidden;
}
.netword-item .img img{
    width:100%;
}
.netword-item .img-name{
    padding: 0.75rem;
    background-color:#fff;
}
.netword-item .img-name .name{
    font-size:0.6rem;
    line-height:0.8rem;
    color:#080403;
}
.netword-item .img-name .name-add{
    font-size:0.375rem;
    color:#3e3c3c;
    line-height:0.5rem;
    margin-top:0.2rem;
}
.netword-item .img-name .more{
    display:block;
    margin: 0.6rem auto 0;
    width:5rem;
    height:1rem;
    line-height:1rem;
    border-radius:0.5rem;
    text-align:center;
    color:#fff;
    background-color:#e80d1e;
    font-size:0.45rem;
}
.download-mian{
    padding: 2rem 0 4rem;
    background-color:#f5f5f5;
    display:none;
}
.download-mian .titname{
    font-size:0.9rem;
    line-height:1rem;
    text-align:center;
    color:#000000;
}
.download-mian .down-ul{
    margin-top:0.5rem;
    font-size:0;
    text-align:center;
}
.download-mian .down-ul li{
    display:inline-block;
    font-size:0.45rem;
    color:#373737;
    height:1.25rem;
    line-height:1.25rem;
    border-radius:0.6rem;
    border:1px solid #e5e5e5;
    padding: 0 0.9rem;
    margin:0 0.2rem;
    cursor:pointer;
    transition:all 0.3s;
}
.download-mian .down-ul li.cur{
    background-color:#e60012;
    color:#fff;
    border: 1px solid #e60012
}
.download-mian .download-ajax{
    margin-top:1.5rem;
    position:relative
}
.download-mian .download-ajax li{
    float:left;
    width:31.4%;
    margin-right:2.9%;
    border: 1px solid #e5e5e5;
    box-sizing:border-box;
    margin-bottom:0.75rem;
    background-color:#fff;
}
.download-mian .download-ajax li:nth-child(3n){
    margin-right:0;
}
.download-mian .download-ajax li .img-li{
    padding: 0.65rem;
} 
.download-mian .download-ajax li .img-li .img{
    width:46%;
    float:left;
    overflow:hidden;
}
.download-mian .download-ajax li .img-li .img img{
    width:100%;
    transition:all 0.3s;
}
.download-mian .download-ajax li .img-right{
    float:right;
    width:46%;
}
.download-mian .download-ajax li .pdfname{
    font-size:0.55rem;
    color:#222222;
    line-height:0.6rem;
    padding-top:0.5rem;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.download-mian .download-ajax li .pdf-p{
    margin-top: 0.65rem;
    font-size:0.35rem;
    line-height:0.6rem;
    color:#666;
    height:1.2rem;
}
.download-mian .download-ajax li .more{
    display:block;
    margin-top:1.75rem;
    width:2.5rem;
    height:0.8rem;
    line-height:0.8rem;
    border: 1px solid #e5e5e5;
    border-radius:0.4rem;
    font-size:0.3rem;
    color:#585858;
    text-align:center;
    transition:all 0.3s;
}
.download-mian .download-ajax li .more span{
    margin-right:0.3rem;
}
.down-load-form{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:15rem;
    border-radius:8px;
    background-color:#fff;
    z-index: 100;
    padding: 1rem 0;
}
.down-load-form .w380{
    width:380px;
    margin:0 auto;
}
.down-load-form .name-do{
    font-size:0.75rem;
    line-height:0.8rem;
    color:#333333;
    margin-bottom:0.75rem;
    text-align:center;
}
.down-load-form .input-div{
    border: 1px solid #e5e5e5;
    height:1rem;
    line-height:1rem;
    width:380px;
    font-size:0;
    margin-bottom:0.25rem;
}
.input-div-last{
   height:1rem;
   line-height:1rem;
   width:380px;
   position:relative
}
.down-load-form .input-div .icon{
    margin: 0 0.25rem;
    font-size:16px;
    color:#666666;
}
.down-load-form .input-div .xian{
    font-size:0.5rem;
    color:#e5e5e5;
}
.down-load-form .input-div  input{
    width:calc(90% - 1rem);
    margin-left:0.25rem;
    height:1rem;
    line-height:1rem;
    background-color:transparent;
    font-size:14px;
    color:#666666;
}
.input-div-last .input-div{
    float:left;
    width:73%;
}
.input-div-last .img{
    position:absolute;
    top:0;
    right:-1px;
    width:20%;
    overflow:hidden;
    height:100%;
    border: 1px solid #e5e5e5;
}
.input-div-last .img img{
    width:100%;
}
.submit-input{
    margin-top:0.5rem;
    width:100%;
    height:1rem;
    line-height:1rem;
    text-align:center;
    color:#fff;
    cursor:pointer;
    background-color:#e60012;
    font-size:0.45rem;
}
.news-mian{
    padding: 1.75rem 0 4rem;
    width: 100%;
    position: relative;
    z-index: 2;
    background:#fff;
}
.news-mian .new1-ul{
    position:relative;
}
.news-mian .new1-ul li{
    float:left;
    width:48.5%;
    margin-right:3%;
    overflow:hidden;
    position:relative;
}
.news-mian .new1-ul li img{
    width:100%;
}
.news-mian .new1-ul li:last-child{
    margin-right:0;
}
.news-mian .new1-ul li img{
    width:100%;
    transition:all 0.3s;
}
.news-mian .new1-ul li .tite-p{
    position:absolute;
    bottom:1rem;
    width:90%;
    left:5%;
}
.news-mian .new1-ul li .tite-p .left{
    font-size:0.45rem;
    line-height:0.5rem;
    color:#fff;
    transition:all 0.3s;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    width:75%;
}
.news-mian .new1-ul li .tite-p .right{
    font-size:0.3rem;
    color:#fff;
    position:absolute;
    bottom:0;
    right:0;
}
.news-mian .news2-ul{
    position:relative;
    margin-top: 1rem;
}
.news-mian .news2-ul li{
    float:left;
    margin-right:2.6%;
    position:relative;
    margin-bottom:1.5rem;
    width:31.6%;
}
.news-mian .news2-ul li:nth-child(3n){
    margin-right: 0;
}
.news-mian .news2-ul li .img{
    overflow:hidden;
}
.news-mian .news2-ul li .img img{
    width:100%;
    transition:all 0.3s;
}
.news-mian .news2-ul li .tiem{
    font-size:0.45rem;
    font-weight: bold;
    color:#333333;
    line-height:0.5rem;
    font-family: "Arial";
    margin-top: 0.9rem;
}
.news-mian .news2-ul li .imgname{
    font-size:0.6rem;
    line-height:0.8rem;
    margin-top:0.7rem;
    color:#333333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.news-mian .news2-ul li .img-p{
    font-size:0.4rem;
    color:#808080;
    line-height:0.75rem;
    height:1.5rem;
    margin-top:0.9rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news-detail{
    padding: 2.5rem 0 2rem;
    position: relative;
    background: #fff;
}
.w920{
    max-width:920px;
    margin: 0 auto;
}
.news-detail .title{
    font-size:1.1rem;
    color:#333333;
    text-align:center;
    line-height:1.3rem;
}
.news-detail .time{
    font-size:0.45rem;
    line-height:0.5rem;
    text-align:center;
    margin-top:0.4rem;
}
.news-detail .detail-p{
    padding: 1.25rem 0 2rem;
    font-size:0.45rem;
    color:#666666;
    line-height:0.75rem;
}
.news-detail .detail-p img{
    max-width:100%;
    text-align:center
}
.news-detail .detai-share .bdshare-button-style0-16{
    font-size:0;
    text-align:center;
}
.news-detail .detai-share .bdshare-button-style0-16 a{
    float:none;
    display:inline-block;
    font-size:0.8rem;
    color:#666;
    padding-left:0;
    background-image:none;
    height:0.9rem;
    line-height:0.9rem;
    margin:0 10px;
    transition:all 0.3s;
    position:relative;
}
.news-detail .detai-share .bdshare-button-style0-16 a .img{
    position:absolute;
    padding:.2rem;
    background-color:#fff;
    left:50%;
    transform:translateX(-50%);
    top:-2.6rem;
    border: 1px solid #e5e5e5;
    visibility:hidden;
    opacity:0;
    transition:all 0.3s
}
.news-detail .detai-share .bdshare-button-style0-16 a .img img{
    width:2rem;
}
.news-detail .detail-bottom{
    margin-top:1.25rem;
    position:relative;
    border-top:1px solid #e5e5e5;
    border-bottom:1px solid #e5e5e5;
}
.news-detail .detail-bottom a{
    display:block;
    width:45%;
    height:1.5rem;
    line-height:1.5rem;
    font-size:14px;
    color:#666666;
    transition:all 0.3s;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.news-detail .detail-bottom a.prev{
    float:left;
}
.news-detail .detail-bottom a.next{
    float:right;
    text-align:right;
}
.news-detail .detail-bottom a.black-btn{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:auto;
    font-size:18px;
}
.product-mianbody{
    padding: 2rem 0 4rem;
    background-color:#f7f7f7;
}
.product-mianbody .tite-name{
    font-size:0.9rem;
    line-height:1rem;
    color:#000000;
    text-align:center;
}
.product-mianbody .product-ul1{
    font-size:0;
    text-align:center;
    margin-top:0.8rem;
}
.product-mianbody .product-ul1 a{
    display: inline-block;
    font-size: 0.45rem;
    color: #373737;
    height: 1.25rem;
    line-height: 1.25rem;
    border-radius: 0.6rem;
    border: 1px solid #e5e5e5;
    padding: 0 0.9rem;
    margin: 0 0.2rem;
    cursor: pointer;
    transition: all 0.3s;
}
.product-mianbody .product-ul1 a.cur{
    background-color: #e60012;
    color: #fff;
    border: 1px solid #e60012;
}
.product-mianbody .product-ul2{
    margin-top:1.5rem;
}
.product-mianbody .product-ul2 li{
    float:left;
    width:31%;
    margin-right:3.5%;
    margin-bottom:1.25rem;
}
.product-mianbody .product-ul2 li:nth-child(3n){
    margin-right: 0;
}
.product-mianbody .product-ul2 li .li-mask{
    padding:0.75rem 1rem;
    background-color:#fff;
    overflow:hidden;
    border-radius:8px;
    text-align:center;
}
.product-mianbody .product-ul2 li .img{
    width:100%;
}
.product-mianbody .product-ul2 li .img img{
    width:100%;
    transition:all 0.3s;
}
.product-mianbody .product-ul2 li .imgnmae{
    font-size:0.45rem;
    line-height:0.5rem;
    color:#474747;
    transition:all 0.3s;
    margin-top: 0.5rem;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.product-mianbody .product-ul2 li .imgname-p{
   font-size:0.45rem;
   line-height:0.5rem;
   color:#474747;
   transition:all 0.3s;
   margin-top: 0.5rem;
   overflow: hidden;
   text-overflow:ellipsis;
   white-space: nowrap;
   margin-top:0.3rem;
}
.pro-detail-list1{
    padding: 2.5rem 0 3.25rem;
}
.pro-detail-list1 .titname{
    font-size:1.05rem;
    line-height:1.1rem;
    text-align:center;
    color:#090504;
}
.pro-detail-list1 .tit-p{
    font-size:0.4rem;
    color:#666;
    line-height:0.5rem;
    margin-top:0.75rem;
    text-align:center;
}
.pro-detail-list1 .ul1{
    position:relative;
    margin-top:1.5rem;
    font-size:0;
    text-align:center;
}
.pro-detail-list1 .ul1 li{
    display:inline-block;
    vertical-align:top;
    margin:0 0.75rem;
}
.pro-detail-list1 .ul1 li .img{
    width:3rem;
    border: 1px solid #000000;
    border-radius:6px;
    overflow:hidden;
}
.pro-detail-list1 .ul1 li .img img{
    width:100%;
}
.pro-detail-list1 .ul1 li .imgname{
    font-size:0.45rem;
    color:#090504;
    line-height:0.5rem;
    margin-top:0.5rem;
}
.product-list2{
    position:relative;
    height:17.5rem;
}
.product-list2 .bg-img,.product-list2 .img-bg-pho{
    height:100%;
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
}
.product-list2 .img-bg-pho{
    display:none;
}
.product-list3{
    position:relative;
    height:100Vh;
}
.product-list3 .bg-img{
    height:100%;
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    background-attachment:fixed;
}
.product-list3 .text-tit{
    top:14.1%;
    left:10%;
    position:absolute;
    width:80%;
    text-align:center
}
.product-list3 .text-tit .titname{
    font-size:1.05rem;
    line-height:1.1rem;
    color:#fff;
}
.product-list3 .text-tit .tit-p{
    font-size:0.4rem;
    color:#ffffff;
    margin-top: 0.75rem;
    line-height:0.75rem;
}
.product-list4{
    padding:1.25rem 0;
}
.product-list4 .product-ul{
    width:100%;
    margin:0 auto;
}
.product-list4 .product-ul li{
    float:left;
}
.product-list4 .product-ul li .img{
    overflow:hidden;

}
.product-list4 .product-ul li .img img{
    width:100%;
    min-height:10rem;
}
.product-list4 .product-ul li .con{
    box-sizing:border-box;
    padding-left: 3rem;
}
@media(max-width: 767px){
    .product-list4 .product-ul li .con{
    padding-left: 0rem;
}
}
.product-list4 .product-ul li .imgname{
    font-size:0.9rem;
    line-height:1rem;
    color:#090504;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-top:1.5rem;
}
.product-list4 .product-ul li .img-p{
    font-size:0.375rem;
    color: #666666;
    line-height:0.7rem;
    margin-top:0.6rem;
}
.product-list4 .product-ul li:nth-child(1){
    width:42%;
    margin-right:1%;
}
.product-list4 .product-ul li:nth-child(2){
    width:28%;
    margin-right:1%;
}
.product-list4 .product-ul li:nth-child(3){
    width:28%;
}
.product-list5{
    position:relative;
    height:100Vh;
}
.product-list5 .bg-img{
    height:100%;
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    background-attachment:fixed;
}
.product-list5 .text-tit{
    top:50%;
    transform:translateY(-50%);
    position:absolute;
    left:13.5%;
}
.product-list5 .text-tit .titname{
    font-size:1.05rem;
    line-height:1.1rem;
    color:#fff;
}
.product-list5 .text-tit .tit-p{
    font-size:0.4rem;
    color:#fff;
    line-height:0.75rem;
    margin-top: 0.9rem;
}
.product-list5 .text-tit .ul1{
    margin-top:1.75rem;
}
.product-list5 .text-tit .ul1 li{
    float:left;
    width:3rem;
    text-align:center;
    margin-right:1.5rem;
}
.product-list5 .text-tit .ul1 li:nth-child(3){
    margin-right:0;
}
.product-list5 .text-tit .ul1 li .img{
    border:1px solid rgba(255, 255, 255, 0.7);
    border-radius:6px;
    overflow:hidden;
}
.product-list5 .text-tit .ul1 li .img img{
    width:100%;
}
.product-list5 .text-tit .ul1 li .imgname{
    font-size:0.45rem;
    color:#fff;
    line-height:0.5rem;
    margin-top:0.5rem;
}
.product-list5 .text-tit .bottom-img{
    margin-top:2rem;
    overflow:hidden;
    width:12rem;
}
.product-list5 .text-tit .bottom-img img{
    width:100%;
}
.product-list6{
    padding:2.5rem 0 3rem;
}
.product-list6 .ul1{
    width: 100%;
    margin: 0 auto;
}
.product-list6 .ul1 li{
    float:left;
    width:48%;
    margin-right:4%;
}
.product-list6 .ul1 li:nth-child(2){
    margin-right:0;
}
.product-list6 .ul1 li .img{
    overflow:hidden;
}
.product-list6 .ul1 li .img img{
    width:100%;
}
.product-list6 .ul1 li:first-child .con{
    box-sizing:border-box;
    padding-left: 3rem;
}
@media(max-width: 767px){
   .product-list6 .ul1 li:first-child .con{
    padding-left: 0rem;
} 
}
.product-list6 .ul1 li .imgname{
    font-size:0.9rem;
    line-height:1rem;
    color:#090504;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-top: 1.5rem;
}
.product-list6 .ul1 li .img-p{
    font-size:0.375rem;
    color:#7c7d7e;
    line-height:0.75rem;
    margin-top:1rem;
}
.product-list7 li{
    float:left;
    width:50%;
    overflow:hidden;
    position:relative
}
.product-list7 li img{
    width:100%;
}
.product-list7 li .imgtit{
    font-size:0.6rem;
    position:absolute;
    right:1.75rem;
    bottom:1rem;
    line-height:0.7rem;
    text-align:right;
    width:60%;
    color:#fff;
}
.product-list7 li:nth-child(2n) .imgtit{
    color:#090504
}
.product-list8{
    padding:2rem 0 4rem;
}
.product-list8 .w1200{
    max-width:1200px;
    margin:0 auto;
}
.product-list8 .titlename{
    font-size:1.75rem;
    line-height:1.8rem;
    text-align:center;
    color:#000000;
    font-family:"Arial";
}
.product-list8 .titlename span{
    color:#e60012;
}
.product-list8 .tab-proimg{
    margin-top:0.5rem;
    position:relative;
}
.product-list8 .pro-tab-swiper{
    position:relative;
    max-width:800px;
    margin:0 auto;
    overflow:hidden;
}
.product-list8 .pro-tab-swiper .swiper-slide{
    overflow:hidden;
}
.product-list8 .pro-tab-swiper .swiper-slide img{
    width:100%;
}
.product-list8 .pro8-prev,.product-list8 .pro8-next{
    position:absolute;
    z-index: 10;
    top:50%;
    transform:translateY(-50%);
    background-position:center;
    background-repeat:no-repeat;
    background-size:8px;
    width:1.75rem;
    height:1.75rem;
    border-radius:50%;
    background-color:#fff;
    box-shadow:0 0 20px rgba(0, 0, 0, 0.09);
    transition:all 0.3s;
    cursor:pointer;
}
.product-list8 .pro8-prev{
    left:0;
    background-image:url(../img/prev1.png)
}
.product-list8 .pro8-next{
    right:0;
    background-image:url(../img/next1.png)
}
.product-list8 .item-li{
    // width:340px;
    margin:1.25rem auto 0;
    font-size:0;
    text-align:center;
}
.product-list8 .item-li li{
   display:inline-block;
   width:4.25rem;
    // width:50%;
    cursor:pointer;
    font-size:18px;
    color:#070809;
    position:relative;
    padding-bottom:0.6rem;
    line-height:20px;
    text-align:center;
    border-bottom:1px solid #e5e5e5;

}
.product-list8 .item-li li:after{
    position:absolute;
    height:2px;
    background-color:#e60012;
    width:0%;
    transition:all 0.3s;
    content:"";
    left:0;
    bottom:0;
}
.product-list8 .item-li li.cur:after{
    width:100%;
    background-color:#e60012;
}
.product-list8 .item-spanul{
    margin-top:1rem;
    font-size:0;
    text-align:center;
}
.product-list8 .item-spanul .line{
    display:inline-block;
    width:1.5rem;
    height:1.5rem;
    position:relative;
    border: 2px solid rgba(255, 255, 255, 0);
    margin: 0 6px;
    transition:all 0.3s;
    border-radius:50%;
    cursor:pointer;
}
.product-list8 .item-spanul .line.cur{
 border: 2px solid #5c6670;
}
.product-list8 .item-spanul .line span{
    width:1rem;
    height:1rem;
    border-radius:50%;
    border: 1px solid #e5e5e5;
    display:inline-block;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}
.product-list8 .tit-tablename{
    font-size:1.05rem;
    line-height:1.1rem;
    color:#070809;
    text-align:center;
    margin-top:2.25rem;
}
.product-list8 .table-ul{
    margin-top:1.25rem;
    border-top:1px solid #e5e5e5;
}
.product-list8 .table-ul li{
    border-bottom:1px solid #e5e5e5;
    line-height:1.6;
    padding: 0.5rem 0;
    // height:1.75rem;
    // line-height:1.75rem;
    font-size:0.4rem;
    color:#666;
}

.product-list8 .table-ul li span{
    width:30%;
    float:left;
    display:block;
    text-indent: 2em
}
.product-list8 .table-ul li .tit{
    color:#333;
    font-weight: bold;
    width:20%;
}
.product-list8 .table-ul li span:last-child{
    text-indent: 0
}
.product-list8 .tit-p1{
    font-size:0.35rem;
    color:#999999;
    line-height:0.55rem;
    text-align:right;
    margin-top:1.25rem;
}
.search-mian{
    padding: 2rem 0 3rem;
}
.search-mian ul.nav1{
    font-size:0;
    text-align:center;
    border-bottom:1px solid #e5e5e5;
}
.search-mian ul.nav1 li{
    display:inline-block;
    padding: 0 0.5rem;
    margin-left:0.5rem;
    padding-bottom:0.5rem;
    font-size:0.5rem;
    color:#666;
    cursor:pointer;
    transition:all 0.3s;
    position:relative;
}
.search-mian ul.nav1 li:after{
    position:absolute;
    left:0;
    width:0;
    bottom:0;
    height:2px;
    background-color:#e60012;
    content:"";
    transition:all 0.3s;
}
.search-mian ul.nav1 li.cur{
    color:#e60012;
}
.search-mian ul.nav1 li.cur:after{
    width:100%;
}
.search-mian .search-tabdiv{
    margin-top: 1.25rem;
}

.search-mian .search-tabdiv .product-mianbody{
    padding: 0;
    background-color:#fff;
}
.search-mian .search-tabdiv .news-mian{
    padding: 0;
    background-color:#fff;
}
.search-mian .search-tabdiv .tab-div{
    display:none;
}
.index-video-demol{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 2000;
    display:none;
}
.index-video-demol .black{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0, 0, 0, 0.9)
}
.index-video-demol .videomian{
    position:absolute;
    top:50%;
    left:50%;
    width:80%;
    transform:translate(-50%,-50%);
}
.index-video-demol .videomian .close1{
    position:absolute;
    top:0;
    right:0;
    width:30px;
    height:30px;
    font-size:16px;
    line-height:30px;
    text-align:center;
    background-color:#e60012;
    color:#fff;
    z-index: 10;
}
.index-video-demol .videomian video{
    width:100%;
}
.pho-mapbaout{
    display:none
}
.amap-marker.my-active .amap-icon img{
    animation:right01 1s infinite linear .65s
}
@keyframes right01{
    0%{
        top:-5px;
    }
    100{
        top:0
    }
}
.ajax-msie-news{
    margin-top:1.5rem;
    padding:1.5rem 0;
    background-color:#fff;
}
.ajax-msie-news li{
    float:left;
    width:20%;
    padding-bottom:0.9rem;
    margin-bottom:0.9rem;
    font-size:0.45rem;
    text-align:center;
    position:relative;
}
.ajax-msie-news li:after{
    position:absolute;
    bottom:0;
    left:50%;
    transform:translateX(-50%);
    width:50%;
    height:1px;
    content:"";
    background-color:#e5e5e5
}
.ajax-msie-news li a{
    display:block;
    padding: 0 0.2rem;
    color:#000;
    transition:all 0.3s;
    overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.ajax-msie-news li a:hover{
    color:#e60012
}
@media (max-width: 1680px){

}

@media (max-width: 1366px){

}
@media (max-width: 1240px){
  .netword-item{
    right:2.1%;
    width:8.5rem;
}
.map-img-div .map-demol{
    right:-1rem;
}
}