/* 底部留言 */
.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;
}
.feedbackForm{
    height: 430px;
}

.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;
}
.feedback .eMailIco>p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:1 ;
    overflow: hidden;
    font-size: 16px;
}
.feedbackForm {
    padding: 16px 16px 40px 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 .input_b {
    background: #ff3c00;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
    border: none;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    cursor: pointer;
}

.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;
}
.yandex-form #form .list {
  margin-bottom: 15px;
}
.yandex-form #form .list p {
  color: #2A2B32;
  font-size: 18px;
  line-height: 2;
}
.yandex-form #form .list p span {
  color: #FF4236;
}
.yandex-form #form .list input {
  width: 100%;
  padding:10px 5px 10px 10px;
  box-sizing: border-box;
  border:solid #ddd 1px;
}
.yandex-form #form .list input::placeholder {
  font-size: 16px;
}
.yandex-form #form .list textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  line-height: 24px;
  resize: none;
  height: 120px;
  border:solid #ddd 1px;
}
.yandex-form #form .list textarea::placeholder {
  font-size: 16px;
}
.yandex-form #form #submit {
  width: 100%;
  color: #fff;
  background-color: #135fca;
  border: none;
  line-height: 3;
  font-size: 16px;
  margin-bottom: 15px;
  cursor: pointer;
}
.fmain .yandex-form p{
    margin:0!important;
}
.fmain .yandex-form .submit{
    background-color: #ff3c00;
}
/* 客服模块 */
.scrollsidebar,
.scrollsidebar a {
    font-size: 12px;
    color: #9999;
    font-family: Arial, Helvetica, sans-serif;
}

.scrollsidebar {
    position: absolute;
    z-index: 999;
    top: 150px;
    right: -30px;
}

.show_btn {
    width: 40px;
    height: 192px;
    overflow: hidden;
    cursor: pointer;
    display: block;
    overflow: hidden;
    background: url('../images/show_btn.png') no-repeat center center;
    position: absolute;
    right: 0;
    top: 0;
}

.side_content {
    width: 0px;
    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;
    line-height: unset;
}
.side_content .side_list .cont li a>p{
    position: absolute;
    background-color: #FFFFFF;
    right:200%;
    top: 0;
    width: 100%;
    padding-left: 8px;
}
.side_content .side_list .cont li a:hover>p{
    right:0;
    transition: 0.5s;
}

.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;
    align-items: center;
}

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

.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 6px 23px;
    text-transform: capitalize;
}

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

.nav_wrap .head_nav>li>a:after {
    content: '';
    display: block;
    width: 0%;
    height: 3px;
    background-color: #B98D58;
    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: 0px;
}

.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: #000000;
}

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

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

.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: #ff3c00;
}

.nav_wrap .head_nav>li ul ul {
    left: 100%;
    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: 20px;
    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;
}


/* icon */
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
  }
   
  .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
  }
  /*gotop*/
.gotop {
    position: fixed;
    text-align: center;
    right: 50px;
    bottom: 100px;
    color: #fff;
    background-color: #333;
    text-align: center;
    height: 55px;
    width: 55px;
    line-height: 55px;
    border-radius: 50%;
    background-clip: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    z-index: 99999;
    cursor: pointer;
    font-size: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-transform: translateY(50%) scale(0.8);
    -webkit-transform: translateY(50%) scale(0.8);
    -ms-transform: translateY(50%) scale(0.8);
    -o-transform: translateY(50%) scale(0.8);
    transform: translateY(50%) scale(0.8);
}

.gotop:hover,
.gotop.active:hover {
    background-color: #ff3c00 !important;
    color: #fff;
    font-family: 'fontawesome';
    content: "\f176";
    display: block;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 24px;
}

.gotop.active {
    opacity: 1;
    visibility: visible;
    -moz-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.gotop em {
    font-size: 16px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
}

.gotop:before {
    font-family: 'fontawesome';
    content: "\f176";
    display: block;
}

.gotop:hover:before {
    -webkit-transform: translateY(-15px) scale(.5);
    -ms-transform: translateY(-15px) scale(.5);
    -o-transform: translateY(-15px) scale(.5);
    transform: translateY(-15px) scale(.5);
    opacity: 0;
    filter: alpha(opacity=0);
}

.gotop:hover em {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
