
body {
    
 
    max-width: 1920px;
	margin:0 auto;
}

.header-con{
  background: url(/images/headimg01.jpg) repeat-x;
}
.header-con .header-box {
  /*width: 1200px;*/
  max-width: 1575px;
  width: 92.7%;
  margin: 0 auto;
}
.header-con .header-box .header-tbox {
  height: 74px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 27px;
}
.header-con .header-box .header-tbox .header-trbox {
  float: right;
  position: relative;
}
.header-con .header-box .header-tbox .header-trbox .header-title {
  color: #666666;
  font-size: 18px;
  display: inline-block;
  padding-right: 20px;
}
.header-con .header-box .header-tbox .header-trbox .header-icon {
  display: inline-block;
  text-align: center;
  width: 26px;
  height: 26px;
  line-height: 26px;
  border-radius: 50%;
  border: 1px solid #f1f1f1;
  margin-right: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #6bb43f;
  font-size: 16px;
  cursor: pointer;
}
.header-con .header-box .header-tbox .header-trbox .hqr-pic {
  display: none;
  width: 89px;
  position: absolute;
  top: 30px;
  left: 196px;
  z-index: 6;
}
.header-con .header-box .header-bbox {
  height: 56px;
  /*border-top: 1px solid #ededed;
  background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#fff));
  background: -webkit-linear-gradient(top, #fafafa 0%, #fff 100%);
  background: -o-linear-gradient(top, #fafafa 0%, #fff 100%);
  background: linear-gradient(top, #fafafa 0%, #fff 100%);*/
}
.header-con .header-box .header-bbox .header-link-box {
  float: left;
}
.header-con .header-box .header-bbox .header-link-box .header-link {
  display: inline-block;
  height: 56px;
  line-height: 56px;
  color: #666666;
  font-size: 12px;
  padding-left: 25px;
  padding-right: 25px;
}
.header-con .header-box .header-bbox .header-link-box .header-link:hover {
  color: #85b833;
}
.header-con .header-box .header-bbox .header-search-box {
  float: right;
  line-height: 25px;
  border: 1px solid #85b833;
  display: block;
  border-radius: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  margin-top: 16px;
  margin-right: 12px;
    color: #85b833;
    font-size: 12px;
}
.header-con .header-box .header-bbox .header-search-box:hover
{
    background: #85b833;
    color: #fff;
}
.header-con .header-box .header-bbox .header-search-box .search-box {
  height: 20px;
  width: 85px;
}
.header-con .header-box .header-bbox .header-search-box .search-btn {
  display: inline-block;
  vertical-align: top;
}
.header-con .header-box .header-bbox .header-search-box .search-btn .search-btn-pic {
  display: block;
  padding-top: 5px;
}
.header-rbox {
  position: fixed;
  top: 0;
  right: 0;
  width: 35px;
  height: 100%;
  background: #0e183c;
  z-index: 800;
}
.header-rbox .header-rbox-btn {
  position: absolute;
  top: 360px;
  left: 0;
  width: 100%;
}
.header-rbox .list{
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -193px;
  width: 100%;
  text-align: center;
}
.header-rbox .list .box{
  display: block;
  color: #fff;
  padding-bottom: 10px;
  border-top: 1px solid #5d6789;
  padding-top: 10px;
}
.header-rbox .list .box:hover
{
    background: #99d04a;
}
.header-rbox .list .box:nth-child(1){
  margin-top: 0;
  border-top: 0 solid #5d6789;
}
.header-rbox .list .box .imgs{
  width: 70%;
  margin: 0 auto;

}
.header-rbox .list .box .imgs img{
  width: 100%;

}
.header-rbox .list .box .test{
    font-size: 12px;
    color: #fff;
    font-weight: 100;
    line-height: 18px;
}
.search-box::-webkit-input-placeholder {
  color: #85b833;
}

/*# sourceMappingURL=header.css.map */
