body{ background: #F6F6F6}
.sub_banner img,.news_frist_img img,.news_img img,.case_list img,.brand_img img,.about_list img{ width: 100%;transition:all 1s;}
.sub_banner{
    position: relative;
    width: 100%;
}
.sub_banner_text{ 
    position: absolute;
    top: 60%;
    box-sizing: border-box;
    color: #fff;
    font-size: 15px;
}
.sub_banner_text h2{ 
    padding-bottom: 10px;
    position: relative; 
    font-size: 14px; 
    /* border-bottom: 1px dashed; */
}
.sub_banner_text h2 a{
    color: #fff;
}
/* .sub_banner_text h2::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 5px;
    background: #fff;
}
 */
/*内页导航*/
.sub_mune_box{
    position: relative;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
  /*   box-shadow: 0px 8px 8px 0px rgba( 0, 0, 0,0.1 ); */
}
.sub_mune{
    width: 100%;
}
.sub_mune li{
    margin-right: 0.6%;
    width: 12%;
    text-align: center;
}
.sub_mune > li > a{
    display: inline-block;
    padding: 20px 0;
    width: 100%;
    font-size: 16px;
    color: #666;
}
.sub_mune li i{
    display: inline-block;
    position: relative;
    top: -4px;
    margin: auto 10px;
    width: 10px;
    height: 1px;
}
.sub_mune li a:hover,.sub_mune_active{
    background: #007EC8 /*  #1B4A9C url('/images/ny_mune.jpg') no-repeat center center */;
    color: #fff!important;
}
.sub_mune li a:hover i,.sub_mune_active i{
    background: #fff;
}
.fix{
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
}
.sub_mune_active + .sub_mune02{ display: block }
.sub_mune02{
    display: none;
    position: absolute;
    top: 65px;
    left: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #fff;
    border-top: 1px solid #F6F6F6;
}
.sub_mune02 a{
    display: inline-block;
    padding: 0 10px;
}

.about_detail{
    padding-top:80px; 
    padding-bottom:80px;
    position: relative; 
    background-size: 100%;
}
/*公司资质*/
.quan_menu { justify-content: center }
.quan_menu h2{
    position: relative;
    text-align: center;
    font-weight: bold;
}
/* .quan_menu h2::after{
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #333;
} */
.quan_menu ul{ }
.quan_menu li{ padding-left: 20px; position: relative;margin-top: 10px;}
.quan_menu li a{ color: #666 }
.quan_menu li::after{
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #007EC8;
}
.quan_menu > div{
    margin-top: 50px;
    padding-left: 10%;
    padding-right: 10%;
    border-right: 1px solid #ececec; 
}
.quan_menu > div:last-child{ border: none; }

/*新闻中心*/
.news_frist{
    padding-top: 60px;
    padding-bottom: 60px;
    background: #fff;
}
.news_frist_img{
    width: 45%;
}
.news_frist_text{
    position: relative;
    padding-top: 50px;
    width: 50%;
    font-size: 15px;
}
.news_frist_text h3{
    margin: 15px auto;
    font-size: 25px;
}
.news_frist_text span{color: #666;}
.news_frist_text div{
    line-height: 25px;
    color: #666;
}
.news_frist_text .iconfont{ color: #fff;font-size: 14px; padding-left: 30px; }
.news_frist_text a{
    display: inline-block;
    margin-top: 30px;
    padding: 14px 35px;
    color: #fff;
    background: #1B4A9C;
}
.news { padding-bottom:20px }
.news li{
    margin: 30px 0.5% 0;
    width: 32%;
    box-shadow: 0px 3px 3px 5px rgba( 0, 0, 0,0.03 );
    transition: all .5s;
}
.news_img{
    overflow: hidden;
    width: 100%
}
.news_text{
    position: relative;
    padding: 15px;
    background: #fff;
   /*  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.06); */
}
.news_text h3{
    font-size: 20px;
}
.news_text div{
    overflow: hidden;
    padding: 10px 0;
    color: #666;
    height: 70px;
    font-size: 13px;
    line-height: 20px;
}
.news_text span{
    display: inline-block;
    padding-bottom: 20px;
    font-size: 12px;
    color: #9c9c9c;
}
.news li:hover h3{
    color: #1B4A9C;
}
.news li:hover img{
    transform: scale(1.1);
}

/*案例*/
.case_box{
    overflow: hidden;
    margin: auto;
    width: 600px;
}
.case_list li{
    margin: 40px 0.5% 0;
    overflow: hidden;
    position: relative;
    width: 32%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.case_text{
    padding: 15px;
    background: #fff;
    color: #b0b0b0;
}
.case_text h3{
    width: 50%;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.case_more{
    padding:15px;
    font-weight: bold;
    background: #E5E5E5;
    color: #b0b0b0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.case_list li:hover{
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
}
.case_list li:hover .case_more{
    background: #1B4A9C;
    color: #fff;
}
.case_img{
    position: relative;
}

/*about_list*/
.about_list li{
    margin: 40px 0.5% 0;
    overflow: hidden;
    position: relative;
    width: 24%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.about_text{
    padding: 15px;
    background: #fff;
    color: #b0b0b0;
}
.about_text h3{
    width: 50%;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.about_more{
    padding:15px;
    font-weight: bold;
    background: #E5E5E5;
    color: #b0b0b0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.about_list li:hover{
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
}
.about_list li:hover .about_more{
    background: #1B4A9C;
    color: #fff;
}

/*加入我们*/
/* .job dt{
    background: #fff;
    border-bottom: 1px solid #f2f2f2;
} */
.job_title{
    padding: 25px 40px;
    background: #fff;
    border-bottom: 1px solid #f2f2f2;
}
.job_title h3 { 
    font-size: 16px;
    line-height: 39px; 
}
.job_title span{
    font-size: 35px;
    color: #999;
}
.job_show {
    padding: 40px;
    display: none;
    background: #fff;
    line-height: 25px;
    border-bottom: 1px solid #f2f2f2;
}
.job_show a{ 
    margin-top: 20px;
    display: inline-block;
    padding: 10px 45px;
    color: #fff;
    background: #1B4A9C;
    border-radius: 5px;
    border-top: 1px solid #f2f2f2;
}
.job_active{
    color: #fff;
    background: #3E3E3E;
}
.job_active span{
    color: #fff;
}

/*单页*/
.detail > div:nth-child(3){
    padding: 0 200px;
    line-height: 30px;
    color: #666;
    font-size: 15px;
}
.detail_con h3 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: bold;
}
.detail_time{
    margin-bottom: 30px;
    padding: 20px 0;
    font-size: 14px;
    color: #999;
    border-bottom: 1px solid #e6e6e6;
}
.detail_img img{ width: 650px; }
.detail_img img:hover{ cursor: zoom-in; -webkit-cursor: zoom-in; }
#innerdiv img:hover{ cursor: zoom-out; -webkit-cursor: zoom-out; }

/*brand_list*/
.brand_list li{
    padding: 40px;
    box-sizing: border-box;
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
    transition: 0.4s;
}
.brand_list li a{
    justify-content: space-around;
    align-items: center;
}
.brand_list li:hover{
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    box-shadow: 0 0 13px rgba(0, 0, 0, .13);
}
.brand_list li:hover .brand_icon{
    background: #0064AA;
    color: #fff;
    border: 1px solid #0064AA;
}
.brand_img{
    width: 30%;
}
.brand_text{
    position: relative;
    padding: 0 5%;
    box-sizing:border-box;
    width: 66%;
    font-size: 14px;
}
.brand_text h3{
    font-weight: bold;
    margin: 15px auto;
    font-size: 20px;
}
.brand_text p{margin-top:30px;color: #999;font-size: 13px;}
.brand_text p .iconfont{padding-right: 8px;} 
.brand_text div{
    line-height: 25px;
    color: #7b7b7b;
}
.brand_icon{
    width: 45px;
    height: 45px;
    border: 1px solid #d4d3d3;
    text-align: center;
    line-height:45px;
    transition: all .5s;
}
.ceshi {padding: 20px;}
.ceshi .brand_text{padding: 0; width: 90%; }
.ceshi .brand_text p {margin-top: 15px;}

.contact_detail{
    padding: 3%;
    box-sizing: border-box;
    border:solid 1px #CCC;
    width:32%;
    height: 600px;
    color: #Fff;
    background:#007EC8;
}
/*map*/
.mapwrap{padding: .5%;box-sizing: border-box;background: #FFF; width: 68%; height: 600px;}
.detail-button{padding-top:30px ;display: flex;justify-content: space-between;border-top: 1px solid #e7e7e7}
.detail-button a{ display: inline-block; overflow: hidden;text-overflow:ellipsis; white-space:nowrap;  width: 30%; }
.back{
    margin: 20px auto;
    width: 110px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
}
.back:hover{background: #ccc}

/*分页*/
.fenye {width: 100%;height: auto;clear: both;}
.fenye ul{display:flex;justify-content: center;flex-wrap: wrap}
.fenye ul > li{display: block;box-sizing:border-box;margin-top: 5px;margin-bottom: 5px;}
.fenye ul > li >a{display:block;text-align: center;padding: 7px 14px;border: 1px solid #CCCCCC;box-sizing:border-box;margin-left: -1px;}
.fenye .jump{text-align: center;width: 4em;height: 36px;box-sizing: border-box;border: 1px solid #ccc; transition: all 0.3s ease-in-out 0s;}
.fenye .jump:focus{outline: #1f9a81 0px solid;border: 1px solid #1f9a81;}
.fenye ul > li >span{line-height: 40px;}
.fenye .page-active + li>a{border-left: 1px #1f9a81 solid;}
.fenye .page-active>a{background: #009688;color: #ffffff;border: 1px solid #009688;}
.fenye .page-active>a:hover{background: #009688;color: #ffffff;border: 1px solid #009688;}
.fenye ul > li >a:hover{background: rgba(233, 236, 239, 0.7);color:#009688;}
.fenye .page-disabled>a{cursor: not-allowed;border: 1px solid #eee;}
.fenye .page-disabled>a{
    color:#aaa !important;
    background: initial !important;
    /*文件禁止选择*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media all and (max-width:767px) and (min-width:320px) {
    .fenye .number,.fenye span,.jump-button,.jump,.news_icon {display: none!important}
}

/*媒体查询*/
@media (max-width:1920px) and (min-width:1700px) {
    
}
@media (max-width:998px) {
    .brand_icon{ display: none; }
    .mapwrap > div{ height: 200px!important;}
    .detail-button {padding-top: 20px;flex-wrap: wrap;}
    .detail-button a {display: block;width: 100%;margin-bottom: 10px;}
    .detail img,.city img,.news_frist_img,.news_frist_text,.ceshi .brand_text,.detail_img img,.mapwrap,.contact_detail{ width: 100%; height: auto }
    .sub_banner_text h2 {margin-bottom: 0px;padding-bottom: 0px;font-size: 12px;}
    .sub_banner_text {top: 35%;padding-top: 0px;}
    .sub_mune_box{ position: relative!important;padding: 0;overflow: scroll;}
    .sub_mune{width: 1000px;}
    .sub_mune li a {padding: 15px 0;}
    .case_list li,.about_list li{margin-top: 10px;width: 49%;}
    .news_frist {padding-top: 20px;padding-bottom: 20px;}
    .news_frist_text {padding-top: 20px;}
    .news_frist_text h3 {margin: 10px auto;font-size: 20px;}
    .news_frist_text a {margin-top: 15px;padding: 10px 15px;}
    .news li {margin-top: 10px;width: 49%;}
    .news_text {padding: 5px;}
    .news_text div{ display: none; }
    .news_text h3 {font-size: 15px;}
    .news_text span {padding-bottom: 0px; }
    .job_title,.job_show{padding: 10px;}
    .job_show a {padding: 5px 29px;}
    .detail_con h3{font-size:18px;}
    .detail_time {margin-bottom: 10px;padding: 8px 0;}
    .brand_list li { padding: 5px;}
    .brand_text h3 {margin: 5px auto;font-size: 16px;}
    .brand_text p {margin-top: 5px;}
    .brand_text div {height: 20px;overflow: hidden;}
    .about_detail{padding-top:20px; padding-bottom:20px;}
    .detail > div:nth-child(3){padding: 0;}
    .contact_detail img{ width: auto!important }
    .case_box{width: 100%;}
}

