@charset "UTF-8";
.lsxt_btn{
    color: #444444;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 15px;
    padding: 0 30px;
    display: inline-block;
    border-radius: 5px;
    border: 2px solid #065c9a;
}
.lsxt_btn:hover{
    background: #065c9a;
    color: #fff;
}
.bsds_btn{
    background: #fff;
    border: 2px solid #fff;
    color: #065c9a;
    font-size: 16px;
    width: 140px;
    text-align: center;
    margin: 10px auto 0;
    line-height: 45px;
    display: block;
    border-radius: 5px;
}
/*banner*/
.banner{
    width: 100%;
    height: 535px;
    overflow: hidden;
    position: relative;
	top:0;
}
.banner-box{
	position:absolute;
	left:50%;
	margin-left:-960px;
	width:1920px;
    height: 535px;
}

.content{
    margin-top: 40px;
}

/*about*/
#about{
    margin-top: 40px;
    background: url(../images/about_bg.png) no-repeat right bottom;
}
#about .about_left{
    width: 45.1%;
    float: left;
    position: relative;
}
.about_right{
    width: 50%;
    float: right;
    padding-top: 2%;
}
.about_right h2{
    color: #444444;
    font-size: 40px;
    line-height: 50px;
    position: relative;
    padding-left: 45px;
}
.about_right h2::after{
    content: "";
    position: absolute;
    left:0;
    top: 22px;
    width: 35px;
    height: 4px;
    background: #065c9a;
    display: block;
}
.about_right p{    
    color: #444444;
    font-size: 15px;
    line-height: 25px;
    padding-top: 25px;

}
.about_right a,.team a.nr_more,.honor a.nr_more{
    color: #444444;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 15px;
    padding: 0 30px;
    display: inline-block;
    border-radius: 5px;
    border: 2px solid #065c9a;
}
.about_right a:hover,.team a.nr_more:hover,.honor a.nr_more:hover{
    background: #065c9a;
    color: #fff;
}

.about_gspic{
    margin-top: 40px;
}
.about_gspic ul{
    margin: 0 -10px;
}
.about_gspic ul li{
    width:33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    margin-bottom: 20px;
}
.about_gspic ul li p{
    display: block;
    padding: 0 10px;
}
#about_con{
    margin :45px 0 10px
}
#about_hj{
    background:url(../images/gshj_bg.jpg) no-repeat center center fixed; 
    padding: 45px 0;
}
.hj_left{
    width: 35%;
    float: left;
}
.hj_left h2{
    font-size: 35px;
    color: #fff;
    line-height: 45px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.hj_left h2::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 48px;
    height: 3px;
    background: #fff;
    display: block;
}
.hj_left p{
    color: #ffffff;
    font-size: 15px;
    line-height: 30px;
    padding: 20px 0 35px 0;
}
.hj_left a{
    margin-left: 0;
}
.hj_right{
    width: 53.28%;
    float: right;
    overflow: hidden;
    position: relative;
}
.hj_right .swiper-slide{
    width: 100% !important;
}
.hj_right .swiper-button-next{
    position: absolute;
    top: 50%;
    width: 40px;
    height: 60px;
    z-index: 5;
    margin-top: -30px;
    right: 0;
    cursor: pointer;
    color:#fff;
    font-size: 20px;
    font-family: "宋体";
    background: #012f50;
    text-align: center;
    line-height: 60px;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-slide img {
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
}

.con_left{
    width: 55%;
    float: left;
    height: 360px;
}
.con_right{
    width: 34%;
    float: right;
}
.con_right h2{
    font-size: 35px;
    color:#012f50;
    line-height: 40px;
    position: relative;
    padding-bottom: 10px;
}
.con_right h2::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 48px;
    height: 3px;
    display: block;
    background: #012f50;
}
.con_right h3{
    font-size: 35px;
    color: #012f50;
    line-height: 40px;
    padding: 10px 0 4% 0;
}
.con_right p,.con_right p a{
    color: #333333;
    font-size: 15px;
    line-height: 25px;
}
.con_right h4{
    color: #012f50;
    font-size: 40px;
    line-height: 50px;
}
.con_right h4 span{
    display: block;
    color: #333333;
    font-size: 24px;
    font-weight: 700;
}
.con_right .lsxt_btn{    
    margin-top: 6%;
}

/*honor*/
#honor {
    margin-top: 40px;
    z-index: 999;
}
#honor ul{
    margin: 0 -10px;
}
#honor ul li{
    width:25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    margin-bottom: 20px;
}
#honor ul li a{
    display: block;
    padding: 0 10px;
}
#honor ul li .honor_pic{
    overflow: hidden;
}
#honor ul li .honor_pic img{
    transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
}
#honor ul li:hover .honor_pic img{
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
}
.honor_font{
    text-align: center;
}
.honor_font h2{
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    background: rgba(1,47,80,0.9);
    text-overflow: ellipsis;
    display: -webkit-box;
    word-wrap: break-word;
    word-break: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.bigimg {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: none;
    z-index: 9999;
    border: 10px solid #fff;
    box-sizing: initial;
}
.mask {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: .5;
    filter: Alpha(opacity=50);
    z-index: 98;
    transition: all 1s;
    display: none;
}
.mask>img {
    position: fixed;
    right: 10px;
    top: 10px;
    width: 60px;
}
.partner .container{
    padding-top: 30px;
}
.partner .swiper-container3{
    width: 100%;
    overflow: hidden;
    padding-bottom: 5px;
}
.partner .swiper-slide a{
    display: block;
    -moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
    box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
}
.partner .swiper-pagination3{
    text-align: center;
    margin-top: 10px;
}
.partner .swiper-pagination3 span{
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 50px;
    background: rgba(0,0,0,0.6);
    margin: 2px;
}
.partner .swiper-pagination3 span.swiper-pagination-bullet-active{
    background: rgba(0,0,0,1);
}

/*team*/
.team{
    text-align: center;
    width: 100%;
    background: none;
    margin-top: 40px;
}
.team ul{
    margin: 0 -10px;
}
.team li{
    margin-bottom: 20px;
    width:33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
.team .item{
    position: relative;
    overflow: hidden;
    margin: 0 10px;
}
.team .item .over-lay{
    position: absolute;
    width: 90%;
    left: 5%;
    bottom: 5%;
    text-align: center;
    height: 50px;
}
.team .item:hover .over-lay{
    height: 90%;
    background: rgba(0,0,0,0.8);
}
.team .item .flex_w{
    width: 100%;
    height: 100%;
}
.team .item .flex_w .team-box{
    width: 100%;
}
.team .item h3{
    color: #fff;
    line-height: 50px;
    height: 50px;
    background: rgba(1,47,80,0.9);
    font-size: 18px;
    text-overflow: ellipsis;
    display: -webkit-box;
    word-wrap: break-word;
    word-break: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.team .item:hover h3{
    background: none;
}
.team .item .teawm_js{
    margin: 20px 0;
    max-height: 240px;
    overflow: hidden;
}
.team .item .teawm_js p{
    color: #ffffff;
    font-size: 15px;
    line-height: 24px;
}
.team .item .teawm_js,.team .item a{
    display: none;
}
.team .item a{
    width: 145px;
    height: 45px;
    color: #065c9a;
    font-size: 15px;
    line-height: 45px;
    text-align: center;
    margin: 0 auto;
    background: #fff;
    border-radius: 5px;
}
.team .item:hover .teawm_js,.team .item:hover a{
    display: block;
}

/*team*/
.te_pic{
    float: left;
    width: 40%;
    text-align: left;
}
.te_font{
    width: 55%;
    float: right;
    text-align: left;
}
.te_font h3{
    color: #444;
    font-size: 22px;
    padding: 10px 0;
    border-bottom: 1px solid #d1d1d1;
}
.te_font .te_js{
    color: #555;
    font-size: 15px;
    line-height: 28px;
    padding-top: 20px;
}
#teamxq .xgteam{
    padding-top: 40px;
}
#teamxq .xgteam h2{
    color: #333;
    font-size: 25px;
    position: relative;
    line-height: 30px;
    background: #fff;
    display: inline-block;
    padding: 0 20px;
    margin-bottom: 20px;
}
#teamxq .xgteam h2::after{
    content: "";
    position: absolute;
    left: -50%;
    width: 200%;
    height: 1px;
    background: rgba(1,47,80,0.5);
    top: 15px;
    z-index: -1;
}
#teamxq .xgteam li{
    width:25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
#teamxq .xgteam .item .teawm_js{
    max-height: 130px;
}
#teamxq .xgteam .item .teawm_js p{
    font-size: 14px;
    line-height: 22px;
}


/*left-main*/
.left-main{
    width: 275px;
    float: left;
}
.nav_tab_til{
    background: #34abe7;
    padding: 20px 15px;
    border-radius:5px 5px 0 0;
}
.nav_tab_til h2{
    color: #fff;
    font-size: 22px;
    line-height: 25px;
}
.nav_tab_til h2 span{
    color: #fff;
    font-size:15px;
}
.nav_tab_main li a{
    color: #444444;
    font-size: 16px;
    line-height: 45px;
    padding: 0 30px;
    display: block;
    background: #f1f1f1;
    border-top: 1px solid #cdcdcd;
    position: relative;
}
.nav_tab_main li a::after{
    content: ">";
    position: absolute;
    left: 15px;
    top: 0;
    line-height: 45px;
    color: #444444;
    display: block;
    font-size: 16px;
    font-family: "宋体";
    transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
}
.nav_tab_main li.current a.ny-tab1,.nav_tab_main li:hover a.ny-tab1,.c_nav li:hover a,.c_nav li.current a{
    background: #34abe7;
    color: #fff;
}
.nav_tab_main li.current a.ny-tab1::after,.nav_tab_main li:hover a.ny-tab1::after,.c_nav li:hover a::after,.c_nav li.current a::after{
    color: #fff;
    left:250px;
}
.kjnav{
    margin-top: 25px;
    background: #f1f1f1;
}
.kjnav ul li{
    border-bottom: 1px solid #cdcdcd;
}
.kjnav ul li:last-child{
    border-bottom: none;
}
.kjnav ul li a{
    padding: 20px 0 20px 80px;
    display: block;
}
.kjnav ul li h4{
    color: #555555;
    font-size: 18px;
    line-height: 24px;
}
.kjnav ul li span{    
    color: #34abe7;
    font-size: 15px;
    line-height: 18px;
}
.kjnav ul li.kjnav1{
    background: url(../images/kjnav_icon1.png) no-repeat 25px center;
}
.kjnav ul li.kjnav2{
    background: url(../images/kjnav_icon2.png) no-repeat 25px center;
}
.kjnav ul li.kjnav3{
    background: url(../images/kjnav_icon3.png) no-repeat 25px center;
}


/*content_main*/
.content_main{
    width: 895px;
    float: right;
}

/*pro*/
.c_nav{
    padding:10px 15px;
}
.c_nav .c_nav1{
    margin: 8px 0;
}
.c_nav span{
    color: #333333;
    font-size: 16px;
    line-height: 32px;
}
.c_nav ul{
    display: inline-block;
}
.c_nav li a{
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    border-radius: 20px;
    padding: 0 22px;
    background: #acce22;
    display: block;
    margin-right: 8px;
}

/*about*/
.content{
    margin-bottom: 40px;
    background: none;
}
.about p{
    color: #333;
    font-size: 15px;
    line-height: 28px;
}

/*case_detail*/
.newsdetail{
    margin-top: 30px;
}
.Article-title{
    text-align: center;
    border-bottom: 1px dashed #d1d1d1;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.Article-title h2{
    color: #333;
    font-size: 22px;
}
.Article-title span{
    color: #666;
    font-size: 14px;
    padding: 0 5px;
}
.ca_de-box{
    margin-bottom: 10px;
    color: #333;
    font-size: 15px;
    line-height: 25px;
}
.ca_de-box p,.newsinfo p{
    color: #333;
    font-size: 15px;
    line-height: 25px;
}
.reLink{
    padding-top: 20px;
}

/*store*/
.caselist {
    margin-top: 30px;
}
.caselist ul{
    margin: 0 -10px 25px -10px;
}
.caselist li a h2{
    position: absolute;
    background: rgba(0,0,0,0.6);
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    line-height: 315px;
    text-align: center;
    color: #ffff;
    font-size: 15px;
    font-weight: 700;
    opacity: 0;
    -webkit-transform: scale(0.02);
    -moz-transform: scale(0.02);
    -ms-transform: scale(0.02);
    -o-transform:scale(0.02);
    transform: scale(0.02);
}
.caselist li:hover a h2{    
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 1;
}

/*news*/
.newslist li{
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 20px 0;
    border-bottom: 1px dashed #d0d4d1;
}
.news-box{
    width: 100%;
    float: right;
}
.news-box h2{
    line-height: 30px;
    font-size: 15px;
    margin-bottom: 10px;
}
.news-box h2 a{
    color: #444444;
    font-size: 15px;
    line-height: 30px;
}
.news-box .news_ly {
    margin-top: 15px;
}
.news-box .news_ly span{
    color: #777;
    font-size: 14px;
    line-height: 20px;
    padding-right: 20px;
}
.news-box .news_ly span img{
    padding-right: 8px;
}
.news-box p{
    color: #7b7b7b;
    font-size: 14px;
    line-height: 24px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
}
.newslist ul.newslist2{
    margin:0 -15px;
}
.newslist .newslist2 li{
    border-bottom: none;
    width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.newslist .newslist2 li .news_pic,.newslist .newslist2 li .news-box{
    width: 100%;
}
.newslist .newslist2 li .news_pic{
    margin-bottom: 8px;
}
.newslist li .newslist-dbo{
    margin: 0 15px;
    position: relative;
}
.newslist .newslist2 li .news-box p{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
}
.newslist .newslist2 li .news-dbo{
    width: 76%;
    float: right;
}
.newslist .newslist2 li .news_ly{
    width: 20%;
    float: left;
    position: relative;
    text-align: center;
    margin-top: 10px;
}
.newslist2 li .news_ly h2{
    color: #444444;
    line-height: 45px;
    font-size: 40px;
    border-right: 1px solid #d0d4d0;
}
.newslist2 li .news_ly h2 span{
    color: #444444;
    display: block;
    font-size: 14px;
    padding-right: 0;
}
.newslist2 li .news-box h2{
    margin-bottom:0px;
}
.newslist3{
    margin-bottom: 20px;
}


/*job*/
.job_xz{
    width:100%;
    margin: 35px 0;
}
.job_xz ul{
    margin: 0 -10px;
}
.job_xz li{
    width: 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    text-align: center;
    margin-bottom: 20px;
}
.job_xz li .job_xzbox{
    display: block;
    margin: 0 10px;
    border-radius: 5px;
    -moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
    box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
    overflow: hidden;
}
.job_xz li h2{
    background: #e8e8e8;
    line-height: 55px;
    font-size: 20px;
    color: #194260;
    font-weight: 700;
}
.job_xz li .job_font1{
    background: #fff;
    min-height: 250px;
    text-align: left;
    padding: 10px 20px;
}
.job_xz li .job_font1 p{
    color: #333;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 5px;
}

/*liucheng*/
.liucheng{
    background: url(../images/job_bg3.jpg) no-repeat center top fixed;
    width: 100%;
    background-size: cover;
    height: 100%;
    padding: 1px 0 45px 0;
}
.liuc_box {
    padding-top: 25px;
}
.liuc_box li{
    width: 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.liuc_box li .liuc_main{
    padding: 0 20px;
    text-align: center;
    position: relative;
}
.liuc_box li .liuc_main::after{
    content: "";
    background:url(../images/job_lc.png) no-repeat center center;
    height: 20px;
    width: 40px;
    display: block;
    right: -20px;
    position: absolute;
    top: 35px;
}
.liuc_box li:last-child .liuc_main::after{
    display: none;
}
.liuc_box li .liuc_main h4{
    width: 80px;
    height: 80px;
    background:#fff;
    border-radius: 50px;
    margin: 0 auto;
    color: rgba(1,47,80,1);
    line-height: 80px;
    font-size: 35px;
    font-family: "impact";
    margin-bottom: 20px;
}
.liuc_box li .liuc_main h3{
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
.job_mess{
	padding-top:40px;
}
.job_mess .job-box{
	background:url(../images/mess_rw.png) no-repeat right top;
     background-size: 380px;
}
.job-box .ho_til {
	margin-top:35px;
}
.job-box  .ho_til h2::after{
  z-index:1;
}
.job-box .ho_til h2 span{
	color:#555;
  	font-size:20px;
}
.job_mess .job-box2{
	width:65%;
  	border:1px solid #012f50;
  	border-radius:5px;
  	background:#fff;
    padding:0 20px;
}
.job_mess_box{
    padding:20px 0 30px;
}
.job_mess_box input,.job_mess_box select{
    border-radius: 5px !important;
    border: 1px solid #d1d1d1;
    width: 47.5%;
    line-height: 24px;
    padding: 10px 0 10px 10px;
    font-size: 15px;
    color: #333;
    margin: 5px 1%;
}
.job_mess_box input.address{
	width:98%;
}
.job_mess_box .small-button{
    width: 98%;
    margin: 5px auto;
    height: 44px;
    border-radius: 5px;
    background: #194260;
    color: #fff;
    font-size: 15px;
    line-height: 44px;
    cursor: pointer;
    display: block;
}

/*ment_ys_xz*/
#ment_ys{
    margin-top: 30px;
    padding-top: 10px;
}
.ment_ys_xz{
    border-radius: 5px;
    background: #fff;
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.ment_ys_xz li{    
    width: 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    text-align: center;
    padding: 30px 0;
    position: relative;
}
.ment_ys_xz li::after{
    content: "";
    position: absolute;
    right: 0;
    height: 60%;
    top: 20%;
    width: 1px;
    display: block;
    background: #194260;
}
.ment_ys_xz li:last-child:after{
    display: none;
}
.ment_ys_xz li h2{  
    color: #194260;
    font-size: 30px;
    line-height: 35px;
}
.ment_ys_xz li span{  
    color: #333;
    font-size: 15px;
    line-height: 25px;
    display: block;
}

.job_qs{
    background: url(../images/lines.png) no-repeat center top;
    min-height: 530px;
}
.job_qs .container{
    position: relative;
}
.job_qs .jpb_qs_til{
    padding-top: 50px;
    width: 80%;
    text-align: left;
    margin: 0;
}
.job_qs .jpb_qs_til h2{
    margin-bottom: 10px;
}
.job_qs .jpb_qs_til h2::after{
    left: 0;
    margin-left: 0;
}
.job_qs .jpb_qs_til p{
    line-height: 20px;
    font-size: 15px;
}
.job_qs_box li{
    width: 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    text-align: center;
    position: relative;
}
.job_qs_box li.job_qs1{
    padding-top: 20%;
}
.job_qs_box li.job_qs2{
    padding-top: 12.5%;
}
.job_qs_box li.job_qs3{
    padding-top: 5.5%;
}
.job_qs_box li .jobqs-main{
    width: 50%;
    background: #fff;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    margin: 0 auto;
    padding: 15px 0;
    position: relative;
}
.job_qs_box li:hover .jobqs-main,.job_qs_box li.job_qs2 .jobqs-main{
    background:#194260;
}
.job_qs_box li:hover .jobqs-main::after,.job_qs_box li.job_qs2 .jobqs-main::after{
    border-bottom: 10px solid #194260;
}
.job_qs_box li .jobqs-main::after{
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom: 10px solid #fff;
    top: -18px;
    left: 50%;
    z-index: 9;
    margin-left: -10px;
}
.job_qs_box li .jobqs-main::before{    
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom: 10px solid rgb(8, 8, 8);
    top: -18px;
    left: 50%;
    margin-left: -10px;
}
.job_qs_box li .jobqs-main p{
    color: #194260;
    font-size: 18px;
    line-height: 22px;
}
.job_qs_box li:hover .jobqs-main p,.job_qs_box li.job_qs2 .jobqs-main p{
    color: #fff;
}

/*class*/
#pro {
    max-width: 1030px;
    margin: 40px auto;
}
#pro li{
    width: 100%;
    margin-bottom: 30px;
}
#pro li a{
    display: block;
    position: relative
}
#pro li .pro_main{
    position: absolute;
    width: 54%;
    left: 40px;
    top: 20px;
    bottom: 20px;
}
#pro li .pro_main h2,.pro_dboxs h2{
    color: #043254;
    font-size: 35px;
    line-height: 40px;
    padding-top: 4%;
    font-weight: 700;
}
#pro li .pro_main h4,.pro_dboxs h4{
    color: #043254;
    font-size: 24px;
    padding: 10px 0 30px;
}
#pro li .pro_main p,.pro_dboxs p{
    color: #444444;
    font-size: 16px;
    font-weight: 400;
}

/*pro_xq*/
.pro_dboxs{
    position: absolute;
    top: 0;
    height: 100%;
    width: 38%;
}
.pro_xq li{
    background: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
    -moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
    box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
    padding: 35px 20px;
}
.pro_xq li:hover{
    background: #043254;
}
.pro_xq li .pro_xqjs{
    padding-top: 20px;
    font-size: 15px;
    line-height: 24px;
}
.pro_xq li .pro_xqjs p{
    font-size: 15px;
    line-height: 24px;
}
.pro_xq li:hover h2,.pro_xq li:hover h3,.pro_xq li:hover h3 span,.pro_xq li:hover .pro_xqjs,.pro_xq li:hover .pro_xqjs p{
    color: #fff;
}
.pro_xq li:hover .pro_xqtil{
    border-bottom: 1px solid rgba(255,255,255,0.5);
    padding-bottom: 15px;
}
.pro_xq li h2{
    width: 60%;
    float: left;
    color :#333;
    font-size: 24px;
    font-weight: 700;
}
.pro_xq li h3{
    width: 30%;
    float: right;
    text-align: right;
    color :#043254;
    font-size: 24px;
    font-weight: 700;
}
.pro_xq li h3 span{
    font-weight: 700;
    font-family: "宋体";
    padding-left: 10px;
    color :#043254;
}
.pro_xq .team{
    margin-top: 0;
}
.pro_xq .team a{
    padding: 0 45px;
}

/*news*/
.news{
    margin-top: 35px;
}
.news li{
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px dashed #d1d1d1;
    padding-bottom: 20px
}
.news li .news_pic{
    width: 28%;
    float: left;
}
.news_font{
    width: 68%;
    float: right;
}
.news_font span{
    color: #777;
    font-size: 15px;
    line-height: 25px;
}
.news_font h3{
    margin : 10px 0 20px 0;
    font-size: 18px;
    line-height: 25px;
}
.news_font h3 a{
    color: #333;
    font-size: 18px;
    line-height: 25px;
    height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-weight: 700;
}
.news_font p{
    color: #333;
    font-size: 15px;
    line-height: 24px;
    height: 72px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;

}

/*news_xq*/
.news_xq {
    max-width: 1000px;
    margin: 40px auto 0;
}
.news_xq .news_til{
    border-bottom: 1px dashed #d1d1d1;
    text-align: left;
    padding-bottom: 10px;
}
.news_xq .news_til h2{
    color: #333;
    font-size: 22px;
    line-height: 24px;
    padding-bottom: 15px;
}
.news_xq .news_til span{
    color: #666;
    font-size: 14px;
    line-height:24px;
}
.news_xq .news_xqbox{
    margin: 20px 0;
    min-height: 150px;
}
.news_xq .news_xqbox,.news_xq .news_xqbox p{
    color: #444;
    font-size: 15px;
    line-height: 24px;
}

.news_page{
    border-top: 1px solid #d1d1d1;
    padding-top: 15px;
}
.news_page span{
    width: 48%;
    display: block;
    float: left;
    line-height: 20px;
    height: 20px;
    color: 666;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.news_page span:last-child{
    text-align: right;
    float: right;
}




@media screen and (max-width: 768px) {
   .news_font{ width:100%}
   .news_pic{ display:none}
   .news_xqbox img{ max-width:100%; height:auto !important}
}
