/*------------ 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;}
.fr{float: right;}
.block{display: block;}
.inline-block{display: inline-block;}
.hide{display: none;}
.allWidth{width: 1200px;margin: 0px auto;}

/***************************head***************************/
.head{height: 36px; line-height: 36px;  background: #000A20; overflow: hidden;}
.header{height: 123px;line-height: 123px;  overflow: hidden;  background: url('/images/bag_box.png') no-repeat ;margin-top: -12px;}

.head_left .text{font-size: 12px; color: #565656;}
.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 #565656; margin-top: 5px;display:none;background: #ffffff}
.search input{float: left; width: 160px; padding-left: 6px; height: 28px;color:#666;}
.search button{float: left; height: 28px; padding: 0 12px; background: none;}

.head_right{height: 36px; line-height: 36px; overflow: hidden;position: relative;}

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:130px;text-align:center}
.logo{margin:16px 0}
.bgImg{margin-top: 25px;}
.side{margin-left:30px;margin-top:5px;}
.sideBox{ padding:5px; height:110px; overflow:hidden;margin-bottom:15px;}
.sideBox .bd{ padding:5px 0 5px 5px;  }
.sideBox .bd li{ height:36px; line-height:36px; overflow:hidden;font-size:18px;color:#fff;font-weight: 700;letter-spacing: 2px; }

/* ====================== index_nav =========================*/

.logoBox{ height: 95px;}
.logo{width: 427px;}
.logo img{float: left;width: 427px;margin-top: 10px;}

.menuBox{ height: 36px; line-height: 36px;background: #023770;}
/* .nav{width: 1020px;height:42px;line-height:42px;margin: 35px 0 0;} */
.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: #FFFFFF; }
.navbar_ul>li a.action{color: #FFFFFF;}
.navbar_ul>li:hover a{color:#FBA73A;}
/*.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: 35px; 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: #015198}
.navbar_ul li .menu>li>.menu-three>li{line-height: 45px;}
.navbar_ul li .menu>li>.menu-three>li:hover>a{color: #015198;}
.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: #015198;
}
.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%;}


/*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 #035BBA;}
.common_title span{color:#333333;font-size:20px;cursor:pointer;float:left;margin-right:26px}
.common_title span.normal{color:#fff;height:42px;color:#fff;background: #035BBA;padding: 0 22px;}
.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; }

.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;}
      
/*centent*/
.contents_box{margin-top: 40px;margin-bottom:17px;}
/* .contents{min-width:1200px;width:1200px;margin:0 auto;;
} */
.contents{margin-top: 40px;overflow: hidden;}

.content_bgc{background: url("/images/bgc_content.png") no-repeat;width:100%;}
.content .title{color:#474747;border-bottom:2px solid #ddd;margin-bottom:9px;position: relative}
.content_list{width:375px;float:left;margin-right:37px;margin-bottom:20px;}
.content_list .title a{padding: 2px 5px 7px 5px;display:block;position: relative;margin-bottom:-2px;}
.arrow_em{width:9px;height:4px;background: url(/images/listarrow.png) no-repeat;position: absolute;left:50%;margin-left:-4px;bottom:0;}
.content_list .title .txt{display: block;text-align: center;}
.content_list .title a.txt{color:#333;}
.content_list .title a.more{color:#666;top:3px;position: absolute;right:0;}

.content .slideBox{width:375px;height:245px;float:left;position: relative;margin-right:37px;margin-top:5px;}
.content .slideBox img{width:375px;height:245px;}
.content .slideBox li span{display: block;width:100%;color:#fff;background: #333;height:30px;line-height: 30px;position: absolute;left:0;bottom:0;opacity:.8;text-indent: 10px;}


.contents_right {
  display: flex;
  flex-direction: column;
  position: fixed;
  right: 0;
  z-index:99999;
}

.contents_right img {
  width: 88px;
  margin-bottom: 10px;
}

.kefu_con {
    width: 100%;
    height: 100%;
    background: url(/images/qrbg.png);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99999;
    display: none;
}

.kefu_con img {
    width: 280px;
    height: 280px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -140px;
    margin-top: -140px;
}

#backToTop {
  cursor: pointer;
}

.slideBox2 .hd{height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.slideBox2 .hd ul{overflow:hidden; zoom:1;}
.slideBox2 .hd ul li{float:left;margin-right:8px;width:12px; height:12px;background:#fff; cursor:pointer; border-radius:50%;}
.slideBox2 .hd ul li.on{ background:#035BBA}

/*切换*/
.list_box a{margin-right:16px;color:#474747;}
.list_box span{margin-right:20px;color:#474747;}
.action_list_info .title span.a_on{color:#af0100;font-weight: bold;cursor: pointer;}
.content_list .title a.a_on{border-bottom:2px solid #035BBA;color:#333;font-weight: bold;}

/*列表*/
.action-list ul .list-brief { background: none; padding-left:4px;}
.action-list ul .list-brief > a .tit { color: #f23412; font-size: 15px; margin-bottom: 4px;margin-top: -4px; }
.action-list ul .list-brief > a .txt { height: 52px; overflow: hidden; line-height: 18px; margin-bottom: 10px; text-indent:2em; }
.action-list ul .list-brief > a .txt > span { color: #666; }
.action-list ul .time { background: none; margin-bottom: 18px; padding-left:0;line-height:30px; }
.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: #333333;white-space: nowrap;}
.action-list ul .time > a .content { margin-top: -6px; font-size: 12px; margin-top: -4px;color: #404040; }
.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;}
.action-list ul li{line-height: 33px;overflow: hidden;}
.action-list ul li a{color:#333;float:left;}
.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:12px;}
.action-list .ul table{width:100%;}
.action-list .ul table td{line-height:42px;}

/* 底部列表 */
.fwdt_box ul  li { text-align: center; margin: 0px 11px; width: 70px; }
.fwdt_box ul  li a { color: #333; font-weight: 700; font-size: 12px; }
.fwdt_box ul  li a img { display: block;height: 50px;width: 50px;margin: 0 auto; }
.fwdt_box ul li:hover a { color: #000000; font-weight: 700; }

.fwdt_box ul .list { text-align: center; margin: 0px 11px; width: 358px; }
.fwdt_box ul .list a { color: #333; font-size: 15px;font-weight: 500 }
.fwdt_box ul .list:hover a { color: #000000; font-weight: 500;}

.fwdt_box .list li{line-height: 33px;overflow: hidden;}
.fwdt_box .list li a{color:#333;float:left;}
.fwdt_box .list li a:hover{color:#034FA1;}
.fwdt_box .list li i{font-size: 8px;float: left;margin:2px 5px 0 0;color:#a7a8a8;}
.fwdt_box .list li span{float:right;color:#666;font-size:12px;}
.fwdt_box .list table{width:100%;}
.fwdt_box .list table td{line-height:42px;}


/* 字体大小,颜色 */
.f16{font-size:16px;}
.f17{font-size:19px;}

.f14{font-size:16px;}
.g33{color:#000000;}
.g66{color:#666666;}


.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;}
.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: #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: 490px; 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: 16px;}  
.list_cover ul li a:hover div{color: #2F318B;}

.two_floor {margin-top: 40px;overflow: hidden;}
.two_floor ul li{ float: left;margin:20px 36px 5px 0}
.two_floor ul li:nth-child(6){margin-right: 0;}
.two_floor ul li a p{width: 170px; height: 170px; position: relative; overflow: hidden;}
.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;}
.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: 3px;overflow: hidden;}

#first ul li{ width: 232px;list-style:none; float:left; margin-right: 35px;}
#first ul li img{width:288px;height:88px;}
#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:140px;
  /*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: 184px; background: #015198;}
.footer p{ color: #FFFFFF;font-size: 12px;}
.footer p a{ color:#fff;}
.footer .a{margin-right:26px;float:left; margin-top: 15px; }
.footer .txt,.footer .txt a{color:#fff;display: inline-block;line-height: 24px;}
.footer .txt{margin-top:20px;}
.friendly-link { margin-top: -10px; }
.friendly-link > div {    
  float: left;
  color: #015198;
  width: 150px;
  text-align: center;
  font-size: 16px;
  position: relative;
  line-height: 28px;
  background: url(/images/triangle.png) no-repeat 120px 4px #f1f1f1;
  margin: 0 5px;
  margin-top: 20px;
  border-radius: 4px;
  cursor: pointer;
  background-size: 25px 20px;
  
}
/* 二维码 */
.erweima dd{display:inline-block;margin-top: -17px;}
.erweima dd a{color:#fff;text-align: center;line-height:22px;display: block;}
.erweima{ position: relative;margin-top:-7px;}
.erweima img { width: 100px; height: 100px;}

.friendly-link > div > span { display: block; }
.friendly-link > div > ul { display: none; padding: 10px 4px; }
.friendly-link > div > ul > li { width: 100%; line-height: 20px; padding: 5px 0; border-bottom: 1px dashed #ddd; }
.friendly-link > div > ul > li a { display: block; color: #333; font-size: 13px; }
.friendly-link > div > ul > li a:hover { color: #a2030e; }

.img-fixed > span.cha{position: absolute;bottom: 5px;right: 5px;border: 1px solid #ddd;height: 18px;line-height: 18px;width: 18px;text-align: center;color: #ddd;border-radius: 50%;cursor: pointer;}
.weixin_con{
  width: 100%;
    height: 100%;
    background: url(/images/qrbg.png);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99999;
    display: none;
}
.weixin_con img{width:280px;height: 280px;position: absolute;top:50%;left:50%;margin-left:-140px;margin-top:-140px;}

/*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 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: #035BBA; 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: 53px;border: 1px solid #2f318b;border-top:none;background: #FFFFFF;}
.left-menu .list li{width:260px;height:60px;margin-left: -1px;border-bottom:1px solid #2f318b;margin-right:60px;}
.left-menu .list li:last-child{border-bottom:none;}


.left-menu .list li a {
  color: #333;
  display: inline-block;
  vertical-align: middle;
}
.left-menu .list li img { display: inline-block;vertical-align: middle; margin-left:-61px;height: 20px;width: 20px;}
.left-menu .list li a.normal,.left-menu .list li a:hover{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: 870px;margin-right:30px;} */
.right-con{width: 870px;background: #FFFFFF;margin-bottom: 40px;margin-top: 40px;padding: 0px 20px}
.right-con .title{border-bottom: 1px solid #e2e2e2;padding:12px 0;margin-top:20px;}
.right-con .title .left{padding-left:12px;border-left:3px solid #035BBA;font-size:20px;color:#000000;font-weight:bold;line-height:32px;}
/* 分页 */
.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: #e8e8e8;margin: 2px 5px;}
.page_num .page >li > a{color: #035BBA;;background: #e8e8e8;}
.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: #035BBA;color: #fff;}
.page_num .page li span{color: #035BBA;}
/*详情*/
.Nexts{margin-top:30px;line-height: 28px;}
.Nexts a{display: inline-block;color:#666}

.text_content{margin-top:20px;padding-bottom:30px}
.text_content .tit{margin-bottom:30px;}
.text_content .tit h3{color:#035BBA;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; }
.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:0px;}
.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_box{background: #FAFCFF;}
.page_con{}
.right_page{float:right;width:890px;min-height:600px;padding:0px 20px}
.right_page .address{height:66px;line-height:66px;color:#333;border-bottom:1px solid #e5e5e5}
.right_page .address .add_title{font-size:24px}
.right_page .address .local a{color:#2f318b;}
.page_list{}
.page_list li{height:56px;line-height:56px;color:#333;font-size:15px;padding:0 15px;border-bottom:1px dashed #e1e1e1;overflow:hidden;background: #FFFFFF}
.page_list li a{color: #333;}
.page_list li:hover{background: #fbfbfb;}
.page_list li:hover a,.page_list li:hover i{color: #235496;}

/* .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: #e8e8e8;margin: 2px 5px;}
.page_num .page >li > a{color: #2f318b;;background: #e8e8e8;}
.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: #2f318b;color: #fff;}
.page_num .page li span{color: #2f318b;} */

/*-------------- 公司资质 ----------------*/
.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;}
/*-------------- 社会招聘 ----------------*/
.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;}

