﻿@charset "utf-8";
/* line 9, ../sass/inc/_base.scss */
a {
  color: #888;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
}
a:hover {
  color: #d81a06;
}
.mb20 {
  margin-bottom: 20px;
}

.mt20 {
  margin-top: 20px;
}
.pt100{
  padding-top: 100px;
}

/* 公用样式 */

@media screen and (max-width: 1358px) and (min-width:1025px) {
  /* 小屏幕的尺寸 */
  .box {
    width: 1000px;
  }
  .foot_top ul {
    float: right;
    width: 9%;
  }
}

/* top */
.i_top {
  width: 100%;
  height: 30px;
  line-height: 30px;
  background-color: #EEEEEE;
  font-size: 12px;
}

.i_top .le span {
  padding-right: 20px;
}

.i_top .fr ul li {
  float: left;
}

.i_top .fr ul li a {
  font-size: 12px;
  padding: 0 10px;
}

.i_top .fr ul .a01 a {
  color: #d81a06;
  font-weight: bold;
  background: url(../images/icon/1_33.png) no-repeat 10px 7px;
  background-size: 16px;
  padding-left: 30px;
  display: block;
}
/* top End*/

/* head */
.head-box {
  height: 120px;
  background-color: #fff;
}

.head-box .fl img {
  max-height: 54px;
}

.head-box .fl, .head-box .fr {
  margin-top: 33px;
}

.head-box .tel {
  padding-left: 50px;
  background: url(../images/icon/tel.png) no-repeat 0px 10px;
}

.head-box .tel span {
  font-size: 14px;
}

.head-box .tel i {
  display: block;
  color: #d81a06;
  font-size: 30px;
  font-style: normal;
  line-height: 34px;
}
/* head End*/

/* 导航 */

  .head {
    /*position:fixed; top:150px; 导航浮动*/
    position: relative;
    left: 0px;
    width: 100%;
    z-index: 9999;
    background: #d81a06;
    height: 50px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
  }
  .heg {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
  }
  .logo {
    width: 163px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
  }
  .logo img {
    width: 100%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
  }
  .head .fr .top {
    height: 40px;
    line-height: 40px;
    color: #808080;
    text-align: right;
    font-size: 14px;
    z-index: 100;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
  }
  .nav {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    margin-right: 1px;
  }
  .nav ul li {
    cursor: pointer;
    float: left;
    height: 50px;
    font-size: 16px;
    padding: 0 20px;
  }
  .nav ul li .a1, .nav:hover ul .li .a1 {
    position: relative;
    font-size: 16px;
    height: 50px;
    overflow: hidden;
    display: block;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    min-width: 102px;
  }


@media screen and (max-width: 1440px) and (min-width:1025px) {
  /* 小屏幕的尺寸 */
  .nav ul li {
    padding: 0 18px;
  }
  .nav ul li .a1, .nav:hover ul .li .a1 {
    position: relative;
    height: 50px;
    overflow: hidden;
    display: block;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    min-width: 88px;
  }
}

  .nav ul li .p1, .nav:hover ul .li .p1 {
    height: 50px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
    line-height: 50px;
    top: 0px;
    left: 0px;
    color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
  }
  .nav ul li .p2, .nav:hover ul .li .p2 {
    font-size: 14px;
    height: 50px;
    position: absolute;
    width: 100%;
    line-height: 50px;
    top: 50px;
    left: 0px;
    color: #f0c12d;
    text-align: left;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
  }
  .nav ul li:hover .a1, .nav ul .li .a1, .nav:hover ul .li:hover .a1 {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
  }
  .nav ul li:hover .p1, .nav ul .li .p1, .nav ul .li:hover .p1 {
    top: -50px;
  }
  .nav ul li:hover .p2, .nav ul .li .p2, .nav ul .li:hover .p2 {
    top: 0px;
  }
  .nav ul .li_on .p1 span {
    background: url(../images/icon/1_39.png) center right no-repeat;
    padding-right: 13px;
  }
  .nav ul .li_on .p2 span {
    background: url(../images/icon/1_40.png) center right no-repeat;
    padding-right: 13px;
  }
  .nav ul .li_on .div1 {
    background: #fff;
    position: absolute;
    width: 100%;
    /*height:320px; */
    top: 50px;
    left: 0px;
    overflow: hidden;
    border-top: 1px solid #ddd;
    display: none;
  }
  .nav ul .li_on .div1 .p3 {
    float: left;
    width: 20%;
    /*height: 240px;*/
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .nav ul .li_on .div1 .p3 a {
    display: block;
    color: #4c4c4c;
    font-size: 14px;
    margin-bottom: 10px;
    position: relative;
    right: 0px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    font-weight: normal;
  }
  .nav ul .li_on .div1 .p10 {
    margin-left: 240px;
  }
  .nav ul .li_on .div1 .p11 {
    margin-left: 500px;
  }
  .nav ul .li_on .div1 .p12 {
    margin-left: 320px;
  }
  .nav ul .li_on .div1 .p10 a, .nav ul .li_on .div1 .p11 a, .nav ul .li_on .div1 .p12 a {
    display: block;
    color: #4c4c4c;
    margin-bottom: 5px;
    font-size: 14px;
    position: relative;
    right: 0px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    font-weight: normal;
    float: left;
    padding: 15px 60px 10px 0px;
  }
  .nav ul .li_on .div1 .p10 i, .nav ul .li_on .div1 .p11 i, .nav ul .li_on .div1 .p12 i {
    font-weight: bold;
    padding-left: 10px;
    font-style: normal;
  }
  .nav ul .li_on .div1 .p10 a:hover, .nav ul .li_on .div1 .p11 a:hover, .nav ul .li_on .div1 .p12 a:hover {
    color: #f0c12d;
    right: -10px;
  }
  .head_on {
    height: 70px;
  }
  .head_on .logo {
    width: 104px;
  }
  .head_on .rg .top {
    margin-top: -40px;
  }
  .heg_on {
    height: 0px;
  }
  .nav ul .li_on .div1 .p3 .aa1 {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: bold;
  }
  .nav ul .li_on .div1 .p3 .aa1 span {
    font-family: 宋体;
    margin-left: 15px;
  }
  .nav ul .li_on .div1 .p3 a:hover {
    color: #f0c12d;
    right: -10px;
  }
  .nav ul .li_on .div1 .p4 {
    float: right;
  }
  .nav ul .li_on .div1 .p4 {
    width: 32%;
    padding-top: 30px;
  }
  .nav ul .li_on .div1 .p4 .pp1 {
    float: left;
  }
  .nav ul .li_on .div1 .p4 .pp2 {
    float: right;
  }
  .nav ul .li_on .div1 .p4 .pp2 .ppp1 {
    color: #363636;
    font-size: 18px;
    padding-top: 85px;
  }
  .nav ul .li_on .div1 .p4 .pp2 .ppp2 {
    border: 1px solid #434343;
    width: 100px;
    text-align: center;
    height: 31px;
    line-height: 31px;
    background: #fff;
    font-size: 14px;
    color: #363636;
    border-radius: 2px;
    margin-top: 25px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
  }
  .nav ul .li_on .div1 .p4 .pp2 .ppp2:hover {
    background: #434343;
    color: #fff;
  }
  .head_on {
    height: 50px;
  }
  .head_on .logo {
    width: 104px;
  }
  .head_on .rg .top {
    margin-top: -40px;
  }
  .nav ul .li_on .div1_on {
    top: 50px;
  }


/* nav END */

/* banner */

  .banner {
    position: relative;
    overflow: hidden;
    width: 100%;
    overflow: hidden;
  }
  .moblie_banner {
    display: none;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .banner .slides {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .banner .slides li {
    width: 100%;
    height: auto;
  }
  .banner .slides li img {
    width: 100%;
    height: auto
  }
  .banner .flex-control-nav {
    position: absolute;
    bottom: 5%;
    z-index: 99;
    width: 100%;
    text-align: center;
    left: 0px;
  }
  .banner .flex-control-nav li {
    display: inline-block;
    width: 84px;
    height: 3px;
    margin: 0 5px;
  }
  .banner .flex-control-nav li span {
    display: none;
  }
  .banner .flex-control-nav li a {
    width: 84px;
    height: 3px;
    cursor: pointer;
    background: #fff;
    display: block;
  }
  .banner .flex-control-nav li a.flex-active {
    background: #fecf17
  }
  .banner .flex-direction-nav {
    display: none;
  }
  dex:100;
}

.picpic {
  position: absolute;
  top: 252px;
  right: 452px;
  z-index: 5;
}

/* banner END */

/* search */
  .search ,.search_01 {
    font-size: 14px;
    line-height: 44px;
    box-shadow: 0px 1px 3px #ddd;
    background-color: #fff;
    position: relative;

  }
.search_01 {min-height: 400px; text-align: center;}
.search_01 img{width: 120px;}
.search_01 span{ display: block;}
.search_01 .search_left{ display: none;}
.search_01 .search_right{display: none;}

  .search .search_left{ float: left;}
  .search .search_right{ float: right;}
  .search .key_words a {
    padding-right: 20px;
  }
  .search .right_sear {
    border: 1px solid #E2E2E2;
    border-radius: 28px;
    padding: 0 8px;
    margin: 8px 0;
  }
  .search .sear_text {
    width: 216px;
    float: left;
    height: 26px;
    line-height: 26px;
    float: left;
    color: #888;
    background: none;
    padding-left: 5px;
  }
  .search .sear_btn {
    float: left;
    background: url('../images/icon/search.png') no-repeat center center;
    width: 26px;
    height: 26px;
    cursor: pointer;
  }


/* search End */

/* product  */

.product {
  padding: 30px 0;
  background-color: #fff;
}
.product span {
  float: left;
  width: 25%;
}

  .product span a {
    display: block;
  }
  .product span a img {
    width: 100%;
    height: 100%;
    margin-top: 0px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
  }
  .product span:hover img {
    margin-top: -15px;
  }
  .product_box {
    background-color: #F5F5F5;
    padding: 30px 0;
  }
  .product_tit {
    display: none;
  }
  .product_box .roll_row {
    height: 270px;
    position: relative;
    overflow: hidden;
  }
  .roll_row .roll__list {
    width: 9999px;
    padding: 15px 0;
  }
  .product_box li {
    float: left;
    margin-top: 0px;
    display: block;
    margin-right: 10px;
    text-align: center;
    padding: 20px;
    background-color: #fff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    box-shadow: 0px 0px 0px #bbb;
  }
  .product_box li:hover {
    margin-top: -3px;
    box-shadow: 0px 0px 10px #bbb;
  }
  .product_box li img {
    width: 140px;
    height: 140px;
  }
  .product_box li span {
    display: block;
    text-align: center;
    height: 60px;
    width: 140px;
    overflow: hidden;
    line-height: 80px;
  }

/* product End */

/* about */

  .about {
    padding: 60px 0;
    background-color: #fff;
  }
  .about_tit {
    display: none;
  }
  .t_index {
    text-align: center;
  }
  .t_index span {
    font-size: 18px;
    color: #666;
  }
  .t_index h3 {
    font-size: 30px;
    line-height: 50px;
    color: #222;
  }
  .p_about {
    padding: 30px 100px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
  }
  .m_about span {
    float: left;
    display: block;
    margin: 0 20px;
    width: 160px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 28px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
  }
  .m_about span:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
  }
  .m_about {
    text-align: center;
    width: 400px;
    margin: 30px auto 0;
    height: 38px;
  }
  .m_about .a01 {
    border: 1px solid #d81a06;
  }
  .m_about .a01 a {
    color: #d81a06;
    display: block;
  }
  .m_about .a02 {
    background-color: #d81a06;
  }
  .m_about .a02 a {
    color: #fff;
    display: block;
  }
/* merchants End */

/* merchants */

.merchants {
  background-color: #fff;
}

/* Partner */
  .Partner {
    padding-top: 10px;
  }
  .roll-wrap:hover .control {
    display: block;
  }
  .Partner .roll_row {
    height: 110px;
    position: relative;
    overflow: hidden;
  }
  .Partner li {
    border: 1px solid #ccc;
    float: left;
    margin-top: 0px;
    display: block;
    margin-right: 10px;
    margin-bottom: 20px;
    text-align: center;
    padding: 10px 20px;
    background-color: #fff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    box-shadow: 0px 0px 0px #bbb;
  }
  .Partner li:hover {
    margin-top: -3px;
    box-shadow: 0px 0px 10px #bbb;
  }
  .Partner img {
    width: 120px;
    height: 60px;
  }
  .Partner li span {
    display: block;
    text-align: center;
    height: 60px;
    line-height: 80px;
  }
  .control {
    position: absolute;
    top: 35px;
    display: none;
    padding: 10px 8px;
    text-decoration: none;
    color: #fff;
    background-color: rgba(0, 0, 0, .2);
  }
  .control:hover {
    background-color: rgba(0, 0, 0, .5);
  }
  .control.pre {
    left: 5px;
  }
  .control.next {
    right: 5px;
  }


/* Partner End */

/* message */
  .i_message {
    background-color: #8B572A;
    padding: 40px 0;
  }
  .i_message .a1 {
    width: 45%;
    padding: 0 20px;
  }
  .i_message .a2 {
    width: 55%;
    padding: 0 20px;
  }
  .i_message .a2 li {
    float: left;
    width: 50%;
    margin-bottom: 24px;
  }
  .i_message .a2 li.li3 {
    width: 70%;
    margin-bottom: 0px;
  }
  .i_message .a2 li.li4 {
    width: 30%;
    margin-bottom: 0px;
  }
  .i_message .a2 .pd {
    margin-right: 15px;
  }
  .i_message .a2 .dl {
    float: left;
    width: 50%;
    color: #25211e;
  }
  .i_message .a2 .dl:hover {
    background: #04337b;
    color: #fff;
  }
  .i_message .a2 .dl:hover .ipt_t1, .icon2_1 .dl:hover .ipt_s1 {
    border-color: #fff;
  }
  .i_message .a2 .dl:hover .ipt_b1 {
    background: #e7aa69;
    border-color: #e7aa69;
  }
  .i_message .a2 .pd .ipt_t1 {
    width: 100%;
    height: 45px;
    line-height: 43px;
    background: #fff;
    padding: 0 16px;
    box-sizing: border-box;
  }
  .ipt_b1 {
    height: 45px;
    background: #E31215;
    color: #fff;
    box-sizing: border-box;
    line-height: 43px;
    width: 100%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
  }
  .ipt_b1:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
  }

/* message End */

/* case */

  .i_case {
    padding: 60px 0;
    background-color: #fff;
  }
  .case_tit {
    display: none;
  }
  .case_list {
    padding: 40px 0;
  }
  .case_list li {
    float: left;
    width: 25%;
    padding-left: 4px;
  }
  .case_list li a {
    display: block;
    position: relative;
  }
  .case_list li img {
    width: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    box-shadow: 0px 0px 0px #bbb;
  }
  .case_list li a:hover img {
    box-shadow: 0px 0px 8px #888;
  }
  .case_list li span {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
  }
  .case_list li span p {
    text-align: center;
    padding: 0 30px;
    margin: 60px auto;
    display: inline-block;
    height: 70px;
    overflow: hidden;
  }
  .case_list li a:hover span {
    color: #fff;
    display: block;
    background: rgba(0, 0, 0, 0.5);
  }
  .m_case {
    text-align: center;
    width: 160px;
    margin: 0 auto;
    height: 38px;
  }
  .m_case span {
    float: left;
    display: block;
    width: 160px;
    border: 1px solid #d81a06;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 28px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
  }
  .m_case span:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
  }
  .m_case span a {
    color: #d81a06;
    display: block;
  }

/* case End */

/* news  */

  .news_tit {
    display: none;
  }
  .i_news {
    background-color: #F8F8F8;
    padding: 60px 0;
  }
  .i_news .box {
    background: url('../images/news_bg.png') no-repeat center center;
  }
  .i_news .t_index {
    padding-top: 20px;
  }
  .i_news dl {
    padding: 40px 0;
  }
  .i_news dt {
    float: left;
    width: 36%;
    position: relative;
  }
  .i_news dt img {
    width: 100%;
  }
  .i_news dt span {
    overflow: hidden;
    width: 100%;
    height: 50px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    display: block;
    line-height: 50px;
    color: #fff;
    padding: 0 10px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
  }
  .i_news dt span:hover {
    background: rgba(0, 0, 0, 0.6);
  }
  .i_news dd {
    float: right;
    width: 60%;
    border: 1px solid #ccc;
    padding: 26px;
    background-color: #fff;
  }
  .i_news .mt_news {
    margin-top: 20px;
  }
  .i_news dt, .i_news dd {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    box-shadow: 0px 0px 0px #bbb;
  }
  .i_news dt:hover, .i_news dd:hover {
    box-shadow: 0px 0px 10px #bbb;
  }
  .i_news dd a {
    color: #222;
  }
  .i_news dd .a1 {
    width: 13%;
    float: left;
    border-right: 1px solid #ccc;
  }
  .i_news dd .a1 b {
    font-size: 50px;
    line-height: 50px;
    font-weight: normal;
    display: inline-block;
  }
  .i_news dd .a1 i {
    font-size: 14px;
    display: inline-block;
    font-style: normal;
    line-height: 30px;
    color: #999;
  }
  .i_news dd .a2 {
    width: 84%;
    float: right;
  }
  .i_news dd .b1 {
    font-size: 18px;
    line-height: 30px;
    height: 36px;
    overflow: hidden;
  }
  .i_news dd .b2 {
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    color: #555;
  }
  .i_news dd a:hover .b1 {
    color: #d81a06;
  }


/* news End */

/* links */

  .i_links {
    height: 44px;
    line-height: 44px;
    background-color: #555555;
    overflow: hidden;
  }
  .i_links b {
    float: left;
    width: 6%;
    font-size: 14px;
    color: #fff;
  }
  .i_links span {
    float: left;
    width: 94%;
  }
  .i_links a {
    float: left;
    padding: 0 25px;
    color: #ccc;
  }
  .i_links a:hover {
    color: #fff;
  }

/* links End */

/* foot */

  .i_foot {
    background-color: #222;
    padding: 40px 0;
  }
  .i_foot .a1 {
    width: 25%;
    padding: 0 20px;
  }
  .i_foot .a1 span img {
    width: 100%;
  }
  .i_foot .erweima {
    background: url('../images/icon/web_erweima.png') no-repeat top center;
    width: 114px;
    padding: 12px;
    margin: 0 auto;
  }
  .i_foot .erweima img {
    width: 90px;
    height: 90px;
  }
  .i_foot .a1 p {
    text-align: center;
    color: #ccc;
    padding: 20px 0;
  }
  .i_foot .a2 {
    width: 75%;
    padding-top: 20px;
  }
  .i_foot .a2 li {
    width: 25%;
    float: left;
    padding-left: 30px;
  }
  .i_foot .a2 li a {
    color: #fff;
    opacity: 0.5;
    display: inline-block;
    line-height: 30px;
  }
  .i_foot .a2 li a.tit {
    font-size: 18px;
    opacity: 0.8;
    margin-bottom: 15px;
  }
  .i_foot .a2 li a:hover {
    opacity: 1;
  }

/* foot End */

/* copyright */

  .i_copyright {
    background-color: #000;
    height: 44px;
    line-height: 44px;
    color: #999;
  }
  .i_copyright .a01 {
    float: left;
  }
  .i_copyright .a02 {
    float: right;
  }
  .i_copyright .a03 {
    display: none;
  }
  .i_copyright .a04 {
    display: none;
  }
  .i_copyright a {
    color: #666;
    padding: 0 10px;
    font-size: 12px;
  }
/* copyright End */

/* Index End */

/* Main */

  .mad {
    margin-top: 1%;
  }


@media screen and (max-width: 1440px) and (min-width:1024px) {
  /* 小屏幕的尺寸 */
  .mad {
    margin-top: 1.5%;
  }
}

  .visible-xs-block {
    display: none;
  }

/*悬浮客服*/

.qqkefu {
  position: fixed;
  right: 0;
  bottom: 40%;
  z-index: 999999999;
  width: 53px;
}

.qqkefu ul li {
  position: relative;
  float: right;
  margin-bottom: 1px;
  height: 47px;
  background: #757575;
  font-size: 14px;
  line-height: 47px;
  opacity: .9;
  cursor: pointer;
}

.qqkefu ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}

.qqkefu ul li.qq_cza {
  overflow: hidden;
}

.qqkefu ul li:hover {
  background: #f0c12d;
}

.qqkefu ul li.top {
  position: relative;
  width: 53px;
  background: #f0c12d url(../images/icon/top_icon.png) no-repeat center;
  color: #1c1c1c;
  text-align: center;
  font-weight: 800;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.qqkefu ul li.top:hover {
  background-color: #907842;
}

.qqkefu ul li b {
  float: left;
  display: block;
  overflow: hidden;
  width: 53px;
  height: 47px;
}

.qqkefu ul li b.a {
  background: url(../images/icon/czx4.png) no-repeat center center;
}

.qqkefu ul li b.b {
  background: url(../images/icon/czx3.png) no-repeat center center;
}

.qqkefu ul li b.e {
  background: url(../images/icon/icon_kf_tel.png) no-repeat center center;
}

.qqkefu .erweima {
  position: absolute;
  top: -103px;
  left: -134px;
  float: right;
  display: none;
  height: 150px;
  border: 1px solid #CCC;
  background: #FFF;
  cursor: default !important;
}

.qqkefu .erweima p {
  float: left;
  width: 130px;
  color: #000;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
}

.qqkefu .erweima p img {
  margin: 10px 10px 0 10px;
  width: 110px;
  height: 110px;
}

.qqkefu .kf-tel .erweima {
  top: -23px;
  left: -153px;
  height: 70px;
  text-align: center;
}

.qqkefu .kf-tel .erweima p {
  width: 150px;
}

.qqkefu .kf-tel .erweima em {
  display: inline-block;
  margin-top: 12px;
  margin-bottom: 6px;
  width: 100%;
  color: #A98E4F;
  font-weight: 600;
  font-size: 16px;
}

/* Main End */

/* 内页盒子 */
  .inner {margin-top:20px;}
.inner .inner_left{
  float: left;
  width: 80%;
  padding-right: 20px;

}
.inner .inner_right{
  float: right;
  width: 20%;
}

  /* 内页banner  */
  .inner_banner img {
    width: 100%;
    height: 100%;
  }
  /* 内页盒子  */
  .inner_box {
    padding: 20px;
    box-shadow: 0px 1px 5px #ddd;
    background-color: #fff;
  }

  /* 内页标题  */
  .inner_l_tit {
    line-height: 44px;
    height: 44px;
    background-color: #fff;
    box-shadow: 0px 1px 3px #ddd;
    padding: 0 20px;
    font-size: 14px;
  }
  .inner_l_tit .left a {
    padding: 0 8px;
  }
  .inner_l_tit .left {
    float: left;
    padding-left: 30px;
    background: url(../images/icon/1_32.png) no-repeat 0px 12px;
  }
  .inner_l_tit .right {
    float: right;
    padding-left: 25px;
    background: url(../images/icon/1_31.png) no-repeat 0px 12px;
  }
  .inner_r_tit {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    line-height: 36px;
    font-size: 16px;
  }
  .inner_r_tit a {
    padding: 0 10px;
    font-size: 16px;
  }
  /* 新闻列表  */
  .inner_News_list {
    padding: 20px 0;
  }
  .inner_News_list li {
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0px 1px 3px #ddd;
    padding: 25px 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
  }
  .inner_News_list li:hover {
    box-shadow: 0px 2px 10px #aaa;
  }
  .inner_News_list .a1 {
    width: 13%;
    float: left;
    border-right: 1px solid #ccc;
    text-align: center;
  }
  .inner_News_list .a1 b {
    font-size: 50px;
    line-height: 50px;
    font-weight: normal;
    display: inline-block;
    color: #222;
  }
  .inner_News_list .a1 i {
    font-size: 14px;
    display: inline-block;
    font-style: normal;
    line-height: 30px;
    color: #999;
  }
  .inner_News_list a {
    color: #222;
  }
  .inner_News_list .a2 {
    width: 84%;
    float: right;
    padding-right: 20px;
  }
  .inner_News_list .b1 {
    font-size: 18px;
    line-height: 30px;
    height: 36px;
    overflow: hidden;
  }
  .inner_News_list .b2 {
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    color: #555;
  }
  .inner_News_list a:hover .b1 {
    color: #d81a06;
  }


  /* 产品列表  */
  .inner_product_details,.inner_product_list {
    padding-top: 20px ;
  }
  .inner_product_details dl {
    background-color: #fff;
    padding: 20px 20px 20px 0;
  }
  .inner_product_list dl {
    margin-bottom: 20px;
    background-color: #fff;
    padding: 20px 20px 20px 0;
    box-shadow: 0px 1px 3px #ddd;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
  }
 .inner_product_list dl:hover {
    box-shadow: 0px 2px 10px #aaa;
  }
  .inner_product_details dt,.inner_product_list dt {
    float: left;
    width: 34%;
    padding: 0 20px;
  }
  .inner_product_details dt img ,.inner_product_list dt img {
    width: 100%;
  }
  .inner_product_details dd ,.inner_product_list dd {
    float: left;
    line-height: 40px;
    width: 66%;
    font-size: 14px;
    padding-top: 10px;
    color: #333;
  }
  .inner_product_details dl .a01 ,.inner_product_list dl .a01 {
    border-bottom: 1px dashed #aaa;
  }
  .inner_product_details dl .a01 h3 ,.inner_product_list dl .a01 h3 {
    font-size: 20px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    display: block;
    color: #222;
  }
  .inner_product_details li a:hover h3 ,.inner_product_list li a:hover h3{
    color: #d81a06;
  }
  .inner_product_details dl .a01 p ,.inner_product_list dl .a01 p {
    margin: 12px 0;
    line-height: 26px;
    height: 78px;
    overflow: hidden;
    color: #333;
  }
  .inner_product_details dl .a02 i ,.inner_product_list dl .a02 i {
    padding-right: 15px;
    color: #888
  }
  .inner_product_details dl .a02 i img ,.inner_product_list dl .a02 i img {
    width: 14px;
    height: 14px;
    margin-right: 5px;
  }
  .inner_product_details dl .a02 img ,.inner_product_list dl .a02 img {
    width: 34px;
    height: 34px;
    margin-right: 15px;
  }
  /* 技术支持 */
  .inner_support {
    padding: 20px 0;
  }
  .inner_support li {
    box-shadow: 0px 1px 3px #ddd;
    background: #fff;
    margin-bottom: 20px;
  }
  .inner_support .question {
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    padding: 0 22px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  .inner_support li .question.on, .inner_support li:hover .question {
    background: #f5f5f5;
    box-shadow: 0px 1px 5px #aaa;
  }
  .inner_support .question .fa-q {
    vertical-align: top;
    /*width: 17px;*/
    height: 100%;
    color: #d81a06;
  }
  .inner_support .question .fa-dropdown {
    float: right;
    width: 18px;
    height: 100%;
    background: url(../images/icon/icon_down2.png) no-repeat center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  .inner_support .question.on .fa-dropdown {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .inner_support .answer {
    padding: 0 22px 20px 56px;
    line-height: 1.8;
    display: none;
    position: relative;
    margin-top: 20px;
  }
  .inner_support .answer:before {
    content: "A：";
    position: absolute;
    left: 24px;
    top: 0;
    font-size: 16px;
    width: 30px;
  }
  .inner_support .answer p {
    line-height: 2;
  }
  /* 资料下载 */
  .inner_down {
    background-color: #fff;
    box-shadow: 0px 1px 3px #ddd;
    margin: 20px 0;
    padding: 10px 20px 20px 20px;

  }
  .inner_down li {
    border-bottom: 1px dashed #ccc;
      position: relative;
        line-height: 60px;
          height: 60px;
          overflow: hidden;
  }
  .inner_down li a {
    display: block;
    font-size: 16px;
    color: #222;
  }
  .inner_down li i {
    padding-right: 15px;
    font-size: 20px;
    color: #d81a06
  }
  .inner_down li span {
    background:#fff url(../images/icon/1_down.png) no-repeat center right;
    width: 40px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
  }
  /* 合作伙伴 */
  .inner_partner {
    margin-top: 20px;
    background-color: #fff;
    box-shadow: 0px 1px 3px #ddd;
    padding: 20px 10px;
  }
  .inner_partner li {
    width: 25%;
    float: left;
    padding: 0 10px;
  }
  .inner_partner li a {
    display: block;
    border: 1px solid #ccc;
  }
  .inner_partner li img {
    width: 120px;
    height: 60px;
    margin: 10px auto;
    display: block;
  }
  .inner_partner .a_partner {
    border: 0;
    height: 50px;
    line-height: 50px;
    text-align: center;
  }
  /* 图片列表 */
  .inner_pic {
    background-color: #fff;
    box-shadow: 0px 1px 3px #ddd;
    margin: 20px 0;
    padding: 20px 10px;
  }
  .inner_pic li {
    width: 33.33%;
    float: left;
    padding: 0 10px;
  }
  .inner_pic li a {
    display: block;
  }
  .inner_pic li img {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
  }
  .inner_pic li img:hover {
    box-shadow: 0px 2px 10px #aaa;
  }
  .inner_pic .a_partner {
    border: 0;
    height: 50px;
    line-height: 50px;
    text-align: center;
  }
  /* 留言 */
  .inner_message {
    background-color: #fff;
    margin: 20px 0;
    box-shadow: 0px 1px 3px #ddd;
  }
  .inner_message .clearfix {
    width: 50%;
    margin: 0px auto;
    padding: 60px 0;
  }
  .inner_message .clearfix li {
    margin-bottom: 20px;
  }
  .inner_message .clearfix .li0 {
    font-size: 16px;
    color: #333;
  }
  .inner_message .ipt_t1 {
    width: 100%;
    height: 45px;
    line-height: 43px;
    background: #eee;
    padding: 0 16px;
    box-sizing: border-box;
  }
  .inner_message .ipt_t2 {
    font-size: 14px;
    width: 100%;
    height: 100px;
    line-height: 26px;
    background: #eee;
    padding: 10px 16px;
    box-sizing: border-box;
  }
  /* 产品中心-下拉  */
  .inner_product_a03 {
    display: none;
    padding-top: 10px;
  }
  .inner_product ul li p {
    cursor: pointer;
    padding: 0 20px;
    font-size: 16px;
  }
  .inner_product .leftli {
    padding-top: 10px;
  }
  .inner_product .leftli li {
    line-height: 40px;
    color: #555;
    padding-left: 10px;
    border-bottom: 1px dashed #aaa;
  }
  .inner_product .leftli li a {
    color: #555;
  }
  .inner_product .inner_product_a02 .fa-dropdown {
    float: right;
    padding: 0 20px;
    height: 40px;
    background: url(../images/icon/icon_down.png) no-repeat center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  .inner_product .inner_product_a02.on .fa-dropdown {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .inner_product .leftli .a01 li {
    line-height: 30px;
    color: #333;
    border-bottom: 1px dashed #fff;
  }
  .inner_product .leftli .a01 li a {
    font-size: 14px;
    padding-left: 10px;
    color: #888;
  }
  .inner_product .leftli a:hover, .inner_product .leftli .a01 li a:hover {
    color: #d81a06;
  }
  /* 推荐产品  */
  .tj_product {
    padding: 20px;
    box-shadow: 0px 1px 5px #ddd;
    background-color: #fff;
  }
  .tj_product_list li {
    float: left;
    margin-top: 0px;
    display: block;
    text-align: center;
    padding: 20px;
    background-color: #fff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    box-shadow: 0px 0px 0px #aaa;
    margin-top: 10px;
  }
  .tj_product_list li:hover {
    box-shadow: 0px 0px 10px #aaa;
  }
  .tj_product_list li img {
    width: 100%;
  }
  .tj_product_list li span {
    display: block;
    text-align: center;
    height: 60px;
    width: 140px;
    overflow: hidden;
    line-height: 78px;
  }
  /* 推荐产品  */
  .inner_contact p {
    font-size: 14px;
    line-height: 28px;
    padding: 20px 0;
  }

.inner_contact .a01 {
  width: 100px;
  height: 34px;
  background-color: #D11E21;
  border-radius: 4px;
  display: block;
  line-height: 34px;
  text-align: center;
  color: #fff;
}

.inner_contact .a01:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

/* Inner page */
.middle {
  width: 100%;
    padding: 1em 5em;
    box-shadow: 0px 1px 3px #ddd;
}
.middle li a {
  display: none;
}
.middle li:first-child a {
  display: inline-block;
}
.middle li:first-child a:after {
  content: "<";
}
.middle li:last-child a {
  display: inline-block;
}
.middle li:last-child a:after {
  content: ">";
}
.middle li:nth-child(2) a {
  display: inline-block;
}
.middle li:nth-child(3) a {
  display: inline-block;
}
.middle li:nth-child(4) a {
  display: inline-block;
}
.middle li:nth-child(5) a {
  display: inline-block;
}
.middle li:nth-last-child(2) a {
  display: inline-block;
}
.middle li:nth-last-child(3) {
  display: inline-block;
}
.middle li:nth-last-child(3):after {
  padding: 0 1rem;
  content: "...";
}
/* 产品详情 */
.details {padding:0 20px; margin: 0 auto;background-color: #fff;}
.details img{width: 100%;}

.inner_center{ background: #fff; padding:20px;margin:20px 0;}
.inner_center img{max-width: 100%;}
