@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: #2a72bd;
        /*border-radius: 4px;*/
    }

    ::-webkit-scrollbar-thumb:window-inactive {
        background: #2a72bd;
    }

    ::-webkit-scrollbar-thumb:vertical:hover {
        background: #2a72bd;
    }
    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;
    }
}
/*字体*/
@font-face {
  font-family: "BEBAS";
  src: url("../fonts/BEBAS.woff2") format("woff2"),
       url("../fonts/BEBAS.woff") format("woff"),
       url("../fonts/BEBAS.ttf") format("truetype"),
       url("../fonts/BEBAS.eot") format("embedded-opentype"),
       url("../fonts/BEBAS.svg") format("svg");
}
/* 重置表单样式 */
select::-ms-expand { display: none; }
input,select,textarea{
    box-shadow: none;
    outline: none;
    border: none;
    border-radius: 0;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance:none;
    appearance:none;  
    padding: 0;
}
textarea{
  resize: none;
}
select::-ms-expand { display: none; }
/* 更改placeholder颜色 */
input::-webkit-input-placeholder{
    color:#888;  
}  
input:-moz-placeholder{
    color:#888;
}  
input::-moz-placeholder{
    color:#888;
}  
input:-ms-input-placeholder {
    color:#888;
}  

textarea::-webkit-input-placeholder{
    color:#888;  
}  
textarea:-moz-placeholder{
    color:#888;
}  
textarea::-moz-placeholder{
    color:#888;
}  
textarea:-ms-input-placeholder {
    color:#888;
}
.index-siwepr{
    position:relative;
    width:100%;
    height:100vh;
    overflow:hidden;
}
.index-siwepr .swiper-slide{
    position:relative;
    overflow:hidden;
}
.index-one-swiper{
    position:relative;
    width:100%;
    height:100vh;
    overflow:hidden;
}

.index-one-swiper .swiper-slide .pc-img-banner,.index-one-swiper .swiper-slide .pho-img-banner{
width:100%;
height:100%;
background-repeat:no-repeat;
background-position:center;
background-size:cover;
}
.index-one-swiper .swiper-slide .pc-img-banner{
    transform: scale(1.3);
    transition:all 3s cubic-bezier(0.04, 0.79, 1, 1)
}
.index-siwepr .swiper-slide .swiper-two-video .video-img-pc{
     transform: scale(1.3);
    transition:all 3s cubic-bezier(0.04, 0.79, 1, 1)
}
.index-siwepr .swiper-slide .pc-three-div{
     transform: scale(1.3);
    transition:all 3s cubic-bezier(0.04, 0.79, 1, 1)
}
.index-one-swiper .swiper-slide-active .pc-img-banner{
    transform:scale(1);
}
.index-siwepr .active-on .swiper-two-video .video-img-pc{
transform:scale(1);
}
.index-siwepr .active-on .pc-three-div{
transform:scale(1);
}
.index-one-swiper .swiper-slide .pho-img-banner{
    display:none;
    transform: scale(1.3);
    transition:all 3s cubic-bezier(0.04, 0.79, 1, 1)
}
.index-siwepr .index-shuzi-con{
    position:absolute;
    right:2.6%;
    top:50%;
    transform:translateY(-50%);
    z-index: 10;
}
.index-siwepr .index-shuzi-con li{
    font-size:14px;
    color:#fff;
    text-align:right;
    width:2rem;
    font-weight: bold;
    font-family: "Arial";
    padding-bottom: 0.25rem;
    position:relative;
    margin-bottom:0.5rem;
    cursor:pointer;
}
.index-siwepr .index-shuzi-con li.cur:after{
    width:100%;
}
.index-siwepr .index-shuzi-con li:after{
    position:absolute;
    right:0;
    bottom:0;
    content:"";
    width:0%;
    height:2px;
    background-color:rgba(255, 255, 255, 0.2);
    transition:all 0.3s;
}
.index-siwepr .swiper-two-video{
    position:relative;
    width:100%;
    height:100%;
}
.index-siwepr .swiper-two-video .video-img-pc,.index-siwepr .swiper-two-video .video-img-pho{
    width:100%;
    height:100%;
    background-repeat:no-repeat;
background-position:center;
background-size:cover;
position:relative;
}
.index-siwepr .swiper-two-video .video-img-pc #video1{
    position:absolute;
    left:0;
    top:0;
    z-index: 9;
    transform: translate(-50%);
    min-width: 100%;
    min-height: 130%;
    object-fit: fill;
    left: 50%;
    top: -15%;
}
.video-img-pho .modelback{
    position:relative;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 10;
    display:none;
}
.video-img-pho .modelback .baksoie{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0, 0, 0, 0.5)
}
.video-img-pho .modelback  .close{
    position:absolute;
    top:20%;
    right:0.5rem;
        width: 0.8rem;
    height: 0.8rem;
    background-color:#fff;
    border-radius:50%;
    text-align:center;
    line-height:0.8rem;
    opacity:0.8;
}
.video-img-pho .modelback  .close span{
    font-size:0.4rem;
    color:#24b4ff;
}
.index-siwepr .swiper-two-video .video-img-pho #video1{
    position:absolute;
    // width:100%;
    left:0;
    top:0;
    z-index: 9;
    // height:100vh;
    width:80%;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    
}
.index-siwepr .swiper-two-video .video-img-pho{
    display:none;
}
.index-siwepr .swiper-two-video .bo{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,50%);
    z-index: 11;
    width:1.4rem;
    height:1.4rem;
    background-position:center;
    background-repeat:no-repeat;
    background-size:100% 100%;
    background-image:url(../img/bo.png);
    animation: scroll2 2s ease-in-out infinite;
    transition:all 0.5s;
}
.index-siwepr .swiper-two-video .bo.cur{
    left:0.5%;
    transform:rotate(180deg)
}
.pho-yuyan{
    display:none;
}
@keyframes scroll2 {
    0% {
        top: 48%;
    }
    18% {
       top: 49%;
    }
    36% {
       top: 50%;
    }
    54% {
       top: 51%;
    }
    64% {
       top: 50%;
    }
    82% {
       top: 49%;
    }
    100% {
       top: 48%;
    }
    
}
.index-siwepr .swiper-two-video .video-left{
    position:absolute;
    width:50%;
    height:100%;
    background-color:rgba(49,84,141,0.7);
    z-index: 10;
    top:0;
    left:0;
    transition:all 0.5s;
}
.index-siwepr .swiper-two-video .video-left.cur{
    left:-48%;
}
.index-siwepr .swiper-two-video .video-left .video-jiesall{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    left:19.8%;
    text-align:left;
    width:66%;
}
.index-siwepr .swiper-two-video .video-left .video-jiesall .h2-name{
    font-size:1rem;
    line-height:1rem;
    color:#fff;
    margin-bottom:2rem;
    position:relative;
}
.index-siwepr .swiper-two-video .video-left .video-jiesall .h2-name:after{
    position:absolute;
    left:0;
    content:"";
    width:1.25rem;
    height:2px;
    background-color:#fff;
    bottom:-1.25rem;
}
.index-siwepr .swiper-two-video .video-left .video-jiesall .h2-con{
   font-size:0.4rem;
   line-height:0.7rem;
   color:#fff;
}
.index-siwepr .swiper-two-video .video-left .video-jiesall .h2-bottom{
    margin-top:3rem;
}
.index-siwepr .swiper-two-video .video-left .video-jiesall .h2-bottom a{
    font-size:0.5rem;
    display:inline-block;
    color:#fff;
    margin-right: 4rem;
}
.index-siwepr .swiper-two-video .video-left .video-jiesall .h2-bottom a:nth-last-child(1){
    margin-right:0;
}
.index-siwepr .swiper-two-video .video-left .video-jiesall .h2-bottom a span{
    font-size:0.5rem;
    margin-right:10px;
}
.index-siwepr .swiper-slide .pc-three-div,.index-siwepr .swiper-slide .pho-three-div{
    width:100%;
    height:100%;
    background-repeat:no-repeat;
    background-position:center;
    background-size:100% 100%;
}
.index-siwepr .swiper-slide .pho-three-div{
    display:none;
}
.index-siwepr .swiper-slide .bigyuan{
    width:67.9%;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    z-index: 2;
}
.index-siwepr .swiper-slide .smyuan{
    width:48.06%;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    z-index: 2;
}
.index-siwepr .swiper-slide .smyuan1{
    width:44.9%;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    z-index: 2;
}
.index-siwepr .swiper-slide .bigyuan img{
    width:100%;
}
.index-siwepr .swiper-slide .smyuan img{
    width:100%;
}
.index-siwepr .swiper-slide .smyuan1 img{
    width:100%;
}
.index-siwepr .swiper-slide .swiper-three{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:38.1%;
    overflow:hidden;
    z-index: 10;
    
}
.index-siwepr .active-on .swiper-three .beijishoue{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-repeat:no-repeat;
    background-position:center;
    background-size:100% 100%;
    background-image:url(../img/yuansan2.png);
    
    animation:niu1 3s linear infinite;
    z-index: 2;
}
@keyframes niu1{
	0%{
		transform:rotate(0);
	}
	100%{
		transform:rotate(360deg);
	}
}
.index-siwepr .active-on .swiper-three .beijishoue1{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-repeat:no-repeat;
    background-position:center;
    background-size:100% 100%;
    background-image:url(../img/yuansan1.png);
    animation:niu2 3s linear infinite;
z-index: 0;
}
@keyframes niu2{
	0%{
		transform:rotate(0);
	}
	100%{
		transform:rotate(-360deg);
		opacity:0;
	}
}
// .index-siwepr .active-on .swiper-three .beijishoue{
//     transform:rotate(720deg)
// }
// .index-siwepr .active-on .swiper-three .beijishoue{
//     transform:rotate(-720deg)
// }
.index-siwepr .swiper-slide .swiper-three .swiper-slide img{
    width:100%;
    webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    transition:transform 2s;
    opacity: 0;
}

.index-siwepr .swiper-slide .swiper-three .swiper-slide-active img{
     webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.index-siwepr .swiper-slide .swiper-three .swiper-wrapper{
    position:relative;
    z-index: 20;
}
.index-siwepr .swiper-slide .three-ul-di3{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    right:6.9%;
    text-align:left;
}
.index-siwepr .swiper-slide .three-ul-di3 .three-h2name{
    font-size:0.75rem;
    color:#fff;
    line-height:0.75rem;
    margin-bottom:1.25rem;
}
.index-siwepr .swiper-slide .three-ul-di3 .three-ul li{
    padding-left: 1.25rem;
    position:relative;
    font-size:0.5rem;
    color:#fff;
    line-height:0.5rem;
    margin-bottom:0.4rem;
    cursor:pointer;
}
.index-siwepr .swiper-slide .three-ul-di3 .three-ul li:after{
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    width:0;
    height:1px;
    background-color:#24b4ff;
    content:"";
    transition:all 0.3s;
}
.index-siwepr .swiper-slide .three-ul-di3 .three-ul li.cur:after{
    width:0.9rem;
}
.index-siwepr .swiper-slide .three-ul-di3 .three-ul li.cur{
    color:#24b4ff;
}
.index-siwepr .swiper-slide .four-itemcon{
    position:absolute;
    width:17rem;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    z-index: 10;
    text-align:center;
}
.index-siwepr .swiper-slide .four-itemcon .fourh2{
    font-size:0.75rem;
    color:#fff;
    line-height:0.75rem;
    margin-bottom:1.25rem;
}
.index-siwepr .swiper-slide .four-itemcon .item-four{
    font-size:1rem;
    color:#fff;
    text-align:center;
}
.index-siwepr .swiper-slide .four-itemcon .more{
    font-size:0.4rem;
    color:#fff;
    display:inline-block;
    width:4.5rem;
    height:1.25rem;
    line-height:1.25rem;
    text-align:center;
    margin-top:2.5rem;
    border:2px solid #fff;
}
.index-siwepr .swiper-slide .four-itemcon .more span{
    font-size:0.4rem;
    margin-left: 0.3rem;
    transition:all 0.3s;
}
.index-siwepr .swiper-slide .four-div{
    position:absolute;
    font-size:0.4rem;
    color:#fff;
    line-height:0.7rem;
    z-index: 9;
}
.index-siwepr .swiper-slide .four-div span{
    margin-right: 0.3rem;
    font-size:0.75rem;
    position:relative;
    top:4px;
}
.index-siwepr .swiper-slide .four-divop1{
    top:34%;
    left:22.8%;
}
.index-siwepr .swiper-slide .four-divop2{
    top:79.7%;
    left:29.6%;
}
.index-siwepr .swiper-slide .four-divop3{
    top:94%;
    left:55.3%;
}
.index-siwepr .swiper-slide .four-divop4{
    top:24.2%;
    left:65.2%;
}

.index-siwepr  .five-tui1{
    position:absolute;
    top:20%;
    left:15.6%;
    text-align:left;
    width:31.3%;
}
.index-siwepr  .five-tui .h2-name{
    font-size:0.65rem;
    color:#ffffff;
    line-height:0.65rem;
    margin-bottom: 0.5rem;
}
.index-siwepr .five-tui .h2-con{
    font-size:0.4rem;
    color:#fff;
    line-height:0.6rem;
}
.index-siwepr .five-tui .h2-img{
    overflow:hidden;
    width:hidden;
    margin-top:1.25rem;
}
.index-siwepr .five-tui .h2-img img{
    width:100%;
    transition:all 0.3s;
}
.index-siwepr  .five-tui2{
    position:absolute;
    top:38%;
    left:50.1%;
    text-align:left;
    width:31.3%;
}
.index-siwepr .five-more{
    font-size: 0.4rem;
    color:#fff;
    position:absolute;
    line-height:0.6rem;
    display:inline-block;
    top:28.2%;
    left:73.4%;
    padding-left:1.5rem;
}
.index-siwepr .five-more:after{
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    width:1.25rem;
    height:2px;
    background-color:#fff;
    content:"";
}
.index-siwepr .swiper-last-height{
    height:auto !important;
}
.pho-three-nameall{
    display:none;
}
.trhee-ul-pho{
    display:none;
}

/*首页动画*/
.fade-in-right{
        transform: translateX(40px);
        opacity: 0;
    }
    .fade-in-up{
        transform: translateY(40px);
        opacity: 0;
    }
    .fade-in-left{
        transform: translateX(-40px);
        opacity: 0;
    }
.index-siwepr .active-on .fade-in-up:nth-child(1){
       opacity: 1;
        filter: alpha(opacity=100);
        transform: translateY(0);
        transition: all .8s linear;
        transition-delay: .1s;
    }
    .index-siwepr .active-on .fade-in-up:nth-child(2){
       opacity: 1;
        filter: alpha(opacity=100);
        transform: translateY(0);
        transition: all .8s linear;
        transition-delay: .2s;
    }
.index-siwepr .active-on .fade-in-up:nth-child(3){
       opacity: 1;
        filter: alpha(opacity=100);
        transform: translateY(0);
        transition: all .8s linear;
        transition-delay: .3s;
    }
.index-siwepr .active-on .fade-in-right:nth-child(1){
        opacity: 1;
        filter: alpha(opacity=100);
        transform: translateX(0);
        transition: all .8s linear;
        transition-delay: .1s;
    }
    .index-siwepr .active-on .fade-in-right:nth-child(2){
        opacity: 1;
        filter: alpha(opacity=100);
        transform: translateX(0);
        transition: all .8s linear;
        transition-delay: .2s;
    }
    .index-siwepr .active-on .fade-in-right:nth-child(3){
        opacity: 1;
        filter: alpha(opacity=100);
        transform: translateX(0);
        transition: all .8s linear;
        transition-delay: .3s;
    }
    .index-siwepr .active-on .fade-in-left:nth-child(1){
         opacity: 1;
        filter: alpha(opacity=100);
        transform: translateY(0);
        transition: all .8s linear;
        transition-delay: .1s;
    }
     .index-siwepr .active-on .fade-in-left:nth-child(2){
         opacity: 1;
        filter: alpha(opacity=100);
        transform: translateY(0);
        transition: all .8s linear;
        transition-delay: .2s;
    }
     .index-siwepr .active-on .fade-in-left:nth-child(3){
         opacity: 1;
        filter: alpha(opacity=100);
        transform: translateY(0);
        transition: all .8s linear;
        transition-delay: .3s;
    }
/*内页*/
.neiye-siebody header{
    position:absolute;
}
.banner{
    width:100%;
    overflow:hidden;
    position:relative;
}  
.banner img{
    width:100%;
}  
.pho-banner{
    display:none;
}
.banner .banner-name{
    position:absolute;
    left:9.9%;
    top:45%;
    width:80%;
    text-align:left;
}
.banner .banner-name .baner-h2{
    font-size:0.9rem;
    color:#fff;
    font-family: "BEBAS";
    line-height:0.9rem;
    margin-bottom: 0.5rem;
}
.banner .banner-name .banner-cn{
    font-size:1rem;
    color:#fff;
    line-height:1rem;
    position:relative;
}
.banner .banner-name .banner-cn:after{
    position:absolute;
    left:0;
    bottom:-1rem;
    width:1rem;
    height:3px;
    content:"";
    background-color:#fff;
}
.about-div1{
    padding: 0rem 0 1.25rem;
}
.w1600{
    width:83.5%;
    margin:0 auto;
    position:relative;
    overflow:hidden;
}
.h2-biaoti{
    font-size:1rem;
    line-height:1rem;
    text-align:center;
    color:#222222;
    padding-top:1rem;
}
.about-div1 .about-con{
    margin-top:2.25rem;
    border: 1px solid #e4e4e4;
    border-box:border-box;
    position:relative;
}
.about-div1 .about-con .left{
    float:left;
    width:50%;
}
.about-div1 .about-con .left .about-ses{
    padding:1.5rem 1.05rem;
    text-align:left;
}
.about-div1 .about-con .left .about-ses .jie-name{
    font-size:0.55rem;
    line-height:0.8rem;
    color:#333333;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.about-div1 .about-con .left .about-ses .item-aout{
    font-size:0.4rem;
    line-height:0.7rem;
    color:#666;
    margin-top:0.5rem;
    max-height: 5.75rem;
    overflow:auto;
}
.about-div1 .about-con .right{
position:absolute;
top:0;
right:0;
width:50%;
height:100%;
overflow:hidden;
}
.about-div1 .about-con .right img{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    transition:all 0.3s;
}
.about-div1 .about-swiper{
    margin-top:1.5rem;
    overflow:hidden;
    position:relative;
    padding-bottom:1.5rem;
}

.about-div1 .about-swiper .swiper-slide{
      border: 1px solid #e4e4e4;
      box-sizing:border-box;
      overflow:hidden;
}
.about-div1 .about-swiper .swiper-slide img{
    width:100%;
    transition:all 0.3s;
}
.about-div1 .about-swiper .about-pagination{
    position:absolute;
    width:100%;
    text-align:center;
    bottom:0rem;
}
.about-div1 .about-swiper .about-pagination span{
    width:8px;
    height:8px;
    border-radius:50%;
    margin:0 10px;
    display:inline-block;
    background-color:#a9a9a9;
}
.about-div1 .about-swiper .about-pagination span.swiper-pagination-bullet-active{
    background-color:#004b8d;
}
.about-div2{
    padding: 0.75rem 0 1.25rem;
    background-color:#f6f6f6;
}
.about-div2 .honer-swiper{
    margin-top:1.25rem;
    overflow:hidden;
    position:relative;
    padding-bottom:3rem;
}
.about-div2 .honer-swiper .honer-img{
    position:relative;
    padding-bottom:100%;
    background-color:#fff; 
}
.about-div2 .honer-swiper .honer-img img{
    width:56.6%;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    transition:width 0.3s;
}
.about-div2 .honer-swiper .img-name{
    font-size:0.45rem;
    line-height:0.5rem;
    color:#333333;
    text-align:center;
    margin-top:0.4rem;
    overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.about-div2 .honer-swiper .honer-prev,.about-div2 .honer-swiper .honer-next{
    position:absolute;
    bottom:0.2rem;
    width:1.5rem;
    height:1.5rem;
    border-radius:50%;
    background-repeat:no-repeat;
    background-position:center;
    background-size: 100% 100%
}

.about-div2 .honer-swiper .honer-prev{
    left:45%;
    background-image:url(../img/prev.png)
}

.about-div2 .honer-swiper .honer-next {
    right:45%;
    background-image:url(../img/prev1.png)
}
.product-all{
    padding-bottom:1.75rem;
    background-color:#fff;
}
.product-all .product-header{
    position:relative;
}
.product-all .product-header ul.pro-ul{
font-size:0;
text-align:right;
border-bottom:1px solid #e5e5e5;
}
.product-all .product-header.active-cur{
    position:fixed;
    top:0;
    width: 100%;
    left:0%;
    z-index: 100;
    background-color:#fff;
}
.product-all .product-header.active-cur ul.pro-ul{
    width:90%;
    margin:0 auto;
}
.product-all .product-header.active-cur .item-pro{
    left:5%;
}
.product-all .product-header ul.pro-ul li{
    font-size:0.4rem;
    color:#333333;
    display:inline-block;
    height:2.25rem;
    line-height:2.25rem;
    margin:0 0.6rem;
    position:relative;
}
.product-all .product-header ul.pro-ul li a{
    color:#333333;
}
.product-all .product-header ul.pro-ul li.cur a{
    color:#19619d;
}
.product-all .product-header ul.pro-ul li:nth-last-child(1){
     margin:0 0 0 0.6rem;
}
.product-all .product-header ul.pro-ul li:after{
    position:absolute;
    left:-0.6rem;
    content:"";
    width:1px;
    height:0.36rem;
    top:50%;
    transform:translateY(-50%);
    background-color:#333;
}
.product-all .product-header ul.pro-ul li:nth-child(1):after{
display:none;
}
.product-all .product-header .item-pro{
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    height:1rem;
    line-height:1rem;
}
.product-all .product-header .item-pro a{
    font-size:0.45rem;
    color:#222222;
}
.product-all .product-header .item-pro span{
    font-size:0.35rem;
    margin:0 0.75rem;
    color:#666;
}
.product-all .product-nav{
    margin-top:1.1rem;
    position:relative;
    background-color:#fff;
    z-index: 98;
}
.product-all .product-nav .item-name{
    font-size:0.4rem;
    color:#999;
    position:absolute;
    top:0.725rem;
    left:2.3%;
}
.product-all .product-nav ul.pro-nav{
    font-size:0;
    text-align:left;
    width:92.8%;
    margin-left:7.2%;
    padding:0.75rem 0;
    // position:relative;
    background-color:#fff;
}
.product-all .product-nav ul.pro-nav li{
    font-size:0.4rem;
    color:#333333;
    cursor:pointer;
    display:inline-block;
    margin:0 0.75rem;
}
.product-all .product-nav ul.pro-nav li span{
    font-size:0.4rem;
    color:#333;
    transition:all 0.3s;
    margin-left:0.25rem;
    display:none;
}
.product-all .product-nav ul.pro-nav li.cur span{
        transform:rotate(90deg);
        color:#2a72bd;
        display:inline-block;
}
.product-all .product-nav ul.pro-nav li a{
     color:#333333;
}
.product-all .product-nav ul.pro-nav li.cur a.a-fis{
    color:#2a72bd;
}
.product-all .product-nav ul.pro-nav li.active a.a-fis{
    color:#2a72bd;
}
.product-all .product-nav ul.pro-nav .pro-xia{
    position:absolute;
    width:100%;
    padding:0.75rem 0;
    top:100%;
    left:0;
    text-align:left;
    z-index: 100;
    display:none;
    background-color:#ededed;
    padding-left:7.2%;

}

.product-all .product-nav ul.pro-nav .pro-xia a{
    font-size:0.4rem;
    color:#333333;
    margin:0 0.75rem; 
    display:inline-block;
    position: relative;
    z-index: 10;
}
.product-all .product-nav ul.pro-nav .pro-xia a.cur{
    color:#2a72bd
}
ul.product-mian-num{
    margin-top: 2rem;
}
ul.product-mian-num li{
    float:left;
    width:23%;
    margin-right:2.6%;
    margin-bottom:0.75rem;
    background-color:#fff;
}
ul.product-mian-num li:nth-child(4n){
    margin-right:0;
}
ul.product-mian-num li .pro-img{
    padding:0.75rem 1rem;
}
ul.product-mian-num li .pro-img .img{
width:100%;
overflow:hidden;
}
ul.product-mian-num li .pro-img .img img{
    width:100%;
    transition:all 0.3s;
}
ul.product-mian-num li .pro-img .img-name{
    font-size:0.45rem;
    color:#333333;
    text-align:center;
    line-height:0.65rem;
    padding-top:0.75rem;
    border-top:1px solid #dbdbdb;
    height:1.3rem;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
/*分页*/
.page{
    margin-top: 1rem;
    font-size:0;
    text-align:center;
}
.page a{
font-size:0.4rem;
color:#555;
display:inline-block;
height:1.25rem;
line-height:1.25rem;
background-color:#fff;
padding:0 0.5rem;
margin:0 5px;
}
.page a.active{
    color:#fff;
    background-color:#2a72bd;
}
.pro-siebody header{
position:relative;
background-color:#2a72bd;
top:0;
height:80px;
line-height:80px;
}
.pro-siebody header .header{
    height:80px;
line-height:80px;
}
.pro-siebody .header ul.headerul li{
    height:80px;
line-height:80px;
}
.pro-siebody .header .header-right .item{
     height:80px;
line-height:80px;
}
.pro-siebody .bdshare-button-style0-16 .bds_more{
    line-height:80px !important;
}
.product-info{
    position:relative;
}
.product-info .left{
    position:absolute;
    top:0;
    left:0;
    width:50%;
    height:100%;
    background-position:center;
    background-image:url(../img/info1.jpg);
    background-size:100% 100%;
    background-repeat:no-repeat;
}
.product-info .left img{
    width:68.75%;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}
.product-info .right{
    float:right;
    width:50%;
    background-color:#f0f0f0;
}
.product-info .right .info-item{
    padding:2.4rem 16.6% 3rem;
    text-align:left;
}
.product-info .right .info-item .info-name{
    font-size:1rem;
    color:#333;
    line-height:1.6rem;
}
.product-info .right .info-item .info-item-jie{
    font-size:0.55rem;
    line-height:0.8rem;
    color:#666666;
    padding-bottom:0.75rem;
    margin-top:0.2rem;
    border-bottom: 1px solid #dbdbdb;
    min-height:2rem;
}
.product-info .right .info-item .info-opi{
    padding:1rem 0;
    font-size:0.45rem;
    color:#666666;
    border-bottom:1px solid #dbdbdb;
    max-height:4.5rem;
    overflow:auto;
    min-height:2rem;
}
.pro-info-si{
    padding: 1.75rem 0;
}
.pro-info-si ul.info-ul-pro{
    font-size:0;
    text-align:center;
    height:2.25rem;
    line-height:2.25rem;
    border-top:1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}
.pro-info-si ul.info-ul-pro li {
    display:inline-block;
    position:relative;
    font-size:0.45rem;
    margin:0 1.75rem;
    color:#666666;
    cursor:pointer;
}
.pro-info-si ul.info-ul-pro li a{
    color:#666666;
}

.pro-info-si ul.info-ul-pro li:after{
    position:absolute;
    content:"";
    width:1px;
    height:0.42rem;
    background-color:#666;
    top:50%;
    transform:translateY(-50%);
    right:-1.75rem;
}
.pro-info-si ul.info-ul-pro li:nth-last-child(1):after{
    display:none;
}
.pro-info-si ul.info-ul-pro li a.tabulous_active{
    color:#2a72bd;
}
.pro-info-si #tabs_container{
    margin-top:0.2rem;
    overflow: hidden;
    position: relative;
    padding-bottom:1rem;
}
.pro-info-si #tabs_container .tab1{
    text-align:center;
}
.pro-info-si #tabs_container .tab-div img{
    max-width:100%;
}
.pro-info-si #tabs_container .tab-div{
    font-size:0.4rem;
    color:#666;
    width:100%;
}

.hidescale {
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -o-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
    -ms-filter: "alpha(opacity=0)";
    filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
}
.showscale {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -ms-transition-delay: .3s;
    transition-delay: .3s;
}
.transition {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -ms-transition-delay: .3s;
    transition-delay: .3s;
}
.pro-info-si .taoiroe{
    position:relative;
    display:block;
}
.pro-info-si .taoiroe .right{
    float:right;
    width:85%;
    border:4px solid #e4e4e4;
    box-sizing: border-box;
}
.pro-info-si .taoiroe .right img{
    width:100%;
}
.pro-info-si .taoiroe .left{
    position:absolute;
    top:0;
    left:0;
    width:12.5%;
    height:100%;
    overflow:auto;
}
.pro-info-si .taoiroe .left ul li{
    border:2px solid #e4e4e4;
    box-sizing: border-box;
    margin-bottom:10px;
}
.pro-info-si .taoiroe .left ul li img{
    width:100%;
}
.info-balocko{
    padding:1.1rem 0 1.75rem;
    background-color:#f6f6f6;
    text-align:center;
}
.info-balocko .black{
    display:inline-block;
    font-size:0.45rem;
    color:#fff;
    height:1.25rem;
    line-height:1.25rem;
    background-color:#2a72bd;
    text-align:center;
    width:6.5rem;
}
.info-tui-swiper{
    margin-top:1.25rem;
    width:100%;
    overflow:hidden;
    position:relative;
}
.info-tui-swiper.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: linear;    /*之前是ease-out*/
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  margin: 0 auto;
}
.info-tui-swiper .pro-img{
        padding: 0.75rem 1rem;
        background-color:#fff;
}
.info-tui-swiper .pro-img .img{
        width: 100%;
    overflow: hidden;
}
.info-tui-swiper .pro-img .img img{
        width: 100%;
    transition: all 0.3s;
}
.info-tui-swiper .pro-img .img-name {
    font-size: 0.45rem;
    color: #333333;
    text-align: center;
    line-height: 0.5rem;
    padding-top: 0.75rem;
    border-top: 1px solid #dbdbdb;
}
.applica-all{
    padding: 1.5rem 0 2.25rem;
}
.applica-all .h2-name{
    font-size:1rem;
    color:#222222;
    line-height:1rem;
    text-align:center;
}
.applica-all .h2-com{
font-size:0.4rem;
color:#666666;
line-height:0.7rem;
margin-top: 0.5rem;
text-align:center;
}
.applica-all ul.applic-ul{
    margin-top:1.25rem;
    overflow:hidden;
    width:100%;
    position:relative;
}
.applica-all ul.applic-ul li{
    width:31.25%;
    margin-right:3.125%;
    margin-bottom: 1rem;
    float:left;
}
.applica-all ul.applic-ul li:nth-child(3n){
    margin-right:0;
}
.applica-all ul.applic-ul li .app-imgname{
    height:3rem;
    line-height:3rem;
    width:100%;
    background-color:#f3f3f3;
    font-size:0.75rem;
    color:#333;
    text-indent: 2em;
}
.applica-all ul.applic-ul li .img{
    position:relative;
    width:100%;
    padding-bottom:64%;
    overflow:hidden;
}
.applica-all ul.applic-ul li .img img{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    transition:all .3s;
}
.new-hader-three{
    margin-top: 1.75rem;
    position:relative;
}
.new-hader-three li{
    width:31.8%;
    float:left;
    margin-right:2.3%;
}
.new-hader-three li:nth-child(3){
    margin-right:0;
}
.new-hader-three li .img{
    position:relative;
    width:100%;
    padding-bottom:62%;
    overflow:hidden;
}
.new-hader-three li .img img{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    transition:all 0.3s;
}
.new-hader-three li .img-name{
    padding: 0.75rem 0;
    border-bottom:1px solid #dedede;
    position:relative;
    box-sizing: border-box;
} 
.new-hader-three li .img-name:after{
    position:absolute;
    left:0;
    height:2px;
    bottom:0;
    width:0;
    content:"";
    background-color:#2a72bd;
    transition:all 0.3s;
}
.new-hader-three li .img-name .imgname{
    font-size:0.45rem;
    color:#222222;
    line-height:0.6rem;
}
.new-hader-three li .img-name .name2{
    font-size:0.4rem;
    color:#999999;
    line-height:0.6rem;
    margin-top: 0.3rem;
}
ul.heng-ul-new{
    margin-top:1.25rem;
}
ul.heng-ul-new li{
   float:left;
   width:48.75%;
   margin-right:2.5%;
   margin-bottom:1rem;
}
ul.heng-ul-new li:nth-child(2n){
    margin-right: 0;
}
ul.heng-ul-new li .heng-div{
    padding:1.25rem 1rem;
    position:relative;
}
ul.heng-ul-new li .heng-div .right{
    float:right;
    width:78%;
}
ul.heng-ul-new li .heng-div .right .new-name{
    font-size:0.45rem;
    color:#222222;
    line-height:0.5rem;
    overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
ul.heng-ul-new li .heng-div .right .new-2con{
   font-size:0.4rem;
   line-height:0.7rem;
   color:#999999;
   display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden; 
margin-top: 0.3rem;
}
ul.heng-ul-new li .heng-div .left{
    position:absolute;
    top:0;
    left:0;
    width:15%;
    height:100%;
    text-align:center;
}
ul.heng-ul-new li .heng-div .left:after{
    position:absolute;
    content:"";
    width:1px;
    height:1.8rem;
    background-color:#dddddd;
    top:50%;
    transform:translateY(-50%);
    right:0;
}
ul.heng-ul-new li .heng-div .left .yue{
    font-size:0.75rem;
    line-height:0.75rem;
    margin-bottom:0.5rem;
    color: #222222;
    position:relative;
}
ul.heng-ul-new li .heng-div .left .ri{
    font-size:0.75rem;
    line-height:0.75rem;
    color: #222222;
}
ul.heng-ul-new li .heng-div .left .yue:after{
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    width:0.75rem;
    height:1px;
    content:"";
    background-color:#ddd;
    bottom:-0.25rem;
}
.page .more-new{
    font-size:0.4rem;
    display:inline-block;
    height:1.25rem;
    line-height:1.25rem;
    width:6rem;
    background-color:#2a72bd;
    color:#fff;
}
.page .more-new span{
    font-size:0.35rem;
    color:#fff;
    display:inline-block;
    margin-left: 0.25rem;
    transform:rotate(90deg);
}
.new-info-all{
    padding:2rem 0;
}
.new-info-all .new-info-name{
    text-align:center;
    font-size:0.75rem;
    line-height:0.75rem;
    color:#222;
}
.new-info-all .new-info-titem{
    font-size:0.4rem;
    color:#666;
    margin-top: 0.3rem;
    line-height:0.5rem;
    text-align:center;
}
.new-info-all .nuew-colo{
    margin-top:0.5rem;
    padding:1rem 0 1.5rem;
    font-size:0.4rem;
    color:#666;
    border-top:1px solid #dedede;
    border-bottom:1px solid #dedede;
}
.new-info-all .infp-pges{
    margin-top:0.5rem;
    position:relative;
}
.new-info-all .infp-pges .left{
    float:left;
    width:78%;
}
.new-info-all .infp-pges .left p{
    font-size:0.4rem;
    color:#666;
    overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.new-info-all .infp-pges .left p a{
    color:#666;
}
.new-info-all .infp-pges .right-balick{
    position:absolute;
    top:0;
    right:0;
    display:inline-block;
    width:2rem;
    text-align:center;
    font-size:0.4rem;
    color:#fff;
    background-color:#2a72bd;
    border-radius:0.75rem;
    height:1rem;
    line-height:1rem;
}
.product-all .wenti-h2{
    font-size:1rem;
    text-align:center;
   color:#222;
   line-height:1rem;
   padding-top:1.75rem;
}
.product-all .fuwu-con{
    font-size:0.6rem;
    color:#666666;
    line-height:0.8rem;
    text-align:center;
    margin-top:0.5rem;
}
.product-all ul.fu-ulwu{
    margin-top:1.25rem;
    position:relative;
}
.product-all ul.fu-ulwu li{
    float:left;
    margin-bottom:0.75rem;
    border:1px solid #dedede;
    width:23%;
    margin-right:2.6%;
    box-sizing:border-box;
    text-align:center;
    padding:1.25rem 0;
}   
.product-all ul.fu-ulwu li:nth-child(4n){
    margin-right: 0;
}
.product-all ul.fu-ulwu li span{
    display:inline-block;
    font-size:2rem;
    line-height:2rem;
    color:#666666;
}
.product-all ul.fu-ulwu li div{
    font-size:0.6rem;
    color:#666666;
}
.product-all .wenti-table{
    margin-top: 1.5rem;
}
.product-all .wenti-table .table-hader ul li{
float:left;
font-size:0.6rem;
height:2rem;
line-height:2rem;
color:#222;
background-color:#f3f3f3;
border-bottom:1px solid #ddd;
box-sizing:border-box;
}
.product-all .wenti-table .table-hader ul li.li1{
    width:16%;
    text-align:center;
}
.product-all .wenti-table .table-hader ul li.li2{
width:26%;
text-align:left;
}
.product-all .wenti-table .table-hader ul li.li3{
    width:58%;
    text-align:left;
}
.product-all .wenti-table .tebale-con ul li{
border-bottom:1px solid #ddd;
box-sizing:border-box;
display:table;
padding:0.3rem 0;
width:100%;
}
.product-all .wenti-table .tebale-con ul li div{
font-size:0.6rem;
color:#222;
display: table-cell;
vertical-align:middle;
}
.product-all .wenti-table .tebale-con ul li .div1{
    width:16%;
    text-align:center;
    font-family: "BEBAS";
}
.product-all .wenti-table .tebale-con ul li .div2{
    width:26%;
text-align:left;
color:#222222;
font-size:0.45rem;
}
.product-all .wenti-table .tebale-con ul li .div3{
    width:56%;
text-align:left;
font-size:0.45rem;
color:#222222;
line-height:0.75rem;
}

.technongyu{
    background-color:#fff;
}
.case-mian{
    background-color:#f6f6f6;
}
.technongyu .item-caseh2{
    text-align:left;
    color:#555;
    font-size:1rem;
    line-height:1rem;
    margin-top:1.5rem;
}
.technongyu .case-input-mian{
    margin-top: 1.5rem;
    position: relative;
    background-color: #fff;
}
.technongyu .case-input-mian .item-name{
        font-size: 0.4rem;
    color: #999;
    position: absolute;
    top: 0.725rem;
    left: 2.3%;
}
.technongyu .case-input-mian ul.pro-nav{
    font-size: 0;
    text-align: left;
    width: 92.8%;
    margin-left: 7.2%;
    padding: 0.75rem 0;
    position: relative;
}
.technongyu .case-input-mian ul.pro-nav1{
     font-size: 0;
    text-align: left;
    width: 92.8%;
    margin-left: 7.2%;
    padding: 0.75rem 0;
    position: relative;
}
.technongyu .case-input-mian ul.pro-nav li {
    font-size: 0.4rem;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    margin: 0 0.75rem;
    position:relative;
    padding-left:0.75rem;
    cursor:pointer;
}
.technongyu .case-input-mian ul.pro-nav1 li{
    font-size: 0.4rem;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    margin: 0 0.75rem;
    position:relative;
    cursor:pointer;
}
.technongyu .case-input-mian ul.pro-nav1 li a{
    color: #333333;
}
.technongyu .case-input-mian ul.pro-nav1 li.cur a{
    color:#0074c1;
}
.technongyu .case-input-mian ul.pro-nav li span{
    width:0.4rem;
    height:0.4rem;
    display:inline-block;
    background-color:#cacaca;
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    cursor:pointer;
}
.technongyu .case-input-mian ul.pro-nav li.cur span{
    background-repeat:no-repeat;
    background-size:100% 100%;
    background-position:center;
    background-image:url(../img/goudui.png)
}
.technongyu .case-ajax{
    margin-top: 1rem;
}
.technongyu .case-ajax .case-ul-new{
    width:100%;
    position:relative;
    overflow:hidden;
}
.technongyu .case-ajax .case-ul-new li{
    float:left;
    width:23%;
    margin-right:2.6%;
    margin-bottom:1rem;
    background-color:#fff;
    overflow:hidden;
}
.technongyu .case-ajax .case-ul-new li:nth-child(4n){
    margin-right: 0;
}
.technongyu .case-ajax .case-ul-new li img{
    width:100%;
    transition:all 0.3s;
}
.technongyu .video-ajax{
    margin-top: 1rem;
}
.technongyu .video-ajax ul.video{
    width:100%;
    overflow:hidden;
    position:relative;
}
.technongyu .video-ajax ul.video li{
    width:31.25%;
    float:left;
    overflow:hidden;
    position:relative;
    margin-bottom:1rem;
    margin-right:3.125%;
}
.technongyu .video-ajax ul.video li:nth-child(3n){
    margin-right: 0;
}
.technongyu .video-ajax ul.video li .mask{
    position:absolute;
    top:0;
    width:100%;
    left:0;
    height:100%;
    background-color:rgba(0,0,0,0.6)
}
.technongyu .video-ajax ul.video li .name{
    font-size:0.45rem;
    font-weight: bold;
    color:#fff;
    width:80%;
    left:10%;
    position:absolute;
    bottom:0;
    height:2rem;
    line-height:2rem;
    border-top:1px solid #fff;
}
.technongyu .video-ajax ul.video li .bof{
    display:inline-block;
    opacity:0.7;
    line-height:2rem;
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    top:35%;
    width:1.5rem;
    height:1.5rem;
    background-position:center;
    background-size:100% 100%;
    background-repeat:no-repeat;
    background-image:url(../img/bo1.png);
    transition:all 0.3s;
    cursor:pointer;
}
.technongyu .video-ajax ul.video li img{
    width:100%;
    transition:all 0.3s;
}
.video-opmodel{
        display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}
.video-opmodel .black{
        position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
}
.video-opmodel .close-mosel{
    position:absolute;
    top:10%;
    right:10%;
    width:1rem;
    height:1rem;
    background-color:#fff;
    border-radius:50%;
    text-align:center;
    line-height:1rem;
    z-index: 10;
}
.video-opmodel .close-mosel .span{
    color:#19619d;
    font-size:0.6rem;
}
.video-opmodel .video-bof{
  width:1024px;
  position: absolute;
    left: 50%;
    top: 50%;
   transform: translate(-50%,-50%);
}
.video-opmodel .video-bof video{
    width:100%;
}
.technongyu .contact-h2{
    font-size: 1rem;
    line-height:1rem;
    text-align:center;
    color:#222;
    padding-top: 1.5rem;
}
.content-map{
    margin-top:1.25rem;
    position:relative;
}
.content-map #map{
    height:18rem;
}
.contact-mian{
    padding-bottom:0;
}
.content-map .map-comnse{
    position:absolute;
    z-index: 10;
}
.content-map .mapopo-ip1{
     top:10%;
    left:20%;
}
.content-map .mapopo-ip2{
     top:55%;
    left:33%;
}
.content-map .map-comnse .map-item{
    padding: 1rem 1.25rem ;
    background-color:#fff;
    position:relative;
}
.content-map .map-comnse .map-item:after{
    background-color:#4084da;
    width:100%;
    position:absolute;
    top:0;
    left:0;
    content:"";
    height:2px;
}
  .content-map .mapopo-ip3 {
        top: 10%;
        left: 69%;
    }
.content-map .map-comnse .map-item h2{
    font-size:0.55rem;
    color:#0074c1;
    text-align:left;
    line-height:0.55rem;
}
.content-map .map-comnse .map-item ul{
    margin-top:0.75rem;
    text-align:left;
    width:11rem;
    font-size:0;
}
.content-map .map-comnse .map-item ul li{
    float:left;
    margin-right:1rem;
    
    margin-bottom:0.2rem;
    font-size:0.35rem;
    color:#666666;
}
.content-map .map-comnse .map-item ul li:nth-last-child(1){
    /* text-indent:2.4em; */
}
.content-map .map-comnse .map-item ul li:nth-child(2n){
    margin-right: 0;
}
.liuyan-con{
    padding:1rem 0 3rem;
}
.liuyan-con h2{
        font-size: 1rem;
    line-height: 1rem;
    text-align: center;
    color: #222;
    padding-top:1.5rem;
}
.liuyan-con .contact-form{
    margin-top: 1.5rem;
    width:100%;
}
.liuyan-con .contact-form .ipnut{
    width:23%;
    height:1.25rem;
    line-height:1.25rem;
    border: 1px solid #dddddd;
    margin-right:2.6%;
    font-size:0.45rem;
    color:#333333;
    text-indent:2em;
    box-sizing:border-box;
    display:inline-block;
    float:left;
}
.liuyan-con .contact-form .phone{
    margin-right:0;
}
.liuyan-con .contact-form .liuyan-ty{
    border: 1px solid #dddddd;
    box-sizing:border-box;
    display:inline-block;
    padding:0.8rem 0.75rem;
    margin-top:1rem;
    width: 100%;
}
.liuyan-con .contact-form .liuyan-ty textarea{
    display:inline-block;
    width:100%;
    height:4rem;
    font-size:0.45rem;
    color:#333333;
}
.form-bottom{
    margin-top:1rem;
    position: relative;
}
.form-bottom .yanzma{
    height:1.25rem;
    line-height:1.25rem;
    border: 1px solid #dddddd;
     box-sizing:border-box;
    display:inline-block;
    font-size:0.45rem;
    color:#333333;
    text-indent:2em;
    font-size:0.45rem;
    width:14%;
    float:left;
}
.form-bottom .img{
    width:2.5rem;
    height:1.25rem;
    line-height:1.25rem;
    border: 1px solid #dddddd;
     box-sizing:border-box;
    display:inline-block;
    text-align:center;
    overflow:hidden;
    float:left;
}
.form-bottom .img img{
    width:100%;
    position:relative;
}
.form-bottom  .submit{
     height:1.25rem;
    line-height:1.25rem;
    display:inline-block;
    text-align:center;
    font-size:0.45rem;
    background-color:#4084da;
    color:#fff;
    width:4.5rem;
    position:absolute;
    top:0;
    right:0;
}
.form-bottom .reset{
    height:1.25rem;
    line-height:1.25rem;
    display:inline-block;
    text-align:center;
    font-size:0.45rem;
    background-color:#b5b5b5;
    color:#fff;
    width:4.5rem;
    position:absolute;
    top:0;
    right:5rem;
}
.contact-three{
    padding:1rem 0 3.75rem;
    background-color:#f7f7f7;
}
.contact-three h2{
       font-size: 1rem;
    line-height: 1rem;
    text-align: center;
    color: #222;
    padding-top:1.5rem;
}
.contact-three .h2-name{
    font-size:0.45rem;
    text-align:center;
    line-height:0.75rem;
    margin-top:0.4rem;
    color:#666666;
}
.contact-three .con-liu{
 font-size:0.4rem;
 line-height:0.7rem;
 color:#999;
 text-align:center;
 margin-top:1.25rem;   
}
.contact-three ul.trhi{
    font-size:0;
    text-align:center;
    margin-top:2.5rem;
}
.contact-three ul.trhi li{
    border:1px solid #ddd;
    box-sizing:border-box;
    margin: 0 0.25rem;
    background-color:#fff;
    padding:0.75rem 0;
    text-align:center;
    display:inline-block;
    width:16%;
}

.contact-three ul.trhi li span{
    width:1rem;
    height:1rem;
    display:inline-block;
    background-repeat:no-repeat;
    background-position:center;
    background-size:100% 100%;
}
.contact-three ul.trhi li span.spannone{
    display:none;
}

.contact-three ul.trhi li .name{
    font-size:0.4rem;
    color:#c7c7c7;
    margin-top:0.2rem;
}
.nobannerimg header{
    position:relative;
}
.pho-product-nav {
    display:none;
}
.condition-dialog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 100;
    display:none;
}
.condition-dialog .condition-close {
    position: absolute;
    right: .4rem;
    top: .4rem;
    width: .64rem;
    z-index: 3;
}
.condition-dialog .condition-close img {
    width: 100%;
    display: block;
}
.condition-dialog .left {
    position: absolute;
    left: 0;
    top: 0;
    width:50%;
    height: 100%;
    background-color: #f1f1f1;
    border-right: 1px solid #e0e0e0;
}
.condition-dialog .left h3 {
    font-size: .24rem;
    color: #2a72bd;
    line-height: 1.44rem;
    text-align: center;
}
.condition-dialog .left .condition-list {
    border-top: 1px solid #eaeaea;
}
.condition-dialog .left .condition-list a {
    display: block;
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
    position: relative;
}
.condition-dialog .left .condition-list a span {
    display: inline-block;
    zoom: 1;
    padding: 0.2rem 0;
    line-height:0.45rem;
    font-size: .24rem;
    color: #666;
    padding-right: .55rem;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: .08rem;
    background-image: url(../img/m-condition-arrow.png);
    transition: all .2s;
}
.condition-dialog .left .condition-list a.cur{
    background-color:#2a72bd;
}
.condition-dialog .left .condition-list a.cur span {
    color: #fff;
    background-image: url(../img/m-condition-arrow2.png);
}
.condition-dialog .left .condition-list a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: .04rem;
    height: 100%;
    background-color: #2a72bd;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .2s;
}
.condition-dialog .left .condition-list a.cur:before {
    opacity: 1;
    filter: alpha(opacity=100);
}
.condition-dialog .right {
    width: 50%;
    position: absolute;
    right: 0;
    height: 100%;
}
.condition-dialog .right .list {
    margin-top: 1.44rem;
    border-top: 1px solid #eaeaea;
    padding: .4rem .3rem;
}
.condition-dialog .right .list .item {
    display: none;
}
.condition-dialog .right .list a {
    float: left;
    height: .5rem;
    line-height: .5rem;
    border-radius: .25rem;
    background-color: #f1f1f1;
    color: #555555;
    font-size: .24rem;
    text-align: center;
    padding: 0 .25rem;
    margin-right: .15rem;
    margin-bottom: .2rem;
}
.condition-dialog .right .list a.cur {
    background-color: #bca065;
    color: #fff;
}
.tab-photishi{
    display:none
}
@media (max-width: 1680px){

}

@media (max-width: 1366px){
  .index-siwepr .swiper-slide .four-divop3{
    top: 88%;
  }
  .index-siwepr .swiper-two-video .video-left .video-jiesall .h2-con{
    font-size:0.32rem;
  }
  .index-siwepr .swiper-two-video .video-left .video-jiesall .h2-bottom{
    margin-top:1.5rem;
  }
  .index-siwepr .swiper-two-video .video-left .video-jiesall .h2-name{
    margin-bottom:1.6rem;
  }
  .index-siwepr .swiper-two-video .video-left .video-jiesall .h2-name:after{
    bottom:-0.85rem
  }
  .index-siwepr .swiper-two-video .video-left .video-jiesall{
    top:55%;
  }
}
@media (max-width: 1200px){
.index-siwepr .swiper-slide .four-divop2{
    top:71%;
}
.index-siwepr .swiper-slide .four-divop3{
    top:80%;
}
.about-div2 .honer-swiper .honer-prev{
    left:42%;
}
.about-div2 .honer-swiper .honer-next{
    right:42%;
}
}