@charset "utf-8";
/* CSS Document */

/*清除默认样式*/
body, div, dl, dt, dd, ul, ol, nl, li, h1, h2, h3, h4, h5, h6, p, span, a, b, strong, object, iframe, label, 

img, select, form, input, textarea, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, 

canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, 

mark, audio, video {margin:0;padding:0}
body{font-size:12px;font-family:'微软雅黑';}
.left{float:left;_display:inline;}
.right{float:right;_display:inline;}
.clear:after{content:"";clear:both;display:block;}
.clear{zoom:1;}
a{text-decoration:none;font-size:12px;}
a:hover {
  text-decoration: underline;
}
span{font-size:12px;}
li{list-style:none;}
img{border:none 0; vertical-align:middle;}
.col_f{color:#fff;}
.col_0{color:#000;}
.col_3{color:#333;}
.col_4e4e4e{color:#4e4e4e;}
.col_6{color:#666;}
.col_3ca1ca{color:#3ca1ca;}
.col_ls54{color:#54b434;}
.f_12{font-size:12px;}
.f_14{font-size:14px;}
.f_16{font-size:16px;}
.f_17{font-size:17px;}
.f_18{font-size:18px;}
.f_20{font-size:20px;}
.f_22{font-size:22px;}
.f_24{font-size:24px;}
.pad_l_20{padding-left:20px;}
.mar_l_10{margin-left:10px;}
.mar_t_10{margin-top:10px;}
.mar_r_10{margin-right:10px;}
.mar_b_10{margin-bottom:10px;}
input{vertical-align:middle;}
.t_center{text-align:center;}
.t_2em{text-indent:2em;}
.m-top-10{
  margin-top: 10px!important; 
}
.m-left-0{
  margin-left: 0px!important; 
}
.m-left-20{
  margin-left: 20px!important; 
}
.m-right-0{
  margin-right: 0px!important; 
}
.m-bottom-30{
  margin-bottom: 30px!important; 
}
.p-top-10{
  padding-top: 10px;
}
.p-bottom-10{
  padding-bottom: 10px;
}
.p-left-0{
  padding-left: 0px!important;
}
.p-left-10{
  padding-left: 10px!important;
}
.p-left-15{
  padding-left: 15px!important;
}
.p-right-10{
  padding-right: 10px!important;
}
.p-right-15{
  padding-right: 15px!important;
}
.p-right-20{
  padding-right: 20px!important;
}
.p-right-0{
  padding-right: 0px!important;
}
.w-5{
  width: 5%!important;
}
.w-10{
  width: 10%!important;
}
.w-15{
  width: 15%!important;
}
.w-25{
  width: 25%!important;
}
.w-33{
  width: 33%!important;
}
.w-42{
  width: 42%!important;
}
.w-50{
  width: 50%!important;
}
.w-70{
  width: 70%!important;
}
.w-75{
  width: 75%!important;
}
.w-80{
  width: 80%!important;
}
.w-85{
  width: 85%!important;
}
.w-90{
  width: 90%!important;
}
.w-100{
  width: 100%!important;
}
.color-red{
  color: red!important;
}
.row{
  margin-left: 0!important;
  margin-right: 0!important;
}
body{
  min-width: 1290px;
}
/*头部*/
.headerBj{width:100%;height: 90px;background:url(../images/topBg.jpg) repeat-x scroll left top;}
.header_top{width:960px;height:70px;margin:0px auto;padding-top:20px;}
.lxdh{background:url(../images/phone.jpg) no-repeat scroll 30px 0px;padding-left:50px;}
.search{
  position: relative;
  height: 100%;
  width: 55px;
  background: url('../images/search.jpg') no-repeat center;
  background-size: contain;
}
.search:hover .searchBox{
  display: block;
}
.searchBox{
  display: none;
  height: auto;
  width: 420px;
  padding: 20px;
  background-color: #f6f6f6;
  position: absolute;
  top: 100%;
  right: 0px;
}
.searchText{
  height: 35px;
  background: #fff;
  color: #333;
  font-size: 12px;
  text-indent: 0;
  padding-left: 16px;
  width: 344px;
  float: left;
  border: none;
}
.searchBtn{    
  cursor: pointer;
  width: 35px;
  height: 35px;
  position: absolute;
  left: 360px;
  margin-left: -15px;
  background: url(../images/btn_search.jpg) no-repeat center;
  background-size: contain;
  border: 1px solid #ececec;
  background-color: #ececec;
}

.navBox{
  width:100%;
  height:90px;
  position: relative;
  background: rgba(161,161,172, 1) none repeat scroll 0 0 !important;
  opacity: 1;
  z-index:100;
}
.top_nav{width:960px;height:42px;float: left;margin-top: 48px;}
.nav_li{position:relative;float:left;width:120px;height:42px;line-height:44px;text-align:center;}
.nav_a{
  font-size: 16px;
  color: #fff;
  padding: 0 5px;
  font-weight: bold;
  width: 100%;
  display: inline-block;
}
.nav_a.active,.nav_a:hover{
  color: #004a96;
  text-decoration: none;
}
.nav_li ul{
  position: absolute;
  width: 120%;
  top: 40px;
  padding-top: 4px;
  left: -10%;
  display: none;
  z-index: 9999;
  border-bottom: 2px #004A96 solid;
  background-color: #F3F3F3;
}
.nav_li ul li{width:100%;height:34px;}
.nav_li ul li a{
    display: block;
    width: 100%;
    height: 34px;
    line-height: 34px;
    background-color: #fff;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nav_li ul li a:hover{text-decoration: underline;}
/*banner*/
.homeBanner{
  cursor: pointer;
  position: relative;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.homeBannerImgBox{width:100%;text-align:center;position: relative;}
/* #bannerScrollUl{display:inline-block;width:10000px;white-space:nowrap;position:absolute;top:0px;left:0px;}
.bannerScroll_li{width:1920px;height:auto;position:relative;top:0px;left:0px;}
.bannerScroll_li>img{width: 100%;}
#homePrev,#homeNext{position:absolute;top:206px;display:block;width:26px;height:32px;z-index:200;}
#homePrev{display:none;background:#393939 url(../images/left_prev_1.png) no-repeat scroll 0px 0px;left:0px;}
#homeNext{display:none;background:#393939 url(../images/right_next_1.png) no-repeat scroll 0px 0px;right:0px;}
.homeBanner:hover #homePrev,.homeBanner:hover #homeNext{
  display: inline-block;
} */
/* #homePrev:hover{background:url(../images/left_prev_2.png) no-repeat scroll 0px 0px;}
#homeNext:hover{background:url(../images/right_next_2.png) no-repeat scroll 0px 0px;} */
.homeBannerBtnBox{position:absolute;left:50%;margin-left:-500px;bottom:30px;width:960px;text-align:right;padding-bottom:20px;}
.homeBannerBtn{display:inline-block;width:12px;height:12px;border-radius:50%;opacity:0.9;filter:alpha(opacity=90);background:#333;margin:0px 2px;}
.homeBannerBtn.on{background:#54b434;opacity:1;filter:alpha(opacity=100);}
.towBanner{cursor:pointer;width:100%;height:248px;padding-top:44px;text-align:center;overflow:hidden;}
.towBannerBox{width:1920px;height:248px;text-align:center;overflow:hidden;position: relative;  left: 50%; margin-left: -960px;}
.homeBanner_bottom{position:absolute;left:50%;bottom:0px;width:960px;height:34px;margin-left:-500px;}
.homeBanner_bottomBj{width:960px;height:34px;background:#a0a0a0;opacity:0.8;filter:alpha(opacity=80);}
.homeBanner_bottom_text{position:absolute;top:0px;left:0px;padding-left:40px;height:34px;line-height:34px;background:url(../images/laba_fff.png) no-repeat scroll 6px 8px;}
.homeBanner_bottom_text a:hover{}
.banner_text{position:absolute;top:182px;left:518px;width:330px;height:330px;}
.banner_text_top{font-size:42px;color:#429dd7; white-space:normal;text-align:left; font-family:'宋体'; font-weight:bold;}
.banner_text_bot{font-size:12px;color:#9ea1a2;text-align:left;padding-top:10px;font-family:Arial;}
.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-color: #fff;
  border: none;
  opacity: 1;
}
.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px;
  height: 20px;
  margin: 0;
  background-color: #004a96;
}
.swiper-container .swiper-button-prev,.swiper-container .swiper-button-next{
  position:absolute;
  display:block;
  width:26px;
  height:32px;
  z-index:200;
  opacity: 1;
  display: none;
}
.swiper-container:hover .swiper-button-prev,.swiper-container:hover .swiper-button-next{
  display: inline-block;
}
.swiper-container .swiper-button-prev{
  background:#393939 url(../images/left_prev_1.png) no-repeat scroll 0px 0px;
  left:0px;
}
.swiper-container .swiper-button-next{
  background:#393939 url(../images/right_next_1.png) no-repeat scroll 0px 0px;
  right:0px;
}
/*中间*/
.main{width:1170px;height:auto;margin:20px auto 20px; z-index:200;position:relative;}
.homemain_bj{width:100%;height:auto;}
.homemain_bj2{width:100%;height:auto;}
.homemain_bj3{width:100%;height:auto;min-height:240px;}

.towMain_bj{width:100%;height:auto;}
.towMain_bj2{width:100%;padding:0px 10px;margin-left:-10px;height:auto;}
.towMain_bj3{width:100%;height:auto;min-height:400px;}
/* 首页第一栏三大模块 */
.carousel .item{
  display: none;
}
.carousel .item.active{
  display: block;
}
.carousel .carousel-caption{
  position: absolute;
  right: 0!important;
  bottom: 0;
  left: 0!important;
  z-index: 10;
  padding: 0 5px!important;
  line-height: 44px;
  height: 44px;
  overflow: hidden;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0 !important;
}
.carousel .carousel-caption a{
  color: #fff;
  font-size: 14px;
  display: inline-block;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
}
.carousel .carousel-control{
  background-image: none!important;
}
.carousel .carousel-control span{
  display: none;
}
.carousel:hover .carousel-control span{
  display: inline-block;
}
.news-tabs{
  background-color: #ebebeb;
  padding: 0 5px;
}
.news-tabs>li{
  padding: 0 5px!important;
  position: relative;

}
.news-tabs>li>a{
  display: inline-block;
  color: #333;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  padding-top: 10px;
  text-align: left;
}
.news-tabs>li>.img-count{
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 20px;
  line-height: 28px;
  background: #fff;
  border-radius: 20px;
  margin: 10px 0;
}
.news-tabs>li.active>.img-count{
  display: block;
}
.news-tabs>li.active>a{
  color: #004a96;
}
.news-tabs>li.active>a::after{
  content: ' ';
  display: block;
  height: 3px;
  background-color: #004a96;
  margin-top: 10px;
}
.news—lists{
  padding: 0 10px 10px;
  background-color: #ebebeb;
  width: 100%;
  min-height: 216px;
}
.news—lists>.news—list{
  display: none;
  width: 100%;
}
.news—lists>.news—list.active{
  display: inline-block;
}
.news—lists>.news—list>.row>a{
  display: inline-block;
  width: calc(100% - 50px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 32px;
  font-size: 14px;
  color: #333333;
  font-weight: 500;
}
.news—lists>.news—list>.row>span{
  line-height: 32px;
  font-size: 12px;
}
.news—lists>.img-carousel{
  position: relative;
}
.news—lists>.img-carousel>.img-pager{
  position: absolute;
  display: none;
  width: 26px;
  height: 30px;
  top: 50%;
  cursor: pointer;
  line-height: 30px;
  text-align: center;
  background: rgba(0,0,0,0.3);
  font-size: 16px;
  color: #fff;
  transform: translate(0, -50%);
}
.news—lists>.img-carousel:hover>.img-pager{
  display: block;
}
.news—lists>.img-carousel>.img-pager.page-left{
  left: 0;
}
.news—lists>.img-carousel>.img-pager.page-right{
  right: 0;
}
.news—lists>.img-carousel>.img-list>.img-item{
  display: none;
}
/* 首页中间内容-业务领域 */
.businesslink{
  position: relative;
}
.businesslink_title{
  font-size: 26px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: normal;
  margin-top: 0;
  color: #004a96;
  text-align: center;
}
.businesslink_content{
  position: relative;
  margin: 0 -5.6%;
}
.business-link-arrow{
  position: relative;
}
.businesslink_scroll{
  position: relative;
  width: 10000px;
}
.businesslink_item{
  padding: 15px;
  background-color: #f9f9f9;
  margin: 0 10px;
  height: 450px;
}
.businesslink_item:first-child{
  margin-left: 0!important;
}
.businesslink_item:last-child{
  margin-right: 0!important;
}
.business-link-arrow{
  line-height: 450px;
  font-size: 50px;
  color: #9ea1a2;
  cursor: pointer;
}
.businesslink_img{
  width: 100%;
  height: 65%;
}
.businesslink_link{
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  margin: 15px 0;
  color: #004a96;
}
.businesslink_desc{
  /* color: #999;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  text-overflow: ellipsis;
  height: calc(45% - 50px);
  overflow: hidden; */
  color: #999;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  text-overflow: ellipsis;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
/*底部*/
.footerBj{width:100%;height:auto;background:#f2f2f2;margin:0px auto;text-align:center;padding: 20px 0;}
.footer_top{width:1170px;height:auto;margin:0px auto;}
.friendlink{text-align:left;}
.friendlink>h4{
  line-height: 50px;
}
.friendlink .link-arrow>i{
  line-height: 50px;
  color: #cccccc;
  font-size: 20px;
}
.friendlink .fastlink-scroll{
  width: 10000px;
  height: 50px;
}
.friendlink .fastlink-item{
  width: 200px;
  color: #666666;
}
.friendlink .fastlink-item>a{
  font-size: 18px;
  color: #333333;
  vertical-align: middle;
  line-height: 50px;
  text-indent: 40px;
}
.footer_bottom{
  position:relative;
  width:1170px;
  height:auto;
  margin:0px auto!important;
  text-align:center;
  line-height:24px;
}
.footer_logo{
  overflow: hidden;
}
.footer_text{}
.erweima{
  overflow: hidden;
}
.erweima img{width:90px;height:90px;}







/*右侧浮动*/
.rightNav{ width:54px; position:fixed; right:25px; bottom:20px;}
.rightNav li{ height:54px; margin-bottom:5px; background-color:#004a96;opacity: 0.8;}
.rightNav li a{ display:block; height:54px; line-height:22px; text-align:center; color:#fff; font-size:16px;}
.rightNav li a:hover{ background-color:#004a96;}
.rightNav li a img{ margin-top:19px;}
.rightNav li.text a{ height:46px; padding:4px;}
#goTop{ display:none;}

