/** 首页 */
.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  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{
    width: 56px;
    height: 6px;
    border: 2px solid #ffffff;
    border-radius: 0;
    background: transparent;
}
.swiper-pagination-bullet{
    opacity: 1;
}
.swiper-pagination-bullet-active{background:#fff}

.swiper-slide .box{
    position: absolute;
    left: 20%;
    top: 30%;
}
.swiper-slide .box .text .bgkuang{
    position: relative;
    padding: 15px;
}
.swiper-slide .box .text .bgkuang:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 36px;
    height: 40px;
    background: url('/EIqrESyDEyLoHIEHHxSMEE1nJIEJI0NoDIEXE1uDI0LqESgJ.jpg');
}
.swiper-slide .box .text .bgkuang:after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 36px;
    height: 40px;
    background: url('/EIqrESyDEyLoHIEHHxSMEE1nJIEJI0NoDIEXE0MpIycUTxIsID.jpg');
}
.swiper-slide .box .text h2{
    color: #ffffff;
    font-size: 24px;
}

.swiper-slide .box .text h2 span{
    color: #004da1;
}
.swiper-slide .box .text h2 i{
    font-size: 14px;
    display: inline-block;
}
.swiper-slide .box .text2 ul{
    margin-top: 30px;
    margin-left: 20px;
}
.swiper-slide .box .text2 ul li{
    color: #a3a3a3;
    font-size: 16px;
    text-align: left;
}


.comtitle h2{
    font-size: 24px;
    color: #dcdcdc;
}
.comtitle h3{
    font-size: 23px;
    color: #000000;
    position: relative;
    padding-top: 10px;
    padding-bottom: 17px;
}
.comtitle h3:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 5px;
    background-color: #004da1;
}

/* 公司简介 */
.con_about{
    margin-top: 165px;
}
.con_about .about_jj{
    /*width: 50%;*/
    width: calc(100% - 503px);
}

.con_about .about_jj .about_text{
    margin-top: 15px;
    padding-right: 88px;
}
.con_about .about_jj .about_text p{
    font-size: 18px;
    color: #666666;
    line-height: 36px;
    margin-bottom: 50px;
}
.con_about .about_jj .ab_more{
    display: inline-block;
    width: 144px;
    height: 42px;
    background-color: #004da1;
    line-height: 42px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    margin-top: 5px;
}

.con_about .about_pic{

}
.con_about .about_pic img{
    width: 100%;
}

/* 产品中心 */
.con_product{
    margin-top: 165px;
}
.con_product .bg_product{
    width: 100%;
    height: 792px;
    background: url('/EIqrESyDEyLoHIEHHxSMEE1nJIEJI0NoEHAqI0SJEDZqESgJ.jpg');
    margin-top: 82px;
    overflow: hidden;
}
.con_product .bg_product .sidenav{
    padding-top: 88px;
}
.con_product .bg_product .sidenav ul{
    text-align: center;
}
.con_product .bg_product .sidenav ul li{
    font-size: 15px;
    display: inline-block;
    background-color: #ffffff;
    padding: 0 22px;
    height: 38px;
    line-height: 38px;
    border-radius: 20px;
    margin: 0 27px;
}
.con_product .bg_product .sidenav ul li a{
    display: block;
    color: #666666;
    transition: 1s;
}
.con_product .bg_product .sidenav ul li:hover{
    background-color: #004da1;
}
.con_product .bg_product .sidenav ul li:hover a{
    color: #ffffff;
}
.con_product .bg_product .sidenav ul li.active{
    background-color: #004da1;
}
.con_product .bg_product .sidenav ul li.active a{
    color: #ffffff;
}
/* 产品轮播 */
.con_product .bg_product .cp_lists{
    /*width: 1200px;*/
    width: 62.5%;
    margin: 80px auto 0;
    position: relative;
}
.con_product .bg_product .cp_lists .container2,
.con_product .bg_product .cp_lists .container22{
    overflow: hidden;
}
.con_product .bg_product .cp_lists .button-prev,
.con_product .bg_product .cp_lists .button-prev2{
    width: 70px;
    height: 70px;
    background: url('/EIqrESyDEyLoHIEHHxSMEE1nJIEJI0NoI0IpoSuDI0LqESgJ.jpg');
    position: absolute;
    left: -10%;
    top: 50%;
    margin-top: -35px;
    z-index: 99;
    cursor: pointer;
}
.con_product .bg_product .cp_lists .button-next,
.con_product .bg_product .cp_lists .button-next2{
    width: 70px;
    height: 70px;
    background: url('/EIqrESyDEyLoHIEHHxSMEE1nJIEJI0NoI0IpoRMpIycUTxIsID.jpg');
    position: absolute;
    right: -10%;
    top: 50%;
    margin-top: -35px;
    z-index: 99;
    cursor: pointer;
}
.con_product .bg_product .cp_lists .cp_box{
    width: 100%;
    background: #ffffff;
    transition: 1s;
}
.con_product .bg_product .cp_lists .cp_box .pic{
    overflow: hidden;
    border: 5px solid transparent;
    border-bottom: none;
    transition: 1s;
}
.con_product .bg_product .cp_lists .cp_box .pic img{
    transition: 1s;
}
.con_product .bg_product .cp_lists .cp_box:hover .pic{
    border: 5px solid #004da1;
    border-bottom: none;
}
.con_product .bg_product .cp_lists .cp_box:hover .pic img{
    transform: scale(1.2);
}
.con_product .bg_product .cp_lists .cp_box .cptext{
    height: 70px;
    line-height: 70px;
}
.con_product .bg_product .cp_lists .cp_box .cptext p{
    color: #494949;
    font-size: 16px;
    margin-left: 40px;
}
.con_product .bg_product .cp_lists .cp_box .cptext .cparrows{
    display: inline-block;
    width: 43px;
    height: 6px;
    background: url('/EIqrESyDEyLoHIEHHxSMEE1nJIEJI0NoIxSGDHMnExRPTxIsID.jpg');
    margin-right: 20px;
    margin-top: 32px;
}
.con_product .bg_product .cp_lists .cp_box:hover{
    background: #004da1;
}
.con_product .bg_product .cp_lists .cp_box:hover .cptext p{
    color: #ffffff;
}
.con_product .bg_product .cp_lists .cp_box:hover .cptext .cparrows{
    background: url('/EIqrESyDEyLoHIEHHxSMEE1nJIEJI0NoIxSGDHMnExROTxIsID.jpg');
}
.con_product .bg_product .cp_more{
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100px;
}
.con_product .bg_product .cp_more a{
    display: inline-block;
    padding: 0 32px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #999999;
    color: #ffffff;
    font-size: 16px;
    border-radius: 20px;
    transition: 1s;
}
.con_product .bg_product .cp_more a:hover{
    border: 1px solid #004da1;
    background-color: #004da1;
}

/* 经典案例 */
.con_anli{
    margin-top: 147px;
}
.con_anli .a_left{
    width: 50%;
}
.con_anli .a_left h2{
    margin-top: 70px;
}
.con_anli .a_left .tj{
    margin-top: 129px;
    overflow: hidden;
}
.con_anli .a_left .tj img{
    transition: 1s;
}
.con_anli .a_left .tj img:hover{
    transform: scale(1.2);
}
.con_anli .a_left .a_list li{
    height: 296px;
}
.con_anli .a_left .a_list li .text{
    width: 50%;
    height: 100%;
}
.con_anli .a_left .a_list li .bg1{
    background-color: #004da1;
}
.con_anli .a_left .a_list li .bg2{
    background-color: #e7f4ff;
}
.con_anli .a_left .a_list li .text a{
    display: block;
    width: 100%;
    height: 100%;
}
.con_anli .a_left .a_list li .text a h4{
    color: #d1ffff;
    font-size: 20px;
    position: relative;
    text-align: center;
    padding-bottom: 14px;
    padding-top: 65px;
}
.con_anli .a_left .a_list li .text a h4:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    width: 26px;
    height: 1px;
    background-color: #69a6d0;
}

.con_anli .a_left .a_list li .text a p{
    color: #85b5d3;
    font-size: 12px;
    line-height: 30px;
    margin-top: 25px;
    text-align: center;
}

.con_anli .a_left .a_list li .bg2 a h4{
    color: #000000;
}
.con_anli .a_left .a_list li .bg2 a h4:after{
    background-color: #737a7f;
}
.con_anli .a_left .a_list li .bg2 a p{
    color: #939ba3;
}

.con_anli .a_left .a_list li .pic{
    width: 50%;
    overflow: hidden;
}
.con_anli .a_left .a_list li .pic img{
    width: 100%;
    transition: 1s;
}
.con_anli .a_left .a_list li .pic img:hover{
    transform: scale(1.2);
}

.con_anli .a_right{
    width: 50%;
}
.con_anli .a_right .a_list li{
    height: 296px; 
}
.con_anli .a_right .a_list li .text{
    width: 50%;
    height: 100%;
    background-color: #004da1;
}
.con_anli .a_right .a_list li .bg1{
    background-color: #004da1;
}
.con_anli .a_right .a_list li .bg2{
    background-color: #e7f4ff;
}
.con_anli .a_right .a_list li .text a{
    display: block;
    width: 100%;
    height: 100%;
}
.con_anli .a_right .a_list li .text a h4{
    color: #d1ffff;
    font-size: 20px;
    position: relative;
    text-align: center;
    padding-bottom: 14px;
    padding-top: 65px;
}
.con_anli .a_right .a_list li .text a h4:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    width: 26px;
    height: 1px;
    background-color: #69a6d0;
}

.con_anli .a_right .a_list li .text a p{
    color: #85b5d3;
    font-size: 12px;
    line-height: 30px;
    margin-top: 25px;
    text-align: center;
}

.con_anli .a_right .a_list li .bg2 a h4{
    color: #000000;
}
.con_anli .a_right .a_list li .bg2 a h4:after{
    background-color: #737a7f;
}
.con_anli .a_right .a_list li .bg2 a p{
    color: #939ba3;
}

.con_anli .a_right .a_list li .pic{
    width: 50%;
    overflow: hidden;
}
.con_anli .a_right .a_list li .pic img{
    width: 100%;
    transition: 1s;
}
.con_anli .a_right .a_list li .pic img:hover{
    transform: scale(1.2);
}

/* 新闻资讯 */
.con_news{
    margin-top: 180px;
}


.con_news .news_bg{
    width: 100%;
    height: 508px;
    background-color: #e4e4e4;
    margin-top: 103px;
}
.con_news .news_bg .news_lists{
    /*width: 1200px;*/
    width: 62.5%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.con_news .news_bg .news_lists .container3{
    /*width: 1030px;*/
    width: 90%;
    margin: 65px auto 0;
    overflow: hidden;
}
.con_news .news_bg .news_lists .container3 .swiper-slide{
    background-color: transparent; 
}
.con_news .news_bg .news_lists .xw_box{
    background-color: #ffffff;
    width: 300px;
    height: 360px;
    position: relative;
    margin-top: 24px;
}

.con_news .news_bg .news_lists .xw_box .time{
    width: 72px;
    height: 72px;
    position: absolute;
    left: 24px;
    top: -24px;
}
.con_news .news_bg .news_lists .xw_box .time span{
    display: block;
    background-color: #004da1;
    color: #ffffff;
    font-size: 12px;
    height: 24px;
}
.con_news .news_bg .news_lists .xw_box .time i{
    display: block;
    background-color: #004da1;
    color: #ffffff;
    font-size: 35px;
    border-top: 1px solid #ffffff;
    height: 47px;
}
.con_news .news_bg .news_lists .xw_box h4{
    font-size: 18px;
    color: #0082cd;
    padding-left: 32px;
    padding-top: 87px;
    text-align: left;
    padding-right: 32px;
}
.con_news .news_bg .news_lists .xw_box h4 a{
    color: #0082cd;
}
.con_news .news_bg .news_lists .xw_box p{
    font-size: 12px;
    color: #595757;
    padding: 16px 32px 0;
    line-height: 21px;
    text-align: justify;
    text-justify:inter-ideograph; /* ie */
}
.con_news .news_bg .news_lists .xw_box .xw_more{
    width: 100%;
    padding: 24px 0;
    border-top: 1px solid #dbdbdb;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: left;
}
.con_news .news_bg .news_lists .xw_box .xw_more a{
    display: inline-block;
    height: 36px;
    padding: 0 31px;
    color: #004da1;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #004da1;
    transition: 1s;
    margin-left: 24px;
}
.con_news .news_bg .news_lists .xw_box .xw_more a:hover{
    color: #ffffff;
    background-color: #004da1;
}
.con_news .news-button-prev{
    width: 30px;
    height: 60px;
    background: url(/EIqrESyDEyLoHIEHHxSMEE1nJIEJI0NoGHMgHHOooy5JHxRsDy1G.jpg);
    position: absolute;
    left: 0;
    top: 50%;
}
.con_news .news-button-next{
    width: 30px;
    height: 60px;
    background: url(/EIqrESyDEyLoHIEHHxSMEE1nJIEJI0NoGHMgHHOooxOnH11SURAnHt.jpg);
    position: absolute;
    right: 0;
    top: 50%;
}


/* 服务宗旨 */
.con_fw{
    margin-top: 180px;
}
.con_fw .fw_head .fw_title{
    width: 50%;
}
.con_fw .fw_head .fw_title h2{
    font-size: 45px;
    color: #004da1;
    padding-top: 13px;
}
.con_fw .fw_head .fw_title h3{
    font-size: 24px;
    color: #595757;
    padding-top: 40px;
}
.con_fw .fw_head .fw_title h3 span{
    margin-right: 24px;
}
.con_fw .fw_head .fw_title p{
    font-size: 12px;
    color: #595757;
    padding-top: 12px;
}

.con_fw .fw_head .fw_hot{
    /*width: 580px;*/
    width: 50%;
    height: 230px;
    background: url('/EIqrESyDEyLoHIEHHxSMEE1nJIEJI0NoH0LQUHEoIt.jpg');
    position: relative;
    background-size: 100% 100%;
}

.con_fw .fw_head .fw_hot p{
    font-size: 18px;
    color: #ffffff;
    position: absolute;
    left: 29px;
    bottom: 60px;
}
.con_fw .fw_head .fw_hot p span{
    font-size: 32px;
    display: block;
}

.con_fw .fw_foot{
    margin-top: 135px;
}
.con_fw .fw_foot ul{}
.con_fw .fw_foot ul li{
    float: left;
    width: 16.66%;
    text-align: center;
}
.con_fw .fw_foot ul li .fw_pic{
    width: 78px;
    display: inline-block;
}
.con_fw .fw_foot ul li .fw_pic img{
    transition: 1s;
}
.con_fw .fw_foot ul li:hover .fw_pic img{
    transform: rotate(360deg);
}
.con_fw .fw_foot ul li p{
    font-size: 17px;
    color: #333333;
    text-align: center;
    padding-top: 10px;
}

/* 底部 */
.footer{
    width: 100%;
    height: 350px;
    background-color: #f8f8f8;
    margin-top: 187px;
}
.footer .foot_top{
    padding-top: 50px;
    height: 240px;
}
.footer .foot_top .foot_list{
    width: 92%;
}
.footer .foot_top .foot_list dl{
    float: left;
    width: 14%;
    padding-top: 10px;
}
.footer .foot_top .foot_list dl dt a{
    color: #595757;
    font-size: 14px;
    margin-bottom: 9px;
}
.footer .foot_top .foot_list dl dt a:hover{
    color: #214086;
}
.footer .foot_top .foot_list dl dd a{
    color: #9e9e9e;
    font-size: 12px;
    line-height: 24px;
}
.footer .foot_top .foot_list dl dd a:hover{
    color: #214086;
}
.footer .foot_top .ewm{
    width: 8%;
}
.footer .foot_top .ewm p{
    text-align: center;
    font-size: 12px;
    color: #9e9e9e;
    padding-top: 5px;
}
.footer .foot_bottom{
    border-top: 1px solid #a8a7a7;
}
.footer .foot_bottom p{
    padding-top: 17px;
    padding-left: 3px;
    color: #9e9e9e;
    font-size: 12px;
}
.footer .foot_bottom p .company{
    margin-right: 40px;
}
.footer .foot_bottom p .site{
    margin-right: 40px;
}
#top{
    padding: 5px 10px;
    text-align: center;
    position: fixed;
    right: 20px;
    bottom: 20px;
    background-color: #214086;
    color: #ffffff;
    font-size: 12px;
    border-radius: 10px;
    display: none;
}

/** 关于页面 */

.abanner{
    width: 100%;
    height: 700px;
    background: url('/EIqrESyDEyLoHIEHHxSMEE1nJIEJI0NoISAGKIcDDkkQJyV.jpg') no-repeat;
    background-size: 100% 100%;
}
.abanner .acon{
    width: 1200px;
    height: 700px;
    margin: 0 auto;
    position: relative;
}
.abanner .acon .adesc{
    position: absolute;
    right: 0;
    bottom: 25%;
}
.abanner .adesc h2{
    font-size: 34px;
    color: #004da1;
    text-align: right;
}
.abanner .adesc p{
    font-size: 20px;
    color: #004da1;
    text-align: right;
}

/* 关于页 公司简介 */
.about{
    margin-top: 140px;
}
.atitle h2.subtitle{
    font-size: 36px;
    color: #dcdcdc;
}
.atitle h3.maintitle{
    font-size: 34px;
    color: #000000;
    position: relative;
    padding-top: 10px;
    padding-bottom: 17px;
}
.atitle h3.maintitle:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 5px;
    background-color: #004da1;
}

.about .content{
}
.about .content img{
    margin-top: 54px;
}
.about .content h2{
    padding-top: 57px;
    font-size: 18px;
    color: #000000;
}
.about .content p{
    color: #848383;
    font-size: 12px;
    line-height: 20px;
    margin-top: 28px;
}

/* 关于页 公司理念 */
.idea{
    width: 100%;
    height: 930px;
    background: url(/EIqrESyDEyLoHIEHHxSMEE1nJIEJI0NoJI9gHIZoDIkH.jpg);
    margin-top: 135px;
    padding-bottom: 130px;
    background-size: 100% 100%;
}
.idea .ideabox{
    padding-top: 90px;
}
.idea .idea_left{
    width: 33.3%;
}
.idea .idea_left .idea_title{
    width: 100%;
    height: 280px;
    text-align: center;
}
.idea .idea_left .idea_title h2.maintitle{
    padding-top: 70px;
    color: #ffffff;
    font-size: 32px;
    padding-bottom: 18px;
    position: relative;
}
.idea .idea_left .idea_title h2.maintitle:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 4px;
    margin: auto;
    background-color: #ffffff;
}
.idea .idea_left .idea_title h3.subtitle{
    color: #ffffff;
    font-size: 20px;
    padding-top: 26px;
}

.idea .idea_left .idea_item{

}
.idea .idea_left .idea_item .item{
    width: 100%;
    height: 280px;
    background: rgba(0,77,161,0.6);
}
.idea .idea_left .idea_item .item h4{
    color: #ffffff;
    font-size: 18px;
    padding-top: 44px;
    padding-left: 35px;
}
.idea .idea_left .idea_item .item h4 span{
    padding-left: 17px;
}
.idea .idea_left .idea_item .item p{
    color: #ffffff;
    font-size: 14px;
    line-height: 29px;
    padding-top: 33px;
    padding-left: 35px;
    padding-right: 30%;
}
.idea .idea_left .idea_item .item .ln_arrows_bottom{
    display: block;
    width: 10px;
    height: 20px;
    background: url(/EIqrESyDEyLoHIEHHxSMEE1nJIEJI0NoJI9gHxMUKxINn1qrExqoJO9PKIZ.jpg);
    margin-left: 35px;
    margin-top: 43px;
}

.idea .idea_left .idea_item .pic{
    overflow: hidden;
}
.idea .idea_left .idea_item .pic img{
    height: 280px;
    transition: 1s;
}
.idea .idea_left .idea_item .pic img:hover{
    transform: scale(1.2);
}

.idea .idea_right{
    width: 66.6%;
}

.idea .idea_right .idea_item{
}
.idea .idea_right .idea_item .item1{
    /*width: 460px;*/
    width: 50%;
    height: 280px;
    background: rgba(0,77,161,0.6);
}
.idea .idea_right .idea_item .item2{
    /*width: 370px;*/
    width: 50%;
}
.idea .idea_right .idea_item .item3{
    background: rgba(255,255,255,0.6);
}
.idea .idea_right .idea_item .item1 h4{
    color: #ffffff;
    font-size: 18px;
    padding-top: 44px;
    padding-left: 35px;
}
.idea .idea_right .idea_item .item1 h4 span{
    padding-left: 17px;
}
.idea .idea_right .idea_item .item1 p{
    color: #ffffff;
    font-size: 14px;
    line-height: 29px;
    padding-top: 33px;
    padding-left: 35px;
    padding-right: 30%;
}
.idea .idea_right .idea_item .item3 h4,.idea .idea_right .idea_item .item3 p{color: #434343}
.idea .idea_right .idea_item .item1 .ln_arrows_right{
    display: block;
    width: 20px;
    height: 10px;
    background: url(/EIqrESyDEyLoHIEHHxSMEE1nJIEJI0NoJI9gHxMUKxINn0qLIIgNT0SpIN.jpg);
    margin-left: 35px;
    margin-top: 43px;
}
.idea .idea_right .idea_item .item1 .ln_arrows_left{
    display: block;
    width: 20px;
    height: 10px;
    background: url(/EIqrESyDEyLoHIEHHxSMEE1nJIEJI0NoJI9gHxMUKxINn1yHIRpnEI9I.jpg);
    margin-left: 35px;
    margin-top: 43px;
}
.idea .idea_right .idea_item .item1 .ln_arrows_right2{
    display: block;
    width: 20px;
    height: 10px;
    background: url(/EIqrESyDEyLoHIEHHxSMEE1nJIEJI0NoJI9gHxMUKxINn0qLIIgNOk9PKIZ.jpg);
    margin-left: 35px;
    margin-top: 43px;
}
.idea .idea_right .idea_item .pic{
    width: 50%;
    overflow: hidden;
}
.idea .idea_right .idea_item .pic img{
    transition: 1s;
    height: 280px;
}
.idea .idea_right .idea_item .pic img:hover{
    transform: scale(1.2);
}

/* 品质检控 */
.pzjk{
    margin-top: 140px;
}
.pzjk ul{
    padding-top: 100px;
}
.pzjk ul li{
    float: left;
    width: 33%;
    height: 150px;
    border-right: 1px dashed #3e3e37;
    border-bottom: 1px dashed #3e3e37;
}
.pzjk ul li .pic{
    width: 18%;
    float: left;
    padding-left: 7%;
    padding-top: 30px;
    padding-right: 2%;
}
.pzjk ul li .pic img{
    transition: 1s;
}
.pzjk ul li .pic img:hover{
    transform: rotate(360deg);
}
.pzjk ul li .box{
    width: 65%;
    padding-top: 30px;
}
.pzjk ul li .box h4{
    color: #595757;
    font-size: 18px;
}
.pzjk ul li .box p{
    color: #595757;
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
    text-justify:inter-ideograph; /* ie */
}
.pzjk ul li:nth-child(3n){
    border-right: none;
}
.pzjk ul li:nth-child(4),
.pzjk ul li:nth-child(5),
.pzjk ul li:nth-child(6){
    border-bottom: none;
}

/* 系统优势 */
.xtys{
    margin-top: 130px;
}
.xtys .xt_box{
    margin-top: 75px;
}
.xtys .xt_box .pic{
    width: 100%;
    height: 424px;
    background: url(/EIqrESyDEyLoHIEHHxSMEE1nJIEJI0NoGHIgNucSK1H.jpg);
    background-size: 100% 100%;
}
/** 新闻页面 */

/* 新闻banner */
.nbanner{
    width: 100%;
    height: 700px;
    background: url('/EIqrESyDEyLoHIEHHxSMEE1nJIEJI0NoJ1AGKIcDDkkQJyV.jpg') no-repeat;
    background-size: 100% 100%;
}
.nbanner .ncon{
    width: 1200px;
    height: 700px;
    margin:0 auto;
    position: relative;
}
.nbanner .ncon .ndesc{
    position: absolute;
    right: 0;
    bottom: 20%;
}
.nbanner .ncon .ndesc h2{
    color: #ffffff;
    font-size: 35px;
    text-align: right;
    margin-right: 18px;
}
.nbanner .ncon .ndesc p{
    color: #ffffff;
    font-size: 20px;
    background-color: #004da1;
    padding: 13px 23px;
    margin-top: 9px;
}

/* 分类 */
.classify{
    margin-top: 150px;
}
.classify ul{}
.classify ul li{
    float: left;
    border-left: 1px solid #595757;
    font-size: 12px;
    padding: 0 25px;
}
.classify ul li:nth-child(1){
    border-left: none;
    padding-left: 0;
}
.classify ul li a{
    color: #595757;
}
.classify ul li.active a{
    color: #1551ab;
}

/* 新闻列表 */
.news{
    margin-top: 
}
.news ul{
    width: 100%;
    margin-top: 57px;
}
.news ul li{
    padding: 29px 0;
    border-bottom: 1px solid #d9d1cf;
    position: relative;
}
.news ul li .n_pic{
    overflow: hidden;
    width: 24%;
}
.news ul li .n_pic img{
    transition: 1s;
}
.news ul li .n_pic img:hover{
    transform: scale(1.2);
}
.news ul li .news_box{
    width: 76%;
}
.news ul li .news_box .time{
    padding-left: 29px;
    padding-right: 26px;
    width: 10%;
}
.news ul li .news_box .time b{
    font-size: 42px;
    color: #1551ab;
    display: block;
}
.news ul li .news_box .time span{
    font-size: 20px;
    color: #c9caca;
}
.news ul li .news_box .text{
    width: 80%;
}
.news ul li .news_box .text h4{
    font-size: 17px;
}
.news ul li .news_box .text h4 a{
    color: #000000;
}
.news ul li .news_box .text p{
    font-size: 12px;
    color: #595757;
    line-height: 19px;
    padding-top: 22px;
}
.news ul li .news_box .text .n_more{
    display: inline-block;
    color: #b8b7b7;
    font-size: 12px;
    border: 1px solid #b8b7b7;
    padding: 7px 24px;
    margin-top: 35px;
}
.news ul li .news_box .text .n_more:hover{
    background-color: #1551ab;
    color: #ffffff;
}

/* 分页 */
.page{
    margin-top: 115px;
    text-align: center;
}
.page .center-page{
    display: inline-block;
}
.page .center-page .pagelist li{
    float: left;
    margin-right: 10px;
}
.page .center-page .pagelist li a{
    color: #000000;
    font-size: 12px;
    display: inline-block;
    border: 1px solid #214086;
    padding: 9px 12px 8px 12px;
    margin-right: 10px;
}
.page .center-page .pagelist li .page-num-current{
    background-color: #214086;
    color: #ffffff;
}
.page .center-page .pagelist li a:hover{
    color: #ffffff;
    background-color: #214086;
}
.page .center-page .enter-page{
    color: #214086;
    font-size: 12px;
}
.page .center-page .enter-page span{
    display: inline-block;
}
.page .center-page .enter-page.count{
    padding: 9px 20px 8px 26px;
}
.page .center-page .enter-page .tz{
    margin-left: 5px;
}
.page .center-page .enter-page .tz select{
    width: 75px;
    height: 37px;
    border: 1px solid #214086;
}

/** 新闻内容页 */
.news_nr{
    margin-top: 100px;
    border-top: 1px solid #cccccc;
    padding-top: 50px;
}
.news_nr h3{
    color: #555555;
    font-size: 30px;
    line-height: 50px;
    text-align: center;

}
.news_nr p.time{    
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    color: #555;
}
.news_nr .text{
    font-size: 14px;
    line-height: 24px;
    color: #555555;
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: dashed 1px #ccc;
    text-indent: 2em;
}
.news_nr .piece .news_prev{
    margin-top: 20px;
    font-size: 12px;
    line-height: 20px;
    color: #545454;
}
.news_nr .piece .news_next{
    margin-top: 20px;
    font-size: 12px;
    line-height: 20px;
    color: #545454;
}
.news_nr .piece a{
    color: #545454;
}
.news_nr .piece a:hover{
    color: #1551ab;
}

/** 联系我们页面 */
.cbanner{
    width: 100%;
    height: 700px;
    background: url('/EIqrESyDEyLoHIEHHxSMEE1nJIEJI0NoJJ5DHycoIRNqESgJ.jpg') no-repeat;
}
.contact{
    margin-top: 144px;
}
.contact .lx{}
.contact .lx h2{
    font-size: 25px;
    color: #000000;
    padding-top: 12px;
    padding-bottom: 15px;
}
.contact .lx p{
    font-size: 12px;
    color: #848383;
    padding-top: 14px;
}
.contact .qrcode{
    margin-right: 15%;
}


.contact .leave{
    padding-top: 44px;
}
.contact .leave form .inputs{
    width: 50%;
    height: 34px;
    display: block;
    margin-top: 16px;
    border: 1px solid #e8e8e8;
    background-color: #edeeee;
    font-size: 15px;
    border-radius: 5px;
    padding-left: 28px;
}
.contact .leave form textarea{
    width: 50%;
    height: 200px;
    display: block;
    margin-top: 16px;
    border: 1px solid #e8e8e8;
    background-color: #edeeee;
    font-size: 15px;
    border-radius: 5px;
    padding-left: 28px;
    padding-top: 20px;
}
.contact .leave form .tj{
    width: 170px;
    height: 46px;
    background-color: #004da1;
    color: #ffffff;
    font-size: 16px;
    border-radius: 5px;
    margin-top: 30px;
    border:none;
}

.lxwm{
    margin-top: 145px;
}
.lxwm ul li{
    float: left;
    width: 19.8%;
    border-right: 2px solid #ddddde;
    text-align: center;
}
.lxwm ul li:last-child{
    border-right: none;
}
.lxwm ul li h3{
    color: #595757;
    font-size: 15px;
}
.lxwm ul li p{
    color: #7e7d7d;
    font-size: 12px;
    line-height: 20px;
    padding-top: 8px;
}

/** 服务中心页面 */

/* 服务中心banner */
.sbanner{
    background: url('/EIqrESyDEyLoHIEHHxSMEE1nJIEJI0NoEz5DHycoIRNqESgJ.jpg') no-repeat;
    background-size: 100% 100%;
}
.sbanner .ncon .ndesc h2{
    color: #000000;
}

/* 品牌服务 */
.pinpai h2{
    color: #dcdcdc;
    font-size: 24px;
    text-align: center;
}
.pinpai h3{
    color: #000000;
    font-size: 22px;
    position: relative;
    text-align: center;
    padding-bottom: 20px;
}
.pinpai h3:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    width: 60px;
    height: 6px;
    background-color: #004da1;
}
.brand{
    padding-top: 130px;
}

.brand ul{
    padding-top: 115px;
}
.brand ul li{
    float: left;
    width: 45%;
    margin-right: 10%;
    margin-top: 38px;
}
.brand ul li:nth-child(2n){
    margin-right: 0;
}
.brand ul li .pic{
    margin-right: 6%;
    width: 23%;
}
.brand ul li .pic img{
    transition: 1s;
}
.brand ul li .pic img:hover{
    transform: rotate(360deg);
}
.brand ul li .desc{
    width: 71%;
}
.brand ul li .desc h4{
    font-size: 16px;
    color: #595757;
}
.brand ul li .desc h4 span{
    display: block;
}
.brand ul li .desc p{
    color: #595757;
    font-size: 12px;
    line-height: 20px;
    padding-top: 7px;
}


/* VIP金牌服务 */
.vip{
    padding-top: 204px;
}
.vip .vip_bg{
    width: 100%;
    height: 435px;
    background: url(/EIqrESyDEyLoHIEHHxSMEE1nJIEJI0NoD1uPUHEoIt.jpg);
    margin-top: 36px;
    background-size: 100% 100%;
}
.vip .vip_bg .vip_text{
    padding-top: 90px;
}
.vip .vip_bg .vip_text p{
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    line-height: 20px;
}

/** 产品页 */
.cpcate{
    padding: 75px 0;
}
.cpcate ul li{
    font-size: 12px;
    float: left;
}
.cpcate ul li a{
    color: #595757;
    display: inline-block;
    padding: 5px 18px;
    border-radius: 20px;
}
.cpcate ul li a.active{
    color: #ffffff;
    background-color: #004da1;
}
.cpcate ul li a:hover{
    color: #ffffff;
    background-color: #004da1;
}

/* 产品系列 */
.series{
    margin: 75px 0;
}
.series ul li{
    font-size: 12px;
    float: left;
}
.series ul li a{
    color: #595757;
    display: inline-block;
    padding: 5px 18px;
    border-radius: 20px;
}
.series ul li a.active{
    color: #ffffff;
    background-color: #004da1;
}
.series ul li a:hover{
    color: #ffffff;
    background-color: #004da1;
}
/* 产品列表 */
.cplist{}
.cplist ul{  }
.cplist ul li{
    width: 32%;
    margin-right: 2%;
    float: left;
    margin-bottom: 20px;
    text-align: center;
}
.cplist ul li:nth-child(3n){
    margin-right: 0;
}
.cplist ul li a{
    display: block;
    overflow: hidden;
}
.cplist ul li a img{
    transition: 1s;
}
.cplist ul li:hover a img{
    transform: scale(1.2);
}
.cplist ul li p{
    font-size: 14px;
    padding: 5px 0;
}
.cplist ul li p a{
    color: #000000;
    display: block;
}
.cplist ul li:hover p a{
    color: #004da1;
}

/* 首页产品中心 手机端展示 */
.m_product{
    margin-top: 50px;
    display: none;
}
.m_product .bar{
    text-align: center;
}
.m_product .bar li{
    font-size: 15px;
    display: inline-block;
    background-color: #ffffff;
    padding: 0 22px;
    height: 38px;
    line-height: 38px;
    border-radius: 20px;
    margin: 0 27px;
}
.m_product .bar li a{
    display: block;
    color: #666666;
    transition: 1s;
}
.m_product .bar li:hover{
    background-color: #004da1;
}
.m_product .bar li:hover a{
    color: #ffffff;
}
.m_product .bar li.active{
    background-color: #004da1;
}
.m_product .bar li.active a{
    color: #ffffff;
}
.m_product .m_cp_list{
    margin-top: 50px;
    display: none;
}
.m_product .m_cp_list ul{
    width: 100%;
}
.m_product .m_cp_list ul li{
    float: left;
    width: 49%;
    margin-right: 2%;
    text-align: center;
    margin-bottom: 10px;
}
.m_product .m_cp_list ul li .pic{
    overflow: hidden;
}
.m_product .m_cp_list ul li .pic img{
    transition: 1s;
}
.m_product .m_cp_list ul li .pic img:hover{
    transform: scale(1.2);
}
.m_product .m_cp_list ul li a p{
    font-size: 12px;
    color: #000000;
    margin-top: 10px;
}
/* 首页新闻资讯 手机端展示 */

.m_news{
    margin-top: 50px;
    display: none;
}
.m_news .bar{
    text-align: center;
}
.m_news .bar li{
    font-size: 15px;
    display: inline-block;
    background-color: #ffffff;
    padding: 0 22px;
    height: 38px;
    line-height: 38px;
    border-radius: 20px;
    margin: 0 27px;
}
.m_news .bar li a{
    display: block;
    color: #666666;
    transition: 1s;
}
.m_news .bar li:hover{
    background-color: #004da1;
}
.m_news .bar li:hover a{
    color: #ffffff;
}
.m_news .bar li.active{
    background-color: #004da1;
}
.m_news .bar li.active a{
    color: #ffffff;
}
.m_news .m_news_list{
    margin-top: 20px;
    display: none;
}
.m_news .m_news_list ul li{
    float: left;
    width: 49%;
    margin-right: 2%;
    text-align: center;
    margin-bottom: 10px;
}
.m_news .m_news_list ul li a .pic{
    overflow: hidden;
}
.m_news .m_news_list ul li a .pic img{
    transition: 1s;
}
.m_news .m_news_list ul li a .pic img:hover{
    transform: scale(1.2);
}
.m_news .m_news_list ul li a h4{
    font-size: 12px;
    color: #000000;
    margin-top: 10px;
}
.m_news .m_news_list ul li a p{
    font-size: 12px;
    color: #333333;
    padding: 10px;
}