@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: #ccc;
        /*border-radius: 4px;*/
    }

    ::-webkit-scrollbar-thumb:window-inactive {
        background:  #ccc;
    }

    ::-webkit-scrollbar-thumb:vertical:hover {
        background: #ccc
    }
    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;
}
.main{
    margin-top: 2.6rem;
    position:relative;
}
.banner-swiper{
    position:relative;
    width:100%;
    height:54vh;
    overflow:hidden;
}
.banner-swiper .banner-pagetionspan{
    position:absolute;
    z-index: 10;
    width:12px;
    top:50%;
    transform:translateY(-50%);
    text-align:center;;
    right:2.6%;
}
.banner-swiper .banner-pagetionspan span{
    display:block;
    width:12px;
    height:12px;
    border-radius:50%;
    transition:all 0.3s ease;
    margin:8px 0;
    background-color:#f5f5f5;
    cursor:pointer;
}
.banner-swiper .banner-pagetionspan span.swiper-pagination-bullet-active{
    background-color:#ffdf00
}
.banner-swiper .swiper-slide{
    position:relative;
    height:100%;
    width:100%;
}
.banner-swiper .banerimgpcshow,.banner-swiper .banerimgphoshow{
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    height:100%;
}
.banner-swiper .banerimgpcshow{
 background-position:center top;   
}
.banerimgphoshow{
    display:none;
}
.banner-swiper .swiper-slide .item-banner{
    position:absolute;
    width:80%;
    text-align:center;
    left:50%;
    transform:translateX(-50%);
    top:14.5%;
    z-index:10
}
.banner-swiper .swiper-slide .item-banner .en-bannername{
    max-height: 2.25rem;
    text-align:center;
    font-size:0;
}
.banner-swiper .swiper-slide .item-banner .en-bannername img{
    max-height:2.25rem;
}
.banner-swiper .swiper-slide .item-banner .cn-bannername{
    font-size:1.2rem;
    line-height:1.2rem;
    text-align:center;
    margin-top:0.5rem;
    color:#fff;
}
.banner-swiper .swiper-slide .item-banner .cn-bannername span{
    color:#ffdf00;
}
.banner-swiper .swiper-slide .item-banner .more{
    display:block;
    width:3.75rem;
    height:1.25rem;
    border:2px solid #fff;
    font-size:0.45rem;
    color:#fff;
    margin:1.25rem auto 0;
    line-height:1.25rem;
    text-align:center;
    position:relative;
}
.banner-swiper .swiper-slide .item-banner .more:after{
    position:absolute;
    width:0.35rem;
    height:0.35rem;
    background-repeat:no-repeat;
    background-position:center;
    background-size:100% 100%;
    background-image:url(../img/moreafter.png);
    content:"";
    top:6px;
    right:6px;
}
.nribannerimg{
    position:relative;
    width:100%;
}
.nribannerimg .pores-right{
    float:right;
    width:50%;
    overflow:hidden
}
.nribannerimg .pores-right img{
    width:100%;
}
.nribannerimg img{
    width:100%;
}
.nribannerimg .neiitem-item-left{
    position:absolute;
    top:0;
    left:0;
    width:50%;
    height:100%;
    background-color:#fff;
}
.nribannerimg .neiitem-item-left .item{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    left:21.875%;
    width:70%;
}
.nribannerimg .neiitem-item-left .item .item-bold{
    font-size:1rem;
    line-height:1rem;
    color:#333;
    margin-bottom: 0.75rem;
    position:relative;
    font-family: "PINGFANG BOLD_1";
    font-weight:bold;
}
.nribannerimg .neiitem-item-left .item .item-je{
    font-size:0.5rem;
    color:#666;
    line-height:0.8rem;
    font-family: "PINGFANG MEDIUM_1";
}
.nribannerimg .neiitem-item-left .item .more{
    display:inline-block;
    width:3.75rem;
    height:1.25rem;
    font-size:0.45rem;
    color:#000;
    margin-top:0.65rem;
    line-height:1.25rem;
    text-align:center;
    position:relative;
    transition:all 0.3s;
    background-color:#ffdf00
}
.nribannerimg .probig{
    position:absolute;
    right:4.7%;
    bottom:-80px;
    width:45.1%;
    z-index:10;
}
.phoshowimg{
    display:none;
}
.nribannerimg .neiitem-item{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:39%;
    left:10.9%;
}
.nribannerimg .neiitem-item .item-bold{
    font-size:1.5rem;
    line-height:1.5rem;
    color:#fff;
    margin-bottom: 1.5rem;
    position:relative;
    font-family: "PINGFANG BOLD_1";
    font-weight:bold;
}
.nribannerimg .neiitem-item .item-bold:after{
    position:absolute;
    left:0;
    content:"";
    width:0.75rem;
    height:4px;
    background-color:#fff;
    bottom:-0.8rem;
}
.nribannerimg .neiitem-item .item-je{
    font-size:0.5rem;
    color:#fff;
    line-height:0.8rem;
    font-family: "PINGFANG MEDIUM_1";
}
.nribannerimg .neiitem-item .more{
    display:inline-block;
    width:3.75rem;
    height:1.25rem;
    border:2px solid #fff;
    font-size:0.45rem;
    color:#fff;
    margin-top:0.65rem;
    line-height:1.25rem;
    text-align:center;
    position:relative;
    transition:all 0.3s;
}
.nribannerimg .neiitem-item .more:after{
    position:absolute;
    width:0.35rem;
    height:0.35rem;
    background-repeat:no-repeat;
    background-position:center;
    background-size:100% 100%;
    background-image:url(../img/moreafter.png);
    content:"";
    top:6px;
    right:6px;
}
.product-mian{
    padding:3rem 0 ;
    background-color:#f0f0f0;
}
.product-mian .product-header{
    font-size:0;
    text-align:left;
}
.product-mian .product-header .itemnum{
    width:4.75rem;
    height:1.5rem;
    line-height:1.5rem;
    font-size:0.5rem;
    background-color:#1b1b1b;
    color:#fff;
     font-family: "PINGFANG MEDIUM_1";
     text-align:center;
     float:left;
}
.product-mian .product-header .itemnum span{
    font-family: "Arial";
}
.product-mian .product-header .proform{
    width:13.25rem;
    height:1.5rem;
    line-height:1.5rem;
    margin-left:4px;
    border: 2px solid #1b1b1b;
    box-sizing:border-box;
    float:left;
    font-size:0;
    position:relative
}
.product-mian .product-header .proform .ptext{
    padding-left:0.75rem;
    font-size:0.5rem;
    color:#888888;
    height:1.4rem;
    line-height:1.3rem;
    width:12rem;
    background-color:transparent;
}
.product-mian .product-header .proform  .submit{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:0.6rem;
    height:0.6rem;
    font-size:0;
    background-size:100% 100%;
    background-position:center;
    background-repeat:no-repeat;
    background-image:url(../img/p-search.png);
    right:0.75rem;
    cursor:pointer;
}
.product-mian .product-ul{
    margin-top: 1.25rem;
    display:block;
}
.product-mian .product-ul li{
    float:left;
    width:23.7%;
    margin-right:1.73%;
    margin-bottom:0.8rem;
    background-color:#fff;
    overflow:hidden;
    padding-top: 1rem;
}
.product-mian .product-ul li:nth-child(4n){
    margin-right:0;
}
.product-mian .product-ul li .item{
    padding:0 0.5rem;
    font-size:0.6rem;
    color:#222222;
    line-height:0.7rem;
    font-family: "PINGFANG MEDIUM_1";
    position:relative;
}
.product-mian .product-ul li .item img{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    right:0.5rem;
    width:0.5rem;
}
.product-mian .product-ul li .item span{
    font-family: "Arial";
}
.product-mian .product-ul li .img{
    width:100%;
    overflow:hidden;
    margin-top:0.5rem;
}
.product-mian .product-ul li .img img{
    width:100%;
    transition:all 0.3s;
}
.product-mian .product-ul li .proliul{
    margin-top:1rem;
    padding:0 0.5rem 0.5rem;
    font-size:0;
    text-align:left;
}
.product-mian .product-ul li .proliul div{
    font-size:0.35rem;
    color:#555555;
    font-family: "PINGFANG MEDIUM_1";
    line-height:0.75rem;
    display:inline-block;
    width:50%;
    vertical-align:top;
}
// .product-mian .product-ul li .proliul div span{
//      font-family: "Arial";
// }
.product-mian .product-ul li .libottom{
    font-size:0;
    text-align:center;
}
.product-mian .product-ul li .libottom>div{
    display:inline-block;
    width:50%;
    height:1.52rem;
    line-height:1.52rem;
    font-size:0.45rem;
    text-align:center;
    font-family: "PINGFANG MEDIUM_1";
}
.product-mian .product-ul li .libottom>div span{
     font-family: "Arial";
}
.product-mian .product-ul li .libottom .di1{
    background-color:#ffdf00;
    color:#111;
    float:left;
}
.product-mian .product-ul li .libottom .di2{
    color:#fff;
    background-color:#111;
    float:right
}
.product-mian .product-ul li .libottom .di2 a{
    color:#fff;
}
.page{
    margin-top:2.5rem;
    text-align:center;
    font-size:0;
}
.page a{
    font-size:0.75rem;
    font-family: "Arial";
    color:#1b1b1b;
    display:inline-block;
    width:1.5rem;
    height:1.2rem;
    line-height:1.2rem;
    text-align:center;
    margin:0 4px;
    transition:all 0.3s;
    background-color:transparent;
    border-radius:4px;
}
.page a.active{
background-color:#000000;
color:#fff;
}
.page a.prev,.page a.next{
    background-size:0.5rem;
    background-position:center;
    background-repeat:no-repeat;
}
.page a.prev{
    background-image:url(../img/prev.png);
}
.page a.next{
    background-image:url(../img/next.png);
}
.info-header{
    position:relative;
    width:100%;
    overflow:hidden;
}
.info-header .infol{
    float:left;
    width:50%;
    position:relative;
}
.info-header .infol .bigimg{
    position:relative;
    width:100%;
    padding-bottom: 58.4%;
}
.info-header .infol .bigimg .bigimgswiper{
    position:absolute;
    top:50%;
    left:50%;
    z-index:10;
    transform:translate(-50%,-50%);
    width:57.3%;
    overflow:hidden;
} 
.info-header .infol .bigimg .bigimgswiper img{
    width:100%;
}
.info-header .infol .bigimg .bigimgswiper .swiper-slide{
    position:relative;
    overflow:hidden;
}
.info-header .infol .bigimg .bigimgswiper .swiper-slide .bo{
    position:absolute;
    top:50%;
    left:50%;
    width:1.2rem;
    height:1.2rem;
    z-index:10;
    transform:translate(-50%,-50%);
    cursor:pointer;
}
.info-header .infol .smimg{
    width:1.25rem;
    height:1.25rem;
    border-radius:50%;
    background-color:#fff;
    box-shadow:0 5px 49px rgba(0,0,0,0.1);
    position:absolute;
    text-align:center;
    line-height:1.25rem;
    position:absolute;
    top:1.2rem;
    right:1.2rem;
    z-index:10;
}

.info-header .infol .smimg img{
    width:.5rem;
}
.info-header .infol .qiehuandiv{
    border-top: 1px solid #e5e5e5;
    padding-top:0.75rem;
}
.info-header .infol .qiehuandiv .w84{
    position:relative;
    width:84%;
    margin:0 auto;
}
.info-header .infol .qiehuandiv .smimgswiper{
    position:relative;
    width:60%;
    margin:0 auto;
    overflow:hidden;
}
.info-header .infol .qiehuandiv .smimgswiper .active{
    border:1.5px solid #ffdf00;
    box-sizing:border-box;
}
.info-header .infol .qiehuandiv .smimgswiper img{
    width:100%;
}
.info-header .infol .qiehuandiv .info-button-prev,.info-header .infol .qiehuandiv .info-button-next{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    background-repeat:no-repeat;
    background-position:center;
    background-size:100% 100%;
    width:1rem;
    height:0.5rem;
    transition:all 0.3s;
}
.info-header .infol .qiehuandiv .info-button-prev{
    background-image:url(../img/iprev.png);
    left:0;
}
.info-header .infol .qiehuandiv .info-button-next{
    background-image:url(../img/inext.png);
    right:0;
}
.info-header .rightl{
    position:absolute;
    height:100%;
    width:50%;
    top:0;
    right:0;
    background-color:#f0f0f0
}
.info-header .rightl .item-box{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:66.7%;
    left:12%;
}
.info-header .rightl .item-box .xin{
    font-size:0.5rem;
    color:#222222;
    font-family: "PINGFANG MEDIUM_1";
    line-height:0.6rem;
    font-weight:bold;
}
.info-header .rightl .item-box .xin span{
     font-family: "Arial";
}
.info-header .rightl .item-box .name{
    font-size:1.4rem;
    line-height:1.5rem;
     color:#222222;
    font-family: "PINGFANG MEDIUM_1";
     font-weight:bold;
     margin-bottom:2rem;
     margin-top: 0.25rem;
     position:relative;
     overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.info-header .rightl .item-box .name span{
      font-family: "Arial";
}
.info-header .rightl .item-box .name:after{
    position:absolute;
    left:0;
    bottom:-1rem;
    width:0.75rem;
    height:2px;
    background-color:#222;
    content:"";
}
.info-header .rightl .item-box .name-jie{
    font-size:0.45rem;
    line-height:1rem;
    color:#222222;
     font-family: "PINGFANG MEDIUM_1";
     font-weight:bold;
     height:4rem;
     display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
overflow: hidden;
}
.info-header .rightl .item-box .more{
    display: inline-block;
    width: 3.75rem;
    height: 1.25rem;
    border: 2px solid #222;
    font-size: 0.45rem;
    color: #222;
    margin-top: 2rem;
    line-height: 1.25rem;
    text-align: center;
    position: relative;
    transition:all 0.3s;
}
.info-header .rightl .item-box .more:after{
position: absolute;
    width: 0.35rem;
    height: 0.35rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    background-image: url(../img/moreafter1.png);
    content: "";
    top: 6px;
    right: 6px;
}
.info-list1{
    padding: 2rem 0 ;
    background-color:#fff;
}
.info-list1 ul.item-ul{
    font-size:0;
    text-align:left;
    border-bottom:1px solid #e5e5e5;
}
.info-list1 ul.item-ul.fiexd{
	position:fixed;
	top:0;
	z-index:300;
	width:calc(100% - 21.875%);
	padding:0 10.9375%;
	border-bottom:1px solid #e5e5e5;
	left:0;
	background-color:#fff;
	padding-top:0.5rem;
}
.info-list1 ul.item-ul li{
    cursor:pointer;
    font-size:1.2rem;
    color:#d3d3d3;
    font-family: "PINGFANG MEDIUM_1";
    position:relative;
    display:inline-block;
    line-height:1.3rem;
    padding-bottom:0.75rem;
    transition:all 0.3s;
    margin-right:2.6rem;
}
.info-list1 ul.item-ul li:after{
    position:absolute;
    width:0%;
    left:0;
    bottom:0;
    height:2px;
    content:"";
    background-color:#222;
    transition:all 0.3s;
    content:"";
}
.info-list1 ul.item-ul li.cur{
    color:#222;
}
.info-list1 ul.item-ul li.cur:after{
width:100%;
}
.info-list1 .item-listp{
    padding-top:0.9rem;
    font-size:0.4rem;
    color:#222;
     font-family: "PINGFANG MEDIUM_1";
     line-height:1rem;
    
}
.info-list1 .item-listp p{
     // padding-left:0.5rem;
     // background-size:6px;
     // background-repeat:no-repeat;
     // background-position:left center;
     // background-image:url(../img/p1.jpg);
}
.info-list1 .item-listp p rt{
    width:6px;
    height:6px;
    display:inline-block;
    background-repeat:no-repeat;
     background-position: center;
     background-image:url(../img/p1.jpg);
     background-size:100% 100$;
     margin-right: 0.25rem;
}
.info-list1 .item-listp img{
    max-width:100%;
}
.info-list2{
    padding: 2rem 0 3.25rem;
    background-color:#f0f0f0;
}
.info-list2 .item-name{
    font-size:1.2rem;
    line-height:1.3rem;
    color:#222222;
    font-family: "PINGFANG BOLD_1";
    margin-bottom:1.25rem;
    font-weight:bold;
}
.info-list2 .infoul2{
    background-color:#fff;
    border-radius:4px;
    overflow:hidden;
}
.info-list2 .infoul2 li{
    padding:1rem 0;
    border-bottom:1px solid #e5e5e5;
    padding-left:6rem;
    position:relative;
}
.info-list2 .infoul2 li .name{
    font-size:0.9rem;
   line-height:1rem;
    color:#222222;
    font-family: "PINGFANG BOLD_1";
    font-weight:bold;
}
.info-list2 .infoul2 li.last{
    border-bottom:0;
}
.info-list2 .infoul2 li.last .name{
    font-family: "Arial";
}
.info-list2 .infoul2 li.last .name span{
    font-family: "PINGFANG BOLD_1";
}

.info-list2 .infoul2 li .name span{
    color:#ca0000;
}
.info-list2 .infoul2 li .item-p{
    font-size:0.5rem;
      font-family: "PINGFANG MEDIUM_1";
    color:#222;
    line-height:0.75rem;
    margin-top:0.4rem;
    padding-right:0.3rem;
}
.info-list2 .infoul2 li .ico{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    display:block;
    width:2rem;
    left:2rem;
}
.info-list3{
    padding: 2.25rem 0 0.5rem;
    background-color:#fff;
}
.info-list3 .item-name{
    font-size: 1.2rem;
    line-height: 1.3rem;
    color: #222222;
    font-family: "PINGFANG BOLD_1";
    font-weight:bold;
    margin-bottom: 1.25rem;
}
.info-list3 .te-item{
    height:2.25rem;
    line-height:2.25rem;
    padding:0 2.25rem 0 1rem;
    font-size:0.9rem;
    color:#222222;
    border-top:1px solid #e5e5e5;
    position:relative;
}
.info-list3 .te-item .ico{
position:absolute;
top:50%;
transform:translateY(-50%);
width:0.9rem;
display:block;
right:2.5rem;
cursor:pointer;
z-index:10;
background-size:100% 100%;
height:0.9rem;
background-position:center;
background-repeat:no-repeat;
background-image: url(../img/jia.png);
transition:all 0.3s;
}
.info-list3 .te-item .ico.cur{
    background-image: url(../img/jian.png);
}
.info-list3 .table{
    padding-bottom:2rem;
}
.info-list3 .table>ul{
    display:block;
    float:left;
    width:49%;
    margin-right:2%;
    max-height:7.5rem;
    overflow:hidden;
    transition:all 0.6s;
}
.info-list3 .table>ul.cur{
    max-height:100rem;
}
.info-list3 .table>ul:nth-child(2){
    margin-right: 0;
}
.info-list3 .table>ul li{
    width:100%;
    display:block;
    height:1.5rem;
    line-height:1.5rem;
    font-size:0.5rem;
    color:#000;
    text-align:center
}
.info-list3 .table>ul li span{
      width:50%;
     display:inline-block;
}
.info-list3 .table>ul li span:nth-child(1){
    text-indent: 2em;
    text-align:left;
}
.info-list3 .table>ul li span:nth-child(2){
    text-align:center
}
.info-list3 .table>ul li:nth-child(2n+1){
    background-color:#f7f7f7;
}
.info-list4{
    padding: 2.5rem 0 4.5rem;
    background-color:#f0f0f0;
}
.info-list4 .item-name{
    font-size:1.2rem;
    line-height:1.2rem;
    text-align:center;
    color:#222;
    font-family: "PINGFANG BOLD_1";
    font-weight:bold;
}
.info-list4 .product-ul{
    // display: block;
}
.info-list4 .product-ul .swiper-slide{
    background-color: #fff;
    overflow: hidden;
    padding-top: 1rem;
}

.info-list4 .product-ul .swiper-slide .item{
    padding: 0 0.5rem;
    font-size: 0.6rem;
    color: #222222;
    line-height: 0.7rem;
    font-family: "PINGFANG MEDIUM_1";
    position: relative;
}
.info-list4 .product-ul .swiper-slide .item span {
    font-family: "Arial";
}
.info-list4 .product-ul .swiper-slide .item img{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.5rem;
    width: 0.5rem;
}
.info-list4 .product-ul .swiper-slide .img{
        width: 100%;
    overflow: hidden;
    margin-top: 0.5rem;
}
.info-list4 .product-ul .swiper-slide .img img{
        width: 100%;
    transition: all 0.3s;
}
.info-list4 .product-ul .swiper-slide .proliul{
        margin-top: 1rem;
    padding: 0 0.5rem 0.5rem;
    font-size: 0;
    text-align: left;
}
.info-list4 .product-ul .swiper-slide .proliul>div{
    font-size: 0.35rem;
    color: #555555;
    font-family: "PINGFANG MEDIUM_1";
    line-height: 0.75rem;
    display: inline-block;
    width: 50%;
}
.info-list4 .product-ul .swiper-slide .proliul>div span{
        font-family: "Arial";
}
.info-list4 .product-ul .swiper-slide .libottom{
        font-size: 0;
    text-align: center;
}
.info-list4 .product-ul .swiper-slide .libottom div{
    display: inline-block;
    width: 50%;
    height: 1.52rem;
    line-height: 1.52rem;
    font-size: 0.45rem;
    text-align: center;
    font-family: "PINGFANG MEDIUM_1";
}
.info-list4 .product-ul .swiper-slide .libottom div.di1{
    background-color: #ffdf00;
    color: #111;
    float:left;
}
.info-list4 .product-ul .swiper-slide .libottom div.di1 span{
    font-family: "Arial";
}
.info-list4 .product-ul .swiper-slide .libottom div.di2{
        color: #fff;
    background-color: #111;
    float:right;
}
.info-list4 .product-ul .swiper-slide .libottom div.di2 a{
    color: #fff;
    }
    .video-model{
        position:fixed;
        top:0;
        left:0;
        width:100%;
        height:100%;
        z-index:1000;
        display:none;
    }
    .video-model .black{
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
        background-color:rgba(0, 0, 0, 0.5);
    }
    .video-model .videomian{
        position:absolute;
        top:50%;
        left:50%;
        width:1000px;
        transform:translate(-50%,-50%);
    }
    .video-model .videomian .close{
        position:absolute;
        top:-1.25rem;
        right:0;
        width:0.9rem;
        height:0.9rem;
        border-radius:50%;
        background-color:#ffff;
        background-image:url(../img/close.png);
        background-position:center;
        background-repeat:no-repeat;
        background-size:0.7;
        z-index:10;
        cursor:pointer;
        transition:all 0.3s;
    }
    .video-model .videomian video{
        width:100%;
    }
.support-list1{
    padding: 2.25rem 0 3.25rem;
    background-color:#fff;
}
.support-list1 .item-name{
    font-size:1.5rem;
    line-height:1.5rem;
    text-align:center;
    color:#222;
    font-family: "PINGFANG BOLD_1";
    font-weight:bold;
}
.support-list1 ul.supportul{
    margin-top: 2.2rem;
    width:100%;
}
.support-list1 ul.supportul li{
    float:left;
    position:relative;
    width:32%;
    margin-right:2%;
    padding-bottom:22%;
    background-color:#ebebeb;
    transition:all 0.3s;
    cursor:pointer;
}
.support-list1 ul.supportul li.cur{
    background-color:#ffdf00;
    box-shadow:0 5px 49px rgba(0, 0, 0, 0.1)
}
.support-list1 ul.supportul li:nth-child(3){
    margin-right:0;
}
.support-list1 ul.supportul li .item-li{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:80%;
    text-align:center;
}
.support-list1 ul.supportul li .item-li .img{
    height:2.5rem;
}
.support-list1 ul.supportul li .item-li .img img{
    height:2.5rem;
}
.support-list1 ul.supportul li .item-li .imgname{
    margin-top:1.3rem;
    font-size:0.6rem;
    color:#222;
    line-height:1rem;
    height:2rem;
    overflow:hidden;
    font-family: "PINGFANG BOLD_1";
    font-weight:bold;
}
.support-list2{
    padding: 2.5rem 0 4.75rem;
    background-color:#f5f5f5;
}
.support-list2 .item-name{
    font-size:1.5rem;
    line-height:1.5rem;
    text-align:center;
    color:#222;
    font-family: "PINGFANG BOLD_1";
    font-weight:bold;
}
.support-list2 .item-jie{
    font-size:0.6rem;
    color:#222;
    margin-top:0.9rem;
    font-family: "PINGFANG MEDIUM_1";
    text-align:center;
    line-height:0.8rem;
}
.support-list2 .soformul{
    margin-top:1.5rem;
    position: relative;
}
.support-list2 .soformul li{
    float:left;
    position: relative;
    width:49%;
    margin-right:2%;
    margin-bottom:0.4rem;
    border: 1px solid #c6c6c6;
    box-sizing:border-box;
    z-index:10;
    background-color:#fff;
}
.support-list2 .soformul li.li1{
    z-index:15
}
.support-list2 .soformul li:nth-child(2n-1){
    margin-right: 0;
}
.support-list2 .soformul li .gf-select{
    position:relative;
}
.support-list2 .soformul li .gf-select span{
    display:block;
    height:1.5rem;
    line-height:1.5rem;
    padding:0 1.1rem;
    font-size:0.5rem;
    color:#222;
     position:relative;
}
.support-list2 .soformul li .gf-select span em {font-style: normal;
}
.support-list2 .soformul li .gf-select span .icon-jt { background: url(../img/gxia.png) center right no-repeat; 
    width: 0.5rem;
    height: 0.45rem;
    position: absolute;
    right: 1.1rem;
    top: 50%;
    transform:translateY(-50%);
    background-size:100% 100%;
 }

 .support-list2 .soformul li .gf-select  ul {
    border: 1px solid #c6c6c6;
    position: absolute;
    width: 100%; 
    top: calc(1.5rem + 1px);
    overflow-y :auto;
    display: none;
    background: #fff;
    left:-1px;
    width:100%;
    max-height:6rem;
    overflow:auto;
    z-index:15;
}
 .support-list2 .soformul li .gf-select  ul li { 
  line-height: 1.5rem; 
  padding:0 1.1rem;
  width:100%;
  margin-right:0;
  margin-bottom:0;
  border:0;
  border-bottom: 1px solid #ddd;
  font-size:0.5rem;
}
 .support-list2 .soformul li .gf-select  ul li:last-child{ 
    border-bottom: none; 
}
.support-list2 .soformul li .item{
    height:1.5rem;
    line-height:1.5rem;
    padding:0 1.1rem;
    font-size:0.5rem;
    color:#222;
}
.support-list2 .soformul li #test1{
    height:1.5rem;
    line-height:1.5rem;
    background-color:transparent;
    text-align:right;
    float:right;
    display:block;
    position: relative;
    font-family: "Arial";
    cursor:pointer;
}
.support-list2 .soformul li input{
    height:1.5rem;
    line-height:1.5rem;
    background-color:transparent;
    width:70%;
    font-size:0.5rem;
    padding-left:0.4rem;
    outline:none
}
.support-list2 .soformul li.shu input{
    font-family: "Arial";
}
.support-list2 .soformul li.w100{
    width:100%;
    height:5rem;
}
.support-list2 .soformul li.w100 textarea{
    display:block;
    padding:0 1.1rem;
    height:3.2rem;
    font-size:0.5rem;
    color:#222;
    line-height:1rem;
    background-color:transparent;
    width:calc(100% - 2.2rem);
}
.support-list2 .soformul li .item img{
    position:absolute;
    top:50%;
    right:0;
    transform:translateY(-50%);
}
.support-list2 .soformul li.last{
    background-color:#ffdf00;
    border: 0;
    margin-left:2%;
    margin-right: 0;
}
.support-list2 .soformul li.last input{
    font-size:0.5rem;
    color:#222;
    text-align:center;
    padding-left:0;
    cursor:pointer;
    width:100%;
}
.contact-list1{
    padding:2rem 0 7.5rem;
    background-color:#f5f5f5;
}
.contact-list1 .item-name{
        font-size: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    color: #222;
    font-family: "PINGFANG BOLD_1";
    font-weight:bold;
}
.contact-list1 .contact-map{
    margin-top:1.5rem;
    position:relative;
    border:10px solid #fff;
}
.contact-list1 .contact-map #map{
    height:14.7rem;
}
.contact-list1 .mapul{
    margin-top:1rem;
}
.contact-list1 .mapul li{
    float:left;
    width:32%;
    margin-right:2%;
    margin-bottom:0.5rem;
    background-color:#fff;
    transition:all 0.3s;
     font-family: "PINGFANG MEDIUM_1";
     box-shadow:0 0 10px rgba(0, 0, 0, 0.1)
}
.contact-list1 .mapul li.cur{
    background-color:#ffdf00;
    box-shadow:0 0  0;
}
.contact-list1 .mapul li:nth-child(3n){
    margin-right: 0;
}
.contact-list1 .mapul li .itemli{
    padding: 1rem 1.25rem;
}
.contact-list1 .mapul li .itemli .conname{
font-size:0.55rem;
color:#222;
line-height:0.8rem;
padding-bottom:0.5rem;
border-bottom:1px solid #e5e5e5;

}
.contact-list1 .mapul li .itemli .item-p{
margin-top:0.5rem;
font-size:0.45rem;
color:#222;
line-height:0.8rem;
min-height:4.1rem;
}
.contact-list1 .item-clp{
    font-size:0.6rem;
    margin-top:0.6rem;
    line-height:0.8rem;
    color:#222;
    text-align:center;
}
.contact-list1 .item-clp img{
    margin-right:0.25rem;
    position:relative;
    top:-2px;
}
.contact-list1 ul.item-clear{
    margin-top:3rem;
    position:relative;
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
}
.contact-list1 ul.item-clear li{
    float:left;
    width:33%;
    position:relative;
    transition:all 0.3s;
    padding-bottom:36.3%;
    cursor:pointer;
}
.contact-list1 ul.item-clear li .item-cl{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:84%;
    text-align:center;
}
.contact-list1 ul.item-clear li .item-cl .img{
    text-align:center;
}
.contact-list1 ul.item-clear li .item-cl .img span{
    position:relative;
    width:3.2rem;
    height:3.2rem;
    border-radius:50%;
    display:inline-block;
    border:1px solid rgba(255, 255, 255, 0.1);
    box-sizing:border-box;
}
.contact-list1 ul.item-clear li .item-cl .img span img{
    position:absolute;
    width:1.5rem;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    opacity:1;
    transition:all 0.3s;
}
.contact-list1 ul.item-clear li .item-cl .img span img.img2{
    opacity:0;
}
.contact-list1 ul.item-clear li .item-cl .title{
    margin-top:2rem;
    color:#fff;
    font-size:0.65rem;
    line-height:0.7rem;
    position:relative;
    margin-bottom:1.25rem;
    transition:all 0.3s;
}
.contact-list1 ul.item-clear li .item-cl .title:after{
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    bottom:-0.7rem;
    width:0.8rem;
    height:2px;
    background-color:#fff;
    content:"";
    transition:all 0.3s;
}
.contact-list1 ul.item-clear li .item-cl .title-p{
    font-size:0.4rem;
    color:#fff;
    transition:all 0.3s;
    line-height:0.8rem;
}
.contact-list1 ul.item-clear li.cur{
    background-color:#ffdf00;
    transform:scale(1.1);
}
.contact-list1 ul.item-clear li.cur .item-cl .img span{
    border: 1px solid rgba(0, 0, 0, 0.1)
}
.contact-list1 ul.item-clear li.cur .img span img.img2{
    opacity:1;
}
.contact-list1 ul.item-clear li.cur .img span img.img1{
    opacity:0;
}
.contact-list1 ul.item-clear li.cur .item-cl .title{
    color:#222;
}
.contact-list1 ul.item-clear li.cur .item-cl .title:after{
    background-color:#222;
}
.contact-list1 ul.item-clear li.cur .item-cl .title-p{
    color:#222;
}
.contact-list1 ul.item-claerul{
    margin-top: 5rem;
    position:relative;
}
.contact-list1 ul.item-claerul li{
    position:relative;
    padding: 0.5rem 0 1rem;
    background-color:#fff;
    margin-bottom:0.5rem;
}
.contact-list1 ul.item-claerul li .item-li{
    padding:0 6.7% 0 17.3%;
    position:relative;
}
.contact-list1 ul.item-claerul li .item-li>img{
position:absolute;
width:2rem;
left:6%;
top:1.5rem;
}
.contact-list1 ul.item-claerul li .item-li .itemname{
    font-size:0.75rem;
    height:2.5rem;
    line-height:2.5rem;
    border-bottom:1px solid #e5e5e5;
    position:relative;
    color:#222;
    font-family: "PINGFANG BOLD_1";
    font-weight:bold;
}
.contact-list1 ul.item-claerul li .item-li .itemname span{
    color:#e72a2a
}
.contact-list1 ul.item-claerul li .item-li .itemname .more{
    font-size:0.45rem;
    color:#1b1b1b;
    display:block;
    width:3.75rem;
    height:1.3rem;
    line-height:1.2rem;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    right:0;
    box-sizing:border-box;
    border: 3px solid #222;
    text-align:center;
    transition:all 0.3s;
}
.contact-list1 ul.item-claerul li .item-li .itemname .more:after{
    width:0.35rem;
    height:0.35rem;
    position:absolute;
    top:6px;
    right:6px;
    background-size:100% 100%;
    background-repeat:no-repeat;
    background-position:center;
    background-image:url(../img/moreafter1.png);
    content:"";
}
.contact-list1 ul.item-claerul li .item-li .itemjie{
    font-size:0.45rem;
    color:#222;
    font-family: "PINGFANG MEDIUM_1";
    margin-top: 0.75rem;
    line-height:0.75rem;
    height:1.5rem;
    overflow:hidden;
}
.newsbody{
    padding: 2.5rem 0  2rem;
    background-color:#f7f7f7;
}
.newsbody .item-name{
    font-size:1.5rem;
    line-height:1.5rem;
    color:#000000;
    text-align:center;
    font-family:"PINGFANG BOLD_1";
    font-weight:bold;
}
.newsbody .itemopoli{
    position:relative;
    width:100%;
}
.newsbody ul.newsul{
    margin-top:1.25rem;
    position:relative;
    width:100%;
}
.newsbody ul.newsul li{
    float:left;
    width:32%;
    margin-right:2%;
    margin-bottom:1.25rem;
    vertical-align: top;
}
.newsbody ul.newsul li:nth-child(3n){
    margin-right:0;
}

.newsbody ul.newsul li .img{
    overflow:hidden;
}
.newsbody ul.newsul li .img img{
    width:100%;
    transition:all 0.3s;
}
.newsbody ul.newsul li .ico{
    position:relative;
    margin-top: 0.5rem;
}
.newsbody ul.newsul li .ico .item{
    float:left;
    width:1.5rem;
    height:1.25rem;
    line-height:1.15rem;
    font-size:0.375rem;
    color:#000;
    background-position:center;
    background-size:100% 100%;
    background-repeat:no-repeat;
    background-image:url(../img/newsico.png);
    text-align:center;
}
.newsbody ul.newsul li .ico .tiem{
    font-size:0.375rem;
    color:#222222;
    position:absolute;
    top: 50%;
    transform:translateY(-50%);
    opacity:0.5;
    left:1.8rem;
    font-family: "Arial";
}
.newsbody ul.newsul li .name{
    font-size:0.75rem;
    line-height:1rem;
    color:#000;
    font-family:"PINGFANG BOLD_1";
    font-weight:bold;
    margin-top:0.25rem;
    font-weight:bold;
    transition:all 0.3s;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
height:2rem;
}
.newsbody ul.newsul li .item-jie{
    font-size:0.4rem;
    color:#222222;
    line-height:0.7rem;
    height:1.4rem;
    overflow:hidden;
    margin-top:0.6rem;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.newsbody ul.newsul li .more{
    font-size:0.4rem;
    color:#1b1b1b;
    display:inline-block;
    margin-top:1.2rem;
    border-bottom:1px solid #1b1b1b;
    transition:all 0.3s;
}
.newsbody .page{
    margin-top:1rem;
    border-top:1px solid #d5d5d5;
    padding-top:1.5rem;
}
.infobody{
    position:relative;
    background-color:#f5f5f5;
}
.infobody .lefyt{
    float:left;
    width:64.1%;
    background-color:#f5f5f5;
    padding: 2rem 0 4.5rem;
}
.infobody .lefyt .w970{
    width:78.9%;
    position:relative;
    margin-left:17%;
}
.infobody .lefyt .itemname{
    font-size:1.05rem;
    color:#000000;
    line-height:1.1rem;
    overflow:hidden;
    height:1.1rem;
     font-family:"PINGFANG BOLD_1";
     font-weight: bold;
}
.infobody .lefyt .itemshi{
    font-size:0.45rem;
    color:#000;
    line-height:0.5rem;
    margin-top: 0.5rem;
    font-family: "Arial";
}
.infobody .lefyt .infomian{
    padding:1rem 0;
    font-size:0.45rem;
    color:#222222;
    font-family: "PINGFANG MEDIUM_1";
    line-height:0.8rem;
}
.infobody .lefyt .infomian img{
    max-width:100%;
}
.infobody .lefyt .infobottom{
    margin-top:0.5rem;
    padding-top:0.75rem;
    border-top:1px solid #d5d5d5;
    position:relative;
    
}
.infobody .lefyt .infobottom p a{
	font-size:0.55rem;
	color:#222
}
.infobody .lefyt .infobottom .black{
    position:absolute;
    width:3.75rem;
    color:#222;
    line-height:1.2rem;
    line-height:1.3rem;
    font-size:0.45rem;
    text-align:center;
    border: 3px solid #222;
    box-sizing:border-box;
    display:block;
    bottom:0;
    right:0%;
    transition:all 0.3s;
}
.infobody .lefyt .claearinfo{
	height:1.3rem;
}
.infobody .lefyt .claearinfo .black{
    position:absolute;
    width:3.75rem;
    color:#222;
    line-height:1.2rem;
    line-height:1.3rem;
    font-size:0.45rem;
    text-align:center;
    border: 3px solid #222;
    box-sizing:border-box;
    display:block;
    bottom:0;
    left:50%;
    transform:translateX(-50%);
    transition:all 0.3s;
}
.infobody .rightt{
    float:left;
    width:35.8%;
    background-color:#fff;
    padding:2rem 0 4.5rem;
    position:relative;
    z-index: 3;
}
.infobody .rightt .w62-3{
    width:62.3%;
    margin-left:7.2%;
    position:relative;
}
.infobody .rightt .itenmae{
        font-size: 1.05rem;
    color: #000000;
    line-height: 1.1rem;
    overflow: hidden;
    height: 1.1rem;
    font-family: "PINGFANG BOLD_1";
    font-weight: bold
}
.infobody .rightt ul.infoul{
    margin-top: 1.9rem;
}
.infobody .rightt ul.infoul li{
    position:relative;
    width:100%;
    margin-bottom:1.25rem;
}
.infobody .rightt ul.infoul li .img{
    width:100%;
    overflow:hidden;
}
.infobody .rightt ul.infoul li .img img{
    width:100%;
    transition:all 0.3s;
}
.infobody .rightt ul.infoul li .ico{
        position: relative;
    margin-top: 0.5rem;
}
.infobody .rightt ul.infoul li .ico .item{
    float: left;
    width: 1.5rem;
    height: 1.25rem;
    line-height: 1.25rem;
    font-size: 0.35rem;
    color: #000;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(../img/newsico.png);
    text-align: center;
}
.infobody .rightt ul.infoul li .ico .tiem{
    font-size: 0.35rem;
    color: #222222;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.5;
    left: 1.8rem;
    font-family: "Arial";
}
.infobody .rightt ul.infoul li .name{
        font-size: 0.75rem;
    line-height: 1rem;
    color: #000;
    font-family: "PINGFANG BOLD_1";
    margin-top: 0.25rem;
    font-weight: bold;
}
.infobody .rightt ul.infoul li .item-jie{
        font-size: 0.4rem;
    color: #222222;
    line-height: 0.7rem;
    height: 1.4rem;
    overflow: hidden;
    margin-top: 0.6rem;
}
.infobody .rightt ul.infoul li .more{
    font-size: 0.4rem;
    color: #1b1b1b;
    display: inline-block;
    margin-top: 1.2rem;
    border-bottom: 1px solid #1b1b1b;
}
.mapconbody{
    position:relative;
    overflow:hidden;
    width:100%;
}
.mapconbody #map{
    height:80vh
}
.mapconbody .img2{
	display:none;
}
.mapconbody img{
    width:100%;
}
.mapconbody .lianname{
    position:absolute;
    top:17.4%;
    left:10.9%;
    font-size:1.5rem;
    line-height:1.5rem;
    color:#222;
    z-index:10;
    font-family: "PINGFANG BOLD_1";
    font-weight: bold;
}
.mapconbody .mapdivli{
    position:absolute;
    top:40%;
    left:6.25%;
    width:37.5%;
    z-index:10
}
.anchorBL{
    display:none
}
.dituname{
    font-size:0.6rem;
}
.addmap{
    font-size:0.4rem;
    margin-top:0.5rem;
}
.addeml{
    font-size:0.4rem;
}
.mapconbody .mapdivli-guo{
     position:absolute;
    top:40%;
    left:51.3%;
    width:42%;
}
.mapconbody .mapdivli .maping{
    width:3rem;
    position:relative;
    z-index:20;
    text-align:center;
}
.mapconbody .mapdivli .maping .img{
    width:3rem;
    height:3rem;
    text-align:center;
    line-height:3rem;
    position:relative;
}
.mapconbody .mapdivli .maping  img{
    width:1.75rem;
    
}
.mapconbody .mapdivli .maping .img:after{
    position:absolute;
    width:3rem;
    height:3rem;
    border-radius: 50%;
    content:"";
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    background-position:center;
    background-size:100% 100%;
    background-repeat:no-repeat;
    background-image:url(../img/dianmap.png);
    animation: arrow6 2s infinite linear;
}
@keyframes arrow6{
    0%{
     background-size:65% 65%;
    }
    100%{
       background-size:100% 100%; 
    }
}
.mapconbody .mapdivli .maping .nameing{
     font-size:0.6rem;
    line-height:0.6rem;
    color:#222222;
    font-family: "PINGFANG BOLD_1";
    margin-top:0.25rem;
    font-weight:bold;
    white-space: nowrap;
}

.mapconbody .mapdivli .item-liop{
    padding: 0.9rem;
    background-color:#fff;
    border: 1px solid #c6c6c6;
    position:absolute;
    top: 77%;
    left: 24%;
}
.mapconbody .mapdivli .item-liop:after{
    position:absolute;
    width:7.75rem;
    height:1.25rem;
    left:-22%;
    top:-1.25rem;
    content:"";
    background-repeat:no-repeat;
    background-size:100% 100%;
    background-position:center;
    background-image:url(../img/xian.png);
}
.mapconbody .mapdivli-guo .item-liop:after{
left:-23.5%;
}
.mapconbody .mapdivli .item-liop .conname{
    font-size:0.6rem;
    line-height:0.6rem;
    color:#222222;
    font-family: "PINGFANG BOLD_1";
    font-weight:bold;
}
.mapconbody .mapdivli-guo .item-liop .conname{
    font-family: "Arial";
}
.mapconbody .mapdivli .item-liop .con-p{
    margin-top: 0.75rem;
    font-size:0.55rem;
    line-height:1.25rem;
    color:#222222;
}
.xuanbody{
    padding: 2rem 0 4.75rem;
    background-color:#f0f0f0;
}
.xuanbody .itemname{
    font-size: 1.5rem;
    line-height:1.5rem;
    color:#000000;
    text-align:center;
    font-family: "PINGFANG BOLD_1";
    font-weight:bold;
}
.xuanbody .xuan-video{
    margin-top:1.25rem;
    position:relative;
}
.xuanbody .xuan-video:after{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.15);
	content:"";
}
.xuanbody .xuan-video img{
    width:100%;
}
.xuanbody .xuan-video .bo{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:2.25rem;
    height:2.25rem;
    background-position:center;
    background-repeat:no-repeat;
    background-size:100% 100%;
    background-image:url(../img/bo1.png);
    z-index:10;
    cursor:pointer;
}
.xuanbody ul.xuanul{
    margin-top:1.5rem;
    position:relative;
}
.xuanbody ul.xuanul li{
    margin-bottom:0.5rem;
    position:relative;
    width:100%;
}
.xuanbody ul.xuanul li .left{
    float:right;
    width:38.7%;
    overflow:hidden;
}
.xuanbody ul.xuanul li:nth-child(2n) .left{
    float:left;
}
.xuanbody ul.xuanul li .left  img{
    width:100%;
    transition:all 0.3s;
}
.xuanbody ul.xuanul li .right{
    position:absolute;
    top:0;
    left:0;
    width:61.3%;
    height:100%;
    background-color:#222222;
}
.xuanbody ul.xuanul li:nth-child(2n) .right{
    left:auto;
    right:0;
    background-color:#fff;
}
.xuanbody ul.xuanul li .right .item-name{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:80%;
    text-align:left;
    max-height:80%;
    overflow:auto;
    padding-right: 0.3rem;
}
.xuanbody ul.xuanul li .right .item-name .name{
    font-size: 1.05rem;
    line-height:1.1rem;
    color:#fff;
    font-family: "PINGFANG BOLD_1";
    font-weight:bold;
}
.xuanbody ul.xuanul li:nth-child(2n) .right .item-name .name{
    color:#222;
}
.xuanbody ul.xuanul li .right .item-name .name span{
    font-family: "Arial";
}
.xuanbody ul.xuanul li .right .item-name .en-name{
    font-size:0.45rem;
    line-height:0.5rem;
    position:relative;
    margin-bottom:1.5rem;
    color:#fff;
    font-family: "Arial";
    margin-top: 0.5rem;
}
.xuanbody ul.xuanul li:nth-child(2n) .right .item-name .en-name{
    color:#222;
}
.xuanbody ul.xuanul li .right .item-name .en-name:after{
    position:absolute;
    left:0;
    width:0.8rem;
    height:2px;
    content:"";
    background-color:#fff;
    bottom:-0.75rem;
}
.xuanbody ul.xuanul li:nth-child(2n) .right .item-name .en-name:after{
    background-color:#222;
}
.xuanbody ul.xuanul li .right .item-name .list{
    font-size:0.45rem;
    color:#fff;
    line-height:0.75rem;
}
.xuanbody ul.xuanul li:nth-child(2n) .right .item-name .list{
    color:#222;
}
.superioritybody{
    padding: 2rem 0 6rem;
    background-color:#f0f0f0;
}
.superioritybody .itemname{
        font-size: 1.5rem;
    line-height: 1.5rem;
    color: #000000;
    text-align: center;
    font-family: "PINGFANG BOLD_1";
    font-weight: bold;
}
.superioritybody .zhimian{
    position:relative;
    margin-top:1.25rem;
    width:100%;
    background-color:#fff;
}
.superioritybody .zhimian .left{
    float:left;
    width:50%;
    overflow:hidden;
}
.superioritybody .zhimian .left img{
    width:100%;
    transition:all 0.3s;
}
.superioritybody .zhimian .right{
    position:absolute;
    top:0;
    right:0;
    width:50%;
    height:100%;
    background-color:#fff;
}
.superioritybody .zhimian .right .list{
     position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:80%;
    text-align:left;
}
.superioritybody .zhimian .right .list .name{
    font-size:1.2rem;
    line-height:1.2rem;
    color:#222;
    position:relative;
    margin-bottom:1.5rem;
    font-family: "PINGFANG MEDIUM_1";
}
.superioritybody .zhimian .right .list .name:after{
    position:absolute;
    left:0;
    bottom:-0.75rem;
    width:0.8rem;
    height:2px;
    background-color:#222;
    content:"";
}
.superioritybody .zhimian .right .list .lisp{
    font-size:0.45rem;
    line-height:0.75rem;
    color:#222;
     font-family: "PINGFANG MEDIUM_1";
}
.superioritybody .zhimian .right .list .topxia{
    width:1.4rem;
    height:1.4rem;
    cursor:pointer;
    margin-top: 1.75rem;
    background-size:100% 100%;
    background-repeat:no-repeat;
    background-position:center;
    background-image:url(../img/topxia.png);
}
.superioritybody .zhiul{
    margin-top:1.5rem;
    position:relative;
}
.superioritybody .zhiul li{
    position:relative;
    margin-bottom:0.5rem;
    width:100%;
}
.superioritybody .zhiul li .lidiv{
    position:relative;
    height:3.75rem;
    background-color:#fff;
    transition:all 0.3s;
}
.superioritybody .zhiul li .lidiv .num{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    left:3.7%;
    font-size:1.25rem;
    line-height:1.25rem;
    color:#222;
    font-family: "Arial";
}
.superioritybody .zhiul li .lidiv .item-name{
    font-size:0.5rem;
    color:#222;
    line-height:0.75rem;
    position:absolute;
    width:74%;
    left:13%;
    top:50%;
    transform:translateY(-50%);
}
.superioritybody .zhiul li .lidiv .btncur{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    right:3.7%;
    width:0.8rem;
    height:0.8rem;
    background-repeat:no-repeat;
    background-position:center;
    background-size:100% 100%;
    background-image:url(../img/jia1.png);
    transition:all 0.3s;
    cursor:pointer;
}
.superioritybody .zhiul li .item-jie{
    padding:1.5rem 3.7% ;
    background-color:#fff;
    font-size:0.4rem;
    line-height:1rem;
    color:#222;
    font-family: "PINGFANG MEDIUM_1";
    display:none;
}
.superioritybody .zhiul li.cur .lidiv{
    background-color:#ffdf00;
}
.superioritybody .zhiul li.cur .lidiv .btncur{
    background-image:url(../img/jian.png);
}

.index-list1{
    padding:0 0 1rem;
    position:relative;
    z-index: 10;
}
.index-list1:after{
    position:absolute;
    top:0.75rem;
    width:100%;
    height:calc(100% - 0.75rem);
    background-color:#f5f5f5;
    content:"";
    left:0;
    z-index: -1;
}
.index-list1 .w1500{
    margin-top:-0.75rem;
}
.index-list1 .list-div1{
    padding:1rem 0 1rem;
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    background-image:url(../img/index1.jpg);
    position:relative;
   
}
.index-list1 .list-div1 .name{
    color:#000;
    text-align:center;
}
.index-list1 .list-div1 .name img{
    max-width:100%;
}
.index-list1 .list-div1 .indexul1{
    margin-top: 0.5rem;
    font-size:0;
    text-align:center;
}
.index-list1 .list-div1 .indexul1 li{
    display:inline-block;
    width:33%;
    vertical-align:top;
}
.index-list1 .list-div1 .indexul1 li .nunname{
    font-size:0.6rem;
    color:#222;
    line-height:0.6rem;
    font-family: "PINGFANG BOLD_1";
    font-weight:bold;
}
.index-list1 .list-div1 .indexul1 li .shu{
    font-size:0.45rem;
    font-family: "PINGFANG BOLD_1";
    color:#222;
    margin-top: 0rem;
    font-weight:bold;
}
.index-list1 .list-div1 .indexul1 li .shu span{
    font-size:2.25rem;
    line-height:2.25rem;
    color:#000;
    font-family: "Arial";
}
.index-list1 .list-div1 .more{
    display:block;
    margin:0.75rem auto 0;
    width:7.25rem;
    height:1.25rem;
    line-height:1.25rem;
    position:relative;
    font-size:0.45rem;
    color:#fff;
    text-align:center;
    background-color:#000000;
    transition:all 0.3s;
    border:2px solid #000;
}
.index-list1 .list-div1 .more:after{
    position:absolute;
    top:6px;
    right:6px;
    width:0.35rem;
    height:0.35rem;
    background-size:100% 100%;
    background-image:url(../img/moreafter2.png);
    background-repeat:no-repeat;
    background-position:center;
    content:"";
}
.banner-indexswper{
    position:absolute;
    top:38vh;
    width:78.125%;
    left:50%;
    transform:translateX(-50%);
    overflow:hidden;
    z-index:30;
    display:none
}
.banner-indexswper .swiper-slide{
    position:relative;
    text-align:center;
}
.banner-indexswper .swiper-slide .topimg{
    height:2.25rem;
}
.banner-indexswper .swiper-slide .topimg img{
    height:2.25rem;
}
.banner-indexswper .swiper-slide .imgnmae{
    font-size:1.2rem;
    line-height:1.2rem;
    font-weight:bold;
    color:#fff;
    margin-top:0.6rem;
}
.banner-indexswper .swiper-slide .imgnmae span{
    color:#ffdf00;
}
.banner-indexswper .swiper-slide .more{
    display:block;
    position:relative;
    width:3.9rem;
    height:1.5rem;
    line-height:1.5rem;
    text-align:center;
    margin:1rem auto 0;
    color:#fff;
    border:2px solid #fff;
    box-sizing: border-box;
    font-size:0.45rem;
    z-index: 10;
    transition:all 0.3s;
}
.banner-indexswper .swiper-slide .more:after{
 position:absolute;
    top:6px;
    right:6px;
    width:0.35rem;
    height:0.35rem;
    background-size:100% 100%;
    background-image:url(../img/moreafter.png);
    background-repeat:no-repeat;
    background-position:center;
    content:"";
}
.banner-indexswper .swiper-slide .bigimg{
    width:32%;
    // margin-top:-1rem;
    margin-left:38%;
    position:relative;
}
.banner-indexswper .swiper-slide .bigimg img{
    width:100%;
}
.banner-right{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    z-index: 30;
    right:0;
    display:none
}
.banner-right li{
    width:100%;
    position:relative;
    margin-bottom:2px; 
    cursor:pointer;
    background-color:#fff;
    width:2.5rem;
    height:2.5rem;
    line-height:2.85rem;
}
.banner-right li img{
    width:100%;
}
.banner-right li .mask{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.5);
    opacity:0;
    transition:all 0.3s;
}
.banner-right li.cur .mask{
    opacity:1;
}
.banner-right li .mask:after{
    position:absolute;
    top:0;
    right:0;
    width:4px;
    height:100%;
    transition:all 0.3s;
    background-color:#ffdf00;
    content:"";
}
.index-list1 .list-div2{
    position:relative;
    margin-top:0.8rem;
}
.index-list1 .list-div2 .right{
    float:right;
    width:50.1%;
    position:relative;
}
.index-list1 .list-div2 .right>img{
    width:100%;
}
.index-list1 .list-div2 .right .list-more{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width: 110%;
    right: -2.1%;
}
.index-list1 .list-div2 .right .list-more .img{
float:left;
width:54.5%;
}
.index-list1 .list-div2 .right .list-more .img img{
width:100%;
}
.index-list1 .list-div2 .right .list-more .itmright{
    float:right;
    width:40%;
    text-align:left;
    padding-top:0.75rem;
}
.index-list1 .list-div2 .right .list-more .itmright .name{
    font-size:0.6rem;
    line-height:0.6rem;
    color:#fff;
    font-family: "Arial";
}
.index-list1 .list-div2 .right .list-more .itmright .enname{
    font-size:1.25rem;
    line-height:1.51rem;
    color:#fff;
     font-family: "Arial";
     margin-top:0.5rem;
}
.index-list1 .list-div2 .right .list-more .itmright .more{
    display:block;
    font-size:0.45rem;
    color:#000;
    text-align:center;
    line-height:1.4rem;
    width:3.75rem;
    background-color:#fff;
    position:relative;
    margin-top:2rem;
    transition:all 0.3s;
}
.index-list1 .list-div2 .right .list-more .itmright .more:after{
    position:absolute;
    top:6px;
    right:6px;
    width:0.35rem;
    height:0.35rem;
    background-size:100% 100%;
    background-image:url(../img/moreafter1.png);
    background-repeat:no-repeat;
    background-position:center;
    content:"";
}
.index-list1 .list-div2 .left{
position:absolute;
width:49.9%;
height:100%;
background-color:#fff;
left:0;
top:0;
}
.index-list1 .list-div2 .left .itemli{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:70%;
    left:10.1%;
}
.index-list1 .list-div2 .left .itemli .hrade{
    position:relative;
    font-size:0;
}
.index-list1 .list-div2 .left .itemli .hrade span{
    font-size: 0.45rem;
    line-height:1.4rem;
    height:1.4rem;
    width:3.75rem;
    background-color:#222;
    color:#fff;
    display:inline-block;
    text-align:center;
}
.index-list1 .list-div2 .left .itemli .hrade .shu{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    right:0;
    font-size:0.45rem;
    color:#aaaaaa;
    font-family: "Arial";
    text-align:center;
    width:1.3rem;
    height:1.3rem;
    line-height:1rem;
    background-image:url(../img/hui.png);
    background-position:center;
    background-repeat:no-repeat;
    background-size:100% 100%;
}
.index-list1 .list-div2 .left .itemli .name{
    font-size:1.2rem;
    line-height:1.2rem;
    margin-top:1.5rem;
    color:#222;
    font-family: "PINGFANG BOLD_1";
    font-weight:bold;
    position:relative;
    margin-bottom:1.1rem;
    overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}

.index-list1 .list-div2 .left .itemli .namejie{
    font-size:0.4rem;
    color:#222;
    line-height:0.75rem;
    position:relative;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 6;
overflow: hidden;
}
.index-list1 .list-div2 .left .itemli .namejie:after{
	 position:absolute;
    width:0.8rem;
    height:2px;
    background-color:#222;
    top:-0.55rem;
    content:"";
    left:0;
}
.index-list1 .list-div2 .left .itemli .more{
   display:block;
    font-size:0.45rem;
    color:#222;
    text-align:center;
    line-height:1.2rem;
    height:1.3rem;
    width:3.75rem;
    border:3px solid #222;
    position:relative;
    margin-top:2rem;
    transition:all 0.3s;
    box-sizing:border-box;
    font-family: "PINGFANG HEAVY_1";
}
.index-list1 .list-div2 .left .itemli .more:after{
    position:absolute;
    top:6px;
    right:6px;
    width:0.35rem;
    height:0.35rem;
    background-size:100% 100%;
    background-image:url(../img/moreafter1.png);
    background-repeat:no-repeat;
    background-position:center;
    content:"";
}
.index-list1 .list-div3{
    margin-top: 0.5rem;
    position:relative;
    width:100%;
}
.index-list1 .list-div3 li{
    float:left;
    width:49%;
    margin-right:2%;
    position:relative;
}
.index-list1 .list-div3 li:nth-child(2){
    margin-right:0;
}
.index-list1 .list-div3 li .img{
    position:relative;
    width:100%;
    overflow:hidden;
}
.index-list1 .list-div3 li .img img{
    width:100%;
    transition:all 0.3s;
}
.index-list1 .list-div3 li .img span{
    display:block;
    position:absolute;
    left:1.1rem;
    bottom:0;
    width:3.25rem;
    height:1.25rem;
    line-height:1.25rem;
    font-size:0.45rem;
    text-align:center;
    background-color:#ffdf00;
}
.index-list1 .list-div3 li .item-p{
    padding: 1.3rem 1.1rem;
    background-color:#fff;
}
.index-list1 .list-div3 li .item-p .name{
    font-size:0.75rem;
    line-height:0.8rem;
    color:#222;
    font-family: "PINGFANG BOLD_1";
    font-weight:bold;
    margin-bottom:1.1rem;
    position:relative;
    overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.index-list1 .list-div3 li .item-p .name:after{
    position:absolute;
    bottom:-0.55rem;
    width:0.8rem;
    height:2px;
    background-color:#222;
    content:"";
    left:0;
}
.index-list1 .list-div3 li .item-p .name-jie{
    font-size:0.4rem;
    color:#222;
    line-height:0.75rem;
    height:1.5rem;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.index-list1 .list-div3 li .item-p .more{
    display:block;
    font-size:0.45rem;
    color:#222;
    text-align:center;
    line-height:1.2rem;
    height:1.3rem;
    width:3.75rem;
    border:3px solid #222;
    position:relative;
    margin-top:1rem;
    transition:all 0.3s;
    box-sizing:border-box;
    font-family: "PINGFANG HEAVY_1";
}
.index-list1 .list-div3 li .item-p .more:after{
    position:absolute;
    top:6px;
    right:6px;
    width:0.35rem;
    height:0.35rem;
    background-size:100% 100%;
    background-image:url(../img/moreafter1.png);
    background-repeat:no-repeat;
    background-position:center;
    content:"";
}
.index-list2{
    padding: 1.5rem 0 3.25rem;
    background-color:#fff;
}
.index-list2 .header{
    position:relative;
    height:2.5rem;
    line-height:2.5rem;
    font-size:1.2rem;
    font-family: "PINGFANG BOLD_1";
    font-weight:bold;
    border-bottom: 1px solid #d1d1d1;
}
.index-list2 .header .more{
    position:absolute;
    top:50%;
    right:0;
    transform:translateY(-50%);
    display:block;
    font-size:0.45rem;
    color:#222;
    text-align:center;
    line-height:1.2rem;
    height:1.3rem;
    width:3.75rem;
    box-sizing:border-box;
    font-family: "PINGFANG HEAVY_1";
    transition:all 0.3s;
    border:3px solid #222;
}
.index-list2 .header .more:after{
    position:absolute;
    top:6px;
    right:6px;
    width:0.35rem;
    height:0.35rem;
    background-size:100% 100%;
    background-image:url(../img/moreafter1.png);
    background-repeat:no-repeat;
    background-position:center;
    content:"";
}
.index-list2 ul.indexul2{
    margin-top: 0.5rem;
    position:relative;
}
.index-list2 ul.indexul2 li{
    float:left;
    width:31%;
    margin-right:3.5%;
    position:relative;
}
.index-list2 ul.indexul2 li:nth-child(3){
    margin-right:0;
}
.index-list2 ul.indexul2 li .img{
    width:100%;
    overflow:hidden;
}
.index-list2 ul.indexul2 li .img img{
    width:100%;
    transition:all 0.3s;
}
.index-list2 ul.indexul2 li .ico{
        position: relative;
    margin-top: 0.5rem;
}
.index-list2 ul.indexul2 li .ico .item{
        float: left;
    width: 1.5rem;
    height: 1.25rem;
    line-height: 1.15rem;
    font-size: 0.375rem;
    color: #000;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(../img/newsico.png);
    text-align: center;
    font-family: "PINGFANG BOLD_1";
    font-weight:bold;
}
.index-list2 ul.indexul2 li .ico .tiem{
        font-size: 0.375rem;
    color: #222222;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.5;
    left: 1.8rem;
    font-family: "Arial";
    line-height:1.15rem;
}
.index-list2 ul.indexul2 li .name{
    font-size: 0.75rem;
    line-height: 1rem;
    color: #000;
    font-family: "PINGFANG BOLD_1";
    font-weight:bold;
    margin-top: 0.25rem;
    font-weight: bold;
    overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.index-list2 ul.indexul2 li .item-jie{
    font-size: 0.4rem;
    color: #222222;
    line-height: 0.7rem;
    height: 1.4rem;
    margin-top: 0.6rem;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.index-list2 ul.indexul2 li .more{
    font-size: 0.4rem;
    color: #1b1b1b;
    display: inline-block;
    margin-top: 1.2rem;
    border-bottom: 1px solid #1b1b1b;
    transition:all 0.3s;
}
.index-list3{
    position:relative;
}
.index-list3 .index-bt{
    width:100%;
    position:relative;
    padding:1.2rem 0 ;
    min-height: 7.25rem;
    background-color:#fcf6cc;
}
.index-list3 .index-bt .w84-3{
    width:50%;
    text-align:left;
    margin-left:15.7%;
}
.index-list3 .index-bt .enname{
    font-size:0.55rem;
    color:#000;
    line-height:0.6rem;
    opacity:0.2;
    font-family: "Arial";
}
.index-list3 .index-bt .name{
    font-size:1.2rem;
    line-height:1.2rem;
    color:#000;
    font-family: "PINGFANG BOLD_1";
    margin-top: 0.25rem;
    font-weight: bold;
}
.index-list3 .index-bt .item-jie{
    font-size:0.4rem;
    color:#222;
    line-height:0.6rem;
    margin-top: 0.5rem;
}
.index-list3 .index-bt .more{
    position:relative;
    display:block;
    font-size:0.45rem;
    color:#222;
    text-align:center;
    line-height:1.4rem;
    width:3.75rem;
    border:2px solid #222;
    margin-top:1.25rem;
    transition:all 0.3s;
}
.index-list3 .index-bt .more:after{
    position:absolute;
    top:6px;
    right:6px;
    width:0.35rem;
    height:0.35rem;
    background-size:100% 100%;
    background-image:url(../img/moreafter1.png);
    background-repeat:no-repeat;
    background-position:center;
    content:"";
}
.index-list3 .boimg{
position:absolute;
width:41.1%;
top:15.7%;
right:10.9%;
z-index: 10;
}
.fixed-left{
    position:fixed;
    top:50%;
    transform:translateY(-50%);
    left:0;
    z-index: 30;
    font-size:0;
}
.fixed-left li{
    margin-bottom:2px;
    height:1.4rem;
    text-align:left;
    font-size:0;
    vertical-align:top;
    position:relative;
    cursor:pointer;
}
.fixed-left li.li1:after{
    position:absolute;
    width:0.25rem;
    height:0.25rem;
    top:2px;
    right:2px;
    background-size:100% 100%;
    background-position:center;
    background-repeat:no-repeat;
    background-image:url(../img/moreafter4.png);
    content:"";
    z-index:10
}
.fixed-left li .left{
    width:1.4rem;
    height:1.4rem;
    background-color:#000;
    text-align:center;
    line-height:1.4rem;
    font-size:0;
    display:inline-block;
    position:relative;
    z-index: 10;
}
.fixed-left li .left img{
    max-width:100%;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}
.fixed-left li .right{
    padding:0 0.5rem 0;
    height:1.4rem;
    line-height:1.4rem;
    font-family: "Arial";
    color:#fff;
    font-size:0.5rem;
    display:inline-block;
    background-color:#000;
    text-align:center;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    left:calc(-100% - 3.2rem);
    white-space: nowrap;
    text-align:center;
    transition:all 0.3s;
    z-index: 3;
}
.clearinfo .lefyt{
    width:78.125%;
    margin:0 auto;
    float:none;
}
.searchbody{
    padding:2.5rem 0;
    background-color:#f5f5f5;
}
.searchbody .search-name{
        color: #222;
    font-size: 0.55rem;
    line-height: 0.8rem;
}
.searchbody ul.searchul{
    font-size: 0;
    text-align: left;
    margin-top: 0.5rem;
    border-bottom: 1px solid #d4d4d4;
    box-sizing: border-box;
}
.searchbody ul.searchul li{
    display: inline-block;
    height: 2rem;
    line-height: 2rem;
    position: relative;
    font-size: 0.75rem;
    margin-right: 2.5rem;
}
.searchbody ul.searchul li span{
     font-family: "Arial";
}
.searchbody ul.searchul li a{
    color: #222;
}
.searchbody ul.searchul li:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 0;
    transition: all 0.3s;
    height: 1px;
    background-color: #222;
}
.searchbody ul.searchul li.cur:after {
    width: 100%;
}
.searchbody .serach-jaax{
    margin-top:0.5rem;
}
.searchbody .serach-jaax center{
    font-size:0.75rem;
    font-weight:bold;
    text-align:center;
    position:relative !important;
}
.searchbody .serach-jaax .product-mian{
    padding:0 0 1rem;
    background-color:#f5f5f5;
}
.searchbody .newsbody{
    padding:0 0 1rem;
    background-color:#f5f5f5;
}
.infolisr4siwper{
    position:relative;
    width:100%;
    overflow:hidden;
    margin-top: 1.25rem;
}
.infobody:before{
position:absolute;
width:35.8%;
height:100%;
right:0;
background-color:#fff;
z-index: 1;
content: "";
}
.clearinfo:before{
    display:none;
}
.mapcon-list1{
    padding:2.25rem 0 3.25rem;
}
.mapcon-list1 .tit{
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #222;
    font-family: "PINGFANG BOLD_1";
    font-weight: bold;
}
.mapcon-list1 .map-box{
    margin-top:1rem;
}
.mapcon-list1 .map-box .tab-btns{
    position:relative;
    overflow:hidden;
    width:100%;
}
.mapcon-list1 .map-box .tab-btns .swiper-wrapper{
    justify-content:flex-end
}
.mapcon-list1 .map-box .tab-btns .swiper-slide{
    width: auto;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    margin-right: 20px;
    padding-right: 20px;
    position: relative;
}
.mapcon-list1 .map-box .tab-btns .swiper-slide.cur{
    font-weight: bold;
    color: #3c9370;
}
.contact-wrap{
    margin-top:0.5rem;
}
.m-contact{
    display:none;
    overflow:hidden;
    width:100%;
}
.pc-contact{
    position:relative;
    width:100%;
    overflow:hidden;
}
.pc-contact .view{
    overflow:hidden;
}
.pc-contact .map{
    height: 500px;
    width: 81%;
    float: right;
}
.pc-contact .text-box{
    position: absolute;
    left: 0;
    width: 30.4%;
    padding: 30px;
    transform: translateY(-50%);
    top: 50%;
    background-color:rgba(255,255,255,.9)
}
.pc-contact .text-box .conname{
    font-size:0.6rem;
    color:#000;
    line-height:0.8rem;
}
.pc-contact .text-box .con-p{
    font-size:0.4rem;
    color:#666;
    margin-top: 0.5rem;
    line-height:0.8rem;
}
.mapcon-list1 .map-box .tab-btns .swiper-slide:last-child{
        margin-right: 0;
    padding-right: 0;   
}
.mapcon-list1 .map-box .tab-btns .swiper-slide:before{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 12px;
    background: #cacaca;
    transform: translateY(-50%);
}
.mapcon-list1 .map-box .tab-btns .swiper-slide:last-child:before{
    display:none
}
@media (max-width: 1680px){

}
@media (max-width: 1440px){
.mapconbody .mapdivli .item-liop:after{
    left: -20%;
}
.mapconbody .mapdivli-guo .item-liop:after{
    left: -20.5%;
}
.mapconbody .mapdivli{
    top:32%;
}
.mapconbody .mapdivli-guo{
    top:32%;
}
.index-list1 .list-div2 .left .itemli .more{
    margin-top:1rem;
}
}
@media (max-width: 1366px){
  .product-mian .product-ul li .proliul div{
    width:100%;
  }
  .mapconbody .mapdivli .item-liop .con-p{
    font-size:0.45rem;
  }
  .mapconbody .mapdivli .item-liop:after{
    left: -23%;
}
.mapconbody .mapdivli-guo .item-liop:after{
    left: -23.5%;
}
}
@media (max-width: 1280px){
.contact-list1 ul.item-clear li .item-cl .title-p br{
display:none;
}
 .mapconbody .mapdivli .item-liop:after{
    left: -20%;
}
.mapconbody .mapdivli-guo .item-liop:after{
    left: -20.5%;
}
}
@media (max-width: 1200px){
  .w1500{
    width:90%;
  }
  .banner-indexswper{
    width:90%;
  }
  .video-model .videomian{
    width:90%;
  }
}