/* Write your styles */
ul,li,dl,dt,dd,h1,h2,h3,p,em{ font-style:normal; list-style:none; margin:0; padding:0;}
a{text-decoration: none;transition: all .1s linear; color:#444;}
a:hover{color:var(--themeColor);}
img,video{ max-width:100%;}
.am-container{max-width: 1230px;}
.am-alert-danger{ width:100%; position:fixed; left:0; top:0; margin:0;}

.arccontent .selectTdClass{background-color:#edf5fa !important}
.arccontent table.noBorderTable td,.arccontent table.noBorderTable th,.arccontent table.noBorderTable caption{border:1px dashed #ddd !important}
.arccontent table{margin-bottom:10px;border-collapse:collapse;display:table; width:100% !important;}
.arccontent td,.arccontent th{padding: 5px 10px !important;border: 1px solid #DDD;line-height:1.4;}
.arccontent caption{border:1px dashed #DDD;border-bottom:0;padding:3px;text-align:center;}
.arccontent th{border-top:1px solid #BBB;background-color:#F7F7F7;}
.arccontent table tr.firstRow th{border-top-width:2px;}
.arccontent .ue-table-interlace-color-single{ background-color: #fcfcfc; }
.arccontent .ue-table-interlace-color-double{ background-color: #f7faff; }


html{font-size: 62.5%;}

body {
    font-family: "HarmonyOs Sans SC","Noto Sans SC","Segoe UI","Lucida Grande",Helvetica,Arial,"Microsoft YaHei",FreeSans,Arimo,"Droid Sans","wenquanyi micro hei","Hiragino Sans GB","Hiragino Sans GB W3",FontAwesome,sans-serif;
}

.animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/* 全局 css 变量 */
:root{
    --themeColor: #a61f24;
    --themeColor2: #f0cb00;
    --themeColor3: #b71f22;

}
/* #0f6ff9  #2d73f0*/

/* 全局样式 */
/* [class*=am-u-] { padding-left: 0; padding-right: 0; } */

.all-pd{padding: 10rem 0;}
.all-pb{padding-bottom: 10rem;}
.all-pt{padding-top: 10rem;}

.all-mr{margin: 20px 0;}

.themeColor{color: var(--themeColor)!important;}
.colorWhite{color: #fff!important;}
.all-title-box{position: relative;}
.all-title-box::before{content: "";width: 1.2rem;height: 1.2rem;background-color: var(--themeColor2);position: absolute;top: 1.4rem;left: -2.2rem;}
.all-title-box .row{display: flex;align-items: baseline;}
.all-title-box .title{font-size: 4rem;color: var(--themeColor);font-weight: bold;color: #333;white-space: nowrap;line-height: 1;}
.all-title-box .subtitle{font-size: 1.6rem;color: #999;white-space: nowrap;}
.all-title-box .entitle{font-size: 2.2rem;color: #666;white-space: nowrap;line-height: 1;margin-top: 1.6rem;}
/* .all-title-box .entitle::first-letter { color: var(--themeColor); } */
.img100{width: 100%;}

.order1{order: 1;}

.ohide{overflow: hidden;}
.ju-start{justify-content: flex-start!important;height: 90px;}

.c5{transition: all .5s;}
.c1{transition: all 1s;}
.position-re{position: relative!important;}
.line-clamp-1,.line-clamp-2,.line-clamp-3,.line-clamp-4,.line-clamp-5,.line-clamp-6{overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;}
.line-clamp-1{-webkit-line-clamp: 1;}
.line-clamp-2{-webkit-line-clamp: 2;}
.line-clamp-3{-webkit-line-clamp: 3;}
.line-clamp-4{-webkit-line-clamp: 4;}
.line-clamp-5{-webkit-line-clamp: 5;}
.line-clamp-6{-webkit-line-clamp: 6;}
.text-wrap {white-space: pre-wrap;white-space: -moz-pre-wrap;white-space: -pre-wrap;white-space: -o-pre-wrap;word-wrap: break-word;}
/* ::-webkit-scrollbar  {  width: 6px;   height: 6px;  background-color: #F5F5F5;  }  */
/*定义滚动条轨道 内阴影+圆角*/
/* ::-webkit-scrollbar-track  {  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);  border-radius: 10px;  background-color: #F5F5F5;  }   */
/*定义滑块 内阴影+圆角*/
/* ::-webkit-scrollbar-thumb  {  border-radius: 10px;  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);  background-color:#8fc31f;  } */

.ty-btn{width: 18rem;height: 6.5rem;line-height: 6.5rem;border-radius: .6rem;background: var(--themeColor);display: block;color: #fff;font-size: 2rem;position: relative;text-align: center;border: none; }

.ty-btn::before, .ty-btn::after { content: ''; position: absolute; right: 0; top: 0; background: var(--themeColor);  }
.ty-btn::before { height: 0%; width: 2px; }
.ty-btn::after { width: 0%; height: 2px; }
.ty-btn:hover { background: transparent; }
.ty-btn:hover::before { height: 100%; transition: all 0.5s ease;}
.ty-btn:hover::after { width: 100%; transition: all 0.5s ease;}
.ty-btn > span { display: block; }
.ty-btn:hover > span { color: var(--themeColor); transition: all 0.5s ease;}
.ty-btn:hover > span::before { height: 100%; transition: all 0.5s ease;}
.ty-btn:hover > span::after { width: 100%; transition: all 0.5s ease;}
.ty-btn > span::before, .ty-btn > span::after { content: ''; position: absolute; left: 0; bottom: 0; background: var(--themeColor);  }
.ty-btn > span:before { width: 2px; height: 0%; }
.ty-btn > span:after { width: 0%; height: 2px; }

.ty-subtitle{ font-size: 4rem; color: #333; font-weight: 500;line-height: 6rem;letter-spacing: -0.05rem; }
.ty-hover-box{overflow: hidden;}
.ty-hover-box img{transition: all .5s ease-out;}
.ty-hover-box:hover img{transform: scale(1.1);}

/* ty-more */
.ty-more{display: flex;align-items: center;}
.ty-more .icon{width: 4.8rem;height: 4.8rem;border: 1px solid #fff;border-radius: 100%;display: flex;justify-content: center;align-items: center;transition: all .5s;}
.ty-more .icon svg{transition: all .5s;}
.ty-more .tt{font-size: 1.6rem;color: #fff;padding-left: 1rem;}
.ty-more:hover .icon svg{transform: rotate(45deg);}

/* header */
header{position: relative;}
.header{position: fixed;width: 100%;height: auto;top: 0;left: 0;z-index: 999;transition: all .5s;}
.header.ny-header{
    position: relative;top: 8rem;margin-top: -8rem;
}
.header:hover{background: #fff;}
.header::after{ content: ''; width: 100%;height: 1px;background: #e7ecf3; position: absolute;top: 8rem;left: 0; }
.header .main{}
.header .main .sm-top{display: none;}
.header .main .sm-top .top-logo img{height: 2.1rem;}
.header .main .top-menu{}
.header .main .top-menu ul{display: flex;justify-content: space-between;}
.header .main .top-menu ul li{margin: 0 3.5rem;}
.header .main .top-menu ul li .a{font-size: 1.6rem;white-space: nowrap;color: #fff;line-height: 8rem;display: block;text-align: center;position: relative;}
.header .main .top-menu ul li .a::after{content: '';position: absolute;width: 0%;height: 3px;left: 50%;bottom: 0px;transform: translate(-50%,1px);background: var(--themeColor);transition: all .5s ease-out;z-index: 200;margin-top: -1px;}
/* .header .main .top-menu ul li.on .a::after{width: 100%;} */
.header .main .top-menu ul li:hover .a::after{width: 100%;}

.header .main .top-logo{display: flex;align-items: center;height: 8rem;}
.header .main .top-logo .def{display: block;}
.header .main .top-logo .act{display: none;}

.submenu-bg{display: none;padding-bottom: 2rem;position: relative;}
.submenu-bg .suba{display: block;font-size: 1.4rem;color: #333;text-align: center;font-weight: 300;line-height: 1;margin: 2rem 0;}
.submenu-bg .suba:hover{color: var(--themeColor);}
.header .main .top-menu ul li:hover .submenu-bg{display: block;}

.header:hover .main .top-menu ul li .a{color: #333;}
.header:hover .main .top-logo .def{display: none;}
.header:hover .main .top-logo .act{display: block;}

.header.down{background: #fff;}
.header.down .main .top-logo .def{display: none;}
.header.down .main .top-logo .act{display: block;}
.header.down .main .top-menu ul li .a{color: #333;}

.header.ny{background: #fff;position: relative;margin: 0;top: 0;}
.header.ny .main .top-logo .def{display: none;}
.header.ny .main .top-logo .act{display: block;}
.header.ny .main .top-menu ul li .a{color: #333;}

/* .down .sm-top-search img{filter: invert(80%);} */
.header.down .bar-line{background-color: #333;}
.header:hover .bar-line{background-color: #333;}

/* sm-menubar */
.sm-menubar{cursor: pointer;display: none;}
.bar-line{width: 26px;height: 2px;background-color: #333;margin: 6px;}
.bar-line-top{transition: all .5s;}
.bar-line-center{opacity: 1;}
.bar-line-bottom{transition: all .5s;}
.on .bar-line-top{ -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); -webkit-transform-origin: 8%; -ms-transform-origin: 8%; -o-transform-origin: 8%; transform-origin: 8%; }
.on .bar-line-center{opacity: 0;}
.on .bar-line-bottom{ -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-transform-origin: 8%; -ms-transform-origin: 8%; -o-transform-origin: 8%; transform-origin: 8%; }
@media screen and (max-width:1024px) {
    .sm-menubar {display: block;}
    .header .top-logo{display: flex!important;align-items: center;justify-content: space-between;}
}

/* sm menu */
.sm-menubg{width: 100%;height: 100%;background-color: #333333;opacity: .5;position: fixed;top: 0;left: 0;z-index: 1000;display: none;}
.sm-menu{width: 70%;height: 100%;background-color: #FFFFFF;position: fixed;top: 0;left: -70%;z-index: 1001;transition: all .5s;overflow-y: auto;overflow-x: hidden;box-shadow: 1px 1px 1px #9f9f9f80;}
.sm-menu nav{}
.sm-menu nav ul{overflow: hidden;padding-bottom: 70px;}
.sm-menu nav ul li{border-bottom: 1px solid #EEEEEE;position: relative;background-color: #FFFFFF;}
.sm-menu nav ul li:first-child{border-top: 1px solid #EEEEEE;}
.sm-menu nav ul li a{display: flex;margin: 0 40px;padding: 15px 0;font-size: 16px;align-items: center;}
.sm-menu nav ul li a img{margin-right: 5px;display: none;}
.sm-menu nav ul .on a img{display: block;}
.sm-menu nav ul li .down{position: absolute;top: 0;right: 0;width: 40px;height: 100%;padding-top: 13px;text-align: center;cursor: pointer;}
.sm-menu nav ul li .down i{transition: all .3s;transform: rotate(-90deg);font-size: 16px;}
.sm-menu nav ul li .rotate i{transition: all .3s;transform: rotate(0deg);}
.sm-menu nav ul .on a{color: var(--themeColor);}
.sm-menu nav ul li .sub{position: relative;display: none;transition: all .5s;}
.height-o{height: 0;}
.height-auto{height: auto;}
.sm-menu nav ul li .sub a{font-size: 14px;margin: 0;padding: 10px 0 10px 55px;}
.sm-menu nav ul .on .sub a{color: #666666;}
.sm-menu nav ul .on .sub a:hover{color: var(--themeColor);}


/* banner */
.banner{position: relative;}
.banner-swiper{position: relative;}
.banner-swiper .item{position: relative;}
.banner-swiper .item .img-box{position: relative;overflow: hidden;}
.banner-swiper .item .img-box img{width: 100%;min-height: 400px;height: 100%;object-fit: cover;}
.banner-swiper .item .cont-box{position: absolute;width: 100%;z-index: 10;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.banner-swiper .item .cont-box h1{font-size: 6.8rem;color: #fff;font-weight: 300;letter-spacing: .4em;margin-left: 3rem;}

@-webkit-keyframes banner_outside{from{-o-transform:scale(1.1);transform:scale(1.1)}
to{-o-transform:scale(1);transform:scale(1)}}
@-moz-keyframes banner_outside{from{-o-transform:scale(1.1);transform:scale(1.1)}
to{-o-transform:scale(1);transform:scale(1)}}
@-o-keyframes banner_outside{from{-o-transform:scale(1.1);transform:scale(1.1)}
to{-o-transform:scale(1);transform:scale(1)}}
@keyframes banner_outside{from{-o-transform:scale(1.1);transform:scale(1.1)}
to{-o-transform:scale(1);transform:scale(1)}}

/* about */
.about{position: relative;margin-top: 17px;}
.about .main{position: relative;}
.about .main .item{position: relative;}
.about .main .item .img-box{overflow: hidden;}
.about .main .item .img-box img{width: 100%;object-fit: cover;min-height: 400px;}
.about .main .item.animated .img-box img{-webkit-animation: banner_outside 7s ease 1 forwards;-moz-animation: banner_outside 7s ease 1 forwards;-o-animation: banner_outside 7s ease 1 forwards;animation: banner_outside 7s ease 1 forwards;}
.about .main .item .cont-box{position: absolute;top: 0;left: 50%;transform: translateX(-50%);height: 100%;display: flex;align-items: center;}
.about .main .item .cont-box .cont{color: #fff;}
.about .main .item .cont-box .cont .t1{font-size: 3.8rem;font-weight: 500;font-family: "思源宋体";margin-bottom: 1rem;letter-spacing: .2rem;}
.about .main .item .cont-box .cont .t2{font-size: 5.8rem;font-weight: 500;font-family: "思源宋体";letter-spacing: .3rem;}
.about .main .item .cont-box .cont .t3{font-size: 2.2rem;color: rgba(255, 255, 255, .5);text-transform: uppercase;margin-top: .5rem;letter-spacing: .1rem;}
.about .main .item .cont-box .cont .t4{font-size: 1.4rem;line-height: 3.2rem;max-width:485px;text-align: justify;margin-top: 7rem;}

.about .main .bottom{position: absolute;bottom: 9rem;width: 100%;left: 50%;transform: translate(-50%);}
.about .main .bottom-main{display: flex;justify-content: space-between;align-items: center;}

.about .main .bottom .btn{width: 15.2rem;height: 4.8rem;border-radius: 2.4rem;border: 1px solid rgba(255, 255, 255, .5);display: flex;justify-content: center;align-items: center;}
.about .main .bottom .btn *{transition: all .5s ease-out;}
.about .main .bottom .btn span{font-size: 1.4rem;color: rgba(255, 255, 255, .5);padding-right: 1rem;}
.about .main .bottom .btn i{font-size: 1.8rem;color: rgba(255, 255, 255, .5);line-height: 1;margin-top: -.1rem;}
.about .main .bottom .btn:hover{border-color: #fff;}
.about .main .bottom .btn:hover span{color: #fff;}
.about .main .bottom .btn:hover i{color: #fff;transform: translateX(.8rem);}
.about .main .bottom .nav{display: flex;}
.about .main .bottom .nav li{width: 7.4rem;border-bottom: .2rem solid rgba(255, 255, 255, .5);font-size: 1.4rem;color: rgba(255, 255, 255, .5);font-weight: 500;text-align: right;margin-left: 5px;cursor: pointer;}
.about .main .bottom .nav li.on{color: #fff;border-color: #fff;}

/* 初心 */
.zmcx{background: #e2ddd9;position: relative;margin-top: 1.6rem;}
.zmcx .main{position: relative;}
.zmcx .main .title{}
.zmcx .main .img-box{overflow: hidden;}
.zmcx .main .img-box img{width: 100%;min-height: 300px;object-fit: cover;}
.zmcx .main .cont-box{width: 100%;height: 100%;position: absolute;top: 0;left: 0;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.zmcx .main .cont-box .title{
    font-size: 3.8rem;color: #000;font-weight: initial;text-align: center;position: relative; letter-spacing: .1rem;
}
.zmcx .main .cont-box .subtitle{font-family: "思源宋体"; font-size: 7.8rem;color: var(--themeColor);font-weight: bold;letter-spacing: .3em;padding: 5.3% 0 4.2%;}
.zmcx .main .cont-box .entitle{font-size: 1.8rem;color: #666;font-weight: initial;letter-spacing: .2em;line-height: 3.2rem;text-align: center;}

@media screen and (max-width:1024px) {
    .zmcx .main .cont-box .title{font-size: 2.8rem;}
    .zmcx .main .cont-box .subtitle{font-size: 3.8rem;}
    .zmcx .main .cont-box .entitle{font-size: 1.4rem;}
}

/* 国潮品牌 */
.gcpb{position: relative;background: #e2ddd9;}
.gcpb .main{}
.gcpb .main .title{font-family: "思源宋体";font-size: 5.8rem;font-weight: bold;color: var(--themeColor);text-align: center;}
.gcpb .main .note{text-align: center;font-size: 2rem;color: #333;font-weight: 300;margin: 6.5rem 0 7.5rem;line-height: 3.8rem;}
.gcpb .main .list{display: flex;justify-content: center;align-items: center;}
.gcpb .main .list .item{display: flex;align-items: center;flex-shrink: 0;cursor: pointer;}
.gcpb .main .list .item .icon-box{width: 14rem;height: 14rem;border-radius: 100%;border: 2px solid #b3b3b3;display: flex;justify-content: center;align-items: center;}
.gcpb .main .list .item .icon-box img{width: 6.5rem;}
.gcpb .main .list .item .icon-box .def{display: block;}
.gcpb .main .list .item .icon-box .act{display: none;}
.gcpb .main .list .item .text-box{line-height: 1;padding: 0 4.5rem;}
.gcpb .main .list .item .text-box .t1{font-size: 2.027rem;color: #b3b3b3;margin-bottom: .9rem;}
.gcpb .main .list .item .text-box .t2{font-size: 1.689rem;color: #b3b3b3;display: flex;justify-content: space-between;align-items: center;}
.gcpb .main .list .item .text-box .t2 .sjx{font-size: 1.4rem;}
.gcpb .main .list .dunhuang{flex-shrink: 0;}

.gcpb .main .list .item.on .icon-box{border-color: var(--themeColor);}
.gcpb .main .list .item.on.item-xxz .icon-box{border-color: #304c27;}
.gcpb .main .list .item.on .icon-box .def{display: none;}
.gcpb .main .list .item.on .icon-box .act{display: block;}
.gcpb .main .list .item.on .text-box .t1{color: #000;}
.gcpb .main .list .item.on .text-box .t2{color: #000;}

/*  df-tjy xxz*/
.df-tjy{position: relative;background-repeat: no-repeat;background-size: cover;background-position: center;}
.df-tjy .main{display: flex;padding-top: 3.5rem;}
.df-tjy .main .cont-box{display: flex;flex-direction: column;justify-content: center;align-items: center;}
.df-tjy .main .cont-box .tyj-text-img{width: 45.6rem;}
.df-tjy .main .cont-box .title{font-size: 6.2rem;color: #fff;font-weight: initial;margin: 2rem 0 6.5rem;line-height: 1;}
.df-tjy .main .cont-box .subtitle{font-size: 3.4rem;font-weight: 300;color: #fff;line-height: 1;margin-bottom: 2.5rem;}
.df-tjy .main .cont-box .btn{width: 32.7rem;height: 6.6rem;border-radius: 3.3rem;background: #000;font-size: 2.4rem;color: #fff;display: flex;justify-content: center;align-items: center;position: relative;}

.df-tjy .main .cont-box .btn::before{ content: ''; position: absolute; top: -1.5rem; left: -1.5rem; bottom: -1.5rem; right: -1.5rem; background: inherit; z-index: -1; opacity: 0.5; transform: scale3d(.6, .4, 1);border-radius: 3.3rem; }
.df-tjy .main .cont-box .btn:hover{ animation: vibrate .3s forwards ; /* cubic-bezier(.36,-0.64,.34,1.76) */ }
.df-tjy .main .cont-box .btn:hover::before{ animation: vibrate2 .3s .3s forwards; }

.xxz .main{display: flex;align-items: flex-end;justify-content: center;padding-top: 8rem;}
.xxz .main .cont-box .tyj-text-img{width: 17.8rem;}
.xxz .main .cont-box .title{margin-top: 1.4rem;font-weight: 300;letter-spacing: .2rem;}
.xxz .main .cont-box .subtitle{margin-bottom: 1.5rem;}

@keyframes vibrate { 60% { transform: scale3d(.8, .8, 1) } 85% { transform: scale3d(1.1, 1.1, 1) } 100% { transform: scale3d(1, 1, 1) } }

@keyframes vibrate2 { to { opacity: 0; transform: scale3d(1, 1, 1) } }


/* world place */
.wp{position: relative;}
.wp .cont-box{position: absolute;left: 50%;transform: translateX(-50%);top: 0;}
.wp .cont-box .title{font-size: 5.8rem;color: #000;font-weight: bold;text-align: center;position: relative;z-index: 10;letter-spacing: .48rem;}
.wp .cont-box .entitle{font-size: 7.556rem;font-weight: bold;color: #cccccc; text-align: center; text-transform: uppercase; position: relative; z-index: 1; margin-top: -8rem;}
.wp .img-box{overflow: hidden;}
.wp .img-box img{width: 100%;}

.wd{position: relative;background: var(--themeColor);}
.wd .list{display: flex;background: #fff;padding: 3rem 0;justify-content: space-between;position: relative;margin-top: -8rem;}
.wd .list li{text-align: center;flex: 1;padding: 0 1rem;}
.wd .list li img{height: 2.2rem;}
.wd .list li .title{font-size: 1.724rem;font-weight: bold;color: #333;line-height: 1;margin-top: 1.5rem;margin-bottom: 1rem;}
.wd .list li .note{font-size: 1.4rem;color: #666;line-height: 2.1rem;}

.wd .data{display: flex;justify-content: space-between;padding: 6rem 0;}
.wd .data .item{text-align: center;}
.wd .data .line{width: 1px;background: #fff;}
.wd .data .item .title{font-size: 1.6rem;line-height: 1;font-weight: bold;color: #fff;}
.wd .data .item .entitle{font-size: 2rem;font-weight: bold;color: #fff;}
.wd .data .item .num-box{display: flex;align-items: baseline;}
.wd .data .item .num-box .num{font-size: 10rem;color: #fff;margin-top: 3rem;line-height: 1;}
.wd .data .item .num-box .dw{font-size: 2.4rem;color: #fff;padding-left: .5rem;}

/* 品牌战略 */
.ppzl{position: relative;background: #f3f2f5;}
.ppzl .hd-box{padding-bottom: 7rem;}
.ppzl .hd-box .mtitle{font-family: "思源宋体";font-size: 5.8rem;font-weight: 500;letter-spacing: .2rem;text-align: center;color: var(--themeColor);}
.ppzl .hd-box .subtitle{font-size: 2.8rem;color: #333;font-weight: 300;margin-top: 5rem;line-height: 1;text-align: center;letter-spacing: .2rem;}
.ppzl .hd-box .line{width: .2rem;height: 10rem;margin: 6.5rem auto;background: #999;}
.ppzl .hd-box .list{display: flex;justify-content: center;}
.ppzl .hd-box .list li{min-width:25rem;margin: 0 5rem;border-bottom: .2rem solid #999;text-align: center;cursor: pointer;}
.ppzl .hd-box .list li *{transition: all .5s ease-out;}
.ppzl .hd-box .list li .title{font-size: 3.8rem;color: #999;white-space: nowrap;line-height: 1;margin-bottom: 1rem;}
.ppzl .hd-box .list li .entitle{font-size: 1.6rem;font-weight: bold;color: #999;text-transform: uppercase;}

.ppzl .hd-box .list li.on { border-color: #333; }
.ppzl .hd-box .list li.on .title{color: #333;}
.ppzl .hd-box .list li.on .entitle{color: #333;}

.ppzl .bd-box{background: #fff;position: relative;}
.ppzl .bd-box .item{display: flex;}
.ppzl .bd-box .img-box{width: 68.75%;position: relative;overflow: hidden;}
.ppzl .bd-box .img-box img{width: 100%;height: 100%;object-fit: cover;}
.ppzl .bd-box .item.animated .img-box img{-webkit-animation: banner_outside 7s ease 1 forwards;-moz-animation: banner_outside 7s ease 1 forwards;-o-animation: banner_outside 7s ease 1 forwards;animation: banner_outside 7s ease 1 forwards;}
.ppzl .bd-box .img-box .txt{font-size: 5.8rem;color: #fff;font-weight: 300;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index: 10;letter-spacing: 2.5rem;}
.ppzl .bd-box .img-box .more{font-size: 1.8rem;color: #fff;font-weight: 300;position: absolute;left: 50%;bottom: 10rem;transform: translateX(-50%);z-index: 10;border-bottom: .2rem solid #fff;display: flex;font-weight: 300;}
.ppzl .bd-box .img-box .more span{transition: all .5s ease-out;line-height: 1;padding-bottom: .5rem;}
.ppzl .bd-box .img-box .more:hover span{transform: translateY(-.5rem);}

.ppzl .bd-box .text-box{width: 31.25%;position: relative;display: flex;flex-direction: column;align-items: center;justify-content: center;padding: 1rem;}
.ppzl .bd-box .text-box .title{font-size: 3rem;line-height: 1.7;color: #000;}
.ppzl .bd-box .text-box .line{width: .2rem;height: 8rem;background: #a0a0a0;margin: 7rem 0;}
.ppzl .bd-box .text-box .note{text-align: center;}
.ppzl .bd-box .text-box .p1{font-size: 2.4rem;color: #333;font-weight: 300;line-height: 1;}
.ppzl .bd-box .text-box .p2{font-size: 1.8rem;color: #333;font-weight: 300;line-height: 1;}
.ppzl .bd-box .text-box .icon{margin: 2rem 0;}

/* yj-zz */
.yj-zz{position: relative;background: #f3f2f5;margin-top: 1.7rem;}
.yj-zz .img-box{overflow: hidden;}
.yj-zz .img-box img{width: 100%;min-height: 500px;object-fit: cover;}
.yj-zz .cont-box{width: 100%;height: 100%;position: absolute;left: 50%;transform: translateX(-50%);display: flex;justify-content: flex-end;z-index: 10;top: 0;}
.yj-zz .cont-box .cont{padding-right: 15rem; display: flex; flex-direction: column; justify-content: flex-end; align-items: center;margin-bottom: 11rem;}
.yj-zz .cont-box .cont .title{font-family: "思源宋体";font-size: 4.6rem;font-weight: bold;color: var(--themeColor);letter-spacing: 1rem;line-height: 1;letter-spacing: .2em;}
.yj-zz .cont-box .cont .note{font-size: 1.6rem;color: #000;line-height: 3.4rem;margin-top: 6.5rem;letter-spacing: .15em;}

.yj-zz-item{position: relative;margin: 1.7rem 0;}
.yj-zz-item .img-box{overflow: hidden;}
.yj-zz-item .img-box img{width: 100%;min-height: 300px;object-fit: cover;}
.yj-zz-item .cont-box{width: 100%;height: 100%;position: absolute;left: 50%;transform: translateX(-50%);display: flex;justify-content: flex-end;z-index: 10;top: 0;}
.yj-zz-item .cont-box .cont{display: flex;flex-direction: column;justify-content: center;}
.yj-zz-item .cont-box .cont .title-box{margin-bottom: 16rem;}
.yj-zz-item .cont-box .cont .title-box .subtitle{font-size: 2rem;font-weight: 300;color: #fff;margin-bottom: 2.5rem;line-height: 1;}
.yj-zz-item .cont-box .cont .title-box .title{font-family: "思源宋体";font-size: 6.4rem;line-height: 1;color: #fff;letter-spacing: .1em;font-weight: initial;}

.yj-zz-item .cont-box .cont .btn{width: 15.2rem;height: 4.8rem;border-radius: 2.4rem;border: 1px solid #666666;display: flex;justify-content: center;align-items: center;}
.yj-zz-item .cont-box .cont .btn *{transition: all .5s ease-out;}
.yj-zz-item .cont-box .cont .btn span{font-size: 1.4rem;color: #666666;padding-right: 1rem;}
.yj-zz-item .cont-box .cont .btn i{font-size: 1.8rem;color: #666666;line-height: 1;margin-top: -.1rem;}
.yj-zz-item .cont-box .cont .btn:hover{border-color: #fff;}
.yj-zz-item .cont-box .cont .btn:hover span{color: #fff;}
.yj-zz-item .cont-box .cont .btn:hover i{color: #fff;transform: translateX(.8rem);}

.yj-zz-item.jsjm .cont-box{justify-content: flex-start;}




/* pagelist */
.pages{text-align:center; font-size:12px; margin:15px 0;display: flex;justify-content: center;align-items: center;}
.pages a{border: 1px solid #999;margin: .7rem;border-radius: .3rem;width: 3rem;height: 3rem;display: flex;justify-content: center;align-items: center;font-weight: 400;}
.pages a.on ,.pages a:hover{color: var(--themeColor);border-color: var(--themeColor);}

@media screen and (max-width:1024px) {
	.pages {text-align: center;font-size: 10px;margin: 5px 0;}
}



/* news */
.news{position: relative;background: #fbfbfb;}
.news .news-wrap{max-width: 1600px;background: #fff;margin: 0 auto;}
.news .main{max-width: 1200px;margin: 0 auto;}
.news .top{display: flex;justify-content: space-between;border-bottom: 1px solid #e5e5e5;padding-bottom: 5rem;}
.news .top .tt-box{display: flex;}
.news .top .tt-box .tt{font-size: 4rem;color: #000;font-weight: 500;line-height: 1;}
.news .top .tt-box .qh-box{display: flex;flex-shrink: 0;align-items: center;margin-left: 2.5rem;}
.news .top .tt-box .qh-box .news-btn{width: 4rem;height: 4rem;border-radius: 100%;display: flex;justify-content: center;align-items: center;border: 1px solid #666;margin: 0 .5rem;font-size: 1.8rem;color: #666;cursor: pointer;transition: all .3s ease-out;}
.news .top .tt-box .qh-box .news-btn .icon{transition: all .3s ease-out;}
.news .top .tt-box .qh-box .news-btn:hover{border-color: var(--themeColor);background: var(--themeColor);}
.news .top .tt-box .qh-box .news-btn:hover .icon{color: #fff;}
.news .top .more{display: flex;align-items: center;color: #666;font-size: 1.4rem;}
.news .top .more span{margin-right: .8rem;}
.news .top .more svg{transition: all .5s ease-out;}
.news .top .more:hover svg{transform: translateX(.5rem);}

.news-swiper{position: relative;}
.news-swiper .swiper-slide{padding-bottom: 3rem;padding-left: 0;padding-right: 4rem;border-right: 1px solid #e8e8e8;margin-bottom: -1px;}
.news-swiper .swiper-slide:nth-child(2n){border-right: none; padding-left: 4rem;padding-right: 0; }
.news-swiper .item{padding-top: 5rem;padding-bottom: 3rem;border-bottom: 1px solid #cccccc;}
.news-swiper .item:first-child{border-left: none;}
.news-swiper .item .time{display: flex;align-items: center;line-height: 1;margin-bottom: 3.3rem;}
.news-swiper .item .time time{font-size: 1.4rem;color:var(--themeColor);margin-left: 1rem;}
.news-swiper .item .tt{font-size: 2.2rem;color: #000;line-height: 1.5;height: 6.6rem;max-width: 42rem;font-weight: initial;}
.news-swiper .item .img-box{overflow: hidden;}
.news-swiper .item .img-box img{width: 100%;height: 100%;object-fit: cover;transition: all .5s ease-out;}

.news-swiper .item .more{width: 12.7rem;height: 4.9rem;border-radius: 2.5rem;background: var(--themeColor);font-size: 1.4rem;color: #fff;display: flex;justify-content: center;align-items: center;margin: 5rem 0;border: 1px solid var(--themeColor);}

.news-swiper .swiper-slide:hover{ box-shadow: 0px 0 20px 0px rgb(0 0 0 / 30%); }
.news-swiper .swiper-slide:hover .item{ border-bottom-color: var(--themeColor);}
.news-swiper .swiper-slide:hover .item .more{ color: var(--themeColor);background: #fff; }
.news-swiper .swiper-slide:hover .item .img-box img{transform: scale(1.1);}

/* 搜索 */
.ssuo{position: relative;padding: 6rem 0;background: #fff;}
.ssuo .main{max-width: 1200px;display: flex;justify-content: space-between;align-items: center;margin: 0 auto;}
.ssuo .main .tt{font-size: 4rem;color: #000;line-height: 1;font-weight: 300;}
.ssuo .main .ssou-form{display: flex;position: relative;}
.ssuo .main .ssou-form .inp{width: 45rem; height: 5rem; border-radius: 2.5rem; padding: 0 16.7rem 0 2rem; border: 1px solid var(--themeColor); outline: none;outline: none;}
.ssuo .main .ssou-form .btn{font-size: 1.8rem;color: #fff;display: flex;justify-content: center;align-items: center;line-height: 1;background: var(--themeColor);border: 1px solid var(--themeColor);outline: none;border-radius: 2.5rem;width: 15.6rem;height: 5rem;position: absolute;right: 0;top: 0;}
.ssuo .main .ssou-form .btn i{}
.ssuo .main .ssou-form .btn span{padding-left: 1rem;}

footer{position: relative;background: #fbfbfb;}
.f-logo{display: block;padding: 12rem 0;text-align: center;}
.f-logo img{height: 18.1rem;}

.foot{position: relative;display: flex;justify-content: space-between;max-width: 1200px;margin: 0 auto;}
.f-gz{position: relative;}
.f-gz .t1{font-size: 1.6rem;font-weight: 500;line-height: 1;color: #000;}
.f-gz .t2{font-size: 1.4rem;color: #666;line-height: 1;margin: 1rem 0;margin: 2rem 0;font-weight: 300;}
.f-gz .icon-box{display: flex;}
.f-gz .icon-box .item{display: flex;justify-content: center;align-items: center;margin-right: .8rem;width: 4.4rem;height: 4.4rem;border-radius: 100%;border: 1px solid #333;cursor: pointer;position: relative;}
/* .f-gz .icon-box .item .def{} */
.f-gz .icon-box .item .act{display: none;}
.f-gz .icon-box .item.wx:hover{background: #7cc54a;border-color: #7cc54a;}
.f-gz .icon-box .item.dy:hover{background: #333;border-color: #333;}
.f-gz .icon-box .item.xhs:hover{background: #ff2840;border-color: #ff2840;}
.f-gz .icon-box .item:hover .def{filter: brightness(10);}

.f-gz .icon-box .item .hover-box{display: flex;min-width: 20.2rem;height: 10.3rem;padding: 1rem 1.5rem;display: flex;align-items: center;background: #fff;border-radius: .8rem;position: absolute;top: calc(100% + 4rem);left: 0;border: 2px solid #e5e5e5;transition: all .5s ease-out;visibility: hidden;opacity: 0;}
.f-gz .icon-box .item .hover-box .code{max-width: 7.5rem;}
.f-gz .icon-box .item .hover-box .note{margin-left: 2rem;font-size: 1.4rem;color: #000;line-height: 2.4rem;font-weight: 300;}

.f-gz .icon-box .item .hover-box::before{content: ''; content: ''; width: 15px; height: 15px; transform: rotate(45deg); background: #fff; border: 2px solid #e5e5e5; border-bottom: none; border-right: none; position: absolute; top: -0.8rem; left: 1.5rem; }

.f-gz .icon-box .item:hover .hover-box{ visibility: visible; opacity: 1; top: calc(100% + 2rem); }


.f-menu{display: flex;flex: 1;justify-content: flex-end;}
.f-menu .list{padding-left: 8rem;}
.f-menu .list:first-child{border-left: 1px solid #ececec;}
.f-menu .list .t1{font-size: 1.6rem;color: #000;font-weight: 500;line-height: 1;margin-bottom: 2rem;}
.f-menu .list .t2{font-size: 1.4rem;font-weight: 300;color: #666;font-weight: 300;line-height: 1;margin: 1.3rem 0;display: block;white-space: nowrap;}
.f-menu .list .t2:hover{color: var(--themeColor);}

.copyright{position: relative;display: flex;justify-content: space-between;max-width: 1200px;margin: 0 auto;border-top: 1px solid #ececec;padding: 2.5rem 0;align-items: center;}
.copyright .p1{font-size: 1.4rem;color:#666;font-weight: 300;display: flex;align-items: center;flex-wrap: wrap;}
.copyright .p1 .bah{display: flex;justify-content: center;align-items: center;margin-left: 6rem;}
.copyright .p1 .bah:hover{color: var(--themeColor);}
.copyright .p1 .bah img{margin-right: .5rem;}
.copyright .other{display: flex;}
.copyright .other a{font-size: 1.4rem;color: #666;line-height: 1;font-weight: 300;}
.copyright .other a:hover{color: var(--themeColor);}
.copyright .other .line{width: 1px;height: 1.4rem;background: #666;margin: 0 1rem;}


/* ny-nav */
.ny-nav{position: sticky; top: 0; background: #fbfbfb; border-bottom: 2px solid #ebebeb; z-index: 999;}
.ny-nav ul{display: flex;}
.ny-nav ul li{margin-right: 6rem;}
.ny-nav ul li a{font-size: 1.6rem;font-weight: 300;color: #333;line-height: 5.3rem;position: relative;display: block;white-space: nowrap;}
.ny-nav ul li a::after{content: '';width: 0%;height: 3px;background: var(--themeColor);position: absolute;bottom: -2px;left: 50%;transform: translateX(-50%);  transition: all .3s ease-out;}
.ny-nav ul li.on a::after{width: 100%;}
.ny-nav ul li a:hover{color: var(--themeColor);}
.ny-nav ul li a:hover::after{width: 100%;}


/* ny-ab */
.ny-title-box .entitle{font-size: 5.8rem;color: rgb(204 204 204 / 60%);font-weight: bold;line-height: 1;}
.ny-title-box .title{font-size: 4rem;color: #333;font-weight: initial;line-height: 1;}

.ny-ab{position: relative;}
.ny-ab .img-box{overflow: hidden;margin-top: 6rem;}
.ny-ab .img-box img{width: 100%;}

.ny-ab .ny-title-box{padding-left: 3rem;border-left: 1.1rem solid var(--themeColor);align-self: flex-start;position: relative;top: -3rem;}
.ny-ab .ny-title-box .title{margin-top: 4.5rem;}
.ny-ab .main{display: flex;justify-content: space-between;}
.ny-ab .main .cont-box{width: 100%;max-width: 630px;padding-top: 6rem;}
.ny-ab .main .cont-box .cont-item{margin-top: 6rem;}
.ny-ab .main .cont-box .title{font-family: "思源宋体";font-size: 2.8rem;color: var(--themeColor);line-height: 1.5;margin-bottom: 2rem;font-weight: bold;}
.ny-ab .main .cont-box .note{font-size: 1.6rem;color: #333;text-align: justify;line-height: 1.75;}

/* 企业文化 */
.ny-qywh{position: relative;}
.ny-qywh .wrap{display: flex;}
.ny-qywh .img-box{width: 42.1875%;}
.ny-qywh .img-box img{width: 100%;}
.ny-qywh .main-box{flex: 1;padding-left: 6.25%;padding-right: 2rem;    display: flex; flex-direction: column; justify-content: center;}
.ny-qywh .main-box .cont-box{max-width: 630px;margin-top: 5rem;}
.ny-qywh .main-box .cont-box .item{padding:  5rem 0;border-bottom: 1px solid #e8e8e8;}
.ny-qywh .main-box .cont-box .item:last-child{border-bottom: none;}
.ny-qywh .main-box .cont-box .item .tt-box{display: flex;align-items: center;line-height: 1;margin-bottom: 3rem;}
.ny-qywh .main-box .cont-box .item .tt-box .tt{font-size: 2.4rem;color: var(--themeColor);position: relative;z-index: 10;letter-spacing: .2em;}
.ny-qywh .main-box .cont-box .item .tt-box .entt{font-size: 4rem;color: #e6e6e6;font-weight: bold;transform: translateX(-1.5rem);position: relative;z-index: 5;}
.ny-qywh .main-box .cont-box .item .note{font-family: "思源宋体"; font-size: 3.6rem;font-weight: bold;color: #333333;letter-spacing: .05em;}
.ny-qywh .main-box .cont-box .item .ennote{font-size: 1.4rem;color: #999999;line-height: 1;margin-top: 0.5rem;}
.ny-qywh .main-box .cont-box .item:nth-child(2) .ennote{letter-spacing: .36em;}

/* 业务架构 */
.ywjg{position: relative;margin-top: 6rem;}
.ywjg .img-box{overflow: hidden;margin-top: 4.5rem;}
.ywjg .img-box img{width: 100%;min-height: 290px; object-fit: cover;}

/* ny-team */
.ny-team{position: relative;margin-top: 2.5rem;}
.ny-team .main{margin-top: 4.5rem;position: relative;}
.ny-team .main .item{position: relative;}
.ny-team .main .item .img-box{}
.ny-team .main .item .img-box img{width: 100%;}
.ny-team .main .team-nav{position: absolute;left: 50%;transform: translateX(-50%);bottom: 4rem;z-index: 10;}
.ny-team .main .team-nav .nav{display: flex;}
.ny-team .main .team-nav .nav li{width: 7.4rem;border-bottom: .2rem solid rgba(255, 255, 255, .5);font-size: 1.4rem;color: rgba(255, 255, 255, .5);font-weight: 500;text-align: right;margin-right: 5px;cursor: pointer;}
.ny-team .main .team-nav .nav li.on{color: #fff;border-color: #fff;}
.ny-team .main .btn{ position: absolute; top: 50%; transform: translateY(-50%); bottom: 0; z-index: 20; display: flex; justify-content: center; align-items: center; cursor: pointer; transition: all .3s ease-out; }
.ny-team .main .btn img{transition: all .3s ease-out;}
.ny-team .main .btn:hover img{transform: scale(1.1);}
.ny-team .main .prev{left: 10rem;}
.ny-team .main .next{right: 10rem;}

/* 发展历程 */
.ny-fzlc{position: relative;margin-top: 2.5rem;}
.ny-fzlc .wrap{position: relative;background-repeat: no-repeat;background-size: cover;min-height: 90rem;margin-top: 4.5rem;display: flex;justify-content: center;}
.ny-fzlc .list{display: flex;overflow-x: auto;}
.ny-fzlc .list .item{flex-shrink: 0;color: #fff;border-right: 1px solid #fff;max-width: 500px;padding-left: 14rem;padding-right: 5rem;}
.ny-fzlc .list .item .jd-box{margin-bottom: 3rem;}
.ny-fzlc .list .item .jd-box .p1{font-size: 1.8rem;}
.ny-fzlc .list .item .jd-box .p2{font-size: 1.6rem;font-weight: 300;}
.ny-fzlc .list .item .ititle{font-family: "思源宋体"; font-size: 2.4rem;font-weight: bold;}
.ny-fzlc .list .item .inote{font-size: 1.4rem;font-weight: 300;margin-top: 2rem;max-width: 468px;line-height: 2.6rem;}

.ny-fzlc .list .item .ye-box{margin-top: 5rem;}
.ny-fzlc .list .item .ye-item{font-size: 1.2rem;font-weight: 300;line-height: 2.2rem;}
.ny-fzlc .list .item .ye-item .year{}
.ny-fzlc .list .item .ye-item .event{}


/* 企业战略 */
.ny-qyzl{position: relative;background-color: #fbfbfb;}
.ny-qyzl .stitle{font-family: "思源宋体"; font-size: 5.8rem;color: var(--themeColor);font-weight: 500;text-align: center;letter-spacing: .1em;line-height: 1;}
.zl-list-main{padding-top: 10rem;}
.zl-list-main ul{display: flex;justify-content: space-between;}
.zl-list-main ul li{width: 33.33%;text-align: center;background: #fff;}
.zl-list-main ul li:nth-child(2){border-left: 1px solid #e5e5e5;border-right: 1px solid #e5e5e5;}
.zl-list-main ul li a{display: block;position: relative;height: 46rem;padding: 5rem 0 3.5rem;display: flex;flex-direction: column;justify-content: space-between;}
.zl-list-main ul li a::after{ content: "";width: 0;height: .6rem;background: var(--themeColor); left: 50%;bottom: 0;transform: translateX(-50%);position: absolute; transition: all .5s ease-out;}

.zl-list-main ul li a .cont-box{position: relative;font-weight: 300;}
.zl-list-main ul li a .cont-box .title{font-size: 3.2rem;margin-bottom: 3rem;color: #ccc;line-height: 1;letter-spacing: .4em;}
.zl-list-main ul li a .cont-box .entitle{font-size: 16px;color: #ccc;letter-spacing: .2em;}
.zl-list-main ul li a .icon-box{position: relative;}
.zl-list-main ul li a .icon-box .def{display: initial;}
.zl-list-main ul li a .icon-box .act{display: none;}

.zl-list-main ul li.on a{box-shadow: 0px 5px 15px rgb(0 0 0 / 30%);}
.zl-list-main ul li a:hover::after{width: 100%;}
.zl-list-main ul li.on a::after{width: 100%;}
.zl-list-main ul li a:hover .cont-box .title{color: #000;}
.zl-list-main ul li.on a .cont-box .title{color: #000;}
.zl-list-main ul li a:hover .cont-box .entitle{color: #666;}
.zl-list-main ul li.on a .cont-box .entitle{color: #666;}
.zl-list-main ul li a:hover .icon-box .def{display: none;}
.zl-list-main ul li.on a .icon-box .def{display: none;}
.zl-list-main ul li a:hover .icon-box .act{display: initial;}
.zl-list-main ul li.on a .icon-box .act{display: initial;}

/* 大图 */
.qyzl-big-img{position: relative;}
.qyzl-big-img img{width: 100%;}
.qyzl-big-img .cont-box{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);text-align: center;z-index: 10;}
.qyzl-big-img .cont-box .title{font-size: 5.8rem;color: #fff;font-weight: 300;line-height: 1;letter-spacing: .6em;margin-bottom: 7rem;}
.qyzl-big-img .cont-box .entitle{font-size: 3.8rem;color: #fff;font-weight: 300;line-height: 1;letter-spacing: .5em;white-space: nowrap;}

/* 内容 */
.qyzl-cont{position: relative;}
.qyzl-cont .stitle{font-size: 3.8rem;color: #000;line-height: 1.73684;margin-bottom: 8rem;font-weight: 300;text-align: center;}
.qyzl-cont .main{}
.qyzl-cont .main ul{}
.qyzl-cont .main ul li{display: flex;margin: 0 10rem;padding: 5.5rem 0;border-top: 1px solid #d0d0d0;align-items: center;}
.qyzl-cont .main ul li:last-child{border-bottom: 1px solid #d0d0d0;}
.qyzl-cont .main ul li .num-box{font-size: 19.5rem;font-weight: bold;line-height: 1;
/* 字体镂空 */
-webkit-text-stroke: 2px var(--themeColor);
text-stroke: 1px var(--themeColor);
-webkit-text-fill-color: transparent;
text-fill-color: transparent;
}
.qyzl-cont .main ul li .cont-box{padding-left: 6rem;max-width: 66.4rem;}
.qyzl-cont .main ul li .cont-box .title{font-size: 4.4rem;color: var(--themeColor);font-weight: 500;line-height: 1;margin-bottom: 3.2rem;letter-spacing: .1em;}
.qyzl-cont .main ul li .cont-box .note{font-size: 2rem;color: #333;font-weight: 300;line-height: 1.6;letter-spacing: .2em;}

/* 架构 */
.qyzl-jg{position: relative;background: #f5f7fa;}
.qyzl-jg .stitle{font-size: 4.8rem;color: var(--themeColor);font-weight: bold;text-align: center;letter-spacing: .1em;}
.qyzl-jg .jg-box{overflow: hidden;text-align: center;padding: 0 20px;}
.qyzl-jg .jg-box img{width: auto;}

/* 体验馆 */
.qyzl-tyg{position: relative;margin-bottom: -1px;}
.qyzl-tyg img{width: 100%;}

/* 理由 */
.qyzl-ly{position: relative;background-repeat: no-repeat;background-size: cover;margin-bottom: 4rem;}
.qyzl-ly .stitle{font-size: 4.8rem;color: #fff;font-weight: initial;text-align: center;letter-spacing: .1em;}
.qyzl-ly ul{display: flex;padding-top: 10rem;}
.qyzl-ly ul li{width: 25%;padding: 0 8rem 10rem 8rem;border-right: 1px solid #fff;}
.qyzl-ly ul .list:last-child{border: none;}

.qyzl-ly ul li .tt{font-size: 3.4rem;color: #fff;letter-spacing: .05em;}
.qyzl-ly ul li .note{font-size: 2rem;color: #fff;font-weight: 300;margin-top: 4rem;letter-spacing: .2em;}

/* 巾帼女社 */
.jgns{position: relative;}
.jgns .cont{position: relative;}
.jgns .top{position: relative;}
.jgns .top .logo{text-align: center;}
.jgns .top .logo img{width: 22rem;}
.jgns .top .h2{font-family: "思源宋体";font-size: 3.8rem;color: var(--themeColor);line-height: 1;margin-top: 10rem;margin-bottom: 4rem;text-align: center;letter-spacing: .2em;}
.jgns .top .note{font-size: 2rem;color: #333;line-height: 2.1;text-align: center;font-weight: 300;}
.jgns .top .img{margin-top: 12rem;}

.jgns .list{position: relative;}
.jgns .list li{display: flex;justify-content: center; padding-bottom: 10rem;align-items: center;}
.jgns .list li:last-child{padding-bottom: 0;}
.jgns .list li .img-box{width: 58.5%;}
.jgns .list li .cont-box{ width: 41.5%; }

.jgns .list li .cont-box .title{font-family: "思源宋体";font-size: 2.8rem;color: var(--themeColor);font-weight: bold;letter-spacing: .1em;white-space: nowrap;margin-bottom: 4.5rem;}
.jgns .list li .cont-box .note{font-size: 1.6rem;color: #333;font-weight: 300;line-height: 1.875;letter-spacing: .1em;}

.jgns .list li .cont-box.pdl{padding-left: 8rem;}
.jgns .list li .cont-box.pdr{padding-right: 8rem;}

.jgns .list li.first .cont-box{display: flex;width: 100%;justify-content: center;margin-top: 5.5rem;}
.jgns .list li.first .cont-box .note{max-width: 482px;margin-left: 13.8rem;}


/* 敬善敬媄 */
.jsjm{position: relative;}
.jsjm .info{display: flex;}
.jsjm .info .img-box{width: 60.833333%;padding-right: 7rem;}
.jsjm .info .img-box img{}
.jsjm .info .cont-box{display: flex;flex-direction: column;justify-content: space-between;padding-left: 3rem;border-left: 1px solid #d9d9d9;flex: 1;}
.jsjm .info .cont-box .logo{position: relative;margin-bottom: 3rem;}
.jsjm .info .cont-box .logo img{height: 7rem;}
.jsjm .info .cont-box .txt{}
.jsjm .info .cont-box .txt .tt{font-family: "思源宋体";font-size: 2.8rem;color: var(--themeColor);line-height: 1;font-weight: bold;letter-spacing: .1em;margin-bottom: 3rem;}
.jsjm .info .cont-box .txt .note{font-size: 1.6rem;color: #333;line-height: 1.875;font-weight: 300;}

.bf-list{}
.bf-list .tt{font-family: "思源宋体";font-size: 2.8rem;font-weight: bold;color: var(--themeColor);text-align: center;line-height: 1.64;}
.bf-list ul{display: flex;justify-content: center;padding: 6rem 0;}
.bf-list ul li{width: 13.6rem;min-height: 19rem;border-radius: 1.5rem;border: 1px solid #666;display: flex;flex-direction: column;justify-content: space-between;padding: 1.5rem;margin: 1.5rem;}
.bf-list ul li .title{font-size: 2.4rem;color: #333;line-height: 1.42;font-weight: 300;}
.bf-list ul li .icon{align-self: flex-end;}

/* gyjl */
.gyjl{position: relative;}
.gyjl .title-box{text-align: center;}
.gyjl .title-box .title{font-family: "思源宋体";font-size: 4.8rem;color: var(--themeColor);font-weight: bold;line-height: 1;letter-spacing: .2em;margin-bottom: 4rem;}
.gyjl .title-box .subtitle{font-size: 2.8rem;color: #333;font-weight: 300;line-height: 1;letter-spacing: .2em;}

.gyjl .list{position: relative;margin: 6.5rem 0 2.5rem;display: flex;flex-wrap: wrap;}
.gyjl .list .left{width: 50%;}
.gyjl .list .right{width: 50%;}
.gyjl .list::before{ content: "";left: 50%;top: 0;width: 2px;height: 100%;position: absolute;transform: translateX(-50%);background: #999; }
.gyjl .list::after{ content: "";width: 1rem;height: 1rem;border-radius: 100%;background: #333; position: absolute;left: 50%;top: 0;transform: translateX(-50%); }
.gyjl .list .item{width: 100%;position: relative;margin: 14.5rem 0;}

.gyjl .list .item .place{font-size: 3.8rem;color: #000;font-weight: bold;letter-spacing: .2em;line-height: 1;margin-bottom: 4rem;}
.gyjl .list .item .cont{}
.gyjl .list .item .cont .title{font-size: 2.8rem;color: #333;letter-spacing: .2em;}
.gyjl .list .item .cont .date{font-size: 1.8rem;color: #666;font-weight: 300;line-height: 1;margin-bottom: 4rem;letter-spacing: .1em;}
.gyjl .list .item .cont .img{overflow: hidden;}
.gyjl .list .item .cont .img{width: 100%;}


.gyjl .list .left .item{padding-right: 6rem;text-align: right;}
.gyjl .list .left .item::before{
    content: "";background-repeat: no-repeat;background-image: url(../gyjj-jl-item-icon.html);width: 4.2rem;height: 5.8rem;position: absolute;right: -2.1rem;top: 0;transform: translateY(-40% );background-size: 100% 100%;
}
.gyjl .list .right .item{padding-left: 6rem;text-align: left;position: relative;}
.gyjl .list .right .item:first-child{margin-top: 60rem;}
.gyjl .list .right .item::before{ content: "";background-repeat: no-repeat;background-image: url(../gyjj-jl-item-icon.html);width: 4.2rem;height: 5.8rem;position: absolute;left: -2.1rem;top: 0;transform: translateY(-40% ) rotateY(180deg);background-size: 100% 100%; }
.gyjl .list .left .item .cont{padding-right: 4rem;border-right: 2px solid #b3b3b3;}
.gyjl .list .right .item .cont{padding-left: 4rem;border-left: 2px solid #b3b3b3;}

.gyjl .endtxt{font-size: 2.8rem;color: #666;line-height: 1;font-weight: 300;text-align: center;letter-spacing: .2em;}


/* 问题 */
.wenti{position: relative;background-repeat: no-repeat;background-size: cover;margin-bottom: 8rem;margin-top: 4rem}
.wenti .title{font-family: "思源宋体";font-size: 4.8rem;color: #fff;font-weight: bold;letter-spacing: .2em;}
.wenti .list{display: flex;justify-content: space-between;margin-top: 13.6rem;}
.wenti .list .item{max-width: 310px;padding-bottom: 10rem;}
.wenti .list .item .tt{font-size: 2.4rem;color: #fff;line-height: 1.5;margin-bottom: 4.5rem;font-weight: 500;}
.wenti .list .item .note{font-size: 1.6rem;color: #fff;font-weight: 300;text-align: justify;line-height: 3rem;letter-spacing: .2em;}
.wenti .list .line{width: 1px;background: #ebcccd;margin: 0 .5rem;}


/* 姿米美容 */
.ty-bgimg{background-repeat: no-repeat; background-size: cover;background-position: center center;position: relative;}
.zmmr-se1 {position: relative;}
.zmmr-title{font-family: "思源宋体"; font-size: 2.8rem;color: #a41f24;font-weight: 500;line-height: 1;letter-spacing: .1em;text-align: center;}
.zmmr-title h2{position: relative;}
.zmmr-se1 .cont1{position: relative;}
.zmmr-se1 .cont1 .note{font-size: 1.6rem;color: #333;line-height: 2.1;text-align: center;margin: 3.7rem 0 6rem;}
.zmmr-se1 .cont1 img{width: 100%;}
.zmmr-se1 .cont2{display: flex;align-items: center;}
.zmmr-se1 .cont2 .img-box{width: 50%;}
.zmmr-se1 .cont2 .img-box img{width: 100%;height: 100%;object-fit: cover;}
.zmmr-se1 .cont2 .cont-box{width: 50%;padding-left: 6.5%;}
.zmmr-se1 .cont2 .cont-box .item{position: relative;}
.zmmr-se1 .cont2 .cont-box .item .tt{font-family: "思源宋体"; font-size: 2.8rem;color: #a41f24;font-weight: 500;line-height: 1;letter-spacing: .1em;}
.zmmr-se1 .cont2 .cont-box .item .note{font-size: 1.6rem;color: #333;line-height: 1.75;margin: 2.5rem 0 3.5rem;}
.zmmr-se1 .cont2 .cont-box .item .txt{font-size: 1.4rem;color: #666;letter-spacing: .1em;margin-bottom: 6rem;font-weight: 300;}
.zmmr-se1 .cont3{position: relative;}
.zmmr-se1 .cont3 ul{display: flex;flex-wrap: wrap;}
.zmmr-se1 .cont3 ul li{padding: 3%;border-right: 2px solid #ddd;}
.zmmr-se1 .cont3 ul li:last-child{border: none;}
.zmmr-se1 .cont3 ul li .tt{font-size: 2.4rem;color: #333;line-height: 1.583;margin-bottom: 6rem;text-align: center;letter-spacing: .1em;}
.zmmr-se1 .cont3 ul li .note{font-size: 1.6rem;color: #666;line-height: 1.875;letter-spacing: 0.05em; text-align: justify;}

.zmmr-se2{position: relative;}
.zmmr-se2 .list{position: relative;}
.zmmr-se2 .list .item{position: relative;}
.zmmr-se2 .list .main{display: flex;align-items: center;}
.zmmr-se2 .list .main .img-box{width: 43.5%;}
.zmmr-se2 .list .main .img-box img{width: 100%;height: 100%;object-fit: cover;}
.zmmr-se2 .list .main .pd{width: 6.5%;}
.zmmr-se2 .list .main .cont-box{width: 50%;}
.zmmr-se2 .list .main .cont-box .tt{font-family: "思源宋体"; font-size: 2.8rem;color: #a41f24;font-weight: bold;line-height: 1;letter-spacing: .1em;}
.zmmr-se2 .list .main .cont-box .note{font-size: 1.6rem;color: #333;line-height: 1.75;margin: 3rem 0 6rem;letter-spacing: .1em;}
.zmmr-se2 .list .main .cont-box .txt{font-size: 1.4rem;color: #666;letter-spacing: .1em;font-weight: 300;line-height: 2;}

.zmmr-se2 .list .item:nth-child(2n){background: #fafafa;}
.zmmr-se2 .list .item:nth-child(2n) .img-box{order: 2;}
.zmmr-se2 .list .item:nth-child(2n) .pd{order: 1;}

.zmmr-se2 .list .item .txtlist{}
.zmmr-se2 .list .item .txtlist .txtitem{margin-bottom: 4rem;letter-spacing: .1em;}
.zmmr-se2 .list .item .txtlist .txtitem .title{font-size: 1.8rem;color:#333;line-height: 3rem;margin-bottom: 1rem;}
.zmmr-se2 .list .item .txtlist .txtitem .txt{font-size: 1.4rem;color: #666;line-height: 2;}

.zmmr-se3{position: relative;}
.zmmr-se3 .main{position: relative;}
.zmmr-se3 .main .item{position: relative;}
.zmmr-se3 .main .item.f-box{display: flex;align-items: center;}
.zmmr-se3 .main .item .pd{width: 6.5%;}
.zmmr-se3 .main .item .img-box{margin: 6rem 0;}
.zmmr-se3 .main .item .img-box img{}
.zmmr-se3 .main .item .cont-box{flex: 1;}
.zmmr-se3 .main .item .cont-box .title{font-family: "思源宋体"; font-size: 2.8rem;font-weight: bold;line-height: 1;margin-bottom: 3.5rem;letter-spacing: .1em;color: #a41f24;}
.zmmr-se3 .main .item .cont-box .note{font-size: 1.6rem;line-height: 2;color: #333;letter-spacing: .1em;}
.zmmr-se3 .main .item .cont-box .note img{margin-top: 6rem;}


@media screen and (max-width: 1024px) {
    .zmmr-se1 .cont2{flex-wrap: wrap;}
    .zmmr-se1 .cont2 .img-box{width: 100%;padding-left: 0;margin-bottom: 3rem;}
    .zmmr-se1 .cont2 .cont-box{width: 100%;padding-left: 0;}
    .zmmr-se1 .cont3 ul li{border-right: 0;}

    .zmmr-se2 .list .main{flex-wrap: wrap;}
    .zmmr-se2 .list .main .img-box{width: 100%;margin: 3rem 0;}
    .zmmr-se2 .list .main .pd{display: none;}
    .zmmr-se2 .list .main .cont-box{width: 100%;padding-left: 0;}

    .zmmr-se3 .main .item.f-box{flex-wrap: wrap;}
    .zmmr-se3 .main .item .pd{display: none;}
    .zmmr-se3 .main .item .img-box{width: 100%;margin: 3rem 0;}
    .zmmr-se3 .main .item .cont-box{width: 100%;padding-left: 0;margin: 3rem 0;}
    .zmmr-se3 .main .item .cont-box .note img{margin-top: 3rem;}
}








@media screen and (max-width: 1680px){
/* .am-container{max-width: 1300px;} */
    html{font-size: 55.5%;}

}
@media screen and (max-width: 1440px){
/* .am-container{max-width: 1200px;} */
    html{font-size: 50.5%;}
}


@media screen and (max-width:1024px){
    html {font-size: 48.5%;}
    body{margin:0 auto; zoom:1;}
    .arccontent img{ height:auto !important;}
    .am-container{padding-left: 20px;padding-right: 20px;}
    .all-pd{padding: 5rem 0;}
    .all-pb{padding-bottom: 5rem;}
    .all-pt{padding-top: 5rem;}

    .header .main .sm-top{display: flex;justify-content: space-between;align-items: center;}
    .header .main .sm-top .top-logo img{height: 12px;}
    .header .main .top-menu{display: none;}

    .about .main .item .cont-box .cont { margin-bottom: 10rem; }
    .about .main .item .cont-box .cont .t1{font-size: 1.9rem;}
    .about .main .item .cont-box .cont .t2{font-size: 2.9rem;}
    .about .main .item .cont-box .cont .t3{font-size: 1.2rem;}
    .about .main .item .cont-box .cont .t4{margin-top: 4rem;}
    .about .main .bottom { bottom: 5rem; }

    .zmcx .main .title{top: 0;}

    .gcpb .main .title{font-size: 3.9rem;}
    .gcpb .main .note{margin: 3.5rem 0 4.5rem;}
    .gcpb .main .list{flex-wrap: wrap;justify-content: space-between;}
    .gcpb .main .list .dunhuang { width: 100%; display: flex; justify-content: center;margin-bottom: 2rem; }
    .gcpb .main .list .item{order: 1;flex-wrap: wrap;width: 50%; justify-content: center;}
    .gcpb .main .list .item .icon-box { width: 8rem; height: 8rem; }
    .gcpb .main .list .item .icon-box img { width: 3.5rem; }
    .gcpb .main .list .item .text-box{order: 1;margin-top: 1rem;}


    .df-tjy .main .cont-box .tyj-text-img { width: 21.6rem; }
    .df-tjy .main .cont-box .title{font-size: 3.2rem;}
    .df-tjy .main .cont-box .subtitle{font-size: 2.4rem;}
    .df-tjy .main .cont-box .btn { width: 23.7rem; height: 6rem; border-radius: 3rem; font-size: 2rem; }

    .wp .img-box img{min-height: 480px;object-fit: cover;}
    .wp .cont-box .title{font-size: 3rem;}
    .wp .cont-box .entitle{font-size: 3.2rem; font-size: 3.2rem; margin-top: -2rem;line-height: 1;}

    .wd .list{flex-direction: column;}
    .wd .list li{padding: 1rem;}
    .wd .data .item { text-align: center; display: flex; flex-direction: column; align-items: center; }
    .wd .data .item .entitle{font-size: 1.8rem;}
    .wd .data .item .num-box .num { font-size: 3.2rem; margin-top: 2.5rem; line-height: 1; }
    .wd .data .item .num-box .dw { font-size: 1.4rem; padding-left: 0.5rem; }

    .ppzl .hd-box { padding-bottom: 2.5rem; }
    .ppzl .hd-box .mtitle{font-size: 2.8rem;}
    .ppzl .hd-box .subtitle{font-size: 1.8rem;margin-top: 4rem;}
    .ppzl .hd-box .line { width: 0.2rem; height: 10rem; margin: 4.5rem auto; }
    .ppzl .hd-box .list li { min-width: 33.3333%; margin: 0 1rem; border-bottom: 0.2rem solid #999; text-align: center; cursor: pointer; }

    .ppzl .hd-box .list li .title { font-size: 1.8rem;}
    .ppzl .hd-box .list li .entitle { font-size: 1.2rem;}

    .ppzl .bd-box .item { display: flex; flex-wrap: wrap; }
    .ppzl .bd-box .img-box { width: 100%; }
    .ppzl .bd-box .img-box .txt { font-size: 3.8rem; white-space: nowrap;}
    .ppzl .bd-box .img-box .more{bottom: 3rem;}
    .ppzl .bd-box .text-box { width: 100%; }
    .ppzl .bd-box .text-box .line{ margin: 4rem 0; }

    .yj-zz .img-box img { width: 100%; min-height: 457px; object-fit: cover; object-position: 30%; }
    .yj-zz .cont-box { width: 100%; height: 100%; position: relative; left: 0; transform: translateX(0); display: flex; justify-content: flex-end; z-index: 10; top: 0; }
    .yj-zz .cont-box .cont { padding-right: 0; display: flex; flex-direction: column; justify-content: flex-end; align-items: center; margin-bottom: 4rem; margin-top: 4rem; }
    .yj-zz .cont-box .cont .title{font-size: 3rem;}
    .yj-zz .cont-box .cont .note { margin-top: 3.5rem; letter-spacing: .15em; }

    .ny-ab .main{flex-wrap: wrap;}
    .ny-ab .ny-title-box { top: 3rem; }
    .ny-ab .ny-title-box .title { margin-top: 2.5rem; }
    .ny-title-box .title { font-size: 3rem; }

    .ny-title-box .entitle { font-size: 2.8rem;}
    .ny-title-box .title { font-size: 3rem; }

    .ny-qywh .wrap{flex-wrap: wrap;}
    .ny-qywh .img-box { width: 100%; }
    .ny-qywh .main-box { flex: 1; width: 100%; padding-left: 20px; padding-right: 20px; margin-top: 3rem; }

    .ny-team .main .item .img-box img { width: 100%; min-height: 180px; object-fit: cover; }
    .ny-team .main .prev { left: 2rem; }
    .ny-team .main .next { right: 2rem; }
    .ny-team .main .btn img{height: 2.4rem;}
    .ny-team .main .team-nav{bottom: 2rem;}
    .ny-team .main .team-nav .nav li{width: 4.4rem;}

    .ny-fzlc .wrap{min-height: 600px;}
    .ny-fzlc .list .item{padding-left: 5rem;}




    .news .top{padding-bottom: 3rem;}
    .news-swiper .item{padding-top: 3rem;}
    .news-swiper .item .time{margin-bottom: 1.3rem;}
    .news-swiper .item .more{margin: 3rem 0;}
    .news-swiper .swiper-slide{padding-left: 0;padding-right: 0;border-right: none;}
    .news-swiper .swiper-slide:nth-child(2n) { border-right: none; padding-left: 0; padding-right: 0; }

    .ssuo { position: relative; padding: 5rem 0; }
    .ssuo .main{flex-wrap: wrap;}
    .ssuo .main .tt{margin-bottom: 3rem;text-align: center;width: 100%;font-size: 3.5rem;}
    .ssuo .main .ssou-form{width: 100%;}
    .ssuo .main .ssou-form .inp{width: 100%;}


    .f-logo{padding: 5rem 0;}
    .f-logo img { height: 12.1rem; }
    .foot{flex-wrap: wrap;padding-bottom: 2rem;}
    .f-gz { position: relative; width: 100%; margin-bottom: 3rem;}
    .f-menu{width: 100%;flex-wrap: wrap;}
    .f-menu .list:first-child { border-left: none; }
    .f-menu .list { padding-left: 0;min-width: 33.33333%;margin-bottom: 3rem; }
    .f-menu .list:last-child {width: 100%;min-width: 100%;margin-bottom: 0;}

    .copyright{flex-wrap: wrap;padding: 1rem 0;}
    .copyright p{padding: .5rem 0;}

    .banner-swiper .item .img-box img{min-height: 300px;}

    .ny-nav ul { display: flex; overflow-x: scroll; }
    .ny-nav ul li { margin-right: 15px; }

    .banner-swiper .item .cont-box h1{font-size: 3.2rem;}

    .ny-qyzl .stitle{font-size: 2.8rem;}

    .zl-list-main ul li a{height: 32rem;}
    .zl-list-main ul li a .cont-box .title{font-size: 16px;letter-spacing: 0;}
    .zl-list-main ul li a .cont-box .entitle{font-size: 10px;letter-spacing: 0;}
    .zl-list-main ul li a .icon-box img{height: 5rem;}

    .qyzl-big-img img{min-height: 300px;object-fit: cover;}
    .qyzl-big-img .cont-box .title{font-size: 3.8rem;white-space: nowrap;margin-bottom: 3rem;}
    .qyzl-big-img .cont-box .entitle{font-size: 1.8rem;white-space: nowrap;}

    .qyzl-cont .stitle{font-size: 2.8rem;margin-bottom: 4rem;}

    .qyzl-cont .main ul li{margin: 0;padding: 3.5rem 0;}
    .qyzl-cont .main ul li .num-box{font-size: 7.5rem;}
    .qyzl-cont .main ul li .cont-box{padding-left: 2rem;}
    .qyzl-cont .main ul li .cont-box .title{font-size: 2.4rem;margin-bottom: 2rem;}
    .qyzl-cont .main ul li .cont-box .note{font-size: 1.6rem;margin-top: 1rem;}

    .qyzl-jg .stitle{font-size: 2.8rem;}

    .qyzl-ly .stitle{font-size: 2.8rem;}
    .qyzl-ly ul{padding-top: 5rem;flex-wrap: wrap;}
    .qyzl-ly ul li{width: 50%;padding: 0 2rem 5rem 2rem;border: none;}
    .qyzl-ly ul li .tt{font-size: 2.4rem;margin-bottom: 2rem;}
    .qyzl-ly ul li .note{font-size: 1.6rem;margin-top: 1rem;}

    .jgns .list li.first .cont-box{flex-wrap: wrap;justify-content: flex-start;}
    .jgns .list li.first .cont-box .note{max-width: 100%;margin-left: 0;}
    .jgns .list li{flex-wrap: wrap;padding-bottom: 5rem;}
    .jgns .list li .img-box{width: 100%;margin-bottom: 2rem;margin-top: 2rem;}
    .jgns .list li .cont-box{width: 100%;padding-left: 0!important;}

    .jsjm .info{flex-wrap: wrap;}
    .jsjm .info .img-box{width: 100%;padding-right: 0;}
    .jsjm .info .cont-box{width: 100%;padding-left: 0;border-left: none;margin-top: 3rem;}

    .bf-list ul {flex-wrap: wrap;}
    .bf-list ul li {width: calc(33.33333% - 3rem);padding: 1rem;min-height: 15rem;}
    .bf-list ul li .title{font-size: 2rem;}

    .gyjl .list::before{width: 1px;}
    .gyjl .title-box .title{font-size: 2.8rem;}
    .gyjl .title-box .subtitle{font-size: 1.8rem;}

    .gyjl .list .left .item::before { right: -1.6rem; transform: translateY(-24% ); width: 3.2rem; height: 4.8rem;}
    .gyjl .list .right .item::before { left: -1.6rem; transform: translateY(-24% ); width: 3.2rem; height: 4.8rem;}

    .gyjl .list .left .item { padding-right: 3rem; }
    .gyjl .list .right .item { padding-left: 3rem; }

    .gyjl .list .left .item .cont { padding-right: 2rem; border-width: 1px;}
    .gyjl .list .right .item .cont { padding-left: 2rem; border-width: 1px;}

    .gyjl .list .item .place{font-size: 2.8rem;margin-bottom: 2rem;}
    .gyjl .list .item .cont .title{font-size: 2rem;margin-bottom: 1rem;}
    .gyjl .list .item .cont .date{font-size: 1.6rem;margin-bottom: 2rem;}
    .gyjl .list .right .item:first-child{margin-top: 35rem;}

    .gyjl .endtxt{font-size: 1.8rem;}

    .wenti .title{font-size: 2.8rem;}
    .wenti .list { display: flex; justify-content: space-between; margin-top: 3.5rem;flex-wrap: wrap; }
    .wenti .list .line {display: none; }
    .wenti .list .item{padding-bottom: 3rem;}


}

@media screen and (max-width:640px){

}
































