/*-----------------[初始化]--------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0; padding:0; }
table{border-collapse:collapse; border-spacing:0; } 
fieldset,img{border:0; }
ol,ul{list-style:none; }
caption,th{text-align:left; } 
q:before,q:after{content:''; } 
abbr,acronym{border:0; } 
a{text-decoration:none; } 
.clear{clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0; }
.l,.col-l,.col_l,.col-c,.col_c{float:left; }
 .r,.col-r,.col_r,dt span,.ul-txt li span,.ul_txt li span{float:right; } .c{clear:both; } 
.dn{display:none; }  
*,*:before,*:after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
body {color: #333;font-size: 14px;line-height: 1.5;font-family: 'Microsoft Yahei',"PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;-webkit-font-smoothing: antialiased;}
img {max-width: 100%;border: none;}

a {color: #333;text-decoration: none;}
a:hover {color: #ff4b59;}
/*布局*/

.wp {margin: 0 auto;width: 1200px;}
/*******************************
    -------[=头部]-------
********************************/
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.biaoge, .biaoge1 {
	line-height: 37px;
	text-align: center;
	border-collapse: collapse;/* 边框合并属性  */
	width:99%;
	font-size:14px;
	margin:10px auto;
}
.trover {
	background-color: #c1000b !important;
	color:#fff;
}
.biaoge td, .biaoge1 td {
	border: 1px solid #d5d5d5;
}
.tabletitle {
	background-color: #c1000b !important;
	color: #fff;
}
.tabletitle td,.tabletitle td p {
	color: #fff!important;
}6

.header{
    background-color: #fff;
    
}
.header .title{
    overflow: hidden;
    background:#D9D9D9;
    color:#333;
    line-height: 40px;
    font-size: 12px;
}
.header .title img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.header .title span:first-child{
    margin-right: 50px;
}
.header .title a{
    font-size: 14px;
    color:#464646;background:url(../Image/topcnicon.jpg) no-repeat left center;display:block;float:left;text-indent:25px;margin-left:15px;}
.header .title a:last-child{background:url(../Image/topenicon.jpg) no-repeat left center;}
.header .box{
    overflow: hidden;
}
.logo{
    float: left;
    line-height: 115px;
}
.logo a{
    display: block;
}
.logo img{
   display: inline-block;
   vertical-align: middle;
   max-width: 100%;
   max-height: 100%;
}

.tel{
    overflow: hidden;
    float: right;
    margin-top: 40px;
}
.tel p{
      padding-left: 35px;
    background: url(../Image/top_phone.jpg) no-repeat left; 
    font-size: 16px;
    color:#444444;
}
.tel .phone{
    font-weight: bold;
    font-size: 24px;
    color:#E30000;
    line-height: 1.1;
    letter-spacing: -1px;
}
.nav{
    box-shadow:0px 1px 0px 0px rgba(191,191,191,0.4);
   border-top: 1px solid #BFBFBF;
}
.nav::after{
    content: '';
    display: block;
    clear:both;
    visibility: hidden;
    width: 100%;
    height: 0;
}
.nav li{
    float: left;
     width:12.5%;
     position: relative;
}
.nav .v1{
    display: block;
    line-height: 59px;
    text-align: center;
    color:#222222;
    font-size: 16px;
    position: relative;
}   
.nav li:hover .v1{
    color: #E30000; 
}
.nav .sub{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
    border: 1px solid #E4EAEC;
    background: #FFF;
    border-top: 2px solid #e30000;
    border-bottom: none;
    z-index: 99;
}
.nav .sub a{
    display: block;
    text-align: center;`
    color:#76838F;
    font-size: 14px;
    line-height: 35px;
    padding-left: 5px;
    border-bottom: 1px solid #E4EAEC;
    transition:all .3s;
}
.nav .sub a:hover{
    padding-left: 15px;
}
/*******************************
    -------[=导航]-------
********************************/
.menuBtn{
    display: none;
    position: fixed;
    top: 12px;
    right: 12px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn b{display: block;height: 4px;background-color: #255fac;
    margin: 4px 0;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn.open{}
.menuBtn.open b{display: none;margin: 0;position: absolute;left: 0px;top: 50%;margin-top: -5px;width: 30px;}
.menuBtn.open b:first-child{display: block;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
}
.menuBtn.open b:last-child{display: block;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
}
/*******************************
    -------[=底部]-------
********************************/

/*******************************
    -------[=公用]-------
********************************/
.banner img{
    display: block;
    width: 100%;
}
.banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
    bottom:35px;
  }

.banner .swiper-pagination-bullet{width:15px;height:15px;background:#222;font-size:0;cursor:pointer;border: none;border-radius: 50%;}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#007aff;}
.banner .swiper-button-next{
    position: absolute;
    right: 10%;
   /* background: url(../Image/next.png) no-repeat;
    width: 29px;
    height: 53px;*/
}
.banner .swiper-button-prev{
    left: 10%;
   /*  background: url(../Image/prev.png) no-repeat;
    width: 29px;
    height: 53px;*/
}


.row1{
    padding: 50px 0;
    overflow: hidden;
}
.ul-tab1{
    overflow: hidden;
    margin:0 -5px;
}
.ul-tab1 li{
    width: 25%;
    float: left;
    margin-bottom: 15px;
}
.ul-tab1 .con{
    display: block;
    margin:0 5px;
    padding: 8px;
    border: 2px solid transparent;
    background: #EFEFEF;
    position: relative;
    text-align: center;
}
.ul-tab1 .pic{
    position: relative;
    height: 0;
    padding-top: 81%;
    overflow: hidden;
}
.ul-tab1 .pic img{
    position: absolute;
    top: 0;
    left:0;
    display: block;
    width: 100%;
    height: 100%;
}
.ul-tab1 .con:hover{
    border-color: #e30000;
}
.ul-tab1 .tit{
    font-size: 16px;
    font-weight: bold;
    line-height: 44px;
}
.ul-tab1 .more{
    width: 106px;
    height: 29px;
    margin: 18px auto 14px auto;
    background: url(../Image/pmore.jpg) no-repeat left top;
}

.ul-tab2{
    overflow: hidden;
    margin:0 -15px;
}
.ul-tab2 li{
    width: 25%;
    float: left;
    
}
.ul-tab2 li .con{
    margin:0 15px;
    display: block;
}
.ul-tab2 li .tit{
        height: 52px;
    background: #EFEFEF;
    text-align: center;
    color: #333;
    line-height: 52px;
}
.ul-tab2 li .pic{
    border:1px solid #DBDBDB;
    border-bottom:none;
    padding-top: 75%;
    position: relative;
    height: 0;
    overflow: hidden;
}
.ul-tab2 li .pic img{
    width:100%;
    height:100%;
    display:block;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
}



.g-tit{ position:relative;margin-bottom: 30px;}
.g-tit .cn{font-size:40px;color:#013c8b;text-align:center;font-weight:normal;}
.g-tit .en{width:187px;height:31px;line-height:31px;margin:0 auto;text-align:center;position:relative;color:#535353;}
.g-tit .en:before{content:"";width:141px;height:1px;background:#EAEAEA;position:absolute;left:-187px;top:15px;}
.g-tit .en:after{content:"";width:141px;height:1px;background:#E2E2E2;position:absolute;right:-187px;top:15px;}
.g-tit .pb_more{ position:relative; top:-53px; right:-1120px; font-size:16px;}
.g-tit a.pb_more{ color:#FFF;}

.row3{
    padding: 50px 0;
    background: url(../Image/strengthbg.jpg) no-repeat center center;
    background-size: cover;
}
.slick1 .item{
    background-color: #fff;
    height: 360px;
    overflow: hidden;
}
.slick1 .item .txt{
    float: left;
    width: 50%;
    padding:45px;
    font-size: 14px;
    color:#333;
    line-height: 1.8;
}
.slick1 .item .pic{
    overflow: hidden;
}
.slick1 .item .pic img{
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.slick1 .item .cn{
    font-size: 24px;
    line-height: 1.1;
    color: #255fac;
    margin-bottom: 9px;
}
.slick1 .item .en{
    font-family: Arial;
    color: #999;
    font-size: 14px;
    text-transform: uppercase;
}
.ul-tab3{
    overflow: hidden;
    margin:0 -2px;
}
.ul-tab3 li{
    width: 25%;
    float: left;
    cursor: pointer;
}

.ul-tab3 .con{
    margin:0 2px;
    overflow: hidden;
    background: url(../Image/jiantou1.png) no-repeat right 26px center #D6D6D6;
    padding: 22px;
}
.ul-tab3 li.on .con{
    background:url(../Image/jiantou.png) no-repeat right 26px center #E30000;
}
.ul-tab3 li.on .con{
    color:#fff;
}
.bottom_btn{
    width: 384px;
    height: 50px;
    background: #255FAC;
    border-top: 1px solid #c1cbd9;
    border-bottom: 1px solid #c1cbd9;
    border-radius: 25px;
    font-size: 16px; 
    margin:35px auto 0;
}
.bottom_btn .xiangxi{width:190px;height:50px;border:1px solid #E2E2E2;border-right:none;border-radius:25px;background:#FFF;float:left;display:block;line-height:50px;text-align:center;color:#000;}
.bottom_btn .zixun{width:159px;height:50px;float:left;margin-left:7px;display:block;line-height:50px;text-align:center;color:#FFF;}
   

.g-tit2{
    overflow: hidden;
    margin-bottom: 30px;
}
.g-tit2 .more{
    display: block;
    color: #666;
    font-size: 14px;
} 
.g-tit2 .tit{
    float: left;
    color: #555;
    font-size: 14px;
    text-transform: uppercase;
}
.g-tit2 .tit .cn{
    font-size: 22px;
    color:#333;
}
.row4{
    padding: 50px 0;
}
.slider2 .pic{
    position: relative;
    padding-top: 67%;
    height: 0;
    overflow: hidden;
    margin-bottom: 30px;
}
.slider2 .pic img{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.slider2 .pic .tit{
    width: 100%;
    line-height: 50px;
    background: url(../Image/jiantou2.png) no-repeat right 16px center rgba(0,0,0,.7);
    color: #FFF;
    position: absolute;
    bottom: 0;
    left: 0;
    text-indent: 35px;
}



.slider3 .pic{
    position: relative;
    padding-top: 67%;
    height: 0;
    overflow: hidden;
}
.slider3 .pic img{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.slider3 .txt{
    background: #EFEFEF;
    padding: 15px 0 10px;
    font-size: 14px;
    line-height: 22px;
    color: #999;
    text-align: center;
}
.slider3 .txt .tit{
    color:#333;
    font-size: 18px;
}



/**news**/
.news{
    background: #1C5BC0;
    padding: 50px 0;
}
.news .g-tit .cn,
.news .g-tit .en{
    color:#fff;
}
.row5 .box{
    overflow: hidden;
}
.row5 .box .l{
     margin-right: 60px;
     width:630px;
}
.row5 .box .pic{
    overflow: hidden;
    margin-bottom: 20px;
}
.row5 .box .pic img{
    display: block;
}
.row5 .box .l .tit{
    font-size: 18px;
    color:#fff;
    margin-bottom: 5px;
}
.row5 .box .l .desc{
    font-size: 14px;
    color:#fff;
    line-height: 1.71;
    display: -webkit-box;  
    overflow: hidden;  
    text-overflow: ellipsis;  
    word-break: break-all;  
    -webkit-box-orient: vertical;  
    -webkit-line-clamp: 2;
}
.ul-news{
    overflow: hidden;
}
.ul-news li{
    margin-bottom: 17px;
    border-bottom: 1px solid #E3E3E3;
}
.ul-news .con{
    display: block;
    margin: 0 15px;
    overflow: hidden;
    padding-bottom: 10px;
}
.ul-news li:last-child{
    border-bottom: none;
}
.ul-news .time{
    float: left;
    margin-right: 30px;
    font-size: 14px;
    color:#fff;
    text-align: center;
}
.ul-news .time .day{
    width:64px;
    height:58px;
    text-align: center;
    line-height: 58px;
    color:#fff;
    font-size: 38px;
    margin-bottom: 1px;
}
.ul-news .txt{
    overflow: hidden;
}
.ul-news .txt .tit{
    font-size: 18px;
    color:#fff;
    margin-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ul-news li:hover .tit{
    color:#DB2416;
}
.ul-news .txt .desc{
    font-size: 14px;
    color:#fff;
    line-height: 1.8;
    display: -webkit-box;  
    overflow: hidden;  
    text-overflow: ellipsis;  
    word-break: break-all;  
    -webkit-box-orient: vertical;  
    -webkit-line-clamp: 2;
}
.ul-news .slick-slide>div:last-child .con{
    border-bottom: none;
}

.row6{
    border-bottom: 1px dashed rgba(255, 255, 255, 0.5); 
    margin-bottom: 30px;
}
.ul-list1{
    overflow: hidden;
    margin: 0 -25px ;
   
}
.ul-list1 li{
    width: 50%;
    float: left;
    margin-bottom: 15px;
}
.ul-list1 .con{
    display: block;
    margin: 0 25px; 
    overflow: hidden;  
}
.ul-list1 .con .pic{
    width: 140px;
    height: 105px;
    float: left;
    background-color: #fff;
    margin-right: 15px;
}
.ul-list1 .con .pic img{
    display: block;
    width: 100%;
    height: 100%;
}
.ul-list1 .txt{
    overflow: hidden;
    color:#fff;
    font-size: 14px;
    line-height: 1.6;
}
.ul-list1 .txt .tit{
    font-size: 18px;
    margin-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ul-list1 .txt .desc{
    display: -webkit-box;  
    overflow: hidden;  
    text-overflow: ellipsis;  
    word-break: break-all;  
    -webkit-box-orient: vertical;  
    -webkit-line-clamp: 2;
}

.row7 .title{
    color:#fff;
    font-size: 28px;
    margin-bottom: 30px;
}
.ul-list2{
    overflow: hidden;
    margin: 0 -25px;
}
.ul-list2 li{
    float: left;
    width: 33.333%;
}
.ul-list2 .con{
    display: block;
    margin: 0 25px;
    color:#fff;
}
.ul-list2 .wd{
    float: left;
    width: 36px;
    margin-right: 12px;
    padding-top: 40px;
}
.ul-list2 .wd div{
    width: 36px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 10px;
    font-size: 12px;
    background-color: #A6A6A6;
}
.ul-list2 .wd div:first-child{
    background-color: #FF1900;
}
.ul-list2 .txt{
    overflow: hidden;
}
.ul-list2 .time{
    line-height: 40px;
}
.ul-list2 .tit{
    margin-bottom: 6px;
   overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ul-list2 .desc{
    display: -webkit-box;  
    overflow: hidden;  
    text-overflow: ellipsis;  
    word-break: break-all;  
    -webkit-box-orient: vertical;  
    -webkit-line-clamp: 2;
}



.vidbacking-active-block-back{
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
    z-index: -100;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.vidbacking{
    display: none;
}
.vidmask-body-back{
    background: url(../iamges/videooverlay1.png) repeat;
    opacity: 0.4;
    min-height: 100%;
    min-width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -50;
    display: block;
}
.vidmask-block-back{
    background: url(../iamges/videooverlay1.png) repeat;
    opacity: 1;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    width: auto;
    z-index: -50;
    display: block;
}
.slick2{
    margin-top: 30px;
    margin-right: -15px;
}
.slick2 a{
    display: block;
    margin-right: 15px;
}
.slick2 a img{
    display: block;
    width: 100%;
    height: 100%;

}
.slick2 .slick-prev{
    position: absolute;
    width:40px;
    height:40px;
    background:url(../Image/case_left.jpg) no-repeat;background-size:100%;
    left:-72px;
    top: 50%;
    font-size: 0;
    cursor: pointer;
    transform: translateY(-50%);
}
.slick2 .slick-next{
    position: absolute;
    width:40px;
    height:40px;
    background:url(../Image/case_right.jpg) no-repeat;background-size:100%;
    right:-72px;
    top: 50%;
    font-size: 0;
    cursor: pointer;
    transform: translateY(-50%);
}


/*手机浮动*/
#floatBottom{width:100%;height:53px;background:#8a8a8a;position:fixed;left:0;bottom:0;z-index:999999;display: none;}
#floatBottom a{width:33.333%;height:53px;line-height:53px;display:block;float:left;position:relative;}
#floatBottom a.kf1{background:url(../Image/kf1.png) no-repeat center center;}
#floatBottom a.kf2{background:url(../Image/kf2.png) no-repeat center center;}
#floatBottom a.kf3{background:url(../Image/kf3.png) no-repeat center center;}
#floatBottom a.kf4{background:url(../Image/kf4.png) no-repeat center center;}
#floatBottom .ewm{width:87px;height:83px;position:absolute;bottom:55px;left:50%;margin-left:-45px;display:none;}
#floatBottom .ewm img{width:100%;height:100%;display:block;}



















@media only screen and (max-width: 1300px) {
    /*******************************
        -------[=公用]-------
    ********************************/
  .wp{width: 1100px;}
  #iconnav a{margin-left: 0px;}
  .logo{line-height: 80px;}
  .tel{margin-top: 20px;}
  .nav .v1{line-height: 45px;font-size: 14px;}
}

@media only screen and (max-width: 1199px) {
     .wp{width: 96%;} 
    .logo{line-height: 60px;width: 300px;}
    .tel{margin-top: 8px;}
    .tel .phone{font-size: 18px;}
    .header .title{line-height: 30px;}
    .ul-tab3 .con{padding: 9px;}
    .row5 .box .l{width: 550px;margin-right: 30px;}
    .ul-news .time .day{width: auto;height: auto;line-height: 1.2;}
    .ul-news .txt .desc{line-height: 1.5;}
    .row1,.row3,.news{padding: 30px 0;}
    .g-tit .cn{font-size: 34px;}
    .slick1 .item .txt{padding: 30px;}
    
}

@media only screen and (max-width: 1020px) {
    .tel{display: none;}
    body{padding-bottom: 53px;}
    .fd-form .info{text-align: center;margin-bottom: 15px;}
    .fd-form{width: auto;float: none;padding-left: 0;border-left: none;margin-left: 0;}
    .ft-desc .tel,.ft-desc .name{display: none;}
    .ft-desc .r{padding: 0;line-height: 1.8;}
    .ft-desc .l{float: none;border:none;}
    #floatBottom{display: block;}
    .g-tit{margin-bottom: 15px;}
    .header .title{display: none;}
    .tell{display: none;}
     .header{background-color: #fff;height: 50px;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
        position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
     }
    .nav{
        position: fixed;
    }
    .menuBtn{display: block;}
    body{padding: 50px 0 53px;}

    .nav{
        position: fixed;
        top: 50px;
        left: 0;
        right: 0;
        bottom: 0;
        margin-left: 100%; 
        z-index: 99;
        overflow: hidden;
        transition:all .3s;
        background: none;
    }
    .nav.on{
        margin-left: 0;
    }
    .nav ul{
        width: 300px;
        position: absolute;
        right: 0;
        bottom: 0;
        top: 0;
        background-color: #fffeff;
        overflow-y: scroll;
    }
    .nav li{float: none;width: auto;}
    .nav .bg{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.3);
    }
    .nav .l,.nav .r{float: none;margin:0;}
    .nav li i {
        display: block;
        width: 40px;
        height: 40px;
        background-position: center center;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 9;
        background: url(../Image/sel.png) no-repeat center center;
    }
    .nav li i.on{background-image: url(../Image/sel2.png);}
    .nav  .sub{position: static;}
    .nav  .sub a{padding-left: 20px;text-align: left;}
    .nav .wp{width: auto;padding: 0;}
    .nav .v1 span{display: none;}
    .nav .v1{height: 40px;line-height: 40px;text-align: left;color:#333;padding-left: 10px;}
    .nav li.on .v1,
    .nav li:hover .v1{
        color:#fff;
        background-color: #255fac;
    }
    .header .bom{padding: 12px 0 0;height: auto;}
    .logo{width: 260px;line-height: 50px;}
    .wp{width: auto;padding: 0 15px;}
    .ul-tab3 li{font-size: 12px;}
    .row7 .title{margin-bottom: 5px;font-size: 20px;}
    .banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{bottom:5px;}
    .ul-tab2{margin:0 -5px;}
    .ul-tab2 li .con{margin:0 5px;}

}

@media only screen and (max-width: 960px) {
    .row5 .box .l{width: auto;float: none;margin-right: 0;}
    .ul-tab3 .desc{display: none;}
    .slick1 .item{height: auto;}
    .slick1 .item .txt{width: auto;float: none;}
    .ul-list1 li{width: auto;float: none;}
      .slick1 .item .txt{line-height: 1.5;font-size: 12px;}
}

@media only screen and (max-width: 767px) {
    .banner .swiper-button-prev,.banner .swiper-button-next{display: none!important;}
    .ul-tab2 li{width: 50%;margin-bottom: 10px;}
    .ul-tab2 li .tit{height: 35px;line-height: 35px;font-size: 12px;}
   .g-tit .cn{font-size: 24px;}
   .slick1 .item .txt{padding: 10px;}
   .ul-tab3 li.on .con,.ul-tab3 li .con{background-image: none;}
   .ul-tab3{position: absolute;top: 0;}
   .tab2{position: relative;padding-top: 36px;}
   .slick1 .item .txt{height: 300px;}
    .ul-list2 li{width: auto;float: none;overflow: hidden;}
    .g-tit2 .tit .cn{font-size: 18px;}
    .ul-tab1 li{margin-bottom: 0;}

}
@media only screen and (max-width: 480px){
    .bottom_btn{width: auto;}
    .bottom_btn .xiangxi{width: 50%;}
    .bottom_btn .zixun{width: 50%;text-align: center;display: block;margin-left: 0;}
}


/***压球机****/
.ban img{
    display: block;
}
.g-tit3{
    text-align: center;
}
.g-tit3 .tit{
    font-size: 42px;
    font-weight: bold;
    color:#222222;
}
.g-tit3 .en{
    text-align: center;
    font-size: 36px;
    color:#333333;
    text-transform: uppercase;
    font-weight: bold;
}
.g-tit3 .en span{
    position: relative;
    display: inline-block;
    padding: 0 30px;
}
.g-tit3 .en span::after{
    content:'';
    display: block;
    width:251px;
    height:4px;
    position: absolute;
    top: 50%;
    left: -260px;
    background: url(../Image/h-10.png) no-repeat;
}
.g-tit3 .en span::before{
    content:'';
    display: block;
    width:251px;
    height:4px;
    position: absolute;
    top: 50%;
    right: -260px;
    background: url(../Image/h-10.png) no-repeat;
}
.page1{
    padding-top: 46px;
    padding-bottom: 60px;
    overflow: hidden;
    background: url(../Image/bg1.jpg) no-repeat;
}
.page1 .g-tit3{
    margin-bottom: 20px;
}
.ul-list5{
    border-bottom:none;
}
.ul-list5 .box a{
    display: block;
    overflow: hidden;
    width:80px;
    height:36px;
    text-align: center;
    line-height: 34px;
    font-size: 12px;
    color:#666666;
    border:1px solid #D2D2D2;
}
.ul-list5 .box{
    height: 200px;
    position: relative;
    background-color: #fff;
    padding: 28px 0 0 46px;
    border:1px solid #D2D2D2;
    transition:all .3s;
}
.ul-list5 .pic{
    position: absolute;
    right: 20px;
    top: 50%;
    width: 50%;
    height: 180px;
    transform: translateY(-50%);
}
.ul-list5 .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.ul-list5 .tit{
    font-size: 20px;
    color:#333;
    margin-bottom: 15px;
}
.ul-list5 .nub{
   font-size: 48px;
   color:#255FAC;
   font-weight: bold;
   line-height: 1.1;
   margin-bottom: 5px;
}
.ul-list5 .box.on{
    background-color: #255FAC;
    border-color: #255FAC;
}
.ul-list5 .box.on .txt{
    color:#fff;
}
.ul-list5 .box.on  .tit{
    color:#fff;
}
.ul-list5 .box.on a{
    background-color: #fff;
   border-color: #fff;
}
.ul-list5 .box.on .nub{
    color: #fff;
}
.g-tit3.sty1{
    padding: 10px 0;
}
.g-tit3.sty1 .en span::before,
.g-tit3.sty1 .en span::after{
    background-image: url(../Image/h-11.png);
}
.g-tit3.sty1 .en{
    color:#fff;
}
.page2{
    padding-bottom: 20px;
    overflow: hidden;
}
.page2 .g-tit3{
    background: url(../Image/bg2.jpg) no-repeat;
}
.g-desc{
    margin:30px 0 40px;
    background:rgba(238,238,238,1);
    border:1px solid rgba(181,181,181,1);
    border-radius:6px;
    overflow: hidden;
    font-size: 14px;
    color:#222222;
    line-height: 1.71;
    padding: 20px 14px;
}
.ul-pic .swiper-slide{
    text-align: center;
}
.ul-pic .pic{
    width:122px;
    height:122px;
    border-radius: 50%;
    margin:0 auto;
    overflow: hidden;
    position: relative;
}
.ul-pic .pic img{
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.ul-pic .pic .img1{
    display: block;
}
.ul-pic .pic .img2{
    display: none;
}
.ul-pic .pic:hover .img1{
    display: none;
}
.ul-pic .pic:hover .img2{
   display: block;
}
.ul-pic .tit{
    padding: 15px 0 27px;
}
.page3 .title{
    height: 60px;
    line-height: 60px;
    background: url(../Image/bg7.jpg) no-repeat;
    text-align: center;
    font-size: 24px;
    color:#FFFFFF;
    background-size: 100% 100%;
}

.page3 .title1{
    height: 60px;
    line-height: 60px;
    background: url(../Image/bg7.1.png) no-repeat;
    text-align: center;
    font-size: 24px;
    color:#FFFFFF;
    background-size: 100% 100%;
}
.page3 .box{
    padding: 60px 0;
    background: url(../Image/bg3.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.page3 .g-tit3{
    margin-bottom: 80px;
}
.page6 .g-tit3{
    background: url(../Image/bg4.jpg) no-repeat;
}
.page7 .g-tit3{
    background: url(../Image/bg4.jpg) no-repeat;
}
.page7 {    padding: 60px 0;    background: url(../Image/bg3-1.jpg) no-repeat;    -webkit-background-size: cover;    background-size: cover;}
.page3,.page4{
    overflow: hidden;
}
.page4 .g-tit3{
    margin-bottom: 40px;
}
.page4 .img{

    background: url(../Image/bg8.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 30px 0 60px;
}
.page4 .img img{
    display: block;
    margin:0 auto;
}
.page5{
    overflow: hidden;
    background: url(../Image/bg6.jpg) no-repeat center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;

    padding: 35px 0;
}
.page5 .txt{
    float: right;
    width:540px;
    border:1px solid rgba(255,255,255,.4);
    border-radius:6px;
    overflow: hidden;
    font-size: 14px;
    color:#FFFFFF;
    line-height: 2.14;
    padding: 25px 17px;
}
.ul-list6{
    overflow: hidden;
}
.ul-list6 li{
    margin-right: 46px;
    float: left;
    color:#fff;
    font-size: 16px;
}
.ul-list6 li:last-child{
    margin-right: 0;
}
.ul-list6 .icon{
    margin-bottom: 20px;
}

.page6{
    padding: 0 0 50px;
    overflow: hidden;
}
.page7{
    padding: 0 0 50px;
    overflow: hidden;
}
.ul-list7{
    overflow: hidden;
    text-align: center;
    margin: 0 -20px;
}
.ul-list7 li{
    display: inline-block;
    vertical-align: middle;
    width: 17%;
    margin: 0 20px 10px;
}


 .js-fu{
    width: 300px;
  height: 150px;
  position: fixed;
  left: 10px;
  bottom: 10px;
  z-index: 999;
  padding: 10px;  
  overflow: hidden;
  background: url(../Image/bg-close.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;

  }
   .js-fu .box{
    color: #fff;
    font-size: 12px;
    line-height: 1.67;
    padding: 3px 14px 0;
    border: 1px solid rgba(255, 255, 255, 0.4);
    position: relative;
  overflow: hidden;
height: 100%;
   }
   .js-fu .tit{
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 1px;
   }
    .js-fu .close{
      position: absolute;
      width: 20px;
      height: 20px;
      top: 8px;
      right: 8px;
      cursor: pointer;
    }
    .js-fu  .tel-s{
      padding-top: 8px;
    }
    .js-fu  .tel-s img{
      display: inline-block;
      vertical-align: middle;
    }

.ul-list5{
    overflow: hidden;
    margin:0 -15px;
}
.ul-list5 li{
    float: left;
    width: 50%;
    margin-bottom: 30px;
}
.ul-list5 .box{
    margin:0 15px;
}

@media only screen and (max-width: 1300px){
    .g-tit3 .tit{font-size: 34px;}
    .g-tit3 .en{font-size: 28px;}
    .page3 .g-tit3{margin-bottom: 30px;}
}
@media only screen and (max-width: 1199px){
 .ul-list5 .pic{width: 50%;}
 .page1{padding: 30px 0;}
 .g-tit3 .tit{font-size: 28px;}
 .g-tit3 .en{font-size: 22px;}
 .page5 .txt{width: 50%;}
 .ul-list6 li{margin-right: 24px;}
 
}
@media only screen and (max-width: 1020px){
.ul-list5 .box{padding: 15px 0 0 15px;height: 150px;}
.ul-list5 .nub{font-size: 26px;}
.ul-list5 .tit{font-size: 12px;}
}

@media only screen and (max-width: 960px){
    .page5 .txt{width: auto;float: none;margin-bottom: 15px;}
    .ul-list6 li{width: 25%;float: left;margin:0;text-align: center;}
    .js-fu{top: 50%;left: 50%;bottom:auto;
            transform: translate(-50%,-50%);}

    
}
@media only screen and (max-width: 767px){
.page3 .box{padding: 30px 0;}
.ul-list6 .icon{margin-bottom: 5px;}
.ul-list6 li{font-size: 12px;}
.ul-list6 .icon img{width: 70%;}
.page4 .img{padding: 30px 0;}
.page5 .txt{padding: 15px;}
.g-desc{margin:20px 0;}
.g-tit3 .en{font-size: 14px;}
.g-tit3 .tit{font-size: 22px;}
.page6{padding: 30px 0 0;}
.page7{padding: 30px 0 0;}
.page3 .title{font-size: 14px;line-height: 30px;height: 30px;}
.page3 .title1{font-size: 14px;line-height: 30px;height: 30px;}
.page3 .title img{display: none;}
        .ul-list5 li{width: auto;float: none;margin-bottom: 15px;}
}
@media only screen and (max-width: 440px){
.js-fu{width: 100%;}
.ul-list5 .pic{width: 40%;}
}




.fixed.ul-tabx1{
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    background: #f4f4f4;
    text-align: center;
}
.fixed.ul-tabx1 li{
    width: 50%;
    display: block;
    float: left;
}