/* 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: 1430px;}
.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%;}
/* html{font-size: 0.52083vw;} */

body {
    font-family: "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: #b09637;
    --themeColor2: #f1b025;
}
/* #0f6ff9  #2d73f0*/

/* 全局样式 */
/* [class*=am-u-] { padding-left: 0; padding-right: 0; } */

.all-pd{padding: 10rem 0;}
.all-pd-8{padding: 8rem 0;}
.all-pd-6{padding: 6rem 0;}

.all-pb{padding-bottom: 10rem;}
.all-pb-8{padding-bottom: 8rem;}
.all-pb-6{padding-bottom: 6rem;}

.all-pt{padding-top: 10rem;}
.all-pt-8{padding-top: 8rem;}
.all-pt-6{padding-top: 6rem;}

.all-mr{margin: 20px 0;}

.themeColor{color: var(--themeColor)!important;}
.colorWhite{color: #fff!important;}

.all-title-box{position: relative;}
.all-title-box .row{display: flex;align-items: baseline;}
.all-title-box .title{font-size: 4rem;font-weight: 600;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: 2rem;color: #333;white-space: nowrap;line-height: 1;margin-top: 1.8rem;}
.all-title-box .line{width: 5rem;height: 3px;background: var(--themeColor);margin: 1rem 0;}

.img100{width: 100%;}
.fixbg{ width: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover; background-attachment: fixed; -webkit-background-attachment: fixed; /* background-attachment: scroll\9; */ position: relative; }

.flex{display: flex;}
.order1{order: 1;}

.ohide{overflow: hidden;}
.ju-start{justify-content: flex-start!important;height: 90px;}

.bgw{background: #fff!important;}

.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;justify-content: center; border-radius: 3rem;line-height: 1;background: var(--themeColor);color: #fff;font-size: 1.8rem;line-height: 1;width: 18rem;height: 5.6rem;flex-shrink: 0;}
.ty-more:hover{background: #242525;color: #fff;}
.ty-more .tt{font-size: 1.8rem;color: #fff;}

.ty-bgimg{ background-repeat: no-repeat; background-size: cover; background-position: center; width: 100%; height: 100%; position: relative; overflow: hidden; }

/* ny-title */
.ny-title-box{position: relative;}
.ny-title-box .entitle{font-size: 4.2rem; line-height: 5.2rem; font-family: 'Century'; word-break: normal;}
.ny-title-box .cntitle{font-size: 3.2rem; line-height: 4.8rem; font-weight: 500; margin-top: 1.2rem;}
.ny-title-box .line{width: 10rem;height: .1rem;margin: 2rem auto;background: var(--themeColor2);}

@keyframes myshake { 0% {transform: translateX(0);} 25% {transform: translateX(-5px) rotate(-5deg);} 50% {transform: translateX(5px) rotate(5deg);} 75% {transform: translateX(-5px) rotate(-5deg);} 100% {transform: translateX(0);} }

/* heaser */
header{position: relative;min-height: 9rem;}
.header{position: fixed;top: 0;left: 0;width: 100%;z-index: 999;transition: all .3s ease-out;background: #fff;box-shadow: 0 3px 12px rgba(98,107,181,.25);}
/* .header *{transition: all .3s ease-out;} */
.header.down{ box-shadow: 0 3px 12px rgba(98,107,181,.25);}

.header .main{display: flex;justify-content: space-between;align-items: center;}
.header .main .top-logo{flex-shrink: 0;}
.header .main .top-logo img{height: 3.8rem;}
.header .main .top-logo .def{display: block;}
.header .main .top-logo .act{display: none;}
.header .main .top-menu{flex: 1;padding-left: 9rem;}
.header .main .top-menu ul{display: flex;justify-content: flex-start;}
.header .main .top-menu ul li{margin: 0 3rem;}
.header .main .top-menu ul li .a{font-size: 1.8rem;color: #333;white-space: nowrap;line-height: 9rem;display: block;text-align: center;}
.header .main .top-menu ul li.on .a{font-weight: bold;color: var(--themeColor);}
.header .main .top-menu ul li:hover .a{color: var(--themeColor);}

/* 下边线 */
/* .header .main .top-menu ul li::after{ content: ''; position: absolute; left: 50%; bottom: 0; width: 0; height: 2px; background: var(--themeColor); transition: all .3s ease-out; transform: translate(-50%,1px);}
.header .main .top-menu ul li.on::after{width: 100%;}
.header .main .top-menu ul li:hover::after{width: 100%;} */

.header .main .top-tool{flex-shrink: 0;display: flex;align-items: center;margin-left: 3rem;}
.header .main .top-tool .top-wzdt{display: flex;align-items: center;font-size: 1.8rem;color: #666;}
.header .main .top-tool .top-wzdt img{width: 2rem;margin-right: 1rem;}
.header .main .top-tool .line{width: 1px;height: 1.4rem;background: #ebebeb;margin: 0 2.5rem;}
.header .main .top-tool .top-search{display: flex;justify-content: center;align-items: center;position: relative;min-height: 9rem;}
.header .main .top-tool .top-search img{width: 1.8rem;cursor: pointer;}

/* hd-search */
.hd-search{ position: absolute;right: 0;top: calc(100% + 15px); display: none;right: -2rem;}
.hd-search form{ display: flex; box-shadow: 0 3px 12px rgba(98,107,181,.25); border-radius: 0.5rem; overflow: hidden; }
.hd-search form input{ border: none; background: #fff;border-radius: .5rem  0 0 .5rem; padding: 1.2rem; outline: none; }
.hd-search form button{ white-space: nowrap; border: none;outline: none; background: var(--themeColor); color: #fff; width: 8rem;border-radius: 0 .5rem .5rem 0; }

/* pc子菜单 */
.subnav-container{position: absolute;width: 100%;padding: 4.5rem 0;background: #fff;left: 0;border-top: 1px solid #ebebeb;box-shadow: 0 1.3rem 1.8rem rgb(1 18 47 / 7%);visibility: hidden;opacity: 1;top: 9rem;transition: all .3s;min-height: 27.5rem;}
/* .subnav-container *{transition: all 0!important;} */
.header .main .top-menu ul li:hover .subnav{ display: block; opacity: 1; visibility: visible;top: 9rem;z-index: 100; transition: all 0s;}
.sub-nav{display: flex;justify-content: space-between;}
.sub-nav .left{line-height: 1;flex: 1;}
.sub-nav .left .title{font-size: 3rem;color: var(--themeColor);font-weight: 400;}
.sub-nav .left .entitle{font-size: 1.6rem;margin-top: 2rem;color: #666;text-transform: uppercase;}
.sub-nav .center{width: 45%;display: flex;justify-content: center;border-left: 1px solid #ebebeb;padding: 0 2rem;margin: 0 2rem;}
.sub-nav .center .list{position: relative;}
.sub-nav .center .list .item{display: flex;justify-content: space-between;align-items: center;width: 34rem;padding: 0 2rem;line-height: 2.875;color: #333;transition: all 0s;}
.sub-nav .center .list .item.on{background: #e5eef8;color: var(--themeColor);}
.sub-nav .center .list .item:hover{background: #e5eef8;color: var(--themeColor);}
.sub-nav .center .list .item span{font-size: 1.6rem;}
.sub-nav .center .list .item i{font-size: 2rem;line-height: 1;}
.sub-nav .right{overflow: hidden;}
.sub-nav .right .img-box{overflow: hidden;}
.sub-nav .right .img-box img{width: 100%;max-width: 420px;max-height: 180px}

/* 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);}

.sm-menubar{cursor: pointer;display: none;}
.bar-line{width: 26px;height: 2px;background-color: #fff;margin: 6px;}
.down .bar-line{background-color: #76838f;}
.isblack .bar-line{background-color: #76838f;}
.bar-line-top{transition: all .4s;}
.bar-line-center{opacity: 1;transition: all .4s;}
.bar-line-bottom{transition: all .4s;}
.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;width: 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 .main .top-tool .top-search{margin-right: 1.5rem;}
    .header .main .top-tool .line{margin: 0 1.5rem;}
}

/* banner */
.banner{position: relative;}
.banner-swiper{position: relative;}
.banner-swiper .item{position: relative;background-color: #fff;}
.banner-swiper .item .img-box{position: relative;overflow: hidden;}
.banner-swiper .item .img-box img{width: 100%;max-height: calc(100vh - 9rem);object-fit: cover;}
.banner-swiper .item .am-container{position: absolute;width: 100%;margin: 0 auto;height: 100%;top: 0;left:50%;transform: translateX(-50%);display: flex;justify-content: flex-start;align-items: center;}
.banner-swiper .item .cont-box{display: flex;flex-direction: column;align-items: flex-start;}
.banner-swiper .item .cont-box .p1{font-size: 5.4rem;color: #fff;line-height: 1;font-weight: 500;}
.banner-swiper .item .cont-box .p2{font-size: 4rem;color: #fff;line-height: 1;margin-top: 3rem;margin-bottom: 7rem;text-transform: uppercase;font-weight: 300;}
.banner-swiper .item .cont-box .p3{font-size: 4.8rem;color: #fff;line-height: 1;margin-bottom: 7rem;font-weight: bold;}
.banner-swiper .item .cont-box .more{position: relative;}

/* 分页 */
.banner-swiper .banner-pa{ bottom: 3rem; top: initial; left: 50%; transform: translateX(-50%);  overflow: hidden;display: flex;align-items: center;justify-content: center;}
.banner-swiper .banner-pa .swiper-pagination-bullet { width: .8rem; height: .8rem; display: inline-block; border-radius: 100%; background: #fff; opacity: 1; margin: 0 .8rem; transition: all .3s;}
.banner-swiper .banner-pa .swiper-pagination-bullet-active { background: var(--themeColor); width: 1.2rem;height: 1.2rem;}

/* 切换 */
.switch-btn{width: 6rem;height: 6rem;border-radius: 50%;background: rgba(255, 255, 255, 0.2);position: absolute;top: 50%;transform: translateY(-50%);cursor: pointer;z-index: 10;transition: all .3s;font-size: 2.2rem; color: #fff;line-height: 1;display: flex;justify-content: center;align-items: center;}
.switch-btn:hover{background: #fff;color: var(--themeColor);}
.switch-btn svg{fill: #fff;transition: all .3s;}
.switch-btn:hover svg{fill: var(--themeColor);}
.banner-prev{left: 3rem;}
.banner-next{right: 3rem;}
/* 动画 */
.banner-swiper .item.swiper-slide-active .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;}

/* 动画 */
@-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)}}

/* 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{position: relative;}
.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);}

.sm-menubar{cursor: pointer;display: none;}
.bar-line{width: 26px;height: 2px;background-color: #76838f;margin: 6px;}
.bar-line-top{transition: all .4s;}
.bar-line-center{opacity: 1;transition: all .4s;}
.bar-line-bottom{transition: all .4s;}
.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;width: 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;}
}

/* about */
.ab{position: relative;background: #f7fafd;}
.ab .bg{position: absolute;width: 100%;height: 100%;background-repeat: no-repeat;background-position: left center;;}
.ab .main{display: flex;justify-content: space-between;}
.ab .main .cont-box{width: 47%;}
.ab .main .cont-box .cont{margin: 10rem 0;}
.ab .main .cont-box .cont .subtitle{font-size: 3.4rem;color: #333;font-weight: bold;}
.ab .main .cont-box .cont .note{font-size: 1.6rem;color: #666;line-height: 2.375;max-width: 60.8rem;margin: 5.5rem 0 10rem;text-align: justify;}
.ab .main .cont-box .cont .btn{display: flex;}
.ab .main .img-box{overflow: hidden;width: 47%;}
.ab .main .img-box img{width: 100%;}

/* ab-data */
.ab-data{display: flex;justify-content: space-between;align-items: center;}
.ab-data .item{text-align: center;line-height: 1;position: relative;}
.ab-data .line{
    width: 1px;height: 4rem;background: #efefef;position: relative;display: block;
}
.ab-data .item .num-box{display: flex;align-items: baseline;color: var(--themeColor);}
.ab-data .item .num-box .num{font-family: "微软雅黑"; font-size: 6rem;font-weight: 500;}
.ab-data .item .num-box .dw{font-size: 1.8rem;padding-left: .5rem;}
.ab-data .item .tt{font-size: 1.6rem;color: #999;margin-top: 2rem;}

/* 产业布局 */
.chbj{position: relative;}
.cybj .main{position: relative;}
.cybj-swiper{position: relative;}
.cybj-swiper .item{position: relative;width: 100%;overflow: hidden;}
.cybj-swiper .item .parallax-box{height: 100%;width: 100%;position: relative;}
.cybj-swiper .item .parallax-box .zwimg {width: 100%;height: 100%;overflow: hidden;}
.cybj-swiper .item .parallax-box .zwimg img{width: 100%;height: 100%;object-fit: cover;}
.cybj-swiper .item .img-box{ overflow: hidden; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-size: cover; background-position: center; transition: all 5s linear; transform: scale(1.1);}
.cybj-swiper .item.swiper-slide-active .img-box.animated{ transform: scale(1);}
.cybj-swiper .item .img-box img{width: 100%;min-height: 96rem;object-fit: cover;}
.cybj-swiper .item .am-container{ width: 100%;height: 100%;position: absolute; left: 50%;transform: translateX(-50%);z-index: 2;top: 0; padding-top: 3.5rem;}
.cybj-swiper .item .cont-box{position: relative;}
.cybj-swiper .item .cont-box .note{font-size: 3.4rem;color: #fff;font-weight: bold;line-height: 1.7;margin: 6rem 0 8rem;}
.cybj-swiper .item .cont-box .btn{display: flex;}

/* chbj-item */
.chbj-item{position: absolute;width: 100%;bottom: 0;left: 0;display: flex;z-index: 10;}
.chbj-item .item{display: flex;justify-content: center;align-items: center;width: 25%;padding: 3rem 2rem;background: rgba(0, 21, 46, 0.4);border-right: 1px solid #51617f;cursor: pointer;transition: all .5s;}
.chbj-item .item .icon{width: 6.8rem;height: 6.8rem;border-radius: 50%;display: flex;justify-content: center;align-items: center;border: 1px solid #fff;background: #fff;transition: all .5s;flex-shrink: 0;}
.chbj-item .item .icon img{ max-height: 62%;}
.chbj-item .item .cont{padding-left: 2rem;}
.chbj-item .item .cont .tt{font-size: 2.8rem;font-weight: bold;line-height: 1;color: #fff;}
.chbj-item .item .cont .entt{font-size: 1.4rem;color: #fff;line-height: 1;margin-top: .9rem;}

.chbj-item .item.on{background: #eae9e536;border-right: transparent;}
.chbj-item .item.on .icon{background: none;}
.chbj-item .item.on .icon img{filter: grayscale(200%) brightness(400%);}
.chbj-item .item:hover .icon img{ animation:   myshake .5s ease-in-out; }

/* news */
.news{position: relative;}
.news .ty-top{display: flex;justify-content: space-between;align-items: center;}
.news .ty-top .cla{display: flex;align-items: center;}
.news .ty-top .cla ul{display: flex;}
.news .ty-top .cla ul li{margin-right: 6rem;}
.news .ty-top .cla ul li a{font-size: 2.2rem;color: #333;line-height: 5.6rem;display: block;position: relative;line-height: 5.4rem;}
/* .news .ty-top .cla ul li a::after{ content: ''; position: absolute; left: 50%; bottom: 0; width: 0; height: 2px; background: var(--themeColor); transition: all .3s ease-out; transform: translate(-50%,1px); }
.news .ty-top .cla ul li.on a::after{width: 100%;} */
.news .ty-top .cla ul li.on a{color: var(--themeColor);}
/* .news .ty-top .cla .more{} */

.news-swiper{position: relative;margin: 5rem 0;}
.news-swiper .swiper-slide{display: flex;justify-content: space-between;font-family: "思源宋体";}
.news-swiper .left{width: 42.8571%;background: #fff;position: relative;}
.news-swiper .left::after{ content: ''; position: absolute; left: 50%; bottom: 0; width: 0; height: .3rem; background: var(--themeColor); transform: translateX(-50%); transition: all .7s ease-out; }
.news-swiper .left:hover::after{width: 100%;}
.news-swiper .left a{display: block;}
.news-swiper .left .img-box{overflow: hidden;}
.news-swiper .left .img-box img{width: 100%;height: 100%;object-fit: cover;transition: all .7s;max-width:600px;max-height:380px}
.news-swiper .left a:hover .img-box img{transform: scale(1.1);}
.news-swiper .left .cont-box{background: #fff;padding: 2.5rem;}
.news-swiper .left .cont-box .date{font-size: 1.4rem;color: #333;}
.news-swiper .left .cont-box .title{font-size: 2rem;color: #000;margin-top: 2rem;}

.news-swiper .right{width: 50%;border-top: 1px solid #ebebeb;border-bottom: 1px solid #ebebeb;display: flex;flex-direction: column;justify-content: space-between;padding: 2.5rem 0;}
.news-swiper .right .item{margin: 1rem 0;transition: all .7s;}
.news-swiper .right .item .date{font-size: 1.4rem;color: #333;}
.news-swiper .right .item .title{font-size: 2rem;color: #000;font-weight: bold;}
.news-swiper .right .item .note{font-size: 1.4rem;color: #666;line-height: 1; margin-top: 1rem;}
.news-swiper .right .item:hover{padding-left: 2rem;}
.news-swiper .right .item:hover .title{color: var(--themeColor);}

/* 专题专栏 */
.ztzl{position: relative;display: flex;}
.ztzl .tt{ font-size: 2.4rem;padding: 1.3rem 2.9rem;line-height: 1;font-weight: bold;color: #fff;background: var(--themeColor); writing-mode: vertical-lr; text-orientation: upright;flex-shrink: 0; margin-right: 1rem;text-align: center;}
.ztzl ul{display: flex;margin: 0 -.5rem;flex: 1;}
.ztzl ul li{height: 100%;width: 33.3333%;padding: 0 .5rem;}
.ztzl ul li a{display: block;height: 100%;overflow: hidden;}
.ztzl ul li a img{width: 100%;height: 100%;transition: all .5s;}
.ztzl ul li a:hover img{transform: scale(1.1);}

/* 产业地图 */
.cymap{position: relative;}
.cymap .main{display: flex;justify-content: space-between;align-items: center;}
.cymap .main .cont-box{width: 30%;}
.cymap .main .cont-box .note{font-size: 1.6rem;color: #fff;line-height: 2.375;text-align: justify;margin: 6.5rem 0;}
.cymap .main .cont-box .tips{font-size: 1.6rem;color: rgba(255, 255, 255, 0.5);padding-top: 2rem;}
.cymap-data{display: flex;flex-wrap: wrap;justify-content: space-between;}
.cymap-data .item{min-width: 40%;margin-bottom: 5.5rem;}
.cymap-data .item .num-box{display: flex;align-items: baseline;color: #fff;line-height: 1;}
.cymap-data .item .num-box .num{font-family: "微软雅黑"; font-size: 6rem;}
.cymap-data .item .num-box .dw{font-size: 1.8rem;padding-left: 1rem;}
.cymap-data .item .tt{font-size: 1.6rem;color: #fff;margin-top: 2rem;}
.cymap .main .map-box{flex: 1;padding-left: 0;position: relative;margin-left: 4rem;}
.cymap .main .map-box .map{width: 100%;position: relative;}

.mppiont { position: absolute; width: .8rem; height: .8rem; cursor: pointer; border-radius: 50%; z-index: 10; display: block;}
.mppiont:hover{z-index: 100;}
.mppiontdot { width: 100%; height: 100%; background: var(--themeColor2); border-radius: 50%; left: 0; top: 0; display: block; position: absolute; }
.mppiontpulse { position: absolute; top: -2rem; left: -2rem; height: 4.8rem; width: 4.8rem; border: .2rem solid var(--themeColor2); -webkit-border-radius: 50%; border-radius: 50%; box-shadow: 0 0 4px var(--themeColor2), 0 0 10px #ffbc2c inset; opacity: .12; filter: alpha(opacity=0); -webkit-animation: warn 2s ease-out both; -moz-animation: warn 2s ease-out both; -o-animation: warn 2s ease-out both; animation: warn 2s ease-out both; -webkit-animation-iteration-count: infinite; -moz-animation-iteration-count: infinite; -o-animation-iteration-count: infinite; animation-iteration-count: infinite; background: 0 0; }
.mppiont .delay-03 { -webkit-animation-delay: 0.6s; -moz-animation-delay: 0.6s; -o-animation-delay: 0.6s; animation-delay: 0.6s; }
.mppiont .delay-04 { -webkit-animation-delay: 0.8s; -moz-animation-delay: 00.8s; -o-animation-delay: 0.8s; animation-delay: 0.8s; }
.mppiont .delay-05 { -webkit-animation-delay: 1s; -moz-animation-delay: 1s; -o-animation-delay: 1s; animation-delay: 1s; }
.mppiont .sf { width: auto; display: block; position: absolute; left: 100%; color: #fff; letter-spacing: 0; white-space: nowrap; font-size: 1.3rem;}

.mppiont .dzimg{position: absolute;width: 20rem;padding: .5rem;background: #fff;left: 50%;bottom: calc(100%);transform: translateX(-50%);z-index: 100;transition: all .15s;visibility: hidden;opacity: 0;}
.mppiont .dzimg::after{ content: ''; position: absolute; left: 50%; transform: translateX(-50%); bottom: -1.7rem; border: 1rem solid transparent; border-top-color: #fff; }
.mppiont:hover .dzimg{visibility: visible;opacity: 1;bottom: calc(100% + 1.3rem);}
.mppiont .dzimg img{width: 100%;}
.mppiont .dzimg .title{font-size: 1.4rem;color: #333;line-height: 1.3;}

.dzimg-swiper{position: relative;}
.dzimg-swiper .dzimg-prev, .dzimg-swiper .dzimg-next { position: absolute; top: 50%; width: 30px; height: 20px; margin-top: -26px; z-index: 10; cursor: pointer; background-size: 28px 44px; background-position: center; background-repeat: no-repeat; z-index: 10;}
.dzimg-prev { left: 5px; right: auto; }
.dzimg-next { right: 5px; left: auto; }
.dzimg-prev.swiper-button-disabled, .dzimg-next.swiper-button-disabled { opacity: .35; cursor: no-drop; pointer-events: initial; }

/* 动画 */
@-webkit-keyframes warn { 
    0% { -webkit-transform: scale(0); transform: scale(0); opacity: 1 }
    100% { -webkit-transform: scale(.7); transform: scale(.7); opacity: 0 } 
}
@keyframes warn { 0% { -webkit-transform: scale(0); -moz-transform: scale(0); -o-transform: scale(0); transform: scale(0); opacity: 1 } 100% { -webkit-transform: scale(.7); -moz-transform: scale(.7); -o-transform: scale(.7); transform: scale(.7); opacity: 0 } }

/* footer */
.footer{position: relative;}
.foot{position: relative;}
.f-cat{display: flex;padding-bottom: 3rem;}
.f-cat .item{margin-right: 10rem;}
.f-cat .item:last-child{margin-right: 0;}
.f-cat .item .p1{display: flex;align-items: center;font-size: 1.8rem;color: #fff;margin-bottom: 2rem;}
.f-cat .item .p1 .icon{width: 2rem;display: flex;justify-content: center;align-items: center;margin-right: 1rem;}
.f-cat .item .p1 .icon img{max-width: 1.9rem;}
.f-cat .item .p2{font-size: 2.9rem;color: #fff;font-weight: bold;line-height: 1;white-space: nowrap;}
.f-menu{display: flex;border-bottom: 1px solid rgba(255, 255, 255, 0.1);border-top: 1px solid rgba(255, 255, 255, 0.1);}
.f-menu .item{position: relative;line-height: 3;margin-right: 10rem;text-align: center;}
.f-menu .item a{display: block;text-align: center;}
.f-menu .item .tt{font-size: 1.8rem;color: #fff;white-space: nowrap;}
.f-menu .item .subtt{font-size: 1.6rem;color: rgba(255, 255, 255, 0.6);}
.f-menu .item .subtt:hover{color: #fff;}
.copyright{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;padding: 3.5rem 0}
.copyright .p1{font-size: 1.4rem;color: rgba(255, 255, 255, 0.7);}
.copyright .p1 a{color: rgba(255, 255, 255, 0.7);}
.copyright .p1 a:hover{text-decoration: underline;color: #fff;}
.copyright .p1 a img{height: 2rem;margin-top: -1rem;}

/* back-top */
.back-top{position: fixed;z-index: 2000;text-align: center;bottom: 10%;right: 3rem;display: none;cursor: pointer;
/* 阴影 */
filter: drop-shadow(0 0 10px rgba(0,0,0,.2));
}
.back-top .icon{width: 4.6rem;height: 4.6rem;background: #fff;border-radius: 50%;display: flex;justify-content: center;align-items: center;margin: 0 auto;}
.back-top .icon img{height: 2.7rem;}
.back-top .tt{font-size: 1.4rem;color: #888;line-height: 1;margin-top: 1rem;}

/* ny-banner */
.ny-banner{position: relative;overflow: hidden;}
.ny-banner .img-box{overflow: hidden;}
.ny-banner .img-box img{width: 100%;height: 100%;object-fit: cover; animation: bigimgani 5000ms 1 ease forwards;min-height: 200px;max-height: 680px;}
.ny-banner .cont-box{position: absolute;width: 100%;height: 100%;top: 0;left: 50%;transform: translateX(-50%); display: flex;justify-content: flex-start;align-items: flex-end;z-index: 2;}
.ny-banner .cont-box .cont{ background: var(--themeColor); padding: 3rem 9rem 3rem 3rem; }
.ny-banner .cont-box .title{font-family: '思源宋体'; display: block;color: #fff;font-size: 3.2rem;line-height: 1;font-weight: bold;}
@keyframes bigimgani{0%{transform:scale(1.1);} 100%{transform:scale(1.0);}}

.syst{ font-family: "思源宋体"; }
.st{ font-family: 宋体, SimSun; }
/* ny-cla */
.ny-cla{position: relative;background: #f6f6f6;}
.ny-cla ul{display: flex;flex-wrap: wrap; overflow-x: auto;}
.ny-cla ul li{margin: 0 4rem;flex-shrink: 0;}
.ny-cla ul li:first-child{}
.ny-cla ul li a{font-size: 1.8rem;line-height: 8rem;color: #666;display: block;position: relative;}
.ny-cla ul li a::after{content: '';position: absolute; left: 50%;bottom: 0;width: 0%;height: .3rem;background: #d70015;transition: all .3s ease-out;max-width: 8rem;transform: translateX(-50%);}
.ny-cla ul li.on a{color: var(--themeColor);font-weight: bold;}
.ny-cla ul li.on a::after{ width: 100%; }
.ny-cla ul li a:hover{color: var(--themeColor);font-weight: bold;}
.ny-cla ul li a:hover::after{ width: 100%;}

.pcate{position: relative;margin-top: -9rem;z-index: 100;}
.pcate ul{ display: flex;width: 100%; box-shadow: 0 .4rem .8rem rgb(219, 221, 225, 35%);background: #fff;}
.pcate ul li{flex: 1;background: #fff;text-align: center;padding: 0 10px;border-right: 1px solid #ececec;}
.pcate ul li:last-child{border-right: none}
.pcate ul li a{font-size: 2.4rem;color: #333;line-height: 9rem;text-align: center;display: block;}
.pcate ul li a:hover{color: var(--themeColor);}
.pcate ul li.on{background: var(--themeColor);}
.pcate ul li.on a{font-weight: 600;color: #fff;font-weight: bold;}

/* ny-news */
.ny-news{position: relative;}
.ny-news .first{position: relative;margin-bottom: 2rem;}
.ny-news .first a{display: flex;}
.ny-news .first a .img-box{width: 50.71428%;overflow: hidden;}
.ny-news .first a .img-box img{width: 100%;height: 100%;max-height: 500px;object-fit: cover;transition: all .7s;}
.ny-news .first a .img-box:hover img{transform: scale(1.05);}
.ny-news .first a .cont-box{flex: 1;margin-left: 2rem;background: #f6f6f6;padding: 3rem;display: flex;flex-direction: column;justify-content: center;}
.ny-news .first a .cont-box .date{font-size: 1.6rem;color: #333;line-height: 1;}
.ny-news .first a .cont-box .title{font-size: 2rem;margin: 2rem 0 4rem;font-weight: bold;color: #000;}
.ny-news .first a .cont-box .note{font-size: 1.4rem;color: #666;line-height: 2.4;text-align: justify;}
.ny-news .first a .cont-box .more{margin-top: 7rem;}

/* ny-news-list */
.ny-news-list{position: relative;}
.ny-news-list li{margin: 2rem 0;}
.ny-news-list li a{display: flex;padding: 2rem;background: #f6f6f6;}
.ny-news-list li a:hover{box-shadow: 0 5px 5px rgb(110 110 110 / 15%);}
.ny-news-list li a .img-box{width: 32rem;height:18rem;overflow: hidden;margin-right: 4rem;}
.ny-news-list li a .img-box img{width: 100%;height: 100%;object-fit: cover;transition: all .5s;}
.ny-news-list li a .cont-box{flex: 1;display: flex;flex-direction: column;justify-content: center;}
.ny-news-list li a .cont-box .date{font-size: 1.4rem;color: #333;margin-bottom: 2rem;line-height: 1;}
.ny-news-list li a .cont-box .title{font-size: 2rem;color: #000;line-height: 1;font-weight: bold;}
.ny-news-list li a .cont-box .note{font-size: 1.4rem;color: #666;line-height: 2.4;margin-top: 2.5rem;}
.ny-news-list li a .icon{align-self: center;margin: 0 2rem 0 4rem;font-size: 3rem;color: #999;transition: all .5s;}
.ny-news-list li a:hover .img-box img{transform: scale(1.05);}
.ny-news-list li a:hover .title{color: var(--themeColor);}
.ny-news-list li a:hover .icon{color: var(--themeColor);transform: translateX(1rem);}

/* ny-cybj */
.ny-cybj{position: relative;}
.ny-cybj .list{position: relative;}
.ny-cybj .list li{margin: 6rem 0;position: relative;}
.ny-cybj .list li .img-box{overflow: hidden;}
.ny-cybj .list li .img-box img{width: 100%;object-fit: cover;min-height: 300px;transition: all .7s;}
.ny-cybj .list li .img-box:hover img{transform: scale(1.1);}
.ny-cybj .list li .cont-box{width: 48.4rem;height: 100%;position: absolute;top: 0;right: 0;z-index: 10;padding: 4rem;background: var(--themeColor);display: flex;flex-direction: column;justify-content: space-between;}
.ny-cybj .list li:nth-child(2n) .cont-box{right: auto;left: 0;}
.ny-cybj .list li .cont-box .hd{display: flex;padding: 1rem 0 4.5rem;align-items: center;border-bottom: 1px solid #fff;}
.ny-cybj .list li .cont-box .hd .icon-box{width: 6.8rem;height: 6.8rem;border-radius: 50%;border: 1px solid #fff;display: flex;justify-content: center;align-items: center;flex-shrink: 0;}
.ny-cybj .list li .cont-box .hd .icon-box img{max-height: 62%;filter: grayscale(150%) brightness(400%);}
.ny-cybj .list li .cont-box .hd .tt-box{margin-left: 2rem;color: #fff;}
.ny-cybj .list li .cont-box .hd .tt-box .tt{font-size: 2.8rem;line-height: 1;}
.ny-cybj .list li .cont-box .hd .tt-box .entt{font-size: 1.4rem;margin-top: 1rem;line-height: 1;}
.ny-cybj .list li .cont-box .bd{font-size: 1.8rem;color: #fff;font-weight: bold;text-align: justify;line-height: 2.2;margin: 4.5rem 0;flex: 1;}
.ny-cybj .list li .cont-box .btn{margin-bottom: 5rem;}
.ny-cybj .list li .cont-box .btn .more{background: #fff;color: var(--themeColor);border: 1px solid #fff;font-weight: 500;}
.ny-cybj .list li .cont-box .btn .more:hover{background: var(--themeColor);color: #fff;}

/* cybj-case */
.cybj-case{position: relative;}
.cybj-case .list{padding-top: 5rem;margin: 0 -1.25rem;display: flex;flex-wrap: wrap;}
.cybj-case .list li{padding: 0 1.25rem;margin-bottom: 3rem;}
.cybj-case .list li a{background: #fff;display: block;}
.cybj-case .list li a .img-box{overflow: hidden;}
.cybj-case .list li a .img-box img{width: 100%;transition: all .5s;}
.cybj-case .list li a:hover .img-box img{transform: scale(1.1);}
.cybj-case .list li a .cont-box{padding: 2rem 0;}
.cybj-case .list li a .cont-box .date{font-size: 1.4rem;color: #333;line-height: 1;}
.cybj-case .list li a .cont-box .title{font-size: 1.8rem;color: #333;margin-top: 2rem;}

/* 新闻内容 */
.ny-news-de{background: #f3f3f3;}

.ny-news-l{    width: calc(100% - 480px);float: left;background: #ffffff;padding: 50px 3%;box-sizing: border-box;box-shadow: 0 0 30px 0 rgba(0, 0, 0, .07);}
.ny-news-r{    width: 440px;float: right;padding: 30px 2.3% 0;box-sizing: border-box;background: #fff;}

.nynews-head{ border-bottom:1px solid #eee; padding-bottom:15px; margin-bottom:20px;}
.nynews-head h1{ font-size:26px; margin-bottom:10px;}
.nynews-head .info{ font-size:14px; color:#999;}
.nynews-head .info span{ display:inline-block; margin-right:15px;}
.nynews-boxarc{ border-bottom:1px solid #eee; margin-bottom:30px; line-height:2; padding-bottom:20px;min-height: 200px;}
.nynews-boxarc p{line-height:2!important;}
.nynews-boxarc img{margin-bottom: 10px;}
.nysxp{ position:relative;padding-right: 150px;}
.nysxp ul li{ line-height:2;}
.nysxp ul li a{ display:block;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.nysxp .return{ position:absolute; right:0; top:50%; transform:translateY(-50%)}
.nysxp .return a{ display:block; border-radius:30px; padding:10px 35px; border:1px solid #ddd; font-size:14px;}
.nysxp .return a:hover{ border-color:var(--themeColor); background:var(--themeColor); color:#fff;}

.ny-news-r .title{font-size: 20px;padding-bottom: 10px;line-height: 3;font-weight: bold;border-bottom: 1px solid #eee;}
.right_list a{display:block;padding:0 0 20px;width:100%;border-top:1px dashed #e5e5e5}
.right_list a:first-child{border-top:0}
.right_list .picture{width:100%; overflow:hidden;}
.right_list .picture img{ transition:all .3s linear;}
.right_list .picture:hover img{ transform:scale(1.06)}
.right_list .lans{width:100%}
.right_list .t1{font-size:16px;line-height:26px;color:#333;margin:21px 0 15px}
.right_list .t2{font-size:14px;color:#999}
.right_list a:hover .t1{color:var(--themeColor);}

@media screen and (max-width:1024px) {
    .ny-news-l{width: auto;float:none;padding:15px;margin-left: -1.5rem;margin-right: -1.5rem;border-radius: 0;}
    .ny-news-r{width: auto;float:none;margin-top:15px;padding-top:10px;margin-left: -1.5rem;margin-right: -1.5rem;padding-left: 1.5rem;padding-right: 1.5rem;}

    .nynews-head h1{ font-size:16px;}
    .nynews-head .info{ font-size:1.4rem;}
    .nynews-head .info span{ margin-right:5px;}
    .nynews-boxarc p,.nynews-boxarc{ font-size:13px;}
    .nysxp{ position:relative;padding-right: 0px;}
    .nysxp ul li{font-size:12px;}
    .nysxp ul li a{ font-size:12px;}
    .nysxp .return{ position:relative; top:0; transform:translate(0); text-align:center; margin-top:20px;}
    .nysxp .return a{ display:inline-block; padding:5px 20px; font-size:12px;}
    .ny-news-r .title{ font-size:18px; line-height:2;}
    .right_list .t2{ font-size:12px;}
    .right_list .t1{font-size: 14px;line-height: 26px;margin: 10px 0 6px;}
    .right_list a {padding: 0 0 10px;}
}

/* pagelist */
.pages{text-align:center; font-size:14px; margin:15px 0;}
.pages a{display: inline-block;padding: 5px 14px;border: 1px solid #ddd;margin-left: 4px; background:#fff;}
.pages a.on ,.pages a:hover{background: var(--themeColor);color: #FFF;}

@media screen and (max-width:1024px) {
    .pages {text-align: center;font-size: 10px;margin: 5px 0;}
    .pages a {display: inline-block;padding: 5px 10px;border: 1px solid #ddd;margin-left: 4px;background: #fff;}
}

/* case-content */
.sshd{background-color: #f3f3f3;}
.sshd-main{display: flex;flex-wrap: wrap;}
.sshd-main .left{width: 100%;padding: 2% 0;background-color: #fff;box-shadow: 0 1px 10px 0 rgb(206 223 241 / 20%);}
.sshd-main .left .page-title{font-size: 30px;color: #333;text-align: center;margin-bottom: 2%;padding: 0 4%;}
.sshd-main .left .main{margin: 0 2%;}
.sshd-main .left .main .swiper-box1{position: relative;padding: 0 50px;}
.sshd-main .left .main .swiper-box1 .img-box{
    width: 100%;display: flex;justify-content: center;align-items: center;
}
.sshd-main .left .main .swiper-box1 .img-box img{width: auto;}
.prev1{position: absolute;top: 50%;left: 0;transform: translateY(-50%);cursor: pointer;}
.next1{position: absolute;top: 50%;right: 0;transform: translateY(-50%);cursor: pointer;}
.sshd-main .left .main .swiper-box2{padding: 40px 50px;}
.sshd-main .left .main .swiper-box2 .img-box{cursor: pointer;position: relative;}
.sshd-main .left .main .swiper-box2 .img-box::after{content: '';background-color: rgba(255,255,255,.7);position: absolute;top: 0;left: 0;right: 0;bottom: 0;}
.sshd-main .left .main .swiper-box2 .swiper-slide-thumb-active .img-box::after{background-color: rgba(255,255,255,0);}
.sshd-main .left .main .swiper-box2 .img-box img{width: 100%;}
.sshd-main .left .main .content-box{font-size: 1.8rem;color: #333;line-height: 2;padding: 21px 21px 24px;margin: 0 50px;overflow: hidden;}

.sshd-main .right{width: 25%;   background-color: #fff;padding: 2%;box-shadow: 0 1px 10px 0 rgb(206 223 241 / 20%);}
.sshd-main .right .main{}
.sshd-main .right .main .page-title{font-size: 24px;color: #333;}
.sshd-main .right .main .item{padding: 5% 0;border-bottom: 1px dashed #c1c1c1;}
.sshd-main .right .main .item a{font-size: 16px;color: #666;}
.sshd-main .right .main .item a:hover{color: var(--themeColor);}

/* 分页 */
.swiper1 .swiper1-pa{ bottom: 1rem; top: initial; left: 50%; transform: translateX(-50%);  overflow: hidden;display: flex;align-items: center;justify-content: center;}
.swiper1 .swiper1-pa .swiper-pagination-bullet { width: .8rem; height: .8rem; display: inline-block; border-radius: 100%; background: #fff; opacity: 1; margin: 0 .8rem; transition: all .3s;}
.swiper1 .swiper1-pa .swiper-pagination-bullet-active { background: var(--themeColor); width: 1.2rem;height: 1.2rem;}

@media screen and (max-width:1024px) {
    .sshd-main{margin: 0 -10px;}
    .sshd-main .left {width: 100%;margin-right: 0;padding: 3% 0;background-color: #fff;margin-bottom: 20px;}
    .sshd-main .left .main .swiper-box1 {position: relative;padding: 0 10px;}
    .prev1, .next1{display: none;}
    .sshd-main .left .main .swiper-box2 {padding: 15px 11px;}
    .sshd-main .left .page-title {font-size: 18px;margin-bottom: 3%;padding: 0 calc(2% + 10px);}
    .sshd-main .left .main .content-box {font-size: 14px;line-height: 2;padding: 11px 11px 20px;margin: 0 10px;}
    .sshd-main .right {width: 100%;padding: 3%;}
    .sshd-main .right .main .page-title {font-size: 16px;}
    .sshd-main .right .main .item {padding: 3% 0;}
    .sshd-main .right .main .item a {font-size: 14px;line-height: 1;}
}

/* ny-ab */
.ny-ab{position: relative;background-repeat: no-repeat;background-size: auto;background-position: center;}
.ny-ab .subtitle{ font-size: 3.4rem; color: #333; font-weight: bold;margin-top: 6.5rem;margin-bottom: 5.5rem;}
.ny-ab .cont{font-size: 1.8rem;color: #666;line-height: 2.375;margin-bottom: 7rem;}
.ny-ab .ab-data{justify-content: space-evenly;}

/* zzjg */
.zzjg{position: relative;}
.zzjg .cont{text-align: center;margin-top: 3rem;}

/* event */
.event{position: relative;}
.event .swiper-container-cube .swiper-cube-shadow{opacity: 0;}
.yitem{position: relative;opacity: 0!important;transition: all .5s;}
.yitem.swiper-slide-active{opacity: 1!important;z-index: 100;}
.moon-swiper{position: relative;}
.mitem{position: relative;display: flex;opacity: 0!important;transition: all .5s;}
.mitem.swiper-slide-active{opacity: 1!important;z-index: 100;}

.mitem .cont-box{width: 50%;padding-right: 4rem;flex: 1;}
.mitem .cont-box p{position: relative;padding-left: 2.8rem;font-size: 1.6rem;color: #333;margin: 2.5rem 0;position: relative;}
.mitem .cont-box p::before{ content: ''; position: absolute;width: .8rem;height: .8rem;background: var(--themeColor); top: .9rem;left: 0;border-radius: 100%; }
.mitem .img-box{width: 50%;}
.mitem .img-box img{width: 100%;}

/* year-switch-box */
.year-switch-box{position: relative;display: flex;align-items: flex-end;margin-bottom: 10rem;}
.year-switch-box .year{display: flex;color: var(--themeColor);line-height: 1;margin: 0 2rem;align-items: baseline;}
.year-switch-box .year b{font-size: 6rem;}
.year-switch-box .year span{font-size: 2rem;margin-left: 2rem;}
.year-switch-box .btn{cursor: pointer;}
.year-switch-box .btn.swiper-button-disabled{cursor: no-drop;}
.year-switch-box .btn img{height: 1.9rem;transition: all .3s;}
.year-switch-box .btn:hover img{transform: scale(1.1);}

/* moon-pa */
.moon-pa{display: flex;position: relative;justify-content: space-around;}
.moon-pa::after{content: '';width: 100%;height: 1px;background: #c4ccd5;position: absolute;top: .6rem;left: 0;z-index: 1;}
.moon-pa .item{display: flex;flex-direction: column;align-items: center;position: relative;z-index: 10;min-width: 5.5rem;flex-shrink: 0;padding: 0 .5rem;cursor: pointer;}
.moon-pa .item .dot{width: 1.2rem;height: 1.2rem;background: #c4ccd5;position: relative;border-radius: 100%;}
.moon-pa .item.on .dot{background: var(--themeColor);}
.moon-pa .item.on.act .dot::after{ content: '';width: 250%;height: 250%;border: .2rem solid var(--themeColor);border-radius: 100%;left: 50%;top: 50%; transform: translate(-50%, -50%);position: absolute; }
.moon-pa .item .moon{line-height: 1;font-size: 1.6rem;color: #333;margin-top: 2.6rem;white-space: nowrap;}
.yitem.swiper-slide-active .moon-pa{
    z-index: 100;
}

/* qywh */
.qywh{position: relative;background: #f6fafd;}
.qywh .list{display: flex;margin: 0 -1.5rem;}
.qywh .list li{width: calc(50% - 3rem);margin: 0 1.5rem;position: relative;}
.qywh .list li .img-box{overflow: hidden;}
.qywh .list li .img-box img{width: 100%;transition: all .6s;}
.qywh .list li:hover .img-box img{transform: scale(1.1);}
.qywh .list li .cont-box{width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 10;padding: 4rem 2rem;text-align: center;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.qywh .list li .cont-box .icon{max-height: 5.2rem;}
.qywh .list li .cont-box .title{font-size: 2.8rem;font-weight: bold;color: #fff;margin: 3rem 0 2rem;line-height: 1.2;}
.qywh .list li .cont-box .note{font-size: 1.8rem;color: #fff;}

/* ny-zhyw */
.ny-zhyw{position: relative;}
.ny-zhyw .note{font-size: 1.8rem;color: #666;line-height: 2.1;text-indent: 2em;}
.ny-zhyw .list{position: relative;}
.ny-zhyw .list li{position: relative;margin-bottom: 4rem;}
.ny-zhyw .list li:nth-child(2n) .img-box{order: 1;}
.ny-zhyw .list li a{display: flex;justify-content: space-between;padding: 4rem;background: #f6f6f6;align-items: center;}
.ny-zhyw .list li a .img-box{overflow: hidden;width: 48%;}
.ny-zhyw .list li a .img-box img{width: 100%;transition: all .6s;}
.ny-zhyw .list li a:hover .img-box img{transform: scale(1.08);}
.ny-zhyw .list li a .cont-box{width: 48%;padding: 3rem 0;display: flex;flex-direction: column;}
.ny-zhyw .list li a .title{font-size: 2.8rem;color: #333;}
.ny-zhyw .list li a .txt{font-size: 1.8rem;color: #333;flex: 1;line-height: 2;margin: 3rem 0;color: #666;}

/* ny-rcjs */
.ny-rcjs{position: relative;}
.ny-rcjs .list{position: relative;margin-bottom: 4rem;}
.ny-rcjs .list li{padding: 3rem;border-bottom: 1px solid #ebebeb;}
.ny-rcjs .list a{display: flex;}
.ny-rcjs .list a .cont-box{flex: 1;}
.ny-rcjs .list a .cont-box .title{font-size: 2rem;color: #000;}
.ny-rcjs .list a .cont-box .note{font-size: 1.6rem;color: #666;line-height: 1.9;margin: 2rem 0;}
.ny-rcjs .list a .cont-box .hits{display: flex;justify-content: center;align-items: baseline;padding: .8rem 2.5rem;line-height: 1;border-radius: 1.6rem;border: 1px solid #999;font-size: 1.6rem;color: #999;}
.ny-rcjs .list a .cont-box .hits img{margin-right: .8rem;}
.ny-rcjs .list a .cont-box .hits span{}
.ny-rcjs .list a .date-box{margin-left: 10rem;text-align: center;line-height: 1;font-family: initial;align-self: center;}
.ny-rcjs .list a .date-box .d{font-size: 6.4rem;font-weight: 500;color: #333;}
.ny-rcjs .list a .date-box .ym{font-size: 1.8rem;color: #333;margin-top: 1.5rem;}
.ny-rcjs .list a:hover .title{color: var(--themeColor);}

/* contact */
.map{position: relative;}
.map .main{position: relative;}

#allmap{ height:50vh;}
#allmap img{ max-width:inherit;}

.ny-warp{padding: 40px 0;background: #fafbfb;position: relative;z-index: 1;}
.ny-ct-main{background:#fff;padding:80px;margin-top:-120px;min-height:400px;position:relative;z-index:999;}
.ny-ct-left{ width:50%; float:left;}
.ny-ct-left .tit{ font-size:32px; margin-bottom:10px;}
.ny-ct-left .note{color:#999; }
.ny-ct-left .cont{margin-top:40px;}
.ny-ct-left .cont p{ border-bottom:1px dashed #eee; margin-bottom:15px; padding-bottom:15px;}
.ny-ct-left .cont p img{ margin-right:10px;}
.ny-ct-right{ width:50%; float:right; padding-left:40px;}

.mesipu{}
.mesipu .item{}
.mesipu .item .iput{ width:50%; float:left; padding:0 10px; margin-bottom:20px;position:relative;}
.mesipu .item .iput:nth-child(3){}
.mesipu .item .iput .bitian{position:absolute;right:20px;top:50%;transform:translateY(-50%);color:#f30;font-size:14px;}
.mesipu .item .iput .am-form-field{ padding:15px; background:#f5f5f5; border:none; outline:none;}
.zbcg-mes .mesipu .item .iput{width:25%;}
.mesipu .item.wyb .iput{ width:100%;}
.c-t-m-btn{ padding-left:10px;}
.c-t-m-btn .yzm{ float:left; width:50%; margin-right:15px; position:relative;}
.c-t-m-btn .yzm .am-form-field{ padding:15px; background:#f5f5f5; border:none; outline:none;}
.c-t-m-btn .yzm img{ position:absolute; right:10px; top:50%; transform:translateY(-50%); z-index:23;}
.c-t-m-btn .am-btn{ background:var(--themeColor); padding:15px; width: calc(50% - 25px); color:#fff; border-radius:4px;}
.zbcg-mes .mesipu .item .iput:nth-child(3){width:25%;}

@media screen and (max-width: 1024px) {
    #allmap {height: 40vh;font-size: 12px;}
    .ny-ct-main{ padding:15px; margin-top:-60px;}
    .ny-ct-left{ width:100%; float:none;}
    .ny-ct-left .tit{ font-size:16px; font-weight:bold;}
    .ny-ct-left .note{ font-size:12px;}
    .ny-ct-left .cont{ margin-top:20px;}
    .ny-ct-left .cont p{ font-size:14px;}
    .ny-ct-left .cont p img{ width:20px; margin-right:5px;}
    .ny-ct-right{ width:100%; float:none; padding-left:0;}
    .mesipu .item .iput{width: 100%;float: none; margin-bottom: 10px;font-size: 12px;}
    .zbcg-mes .mesipu .item .iput,.zbcg-mes .mesipu .item .iput:nth-child(3){width:100%;}
    .mesipu .item .iput:last-child{margin-bottom: 0;}
    .mesipu .item .iput .bitian{font-size:12px;}
    .mesipu .item .iput .am-form-field{font-size: 12px;}
    .mesipu .item{margin-bottom: 10px;}
    .c-t-m-btn{ padding-right:10px;}
    .c-t-m-btn .am-btn{ padding:10px; width:140px; font-size:12px; display:block; margin:0 auto;}
    .c-t-m-btn .yzm .am-form-field{font-size: 12px;}
    .c-t-m-btn .yzm{ float:none; width:100%; margin-right:0; margin-bottom:10px;}
}

.map-container{ width: 100%;height:700px;margin-top: 50px;position: relative; }
.map-container::after{ content: "";width: 100%;height: 100%;opacity: 0;z-index: 100;position: absolute;top: 0;left: 0; }

/* 公司文化 */
.gswh{position: relative;background: #f5f5f5;}
.gswh-ul{}
.gswh-ul li{margin-bottom: 4%;display: flex;flex-wrap: wrap;background: #fff;box-shadow: 0 5px 15px rgba(0, 0, 0, 0.04);}
.gswh-ul li:nth-child(2n) .img-box{order: 2;}
.gswh-ul li .img-box{width: 50%;overflow: hidden;}
.gswh-ul li .img-box img{width: 100%;height: 100%;object-fit: cover;}
.gswh-ul li .cont-box{width: 50%;overflow: hidden;padding: 5%;display: flex;flex-direction: column;justify-content: center;}
.gswh-ul li .cont-box .title{font-size: 3.2rem;color: var(--themeColor);margin-bottom: 5%;}
.gswh-ul li .cont-box .txt{font-size: 1.8rem;color: #666;}

@media screen and (max-width:768px){
    .gswh-ul li .cont-box .title{font-size: 2.4rem;}
    .gswh-ul li .img-box{width: 100%;}
    .gswh-ul li:nth-child(2n) .img-box{order: 0;}
    .gswh-ul li .cont-box{width: 100%;}
}

/* 媒体查询 */
@media screen and (min-width: 1921px){
    /* html { font-size: 62.5%; } */
    /*.am-container{max-width: 1630px;}*/
}

@media screen and (max-width: 1680px){
    html { font-size: 55.5%; }
    .am-container{max-width: 1300px;}
}

@media screen and (max-width: 1440px){
    html { font-size: 48.5%; }
    .am-container{max-width: 1200px;}
}

@media screen and (max-width:1024px){
    html {background: #fafafa;}
    body{ margin:0 auto; background:#fff; zoom:1;}
    .arccontent img{ height:auto !important;max-width: 100%!important;}

    .am-container{padding-left: 20px;padding-right: 20px;}

    .all-pd{padding: 5rem 0;}
    .all-pd-8{padding: 4rem 0;}
    .all-pd-6{padding: 3rem 0;}

    .all-pb{padding-bottom: 5rem;}
    .all-pb-8{padding-bottom: 4rem;}
    .all-pb-6{padding-bottom: 3rem;}

    .all-pt{padding-top: 5rem;}
    .all-pt-8{padding-top: 4rem;}
    .all-pt-6{padding-top: 3rem;}

    .all-title-box .title{font-size: 2.8rem;}
    .all-title-box .entitle{font-size: 1.6rem;margin-top: 1rem;}

    .header .main .top-menu {display: none; }
    
    .banner-swiper .item .cont-box .p1{font-size: 2.4rem;}
    .banner-swiper .item .cont-box .p2{font-size: 2rem;margin-top: 2rem;margin-bottom: 4rem;}

    .ab .main{flex-wrap: wrap;} 
    .ab .main .cont-box{width: 100%;}
    .ab .main .cont-box .cont{margin: 3rem 0;}
    .ab .main .cont-box .cont .subtitle{font-size: 2.4rem;}
    .ab .main .cont-box .cont .note{margin: 2.5rem 0;}
    .ab .main .img-box{margin-top: 4rem;width: 100%;}

    .cybj-swiper .item { height: 530px; }
    .cybj-swiper .item .cont-box .note { font-size: 2.4rem; margin: 3rem 0 4rem; }
    
    .ztzl ul{flex-wrap: wrap;margin: -0.5rem;}
    .ztzl ul li { height: auto; width: 50%; padding: 0.5rem 0.5rem 0.5rem; }
    
    .cymap .main {flex-wrap: wrap;}
    .cymap .main .cont-box{width: 100%;}
    .map-container{ width: 100%;height:500px;margin-top: 50px }
    
    .ny-ab .subtitle { font-size: 2.4rem; margin: 3rem 0; }
    .ny-ab .cont { margin-bottom: 3rem; }

    .mitem{flex-wrap: wrap;}
    .mitem .cont-box { width: 100%; padding-right: 0; }
    .mitem .img-box { width: 100%; }
    .mitem .img-box img { width: 100%; }
    .year-switch-box .year b { font-size: 4rem; }
    .year-switch-box{margin-bottom: 4rem;}
    .year-swiper{margin: 0rem;}

    .moon-pa { justify-content: flex-start; overflow-x: auto; padding-top: 4rem; padding-bottom: 0;overflow-y: hidden;display: none;}
    .moon-pa::after { top: 4.6rem; width: 150%;}

     .pcate{position: relative;margin-top: -5.8rem;z-index: 100;}
     .pcate ul li a{font-size: 1.8rem;line-height: 5.8rem;white-space: nowrap;}

}

@media screen and (max-width:768px){
    .ty-more{width: 13rem;height: 4.4rem;font-size: 1.6rem;}
    .banner-swiper .switch-btn{display: none;}

    .ab-data .item .num-box .num { font-size: 4.8rem; }
    .ab-data .item .num-box .dw { font-size: 1.4rem; }
    .ab-data .item .tt { margin-top: 1.5rem; }
    
    .chbj-item{flex-wrap: wrap;}
    .chbj-item .item { justify-content: flex-start; width: 50%; height: 8rem; padding-left: 20px; }
    .chbj-item .item .icon{width: 4.8rem;height: 4.8rem;}
    .chbj-item .item .cont .tt{font-size: 1.8rem;}
    .news .ty-top .cla ul{display: none;}

    .news-swiper .swiper-slide{flex-wrap: wrap;}
    .news-swiper .left{width: 100%;}
    .news-swiper .right{width: 100%;}

    .cymap .main .cont-box .note{margin: 3.5rem 0;}
    .cymap-data .item{margin-bottom: 3.5rem;}
    .cymap-data .item .num-box .num{font-size: 4.8rem;}
    .cymap-data .item .num-box .dw{font-size: 1.4rem;}
    .cymap-data .item .tt{margin-top: 1rem;}
    .cymap .main .cont-box .tips{padding-bottom: 2.5rem;}
    .cymap .main .map-box{width: 100%;padding-left: 0;flex: auto;margin-left: 0;}
    
    .f-cat { flex-wrap: wrap; }
    .f-cat .item { margin-right: 0; width: 100%; margin-bottom: 2rem; }
    .f-cat .item:last-child { margin-bottom: 0; }
    .f-cat .item .p1{margin-bottom: 2rem;}
    .f-cat .p1:last-child{margin-bottom: 0;}
    .f-cat .item .p2{font-size: 2.4rem;}

    .f-menu{flex-wrap: wrap;justify-content: space-between;}
    .f-menu .item{margin-right: 1rem;}
    .f-menu .item:last-child{margin: 0;}
    .copyright { padding: 2rem 0; border-top: 1px solid rgba(255, 255, 255, 0.1);}

    .ny-banner .cont-box .cont { padding: 2rem; padding-right: 4rem; }
    .ny-banner .cont-box .title{font-size: 2.2rem;}

    .ny-cla ul li { margin: 0 1.5rem; }

    .ny-news .first a{flex-wrap: wrap;}
    .ny-news .first a .img-box{width: 100%;}
    .ny-news .first a .cont-box{width: 100%;margin-left: 0;padding: 3rem 2rem;}
    .ny-news .first a .cont-box .title{margin: 2rem 0;}
    .ny-news .first a .cont-box .note{-webkit-line-clamp: 2;}
    .ny-news .first a .cont-box .more { margin-top: 2rem; }
    .ny-news-list li a{flex-wrap: wrap;}
    .ny-news-list li a .img-box{width: 100%;margin-right: 0;margin-bottom: 3rem;}
    .ny-news-list li a .cont-box .note{margin-top: 2rem;}
    .ny-news-list li a .icon{display: none;}

    .qywh .list{flex-wrap: wrap;}
    .qywh .list li{width: 100%;margin: 1.5rem;}

    .ny-zhyw .list li{margin-bottom: 3rem;}
    .ny-zhyw .list li a{flex-wrap: wrap;padding: 2rem;}
    .ny-zhyw .list li a .img-box{width: 100%;}
    .ny-zhyw .list li a .img-box img{width: 100%;}
    .ny-zhyw .list li a .cont-box{width: 100%;padding: 2rem 0;}
    .ny-zhyw .list li a .title { font-size: 2.4rem; }
    .ny-zhyw .list li a .txt{margin: 2rem 0;}
    .ny-zhyw .list li:nth-child(2n) .img-box { order: 0; }
    
    .ny-rcjs .list li{padding: 2rem;}
    .ny-rcjs .list a .date-box {
        margin-left: 2rem;
        align-self: self-start;
    }
    .ny-rcjs .list a .date-box .d { font-size: 2.4rem; }
    .ny-rcjs .list a .date-box .ym { font-size: 1.6rem; margin-top: 1rem; }
    
    .ny-rcjs .list li{padding: 2rem;}
    .ny-rcjs .list a .date-box { margin-left: 2rem; align-self: self-start; }
    .ny-rcjs .list a .date-box .d { font-size: 2.4rem; }
    .ny-rcjs .list a .date-box .ym { font-size: 1.6rem; margin-top: 1rem; }
    
    .ny-cybj .list li { margin: 4rem 0; }
    .ny-cybj .list li .img-box img { width: 100%; min-height: auto; }
    .ny-cybj .list li .cont-box { width: 100%; height: 100%; position: relative; padding: 3rem; }

    .ny-cybj .list li .cont-box .hd { padding: 0rem 0 3rem; }
    .ny-cybj .list li .cont-box .bd { font-size: 1.8rem; margin: 3rem 0; }
    .ny-cybj .list li .cont-box .btn { margin-bottom: 1rem; }
    
    .map-container{ width: 100vw;height:300px;margin-top: 0px; margin-left: -20px;margin-right: -20px;}
}