* {
    margin: 0;
    padding: 0;
}

.row{
    margin-left: 0 !important;
    margin-right: 0 !important;
}

body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div,
tr,
dl,
dd,
select,
option {
    margin: 0;
    padding: 0;
}

.body,
.ul,
.ol,
.li,
.p,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.form,
.fieldset,
.table,
.td,
.img,
.div,
.tr,
.dl,
.dd,
.select,
.option {
    margin: 0;
    padding: 0;
}

li,
img,
input,
em,
select {
    list-style: none;
    border: none;
    font-style: normal;
}

a {
    text-decoration: none !important;
    cursor: pointer !important;
}

select::-ms-expand {
    display: none;
}

.img_cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
    padding: auto;
}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.tr {
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.wrap {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

header.act {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    animation: searchTop 0.5s ease-in-out;
    width: 100%;
    background: #fff;
}

/* tab切换 */
#nav {
    display: flex;
    justify-content: center;
    
}

#nav a {
    width: 16.6%;
    text-align:center;
    display: flex;
    display:-webkit-flex; 
    justify-content: center;/*水平居中*/
    align-items: center;/*垂直居中*/
    -webkit-align-items:center; 
    height: 72px;
    padding: 0 15px;
    font-size: 16px;
    cursor: pointer;
    background: url(../img/bg2.png) no-repeat 50% 50%;
    background-size: cover;
    color: #4b4b4b;
}

#nav a.on {
    background: none;
    background-color: #1652b7;
    color: #fff;
    border: 1px solid #dcdcdc;
}

#contentBox {
    width: 100%;
    margin-top: 30px;
}

#contentBox .box {
    display: none;
}

#contentBox .box.active {
    display: block;
}
.kj-gd-img-box img{
    width: 100%;
    height: 204px;
}
.kj-gd-text-box{
    padding: 22px 22px 16px 22px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #dee4e6;
    border-right: 1px solid #dee4e6;
    border-left: 1px solid #dee4e6;
}
.kj-gd-text-1{
    line-height: 30px;
    display: block;
    width: 70%;
    color: #000;
    font-size: 16px;
    text-align: left;
}
.kj-gd-text-2{
     color: #dcdcdc;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    border: 1px solid #dcdcdc;
}
.kj-gd-all:hover .kj-gd-text-2{
    background-color: #0256ac;
    color: #fff;
}
.kj-ys-top-box h2{
    margin-bottom: 25px;
    font-weight: bold;
}
.kj-ys-top-box h3{
    margin-bottom: 25px;
    color: #0256ac;
}
.kj-ys-text{
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 25px;
}
.kj-ys-top-box{
    padding-right: 70px;
    padding: 35px 0 25px 0;
}
.kj-ys .row .col-lg-6:nth-child(1) .kj-ys-top-box,
.kj-ys .row .col-lg-6:nth-child(2) .kj-ys-top-box{
    border-bottom: 1px solid #e5e5e5;
}
.kj-ys{
    padding: 20px 0 0 0;
    
}
.kj-about{
    padding: 40px 0 0 0;
}
.kj-about-img-box h4{
    font-weight: bold;
    margin: 40px 0 35px 0;
}
.kj-about-text-box{
    font-size: 16px;
    color: #7d7d7d;
    line-height: 30px;
}
.kj-about-img-box-right{
    position: relative;
}
.kj-about-img-2{
    position: absolute;
    right: 0;
    top: 60px;
    
}
.kj-about-img-2 img{
    max-width: 100%;
    height: 285px;
}
.kj-about-img-1{
    position: absolute;
    right: 0;
    top: -40px;
}
.kj-see{
    margin-top: 40px;
    margin-bottom:33px;
}
.kj-see a{
    background-color: #0256ac;
    display: block;
    width: 105px;
    height: 35px;
    color: #fff;
    text-align: center;
    line-height: 35px;
}
.kj-see a:hover{
    background-color: #ff9c00;
}
.kj-fuwu-left{
    text-align: left;
    padding: 75px 0 56px 0;
}
.kj-fuwu-left img{
    max-width: 100%;
}
.kj-fuwu-tel{
    margin: 25px 0 20px 0;
    display: flex;
    justify-content: flex-start;
}
.kj-fuwu-tel-num span{
    font-size: 13px;
    color: #fff;
}
.kj-fuwu-tel-num b{
    font-size: 28px;
    color: #fff;
}
.kj-fuwu-right{
    padding: 40px 0 40px 118px;
}
.kj-fuwu-right-box{
    padding: 10px 0 50px 0;
    width: 100%;
    background-color: #fff;
}
.kj-fuwu-right-box-2 h4{
    font-size: 16px;
    margin-top: 30px;
}
.kj-fuwu-right-box-2{
    text-align: center;
}
.kj-fuwu-right-box-2-all{
    margin-top: 40px;
}

.kj-tou{
    text-align: center;
    margin-top: 30px;
}
.kj-fuwu-right-box .row .col-lg-4:nth-child(2){
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
}
.kj-app-fuwu{
    text-align: center;
    padding: 30px 0 0 0;
}
.kj-app-fuwu h3{
    font-weight: bold;
}
.kj-news-see{
    text-align: right;
    margin-top:40px;
    margin-bottom: 45px;
}
.kj-news-see a{
    padding: 11px 40px;
    border: 1px solid #dee4e6;
    border-radius: 10px;
    color: #a0a0a0;
}
.kj-news-see a:hover{
    background-color: #ff9c00;
    border: 1px solid #ff9c00;
    color: #fff;
}
.news-box-kj{
    padding: 80px 0 0 0;
    border-bottom: 1px solid #dee4e6;
}
.kj-cont-text{
    text-align: 14px;
    color: #484848;
    line-height: 20px;
    margin-bottom: 30px;
}
.kj-see2{
    margin-top: 40px !important;
}
.kj-fot-1 h3{
    font-weight: bold;
    color: #fff;
    margin: 20px 0;
}
.kj-see3 a{
    background-color: #ff9c00;
    display: block;
    width: 105px;
    height: 35px;
    color: #fff;
    text-align: center;
    line-height: 35px;
    border-radius: 10px;
}
.kj-fot-2{
    margin-top: 25px;
    color: #fff;
    line-height: 25px;
    
}
.kj-fot-3 ul li{
    float: left;
    margin-right: 20%;
    margin-bottom: 10px;
}
.kj-fot-3 ul li a{
    color: #fff;
    font-size: 14px;
}
.kj-over{
    margin-top: 40px;
    padding: 20px 0;
    text-align: center;
    color: #fff;
    border-top: 1px solid #306ba9;
}
.kj-soso input{
    height: 32px;
    border: 2px solid #ff9c00;
    line-height: 28px;
    font-size: 12px;
}
.kj-soso-1{
    width: 230px;
    color: #cfcfcf !important;
}
.kj-soso-2{
    width: 83px;
    background-color: #ff9c00;
    color: #fff;
    margin-left: -4px;
}
/* 镶嵌内容 */
/*公司简介*/
.main{width:100%; overflow:hidden; padding:50px 0;}
.main_left{width:270px; float:left;}
.about{width:100%; float:left;}
.about_title{display:block; overflow:hidden; background:url(../img/about_title_bj.jpg) no-repeat center center; background-size:100% 100%; padding:38px 0; text-align:center; color:#fff;}
.about_p{line-height:50px; font-size:28px; font-weight:bold;}
.about_sp{line-height:36px; font-size:14px;}
.about_heng{display:block; overflow:hidden; width:138px;  height:2px; background:#fff; margin:6px auto 0 auto;}
.about_pp{display:block; overflow:hidden; line-height:32px; margin-top:15px; font-size:24px; font-weight:bold;}
.about_spp{display:block; overflow:hidden; line-height:28px; font-size:24px; font-weight:bold; text-transform:uppercase;}
.about_ul{display:block; overflow:hidden; border:1px solid #d9d9d9;}
.about_ul li{display:block; overflow:hidden; border-bottom:1px solid #d9d9d9;}
.about_ul li:last-child{border-bottom:none;}
.about_ul li a{display:block; overflow:hidden; height:44px; line-height:42px; border:1px solid #fff; text-align:center; background-image: linear-gradient(#fdfdfd, #eeeeee); font-size:16px; color:#292929;}
.about_ul li a:hover{ background-image: linear-gradient(#204cb6, #1252b7, #163487); color:#fff;}
.about_ul li.about_on a{ background-image: linear-gradient(#204cb6, #1252b7, #163487); color:#fff;}
.about_B{display:block; overflow:hidden; background:url(../img/about_bj.jpg) no-repeat center center; background-size:100% 100%; padding:22px 0 12px 0;}
.about_dianhua{display:block; overflow:hidden; text-align:center; line-height:30px; font-size:16px; color:#13429d;}
.about_dianhua>span{display:block; overflow:hidden; margin-top:5px; font-size:30px; color:#1345a1; font-weight:bold;}
.about_img{display:block; overflow:hidden; padding-top:15px;}
.about_more{display:block; overflow:hidden; padding-top:10px;}
.about_more>a{display:block; overflow:hidden; max-width:130px; height:32px; line-height:32px; text-align:center;background-image: linear-gradient(#204cb6, #1252b7, #163487); color:#fff; margin:0 auto;}
.main_right{width:872px; float:right;}
.dqwz_title{width:100%; float:left; line-height:38px; border:1px solid #d9d9d9; position:relative; background-image: linear-gradient(#fdfdfd, #eeeeee); padding:0 10px;}
.dqwz_title::before{content:""; width:100%; height:38px; border:1px solid #fff; position:absolute; left:0; top:0; z-index:1;}
.dqwz_p{float:left; position:relative; z-index:2; font-size:12px; color:#616161;}
.dqwz_p>span{float:left; color:#343434; font-weight:bold;}
.dqwz_more{float:right; position:relative; z-index:2;}
.dqwz_more>a{float:left; font-size:12px; color:#292929;}
.dqwz_more>a:hover{color:#1347a5; text-decoration:underline!important;}
.dqwz_contect{width:100%; float:left; padding-top:15px;}
.company{display:block; overflow:hidden; font-size:14px; color:#000; line-height:30px;}
/*END-公司简介*/

/*产品展示*/
.cp_ul1{display:block; overflow:hidden; width:882px;}
.cp_ul1 li{width:284px; float:left; margin:0 10px 30px 0;}
.cp_ul1 li a{display:block; overflow:hidden; border:1px solid #d8d8d8;}
.cp_ul1 li a .cp_B{width:100%; overflow:hidden; border-bottom:1px solid #d8d8d8;}
.cp_ul1 li a .cp_B .cp_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.cp_ul1 li a .cp_B .cp_img::before{content:""; display:block; padding-top:65.9575%;}
.cp_ul1 li a .cp_txt{display:block; overflow:hidden; height:40px; line-height:40px; padding:0 15px; font-size:16px; color:#292929;}
.cp_ul1 li a .cp_txt>span{float:right; font-size:12px; color:#999; text-transform:uppercase;}
.cp_ul1 li a:hover .cp_B .cp_img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.cp_ul1 li a:hover .cp_txt{background:#1347a5; color:#fff;}
.cp_ul1 li a:hover .cp_txt>span{color:#fff;}

.cpxq{display:block; overflow:hidden;}
.cpxq_p{display:block; overflow:hidden; text-align:center; font-size:18px; color:#000; line-height:30px; font-weight:bold;}
.cpxq_img{display:block; overflow:hidden; padding-top:20px;}
.cpxq_img>img{border:1px solid #d8d8d8;}
.cpxq_txt{display:block; overflow:hidden; padding-top:20px; font-size:14px; color:#000; line-height:30px;}
.cpxq_txt img{ max-width:100%;}
.cpxq_txt table{width:100%;}
.cpxq_txt table td{ border:1px solid #CCCCCC}

/*END-产品展示*/

/*新闻中心*/
.xw_ul{display:block; overflow:hidden;}
.xw_ul li{display:block; overflow:hidden; padding-bottom:20px;margin-bottom:20px; border-bottom:1px dotted #a5a5a5;}
.xw_ul li a{width:100%; float:left; display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap;}
.xw_ul li a .xw_B{width:210px; float:left; display:-webkit-box; display:-ms-flexbox; display:flex; overflow:hidden;}
.xw_ul li a .xw_B .xw_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.xw_ul li a .xw_R{width:calc(100% - 210px); float:left; padding:5px 0 5px 25px;}
.xw_ul li a .xw_R .xw_p{display:block; overflow:hidden; line-height:28px; font-size:16px; color:#2b2b2b; font-weight:bold;text-overflow:ellipsis; white-space: nowrap;}
.xw_ul li a .xw_R .xw_txt{display:block; overflow:hidden; height:44px; line-height:22px; font-size:12px; color:#878787; margin-top:10px; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical;}
.xw_ul li a .xw_R .xw_more{width:80px; float:right; height:28px; line-height:28px; text-align:center; background:#1250b3; border-radius:5px; font-size:12px; color:#fff; margin-top:5px;}
.xw_ul li a:hover .xw_B .xw_img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.xw_ul li a:hover .xw_R .xw_p{color:#f19832;}
.xw_ul li a:hover .xw_R .xw_more{background:#f19832;}

.xwxq{display:block; overflow:hidden;}
.xwxq_p{display:block; overflow:hidden; text-align:center; font-size:18px; font-weight:bold; color:#000; line-height:30px;}
.xwxq_sp{display:block; overflow:hidden; text-align:center; font-size:12px; line-height:14px; color:#a4a4a4; padding:5px 0; border-bottom:1px dashed #ccc;}
.xwxq_img{display:block; overflow:hidden; padding-top:20px;}
.xwxq_txt{display:block; overflow:hidden; padding-top:20px; font-size:14px; line-height:30px; color:#151515;}

.xwxq_txt img{ max-width:100%;}
.xwxq_txt table{width:100%;}
.xwxq_txt table td{ border:1px solid #CCCCCC}
/*END-新闻中心*/

/*在线留言*/
.consult{display:block; max-width:600px; overflow:hidden; margin:0 auto; padding:0;}
.consult .zxly_inp{width:100%; margin:0 0 20px 0;}
.consult .zxly_btn{width:100%;}
.zxly{width:100%; float:left; background-image: linear-gradient(#1f468f, #1252b7, #1f468f); padding:30px 0 35px 0;}
.zxly_p{line-height:38px; font-size:26px; color:#fff; font-weight:bold;}
.zxly_sp{line-height:20px; font-size:12px; color:#fff; text-transform:uppercase;}
.zxly_spp{line-height:34px; padding-top:20px; font-size:18px; color:#fff; font-weight:bold;}
.zxly_form{display:block; overflow:hidden; padding-top:25px;}
.zxly_inp{width:298px; float:left; height:50px; line-height:48px; border:1px solid #dbdbde; margin-right:6px; font-size:14px; color:#000; padding:0 40px 0 20px; background-color:#fff; background-position:right center; background-repeat:no-repeat;}
.zxly_inp::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color: #999999;} 
.zxly_inp:-moz-placeholder, textarea:-moz-placeholder {color: #999999;} 
.zxly_inp1{background-image:url(../img/zxly_icon1.png);}
.zxly_inp2{background-image:url(../img/zxly_icon2.png);}
.zxly_inp3{background-image:url(../img/zxly_icon3.png);}
.zxly_btn{width:288px; float:right; height:50px; background:#faa318; color:#000; font-size:14px;}
/*END-在线留言*/

/*联系我们*/
.contact_txt{display:block; overflow:hidden; font-size:14px; color:#000; line-height:30px;}
.contact_map{width:100%; overflow: hidden; height:350px; border:none; margin-top:20px;}
/*END-联系我们*/
@media (max-width:1220px) {
    
    /*公司简介*/
    .main{padding:40px 1%;}
    .main_left{width:24%;}
    .main_right{width:74%;}
    /*END-公司简介*/
    
    /*产品展示*/
    .cp_ul1{width:100%;}
    .cp_ul1 li{width:32.33%; margin:0 0.5% 30px 0.5%;}
    /*END-产品展示*/
    
    }
    
    @media (max-width:991px){
    
    /*公司简介*/
    .main{padding:30px 10px;}
    .main_left{width:29%;}
    .about_dianhua>span {font-size: 26px;}
    .main_right{width:69%;}
    /*END-公司简介*/
    
    /*产品展示*/
    .cp_ul1 li{margin:0 0.5% 20px 0.5%;}
    /*END-产品展示*/
    
    }
    
    @media (max-width:767px){
   
    /*公司简介*/
    .main{padding:0;}
    .main_left{width:100%;}
    .about_title {height:50px; margin-top:20px;line-height:50px; background:url(../img/imgs/sj_jiantou.png) no-repeat right center,url(../img/about_title_bj.jpg) no-repeat center center; background-size:auto,100% 100%; padding: 0 0 0 20px; text-align:left; font-size:18px; font-weight:bold;}
    .about_ul{display:none; margin:2px;}
    .about_ul li a {height:40px; line-height:38px; font-size:14px;}
    .main_right{width:100%;}
    .dqwz_contect{padding:10px;}
    .company{line-height:24px;}
    /*END-公司简介*/
    
    /*产品展示*/
    .cp_ul1{display:flex; flex-wrap:wrap; justify-content:space-between;}
    .cp_ul1 li{width:calc(50% - 5px); margin:0 0 10px 0;}
    .cp_ul1 li a .cp_txt {height:38px; line-height:38px; padding:0 5px; text-align:center; font-size:14px;}
    .cpxq_p{font-size:16px; line-height:24px;}
    .cpxq_img{padding-top:10px;}
    .cpxq_txt{padding-top:10px; line-height:24px;}
	 .cpxq_txt img{padding-top:10px; max-width:100%;}
.cpxq_txt table{padding-top:10px;width:100%;}
 .cpxq_txt table td{ border:1px solid #CCCCCC}
    /*END-产品展示*/
    
    /*新闻中心*/
    .xw_ul li{padding-bottom:10px;margin-bottom:10px;}
    .xw_ul li a .xw_B{width:110px;}
    .xw_ul li a .xw_R{width:calc(100% - 110px); padding:5px 0 5px 10px;}
    .xw_ul li a .xw_R .xw_txt{height:40px; line-height:20px; margin-top:5px;}
    .xw_ul li a .xw_R .xw_more{width:70px; height:24px; line-height:24px;}
    .xwxq_p{font-size:16px; line-height:24px;}
    .xwxq_img{padding-top:10px;}
    .xwxq_txt{padding-top:10px; line-height:24px;}
		 .xwxq_txt img{padding-top:10px; max-width:100%;}
.xwxq_txt table{padding-top:10px;width:100%;}
 .xwxq_txt table td{ border:1px solid #CCCCCC}
    /*END-新闻中心*/
    
    /*在线留言*/
    .consult .zxly_inp{width:100%; margin:0 0 5px 0; height:40px; line-height:38px; padding:0 40px 0 10px;}
    .consult .zxly_btn{width:100%; height:40px;}
    /*END-在线留言*/
    
    /*联系我们*/
    .contact_map{height:250px; margin-top:10px;}
    /*END-联系我们*/
    
    }







@keyframes searchTop {
    0% {
        top: -100px
    }

    to {
        top: 0
    }
}

header .top_bar {
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
    margin-top: -20px;
    height: 40px;
    line-height: 40px;
}

header .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .top_bar .right ul {
    display: flex;
}

header .top_bar .right ul li a {
    color: #838383;
    line-height: 40px;
    margin: 0 5px;
}

header .top_bar .right ul li a span {
    color: #0256ac;

}

.biaoyu {
    color: #838383;
}

header .top_bar .right ul li:nth-child(1) {
    margin-right: 20px;
}

header .top_bar .right ul li {
    color: #838383;
    line-height: 40px;
}
















.address {
    padding: 80px 0 0 0 ;
}

.szy-map img {
    width: 100%;
    border: 4px solid #0367af;
}

input {
    outline: none;
}

.szy-row {
    margin-top: 10px;
}

.szy-input-1 {
    width: 100%;
    border: 1px solid #cacaca;
    padding: 14px;
}

.szy-input-2 {
    width: 100%;
    border: 1px solid #ff9c00;
    padding: 14px;
    background-color: #ff9c00;
    color: #fff;
}

/* 标题 */
.zy-top .zy-top-bt {
    font-size: 24px;
    text-align: center
}

.zy-top {
    text-align: center;
    font-weight: bold;
    margin-bottom: 45px;
}

.zy-top b {
    color: #000;
}

.zy-top span {
    color: #0256ac;
    font-size: 30px;
}

.home-box {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.home-box .home {
    color: #696969;
    font-size: 16px;

}

.szy-about {
    text-align: center;
    color: #696969;
    font-size: 16px;
    line-height: 30px;
}

/* 产品 */
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 0px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 0;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding-top: 70%;
    transition: all 0.6s;
    position: relative;
}

.szy-cp-box {
    border: 1px solid #ebebeb;
    overflow: hidden;

}

.zd-cp {
    padding: 3px;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    padding: 70px 40px;
    width: 100%;
    height: 100%;
    transition: all 0.6s;
    background-color: rgba(30, 119, 172, .8);
}

.thumbnail:hover .zd-cp {
    display: block;
}

.zd-cp h4 {
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}

.zd-cp .zd-cp-hidden {
    display: block;
    padding: 12px 15px;
    border: 1px solid #fff;
    color: #fff;
}

.zd-cp-hidden .pull-right {
    line-height: 20px;
    color: #6ac334;
}

.szy-see {
    text-align: center;
}

.szy-see a {
    padding: 10px 35px;
    border: 1px solid #fff;
    background-color: #0367af;
    line-height: 125px;
    color: #fff;
}

/* .thumbnail:hover {
    transform: scale(1.1);
} */
.caption p {
    text-align: center;
}

/* 售后 */
.szy-sh {
    text-align: center;
    padding: 47px 20px 70px 20px;
}

.szy-sh1 {
    background: url("../imgs/bg3.png") no-repeat;
    background-size: 100% 100%;
    transition: all 0.6s;
}

.szy-sh2 {
    background: url("../imgs/bg4.png") no-repeat;
    background-size: 100% 100%;
    transition: all 0.6s;
}

.szy-sh3 {
    background: url("../imgs/bg5.png") no-repeat;
    background-size: 100% 100%;
    transition: all 0.6s;
}

.szy-sh4 {
    background: url("../imgs/bg3.png") no-repeat;
    background-size: 100% 100%;
    transition: all 0.6s;
}

.szy-sh1:hover,
.szy-sh2:hover,
.szy-sh3:hover,
.szy-sh4:hover {
    background: url("../imgs/bg6.png") no-repeat;
    background-size: 100% 100%;

}

.szy-sh-title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.szy-sh-photo {
    margin-bottom: 38px;
}

.szy-over {
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.szy-sh-h {
    width: 35px;
    height: 4px;
    background-color: #fff;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 20px;
}

/* 成功案例 */
.success-bg {
    background-color: #fff;
    padding: 20px 20px;
    text-align: left !important;

}

.success-bg .succ-top {
    font-size: 14px;
    color: #000;
}

.succsee-box {
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
}

.succ-left {
    width: 80%;
    display: block;
    padding: 10px;
    border: 1px solid #a0a0a0;
    color: #a0a0a0;
    transition: all 0.4s;
}

.succ-right {
    width: 18%;
    display: block;
    padding: 10px;
    color: #ff6c00;
    border: 1px solid #a0a0a0;
    text-align: center;
    font-size: 18px;
    transition: all 0.4s;
}

.succsee-box:hover .succ-left,
.succsee-box:hover .succ-right {
    background-color: #ff6c00;
    color: #fff;
}

/* 新闻中心 */
.news-szy span {
    display: block;
    color: #000000;
}
.new-tit-box .pull-right{
    font-size: 14px;
    color: #bbbbbb;
}
.new-tit-box .pull-left{
    font-size: 18px;
    color: #404041;
    width: 70%;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-n-szy {
    padding: 25px 0;
    border-bottom: 1px dashed #b6b6b6;
}

.news-szy-n-title span {
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #000
}

.szy-news-see {
    text-align: right;
    margin-top: 15px;
}

.news-n-szy:hover .click-news {
    background-color: #ff6c00;
}

.szy-news-see .click-news {
    padding: 10px 15px;
    background-color: #0573b6;
    color: #fff;
    border-radius: 10px;
    font-size: 14px;
    transition: all 0.4s;
}

.news-szy-n-title2 span {
    font-size: 12px;
    color: #878787;
    line-height: 20px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.gg {
    background-color: #0367af;
    padding: 10px 0;
    color: #fff;
    text-align: center;
    margin-top: 10px;
}

.gg a,
.talk a {
    color: #fff;
}

.talk {
    background-color: #ff6c00;
    padding: 10px 0;
    color: #fff;
    text-align: center;
    margin-top: 10px;
}

.new-tit-box {
    padding: 10px 15px;
    border-bottom: 1px dashed #b6b6b6;
}

.news-szy {
}

/* 人才招聘 */
.switch {
    text-align: left;
    cursor: pointer;
    height: 20px;
    line-height: 20px;
}

.text1 {
    padding: 3px;
}



.content {
    /* width: 596px; */
    /* height: 430px;
    min-height: 430px; */
    margin: 0 auto;
    /* border: 2px solid #AAAA00; */
    border-top: none;
    background-color: #FFFFFF;
    overflow: hidden;
}

.toggle {
    /* width: 450px; */
    margin: 20px auto;
}

.szy-ren-add,
.szy-num {
    font-size: 18px;
    font-weight: normal;
}

.szy-g {
    color: #d2d2d2;
}

.toggle dl dt {
    /* background: #F4FFF4 url('images/bg_toggle_up.gif') no-repeat scroll 8px 14px; */
    /* height:70px; */
    /* width: 450px; */
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    color: #000;

    cursor: pointer;
    /* margin: 8px 0; */
    /* padding-left: 25px; */
    display: block;

}

.toggle dl {
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    padding: 50px 0;
}

/* .toggle dl dt.current {
    background: #F4FFF4 url('images/bg_toggle_down.gif') no-repeat scroll 8px 14px;
} */

.toggle dl dd {
    padding-left: 10px;
    line-height: 24px;
}

.toggle h1 {
    font-weight: bold;
}

.toggle dl dd h2 {
    font-size: 15px;
    color: #458ac1;
}

.toggle dl dd ul {
    padding-bottom: 12px;
}

.toggle dl dd ul li {
    list-style: decimal inside none;
}








header {
    position: relative;
    width: 100%;
    z-index: 9999;
}

.header-top {
    line-height: 36px;
    background: linear-gradient(top, #fff, #f1f1f1);
    background: -webkit-linear-gradient(top, #fff, #f1f1f1);
    background: -moz-linear-gradient(top, #fff, #f1f1f1);
    background: -o-linear-gradient(top, #fff, #f1f1f1)
}

.h-top {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #5e5e5e;
}

.h-top span a {
    font-size: 12px;
    font-family: "SimSun";
    color: #5e5e5e;
}

.h-top span a:hover {
    color: #d70011;
}

.header-box {
    margin-top: 1px;
    padding: 20px 0 25px 0;
}

.header-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 0.38rem 0; */
}

.logo img {
    max-width: 100%;
    display: block;
}

header .tel {
    /* background: url(../images/tel.png) no-repeat left center; */
    padding-left: 62px;
}

header .tel p {
    line-height: 22px;
    font-size: 13px;
    color: #434343;
    text-align: right;
}

header .tel b {
    display: block;
    color: #424242;
    font-size: 30px;
    line-height: 33px;
    font-family: "Impact";
}

.header-nav {
    margin-bottom: -30px;
}

.nav-ul {
    display: flex;
    width: 100%;
    background: url(../img/bg.png) no-repeat 50% 50%;
    background-size: cover;

}

.nav-ul li {
    position: relative;
    width: 14.28%;
}

.nav-ul li .nav_a {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 53px;
    text-align: center;
    background: url(../imgs/nav-shu.png) no-repeat right center;
}

.nav-ul li:nth-last-child(1) a {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 53px;
    text-align: center;
    background: none;
}

.nav-ul li:hover .nav_a,
.nav-ul li.active .nav_a {
    color: #fff;
    background-color: #ff9c00;
}

.nav-ul .sub_ul {
    display: none;
    width: 100%;
    position: absolute;
    padding: 0;
    z-index: 999;
    background: #0054aa;
    box-shadow: 0 5px 10px #333;
}

.nav-ul .sub_ul li {
    width: 100%;
    padding: 5px;
}

.nav-ul .sub_ul li .nav_a2 {
    font-size: 13px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    display: block;
}

.nav-ul li .nav_a2:hover,
.nav-ul li .nav_a2.on {
    background: #ff9c00;
    color: #fff;
}

/*移动端导航*/
.icon-menu {
    cursor: pointer;
    z-index: 999;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    right: 0;
    top: 0;
}

.icon-menu span {
    width: 30px;
    height: 3px;
    background: #0054aa;
    border-radius: 5px;
    display: block;
}

.icon-menu .span02 {
    margin: 5px 0;
}

.icon-menu.click .span02 {
    width: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.icon-menu.click .span01 {
    position: relative;
    top: 8px;
    transform: rotate(45deg);
}

.icon-menu.click .span03 {
    position: relative;
    top: -8px;
    transform: rotate(-45deg);
}

.sjnav {
    width: 100%;
    position: absolute;
    right: 0%;
    z-index: 9999;
    display: none;
    background: #0054aa !important;
}

.sjnav ul {
    padding: 0;
    margin: 0;
}

.sjnav li {
    display: block;
    margin: 0;
    padding: 0;
}

.sjnav li a {
    display: block;
    line-height: 44px;
    font-size: 15px;
    color: #fff;
    padding: 0 66px;
    border-bottom: 1px solid #ddd;
}

.sjnav li a:hover,
.sjnav li.active a {
    background: #ff9c00;
    color: #fff;
}

/*大图滚动开始*/
.banner {
    position: relative;
}

.kj-1 {
    position: relative;
}

.ban-img {
    display: block;
    max-width: 100%;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    border-radius: 50%;
    background: #fff;
}

.swiper-benner2 {
    width: 100%;
    height: 300px;
    margin: 20px auto;
}

.swiper-benner2 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-pagination-bullet-active {
    background: #0367af
}

.prev-banner2,
.next-banner2 {
    position: absolute;
    font-size: 30px;
    font-family: "SimSun";
    color: #fff;
    width: 30px;
    height: 80px;
    background: #0256ac;
    border-radius: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    transform: translate(0, -50%);
    margin: 0;
    top: 60%;
}

.prev-banner,
.next-banner {
    font-size: 30px;
    font-family: "SimSun";
    color: #fff;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    transform: translate(0, -50%);
    margin: 0;
}

.kj-1 .swiper-button-next {
    right: 10%;
}

.kj-1 .swiper-button-prev {
    left: 10%;
}

.prev-banner {
    left: -50%;
}

.next-banner {
    right: -50%;
}

.banner:hover .prev-banner {
    left: 10px;
}

.banner:hover .next-banner {
    right: 10px;
}



section {
    display: flex;
    border-bottom: 7px solid #e3e3e3;
    align-items: center;
    justify-content: space-between;
    padding: 0.22rem 0.25rem 0.3rem 0.25rem;
    position: relative;
    z-index: 9;
    margin-top: -60px;
    background: #fff;
}

section .txt {
    line-height: 0.38rem;
    font-size: 0.18rem;
    color: #333;
}

section .txt b {
    display: block;
    line-height: 0.42rem;
    font-size: 0.24rem;
    color: #0054aa;
    font-weight: bold;
}

section .form-box .links {
    display: flex;
    padding: 0.16rem 0;
    font-size: 0.14rem;
    color: #333;
}

section .form-box .links a {
    display: block;
    color: #333
}

section .form-box form {
    display: flex;
    border: 1px solid #d8d8d8;
    line-height: 0.3rem;
    font-size: 14px;
    color: #333;
}

section .form-box form input[type=text] {
    width: calc(100% - 45px);
    padding-left: 10px;
    outline: none;
}

section .form-box form input[type=button] {
    width: 45px;
    background: url(../images/but.png) no-repeat center center, #0054aa;
    border-left: 1px solid #d8d8d8;
    outline: none;
}

section .tel {
    text-align: right;
    background: url(../images/tel2.png) no-repeat left center;
    padding-left: 56px;
    font-size: 0.14rem;
    color: #333;
    letter-spacing: 5px;
}

section .tel b {
    display: block;
    font-size: 0.28rem;
    color: #0054aa;
    padding-top: 0.2rem;
    letter-spacing: 0px;
}

.title {
    text-align: center;
}

.title .t1-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.title .t1-box b {
    display: block;
    line-height: 0.44rem;
    font-size: 0.42rem;
    color: #0054aa;
    margin-right: 0.17rem;
}

.title .t1-box .t1 {
    line-height: 0.23rem;
    color: #0054aa;
    font-size: 0.18rem;
    text-align: left;
}

.title .t1-box .t1 span {
    display: block;
    line-height: 0.21rem;
    color: #d4d4d4;
    font-size: 0.19rem;
    text-transform: uppercase;
    font-family: "Impact";
    letter-spacing: 3px;
}

.title .t2 {
    font-size: 0.14rem;
    color: #a2a2a2;
    padding-top: 0.16rem;
}

.product {
    padding: 0.5rem 0;
}

/**/
.page {
    padding: 0.5rem 0;
    display: flex;
    flex-wrap: wrap;
}

.page-left {
    width: 270px;
    margin-right: 30px;
}

.s-drop-wrap {
    width: 100%;
}

.s-drop-btn {
    /* background: url(../images/bt-bj.jpg) no-repeat 50% 50%; */
    background-size: cover;
    line-height: 0.56rem;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    position: relative;
    padding: 10px 0 20px 10px;
    background-color: #0573b6;
}

/* .s-drop-btn i::before {
    width: 0.4rem;
    height: 2px;
    background: #ececec;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    display: block;
} */

.s-drop-btn span {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
}

.s-drop-btn i {
    display: block;
    text-transform: uppercase;
    font-style: normal;
    font-family: 'Times New Roman';
    font-size: 12px;
    /* padding-bottom: 0.17rem; */
    line-height: 0.3rem;
    position: relative;
}

/* .s-drop-btn.act {
    background: url(../images/bt-bj.jpg) no-repeat 50% 50%;
    background-size: cover;
} */

.s-drop-list {
    display: block;
    border: 1px solid #ddd;
    /* padding: 0 0.24rem; */
}

.s-drop-list li a {
    display: block;
}

.aside-list-link {
    font-size: 16px;
    color: #333;
    line-height: 0.53rem;
    border-bottom: 1px solid #e6e6e6;
    padding-left: 0.37rem;
    /* background: url(../images/d1.jpg) no-repeat 5px center; */
}

.aside-list-link:hover,
.aside-list-link.act {
    color: #fff;
    background-color: #0573b6;
}

.s-drop-list li:last-child .aside-list-link {
    border-bottom: none;
}

.s-drop-list li .aside-sublist {
    width: 100%;
    display: none;
    background: #019542;
    padding: 0.14rem 0.18rem;
}

.s-drop-list li:first-child .aside-sublist {
    display: block;
}

.s-drop-list li .aside-sublist li a {
    color: #fff;
    line-height: 30px;
    font-size: 14px;
    display: flex;
    align-items: center;
    padding-left: 25px;
    position: relative;
}

.s-drop-list li .aside-sublist li a i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 14px;
    height: 13.5px;
    border: 1px solid #fff;
    transition: 0.5s;
    position: absolute;
    left: -35px;
    top: 50%;
    transform: translateY(-50%);
}

.s-drop-list li .aside-sublist li a:hover,
.s-drop-list li .aside-sublist li a.act {
    color: #fff;
}

.s-drop-list li .aside-sublist li a:hover i,
.s-drop-list li .aside-sublist li a.act i {
    left: 0;
}

.page-left .lxfs {
    width: 100%;
    height: 70px;
    position: relative;
    margin-top: 0.1rem;
    padding: 30px 0;
}

.page-left .lxfs .tel {
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 25px;
    transform: translateX(-50%);
}

.page-left .lxfs .tel .t1 {
    line-height: 0.3rem;
    font-size: 0.16rem;
    color: #333;
    /* padding-left: 30px; */
    padding: 10px 0;
    border: 1px solid #cfcfcf;
}

.page-left .lxfs .tel .t2 {
    line-height: 0.38rem;
    font-size: 0.3rem;
    color: #005dc4;
    font-family: "Impact";
}

.page-right {
    width: calc(100% - 300px);
}

.page-bt {
    border: 1px solid #ddd;
    font-size: 14px;
    color: #999;
    padding-right: 25px;
    line-height: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(top, #fff, #ebebeb);
    background: -webkit-linear-gradient(top, #fff, #ebebeb);
    background: -moz-linear-gradient(top, #fff, #ebebeb);
    background: -o-linear-gradient(top, #fff, #ebebeb);
}

.page-bt span {
    display: block;
    width: 130px;
    text-align: center;
    border-right: 1px solid #ddd;
    background: #0573b6;
    font-size: 18px;
    color: #fff;
}

.page-bt a {
    color: #999;
}

.page-bt a:hover {
    color: #0573b6;
}

.pro-ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1%;
    padding: 0.15rem 0;
}

.pro-ul li {
    width: 31.33%;
    margin: 1%;
}

.pro-ul li a {
    display: block;
}

.pro-ul li a .pic {
    border: 1px solid #ddd;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.pro-ul li a .pic:before {
    content: "";
    display: block;
    padding-top: 75%;
}

.pro-ul li a .txt {
    display: flex;
    justify-content: space-between;
    align-content: center;
    border: 1px solid #ddd;
    border-top: none;
    padding-left: 5%;
    font-size: 0.16rem;
    color: #333;
    line-height: 0.43rem;
}

.pro-ul li a .txt span {
    width: .49rem;
    height: 0.43rem;
    background: #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}

.pro-ul li a .txt span i {
    display: flex;
    justify-content: center;
    align-content: center;
    width: 25px;
    height: 25px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 0.2rem;
    border-radius: 50%;
}

.pro-ul li a:hover .img_cover {
    transform: scale(1.1);
}

.pro-ul li a:hover .txt span {
    background: #0054aa;
}

.pro-hot {
    margin: 0.2rem 0 0 0;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
}

.pro-hot .pic {
    width: 54%;
    position: relative;
    overflow: hidden;
}

.pro-hot .pic:before {
    content: "";
    display: block;
    padding-top: 80%;
}

.pro-hot .content {
    width: 46%;
    color: #1f1f1f;
    padding-right: 0.4rem;
}

.pro-hot .content .t1 {
    font-size: 0.14rem;
    margin-bottom: 0.2rem;
}

.pro-hot .content .t1 b {
    font-size: 0.24rem;
    margin-right: 10px;
}

.pro-hot .content .t2 {
    display: flex;
}

.pro-hot .content .t2 span {
    margin-right: 5px;
    width: 0.6rem;
    line-height: 0.2rem;
    background: #019542;
    border-radius: 30px;
    text-align: center;
    font-size: 0.14rem;
    color: #fff;
}

.pro-hot .content .t3 {
    font-size: 0.14rem;
    padding: 0.2rem 0;
}

.pro-hot .content .t4 {
    width: 1.25rem;
    line-height: 0.3rem;
    text-align: center;
    background: #0054aa;
    font-size: 0.14rem;
    color: #fff;
}

/* .about {
    background: url(../imgs/bg.png) no-repeat 50% 50%;
    background-size: cover;
} */

.about .wrap {
    display: flex;
    align-items: center;
}

.about-left {
    width: 440px;
    padding-bottom: 0.35rem;
}

.about-left .bt {
    position: relative;
    font-size: 0.18rem;
    color: #fff;
    line-height: 0.31rem;
    background: url(../images/bt.png) no-repeat left center;
    padding: 0.9rem 0 0.98rem 0.2rem;
}

.about-left .bt b {
    display: block;
    font-size: 0.3rem;
    line-height: 0.43rem;
}

.about-left .left-box {
    padding: 0.6rem 0 0 0;
}

.about-left .left-box .txt {
    width: 235px;
    height: 83px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    padding-left: 22px;
    color: #fff;
    background: #019542;
    margin-bottom: 0.3rem;
}

.about-left .left-box .txt .t1 {
    line-height: 29px;
    font-size: 0.2rem;
    font-weight: bold;
}

.about-left .left-box .txt .t2 {
    line-height: 29px;
    font-size: 0.14rem;
    font-family: "Arial";
    opacity: 0.5;
}

.about-left .left-box .txt:nth-child(even) {
    background: #0054aa
}

.about-left .left-box .txt:hover {
    transform: translateX(10px);
}

.about-right {
    width: calc(100% - 440px);
}

.about-right video {
    width: 100%;
    height: 4rem;
}

.about-right .content {
    color: #fff;
    margin: 0.2rem 0 0 0;
}

.about-right .content b {
    display: block;
    line-height: 0.7rem;
    font-size: 0.3rem;
}

.about-right .content .t1 {
    font-size: 0.16rem;
    line-height: 0.3rem;
}

.about-right .content .t1 a {
    color: #fff;
}

.about-right .content .t1 a:hover {
    color: #fff;
    text-decoration: underline !important;
}

.reasons {
    padding: 44px 0 50px 0;
}

/* .reasons .wrap {
    display: flex;
} */

.reasons .wrap img {
    max-width: 100%;
}

.reasons-main {
    margin-left: 0.7rem;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.reasons-main .bt .t1 {
    line-height: 0.54rem;
    font-size: 0.48rem;
    color: #005dc4;
    font-weight: bold;
}

.reasons-main .bt .t2 {
    line-height: 0.6rem;
    font-size: 0.4rem;
    color: #182993;
}

.reasons-main .bt .t3 {
    line-height: 0.38rem;
    font-size: 0.2rem;
    color: #222;
    letter-spacing: 19px;
}

.reasons-main .txt-box {
    display: flex;
    align-items: center;
}

.reasons-main .txt-box .number {
    width: 0.94rem;
    height: 0.94rem;
    border: 1px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Impact";
    font-size: 0.6rem;
    color: #dadada;
}

.reasons-main .txt-box .txt {
    padding-left: 0.35rem;
    width: calc(100% - 0.94rem);
}

.reasons-main .txt-box .txt .t1 {
    line-height: 0.46rem;
    font-size: 0.2rem;
    font-weight: bold;
    color: #333;
}

.reasons-main .txt-box .txt .t2 {
    line-height: 0.28rem;
    font-size: 0.14rem;
    color: #333;
}

.reasons-main .txt-box:hover {
    transform: translateY(-10px);
}

.hengfu {
    background: url(../images/bj2.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.hengfu img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.kj-1{
    padding: 60px 0 70px 0;
}


.swiper-case {
    padding: 0.5rem 0 0 0;
}

.swiper-case a {
    display: block;
    border: 1px solid #ddd;
    padding: 0.28rem
}

.swiper-case a .pic {
    width: 100%;
    position: relative;
    overflow: hidden;
    border: 1px solid #ddd;
    background: #fff;
}

.swiper-case a .pic:before {
    content: "";
    display: block;
    padding-top: 72%;
}

.swiper-case a .txt {
    font-size: 0.18rem;
    text-align: center;
    font-weight: bold;
    line-height: 0.28rem;
    padding-top: 0.22rem;
}

.swiper-case a:hover {
    background: #0054aa
}

.swiper-case a:hover .txt {
    color: #fff;
    background: #0054aa;
}

.swiper-case a:hover .img_cover {
    transform: scale(1.1);
}

/* .news {
    background: url(../images/bj3.jpg) repeat;
    position: relative;
    padding: 0.75rem 0;
} */

/* .news::before {
    content: "";
    display: block;
    width: 100%;
    height: 0.16rem;
    background: #0054aa;
    opacity: 0.8;
    position: absolute;
    left: 0;
    top: 0;
} */

.news-main {
    /* margin: 0.5rem 0 0 0; */
    background: #fff;
    display: flex;
    justify-content: space-between;
}

.news-bt {
    background-color: #fff;
    padding: 0 0 25px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 25px;
}

.news-bt b {
    display: flex;
    align-items: center;
    font-size: 0.18rem;
    font-weight: normal;
}

.news-bt b img {
    display: block;
    max-width: 100%;
    margin-right: 0.11rem;
}

.news-bt a {
    display: flex;
    align-items: center;
    font-size: 0.16rem;
    color: #0054aa;
}

.news-bt a img {
    display: block;
    max-width: 100%;
    margin-left: 0.11rem;
}

.news-left {
    width: 73%;
    padding: 0 20px 30px 20px;
    /* background-color: #f4f4f4; */
}

.news-left ul {
    display: block;
}

.news-left ul li {
    /* margin-top: 0.4rem; */
    transition: 0.5s;
    padding: 20px 0 20px 0px;
    border-bottom: 1px dashed #b6b6b6;
}

.news-left ul li a {
    display: flex;
    color: #333;
}

.news-left ul li a .pic {
    width: 2.4rem;
    position: relative;
    overflow: hidden;
}

/* .news-left ul li a .pic:before {
    padding-top: 68%;
    display: block;
    content: "";
} */

.news-left ul li a .txt {
    width: calc(100% - 2.4rem);
    padding: 20px 0 0 20px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
}

.news-left ul li a .txt .txt-bt {
    width: 100%;
    font-size: 18px;
}

.news-left ul li a .txt .txt-nr {
    line-height: 0.24rem;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 100%;
    color: #808080;
}


.news-left ul li:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 5px #999;
}


.news-right {
    width: 25%;
}

.faq-txt {
    padding: 10px 10px 10px 10px;
    border: 1px solid #b6b6b6;
    display: block;
    margin-bottom: 20px;
}

.faq-txt .t1 {
    font-size: 14px;
    color: #333;
    line-height: 0.25rem;
    display: flex;
    align-items: center;
}

.faq-txt .t1 span {
    display: block;
    width: 19px;
    line-height: 19px;
    background: #000;
    text-align: center;
    font-size: 12px;
    color: #fff;
    margin-right: 10px;
    border-radius: 50%;
}

.faq-txt b {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    width: calc(100% - 19px);
    font-size: 18px;
    font-weight: normal;
}

.faq-txt .t2 {
    font-size: 15px;
    color: #979797;
    line-height: 0.25rem;
    display: flex;
    align-items: flex-start;
    margin-top: 12px;
}

.faq-txt .t2 span {
    border-radius: 50%;
    display: block;
    width: 19px;
    line-height: 19px;
    background: #0256ac;
    text-align: center;
    font-size: 15px;
    color: #fff;
    margin-right: 10px;
    margin-top: 4px;
}

.faq-txt .t2 b {
    font-size: 0.13rem;
    font-weight: normal;
}

.faq-txt:hover .t2 b {
    text-decoration: underline !important;
}

.product-show {
    padding: 0.2rem 0;
}

.product-show .t1 {
    font-size: 20px;
    color: #333;
    text-align: center;
    line-height: 30px;
}

.product-show img {
    display: block;
    max-width: 100%;
    margin: 15px auto;
}

.product-show .t2 {
    font-size: 14px;
    color: #666;
}

.news-ul {
    display: block;
    padding: 0.2rem 0;
}

.news-ul li {
    width: 100%;
    margin-bottom: 0.2rem;
    border: 1px solid #d2d2d2;
    background-color: #fff;
    padding: 0.15rem;
}

.news-ul li a {
    display: flex;
    color: #333;
}

.news-ul li a .pic {
    width: 2rem;
    position: relative;
    overflow: hidden;
}

.news-ul li a .pic:before {
    padding-top: 71%;
    display: block;
    content: "";
}

.news-ul li a .txt {
    width: calc(100% - 2rem);
    padding: 0 0.1rem 0 0.2rem;
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
}

.news-ul li a .txt .txt-bt {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.news-ul li a .txt .txt-bt .t1 {
    font-size: 18px;
    font-weight: bold;
}

.news-ul li a .txt .txt-bt .t2 {
    font-size: 12px;
}

.news-ul li a .txt .txt-nr {
    line-height: 22px;
    font-size: 0.14rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 100%;
}

.news-ul li a h5 {
    width: 100px;
    line-height: 32px;
    font-size: 12px;
    color: #fff;
    background: #c5c5c5;
    text-align: center;
    transition: 0.5s;
}

.news-ul li:hover .img_cover {
    transform: scale(1.1);
}

.news-ul li:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 5px #999;
}

.news-ul li:hover .txt-bt .t1 {
    color: #0054aa;
}

.news-ul li:hover h5 {
    background: #0054aa;
    color: #fff;
}

.news-show {
    width: 100%;
    text-align: center;
    padding-top: 20px;
}

.news-show img {
    display: block;
    max-width: 100%;
    margin: 2% auto;
}

.news-show .txt-bt {
    display: inline-block;
    line-height: 42px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    text-align: center;
}

.news-show .txt-nr {
    display: block;
    line-height: 30px;
    font-size: 14px;
    color: #444;
    text-align: left;
}

.news-show .txt-date {
    display: block;
    line-height: 35px;
    font-size: 12px;
    color: #999;
    margin-top: 2%;
    text-align: right;
}

.page-contact img {
    max-width: initial;
}



.szy-footer {
    display: flex;
    justify-content: space-around;
    padding: 20px 0;
    border-top: 1px solid #7b7b7b;
    border-bottom: 1px solid #7b7b7b;
}

.szy-footer li a,
.szy-footer li {
    color: #fff;
}

.szy-foote-2 {
    padding: 65px 0 0 0;
    display: flex;
    justify-content: space-around;
}

.szy-foote-tel span {
    color: #fff;
}

.szy-foote-tel span b {
    font-size: 24px;
}

footer {
   
}

.foot-box {
    display: flex;
    justify-content: space-between;
    padding: 0.4rem 0;
}

.foot-box dl dt {
    font-weight: bold;
    line-height: 30px;
    font-size: 0.16rem;
    color: #fff;
    margin-bottom: 0.2rem;
}

.foot-box dl dt span {
    display: block;
    text-transform: uppercase;
    font-size: 0.22rem;
    font-family: "Arial";
    opacity: 0.2;
}

.foot-box dl dd {
    line-height: 30px;
    font-size: 14px;
    color: #888;
}

.foot-box dl dd a {
    color: #888;
    display: block;
}

.foot-box dl dd .foot-nav {
    display: flex;
    flex-wrap: wrap;
}

.foot-box dl dd:hover {
    color: #fff;
}

.foot-box dl:nth-child(1) {
    width: 199px
}

.foot-box dl:nth-child(1) dd a {
    width: 50%;
}

.foot-box dl:nth-child(1) dd a:nth-child(even) {
    text-align: right;
}

.foot-box dl:nth-child(2) {
    width: 225px
}

.foot-box dl:nth-child(2) dd a:first-child {
    width: 100%;
}

.foot-box dl:nth-child(2) dd a {
    width: 50%;
}





/*手机底部*/
.hot {
    width: 100%;
    height: 58px;
    background: #0054aa;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    border-top: solid 2px #fff;
}

.hot span {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    display: block;
}

.hot h6 {
    font-size: 12px;
    line-height: 20px;
}

.hot .row div a {
    display: block;
    color: #fff;
    padding: 7px 0;
}

.dbbox {
    position: fixed;
    left: 0;
    bottom: 70px;
    z-index: 99;
    width: 100%;
}

.dbbox .dbs {
    position: relative;
    padding: 0 15px;
    display: none;
}

.dbbox .dbs .neirong {
    padding: 10px;
    background: #fff;
    border-radius: 5px;
}

.dbbox .dbs.ewm-box {
    text-align: center;
}

.dbbox .dbs.ewm-box img {
    max-width: 140px;
}

@media (max-width:1600px) {
    .kj-1 .swiper-button-next {
        right: 5%;
    }
    
    .kj-1 .swiper-button-prev {
        left: 5%;
    }
    
    .wrap {
        width: 96%
    }

    section .txt {
        display: none;
    }
}
@media (max-width:1400px) {
    .kj-1 .swiper-button-next {
        right: 2%;
    }
    
    .kj-1 .swiper-button-prev {
        left: 2%;
    }
    
   
}
@media (max-width:1300px) {
    .kj-1 .swiper-button-next {
        right: 1%;
    }
    
    .kj-1 .swiper-button-prev {
        left: 1%;
    }
    
 
}
@media (max-width:1200px) {
    .kj-1 .swiper-button-next {
        right: 1%;
    }
    
    .kj-1 .swiper-button-prev {
        left: 1%;
    }
    
    .wrap {
        width: 96%
    }

    section .txt {
        display: none;
    }
}

@media (max-width:991px) and (min-width:768px) {
    .page-left {
        width: 100%;
        margin: 0;
    }

    .s-drop-btn i br,
    .s-drop-list {
        display: none;
    }

    .page-right {
        width: 100%;
    }

    .pro-hot .content {
        width: 50%;
        padding: 0 2%;
    }

    .product {
        padding: 0.4rem 0 0 0;
    }

    .about {
        padding: 20px 0;
        background: #0054aa;
    }

    .about .wrap,
    .news-main {
        display: block;
    }

    .about-left {
        display: none;
    }

    .about-right {
        width: 100%;
    }

    .reasons-main {
        margin: 0;
    }

    .news-left {
        width: 100%;
    }

    .news-right {
        width: 100%;
        padding: 20px 0 0 0;
    }

    .foot-box dl {
        padding: 0 1%;
    }

    .foot-box dl:nth-child(1) {
        width: 250px;
    }

}

@media (max-width:767px) {
    .header-box {
        margin-top: 1px;
        padding: 0;
    }
    .news-szy {
        margin-top:0px;
    }
    .new-tit-box .pull-left {
        width: 100%;
    }
    .kj-1 {
        padding: 60px 0 0px 0;
    }
    .kj-gd-img-box img {
        width: 100%;
        height: 160px;
    }
    #nav a {
        width: 50%;
        text-align: center;
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        align-items: center;
        -webkit-align-items: center;
        height: 72px;
        padding: 0 15px;
        float: left;
        font-size: 16px;
        cursor: pointer;
        background: url(../img/bg2.png) no-repeat 50% 50%;
        background-size: cover;
        color: #4b4b4b;
        border: 1px solid #dcdcdc;
    }
    #nav {
        display: block;
        margin-top: 45px;
    }
    .header-main {

        padding: 12px 0;
    }

    .success-bg {
        padding: 10px 10px;
    }

    .new-hidden a:nth-child(5),
    .new-hidden a:nth-child(6),
    .new-hidden a:nth-child(7),
    .new-hidden a:nth-child(8) {
        display: none;
    }

    .szy-over {
        font-size: 12px;
    }

    .szy-sh {
        padding: 8px 5px 8px 5px;
    }

    .logo {
        width: 300px;
    }

    .title .t1-box b {
        font-size: 20px;
    }

    .title .t2 {
        padding: 0;
        line-height: 18px;
    }


    .page-left {
        width: 100%;
        margin: 0;
    }

    section,
    .pro-hot,
    .s-drop-btn i br,
    .s-drop-list,
    .pro-ul li a .txt span {
        display: none;
    }

    .s-drop-btn {
        padding: 10px 0 5px 20px;
    }

    .s-drop-btn i {
        font-size: 16px;
        padding-bottom: 5px;
    }

    .pro-ul li {
        width: 48%;
    }

    .pro-ul li a .txt {
        text-align: center;
        padding: 0;
        display: block;
    }

    .page-right {
        width: 100%;
    }

    .pro-hot .content {
        width: 50%;
        padding: 0 2%;
    }

    .product {
        padding: 0.4rem 0 0 0;
    }

    /* .about {
        padding: 20px 0;
        background: #0054aa;
    } */

    .about .wrap,
    .news-main {
        display: block;
    }

    .about-left {
        display: none;
    }

    .about-right {
        width: 100%;
    }

    .reasons-main {
        margin: 0;
    }

    .news-left {
        width: 100%;
    }

    .news-right {
        width: 100%;
        padding: 20px 0 0 0;
    }

    .foot-box dl {
        padding: 0 1%;
    }

    .foot-box dl:nth-child(1) {
        width: 250px;
    }


    .reasons-main .bt {
        text-align: center;
        width: 100%;
        margin-bottom: 10px;
    }

    .reasons-main .bt .t1 {
        font-size: 20px;
    }

    .reasons-main .bt .t2 {
        font-size: 18px;
        line-height: 26px;
    }

    .reasons-main .bt .t3 {
        font-size: 15px;
        letter-spacing: 0px;
        ;
    }

    .news {
        padding: 40px 0 20px 0;
    }

    .news-main {
        padding: 2%;
    }

    .news-left ul li a .pic {
        width: 130px;
    }

    .news-left ul li a .txt {
        width: calc(100% - 130px);
        padding-left: 10px;
    }

    .news-left ul li a .txt .txt-bt {
        font-size: 14px;
    }

    .news-left ul li a .txt .txt-nr {
        font-size: 12px;
    }

    .foot-box dl dt {
        margin: 0;
    }

    .news-ul li {
        padding: 5px;
    }

    .news-ul li a .pic {
        width: 130px;
    }

    .news-ul li a .txt {
        width: calc(100% - 130px);
    }

    .news-ul li a .txt .txt-bt .t1 {
        font-size: 16px;
    }

    .news-ul li a .txt .txt-nr {
        font-size: 13px;
    }

    .swiper-case a {
        padding: 2%;
        text-align: left;
    }

    .swiper-case a .txt {
        padding-top: 5px;
    }
}

@media (max-width:567px) {}

@media (max-width:467px) {}

@media (max-width:376px) {}

@media (max-width:336px) {}