﻿/* CSS Document */
html, body, div, h1, h2, h3, h4, h5, h6,hr, p, blockquote, dl, dt, dd, ul, ol, li,
pre, form, fieldset, object, code,legend, button, input, textarea, label,th, td, a, img {
    margin: 0; padding: 0; border: 0;  outline: 0;
} 

/*清除内外边距*/
h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size: 100%; }

ul, ol, li, dl, dt, dd { list-style: none; list-style-type: none; }

body {
    margin: 0px; padding: 0px;
    font-size: 16px; font-family: "Microsoft YaHei";
}
/*table{ margin:0 auto;}*/
table { table-layout: fixed; word-wrap: break-word; } 
i{font-style:normal;} 
img { vertical-align:middle;border: none; }

a { color: #000; text-decoration: none;}
a:hover {color: #17348a; text-decoration: none;} 
.clearfix:after { visibility: hidden;display: block;font-size: 0;content: " "; clear: both; height: 0; }

* html .clearfix { zoom: 1; }
/* IE6 */
*:first-child + html .clearfix { zoom: 1; }
/* IE7 */
.clear { clear: both; } 
.fl_l { float: left; }
.fl_r { float: right; } 

/*顶部及底部公用部分*/
.maincenter{max-width:1720px; margin:0 auto;}

.headerbox{/*border-bottom:solid 1px #669fd5;*/ padding:18px 0 25px 0;}

.headerboxcurr{/* border-bottom:solid 1px #d9d9d9;*/ padding:18px 0 25px 0;}
.headerline{margin-top:25px; height:1px; background-color:#fff; opacity: 0.4;}
.headercurrline{margin-top:25px; height:1px; background-color:#d9d9d9; }

.headernav, .headernavcurr{position:relative;}
.logobox{position:relative; height:60px;}
.logobox>a{margin-right:55px;}
.logobox::after{content:' '; position:absolute; left:240px; top:0; width:1px; height:60px; border-left:solid 1px #66a2d7;} 
.headernavcurr .logobox::after{border-left:solid 1px #d9d9d9;}

.menuswitch,.menuclose{position:absolute; right:0; top:10px; cursor:pointer;}
  
.mask{position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0, 0, 0, .5); z-index:9998; display:none;}
.menubox{background:rgba(230, 230, 230, .98); position:fixed; top:0; width:100%; z-index:99999; box-shadow:0 0 5px 5px #f5f5f5; display:none;}
.menucurr{
    display:block;
    animation: menumove .5s ease;
    -webkit-animation: menumove .5s ease; /*Safari and Chrome*/
} 

.ix_txt{box-sizing:border-box; padding:60px 50px 0 0; text-align:right;}

.navbox {display:flex; justify-content:space-between; margin-top:70px; }
.navbox ul{width:145px;}
.navbox ul li.pm{font-weight:bold; font-size:24px; color:#000; margin-bottom:30px; padding-left:15px;}
.navbox ul li.cm{font-size:16px; color:#6a6a6a; } 
.navbox ul li.cm a{display:block; height:44px; line-height:44px; padding-left:15px; border-left:solid 4px transparent;}
.navbox ul li.cm a:hover{border-left:solid 4px #17348a; background:#fff; color:#17348a;}
 
.lxbox{display:flex; justify-content:space-between; margin-top:80px; padding:20px 0 35px; border-top:solid 1px #d9d9d9;}
.lxbox ul{width:800px; display:flex; flex-wrap:wrap; align-content:center;}
.lxbox ul li{width:400px; line-height:40px; display:flex; align-content:center;}
.phone span{font-size:22px; color:#17348a; font-weight:bold;}
.ewmbox{text-align:center;}

  
.footer { padding: 0; height:55px; position:fixed; bottom:0; left:0; right:0; margin:0 auto; background: #17348a;} 
.footer .footerwrap{display: flex; justify-content: space-between; align-items:center; }
.footer .copyright {font-size:14px; color:#fff; line-height:55px;}
.footer .flinkbox{ position:relative; box-sizing:border-box; padding:0px 15px; width:250px; height:30px; line-height:30px; font-size:14px; background:#f1f1f1; color:#888888; cursor:pointer; }
.footer .flinkbox::after{ content: ' '; position: absolute; right: 12px; top: 12px; width: 0; height:0; border-width: 6px;  border-style: solid; border-color: #888888 transparent transparent transparent}
.footer .flinkbox ul{display:none; position:absolute; bottom:30px; left:0; width:100%; box-sizing:border-box; background:#fff; border-top-left-radius:5px; border-top-right-radius:5px; border:solid 1px #ddd; border-bottom:none;}
.footer .flinkbox ul li { line-height: 30px; font-size: 14px; color: #888888; padding:0 10px;} 
.footer .flinkbox ul li a { color: #17348a; }
 

.footerbox{background:#17348a; padding-top:75px; box-sizing:border-box; height:505px; overflow:hidden;}
.footerwrap{}
.footmenu{display:flex; justify-content:space-between;}
.cominfo{width:280px; color:#fff;}
.cominfo .footerlogo{}
.cominfo .footerlogo>img{width:245px;}
.cominfo .address{font-size:16px; font-weight:bold; line-height:30px; padding:40px 0 20px; }
.cominfo .phone{font-size:30px; font-weight:bold; font-family:'Arial';}
.cominfo .wechat{margin:40px 0 65px; position:relative; cursor:pointer;} 
.cominfo .wechat span.ewm{
    display:none; text-align:center; background:#fff; white-space:nowrap; font-size:16px;  
    border:solid 1px #ddd; border-radius:5px; /*box-shadow:0 0 3px 3px #eee;*/ 
    position:absolute;  top:-20px; left:60px;
}
.cominfo .wechat:hover span.ewm{display:block;}  
.cominfo .wechat span.ewm img{width:105px; height:105px; vertical-align:middle; margin:0; padding:0; border:none;}
.cominfo .wechat span.ewm::before{
    position: absolute;
    top: 35px;
    left: -16px;
    content: ' ';
    border-width: 8px;
    border-style: solid;
    border-top-color: transparent;
    border-right-color: #fff;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.footernavbox {width:1110px; display:flex; justify-content:space-between; }
.footernavbox ul{}
.footernavbox ul li.pm{font-weight:bold; font-size:16px; color:#fff; margin-bottom:25px; padding-left:15px;}
.footernavbox ul li.cm{font-size:13px; color:#abb1cc; } 
.footernavbox ul li.cm a{display:block; line-height:30px; padding-left:15px; color:#717eb1; }
.footernavbox ul li.cm a:hover{color:#fff;}

.footerinner { padding: 0; height:75px; border-top:solid 1px #38519a; display: flex; justify-content: space-between; align-items:center;} 
.footerinner .copyright {font-size:14px; color:#6b77aa; line-height:75px;}
.footerinner .flinkbox{ position:relative; box-sizing:border-box; padding:10px 15px; width:250px; height:40px; background:#354e99; color:#929cc1; cursor:pointer; }
.footerinner .flinkbox::after{ content: ' '; position: absolute; right: 12px; top: 18px; width: 0; height:0; border-width: 6px;  border-style: solid; border-color: #aab0c1 transparent transparent transparent}
.footerinner .flinkbox ul{display:none; position:absolute; bottom:40px; left:0; width:100%; background:#fff; border-top-left-radius:5px; border-top-right-radius:5px;}
.footerinner .flinkbox ul li { line-height: 40px; font-size: 14px; color: #6b77aa; padding:0 10px;} 
.footerinner .flinkbox ul li a { color: #6b77aa; }


/*首页*/    
.indexnewsbox {display:flex; justify-content:space-between; background:#fff; padding-top:3px; overflow:hidden; position:fixed; bottom:55px; left:0; right:0; margin:140px auto 0;} 
.indexwrap1{width:455px; flex-shrink:0;}
.indexwrap2{width:635px; flex-shrink:0;}
.indexwrap3{width:630px; flex-shrink:0;}

.tith4{font-weight:bold; padding:0px 0 0 20px; border-bottom:solid 1px #d3d3d3; height:62px; line-height:62px; overflow:hidden;}
.line_l{border-left:solid 1px #d3d3d3;}
.line_r{border-right:solid 1px #d3d3d3;}
.tith4 span{font-size:20px; color:#000; }
.tith4 i{font-size:14px; color:#a7a7a7; font-family:'Arial,Calibri'; margin-left:10px;}

.indexlist1{}
.indexlist1 a{display:block; margin:10px;}
.indexlist1 a:hover{background:#17348a;}
.indexlist1 ul{display:flex;}
.indexlist1 ul>li:first-child{width:80px; height:80px; overflow:hidden; flex-shrink:0; display:flex; flex-direction:column; justify-content:center; align-items:center; font-family:'DIN';}
.indexlist1 ul>li:first-child>span:first-child{font-weight:bold; color:#000; font-size:32px; border-bottom:solid 1px #d3d3d3; }
.indexlist1 ul>li:first-child>span:last-child{font-weight:bold;}
.indexlist1 ul>li:last-child{flex-grow:1; display:flex; align-items:center; line-height:28px; padding-left:20px;}
 
.indexlist1 a:hover ul>li:first-child>span:first-child{color:#fff;  border-bottom:solid 1px #fff; }
.indexlist1 a:hover ul>li:first-child>span:last-child{color:#fff; }
.indexlist1 a:hover ul>li:last-child{color:#fff;}
  

.index_videobox {position: relative; height: 290px; }
.index_video { position: relative; width: 635px; height: 290px; box-sizing: border-box; overflow: hidden; } 
.index_video video{object-fit:cover; width:100%; height:100%; position:absolute; top:0; left:0; right:0; }
.video_btn{ 
    display:none;
    position:absolute; left:50%; top:50%; width:80px; height:80px; cursor:pointer; z-index:1099; 
    transform: translate(-50%, -50%);
} 
.index_videobox:hover .video_btn{display:block;}

.indexnewstype{ height:62px; line-height:62px; padding-left:20px; display:flex; box-sizing:border-box; border-bottom:solid 1px #d3d3d3; }
.indexnewstype li{text-align:center; position:relative; margin-right:30px; } 
.indexnewstype li a { color: #6b6b6b; display:inline-block; outline: none; font-size: 16px; padding:0 5px; } 
.indexnewstype li a.seltype{ color:#17348a; font-weight:bold; font-size: 18px; }
.indexnewstype li a.seltype::after{ 
    content:' ';  position:absolute; bottom:0; left:0;
    width:100%; height:3px;
    background:#17348a;
}

.inner_contentbox{display:none; overflow:hidden; margin:20px 20px 0; height:260px; } 
.inner_contentbox .swiper-slide a{display:flex; justify-content:space-between;} 
.tabcontent{display:flex; flex-direction:column; padding-right:20px;}
.tabcontent>div.time:first-child>span{color:#000; font-family:Arial; font-size:38px; font-weight:bold; color:#17348a;}
.tabcontent>div.time:first-child>i{color:#000; font-family:Arial; font-size:16px; font-weight:bold; color:#17348a; margin-left:8px;}
.tabcontent h4{color:#000; font-size:17px; line-height:28px; margin:15px 0; height:60px; overflow:hidden;}
.tabcontent div.des{color:#6c6c6c; font-size:13px; line-height:22px; height:70px; overflow:hidden; text-overflow: ellipsis;}
.tabcontent span.eye{background:url('/images/eye.png') no-repeat 0 center; padding-left:30px;}

.inner_contentbox .swiper-slide .img{display:flex; align-items:flex-end; flex-shrink:0; width:280px; height:200px; overflow:hidden;}      
.inner_contentbox .swiper-slide .img>img{width:280px; height:200px; transition:all 1s; object-fit:cover; }
.inner_contentbox:hover .swiper-slide .img>img { transform: scale(1.1); } 
.inner_contentbox .newsSwiper {
    --swiper-theme-color: #17348a;
    --swiper-pagination-color: #17348a;
    --swiper-navigation-size:12px;
    position:relative;
} 

.paginationbox { position: absolute; bottom:-10px; left:200px; width: 80px; height: 20px; margin: 40px auto 0; }
.paginationbox .swiper-button-prev { position: absolute; top: 0; left: 0; color: #d7d7d7; width: 12px; height: 12px; }
.paginationbox .swiper-button-prev:hover { color: #17348a; }
.paginationbox .swiper-button-next { position: absolute; top: 0; right: 0; color: #d7d7d7; width: 12px; height: 12px; }
.paginationbox .swiper-button-next:hover { color: #17348a; }
.paginationbox .swiper-pagination-fraction { padding-top:10px;}
 
/*关于我们*/   
.inner_about_banner { 
    position: relative; width: 100%; height: 600px; 
    margin: 0 auto; box-sizing: border-box; overflow: hidden;
    background: url(/images/inner_about.jpg) no-repeat center center;
}

.inner_titbox{position:absolute; bottom:0; left:0; right:0; margin:0 auto; color:#fff;}
.toptitwrap{margin-bottom:95px;}
.toptitwrap h3{font-size:60px; font-weight:normal;  margin-bottom:30px;}
.toptitwrap span{font-size:14px;} 

.topmenu{display:flex; background:rgba(214, 224, 234, .85); height:75px;}
.topmenu li{flex-grow:1; }
.topmenu li a{display:block; text-align:center; border-top:3px solid transparent; color:#000; line-height:72px; font-size:18px;}
.topmenu li a:hover,
.topmenu li a.curr{border-top:solid 3px #17348a; color:#17348a;}
.topmenu li a:hover {background:#fff;}
.topmenu li:not(:first-child){border-left:solid 1px #fff;}
 
.inner_about{padding:120px 0 5px; }
.inner_about_contbox{display:flex; justify-content:space-between;}
.aboutbox h4 { font-size: 40px; font-weight: 600; color:#000; margin: 0px 0 25px 10px; }
.aboutbox h5 { font-size: 24px; font-weight: normal; color:#6d6d6d; }
.home{background:url('/images/home.png') no-repeat 0 center; padding-left:22px;}

.since{position:relative; text-align:right; font-size:45px; color:#b8b8b8; font-weight:normal; font-family:'Century Gothic'; padding:40px 0 30px;}
.since span{font-weight:bold; color:#17348a;}
.since::before{content:' '; width:550px; height:1px; border-top:solid 1px #eaeaea; position:absolute; top:50%; left:0; transform:translateY(-50%);}
.inner_about_content{width:840px; height:415px; box-sizing:border-box; padding:0 45px 0 0; font-size:16px; line-height:200%; overflow:hidden; position:relative;} 
.inner_about_content img{ max-width:800px; }
 
.inner_about_numbox{background:#17348a; height:170px; overflow:hidden; display:flex; align-items:center; color:#fff; margin-top:125px;} 
.inner_about_num{display:flex; width:100%; justify-content:space-between; align-items:center;} 

.numwrap{width:25%; box-sizing:border-box; text-align:center;}
.numwrap:not(:first-child){border-left:solid 1px #3a529b;}

.inner_about_num .numbox{position:relative; display:inline-block; width:130px; height:85px; overflow:hidden; }
.inner_about_num .num_no { font-family:'Times New Roman'; } 
.inner_about_num .num_unit { position: absolute; top: 0; right: 0px; font-size: 16px; font-weight:bold; overflow: hidden;  color: #fff; }
.inner_about_num .num_info { position: absolute; bottom: 0; left: 0; color: #fff; font-size: 16px; }
 
.inrow { font-size: 12px; font-family: arial; letter-spacing: normal; word-spacing: normal; }
.inrow > li, .inrow span { display: inline-block; *display: inline; *zoom: 1; font-size: 14px; letter-spacing: normal; word-spacing: normal; }
 
.dataNums { position: absolute; top: 0; display: block;  height: 50px; text-align: center; overflow:hidden; }
.dataNums .dataOne { width: 32px; height: 50px; margin: 0px 0px;  }
.dataNums .dataBoc { position: relative; width: 100%; height: 100%; overflow: hidden; }
.dataNums .dataBoc .tt { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.dataNums .tt span { width: 32px; height: 50px; display: inline-block; vertical-align: middle; margin: 0; background: url(/images/number.png) no-repeat; /*color: #c3181c;*/} 
.dataNums .dataBoc .tt span.num0 { background-position: 0 0; }
.dataNums .dataBoc .tt span.num1 { background-position: -32px 0; }
.dataNums .dataBoc .tt span.num2 { background-position: -64px 0; }
.dataNums .dataBoc .tt span.num3 { background-position: -96px 0; }
.dataNums .dataBoc .tt span.num4 { background-position: -128px 0; }
.dataNums .dataBoc .tt span.num5 { background-position: -160px 0; }
.dataNums .dataBoc .tt span.num6 { background-position: -192px 0; }
.dataNums .dataBoc .tt span.num7 { background-position: -224px 0; }
.dataNums .dataBoc .tt span.num8 { background-position: -256px 0; }
.dataNums .dataBoc .tt span.num9 { background-position: -288px 0; }
       
/*大事记*/
.inner_history { background: #fbfbfc url(/images/evt_bg.jpg) no-repeat center bottom; min-height: 900px; box-sizing: border-box; padding: 90px 0 100px;}

h4.abt1 { font-size: 24px; font-weight: normal; color: #17348a; }
h5.abt2 { font-size: 48px; font-weight: normal; color: #393939; }
.eventsbox{ background:url(/images/evt_linebg.png) no-repeat; background-position:left 0 bottom 50px; background-size:100% auto; min-height:500px; margin-top:90px;}
.eventswrap{position:relative;}
.evtSwiper{overflow:hidden; }
.eventslist{position:relative; width:360px; height:700px; box-sizing:border-box; background:url(/images/evt_yearico.png) no-repeat; padding-left:20px;}
.eventslist h4.evt_time{color:#17348a; font-size:34px; font-weight:bold; font-family:DIN}
.eventslist .evt_des{color:#4c4c4c; font-size:16px; line-height:150%; margin:34px 0; height:80px; overflow:hidden;}
.eventslist .evt_img{width:310px; height:180px; overflow:hidden;}
.eventslist .evt_img>img{width:310px; height:180px;}
.eventslist .evt_year{color:#434343; font-size:24px; font-family:Arial; text-align:center; position:absolute; width:80px; text-align:center;}
.pos1{padding-top:30px; background-position:0 30px; }
.pos2{padding-top:90px; background-position:0 90px; }
.pos3{padding-top:0px; background-position:0 0; }
.pos4{padding-top:60px; background-position:0 60px; }
.pos1 .evt_year{bottom:52px; left:120px; }
.pos2 .evt_year{bottom:98px; left:120px; }
.pos3 .evt_year{bottom:72px; left:120px; }
.pos4 .evt_year{bottom:52px; left:120px; }
 
.evtpaginationbox { position: absolute; top:-140px; right:50px; width: 160px; height: 70px; margin: 40px auto 0; --swiper-navigation-size: 0px;}
.evtpaginationbox .swiper-button-prev { position: absolute; top: 0; left: 0; width: 70px; height: 70px; background:url(/images/evt_prev.png) no-repeat; }
.evtpaginationbox .swiper-button-prev:hover { background:url(/images/evt_prev_curr.png) no-repeat;}
.evtpaginationbox .swiper-button-next { position: absolute; top: 0; right: 0; width: 70px; height: 70px; background:url(/images/evt_next.png) no-repeat;}
.evtpaginationbox .swiper-button-next:hover {background:url(/images/evt_next_curr.png) no-repeat; }
.evtpaginationbox .swiper-button-next:after, .evtpaginationbox .swiper-button-prev:after {display:none!important;}

/*组织架构*/
.inner_orgbox { background: #fbfbfb url(/images/org_bg.jpg) no-repeat center 0px; box-sizing: border-box; } 
.inner_org{ padding:90px 0 20px;}
 
/*新闻页*/
.inner_info_banner { position: relative; width: 100%; height: 600px; margin: 0 auto; box-sizing: border-box; overflow: hidden; } 


/*通知公告*/
.txtlistbox2{}
.txtlistbox2 a{display:block; margin:30px 0; background:#fff; border-radius:5px;}
.txtlistbox2 a:hover{background:#17348a;}
.txtlistbox2 a ul{display:flex; align-items:center; height:180px; overflow:hidden; }
.txtlistbox2 a ul>li:first-child{width:145px; height:180px; border-right:solid 1px #eee; overflow:hidden; flex-shrink:0; display:flex; flex-direction:column; justify-content:center; align-items:center; font-family:'DIN';}
.txtlistbox2 a ul>li:first-child>span:first-child{font-weight:bold; color:#333; font-size:55px; }
.txtlistbox2 a ul>li:first-child>span:last-child{font-weight:bold; color:#a0a0a0; font-size:20px; margin-top:15px;}

.txtlistbox2 a ul>li:last-child{flex-grow:1; display:flex; flex-direction:column; padding-left:50px;}
.txtlistbox2 a ul>li:last-child h4{font-size:20px; color:#333; font-weight:bold;}
.txtlistbox2 a ul>li:last-child p{margin:10px 40px 0 0; color:#757575; font-size:16px; line-height:25px; height:30px;}
.txtlistbox2 a ul>li:last-child span{height:35px; line-height:35px; background:url(/images/arround_r.png) no-repeat; padding-left:42px; font-size:14px; margin-top:30px; color:#17348a;}
 
.txtlistbox2 a:hover ul>li:first-child>span:first-child{color:#fff; }
.txtlistbox2 a:hover ul>li:first-child>span:last-child{color:#fff; }
.txtlistbox2 a:hover ul>li:last-child{color:#fff;}
.txtlistbox2 a:hover ul>li:last-child h4{color:#fff;}
.txtlistbox2 a:hover ul>li:last-child p{color:#fff;}
.txtlistbox2 a:hover ul>li:last-child span{color:#fff; background:url(/images/arround_r_curr.png) no-repeat;}

/*人事任免*/
.txtlistbox3{}
.txtlistbox3 a{display:block; margin:30px 0; background:#fff; border-radius:5px;}
.txtlistbox3 a:hover{background:#17348a;}
.txtlistbox3 a ul{display:flex; justify-content:space-between; align-items:center; height:120px; overflow:hidden; }
.txtlistbox3 a ul>li.tit{flex-grow:1; display:flex; align-items:center; color:#333; font-size:22px; background:url(/images/file.png) no-repeat 30px center; padding-left:70px;}
.txtlistbox3 a ul>li.time{width:420px; flex-shrink:0; display:flex; align-items:center; color:#565656; font-size:20px; height:30px; font-family:'DIN'; background:url(/images/clock.png) no-repeat 30px center; padding-left:70px;} 
.txtlistbox3 a ul>li.view{width:170px; flex-shrink:0; display:flex; justify-content:center; align-items:center;} 
.txtlistbox3 a ul>li.view span{display:inline-block; width:50px; height:50px; background:url(/images/view_ico.png) no-repeat; color:#17348a;}
 
.txtlistbox3 a:hover ul>li.tit{color:#fff; background:url(/images/file_curr.png) no-repeat 30px center; } 
.txtlistbox3 a:hover ul>li.time{color:#fff; background:url(/images/clock_curr.png) no-repeat 30px center; } 
.txtlistbox3 a:hover ul>li.view{color:#fff;}
.txtlistbox3 a:hover ul>li.view span{color:#fff; background:url(/images/view_ico_curr.png) no-repeat;}
 
/*企业新闻*/ 
.inner_topnewsbox{margin-top:40px;}
.inner_topnewswrap{position:relative; overflow:hidden; } 
.inner_topnewswrap .swiper-pagination{ width:50px; position:absolute; top:40px; right:40px!important; bottom:auto!important; left:auto!important; font-size:28px; }
.inner_topnewswrap .swiper-pagination .swiper-pagination-current{font-size:48px; font-weight:bold; color:#17348a; font-family:DIN;}
.inner_topnewswrap .swiper-pagination .swiper-pagination-total{font-size:30px; color:#a0a0a0; font-family:DIN;}
.topnewspaginationbox { position: absolute; bottom:80px; right:60px; width: 70px; height: 16px; margin: 40px auto 0; --swiper-navigation-size: 0px;}
.topnewspaginationbox .swiper-button-prev { position: absolute; top: 0; left: 0; width: 16px; height: 16px; background:url(/images/topnews_prev.png) no-repeat; }
.topnewspaginationbox .swiper-button-prev:hover { background:url(/images/topnews_prev_curr.png) no-repeat;}
.topnewspaginationbox .swiper-button-next { position: absolute; top: 0; right: 0; width: 16px; height: 16px; background:url(/images/topnews_next.png) no-repeat;}
.topnewspaginationbox .swiper-button-next:hover {background:url(/images/topnews_next_curr.png) no-repeat; }
.topnewspaginationbox .swiper-button-next:after, .topnewspaginationbox .swiper-button-prev:after {display:none!important;}
.inner_topnewsbanner{display:flex; border-radius:5px; background:#fff; overflow:hidden;}
.inner_topnewsbanner .img{width:740px; height:445px;}
.inner_topnewsbanner .img>a img{width:740px; height:445px; transition:all 1s; object-fit:cover;}

.inner_topnewsbanner ul{ padding:65px 30px; } 
.inner_topnewsbanner ul .time{color: #838383; font-family:DIN; font-size:18px; } 
.inner_topnewsbanner ul .tit{color: #000; font-size: 22px; overflow: hidden; margin:20px 0 10px; font-weight:bold;}
.inner_topnewsbanner ul .des{ font-size: 16px; color: #747474; line-height: 26px; padding: 10px 0; margin-bottom:40px; }  
.inner_topnewsbanner ul .view{height:35px; line-height:35px; background:url(/images/arround_r.png) no-repeat; padding-left:42px; font-size:14px; color:#17348a; }
 

.pictitlistbox { display: flex; justify-content: space-between; flex-wrap: wrap; margin-top:40px; }
.pictitlistbox::after { content: ""; width: 515px; } 
.pictitlistbox a{overflow:hidden;}
.pictitlistbox a ul{ width: 515px; height: 540px; box-sizing: border-box; border-radius:5px; cursor: pointer; position: relative; overflow: hidden; margin-bottom: 40px; }
.pictitlistbox a ul li.img { width: 515px; height: 310px; overflow: hidden; }
.pictitlistbox a ul li.img img { width: 515px; height: 310px; transition: all 1s; object-fit: cover;} 

.pictitlistbox a ul .info { padding:30px 10px 0; height:210px; overflow:hidden; box-sizing:border-box; display:flex; flex-direction:column;  }
.pictitlistbox a ul .info span{display:block;}
.pictitlistbox a ul .info .time { font-size: 16px; color: #8c8c8c; font-family:DIN; }
.pictitlistbox a ul .info .tit {color: #000; font-size: 22px; line-height:32px; height: 70px; overflow: hidden; margin:30px 0; }
/*.pictitlistbox a ul .info .profile { font-size: 13px; color: #999; line-height: 22px;  padding: 10px 0; width: 340px; height:36px; margin-bottom:10px; overflow: hidden; }*/
.pictitlistbox a ul .info .view {height:35px; line-height:35px; background:url(/images/arround_r_gray.png) no-repeat; padding-left:42px; font-size:14px; color:#777; }

.pictitlistbox a:hover ul {background:#fff; }  
.pictitlistbox a:hover ul li.img img { transform: scale(1.1); }
.pictitlistbox a:hover ul .info .time { color: #17348a; } 
.pictitlistbox a:hover ul .info .tit { color: #17348a; }
.pictitlistbox a:hover ul .info .profile { color: #17348a; }

/*.pictitlistbox ul:hover .info .view .progress {
    -webkit-animation: newslinehorizontal .8s linear forwards;
    animation: newslinehorizontal .8s linear forwards;
}*/ 
.pictitlistbox a:hover ul .info .view{ background: url(/images/arround_r.png) no-repeat; color:#17348a; }

/*项目动态*/
.pictxtlistbox {margin-top:40px; }  
.pictxtlistbox a{overflow:hidden;}
.pictxtlistbox a ul{display:flex; justify-content:space-between; box-sizing: border-box; cursor: pointer; position: relative; overflow: hidden; margin: 0 0 0px; height:315px; padding:45px; border-bottom:solid 1px #dadada;}
.pictxtlistbox a ul .img { width: 345px; height: 220px; overflow: hidden; flex-shrink:0; border-radius:5px; }
.pictxtlistbox a ul .img img { width: 345px; height: 220px; transition: all 1s; object-fit: cover;} 

.pictxtlistbox a ul .info { padding:10px 40px 0 30px; overflow:hidden; box-sizing:border-box; display:flex; flex-direction:column; flex-grow:1; }
.pictxtlistbox a ul .info span{display:block;}
.pictxtlistbox a ul .info .tit {color: #000; font-size: 22px; line-height:32px; overflow: hidden; margin:30px 0; }
.pictxtlistbox a ul .info .profile { font-size: 14px; color: #747474; line-height: 26px; padding: 10px 0; margin-bottom:10px; } 
.pictxtlistbox a ul .timeview{width:260px; flex-shrink:0; display:flex; justify-content:center; align-items:center;}
.pictxtlistbox a ul .timeview .time {color: #cecece; font-family:DIN; display:flex; flex-direction:column; align-items: flex-end;}
.pictxtlistbox a ul .timeview .time i:first-child{font-size:22px; line-height:35px;}
.pictxtlistbox a ul .timeview .time i:last-child {font-size:50px;}

.pictxtlistbox a ul .timeview .view {height:35px; line-height:35px; background:url(/images/arround_r.png) no-repeat; padding-left:42px; font-size:14px; color:#17348a; display:none; }
 
.pictxtlistbox a:hover ul {background:#fff; border-bottom:solid 1px #17348a;}  
.pictxtlistbox a:hover ul .img img { transform: scale(1.1); }
.pictxtlistbox a:hover ul .info .tit { color: #17348a; }
.pictxtlistbox a:hover ul .info .profile { /*color: #17348a;*/ }

/*.pictxtlistbox a ul:hover .info .view .progress {
    -webkit-animation: newslinehorizontal .8s linear forwards;
    animation: newslinehorizontal .8s linear forwards;
}*/ 
.pictxtlistbox a:hover ul .timeview{color:#17348a; }
.pictxtlistbox a:hover ul .timeview .time {display:none; }
.pictxtlistbox a:hover ul .timeview .view {display:block;} 
 
/*招投标公告*/
.titnopiclistbox { display: flex; justify-content: space-between; flex-wrap: wrap; margin:40px auto 20px; }
.titnopiclistbox::after { content: ""; width: 545px; } 
.titnopiclistbox a{overflow:hidden;}
.titnopiclistbox a ul{ background:#fff; width: 545px; height: 390px; box-sizing: border-box; border-radius:5px; cursor: pointer; position: relative; overflow: hidden; margin-bottom: 40px; }
/*.titnopiclistbox a ul li.img { width: 515px; height: 310px; overflow: hidden; }
.titnopiclistbox a ul li.img img { width: 515px; height: 310px; transition: all 1s; object-fit: cover;} 
*/
.titnopiclistbox a ul .info { padding:60px 40px 0; height:330px; overflow:hidden; box-sizing:border-box; display:flex; flex-direction:column;  }
.titnopiclistbox a ul .info span{display:block;}
.titnopiclistbox a ul .info .time { font-size: 18px; color: #17348a; font-family:DIN; }
.titnopiclistbox a ul .info .tit {color: #000; font-size: 24px; line-height:35px; height: 72px; overflow: hidden; margin:40px 0 100px; }
/*..titnopiclistbox a ul .info .profbackground:#fff; ile { font-size: 13px; color: #999; line-height: 22px;  padding: 10px 0; width: 340px; height:36px; margin-bottom:10px; overflow: hidden; }*/
.titnopiclistbox a ul .info .view {height:35px; line-height:35px; background:url(/images/arround_r.png) no-repeat; padding-left:42px; font-size:14px; color:#17348a; }

.titnopiclistbox a:hover ul {background:#17348a; }  
/*.titnopiclistbox a:hover ul li.img img { transform: scale(1.1); }*/
.titnopiclistbox a:hover ul .info .time { color: #fff; } 
.titnopiclistbox a:hover ul .info .tit { color: #fff; }
/*.titnopiclistbox a:hover ul .info .profile { color: #17348a; }*/
 
.titnopiclistbox a:hover ul .info .view{ background: url(/images/arround_r_curr.png) no-repeat; color:#fff; }
 
/*项目展示*/
.piclistbox { display: flex; justify-content: space-between; flex-wrap: wrap; margin-top:40px;}
.piclistbox::after { content: ""; width: 515px; } 
.piclistbox a{overflow:hidden;}
.piclistbox a ul{ width: 530px; height: 370px; box-sizing: border-box; border-radius:5px; cursor: pointer; position: relative; overflow: hidden; margin-bottom:40px; }
.piclistbox a ul .img { width: 530px; height: 370px; overflow: hidden; }
.piclistbox a ul .img img { width: 530px; height: 370px; transition: all 1s; object-fit: cover;} 

.piclistbox a ul .info {width:100%; position:absolute; bottom:0; left:0; z-index:99; padding:0px 0px 30px 30px; overflow:hidden; box-sizing:border-box; display:flex; flex-direction:column;  }
.piclistbox a ul .info span{display:block;}
.piclistbox a ul .info .time { font-size: 16px; color: #ddd; font-family:DIN; }
.piclistbox a ul .info .tit {color: #ddd; font-size: 22px; line-height:26px; overflow: hidden; margin:20px 0 0; }
.piclistbox a ul .bg {position:absolute; bottom:0; left:0; height:0; width:100%;}
 
.piclistbox a:hover ul .img img { transform: scale(1.1); } 
.piclistbox a:hover ul .bg {
    -webkit-animation: upbg .3s linear forwards;
    animation: upbg .3s linear forwards;
} 
.piclistbox a:hover ul .info .time { color: #fff; } 
.piclistbox a:hover ul .info .tit { color: #fff; } 

@-webkit-keyframes upbg {
    from {
        background:rgba(0, 0, 0, .5);
        height: 0;
    }

    to {
        background:rgba(0, 0, 0, .5);
        height: 110px;
    }
}

@keyframes upbg {
    from {
        background:rgba(0, 0, 0, .5);
        height: 0;
    }

    to {
        background:rgba(0, 0, 0, .5);
        height: 110px;
    }
}

/*党建工作*/
.partytopnews{display: flex; justify-content: space-between; padding: 0px 0 20px; margin-top:40px;} 
.picBtnTop{ width:100%; height:540px; position:relative; overflow:hidden;  zoom:1;   }
.picBtnTop .hd{ width:540px; min-height:540px; position:absolute; top:0; right:0px; overflow:hidden; background:#fff; box-sizing:border-box; padding:40px 35px 0 35px; }
.picBtnTop .hd h3{font-size:24px; font-weight:bold; color:#17348a; margin-bottom:5px;}
.picBtnTop .hd ul li{display: flex; flex-direction:column; padding:20px 0; border-bottom:solid 1px #e3e3e3; }
.picBtnTop .hd ul li:last-child{border-bottom:none!important;}
.picBtnTop .hd ul li h4{ line-height: 30px; height:64px; font-size:20px; color:#000; }
.picBtnTop .hd ul li h5{ line-height: 30px; font-size:16px; color:#838383; margin-top:20px; font-family:DIN; }   
.picBtnTop .hd ul li.on h4 a{ color:#17348a; font-weight:bold;}  
.picBtnTop .hd ul li.on h5{ color:#17348a;  font-weight:bold; }  
.picBtnTop .hd ul li.on img{ border-color:#f60;  }
.picBtnTop .bd{ width:1130px; height:540px;  border-radius: 5px;overflow: hidden; position:relative;  }
.picBtnTop .bd li{ position:relative; height:540px; zoom:1; vertical-align:middle;}
.picBtnTop .bd li .pic{ position:relative; width:1130px; height:540px; object-fit:cover; }
.picBtnTop .bd li .bg{display:flex; flex-direction:column; justify-content:center; width:100%; box-sizing:border-box; padding:0 0 0px 20px; height:120px; position:absolute; left:0; bottom:0; z-index:49;  background:rgba(0,0,0,.6); }
.picBtnTop .bd li .bg i:first-child{ color:#fff; font-size:14px; font-family:DIN; }
.picBtnTop .bd li .bg i:last-child{ color:#fff; font-size:20px; margin-top:10px;}


.pictitdeslistbox { display: flex; justify-content: space-between; flex-wrap: wrap; margin-top:40px; }
.pictitdeslistbox::after { content: ""; width: 540px; } 
.pictitdeslistbox a{overflow:hidden;}
.pictitdeslistbox a ul{ background:#fff; width: 540px; height: 540px; box-sizing: border-box; padding:25px 30px; border-radius:5px; cursor: pointer; position: relative; overflow: hidden; margin-bottom: 40px; }
.pictitdeslistbox a ul li.img { width: 480px; height: 270px; overflow: hidden; border-radius:5px; }
.pictitdeslistbox a ul li.img img { width: 480px; height: 270px; transition: all 1s; object-fit: cover;} 

.pictitdeslistbox a ul .info { padding:0px 10px 0; height:240px; overflow:hidden; box-sizing:border-box; display:flex; flex-direction:column;  }
.pictitdeslistbox a ul .info span{display:block;}
.pictitdeslistbox a ul .info .tit {color: #000; font-size: 22px; line-height:32px; height: 70px; overflow: hidden; margin:20px 0 0; font-weight:bold; }
.pictitdeslistbox a ul .info .profile { font-size: 18px; color: #999; line-height: 24px; height:25px; padding: 0px 0;  margin-top:25px; overflow: hidden; }

.pictitdeslistbox a ul .info .viewcount { color:#8c8c8c; position:relative; display:flex; justify-content:space-between; height:60px; margin-top:40px; align-items:center; } 
.pictitdeslistbox a ul .info .viewcount .progress{position:absolute; top:0; left:0; width:100%; height:1px; border-top:solid 1px #e6e6e6;}
.pictitdeslistbox a ul .info .viewcount i{display:inline-block;} 
.pictitdeslistbox a ul .info .viewcount .time { font-size: 16px; color: #8c8c8c; font-family:DIN; text-align:left; }
.pictitdeslistbox a ul .info .viewcount .view { font-size: 16px; color: #8c8c8c; background: url(/images/eye.png) no-repeat 0 center; padding-left:30px;}

.pictitdeslistbox a:hover ul {background:#fff; }  
.pictitdeslistbox a:hover ul li.img img { transform: scale(1.1); }
.pictitdeslistbox a:hover ul .info .time { color: #17348a; } 
.pictitdeslistbox a:hover ul .info .tit { color: #17348a; }
.pictitdeslistbox a:hover ul .info .profile { color: #17348a; } 
.pictitdeslistbox ul:hover .info .viewcount { }
.pictitdeslistbox ul:hover .info .viewcount .progress {
    -webkit-animation: linehorz .8s linear forwards;
    animation: linehorz .8s linear forwards;
} 
.pictitdeslistbox a:hover ul .info .viewcount .time{ color:#17348a; }
.pictitdeslistbox a:hover ul .info .viewcount .view{ color:#17348a; }
 
@-webkit-keyframes linehorz {
    from {
        border-color:#17348a;
        width: 0;
    }

    to {
        border-color: #17348a;
        width: 100%;
    }
}

@keyframes linehorz {
    from {
        border-color: #17348a;
        width: 0;
    }

    to {
        border-color: #17348a;
        width: 100%;
    }
}


/*工会园地*/
.timepiclistbox { display: flex; justify-content: space-between; flex-wrap: wrap; margin-top:40px;}
/*.timepiclistbox::after { content: ""; width: 515px; }*/ 
.timepiclistbox a{overflow:hidden;}
.timepiclistbox a ul{ width: 810px; height: 460px; box-sizing: border-box; border-radius:5px; cursor: pointer; position: relative; overflow: hidden; margin-bottom:40px; }

.timepiclistbox a ul .time { color: #fff; font-family:DIN; width:95px; height:100px; position:absolute; top:0; left:20px; z-index:99; background:#17348a; display:flex; flex-direction:column; justify-content:center; align-items:center;}
.timepiclistbox a ul .time span:first-child{ font-size: 46px; }
.timepiclistbox a ul .time span:last-child{ font-size: 18px; }

.timepiclistbox a ul .img { width: 810px; height: 460px; overflow: hidden; }
.timepiclistbox a ul .img img { width: 810px; height: 460px; transition: all 1s; object-fit: cover;} 

.timepiclistbox a ul .tit {width:100%; position:absolute; bottom:0; left:0; z-index:99; padding:0px 0px 30px 30px; overflow:hidden; box-sizing:border-box; display:flex; flex-direction:column;  }
.timepiclistbox a ul .tit {color: #ddd; font-size: 22px; line-height:26px; overflow: hidden; margin:20px 0 0; }

.timepiclistbox a ul .bg {position:absolute; bottom:0; left:0; height:0; width:100%;}
 
.timepiclistbox a:hover ul .img img { transform: scale(1.1); } 
.timepiclistbox a:hover ul .bg {
    -webkit-animation: upbg1 .3s linear forwards;
    animation: upbg1 .3s linear forwards;
} 
.timepiclistbox a:hover ul .time span{ color: #fff; } 
.timepiclistbox a:hover ul .tit { color: #fff; } 
 
@-webkit-keyframes upbg1 {
    from {
        background:rgba(0, 0, 0, .5);
        height: 0;
    }

    to {
        background:rgba(0, 0, 0, .5);
        height: 80px;
    }
}

@keyframes upbg1 {
    from {
        background:rgba(0, 0, 0, .5);
        height: 0;
    }

    to {
        background:rgba(0, 0, 0, .5);
        height: 80px;
    }
}


/*清廉建设*/
.timepictxtlistbox {margin-top:40px; }  
.timepictxtlistbox a{overflow:hidden;}
.timepictxtlistbox a ul{background:#fff; display:flex; justify-content:space-between; box-sizing: border-box; cursor: pointer; position: relative; overflow: hidden; margin: 0 0 40px; height:315px; padding:45px; border-bottom:solid 1px #dadada;}

.timepictxtlistbox a ul .timeview{ width:200px; flex-shrink:0; display:flex; align-items:center;}
.timepictxtlistbox a ul .timeview .time {width:100px; height:100px; background:#f1f1f1; border-radius:5px; font-family:DIN; display:flex; flex-direction:column; align-items: center; justify-content:center;}
.timepictxtlistbox a ul .timeview .time i:first-child{font-size:48px; line-height:55px; color:#333;}
.timepictxtlistbox a ul .timeview .time i:last-child {font-size:20px; color:#a0a0a0;}

.timepictxtlistbox a ul .img { width: 345px; height: 220px; overflow: hidden; flex-shrink:0; border-radius:5px; }
.timepictxtlistbox a ul .img img { width: 345px; height: 220px; transition: all 1s; object-fit: cover;} 

.timepictxtlistbox a ul .info { padding:10px 40px 0 30px; overflow:hidden; box-sizing:border-box; display:flex; flex-direction:column; flex-grow:1; }
.timepictxtlistbox a ul .info span{display:block;}
.timepictxtlistbox a ul .info .tit {color: #000; font-size: 22px; font-weight:bold; line-height:32px; overflow: hidden; margin:30px 0; }
.timepictxtlistbox a ul .info .profile { font-size: 14px; color: #747474; line-height: 26px; padding: 10px 0; margin-bottom:10px; } 

.timepictxtlistbox a ul .timeview .view {height:35px; line-height:35px; background:url(/images/arround_r.png) no-repeat; padding-left:42px; font-size:14px; color:#17348a; display:none; }
 
.timepictxtlistbox a:hover ul {background:#fff; border-bottom:solid 1px #17348a;}  
.timepictxtlistbox a:hover ul .timeview{}
.timepictxtlistbox a:hover ul .timeview .time {background:#17348a; } 
.timepictxtlistbox a:hover ul .timeview .time i {color:#fff; } 
.timepictxtlistbox a:hover ul .img img { transform: scale(1.1); }
.timepictxtlistbox a:hover ul .info .tit { color: #17348a; }
.timepictxtlistbox a:hover ul .info .profile { color: #17348a; }

/*.timepictxtlistbox a ul:hover .info .view .progress {
    -webkit-animation: newslinehorizontal .8s linear forwards;
    animation: newslinehorizontal .8s linear forwards;
}*/ 


/*企业文化*/ 
.mspictxtlistbox {margin-top:40px; }  
.mspictxtlistbox a{overflow:hidden;}
.mspictxtlistbox a ul{background:#fff; display:flex; justify-content:space-between; box-sizing: border-box; cursor: pointer; position: relative;  margin: 0 0 0px 160px; height:365px; padding:45px; border-bottom:solid 1px #dadada;}
 
.mspictxtlistbox a ul .img {position:absolute; top:45px; left:-160px; width: 420px; height: 270px; overflow: hidden; flex-shrink:0; border-radius:5px; }
.mspictxtlistbox a ul .img img { width: 420px; height: 270px; transition: all 1s; object-fit: cover;} 

.mspictxtlistbox a ul .info { padding:10px 30px 0 260px; overflow:hidden; box-sizing:border-box; display:flex; flex-direction:column; flex-grow:1; }
.mspictxtlistbox a ul .info span{display:block;}
.mspictxtlistbox a ul .info .time {color: #838383; font-family:DIN; } 
.mspictxtlistbox a ul .info .tit {color: #000; font-size: 22px; overflow: hidden; margin:20px 0 10px; font-weight:bold;}
.mspictxtlistbox a ul .info .profile { font-size: 14px; color: #747474; line-height: 26px; padding: 10px 0; margin-bottom:40px; }  
.mspictxtlistbox a ul .info .view {height:35px; line-height:35px; background:url(/images/arround_r.png) no-repeat; padding-left:42px; font-size:14px; color:#17348a; }
 
.mspictxtlistbox a:hover ul {background:#fff; border-bottom:solid 1px #17348a;}  

.mspictxtlistbox a:hover ul .info .time { color: #17348a;} 
.mspictxtlistbox a:hover ul .img img { transform: scale(1.1); }
.mspictxtlistbox a:hover ul .info .tit { color: #17348a; }
.mspictxtlistbox a:hover ul .info .profile { color: #17348a; }

/*.mspictxtlistbox a ul:hover .info .view .progress {
    -webkit-animation: newslinehorizontal .8s linear forwards;
    animation: newslinehorizontal .8s linear forwards;
}*/ 
.mspictxtlistbox a:hover ul .info .view{color:#17348a; background:url(/images/arround_r.png) no-repeat;}


/*员工风采*/
.timepictitlistbox { display: flex; justify-content: space-between; flex-wrap: wrap; margin-top:40px;}
.timepictitlistbox::after { content: ""; width: 515px; } 
.timepictitlistbox a{overflow:hidden;}
.timepictitlistbox a ul{ width: 530px; height: 420px; box-sizing: border-box; border-radius:5px; cursor: pointer; position: relative; overflow: hidden; margin-bottom:20px; }

.timepictitlistbox a ul .time { color: #fff; font-family:DIN; border-radius:5px; position:absolute; top:10px; left:10px; z-index:99; display:inline-block; padding:8px 15px; background:#17348a; } 

.timepictitlistbox a ul .img { width: 530px; height: 340px; overflow: hidden; }
.timepictitlistbox a ul .img img { width: 530px; height: 340px; transition: all 1s; object-fit: cover;} 
 
.timepictitlistbox a ul .tit {color: #000; font-size: 22px; line-height:26px; overflow: hidden; margin:10px 0 0; }

/*.timepictitlistbox a ul .bg {position:absolute; bottom:0; left:0; height:0; width:100%;}*/
 
.timepictitlistbox a:hover ul .img img { transform: scale(1.1); } 
/*.timepictitlistbox a:hover ul .bg {
    -webkit-animation: upbg1 .3s linear forwards;
    animation: upbg1 .3s linear forwards;
} */
.timepictitlistbox a:hover ul .time span{ color: #fff; } 
.timepictitlistbox a:hover ul .tit { color: #17348a; } 


/*员工风采*/  
.gztitnopiclistbox { display: flex; justify-content: space-between; flex-wrap: wrap; margin:40px auto 20px; }
.gztitnopiclistbox::after { content: ""; width: 535px; } 
.gztitnopiclistbox a{overflow:hidden;}
.gztitnopiclistbox a ul{ background:#fff; width: 535px; height: 230px; padding:20px 20px 0; box-sizing: border-box; border-radius:5px; cursor: pointer; position: relative; overflow: hidden; margin-bottom: 40px; }
 
.gztitnopiclistbox a ul .info {height:120px; overflow:hidden; box-sizing:border-box; display:flex; }
.gztitnopiclistbox a ul .info>span:first-child{width:105px; height:120px; border-right:solid 1px #e6e6e6; overflow:hidden; flex-shrink:0; display:flex; flex-direction:column; justify-content:center; align-items:center; font-family:'DIN';}
.gztitnopiclistbox a ul .info>span:first-child>i:first-child{font-weight:bold; color:#333; font-size:50px;  }
.gztitnopiclistbox a ul .info>span:first-child>i:last-child{font-weight:bold; font-size:18px; color:#a0a0a0;} 
.gztitnopiclistbox a ul .info>span:last-child{flex-grow:1; display:flex; align-items:center; line-height:28px; padding-left:20px; color:#333; font-size:18px; font-weight:bold;} 
/*.gztitnopiclistbox a ul .info .profbackground:#fff; ile { font-size: 13px; color: #999; line-height: 22px;  padding: 10px 0; width: 340px; height:36px; margin-bottom:10px; overflow: hidden; }*/

.gztitnopiclistbox a ul .viewcount{display:flex; justify-content:space-between; border-top:solid 1px #e6e6e6; padding-top:10px; margin-top:30px;}
.gztitnopiclistbox a ul .viewcount>span:first-child{color:#838383; font-size:16px;}
.gztitnopiclistbox a ul .viewcount .view {height:35px; line-height:35px; background:url(/images/arround_r_gray.png) no-repeat; padding-left:42px; font-size:14px; color:#17348a; }

.gztitnopiclistbox a:hover ul {background:#17348a; }  
/*.gztitnopiclistbox a:hover ul li.img img { transform: scale(1.1); }*/
.gztitnopiclistbox a:hover ul .info>span{ color: #fff!important; }  
.gztitnopiclistbox a:hover ul .info>span>i{ color: #fff!important; }  
/*.gztitnopiclistbox a:hover ul .info .profile { color: #17348a; }*/
 
.gztitnopiclistbox a:hover ul .viewcount>span:first-child{color:#fff;}
.gztitnopiclistbox a:hover ul .viewcount .view{ background: url(/images/arround_r_curr.png) no-repeat; color:#fff; }

/*业务服务*/ 
.ywpictitlistbox { display: flex; justify-content: space-between; flex-wrap: wrap; margin-top:40px; }
.ywpictitlistbox::after { content: ""; width: 525px; } 
.ywpictitlistbox a{overflow:hidden;}
.ywpictitlistbox a ul{background:#fff; width: 525px; height: 447px; border-bottom:solid 3px #fff; box-sizing: border-box; border-radius:5px; cursor: pointer; position: relative; overflow: hidden; margin-bottom: 40px; }
.ywpictitlistbox a ul li.img { width: 525px; height: 295px; overflow: hidden; }
.ywpictitlistbox a ul li.img img { width: 525px; height: 295px; transition: all 1s; object-fit: cover;} 

.ywpictitlistbox a ul .time {padding:30px 0 0 30px;  font-size: 16px; color: #8c8c8c; font-family:DIN; }
.ywpictitlistbox a ul .info { padding:0px 30px 0; height:100px; overflow:hidden; box-sizing:border-box; display:flex; justify-content:space-between; align-items:center;}
.ywpictitlistbox a ul .info span{display:block;}
.ywpictitlistbox a ul .info .tit {color: #000; font-size: 22px; line-height:32px; overflow: hidden; margin:0 20px 0 0; }
/*.ywpictitlistbox a ul .info .profile { font-size: 13px; color: #999; line-height: 22px;  padding: 10px 0; width: 340px; height:36px; margin-bottom:10px; overflow: hidden; }*/
.ywpictitlistbox a ul .info .view {flex-shrink:0; height:35px; line-height:35px; background:url(/images/arround_r_gray.png) no-repeat; padding-left:42px; font-size:14px; color:#777; }

.ywpictitlistbox a:hover ul {border-bottom:solid 3px #17348a; }  
.ywpictitlistbox a:hover ul li.img img { transform: scale(1.1); }
.ywpictitlistbox a:hover ul .time { color: #17348a; } 
.ywpictitlistbox a:hover ul .info .tit { color: #17348a; }
.ywpictitlistbox a:hover ul .info .profile { color: #17348a; }

/*.ywpictitlistbox ul:hover .info .view .progress {
    -webkit-animation: newslinehorizontal .8s linear forwards;
    animation: newslinehorizontal .8s linear forwards;
}*/ 
.ywpictitlistbox a:hover ul .info .view{ background: url(/images/arround_r.png) no-repeat; color:#17348a; }

.noinfo{padding:30px 0; text-align:center; font-size:18px; } 

.pagemore{height:90px; line-height:90px; text-align:center; background:#fff; }
.more{display:inline-block; color:#444; font-size:16px; cursor:pointer;}
.more:hover{color:#17348a; font-weight:bold;}
  
/*新闻详细*/ 
.newsdetailbox{ margin:40px auto; overflow:hidden; }
.newsdetailbox h3.newsdetail_tit {
    padding: 10px 0 20px; line-height: 32px; font-size: 32px; color: #000;
    font-weight: 500; text-align: center; color: #262626; letter-spacing: 2px;
}
.newsdetailbox .newsdetail_info { text-align:center; font-size:16px; color:#666; line-height:60px; margin:20px auto; padding-bottom:40px; border-bottom:solid 1px #e0e0e0; }
.newsdetailbox .newsdetail_info span { margin: 0 20px; }
.newsdetailbox .newsdetail_des { width:1200px; margin:30px auto; overflow:hidden; padding:10px 0; font-size:15px; line-height: 200% !important;} 
.newsdetailbox .newsdetail_des p { line-height: 200% !important; color: #585858 !important; margin: 10px 0; }
.newsdetailbox .newsdetail_des img{ max-width:1200px!important; display: block; margin:8px auto!important; }

.newsprevnextbox { width: 1720px; margin: 80px auto; }
.newsprevnextbox ul{ display:flex; justify-content:space-between; }
.newsprevnextbox ul li{ }
.newsprevnextbox ul li:first-child, .newsprevnextbox ul li:last-child {
    display:flex; width:670px; line-height: 70px; color:#1c1c1c; font-size:18px; box-sizing:border-box; padding:0 40px; border:solid 1px #dedede; border-radius:5px; 
}
.newsprevnextbox ul li:first-child span, .newsprevnextbox ul li:last-child span{width:70px; }
.newsprevnextbox ul li:first-child a, .newsprevnextbox ul li:last-child a,
.newsprevnextbox ul li:first-child i, .newsprevnextbox ul li:last-child i
{flex-grow:1; display:block; }
.newsprevnextbox ul li:first-child i, .newsprevnextbox ul li:last-child i{color:#999;}
.newsprevnextbox ul li.backlist {
    width:260px; box-sizing:border-box; height:70px; line-height:70px; font-size:18px; color:#fff; border-radius:5px;
    background:#17348a url(/images/back.png) no-repeat 70px center; 
} 
.newsprevnextbox ul li.backlist a{color:#fff; padding-left:100px;}
 
.tjnewsbox{padding:100px 0; background:#f1f1f1;}
.tjnewsbox .tjnewswrap h4{font-size:48px;}

.tjnewslistbox { margin-top:40px; position:relative;} 
.tjnewsSwiper{overflow:hidden;}
.tjnewslistbox a{overflow:hidden;}
.tjnewslistbox a ul{ width: 515px; height: 540px; box-sizing: border-box; border-radius:5px; cursor: pointer; position: relative; overflow: hidden; margin-bottom: 40px; }
.tjnewslistbox a ul li.img { width: 515px; height: 310px; overflow: hidden; }
.tjnewslistbox a ul li.img img { width: 515px; height: 310px; transition: all 1s; object-fit: cover;} 

.tjnewslistbox a ul .info { padding:30px 10px 0; height:210px; overflow:hidden; box-sizing:border-box; display:flex; flex-direction:column;  }
.tjnewslistbox a ul .info span{display:block;}
.tjnewslistbox a ul .info .time { font-size: 16px; color: #8c8c8c; font-family:DIN; }
.tjnewslistbox a ul .info .tit {color: #000; font-size: 22px; line-height:32px; height: 70px; overflow: hidden; margin:30px 0; }
.tjnewslistbox a ul .info .view {height:35px; line-height:35px; background:url(/images/arround_r_gray.png) no-repeat; padding-left:42px; font-size:14px; color:#777; }

.tjnewslistbox a:hover ul {background:#fff; }  
.tjnewslistbox a:hover ul li.img img { transform: scale(1.1); }
.tjnewslistbox a:hover ul .info .time { color: #17348a; } 
.tjnewslistbox a:hover ul .info .tit { color: #17348a; }
.tjnewslistbox a:hover ul .info .profile { color: #17348a; } 
.tjnewslistbox a:hover ul .info .view{ background: url(/images/arround_r.png) no-repeat; color:#17348a; }
 
.tjnewspaginationbox { position: absolute; bottom:-20px; left:0; right:0; width: 120px; height: 16px; margin:0px auto; --swiper-navigation-size: 0px;}
.tjnewspaginationbox .swiper-button-prev { position: absolute; top: 0; left: 0; width: 16px; height: 16px; background:url(/images/topnews_prev.png) no-repeat; }
.tjnewspaginationbox .swiper-button-prev:hover { background:url(/images/topnews_prev_curr.png) no-repeat;}
.tjnewspaginationbox .swiper-button-next { position: absolute; top: 0; right: 0; width: 16px; height: 16px; background:url(/images/topnews_next.png) no-repeat;}
.tjnewspaginationbox .swiper-button-next:hover {background:url(/images/topnews_next_curr.png) no-repeat; }
.tjnewspaginationbox .swiper-button-next:after, .tjnewspaginationbox .swiper-button-prev:after {display:none!important;}

.tjnewslistbox .swiper-pagination{ position:absolute; bottom:-16px!important; left:0!important; right:0!important; width:60px; margin:0 auto; display:flex; justify-content:space-around; }
.tjnewslistbox .swiper-pagination .swiper-pagination-bullet{ } 


/*人才招聘*/ 
.inner_talent_infobox{margin:50px auto;}
.inner_talent_wrap{min-height:500px;} 
.talent_schbox{display:flex; justify-content:space-between; }
.talent_schkwd{background:#fff; width:1470px; height:70px; line-height:70px; padding:0 30px; font-size:16px; border-radius:8px;}
.talent_schbtn{width:160px; height:70px; line-height:70px; border:none; background:#17348a url('/images/sch.png') no-repeat center center; text-align:center; color:#fff; font-size:18px; border-radius:8px;}

.inner_talentlistbox{width:1720px; margin:30px auto 80px;}
.talent_titbox{display:flex; justify-content:space-between; height:80px; padding:0 45px; line-height:80px; font-size:20px; color:#fff; background: #17348a; border-radius:8px;}

.talent_titbox li{width:33.3%;}
.talent_ico1{background:url('/images/talent_ico01.png') no-repeat 0 center; padding-left:38px;}
.talent_ico2{background:url('/images/talent_ico02.png') no-repeat 0 center; padding-left:38px;}
.talent_ico3{background:url('/images/talent_ico03.png') no-repeat 0 center; padding-left:38px;}

.talentlist { position: relative; padding:25px; box-sizing:border-box; background: #fff; border-radius:8px; margin-top:30px;} 
.talentlist .talentlist_profile { position:relative;} 
.talentlist .talentlist_profile ul { display:flex; justify-content:space-between; align-items:center; padding:0 20px; }
.talentlist .talentlist_profile ul li { color: #3c3c3c; font-size: 22px; width:33.3%; line-height:50px; }
.talentlist .talentlist_profile ul.curr li { color: #17348a; font-size: 23px;}
.talentlist .talentlist_profile a {
    position:absolute; right:40px; top:6px; display: inline-block; width:35px; height:35px; 
}
.zp_open {background:url('/images/arround_r_gray.png') no-repeat;}
.zp_close{
    background:url('/images/arround_r.png') no-repeat; 
    -webkit-animation: rotatebg .3s linear forwards;
    animation: rotatebg .3s linear forwards;
}  
@-webkit-keyframes rotatebg {
    from {   
        transform:rotate(0deg);
    } 
    to { 
        transform:rotate(90deg);
    }
}

@keyframes rotatebg {
    from { 
        transform:rotate(0deg);
    } 
    to { 
        transform:rotate(90deg);
    }
}

.talentlist .talentlist_detbox { width:100%; box-sizing:border-box;  position:relative; border-top:solid 1px #f1f1f1; margin-top:20px; padding-bottom:20px;} 
.talentlist .talentlist_detbox h4 {color: #222; font-size: 18px; height: 100px; line-height: 100px; text-align: left; width: 220px; font-weight:bold;}
.talentlist .talentlist_detbox ul {border-top: solid 1px #e6e6e6;border-bottom: solid 1px #e6e6e6;display: flex;  padding: 20px 0;}
.talentlist .talentlist_detbox ul li { width:20%; text-align:left; color: #727272; font-size: 16px; height: 35px; line-height: 35px; }
.talentlist .talentlist_detbox .talentlist_postinfo { margin:30px 0; }
.talentlist .talentlist_detbox .talentlist_postinfo h5{ font-size:16px; font-weight:bold; }
.talentlist .talentlist_detbox .talentlist_postinfo p{ color:#666; line-height:30px; font-size:15px; }
 
.goResume,.subResume{display:flex; justify-content:space-between; align-items:center; padding:0 20px; width:160px; height:60px; line-height:60px; border:none; background:#17348a url('/images/resume_go1.png') no-repeat right 0; color:#fff; font-size:18px; border-radius:8px;}
.goResume:hover,.subResume:hover{background:#17348a url('/images/resume_go2.png') no-repeat right 0; cursor:pointer;}


.resumebox{width:1000px; height:800px; box-shadow:0px 0px 10px 5px #ccc; background:#fff; border-radius:10px; padding:20px; box-sizing:border-box; position:fixed;left:0; right:0; margin:0 auto; top:50%; transform:translateY(-50%); z-index:11000; display:none;}

.resumetit {display:flex; justify-content:space-between;}
.resumetit h4{font-size:20px; color:#17348a;}
.resumetit h5{font-size:15px; color:#333;}
.resumeclose{width:40px; height:40px; cursor:pointer;}

.edititem{display:flex; justify-content:space-between; flex-wrap:wrap; margin-top:20px;}
.edititem dl{width:32%; padding:8px 0;}
.edititem dl dt{line-height:40px;}
.edititem dl dd{}
.edititem dl dd .txt{border:solid 1px #ececec; height:40px; line-height:40px; padding:0 10px; font-size:16px; width:260px; border-radius:5px;}
.edititem dl dd .sel{border:solid 1px #ececec; height:40px; line-height:40px; padding:0 10px; font-size:16px; width:290px; border-radius:5px;}
.edititem dl dd .txtarea{border:solid 1px #ececec; height:120px; line-height:26px; padding:0 10px; font-size:16px; width:94%; font-family:'Microsoft YaHei'; resize:none; border-radius:5px;}



/*联系我们*/
.contactbox{margin-top:60px;}
.contact_tit{padding-bottom:65px; border-bottom:solid 1px #ececec;}
.contact_tit h5{font-size:24px; color:#17348a; }
.contact_tit h4{font-size:48px; color:#393939; }
.contact_tit h4 span{font-weight:bold; margin-left:15px;}

.contact_typebox{display:flex; justify-content:space-between; padding:60px 55px;}
.contact_typewrap{width:33.3%; flex-shrink:0;}
.contact_typewrap>ul:first-child{display:flex;}
.contact_type{display:flex; flex-direction:column; justify-content:center; padding-left:15px;}
.contact_type span{font-size:18px;}
.contact_type i{font-size:14px; color:#9a9a9a;}


.contact_typewrap>ul:last-child{margin-top:50px;}
.contact_hotline{font-size:36px; font-family:DIN;}
.contact_cont{font-size:36px;}
.contact_address{font-size:28px; padding-top:8px;}
.contact_tips{font-size:16px; margin-top:15px;}

.map{width:1720px; height:710px; background:url(/images/map.jpg) no-repeat; }

.contact_titwr{margin-top:70px; padding-bottom:50px; }
.contact_titwr h5{font-size:24px; color:#17348a; }
.contact_titwr h4{font-size:48px; color:#393939; }

.lyform{padding-bottom:40px; display:flex; justify-content:space-between; flex-wrap:wrap;}
.lyform ul{flex-grow:1; width:33.3%;} 
.lyform ul>li:first-child{font-size:18px; color:#393939; line-height:60px; }
.lyform ul>li:last-child .lytxt{border:solid 1px #efefef; width:520px; box-sizing:border-box; height:60px; line-height:60px; padding:0 10px 0 50px; border-radius:5px; font-size:16px; }
.lyico_name{background:#f9f9f9 url('/images/ly_name.png') no-repeat 12px center; }
.lyico_phone{background:#f9f9f9 url('/images/ly_phone.png') no-repeat 12px center; }
.lyico_mail{background:#f9f9f9 url('/images/ly_mail.png') no-repeat 12px center; }
.lyform ul>li:last-child .lytxtarea{border:solid 1px #efefef; width:100%; height:170px; line-height:30px; padding:20px 20px 20px 50px; resize:none; box-sizing:border-box; background:#f9f9f9 url('/images/ly_msg.png') no-repeat 12px 24px; border-radius:5px; font-size:16px; font-family:'Microsoft YaHei'; }
.lybtnbox{width:100%; margin-top:40px; text-align:center;}
.lybtn{width:250px; height:60px; line-height:60px; border:none; background:#17348a; text-align:center; color:#fff; font-size:18px; border-radius:8px;}
.lybtn:hover{background:#3352af; cursor:pointer;}



 









