@charset "utf-8";

/* CSS Document */
*{ margin:0; padding:0;}

body{ color:#000; font-size:12px; line-height:22px; font-family: Source Han Sans SC, Source Han Sans SC;; min-width: 1200px;}
ul,li{ list-style:none; margin-bottom: 0;}
img{ border:none; display:inline-block;}
a{ text-decoration:none; color:#333;}
a:hover{ text-decoration:none; }
i{ font-style:normal;}
dl,dd,p{ margin-bottom: 0;}
input,textarea,select{ outline:none; font-family: Source Han Sans SC, Source Han Sans SC;}
h1,h2,h3,h4,h5,h6{ font-style:normal; font-weight:normal; list-style:none; margin-bottom: 0;}
.clear{ clear:both;}

/*美化滚动条*/

/*滚动条凹槽的颜色，还可以设置边框属性*/
::-webkit-scrollbar-track-piece {
    background-color:#f8f8f8;
}
/*滚动条的宽度*/
::-webkit-scrollbar {
    width:6px;
    height:9px;
}
/*滚动条的设置*/
::-webkit-scrollbar-thumb {
    background-color:#dddddd;
    background-clip:padding-box;
    min-height:28px;
}
::-webkit-scrollbar-thumb:hover {
    background-color:#bbb;
}

.top_butt{
    display: none;
}

.header_bt{
    background: #B2D1E3;
    height: 30px;
    line-height: 30px;
}

.container-fluid:after{ content: ""; display: block; clear: both;}
.container:after{ content: ""; display: block; clear: both;}
header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    /*background: #ffffff;*/
    /*box-shadow: 0 0 10px #efefef;*/
}

.header_m{
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.logo{
    height: 100px;
    line-height: 100px;
    font-weight: bold;
}

.logo img{
    height: 34px;
}

/*导航*/
.head_nav{ }
.head_nav ul{
    padding-left: 0;
}
.head_nav ul li{
    padding: 0 10px;
    float: left;
    margin: 0 15px;
    text-align: center;
    position: relative;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.head_nav ul li:after{
    content: "/";
    right: -10px;
    top: 15px;
    position: absolute;
    height: 100%;
    display: flex;
    justify-content:center;
    flex-direction:column;
    align-items:center;
}
.head_nav ul li:last-child:after{
    display: none;
}

.head_nav ul li .navA a{ display: block; color: rgba(51, 51, 51, 1); font-size:18px; padding-top: 40px; padding-bottom: 10px;}
.head_nav ul li .navA:after{ display: none; content: ""; width:0; opacity: 0; height: 3px; background: rgba(7, 63, 154, 1); position: absolute; bottom: 0; left: 0;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 2px;
    overflow: hidden;
}

.head_nav ul li .navA span{ font-size: 12px; text-transform: uppercase; display: block;}
.head_nav ul li.on .navA a{color:#90C652;}
.head_nav ul li.on .navA:after{ content: ""; width: 100%; opacity: 1;}
.head_nav ul li:hover .navA a,.head_nav ul li:hover .navA span{ color:#90C652;}
.head_nav ul li:hover .navA:after{ content: ""; width: 100%; opacity: 1;}

.head_nav ul li .top_down{ display: none;}

.head_nav ul li .navTwo{
    position: absolute;
    left: 50%;
    top: 100%;
    width: 150px;
    margin-left: -78px;
    text-align: center;
    /*background: rgba(7, 63, 154, 1);*/
    z-index: 9;
    /*box-shadow: 0 0 5px #aaa;*/
    opacity:0;
    visibility:hidden;
    transform:translateY(10px);
    -webkit-transform:translateY(10px);
    -moz-transform:translateY(10px);
    -ms-transform:translateY(10px);
    -o-transform:translateY(10px);
    transition:all .5s;
    -o-transition:all .5s;
    -ms-transition:all .5s;
    -moz-transition:all .5s;
    -webkit-transition:all .5s;
}
.head_nav ul li .navTwo dd{ margin-bottom: auto; height: 30px; /*border-bottom: solid 1px rgba(255,255,255,0.5);*/}
.head_nav ul li .navTwo a{ font-size: 14px !important; line-height: 40px !important; color: #000000; display: block; }
/*.head_nav ul li .navTwo dd:hover{ background: rgba(255,255,255,0.1);}*/
.head_nav ul li .navTwo dd:hover a{ color: #90C652;}

.head_nav ul li:hover .navTwo{
    opacity:1;
    visibility:inherit;
    transform:translateY(0);
    -webkit-transform:translateY(0);
    -moz-transform:translateY(0);
    -ms-transform:translateY(0);
    -o-transform:translateY(0);
}
.index_tel{
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index_tel span{
    margin-left: 20px;
    color: rgba(7, 63, 154, 1);
    font-size: 18px;
    font-weight: 500;
}


/*banner*/

.banner{ width: 100%; /*margin-top: 100px;*/ position: relative;}
.banner:after{ content: ""; display: block; clear: both; }
.swiper_banner {
    float: left;
    width: 100%;
    /*height: 920px;*/
    position: relative;
    overflow: hidden;
}

.swiper_banner .swiper-slide {
    position: relative;
    text-align: center;
    font-size: 18px;
    /* 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;
    background-size: cover !important;
}
.swiper_banner .swiper-pagination{ 
    bottom: 20px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper_banner .swiper-pagination span{ width: 10px; height:10px; opacity:0.8; margin: 0 10px !important; border-radius: 50%; background: #ffffff; }
.swiper_banner .swiper-pagination .swiper-pagination-bullet-active{ width:14px; height:14px;  background: #ffffff !important; opacity:1;}

/*indexa*/
.indexa{
    padding: 150px 0;
}
.indexa_div{
    width: 100%;
    height: 634px;
    /*background: url("../images/about_index.png") top center no-repeat;*/
    display: flex;
    justify-content:center;
    flex-direction:column;
    align-items:center;
    color: #ffffff;
}
.indexa_div img{
    width: 100%;
}
.indexa_div span{
    font-size: 80px;
    line-height: 80px;
    display: block;
    margin-bottom: 30px;
}
.indexa_div p{
    font-size: 30px;
    line-height: 30px;
}
.indexb{
    padding: 80px 0;
    background: #F1F1F1;
}
.index_title{
    width: 100%;
    display: flex;
    justify-content:center;
    flex-direction:column;
    align-items:center;
}
.index_title span{
    font-size: 25px;
    line-height: 36px;
    color: rgba(51, 51, 51, 1);
}
.index_title i{
    margin-top: 20px;
    display: inline-block;
    width: 50px;
    height: 3px;
    background: rgba(11, 78, 159, 1);
}
.index_title p{
    font-size: 18px;
    margin-top: 5px;
}

.indexb_list{
    width: 100%;
    margin-top: 80px;
}
.indexb_list ul{
    padding-left: 0;
}
.indexb_list ul li{
    margin-bottom: 30px;
}
.indexb_div{
    width: 100%;
}
.indexb_div img{
    width: 100%;
}
/*indexc*/
.indexc{
    padding: 150px 0 110px 0;
}
.indexc_list{
    width: 100%;
    margin-top: 50px;
}
.indexc_list_dd{
    display: none;
}
.indexc_list .indexc_list_dd:nth-child(1){
    display: block;
}



.index_news_but{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 36px;
    border-bottom: solid 2px #efefef;
}
.index_news_but dd{
    text-align: center;
    font-size: 16px;
    margin: 0 80px;
    padding-bottom: 20px;
    border-bottom: solid 2px transparent;
    margin-bottom: -2px;
    cursor: pointer;

}
.index_news_but dd.on{
    color: #B2D1E3;
    border-bottom: solid 2px #B2D1E3;
}

.news_more{
    width: 100%;
    text-align: center;
    margin-top: 50px;
}
.news_more a{
    font-size: 14px;
    color: #ffffff;
    background: #5F9FC2;
    border-radius: 30px;
    padding: 8px 30px;
}
.news_more a:hover{
    opacity: 0.8;
}

/*swiper_news*/

.swiper_news {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.swiper_news .swiper-slide {
    text-align: left;
    font-size: 18px;
    /* Center slide text vertically */
    -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_news_pic{ width: 100%; text-align: center;}
.swiper_news_pic img{ width: 100%;}
.swiper_news_time{ width: 100%;  text-align: left; font-size: 18px; line-height: 30px; color: rgba(11, 78, 159, 1);}

.swiper_news_tit{ width: 100%;  margin-top: 14px;}
.swiper_news_tit a{ font-size: 18px; color: rgba(30, 30, 30, 1); line-height: 22px;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.swiper_news_tit:hover a{ color: rgba(11, 78, 159, 1);}

.swiper_news_ms{
    width: 100%;
    margin-top: 6px;
    color: rgba(100, 100, 100, 1);
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 15px;
}
.swiper_news_more{
    width: 100%;
    border-top: solid 1px rgba(220, 220, 220, 1);
    padding-top: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.swiper_news_more a{
    font-size: 14px;
}

.indexd{
    padding: 80px 0 100px 0;
    background: #F1F1F1;
}
.indexd_list{
    width: 100%;
    margin-top: 70px;
}
.indexd_list ul{
    padding-left: 0;
}


.indexd_div{
    background: #B2D1E3;
    width: 100%;
    height: 100%;
    padding: 100px 30px;
    text-align: center;
}
.indexd_div span{
    color: #000000;
    font-size: 26px;
    line-height: 30px;
    display: inline-block;
    margin-bottom: 10px;
    letter-spacing: 2px;
}
.indexd_div p{
    color: #000000;
    font-size: 14px;
    line-height: 22px;
}
.indexd_div a{
    display: inline-block;
    margin-top: 88px;
    padding: 5px 30px;
    background: #ffffff;
    border-radius: 8px;
}
.indexd_div a:hover{
    opacity: 0.7;
}

.indexh{
    background: #ffffff;
    padding: 50px 0;
    text-align: center;
}
.indexh img{
    display: inline-block;
    max-width: 100%;
}



.footer_bot{
    text-align: center;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 20px 0;
}
.footer_bot span{
    font-size: 14px;
    line-height: 24px;
    color: #000000;
}
.footer_bot span a{
    font-size: 14px;
    line-height: 24px;
    color: #000000;
}

footer{
    padding-right: 0 !important;
    padding-left: 0 !important;
    /*padding-top: 65px;*/
    /*background: -o-linear-gradient(to right,rgba(141, 175, 216, 1), rgba(204, 221, 228, 1));*/
    /*background: -moz-linear-gradient(to right,rgba(141, 175, 216, 1), rgba(204, 221, 228, 1));*/
    /*background: -ms-linear-gradient(to right,rgba(141, 175, 216, 1), rgba(204, 221, 228, 1));*/
    /*background: -webkit-linear-gradient(to right,rgba(141, 175, 216, 1), rgba(204, 221, 228, 1));*/
    /*background: linear-gradient(to right,rgba(141, 175, 216, 1), rgba(204, 221, 228, 1));*/
}
.footer_top{
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 50px;
    padding-top: 50px;
    background: #B2D1E3;
}
.footer_logo{
    display: inline-block;
    margin-right: 10px;
}
.footer_logo img{
    height: 36px;
}
.footer_a{
    display: inline-block;
    font-size: 14px;
}
.footer_a a{
    font-size: 16px;
    color: #000000;
    margin-left: 5px;
}
.footer_a a:hover{
    color: rgba(141, 175, 216, 1);
}
.footer_top_left{
    max-width: 430px;
}
.footer_top_left span{
    width: 100px;
    display: inline-block;
   padding-bottom: 18px;
    font-size: 16px;
    color: rgba(65, 101, 144, 1);
    line-height: 18px;
    border-bottom: solid 1px rgba(65, 101, 144, 1);
    margin-bottom: 20px;
}
.footer_top_left p{
    font-size: 14px;
    color: rgba(65, 101, 144, 1);
    line-height: 28px;

}
.footer_ewm{
    display: flex;
}
.footer_ewm dd{
    width: 110px;
    margin-left: 30px;
    text-align: center;
}
.footer_ewm dd img{
    width: 100%;
}
.footer_ewm dd span{
    font-size: 14px;
    line-height: 28px;
    color: rgba(65, 101, 144, 1);
}
.footer_tel{
    margin-top: 70px;
    width: 100%;
    text-align: right;
    font-size: 16px;
    color: rgba(65, 101, 144, 1);
}

/*企业简介*/
.about_img{
    width: 100%;
    padding: 150px 0;
}
.about_img img{
    width: 100%;
}
.about_title{
    width: 100%;
    border-bottom: dashed 1px rgba(112, 112, 112, 1);
    padding-bottom: 50px;
}
.about_title span{
    font-size: 40px;
}
.about_info{
    width: 100%;
    padding: 55px 0;
    font-size: 17px;
    line-height: 44px;
}

.nybanner{
    width: 100%;
    height: 460px;
    overflow: hidden;
    background-size: cover !important;
}
.hx_h{
    width: 100%;
    /*height: 100px;*/
}
.cp_list{
    width: 100%;
    padding: 150px 0 100px 0;
}
.cp_list ul{
    padding-left: 0;
}
.cp_list ul li{
    margin-bottom: 35px;
    overflow: hidden;
}
.nybanner{
    display: flex;
    justify-content:center;
    flex-direction:column;
    align-items:center;
}
.nybanner_title{
    width: 100%;

}
.nybanner_title span{
    padding-left: 20px;
    height: 100px;
    line-height: 80px;
    font-size: 46px;
    color: #ffffff;
    display: block;
    background: url("../images/n_title.png") left top no-repeat;
}
.nybanner_title p{
    padding-left: 20px;
    font-size: 26px;
    line-height: 30px;
    color: #ffffff;
}
/*动态*/
.dt_list{
    width: 100%;
    padding: 150px 0;
}
.dt_list ul{
    padding-left: 0;
}
.dt_list ul li{
    margin-bottom: 40px;
}
.dt_list_div{
    width: 100%;
}
.dt_list_img{
    width: 100%;
}
.dt_list_img img{
    width: 100%;
}
.dt_list_title{
    width: 100%;
    background: rgba(242, 242, 242, 1);
    padding: 15px 10px;
    text-align: center;
}
.dt_list_title a{
    font-size: 18px;
    line-height: 24px;
}

/*联系我们*/
.lx_a{
    padding: 60px 0;
}
.lx_a_map{
    width: 100%;
    position: relative;
    margin-top: 60px;
}
.lx_a_bt{
    position: absolute;
    right: 0;
    top: -50px;
    width: 250px;
    height: 130px;
    background: rgba(141, 175, 216, 1);
    overflow: hidden;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    display: flex;
    justify-content:center;
    flex-direction:column;
    align-items:center;
    font-size: 30px;
    color: #ffffff;
    line-height: 30px;
}
.lx_a_left{
    padding: 0 15px;
}
.lx_a_left span{
    font-size: 18px;
    color: rgba(50, 50, 50, 1);
    display: block;
    margin-bottom: 5px;
}
.lx_a_left p{
    font-size: 18px;
    color: rgba(50, 50, 50, 1);
}
.lx_a_right{
    padding: 0 15px;
}

.lx_b{
    padding-bottom: 100px;
}

.lx_a_list{
    width: 100%;
}
.lx_a_list dd{
    width: 100%;
    border-top: solid 1px rgba(238, 238, 238, 1);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 30px 0;
}
.lx_a_div{
    padding: 0 15px;
}
.lx_a_div span{
    font-size: 18px;
    color: rgba(50, 50, 50, 1);
    display: block;
    margin-bottom: 5px;
}
.lx_a_div p{
    font-size: 18px;
    color: rgba(50, 50, 50, 1);
}

.lxwm_msg_m{
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 76px;
}

.lxwm_ly{
    padding: 70px 0;
    height: 750px;
    background: url("../images/ly_bj.png") top center no-repeat;
    background-size: cover !important;
}

.lxwm_msg{
    width: 788px;
}
.lxwm_msg ul{
    padding-left: 0;
}
.lxwm_msg ul li{
    margin-bottom: 30px;
}
.lxwm_msg_div{
    width: 100%;
}
.lxwm_msg_div label{
    font-size: 16px;
    margin-bottom: 10px;
}
.lxwm_msg_div label i{
    margin-right: 5px;
    color: rgba(40, 139, 204, 1);
}
.lxwm_msg_div input{
    width: 100%;
    border:none;
    height: 50px;
    padding: 0 15px;
}
.lxwm_msg_div textarea{
    width: 100%;
    border:none;
    height: 180px;
    padding: 15px;
}

.lxwm_msg_but{
    width: 100%;
    height: 50px;
    background: rgba(141, 175, 216, 1);
    color: #ffffff;
    font-size: 16px;
    border: none;
}

.nybanner_s{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nybanner_s form{
    width: 600px;
    height: 50px;
    background: #ffffff;
    border-radius: 38px;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.nybanner_s form button{
    width: 10%;
    border: none;
    background: none;
}
.nybanner_s form button i{
    color: rgba(87, 91, 102, 1);
    font-weight: bold;
}
.nybanner_s form input{
    width: 90%;
    border: none;
    font-size: 16px;
}


.zp_list{
    width: 100%;
    padding: 150px 0;
}
.zp_list ul{
    padding-left: 0;
}
.zp_list ul li{
    margin-bottom: 40px;
}
.zp_list ul li .zp_div{
    width: 100%;
    background: rgba(204, 221, 228, 1);
    border-radius: 8px;
    overflow: hidden;
    padding: 50px 0;

}
.zp_list ul li .zp_div a{
    color: #ffffff;
    font-size: 32px;
    font-weight: bold;
    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;
    width: 100%;
    height: 100%;
    line-height: 32px;
    overflow: hidden;
}
.zp_list ul li:hover .zp_div{
    background: rgba(141, 175, 216, 1);
}
.zp_div_on{
    background: rgba(141, 175, 216, 1) !important;
}

/*产品*/
.cp_div{
    position: relative;
    width: 100%;
    height: 100%;
    background: #EEEEEE;
}
.cp_img_zz{
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    /*pointer-events: none;*/
    
}
.cp_img_zz img{
    width: 100%;
    height: 100%;
}
.cp_div:hover .cp_img_zz{
     opacity: 1;
     bottom: 0;
}
.cp_div_img{
    margin-top: -2px;
    width: 100%;
    overflow: hidden;
}
.cp_img_zz a{
    display: block;
    width: 100%;
    height: 100%;
}
.cp_div_img img{
    width: 100%;
}
.cp_title{
    width: 100%;
    padding: 20px 15px;
}
.cp_title i{
    font-size: 14px;
    color: #000000;
    display: block;
}
.cp_title span{
    font-size: 18px;
    color: #000000;
    display: block;
    margin-top: 5px;
}

.cp_banner{
    width: 100%;
    overflow: hidden;
}
.location{
    width: 100%;
    color: #000000;
    margin-bottom: 20px;
    font-size: 16px;
}
.location span{
    color: #7399AC;
}

.show_banner{
    width: 100%;
    height: 130px;
    background-size: cover !important;
}

.cp_show_div{
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.showdiv{
    padding: 120px 0;
}

.cp_show_left{
    width: 49%;
}
.cp_show_img{
    width: 100%;
}
.cp_show_img img{
    width: 100%;
}

.cp_show_right{
    width: 49%;
    font-size: 16px;
    line-height: 26px;
}
.cp_show_right img{
    max-width: 100%;
}

/*new 20240714 新闻列表*/
.news_list{
    width: 100%;
    padding-top: 150px;
    padding-bottom: 50px;
}
.news_list ul{
    padding-left: 0;
}
.news_list ul li{
    width: 100%;
    margin-bottom: 30px;
    border-bottom: dashed 1px rgba(231, 231, 231, 1);
    padding-bottom: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.news_list_img{
    width: 28%;
    overflow: hidden;
    position: relative;
}
.news_list_img img{
    width: 100%;
}

.news_list_right{
    width: 69%;
    padding-top: 15px;
}
.news_list_right a{
    font-size: 24px;
    line-height: 26px;
    display: block;
    margin-bottom: 15px;
}
.news_list_right a:hover{
    color: #B0D381;
}
.news_list_right p{
    font-size: 15px;
    color: rgba(102, 102, 102, 1);
    line-height: 24px;
}
.news_list_time{
    margin-top: 30px;
    width: 100%;
    font-size: 15px;
    color: rgba(153, 153, 153, 1);
}

/*new 20240714 招贤纳士*/
.job_list{
    width: 100%;
    margin-top: 150px;
    padding-bottom: 50px;
    background: rgba(252, 252, 252, 1);
}
.job_list ul{
    padding-left: 0;
}
.job_list ul li{
    width: 100%;
    border-bottom: dashed 1px rgba(231, 231, 231, 1);
    padding: 30px;
}
.job_list ul li:hover .job_list_left a{
    color: rgba(65, 101, 144, 1);
}
.job_list_top{
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 15px;
}
.job_list_left a{
    font-size: 18px;
    font-weight:bold;
    color: #000000;
}
.job_list_left span{
    font-size: 14px;
    color:rgba(187, 187, 187, 1);
    margin-left: 20px;
}
.job_list_gsm{
    font-size: 18px;
    font-weight:bold;
    color: #000000;
}
.job_list_jg{
    width: 100%;
    margin-bottom: 15px;
    font-size: 16px;
}
.job_list_jg span{
    color: rgba(65, 101, 144, 1);
    font-weight: bold;
    display: inline-block;
}
.job_list_jg i{
    display: inline-block;
    margin-left: 20px;
    background: rgba(239, 239, 239, 1);
    border-radius: 25px;
    padding: 2px 20px;
    font-size: 14px;
    color: rgba(187, 187, 187, 1);
}
.job_list_p{
    width: 100%;
    font-size: 15px;
    line-height: 26px;
    color: rgba(100, 100, 100, 1);
}