*{
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei", "Regular";
}
*:focus {
  outline: none;
}
body{
  margin: 0;
  padding: 0;
  color: #333;
}
a{
  text-decoration: none;
}
a:hover{
  text-decoration: none;
  outline: none;
}
a:focus{
  text-decoration: none;
  outline: none;
}
ol,ul,li{
  margin: 0;
  list-style: none;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Microsoft YaHei';
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-rendering: optimizelegibility;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9,.container,.container-fluid{
  padding: 0;
}
.media-left,.media-right,.media-top{
  padding:0;
}
.media,.media-heading{
  margin:0;
}
p,.row,dl{
  margin:0;
}
.bx-wrapper {
  margin: 0 auto;
}
.bx-wrapper .bx-viewport {
  box-shadow:none;
  border: none;
  left: 0;
}
button{
  border: none;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus,.btn.active, .btn:active{
  outline: none;
  outline-offset: 0;
  box-shadow: none;
}
em,i{
  font-style: normal;
}
/*分页*/
.wp_paging .page_nav span,.wp_paging .page_nav a{
  position: relative;
  width: 30px;
  height: 22px;
}
.wp_paging .page_nav span>img{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 22px;
}
.wp_paging .page_jump,.wp_paging .page_jump a{
  margin-left: 0;
  height: 22px;
  line-height: 22px;
}
.wp_paging li input{
  width: 30px;
  height: 100%;
  margin-top: 0;
}
html,body{
  width: 100%;
  height: 100%;
  position: relative;
}
html{
    font-size: 16px;
}
/*@media screen and (max-width: 1600px) {html{font-size:14px;}}*/
@media screen and (max-width: 768px) {html{font-size:16px;}}
@media screen and (max-width: 375px) {html{font-size:14px;}}
/*@media screen and (max-width: 360px) {html{font-size:14px;}}
@media screen and (max-width: 320px) {html{font-size:13px;}}*/

/*header*/
.header{
  height: 118px;
  background: url(../images/top_bg.png) repeat-x top;
  border-top: 3px solid #f4b75c;
}
.header .container{
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #dcdcdc;
}
.header-right{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 31px;
}
.header-list-link,.header-form-search,.header-list-media{
  float: left;
}
.header-list-link{
  padding-right: 10px;
  margin-right: 20px;
  height: 31px;
  line-height: 31px;
  border-right: 1px solid #dcdcdc;
}
.header-list-link li{
  display: inline-block;
  padding: 0 8px;
}
.header-list-link li>a{
  font-size: 14px;
  color: #666;
}
.header-list-link li>a:hover{
    color: #00cc00;
}
.header-form-search{
  margin-right: 10px;
  height: 31px;
  line-height: 31px;
}
.header-btn-submit{
  width: 30px;
  height: 20px;
  background: url(../images/top_search.png) no-repeat center center;
}
.header-btn-submit:active{
  background: url(../images/top_search.png) no-repeat center center;
}
.header-input-search{
  width: 0;
  height: 25px;
  border: none;
  border-bottom: 1px solid #999;
  background-color: transparent;
  transition: width 2s;
  -moz-transition:width 2s; /* Firefox 4 */
  -webkit-transition:width 2s; /* Safari and Chrome */
  -o-transition:width .1s; /* Opera */
}
.header-form-search.on .header-input-search{
  width: 153px;
}
.header-item{
  display: inline-block;
  padding: 0 9px;
}
.header-item>a{
  display: inline-block;
  width: 31px;
  height: 31px;
}
.header-item-wechat>a{
  background: url(../images/top_wechat.png) no-repeat center center;
}
.header-item-weibo>a{
  background: url(../images/top_weibo.png) no-repeat center center;
}
.header-list-media{
  height: 31px;
}
.qrcode{
  display: none;
  position: absolute;
  top: 31px;
  right: 56px;
  width: 100px;
  height: 100px;
  z-index: 999;
}
.icon{
  height: 15px;
  vertical-align: top;
}

.navlist{
  height:60px;
}
.navlist>li{
  float: left;
  padding: 10px 0;
  width:11.11%;
  text-align: center;
}
.navlist>li>a{
  color: #131313;
  font-size:16px;
  line-height:40px;
  display: block;
}
.navlist>li>a>span{
  vertical-align: middle;
}
.navlist>li.active>a,.navlist>li>a:hover{
  background: #491176;
  color: #fff;
}
.navlist>li.active>a .nav-item-arrow,.navlist>li>a:hover .nav-item-arrow{
  background: url(../images/nav_arrow_sel.png) no-repeat center center;
}
.navlist>.nav-item{
  position: relative;
}
.navlist>.nav-item>.nav-item-menu{
  position: absolute;
  top:60px;
  left:0;
  width:100%;
  background: #fff;
  padding-bottom:5px;
  border-bottom:2px solid #491176;
  z-index:10;
  display: none;
}
.navlist>.nav-item:hover>.nav-item-menu{
  display: block;
}
.navlist>.nav-item>.nav-item-menu>li>a{
  color: #131313;
  display: block;
  height:40px;
  line-height:40px;
  font-size:16px;
}
.navlist>.nav-item>.nav-item-menu>li>a:hover{
  background: #491176;
  color: #fff;
}
.nav-item-arrow{
  display: inline-block;
  margin-left: 6px;
  width: 8px;
  height: 40px;
  background: url(../images/nav_arrow_nor.png) no-repeat center center;
  vertical-align: middle;
}

.nav-mobile{
  position: absolute;
  display: none;
  width:100%;
  z-index:999;
  background-color: #fff;
  border-top: 2px solid #491176;
}
.mobile-navlist{
  background: #fff;
  overflow-y: auto;
}
.mobile-navlist>li{
  border-bottom:1px solid #efefef;
}
.mobile-navlist li a{
  display: block;
  padding: 0 15px;
  text-decoration: none;
  font-size: 14px;
  color: #373737;
  height: 40px;
  line-height: 40px;
}
.mobile-navlist>li>a{
  font-weight: bold;
}
.mobile-navlist .nav-item.on>a,.mobile-navlist .nav-item .nav-item-menu>.havethr.on>a{
  background-color: #491176;
  color: #fff;
}
.mobile-navlist .nav-item.on>a>.nav-item-arrow,.mobile-navlist .nav-item .nav-item-menu>.havethr.on>a>.nav-item-arrow{
  background: url(../images/nav_arrow_sel.png) no-repeat center center;
}
.mobile-navlist>.nav-item>.nav-item-menu{
  display: none;
  padding: 0 15px;
}
.mobile-navlist .nav-item.on .nav-item-menu{
  display: block;
}
.mobile-navlist>.nav-item>.nav-item-menu>.havethr>.thrnav{
  display: none;
}
.mobile-navlist .nav-item .nav-item-menu>.havethr.on>.thrnav{
  display: block;
  padding: 0 15px;
}
.mobile-navlist>.nav-item>.nav-item-menu>li>a{
  font-size: 14px;
  height: 34px;
  line-height: 34px;
}
.bg-nav-mobilce{
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,.6);
  z-index: 998;
}
.box-mobile-form{
  display: none;
  padding: 86px 0 10px 0;
  background-color: #491176;
}
.mobile-form-search{
  position: relative;
  width: 70%;
  margin: 0 auto;
}
.mobile-input-search{
  display: block;
  width: 100%;
  height: 30px;
  border: none;
  border-bottom: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}
.mobile-btn-search{
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/mobile_search.png) no-repeat center center;
}
.icon-collapse{
  top: 0;
}
.box-icon .icon{
  display: block;
}
.box-icon .icon-collapse{
  display: none;
}
.box-icon.open .icon-collapse{
  display: block;
}
.box-icon.open .icon{
  display: none;
}



@media (max-width: 992px){
  .header{
    position: fixed;
    width: 100%;
    height: auto;
    background: #fff;
    z-index: 100;
  }
  .container{
    padding: 0 15px;
  }
  .header .container{
    padding: 15px;
    border-bottom: none;
  }
  .banner .container{
    padding: 0;
  }
  .header-left{
    position: relative;
    text-align: center;
  }
  .header-logo{
    height: 46px!important;
  }
  .box-icon{
    position: absolute;
    height: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .box-icon-search{
    right: 0;
  }
  .box-icon-nav{
    left: 0;
  }
}
footer{
    background: #dcdcdc;
}
footer .container{
    position: relative;
    padding:40px 0 20px;
    text-align: center;
}
footer ul{
  display: inline-block;
  margin: 0px auto; 
}
footer ul li{
  float: left;
}
footer p{
    color: #131313;
    font-size:12px;
    line-height:30px;
    padding:4px 0;
    text-align: center;
}
footer p i{
  margin: 0px 10px;
}
footer p i a{
  text-decoration: none;
  font-size: 15px;
  color: #131313;
}
footer p i a:hover{
  color: #00cc00;
}
footer span.link-line{
    padding:0 24px;    
}
@media (max-width: 768px){
    footer .container{
        padding:20px 0 0px;
    }
    footer ul{
      width: 100%;
    }
    footer ul li{
      width: 33.33%;
    }
    footer ul li.fg{
      display: none;
    }
    footer i{
        display: block;
    }
    footer span.link-line{
        display: none;
    }
    .copyright{
      color: #ffffff;
      border-bottom: 2px solid #ffffff;
      background: #491176;
    }
}
