html, body {
    margin: 0;
    padding: 0;
}/*------------ style -----------------*/
*{box-sizing: border-box;margin: 0; padding: 0;}
body,html{background: #FAFAFA;}
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;}
.fr{float: right;}
.block{display: block;}
.inline-block{display: inline-block;}
.hide{display: none;}
.allWidth{width: 1200px;margin: 0px auto;}

/***************************head***************************/
.head{height: 120px; line-height: 120px; overflow: hidden;background: url("../images/index-header.png") no-repeat 0 0;background-size: cover;}
.logoBox .head_left{display: none;}
.head_left .text{width:486px;height:58px;background: url(../images/header-text.png)no-repeat center left;margin-top: 31px;background-size: contain;}
.phone_logo{width: 100px}
.logoBox .phone_logo{
  display: none;
}
.phone_logo img{width: 100%;margin-top:18px;margin-left: 10px}
.cl_img{}
.logoBox .head_right{display: none}
.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: 40px; line-height: 40px; border: 1px solid #565656; margin-top: 40px;background-color: #fff;border-radius: 20px;}
.search input{float: left; width: 160px; padding-left: 11px; height: 40px;color:#666;}
.search button{float: left; height: 28px; padding: 0 12px; background: none;margin-top: 5px;}

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:60px;background:#0074e8;text-align:center;width: 1200px;margin:0 auto;}
.logo{margin:16px 0}
.bgImg{margin-top: 25px;}

/* ====================== index_nav =========================*/

.logoBox{ height: 60px; background: #fff;}
.logo{width: 180px;}
.logo img{float: left;}
.nav{width: 1200px;height:60px;line-height:60px;margin:0 auto;}
.navbar_ul{display: flex;justify-content: space-between}
.navbar_ul li{ 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: #6e6e6e; }
.navbar_ul>li a.action{color: #2F318B ;}
.navbar_ul>li:hover a{color:#2F318B ;}
/*.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: 42px; 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;}
.navbar_ul li .menu>li:hover>a{color:#fff ; background: #2F318B}
.navbar_ul li .menu>li>.menu-three>li{line-height: 45px;}
.navbar_ul li .menu>li>.menu-three>li:hover>a{color: #2F318B;}
.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{
  width: 1200px;
  margin: 0 auto;
  height:340px;
}
/*.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: 1200px;height: 100%;}
.swiper-button-prev {left:40px!important;}
.swiper-button-next{right:40px!important;}

/*------------ main-content -----------------*/
.common_title{height:52px;line-height:52px; border-bottom: 1px solid #ccc;margin-bottom: 24px;}
.common_title span{color: #666666;font-size:24px;cursor:pointer;float:left;margin-right:28px}
.common_title span.normal{height:52px;color:#222222;font-size: 24px;border-bottom: 3px solid #1C1D8E;}
.common_title .more a{color:#333;; 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{background-color: #fff;width: 1200px;margin: 0 auto;padding:40px 20px;margin-top: 40px;}
.contents .allWidth {width: 100%;}
.one_floor{overflow: hidden;height:444px;}
.swiper_two {
  width: 580px;
  height: 495px; float: left;
  border: 1px solid #ccc;
}
.swiper_two .swiper-wrapper{width: 100%; height: 100%;}
.swiper_two .swiper-slide img{width: 580px; height: 100%; }
.swiper_two .swiper-slide_img{width: 580px; height: 100%;; 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: 49px;
  background: rgba(0,0,0,0.54);
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 20px;
  height: 94px;
  width: 100%;
  padding: 0 20px;
  z-index: 10;}
.hiSlider-title a:hover div{color:  #fff;}
.swiper-pagination{width: auto !important; right: 10px; left:auto!important;}
.news_tit{
  line-height: 20px;
  color: #FFFFFF;
   margin-top: 16px;
  white-space: nowrap;       /* 禁止换行 */
  overflow: hidden;          /* 隐藏溢出内容 */
  text-overflow: ellipsis;   /* 使用省略号表示溢出内容 */
  width: 100%;
  font-weight: 500;
}

.news_con{font-weight: 500;color: #fff;font-size: 14px;white-space: nowrap;       /* 禁止换行 */
  overflow: hidden;          /* 隐藏溢出内容 */
  text-overflow: ellipsis;   /* 使用省略号表示溢出内容 */
  width: 100%;margin-top: 8px;line-height:20px}

.message_tab{width: 540px;}
.list_cover{margin-top: 2px;}
.list_cover ul li { height: 32px;margin-bottom: 10px;display: flex;align-items: center;}
.list_cover ul li .date{margin: 7px 14px 0 0;width: 60px;}
.list_cover ul li .date .dd{ color: #2F318B; font-size: 36px; font-weight: 600;text-align: center; }
.list_cover ul li .date .yy{ color: #333333; font-size: 14px; font-weight: 600;text-align: center; }
.list_cover ul li a{display: inline-block; width: 435px; white-space: nowrap;       /* 禁止换行 */
  overflow: hidden;          /* 隐藏溢出内容 */
  text-overflow: ellipsis;margin-left: 4px;}
.list_cover ul li a .message_list_tit{width:90%;white-space: nowrap;       /* 禁止换行 */
  overflow: hidden;          /* 隐藏溢出内容 */
  text-overflow: ellipsis;font-size: 16px;font-weight: 400;color: #333333;
}
.list_cover ul li a .message_list_con{font-size: 12px;color: #666666; margin-top: 16px;}
.list_cover ul li a:hover div{color: #2F318B;}

.two_floor {margin-top: 40px;overflow: hidden;}
.two_floor .header-title{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #D3D3D3;
  font-weight: 500;
  font-size: 24px;
  color: #222222;
  line-height: 28px;
}
.two_floor .header-title .dwjl{
  border-bottom: 3px solid #2F318B;
  padding-bottom: 12px;
}
.two_floor .header-title .more{
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.two_floor ul li{ float: left;margin:24px 32px 5px 0}
.two_floor ul li:nth-child(4){margin-right: 0;}
.two_floor ul li a .message_list_tit{width: 266px; height: 324px; position: relative; overflow: hidden;background-color: #FCFCFC}
.two_floor ul li a .message_list_tit .text1{
  font-size: 18px;
  color: #222222;
  line-height: 32px;
  margin-top: 20px;
  margin-bottom: 12px;
  white-space: nowrap;       /* 禁止换行 */
  overflow: hidden;          /* 隐藏溢出内容 */
  text-overflow: ellipsis;
  width: 100%;
  padding: 0 8px;
}
.two_floor ul li a .message_list_tit .text2{
  padding: 0 8px;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  overflow: hidden;          /* 隐藏溢出内容 */
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.two_floor ul li a .message_list_tit .time{
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding: 0 8px;
}
.two_floor ul li a .message_list_tit .time img{

}
/*
.two_floor ul li a p span{position: absolute;height: 170px;width:100%; line-height: 170px; text-align: center; color: #fff; font-size:20px; filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#AA000000,endcolorstr=#AA000000);background: rgba(0,0,0,0.3);}
*/
.two_floor ul li a p 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;}

.two_floor ul li a:hover p img{-webkit-transform:scale(1.05);transform:scale(1.05);}

.three_floor{margin-top: 40px;overflow: hidden;display: flex;justify-content: space-between}
.three_floor .left{
  width: 560px;
}
.three_floor .right{
  width: 560px;
}
/*新增首页三级*/
.three_floor li{
  margin-bottom: 18px;
}
.three_floor .message_list_tit{
  display: flex;
}
.three_floor .message_list_tit img{
  width:160px;
  max-height:95px;
  margin-right: 28px;
  object-fit:cover;
}
.three_floor .message_list_tit .right{
  border-bottom: 1px dashed #D9D9D9;
  padding: 8px 0;
}
.three_floor .message_list_tit .right p:nth-child(1){
  font-weight: 400;
  font-size: 18px;
  color: #0A0A0A;
  line-height: 28px;
  margin-bottom: 26px;
}
.three_floor .message_list_tit .right p:nth-child(2){
  font-weight: 400;
  font-size: 16px;
  color: #696969;
  line-height: 20px;
}
.three_floor .right ul li{
  border-bottom: 1px dashed #DADADA;
  font-size: 16px;
  color: #222222;
  line-height: 32px;
  padding: 12px 0;
  margin-bottom: 0;
}
.three_floor .right ul li a{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
/*新增首页三级结束*/
.djky_tab{width: 788px;}
.zzry_tab{width: 376px;height: 410px; 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: 600px;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;}
.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 .bd{overflow: hidden; padding: 35px 0;}
.zzry_tab .bd .tempWrap{width:100% !important;}
.zzry_tab .bd ul{width: 9999px;}
.zzry_tab .bd ul li{overflow: hidden; float: left; padding-left: 20px;}
.zzry_tab .bd ul li a img{height: 275px;}

.four_floor{margin-top: 40px; overflow: hidden;}
.yqlj_tab{width: 788px;height: 200px;}

.yqlj_tab_img li{float: left; width: 376px;text-align: center; height: 55px;line-height: 50px; border-radius: 10px;/*box-shadow: 0px 1px 3px 3px#f5f5f5;*/ border:1px solid #eee; margin-top: 20px;margin-left: 17px;}
.yqlj_tab_img li:hover{box-shadow: 0px 1px 3px 3px#f5f5f5;border:none;}
.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: 40px;overflow: hidden;}

#first ul li{ width: 232px;list-style:none; float:left; margin-right: 35px;}
#first ul li img{width:232px;height:136px;}
#first ul li p:nth-child(1){width: 232px; height: 136px; 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: 60px; background: #2F318B;text-align: center;line-height: 60px;}
.footer p{color: #fff; font-size: 14px; line-height: 28px;padding-top: 20px;}
.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/2022/8/2bafd4cd9059877c.png);position: fixed;top: 0; left: 0; bottom: 0;right: 0;z-index: 99999;display: none;}


/*channel*/
/*开始详情页左侧菜单和右侧内容*/
/*详情页上面的图片*/
.detail_top_img{
  width: 1200px;
  margin:0 auto;
  position: relative;
}
.detail_top_img p{
  position: absolute;
  top: 76px;
  font-weight: 500;
  font-size: 40px;
  color: #FFFFFF;
  line-height: 48px;
  left: 518px;
}
.page_con{margin-top:20px;}
.right_page{float:right;width:960px;min-height:600px;padding:0px 20px;border-left:1px solid #DADADA}
.right_page .address{height:72px;line-height:72px;color:#333;border-bottom:1px solid #DADADA;}
.right_page .address .add_title{font-size:24px}
.right_page .address .local a{color:#878282;}
.page_list{margin-top:8px}
.page_list li{height:56px;line-height:56px;color:#333;font-size:16px;padding:0 16px;border-bottom:1px dashed #DADADA;overflow:hidden}
.page_list li a{color: #333;}
.page_list li.time{
  color: #666;
}
.page_list li:hover{background: #fbfbfb;}
.page_list li:hover a,.page_list li:hover i{color: #235496;}
/*图文列表样式*/
.page_list_imgt-text li{
  border-bottom: 1px solid #DADADA;
  padding: 40px 0;
}
.page_list_imgt-text li .title{
  font-size: 20px;
  color: #000000;
  line-height: 32px;
  margin-bottom: 113px;
}
.page_list_imgt-text li .right-text{
  margin-left: 40px;
  width: calc(100% - 290px);
}
.page_list_imgt-text li .right-text .fl{
  width:24px;
  height: 24px;
  background: url(../images/detail-right.png) no-repeat;
  background-size: 100%;
}
.page_list_imgt-text li .right-text  .time{
  font-size: 16px;
  color: #666666;
}
.page_list_imgt-text li:hover .title{
  color: #2F318B;
}
.page_list_imgt-text li:hover .right-text .fl{
  background: url(../images/detail-right-active.png) no-repeat;
}
/*图文列表样式结束*/
/*视频详情样式开始*/
.details_video{
  padding-bottom: 40px;
  border-bottom: 1px solid #DADADA;
}
.details_video .title{
  font-weight: 500;
  font-size: 20px;
  color: #333333;
  line-height: 23px;
  text-align: center;
  margin-top: 40px;
}
.details_video .time{
  font-weight: 400;
  text-align: center;
  font-size: 14px;
  color: #888888;
  line-height: 16px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.details_video video{
  width: 640px;
  margin-left: 160px;
  height: 410px;
}
/*视频详情样式结束*/
/*图文详情开始*/
.details_text .title{
  font-weight: 500;
  font-size: 20px;
  color: #333333;
  line-height: 23px;
  text-align: center;
  margin-top: 40px;
}
.details_text  .time{
  font-weight: 400;
  font-size: 14px;
  color: #888888;
  line-height: 16px;
  text-align: center;
  margin-top: 20px;
}
.details_text .details{
  font-size: 16px;
  color: #404040;
  line-height: 28px;
  margin-top: 40px;
  border-bottom: 1px solid #DADADA;
  text-align: center;
}
.details_text .details p{
  text-indent: 20px;
  margin-bottom: 40px;
  text-align: left;
}
.details_text .details img{
  width: 624px;
  height: 426px;
  margin:0 auto;
  margin-bottom: 40px;
  display: flex;
  margin-top: 40px;
}
  /*图文详情结束*/
.pagination-wrap{display: flex;justify-content: center;margin-top: 40px;}
.pagination a{
  padding: 8px 18px;float: left;border: 1px solid #E5E4E4;margin: 2px 5px;
}
.pagination a.active{background: #2f318b;color: #fff;}
.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: 8px 18px;float: left;border: 1px solid #E5E4E4;margin: 2px 5px;}
.page_num .page >li > a{color: #333;border: 1px solid #E5E4E4;}
.page_num .page .pageBtn{background: none;padding: 0;margin: 0;border: 0 none;}
.page_num .page .pageBtn li{
  border: 0 none;
}
.page_num .page .pageBtn a{padding: 8px 18px;margin: 2px 5px;float: left;}
.page_num .page .pageBtn a.active{background: #2f318b;color: #fff;}
.page_num .page li span{color: #2f318b;}
.page_num-pian{
  margin-top: 24px;
  text-align: left;
}
.page_num-pian li{
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}
.page_num-pian li:hover a{
  color: #2f318b;
}
.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/2024/3/3521915b1f825e38.jpg) 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 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: 240px;margin-bottom:20px;}
.left-menu .title{background: #2F318B; line-height: 72px;height: 72px;font-size: 24px;font-weight: bold;text-align: center;color: #fff;}

.left-menu .list{font-size: 18px;color: #333333;text-align: center;line-height: 60px;background-color: #fff;}
.left-menu .list li{width:240px;margin-left: -1px;border-bottom:1px solid #DADADA;}
.left-menu .list li:last-child{border-bottom:none;}



.left-menu .list li a{color:#333;display: block;}

.left-menu .list li a.normal,.left-menu .list li a:hover{border-right:4px solid #2F318B;font-size:18px;color:#2F318B; 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;}
.current{color:#2F318B!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;}
/*channel结束*/

/*-------------- 公司资质 ----------------*/
.right_page .address{border-bottom:1px solid #ccc;;}
.page_list_a li{float: left; margin-right: 73px; margin-bottom: 30px;}
.page_list_a li p:nth-child(1){width:234px; height:180px;border: 1px solid #ccc;}
.page_list_a li p:nth-child(1) span{width:212px; height:158px;background: #F1F1F1;display: inline-block;margin-top: 10px;margin-left: 10px;text-align: center;line-height: 150px;}
.page_list_a li:nth-child(3n+0){margin-right: 0px;}
.page_list_a li p img{ max-width:158px; max-height:112px;box-shadow: 1px 1px 9px 4px #ccc;}
.page_list_a li p:nth-child(2){width:234px;line-height: 55px;font-size: 14px;text-align: center;}
.page_list_a{overflow: hidden;}
/*-------------- 社会招聘 ----------------*/
.page_list_b li{float: left; margin-right: 40px; margin-bottom: 30px;width:270px; height: 214px; background: #F8F8F9;padding:20px 35px;}
.page_list_b li:nth-child(3n+0) { margin-right: 0px;}
.page_list_b li p:nth-child(1){width: 215px;font-size: 18px;color: #333333;font-weight: 600;}
.page_list_b li p{font-size: 14px;color: #3e3c3c;line-height:29px;}
.page_list_b li p span{color:#898989;padding-right:8px;}
.page_list_b li:hover{ background:#2F318B}
.page_list_b li:hover p{ color:#fff;}
.page_list_b li:hover p span{ color:#fff;}
.page_list_b{overflow:hidden;}

.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: 1px 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;}

