/* header */
#header {
  display: block;
  zoom: 1;
  height: 100px;
  border-bottom:2px solid #005da2;
}
#header:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#header h1 {
  padding: 17px 0;
}
#header h1 img {
  max-width: 90%;
  height:auto;
}
.pc-header-row{
  max-width:1200px;
  margin:0 auto;
}
.nav-box{
  padding:0;
}
.nav-box .nav {
  height: 100px;
}
.nav-box .nav li {
  float: left;
  width: 16.66%;
  position: relative;
}
.nav-box .nav li>a {
  display: inline-block;
  width: 100%;
  padding: 0;
  font-size: 14px;
  line-height: 98px;
  text-align: center;
  color:#666;
}
.nav-box .nav li>a:hover,
.nav-box .nav li>a.cur {
  background: #005da2;
  color: #fff;
}
.nav-box .tc-nav {
  width:100%;
  padding:5px 0;
  background: #005da2;
  text-align: left;
  position: absolute;
  left: 0;
  top: 100px;
  z-index: 1;
  display: none;
}
.nav-box .tc-nav a {
  display: inline-block;
  line-height:22px;
  padding:5px 0;
  margin: 0 15px;
  font-size: 14px;
  color: #fff;
}
.nav-box .tc-nav a:hover {
  text-decoration: underline;
}
.btn-search {
  display: inline-block;
  width: 100%;
  color: #f2aa00;
  text-align: center;
  cursor: pointer;
  font-size: 2em;
  line-height: 98px;
}
.pc-header-menu{
  position: relative;
  padding-left:0;
  padding-right:0;
}
/* 搜索框 */
.pc-h-search{
  padding-top:25px;
  width:100%;
  height:98px;
  background:#fff;
  text-align: center;
  position: absolute;
  right:0;
  top:0;
  display: none;
}
.pc-h-search .close-search{
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  color:#f2aa00;
  text-align: center;
  margin-right:10px;
  cursor: pointer;
}
.pc-h-search .pc-s-ipt{
  display: inline-block;
  vertical-align: middle;
  width:70%;
  padding:5px 20px;
  margin-right:10px;
  border-radius: 100px;
  border:1px solid #e6e6e6;
}
.pc-h-search .pc-s-ipt input{
  font-size: 18px;
  border:0;
  text-align: left;
  width:100%;
}
.pc-h-search .pc-s-button{
  display: inline-block;
  vertical-align: middle;
  width:20px;
  height:20px;
  background:url(/images/2019pc_search_ico.png) no-repeat;
  background-size: 100% 100%;
  border: 0;
}
/*小屏幕导航*/
.mobile-header{
  position:relative;
  height:100px;
}
.mobile-header .mobile-search{
  float:right;
  width:28px;
  height:28px;
  font-size: 28px;
  display: block;
  color:#f2aa00;
  margin-top:33px;
}
.mobile-header .mobile-home{
  width:28px;
  height:28px;
  display: block;
  margin-top:33px;
  margin-left:25px;
  float:right;
  background:url(/images/2019bzy_header_home_03.png) no-repeat;
}
.mobile-nav{display: none;}
/* 搜索框 */
.a-search-box{
  width: 100%;
  padding:15px;
  background:#232b3d;
  position: absolute;
  top:100px;
  z-index: 101;
  display: none;
}
.s-ipt-box{
  width:100%;
  height:40px;
  background:#fff;
  border-radius: 100px;
  padding:0 20px;
}
.s-ipt-box input{
  width:100%;
  font-size: 18px;
  border:0;
  margin-top:8px;
}
/* footer */
.footer{
  padding:30px 0 35px;
  background:#2e3348;
  color:#828591;
}
.footer a{color:#828591;}
.footer a:hover{text-decoration: underline;}
.footer .bq-info span{
  display:inline-block;
  margin-right:5px;
}
.footer .link{padding-top:5px;}
.footer .link a{
  display: inline-block;
  margin-right:7px;
}
.footer .phone-list span{
  display: inline-block;
  padding-left:22px;
  font-size: 28px;
  color:#fbb91a;
  margin-right:3%;
}
.footer .phone-list span:last-child{margin-right:0;}
.footer .phone-list .phone1{
  background:url(/images/2019pc_fico01.png) no-repeat left center;
  background-size: 17px 13px;
}
.footer .phone-list .phone2{
  background:url(/images/2019pc_fico03.png) no-repeat left center;
  background-size: 12px 13px;
}
.footer .address{
  padding-left:22px;
  padding-top:5px;
  background:url(/images/2019pc_fico02.png) no-repeat left center;
  background-size: 15px 18px;
}
.footer .more-list a{
  display: inline-block;
  width:25%;
  margin:2%;
}
.footer .more-list a img{width:100%;}
.pc-footer-wrap .part1{
  width:37.5%;
}
.pc-footer-wrap .part2{
  width:40.5%;
}
.pc-footer-wrap .part3{
  width:13%;
}
.mobile-header{
  display: none;
}
/* 回到顶部 */
.to-top-btn{
  width:44px;
  height:44px;
  background:url(/images/2019bzy_toTop_icon_03.png) no-repeat;
  position: fixed;
  z-index: 111;
  right:1%;
  bottom:180px;
  cursor: pointer;
}
/* pc左侧导航 */
.pc-left-menu{
  width:23.3%;
  float:left;
}
.left-menu-title img{
  display: block;
  max-width:100%;
}
.left-menu_list li a{
  display: block;
  color:#666;
  padding:15px 20px;
  font-size: 14px;
  font-weight: bold;
  border-bottom:1px solid #e6e6e6;
}
.left-menu_list li.active a{
  color:#000;
}
.right-main-body{
  width:75%;
  float:right;
}
.mobile-sm-menu,
.fold-menu-list{display: none;}

/* 面包屑导航 */
.crumbs-nav-bar{
  padding:12px 0;
  font-size: 14px;
  border-top:1px solid #e6e6e6;
  border-bottom:2px solid #e7e7e7;
}
.crumbs-nav-bar a{
  color:#333;
}
.crumbs-nav-bar i{
  font-style:normal;
  padding-left:15px;
  display: inline-block;
  vertical-align: middle;
  margin-right:13px;
  background:url(/images/2019bzy_position_arr_icon_03.png) no-repeat left center;
}
.crumbs-nav-bar i.position-home{
  width:14px;
  height:14px;
  background:url(/images/2019bzy_position_home_03.png) no-repeat;
  padding:0;
}
/* 分页样式 */
.paginations-list{
  margin:20px auto;
  text-align: center;
  overflow: hidden;
}
.paginations-list .items{display: inline-block;}
.paginations-list a{
  float:left;
  width:36px;
  height:36px;
  line-height: 36px;
  color:#333;
  font-size: 14px;
  border-top:1px solid #e6e6e6;
  border-right:1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.paginations-list a.look-all{
  width:80px;
  border-right:none;
  border-left:1px solid #e6e6e6;
  color:#666;
}
.paginations-list a.pre{
  border-left: 1px solid #e6e6e6;
  background:url(/images/2019bzy_page_pre_icon_03.png) no-repeat center center;
}
.paginations-list a.next{
  background:url(/images/2019bzy_page_next_icon_03.png) no-repeat center center;
}

/*小屏幕footer*/
@media(max-width: 1280px){
  body{font-size: 12px;}
  .max-width{padding:0 10px;}
  .footer .phone-list span{font-size: 20px;}
  .footer .more-list a img{
    width:70%;
  }
}

@media(max-width: 769px){
  .space-top{padding-top:100px;}
  .pc-header-menu{
    display:none;
  }
  .mobile-header{
    display: block;
  }
  #header{
    border-bottom:0;
    position:absolute;
    z-index: 100;
    background:#fff;
    width:100%;
  }
  .mobile-nav{
    display: none;
    width:65%;
    height:900px;
    background:#232b3d url(2019bzy_header_bg_03.png) no-repeat right bottom; 
    background-size: 80% 35%;
    position:absolute;
    top:100px;
    right:0;
    z-index: 100;
  }
  .mobile-nav li{
    padding-left:5%;
  }
  .mobile-nav .m-nav-list a{
    display: block;
    color:#fff;
    font-size: 26px;
    padding:25px 0;
    border-bottom:1px solid #394151;
  }
  .mobile-nav li.active a{color:#666a73;}
  .mobile-nav .know-more{
    width:100%;
    text-align: center;
    position: absolute;
    bottom:45px;
  }
  .mobile-nav .know-more p{
    color:#575b66;
    font-size: 20px;
    padding-bottom:20px;
  }
  .know-more .more-list a{
    display: inline-block;
    margin:0 5%;
  }
  .know-more .more-list a img{
    display: block;
    max-width:100%;
    height: auto;
  }
  .mobile-footer-wrap {padding:30px 18px;}
  .mobile-footer-wrap .footer-inner{
    padding:0 0 15px;
    border-bottom:1px solid #585c6c;
  }
  .mobile-footer-wrap .footer-inner .phone-list,
  .mobile-footer-wrap .footer-inner .address{
    width:50%;
    font-size: 20px;
    padding-top:0;
  }
  .mobile-footer-wrap .footer-inner .phone-list span{display: block;}
  .mobile-footer-wrap .footer-inner .address{background-position: left 4px;}
  .mobile-footer-wrap .bq-info{
    text-align: center;
    padding-top:13px;
    font-size: 20px;
  }
  .to-top-btn{display: none!important;}
  /* 小屏幕左侧导航 */
  .pc-left-menu{
    display: none;
  }
  .right-main-body{
    width:100%;
    float:none;
    padding:0 10px 0;
  }
  .mobile-sm-menu{
    display: block;
    height:120px;
    width:100%;
    padding:0 20px;
    background:url(/images/2019bzy_mobile_sm_menu_bg_02.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
  }
  .mobile-sm-menu .cur-menu-icon{
    width:83px;
    height:83px;
    margin:20px 24px 0 0;
  }
  .mobile-sm-menu .cur-menu-icon img{
    display: block;
    width:100%;
  }
  .mobile-sm-menu .cur-menu{
    font-size: 28px;
    font-weight: bold;
    line-height: 120px;
    color:#fff;
  }
  .mobile-sm-menu .fold-btn{
    width:42px;
    height:10px;
    background: url(/images/2019bzy_fold_icon_03.png) no-repeat;
    background-size: 100% 100%;
    margin-top:55px;
  }
  .fold-menu-list{
    width: 50%;
    background: #232b3d;
    position: absolute;
    padding-bottom:100px;
    top: 120px;
    right: 0;
    z-index: 99;
  }
  .fold-menu-list:after{
    content:"";
    display: block;
    width:28px;
    height:14px;
    background:url(/images/2019bzy_arrup_icon_03.png) no-repeat;
    position: absolute;
    top:-13px;
    right:5%;
  }
  .fold-menu-list li{
    padding-left:5%;
  }
  .fold-menu-list li a{
    display: block;
    color: #fff;
    font-size: 26px;
    padding: 25px 0;
    border-bottom: 1px solid #394151;
  }
  .fold-menu-list li.active a{color:#666a73;}
}
@media(max-width: 640px){
  .mobile-footer-wrap .footer-inner .phone-list span,
  .mobile-footer-wrap .footer-inner .address,
  .mobile-footer-wrap .bq-info{
    font-size: 16px;
  }
}
@media(max-width: 480px){
  .mobile-header .mobile-search,
  .mobile-header .mobile-home{
    height:18px;
    width:18px;
    font-size: 18px;
  }
  .mobile-nav{height: 700px;}
  .mobile-header .mobile-home{
    background-size: 100% 100%;
    margin-left:18px;
    margin-top:35px;
  }
  .mobile-nav .m-nav-list a,
  .fold-menu-list li a{
    font-size: 18px;
    padding:20px 0;
  }
  .mobile-nav .know-more p{font-size: 14px;}
  .know-more .more-list a img{width:80%;}
  .mobile-sm-menu .cur-menu-icon {
    margin: 27px 0 0 0;
  }
  .mobile-sm-menu .cur-menu{font-size: 24px;}
  .mobile-sm-menu .cur-menu-icon img{width:80%;}

  .mobile-footer-wrap .footer-inner .phone-list,
  .mobile-footer-wrap .footer-inner .address{
    width:100%;
  }
  .mobile-footer-wrap .footer-inner .phone-list span,
  .mobile-footer-wrap .footer-inner .address,
  .mobile-footer-wrap .bq-info{font-size: 12px!important;}
}<!--0.00020313262939453-->