@charset "UTF-8";

/* 全局公共样式的设定 */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
font {
  padding: 0;
  margin: 0;
}

body {
  font-size: 14px;
  line-height: 25px;
  font-family: \5FAE\8F6F\96C5\9ED1;
  overflow-x: auto;
  overflow-x: hidden;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

header,
nav,
article,
section,
aside,
footer,
figure,
hgroup {
  display: block;
  padding: 0;
  margin: 0;
}

fieldset,
img {
  border: 0;
  vertical-align: top;
}

ol,
ul,
li,
dl,
dt,
dd {
  list-style: none;
}

input,
button,
textarea,
checkbox,
select,
radio,
form,
img {
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: #666;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #000;
}

/*body{background:#2b2c2c;}*/
.colora {
  background: #0a54ab;
  color: #fff;
}

.colorb {
  background: #0a54ab;
  color: #fff;
  border-color: #0a54ab;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.show {
  display: block;
}

.clear:before,
.clear:after {
  content: "";
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  zoom: 1;
}

.auto {
  height: auto;
  overflow: hidden;
  zoom: 1;
}

.posr {
  position: relative;
}

.m0 {
  margin: 0 !important;
}

.mb30 {
  margin-bottom: 30px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb70 {
  margin-bottom: 70px;
}

.show {
  display: block;
}

body {
  background: #f6f6f6;
}

.text-color-orange {
  color: #FF6A06;
}

.show {
  display: block;
}

.m00 {
  margin: 0 !important;
}

.content {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 960px) {
  .mb30 {
    margin-bottom: 30px;
  }

  .mb50 {
    margin-bottom: 50px;
  }

  .mb70 {
    margin-bottom: 70px;
  }

  .pcHide {
    display: none;
  }

  .pcShow {
    display: block;
  }

  .cent {
    width: 1160px;
    margin: 0 auto;
  }

  .newTitle {
    /* border-bottom: 1px solid #dbdbdb; */
    background: url(../img/title-bg.png) repeat-x center;
    position: relative;
    height: 130px;
    line-height: 130px;
    margin-bottom: 0;
    text-align: center;
  }

  .newTitle.h90 {
    height: 90px;
    line-height: 90px;
  }

  .newTitle h3 {
    font-size: 32px;
    color: #000;
    background: #f6f6f6;
    text-align: center;
    display: inline-block;
    font-weight: bold;
    padding: 0 20px;
  }

  .newTitle h2 {
    font-size: 32px;
    color: #000;
    background: #f6f6f6;
    text-align: center;
    display: inline-block;
    font-weight: bold;
    padding: 0 20px;
  }

  .btn-orange {
    display: block;
    width: 160px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #FF6A06;
    border-radius: 4px;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    margin: 0 auto;
    transition: all 1s ease-in;
  }

  .btn-orange:hover {
    background: #ff9306;
    transform: translateY(-5px);
    box-shadow: 0 0 20px #aaa;
    ;
  }

  .btn-orange.large {
    width: 300px;
    height: 48px;
    line-height: 48px;
    border-radius: 24px;
    font-size: 16px;
    font-weight: bold;
  }

  .news-list-date ul li {
    height: 100px;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    padding-left: 100px;
    transition: all .6s;
    box-sizing: border-box;
  }

  .news-list-date ul li:last-child {
    margin-bottom: 0;
  }

  .news-list-date ul li .date {
    transition: all .3s;
    width: 80px;
    height: 100px;
    background: #E6E6E6;
    border-radius: 8px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
  }

  .news-list-date ul li .date .day {
    font-size: 40px;
    font-family: MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    margin: 20px 0 17px;
  }

  .news-list-date ul li .date .y-m {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #666666;
  }

  .news-list-date ul li .content h3 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 1.2;
    margin: 2px 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .news-list-date ul li .content p {
    font-size: 14px;
    color: #666;
    line-height: 21px;
    height: 63px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }

  .news-list-date ul li:hover .date {
    background: #FF6A06;
  }

  .news-list-date ul li:hover .date .day,
  .news-list-date ul li:hover .date .y-m {
    color: #fff;
  }

  .news-list-date ul li:hover .content h3 {
    color: #136ec2;
  }

  .news-list-date ul li:hover {
    transform: translateY(-6px);
  }

  /* 问答 */
  .ask-list-date ul li {
    height: 80px;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    padding-left: 50px;
    transition: all .6s;
    box-sizing: border-box;
    padding-right: 80px;
    width: 580px;
    float: left;
  }

  .ask-list-date ul li:last-child {
    margin-bottom: 0;
  }

  .ask-list-date ul li .date {
    transition: all .3s;
    width: 80px;
    height: 100px;
    background: #E6E6E6;
    border-radius: 8px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
  }

  .ask-list-date ul li .ask {
    transition: all .3s;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #FF6A06;
    border-radius: 20px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 18px;
    color: #fff;
  }

  .ask-list-date ul li .content h3 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 1.2;
    margin: 2px 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .ask-list-date ul li .content p {
    font-size: 14px;
    color: #666;
    line-height: 21px;
    height: 63px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }

  .ask-list-date ul li:hover .content h3 {
    color: #136ec2;
  }

  .ask-list-date ul li:hover {
    transform: translateY(-6px);
  }

  /* 服务客户 */
  .customer {
    height: 530px;
    width: 1160px;
    margin: 0 auto;
  }

  .customer .custom_case ul {
    display: flex;
    flex-wrap: wrap;
    width: 1220px;
  }

  .customer .custom_case ul li {
    font-size: 16px;
    overflow: hidden;
    width: 275px;
    height: 180px;
    margin: 0 20px 20px 0;
    position: relative;
    border-radius: 10px 10px 10px 10px;
  }

  .customer .custom_case ul li img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    border-radius: 10px;
  }

  .customer .custom_case ul li:hover p {
    color: #FF6A06;
    transform: scale(1.07, 1.07);
    -webkit-transform: scale(1.07, 1.07);
    -o-transform: scale(1.07, 1.07);
    -ms-transform: scale(1.07, 1.07);
  }

  .customer .custom_case ul li img:hover {
    transform: scale(1.07, 1.07);
    -webkit-transform: scale(1.07, 1.07);
    -o-transform: scale(1.07, 1.07);
    -ms-transform: scale(1.07, 1.07);
  }

  .customer .custom_case ul li img,
  .customer .custom_case ul li p {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  .customer .custom_case ul li p {
    height: 32px;
    line-height: 32px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    position: absolute;
    width: 275px;
    left: 0;
    bottom: 0;
    border-radius: 0 0 10px 10px;
  }

  .customer .custom_case ul li:hover {
    box-shadow: 0 0 20px #aaa;
    transform: translateY(-5px);
    transition: all .6s;
  }

  .contactus {
    height: 458px;
    background: url(../img/contact-bg.png) no-repeat center;
    background-size: cover;
  }

  .contactus .slogan {
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 50px 0;
  }

  .contactus form {
    width: 580px;
    margin: 0 auto;
  }

  .contactus form input[type="text"] {
    height: 44px;
    border-radius: 4px;
  }

  .contactus form input,
  .contactus form textarea {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    border: 0;
    border-radius: 5px;
  }

  .contactus form input.input-name,
  .contactus form input.input-phone,
  .contactus form textarea.input-name,
  .contactus form textarea.input-phone {
    width: 280px;
  }

  .contactus form input.input-name,
  .contactus form textarea.input-name {
    margin-right: 14px;
    border-radius: 4px;
    border: 0;
  }

  .contactus form div {
    margin-bottom: 10px;
  }

  .contactus form button {
    width: 580px;
    height: 44px;
    background: #FF6A06;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border: 0;
  }

  .contactus form button:hover {
    background: #ff9306;
    transition: all .6s;
  }

  .toolbox {
    position: relative;
    min-height: 357px;
    border-top: 2px solid #ff6a06;
    background: #323E43;
  }

  .toolbox .icon-backtop {
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ff6a06;
    position: absolute;
    top: -11px;
    left: 50%;
    transform: translateX(-5px);
    cursor: pointer;
  }

  .toolbox .cent {
    position: relative;
  }

  .toolbox .slogan {
    color: #FF6A06;
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
    padding: 40px 0;
    text-align: center;
  }

  .toolbox .minilink {
    float: left;
    width: 150px;
    margin-right: 70px;
  }

  .toolbox .minilink li:first-child {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    margin: 0 0 24px;
    line-height: 1;
    padding-bottom: 20px;
  }

  .toolbox .minilink li {
    line-height: 28px;
    font-size: 14px;
  }

  .toolbox .minilink li a {
    color: #fff;
    font-size: 14px;
    transition: padding-left .3s ease-in;
  }

  .toolbox .minilink li a:hover {
    color: #FF6A06;
     !important;
    padding-left: 5px;
  }

  .toolbox .public_account {
    position: absolute;
    right: 0;
    top: 108px;
  }

  .toolbox .public_account p {
    font-size: 14px;
    text-align: center;
    color: #E6E6E6;
    margin-top: 15px;
  }

  .toolbox .public_account img {
    border-radius: 8px;
    transition: all .6s;
  }

  .toolbox .public_account img:hover {
    box-shadow: 0 0 20px #1a1e20;
    transform: translateY(-5px);
  }

  .mylink {
    background: #323E43;
    color: #e6e6e6;
    font-size: 14px;
  }

  .mylink .cent {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 32px 0;
  }

  .mylink span {
    display: inline-block;
    margin-right: 10px;
  }

  .mylink span a {
    color: #e6e6e6;
    margin-right: 10px;
    transition: all .6s;
  }

  .mylink span a:hover {
    color: #FF6A06;
    padding-left: 2px;
  }

  .footer {
    text-align: center;
    color: #e6e6e6;
    line-height: 28px;
    padding: 0 0 30px 0;
    background: #323E43;
  }

  .footer::before {
    content: "";
    display: block;
    height: 1px;
    width: 1160px;
    margin: 0 auto 30px;
    background-color: rgba(255, 255, 255, 0.1);
  }

  .footer a {
    color: #e6e6e6;
  }

  /*qq*/
  .QQ {
    position: fixed;
    top: 40%;
    right: 51%;
    transform: translateX(640px);
    z-index: 999;
    width: 50px;
    background: #00B262;
    border-radius: 4px;
  }

  .QQ ul li {
    width: 50px;
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    color: #fff;
    cursor: pointer;
    transition: all .6s;
  }

  .QQ ul li:hover {
    background-color: #FF6A06;
    border-radius: 4px;
  }

  .QQ ul li a {
    color: #FFF;
  }

  .QQ ul li span {
    width: 24px;
    height: 24px;
    margin: 0 auto;
    display: block;
  }

  .QQ ul li .qq {
    background: url(../img/icon-qq.png) no-repeat;
  }

  .QQ ul li .ww {
    background: url(../img/icon-wechat.png) no-repeat;
  }

  .QQ ul li .dd {
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(-45deg);
  }

  .QQ ul li .ww_img {
    position: absolute;
    width: 160px;
    height: 160px;
    top: 0px;
    box-shadow: 0 2px 20px #aaa;
    border: 0px solid #fff;
    box-sizing: content-box;
    border-radius: 10px;
    opacity: 0;
    right: 0;
    transition: all .6s;
    background-color: #fff;
  }

  .QQ ul li .ww_img img {
    width: 160px;
    height: 160px;
    border-radius: 10px;
  }

  .QQ ul li.wwShow:hover .ww_img {
    right: 63px;
    opacity: 1;
  }

  .news-tab {
    text-align: center;
    margin-bottom: 30px;
  }

  .news-tab span {
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #FF6A06;
    border: 1px solid #FF6A06;
    border-radius: 20px;
    margin-right: 10px;
    font-size: 16px;
    font-weight: bold;
    background-color: #fff;
    display: inline-block;
    cursor: pointer;
    transition: all .6s;
  }

  .news-tab span:hover {
    background: #FF6A06;
    transform: translateY(-3px);
    box-shadow: 0 0 15px #bbb;
    color: #fff;
  }

  .news-tab span.active {
    background: #FF6A06;
    color: #fff;
  }

  .news-tab span h1 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin-block: revert;
  }

  .news-tab span a {
    color: #FF6A06;
  }

  .news-tab span.active a,
  .news-tab span:hover a {
    color: #fff;
  }

  .nav {
    width: 100%;
    height: 80px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    /*#nav ul li.on .subNav {
	display: block;
}*/
  }

  .nav .cent {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .nav .logo {
    float: left;
    margin: 0 0 0 0;
    width: 150px;
    height: 50px;
    background: url(../img/logo-white.png) no-repeat;
  }

  .nav.fixed .logo {
    background: url(../img/logo.png) no-repeat;
  }

  .nav .logo img {
    opacity: 0;
  }

  .nav.fixed {
    background: #fff;
    box-shadow: 0 2px 20px #aaa;
  }

  .nav.fixed #nav ul li a {
    color: #000;
  }

  .nav.fixed:hover {
    background: #fff;
  }

  .nav .logoFight {
    float: right;
  }

  .nav .logo_yu {
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #23d98f;
    font-size: 14px;
    border-radius: 6px;
    color: #fff;
    margin-top: 42px;
    margin-right: 4px;
    cursor: pointer;
  }

  .nav .logo_tel {
    display: inline-block;
    height: 32px;
    background: url(../img/icon_tel.png) no-repeat 18px center;
    background-color: #ff6a06;
    font: bold 18px "Microsoft Yahei", Arial, Helvetica, sans-serif;
    border-radius: 16px;
    color: #fff;
    vertical-align: top;
    /* margin-top: 32px; */
    padding: 0 18px 0 45px;
    cursor: pointer;
    line-height: 32px;
    transition: all .3s;
  }

  .nav .logo_tel a {
    color: #fff;
  }

  .nav .logo_tel:hover {
    background: url(../img/icon_tel.png) no-repeat 18px center;
    background-color: #ff9306;
  }

  .nav #nav {
    float: left;
    height: 80px;
    width: 740px;
    position: absolute;
    left: 210px;
  }

  .nav #nav ul li {
    position: relative;
    line-height: 80px;
    padding-right: 30px;
    float: left;
    z-index: 1;
    font-size: 17px;
    font-weight: bold;
  }

  .nav #nav ul li a {
    display: block;
    color: #fff;
    position: relative;
  }

  .nav #nav ul li .subNav a {
    color: #333
  }


  .nav #nav ul li a span {
    display: inline-block;
    width: 14px;
    height: 20px;
    background: url(../images/arrow.png.html) no-repeat center;
    vertical-align: sub;
  }

  .nav #nav ul li a:hover {
    background-repeat: no-repeat;
    /* color: #FF6A06; */
  }

  .nav #nav ul li a:hover span {
    background: url(../images/arrow01.jpg.html) no-repeat center;
    background-size: 27%;
  }

  .nav #nav ul li:hover .subNav {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  .nav #nav ul li.cur a {
    color: #FF6A06;
  }

  .nav .subNav {
    position: absolute;
    width: 200px;
    top: 100%;
    left: 0;
    text-align: center;
    line-height: 40px;
    z-index: 999;
    font-size: 14px;
    overflow: hidden;
    background: #FF6A06;
    /* display: none; */
    padding: 3px 0 0;
    visibility: hidden;
    opacity: 0;
    transition: all .6s ease 0s;
    box-shadow: 0 2px 20px #aaa;
  }

  .nav .subNav:hover {
    opacity: 1;
  }

  .nav .subNav a {
    width: 200px;
    height: 40px;
    background-color: #fff;
    color: #000;
    font-weight: normal;
    font-size: 15px;
    transition: padding-left .3s ease-in;
  }

  .nav .subNav a:hover {
    background: #FF6A06;
    color: #fff !important;
    padding-left: 10px;
  }

  .sliderBox img {
    width: 100%;
  }

  .sliderBox .carousel-indicators li {
    background-color: #F5C51D;
    border-color: #F5C51D;
    transition: width .5s;
  }

  .sliderBox .carousel-indicators li.active {
    width: 36px;
  }

  .crumbs .cent div {
    background: url(../img/icon-crumbs.png) no-repeat;
    padding-left: 30px;
    height: 20px;
    line-height: 20px;
    margin: 20px 0 30px;
    color: #666;
  }

  .crumbs .cent div a {
    color: #666;
  }

  .crumbs .cent div a:hover {
    color: #FF6A06;
  }

  .crumbs .cent div span {
    width: 10px;
    height: 10px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    transform: rotate(45deg);
    display: inline-block;
    margin: 0 5px;
  }

  .banner {
    text-align: center;
    position: relative;
    height: 560px;
    overflow: hidden;
  }

  .banner h1 {
    font-size: 32px;
    color: #fff;
    position: absolute;
    left: 50%;
    transform: translate(-330px, -50%);
    top: 50%;
    margin-top: 30px;
  }

  .banner span {
    font-size: 32px;
    color: #fff;
    position: absolute;
    left: 50%;
    transform: translate(-330px, -50%);
    top: 50%;
    margin-top: 30px;
    display: block;
  }

  .banner img {
    width: 100%;
    position: absolute;
    left: 0;
    top:0;
    height: 100%;
    object-fit: cover;
  }
  .product_banner_main {
    width: 100%;
    max-width: 1160px;
    height: 560px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }

  .product_banner_main .product_banner_content {
    float: left;
    width: 55%;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    text-align: left;

  }

  .product_banner_main .product_banner_content h2.banner_title {
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 40px;
    color: #fff;
    line-height: 60px;
  }

  .product_banner_main .product_banner_content p.banner_des {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: hsla(0, 0%, 100%, .5);
    line-height: 30px;
    text-align: justify;
  }

  .product_banner_main .product_banner_content .detail {
    margin-top: 26px;
  }

  .product_banner_main .product_banner_content .detail a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    width: 120px;
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
    margin-right: 24px;
    text-align: center;
    transition: all .1s linear;
  }

  .product_banner_main .product_banner_content .detail a.button_links_0,
  .product_banner .product_banner_main .product_banner_content .detail a.button_links_1:hover {
    background-color: #ff9306;
    border: 1px solid #ff9306;
    color: #fff;
  }
  .pages {
    padding: 30px 0;
    width: 100%;
    text-align: center;
    clear: both;
  }

  .pages a {
    color: #666;
    padding: 0 15px;
    margin: 0 3px;
    background: #fff;
    border: 1px solid #edebeb;
  }

  .pages * {
    display: inline-block;
    vertical-align: middle;
    line-height: 34px;
    padding-bottom: 1px;
  }

  .pages a:hover,
  .pages .active a {
    display: inline-block;
    color: #fff;
    background: #FF6A06;
    border-color: #FF6A06;
  }
}

@media screen and (max-width: 960px) {
  .mb30 {
    margin-bottom: .3rem;
  }

  .mb50 {
    margin-bottom: .05rem;
  }

  .mb70 {
    margin-bottom: .35rem;
  }

  .phoneHide {
    display: none;
  }

  .phoneShow {
    display: block;
  }

  .nav {
    width: 100%;
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    height: .58rem;
    box-shadow: 0.0 0.0 .2rem #aaa;
    /* border-bottom: 1px solid #dbdbdb; */
  }

  .nav .logo {
    margin: .14rem;
    width: 1rem;
    height: .33rem;
    float: left;
    background: url(../img/logo.png) no-repeat;
    background-size: cover;
  }

  .nav .logo img {
    width: 135% !important;
    max-width: 200%;
    opacity: 0;
  }

  .nav .logoFight {
    float: right;
  }

  .nav .logo_yu {
    display: inline-block;
    width: .62rem;
    height: 27px;
    line-height: 27px;
    text-align: center;
    background: #23d98f;
    font-size: 12px;
    border-radius: 6px;
    color: #fff;
    margin-top: 15px;
  }

  .nav .logo_tel {
    display: inline-block;
    line-height: 25px;
    background: url(../img/icon_tel.png) no-repeat 10px center;
    background-size: .16rem;
    background-color: #00B262;
    font: bold 12px Arial, Helvetica, sans-serif;
    border-radius: 6px;
    color: #fff;
    vertical-align: top;
    margin-top: 15px;
    margin-right: 5px;
    padding: 8px 7px 5px 30px;
  }

  .nav .logo_tel a {
    color: #fff;
  }

  .nav .logoFight img {
    width: 25px;
    height: 27px;
    margin-right: 12px;
    margin-bottom: 2px;
    margin-top: 15px;
  }

  .nav .zhe {
    background: #5f5b5b;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .5;
    z-index: 999;
  }

  .nav .navlist {
    display: none;
    width: 90%;
    height: 100%;
    background: #1f455a;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
  }

  .nav .navlist span {
    display: block;
    width: 100%;
    height: .58rem;
    background: #fff;
  }

  .nav .navlist span img {
    margin: .16rem;
    width: .755rem;
  }

  .nav .navlist .close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    right: 10px;
    transform: rotate(45deg);
  }

  .nav .navlist .close::after {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 9px;
    left: 0;
  }

  .nav .navlist .close::before {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 9px;
  }

  .nav .navlist .close {}

  .nav .navlist ul li {
    width: 100%;
    height: .44rem;
    line-height: .44rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-indent: 15px;
    font-size: .14rem;
    padding-left: .05rem;
  }

  .nav .navlist ul li a {
    color: #fff;
    display: block;
    background: transparent url(../images/arrow02.png.html) no-repeat 96% 13px;
    background-size: 4%;
    position: relative;
  }

  .nav .navlist ul li a::after {
    content: "";
    display: inline-block;
    width: .07rem;
    height: .07rem;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    transform: rotate(225deg);
    position: absolute;
    right: .1rem;
    top: 50%;
    margin-top: -.035rem;
  }

  .nav .navlist ul li:hover {
    background: #12ABFB;
  }

  .sliderBox {
    margin-top: .58rem;
  }

  .sliderBox img {
    width: 100%;
  }

  .sliderBox .carousel-indicators {
    bottom: 0;
  }

  .sliderBox .carousel-indicators li {
    background-color: #F5C51D;
    border-color: #F5C51D;
    transition: width .5s;
    width: .06rem;
    height: .06rem;
    border-radius: .03rem;
    margin: 0;
  }

  .sliderBox .carousel-indicators li.active {
    width: .18rem;
  }

  .newTitle {
    /* border-bottom: 1px solid #dbdbdb; */
    background: url(../img/title-bg.png) repeat-x center;
    background-size: .02rem;
    position: relative;
    height: .65rem;
    line-height: .65rem;
    margin-bottom: 0;
    text-align: center;
  }

  .newTitle h2 {
    font-size: .18rem;
    color: #000;
    background: #f6f6f6;
    text-align: center;
    display: inline-block;
    font-weight: bold;
    padding: 0 .1rem;
  }

  .news-tab {
    text-align: center;
    margin: 0 .08rem .15rem;
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: scroll;
  }

  .news-tab span {
    flex: 1;
    height: .3rem;
    line-height: .3rem;
    text-align: center;
    color: #FF6A06;
    border: 1px solid #FF6A06;
    border-radius: .15rem;
    margin-right: .05rem;
    display: inline-block;
    cursor: pointer;
    background-color: #fff;
    font-size: .12rem;
    font-weight: bold;
  }

  .news-tab span h1 {
    font-size: .08rem;
    line-height: .3rem;
  }

  .news-tab span.active,
  .news-tab span.active a {
    background: #FF6A06;
    color: #fff;
  }

  .news-tab span a {
    color: #FF6A06;
  }

  .news-list-date ul li {
    height: .65rem;
    overflow: hidden;
    margin-bottom: .15rem;
    position: relative;
  }

  .news-list-date ul li a {
    display: flex;
  }

  .news-list-date ul li:last-child {
    margin-bottom: 0;
  }

  .news-list-date ul li .date {
    flex: 0 0 .6rem;
    transition: all .3s;
    height: .65rem;
    background: #E6E6E6;
    border-radius: .08rem;
    text-align: center;
    margin-right: .1rem;
  }

  .news-list-date ul li .date .day {
    font-size: .24rem;
    font-family: MicrosoftYaHei;
    color: #333333;
    margin: .1rem 0 .02rem 0;
  }

  .news-list-date ul li .date .y-m {
    font-size: .07rem;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #666666;
  }

  .news-list-date ul li .ask {
    flex: 0 0 .2rem;
    transition: all .3s;
    text-align: center;
    margin-right: .1rem;
    height: .2rem;
    background: #FF6A06;
    border-radius: .1rem;
    font-size: .09rem;
    color: #fff;
    margin-top: .05rem;
  }

  .news-list-date ul li .content {
    flex: 1;
    overflow:  hidden;
  }

  .news-list-date ul li .content h3 {
    font-size: .14rem;
    font-weight: bold;
    color: #333;
    line-height: 1;
    margin: .075rem 0 .07rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .news-list-date ul li .content p {
    color: #666;
    line-height: .145rem;
    height:  0.29rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .product_banner_main {
    padding: .28rem .18rem;
    background-color: rgba(0, 0, 0, .5);
    position: relative;
    z-index: 2;
  }

  .product_banner_main .product_banner_content {
    padding-bottom: 0;
    width: 100%;
    text-align: left;
  }

  .product_banner_main .product_banner_content h2.banner_title {
    line-height: .18rem;
    margin-bottom: .05rem;
    font-size: .15rem;
    font-weight: 500;
    color: #fff;
  }

  .product_banner_main .product_banner_content p.banner_des {
    color: hsla(0, 0%, 100%, .8);
    line-height: 2;
    font-size: .07rem;
  }

  .product_banner_main .product_banner_content .detail {
    margin-top: .06rem;
    margin-bottom: .1rem;
  }

  .product_banner_main .product_banner_content .detail a {
    margin-right: .05rem;
    width: auto;
    padding: 0 .08rem;
    background-color: #ff9306;
    border: 1px solid #ff9306;
    color: #fff;
    height: .22rem;
    line-height: .22rem;
    border-radius: .02rem;
    display: inline-block;
  }

  /* 问答 */
  .ask-list-date ul li {
    height: .65rem;
    overflow: hidden;
    margin-bottom: .15rem;
    position: relative;
    display: flex;
  }

  .ask-list-date ul li a {
    display: flex;
  }

  .ask-list-date ul li:last-child {
    margin-bottom: 0;
  }

  .ask-list-date ul li .date {
    flex: 0 0 .6rem;
    transition: all .3s;
    height: .65rem;
    background: #E6E6E6;
    border-radius: .08rem;
    text-align: center;
    margin-right: .1rem;
  }

  .ask-list-date ul li .date .day {
    font-size: .24rem;
    font-family: MicrosoftYaHei;
    color: #333333;
    margin: .1rem 0 .02rem 0;
  }

  .ask-list-date ul li .date .y-m {
    font-size: .07rem;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #666666;
  }

  .ask-list-date ul li .ask {
    flex: 0 0 .2rem;
    transition: all .3s;
    text-align: center;
    margin-right: .1rem;
    height: .2rem;
    line-height: .2rem;
    background: #FF6A06;
    border-radius: .1rem;
    font-size: .09rem;
    color: #fff;
    margin-top: .05rem;
  }

  .ask-list-date ul li .content {
    flex: 1;
  }

  .ask-list-date ul li .content h3 {
    font-size: .14rem;
    font-weight: bold;
    color: #333;
    line-height: 1;
    margin: .075rem 0 .07rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .ask-list-date ul li .content p {
    color: #666;
    line-height: .145rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .btn-orange {
    display: block;
    width: 1.2rem;
    height: .3rem;
    line-height: .3rem;
    text-align: center;
    background: #FF6A06;
    border-radius: .32rem;
    color: #fff;
    font-size: .12rem;
    font-weight: bold;
    margin: 0 auto;
    margin-bottom: 0.1rem;
    transition: all 1s;
  }

  .btn-orange:active,
  .btn-orange:hover {
    color: #fff;
  }

  /* 服务客户 */
  .customer {
    margin: 0 .1rem;
  }

  .customer .custom_case ul {
    display: flex;
    flex-wrap: wrap;
  }

  .customer .custom_case ul li {
    flex: 0 0 47.5%;
    overflow: hidden;
    height: .9rem;
    position: relative;
    margin-bottom: .1rem;
  }

  .customer .custom_case ul li:nth-child(even) {
    margin-left: 4%;
  }

  .customer .custom_case ul li img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    border-radius: .08rem;
  }

  .customer .custom_case ul li p {
    height: .2rem;
    line-height: .2rem;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    border-radius: 0 0 0.08rem 0.08rem;
  }

  .contactus {
    background: url(../img/contact-bg.jpg) no-repeat center;
    background-size: cover;
  }

  .contactus .slogan {
    font-size: .16rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: .25rem 0;
  }

  .contactus form {
    margin: 0 auto;
    width: 80%;
    overflow: hidden;
  }

  .contactus form input[type="text"] {
    height: .36rem;
  }

  .contactus form input,
  .contactus form textarea {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    border-radius: .04rem;
    border: 0px;
  }

  .contactus form input.input-name,
  .contactus form textarea.input-name {
    margin-bottom: .1rem;
  }

  .contactus form div {
    margin-bottom: .1rem;
  }

  .contactus form button {
    height: .38rem;
    width: 100%;
    background: #FF6A06;
    border-radius: 4px;
    color: #fff;
    font-size: .14rem;
    font-weight: bold;
    line-height: .38rem;
    border: 0;
    display: block;
    margin: 0 auto .3rem;
  }

  .toolbox {
    position: relative;
    min-height: 327px;
    border-top: 2px solid #ff6a06;
    background: #323E43;
    padding: 0 .1rem .08rem;
  }

  .toolbox::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ff6a06;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-5px);
  }

  .toolbox .cent {
    position: relative;
  }

  .toolbox .slogan {
    font-size: .16rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: .25rem 0;
  }

  .toolbox h2 {
    color: #FF6A06;
    font-weight: normal;
    font-size: .16rem;
    line-height: 1;
    padding: .2rem 0;
    text-align: center;
  }

  .toolbox .minilinkBox {
    display: flex;
    padding-top: .2rem;
    flex-wrap: wrap;
  }

  .toolbox .minilink {
    flex: 0 0 40%;
    margin-right: 10%;
    margin-bottom: .15rem;
  }

  .toolbox .minilink li:first-child {
    font-size: .14rem;
    font-weight: bold;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    margin: 0 0 .12rem;
    line-height: 1;
    padding-bottom: .1rem;
  }

  .toolbox .minilink li {
    line-height: .2rem;
    font-size: .12rem;
  }

  .toolbox .minilink li a {
    color: #fff;
    font-size: .1rem;
  }

  .toolbox .minilink li a:hover {
    color: #FF6A06;
  }

  .toolbox .public_account {
    text-align: center;
  }

  .toolbox .public_account p {
    display: none;
  }

  .toolbox .public_account img {
    border-radius: .03rem;
  }

  .mylink {
    background: #323E43;
    color: #e6e6e6;
    font-size: .1rem;
    padding: 0 .1rem;
    display:  none;
  }

  .mylink .cent {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: .08rem 0;
  }

  .mylink span {
    display: inline-block;
    margin-right: .05rem;
  }

  .mylink span a {
    color: #e6e6e6;
    margin-right: .05rem;
  }

  .mylink span a:hover {
    color: #FF6A06;
  }

  .footer {
    text-align: center;
    color: #e6e6e6;
    line-height: .16rem;
    padding: .02rem .1rem;
    background: #323E43;
    font-size: .1rem;
  }

  .footer::before {
    content: "";
    display: block;
    height: 1px;
    background: rgba(255, 255, 255, .1);
    margin-bottom: .1rem;
  }

  .footer a {
    color: #e6e6e6;
  }

  .crumbs .cent div {
    background: url(../img/icon-crumbs.png) no-repeat;
    background-size: auto .1rem;
    background-position: .025rem 0;
    padding-left: .15rem;
    height: .1rem;
    line-height: .13rem;
    margin: .1rem 0;
    color: #666;
    font-size: .1rem;
  }

  .crumbs .cent div a {
    color: #666;
  }

  .crumbs .cent div a:hover {
    color: #FF6A06;
  }

  .crumbs .cent div span {
    width: .05rem;
    height: .05rem;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    transform: rotate(45deg);
    display: inline-block;
    margin: 0 .025rem;
  }

  .banner {
    text-align: center;
    position: relative;
    margin-top: .58rem;
    margin-bottom: .1rem;
  }

  .banner img {
    width: 100%;
    position: absolute;
    left: 0;
    top:0;
    height: 100%;
    z-index: 1;
  }

  .banner h1 {
    font-size: .16rem;
    color: #fff;
    position: absolute;
    left: 50%;
    transform: translate(-1.65rem, -50%);
    top: 50%;
  }

  .banner span {
    font-size: .16rem;
    color: #fff;
    position: absolute;
    left: 50%;
    transform: translate(-1.65rem, -50%);
    top: 50%;
    display: block;
  }

  .pages {
    padding: .15rem 0;
    width: 100%;
    text-align: center;
    clear: both;
  }

  .pages span,
  .pages a {
    display: inline-block;
    color: #666;
    padding: 0 .075rem;
    margin: 0 .015rem;
    background: #fff;
    border: 1px solid #edebeb;
    font-size: .1rem;
  }

  .pages * {
    display: inline-block;
    vertical-align: middle;
    line-height: .22rem;
    padding-bottom: 1px;
    border-radius: .04rem;
  }

  .pages a:hover,
  .pages span.current,
  .pages .active a {
    display: inline-block;
    color: #fff;
    background: #FF6A06;
    border-color: #FF6A06;
  }
}