﻿html,body { overflow-x: hidden;}

.header { position: relative; z-index: 2; }
.header .box { width: 100%; height: 100px; display: flex; margin: 0 auto; align-items: center; padding: 0 140px 0 60px;box-sizing: border-box;}
.header .box .logo a { display: block; line-height: 0;}
.header .box .menu { flex: 1; padding: 0 30px; text-align: center; height: 100%; display: flex; flex-direction: row;}
.header .box .menu li { display: inline-block; height: 100%; display: flex; align-items: center; position: relative;}
.header .box .menu li h4 a { display: inline-block; padding: 0 20px; font-size: 20px; font-weight: 500; color: #333333; white-space: nowrap;}
.header .box .menu li h4 a.on,.header .box .menu li:hover h4 a { font-weight: 600; color: #003B8F;}
.header .box .menu li .sub { position: absolute; left: 50%; top: 100%; transform: translate(-50%, -5px); display: none; min-width: 100%; border-top: 5px solid #003B8F; background: #fff; padding: 10px 0; border-radius: 5px; box-shadow: 0 5px 5px rgba(35, 47, 85, .15);}
.header .box .menu li .sub a { display: block; font-size: 16px; color: #666; padding: 6px 20px ;white-space: nowrap;}
.header .box .menu li .sub a:hover { background: #f9f9f9;color: #003b8f;}
.header .box .menu li:hover .sub { display: block;}


.header .box .search { display: flex; align-items: center; width: 190px; height: 50px; background: #E8E9EB; border-radius: 25px; overflow: hidden;}
.header .box .search input { flex: 1; padding-left: 20px; width: 100%; height: 100%; background: none; border: none; font-size: 20px; box-sizing: border-box;}
.header .box .search .search_btn { width: 50px; height: 50px; background: url(/uploadfiles/img/search_icon_1.png) no-repeat center; text-indent: -99em; overflow: hidden; transition: .3s;}
.header .box .search .search_btn:hover { opacity: .8;}
.header .menu_btn { position: absolute; top: 0; right: 0; bottom: 0; width: 100px; display: flex; align-items: center; justify-content: center;}
.header .menu_btn a { width: 100px; height: 100%; display: flex; align-items: center; justify-content: center;  }
.header .menu_btn i { width: 36px; height: 3px; background: #003B8F; position: relative;}
.header .menu_btn i::after,.header .menu_btn i::before { content: ''; position: absolute; left: 0; right: 0; height: 3px; background: #003B8F; transition: .3s;}
.header .menu_btn i::after { top: -14px;}
.header .menu_btn i::before { bottom: -14px;}
.header .menu_btn.on i { height: 0; background: #fff;}
.header .menu_btn.on i::after { top: -1px;; width: 50px; transform: translateX(-5px) rotate(-45deg);}
.header .menu_btn.on i::before { bottom: -2px; width: 50px; transform: translateX(-5px) rotate(45deg);}
.header .menu_btn.on a,.header .menu_btn a:hover { background: #194697;}
.header .menu_btn a:hover i,
.header .menu_btn a:hover i::after,.header .menu_btn a:hover i::before,
.header .menu_btn.on a i::after,.header .menu_btn.on a i::before {background: #fff;}

.menu_box {position: fixed; top: 100px; right: -350px; bottom: 0; z-index: 99; max-width: 350px; background: rgba(0, 50, 140, .9); padding: 30px 20px; box-sizing: border-box; transition: .4s;}
.menu_box .box { height: 100%; padding: 0 20px 0 10px; overflow: hidden; overflow-y: auto;}
.menu_box.on { right: -1px;}
.menu_box dl { padding: 15px 0;}
.menu_box dl dt a { font-size: 22px;}
.menu_box dl dt a i { display: inline-block; width: 50px; text-align: center;}
.menu_box dl a { color: #fff; font-size: 16px; display: block; transition: .3s;}
.menu_box dl a:hover { color: #ccc; transform: translateX(-10px);}
.menu_box dl dd { margin-top: 10px; padding-left: 50px; line-height: 30px;}


.menu_box .box::-webkit-scrollbar {width: 8px;}
.menu_box .box::-webkit-scrollbar-thumb {border-radius: 10px;background:#fff;}
.menu_box .box::-webkit-scrollbar-track {border-radius: 10px;background: #597FB5;}

.banner { height: 380px; position: relative; background: url('/uploadfiles/img/about_img_1.jpg') no-repeat center top; background-size: cover;}
.banner .box { width: 100%; height: 64px; line-height: 64px; background: rgba(0, 0, 0, .5); position: absolute; bottom: 0; }
.banner .box .sub_menu { width: 1500px; position: absolute; left: 50%; transform: translateX(-50%); display: flex; align-items: center;}
.banner .box .sub_menu ul { flex: 1;}
.banner .box .sub_menu ul li { float: left;; position: relative; z-index: 2;}
.banner .box .sub_menu ul li a { display: block; font-size: 17px; color: #fff; padding: 0 40px; position: relative;}
.banner .box .sub_menu ul li a::after { content: ''; width: 1px; height: 30px; position: absolute; right: 0; top: 50%; transform: translateY(-50%); background: #fff;}
.banner .box .sub_menu ul li:last-child a::after { display: none;}
.banner .box .sub_menu ul li.on a::after { display: none;}
.banner .box .sub_menu ul li a::before {content: ''; position: absolute; bottom: 0; left: -2px; right: -2px; z-index: -1; transition: .3s; height: 0;  background: #5EAAF2; }
.banner .box .sub_menu ul li.on a::after,.banner .box .sub_menu ul li a:hover::after { z-index: -2;}
.banner .box .sub_menu ul li.on a::before,.banner .box .sub_menu ul li a:hover::before { height: 80px;}
.path { font-size: 14px; color: #fff;}
.path a { color: #fff;}
.path a.home { padding-left: 20px; background: url(/uploadfiles/img/h_icon_1.png) no-repeat 0 center;}
.path i { padding: 0 10px;}


.main_warp { padding-top: 30px; padding-bottom: 120px; background-color: #F7F7F7; background-image: url(/uploadfiles/img/main_bg_1.png); background-repeat: no-repeat; background-position: center bottom;}
.main_warp.s1 { background-color: #F2F8FF;}
.main_w { max-width: 1500px; margin: 0 auto; padding: 30px 0; box-sizing: border-box;}
.c_box { padding: 50px; background: #fff;}
.main_warp .sub_title { padding: 0 0 40px; font-size: 24px; color: #003b8f;}
.main_warp .sub_title strong { display: block; font-size: 38px;}

.article_warp .title_box { padding-bottom: 20px; border-bottom: 1px solid #DEDEDE;}
.article_warp .title_box h2 { padding: 20px 0 40px; font-size: 36px; line-height: 42px; font-weight: 600; color: #003b8f;text-align: center;}

.article_warp .date_box { display: flex; font-size: 16px; color: #888;}
.article_warp .date_box .nr { flex: 1; }
.article_warp .date_box .date_box_right > em { cursor: pointer; position: relative; display: inline-block; width: 30px; height: 30px; margin-left: 5px; }
.article_warp .date_box .date_box_right em > a { display: inline-block; width: 30px; height: 30px; text-indent: -99em;overflow: hidden;border: 1px solid #E2E2E2; border-radius: 50%; background: url(/uploadfiles/img/art_icon_1.png) no-repeat center 0;}
.article_warp .date_box .date_box_right em > a.a1 { background-position-y: 6px;}
.article_warp .date_box .date_box_right em > a.a2 { background-position-y: -29px;}
.article_warp .date_box .date_box_right em > a.a3 { background-position-y: -63px;}
.article_warp .date_box .date_box_right em > a.a4 { background-position-y: -96px;}
.article_warp .date_box .date_box_right em > a.a5 { background-position-y: -132px;}
.article_warp .date_box .date_box_right em > a:hover { background-color: #f6f6f6; }
.article_warp .date_box .date_box_right em.em5 i,
.article_warp .date_box .date_box_right em.em6 span { position: absolute; top: 35px; left: 50%; transform: translateX(-50%); display: none; }
.article_warp .date_box .date_box_right em.em5:hover i,
.article_warp .date_box .date_box_right em.em6:hover span { display: block;}
.article_warp .date_box .date_box_right em.em5 i { white-space: nowrap; padding: 3px 10px 0; border-radius: 30px; background: #fff;box-shadow: 0 0 10px rgba(0, 0, 0, .1);}
.article_warp .date_box .date_box_right em.em5::after { content: ''; display: block; width: 100%; height: 5px;}
.article_warp .date_box .date_box_right em.em6 .show_box { padding: 5px; background: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, .1); font-size: 12px; }
.article_box { padding: 40px 0 20px; font-size: 18px; line-height: 42px; color: #333;}
.article_box p { margin-bottom: 20px;}
.article_box img { max-width: 100%;}


.article_warp .title_box h2 .t_logo { display: inline-block; width: 730px; height: 130px; box-shadow: 0 0 15px rgba(0, 98, 180, .7); border-radius: 65px; line-height: 0; position: relative; }
.article_warp .title_box h2 .t_logo img { max-width: 90%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.cy_lists {max-width: 1070px; margin: 0 auto; padding-top: 20px;}
.cy_lists li { margin-top: 20px; padding: 15px; background: #EAF1FB; border: 1px solid #A4C2F0; border-radius: 20px 0;}
.cy_lists li .item { padding: 20px 40px; background: #4A85E2; border-radius: 20px 0; display: flex; align-items: center;}
.cy_lists li .item .c { flex: 1; color: #fff;}
.cy_lists li .item .c strong { display: block; font-size: 26px; letter-spacing: 3px;}
.cy_lists li .item a { display: inline-block; padding: 0 20px; border: 1px solid #fff; color: #fff; font-size: 16px; border-radius: 5px; line-height: 36px; transition: .3s;}
.cy_lists li .item a:hover{ background: #fff; color: #4a85e2;}

@media screen and (max-width:1200px){
  .article_warp .title_box h2 .t_logo { width: 80%; height: 100px; border-radius: 100px;}
  .cy_lists li .item .c strong { font-size: 22px;}
}
@media screen and (max-width: 760px){
  .article_warp .title_box h2 .t_logo { width: 96%; height: 20vw; border-radius: 10vw;box-shadow: 0 0 15px rgba(0, 98, 180, .3)}
  .cy_lists li { padding: 10px;}
  .cy_lists li .item { padding: 15px 10px; flex-direction: column;}
  .cy_lists li .item .c { font-size: 14px; text-align: center; padding-bottom: 10px;}
  .cy_lists li .item .c strong { font-size: 18px; letter-spacing: 0;}
}



.c_mgt_box dl { display: flex; margin-bottom: 20px; padding: 20px; background: #fff; align-items: center; }
.c_mgt_box dl dt img { width: 240px; height: 300px;}
.c_mgt_box dl dd { flex: 1; padding: 20px 20px 20px 50px; font-size: 18px; line-height: 44px; color: #333;}
.c_mgt_box dl dd .n { padding-bottom: 15px;}
.c_mgt_box dl dd .n strong { padding-right: 20px; font-size: 24px; color: #003b8f; letter-spacing: 5px;}

.c_news_lists li a { display: flex; margin-bottom: 20px; padding: 20px; background: #fff; align-items: center; transition: .3s; }
.c_news_lists li a:hover { background: #f9f9f9; box-shadow: 0 0 10px rgba(0, 0, 0, .1);}
.c_news_lists li a i { padding-right: 20px;}
.c_news_lists li a i img { width: 220px; height: 130px;}
.c_news_lists li span { flex: 1; padding: 0 10px; font-size: 16px; line-height: 30px; color: #333;}
.c_news_lists li span strong { display: block; font-size: 20px; padding-bottom: 5px; transition: .3s;}
.c_news_lists li a:hover strong { color: #003B8F;}
.c_news_lists li span em.ps { display: block; max-height: 60px; margin-bottom: 5px; overflow: hidden;}
.c_news_lists li span em.date { color: #888;}

.c_xhy_box .vod { margin-bottom: 40px; padding: 100px 150px; background: #fff;}
.c_xhy_box .info { display: flex; margin-bottom: 40px; padding: 80px 60px; background: #fff;align-items: center;}
.c_xhy_box .info .img_xhy { flex: 1; text-align: right; padding-right: 40px; }
.c_xhy_box .info .ps .jx{ display: flex;  flex: 1; align-items: center;}
.c_xhy_box .info .ps .ps_txt { display: none;}
.c_xhy_box .gxw_info { padding: 80px 0; background: #fff; text-align: center;}
.c_xhy_box .gxw_info img { max-width: 100%;}
.c_xhy_box .gxw_info p { padding: 40px 120px 0; font-size: 18px; color: #333; line-height: 36px;}

.footer { background: #7899D4; text-align: center; color: #fff;}
.footer .links { height: 62px; background: #8CABE1;}
.footer .links dl { display: inline-block; position: relative;}
.footer .links dl dt { width: 300px; padding: 0 40px 0 20px; font-size: 18px; color: #fff; line-height: 62px; cursor: pointer; }
.footer .links dl dt::after { content: ''; display: inline-block; position: relative; top: -3px; left: 20px; width:0;height:0;border-right:8px solid transparent;border-left:8px solid transparent;border-top:8px solid #fff; transition: .3s;}
.footer .links dl dd { display: none; position: absolute; left: 0; right: 0; z-index: 2; background: #fff; bottom: 62px; padding: 15px; max-height: 300px; overflow-y: auto; border:solid 1px #ddd; border-bottom: none;}
.footer .links dl dd a { display: block; padding: 5px 0; font-size: 16px; color: #333;}
.footer .links dl dd a:hover { color: #003B8F;}
.footer .links dl:hover dt { background: rgba(0, 0, 0, .1);}
.footer .links dl:hover dt::after { transform: rotate(-180deg);}
.footer .links dl:hover dd { display: block;}
.footer .us { padding: 30px 0; font-size: 20px; border-bottom: 1px solid #AFD8FE;}
.footer .us span { display: inline-block; padding: 0 30px;}
.footer .us span img { float: left; margin: 5px 10px 0 0;}
.footer .us a { color: #fff;}
.footer .us .nav { padding-top: 20px; font-size: 16px;}
.footer .us .nav a { padding: 0 15px;}
.footer .copy { padding: 20px 0; font-size: 16px;}
.footer .copy em, .footer .copy a { padding: 0 10px; color: #fff;}
.footer a { transition: .3s;}
.footer a:hover { opacity: .6;}




@media screen and (max-width: 1800px){
  .header .box .menu li a { font-size: 18px; padding: 0 10px;}
}
@media screen and (max-width: 1580px){
  .header .box { height: 72px; padding: 0 100px 0 20px;}
  .header .box .menu li a { font-size: 16px; padding: 0 10px;}
  .header .box .logo img { height: 42px;}
  .header .menu_btn { width: 72px;}
  .menu_box { top: 80px;}
  .banner .box .sub_menu ul li a { padding: 0 40px;}
}
@media screen and (max-width: 1540px){
  .footer .links { height: 46px;}
  .footer .links dl dt { line-height: 46px; font-size: 15px;}
  .footer .links dl dd { bottom: 46px;}
  .footer .links dl dd a { font-size: 14px;}
  .footer .us { padding: 20px 0; font-size: 16px;}
  .footer .us span img { height: 18px; margin-top: 3px;}
  .footer .us .nav, .footer .copy { font-size: 14px;}
  .footer .copy { padding: 15px 0;}
}

@media screen and (max-width: 1500px){
  .main_warp { padding: 15px 15px 60px;}
  .header .box { padding: 0 110px 0 20px;}
  .header .box .menu { padding: 0 15px;}
  .header .box .menu li a { font-size: 18px; padding: 0 15px;}
  .banner .box .sub_menu { width: 100%; padding: 0 20px; box-sizing: border-box;}
  .c_xhy_box .info {margin-bottom: 20px; padding: 40px 20px;}
  .c_xhy_box .vod { margin-bottom: 20px;}
  .c_xhy_box .info .img_xhy { flex: 0; padding: 0 20px 0 40px;}
  .c_xhy_box .gxw_info { padding: 40px 20px;}
  .c_xhy_box .gxw_info p { padding: 40px 80px 0;}
}
@media screen and (max-width: 1400px){
  .c_xhy_box .info .img_xhy { flex: 1;}
  .c_xhy_box .info .ps .jx { display: none;}
  .c_xhy_box .info .ps { position: relative;}
  .c_xhy_box .info .ps .ps_txt { display: block; width: 700px; height: 400px; padding: 30px; box-sizing: border-box; position: absolute; right: 10px; top: 20px;}
  .c_xhy_box .info .ps { width: 820px; height: 442px; background: url(/uploadfiles/img/xhy_img_2a.png) no-repeat; background-size: contain;}
  .c_xhy_box .info .ps h2 { display: block; width: 255px; height: 42px; padding-bottom: 20px; margin: 0 auto; background: url(/uploadfiles/img/xhy_img_2c.png) no-repeat; text-indent: -99em; overflow: hidden;}
  .c_xhy_box .info .ps .c { display: block; font-size: 18px; line-height: 40px; color: #04598e;}
  .c_xhy_box .info .ps .c p { text-indent: 2em;}
}
@media screen and (max-width: 1320px){
  .header .menu_btn { width: 80px;}
  .header .box .search { width: auto;}
  .header .box .search input { display: none;}
  .menu_box { top: 80px;}
  .c_xhy_box .info .ps { width: 780px; height: 420px;}
  .c_xhy_box .info .ps .ps_txt { width: 660px; top: 0;}
}

@media screen and (max-width: 1200px){
  .header .box .logo { flex: 1;}
  .header .box .menu { display: none;}
  .banner { height: 240px;}
  .banner .box { height: 42px; line-height: 42px;}
  .banner .box .sub_menu ul li a { padding: 0 20px; font-size: 14px;}
  .banner .box .sub_menu ul li a::after { height: 24px;}
  .banner .box .sub_menu ul li.on a::before, .banner .box .sub_menu ul li a:hover::before { height: 46px;}
  .path { display: none;}
  .footer .links { display: flex;}
  .footer .links dl { flex: 1;}
  .footer .links dl dt { width: auto;}
  .footer .us { font-size: 14px;}
  .footer .us span { padding: 0 10px;}
  
  .date_box_right { display: none;}
  .main_warp { background-size: 100% 60px;}
  .main_w.s1 { padding: 0;}
  .article_warp .title_box h2 { font-size: 28px;}
  .article_warp .date_box { font-size: 14px;}
  .article_box { font-size: 16px; line-height: 32px;}

  .c_mgt_box dl dt img { width: 210px; height: 263px;}
  .c_mgt_box dl dd { font-size: 16px; line-height: 38px; padding: 10px 10px 10px 30px;}
  .c_mgt_box dl dd .n strong { font-size: 18px; }
  .c_news_lists { padding-top: 0;}
  .c_news_lists li a { margin-bottom: 10px; padding: 10px; }
  .c_news_lists li span { font-size: 14px; padding: 0; line-height: 24px;}
  .c_news_lists li span em.ps { max-height: 72px;}
  .c_news_lists li span strong { font-size: 18px;}

  .c_xhy_box .vod {padding: 15px;}
  .c_xhy_box .info { display: block;}
  .c_xhy_box .info .img_xhy { text-align: center; padding: 0; margin-bottom: 30px;}
  .c_xhy_box .info .img_xhy img { height: 320px;}
  .c_xhy_box .info .ps { background: #E7F2FF; width: auto; height: auto; border-radius: 20px; box-shadow: 0px 0px 10px #fff inset,0px 0px 10px rgba(40,67,122,0.4);}
  .c_xhy_box .info .ps .ps_txt { width: auto; height: auto; position: inherit; left: 0; top: 0;}
  .c_xhy_box .gxw_info p { padding: 30px 15px; font-size: 15px; line-height: 24px;}
}
@media screen and (max-width: 760px){
  .header .box { height: 62px; padding: 0 62px 0 10px;}
  .header .box .logo img { height: 32px;}
  .header .box .search { height: 42px; margin-right: 10px;}
  .header .box .search .search_btn { width: 42px; height: 42px; background-size: auto 20px;}
  .header .menu_btn { width: 62px;}
  .menu_box { top: 62px; padding: 15px;}
  .menu_box dl { padding: 10px 0;}
  .menu_box dl dt a { font-size: 18px;}
  .menu_box dl a { font-size: 14px;}
  .banner { height: 150px; background-position-x: -126px; }
  .banner .box ul { display: none;}
  .banner .path { display: block; font-size: 12px;}
  .path i { padding: 0 5px;}
  
  .footer .links dl dt { padding: 0 20px;white-space: nowrap;}
  .footer .links dl dt::after { top: 0; left: 10px;}
  .footer .us span { padding: 0 10px 10px; }
  .footer .us .nav, .footer .copy { font-size: 12px;}
  .footer .us .nav { padding-top: 10px;}
  .footer .us .nav a, .footer .copy em { display: inline-block;}

  .main_w { padding: 20px;}
  .main_w.s1 .c_box { padding: 20px;}
  .article_warp .title_box h2 { font-size: 24px; padding-bottom: 20px;}
  .article_warp .date_box { font-size: 12px;}
  .article_box { font-size: 14px; padding-bottom: 0;}

  .main_warp .sub_title { font-size: 14px; padding: 10px 0 20px 10px;}
  .main_warp .sub_title strong { font-size: 24px;}
  .c_mgt_box dl { flex-direction: column;}
  .c_mgt_box dl dt img { width: 180px; height: auto;}
  .c_mgt_box dl dd { padding: 15px 0 0; font-size: 14px; line-height: 32px;}
  .c_mgt_box dl dd .n { padding-bottom: 10px; text-align: center;}
  .c_news_lists li a {flex-direction: column;}
  .c_news_lists li a i { padding: 0 0 10px;}
  .c_news_lists li a i img { width: 100%; height: auto;}
  .c_news_lists li span strong { font-size: 16px;}

  .c_xhy_box .info .img_xhy { margin-bottom: 15px;}
  .c_xhy_box .info .img_xhy img { height: 220px;}
  .c_xhy_box .info .ps h2 { transform: scale(.65);}
  .c_xhy_box .info .ps .ps_txt { padding: 15px;}
  .c_xhy_box .info .ps .c { font-size: 14px; line-height: 24px;}
  .c_xhy_box .info .ps .c p { padding-bottom: 5px;}
  .c_xhy_box .gxw_info { padding: 20px 0;}
}

@media print {
  .article_warp .title_box h2 { font-size: 28px;}
  .article_warp .date_box { font-size: 12px; }
  .article_box { font-size: 14px; line-height: 24px;}
}

/* 业务与服务 start */
.c_ywyfw_box .th1{padding: 58px 37px;}
.c_ywyfw_box .boxSha{background-color: #fff; border-radius: 18px; box-shadow: 0px 0px 14px rgba(19, 19, 19, .1);}
.c_ywyfw_box .th1{margin-bottom: 30px; background: url(/uploadfiles/img/ywyfw_th1_bg_03.png) no-repeat left bottom;}
.c_ywyfw_box .th1 .briefBox{padding-left: 70px; width: 780px; box-sizing: border-box;}
.c_ywyfw_box .th1 .briefBox .titleBox{padding-bottom: 25px; position: relative; margin-bottom: 25px;}
.c_ywyfw_box .th1 .briefBox .titleBox .t1{font-size: 38px; line-height: 1; color: #c79f62; font-weight: bold; position: relative;}
.c_ywyfw_box .th1 .briefBox .titleBox .t1 > i{font-weight: bold; color: #0762cb;}
.c_ywyfw_box .th1 .briefBox .titleBox .t2{position: absolute; left: 11px; bottom: 0px; font-size: 38px; line-height: 1; font-weight: bold; color: #8fc6f8; opacity: 0.2; }
.c_ywyfw_box .th1 .briefBox > p{font-size: 18px; color: #333; line-height: 41px; text-indent: 2em;}
.c_ywyfw_box .th1 .rightSwiper{width: 570px; height: 354px; position: relative;}
.c_ywyfw_box .th1 .rightSwiper::after{content: ''; position: absolute; left: 15px; right: 15px; bottom: 0px; top: 0px; border-radius: 20px; background-color: #f5eee4;}
.c_ywyfw_box .th1 .rightSwiper .mySwiper{height: 328px; overflow: hidden; border-radius: 20px; box-shadow: 0px 0px 14px rgba(157, 112, 43, .4);}
.c_ywyfw_box .th1 .rightSwiper .mySwiper img{max-width: 100%;}
.c_ywyfw_box .th1 .rightSwiper .mySwiper .swiper-pagination{bottom: -35px;}
.c_ywyfw_box .th1 .rightSwiper .mySwiper .swiper-pagination-bullet{width: 12px; height: 4px; background-color: #abacb0; border-radius: 20px;  }
.c_ywyfw_box .th1 .rightSwiper .mySwiper .swiper-pagination-bullet-active{background-color: #0762cb; width: 25px;}
.c_ywyfw_box .th1 .rightSwiper .mySwiper .swiper-button-next, .c_ywyfw_box .th1 .rightSwiper .mySwiper .swiper-button-prev{width: 11px; height: 20px; bottom: -40px; top: auto; margin-top: 0px; background: url(/uploadfiles/img/ywyfw_icons1.png) no-repeat;}
.c_ywyfw_box .th1 .rightSwiper .mySwiper .swiper-button-next{right: 200px; background-position-x: -30px;}
.c_ywyfw_box .th1 .rightSwiper .mySwiper .swiper-button-prev{left: 200px;}
.c_ywyfw_box .th1 .rightSwiper .mySwiper .swiper-button-disabled{background-position-y: -35px;}
.c_ywyfw_box .th2 ul{margin-left: -20px;}
.c_ywyfw_box .th2 ul li{float: left; width: 25%; box-sizing: border-box; padding-left: 20px;}
.c_ywyfw_box .th2 ul li .libox{position: relative;}
.c_ywyfw_box .th2 ul li .libox .liContent{ z-index: 1; padding: 15px; position: relative; border-radius: 18px;}
.c_ywyfw_box .th2 ul li .libox::before{content: ''; position: absolute; left: 6px; right: 6px; bottom: -5px; top: 0px; border-radius: 20px; background-color: #c79f62;}
.c_ywyfw_box .th2 ul li .libox .imgBox{height: 220px; margin-bottom: 28px; z-index: 0; position: relative; text-align: center; }
.c_ywyfw_box .th2 ul li .libox .imgBox::after{content: ''; position: absolute; left: 15px; right: 15px; bottom: -7px; top: 0px; border-radius: 20px; background-color: #f5eee4;}
.c_ywyfw_box .th2 ul li .libox .imgBox img{max-width: 100%; position: relative; z-index: 1; height: auto; border-radius: 20px;}
.c_ywyfw_box .th2 ul li .libox .titBox{font-size: 24px;  padding: 0 10px;  color: #373737; margin-bottom: 14px; font-weight: bold; position: relative;}
.c_ywyfw_box .th2 ul li .libox .titBox img{position: absolute; top: 50%; transform: translateY(-50%); right: 0px;}
.c_ywyfw_box .th2 ul li .libox .liContent > p{font-size: 16px; padding: 0 10px; line-height: 28px; max-height: 84px; overflow: hidden; color: #373737;}
.c_ywyfw_box .th2 ul li .libox .moveBtn{display: inline-block; margin-left: 10px; text-align: center; box-sizing: border-box; border: 1px solid #c79f62; margin-top: 17px; width: 116px; height: 32px; line-height: 26px; border-radius: 20px;}
.c_ywyfw_box .th2 ul li .libox .moveBtn > em{display: inline-block; vertical-align: middle; font-size: 16px; color: #c79f62;}
.c_ywyfw_box .th2 ul li .libox .moveBtn > i{display: inline-block; vertical-align: middle; margin-left: 10px; font-size: 0px; line-height: 1;}

@media screen and (max-width: 1665px) {
  .ywyfw .main_w{max-width: 1200px;}
  .c_ywyfw_box .th1 .briefBox{padding-left: 0px;}
  .c_ywyfw_box .th1 .briefBox > p{font-size: 16px; line-height: 36px;}
  .c_ywyfw_box .th1 .briefBox{width: 495px;}
  .c_ywyfw_box .th2 ul li .libox .imgBox{height: 172px;}
  .c_ywyfw_box .th2 ul li .libox .liContent > p{font-size: 14px; line-height: 21px;}
  .c_ywyfw_box .th2 ul li .libox .moveBtn > em{font-size: 14px;}
}
@media screen and (max-width: 1200px) {
  .c_ywyfw_box .th1{padding: 20px 20px 40px;}
  .c_ywyfw_box .th1 .briefBox{float: none; width: 100%;}
  .c_ywyfw_box .th1 .rightSwiper{float: none; width: 100%; height: auto;}
  .c_ywyfw_box .th1 .rightSwiper .mySwiper{height: auto;}
  .c_ywyfw_box .th1 .briefBox .titleBox{margin-bottom: 8px;}
  .c_ywyfw_box .th1 .briefBox .titleBox .t1{font-size: 30px;}
  .c_ywyfw_box .th1 .briefBox .titleBox .t2{font-size: 30px;}
  .c_ywyfw_box .th1 .briefBox > p{font-size: 14px; line-height: 26px;}
  .c_ywyfw_box .th1 .rightSwiper{margin-top: 10px;}
  .c_ywyfw_box .th1 .rightSwiper .mySwiper .swiper-button-next, .c_ywyfw_box .th1 .rightSwiper .mySwiper .swiper-button-prev{bottom: auto; top: 50%; transform: translateY(-50%);}
  .c_ywyfw_box .th1 .rightSwiper .mySwiper .swiper-pagination{bottom: -24px;}
  .c_ywyfw_box .th1 .rightSwiper .mySwiper .swiper-button-next{right: -14px;}
  .c_ywyfw_box .th1 .rightSwiper .mySwiper .swiper-button-prev{left: -14px;}
  .c_ywyfw_box .th1{margin-bottom: 15px;}
  .c_ywyfw_box .th2 ul{margin-left: 0px;}
  .c_ywyfw_box .th2 ul li{width: 100%; float: none; padding-left: 0px; margin-bottom: 15px;}
  .c_ywyfw_box .th2 ul li .libox .imgBox{height: auto;}
}
/* 业务与服务 end */


/* 航运业务 start */
.c_hyyw_box .th1{padding: 60px; margin-bottom: 29px;}
.c_hyyw_box .boxSha{background-color: #fff; border-radius: 18px; box-shadow: 0px 0px 14px rgba(19, 19, 19, .1);}
.c_hyyw_box .th1 .imageBox{overflow: hidden; width: 570px; height: 328px; font-size: 0px; border-radius: 20px; box-shadow: 0px 0px 14px rgba(157, 112, 43, .4);}
.c_hyyw_box .th1 .briefBox{width: 740px}
.c_hyyw_box .th1 .briefBox .titleBox{padding-bottom: 25px; position: relative; margin-bottom: 25px;}
.c_hyyw_box .th1 .briefBox .titleBox .t1{font-size: 38px; line-height: 1; color: #c79f62; font-weight: bold; position: relative;}
.c_hyyw_box .th1 .briefBox .titleBox .t1 > i{font-weight: bold; color: #0762cb;}
.c_hyyw_box .th1 .briefBox .titleBox .t2{position: absolute; left: 11px; bottom: 0px; font-size: 38px; line-height: 1; font-weight: bold; color: #8fc6f8; opacity: 0.2; }
.c_hyyw_box .th1 .briefBox > p{font-size: 18px; color: #333; line-height: 41px; text-indent: 2em;}
.c_hyyw_box .th2 {padding: 56px 60px; }
.c_hyyw_box .th2 .th2_menu{position: relative; padding: 0 113px;}
.c_hyyw_box .th2 .th2_menu .menu_roll{width: 100%; height: 138px; margin-bottom: 45px; overflow: hidden; box-sizing: border-box;}
.c_hyyw_box .th2 .th2_menu .menu_roll ul{width: 100%; height: 190px;  padding: 15px; font-size: 0px; overflow: hidden; overflow-x: auto; white-space: nowrap;}
.c_hyyw_box .th2 .th2_menu .menu_roll ul li{display: inline-block; }
.c_hyyw_box .th2 .th2_menu .menu_roll ul li a{ display: block; width: 355px; box-sizing: border-box; position: relative; text-align: center; height: 100px;  box-shadow: 0px 5px 21px rgba(19, 19, 19, .1); margin-right: 35px; border: 2px solid #fff; border-radius: 18px; background-color: #f5f9ff;}
.c_hyyw_box .th2 .th2_menu .menu_roll ul li a.active::after{content: ''; position: absolute; bottom: -28px; left: 50%; transform: translateX(-50%); border: 14px solid transparent; border-top-color: #f5f9ff;}
.c_hyyw_box .th2 .th2_menu .menu_roll ul li a.active::before{content: ''; position: absolute; bottom: -32px; left: 50%; transform: translateX(-50%); border: 16px solid transparent; border-top-color: #fff;}
.c_hyyw_box .th2 .th2_menu .menu_roll ul li a .a1{display: block; margin-bottom: 7px; font-size: 20px; color: #0762cb; font-weight: bold; }
.c_hyyw_box .th2 .th2_menu .menu_roll ul li a .a2{display: block; font-size: 14px; color: #0762cb; }
.c_hyyw_box .th2 .th2_menu .menu_roll ul li a > span{display: inline-block; position: relative; top: 50%; transform: translateY(-50%);}
.c_hyyw_box .th2 .th2_menu .btn{position: absolute; top: 50%; transform: translateY(-50%); cursor: pointer; width: 50px; height: 50px; text-align: center; line-height: 65px; border: 2px solid #fff; box-shadow: 0px 0px 14px rgba(19, 19, 19, .1); border-radius: 100%; background-color: #f5f9ff;} 
.c_hyyw_box .th2 .th2_menu .btn.leftBTn{left: 0px;}
.c_hyyw_box .th2 .th2_menu .btn.rightBTn{right: 0px;} 

.c_hyyw_box .th2 .swBox .rightSwiper{width: 570px; height: 354px; position: relative; margin-right: 65px; margin-bottom: 65px;}
.c_hyyw_box .th2 .swBox .rightSwiper::after{content: ''; position: absolute; left: 15px; right: 15px; bottom: 0px; top: 0px; border-radius: 20px; background-color: #f5eee4;}
.c_hyyw_box .th2 .swBox .rightSwiper .mySwiper{height: 328px; overflow: hidden; border-radius: 20px; box-shadow: 0px 0px 14px rgba(157, 112, 43, .4);}
.c_hyyw_box .th2 .swBox .rightSwiper .mySwiper img{max-width: 100%;}
.c_hyyw_box .th2 .swBox .rightSwiper .mySwiper .swiper-pagination{bottom: -35px;}
.c_hyyw_box .th2 .swBox .rightSwiper .mySwiper .swiper-pagination-bullet{width: 12px; height: 4px; background-color: #abacb0; border-radius: 20px;  }
.c_hyyw_box .th2 .swBox .rightSwiper .mySwiper .swiper-pagination-bullet-active{background-color: #0762cb; width: 25px;}
.c_hyyw_box .th2 .swBox .rightSwiper .mySwiper .swiper-button-next, .c_hyyw_box .th2 .swBox .rightSwiper .mySwiper .swiper-button-prev{width: 11px; height: 20px; bottom: -40px; top: auto; margin-top: 0px; background: url(/uploadfiles/img/ywyfw_icons1.png) no-repeat;}
.c_hyyw_box .th2 .swBox .rightSwiper .mySwiper .swiper-button-next{right: 200px; background-position-x: -30px;}
.c_hyyw_box .th2 .swBox .rightSwiper .mySwiper .swiper-button-prev{left: 200px;}
.c_hyyw_box .th2 .swBox .rightSwiper .mySwiper .swiper-button-disabled{background-position-y: -35px;}
.c_hyyw_box .th2 .swBox > p{font-size: 18px; color: #333333; line-height: 41px;}

.c_hyyw_box .psr { position: relative;}
.c_hyyw_box .contact_box { position: absolute; right: -60px; top: 40%; cursor: pointer;}
.c_hyyw_box .contact_box:hover img { opacity: .8;}
.c_hyyw_box .contact_box .closeBtn { display: none; position: absolute; top: 0; right: 10px; font-size: 12px; color: #f30; transform: translateY(-100%);}
.c_hyyw_box .contact_box:hover .closeBtn { display: block;}
.c_hyyw_box .contact_table { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 98;}
.c_hyyw_box .contact_table .mk { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, .5);}
.c_hyyw_box .contact_table .t_box { position: absolute; width: 1500px; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 2; background: #fff; border-radius: 20px; overflow: hidden;}
.c_hyyw_box .contact_table .t_box h2.t { height: 74px; line-height: 74px; background: #0762CB; color: #fff; font-size: 18px; font-weight: 600; text-align: center; position: relative;}
.c_hyyw_box .contact_table .t_box h2.t .closeBtn { display: flex; align-items: center; padding: 15px; position: absolute; right: 10px; top: 50%; transform: translateY(-50%);}
.c_hyyw_box .contact_table .t_box .talbe_a { margin: 15px; padding: 15px; height: 600px; overflow: auto;}
.c_hyyw_box .contact_table .t_box .talbe_a th, .c_hyyw_box .contact_table .t_box .talbe_a td {text-align: center; font-size: 18px; padding: 15px; border: 1px solid #fff;}
.c_hyyw_box .contact_table .t_box .talbe_a th { background: #E0EBFE; color: #0762CB; font-weight: 700; white-space: nowrap;;}
.c_hyyw_box .contact_table .t_box .talbe_a td { font-size: 16px; line-height: 26px; color: #2f5e95; padding: 30px 15px;}
.c_hyyw_box .contact_table .t_box .talbe_a th.th1 { width: 20%;}
.c_hyyw_box .contact_table .t_box .talbe_a th.th2 { width: 40%;}
.c_hyyw_box .contact_table .t_box .talbe_a th.th3 { width: 20%;}
.c_hyyw_box .contact_table .t_box .talbe_a th.th4 { width: 20%;}
.c_hyyw_box .contact_table .t_box .talbe_a tbody tr:nth-child(odd) { background: #EFF5FE;}


.c_hyyw_box .contact_table .t_box .talbe_a::-webkit-scrollbar {width: 8px;}
.c_hyyw_box .contact_table .t_box .talbe_a::-webkit-scrollbar-thumb {border-radius: 10px;background:#0762CB;}
.c_hyyw_box .contact_table .t_box .talbe_a::-webkit-scrollbar-track {border-radius: 10px;background: #E0EBFE;}

.QR_box { margin-top: 60px; padding: 30px 20px 20px; border: dotted 5px #BCD5FD; border-radius: 5px; position: relative;}
.QR_box .t_ps { display: inline-block; padding: 0 20px; background: #fff; position: absolute; top: 0; left: 50%; transform: translate(-50%, -50%);}
.QR_box .c_list_box ul { display: flex; flex-wrap:wrap; justify-content: center;}
.QR_box .c_list_box ul li { padding: 15px 30px;}
.QR_box .c_list_box ul li span { display: block; padding-top: 10px; text-align: center; font-size: 16px;}

@media screen and (max-width: 1665px) {
  .hyyw .main_w{max-width: 1200px;}
  .c_hyyw_box .th1{padding: 30px;}
  .c_hyyw_box .th1 .briefBox{width: 530px;}
  .c_hyyw_box .th1 .briefBox > p{font-size: 16px; line-height: 36px;}
  .c_hyyw_box .th2 .swBox > p{font-size: 16px; line-height: 36px;}

  .c_hyyw_box .contact_table .t_box { width: 1200px;}
}

@media screen and (max-width: 1200px) {
  .c_hyyw_box .contact_table .t_box { width: 90%;}
  .c_hyyw_box .th1 .imageBox{width: 100%; height: auto; text-align: center;}
  .c_hyyw_box .th1{padding: 15px; margin-bottom: 15px;}
  .c_hyyw_box .th1 .imageBox{margin-bottom: 15px; float: none;}
  .c_hyyw_box .th1 .briefBox{width: 100%; float: none; }
  .c_hyyw_box .th1 .briefBox .titleBox{margin-bottom: 10px; padding-bottom: 16px;}
  .c_hyyw_box .th1 .briefBox .titleBox .t1{font-size: 24px;}
  .c_hyyw_box .th1 .briefBox .titleBox .t2{font-size: 24px; }
  .c_hyyw_box .th1 .briefBox > p{font-size: 14px; line-height: 26px;}
  .c_hyyw_box .th2{padding: 15px;}
  .c_hyyw_box .th2 .swBox .rightSwiper{float: none; width: 100%; height: auto; margin: 0px; margin-bottom: 40px;}
  .c_hyyw_box .th2 .swBox .rightSwiper .mySwiper{height: auto;}
  .c_hyyw_box .th2 .swBox .rightSwiper{margin-top: 10px;}
  .c_hyyw_box .th2 .swBox .rightSwiper .mySwiper .swiper-button-next, .c_hyyw_box .th2 .swBox .rightSwiper .mySwiper .swiper-button-prev{bottom: auto; top: 50%; transform: translateY(-50%);}
  .c_hyyw_box .th2 .swBox .rightSwiper .mySwiper .swiper-pagination{bottom: -24px;}
  .c_hyyw_box .th2 .swBox .rightSwiper .mySwiper .swiper-button-next{right: -14px;}
  .c_hyyw_box .th2 .swBox .rightSwiper .mySwiper .swiper-button-prev{left: -14px;}

  .c_hyyw_box .th2 .th2_menu .btn{width: 30px; height: 30px; line-height: 34px;}
  .c_hyyw_box .th2 .th2_menu .btn img{max-width: 100%; height: 15px;}
  .c_hyyw_box .th2 .th2_menu{padding: 0 40px;}
  .c_hyyw_box .th2 .th2_menu .menu_roll ul{padding: 6px;}
  .c_hyyw_box .th2 .th2_menu .menu_roll ul li a{width: auto; height: auto; margin-right: 10px; padding: 6px 10px;}
  .c_hyyw_box .th2 .th2_menu .menu_roll ul li a .a1{font-size: 16px;}
  .c_hyyw_box .th2 .th2_menu .menu_roll ul li a .a2{font-size: 12px;}
  .c_hyyw_box .th2 .th2_menu .menu_roll ul li a > span{position: initial; transform: none;}
  .c_hyyw_box .th2 .th2_menu .menu_roll{height: 86px; margin-bottom: 17px;}
  .c_hyyw_box .th2 .swBox > p{font-size: 14px; line-height: 26px;}

  .c_hyyw_box .contact_box { right: -15px;}
  .c_hyyw_box .contact_box img { height: 50px;}
  .c_hyyw_box .contact_table .t_box table { width: 800px;}
  .c_hyyw_box .contact_table .t_box .talbe_a th { font-size: 16px;}
  .c_hyyw_box .contact_table .t_box .talbe_a td { font-size: 14px;}
  .c_hyyw_box .contact_table .t_box .talbe_a { height: calc(100vh - 300px);}

  .QR_box .t_ps img { height: 30px;}
  .QR_box .c_list_box ul li { padding: 15px;}
  .QR_box .c_list_box ul li img { width: 140px; height: 140px;}
}
@media screen and (max-width: 760px) {
  .QR_box { margin-top: 40px; padding: 15px; border-width: 3px;}
  .QR_box .t_ps img { height: 24px;}
  .QR_box .c_list_box ul li { padding: 10px;}
  .QR_box .c_list_box ul li img { width: 120px; height: 120px;}
  .QR_box .c_list_box ul li span { font-size: 14px;}
}

/* 航运业务 end */

/* 党建工作 start */
.banner.djgz{height: 632px; background: url(/uploadfiles/img/c_djgz_img_02.png) no-repeat top center; background-size: cover;}
.main_warp.djgz{padding-top: 0px; background: url(/uploadfiles/img/c_djgz_img_03.jpg) no-repeat top center; background-size: 100% 100%;}
/* .main_warp.djgz .main_w{padding-top: 0px;} */
.main_warp.s1{position: relative;}
.main_warp.s1 .main_w{ position: relative; z-index: 1; }
.main_warp.s1::before{content: ''; position: absolute; bottom: 0px; left: 0px; right: 0px; height: 140px; background-image: url(/uploadfiles/img/main_bg_1.png); background-repeat: no-repeat; background-position: center bottom; }
.main_warp.s1 .path{color: #013c8f; margin-bottom: 37px; padding: 0px;}
.main_warp.s1 .path a{ color: #013c8f; }
.main_warp.s1 .path a.home{background-image: url(/uploadfiles/img/c_djgz_home_icon.png);}
@media screen and (min-width: 1922px) {
  .banner.s1{height: 800px !important;}
}
@media screen and (max-width: 1200px) {
  .main_warp.s1{padding-top: 1px !important;}
  .main_warp.s1 .path { display: block; font-size: 12px; margin-bottom: 15px; margin-top: -38px;}
  .banner.s1{background-size:cover !important; height: 240px !important;}
  .main_warp.s1{background-size: cover !important;}
}
/* 党建工作 end */

/* 人力资源 start */

.main_warp.rlzy{height: 920px; position: relative; padding: 0px; font-size: 0px; background: url(/uploadfiles/img/c_rlzy_bg_img_02.jpg) no-repeat top center; background-size: cover; }
.main_warp.rlzy .contentBg { position: absolute; left: 0; right: 0; bottom: 0; top: 0; z-index: 0; transition: 1s; -webkit-transition: 1s; text-align: center; background: #000;overflow: hidden;}
.main_warp.rlzy .contentBg .vidbacking { height: 100%; position: absolute;left: 50%; transform: translateX(-50%);}
.main_warp.rlzy .contentBg .vidbacking.on { width: 100%; height: auto;left: 0; top: 50%; transform: translateY(-50%);}
.rlzy ul{margin-left: -105px; position: absolute; left: 50%; transform: translateX(-50%); bottom: 137px;}
.rlzy ul li{float: left; padding-left: 105px; box-sizing: border-box;}
.rlzy ul li a{display: block; padding: 6px 28px; border-radius: 6px; font-size: 20px; font-weight: bold; color: #fff; background-color: rgba(250, 255, 255, .25); border: 1px solid rgba(250, 255, 255, .3);} 
.rlzy ul li a:hover{ background-color: #38bbfa; box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4) inset; border-color: transparent; }
.rlzy ul li a .iconBox{display: inline-block; vertical-align: middle; font-size: 0px;}
.rlzy ul li a .txt{display: inline-block; vertical-align: middle; font-weight: bold;}

@media screen and (max-width: 1200px) {
  .main_warp.rlzy .contentBg{display: none;}
  .main_warp.rlzy{height: 670px; background: url(/uploadfiles/img/c_rlzy_yd_bg_02.jpg) no-repeat bottom center; background-size: cover;  box-shadow: -3px -3px 15px rgba(0, 0, 0, 0.1) inset; }
  .rlzy ul{bottom: 100px;  margin-left: 0px;}
  .rlzy ul li{float: none; padding-left: 0px; margin-bottom: 15px;}
  .rlzy ul li a{ background-color: #38bbfa; white-space: nowrap; box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4) inset; border-color: transparent; }

}
/* 人力资源 end */

/* 科技创新 start */
.banner.kjcx{height: 578px; background: url(/uploadfiles/img/ch_kjcx_image_02.jpg) no-repeat top center; background-size: cover;}
.main_warp.kjcx{padding-top: 0px; background: url(/uploadfiles/img/ch_kjcx_image_03.jpg) no-repeat top center; background-size: 100% 100%;}
@media screen and (min-width: 1922px) {
  .banner.kjcx{height: 860px;}
}
/* 科技创新 end */

/* 质效提升 start */
.banner.zxts{height: 546px; background: url(/uploadfiles/img/ch_zxts_image_02.jpg) no-repeat top center; background-size: cover;}
.main_warp.zxts{padding-top: 0px; background: url(/uploadfiles/img/ch_zxts_image_04.jpg) no-repeat top center; background-size: 100% 100%;}
.main_warp.zxts .path, .main_warp.zxts .path a{color: #fff;}
.main_warp.zxts .path a.home{background-image: url(/uploadfiles/img/h_icon_1.png);}
@media screen and (max-width: 1200px) {
  .banner.zxts{background-size:cover !important; height: 200px !important;}
}
/* 质效提升 end */


/* 专题报道 start */
.ztbd .main_w {max-width: 1400px;}
.c_ztbd_box .listsBox{padding: 52px 60px 12px;  border-radius: 18px; background-color: #fff; box-shadow: 0px 0px 14px rgba(19, 19, 19, .1);}
.c_ztbd_box .listsBox ul{ margin-left: -40px;}
.c_ztbd_box .listsBox ul li{float: left; width: 33.33%; padding-left: 40px; box-sizing: border-box; }
.c_ztbd_box .listsBox ul li a{display: block; height: 216px; margin-bottom: 30px; font-size: 0px;}

@media screen and (max-width: 1665px) {
  .ztbd .main_w{max-width: 1200px;}
}
@media screen and (max-width: 760px) {
  .c_ztbd_box .listsBox{border-radius: 8px; padding: 15px 10px 5px;}
  .c_ztbd_box .listsBox ul {margin-left: 0px;}
  .c_ztbd_box .listsBox ul li{padding-left: 0px; width: 100%; float: left;}
  .c_ztbd_box .listsBox ul li a{margin-bottom: 10px; height: auto;}
}
/* 专题报道 end */

/* 长航集团形象规范 start */
.c_chjtxxgf_box .tabSwitchBtns{margin-bottom: 58px; text-align: center; font-size: 0px;}
.c_chjtxxgf_box .tabSwitchBtns a{display: inline-block; position: relative; vertical-align: middle; margin: 0 100px; transition: .3s; font-size: 32px; line-height: 1; color: #313131;}
.c_chjtxxgf_box .tabSwitchBtns a::before{content: ''; position: absolute; left: 0px; right: 0px; bottom: -30px; opacity: 0; transition: .3s; height: 5px; background-color: #003b8f;}
.c_chjtxxgf_box .tabSwitchBtns a.active::before{ bottom: -20px; opacity: 1;}
.c_chjtxxgf_box .tabSwitchBtns a.active{color: #003b8f; font-weight: bold;}
.c_chjtxxgf_box .switchBox ul li{margin-bottom: 20px;}
@media screen and (max-width: 760px) {
  .c_chjtxxgf_box .tabSwitchBtns{margin-bottom: 25px; margin-top: 15px;}
  .c_chjtxxgf_box .tabSwitchBtns a{font-size: 18px; margin: 0 10px;}
  .c_chjtxxgf_box .tabSwitchBtns a::before{height: 3px;}
  .c_chjtxxgf_box .tabSwitchBtns a.active::before{bottom: -12px;}
  .c_chjtxxgf_box .switchBox ul li{margin-bottom: 10px;}
}
/* 长航集团形象规范 end */

/* 组织架构 start */
.c_zzjg_box .theme{ background-color: #fff; padding: 70px 110px; }
.c_zzjg_box .theme .topBox{margin-bottom: 100px;}
.c_zzjg_box .tableBox .tableContent{width: 100%;}
.c_zzjg_box .tableBox .tableContent td, .c_zzjg_box .tableBox .tableContent th{ padding: 22px 10px; text-align: center; font-size: 15px; color: #373737;}
.c_zzjg_box .tableBox .tableContent th{font-weight: bold;}
.c_zzjg_box .tableBox .tableContent thead tr{background-color: #4a85e2; }
.c_zzjg_box .tableBox .tableContent th{color: #fff}
.c_zzjg_box .tableBox .tableContent tr .zyyw{border: 1px solid #fff;}
.c_zzjg_box .tableBox .tableContent thead tr .zyyw{background-color: #729ee4; }
.c_zzjg_box .tableBox .tableContent tbody tr:nth-child(even){background-color: #fff}
.c_zzjg_box .tableBox .tableContent tbody tr:nth-child(odd){background-color: #eef6fe}

@media screen and (max-width: 760px) {
  .c_zzjg_box .theme{padding: 20px 10px;}
  .c_zzjg_box .theme .topBox{margin-bottom: 20px;}
  .c_zzjg_box .tableBox .tableContent td, .c_zzjg_box .tableBox .tableContent th{font-size: 13px; padding: 5px;}
}
/* 组织架构 end */


/* 搜索 start */
.banner .searchBox{padding-top: 160px;}
.banner .searchBox .searchContent{display: inline-block; position: relative; width: 700px; height: 58px; box-sizing: border-box; padding-right: 120px; background-color: #fff; border-radius: 40px; box-shadow: 0px 0px 11px rgba(7, 91, 186, 0.4);}
.banner .searchBox .searchContent .inputBox{ border: none; font-size: 22px; padding-left: 30px; outline: none; background-color: transparent; width: 100%; height: 100%; }
.banner .searchBox .searchContent .searchBtn{position: absolute; right: 0px; top: 0px; bottom: 0px; transition: .3s; width: 120px; line-height: 58px; border-top-right-radius: 40px; font-size: 0px; border-bottom-right-radius: 40px; text-align: center;background-color: #084193; color: #fff;}
.banner .searchBox .searchContent .searchBtn .serachIcon{display: inline-block; vertical-align: middle; font-size: 0px; line-height: 1; margin-right: 10px; }
.banner .searchBox .searchContent .searchBtn .searchTxt{display: inline-block; vertical-align: middle; font-size: 19px;}
.banner .searchBox .searchContent .searchBtn:hover{opacity: 0.8;}
.searchPage {padding-top: 0px;}
.searchPage .main_w{padding-top: 0px;}
.searchPage .queryBox {background-color: #fff;}
.searchPage .queryBox .query1{border-bottom: 1px solid #e4e4e4; margin-bottom: 16px; height: 64px; line-height: 64px; box-sizing: border-box; }
.searchPage .queryBox .query1 a{display: inline-block; font-size: 20px; position: relative; color: #333; font-weight: bold; margin-right: 95px; }
.searchPage .queryBox .query1 a.on{color: #084193;}
.searchPage .queryBox .query1 a.on::before{content: ''; position: absolute; left: 0px; right: 0px; bottom: 0px; background-color: #084193; height: 3px;}
.searchPage .queryBox .query1 a:last-child{margin-right: 0px;}
.searchPage .queryBox .query2{margin-bottom: 29px;}
.searchPage .queryBox .query2:last-child{margin-bottom: 0px;}
.searchPage .queryBox .query2 .titBox{display: inline-block; vertical-align: middle; margin-right: 28px; padding: 4px 10px; background-color: #084193; font-size: 14px; color: #fff;}
.searchPage .queryBox .query2 .queryItems{display: inline-block; vertical-align: middle; font-size: 0px;}
.searchPage .queryBox .query2 .queryItems a{display: inline-block; vertical-align: middle; margin-right: 32px; font-size: 14px; color: #888c94;}
.searchPage .queryBox .query2 .queryItems a:last-child{margin-right: 0px;}
.searchPage .queryBox .query2 .queryItems a.on{color: #084193;}
.c_search_box .searchTop{padding-top: 28px; margin-bottom: 35px;}
.c_search_box .searchTop .titleBox{font-size: 31px; color: #084193; margin-bottom: 5px;}
.c_search_box .searchTop .leftBox{font-size: 14px; color: #888c94;} 
.c_search_box .searchTop .leftBox > i{color: #fd3535;}
.c_search_box .searchTop .right{font-size: 0px;}
.c_search_box .searchTop .right a{display: inline-block; margin-right: 14px; vertical-align: middle; padding: 4px 10px; font-size: 14px; color: #084193; border: 1px solid #084193;}
.c_search_box .searchTop .right a.on{ color: #fff; background-color: #084193;}
.c_search_box .listsBox{background-color: #fff; padding: 45px 40px;}
.c_search_box .listsBox ul li a{display: block; padding-bottom: 29px; border-bottom: 1px solid #d2d2d2; margin-bottom: 23px;}
.c_search_box .listsBox ul li:last-child a{margin-bottom: 0px;}
.c_search_box .listsBox ul li a .top{font-size: 20px; display: block; padding-right: 133px; position: relative; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: bold; color: #333;} 
.c_search_box .listsBox ul li a .top .tag{font-size: 14px; color: #084193; margin-right: 13px; padding: 2px 8px; border-radius: 3px; background-color: #dceeff;}
.c_search_box .listsBox ul li a .top .time{position: absolute; right: 0px; top: 50%; transform: translateY(-50%); font-weight: 500;}
.c_search_box .listsBox ul li a .liContent{display: block; font-size: 16px; color: #676767; margin-top: 12px;}
.pages{margin-top: 30px;}
.pages .pagesBox a,.pages .pagesBox span{display: inline-block; margin: 0 5px; vertical-align: middle; font-size: 16px; color: #084193; width: 46px; height: 46px; border-radius: 6px; background-color: #fff; line-height: 46px; text-align: center; }
.pages .pagesBox a.current,.pages .pagesBox .active{color: #fff; background-color: #084193;}
.pages .pagesBox a.btn,.pages .pagesBox a.prev,.pages .pagesBox a.next{width: auto; padding: 0 14px;}

@media screen and (max-width: 1665px) {
  .search .main_w{max-width: 1200px;}
}
@media screen and (max-width: 760px) {
  .searchPage{padding-top: 15px;}
  .banner .searchBox{padding: 0 15px; padding-top: 80px;}
  .banner .searchBox .searchContent{width: 100%; height: 40px; padding-right: 70px;}
  .banner .searchBox .searchContent .inputBox{padding-left: 15px; font-size: 14px;}
  .banner .searchBox .searchContent .searchBtn{width: 70px; line-height: 40px;}
  .banner .searchBox .searchContent .searchBtn .searchTxt{font-size: 14px;}
  .banner .searchBox .searchContent .searchBtn .serachIcon{margin-right: 5px;}
  .banner .searchBox .searchContent .searchBtn .serachIcon img{height: 16px;}
  .searchPage .queryBox .query1 a{font-size: 15px; margin-right: 20px;}
  .searchPage .queryBox .query1{height: 40px; line-height: 40px;}
  .searchPage .queryBox .query2 .queryItems a{margin-right: 10px; margin-top: 10px; font-size: 12px;}
  .searchPage .queryBox .query2{margin-bottom: 15px;}
  .c_search_box .searchTop{padding-top: 15px;}
  .c_search_box .searchTop .titleBox{font-size: 24px;}
  .c_search_box .searchTop .right{float: left; margin-top: 10px;}
  .c_search_box .searchTop{margin-bottom: 15px;}
  .c_search_box .listsBox{padding: 15px 10px;}
  .c_search_box .listsBox ul li a{padding-bottom: 12px; margin-bottom: 12px;}
  .c_search_box .listsBox ul li a .top{font-size: 13px; padding-right: 80px;}
  .c_search_box .listsBox ul li a .top .tag{margin-right: 0px;}
  .c_search_box .listsBox ul li a .liContent{font-size: 12px;}
  .pages .pagesBox a{font-size: 13px; width: 30px; height: 30px; margin: 0 2px; margin-bottom: 7px; line-height: 30px;}
  .pages{margin-top: 15px;}
}
/* 搜索 end */

/* 文化理念 start */
.w1600{max-width: 1600px; margin: 0 auto;}
.c_whln_box{padding: 60px 0px 60px;}
.c_whln_box ul{margin-left: -8px;}
.c_whln_box ul li {width: 16.66666%; float: left; padding-left: 8px; box-sizing: border-box;}
.c_whln_box ul li a{display: block; text-align: center; font-size: 0px;}
.c_whln_box ul li a img{max-width: 100%;}

.popBg{ visibility: hidden; opacity: 0; transition: opacity .3s; position: fixed; top: 0px; right: 0px; left: 0px; bottom: 0px; background-color: rgba(0, 0, 0, 0.3); z-index: 999;}
.popBg .popBox{ position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%) scale(0.9); opacity: .5; transition: .3s; transition-delay: 0.3s; box-sizing: border-box; width: 1200px; padding: 64px 0 56px; padding-left: 68px; padding-right: 32px; background-color: #fff; border-radius: 20px;}
.popBg.on{visibility: visible; opacity: 1;}
.popBg.on .popBox{transform: translate(-50%, -50%) scale(1); opacity: 1;}
.popBg .popBox .popContent .popItem .popLeft{float: left; width: 260px; margin-right: 37px; }
.popBg .popBox .popContent .popItem .popRight{float: left; width: 800px;}
.popBg .popBox .popContent .popItem .popRight .titBox{font-size: 22px; padding-top: 10px; font-weight: bold; color: #000; margin-bottom: 22px;}
.popBg .popBox .popContent .popItem .popRight .pbox{height: 420px; overflow: hidden; overflow-y: auto; padding-right: 38px;}
.popBg .popBox .popContent .popItem .popRight .pbox::-webkit-scrollbar{width: 7px; background-color: #eee; border-radius: 10px;}
.popBg .popBox .popContent .popItem .popRight .pbox::-webkit-scrollbar-thumb{background-color: #bfbfbf; border-radius: 10px;}
.popBg .popBox .popContent .popItem .popRight .pbox > p{font-size: 16px; color: #333; line-height: 28px;}
.popBg .popBox .popContent .popItem .popRight .pbox > p.s1{text-indent: 2em;}
.popBg .popBox .closeBtn{position: absolute; right: 19px; top: 11px; transition: 0.3s; color: #bfbfbf; font-size: 44px; line-height: 1;}
.popBg .popBox .closeBtn:hover{color: red;}
@media screen and (max-width: 1660px) {
  .w1600{max-width: 1200px; }
}
@media screen and (max-width: 1200px) {
  .c_whln_box{padding: 20px 0px 0px;}
  .c_whln_box ul li{width: 50%; float: left;  margin-bottom: 8px;}
  
  .popBg .popBox{width: 95vw; padding: 40px 15px 20px; padding-left: 18px; border-radius: 10px;}
  .popBg .popBox .popContent .popItem{height: 80vh; overflow: hidden; overflow-y: auto; }
  .popBg .popBox .popContent .popItem .popLeft{width: auto; float: none; margin-right: 0px; text-align: center;}
  .popBg .popBox .popContent .popItem .popRight{width: auto; float: none;}
  .popBg .popBox .popContent .popItem .popRight .pbox{padding-right: 0px; overflow: initial; height: auto;}
  .popBg .popBox .popContent .popItem .popRight .pbox::-webkit-scrollbar{width: 4px;}
  .popBg .popBox .closeBtn{right: 6px; top: -5px;}
}
/* 文化理念 end */

/* 企业荣誉 start */
.w1400{max-width: 1400px; margin: 0 auto;}
.c_qyry_box .th1{padding: 30px;  background-color: #fff; }
.c_qyry_box .th1 .th1_left{margin-right: 42px;}
.c_qyry_box .th1 .th1_right .titBox{font-size: 30px; font-weight: bold; line-height: 1; color: #003b8f; margin-bottom: 25px;}
.c_qyry_box .th1 .th1_right > p {font-size: 20px; line-height: 38px; color: #333;}

.c_qyry_box .th2{ margin-top: 41px;}
.c_qyry_box .th2 .tabSwitchWarp .tabSwitchBtns{text-align: center; font-size: 0px; border-bottom: 1px solid #fff; padding-bottom: 14px; margin-bottom: 35px;}
.c_qyry_box .th2 .tabSwitchWarp .tabSwitchBtns a{font-size: 26px; position: relative; color: #373737; margin: 0 55px; display: inline-block; vertical-align: middle;}
.c_qyry_box .th2 .tabSwitchWarp .tabSwitchBtns a.active{color: #003b8f; font-weight: bold;}
.c_qyry_box .th2 .tabSwitchWarp .tabSwitchBtns a.active::before{content: ''; position: absolute; left: 0px; right: 0px; bottom: -15px; height: 4px; background-color: #003b8f;}
.c_qyry_box .th2 .switchBox ul{padding-left: 76px; position: relative;}
.c_qyry_box .th2 .switchBox ul::before{content: ''; position: absolute; left: 26px; height: 100%; border-left: 2px dashed #8bacdb;}
.c_qyry_box .th2 .switchBox ul li{margin-bottom: 20px; padding: 20px; padding-left: 43px; background-color: #fff;} 
.c_qyry_box .th2 .switchBox ul li .item{ display: flex; justify-content: space-between;}
.c_qyry_box .th2 .switchBox ul li .leftbox{display: inline-block; padding-bottom: 18px;}
.c_qyry_box .th2 .switchBox ul li .leftbox .tBox{font-size: 20px; display: inline-block; position: relative; color: #333; margin-bottom: 28px; padding-top: 20px; padding-bottom: 8px; border-bottom: 1px solid #bfbfbf; padding-right: 80px;}
.c_qyry_box .th2 .switchBox ul li .leftbox .tBox > b{font-size: 33px; font-weight: bold; color: #003b8f;}
.c_qyry_box .th2 .switchBox ul li .leftbox .tBox > b::before{content: ''; position: absolute; top: 50%; transform: translateY(-13%) rotate(-45deg); left: -100px; width: 15px; height: 15px; background-color: #003b8f;}
.c_qyry_box .th2 .switchBox ul li .leftbox .tBox > b::after{content: ''; position: absolute; top: 50%; transform: translateY(-37%); left: -81px; border: 20px solid transparent; border-right-color:#fff;}
.c_qyry_box .th2 .switchBox ul li .leftbox > p{font-size: 20px; color: #333;}
.c_qyry_box .th2 .switchBox ul li .imageBox{margin-left: 15px;}
.c_qyry_box .th2 .switchBox ul li .imageBox img{max-width: 100%;}

@media screen and (max-width: 1660px) {
  .w1400{max-width: 1200px; margin: 0 auto;}
  .c_qyry_box .th1{padding: 15px;}
  .c_qyry_box .th1 .th1_left{margin-right: 0px; text-align: center; margin-bottom: 15px; float: none;}
  .c_qyry_box .th1 .th1_right .titBox{font-size: 22px; margin-bottom: 15px;}
  .c_qyry_box .th1 .th1_right > p{font-size: 16px; line-height: 28px;}
  .c_qyry_box .th2 .tabSwitchWarp .tabSwitchBtns a{font-size: 18px; margin: 0 10px;}
  .c_qyry_box .th2 .tabSwitchWarp .tabSwitchBtns{padding-bottom: 6px;}
  .c_qyry_box .th2 .tabSwitchWarp .tabSwitchBtns a.active::before{bottom: -8px;}
  .c_qyry_box .th2 .switchBox ul{padding-left: 50px;}
  .c_qyry_box .th2 .switchBox ul::before{left: 16px;}
  .c_qyry_box .th2 .switchBox ul li .leftbox .tBox > b::before{left: -84px;}
  .c_qyry_box .th2 .switchBox ul li{padding: 10px;}
  .c_qyry_box .th2 .switchBox ul li .item{display: block;}
  .c_qyry_box .th2 .switchBox ul li .leftbox .tBox{font-size: 16px; padding-top: 5px; padding-bottom: 5px; margin-bottom: 10px;}
  .c_qyry_box .th2 .switchBox ul li .leftbox .tBox > b{font-size: 22px;}
  .c_qyry_box .th2 .switchBox ul li .leftbox > p{font-size: 16px;}
  .c_qyry_box .th2 .switchBox ul li .imageBox{margin-left: 0px;}
  .c_qyry_box .th2 .switchBox ul li{margin-bottom: 10px;}
  .c_qyry_box .th2 .switchBox ul li .leftbox .tBox > b::after{border-width: 10px; left: -30px;}
  .c_qyry_box .th2 .switchBox ul li .leftbox .tBox > b::before{left: -51px; transform: translateY(-28%) rotate(-45deg);}

}
/* 企业荣誉 end */

/* 新闻中心 start */
.main_warp.xwzx{background-color: #fff; padding-top: 0px;}
.c_xwzx_box .boxSha{background-color: #fff; border-radius: 6px; box-shadow: 0px 0px 14px rgba(32, 107, 170, .2);}
.c_xwzx_box .th1 { padding-top: 30px; padding-bottom: 20px; background-color: #f7f7f7;}
.c_xwzx_box .titleBox {font-size: 44px; color: #C79F62; margin-bottom: 40px; font-weight: bold;}
.c_xwzx_box .titleBox > b{color: #0762cb;}
.c_xwzx_box .th1 .themeBox{padding: 30px; background: url(/uploadfiles/img/ch_xwzx_logo.png) no-repeat right bottom;}
.c_xwzx_box .th1 .themeBox .mySwiper1{width: 100%; height: 100%; overflow: hidden; position: relative;}
.c_xwzx_box .th1 .themeBox .mySwiper1 .swiper-slide .leftImage{width: 700px; height: 400px;}
.c_xwzx_box .th1 .themeBox .mySwiper1 .swiper-slide .rightBox {float: left; box-sizing: border-box; width: 840px; padding-left: 56px;}
.c_xwzx_box .th1 .themeBox .mySwiper1 .swiper-slide .rightBox .tBox{font-size: 30px; margin-bottom: 11px; color: #003b8f;}
.c_xwzx_box .th1 .themeBox .mySwiper1 .swiper-slide .rightBox .time{font-size: 16px; color: #666; margin-bottom: 26px;}
.c_xwzx_box .th1 .themeBox .mySwiper1 .swiper-slide .rightBox .contentBox{font-size: 18px; color: #666; line-height: 42px;}
.c_xwzx_box .th1 .themeBox .mySwiper1 .swiper-slide .rightBox .move{display: inline-block; font-size: 16px; color: #003b8f; margin-top: 12px;}
.c_xwzx_box .th1 .themeBox .mySwiper1 .swiper-slide .rightBox .move .txt{display: inline-block; vertical-align: middle;}
.c_xwzx_box .th1 .themeBox .mySwiper1 .swiper-slide .rightBox .move .icon{display: inline-block; vertical-align: middle; font-size: 0px;}
.c_xwzx_box .th1 .themeBox .mySwiper1 .swiper-pagination{display: inline-block; width: auto; left: 744px; bottom: -4px;}
.c_xwzx_box .th1 .themeBox .mySwiper1 .swiper-pagination-bullet{width: 16px; height: 16px; margin: 0 13px; box-sizing: border-box; background-color: transparent; border: 1px solid #d4d4d4; opacity: 1; border-radius: 100%;}
.c_xwzx_box .th1 .themeBox .mySwiper1 .swiper-pagination-bullet-active{background-color: #003b8f; border-color: transparent;} 
.c_xwzx_box .th2{padding-bottom: 40px; background-color: #f7f7f7;}
.c_xwzx_box .th2 .themeBox ul {margin-left: -20px;}
.c_xwzx_box .th2 .themeBox ul li {float: left; width: 25%;box-sizing: border-box; padding-left: 20px;}
.c_xwzx_box .th2 .themeBox ul li a{display: block; height: 150px; box-sizing: border-box; padding: 20px 30px 20px; }
.c_xwzx_box .th2 .themeBox ul li a:hover .txtBox{color: #0762cb;}
.c_xwzx_box .th2 .themeBox ul li a .txtBox{font-size: 20px; transition: .3s; color: #333; line-height: 34px; display: block; height: 68px; margin-bottom: 12px; overflow: hidden;}
.c_xwzx_box .th2 .themeBox ul li a .timeBox .timeIcon{display: inline-block; vertical-align: middle; font-size: 0px;}
.c_xwzx_box .th2 .themeBox ul li a .timeBox .timeTxt{display: inline-block; vertical-align: middle; font-size: 16px; color: #b2b2b2;}
.c_xwzx_box .moveBox {text-align: center; margin-top: 38px;}
.c_xwzx_box .moveBox > a{display: inline-block; transition: .3s; width: 120px; height: 42px; line-height: 39px; font-size: 16px; background-color: #0762cb; text-align: center; color: #fff; border-radius: 30px;}
.c_xwzx_box .moveBox > a:hover{opacity: .8;}
.c_xwzx_box .moveBox > a .textBox{display: inline-block; vertical-align: middle;}
.c_xwzx_box .moveBox > a .icon{display: inline-block; vertical-align: middle; font-size: 0px; line-height: 1;}

.c_xwzx_box .th3{background-color: #fff; padding: 40px 0 12px;}
.c_xwzx_box .th3 .leftBox{display: inline-block; padding-top: 125px;}
.c_xwzx_box .th3 .moveBox{margin-top: 0px;}
.c_xwzx_box .th3 .titleBox{margin-bottom: 20px;}
.c_xwzx_box .th3 .rightBox{width: 1215px; overflow: hidden; padding: 15px; padding-top: 70px; position: relative; float: right;}

.c_xwzx_box .th3 .rightBox .mySwiper2 .sliderItem{height: 370px; padding-bottom: 54px; box-sizing: border-box; position: relative; background-color: #f7f7f7;  box-shadow: 0px 0px 14px rgba(32, 107, 170, .2);  overflow: hidden; border-radius: 6px;}
.c_xwzx_box .th3 .rightBox .mySwiper2 .sliderItem .imgBox{margin-bottom: 11px;}
.c_xwzx_box .th3 .rightBox .mySwiper2 .sliderItem .imgBox img{max-width: 100%;}
.c_xwzx_box .th3 .rightBox .mySwiper2 .sliderItem .sliderContent{padding: 0 24px;}
.c_xwzx_box .th3 .rightBox .mySwiper2 .sliderItem .sliderContent .titBox{font-size: 20px; line-height: 34px; margin-bottom: 9px; color: #333333;}
.c_xwzx_box .th3 .rightBox .mySwiper2 .sliderItem .sliderContent .contentB{font-size: 16px; color: #666666; line-height: 36px;}
.c_xwzx_box .th3 .rightBox .mySwiper2 .sliderItem .sliderBottom{position: absolute; bottom: 0px; left: 0px; right: 0px; padding: 13px 0; margin: 0 21px; border-top: 1px solid #fff;}
.c_xwzx_box .th3 .rightBox .mySwiper2 .sliderItem .sliderBottom .time{float: left; font-size: 16px; color: #b2b2b2;}
.c_xwzx_box .th3 .rightBox .mySwiper2 .sliderItem .sliderBottom .moveBtn{float: right; font-size: 16px; color: #003b8f;}
.c_xwzx_box .th3 .rightBox .mySwiper2 .sliderItem.item1 .sliderContent{padding: 24px 24px 0px; padding-bottom: 0px;}
.c_xwzx_box .th3 .rightBox .mySwiper2 .swiper-button-next, .c_xwzx_box .th3 .rightBox .mySwiper2 .swiper-button-prev{width: 42px; height: 42px; top: 0px; margin: 0px; border: 1px solid #003b8f; background-image: url(/uploadfiles/img/ch_xwzx_jt_icons.png); background-size: auto; background-position: 14px 10px;}
.c_xwzx_box .th3 .rightBox .mySwiper2 .swiper-button-next{right: 15px; left: auto;  background-position-x: -33px;}
.c_xwzx_box .th3 .rightBox .mySwiper2 .swiper-button-prev{right: 66px; left: auto;}
.c_xwzx_box .th3 .rightBox .mySwiper2 .swiper-button-disabled{background-position-y: -33px; border-color: #cacaca; opacity: 1;}
.c_xwzx_box .th4{background-color: #f7f7f7; padding-top: 75px; padding-bottom: 60px;}
.c_xwzx_box .th4 .themeBox .tabSwitchWarp{box-shadow: 0px 0px 14px rgba(32, 107, 170, .2); border-radius: 0px 6px 6px 0px; overflow: hidden;}
.c_xwzx_box .th4 .themeBox .tabSwitchWarp .tabSwitchBtns{float: right; width: 600px; }
.c_xwzx_box .th4 .themeBox .tabSwitchWarp .tabSwitchBtns a{display: block; height: 96px; padding: 0 54px; position: relative;}
.c_xwzx_box .th4 .themeBox .tabSwitchWarp .tabSwitchBtns a:nth-child(even){background-color: #fff;}
.c_xwzx_box .th4 .themeBox .tabSwitchWarp .tabSwitchBtns a:nth-child(odd){ background-color: #f3f3f3;}
.c_xwzx_box .th4 .themeBox .tabSwitchWarp .tabSwitchBtns a > span{display: inline-block; position: relative; top: 50%; transform: translateY(-50%); font-size: 20px; color: #333;}
.c_xwzx_box .th4 .themeBox .tabSwitchWarp .tabSwitchBtns a.active::before{content: ''; position: absolute; right: 0px; top: 0px;  bottom: 0px; z-index: 1; width: 12px; background-color: #0762cb; }
.c_xwzx_box .th4 .themeBox .tabSwitchWarp .tabSwitchBtns a.active::after{content: ''; position: absolute; right: 3px; top: 50%; transform: translateY(-50%); z-index: 2; border: 5px solid transparent; border-right-color: #fff; }
.c_xwzx_box .th4 .themeBox .tabSwitchWarp .tabSwitchBtns a.active{background-color: #ecf4ff; }
.c_xwzx_box .th4 .themeBox .tabSwitchWarp .tabSwitchBtns a.active > span{color: #003b8f;}
.c_xwzx_box .th4 .themeBox .tabSwitchWarp .switchBox{width: 1000px; float: left; height: 480px;}
.c_xwzx_box .th4 .themeBox .tabSwitchWarp .switchBox .mtbdBox{height: 100%; box-sizing: border-box; position: relative;}
.c_xwzx_box .th4 .themeBox .tabSwitchWarp .switchBox .mtbdBox .bg{position: absolute; left: 0px; top: 0px; bottom: 0px; right: 0px; opacity: 0.1;}
.c_xwzx_box .th4 .themeBox .tabSwitchWarp .switchBox .mtbdBox::after{content: ''; position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; background-color: rgba(5, 28, 85, 0.6);}
.c_xwzx_box .th4 .themeBox .tabSwitchWarp .switchBox .mtbdBox{padding: 58px 79px 20px; color: #fff;}
.c_xwzx_box .th4 .themeBox .tabSwitchWarp .switchBox .mtbdBox .mtbdContent{position: relative; z-index: 3;}
.c_xwzx_box .th4 .themeBox .tabSwitchWarp .switchBox .mtbdBox .titB{font-size: 34px; margin-bottom: 17px; }
.c_xwzx_box .th4 .themeBox .tabSwitchWarp .switchBox .mtbdBox .time{display: inline-block; padding-bottom: 27px; margin-bottom: 29px; border-bottom: 4px solid #fff; font-size: 16px; }
.c_xwzx_box .th4 .themeBox .tabSwitchWarp .switchBox .mtbdBox .pBox{font-size: 18px; color: #fff; line-height: 42px; margin-bottom: 42px;}
.c_xwzx_box .th4 .themeBox .tabSwitchWarp .switchBox .mtbdBox .moveBtn > a{display: inline-block; width: 120px; height: 42px; line-height: 42px; background-color: #fff; border-radius: 30px; background-color: #fff; text-align: center; font-size: 16px; color: #003b8f;}
.c_xwzx_box .th5{padding-top: 86px;}
.c_xwzx_box .th5 .themeBox ul{margin-left: -19px;}
.c_xwzx_box .th5 .themeBox ul li{width: 50%; float: left; padding-left: 19px; margin-bottom: 15px; box-sizing: border-box;}
.c_xwzx_box .th5 .themeBox ul li a{display: block; transition: .3s; height: 80px; line-height: 80px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 20px; color: #333; padding-left: 42px; padding-right: 148px; position: relative;}
.c_xwzx_box .th5 .themeBox ul li a:hover{color: #0762cb;}
.c_xwzx_box .th5 .themeBox ul li a::before{content: ''; position: absolute; left: 17px; top: 50%; transform: translateY(-50%); width: 8px; height: 8px; background-color: #003b8f; }
.c_xwzx_box .th5 .themeBox ul li a .time{position: absolute; right: 35px; top: 50%; transform: translateY(-50%); }

@media screen and (max-width: 1660px) {
  .c_xwzx_box .th1 .themeBox .mySwiper1 .swiper-slide .leftImage{width: 500px; height: 287px;}
  .c_xwzx_box .th1 .themeBox .mySwiper1 .swiper-slide .rightBox{width: 640px; padding-left: 25px;}
  .c_xwzx_box .th1 .themeBox .mySwiper1 .swiper-slide .rightBox .time{margin-bottom: 15px;}
  .c_xwzx_box .th1 .themeBox .mySwiper1 .swiper-slide .rightBox .contentBox{font-size: 16px; line-height: 36px;}
  .c_xwzx_box .th1 .themeBox .mySwiper1 .swiper-pagination{left: 515px; bottom: 0px;}
  .c_xwzx_box .th2 .themeBox ul li a{padding: 15px;}
  .c_xwzx_box .th2 .themeBox ul li a .txtBox{font-size: 16px;}
  .c_xwzx_box .th3 .titleBox{font-size: 32px;}
  .c_xwzx_box .th3 .rightBox{width: 948px;}
  .c_xwzx_box .th3 .leftBox{padding-top: 151px;}
  .c_xwzx_box .th3 .rightBox .mySwiper2 .sliderItem .sliderContent .titBox{font-size: 16px; line-height: 28px;}
  .c_xwzx_box .th3 .rightBox .mySwiper2 .sliderItem .sliderContent .contentB{line-height: 34px; font-size: 14px;}
  .c_xwzx_box .th4 .themeBox .tabSwitchWarp .tabSwitchBtns a > span{font-size: 16px;}
  .c_xwzx_box .th4 .themeBox .tabSwitchWarp .tabSwitchBtns{width: 400px;}
  .c_xwzx_box .th4 .themeBox .tabSwitchWarp .tabSwitchBtns a{padding: 0 20px; height: 77px;}
  .c_xwzx_box .th4 .themeBox .tabSwitchWarp .switchBox{width: 800px; height: 384px;}
  
  .c_xwzx_box .th4 .themeBox .tabSwitchWarp .switchBox .mtbdBox{padding: 30px 35px 20px;}
  .c_xwzx_box .th4 .themeBox .tabSwitchWarp .switchBox .mtbdBox .titB{font-size: 28px; margin-bottom: 8px;}
  .c_xwzx_box .th4 .themeBox .tabSwitchWarp .switchBox .mtbdBox .time{padding-bottom: 10px; margin-bottom: 10px;}
  .c_xwzx_box .th4 .themeBox .tabSwitchWarp .switchBox .mtbdBox .pBox{font-size: 16px; margin-bottom: 20px;}
  .c_xwzx_box .th5{padding-top: 60px;}
  .c_xwzx_box .th5 .themeBox ul li a{font-size: 16px; padding-right: 132px;}
}

@media screen and (max-width: 1200px) {
  .main_warp.xwzx{padding: 0px; padding-bottom: 30px;}
  .c_xwzx_box .w1600{padding: 0 15px; }
  .c_xwzx_box .titleBox{font-size: 26px; margin-bottom: 15px;}
  .c_xwzx_box .th1 .themeBox .mySwiper1 .swiper-slide .leftImage{float: none; width: auto; height: auto;}
  .c_xwzx_box .th1 .themeBox{padding: 15px;}
  .c_xwzx_box .th1 .themeBox .mySwiper1 .swiper-slide .rightBox{width: auto; float: none; padding-left: 0px; margin-top: 15px;}
  .c_xwzx_box .th1 .themeBox .mySwiper1 .swiper-slide .rightBox .tBox{font-size: 20px;}
  .c_xwzx_box .th1 .themeBox .mySwiper1 .swiper-slide .rightBox .time{font-size: 14px; margin-bottom: 5px;}
  .c_xwzx_box .th1 .themeBox .mySwiper1 .swiper-slide .rightBox .contentBox{font-size: 14px; line-height: 26px;}
  .c_xwzx_box .th1 .themeBox .mySwiper1 .swiper-slide .rightBox .move{font-size: 14px; margin-top: 6px;}
  .c_xwzx_box .th2 .themeBox ul li{float: none; padding-left: 0px; width: auto; margin-bottom: 15px; float: none;}
  .c_xwzx_box .th2 .themeBox ul{margin-left: 0px;}
  .c_xwzx_box .th2 .themeBox ul li a{height: auto;}
  .c_xwzx_box .th2 .themeBox ul li a .txtBox{height: auto; font-size: 14px; line-height: 26px; margin-bottom: 5px;}
  .c_xwzx_box .th2 .themeBox ul li a .timeBox .timeTxt{font-size: 14px;}
  .c_xwzx_box .moveBox{margin-top: 15px;}
  .c_xwzx_box .moveBox > a{font-size: 14px; height: 35px; line-height: 32px; width: 100px;}
  .c_xwzx_box .th2{padding-bottom: 15px;}
  .c_xwzx_box .th3 .leftBox{padding-top: 0px;}
  .c_xwzx_box .th3{padding: 15px 0;}
  .c_xwzx_box .th3 .leftBox{text-align: center; display: block;}
  .c_xwzx_box .th3 .titleBox{font-size: 26px; margin-bottom: 10px;}
  .c_xwzx_box .th3 .rightBox{width: auto; box-sizing: border-box; float: none;}
  .c_xwzx_box .th3 .rightBox .mySwiper2 .sliderItem{height: auto;}
  .c_xwzx_box .th3 .rightBox .mySwiper2 .swiper-button-next, .c_xwzx_box .th3 .rightBox .mySwiper2 .swiper-button-prev{top: 15px;}
  .c_xwzx_box .th4{padding-top: 20px;}
  .c_xwzx_box .th4 .themeBox .tabSwitchWarp .tabSwitchBtns{width: auto; float: none;}
  .c_xwzx_box .th4 .themeBox .tabSwitchWarp .tabSwitchBtns a > span{font-size: 14px;}
  .c_xwzx_box .th4 .themeBox .tabSwitchWarp .tabSwitchBtns a{height: 61px;}
  .c_xwzx_box .th4 .themeBox .tabSwitchWarp .switchBox{width: auto; float: none; height: auto;}
  .c_xwzx_box .th4 .themeBox .tabSwitchWarp .switchBox .mtbdBox{padding: 25px 15px;}
  .c_xwzx_box .th4 .themeBox .tabSwitchWarp .switchBox .mtbdBox .bg{text-align: center;}
  .c_xwzx_box .th4 .themeBox .tabSwitchWarp .switchBox .mtbdBox .bg img{max-width: none; height: 100%;}
  .c_xwzx_box .th4 .themeBox .tabSwitchWarp .switchBox .mtbdBox .titB{font-size: 22px;}
  .c_xwzx_box .th4 .themeBox .tabSwitchWarp .switchBox .mtbdBox .time{font-size: 14px;}
  .c_xwzx_box .th4 .themeBox .tabSwitchWarp .switchBox .mtbdBox .pBox{font-size: 14px; line-height: 26px;}
  .c_xwzx_box .th4 .themeBox .tabSwitchWarp .switchBox .mtbdBox .moveBtn > a{width: 100px; height: 35px; line-height: 35px; font-size: 14px;}
  .c_xwzx_box .th4{padding-bottom: 20px;}
  .c_xwzx_box .th5{padding-top: 20px;}
  .c_xwzx_box .th5 .themeBox ul {margin-left: 0px;}
  .c_xwzx_box .th5 .themeBox ul li{width: auto; float: none; padding-left: 0px;}
  .c_xwzx_box .th5 .themeBox ul li a{font-size: 14px; height: 45px; padding-right: 92px; padding-left: 24px; line-height: 45px;}
  .c_xwzx_box .th5 .themeBox ul li a .time{right: 9px;}
  .c_xwzx_box .th5 .themeBox ul li a::before{left: 10px; width: 5px; height: 5px;}
  .c_xwzx_box .th5 .themeBox ul li{margin-bottom: 10px;}
}
/* 新闻中心 end */

/* 历史沿革 start */
.main_warp.lsyg{background-image: url(/uploadfiles/img/ch_lsyg_bg_02.png), url(/uploadfiles/img/main_bg_1.png); background-position:center top, center bottom;}
.c_lsyg_box .th1{padding-top: 40px;}
.c_lsyg_box .th1 .js{text-align: center; font-size: 16px; color: #333; margin-bottom: 83px;}
.c_lsyg_box .th1 .themeBox{padding: 15px 100px; overflow: hidden; height: 565px; position: relative; font-size: 0px; white-space: nowrap;}
.c_lsyg_box .th1 .themeBox ul {height: 600px; padding: 0 30px; overflow: hidden; overflow-x: auto;}
.c_lsyg_box .th1 .themeBox ul .bg{content: ''; position: absolute; left: 35px; right: 35px; top: 50%; transform: translateY(-50%); height: 70px; background-color: #7ebcf7; background-image: linear-gradient(to right, #7fbcf7, #61a0fe);}
.c_lsyg_box .th1 .themeBox ul .bg .i1{position: absolute; top: 9px; bottom: 0px; left: -25px; border-radius: 6px; width: 52px; height: 52px; background-color: #7fbcf7; transform: rotate(45deg);}
.c_lsyg_box .th1 .themeBox ul .bg .i2{position: absolute; top: 9px; bottom: 0px; right: -25px; border-radius: 6px; width: 52px; height: 52px; background-color: #61a0fe; transform: rotate(45deg);}
.c_lsyg_box .th1 .themeBox ul li .imgBox{font-size: 0px; max-height: 120px; overflow: hidden;}
.c_lsyg_box .th1 .themeBox ul li .imgBox img{max-width: 100%;}
.c_lsyg_box .th1 .themeBox ul li{display: inline-block; position: relative; z-index: 2; padding: 10px; box-sizing: border-box; vertical-align: middle; margin-left: -68px; width: 220px; height: 200px; font-size: 16px; white-space: initial; background-color: #fff; border-radius: 6px; box-shadow: 0px 0px 7px rgba(0, 59, 143, .2);}
.c_lsyg_box .th1 .themeBox ul li::before{content: ""; position: absolute; left: -23px; top: 0px; width: 10px; height: 10px; z-index: 4; box-sizing: border-box; background-color: #fff; border: 2px solid #0d48bc; border-radius: 100%;}
.c_lsyg_box .th1 .themeBox ul li::after{content: ""; position: absolute; left: -19px; top: 0px; width: 1px; height: 300px;  z-index: 3; background-color: #e5e5e5;}
.c_lsyg_box .th1 .themeBox ul li:first-child{margin-left: 0px;}
.c_lsyg_box .th1 .themeBox ul li:nth-child(even){transform: translateY(365px);}
.c_lsyg_box .th1 .themeBox ul li:nth-child(even)::before{top: auto; bottom: 0px;}
.c_lsyg_box .th1 .themeBox ul li:nth-child(even)::after{top: auto; bottom: 0px;}
.c_lsyg_box .th1 .themeBox ul li .item .content{font-size: 14px; margin-top: 5px; color: #666;}
.c_lsyg_box .th1 .themeBox ul li .item .year{position: absolute; bottom: 29px; left: 8px; line-height: 1; z-index: 0; font-size: 38px; color: #8c8c8c; font-weight: bold; }
.c_lsyg_box .th1 .themeBox ul li .item .year > b{opacity: 0.2;}
.c_lsyg_box .th1 .themeBox ul li .item .year::before{content: ''; position: absolute; left: 4px; bottom: -13px; width: 20px; height: 3px; background-color: #1851bf;}

.c_lsyg_box .th1 .themeBox ul li .timeline{position: absolute; bottom: -104px; left: -11px; z-index: 4; font-size: 26px; color: #fff; font-weight: bold;}
.c_lsyg_box .th1 .themeBox ul li.on .timeline{color: #ffa200;}
.c_lsyg_box .th1 .themeBox ul li.on .timeline::before{content: ''; position: absolute; bottom: -7px; left: 50%; transform: translateX(-50%); border: 14px solid transparent; border-bottom-color: #ffa200;}
.c_lsyg_box .th1 .themeBox ul li .timeline::after{content: ''; position: absolute; top: 50%; transform: translateY(-50%); right: -68px; width: 62px; height: 27px; background: url(/uploadfiles/img/ch_lsyg_after_icon.png) no-repeat;}
.c_lsyg_box .th1 .themeBox ul li:nth-child(even) .timeline{top: -102px; bottom: auto;}

.c_lsyg_box .th1 .themeBox .leftBtn{position: absolute; top: 50%; left: 40px; transform: translateY(-50%); border: 17px solid transparent; border-right-color: #fff; }
.c_lsyg_box .th1 .themeBox .rightBtn{position: absolute; top: 50%; right: 35px; transform: translateY(-50%); border: 17px solid transparent; border-left-color: #fff; }
.c_lsyg_box .th1 .js{margin-bottom: 20px;}
@media screen and (max-width: 1200px) {
  .c_lsyg_box .th1 .themeBox{padding: 15px 39px;}
  .c_lsyg_box .th1 .themeBox ul li .item .year{font-size: 26px;}
  .c_lsyg_box .th1 .themeBox .leftBtn{left: -2px;}
  .c_lsyg_box .th1 .themeBox .rightBtn{right: -4px;}
}
/* 历史沿革 end */


/* 企业文化 start */
.qywh_theme1 {padding: 20px; box-sizing: border-box; background-color: #FFF;}
.qywh_theme1 img{max-width: 100%; vertical-align: bottom;}
.qywh_theme2{margin: 20px 0;}
.qywh_theme2 ul li{display: block; float: left; box-sizing: border-box;width: 32.66666%;  height: auto;} 
.qywh_theme2 ul li.li_left b{ color: #aa9168;}
.qywh_theme2 ul li.li_center b{ color: #b82424;}
.qywh_theme2 ul li.li_right b{ color: #004070;}
.qywh_theme2 ul li .top_a{display: block; height: 490px;  padding: 17px; box-sizing: border-box; overflow: hidden; background-color: #FFF; margin-bottom: 2px;}
.qywh_theme2 ul li {margin-right: 1%;}
.qywh_theme2 ul li:last-child{margin-right:0px;}
.qywh_theme2 ul li .top_a .liL{ display: block; overflow: hidden;}
.qywh_theme2 ul li .top_a .liL img {width: 100%;}
.qywh_theme2 ul li .top_a .liR{display: block; }
.qywh_theme2 ul li .top_a .liR b{ display: block; font-size: 26px; margin: 17px 0px;}
.qywh_theme2 ul li .top_a .liR i{ display: block; font-size: 15px; line-height: 27px; color:#373737 ;}

.qywh_theme2 ul li .li_spanBox{display: block; height: 294px; box-sizing: border-box;  padding: 0 15px; padding-bottom: 10px; overflow: hidden; padding-top: 20px; background-color: #fff; margin-bottom: 2px;}
.qywh_theme2 ul li .li_spanBox em{display: block; width: 62px; height: 57px; overflow: hidden;}
.qywh_theme2 ul li .li_spanBox em img{max-width: 100%; }
.qywh_theme2 ul li .li_spanBox b { display: block; margin-top: 15px;margin-bottom: 10px; font-size: 24px; font-weight: normal;  }
.qywh_theme2 ul li .li_spanBox i{display: block;font-size: 15px;  color: #373737;line-height: 25px; }

@media screen and (max-width: 1200px) {
  .qywh_theme2 ul li .top_a { height: 520px;}
  .qywh_theme2 ul li .li_spanBox { height: 400px;}
}
@media screen and (max-width: 760px) {
  .qywh_theme1 { padding: 10px;}
  .qywh_theme2 { margin-top: 10px;}
  .qywh_theme2 ul li { margin: 5px 0; width: 100%;}
  .qywh_theme2 ul li .top_a { height: auto;}
  .qywh_theme2 ul li .li_spanBox { height: auto;}
  .qywh_theme2 ul li .top_a .liR b { font-size: 20px;}
  .qywh_theme2 ul li .li_spanBox b { font-size: 18px;}
}
/* 企业文化 end */
