body{
  font-family: '微软雅黑';word-break: break-all;
  background:url(../images/body_bj.png) repeat-x;
}
li{
  list-style: none;
}
a:hover{text-decoration: none;}
.none{display:none;}
.block{display:block;}
.ell{ overflow: hidden; white-space: nowrap; text-overflow: ellipsis;display:block;}
/*顶部*/
.top{
  height:120px;
}
.logo img{
  width:718px;
}
/*如果文档宽度小于 718 */
@media screen and (max-width: 718px) {
    .logo img{
    width:550px;
  }
}
.navbar{
  margin-bottom:0;
  border-bottom:0;
}
.navbar-header{
  background: #0087FF;
}
.navbar-brand{
  padding: 8px 15px;
}
.navbar-toggle{
  border:1px solid #23B6FF;
}
.navbar-toggle span{
  background:#23B6FF;
}
.navbar .navbar-nav a{
  color:#fff;
   padding: 12px 40px;
  font-size: 16px;
}
.navbar .navbar-nav a:hover,.navbar .navbar-nav a:focus,.nav_nor{
  color:#fff;
  background: url(../images/nav_bj.png) repeat-x;
}

.nav{
  background: url(../images/nav.png) repeat-x;
}
/*搜索*/

.top-search {
  height: 30px;
  position: relative;
  width: 210px;
  border-radius: 4px;
  overflow: hidden;
}

.top-search input {
  font-family: "Microsoft YaHei";
  float: left;
  width:180px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #dddddd;
  padding-left:15px;
  margin-right: 1px;
  font-size: 12px;
}

.top-search button {
  background:url(../images/icon.png) no-repeat 5px -280px #20c068;
  color: #fff;
  position: absolute;
  right: 0px;
  top: 0px;
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}
.search{
  margin-top:30px;
}
.search .top-search{
  margin-top:16px;
}
.list_info{
  overflow: hidden;
  margin-bottom: 14px;
}

.list_info .con ul{
  height:184px;
  overflow: hidden;
}
.list_info .title ul li,.list_info .title ul li a{
  color:#1372c2;
  font-size:16px;
  font-weight:bold;
}
.list_info .title{
  border-bottom: 2px solid #0099e6;
  line-height: 32px;
  position: relative;
  margin-bottom:10px;
}
.list_info ul{
  margin:0;
  padding:0;
}
.list_info .title ul li{
  display:inline-block;
  margin-bottom:-1px;
  margin-right:20px;
}
.list_info .title .more{
  position: absolute;
  right:0;
  bottom:0;
}
.list_info .title .more a{
  color:#666;
}
.list_info .con ul li{
  line-height: 30px;
  height: 30px;
  background: url(../images/icon.png) no-repeat 0px -112px;
  padding-left:20px;
  font-size: 13px;
}
.list_info .con ul li a{
  color:#313030;
  width:80%;
  float: left;
}
.list_info .con ul li i{
  float: right;
  font-style:normal;
}
.list_info .con ul li a:hover{
  color:#23527c;
  text-decoration: none;
}

.list_info ul li.tab{
  background: url(../images/list_icon.png) no-repeat 0 center;
  padding-left:24px;
}
.list_img img{

  margin:0 auto;
  display:block;
  margin-top:20px;
}
.list_img a{
  width:100%;
}
a.icon_con{
  text-decoration: none;
}
.icon_con p{
  font-size:14px;
  color:#333;
  line-height: 30px;
  margin:0;
}
.icon_box{
  height:53px;
}
.icon_box i{
  font-size: 30px;
  font-style: normal;
  color:#fff;
  line-height:53px;
}


.icon_con .b{
  background:#2377b3;
}
.icon_con .b:hover{
  background:#4da5e4
}
.icon_con .g{
  background:#20c068;
}
.icon_con .g:hover{
  background:#41d885;
}
.list_info .pic a{
  margin:0 auto;
  margin-top:10px;
  display:block;
}
.list_info .pic img{
  border:1px solid #ccc;
  width:169px;
  height:127px;
  display:block;
}
@media screen and (max-width: 768px) {
    .list_info .pic img{
      margin:20px auto;
    }
    .list_info .pic{
      text-align: center;
    }
}
  

.list_info .pic .name{
  font-size: 16px;
  color:#2187d0;
}
.list_info .pic .text{
  font-size: 12px;
  color:#4a4a4a;
}
.list_info .pic a.row > div{
  padding:0;
}

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */




/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height:280px;
  margin-bottom: 10px;
  margin-top:6px;
  border:1px solid #fff;padding:10px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 260px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 260px;
}

.carousel-control.right,.carousel-control.left{
  background-image:none;
}
/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}

.footer{
  background:#0c5693;
  line-height: 22px;
  padding:20px 0;
}
.footer .sel{
  margin-bottom:14px;
}
.footer .sel .text{
    line-height: 34px;
}
.footer select{
  border-radius:1px;
}
.footer select option{
    line-height:14px;
}
.footer,.footer a{
  color:#fff;
}
.footer a{
  display: inline-block;
}
@media (max-width: 768px) {
  .footer select{
    margin-bottom:10px;
  }
}


.picMarquee-left{overflow:hidden; position:relative;  border:1px solid #ccc;margin-top:20px;margin-bottom:50px;}
.picMarquee-left .bd{ padding:10px 20px;float:left;}
.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-left .bd ul li{ margin:0 12px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.picMarquee-left .bd ul li .pic{ text-align:center; }
.picMarquee-left .bd ul li .pic img{ width:150px; height:120px; display:block; padding:2px; border:1px solid #ccc; }
.picMarquee-left .bd ul li .pic a:hover img{ border-color:#999;  }
.pci-scrolling{float:left;height:140px;margin-right:20px;}
@media (min-width: 992px) {
   .pci-scrolling{margin-top:20px;}
}
@media (max-width: 992px) {
  .carousel{
    height:340px;
  }
   .carousel-inner > .item > img{
    height:340px;
   }
   .carousel .item {
  height: 340px;
}
}
@media (max-width: 768px) {
  .carousel{
    height:240px;
  }
   .carousel-inner > .item > img{
    height:240px;
   }
   .carousel .item {
  height: 240px;
}
}
@media (max-width: 550px) {
  .carousel{
    height:200px;
  }
   .carousel-inner > .item > img{
    height:200px;
   }
   .carousel .item {
  height: 200px;
}
}
.page_ban{
  width:100%;
  height:240px;
  background:url(../images/banner-3.jpg) center center;
  background-size: cover;
}
.left-page .title{
  height: 100px;
  background: #016dbd;
  color: #fff;
  text-align: center;
  line-height: 100px;
  font-size: 24px;
  margin-top:-70px;
}
.left-page .con{
  padding:0;
  padding-top:10px;
  border:1px solid #ccc;
}
.left-page .con li a:focus,.left-page .con li a:hover, .left-page .con li a.current {
    background: #2187d0;
    color: #fff;
}
.left-page .con li a{
  display: block;
  text-align: center;
  height: 54px;
  line-height: 54px;
  color: #5d5d5d;
  margin: 1px 0px;
  font-size: 16px;
}
.right-page-list{
  margin-top:20px;
}
.right-page-list .con li{
  margin:10px 0;
}
.right-page-list .con li a{
  font-size: 13px;
}
.right-page-list .con ul{
  height:auto;
}
.right-page-list .crumbs-nav {
  position: absolute;
  top: 0px;
  right: 0px;
  background: url(../images/icon.png) no-repeat 0px -186px;
  padding-left: 23px;
}

.right-page-list .crumbs-nav ul li {
  float: left;
  color: #5d5d5d;
  font-weight:400;
}

.right-page-list .crumbs-nav ul li a,
.right-page-list .crumbs-nav ul li span {
  font-size: 14px;
  color: #5d5d5d;
  font-weight:400;
}

.right-page-list .crumbs-nav ul li a:hover {
  color: #2187d0;
  text-decoration: underline;
}
.right-details{
    padding: 39px 0px 70px 0px;
    overflow: hidden;
}
.right-details h3 {
    color: #016dbd;
    font-size: 18px;
    text-align: center;
    margin: 0px 15px;
    border-bottom: 1px solid #898989;
    padding-bottom: 16px;
}
.right-details .tools {
    color: #4f4f4f;
    font-size: 12px;
    margin-top: 23px;
    text-align: center;
    margin-bottom: 30px;
}


.swiper-container,.swiper-container img{width:100%;height: 230px;}
.swiper-slide {text-align: center;font-size: 18px;background: #fff;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.swiper_box{width:100%;height:230px;padding-bottom:16px;background:url(../images/s_bottom.png) no-repeat center bottom;overflow:hidden;position: relative;}
.swiper-pagination-box{width:100%;height:36px;line-height: 36px;background: rgba(0,159,233,0.8);position:absolute;bottom:0;right :0;}
.swiper-pagination-box a.ell{width:180px;margin-left:10px;color:#fff;font-size: 14px;}


#video{margin:0 auto;}