@charset "UTF-8";
html {
font-size:14px;
}
body{margin: 0; font-size:calc(14px + 0.02rem); line-height:calc(24px + 0.02rem);}


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden]{
    display: none;
}

a {
    background-color: transparent;
}

    a:active,
    a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    margin: .67em 0;
    font-size: 2em;
}

mark {
    color: #000;
    background: #ff0;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: 'Noto Sans SC';
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"],
    input[type="radio"] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-appearance: textfield;
    }

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}
legend {
    padding: 0;
    border: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
td,
th {
    padding: 0;
}
@media print {
    *,
    *:before,
    *:after {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

   
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td,
        .table th {
            background-color: #fff !important;
        }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}


table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}

.input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0;
}


/*banner*/
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1319px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1319px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1319px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1319px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1320px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1320px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1320px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1320px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1319px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1320px) {
  .hidden-lg {
    display: none !important;
  }
}

/*通用样式*/
html{ overflow-x:hidden; overflow-y:auto;}
*{ padding:0; margin:0; outline: none;}
ul,ol,li,dl,dd,dt{ list-style-type:none; line-height:normal;}
body, button, input, select, textarea{font-family: 'Noto Sans SC';color:#666666;}
code, kbd, pre, samp {font-family: 'Noto Sans SC';}
address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal;
}
a{ text-decoration:none; 
        transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
-webkit-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: transparent;
}
a:hover{ cursor:pointer;}
img{border:0;max-width: 100%;}
table { border-collapse: collapse; border-spacing: 0; }
h1,h2,h3,h4,h5,h6{ margin:0; font-weight:normal;font-family: 'Noto Sans SC';}
h1{ font-size: calc(12px + 0.24rem);}
h2{ font-size: calc(12px + 0.12rem);}
h3{ font-size: calc(12px + 0.1rem);}
h4{ font-size: calc(12px + 0.06rem);}
h5{ font-size: calc(12px + 0.02rem);}
h6{ font-size: 12px;}
input,table,tr,td{ margin:0; padding:0; border:none;}
p{ margin: 0; padding: 0;}
button,table{ border:none; background:none; margin:0; padding:0;}
select{ margin:0; padding:0;font-family: 'Noto Sans SC'; outline: none;}
textarea{ border: 0; background: none; resize: none; outline: 0;}
input{ outline: 0; border: 0; background: none;}
button{ outline: none; border: 0; background: none;} 
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}
i{font-style:normal;}
.elli{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.clearfix:after{content:'';display:block;height:0;overflow:hidden;clear:both;zoom:1;}
*{font-family: 'Noto Sans SC';}
a{color:#666666;}
/*字母大写*/
.D1{text-transform:uppercase;}
/*字母小写*/
.D2{text-transform:lowercase;}
/*字母首字母大写*/
.D3{text-transform:capitalize;}
.container{ /* padding-right:15px; padding-left:15px; */ margin-right: auto; margin-left: auto;}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    min-height: 1px;
    outline: 0;

}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    /*display: block;*/
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Slider */
.slick-loading .slick-list
{
    background: #fff center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px; margin-top: -25px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index:10; background-size:100% 100% !important;
	-webkit-transition: all 0.5s ease-out 0s; 
	-moz-transition: all 0.5s ease-out 0s; 
	-o-transition: all 0.5s ease-out 0s; 
	transition: all 0.5s ease-out 0s;  
}
.slick-prev{left:0; transform: rotateY(180deg);-ms-transform: rotateY(180deg);  }
.slick-next{ right:0;}

@media  screen and (max-width:1024px){
.slick-prev,
.slick-next
{
    width: 30px;
    height: 30px; margin-top: -15px;
}

}





/* Dots */
.slick-dots{width: 100%; display: flex; justify-content: center;}
.slick-dots li{display: flex; width:14px; height:14px; border-radius: 50%; margin:0 5px; background: #bcbcbc; }
.slick-dots li button{font-size: 0;}
.slick-dots li.slick-active{ background:#c00901;}

@media  screen and (max-width: 1024px){
.slick-dots li{width:10px; height:10px;}
	
}

@media screen (max-device-width: 320px){body{-webkit-text-size-adjust:none}}
@media screen (max-device-width: 480px){body{-webkit-text-size-adjust:none}}
@media only screen (-webkit-min-device-pixel-ratio: 2){body{-webkit-text-size-adjust:none}}
@media only screen (min-device-width: 768px) and (max-device-width: 1243px){body{-webkit-text-size-adjust:none}}




body {padding-bottom: constant(safe-area-inset-bottom);padding-bottom: env(safe-area-inset-bottom);}


.pc_show{ display: block;}
.ph_show{ display: none;}
.w100{width: 100%; }
.center{ text-align: center; justify-content: center;}
.end{ justify-content: space-between;}
.fl{ display: flex;}
.fx{ flex-wrap: wrap;}
.li2{ width:50%;}
.li3{ width:33.33%;}
.li4{ width:25%;}
.li5{ width:20%;}
.li6{ width:16.66%;}
.hidden{ overflow: hidden;}



.cc{ color: #ffd8b2 !important;}
.c0{ color: #000000;}
.c14{ color: #141414 !important;}
.c3{ color: #333333;}
.c6{ color: #666666;}
.white{ color: #fff !important;}
.bold{ font-weight: bold;}
.z6{ position: relative; z-index:6;}
.upp{ text-transform: uppercase;}

.bg-18{ background: #182941;}
.bf-7e{ background: #7e0401; }
.bf-78{ background: #785640; }
.bf-7c{ background: #7c7d7b;}
.bf-eb{ background: #ebebeb;}
.bf-e5{ background: #e5e0da;}


.fs12{ font-size:12px;}
.fs14{ font-size:14px;}

.lh0{ line-height:0;}
.lh1{ line-height:1;}


@media (max-width: 1024px){
.pc_show{ display: none;}
.ph_show{ display: block;}


}


.mt30{ margin-top:30px;}
.mt47{ margin-top:47px;}
.mt55{ margin-top:0.55rem;}
.mt65{ margin-top:0.65rem;}
.mt82{ margin-top:0.82rem;}
.mt85{ margin-top:0.85rem;}
.mt90{ margin-top:0.90rem;}
.mt95{ margin-top:0.95rem;}
.mt100{ margin-top:1rem;}
.mt110{ margin-top:1.1rem;}
.mt145{ margin-top:1.45rem;}


.pt72{ padding-top: 0.72rem;}
.pt80{ padding-top: 0.8rem;}
.pt92{ padding-top: 0.92rem;}
.pt100{padding-top:1rem;}
.pt110{padding-top:1.1rem;}
.pd118{padding-top:1.18rem;}
.pt120{padding-top:1.2rem;}
.pt136{padding-top:1.36rem;}
.pt140{padding-top:1.4rem;}
.pt142{padding-top:1.42rem;}
.pt148{padding-top:1.48rem;}
.pt155{padding-top:1.55rem;}
.pt160{padding-top:1.6rem;}
.pt169{padding-top:1.69rem;}
.pt175{padding-top:1.75rem;}
.pt180{padding-top:1.80rem;}
.pt188{padding-top:1.88rem;}
.pt193{padding-top:1.93rem;}
.pt196{padding-top:1.96rem;}
.pt200{padding-top:2rem;}
.pt240{padding-top:2.4rem;}
.pt266{padding-top:2.66rem;}
.pt285{padding-top:2.85rem;}
.pt308{padding-top:3.08rem;}


.pd80{ padding-bottom:0.8rem;}
.pd108{ padding-bottom:1.08rem;}
.pd120{ padding-bottom:1.2rem;}
.pd142{ padding-bottom:1.42rem;}
.pd145{ padding-bottom:1.45rem;}
.pd153{ padding-bottom:1.53rem}
.pd157{ padding-bottom:1.57rem}
.pd170{padding-bottom:1.7rem;}
.pd174{padding-bottom:1.74rem;}
.pd180{padding-bottom:1.8rem;}
.pd184{padding-bottom:1.84rem;}
.pd190{padding-bottom:1.9rem;}
.pd205{padding-bottom:2.05rem;}
.pd208{padding-bottom:2.08rem;}
.pd210{padding-bottom:2.1rem;}
.pd214{padding-bottom:2.14rem;}
.pd246{padding-bottom:2.46rem;}
.pd262{padding-bottom:2.62rem;}
.pd268{padding-bottom:2.68rem;}
.pd235{padding-bottom:2.35rem;}
.pd300{padding-bottom:3rem;}
.pd512{padding-bottom:5.12rem;}
.pd530{padding-bottom:5.3rem;}

@media (max-width: 1024px){
	
.mt47{ margin-top:20px;}	
.mt55{ margin-top:20px;}
.mt65,
.mt82,
.mt85,
.mt90,
.mt95,
.mt100,
.mt110,
.mt145{ margin-top:25px;}

.pt72,
.pt80,
.pt92,
.pt100,
.pt110,
.pd118,
.pt120,
.pt136,
.pt140,
.pt142,
.pt148,
.pt160,
.pt155,
.pt169,
.pt175,
.pt180,
.pt188,
.pt193,
.pt196{ padding-top:35px;}

.pt200,
.pt240,
.pt266,
.pt285,
.pt308{ padding-top:40px;}

.pd80,
.pd108,
.pd120,
.pd142,
.pd145,
.pd153,
.pd157,
.pd170,
.pd174,
.pd180,
.pd184{ padding-bottom:35px;}

.pd205,
.pd208,
.pd210,
.pd214,
.pd246,
.pd262,
.pd235,
.pd268,
.pd300,
.pd512,
.pd530{ padding-bottom:40px;}



}


.size139{width: 100%; text-align: center; text-transform: uppercase; color:rgba(0,0,0,0.1); font-weight: bold; font-size:1.39rem; line-height:1;}
.size51{ width: 100%; text-align: center; color: #ffd97f; font-weight: bold; font-size:0.51rem; line-height:0.61rem;}
.size50{ width: 100%; text-align: center; color: #8e5e30; font-weight: bold; font-size:0.50rem; line-height:0.60rem;}
.size50 .s{ font-size:0.24rem;}
.size44{width: 100%; text-align: center; color: #8e5e30; font-weight: bold; font-size:0.44rem; line-height:0.54rem; }
.size42{width: 100%; text-align: center; color: #ffd8b2; font-weight: bold; font-size:0.42rem; line-height:0.52rem; }
.size40{ width: 100%; text-align: center; color: #454545; font-weight: bold; font-size:0.40rem; line-height:0.50rem; }
.size39{ width: 100%; text-align: center; color: #ad0401; font-weight: bold; font-size:0.39rem; line-height:0.49rem; text-shadow:7px 9px 16px rgba(0,0,0,0.1);}
.size26{ width: 100%; text-align: center; color: #ad0401; font-weight: bold; font-size:0.26rem; line-height:0.34rem; margin-top: 5px; }
.size36{ width: 100%; text-align: center; color: #454545; font-weight: bold; font-size:0.36rem; line-height:0.46rem; }

@media (max-width: 1024px){
.size139{ font-size:36px; line-height:1;}	
.size51{ font-size:25px; line-height:35px;}
.size50{ font-size:24px; line-height:34px;}
.size50 .s{ font-size:15px;}	
.size44{font-size:22px; line-height:32px;}
.size42{font-size:21px; line-height:31px;}
.size40{font-size:20px; line-height:30px;}
.size39{font-size:19px; line-height:29px; text-shadow:3px 4px 8px rgba(0,0,0,0.1);} 
.size26{font-size:16px; line-height:24px; } 
.size36{font-size:18px; line-height:28px;}
}


.list01 .u2 .a .tit,
.list08 .u2 .a .tit2,
.list10 .u2 .a .tit,
.list27 .li .a .tit,
.list26 .li .tit1,
.list20 .u2 .a .tit,
.list15 .a .tit,
.z_news_list .list .dot,
.list16 .u2 .a .tit{ overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp:1;}
.list08 .u2 .a .p,
.list15 .a .p{ overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp:2;}
.list01 .u2 .a .p{ overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp:3;}


{ color: #238EBD;}

._img img,
.list02 .ico,
.list02 .cont,
.list07 .u2 .a .tit,
.list18 .u2 .li,
.news-item .news-image img,
.list06 .u2 .a .more img,
.list07 .u2 .a .ico{-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;  }

._img{ display: block; width:100%; line-height: 0; overflow: hidden; position: relative;}
._img img{ display: block; position: absolute; left: 0; top:0; width:100%; height: 100%; object-fit: cover;}

._hover:hover ._img img,
.news-item:hover .news-image img{transform: scale(1.06); -ms-transform: scale(1.06);}


{ display: block; position: absolute; left:50%; top:50%; transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%);}


@font-face {
    font-family: 'NotoSans-Bold';
    src: url('https://otheross1.oss-cn-hangzhou.aliyuncs.com/linshi/Noto_Sans/NotoSans-Bol.eot');
    src: url('https://otheross1.oss-cn-hangzhou.aliyuncs.com/linshi/Noto_Sans/NotoSans-Bol?#iefix') format('embedded-opentype'),
         url('https://otheross1.oss-cn-hangzhou.aliyuncs.com/linshi/Noto_Sans/NotoSans-Bol.woff') format('woff'),
         url('https://otheross1.oss-cn-hangzhou.aliyuncs.com/linshi/Noto_Sans/NotoSans-Bol.ttf') format('truetype'),
         url('https://otheross1.oss-cn-hangzhou.aliyuncs.com/linshi/Noto_Sans/NotoSans-Bol.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

.size40,
.size42,
.size48,
.size50,
._title1 .size140,
.jj155 .tit1,
.form2 .title,
.case-tit1,
.index-banner .btn1 a,
.index-banner .t1,
.section-title,
.contact1 .title,
.stats-title,
.page-title h1,
.news-title,
.z_news_list .list time,
.z_news_list .list .t{font-family: 'NotoSans-Bold';}