﻿ 
/* 重置表单样式 */
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;
}
a{
    outline:none
}
.index-banner{
    position: relative;;
    overflow: hidden;
    width:100%;
}
.index-banner .swiper-slide img{
    width:100%;
}
.phobanner{
    display:none;
}
.index-banner .index-pagination{
    position:absolute;
    bottom:40px;
    text-align:center;
    width:60%;
    left:20%;
    z-index:10;
}
.index-banner .index-pagination span{
    display:inline-block;
    width:6px;
    height:6px;
    border:2px solid #c6c6c6;
    background-color:transparent;
    transition:all 0.3s;
    margin: 0 12px;
    border-radius:50%;
}
.index-banner .index-pagination span.swiper-pagination-bullet-active{
    background-color:#ec6901;
    border:2px solid #ec6901;
}
.index-list1{
    padding:100px 0 ;
}
.index-list1 .titlename{
    font-size:40px;
    line-height:40px;
    color:#212121;
    text-align:center;
    font-weight:600;
}
.index-list1 .title-p{
    font-size:18px;
    color:#545454;
    line-height:24px;
    margin-top:24px;
    text-align:center
}
.index-list1 .index-ul1{
    margin-top:60px;
}
.index-list1 .index-ul1 li{
    float:left;
    width:31.25%;
    overflow: hidden;
    transition:all 0.3s;
    margin-right:3.125%;
}
.index-list1 .index-ul1 li:nth-last-child(1){
    margin-right:0;
}
.index-list1 .index-ul1 li img{
    width:100%;
    transition:all 0.3s;
}
.index-list1 .index-ul2{
    margin-top:100px;
    position:relative
}
.index-list1 .index-ul2 .ul2-swiper-big{
    position:relative;
    overflow:hidden;
    width:100%;
}
.index-list1 .index-ul2 .ul2-swiper-big .swiper-slide{
    position:relative;
}
.index-list1 .index-ul2 .ul2-swiper-big .swiper-slide img{
    width:100%;
}
.index-list1 .index-ul2 .ul2-swiper-big .bo-li{
    position:absolute;
    bottom:10%;
    left:5%;
}
.index-list1 .index-ul2 .ul2-swiper-big .bo-li .bo-left{
    width:50.4px;
    cursor:pointer;
    float:left;
} 
.index-list1 .index-ul2 .ul2-swiper-big .bo-li .bo-left img{
    width:100%;
}
.index-list1 .index-ul2 .ul2-swiper-big .bo-li .right-bo{
    float:left;
    margin-left:10px;
}
.index-list1 .index-ul2 .ul2-swiper-big .bo-li .right-bo .name{
    font-size:24px;
    line-height:24px;
    color:#fff;
    transition:all 0.3s;
}
.index-list1 .index-ul2 .ul2-swiper-big .bo-li .right-bo .name-p{
    font-size:16px;
    color:#fff;
    line-height:20px;
    opacity: 0.8;
    margin-top:10px;
}
.index-list1 .index-ul2 .ul2-rightmian{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    right:30px;
    height:89%;
    width:180px;
    overflow:hidden;
    z-index:10
}
.index-list1 .index-ul2 .ul2-rightmian .ul2-swiper-sm{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    height:88%;
    width:100%;
    overflow:hidden;
}
.index-list1 .index-ul2 .ul2-rightmian .ul2-swiper-sm .swiper-slide{
    position:relative;
    height:100px !important;
    margin-bottom:4.3%;
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
      border-radius:6px;
   
} 
.index-list1 .index-ul2 .ul2-rightmian .ul2-swiper-sm .swiper-slide img{
    width:100%;
     border-radius:6px;
     opacity:0;
}
.index-list1 .index-ul2 .ul2-rightmian .ul2-swiper-sm .swiper-slide.cur{
     border:2px solid #ec6901;
    box-sizing:border-box;
    overflow:hidden;
}
// .index-list1 .index-ul2 .ul2-rightmian .ul2-swiper-sm .swiper-slide.cur img{
//     border:2px solid #ec6901;
//     box-sizing:border-box;
//     overflow:hidden;
// }
.index-list1 .index-ul2 .ul2-rightmian .sm-prev,.index-list1 .index-ul2 .ul2-rightmian .sm-next{
    position:absolute;
    z-index:10;
    left:50%;
    transform:translateX(-50%);
    background-size:100% 100%;
    cursor:pointer;
    background-repeat:no-repeat;
    width:36px;
    height:24px;
    background-position:center;
    transition:all 0.3s;
}
.index-list1 .index-ul2 .ul2-rightmian .sm-prev{
    top:0;
    background-image:url(../images/shangs2.png);
}
.index-list1 .index-ul2 .ul2-rightmian .sm-next{
    bottom:0;
    background-image:url(../images/xias1.png);
}
.index-videomodel{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:600;
    display:none;
}
.index-videomodel .mask{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0, 0, 0, 0.5);
}
.index-videomodel .vidoemian{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:1000px;
}
.index-videomodel .vidoemian video{
    width:100%;
}
.index-videomodel .vidoemian .close1{
    position:absolute;
    top:0;
    right:0;
    width:40px;
    height:40px;
    line-height:40px;
    color:#fff;
    background-color:#ec6901;
    cursor:pointer;
    text-align:center;
    background-position:center;
    background-repeat:no-repeat;
    background-image:url(../images/close1.png);
    z-index:10
}
.index-list1 .index-ul3{
    margin-top:100px;
    position:relative
}
.index-list1 .index-ul3 .indexli3{
    margin-top:60px;
}
.index-list1 .index-ul3 .indexli3 li{
    float:left;
    width:48.75%;
    margin-right:2.5%;
    position:relative;
    transition:all 0.3s;
    overflow:hidden;
}
.index-list1 .index-ul3 .indexli3 li:nth-last-child(1){
    margin-right:0;
}
.index-list1 .index-ul3 .indexli3 li .img{
    overflow:hidden;
}
.index-list1 .index-ul3 .indexli3 li .img img{
    width:100%;
    transition: all 0.3s;
}
.index-list1 .index-ul3 .indexli3 li .img-pro{
    position:absolute;
    bottom:40px;
    left:50px;
    text-align:left;
    width:60%;
}
.index-list1 .index-ul3 .indexli3 li .img-pro .name{
    font-size:36px;
    line-height:40px;
    color:#fff;
}
.index-list1 .index-ul3 .indexli3 li .img-pro .name-p{
    font-size:16px;
    color:#fff;
    opacity: 0.8;
    line-height:20px;
    margin-top:10px;
}
.index-list1 .index-ul3 .indexli3 li .img-pro .more{
    display:inline-block;
    margin-top:28px;
    padding-right:24px;
    font-size:16px;
    color:#fff;
    opacity: 0.8;
    background-position:right center;
    background-repeat:no-repeat;
    background-image:url(../images/more1.png);
    background-size:10px;
    transition: all 0.3s;
    font-family:"Arial"
}
.index-list2{
    position:relative;
}
.index-list2 img{
    width:100%;
}
.index-list2 .list2-pro{
    position:absolute;
    top:40px;
    right:13%;
    text-align:right;
    z-index:10;
    width: 77%;
}
.index-list2 .list2-pro .titlename{
    text-align:right;
        font-size: 40px;
    line-height: 40px;
    color: #212121;
    font-weight:600;
}
.index-list2 .list2-pro .title-p{
    font-size:18px;
    line-height:32px;
    color:#545454;
    margin-top:32px;
}
.index-list2 .list2-pro .more{
    display:inline-block;
    margin-top:50px;
    padding-right:24px;
    font-size:16px;
    color:#545454;
    opacity: 0.8;
    background-position:right center;
    background-repeat:no-repeat;
    background-image:url(../images/more3.png);
    background-size:10px;
    transition: all 0.3s;
    font-family:"Arial"
}
.nei-banner{
    position:relative;
    overflow:hidden;
}
.nei-banner img{
    width:100%;
}
.nei-banner .banner-pro{
    position:absolute;
    top:50%;
    left:20%;
    transform:translateY(-50%);
    width:60%;
    text-align:center;
    color:#fff;
}
.nei-banner .banner-pro .en-name{
    font-size:60px;
    line-height:60px;
}
.nei-banner .banner-pro .cnnanme{
    font-size:48px;
    line-height:52px;
    margin-top:10px;
}
.story-mian{
    padding:100px 0;
}
.w1200{
    position:relative;
    width:62.5%;
    margin: 0 auto;
}
.story-mian .story-title{
    font-size:44px;
    line-height:1;
    text-align:center;
}
.story-mian .story-title span{
     font-size:44px;
     display: inline-block;
    vertical-align: middle;
}
.story-mian .story-title span.helve{
    font-size:60px;
    line-height:60px;
    margin-right:10px;
}
.story-mian .story-img{
    margin-top:50px;
    overflow:hidden;
    position:relative;
    margin-bottom:100px;
    text-align:center;
}
.story-mian .story-img:nth-last-child(1){
    margin-bottom:0;
}
.story-mian .story-img img{
    width:100%;
    transition:all 0.3s;
}
.story-mian .story-img .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;
}
.story-mian .story-img .img-pro{
    position:absolute;
    width:80%;
    left:10%;
    text-align:center;
    top:50%;
    transform:translateY(-50%);
    opacity:0;
    transform:all 0.3s;
}
.story-mian .story-img .img-pro .titel{
    font-size:36px;
    line-height:44px;
    color:#fff;
}
.story-mian .story-img .img-pro .title-p{
    font-size:16px;
    color:#fff;
    margin-top:20px;
    opacity:0.8;
}
.story-mian .story-img .img-pro .more{
     display:inline-block;
    margin-top:40px;
    padding-right:24px;
    font-size:16px;
    color:#fff;
    opacity: 0.8;
    background-position:right center;
    background-repeat:no-repeat;
    background-image:url(../images/more1.png);
    background-size:10px;
    transition: all 0.3s;
    font-family:"Arial"
}
.story-mian .story-img .phomore{
    display:inline-block;
    margin:30px auto 0;
    padding-right:24px;
    font-size:16px;
    color:#666;
    opacity: 0.8;
    background-position:right center;
    background-repeat:no-repeat;
    background-image:url(../images/more1.png);
    background-size:10px;
    transition: all 0.3s;
    font-family:"Arial";
    display:none;
}
.brand-nav{
    border-bottom:1px solid #e5e5e5;
}
header.disnone{
    display:none;
}
.brand-nav.fixed-on{
    position:fixed;
    top:0px;
    border-top:1px solid #e5e5e5;
    box-sizing: border-box;
    left:0;
    z-index: 300;
    background-color:#fff;
    width:100%;
}
.brand-nav .brand-nav-swiper{
    position:relative;
    width:100%;
    overflow:hidden;
    height:80px;
    line-height:80px;
}
.brand-nav .brand-nav-swiper .swiper-slide{
    text-align:center;
}
.brand-nav .brand-nav-swiper .swiper-slide a{
    color:#545454;
    font-size:16px;
    display:inline-block;
    position:relative;
    transition:all 0.3s;
}
.brand-nav .brand-nav-swiper .swiper-slide a:after{
    position:absolute;
    left:0;
    width:0;
    bottom:0;
    height:2px;
    content: "";
    background-color:#ec6901;
    transition:all 0.3s;
}
.brand-nav .brand-nav-swiper .swiper-slide a.cur:after{
    width:100%;
}
.brand-nav .brand-nav-swiper .swiper-slide a.cur{
    color:#ec6901;
}
.story-list1{
    padding:120px 0 150px;
}
.story-list1 .title{
    font-size:44px;
    line-height:44px;
    color:#212121;
}
.story-list1 .ul1-story{
    margin-top:100px;
    padding-bottom:70px;
    border-bottom:1px solid #e5e5e5;

}
.story-list1 .ul1-story li{
    float:left;
    width:30%;
    margin-right:5%;
}
.story-list1 .ul1-story li:nth-last-child(1){
    margin-right:0;
}
.story-list1 .ul1-story li span{
    display:inline-block;
    vertical-align:middle;
    font-size:28px;
}
.story-list1 .ul1-story li .num{
    font-size:48px;
    color:#212121;
    line-height:48px;
    margin-right:10px;
    font-family: "HELVETICA CONDENSED BOLD";
}
.story-list1 .ul1-story li .year{
    color:#212121;
    line-height:1;
    padding-bottom:20px;
    border-bottom:2px solid #000;
}
.story-list1 .ul1-story li .year-p{
    font-size:18px;
    line-height:30px;
    color:#545454;
    margin-top:36px;
}
.story-list1 .title-peo{
    font-size:24px;
    color:#212121;
    line-height:28px;
    margin-top:70px;
}
.story-list1 .tit-pl{
    font-size:48px;
    line-height:52px;
    margin-top:30px;
    color:#212121;
}
.story-list1 .stoty-imgs{
    margin-top:120px;
    overflow:hidden;
    transition:all 0.3s;
}
.story-list1 .stoty-imgs img{
    width:100%;
    transition:all 0.3s;
}
.ideas-list1{
    padding: 120px 0 150px;
}
.ideas-list1 .ideas-name{
    font-size:44px;
    color:#212121;
    line-height:48px;
}
.ideas-list1 .ideas-p{
    font-size:20px;
    color:#212121;
    margin-top:40px;
    line-height:32px;
}
.ideas-list1 .ideas-ul{
    margin-top:120px;
    position:relative;
}
.ideas-list1 .ideas-ul li{
    float:left;
    width:20%;
    margin-right:6.6%;
}
.ideas-list1 .ideas-ul li:nth-last-child(1){
    margin-right:0;
}
.ideas-list1 .ideas-ul li .id-name{
    font-size:30px;
    line-height:32px;
    color:#212121;
}
.ideas-list1 .ideas-ul li .id-en{
    font-family:"Arial";
    font-size:20px;
    color:#212121;
    line-height:24px;
    margin-top:20px;
}
.ideas-list1 .ideas-ul li .id-img{
    margin-top:36px;
    position:relative;
    transition:all 0.3s;
    overflow:hidden;
}
.ideas-list1 .ideas-ul li .id-img img{
    width:100%;
    transition:all 0.3s;
}
.ideas-list1 .ideas-ul li .id-img .mask{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0, 0, 0, 0.4);
    transition:all 0.3s;
    transform:translateY(0%);
}
.ideas-list1 .ideas-ul li .id-img .item-pro{
    position:absolute;
    width:80%;
    text-align:center;
    left:10%;
    top:50%;
    transform:scale(1) translateY(-50%);
    opacity:1;
    transition:all 0.3s;
}
.ideas-list1 .ideas-ul li .id-img .item-pro .ico{
    display:block;
    width:40px;
    margin: 0 auto;
}
.ideas-list1 .ideas-ul li .id-img .item-pro .ico img{
    width:100%;
}
.ideas-list1 .ideas-ul li .id-img .item-pro .ico-name{
    font-size:20px;
    color:#fff;
    line-height:28px;
    margin-top:30px;
}
.ideas-list1 .ideas-ul li:nth-child(2n){
    padding-top: 60px;
}
.impression-list1{
    padding:120px 0 140px;
}
.impression-list1 .impress-name{
font-size:44px;
    color:#212121;
    line-height:48px;
}
.impression-list1  .impress-p{
    font-size:20px;
    color:#212121;
    margin-top:40px;
    line-height:32px;
}
.impression-list1 .impress-ul{
    margin-top:70px;
    position:relative;
}
.impression-list1 .impress-ul li{
    float:left;
    width:47.5%;
    margin-right:5%;
    position:relative;
    transition:all 0.3s;
    overflow:hidden;
}
.impression-list1 .impress-ul li:nth-child(2){
    margin-right:0;
}
.impression-list1 .impress-ul li img{
    width:100%;
    transition:all 0.3s;
}
.impression-list1 .impress-ul li .imgnmae{
    font-size:48px;
    color:#fff;
    position:absolute;
    width:80%;
    top:50%;
    transform:translateY(-50%);
    text-align:center;
    left:10%;
}
.impression-list1 .impress-div{
    margin-top:100px;
    font-size:24px;
    line-height:40px;
    color:#212121;
    margin-bottom:30px;
}
.impression-list1 .impress-div.last{
    margin-top:20px;
}
.impression-list1 .impre-bottom{
    margin-top:100px;
    position:relative;
    width:100%;
    overflow:hidden;
    transition:all 0.3s;
} 
.impression-list1 .impre-bottom img{
    width:100%;
    transition:all 0.3s;
}
.impression-list1 .impre-bottom .item-pro{
    position:absolute;
    top:28.4%;
    right:10%;
    width:38%;
    color:#fff;
    z-index:10;
    font-size:24px;
    line-height:36px;
}
.strength-list1{
    padding:120px 0 140px;
}
.strength-list1 .title{
    font-size:44px;
    color:#212121;
    line-height:48px;
}
.strength-list1 .title-p{
    font-size:20px;
    color:#212121;
    line-height:40px;
    margin-top:36px;
}
.strength-list1 .strength-ul{
    margin-top:70px;
    position:relative;
}
.strength-list1 .strength-ul li{
    float:left;
    width:32.5%;
    margin-right:1.25%;
    overflow:hidden;
    transition: all 0.3s;
    position:relative;
}
.strength-list1 .strength-ul li:nth-last-child(1){
    margin-right:0;
}
.strength-list1 .strength-ul li img{
    width:100%;
    transition:all 0.3s;
}
.strength-list1 .strength-ul li.li2>img{
    opacity:0;
}
.strength-list1 .strength-ul li .item{
    position:absolute;
    width:100%;
   overflow:hidden;
   transition:all 0.3s;
   height:48.4%;
   left:0;
   top:0;
   background-color:#f5f5f5;
}
.strength-list1 .strength-ul li .item:nth-last-child(1){
    bottom:0;
    top:auto;
}
.strength-list1 .strength-ul li .item img{
    width:100%;
    transition:all 0.3s;
}
.strength-list1 .strength-ul li .item .maks{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    left:10%;
    width:80%;
}
.strength-list1 .strength-ul li .lis{
   float:left;
   width:50%;
   position:relative;
}

.strength-list1 .strength-ul li .div1 span{
    font-size:36px;
    display:inline-block;
    vertical-align:bottom;
    color:#ec6901;
} 
.strength-list1 .strength-ul li .div1 .num{
    font-size:72px;
    line-height:72px;
    color:#ec6901;
    margin-right:10px;
}
.strength-list1 .strength-ul li .div2{
    font-size:16px;
    color:#545454;
    line-height:20px;
    margin-top:20px;
}
.strength-list1 .pho-shuzi{
    display:none;
}
.strength-list1 .title-p1{
    font-size:20px;
    line-height:50px;
    margin-top:80px;
    padding-bottom:60px;
    border-bottom:1px solid #e5e5e5e5;
    color:#212121;
}
.strength-list1 .tui-p{
    font-size:24px;
    color:#212121;
    margin-top:40px;
    line-height:28px;
}
.tui-swiper-mian{
    margin-top:30px;
    position:relative;
    overflow:hidden;
}
.tui-swiper-mian .items{
    padding:50px;
    background-color:#f5f5f5;
    transition:all 0.3s;
}
.tui-swiper-mian .items .img{
    overflow:hidden;
}
.tui-swiper-mian .items .img img{
    width:100%;
    transition:all 0.3s;
}
.tui-swiper-mian .items .imgnmae{
    font-size:20px;
    transition:all 0.3s;
    color:#212121;
    line-height:24px;
   display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
    text-align:center;
    margin-top:20px;
    height:48px;
}
.figure-list1{
    padding:120px 0 140px;
}
.figure-list1 .title{
    font-size:44px;
    color:#212121;
    line-height:48px;
}
.figure-list1 .title-p{
    font-size:20px;
    color:#212121;
    margin-top:40px;
    line-height:40px;
}
.figure-list1 .figure-ul{
    margin-top:80px;
    position:relative;
}
.figure-list1 .figure-ul li{
    margin-bottom:60px;
    box-shadow:0 5px 20px rgba(0, 0, 0, 0.05);
    width:30%;
    float:left;
}

.figure-list1 .figure-ul li:nth-child(3n){
    margin-right: 0
}
.figure-list1 .figure-ul .img{
    overflow:hidden;
}
.figure-list1 .figure-ul .img img{
    width:100%;
    transition:all 0.3s;
}
.figure-list1 .figure-ul li .iterm{
    padding:36px 30px;
    background-color:#fff;
    text-align:right;
}

.figure-list1 .figure-ul li .iterm span.span1{
    font-size:24px;
    color:#212121;
    line-height:28px;
    float:left;
    display:block;
    transition:all 0.3s;
}
.figure-list1 .figure-ul li .iterm span.span2{
    font-size:15px;
    color:#212121;
    border: 1px solid #e5e5e5;
    border-radius:2px;
    float:right;
    box-sizing:border-box;
    text-align:center;
    display:inline-block;
    padding:4px 8px;
}
.chann-mian{
    margin-top:40px;
}
.chann-mian .left{
float:left;
width:37.5%;
padding-top:50px;
}
.chann-mian .left .channul{
    font-size:0;
    text-align:left;
    border-bottom:1px solid #e5e5e5;
}
.chann-mian .left .channul li{
    display:inline-block;
    font-size:20px;
    color:#999;
    padding-bottom:20px;
    position:relative;
    margin-right:120px;
    cursor:pointer;
    transition:all 0.3s;
}
.chann-mian .left .channul li:after{
    position:absolute;
    bottom:0;
    left:0;
    height:2px;
    content:"";
    width:0;
    background-color:#ec6901;
    transition:all 0.3s;
}
.chann-mian .left .channul li.cur{
    color:#ec6901;
}
.chann-mian .left .channul li.cur:after{
    width:100%;
}
.chann-mian .left .item-left{
    margin-top:60px;
}
.chann-mian .left .item-left .channul1{
    font-size:0;
    text-align:left;
     display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom:1px solid #e5e5e5;
}
.chann-mian .left .item-left .channul1 li{
    margin-bottom:60px;
    display:inline-block;
    vertical-align:top;
    width:30%;
}
.chann-mian .left .item-left .channul1 .num{
    font-size:48px;
    color:#333333;
    line-height:48px;
}
.chann-mian .left .item-left .channul1 span{
    display:inline-block;
    vertical-align:middle;
    font-size:48px;
    font-weight:bold;
    color:#333333;
    line-height:48px;
}
.chann-mian .left .item-left .channul1 li .numname{
    font-size:15px;
    color:#999999;
    line-height:16px;
    margin-top:16px;
}
.chann-mian .left .item-left .ch-name{
    font-size:24px;
    color:#212121;
    line-height:28px;
    margin-top:44px;
}
.chann-mian .left .item-left .ch-li{
    font-size:22px;
    color:#545454;
    line-height:30px;
    margin-top:20px;
}
.chann-mian .right{
    float:right;
    width:57.5%;
}
.chann-mian .right .item-img{
    position:relative;
    display:none;
}
.chann-mian .right .item-img p{
    font-size:16px;
    color:#666;
    line-height:20px;
    text-align:center;
    margin-top:20px;
}
.chann-mian .right .item-img.show{
    display:block;
}
.chann-mian .right .item-img img{
    width:100%;
    transform:translate3d(0, 0, 0) ;
}
.chann-mian .right .item-img .item-i{
    position:absolute;
    width:21px;
    height:25px;
    top:55.5%;
    right:17%;
    z-index:10;
    animation:infinite1 0.6s infinite linear .65s;
    display:none
}
@keyframes infinite1{
    0%{
     top:55%;
    }
    100%{
     top:55.5%;
    }
}
.chann-mian .left .item-left .div-li{
    margin-bottom:60px;
}
.chann-mian .left .item-left .div-li .name{
    font-size:24px;
    line-height:28px;
    color:#212121;
}
.chann-mian .left .item-left .div-li .name-p{
    font-size:16px;
    color:#545454;
    line-height:32px;
    margin-top:24px;
}
.chann-mian .left .item-left .item-ul{
    display:none;
}
.chann-mian .left .item-left .item-ul.show{
    display:block
}
.product-mian{
    margin-top:110px;

}
.produ-banner{
    position:relative;
    overflow:hidden;
}
.produ-banner .swiper-slide img{
    width:100%;
}
.produ-banner .produ-banner-prev,.produ-banner .produ-banner-next{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:24px;
    height:40px;
    background-repeat:no-repeat;
    background-position:center;
    background-size:100%;
    cursor:pointer;
    transition:all 0.3s;
    z-index:10
}
.produ-banner .produ-banner-prev{
    left:8.3%;
    background-image:url(../images/p-prev1.png)
}
.produ-banner .produ-banner-next{
    right:8.3%;
    background-image:url(../images/p-next1.png)
}
.product-list1{
    padding: 80px 0 70px;
}
.product-list1 .left{
    float:left;
    width:250px;
}
.product-list1 .left .pul1{
    width:100%;
}
.product-list1 .left .tit{
    padding-bottom:30px;
    border-bottom:2px solid #7a7a7a;
    background-repeat:no-repeat;
    background-size:16px;
    background-image:url(../images/pjia.png);
    background-position:right 14px;
    cursor:pointer;
    line-height:32px;
}
.product-list1 .left li.cur .tit{
    background-image:url(../images/pjian.png);
}
.product-list1 .left .tit span{
font-size:26px;
color:#000000;
display:inline-block;
vertical-align:middle;
}
.product-list1 .left .tit.cur span{
    color:#ec6901
}
.product-list1 .left .tit img{
    display:inline-block;
    width:36px;
    margin-right:10px;
}
.product-list1 .left ul li{
    margin-bottom:30px;
}
.product-list1 .left .tit-on{
    padding-top: 30px ;
    display:none;
    cursor: pointer;
}
.product-list1 .left .tit-on .tit-a{
    font-size:20px;
    
    line-height:24px;
    margin-bottom:30px;
}
.product-list1 .left .tit-on .tit-a a{
    transition:all 0.3s;
    color:#212121;
}
.product-list1 .left .tit-on .tit-a a.cur{
    color:#ec6901
}
.product-list1 .left .tit-on .tit-c{
    font-size:15px;
      color:#545454;
}
.product-list1 .left .tit-on .tit-c a{
    color:#545454;
     transition:all 0.3s;
}
.product-list1 .left .tit-on .tit-c a.cur{
    color:#ec6901
}
.product-list1 .left .tit-on .tit-c.more{
    background-position:right center;
    background-size:16px;
    background-repeat:no-repeat;
    background-image:url(../images/pjia.png)
}
.product-list1 .left .tit-on .tit-c.more.cur{
      background-image:url(../images/pjian.png);
      color:#ec6901;
}
.product-list1 .left .tit-on .tit-t{
    margin-bottom:24px;
}
.product-list1 .left .tit-on .tit-i{
    padding-top:20px;
    display:none;
}
.product-list1 .left .tit-on .tit-i a{
    color:#545454;
    display:block;
    position:relative;
    padding-left: 30px;
    font-size:14px;
    transition:all 0.3s;
}
.product-list1 .left .tit-on .tit-i a.cur{
     color:#ec6901;
}
.product-list1 .left .tit-on .tit-i a:after{
    position: absolute;
    left:12px;
    width:4px;
    height:4px;
    border-radius:50%;
    background-color:#cccccc;
    top:50%;
    transform:translateY(-50%);
    content:"";
    transition:all 0.3s;
}
.product-list1 .right{
    float:right;
    width:calc(100% - 300px);
}
.product-list1 .right .right-he{
    position:relative;
    font-size:15px;
    color:#212121;
    padding-bottom:20px;
    border-bottom:2px solid #7a7a7a;
}
.product-list1 .right .from-r{
    float:right;
    width:300px;
    height:40px;
    line-height:40px;
    border:1px solid #e5e5e5;
    position:relative;
}
.product-list1 .right .from-r .text{
    width:75%;
    padding-left:20px;
    font-size:15px;
    line-height:40px;
    height:40px;
    background-color:transparent;
    color:#212121;
}
.product-list1 .right .from-r .submit{
    width:20px;
    height:20px;
    position: absolute;
    right:20px;
    top:50%;
    transform:translateY(-50%);
    background-position:center;
    background-size:100%;
    background-repeat:no-repeat;
    background-image:url(../images/h-se.png);
    z-index:10;
    background-color:transparent;
    cursor:pointer;
    font-size:0;
}
.product-list1 .right .righul{
    margin-top:30px;
}
.product-list1 .right .righul li{
    border-bottom:1px solid #e5e5e5;
    margin-bottom:12px;
    padding-bottom:8px;
}
.product-list1 .right .righul li .left{
    width:110px;
    font-size:16px;
    font-weight:bold;
    color:#212121;
}
.product-list1 .right .righul li .right{
    width:calc(100% - 110px);
    text-align:left;
    font-size:0;
}
.product-list1 .right .righul li .right .it-li{
    width:16.6%;
    display:inline-block;
    margin-bottom:4px;
}
.product-list1 .right .righul li .right .it-li span{
    display:inline-block;
    vertical-align:middle;
    font-size:14px;
    color:#545454;
}
.product-list1 .right .righul li .right .it-li .span1{
    width:16px;
    height:14px;
    background-repeat:no-repeat;
    background-position:center;
    background-size:100%;
    background-image:url(../images/no.png);
    cursor:pointer;
    margin-right:8px;
}
.product-list1 .right .righul li .right .it-li .span1.cur{
    background-image:url(../images/dui.png)
}
.product-list1 .right .righul li:nth-last-child(1){
    margin-bottom:0;
}
.product-list1 .right .close-ul{
    text-align:center;
    display: none
}
.product-list1 .right .colseo-btn{
    height: 40px;
    line-height: 24px;
    font-size: 9.6px;
    width: 160px;
    display: inline-block;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    background-color: #333333;
    color: #fff;
    background-position: center 70%;
    background-repeat: no-repeat;
    background-image: url(../images/xia2.png);
    cursor: pointer;
}
.product-list1 .right .colseo-btn.cur{
    background-image: url(../images/kai1.png);
}
.product-list1 .right .right-ul2{
    font-size:0;
    text-align:center;
    padding: 20px 0;
    border-bottom:1px solid #e5e5e5;
}
.product-list1 .right .right-ul2 li{
    display:inline-block;
    position:relative;
    margin: 0 50px;
    font-size:14px;
    transition:all 0.3s;
    cursor:pointer;
}
.product-list1 .right .right-ul2 li .span1{
    transition:all 0.3s;
    width:16px;
    height:16px;
    margin-right:12px;
    background-position:center;
    background-repeat:no-repeat;
    background-size:100% 100%;
    display:inline-block;
}
.product-list1 .right .right-ul2 li span{
    display:inline-block;
    vertical-align:middle;
}
.product-list1 .right .right-ul2 li.li1 .span1{
    background-image:url(../images/preset.png)
}
.product-list1 .right .right-ul2 li.li2 .span1{
    background-image:url(../images/psu.png)
}
.product-list1 .right .right-ul2 li.li1:after{
    position:absolute;
    right:-50px;
    top:50%;
    transform:translateY(-50%);
    width:1px;
    height:16px;
    background-color:#e5e5e5;
    content:"";
}
.product-list1 .right .ul-productajax{
    margin-top:70px;
}
.product-list1 .right .right-ul3 li{
    float:left;
    width:23%;
    margin-right:2.6%;
    margin-bottom:40px;
}
.product-list1 .right .right-ul3 li:nth-child(4n){
    margin-right:0;
}
.product-list1 .right .right-ul3 li .limask{
    background-color:#fafafa;
    padding:40px;
    position:relative;
    text-align:center;
}
.product-list1 .right .right-ul3 li .img{
    overflow:hidden;
}
.product-list1 .right .right-ul3 li .img img{
    width:100%;
    transition:all 0.3s;
}
.product-list1 .right .right-ul3 li .imgnmae{
font-size:18px;
color:#000000;
line-height:24px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
height:48px;
margin-top:16px;
}
.product-list1 .right .right-ul3 li .name-p{
    font-size:14px;
    line-height:16px;
    color:#808080;
    margin-top:10px;
    overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;

}
.product-list1 .right .right-ul3 li .namenum{
    font-size:14px;
    line-height:16px;
    color:#999;
    font-family:"Arial";
    margin-top:20px;
}
.product-list1 .right .right-ul3 li .mask{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(255, 255, 255, 0.6);
    opacity:0;
    transition:all 0.3s;
}
.product-list1 .right .right-ul3 li .mask .more{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    font-size:16px;
    color:#fff;
    width:120px;
    height:40px;
    line-height:40px;
    background-color:#ec6901;
}
.page{
    font-size:0;
    margin-top:80px;
    text-align:center;
}
.page a{
    width:40px;
    height:40px;
    text-align:center;
    line-height:40px;
    display:inline-block;
    margin: 0 2px;
    transition:all 0.3s;
    border: 1px solid #e5e5e5;
    font-family:"Arial";
    color:#666;
    font-size:16px;
}
.page a.active{
    color:#fff;
    background-color:#ec6901;
    border: 1px solid #ec6901;
}
.page a.prev,.page a.next{
    background-repeat:no-repeat;
    background-position:center;
    background-size:100%;
}
.page a.prev{
    background-image:url(../images/pp1.png);
}
.page a.next{
     background-image:url(../images/pp2.png);
}
.product-mian .detail-nav{
    border-bottom:1px solid #e5e5e5;
    height:60px;
    line-height:60px;
    border-top:1px solid #e5e5e5;
}
.product-mian .detail-nav .nav{
    font-size:0;
    text-align:left;
}
.product-mian .detail-nav .nav a{
    display:inline-block;
    vertical-align:middle;
    font-size:14px;
    transition:all 0.3s;
    color:#666666;
}
.product-mian .detail-nav .nav span{
    display:inline-block;
    vertical-align:middle;
    width:10px;
    height:14px;
    background-position:center;
    background-repeat:no-repeat;
    background-size:100%;
    background-image:url(../images/more3.png);
    margin:0 10px;
}
.detail-list1{
    padding:100px 0;
    background-color:#f7f7f7;
}
.w1400{
    width:73%;
    position:relative;
    margin:0 auto;
}
.detail-list1 .lef-swiper-de{
    float:left;
    width:100px;
    overflow:hidden;
    height:440px;
}
.detail-list1 .lef-swiper-de .swiper-slide{
    position:relative;
    margin-bottom:10px;
    height:100px !important;
}
.detail-list1 .lef-swiper-de .swiper-slide img{
    // width:100%;
    height:100%;
}
.detail-list1 .lef-swiper-de .swiper-slide.cur img{
    border: 2px solid #ec6901;
    box-sizing:border-box;
}
.detail-list1 .right-mian{
    float:right;
    width:calc(100% - 160px)
}
.detail-list1 .right-mian .left-mian-swiper1{
    float:left;
    width:44.3%;
    position:relative;
    overflow:hidden;
}
.detail-list1 .right-mian .left-mian-swiper1 .detail-prev-big,.detail-list1 .right-mian .left-mian-swiper1 .detail-next-big{
    display:none
}
.detail-list1 .right-mian .left-mian-swiper1 img{
    width:100%;
}
.detail-list1 .right-mian .right-item{
    float:right;
    width:46.7%;
    padding-top: 30px;
}
.detail-list1 .right-mian .right-item .name{
    font-size:36px;
    line-height:44px;
    color:#212121;
//     overflow: hidden;
// text-overflow:ellipsis;
// white-space: nowrap;
}
.detail-list1 .right-mian .right-item .name-p{
    font-size:22px;
    margin-top:28px;
    color:#ec6901;
    line-height:30px;
    padding-bottom:40px;
//     line-height:30px;
//     height:60px;
//     display: -webkit-box;
// -webkit-box-orient: vertical;
// -webkit-line-clamp: 2;
// overflow: hidden;
// padding-bottom:12px;
border-bottom:1px solid #e5e5e5;
}
.detail-list1 .right-mian .right-item .iteml{
    margin-top:30px;
    border-bottom:1px solid #e5e5e5;
    padding-bottom:30px;
    font-size:0;
    text-align:left;
}
.detail-list1 .right-mian .right-item .iteml li{
    font-size:16px;
    color:#212121;
    line-height:20px;
    display:inline-block;
    margin-right:100px;
}
.detail-list1 .right-mian .right-item .iteml li:nth-last-child(1){
    margin-right:0;
}
.detail-list1 .right-mian .right-item .item2{
    margin-top:60px;
    font-size:0;
    text-align:left;
}
.detail-list1 .right-mian .right-item .item2 li{
    display:inline-block;
    width:48%;
    margin-right:4%;
    height:50px;
    line-height:50px;
    
    font-size:16px;
    border: 1px solid #e5e5e5;
    box-sizing:border-box;
    transition:all 0.3s;
    text-align:center;
}
.detail-list1 .right-mian .right-item .item2 li:nth-last-child(1){
    margin-right:0;
}
.detail-list1 .right-mian .right-item .item2 li span{
    display:inline-block;
    vertical-align:middle;
    color:#212121;
    transition:all 0.3s;

}
.detail-list1 .right-mian .right-item .item2 li span.span1{
    background-repeat:no-repeat;
    background-position:center;
    background-size:100%;
    width:20px;
    height:20px;
    margin-right:12px;
}
.detail-list1 .right-mian .right-item .item2 li.li1 span.span1{
    background-image:url(../images/tian.png)
} 
.detail-list1 .right-mian .right-item .item2 li.li2 span.span1{
    background-image:url(../images/jd.png)
} 
.detail-list1 .right-mian .right-item .item2 .xian-x {
    line-height:1
}
.detail-list1 .right-mian .right-item .item2 .xian-x .span1{
    font-size:16px;
    color:#212121;
    font-weight:bold
}
.detail-list1 .right-mian .right-item .item2 .xian-x .span2{
    font-size:36px;
    color:#ec6901;
    font-weight:bold
}
.detail-list1 .right-mian .right-item .item2 .xian-x .helve{
    font-size:48px;
    color:#ec6901;
    margin-left:10px;
}
.detail-list1 .right-mian .right-item .item2 .xian-x span{
    display:inline-block;
    vertical-align: baseline
}
.detail-list1 .right-mian .right-item .item3{
    margin-top:44px;
    font-size:0;
    text-align:left;
}
.detail-list1 .right-mian .right-item .item3 li{
    display:inline-block;
    margin-right:80px;
    position:relative;
    font-size:16px;
    color:#212121
}
.detail-list1 .right-mian .right-item .item3 li:after{
    position:absolute;
    width:1px;
    height:100%;
    transform:translateY(-50%);
    right:-40px;
    top:50%;
    content:"";
    background-color:#e5e5e5;
}
.detail-list1 .right-mian .right-item .item3 li:nth-last-child(1){
    margin-right:0;
}
.detail-list1 .right-mian .right-item .item3 li:nth-last-child(1):after{
    display:none;
}
.detail-list1 .right-mian .right-item .item3 li span{
    display:inline-block;
    vertical-align:middle;
}
.detail-list1 .right-mian .right-item .item3 li .span1{
    width:30px;
    height:30px;
    background-position:center;
    background-repeat:no-repeat;
    background-size:100%;
    background-image:url(../images/zhen.png);
    margin-right:12px;
}
.detail-list1 .right-mian .right-item .item3 li.li1 .span1{
    background-image:url(../images/share.png)
}
.bdshare-button-style0-16{
    display:inline-block !important;
        vertical-align: middle;

}
.bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more{
    font-size:16px !important;
    padding-left:0 !important;;
    margin:0 !important;
    height:30px !important;
    line-height:normal !important;
    background-image:none !important;
    display:inline-block !important;
}
.bdshare-button-style0-16:after{
    display:none !important;
}
.bdshare_popup_box{
    display:none !important;
}
.detail-nav{
    font-size:0;
    text-align:center;
    height:70px;
    line-height:70px;
    border-bottom:1px solid #e5e5e5;
}
.detail-nav li{
    display:inline-block;
    font-size:16px;
    font-weight:bold;
    color:#212121;
    padding: 0 10px;
    transition:all 0.3s;
    position:relative;
    margin:0 50px;
    cursor:pointer;
}
.detail-nav li:after{
    position:absolute;
    bottom:0;
    height:2px;
    background-color:#ec6901;
    left:0;
    width:0;
    transition:all 0.3s;
    content:"";
}
.detail-nav li.cur{
    color:#ec6901;
}
.detail-nav li.cur:after{
    width:100%;
}
.detail-list2{
    padding: 60px 0 150px;
}
.detail-list2 .name{
    font-size:30px;
    color:#212121;
    line-height:32px;
}
.detail-list2 .li-p{
    font-size:18px;
    color:#545454;
    line-height:40px;
    margin-top:30px;
    border-bottom:1px solid #e5e5e5;
    padding-bottom:50px;
    
   
}
.detail-list2 .li-p p{
     padding-left:54px;
     position:relative;
}
.detail-list2 .li-p i{
    width:34px;
    height:34px;
    vertical-align:middle;
    display:inline-block;
    background-repeat:no-repeat;
    background-position:center;
    background-size:100% 100%;
    background-image:url(../images/gou.png);
    margin-right:20px;
    position:absolute;
    top:0;
    left:0;
}
.detail-list2 .item-img{
    margin-top:60px;
    text-align:center;
    font-size:24px;
    line-height:32px;
    padding-bottom:60px;
    border-bottom:1px solid #e5e5e5;
}
.detail-list2 .item-img img{
    max-width:100%;
}
.detail-list2 .detail-item{
    display:none;
}
.detail-list2 .detail-item.show{
    display:block;
}
.detail-list2 .detail-item .diname{
    font-size:24px;
    line-height:28px;
    color:#000000;
}
.detail-list2 .detail-item .diname i{
    width:30px;
    height:30px;
    vertical-align:middle;
    display:inline-block;
    background-repeat:no-repeat;
    background-position:center;
    background-size:100% 100%;
    background-image:url(../images/di1.png);
    margin-right:20px;
}
.detail-list2 .detail-item .div2-item:nth-child(2) .diname i{
    background-image:url(../images/di2.png);
}
.detail-list2 .detail-item .di-p{
    margin-top:40px;
    padding:0 50px;
    font-size:16px;
    color:#545454;
    line-height:32px;
}
.detail-list2 .detail-item .div2-item{
    padding-bottom:60px;
    border-bottom:1px solid #e5e5e5;
    margin-bottom:60px;
}
.detail-list2 .detail-item .div2-item:nth-last-child(1){
    margin-bottom:0;
}
.detail-list2 .detail-item .item-p1 span{
    display:inline-block;
}
.detail-list2 .detail-item .item-p1 span:nth-child(1){
    width:240px;
}
.detail-list2 .li2-name{
    font-size:24px;
    color:#212121;
    margin-top:40px;
}
.detail-tui-swiper{
    margin-top:40px;
    position:relative;
    overflow:hidden;
    padding:0 20px 12px;
}
.detail-tui-swiper .items{
    padding: 50px;
    background-color: #f5f5f5;
    transition: all 0.3s;
}
.detail-tui-swiper .items .img{
    overflow:hidden;
}
.detail-tui-swiper .items .img img{
    width:100%;
    transition:all 0.3s;
}
.detail-tui-swiper .items .imgnmae {
    font-size: 20px;
    transition: all 0.3s;
    color: #212121;
    line-height: 24px;
    height:48px;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
    text-align: center;
    margin-top: 20px;
}
.detail-tui-prev,.detail-tui-next{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    z-index:10;
    background-position:center;
    background-repeat:no-repeat;
    background-size:100% 100%;
    transition:all 0.3s;
    width:24px;
    height:40px;
    cursor:pointer;
}
.detail-tui-prev{
    left:-40px;
    background-image:url(../images/p-prev1.png);
}
.detail-tui-next{
    right:-40px;
    background-image:url(../images/p-next1.png);
}
.dogcat-mian{
    padding: 120px 0 160px;
}
.dogcat-mian .item-title{
font-size:60px;
color:#212121;
line-height:60px;
width:300px;
position:relative;
display:inline-block;
vertical-align:middle;
}
.dogcat-mian .item-title:after{
    position: absolute;
    right:0;
    width:1px;
    top:0;
    height:100%;
    background-color:#e5e5e5;
    content:"";
}
.dogcat-mian .share-div{
    margin-left:40px;
    position:relative;
    display:inline-block;
vertical-align:middle;
}
.dogcat-mian .share-div span{
    display:inline-block;
    vertical-align:middle;
    font-size:18px;
    color:#545454;
    line-height:30px;
     cursor:pointer;
}
.dogcat-mian .share-div span.span1{
    width:30px;
    height:30px;
    background-position:center;
    background-repeat:no-repeat;
    background-size:100% 100%;
    background-image:url(../images/share.png);
    margin-right:20px;
}
.dogcat-mian .share-div .share-pro{
    position:absolute;
    width:220px;
    height:84px;
    line-height:84px;
    text-align:center;
    font-size:0;
    background-repeat:no-repeat;
    background-size:100% 100%;
    background-position:center;
    background-image:url(../images/shared.png);
    left:12px;
    visibility: hidden;
    opacity:0;
    transition:all 0.3s;
}
.dogcat-mian .share-div .share-pro .bdshare-button-style0-16 a{
width:24px  !important;;
height:24px  !important;;
background-repeat:no-repeat;
    background-size:100% 100%;
    background-position:center;
    display:inline-block;
    margin: 0 20px  !important;;
    transition:all 0.3s;
    opacity:0.5;
}
.dogcat-mian .share-div .share-pro .bdshare-button-style0-16{
    padding-top:10px;
}
.dogcat-mian .share-div .share-pro .bdshare-button-style0-16 a.popup_sqq{
background-image:url(../images/s-qq.png) !important;
}
.dogcat-mian .share-div .share-pro .bdshare-button-style0-16 a.popup_weixin{
background-image:url(../images/s-wei.png) !important;
}
.dogcat-mian .share-div .share-pro .bdshare-button-style0-16 a.popup_tsina{
background-image:url(../images/s-bo.png) !important;
}
.dogcat-list1{
    margin-top:120px;
    position:relative;
}
.dogcat-list1 .dogcat-left{
    width:300px;
    position:absolute;
    top:0;
    left:0%;
    z-index:10;
}
.dogcat-list1 .dogcat-left.fixed{
    position:fixed;
    top:20.5Vh;
    left:8.35%;
}
.dogcat-list1 .dogcat-left.fixed-on.fixed{
    position:absolute;
    bottom:0;
    left:0;
    top:auto;
}
.dogcat-list1 .dogcat-ul{
    width:100%;
}
.dogcat-list1 .dogcat-ul li{
    font-size:24px;
    color:#212121;
    line-height:28px;
    margin-bottom:50px;
    transition:all 0.3s;
    cursor:pointer;
}
.dogcat-list1 .dogcat-ul li.cur{
    color:#ec6901;
}
.dogcat-list1 .dogcat-left .btn-bttom{
    font-size:16px;
    color:#545454;
    display:inline-block;
    border-bottom:1px solid #545454;
    padding-bottom:0px;
    transition:all 0.3s;
}
.dogcat-list1 .dogcat-right{
    width:calc(100% -300px);
    margin-left:300px;
    border-left: 1px solid #e5e5e5;
}
.dogcat-list1 .dogcat-items{
    padding-left:100px;
}
.dogcat-list1 .list-div-item .title-name{
    font-size:48px;
    line-height:48px;
    color:#333333;
    padding-top:100px;
    position:relative;
    padding-left:54px;
}
.dogcat-list1 .list-div-item .img1{
    top:0;
    left:0;
    z-index:-1;
    position:absolute;
    width:140px;
}
.dogcat-list1 .daocat-div1{
    position:relative;
}
.dogcat-list1 .daocat-div1 .div1-p{
    margin-top:50px;
    font-size:18px;
    color:#212121;
    line-height:32px;
    padding-bottom:40px;
}
.dogcat-list1 .daocat-div1 .dogimg{
    position:absolute;
    width:320px;
    bottom:0;
    right:20px;
}
.dogcat-list1 .span-title{
    font-size:44px;
    color:#fff;
    width:450px;
    height:70px;
    line-height:70px;
    color:#fff;
    background-color:#ec6901;
    text-align:center;
}
.dogcat-list1 .item-p1{
    margin-top:40px;
    font-size:18px;
    color:#212121;
    line-height:32px;
    padding-bottom:80px;
}
.dogcat-list1 .img-tab-mian{
    position:relative;
}
.dogcat-list1 .img-tab-mian .left{
    width:380px;
    position:relative;
    overflow:hidden;
}
.dogcat-list1 .img-tab-mian .left img{
    width:100%;
    transition:all 0.3s;
}
.dogcat-list1 .img-tab-mian .left .imgname{
    position:absolute;
    top:50px;
    width:80%;
    left:10%;
    font-size:40px;
    line-height:48px;
    z-index:3;
    color:#fff;
}
.dogcat-list1 .img-tab-mian .right{
    width:calc(100% - 380px);
    position:absolute;
    right:0;
    bottom:0;
    height:77.6%;
    background-color:#f5f5f5;
}
.dogcat-list1 .img-tab-mian .wen-swipermian{
    position:absolute;
    left:14.6%;
    top:18.1%;
    width:55%;
    overflow:hidden;
}
.dogcat-list1 .img-tab-mian .wen-swipermian .item-img{
    font-size:30px;
    color:#212121;
    line-height:32px;
    overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.dogcat-list1 .img-tab-mian .wen-swipermian .item-pimg{
    margin-top:30px;
    color:#545454;
    line-height:30px;
    font-size:16px;
    height:120px;
    overflow:auto;
}
.dogcat-list1 .right .wen-prev,.dogcat-list1 .right .wen-next{
    position:absolute;
    z-index:10;
    transition:all 0.3s;
    cursor:pointer;
    width:44px;
    height:44px;
    border: 1px solid #e5e5e5;
    top:50%;
    transform:translateY(-50%);
    line-height:44px;
    background-position:center;
    background-size:100% 100%;
    background-repeat:no-repeat;
}
.dogcat-list1 .right .wen-prev{
     right:calc(14.6% + 80px);
    background-image:url(../images/w-prev.png);
}
.dogcat-list1 .right .wen-next{
    right:14.6%;
    background-image:url(../images/w-next1.png);
}
.dogcat-list1 .item-p3{
    font-size:40px;
    margin-top:100px;
    color:#212121;
    line-height:40px;
} 
.dogcat-list1 .item-p3 span{
    font-size:24px;
    color:#999;
}
.dogcat-list1 .item-yuanimg{
    margin-top:50px;
    position:relative;
    border-bottom:1px solid #e5e5e5;
}

.dogcat-list1 .item-yuanimg .item-pcop{
    position:relative;
}
.dogcat-list1 .item-yuanimg .item-phoop{
    display:none;
}
.dogcat-list1 .item-yuanimg .item-phoop img{
    width:100%;
}
.dogcat-list1 .item-yuanimg .iimg1{
    width:100%;
}
.dogcat-list1 .item-yuanimg .iimg2{
    position:absolute;
    width:50.8%;
    top:50%;
    transform:translateY(-50%);
    transition:all 0.3s;
    left:21.7%;
}
.dogcat-list1 .item-yuanimg .iimg2.cur5{
    transform: translateY(-50%) rotate(72deg) ;
}
.dogcat-list1 .item-yuanimg .iimg2.cur6{
    transform: translateY(-50%) rotate(144deg) ;
}
.dogcat-list1 .item-yuanimg .iimg2.cur7{
    transform: translateY(-50%) rotate(216deg) ;
}
.dogcat-list1 .item-yuanimg .iimg2.cur8{
    transform: translateY(-50%) rotate(288deg) ;
}
.dogcat-list1 .item-yuanimg .iimg2.cur4{
    transform: translateY(-50%) rotate(360deg) ;
}
.dogcat-list1 .item-yuanimg .iimg3{
  position:absolute;
  width:15.83%;
  top:61.25%;
  left:14.17%;
  z-index:5;
}
.dogcat-list1 .item-yuanimg .iimg4{
    position:absolute;
    width:36.17%;
    border-radius:50%;
    z-index:10;
     top:50%;
    transform:translateY(-50%);
    left:29.17%;
}
.dogcat-list1 .item-yuanimg .img-pro{
    position:absolute;
    width:50px;
    height:50px;
    border-radius:50%;
    z-index:20;
    cursor:pointer;
}
.dogcat-list1 .item-yuanimg .img-pro1{
    top:20%;
    left:45%;
}
.dogcat-list1 .item-yuanimg .img-pro>img{
    width:100%;
    border-radius:50%;
}   
.dogcat-list1 .item-yuanimg .img-pro .it-img{
    position:absolute;
    white-space: nowrap;
    visibility:hidden;
    opacity:0;
    transition:all 0.3s;
}
.dogcat-list1 .item-yuanimg .img-pro.cur .it-img{
    visibility:inherit;
    opacity:1;
}
.dogcat-list1 .item-yuanimg .img-pro .img{
    width:130px;
    border-radius:50%;
    overflow:hidden;
    display:inline-block;
    vertical-align:middle;
}
.dogcat-list1 .item-yuanimg .img-pro .img img{
    width:100%;
}
.dogcat-list1 .item-yuanimg .img-pro .imgname{
display:inline-block;
    vertical-align:middle;
    margin-left:20px;
    width:160px;
}
.dogcat-list1 .item-yuanimg .img-pro .imgname .name{
    font-size:26px;
    color:#212121;
    line-height:28px;
    overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.dogcat-list1 .item-yuanimg .img-pro .imgname .name-p{
   font-size:14px;
   color:#545454;
   line-height:24px;
   margin-top:14px;
}
.dogcat-list1 .item-yuanimg .img-pro1 .it-img{
    top:-160px;
    left:200px;
}
.dogcat-list1 .item-yuanimg .img-pro .it-img:before{
    position:absolute;
    width:180px;
    height:100px;
    content:"";
    background-repeat:no-repeat;
    background-position:center;
    background-size:100% 100%;
}
.dogcat-list1 .item-yuanimg .img-pro1 .it-img:before{
  background-image:url(../images/xian1.png);
  left:-180px;
  top:50%;
}
.dogcat-list1 .item-yuanimg .img-pro2{
top:39.5%;
right:33.3%;
}
.dogcat-list1 .item-yuanimg .img-pro2 .it-img{
    left:190px;
    transform:translateY(-50%);
    top:50%;
}
.dogcat-list1 .item-yuanimg .img-pro2 .it-img:before{
    left:-150px;
    top:50%;
    background-image:url(../images/xian2.png);
    width:170px;
    height:2px;
    z-index:-1;
}
.dogcat-list1 .item-yuanimg .img-pro3{
bottom:25%;
right:40%;
}
.dogcat-list1 .item-yuanimg .img-pro3 .it-img{
    left:180px;
    top:60%;
}
.dogcat-list1 .item-yuanimg .img-pro3 .it-img:before{
    left:-150px;
    top:0;
    background-image:url(../images/xian3.png);
    width:160px;
    height:70px;
    z-index:-1;
}
.dogcat-list1 .item-yuanimg .img-pro4{
bottom:25%;
left:34.5%;
}
.dogcat-list1 .item-yuanimg .img-pro4 .it-img{
    left:-380px;
    top:50%;
}
.dogcat-list1 .item-yuanimg .img-pro4 .it-img:before{
    right:-25%;
    top:0;
    background-image:url(../images/xian4.png);
    width:300px;
    height:20px;
    z-index:-1;
}
.dogcat-list1 .item-yuanimg .img-pro5{
top:39.5%;
left:28.3%;
}
.dogcat-list1 .item-yuanimg .img-pro5 .it-img{
    left:-300px;
    transform:translateY(-100%);
    top:0;
}
.dogcat-list1 .item-yuanimg .img-pro5 .it-img:before{
    right: 0;
    top: 65%;
    background-image:url(../images/xian5.png);
    width:260px;
    height:80px;
    z-index:-1;
}
.dogcat-list1 .list-div-item{
    margin-bottom:80px;
}
.dogcat-list1 .list-div-item.last{
    margin-bottom:0;
}
.dogcat-list1 .list-div-item .ul-kai{
    margin-top:100px;
    position:relative;
    padding-bottom:80px;
    border-bottom:1px solid #e5e5e5;
}
.dogcat-list1 .list-div-item .ul-kai li{
    float:left;
    width:31%;
    margin-right:3.5%;
}
.dogcat-list1 .list-div-item .ul-kai li:nth-last-child(1){
    margin-right:0;
}
.dogcat-list1 .list-div-item .ul-kai li .name-hao{
    font-size:30px;
    height:40px;
    line-height:40px;
    color:#212121;
    background-position:right center;
    background-size:40px;
    background-repeat:no-repeat;
}
.dogcat-list1 .list-div-item .ul-kai li .hao-p{
    border-top:2px solid #000;
    margin-top:20px;
    padding-top:40px;
    font-size:16px;
    color:#545454;
    line-height:36px;
}
.dogcat-list1 .list-div-item .list2-div-p{
    margin-top:60px;
    padding-bottom:80px;
    border-bottom:1px solid #e5e5e5;
}
.dogcat-list1 .list-div-item .list2-div-p p{
    font-size:18px;
    line-height:#545454;
    line-height:30px;
}
.dogcat-list1 .list-div-item .list2-div-p .p-name{
    font-size:30px;
    line-height:36px;
    color:#212121;
    margin: 16px 0;
}
.dogcat-list1 .list-div-item .tui-name{
    font-size:24px;
    color:#212121;
    margin-top:60px;
    line-height:28px;
}
.dogcat-list1 .list-div-item .tui-swiper-mian{
    margin-top:40px;
    padding-bottom:40px;
}
.dogcat-list1 .list-div-item .tui-swiper-mian .items{
    padding: 30px;
}
.dogcat-list1 .list-div-item .list3-p{
    font-size:18px;
    color:#212121;
    line-height:40px;
    margin-top:60px;
}
.dogcat-list1 .list-div-item .list3-div{
    margin-top:80px;
}
.dogcat-list1 .list-div-item .list3-div .t-name{
    font-size:24px;
    color:#212121;
    line-height:28px;
    font-weight:600;
}
.dogcat-list1 .list-div-item .list3-div .t3-p{
    font-size:18px;
    margin-top:30px;
    color:#545454;
    line-height:36px;
}
.dogcat-list1 .list-div-item .list3-div:nth-last-child(1){
    border-bottom:1px solid #e5e5e5;
    padding-bottom:80px;
}
.dogcat-list1 .list-div-item .list4-ul{
    margin-top:60px;
}
.dogcat-list1 .list-div-item .list4-ul li{
    float:left;
    width:46.7%;
    margin-right:6.6%;
}
.dogcat-list1 .list-div-item .list4-ul li:nth-last-child(1){
    margin-right:0;
}
.dogcat-list1 .list-div-item .list4-ul li .img{
    overflow:hidden;
}
.dogcat-list1 .list-div-item .list4-ul li .img img{
    width:100%;
    transition:all 0.3s;
}
.dogcat-list1 .list-div-item .list4-ul li .imname{
    font-size:30px;
    color:#212121;
    line-height:32px;
    margin-top:40px;
    overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.dogcat-list1 .list-div-item .list4-ul li .im-p{
    font-size:16px;
    color:#545454;
    margin-top:28px;
    line-height:30px;
}
.dogcat-list1 .list-div-item .list4-ul li .hui-p{
    font-size:14px;
    color:#a8a8a8;
    line-height:18px;
    margin-top:16px;
}
.contact-mian{
    padding-bottom:150px;
}
.contact-mian .w1600{
    margin-top:-100px;
    box-shadow:5px 10px 40px rgba(0, 0, 0, 0.05)
}
.contact-mian .left-map{
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:50%;
}
.contact-mian .left-map #map{
      position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
}
.contact-mian .map-right{
    float:right;
    width:50%;
    background-color:#fff;
}
.contact-mian .map-right .pad-div{
    padding: 80px 120px; 
}
.contact-mian .map-right ul li{
    padding-bottom:30px;
    border-bottom:1px solid #e5e5e5;
    margin-top:30px;
    line-height:1.1;
}
.contact-mian .map-right ul li span{
    display:inline-block;
    vertical-align:text-bottom;
}
.contact-mian .map-right ul li .span1{
    width:30px;
    height:30px;
    background-position:center;
    background-repeat:no-repeat;
    background-size:100% 100%;
    margin-right:10px;
}
.contact-mian .map-right ul li .span2{
    font-size:24px;
    color:#212121;
    width:150px;
}
.contact-mian .map-right ul li .span3{
    font-size:16px;
    color:#545454;
}
.contact-mian .map-right ul li.li1 .span1{
    background-image:url(../images/cadd.png)
}
.contact-mian .map-right ul li.li2 .span1{
    background-image:url(../images/cadd1.png)
}
.contact-mian .map-right ul li.li3 .span1{
    background-image:url(../images/cadd2.png)
}
.contact-mian .map-right ul li.li4 .span1{
    background-image:url(../images/cadd3.png)
}
.contact-mian .map-right .more{
    display:block;
    width:200px;
    height:40px;
    line-height:40px;
    text-align:center;
    font-size:16px;
    color:#fff;
    background-color:#ec6901;
    margin-top:60px;
}
.w1300{
    position:relative;;
    width:68%;
    margin: 0 auto;
}
.searchmian{
    border-top:1px solid #e5e5e5;
}
.searchmian .right-ul3 li{
    float: left;
    width: 23%;
    margin-right: 2.6%;
    margin-bottom: 40px;
}
.searchmian .right-ul3 li:nth-child(4n) {
    margin-right: 0;
}
.searchmian .right-ul3 li .limask {
    background-color: #fafafa;
    padding: 40px;
    position: relative;
    text-align: center;
}
.searchmian .right-ul3 li .mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    opacity: 0;
    transition: all 0.3s;
}
.searchmian .right-ul3 li .mask .more{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 16px;
    color: #fff;
    width: 120px;
    height: 40px;
    line-height: 40px;
    background-color: #ec6901;
}
.searchmian .right-ul3 li .img{
    overflow: hidden;
}
.searchmian .right-ul3 li .img img {
    width: 100%;
    transition: all 0.3s;
}
.searchmian .right-ul3 li .imgnmae {
    font-size: 18px;
    color: #000000;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 16px;
}
.searchmian .right-ul3 li .name-p {
    font-size: 14px;
    line-height: 16px;
    color: #808080;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.searchmian .right-ul3 li .namenum {
    font-size: 14px;
    line-height: 16px;
    color: #999;
    font-family: "Arial";
    margin-top: 20px;
}
.liulan{
    font-size: 16px;
    transition: all 0.3s;
    display: block;
    text-align: left;
    width: 130px;
    height: 50px;
    line-height: 50px;
    background: #ec6901;
    color: #fff;
    border-radius: 4px;
    background-image:url(../images/more1.png);
    background-repeat:no-repeat;
    background-position:126px center;
    background-size:10px;
    padding-left:30px;
    margin: 40px auto 0;
}
@media (max-width: 1680px){

}
@media (max-width: 1440px){
header .header .headerul li{
    margin-right:60px;
}
header .header .headerul li .tit{
    font-size:22px;
}
.index-list1 .title-p{
    font-size:22px;
}
.index-list1 .index-ul3 .indexli3 li .img-pro .name-p{
    font-size:22px;
}
.index-list2 .list2-pro .title-p{
    font-size:22px;
}
.story-mian .story-img .img-pro .title-p{
    font-size:22px;
}
.story-list1 .ul1-story li .year-p{
    font-size:22px;
}
.brand-nav .brand-nav-swiper .swiper-slide a{
    font-size:22px;
}
.chann-mian .left .item-left .div-li .name-p{
    font-size:22px;
}
footer .f-mian ul li{
    font-size:22px;
}
footer .f-bottom li .imgname{
    font-size:22px;
}
footer .f-bottom li .namesm{
    font-size:20px;
}
.product-list1 .right .right-he{
    font-size:20px;
}
.product-list1 .right .righul li .right .it-li span{
    font-size:18px;
}
.product-list1 .left .tit-on .tit-c{
    font-size:18px;
}
.product-list1 .left .tit-on .tit-i a{
    font-size:18px;
}
.product-list1 .right .right-ul2 li{
    font-size:20px;
}
.detail-list1 .right-mian .right-item .iteml li{
    font-size:22px;
}
.detail-list1 .right-mian .right-item .item3 li{
    font-size:22px;
}
.detail-list2 .li-p{
    font-size:22px;
}
.detail-nav li{
    font-size:22px;
}
.bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more{
    font-size:22px !important
}
.detail-list1 .right-mian .right-item .iteml li{
    margin-right:60px;
}
.detail-list1 .right-mian .right-item .item2 .xian-x .span1{
    font-size:22px;
}
.detail-list2 .detail-item .di-p{
    font-size:22px;
}
.dogcat-list1 .daocat-div1 .div1-p{
    font-size:22px;
}
.dogcat-list1 .item-p1{
    font-size:22px;
}
.dogcat-list1 .img-tab-mian .wen-swipermian .item-pimg{
    font-size:22px;
}
.dogcat-list1 .item-yuanimg .img-pro .imgname .name-p{
    font-size:20px;
}
.dogcat-list1 .list-div-item .ul-kai li .hao-p{
    font-size:22px;
}
.dogcat-list1 .list-div-item .list2-div-p p{
    font-size:22px;
}
.dogcat-list1 .list-div-item .list3-p{
    font-size:22px;
}
.dogcat-list1 .list-div-item .list3-div .t3-p{
    font-size:22px;
}
.dogcat-list1 .list-div-item .list4-ul li .im-p{
    font-size:22px;
}
.dogcat-list1 .list-div-item .list4-ul li .hui-p{
    font-size:20px;
}
.contact-mian .map-right ul li .span3{
    font-size:20px;
}
.ideas-list1 .ideas-p{
    font-size:22px;
}
.contact-mian .map-right .pad-div{
    padding:80px;
}
.strength-list1 .title-p{
    font-size:22px;
}
.strength-list1 .title-p1{
    font-size:22px;
}
.figure-list1 .title-p{
    font-size:22px;
}
.impression-list1 .impress-p{
    font-size: 22px;
}
}
@media (max-width: 1366px){
  .dogcat-list1 .right .wen-next{
    right:3%;
  }
  .dogcat-list1 .right .wen-prev{
    right:calc(3% + 60px)
  }
}
@media (max-width: 1280px){
  .product-list1 .right .righul li .right .it-li{
        width:20%;
    }
    .contact-mian .map-right .pad-div{
        padding:80px 40px;
    }
}
@media (max-width: 1200px){
  .figure-list1 .figure-ul li{
        width:45%;
    }
    .product-list1 .right .righul li .right .it-li{
        width:auto;
        margin-right:20px;
    }
    .dogcat-list1 .item-yuanimg .img-pro2 .it-img{
        left:120px;
    }
    .dogcat-list1 .item-yuanimg .img-pro2 .it-img:before{
        left: -70px;
    }
}