/*------------ 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: 40px; line-height: 40px;  background: #EFEFEF; overflow: hidden;}
.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;}
.search input{float: left; width: 160px; padding-left: 6px; height: 28px;color:#666;}
.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:130px;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;}
.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: #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_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:#fff;height:42px;color:#fff;background: #2F318B;padding: 0 22px;}
.common_title .more a{color:#2F318B;; 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;}
.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;}
.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: 100%;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: 184px; background: #2F318B;}
.footer p{color: #fff; font-size: 14px; line-height: 28px;}
.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/2022/8/2bafd4cd9059877c.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/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: 260px;margin-bottom:20px;}
.left-menu .title{background: #2F318B; line-height: 82px;height: 82px;font-size: 30px;font-weight: bold;text-align: center;color: #fff;border: 1px solid #2F318B;border-radius: 15px 15px 0 0px;}

.left-menu .list{font-size: 16px;text-align: center;line-height: 60px;border: 1px solid #2f318b;border-top:none;}
.left-menu .list li{width:260px;margin-left: -1px;border-bottom:1px solid #2f318b;}
.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{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;}

.page_con{margin-top:40px;}
.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{margin-top:15px}
.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: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: 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;}

