/*------------ style -----------------*/
*{box-sizing: border-box;margin: 0; padding: 0;}
body,html{background: #fff;}
body{word-break: break-all; font: 12px/1.5 'microsoft yahei', 'simsun', sans-serif, tahoma, arial, 'Hiragino Sans GB', sans-serif;}
button,img,em{border: 0;}
img{vertical-align: middle;}
li,ul{list-style: none;}
i{font-style: normal;}
a{text-decoration: none; outline: none; cursor: pointer; color: #000;}
a:hover{text-decoration: none;}
input,textarea{outline: none;}
em,i{font-style: normal; font-weight: normal;}
table{border-collapse: collapse; border-spacing: 0;}
label{display: block;}
/*------------ class -----------------*/
.clearfix{display: inline-table}
*html .clearfix{height: 1%}
*+html .clearfix{min-height: 1%}
.clearfix{display: block}
.clearfix:after{content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clear{clear: both;}
.center{text-align: center;}
.auto-0{margin: 0 auto;}
.bold{font-weight: bold;}
.ell{overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.cursor{cursor: pointer;}
.fl{float: left}
.ft{float: left;height: 20px}
.ft {
  position: relative;
  height: 20px
}

.ft::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 270px;
  width: 1px;
  background-color: #ccc;
  margin-left: 10px;
  height: 73px;
}

.fr{float: right;}
.block{display: block;}
.inline-block{display: inline-block;}
.hide{display: none;}
.allWidth{width: 1200px;margin: 0px auto;}

/***************************head***************************/
.head{height: 40px; line-height: 40px;  background: #232532; overflow: hidden;}
.head_left .text{font-size: 13px; color: #FFFFFF;}
.cl_img{width: 20px; height: 20px; margin: 10px 6px 0 0;background: url(../images/icon01.png)no-repeat center left;}
.head_btn a{padding: 0 6px; display: inline-block;font-size: 12px; color: #565656; height: 14px; line-height: 14px; border-left: 1px solid #565656;}
.head_btn a:first-child{border:none;}

.search form{height: 30px; line-height: 30px; border: 1px solid #fff; margin-top: 5px;display:none;}
.search input{float: left; width: 160px; padding-left: 6px; height: 28px;color:#fff;}
.search button{float: left; height: 28px; padding: 0 12px; background: none;}

input {
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #4d4d4d;
  font-size: 12px;
  background: none;
}

.party img{max-width:100%}


/*------------ header -----------------*/
.logoBox{height:80px;background:#0074e8;text-align:center}
.logo{margin:16px 0}
.bgImg{margin-top: 25px;}

/* ====================== index_nav =========================*/

.logoBox{ height: 95px; background: #fff;}
.logo{width: 180px;}
.logo img{float: left;height: 63px;}
.nav{width: 1020px;height:33px;line-height:33px;margin: 35px 0 0;position: relative;left: 189px;}
.navbar_ul li{width: 102px; float: left; font-size: 16px; position: relative;}
.navbar_ul li:last-child{border-bottom: none !important;}
.navbar_ul li a{display: block;}
.navbar_ul>li>a{color: #000000; }
.navbar_ul>li a.action{color: #013E95;}
.navbar_ul>li:hover a{color:#013E95;}
/*.navbar_ul>li:hover:after{content: ''; position: absolute;left: 35px;bottom: 0px; right: 0;height: 3px;width: 34px;background-color: #2F318B;}*/
.navbar_ul>li a.action>.arrow_em{width: 13px; height: 7px; position: absolute; left: 50%; margin-left: -4px; bottom: 0;}
.navbar_ul li:hover .menu{display: block;}
.navbar_ul li .menu{background:  #fff; z-index: 9; width: 150%;margin-left: -25%; display: none; position: absolute; top: 30px; left: 0; }
.navbar_ul li .menu>li{margin: 0;  line-height: 26px; width:100%;border-bottom: 1px dotted #ccc;  }
.navbar_ul li .menu>li a{font-size: 16px;color: #333;padding: 10px 0;background: rgba(255, 255, 255, 0.1);border: 1px solid #FFFFFF; }
.navbar_ul li .menu>li:hover>a{color:#fff; background-color: #013E95;}
.navbar_ul li .menu>li>.menu-three>li{line-height: 45px;}
.navbar_ul li .menu>li>.menu-three>li:hover>a{color: #013E95;}
.navbar_ul>li .menu>li>.menu-three{position: absolute; top: 0; left: 120px; display: none;background:rgba(255,255,255,.8);}
.navbar_ul>li a.action:after{
  content: '';
  position: absolute;
  left: 35px;
  bottom: 0px;
  right: 0;
  height: 3px;
  width: 34px;
  background-color: #2F318B;
}
.navbar_ul .three_menu{width: 100%;display:none;position: absolute;top: 0;left: 100%;background: #e6f4ff;}
.navbar_ul .three_menu > li:hover{background: #fff;font-weight: bold;}
.navbar_ul .menu > li:hover .three_menu{display:block;}
.three_menu li{width:100%;}
.navbar_ul .four_menu{width: 100%;display:none;position: absolute;top: 0;left: 100%;background: #e6f4ff;}
.navbar_ul .four_menu > li:hover{background: #fff;font-weight: bold;}
.navbar_ul .three_menu > li:hover .four_menu{display:block;}
.four_menu li{width:100%;}

/* .navbar_ul li::after{
content: '';
position: absolute;
left: 35px;

bottom: -5px;
right: 0;
height: 3px;
width: 34px;
background-color: #2F318B;
} */


/*banner*/

.swiper_one {
  width: 100%;
  
  
  
}

.swiper-slide {
  background: #fff;
  
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper_one a{ width: 100%;height: 100%;}
.swiper-button-prev {left:40px!important;;}
.swiper-button-next{right:40px!important;;}

/*------------ main-content -----------------*/
.common_title{height:42px;line-height:42px; border-bottom: 1px solid #ccc;}
.common_title span{color:#333333;font-size:20px;cursor:pointer;float:left;margin-right:26px}
.common_title span.normal{color:#333333;height:42px;color:#333333; border-bottom: 2px solid #013E95;padding: 0 4px;font-weight: 600;}

.common_title .more a{color:#696969; font-size: 14px;}
.common_title .more a:hover{font-weight:bold;}
.other_title{ padding: 0 10px;border-bottom: none; }
.other_title span.normal{color:#fff;border-bottom:none; background: #2F318B;padding: 0 10px;}
.other_title .more a{color: #2F318B;;}
.overflowH{ overflow: hidden; }

/*centent*/
.contents{margin-top: 40px;}

.contents_right {
  display: flex;
  flex-direction: column;
  position: fixed;
  right: 0;
}

.contents_right img {
  width: 88px;
  height: 85px;
  margin-bottom: 10px;
}

#backToTop {
  cursor: pointer;
}
.one_floor{overflow: hidden;}
.swiper_two {
  width: 580px;
  height: 495px; float: left;
  /* border: 1px solid #ccc; */
}  
.swiper_two .swiper-wrapper{width: 100%; height: 376px;}
.swiper_two .swiper-slide img{width: 580px; height: 376px; }
.swiper_two .swiper-slide_img{width: 580px; height: 376px; overflow: hidden;}
.swiper_two .swiper-slide_img img{transition:all 0.3s ease 0s;-moz-transition:all 0.3s ease 0s;-webkit-transition:all 0.3s ease 0s;-ms-transition:all 0.3s ease 0s;}
.swiper_two .swiper-slide:hover img{transform: scale(1.05);}
.swiper-pagination span{width: 10px; height: 10px;}
.swiper-pagination-bullet{background: #2676e3 !important;opacity:1!important;;}
.swiper-pagination-bullet-active{background: #fff!important;}
.hiSlider-title{position: absolute;
  bottom: -118px;
  font-size: 14px;
  height: 118px; 
  width: 100%;
  padding: 0 10px;
  color: #fff;
  z-index: 10;
  background:#FBFBFB;
}
.hiSlider-title a:hover div{color:  #2F318B;}
.swiper-pagination{width: auto !important; right: 10px; left:auto!important;}
.news_tit{
  font-weight: 600;
  color: #333333;
  font-size: 16px; padding: 14px 0; margin-top: 5px;}
.news_con{font-weight: 400;color: #666666;font-size: 14px;}

.message_tab{width: 580px;}
.list_cover{margin-top: 2px;}
.list_cover ul li { height: 90px; border-bottom: 1px solid #ccc;}
.list_cover ul li .date{margin: 7px 14px 0 0;width: 60px;}
.list_cover ul li .date .dd{ color: #013E95; font-size: 36px; font-weight: 599;text-align: center; height: 44px}
.list_cover ul li .date .yy{ color: #333333; font-size: 14px; font-weight: 600;text-align: center; height: 15px}
.list_cover ul li a{display: inline-block; width: 505px; margin-top: 20px;}
.list_cover ul li a .message_list_tit{font-size: 16px;font-weight: 600;color: #333333;}
.list_cover ul li a .message_list_con{font-size: 12px;color: #666666; margin-top: 8px;}  
.list_cover ul li a:hover div{color: #2F318B;}

.two_floor {margin-top: 40px;overflow: hidden;}
.two_floor img{width: 1200px;} 


.three_floor{margin-top: 40px;overflow: hidden;}
.djky_tab{width: 678px;}
.zzry_tab{width: 482px;height: 395px; overflow: hidden;}
.djky_img{width: 152px; height: 96px; overflow: hidden;}

.djky_img img{transition:all 0.3s ease 0s;-moz-transition:all 0.3s ease 0s;-webkit-transition:all 0.3s ease 0s;-ms-transition:all 0.3s ease 0s;width:152px;}
.djky_img:hover img{-webkit-transform:scale(1.05);transform:scale(1.05);}
.djky_con{width: 500px;height: 96px; border-bottom: 1px solid #ccc; padding: 10px 0;}
.djky_con a:hover  p{color: #2F318B ;}
.djky_cover ul li{margin: 20px 0; overflow: hidden;}
.action-list ul .list-brief { background: none; padding-left:4px; display: flex; align-items: flex-start;}

.action-list ul .list-brief > a .tit { color: #0A0A0A; font-size: 20px; margin-bottom: 4px;margin-top: -4px;font-weight: bold;  }
.action-list ul .list-brief > a .txt { height: 52px; line-height: 25px;margin-bottom: 11px; }
.action-list ul .list-brief > a .txt > span { color: #0A0A0A ; font-size: 12px;}
.action-list ul .list-brief img { width: 238px;height: 148px; margin-right: 10px;}

.action-list ul .time { background: none;  padding-left:1px;line-height:20px; font-size: 14px;color: #787878;text-align:right;}
.action-list ul .time .icon-time { float: left; }
.action-list ul .time > a {border-bottom: 1px dashed #ddd;float: right;width: 300px;}
.action-list ul .time > a .title {margin-top: -8px;border: none;margin-bottom: 0px;font-size: 15px;color: #222;white-space: nowrap;}
.action-list ul .time > a .content { margin-top: -6px; font-size: 12px; margin-top: -4px; }
.action-list ul .time .icon-time .r { background: #FBA73A; color: #fff; display: block; float: none; text-align: center; height: 24px; line-height: 24px; font-size: 18px; border-radius: 4px 4px 0 0; }
.action-list ul .time .icon-time .n { background: #fff; border: 1px solid #ddd; border-top: none; height: 22px; line-height: 22px; padding:0 3px;}

.action-list{position: relative;margin-top: 20px;}
.action-list ul li{line-height: 33px;overflow: hidden;}
.action-list ul li a{color:#333333;float:left;font-size: 16px;margin-top: 5px}
.action-list ul li a:hover{color:#034FA1;}
.action-list ul li i{font-size: 8px;float: left;margin:2px 5px 0 0;color:#a7a8a8;}
.action-list ul li span{float:right;color:#666;font-size:16px;margin-top: 6px;}
.action-list .ul table{width:100%;}
.action-list .ul table td{line-height:42px;}

.djky_con p:nth-child(1){font-size: 16px;font-weight: 600; color: #333333;}
.djky_con p:nth-child(2){font-size: 12px; color: #666666;padding:5px 0 ;}
.djky_con p:nth-child(3){font-size: 12px; color: #666666;}


.zzry_tab .bd1{overflow: hidden; padding: 18px 0;width:476px;}
.zzry_tab .bd1 .tempWrap{width:100% !important;}
.zzry_tab .bd1 ul{width: 9999px;}
.zzry_tab .bd1 ul li{overflow: hidden; float: left; padding-left: 20px;}
.zzry_tab .bd1 ul li a img{height: 296px;}

.four_floor{margin-top: 40px; overflow: hidden;}
.yqlj_tab{width: 1200px;height: 200px;}

.yqlj_tab_img li{float: left;
  width: 287px;
  text-align: center;
  height: 80px;
  line-height: 80px;
  border-radius: 10px;
  /* box-shadow: 0px 1px 3px 3px#f5f5f5; */
  border: 1px solid #eee;
  margin-top: 20px;
  margin-right: 13px;
  background: rgb(255, 255, 255);}
.yqlj_tab_img li:hover{box-shadow: 0px 1px 3px 3px#f5f5f5;border:none;}
.yqlj_tab_img li a img{width: 258px;}
.fwdt_tab{width: 376px;}
.fwdt_con{margin-top: 32px!important; overflow: hidden;}
.fwdt_con li{float: left;  margin-right: 25px; border-radius: 5px;padding: 5px 0;text-align: center;}
.fwdt_con li:nth-child(3){margin-right: 0px;}
.fwdt_con li a p:nth-child(1):hover{background: #2F318B !important;}
.fwdt_con li a p:nth-child(2):hover{color:#2F318B ;}
.fwdt_con li:nth-child(1n) a p:nth-child(1){background: #FFBA74;}
.fwdt_con li:nth-child(2n) a p:nth-child(1){background:#6799CC;}
.fwdt_con li:nth-child(3n) a p:nth-child(1){background:#FF8787;}
.fwdt_con li a p:nth-child(1){width: 107px; height: 68px; line-height: 68px; border-radius: 5px;}
.fwdt_con li a p:nth-child(2){color: #535353; padding-top: 10px; font-size: 14px; }


.five_floor{margin-top: 5px;overflow: hidden;}

#first ul li{ width: 232px;list-style:none; float:left; margin-right: 35px;}
#first ul li img{width:232px;height:252px;}
#first ul li p:nth-child(1){width: 232px; height: 252px; overflow: hidden;}
#first ul li p:nth-child(1) img{transition:all 0.3s ease 0s;-moz-transition:all 0.3s ease 0s;-webkit-transition:all 0.3s ease 0s;-ms-transition:all 0.3s ease 0s;}
#first ul li p:nth-child(1):hover img{-webkit-transform:scale(1.05);transform:scale(1.05);}
#first ul li p:nth-child(2):hover{color:  #2F318B;}
#scroll{
  width:1200px;
  overflow:hidden;
  height:190px;
  /*overflow:scroll;*/
  margin: 30px auto;
}
#first,#second{
  width:1200px;
  float:left;
  
}
#parent{
  width:1200px;
  overflow:hidden
}

#first ul li p{text-align: center; font-size: 16px; color: #333333;  margin-top: 10px;} 

.footer{width: 100%; height: 168px; background: #232532;}
.footer .a{margin-right:26px;float:left; margin-top: 18px; }

.footer p{color: #fff; font-size: 14px; line-height: 32px;}
.footer .right{color: #fff; font-size: 14px; line-height: 29px;margin-left: 335px;position: relative;
  top: -56px}
.footer .right a {
    color: #fff;
    font-size: 14px;
    line-height: 2px;
  }
.footer .right {
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    margin-left: 335px;
    position: relative;
    display: flex;
    flex-direction: column; 
  }
  
.footer p a{ color:#fff;}
.footer p a:hover{ color:red;}
.erweima{ position: relative;margin-top:-7px;}
.weixin_con { position: absolute;width: 280px;height: 280px;padding: 10px;background: #fff;border-radius: 6px;z-index: 99999; display: none; top: -316px;left: -60px; border: 1px solid #ddd;}
.erweima dd {display: inline-block;}
.erweima img { width: 100px; height: 100px;}
.weixin_con img { width: 280px;height: 280px; position: absolute;top: 50%;left: 50%; margin-left: -140px;margin-top: -140px;}
.weixin_con { width: 100%;height: 100%; background: url(../upload/images/2024/1/af34a52c919c1e0a.png);position: fixed;top: 0; left: 0; bottom: 0;right: 0;z-index: 99999;display: none;}


/*channel*/
.banner_bg{width:100%; height:260px; background:url(../images/bg.png) no-repeat bottom center;background-size: cover;}

.bg1{background:url(../upload/images/2022/8/4fdb92303d56c53e.png) no-repeat  center;background-size: cover;}
.bg2{background:url(../upload/images/2022/8/5e43feb9b454792f.png) no-repeat  center;background-size: cover;}
.bg3{background:url(../upload/images/2022/8/e5158cd5f15a5c83.png) no-repeat  center;background-size: cover;}
.bg4{background:url(../upload/images/2022/8/f099b4f96bbba024.png) no-repeat  center;background-size: cover;}
.bg5{background:url(../upload/images/2022/8/5fcb263457588ae3.png) no-repeat  center;background-size: cover;}
.bg6{background:url(../upload/images/2022/8/cbafca7e23e56bae.png) no-repeat  center;background-size: cover;}
.bg7{background:url(../upload/images/2022/8/5b47f2ab5d0d406f.png) no-repeat  center;background-size: cover;}
.bg8{background:url(../upload/images/2022/8/cebe721e11709b39.png) no-repeat  center;background-size: cover;}
.banner_bg p{ clear:both; text-align: center; color:#fff;}
.banner_bg::before {
  content: '\2022'; 
  color: #f23412;
  font-size: 18px; 
  margin-right: 8px; 
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.banner_bg p:nth-child(1){padding-top:60px; font-size:58px;}
.banner_bg p:nth-child(2){padding-top:10px; font-size:22px;letter-spacing: 20px;}
.page{margin-top:40px;}
.left-menu{width: 260px;margin-bottom:20px;margin-top:40px;}

.left-menu .title{background: #013E95; line-height: 100px;height: 100px;font-size: 30px;font-weight: bold;text-align: center;color: #fff;border: 1px solid #2F318B; padding-right:80px; }
.left-menu .title p::after {content: "";display: block; width: 30%;height: 1px;background-color: #fffdfd;margin-top: -25px; margin-left: 40px;}

.left-menu .list{font-size: 16px;text-align: center;line-height: 60px;border: 1px solid #DADADA;border-top:none;background: #FFFFFF;}
.left-menu .list li{width:260px;margin-left: -1px;border-bottom:1px solid #DADADA;padding-right:85px;}
.left-menu .list li:last-child{border-bottom:none;}
.left-menu .list li a { display: flex;align-items: center;}
.left-menu .list li a { display: flex;align-items: center;margin-left: 34px}
.left-menu .list li a img {width: 18px;height: 18px; margin-left: auto; margin-right: 14px;}
.left-menu .list li a::before {
  content: '\2022'; 
  color: #DADADA;
  font-size: 18px; 
  margin-right: 8px;
}
.left-menu .list li a.current::before {
  color: #013E95;
}
.left-menu .list li a:hover::before {color: #013E95;}
.left-menu .list li a.normal,
.left-menu .list li a.normal::before,
.left-menu .list li a:hover {
  color: #013E95;
  background: url(../upload/images/2022/8/dafb30084318e58.png) no-repeat;
  background-position-x: 210px;
  background-position-y: 25px;
  font-weight: 900;
}
.left-menu .list li a i{float:right;}
.left-menu .list li a i img{margin-right:30px;}
.page_list_a li{float: left; margin-right: 33px; margin-bottom: 30px;}
.page_list_a li p:nth-child(1){width:210px; height:194px;border: 1px solid #ccc;}
.page_list_a li p:nth-child(1) span{    width: 194px;
  height: 145px;
  display: inline-block;
  margin-top: 2px;
  margin-left: 5px;
  text-align: center;
  line-height: 150px;}
.page_list_a li:nth-child(n+0){margin-right: 7px;}
.page_list_a li p img{    width: 194px;
  height: 145px;
  background: #F1F1F1;
  display: inline-block;
  margin-top: 2px;
  margin-left: 5px;
  text-align: center;
  line-height: 150px;}
.page_list_a li p:nth-child(2){width:210px;font-size: 14px;text-align: center;margin-top: -30px}
.page_list_a{overflow: hidden;}
.current{color:#013E95!important;font-weight:bold!important;}


.right-con{width: 826px;margin-bottom:20px;min-height: 500px;}

.location{border-bottom: 2px solid #e1e1e1;margin-bottom:10px;height:34px;}
.location div.fl{height:32px;font-size: 20px;color: #007ab1;font-weight: 700;}
.location ul{margin-top:10px;}
.location ul li,.location ul li a{display: inline-block;color: #808080;font-size: 12px;line-height: 15px;}
.location ul li a{margin-right:5px;}
.location ul li a:hover{color:#3b93dd;}

.page_con{background: #FAFAFA;}
.right_page{float:right;width:890px;min-height:600px;padding:0px 20px;background: #FFFFFF;margin-top: 40px;margin-bottom: 40px;}
.right_page .address{height:66px;line-height:66px;color:#333;border-bottom:2px solid #e5e5e5}
.right_page .address .title{padding:12px 0;margin-top:20px;}
.right_page .address .title .left{padding-left:12px;border-left:6px solid #035BBA;font-size:20px;color:#000000;font-weight:bold;line-height:27px;}

.right_page .address .add_title{font-size:24px}
.right_page .address .local {margin-top: -53px;}

.right_page .address .local a{color:#2f318b;}
.right_page .address .local img{width: 24px;height: 24px;margin-top: -1px;}

.text_content{margin-top:20px;padding-bottom:30px}
.text_content .tit{margin-bottom:30px;}
.text_content .tit h3{color:#013E95 ;font-weight: 700;margin-bottom:14px;font-size: 28px}
.text_content .cont { font-size: 16px;  color: #404040 ; line-height: 34px; border-bottom: 1px solid #BDBDBD;margin-bottom: 20px;}
.text_content .cont p img { max-width: 100%;height:auto !important; margin: 10px auto; display: block; }
.text_content .cont  table { margin: 0 auto; }

/* 详情 */
.Nexts{margin-top:30px;line-height: 28px;}
.Nexts a{display: inline-block;color:#666}

.page_list{margin-top:4px}
.page_list li{height:56px;line-height:56px;color:#333;font-size:15px;padding:0 15px;border-bottom:1px dashed #e1e1e1;overflow:hidden}
.page_list li a{color: #333;}
.page_list li a::before {
  content: '\2022'; 
  margin-right: 8px; 
  font-size: 1.5em; 
  line-height: 0.8em; 
  vertical-align: middle; 
  color: #013E95;
  margin-top: 1px;
  position: relative;
  top: -2px;
}
.page_list li:hover{background: #fbfbfb;}
.page_list li:hover a,.page_list li:hover i{color: #013E95;}
/* 字体大小,颜色 */
.g66{color:#666666;}
.f14{font-size:16px;}

.page_num{margin: 30px 0;font-size: 14px;color: #666;overflow: hidden;}
.page_num .page{display: inline-block;margin: auto;}
.page_num .page >li{padding: 5px 8px;float: left;background: #D3D3D3;margin: 2px 5px;color: #FFFFFF;}
.page_num .page >li > a{color: #FFFFFF;;background: #D3D3D3;}
.page_num .page .pageBtn{background: none;padding: 0;margin: 0;}
.page_num .page .pageBtn a{padding: 5px 11px;margin: 2px 5px;float: left;}
.page_num .page .pageBtn a.active{background: #013E95;color: #FFFFFF;}
.page_num .page li span{color: #000000;}
.page_num .page li{color: #000000;}
.page_num .page .first{color: #FFFFFF;}
.page_num .page .next{color: #013E95;}


/*-------------- 公司资质 ----------------*/
.right_page .address{border-bottom:1px solid #ccc;;}
.page_list_a li{float: left; margin-right: 33px; margin-bottom: 30px;}
.page_list_a li p:nth-child(1){width:210px; height:194px;border: 1px solid #ccc;}
.page_list_a li p:nth-child(1) span{    width: 194px;
  height: 145px;
  display: inline-block;
  margin-top: 2px;
  margin-left: 5px;
  text-align: center;
  line-height: 150px;}
.page_list_a li:nth-child(n+0){margin-right: 7px;}
.page_list_a li p img{    width: 194px;
  height: 145px;
  background: #F1F1F1;
  display: inline-block;
  margin-top: 2px;
  margin-left: 5px;
  text-align: center;
  line-height: 150px;}
.page_list_a li p:nth-child(2){width:210px;font-size: 14px;text-align: center;margin-top: -30px}
.page_list_a{overflow: hidden;width: 870px;border-bottom: 1px solid #BDBDBD;}

/*-------------- 社会招聘 ----------------*/


.zhaop_tit{width: 890px;overflow: hidden;background: #F8F8F9;margin-top:35px;padding:20px 30px;}
.zhaop_tit h4{font-size: 18px;font-weight: 600;color: #333333;}
.zhaop_tit p{font-size: 14px;color: #3e3c3c;line-height:29px;}
.zhaop_tit p span{color:#898989;padding-right:8px;}
.zhaop_tit_a{width:250px;}
.zhaop_tit_b{width:250px;margin-left:120px;}
.fanhui{width: 100%;height: 44px;text-align: center;margin-bottom:50px;}
.fanhui a{ color:#fff;font-size: 14px;text-align: center;line-height:44px;width: 114px; height: 44px;display: inline-block;background: #2F318B;border-radius: 6px;}

/*-------------- content ----------------*/
.con_text{color: #666;padding:0 16px;}
.con_text .tit h4{color:#333;font-size:22px;margin:40px 0 15px;font-weight:normal}
.con_text .tit h6{color:#4d4d4d;font-size:20px;font-weight:normal}
.con_text .tit p{color:#7d7d7d;font-size:15px;border-bottom:1px solid #ddd;margin-top:15px;padding-bottom:20px}
.con_text .tit p span{display:inline !important;}
.con_text .text{margin-bottom:50px;margin-top: 20px; line-height: 34px; font-size: 14px;}
.con_text .text .embed{margin: 0 auto; width: 640px;}
.con_text .text p{margin: 5px auto;}
.con_text .text img{max-width: 100%;width:800px}
.con_text .text video{max-width: 100%;}
.con_text .text table{max-width: 100%;}
.con_text .text table th,.con_text .text table td{padding: 5px 10px;}
.con_text .text li, .con_text .text ul {list-style: auto;}
.con_text .text a{text-decoration: auto;outline: auto;}
.con_text .text a:hover{text-decoration: auto;}
.text_next{padding: 30px 0;line-height: 30px;font-size: 14px;border-top: 0px solid #ddd;}
.text_next a{color: #333;}
.text_next a:hover{color: #2f318b}

/*发展历程*/
.boxA{width: 890px; height: max-content;  padding-bottom: 140px;} 
.boxA h4 p:after{content: '';width: 50px;height: 3px;background: #2f318b; position: absolute; left: 50%; margin-left: -25px;bottom: 0;top: 70px;}
.fzlc_con{width: 1px; height: 100%;background: #ccc;  position: relative;padding-top: 1px; margin:0 auto;margin-top:4px;}
.fzlc_con .a{width: 15px; height: 15px; border-radius: 50%; border:2px solid #2f318b; background: #EAEBFF;margin-left: -7px;display: inline-block;}
.fzlc_con ul li{position: relative;}
.fzlc_con ul li:nth-child(odd){margin-top: 150px; }
.fzlc_con ul li:nth-child(even){margin-top: 150px;}
.fzlc_con .b{width: 350px;  border-radius: 5px; border: 1px solid #ccc; background: #f5f5f5;}
.fzlc_con ul li .b{font-size:14px; padding:18px 20px;color: #626262;}
.fzlc_con ul li:nth-child(odd) .b{position: absolute;left: -420px; }
.fzlc_con ul li:nth-child(even) .b{position: absolute;right: -420px;}
.fzlc_con ul li span{display: inline-block; width: 82px; height: 82px; background:#2f318b; border-radius: 50%; position: absolute; top: -30px; z-index: 1;font-size: 18px;color: #FFFFFF;padding-top:28px;padding-left: 7px;}
.fzlc_con ul li:nth-child(odd) span{left: -100px;}
.fzlc_con ul li:nth-child(even) span{right: -100px;}
/*PDF预览样式*/
.preview-frame{width:100%;height:800px;border: 1px solid #ddd;display:none;}
      .filedownload{margin:10px 0;line-height: 46px;color:#666;font-size: 14px;}
      .filedownload a{display:inline;}
