@charset "UTF-8";
html {
font-size:14px;
}
body{margin: 0; font-size:14px; line-height:24px;}


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: 'sourcehansans,PingFangSC-Regular,PingFangSC-Light,PingFangSC-Medium,PingFangSC-Medium';
    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: #fff !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;
}



/*通用样式*/
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: 'sourcehansans','PingFangSC-Regular','PingFangSC-Light','PingFangSC-Medium';color:rgba(26, 26, 26, 1);}
code, kbd, pre, samp {font-family: 'sourcehansans,PingFangSC-Regular,PingFangSC-Light,PingFangSC-Medium,PingFangSC-Medium';}
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;
}
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: 'sourcehansans,PingFangSC-Regular,PingFangSC-Light,PingFangSC-Medium,PingFangSC-Medium';}
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: 'sourcehansans,PingFangSC-Regular,PingFangSC-Light,PingFangSC-Medium,PingFangSC-Medium'; 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: 'sourcehansans,PingFangSC-Regular,PingFangSC-Light,PingFangSC-Medium,PingFangSC-Medium';}
a{color:rgba(26, 26, 26, 1);}
/*字母大写*/
.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-arrow{ width:40px; height:40px;background: url(../img/next.svg) center no-repeat; background-size:auto 100% !important; cursor: pointer;
    position: absolute;
    top:50%;margin-top:-20px;
    display: block;
    cursor: pointer;
    color: transparent;
    outline: none;
    z-index:8;
	-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-arrow:hover{background: url(../img/next-hover.svg) center no-repeat !important; background-size:auto 100% !important; }
.slick-prev{left:-0.24rem; -webkit-transform:rotateY(180deg);-ms-transform:rotateY(180deg);}
.slick-next{right:-0.24rem; }

@media  screen and (max-width:1024px){
.slick-arrow{border-radius:5px; width:26px; height:26px;margin-top:-13px;}
.slick-prev{left:-10px; }
.slick-next{ right:-10px;}
}


/* Dots */
.slick-dots{width: 100%; display: flex; justify-content: center; align-items: center; margin-top:0.52rem;}
.slick-dots li{ cursor: pointer; border-radius:0; width:1.1rem; height:3px; margin:0 5px; display:block;
background: rgba(235, 235, 235, 1);}
.slick-dots li button{font-size: 0; display: none;}
.slick-dots li.slick-active{background:#000;}

@media  screen and (max-width:1024px){
.slick-dots{ margin-top:20px;}	
.slick-dots li{ width:16px; height:3px; }
}



@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;}
.pc_show1{ display:inline;}
.ph_show1{ display: none;}
@media screen and (max-width:1024px) {
.pc_show{ display: none;}
.ph_show{ display: block;}
}
@media screen and (max-width:767px) {
.pc_show1{ display: none;}
.ph_show1{ display: inline;}
}

.w100{ width:100%;}
.li2{ width:50%;}
.li3{ width:33.33%;}
.li4{ width:25%;}
.li5{ width:20%;}
.li6{ width:16.66%;}
.fl{ display: flex;}
.fx{ flex-wrap:wrap;}
.center{ text-align: center; justify-content: center;}
.end{ justify-content:space-between;}
.rd{ justify-content: flex-end;}
.z6{ position: relative; z-index: 6;}



.cc{color: rgba(220, 179, 125, 1) !important;}
.c0{ color: #000000;}
.c3{ color: #333333;}
.c4{ color: #444444;}
.c5{ color: #555555;}
.c54{color: #545454;}
.c6{ color: #666666;}
.c9{ color: #999999;}
.white{ color: #fff !important;}
.bold{  font-weight: bold;}

.bg-00{ background: #000;}
.bg-f5{ background:#f5f5f5}


.fs12{ font-size:12px;}
.fs14{ font-size:14px;}


.lh0{ line-height:0;}
.lh1{ line-height:1;}
.lh22{line-height:22px;}
.lh24{line-height:24px;}


.mt17{margin-top:17px;}
.mt20{margin-top:20px;}
.mt42{ margin-top:0.42rem;}	
.mt49{ margin-top:0.49rem;}	
.mt52{ margin-top:0.52rem;}	
.mt55{ margin-top:0.55rem;}
.mt58{ margin-top:0.58rem;}		

.pt52{ padding-top: 0.52rem;}
.pt54{ padding-top: 0.54rem;}
.pt67{ padding-top: 0.67rem;}
.pt75{ padding-top: 0.75rem;}
.pt80{ padding-top: 0.8rem;}
.pt84{ padding-top: 0.84rem;}
.pt92{ padding-top: 0.92rem;}
.pt96{ padding-top: 0.96rem;}
.pt98{ padding-top: 0.98rem;}
.pt100{ padding-top: 1rem;}
.pt106{ padding-top: 1.06rem;}
.pt110{ padding-top: 1.1rem;}
.pt116{ padding-top: 1.16rem;}
.pt124{ padding-top: 1.24rem;}
.pt130{ padding-top:1.3rem;}
.pt135{ padding-top:1.35rem;}
.pt150{ padding-top: 1.5rem;}

.pd95{ padding-bottom: 0.95rem;}
.pd106{ padding-bottom: 1.06rem;}
.pd113{ padding-bottom: 1.13rem;}
.pd120{ padding-bottom: 1.2rem;}
.pd125{ padding-bottom: 1.25rem;}
.pd128{ padding-bottom: 1.28rem;}
.pd130{ padding-bottom: 1.3rem;}
.pd134{ padding-bottom: 1.34rem;}
.pd138{ padding-bottom: 1.38rem;}
.pd141{ padding-bottom: 1.41rem;}
.pd147{ padding-bottom: 1.47rem;}
.pd150{ padding-bottom: 1.5rem;}



@media screen and (max-width:1024px) {	
	
.mt17{margin-top:8px;}	
.mt20{margin-top:8px;}	
.mt42,
.mt49,
.mt52,
.mt55,
.mt58{ margin-top:25px;}	
	
	
.pt52,
.pt54,
.pt67,
.pt75,
.pt80,
.pt84,	
.pt92,
.pt96,
.pt98,
.pt100,
.pt106,
.pt110,
.pt116,
.pt124,
.pt130,
.pt135,
.pt150{ padding-top:35px;}


.pd95,
.pd106,
.pd113,
.pd120,
.pd125,
.pd128,
.pd130,
.pd134,
.pd138,
.pd141,
.pd147,
.pd150{ padding-bottom:40px;}

}

.box05 .size40,
.box05 .info,
.main0 .size40,
.main0 .info,
.case1 .u2 .a .tit1,
.case1 .u2 .a .tit,
.case1 .u2 .a .info,
.list2 .u2 .a .tit1,
.list2 .u2 .a .tit,
.list2 .u2 .a .ifno,
.box03 .tit1,
.box03 .tit,
.list3 .u2 .a .tit1,
.list3 .u2 .a .tit,
.newsList_new .l1 .bt{ overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp:1;}
{ overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp:2;}

.box03 .text,
.newsList_new .l1 .info{ overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp:3;}


._img{ width:100%; display: block; line-height: 0; overflow: hidden; position: relative;}
._img img{ display: block; position: absolute; left: 0; top:0; width:100%; height: 100%; object-fit: cover;
transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}


.btn,
.tit,
.size40,
.t_navs .menu .nli span a::after,
.t_navs .input .img,
.main0 .lh0 img,
.gdyx3 .box .a img,
.gdyx2 .box .sect,
.list9 .li .img img{transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}

.t_navs .menuSub .u1 .l1 a:hover ._img img,
.t_navs .menuSub .u3:hover ._img img,
.box05 ._img:hover img,
.main0:hover .lh0 img,
._hover:hover ._img img,
.spa1 .box .u2 ._img:hover img,
.spa2 .box .u2 ._img:hover img,
.spa2 .box1 .u2 ._img:hover img,
.gdyx3 .box .a:hover img,
.list9 .li:hover .img img{ transform: scale(1.06); -ms-transform: scale(1.06);}


{ transform: scale(0.94); -ms-transform: scale(0.94);}





.size40{
width: 100%; text-align: center;
font-size: 0.4rem;
line-height: 0.5rem;font-weight: 300;
color: rgba(0, 0, 0, 1);
}
.size38{
width: 100%; text-align: center;font-weight: 300;
font-size: 0.38rem;
line-height: 0.48rem;
color:color: rgba(26, 26, 26, 1);
}
.size36{
width: 100%; text-align: center;font-weight: 300;
font-size: 0.36rem;
line-height: 0.46rem;
color:color: rgba(0, 0, 0, 1);
}
.size30{font-weight: 400;
width: 100%; text-align: center;
font-size: 0.3rem;
line-height: 0.4rem;
color: rgba(0, 0, 0, 1);
}
.size26{font-weight: 300;
width: 100%; text-align: center;
font-size: 0.26rem;
line-height: 0.42rem;
color: rgba(62, 62, 62, 1);
}



@media screen and (max-width:767px) {
.size40{ font-size:18px; line-height:28px;}
.size38{ font-size:17px; line-height:27px;}
.size36{ font-size:17px; line-height:27px;}
.size30{ font-size:17px; line-height:27px;}
.size26{ font-size:16px; line-height:26px;}
}



.box05 .left:hover .size40,
.main0 .box:hover .size40,
._hover:hover .tit{ color:#D5AF7B !important;}


{ display: block; position: absolute; left:50%; top:50%; transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%);}


/* 250923end */

/*
 D5AF7B
calc(20px + 0.16rem); 


*/


/*251201start*/

@font-face {
	font-family: 'PingFangSC-Medium';
	src: url('../fonts/PingFang Medium.eot');
	src: local('☺'), url('../fonts/PingFang Medium.woff') format('woff'), url('../fonts/PingFang Medium.ttf') format('truetype'), url('../fonts/PingFang Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'PingFangSC-Regular';
	src: url('../fonts/PingFang Medium.eot');
	src: local('☺'), url('../fonts/PingFang Medium.woff') format('woff'), url('../fonts/PingFang Medium.ttf') format('truetype'), url('../fonts/PingFang Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


/*251201end*/