.clearfix{
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.zoomImg{
    transform: scale(1);
    transition: transform 0.5s;
}
.zoomImg:hover{
    transform: scale(1.1)
}
.headerBox{
    width: 1300px;
    height: 130px;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.headerBox_rightBox{
    margin-right: 43px;
}
.headerBox_rightBox,.headerBox_rightBox div{
    display: flex;
    align-items: center;
}
.headerBox_rightBox div:nth-child(1){
    margin-right: 30px;
}
.headerBox_rightBox div img{
    width: 25px;
    height: 25px;
    margin-right: 13px;
}
.headerBox_rightBox div p{
    font-size: 20px;
    color: #0d41bb;
    font-weight: 900;
}
.language ul,.headerBox_right{
    display:flex;
    align-items: center;
    justify-content: space-between;
}
.language ul li{
    text-align: center;
    font-size: 16px;
    color: #595959;
    padding: 0px !important;
    margin: 0px !important;
    height: 18px !important;
    line-height: 18px !important;
    cursor: pointer;
}
/* 头部结束 */
/* 产品内容Nav */
.productNavActive{
    color: #fff !important;
    background: #2884ff !important;
}
.productNav{
    width: 1300px;
    height: 50px;
    box-sizing: border-box;
    background: #eeeeee;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.productNav ul{
    display: flex;
}
.productNav ul li{
    width: 190px;
    height: 100%;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}
.productNav ul li a{
    color: #000000;
    font-size: 18px;
}
.xunjia{
    width: 233px;
    height: 50px;
    background: url(../images/btnbg.png) no-repeat;
    background-position: 100% 41%;
    margin-right: 25px;
}
.zixunBtn2{
    width: 233px;
    height: 50px;
    background: url(../images/btnbg1.png) no-repeat;
    padding: 0px;
    margin: 0px;
    background-position: 100% 41%;
}
.productContent{
    width: 1300px;
    box-sizing: border-box;
    margin: 131px auto; 
    padding: 30px 0px;
}
.productTitle{
    color: #525252;
    font-size: 28px;
    font-weight: 900;
}
/* 产品内容Nav结束 */

/* 导航开始 */
.NavActive{
    color: #0039c0 !important;
}
.NavBody{
    width: 100%;
    border-top:1px solid #adadad;
}
.NavList{
    width: 1300px;
    margin: 0 auto;
    height:50px;
    box-sizing: border-box;
}
.NavList ul {
    display: flex;
    justify-content: space-between;
    font-size:18px; 
    line-height: 50px;
}
.NavList ul a{
    color:#1a1c1d;  
}
.NavList ul a:hover{
    color: #0039c0;
}
.dingzhi{
    width: 1300px;
    margin: 50px auto;
}
.dingzhi_title{
    text-align: center;
    font-size: 36px;
    color: #0d0408;
    margin-bottom: 30px;
}
.dingzhiBox{
    display: flex;
}
.InputBox{
    width: 80%;
    padding: 20px 40px;
    background:#f0f0f0; 
    display: flex;
    justify-content: space-between; 
    align-items:center;
}
.xunjiaBtn{
    width: 207px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    background: #0d41bb;
    border: none;
    outline: none;
    margin: 0 auto;
}
.InputBox input {
    height: 70px;
    border: none;
    padding-left: 10px;
    box-sizing: border-box;
    width:300px;
}
/* 底部 */
.footer{
    background: #2d2f2d;
    width: 100%;
    /* height: 490px; */
    box-sizing: border-box;
    padding-top: 70px;
}
.footerBlock{
    width: 1300px;
    margin: 0 auto;
    box-sizing: border-box;
}
.footer_top{
    display: flex;
    justify-content: space-between;
}
/*.footer_top_left{
    width: 69%;
}*/
/*.footer_top_ul{
    display: flex;
    justify-content: space-between;
}
.footer_top_ul h3{
    font-size: 17px;
    color: #f9f4e7;
}
.footer_top_ul ul{
    margin-top: 15px;
}
.footer_top_ul ul li{
    font-size: 16px;
    color: #f9f4e7;
    display: flex;
    margin-top: 8px;
    align-items: center;
}
.footer_top_ul ul li img{
    margin-right: 3px;
}
.footer_top_ul ul li a{
    font-size: 16px;
    color: #f9f4e7;
}
.footer_top_right{
    width: 35%;
    height: 100%;
    text-align: right;
}*/
.zixun{
    width: 100%; 
}
.zixunBtn{
    width: 175px;
    height: 45px;
    border: 1px solid #fff;
    margin-top: 15px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 45px;
    float: right;
    margin-right: 13px;
}
.phone{
    text-align: right;
    font-size: 32px;
    color: #fff;
    font-style: italic;
    font-weight: 900;
}
.yqA p{
    font-size: 15px;
    color: #fff;
}
.yqA{
    padding-top: 50px;
}
.yqA p a{
    font-size: 15px;
    color: #fff;
    margin-left: 15px; 
}
.banquan p{
    font-size: 15px;
    color: #fff;
    margin-top: 10px;
}
/* 底部结束 */
body{
    width:100%;
}
@media screen and (max-width:1400px){
    body{
        width: 1400px;
    }
    .headerBox,.NavList{
        width: 1200px;
    }
    .productBody{
        width: 1250px;
    }
}
.swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.gallery-top {
    height: 80%;
    width: 100%;
}

.gallery-thumbs {
    height: 20%;
    padding: 10px 0;
    width: 77%;
}

.gallery-thumbs .swiper-slide {
    width: 103px !important;
    height: 74px;
    text-align: center;
    border: 1px solid #dcdcdc;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    border: 1px solid #2884ff;
}

.gallery-thumbs .swiper-slide {
    /*margin-right: 35px !important;*/
}
.del_box h3{
    background-image:url(../images/del_bj.jpg);
    height: 45px;
    width: 120px;
    color:#fff;
    text-align: center;
    margin: 15px 0 10px;
    /*    background: #2884ff;
        color:#fff;
        height: 30px;
        padding-top: 5px;
        padding-bottom: 5px;
        width: 150px;*/
}
/**表格 *********/
.productclass4{
    text-align: left;
    width:99%;
    border:1px solid #c9c9c9;

}
.productclass4 tr{
    border:1px solid #c9c9c9;
}
.productclass4 td{
    border:1px solid #c9c9c9;
}
.productclass4 td:nth-child(odd)
{    
    background:  #f3f3f3;
    font-weight:549;
    padding-left: 6px;

}
.productclass4 td:nth-child(even)
{

    background:#fff;
    text-align: left;
    padding-left:6px;
    padding-top:4px;
    padding-bottom:4px;
}
.firstRow td{
    text-align: center  !important;
    font-weight: bold;
}
.productclass2
{
    display: none;
}

.productclass6{
    text-align: left;
    width:99%;
    border:1px solid #c9c9c9;
}
.productclass6 tr{
    border:1px solid #c9c9c9;
}
.productclass6 td{
    border:1px solid #c9c9c9;
}
.productclass6 td:first-child{
    text-align: left  ;
}
.productclass6 td:nth-child(odd)
{

    background:  #f3f3f3;

    font-weight:549;
    padding-left:6px;
}
.productclass6 td:nth-child(even)
{

    background:#fff;

    padding-left:6px;
    padding-top:4px;
    padding-bottom:4px;
}
.firstRow td{
    text-align: center  !important;
    font-weight: bold !important;

}

.productclass5{
    text-align: center;
    width:99%;
    border:1px solid #c9c9c9;

}
.productclass5 tr{
    border:1px solid #c9c9c9;
}
.productclass5 td{
    border:1px solid #c9c9c9;
    text-align: center;
}
.productclass5 td:nth-child(odd)
{

    background:  #f3f3f3;
    font-weight:549;
    padding-left: 6px;

}
.productclass5 td:nth-child(even)
{

    background:#fff;
    text-align: center;
    padding-left:6px;
    padding-top:4px;
    padding-bottom:4px;
}
.fixeda{
    width:100%;
    position:fixed;
    top:0px;
    left:0px;
    z-index:20;
}     
.moshou{
    display:none;
}

.pro-main{ clear: both; overflow: hidden;width:1300px;margin: 131px auto;margin-bottom:-120px}
.pro-mains{ position: relative;}
.pro-mains::after{ content: ''; display: block; position: absolute; left: -8px; bottom: 0; width: 756px; height: 477px; background: url(../images/case-bg.png) no-repeat center; z-index: -1;}
.pro-fl{ float: right; width: 49%;}
.pro-mains .pro-fl{ padding-top: 160px;}
.pro-fl h1{ color: #393B45; font-size: 40px; line-height: 1.1; margin-bottom: 30px; margin-top: 15px;}
.pro-fl p{ color:#393B45; font-size: 15px; line-height: 1.7em; margin-bottom: 20px; }
.pro-fl p strong{ font-size: 18px;}
.con-side{ padding-top: 36px; background: url(../images/pro-con.png) no-repeat top left; background-size: 96% 31%;}
.con-side ul, .case-dot{ clear: both; overflow: hidden; border-radius: 0 0 8px 8px; margin: -1px 18px 0 8px;
    background: #FCFCFC;
    background: -moz-linear-gradient(top, #FCFCFC 0%, #E5E5E5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FCFCFC), color-stop(100%,#E5E5E5));
    background: -webkit-linear-gradient(top, #FCFCFC 0%,#E5E5E5 100%);
    background: -o-linear-gradient(top, #FCFCFC 0%,#E5E5E5 100%);
    background: -ms-linear-gradient(top, #FCFCFC 0%,#E5E5E5 100%);
    background: linear-gradient(to bottom, #FCFCFC 0%,#E5E5E5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#FCFCFC, endColorstr=#E5E5E5, GradientType=0);
}
.con-side ul li{ float: left; width: 50%; width: 50%\0; width: 26%\9; color:#393B45; font-size: 16px; line-height: 30px; padding-left: 130px; margin: 10px 0 30px;}
.case-dot{ padding: 10px 30px;}
.con-side ul li.pro-ico01{ background: url(../images/pro-ico01.png) no-repeat 60px center;}
.con-side ul li.pro-ico02{ background: url(../images/pro-ico02.png) no-repeat 60px center;}
.con-side ul li strong{ display: block; font-size: 18px;}
.pro-fr{ text-align:center;float: left; width: 49%; padding: 30px; margin-bottom: 20px; border-bottom-left-radius: 80px; background-color: #FAFAFA; box-shadow: -1px 8px 15px -4px rgba(0,0,0,0.2); -webkit-box-shadow: -1px 8px 15px -4px rgba(0,0,0,0.2); -moz-box-shadow: -1px 8px 15px -4px rgba(0,0,0,0.2);}
.pro-link{ position: relative; width: 96%; height: 58px; margin: 29px auto 16px; border-radius: 10px; background-color: #FA880A;}
.pro-link i{ position: absolute; left:7px; bottom: 0; width: 96px; height: 100px; background: url(../images/tel-pic1.png) no-repeat center;}
.pro-link span{ display: inline-block; color: #FFF; font-size: 20px; line-height: 59px; padding: 0 41px 0 107px; cursor: pointer; background: url(../images/tel-hand.gif) no-repeat right center;}
.pro-link span:hover{ -webkit-animation: link-down 1.5s linear 2; -o-animation: link-down 1.5s linear 2; animation: link-down 1.5s linear 2;}

.ProServer li i.arrow01{float:left; width:14px; height:14px; background: url(../images/arrow01.jpg) no-repeat center center; margin-top:5px;margin-right:6px;}

.ProServer li{float:left;line-height:24px;}
.pro-tel{float: right;
    width: 59%;
    height: 72px;
    width: 57%\0;
    height: 72px\0;
    width: 46%\9;
    height: 56px\9;
    line-height: 30px;
    color: #FFF;
    font-size: 16px;
    margin-top: -14px;
    padding:-4px 3px 8px 16px;
    border-radius: 0 10px 10px 0;
    border-radius: 0\9;
    background: url(../images/tel-side.png) no-repeat #393B45 left center;}
/* IE9+ */
@media all and (min-width:0) {
    .con-side ul li{
        width: 50%\9;
    }
    .pro-tel{
        width: 57%\9;
        height: 72px\9;
    }
}
.pro-tel img{float: left;
    margin-top: 17px;
    margin-left: 44px;
    margin-right: 20px;}
.pro-tel strong{ font-size: 27px; line-height: 1;}
@media (min-width:1280px) {
 .ProServer{display:block;text-align:center;padding-bottom:25px;padding-top: 20px;}
 .ProServer li{width:auto; padding:0px 18px; float:none; display:inline-block;list-style: none;*zoom:1;*display:inline;}
 .ProServer li i.arrow01{float:none; display:inline-block;}
}
.swiperBody{
    margin-top:0px;
}