/*! normalize.css v1.1.0 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 2 */
}

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
    outline: none;
}

body {
    margin: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body a {
    outline: none;
    blr: expression(this.onFocus=this.blur());
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
    text-decoration: none;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:link {
    text-decoration: none;
    outline: none;
    color: #3D3A39;
}

a:visited {
    text-decoration: none;
    outline: none;
    color: #3D3A39;
}

a:hover {
    text-decoration: none;
    outline: none;
    color: #E53203;
}

a:active {
    text-decoration: none;
    outline: none;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 0 0;
}

dd {
    margin: 0 0 0 0;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 0;
    list-style: none;
    list-style-image: none;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0;
    /* 1 */
    -ms-interpolation-mode: bicubic;
    /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0;
    /* 1 */
    padding: 0;
    white-space: normal;
    /* 2 */
    *margin-left: -7px;
    /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%;
    /* 1 */
    margin: 0;
    /* 2 */
    vertical-align: baseline;
    /* 3 */
    *vertical-align: middle;
    /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"],
/* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
    *overflow: visible;
    /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
    *height: 13px;
    /* 3 */
    *width: 13px;
    /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clear {
    display: block !important;
    float: none !important;
    clear: both;
    overflow: hidden;
    width: auto !important;
    height: 0 !important;
    margin: 0 auto !important;
    padding: 0 !important;
    font-size: 0;
    line-height: 0
}

::-webkit-input-placeholder {
    color: #b4b4b4;
}

::-ms-input-placeholder {
    color: #b4b4b4;
}

.clearfix:after {
    content: "";
    overflow: hidden;
    display: block;
    height: 0px;
    clear: both;
}

.dn {
    display: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

html,
body {
    font-family:"Microsoft YaHei", sans-serif;
}

body {
    font-size: 14px;
    line-height: 1.50;
    color: #3D3A39;
    position: relative;
    overflow-x: hidden;
    padding-bottom:1.08rem;
}

a:hover {
    text-decoration: none;
}

em {
    font-style: normal;
}

section {
    background-color: #ffffff;
    padding: 40px 0 60px;
    margin: 0;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.twoline {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.threeline {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.fourline {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.fiveline {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.container {
    width: 1460px;
    margin: 0 auto;
}

.m-t-10 {
    margin-top: .1rem;
}

.m-t-20 {
    margin-top: .2rem;
}

.m-t-30 {
    margin-top: .3rem;
}

.m-t-40 {
    margin-top: .4rem;
}

.m-t-50 {
    margin-top: .5rem;
}

.m-t-60 {
    margin-top: .6rem;
}

.m-t-90 {
    margin-top: .9rem;
}

.m-b-10 {
    margin-bottom: .1rem;
}

.m-b-20 {
    margin-bottom: .2rem;
}

.m-b-30 {
    margin-bottom: .3rem;
}

.m-b-40 {
    margin-bottom: .4rem;
}

.m-b-50 {
    margin-bottom: .5rem;
}

.m-b-90 {
    margin-bottom: .9rem;
}

.p-t-10 {
    padding-top: .1rem;
}

.p-t-20 {
    padding-top: .2rem;
}

.p-t-30 {
    padding-top: .3rem;
}

.p-t-40 {
    padding-top: .4rem;
}

.p-t-50 {
    padding-top: .5rem;
}

.p-t-90 {
    padding-top: .9rem;
}

.p-b-10 {
    padding-bottom: .1rem;
}

.p-b-20 {
    padding-bottom: .2rem;
}

.p-b-30 {
    padding-bottom: .3rem;
}

.p-b-40 {
    padding-bottom: .4rem;
}

.p-b-50 {
    padding-bottom: .5rem;
}

.p-b-90 {
    padding-bottom: .9rem;
}

.text-nowrap-ellipsis,
.text-nowrap-ellipsis-2,
.text-nowrap-ellipsis-3,
.text-nowrap-ellipsis-4,
.text-nowrap-ellipsis-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.text-nowrap-ellipsis {
    -webkit-line-clamp: 1;
}

.text-nowrap-ellipsis-2 {
    -webkit-line-clamp: 2;
}

.text-nowrap-ellipsis-3 {
    -webkit-line-clamp: 3;
}

.text-nowrap-ellipsis-4 {
    -webkit-line-clamp: 4;
}

.text-nowrap-ellipsis-5 {
    -webkit-line-clamp: 5;
}

/*-- iconfont样式 --*/
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';  /* Project id 4111650 */
  src: url('//at.alicdn.com/t/c/font_4111650_9vd1omqdv5a.woff2?t=1690264480308') format('woff2'),
       url('//at.alicdn.com/t/c/font_4111650_9vd1omqdv5a.woff?t=1690264480308') format('woff'),
       url('//at.alicdn.com/t/c/font_4111650_9vd1omqdv5a.ttf?t=1690264480308') format('truetype');
}
  .iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon-gonggong-dianhua:before{
    content:"\e65e";
  }
  .icon-shijian:before{
    content:"\e6c6";
  }
  .icon-yinyong:before{
    content:"\e600";
  }
  .icon-yinyong1:before{
    content:"\e602";
  }
  .icon-sousuo:before{
    content:"\e6d2";
  }
  .icon-guanbi:before{
    content: "\e609";
  }
  .icon-jiantou_xiangyou_o:before{
    content: "\eb94";
  }
  .icon-guanbi-copy:before {
    content: "\e82e";
  }
  
  .icon-daohang:before {
    content: "\e62b";
  }
  
  .icon-right-1:before {
    content: "\e610";
  }
  
  .icon-brush_fill:before {
    content: "\e6e5";
  }
  
  .icon-youjiantou:before {
    content: "\e65b";
  }
  
  .icon-zuojiantou:before {
    content: "\e65c";
  }
  
  .icon-caidan:before {
    content: "\e65d";
  }
  
  .icon-weixin:before {
    content: "\e637";
  }
  
  .icon-weibo:before {
    content: "\e61f";
  }
  
  .icon-douyin:before {
    content: "\e601";
  }
  
  .icon-coordinates:before {
    content: "\e6ec";
  }
  
  .icon-manage:before {
    content: "\e70b";
  }
  
  .icon-select:before {
    content: "\e725";
  }
  
  .icon-tools:before {
    content: "\e762";
  }
  
  .icon-erweima:before {
    content: "\e644";
  }
  
  .icon-dianhua:before {
    content: "\e8ad";
  }
  
  .icon-system-phonebook:before {
    content: "\e668";
  }
  
  .icon-addressbook:before {
    content: "\e6b4";
  }
  
  .icon-mail:before {
    content: "\e6c8";
  }
  
  

@font-face {
    font-family: 'numTxt';
    src:url('../fonts/GOTHIC.TTF');
}

@font-face {
    font-family: 'enTxt';
    src: url('../fonts/DIN-Light.otf');
}

.order-md-2 {
    order: 2 !important;
}

.numTxt {
    font-family: numTxt !important;
    font-style: normal;
}
.enTxt {
    font-family: enTxt !important;
    font-style: normal;
}


/*头部样式*/
.header {
    z-index: 1000;
    height: 120px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: all .5s;
    /* background: -webkit-linear-gradient(rgba(0, 0, 0, .21), rgba(0, 0, 0, 0)); */
    /* background: -moz-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(255, 255, 255, 0) 100%); */
    ;
    /*FireFox*/
    /* background: -o-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(255, 255, 255, 0) 100%); */
    /* Opear */
    /* background: -ms-linear-gradient(rgba(0, 0, 0, .21), rgba(0, 0, 0, 0)); */
    /*IE10及IE10+*/
}

.header.on,.header.active {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 7px 10px rgb(0 0 0 / 6%);
    
}

.header .logoWrap {
    position: relative;
    display: flex;
    align-items: center;
    border-bottom: 1px solid transparent;
    border-color: rgb(255 255 255 / 30%);
}

.header .logoWrap .logoImg {
    width: 180px;
    margin-left: 70px;
    margin-right: 350px;
    padding-right: 70px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid transparent;
    border-color: rgb(255 255 255 / 30%);
}

.header .navMenu {
    opacity: 1.0;
    filter: Alpha(opacity=100);
    transition: all 0.3s;
    -webkit-transition: all .3s;
    -webkit-transform-origin: left center;
    display: flex;
    align-items: center;
    flex: 1;
    margin-right: 30px;
    transform-origin: right center
}
.header .headerMenu {
    position: relative;
    width: 125px;
    height: 120px;
    background: #E53203;
    cursor: pointer;
}
.header .headerMenu:before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background: url("../images/icon-3.png") no-repeat center;
    opacity: 1
}

.header .headerMenu span {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 12;
    display: block;
    transform: rotate(45deg);
    opacity: 0;
    -webkit-transition: all 0.6s ease 0.2s;
    -moz-transition: all 0.6s ease 0.2s;
    -ms-transition: all 0.6s ease 0.2s;
    -o-transition: all 0.6s ease 0.2s;
    transition: all 0.6s ease 0.2s
}

.header .headerMenu span:before {
    width: 2vw;
    height: 2px;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff
}

.header .headerMenu span:after {
    width: 2vw;
    height: 2px;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background: #fff;
    transform: translate(-50%, -50%) rotate(90deg)
}

.header .headerMenu span:hover {
    transform: rotate(-45deg)
}
.header .showOpen {
    opacity: 0;
    filter: Alpha(opacity=0);
    transform: scale3d(0, 0, 0);
    -webkit-transform: scale3d(0, 0, 0);
}

.header .navMenu li {
    float: left;
    position: relative;
    /* width: 130px; */
    flex: 1;
}


.header .navMenu li:first-of-type {
    width: auto;
}

.header .navMenu li .subMenu {
    position: absolute;
    width:100%;
    left: 50%;
    transform: translateX(-50%) scale(0);
    top: 120px;
    /* min-width: 240px; */
    background: rgba(255, 255, 255, 1);
    padding: 10px;
    box-sizing: border-box;
    border-radius: 0px 0px 4px 4px;
    box-shadow: 0px 4px 12px 5px rgb(0 0 0 / 2%);
    display: none;
}
.header .navMenu li .subMenu.big {
    min-width: 240px;
}
.header .navMenu li .subMenu li {
    float: none;
    margin: 0;
    width: auto;

}

.header .navMenu li .subMenu li a {
    font-size: 14px;
    line-height: 36px;
    font-weight: normal;
    color: #8B8B8B;
    text-align: center;
}

.header .navMenu li>a {
    color: #464646;
    display: block;
    line-height: 120px;
    font-size: 16px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
}

.header .navMenu li>a i {
    font-weight: 400;
    display: none;
}

.header .navMenu li.cur a {
    color: #E53203;
}
.header .navMenu li .line {
    position: absolute;
    width: 0;
    height: 5px;
    background: #E53203;
    top: 78px;
    left: 50%;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.header.close .navMenu {
    transform: scale(0)
}

.header.close .headerMenu:before {
    opacity: 0
}

.header.close .headerMenu span {
    opacity: 1
}
.sub-banner {
    width: 100%;
    height: 61vh;
    overflow: hidden;
    position: relative;
	margin-top: .8rem;
}

.sub-banner.banner-xxgk {
    background-image: url(../images/sub-banner-xxgk.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}


.sub-banner .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sub-banner .container h2 {
    margin: 0px;
    color: #fff;
    font-size: .54rem;
    margin-top: .5rem;
}

.sub-banner .container span {
    color: #fff;
    font-size: .16rem;
    text-transform: uppercase;
    /* opacity: .66; */
}

.sub-banner.banner-Detail .container {
    text-align: center;
}

.sub-banner.banner-Detail .container h2 {
    font-size: .36rem;
    margin-top: .5rem;
    font-weight: normal;
    margin-bottom: .1rem;
}

.sub-banner.banner-Detail .container span {
    font-size: .14rem;
}

.fancybox-slide--iframe .fancybox-content {
    width: 10rem !important;
    height: 5.65rem !important;
    margin: 0;
}

/* .header .navMenu li:hover .line{width:16px;margin-left:-8px;} */
@media screen and (min-width:768px) {
    .header .navMenu li:hover .subMenu {
        display: block;
        -webkit-animation: anBox .3s;
        animation: anBox .3s;
        transform: translateX(-50%) scale(1);
    }

    .header .navMenu li:hover .subMenu li {
        float: none;
        margin: 0;
    }

    .header .navMenu li:hover .subMenu li a {
        font-size: 14px;
        line-height: 36px;
        font-weight: normal;
        color: #8B8B8B;
        text-align: center;
    }

    .header .navMenu li:hover .subMenu li a:hover {
        color: #E53203;
    }

}

/* 底部样式 */
.footer {
    background-color: #3C3A3A;
    display: flex;
    flex-direction: column;
}
.footer .footerTop {
    padding: .8rem 0;
}
.footer .footerTop .container {
    display: flex;
    justify-content: space-between;
}
.footer .footerTop .container .fl {
    width: 3.2rem;
}
.footer .footerTop .container .fl .logo {
    width: 1.83rem;
}
.footer .footerTop .container .fl .logo img {
    width: 100%;
}
.footer .footerTop .container .fl .info {
    color: #fff;
    margin: .2rem 0 .66rem 0;
}
.footer .footerTop .container .fl .info p {
    margin: 0;
    padding: 0;
    line-height: .32rem;
    font-size: .16rem !important;
}
.footer .footerTop .container .fl .wx .img{
    width: 1.2rem;
    height: 1.2rem;
    background-color: #fff;
    border-radius: .16rem;
    padding: .1rem;
    box-sizing: border-box;
}
.footer .footerTop .container .fl .wx .img img{
    width: 100%;
    height: 100%;
}
.footer .footerTop .container .fl .wx p{
    margin: 0;
    padding: 0;
    line-height: .32rem;
    color: #fff;
    font-size: .16rem !important;
    text-align: center;
    width: 1.2rem;
}
.footer .footerTop .container .navList {
    /* width: calc(100% - 550px); */
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex:1;
    margin-left:21.4%;
}
.footer .footerTop .container .navList .item {
    font-size: .14rem;
}
.footer .footerTop .container .navList .item h3 {
    margin: 0;
    font-size: .18rem;
    color: #fff;
  font-weight: normal;
}
.footer .footerTop .container .navList .item ul {
    margin-top: .3rem;
}
.footer .footerTop .container .navList .item ul li {
    line-height: .38rem;
}
.footer .footerTop .container .navList .item ul li a {
    color: #C8C9CA;
}
.footer .copyright {
    padding: .2rem 0;
    font-size: 14px;
    display: flex;
    color: #777;
    border-top: 1px solid #2F2F2F;
}

.footer .copyright a {
    color: #777;
}
.footer .copyright .fl a {
    margin-left: 10px;
}
/* 分页 */
.page {
    text-align: center;
}

.page a {
    display: inline-block;
    line-height: 30px;
    margin: 0 5px;
    padding: 0 12px;
    border: 1px solid #e5e5e5;
    color: #666;
}

.pages .tcdPageCode a:hover {
    border-color: #c49c63;
}
.pages{height:auto!important;margin-right:0!important;}
.pages .tcdPageCode a{font-family: enTxt !important;font-size:.18rem;color:#3D3A39;min-width:.56rem!important;line-height: .56rem!important;border:0!important;background:#FAFAFA;height:.56rem;padding:0 .22rem;box-sizing: border-box;margin:0 .05rem;}
.pages .tcdPageCode a.current{background:#E53203!important;}
.pages .tcdPageCode a.disabled{border:none!important;}
.pages .tcdPageCode a:not(.disabled):hover{color:#E53203!important;}
.pages .tcdPageCode a.current:hover{color:#fff!important;}

/* 弹框 */
.modal{position: fixed;top:0;left:0;right:0;bottom:0;background:rgba(38,38,38,.56);z-index:1001;width:100%;display: none;}
.modal .container{position: absolute;top:50%;left:50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);background:#fff;}
.modal .del{padding:.55rem 3.76% .55rem 3.42%;}
.modal .del .top {display: flex;display: -webkit-flex;align-items: center;}
.modal .del .top span{font-size:.47rem;color:#B4B4B5;line-height: .57rem;font-weight: lighter;margin-right:.15rem;}
.modal .del .top p{font-size:.36rem;line-height: .48rem;margin:0;color:#E53203;font-weight: lighter;}
.modal .del .bottom{font-size:.16rem;line-height: .3rem;margin-top:.26rem;}
.modal .poa{font-size:.3rem;color:#A39F9D;right:3.76%;top:.5rem;cursor: pointer;}
.case_del{background:#fff;padding:.5rem 3.42%;display: -webkit-flex;display: flex;justify-content: space-between;}
.case_del .left{width:68.82%;flex-shrink: 0;height:100%;}
.case_del .right{width:29.58%;padding-top:.43rem;}
.case_del .right h2{font-size:.25rem;line-height: .48rem;font-weight:normal;margin:0;position: relative;padding-bottom:.23rem;}
.case_del .right h2:after{content:'';position: absolute;left:0;bottom:0;width:.74rem;height:0;border-top:1px solid #E53203;}
.case_del .right .content{height:2.4rem;overflow-y: scroll;margin-top:.24rem;margin-bottom:.34rem;padding-right:.2rem;}
.case_del .right .content p{font-size:.16rem;line-height: .34rem;margin:0;}
.case_del .right .content::-webkit-scrollbar {
  width: .04rem;background:#F2F2F2;
}
.case_del .right .content::-webkit-scrollbar-thumb {
  border-radius: .04rem;
  background-color: #E53203;
}
.case_del .gallery-thumbs .swiper-slide{margin-bottom: 0!important;border:.03rem solid #fff;box-sizing: border-box;}
.case_del .gallery-thumbs img{height:1.14rem;max-width: none;width:100%;object-fit: cover;}
.case_del .bnts{display: flex;display: -webkit-flex;margin-bottom:.16rem;}
.case_del .prev1{position: static;left:0;margin:0;}
.case_del .next1{position: static;right:0;margin:0;margin-left:.2rem;}
.case_del .gallery-top{}
.case_del .gallery-top .swiper-slide img{height:5.88rem;object-fit: cover;}
.case_del .gallery-thumbs .swiper-slide-thumb-active{border-color:#E53203;}
.prev1,.next1{width:.38rem;height:.38rem;border-radius: 50%;border:1px solid #3D3A39;line-height: .36rem;text-align: center;transition: all .3s;background:none;margin-top:-.25rem;display:flex;align-items:center;justify-content:center;}
.prev1 .iconfont,.next1 .iconfont{font-size:.16rem;opacity: 1;}
.prev1:hover,.next1:hover{border-color: #E53203;}
.prev1:hover .iconfont,.next1:hover .iconfont{color:#E53203;}
.slide {
    position: fixed;
    width: 1.75rem;
    box-shadow: 0 0px .15rem rgba(0, 0, 0, 9%);
    z-index: 100;
    right: .1rem;
    top: 50%;
    margin-top: -204px;
    border-radius: .2rem;
    display: none;
    background-color: #fff;
    overflow: hidden;
    box-sizing: border-box;
}

.slide li {
    display: flex;
    justify-content: center;
}

.slide li.s1 {
    margin: .1rem;
    border: 1px solid #F2F2F2;
    /* padding: .1rem; */
}

.slide li.s1 a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.slide li.s1 a img {
	border-radius: .1rem;
    /* width: 1.13rem;
    height: 1.13rem; */
	
}

.slide li.s1 a p {
    font-size: .14rem;
    font-weight: bold;
    color: #464646;
    padding: 0 .06rem;
    text-align: center;
	
}

.slide li.s1 a p span {
    color: #FF7600;
}

.slide li.toTop {
    background-color: #FF7600;
}

.slide li.toTop a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.slide li.toTop a p {
    margin: .1rem 0;
}

.slide li.toTop a .iconfont {
    margin-right: .05rem;
    font-size: .2rem;
}

.pc-hide {
    display: none;
}

.mb-hide {
    display: block;
}

.bread-crumb {
    height: 80px;
    display: flex;
    align-items: center;
    box-shadow: 0px 7px 10px rgb(0 0 0 / 6%);
    margin-bottom: 20px;
    background-color: #fff;
}

.bread-crumb .nav-list {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bread-crumb .nav-list a {
    margin: 0px 30px;
    padding: 5px 20px;
    background-color: #fff;
    border-radius: 24px;
    color: #989898;
    font-size: 18px;
    transition: all .5s;
}

.bread-crumb .nav-list a:hover,
.bread-crumb .nav-list a.active {
    background-color: #FF7600;
    color: #fff;
}

.common-tit {
    text-align: center;
}

.common-tit h2 {
    font-size: .36rem;
    margin: 0;
    font-weight: normal;
    color: #464646;
}

.common-tit p {
    font-size: .2rem;
    margin: 0;
    color: #E1E1E1;
}

.border-bottom {
    border-bottom: 1px solid #EEEEEE;
}


@keyframes anBox {
    from {
        top: 140px;
        opacity: 0;
    }

    to {
        top: 120px;
        opacity: 1;
    }
}

@-webkit-keyframes anBox {
    from {
        top: 140px;
        opacity: 0;
    }

    to {
        top: 120px;
        opacity: 1;
    }
}

/* toast轻提示样式 */
@keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.toast_box {
    position: fixed;
    bottom: 50%;
    left: 50%;
    z-index: 10;
    transform: translate(-50%, -50%);
    display: none;
}

.toast_box p {
    box-sizing: border-box;
    padding: .1rem .2rem;
    width: max-content;
    /* 提示框的背景色 */
    background: #707070;
    color: #fff;
    font-size: .16rem;
    text-align: center;
    border-radius: .06rem;
    opacity: 0.8;
}

.toliet {
    margin: 0 auto;
}
.title p{
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    color: #B4B4B5;
    font-weight: lighter;
    font-size:.18rem;
    line-height: .2rem;
}
.title h2 {
    margin: 0;
    padding: 0;
    font-size: .4rem;
    line-height: .5rem;
    color: #3D3A39;
    font-weight: lighter;
    margin-top:.1rem;
}
.title span {
    font-size: .3rem;
    line-height: .39rem;
    color: #E53203;
    font-weight: lighter;
    margin-top: .17rem;
    display: block;
}
.details{margin-top:.33rem;}
.details p,.details span{
    font-size: .16rem;
    text-align: justify;
    line-height: .36rem;
    color: #3D3A39;
    margin:0;
}
.xf{position: fixed;z-index:1000;bottom:0;left:0;right:0;padding:.2rem 0;background:#F0F1F2;display:none;}
.xf form{display: flex;display: -webkit-flex;justify-content: space-between;align-items: center;}
.xf form .inputGroup{width:2.9rem;position: relative;}
.xf form .inputGroup p{font-size:.16rem;line-height: .22rem;color:#3D3A39;margin:0;}
.xf form .inputGroup p em{color:#E53203;}
.xf form .inputGroup input,.xf form .inputGroup select{width:100%;height:.35rem;background:#fff;border:0;font-size:.12rem;text-indent: .1rem;margin-top:.1rem;box-sizing: border-box;}
.xf form button{width:1.89rem;height:.68rem;line-height: .68rem;background:#E53203;border:0;font-size:.16rem;color:#fff;}
.xf form .inputGroup select{appearance: none;-webkit-appearance: none;background:url(../images/xia2.png) no-repeat 2.58rem center #fff;background-size: .12rem;padding-right:.3rem;}
@media screen and (max-width: 1500px) {
    .container{width:90%;}
    .header{
        height: 70px;
    }
    .header .logoWrap .logoImg {
        width: 140px;
        margin-left: 50px;
        margin-right: 150px;
        padding-right: 50px;
        height: 70px;
    }
    .header .logoWrap .logoImg {
        height: 70px;
    }
    .header .headerMenu {
        height: 70px;
        width: 100px;
    }
    .header .navMenu {
        margin-right: 24px;
    }
    .header .navMenu li>a {
        line-height: 70px;
    }
    .header .navMenu li .subMenu {
        top: 70px;
    }
   
    .case_del{padding:.3rem;}
    .case_del .gallery-top .swiper-slide img{height:5.14rem;}
    .case_del .right h2 {
      line-height: .4rem;}
    .case_del .right .content{height:2rem;margin-bottom:.2rem;}
   
    .case_del .right{padding-top:.3rem;}
    .case_del .gallery-thumbs img{height:.9rem;}
    .modal .poa{top:.2rem;right:.2rem;}
    .xf form .inputGroup{width:2.4rem;}
    .xf form button{width:1.5rem;}
    .xf form .inputGroup select{background-position: 2.08rem center;}
    @keyframes anBox {
        from {
            top: 90px;
            opacity: 0;
        }
    
        to {
            top: 70px;
            opacity: 1;
        }
    }
    
    @-webkit-keyframes anBox {
        from {
            top: 90px;
            opacity: 0;
        }
    
        to {
            top: 70px;
            opacity: 1;
        }
    }
}
@media screen and (max-width: 1280px){
   .container{width:94%;}
   .footer .footerTop {padding: .5rem 0;}
   .case_del .gallery-top .swiper-slide img{height:4.34rem;}
   .case_del .right{padding-top:.2rem;}
   .case_del .right .content{height:1.5rem;margin-top:.14rem;margin-bottom:.14rem;}
   .footer .footerTop .container .navList{margin-left:11.4%;}
   .xf form .inputGroup{width:2rem;}
   .xf form button{width:1.2rem;}
   .xf form .inputGroup select{background-position: 1.58rem center;}
}
@media screen and (max-width:1100px){
  .header .logoWrap .logoImg {
    margin-left: 20px;
    margin-right: 70px;
    padding-right: 20px; 
}
.header .navMenu li>a{font-size:16px;}
.header .headerMenu{width:80px;}

}
@media screen and (max-width:992px){
  .header .logoWrap .logoImg{margin-right:40px;}
  .xf{display: none;}
  body{padding-bottom:0;}
}
@media screen and (max-width:768px) {
    /* .header {
        background: -webkit-linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
    } */

    .header_info {
        padding: 0;
    }

    .header .logoWrap {
        padding: 0 .2rem;
        
    }
    .header .logoWrap .logoImg {
        border-right: 0px;
        margin-left: .2rem;
        width: 2.3rem;
        margin-right: .2rem;
        padding-right: 0rem;
        height:auto;
    }
    .header .navMenu {
        position: absolute;
        height: 100vh;
        top: 0;
        right: -100%;
        margin-top: 0;
        width: 60%;
        background: #fff;
        float: none;
        overflow-y: scroll;
        padding-top: .5rem;
        box-sizing: border-box;
        z-index: 10;
        flex-direction: column;
        margin-right: 0;
        flex: initial;;
    }
    
    .header .navMenu li {
        float: none;
        width: 100%;
        margin-right: 0;
        flex: inherit;
    }

    .header .navMenu li>a {
        line-height: 1rem;
        font-size: .28rem;
        padding-bottom: 0;
        color: #393939;
    }

    .header .navMenu li.cur a:after {
        display: none;
    }
    .header .close_btn{display: block;position: absolute;font-size:.5rem;right:.3rem;top:.3rem;}
    .header .MbMenuIcon  {
        display: block;
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .header .MbMenuIcon .iconfont {
        font-size: .6rem;
        line-height: 70px;
    }
    .header .navMenu li .subMenu {
        position: relative;
        top: 0;
        border: 0;
        padding: 0;
        transform: translateX(-50%) scale(1);
    }

    .header .navMenu li .subMenu li a {
        font-size: .26rem;
        line-height: .64rem;
    }
.footer .copyright .fl a
    .header .navMenu .close_btn {
        display: block;
        position: absolute;
        right: .2rem;
        top: .2rem;
        font-size: .58rem;
        color: #393939;
        z-index: 2;
    }

    .footer {
     
    }
    .footer .footerTop .container .fl .logo {
        width: 2.8rem;
        margin-bottom: .4rem
    }
    .footer .footerTop .container {
        width: 100%;
    }
    .footer .footerTop .container .fl {
        width: 100%;
        float: none;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .footer .footerTop .container .fl .info {
        text-align: center;
        margin: .2rem 0 .46rem 0;
    }
    .footer .footerTop .container .fl .info p {
        line-height: .45rem;
        font-size: .28rem !important;
    }
    .footer .footerTop .container .fl .wx {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .footer .footerTop .container .fl .wx .img {
        width: 1.8rem;
        height: 1.8rem;
    }
    .footer .footerTop .container .fl .wx p {
        width: 100%;
        margin-top: .2rem;
        font-size:.26rem!important;
    }
    .footer .copyright {
        padding: .2rem 0;
        font-size: .24rem;
    }

    .footer .copyright .fl,
    .footer .copyright .fr {
        width: 100%;
        text-align: center;
    }
    .footer .copyright .fl {
        display: flex;
        flex-direction: column;
    }
    .footer .copyright .fl a {
        margin-left: 0;
    }
    .footer .footerTop .container .navList {
        display: none !important;
    }
    .pc-hide {
        display: block;
    }
    .header .headerMenu{display: none;}
    .mb-hide {
        display: none;
    }

    .header .navMenu .logoImg {
        display: none;
    }

    .sub-banner {
        height: 50vh;
		margin-top: 1.2rem;
    }

    .sub-banner .container h2 {
        font-size: 0.58rem;
    }

    .sub-banner .container span {
        font-size: 0.16rem;
    }

    .sub-banner .container {
        align-items: center;
    }

    .bread-crumb {
        height: 1rem;
    }

    .bread-crumb .nav-list {
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        overflow-x: scroll;
        justify-content: flex-start;
        height: 1rem;
    }

    .bread-crumb .nav-list a {
        margin: 0 .1rem;
        padding: .07rem .2rem;
        background-color: #fff;
        border-radius: .24rem;
        font-size: .28rem
    }


    .fancybox-slide--iframe .fancybox-content {
        width: 100% !important;
        height: 3rem !important;
    }
    .sub-banner.banner-Detail {
        height: 4.5rem !important;
    }
    .details p, .details span {
      font-size: .26rem;
      line-height: .42rem;}
    .case_del{display: block;}
    .case_del .left,.case_del .right{width:100%;}
    .case_del .gallery-top .swiper-slide img{height:auto;}
    .case_del .gallery-thumbs{display: none;}
    .case_del .right .content p {font-size: .26rem;line-height: .44rem;}
    .modal .poa{top:auto;bottom:.4rem;font-size:.48rem;}
    .case_del .right .content{height:2.8rem;margin-top:.2rem;margin-bottom:.2rem;}
    .pages .tcdPageCode a{font-size:.24rem;padding:0 .12rem;}
    .case_del .right h2{font-size:.36rem;line-height: .48rem;}
}