.feedback {
    width: 340px;
    position: fixed;
    right: 0;
    bottom: 0;
    box-shadow: 0 20px 40px 8px rgba(0, 0, 0, 0.25);
    font-size: 14px;
    border-radius: 10px 10px 0 0;
	z-index:9999999;
}

.feedback .feedbackHeader {
    height: 40px;
    line-height: 40px;
    border-radius: 10px 10px 0 0;
    color: #ffffff;
    text-indent: 50px;
    font-weight: normal;
    cursor: pointer;font-size:16px
}

.feedback .eMailIco {
    background: url("../images/emailIco.png") 16px center no-repeat #ff3c00;
    background-size: 21px auto;
    padding-right: 5px;
    margin-right: 5px;
}

.feedbackForm {
    padding: 16px;
	background-color:#fff;
}

.feedbackForm .tips {
    color: #222d38;
    padding-bottom: 20px;
}

.feedbackForm .line {
    margin-bottom: 16px;
}

.feedbackForm .line input, .feedbackForm .line textarea {
    width: 100%;
    box-sizing: border-box;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    border: solid 1px #ccc;
    color: #222d38;
    display: block;
}

.feedbackForm textarea {
    resize: none;
    height: 78px;
    padding: 11px;
    line-height: 20px;
}

.feedbackForm .line input {
    height: 40px;
    line-height: 40px;
    padding: 0 11px;
}

.feedbackForm .btn {
    background: #ff3c00;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
    border: none;
    height: 40px;
    color: #ffffff;
    cursor: pointer;
}
.wpcf7-spinner{display:none!important;}
.feedback .closeBtn {
    background: url("../images/closeBtn.png") no-repeat;
    width: 28px;
    height: 28px;
    background-size: 28px 28px;
    position: absolute;
    right: 10px;
    top: 6px;
    cursor: pointer;
    display: none;
}
/* 客服 */
.scrollsidebar,
.scrollsidebar a {
  font-size: 12px;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
}
.scrollsidebar {
  position: absolute;
  z-index: 99;
  top: 150px;
  right: 20px;
}
.show_btn {
  width: 0;
  height: 192px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  overflow: hidden;
  background: url("../images/show_btn.webp") no-repeat center center;
  position: absolute;
  right: 0;
  top: 0;
}
.side_content {
  height: auto;
  overflow: hidden;
  float: left;
}
.side_content .side_list {
  width: 140px;
  overflow: hidden;
  border: 1px solid #dadada;
  border-radius: 8px;
  position: relative;
  background: #fff;
}
.side_content .side_list .hd img {
  width: 100%;
  border-bottom: 1px solid #dadada;
}
.side_content .side_list .cont li {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #dadada;
  list-style: none;
  position: relative;
}
.side_content .side_list .cont li i {
  margin-right: 10px;
  font-size: 18px;
  color: #ff3c00;
}
.side_content .side_list .cont li a {
  position: relative;
  display: block;
  padding: 0 0 0 10px;
  text-decoration: none;
}
.side_content .side_list .cont li a:before {
  content: "";
  position: absolute;
  display: block;
  overflow: hidden;
  top: 0;
  left: 10px;
  width: 25px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
}
s .ww {
  margin-left: -30px;
}
.side_content .side_list .t-code {
  padding: 10px 10px 7px;
  border-bottom: 1px solid #dadada;
}
.side_content .side_list .t-code img {
  width: 100%;
}
.side_content .side_list .side_title {
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
}
.side_content .side_list .side_title .close_btn {
  background: url("../images/close.png") no-repeat center center;
  width: 12px;
  height: 30px;
  position: absolute;
  bottom: 0;
  right: 10px;
  cursor: pointer;
}
.side_content .side_list .side_title .close_btn span {
  display: none;
}
/* 导航 */
/* web_head */
.web_head {
    width: 100%;
    position: relative;
    z-index: 3;
}

.nav_wrap {
    float: right;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    text-align: right;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 3px;
}

.web_head .logo {
    float: left;
    padding-top: 10px;
}

.web_head .logo img {
    max-height: 90px;
}

.nav_wrap .head_nav {
    display: inline-block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    position: relative;
    z-index: 2;
    text-align: right;
}

.nav_wrap .head_nav>li {
    display: inline-block;
    position: relative;
    perspective: 500px;
    vertical-align: middle;
    text-align: left;
    line-height: 50px;
}

.nav_wrap .head_nav>li.menu-item-has-children {
    background: url(../images/icon_nav.png) no-repeat right
}

.nav_wrap .head_nav>li>a {
    font-size: 20px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 11px 23px 11px 23px;
    text-transform: capitalize;
}

.nav_wrap .head_nav>li.current-menu-item>a {
    color: #ff3c00
}

.nav_wrap .head_nav>li>a:after {
    content: '';
    display: block;
    width: 0%;
    height: 3px;
    background-color: #ff3c00;
    position: absolute;
    left: 50%;
    bottom: 0px;
}

.nav_wrap .head_nav>li:hover>a:after {
    width: 100%;
    left: 0;
}

.nav_wrap .head_nav>li>a>em {
    display: inline-block;
    position: relative;
    z-index: 1;
    font-style: normal;
    margin-right: 10px;
}

.nav_wrap .head_nav>li>a>b {
    display: inline-block;
    margin-left: 5px;
}

.nav_wrap .head_nav>li>a>b:after {
    content: '\f107';
    color: #999;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
}

.nav_wrap .head_nav>li:hover>a>b:after {
    color: #47bee2;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.nav_wrap .head_nav:hover>li>a,
.nav_wrap .head_nav:hover>li.nav-current>a {
    color: #333;
}

.nav_wrap .head_nav:hover>li:hover>a,
.nav_wrap .head_nav>li.nav-current>a {
    color: #ff3c00;
}

.nav_wrap .head_nav>li li {
    position: relative;
    text-align: left;
    padding: 0 20px;
    font-style: normal
}

.nav_wrap .head_nav>li li a {
    display: block;
    line-height: 20px;
    padding: 7px 0;
    font-size: 13px;
    position: relative;
    border-bottom: 1px solid #eee;
    font-style: normal
}

.nav_wrap .head_nav>li li b:after {
    content: '\f105';
    position: absolute;
    right: 0;
    top: 13px;
}

.nav_wrap .head_nav>li li a:before,
.nav_wrap .head_nav>li li:hover>a:before {
    content: '';
    display: block;
    width: 4px;
    height: 30%;
    background-color: #ff3c00;
    position: absolute;
    left: -21px;
    top: 40%;
    opacity: 0;
    filter: alpha(opacity=0);
}

.nav_wrap .head_nav>li li a:hover:before,
.nav_wrap .head_nav>li li:hover>a:before {
    top: 50%;
    margin-top: -11px;
    height: 22px;
    opacity: 1;
    filter: alpha(opacity=100);
}

.nav_wrap .head_nav>li li:last-child>a {
    border-bottom: 0;
}

.nav_wrap .head_nav>li li:hover>a {
    color: #ff3c00;
}

.nav_wrap .head_nav>li li:hover>a>b:after {
    border-left-color: #fff;
}

.nav_wrap .head_nav>li ul ul {
    left: 101%;
    top: -10px;
    margin-top: 0;
}

.nav_wrap .head_nav li ul {
    width: 250px;
    padding: 10px 0;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 0;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    -webkit-transform: translateY(5%);
    -ms-transform: translateY(5%);
    -o-transform: translateY(5%);
    transform: translateY(5%);
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    box-sizing: border-box;
    -webkit-transform-origin: center 0;
    -moz-transform-origin: center 0;
    -ms-transform-origin: center 0;
    -o-transform-origin: center 0;
    transform-origin: center 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, .15);
}

.nav_wrap .head_nav li:hover>ul {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

.nav_wrap .head_nav>li ul li a em {
    font-style: normal
}

.fixed-nav .logo img {
    max-height: 70px;
}

.fixed-nav .container {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 1;
    background-color: rgba(255, 255, 255, .95);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5ffffff, endColorstr=#e5ffffff);
    box-shadow: 1px 0 1px rgba(0, 0, 0, .3);
}

.fixed-nav .head_layer {
    width: 1170px;
    margin: 0 auto;
    position: relative;
}

.fixed-nav .nav_wrap .head_nav>li {
    line-height: 70px;
}

.fixed-nav-active .container {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.fixed-nav-active .nav_wrap:before {
    opacity: 1;
    height: 100%;
}

.fixed-nav .logo a,
.fixed-nav .logo img,
.fixed-nav .head_nav li a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.head_holder {
    display: none !important;
}