﻿/**
 *author: lgj
 *time: 2018.4.16
 *content: header  footer
*/
/*header start*/
body{position: relative;: "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;}
input::-webkit-input-placeholder{

}
.header {
  background: #fcfcfc;
}
.header-top {
  border-bottom: 1px solid #f9f2f2;
}
.top-header {
  height: 30px;
  line-height: 30px;
  position: relative;
}
.left-header {
  position: relative;
}
.left-header .city {
  height: 30px;
  cursor: pointer;
  padding: 0 5px;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
.left-header .city span {
  font-size: 12px;
  color: #888888;
}
.left-header .city .s1 {
  width: 9px;
  height: 12px;
  background: url(../images/top-i1.png) no-repeat;
}
.left-header .city .s3.active,
.left-header .city .s4.active {
  /*color: #1786ef;*/
  color: #888888;
}
.left-header .city.active {
  background: #fff;
  height: 31px;
  border-color: #ececec;
}
.left-header .hidden-city {
  position: absolute;
  top: 30px;
  left: 0;
  width: 238px;
  padding: 0 30px 0 20px;
  border: 1px solid #ececec;
  border-top: none;
  display: none;
  background: #fff;
  z-index: 99;
}
.left-header .hidden-city .city {
  padding: 0 5px;
}
.left-header .hidden-city p {
  font-size: 12px;
  color: #333;
}
.left-header .hidden-city a {
  padding: 10px;
  font-size: 12px;
  color: #888;
}
.left-header .hidden-city.active {
  display: block;
}
.right-header {
  font-size: 12px;
}
.right-header li {
  padding: 0 5px;
}
.right-header li a{
    padding: 0 5px;
    color: #888;
}
.right-header li .index_a {
  padding: 0 5px;
  color:#f68535;
    cursor: pointer;
}
.right-header li .index_a:hover{
    text-decoration:underline
}
.right-header .li1 .a1 {
  color: #f68535;
}
.right-header .li1 .a2 {
  border-left: 1px solid #888;
}
.right-header .li3 span {
  width: 12px;
  height: 11px;
  background: url(../images/top-i2.png) no-repeat;
}
.header .wz-nav {
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  width: 1198px;
  padding-top: 30px;
  padding-bottom: 60px;
  border: 1px solid #ececec;
  border-top: none;
  background: #fff;
  z-index: 1000;
}
.header .wz-nav ul li {
  float: left;
  padding: 0 38px;
}
.header .wz-nav ul li a {
  font-size: 14px;
  display: block;
    color:#333;
}
.header .wz-nav ul li a.tit {
  color: #333;
    font-size: 16px;
    font-weight: 600;
    cursor: default;
}
.header .wz-nav ul li a.two-tit:hover{
    color:#fd7d22;
}
.header .wz-nav ul li.li6 {
  border-left: 1px dashed #ececec;
  border-right: 1px dashed #ececec;
}
.nav {
  background: #fff;
}
.header-container {
  padding-top: 16px;
  padding-bottom: 23px;
}
.header-container .logo a {
  width: 149px;
  height: 55px;
}
.header-container .logo a img {
  width: 100%;
  height: 100%;
}
.header-container .logo .channel {
  padding-top: 17px;
}
.header-container .logo .channel span {
  display: inline-block;
  border-left: 1px solid #e9e9e9;
  height: 30px;
  font-size: 12px;
  color: #999;
  padding-left: 10px;
  margin-left: 10px;
}
.header-container .logo .channel .p2 {
  padding-top: 8px;
}
.header-container .navmain {
  padding-top: 30px;
  padding-left: 41px;
}
/*.header-container .navmain a {
  display: inline-block;
  vertical-align: middle;
  padding: 0 17px;
  font-size: 18px;
  color: #333;
  font-weight: 600;
}*/
.header-container .navmain a {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    font-size: 19px;
    color: #000;
    font-weight: bold;
    : -webkit-body;
}
.header-container .navmain a:hover {
  color: #f68535;
}
.header-container .header-search-wrap {
  padding-top: 15px;
}
.header-container .header-search-wrap .header-search-input {
  width: 245px;
  height: 36px;
  border: 2px solid #f68535;
  float: left;
}
.header-container .header-search-wrap .header-search-input input {
  width: 245px;
  height: 34px;
  line-height: 34px;
  background: url(../images/search.png) no-repeat 10px 9px;
  font-size: 12px;
  padding: 0 0 0 35px!important;
  border: none!important;
  color: #888;
}
.header-container .header-search-wrap .button {
  width: 90px;
  height: 40px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
  font-size: 16px;
  line-height: 22px;
  background-color: #f68535;
  color: #fff;
}
.header-container .header-search-wrap .button:hover{
  cursor: pointer;
}
/*header end*/
/*footer start*/
.footer {
  background: #2b2e33;
  min-width:1200px;
}
.footer .footer-content {
  padding-bottom: 30px;
}
.footer .footer-content ul{
  margin-top:27px;
    margin-left: 105px;
}
.footer .footer-content ul li {
  height:110px;
  float: left;
  padding:0 50px 0 20px;
}
.footer .footer-content ul li a {
  display: block;
  margin-top: 12px;
    color: #adb4c0;
}
.footer .footer-content ul li a.fir_a{
  font-size: 12px;
  color: #fff;
  cursor: default;
  margin-top:0;
  font-weight: 600;
}
.footer .footer-content .erw {
  margin-top: 27px;
  padding:0 39px 0 53px;
  border-left:1px solid #4c5058;
  border-right:1px solid #4c5058;
}
.footer .footer-content .erw p {
  padding-left: 17px;
    width:270px;
  font-size: 12px;
  color: #adb4c0;
    line-height:23px;
}
.footer .footer-content .erw p.else{
    font-size: 12px;
    color: #fff;
    cursor: default;
    font-weight: 600;
    padding-bottom:10px;
}
.footer .footer-content .fw-con {
  margin-top: 27px;
  padding-left: 30px;
}
.footer .footer-content .fw-con p {
  padding-top: 14px;
  color: #adb4c0;
  font-size: 12px;
}
.footer .footer-content .fw-con p.fw-zc {
  padding-left: 18px;
  background: url(../images/footer-phone.png) no-repeat 0 15px;
}
.footer .footer-content .fw-con p.tel {
  font-size: 24px;
  font-weight: 900;
}
.footer .footer-copy {
  font-size: 12px;
  color: #666;
  text-align: center;
  padding: 15px 0 28px 0;
  background: #24272b;
}
.footer .footer-show {
  background: #fff;
}
.footer .bottom-nav {
  padding-top: 16px;
  padding-bottom: 25px;
}
.footer .bottom-nav ul li {
  text-align: center;
  margin-left: 115px;
  float: left;
  cursor: default;
}
.footer .bottom-nav ul li .bot-nav-p1 {
  font-size: 14px;
  color: #333;
  padding: 0 0 10px 0;
}
.footer .bottom-nav ul li .bot-nav-p2 {
  font-size: 12px;
  color: #666;
}
.footer .bottom-nav ul li.li1 {
  margin-left: 28px;
}
/*footer end*/

/*右侧�??*/
.nav-consult {
  position: fixed;
  right: 5%;
  /*margin-right: -800px;*/
  bottom: 112px;
  width: 50px;
  background: #fff;
  z-index: 1000;
}
.nav-consult ul li{
  position:relative;
}
.nav-consult ul li a {
  display: block;
  padding: 39px 10px 10px 10px;
  border-top: 1px solid #E5E5E5;
  font-size: 12px;
  text-align: center;
  color: #666;
}
.nav-consult ul li a.wx{
padding-top: 32px;
}
.nav-consult ul li:hover a{
  color:#fd7d22;
}
.nav-consult ul {
  border-left: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
}
.nav-consult .go-top {
  height: 42px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  background: #fd7d22;
  cursor: pointer;
}
.nav-consult .go-top b {
  display: block;
  height: 14px;
}
.nav-consult ul li.li2:hover .public-number{
  display:block;
}
.nav-consult .public-number {
  display:none;
  position: absolute;
  top: 0px;
  left: -130px;
  width: 120px;
  height: 120px;
  box-shadow: 0px 5px 20px 2px #E8E8E8;
}
.nav-consult .go-top b{
  /*background: url(../images/up.png) no-repeat;*/
  /*background-position: 25px 10px;*/
  padding-top:5px;
}
.nav-consult .li1{
  background:url(../images/r1.png) no-repeat;
  background-position: 14px 10px;
}
.nav-consult .li1:hover{
  background:url(../images/r1-1.png) no-repeat;
  background-position: 14px 10px;
}
.nav-consult .li2{
  background:url(../images/r2.png) no-repeat;
  background-position: 14px 10px;
}
.nav-consult .li2:hover{
  background:url(../images/r2-1.png) no-repeat;
  background-position: 14px 10px;
}
.nav-consult .li3{
  background:url(../images/r3.png) no-repeat;
  background-position: 14px 10px;
}
.nav-consult .li3:hover{
  background:url(../images/r3-1.png) no-repeat;
  background-position: 14px 10px;
}

/*意见反馈弹窗*/
.feedback{
  width: 308px;
  height: 382px;
  background-color: #fff;
  padding: 6px 60px;
  font-size: 12px;
  color: #999;
  display:none;
}
.feedback h3{
  color: #333;
  font-size: 20px;
  text-align: center;
  position: relative;
}
.feedback_text {
  margin: 14px 0 16px 0;
  line-height: 18px;
}
.feedback .pr {
  position: relative;
}
.feedback .advice_detail textarea {
  width: 292px;
  height: 73px;
  outline: none;
  border: 1px solid #ececec;
  padding: 10px;
  resize:none;
}
.feedback .word_count {
  position: absolute;
  right: 40px;
  bottom: 22px;
  color: #999;
}
.feedback .fadeback_error {
  color: red;
  text-align: right;
  height: 16px;
}
.feedback .mid_text {
  font-size: 12px;
  margin: 10px 0 5px 0;
}
.feedback input {
  outline: none;
  height: 35px;
  display: block;
  margin-bottom: 15px;
  border: 1px solid #ececec;
}
.feedback .feedback_email {
  width: 302px;
  padding-left: 10px;
}
.feedback .reg{
  display:none;
  padding-bottom:10px;
  color:red;
}
.feedback .feedback_name {
  width: 302px;
  padding-left: 10px;
}
.feedback #feedback_btn {
  display: block;
  width: 180px;
  height: 50px;
  color: #fff;
  background-color: #f9a920;
  margin: 0 auto;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
/*修改底部 2018/4/28*/
.footer .footer-content .fw-con>.add-pic{
  width: 85px;
  height: 85px;
  margin-left: 13px;
}
.footer .footer-content .fw-con>.add-pic>img{
  width: 100%;
  height: 100%;
}
.footer .footer-content .fw-con p.tel{
  font-size: 17px;
}
.footer .footer-content .fw-con p {
  padding-top: 6px;
}
/*友情链接*/
.footer-subordinate {
    width: 1200px;
    margin: 20px auto;
    overflow: hidden;
    border-bottom: 1px solid #34373b;
}
.footer-subordinate > label {
    display: block;
    width: 85px;
    background: #3b3e42;
    font-size: 13px;
    color: #FFFFFF;
    text-align: center;
    line-height: 24px;
    border-radius: 3px;
}
.footer-subordinate-list {
    padding: 15px 0;
    margin: 0 -16px;
    border-bottom: 1px #34373b solid;
    overflow: hidden;
}
.footer-subordinate-list > a {
    white-space: nowrap;
    margin: 0 16px;
    font-size: 12px;
    color: #ccc;
}
.footer-subordinate-list .toTop {
    width: 85px;
    background: #3b3e42;
    font-size: 13px;
    color: #FFFFFF;
    float: right;
    text-align: center;
    line-height: 24px;
    border-radius: 3px;
}