/*reset*/
*{
  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;
}

/*header*/
.header{
  height: 122px;
  width: 100%;
  position: relative;
  background: #077588;
  border-top: 4px solid #008096;
}
.header .container{
  position: relative;
  height: 100%;
  padding: 0;
}
.header:before{
  content: '';
  width: 20%;
  height: 100%;
  position: absolute;
  bottom:0;
  left: 0;
  background: #e7f1f3;
}
.header .container .row{
  height: 100%;
}
.header-left{
  float: left;
  width: 412px;
  height: 100%;
  z-index: 1000;
  padding-top: 37px;
  background: #e7f1f3;
}
.header-left img.header-logo{
  width:100%;
}
.header-left:after{
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  right:-46px;
  z-index: 1000;
  bottom:0;
  border-bottom: 118px solid #e7f1f3;
  border-right: 46px solid transparent;
}
.header-right{
  float: right;
}
.header-right:before{
   content: '';
   display: inline-block;
   height: 40px;
   width:100%;
   background: #008096;
   margin-left: -200%;
}
.header-list-link,.header-form-search,.header-list-media{
  float: left;
}
.header-list-link{
  padding-right: 10px;
  background: #008096;
  z-index: 1000;
  height: 40px;
  line-height: 40px;
}

.header-list-link li{
  display: inline-block;
  padding: 0 4px;
  color: #fff;
}
.header-list-link>li>a{
  font-size: 14px;
  color: #fff;
}
/*------搜索框------*/

.header-form-search{
  position: relative;
  width:40px;
  height: 40px;
  background: #008096;
}
.header-input-search{
  display: block;
  text-align:center;
  height: 40px;
  line-height: 40px;
  border: none;
  background: url(/uploads/image/_t061timages/top_search.png) no-repeat center center;
}
.searchdiv{
  position: absolute;
  top:0;
  left:0px;
  background: #eee;
  border-radius: 20px;
  width:480px;
  height: 100%;

}
.btn-sub{
  margin-top: 11px;
  margin-left: 9px;
  border:none;
  background: url(/uploads/image/_t061timages/top_search.png) no-repeat;
}
.searchinp{
    font-family: 'microsoft yahei',"lucida grande", "tahoma","arial", "helvetica", "sans-serif";
    width: 75%;
    height: 40px;
    line-height: 40px;
    /* margin-top: 10px; */
    font-size: 12px;
    vertical-align: top;
    margin-left: 10px;
    background-color: transparent;
    border: 0px;
    color: #000;
    outline: none;
}
.searchdiv .closesearch {
    margin: 0px;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 14px;
}
.glyphicon-remove:before{
  color: #337ab7;
}


.header-item{
  display: inline-block;
  padding: 0 9px;
}
.header-item>a{
  display: inline-block;
  width: 31px;
  height: 31px;
}
.icon{
  height: 15px;
  vertical-align: top;
}

.nav{ 
  background:#077588;
  height:78px;
  position: absolute;
  bottom: 0;
  right:0;
  z-index: 100;
}
.nav>.navlist{
  height:78px;
  float: right;
}

.navlist>li{
  float: left;
  padding:0 10px;
  text-align: center;
}
.navlist>li>a{
  color: #fff;
  font-size:16px;
  line-height:75px;
  display: block;
}
.navlist>li>a>span{
  vertical-align: middle;
}
.navlist>li.active{
 background: #008096;
}
.navlist>.nav-item{
  position: relative;
}
.navlist>.nav-item.active a{
  font-weight: 900;
}
.navlist>.nav-item>.nav-item-menu{
  position: absolute;
  top:78px;
  left:0;
  width:100%;
  background: #077588;
  padding-bottom:5px;
  border-bottom:2px solid #077588;
  z-index:10;
  display: none;
}
.navlist>.nav-item>.nav-item-menu>li>a{
  color: #fff;
  display: block;
  height:40px;
  line-height:40px;
  font-size:16px;
}
.navlist>.nav-item>.nav-item-menu>li>a:hover{
  background: #fff;
  color: #077588;
}
.nav-item-arrow{
  display: inline-block;
  margin-left: 6px;
  width: 8px;
  height: 40px;
  background:  no-repeat center center;
  vertical-align: middle;
}

.nav-mobile{
  position: absolute;
  top: 63px;
  display: none;
  width:100%;
  z-index:999;
  background-color: #fff;
  border-top: 2px solid #077588;
  z-index: 10000;
}
.mobile-navlist{
  background: #fff;
  overflow-y: auto;
}
.mobile-navlist>li{
  border-bottom:1px solid #efefef;
  position: relative;
}
.mobile-navlist li a{
  display: block;
  padding: 0 30px;
  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{
  background-color: #077588;
  color: #fff;
}
.mobile-navlist .nav-item.on .nav-item-arrow{
  background:  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>li>a{
  font-size: 14px;
  height: 34px;
  line-height: 34px;
}
.bg-nav-mobilce{
  display: none;
  position: absolute;
  top: 76px;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,.6);
  z-index: 998;
}
.box-mobile-form{
  display: none;
  padding: 80px 0 10px 0;
}
.mobile-form-search{
  position: relative;
  width: 70%;
  margin: 0 auto;
  border: 1px solid #008096;
  border-radius: 16px;
}
.mobile-input-search{
  display: block;
  padding: 0 40px 0 15px;
  width: 100%;
  height: 30px;
  border: none;
  background-color: transparent;
  color: #000;
  border-radius: 16px;
}
.mobile-btn-search{
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  border: none;
  width: 30px;
  height: 30px;
  background: url(/uploads/image/_t061timages/top_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: 1200px){
  .header-left{
    width:376px;
  }
  .navlist>li{
      padding: 0 5px;
  }
}

@media (max-width: 992px){
  .header:before {
    display: none !important;
  }
  .header:after{
    display: none !important;
  }
  .header{
    position: fixed;
    width: 100%;
    height: auto;
    top: 0;
    background: #fff;
    z-index: 10000;
  }
  .container{
    padding: 0 15px;
  }
  .header .container{
    padding: 15px;
    border-bottom: none;
  }
  .banner .container{
    padding: 0;
  }
  .header-left{
    width:100% !important;
    position: relative;
    text-align: center;
    padding-top: 0px;
    top:0;
    background:#fff;
  }
  .header-left img.header-logo{
     height: 30px;
     width: 220px;
  }
  .header-left:after{
     display: none !important;
  }
  .header-logo{
    height: 30px;
  }
  .box-icon{
    position: absolute;
    height: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .box-icon-search{
    right: 0;
  }
  .box-icon-nav{
    left: 0;
  }
  .nav-mobile,.bg-nav-mobilce{
    position: fixed;
  }
}

@media (max-width: 360px){
  .header-logo {
      height: 30px;
      width:220px;
  }
}

/*底部-------友情链接*/
.blogroll{
  background: #fff;
  padding:10px 0;
}
.blogroll span{
  width: 66px;
    display:   table-cell;
    font-size: 14px;
    color: #077588;
    font-weight: bold;
    position: relative;
}
.blogroll span:after{
    content: '';
    width: 1px;
    height: 11px;
    background-color: #454545;
    position: absolute;
    left: 65px;
    top: 4px;
}
.my-links{
   display: table-cell;
   padding-left: 10px;
}
.my-links a{
    display: inline-block;
    color: #333;
    font-size: 14px;
    margin-right: 30px;
    position: relative;
}
.my-links a:hover{
  color: #0087b4;
}

/*-----------底部---------*/
.footer{
  background: #077588;  
}
.left-content{
  float:left;
}
.fonter-p1{
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  padding:10px 0;
  letter-spacing: 1px;
}
.fonter-p1 span{
  display: inline-block;
  padding-right: 10px;
  position: relative;
  margin-right: 10px;
}
.fonter-p1 span:after{
  content: '';
  display: inline-block;
  height: 14px;
  width:1px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
}
.fonter-p1 a{
  color: #fff;
}
.footer-p2{
  color: #d4e1e4;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 1px;
  padding:8px 0;
} 
.right-content{
  float: right;
  margin-top: 20px;
}
.foot-info{
 float: left;
  width: 194px;
  height: 99px;
  margin-right: 8px;
  background: rgba(255,255,255,.1);
}
.foot-info:first-child{
  margin-right: 30px;
}
.foot-info .foot-wechat{
    float: left;
    width:50%;
    margin:0 auto;
    margin-top: 10px;
   text-align: center;
}
.foot-wechat:before{
  content:'';
  width: 31px;
  height: 25px;
  display: block;
  margin:0 auto;
  background: url(/uploads/image/_t061timages/foot_icon_wechat.png) no-repeat;
}
.foot-wechat p{
  color: #fff;
  font-size: 12px;
  line-height: 24px;
}

.foot-info .foot-code{
  float: right;
  padding:8px;
  width:50%;
}
.foot-code img{
  width:100%;
  height:100%;
}

@media (max-width: 1200px){
  .right-content{
    float: left;
  }
}

@media (max-width: 793px){
  .footer p{
    text-align: center;
  }
  .left-content{
    float: none;
    margin:0 auto;
  }
  .fonter-p1 span{
    display: block !important;
    padding-right: 0px;
    margin-right: 0px;
  }
  .fonter-p1 span:after{
    width:0px;
  }
  .right-content{
    float: none;
     text-align: center;
  }
   .right-content ul{
    overflow: hidden;
    display: inline-block;
   }
}
@media (max-width: 450px){
    .right-content{
      margin-top: 0px;
    }
    .footer-p2{
      padding: 5px 0;
      }
    .right-content{
      padding: 0;
    }
    .foot-info{
      margin:5px 0;
      float: none !important; 

    }
    .foot-info:first-child{
      margin-right: 0;
      margin-bottom: 30px;
    }
}
.mobile-span-icon{
	color: #373737;
    font-weight: normal;
    font-size: 12px;
    position: absolute;
    top: 14px;
    right: 15px;
}
.mobile-navlist .nav-item.on>a .mobile-span-icon{
	color: #fff;
	transform: rotate(-180deg);
}


.wrapper{
  float: left;
    width: 100%;
    padding-bottom: 35px;
    min-height: 500px;
}


/*页码样式调整*/
.wp_paging {
  float: none;
  text-align: right;
  margin-top: 20px;
}

.wp_paging li,
.wp_paging li span,
.wp_paging li a {
  float: none;
}

.wp_paging a.pagingjump {
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  background: #077588;
  color: #fff;
  padding: 0 3px 0 7px;
  border-radius: 5px;
  margin-left: -7px;
  margin-bottom: 3px;
}

.wp_paging a.pagingjump:hover {
  color: #fff;
}

.wp_paging li span.pages {
  margin-left: 15px;
  margin-top: -2px;
}

.wp_paging li input {
  width: 55px;
  height: 20px;
  line-height: 20px;
  border-radius: 4px;
  margin-top: -25px;
}