/* Write your styles */
@font-face { font-family: "num"; src: url(../fonts/DIN\ Alternate\ Bold.ttf) format('truetype'); }
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-container-index{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%;}

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;
}

/* root */
:root{
    --themeColor: #008d58;
    --themeColor2: #1762c7;
}

/* common style */
.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: 3.8rem;font-weight: bold;color: #333333;white-space: nowrap;line-height: 1;}
.all-title-box .subtitle{font-size: 2rem;color: #999;white-space: nowrap;margin-top: 2rem;}
.all-title-box .entitle{font-size: 2.4rem;color: #e3ecec;white-space: nowrap;line-height: normal;}
.all-title-box .line{width: 6rem;height: 4px;background: var(--themeColor2);margin: 1rem 0;position: relative;overflow: hidden;border-radius: .3rem;}
.all-title-box .line::after{ content: "";width: 50%;height: 100%;position: absolute;display: block; background: var(--themeColor);left: 0;bottom: 0;z-index: 2; }
.all-title-box .icon{position: relative;margin-top: 2rem;height: 2rem;}
.all-title-box .icon::after{ content: "";width: 2rem;height: 2rem; position: absolute;left: 0;top: 0; background: #fff;border: 1px solid var(--themeColor);border-radius: 50%;z-index: 1; }
.all-title-box .icon::before{ content: "";width: 2rem;height: 2rem; position: absolute;left: 1.2rem;top: 0; background: var(--themeColor);border: 1px solid var(--themeColor);border-radius: 50%;z-index: 2; }

.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; }
.ty-bgimg{ background-repeat: no-repeat; background-size: cover; background-position: center; width: 100%; height: 100%; position: relative; overflow: hidden; }
.ty-bgc{background-color: #f5f5f5;}
.flex{display: flex;}
.order1{order: 1;}
.bgr {
    background: #f5f5f5;
}

.ohide{overflow: hidden;}
.position-re{position: relative!important;}
.ju-start{justify-content: flex-start!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;}

/* ty-btn */
.ty-btn{padding: 0.8em 2em; border-radius: 0rem; background: var(--themeColor); color: #fff; font-size: 1.8rem; position: relative; text-align: center; border: none; display: inline-block;}
.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; }

.wty-btn:hover span{color: #fff;}
.wty-btn::before{background: #fff;}
.wty-btn::after{background: #fff;}
.wty-btn span::before{background: #fff;}
.wty-btn span::after{background: #fff;}

.wty-btn.act { background: transparent; }
.wty-btn.act::before { height: 100%; transition: all 0.5s ease;}
.wty-btn.act::after { width: 100%; transition: all 0.5s ease;}
.wty-btn.act > span { color: var(--themeColor); transition: all 0.5s ease;}
.wty-btn.act span{color: #fff;}
.wty-btn.act > span::before { height: 100%; transition: all 0.5s ease;}
.wty-btn.act > span::after { width: 100%; transition: all 0.5s ease;}

/* ty-more */
.ty-more{display: flex;align-items: center;line-height: 1;justify-content: center;width: 4.8rem;height: 4.8rem;border-radius: 100%;background: var(--themeColor);}
.ty-more .icon{display: flex;justify-content: center;align-items: center;transition: all .5s;}
.ty-more .icon svg,.ty-more .icon img{transition: all .5s;}
.ty-more .icon img{width: 1.3rem;}
.ty-more .tt{font-size: 1.4rem;color: #fff;padding-right: 2rem;}
.ty-more:hover .icon svg{transform: rotate(45deg);}
.ty-more:hover .icon img{transform: rotate(45deg);}

/* ty-more2 */
.ty-more2{display: flex;align-items: center;padding: 1.5rem 2.7rem;border-radius: 2.5rem;border: 1px solid #fff;line-height: 1;}
.ty-more2 .icon{display: flex;justify-content: center;align-items: center;transition: all .5s;}
.ty-more2 .icon svg,.ty-more2 .icon img{transition: all .5s;}
.ty-more2 .icon img{width: 1.1rem;}
.ty-more2 .tt{font-size: 1.4rem;color: #fff;padding-right: 2rem;}
.ty-more2:hover .icon svg{transform: rotate(45deg);}
.ty-more2:hover .icon img{transform: rotate(45deg);}

/* cm-more */
.cm-more{width: 18rem;height: 5rem;border-radius: 2.5rem;background: var(--themeColor);display: flex;justify-content: space-around;align-items: center;transition: all .3s;top: 0;position: relative;}
.cm-more:hover{ box-shadow: 0 0 3rem rgb(0 141 88 / 35%); }
.cm-more .tt{font-size: 1.8rem;color: #fff;}
.cm-more .icon{width: 1.3rem;transition: all .5s;}
.cm-more:hover .icon{transform: rotate(45deg);}

/* ty-top */
.ty-top{display: flex;justify-content: space-between;flex-wrap: wrap;align-items: center;}

/* num-font */
.num-font{ font-family: "num" !important; font-weight: bold; }

/* my-dropdown-toggle */
.my-dropdown-toggle{padding: 1rem;font-size: 1.6rem;color: #fff;display: flex;align-items: center;line-height: 1;border: 1px solid #fff;border-radius: 3rem;cursor: pointer;}
.down .my-dropdown-toggle,.down .my-dropdown-toggle{border: 1px solid #333;}
.my-dropdown-toggle .txt{font-size: inherit;}
.my-dropdown-toggle .icon{padding-left: 5px;}

/* 抖动动画 */
@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);} }
/* 旋转动画 */
@keyframes myrotate { 0% {transform: rotate(0deg);} 100% {transform: rotate(360deg);} }
/* 放大又缩小动画 */
@keyframes myscale { 0% {transform: scale(.75);} 25% {transform: scale(1);} 50% {transform: scale(.75);} 75% {transform: scale(1); } 100% {transform: scale(.75); } }


/* heaser */
header{position: relative;}
.header{position: fixed;top: 0;left: 0;width: 100%;z-index: 999;transition: all .3s ease-out;border-bottom: 1px solid rgb(255 255 255 / 10%);}
.header .am-container{width: 100%;max-width: 100%;padding-left: 5.2083333%;padding-right: 5.2083333%;}
/* .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.6rem;}
.header .main .top-logo .def{display: block;}
.header .main .top-logo .act{display: none;}
.header .main .top-menu{flex: 1;}
.header .main .top-menu ul{display: flex;justify-content: flex-end;}
.header .main .top-menu ul li{margin: 0 3rem;min-width: 6rem;position: relative;}
/* .header .main .top-menu ul li:last-child{margin-right: 0;} */
.header .main .top-menu ul li .a{font-size: 18px;color: #fff;white-space: nowrap;line-height: 9rem;display: block;text-align: center;position: relative;}
.header .main .top-menu ul li .a::after{ content: "";width: 0%;height: 3px;background-color: #fff;position: absolute;bottom: -1px;left: 50%;transform: translateX(-50%);transition: all .3s ease-out; }
/* .header .main .top-menu ul li.on{color: var(--themeColor);} */
.header .main .top-menu ul li.on .a{color: #fff;font-weight: bold;}
.header .main .top-menu ul li.on:hover .a{color: #fff;}
.header .main .top-menu ul li:hover .a{color: #fff;}
.header .main .top-menu ul li.on .a::after{width: 100%;}
.header .main .top-menu ul li:hover .a::after{width: 100%;}

/* top-tool */
.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;margin-left: 4rem;}
.header .main .top-tool .top-search img{width: 2.1rem;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; }

/* down */
.header.down{ box-shadow: 0 3px 12px rgba(98,107,181,.25);background: rgba(255, 255, 255, 1);border-color: transparent;}
.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.down .main .top-menu ul li:hover .a{color: var(--themeColor);}
.header.down .main .top-menu ul li.on:hover .a { color: var(--themeColor); }
.header.down .main .top-menu ul li .a::after{background: var(--themeColor);}
.header.down .main .top-tool .top-search img { filter: invert(1); }
.header.down .my-dropdown-toggle{color: #333;}

/* wbg */
.header.wbg{ position: relative; box-shadow: 0 3px 12px rgba(98,107,181,.25);background: rgba(255, 255, 255, 1);border-color: transparent;}
.header.wbg .main .top-logo .def{display: none;}
.header.wbg .main .top-logo .act{display: block;}
.header.wbg .main .top-menu ul li .a{color: #333;}
.header.wbg .main .top-menu ul li:hover .a{color: var(--themeColor);}
.header.wbg .main .top-menu ul li.on:hover .a { color: var(--themeColor); }
.header.wbg .main .top-menu ul li .a::after{background: var(--themeColor);}
.header.wbg .main .top-tool .top-search img { filter: invert(1); }
.header.wbg .my-dropdown-toggle{color: #333;}

/* subnav */
.subnav{position: absolute;min-width: 160%;background-color: #FFF;margin: 0;box-shadow: 0 2px 38px rgb(0 0 0 / 15%);height: auto;z-index: 199;top: 130%;left: 50%;opacity: 0;visibility: hidden;transition: all .36s ease;border-left: 1px solid #f5f5f5;border-right: 1px solid #f5f5f5;border-radius: 5px;transform: translateX(-50%);white-space: nowrap;}
.top-menu ul li:hover .subnav {opacity: 1;visibility: visible;top: calc(95%);}

.subnav::before{content: "";display: block;position: absolute;left: 50%;top: -8px;margin-left: -5px;border-left: 5px solid transparent;border-right: 5px solid transparent;border-bottom: 8px solid #fff;}
.subnav .item{border-bottom: 1px solid #f5f5f5;position: relative;}
.subnav .item:first-child{border-radius: 5px 5px 0 0;}
.subnav .item a{font-weight: 400;color: #666;padding: 8px 10px;line-height: 22px;text-align: center;display: block;transition: all .2s ease-in-out;font-size: 1.4rem;}
.subnav .item a:hover{color: var(--themeColor);}

/* sublist */
.sublist{position: absolute;top: 0;left: calc(100% + 15px);min-width: 100%;width: auto;overflow: hidden;}
.issub::before{content: '';position: absolute;top: 50%;right: -10px;margin-top: -5px;width: 0;height: 0;border-top: 5px solid transparent;border-bottom: 5px solid transparent;border-left: 5px solid #fff;display: none;}
.issub:hover::before{display: block;}
.subnav .item .sublist a{display: block;border-bottom: 1px solid #f5f5f5;white-space: nowrap;padding: 8px 10px;}
.sublist a:hover{ background-color: #f5f5f5; }
.subnav .item .sublist{position: absolute;top: 30px;left: calc(100% + 15px);min-width: 100%;background-color: #fff;box-shadow: 0 2px 10px rgba(0,0,0,.05);border-radius: 5px;transition: all .36s ease;opacity: 0;visibility: hidden;z-index: 199;}

.subnav .item .sublist .item{border-bottom:1px solid #ededed;text-align: left;padding: 0 15px;}
.subnav .item .sublist .item h5{margin: 0;}
.subnav .item .sublist .item h5 a{font-size: 14px;color: #005bac;padding: 8px 10px;white-space: nowrap;font-weight: bold;}
.subnav .item .sublist .item a{border-bottom: none;font-size: 12px;border-radius: 5px;}

.subnav .item:hover .sublist{opacity: 1;visibility: visible;top: 0;}
.subnav .item .sublist a:first-child{ border-radius:5px 5px 0 0;}
.subnav .item .sublist a:last-child{ border-radius:0 0 5px 5px;}



/* 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: 2.6rem;height: .2rem;background-color: #fff;margin: .6rem;}
.down .bar-line, .wbg .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;}
}

/* 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%;height: calc(100vh);object-fit: cover;min-height: 300px;}
.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{color: #fff;line-height: 1;font-weight: 400;letter-spacing: .38em;}
.banner-swiper .item .cont-box .p1 img{height: 2.1rem;text-shadow: 3px 3px 3px rgba(0,0,0,0.4);}
.banner-swiper .item .cont-box .p2{font-size: 6rem;color: #fff;line-height: 1;margin-top: 6rem;margin-bottom: 3rem;font-weight: bold;letter-spacing: 0.06em;text-shadow: 3px 3px 3px rgba(0,0,0,0.4);}
.banner-swiper .item .cont-box .p3{font-size: 2.4rem;color: #fff;line-height: 1;margin-bottom: 6.5rem;text-transform: uppercase;font-weight: 300;letter-spacing: 0.16em;text-shadow: 3px 3px 3px rgba(0,0,0,0.4);}
.banner-swiper .item .cont-box .btn{position: relative;}

/* banner-pa */
.banner-swiper .banner-pa{position: absolute;bottom: 6rem;left: 50%;transform: translateX(-50%);    z-index: 60; display: flex;}
.banner-swiper .banner-pa .swiper-pagination-bullet{width: 4rem;height: 2px;margin: 0; margin-right: 1rem;background: rgb(255 255 255 / 50%);opacity: 1;}
.banner-swiper .banner-pa .swiper-pagination-bullet-active{background: var(--themeColor);opacity: 1;}

/* banner-btn */
.banner-swiper .banner-btn{position: absolute;top: 50%;transform: translateY(-50%);z-index: 50;cursor: pointer;}
.banner-swiper .banner-btn img{height: 4rem;transition: all .3s;}
.banner-swiper .banner-btn:hover img{transform: scale(1.05);}
.banner-swiper .banner-btn .btn{height: 4rem;}
.banner-swiper .banner-prev{left: 3.125%;}
.banner-swiper .banner-next{right: 3.125%;}

/* banner-down */
.banner-swiper .down{position: absolute;left: 50%;bottom: 5rem;transform: translateX(-50%);text-align: center;z-index: 20; }
.banner-swiper .down .mouse{ -webkit-animation: updown 2s linear infinite; animation: updown 2s linear infinite; }
.banner-swiper .down img{height: 3.4rem;}
.banner-swiper .down p{font-size: 1.4rem;color: #fff;line-height: 1;margin-top: 1rem;}

/* 动画 */
.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)}}


@keyframes bigimgani{0%{transform:scale(1.1);} 100%{transform:scale(1.0);}}
@keyframes updown {
    0% { transform: translate(0px, 0px); }
    25% { transform: translate(0px, -10px);}
    50% { transform: translate(0px, 0px);}
    75% { transform: translate(0px, 10px);}
    100% { transform: translate(0px, 0px);}
}



/* bus */
.bus{position: relative;}
.bus-list{display: flex;flex-wrap: wrap;margin: 0 -2rem;}
.bus-list .item{padding: 1.5rem 2rem;}
.bus-list .item .cont{display: block; padding: 3.5rem;border-radius: 2rem;overflow: hidden;
    background-image: -moz-linear-gradient( 0deg, rgb(23,98,199) 0%, rgb(0,141,88) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(23,98,199) 0%, rgb(0,141,88) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(23,98,199) 0%, rgb(0,141,88) 100%);
    background-image: linear-gradient( 0deg, rgb(23,98,199) 0%, rgb(0,141,88) 100%);
    text-align: center;height: 100%;
    position: relative;top: 0;transition: all .5s;
}
.bus-list .item .cont:hover{top: -1rem;}
.bus-list .item .cont .icon{height: 5.5rem;display: flex;justify-content: center;align-items: center;}
.bus-list .item .cont .icon img{max-height: 100%;}
.bus-list .item:hover .cont .icon img{ animation: myshake .5s ease-out; }
.bus-list .item .cont .tt{font-size: 2.4rem;margin: 2rem 0;color: #fff;}
.bus-list .item .cont .note{font-size: 1.4rem;color: #fff;line-height: 1.6;}


/* ab */
.ab{position: relative;}
.ab .main{display: flex;}
.ab .main .left{width: 35.71428%;padding-right: 3rem;}
.ab .main .left .subtt{font-size: 2.8rem;color: #fff;font-weight: 400;line-height: 1.9;margin: 4.5rem 0;}
.ab .main .left .more{margin-top: 12.5vw;}
.ab .main .right{width: 64.28571%;}
.ab .main .right .img-box{border-radius: 1rem;overflow: hidden;}
.ab .main .right .img-box img{width: 100%;transition: all .4s;}
.ab .main .right .img-box:hover img{transform: scale(1.08);}
.ab .main .right .cont{margin: 6rem 0;font-size: 14px;color: #fff;text-indent: 2em;line-height: 2;}

/* ab-data */
.ab-data{position: relative;display: flex;justify-content: space-between;flex-wrap: wrap;}
.ab-data .item{position: relative;text-align: center;padding: 0 1rem;margin-bottom: 2rem;}
.ab-data .item .num-box{position: relative;}
.ab-data .item .num-box .num{font-size: 1.8rem;color: #fff;line-height: 1;}
.ab-data .item .num-box .dw{font-size: 1.8rem;color: #fff;padding-left: 1rem;}
.ab-data .item .tt{font-size: 1.4rem;margin-top: 1rem;color: #fff;font-weight: 400;}

/* news */
.news{position: relative;}
.news-top{display: flex;justify-content: space-between;align-items: center;}
.news-top .group{display: flex;align-items: center;}
.news-top .cla{display: flex;align-items: center;margin-right: 6rem;}
.news-top .cla .a{font-size: 1.8rem;color: #333;white-space: nowrap;}
.news-top .cla .a.on{color: var(--themeColor);font-weight: bold;}
.news-top .cla .a:hover{color: var(--themeColor);}
.news-top .cla .line{width: 1px;height: 2rem;margin: 0 3rem;background: #333;}

.news .main{position: relative;display: flex;flex-wrap: wrap;}
.news .main .left{width: 45%;padding-right: 1rem;}

.news-swiper{position: relative;width: 100%;overflow: hidden;height: 100%;}
.news-swiper .item{width: 100%;overflow: hidden;}
.news-swiper .item a{display: block;height: 100%;position: relative;border-radius: 1rem;overflow: hidden;height: 100%;}
.news-swiper .item a .img-box{overflow: hidden;position: relative;height: 100%;}
.news-swiper .item a .img-box img{width: 100%;height: 100%;object-fit: cover;transition: all .5s;}
.news-swiper .item a .img-box:hover img{transform: scale(1.05);}
.news-swiper .item a .cont-box{width: 100%;background: rgba(0,0,0,.5);padding: 2rem;position: absolute;left: 0;bottom: 0;z-index: 10;}
.news-swiper .item a .cont-box .tt{font-size: 1.8rem;color: #fff;margin-right: 10rem;font-weight: 400;}

.news-swiper .news-pa{position: absolute;left: initial;right: 1rem;bottom: 2rem;text-align: right;z-index: 50;}
.news-swiper .news-pa .swiper-pagination-bullet{ width: 1rem;height: 1rem;margin: 0 .5rem;opacity: 1;background: #c2c2c2; }
.news-swiper .news-pa .swiper-pagination-bullet-active{background: var(--themeColor);}

.news .right{ width: 55%; margin: -1rem 0;display: flex;flex-direction: column;justify-content: space-between;}
.news-list{position: relative;}
.news-list .item{padding: 1rem;}
.news-list .item a{display: flex;border-radius: 1rem;overflow: hidden;background: #fff;}
.news-list .item a .img-box{width: 32%;overflow: hidden;flex-shrink: 0;}
.news-list .item a .img-box img{width: 100%;height: 100%;object-fit: cover;transition: all .5s;}
.news-list .item a:hover .img-box img{transform: scale(1.05);}
.news-list .item a .cont-box{width: 100%;padding: 2.5rem 2rem;}
.news-list .item a .cont-box .tt{font-size: 1.8rem;color: #333;}
.news-list .item a:hover .cont-box .tt{color: var(--themeColor);}
.news-list .item a .cont-box .note{font-size: 1.4rem;color: #999;margin: 1.6rem 0;line-height: 1;}
.news-list .item a .cont-box .cd{display: flex;align-items: center;}
.news-list .item a .cont-box .cd .cate{font-size: 1.2rem;color: #184482;margin-right: 1rem;border: 1px solid #005bac;border-radius: 1.5rem;line-height: 1;padding: .7rem;}
.news-list .item a .cont-box .cd .date{font-size: 1.4rem;color: #005bac;}

.ny-news-list{position: relative;display: flex;flex-wrap: wrap;margin: 0 -1rem;}
.ny-news-list .item{padding: 1rem;}
.ny-news-list .item a{display: block;border-radius: 1rem;overflow: hidden;background: #fff;}
.ny-news-list .item a .img-box{width: 100%;overflow: hidden;}
.ny-news-list .item a .img-box img{width: 100%;height: 100%;object-fit: cover;transition: all .5s;}
.ny-news-list .item a:hover .img-box img{transform: scale(1.05);}
.ny-news-list .item a .cont-box{width: 100%;padding: 2.5rem 2rem;}
.ny-news-list .item a .cont-box .tt{font-size: 1.8rem;color: #333;}
.ny-news-list .item a:hover .cont-box .tt{color: var(--themeColor);}
.ny-news-list .item a .cont-box .note{font-size: 1.4rem;color: #999;margin: 1.6rem 0;line-height: 1;}
.ny-news-list .item a .cont-box .cd{display: flex;align-items: center;}
.ny-news-list .item a .cont-box .cd .cate{font-size: 1.2rem;color: #184482;margin-right: 1rem;border: 1px solid #005bac;border-radius: 1.5rem;line-height: 1;padding: .7rem;}
.news-list .item a .cont-box .cd .date{font-size: 1.4rem;color: #005bac;}

/* ny-news-list2 */
.ny-news-list2{position: relative;}
.ny-news-list2 li{margin-bottom: 2rem;}
.ny-news-list2 li a{display: flex;padding: 2rem;background: #ffffff;border-radius: .8rem;}
.ny-news-list2 li a:hover{box-shadow: 0 5px 5px rgb(110 110 110 / 15%);}
.ny-news-list2 li a .img-box{width: 32rem;overflow: hidden;margin-right: 4rem;border-radius: .5rem;}
.ny-news-list2 li a .img-box img{width: 100%;height: 100%;object-fit: cover;transition: all .5s;}
.ny-news-list2 li a .cont-box{flex: 1;display: flex;flex-direction: column;justify-content: center;}
.ny-news-list2 li a .cont-box .date{font-size: 1.4rem;color: #333;margin-bottom: 2rem;line-height: 1;}
.ny-news-list2 li a .cont-box .title{font-size: 2rem;color: #000;line-height: 1.8;font-weight: bold;}
.ny-news-list2 li a .cont-box .note{font-size: 1.4rem;color: #666;line-height: 2.4;margin-top: 2.5rem;}
.ny-news-list2 li a .icon{align-self: center;margin: 0 2rem 0 4rem;font-size: 3rem;color: #999;transition: all .5s;}
.ny-news-list2 li a:hover .img-box img{transform: scale(1.05);}
.ny-news-list2 li a:hover .title{color: var(--themeColor);}
.ny-news-list2 li a:hover .icon{color: var(--themeColor);transform: translateX(1rem);}

@media screen and (max-width:767px){
    .ny-news-list2 li a{flex-wrap: wrap;}
    .ny-news-list2 li a .img-box{width: 100%;margin-right: 0;margin-bottom: 3rem;}
    .ny-news-list2 li a .cont-box .note{margin-top: 2rem;}
    .ny-news-list2 li a .icon{display: none;}
}

/* footer */
footer{ position: relative; background: #071422; }
.f-top-border{
    width: 100%;height: 1rem;
    background-image: -moz-linear-gradient( 90deg, #1762c7 0%, rgb(0,141,88) 99%);
    background-image: -webkit-linear-gradient( 90deg, rgb(23,98,199) 0%, rgb(0,141,88) 99%);
    background-image: -ms-linear-gradient( 90deg, rgb(23,98,199) 0%, rgb(0,141,88) 99%);
    background-image: linear-gradient( 90deg, rgb(23,98,199) 0%, rgb(0,141,88) 99%);
}
.f-top{display: flex;justify-content: space-between;align-items: flex-start;}
.f-logo{flex-shrink: 0;}
.f-logo img{height: 3.6rem;}
.f-nav{display: flex;justify-content: flex-end;}
.f-nav .item{position: relative;margin-right: 4vw;}
.f-nav .item:last-child{margin-right: 0;}
.f-nav .item .tt{display: block;font-size: 1.8rem;color: #fff;margin-bottom: 2rem;}
.f-nav .item .subtt{display: block;font-size: 1.4rem;color: rgba(255, 255, 255, .6);margin-bottom: 1rem;}
.f-nav .item a:hover{color: #fff;text-decoration: underline;}

.f-center{display: flex;justify-content: space-between;align-items: flex-end; padding: 2.6rem 0;border-top: 1px solid rgba(255, 255, 255, .2);border-bottom: 1px solid rgba(255, 255, 255, .2);}
.f-code{position: relative;}
.f-code .tt{font-size: 1.6rem;color: #fff;}
.code-list{display: flex;margin-top: 2rem;}
.code-list .item{margin-right: 2.5rem;cursor: pointer;position: relative;}
.code-list .item .icon{width: 4rem;height: 4rem;background: #fff;border-radius: 50%;display: flex;justify-content: center;align-items: center;}
.code-list .item .icon img{max-height: 50%;}
.code-list .item:hover .icon img{ animation: myshake .5s ease-out; }
.code-list .item .code{width: 10rem;padding: .5rem;background: #fff;position: absolute; bottom: calc(100% + 4rem);left: 50%;transform: translateX(-50%);transition: all .5s; visibility: hidden;opacity: 0;}
.code-list .item .code::after{ content: ""; display: block; position: absolute; left: 50%; top: 100%; margin-left: -5px; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 8px solid #fff; }
.code-list .item:hover .code{bottom: calc(100% + 1rem);visibility: visible;opacity: 1;}


.f-link{display: flex;margin-top: 2rem;}
.f-link .item{margin-right: 2rem;flex-shrink: 0;}
.f-link .item:last-child{margin-right: 0rem;}

.copyright{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;padding: 4rem 0;}
.copyright .p1{font-size: 1.4rem;color: rgba(255,255,255,1);}
.copyright .p1 a{color: rgba(255,255,255,1);}
.copyright .p1 a:hover{text-decoration: underline;color: #fff;}
.copyright .p1 a img{height: 2rem;margin-top: -1rem;}

/* ny-banner */
.ny-banner{position: relative;overflow: hidden;}
.ny-banner .img-box{overflow: hidden;}
.ny-banner .img-box img{width: 100%;object-fit: cover;animation: bigimgani 5000ms 1 ease forwards;min-height: 220px;}
.ny-banner .cont-box{width: 100%;height: 100%;position: absolute;left: 50%;transform: translateX(-50%);z-index: 10;display: flex;align-items: center;top: 0;justify-content: center;}
.ny-banner .cont-box .cont{color: #fff;line-height: 1;max-width: 500px;}
.ny-banner .cont-box .cont .title{font-size: 3.8rem;font-weight: bold;text-shadow: 3px 3px 3px rgba(0,0,0,0.4);}
.ny-banner .cont-box .cont .entitle{font-size: 2rem;margin: 3rem 0 8rem;}
.ny-banner .cont-box .cont .subtitle{font-size: 2rem;margin: 3rem 0 8rem;line-height: 1.5;text-transform: uppercase;}
.ny-banner .cont-box .cont .jt{width: 4.8rem;height: 4.8rem;background: #fff;border-radius: 50%;display: flex;justify-content: center;align-items: center;cursor: pointer;}
.ny-banner .cont-box .cont .jt .icon{height: 1.6rem;}

.updown { -webkit-animation: updown 2s linear infinite; animation: updown 2s linear infinite; }

/* ny-ab */
.ny-ab{position: relative;}
.ny-ab .main{display: flex;justify-content: space-between;}
.ny-ab .main .left{width: 55%;}
.ny-ab .main .left .cont{font-size: 1.8rem;color: #666;line-height: 2;text-indent: 2em;text-align: justify;}
.ny-ab .main .right{width: 40%;}
.ny-ab .main .right .img-box{overflow: hidden;border-radius: 1rem;}
.ny-ab .main .right .img-box img{width: 100%;transition: all .5s;}
.ny-ab .main .right .img-box:hover img{transform: scale(1.05);}

/* ny-ab-data */
.ny-ab-data .item .num-box .num{color: var(--themeColor);}
.ny-ab-data .item .num-box .dw{color: var(--themeColor);}
.ny-ab-data .item .tt{color: var(--themeColor);}

/* ny-qywh */
.ny-qywh{position: relative;}
.ny-qywh .list{display: flex;flex-wrap: wrap;margin: 0 -3rem;}
.ny-qywh .list .item{padding: 0 3rem;margin-bottom: 2rem;}
.ny-qywh .list .item .cont{ padding: 2rem 2rem; height: 100%; border-radius: 1rem; overflow: hidden; min-height: 25rem; background: rgb(255 255 255 / 70%); position: relative; top: 0; transition: all .5s;}
.ny-qywh .list .item .cont:hover{ top: -1rem; }
.ny-qywh .list .item .cont .icon{height: 8rem;display: flex;justify-content: flex-end;align-items: center;}
.ny-qywh .list .item .cont .icon img{max-height: 100%;filter: invert(1);}
.ny-qywh .list .item:hover .cont .icon img{ animation: myshake .5s ease-out; }
.ny-qywh .list .item .cont .tt{font-size: 2.6rem;color: #000;text-align: left;margin: 6rem 0 1.5rem;}
.ny-qywh .list .item .cont .note{font-size: 1.8rem;color: #000;text-align: left;margin-bottom: 3rem;}


/* ny-bus */
.ny-bus{position: relative;}
.ny-bus-list{position: relative;}
.ny-bus-list .item{margin-top: 4rem; padding: 4rem; background: #fff; border-radius: 2rem; box-shadow: 0 0 1rem rgb(0 0 0 / 1%);}
.ny-bus-list .item:first-child{margin-top: 0;}
.ny-bus-list .item a{ display: flex;align-items: center;justify-content: space-between; }
.ny-bus-list .item a .img-box{overflow: hidden;width: 50%;border-radius: 1rem;max-height: 400px;display: flex;justify-content: center;align-items: center;}
.ny-bus-list .item:nth-child(2n) .img-box{}
.ny-bus-list .item a .img-box img{width: 100%;height: 100%;object-fit: cover;transition: all .5s;}
.ny-bus-list .item a:hover .img-box img{transform: scale(1.05);}
.ny-bus-list .item a .cont-box{width: 46.5%;display: flex;flex-direction: column;justify-content: center;}
.ny-bus-list .item a .cont-box .title{font-size: 3rem;color: #333;}
.ny-bus-list .item a .cont-box .note{font-size: 1.8rem;color: #666;margin: 3rem 0;}

/* ny-cla */
.ny-cla{position: relative;background: #fff;}
.ny-cla .cate{display: flex;align-items: center;background: #fff;padding: 3rem 0;overflow-x: auto;justify-content: center;}
.ny-cla .cate li{margin-right: 3rem;flex-shrink: 0;}
.ny-cla .cate li *{transition: all .3s;}
.ny-cla .cate li a{ display: inline-block; vertical-align: middle; font-size: 1.8rem; padding: .5rem 2.5rem; box-sizing: border-box; border: 1px solid transparent; border-radius: 2.5rem;white-space: nowrap;}
.ny-cla .cate li.on a{ border-color: var(--themeColor); color: var(--themeColor); }
.ny-cla .cate li:hover a{ border-color: var(--themeColor); color: var(--themeColor); }

@media screen and (max-width: 1024px) {
    .ny-cla .cate { padding: 2rem 0;margin-right: -20px;justify-content: flex-start;}
    .ny-cla .cate li { margin-right: 1rem; flex-shrink: 0;}
    .ny-cla .cate li a { white-space: nowrap; }
}

/* 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;}
}

/* 新闻内容 */
.ny-news-de{background-color: #f5f5f5;}

.ny-news-l{width: calc(100% - 30% - 4rem);float: left;background: #ffffff;padding: 50px 3%;box-sizing: border-box;box-shadow: 0 0 3rem 0 rgba(0, 0, 0, .07);border-radius: 0;border-radius: .8rem;}
.ny-news-r{width: 30%;float: right;padding: 30px 2.3% 0;box-sizing: border-box;background: #fff;border-radius: .8rem;}

.nynews-head{ border-bottom:1px solid #eee; padding-bottom:15px; margin-bottom:20px;text-align: center;}
.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 .cont-video{ margin-bottom: 1em; text-align: center;}
/* .nynews-boxarc .cont-video video{ width: 100%; } */
.nynews-boxarc p{line-height:2!important;margin-bottom: 1em;}
.nynews-boxarc iframe{width: 100%;min-height: 40vh;}
.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;border-radius: 0;margin-left: -1.5rem;margin-right: -1.5rem;}
	.ny-news-r{width: auto;float:none;margin-top:15px;padding-top:10px;padding-left: 1.5rem;padding-right: 1.5rem;margin-left: -1.5rem;margin-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;}
}

#allmap{ height:50vh;}
#allmap img{ max-width:inherit;}

/* ny-cat */
.ny-cat{position: relative;}
.ny-cat .main{display: flex;background: #f9fafb;border-radius: 1rem;padding: 8rem 6rem;flex-wrap: wrap;}
.ny-cat .main .info{width: 40%;}
.ny-cat .main .info .list{position: relative;}
.ny-cat .main .info .list li{margin-bottom: 3rem;}
.ny-cat .main .info .list li:last-child{margin-bottom: 0rem;}
.ny-cat .main .info .list li .tt{font-size: 1.8rem;color: #111827;margin-bottom: 1.5rem;}
.ny-cat .main .info .list li .p1{font-size: 1.6rem;;line-height: 2;color: #666;}
.ny-cat .main .info .code{position: relative;display: flex;}
.ny-cat .main .info .code .item{text-align: center;margin-right: 2rem;}
.ny-cat .main .info .code img{max-width: 14rem;}
.ny-cat .main .info .code .tt{text-align: center;color: #666;line-height: 1;margin-top: 1rem;}

.ny-cat .main .msg{flex: 1;padding: 6rem;background: #fff;border-radius: .5rem;}
.ny-cat .main .msg form{position: relative;}
.ny-cat .main .msg form .item{margin-bottom: 2rem;}
.ny-cat .main .msg form .item:last-child{margin-bottom: 0;}
.ny-cat .main .msg form .item .tt{font-size: 1.8rem;color: #111827;margin-bottom: 1rem;}
.ny-cat .main .msg form .item input{width: 100%;padding: 1.2rem;outline: none; border-radius: 0.75rem; border: 1px solid #e5e7eb; font-size: 1.4rem;transition: all .3s;}
.ny-cat .main .msg form .item textarea{ width: 100%; padding: 1.2rem; outline: none; border-radius: 0.75rem; border: 1px solid #e5e7eb; font-size: 1.4rem; resize: none; height: 10rem; transition: all .3s;margin-bottom: 1.8rem;}
.ny-cat .main .msg form .item input:focus, .ny-cat .main .msg form .item textarea:focus{ border-color: var(--themeColor); box-shadow: 0 0 0 1px var(--themeColor); }


@media screen and (max-width:1024px) {
    .ny-cat { position: relative; background: #f9fafb; }
    .ny-cat .main { display: flex; background: #f9fafb; border-radius: .5rem; padding: 2rem 2rem; flex-wrap: wrap; }
    .ny-cat .main .info { width: 100%; }
    .ny-cat .main .msg { flex: auto; width: 100%; padding: 4rem 2rem; margin: 0 -2rem; background: #fff; border-radius: .5rem; margin-top: 4rem; }
    .ny-cat ul li { align-items: flex-start; }
}









@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;}
    .header .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: 2rem;}
    .all-title-box .title:after { width: 3rem; height: 3rem; left: -1rem; top: 5%; z-index: 1; }

    .ny-banner .cont-box .cont .title { font-size: 2.8rem; }

    .cm-more { width: 15rem; height: 5rem; }

    .header .main .top-menu { display: none; }
    .header .main .top-tool .top-search { margin-left: 2rem; margin-right: 2rem; }

    .banner-swiper .banner-btn { display: none; }
    .banner-swiper .item .cont-box .p2 { font-size: 5rem; }

    .ab .main { display: flex;flex-wrap: wrap; }
    .ab .main .left { width: 100%; padding-right: 0; }
    .ab .main .right { width: 100%; }

    .ab .main .left .subtt { font-size: 2rem; margin: 4rem 0; }
    .ab .main .left .more { margin-top: 3rem; margin-bottom: 4rem; }
    .ab .main .right .cont { margin: 4rem 0; }

    .news .main .left { width: 100%; padding-right: 0; }
    .news .right { width: auto;min-width: 100%; margin: 1rem -1rem; }
    .news-list .item a .cont-box { padding: 2rem; }
    
    .ny-ab .main {flex-wrap: wrap; }
    .ny-ab .main .left { width: 100%; }
    .ny-ab .main .left .cont { line-height: 1.8; }
    .ny-ab .main .right { width: 100%; margin-bottom: 3rem;}

    .ny-bus-list .item a .cont-box .title { font-size: 2.6rem; }
    .ny-bus-list .item a .cont-box .note { margin: 2rem 0; }







}

@media screen and (max-width:767px){
    .cm-more { width: 12rem; height: 4.6rem; }

    .cndns-right{display: none;}
    .top-site{display: none;}

    .banner-swiper .item .cont-box .p2 { font-size: 2.8rem; margin-top: 3rem; margin-bottom: 3rem; }
    .banner-swiper .item .cont-box .p3 { font-size: 1.8rem; margin-bottom: 6rem; }
    .banner-swiper .down {display: none;}

    .all-title-box .icon::before, .all-title-box .icon::after{ content: ""; width: 1.5rem; height: 1.5rem; }

    .ab-data .item .num-box .num {  }
    .ab-data .item .num-box .dw { font-size: 1.4rem; padding-left: .5rem; }
    
    .news-top .cla {display: none; }
    .news .main { padding-bottom: 0; }
    .news-swiper .item a .cont-box { padding: 2rem 1.5rem; }
    .news-list .item a .cont-box { padding: 1rem 2rem; }
    .news-list .item a .cont-box .note { margin: 1.3rem 0; line-height: 1.3;}

    .f-top { flex-wrap: wrap; }
    .f-nav {width: 100%;margin-top: 3rem; justify-content: flex-start;display: none;}
    .copyright { padding: 2.6rem 0; }
    .f-center {flex-wrap: wrap; }

    .ny-bus-list .item { margin-top: 3rem; padding: 2rem; border-radius: 1rem;}
    .ny-bus-list .item:nth-child(2n) .img-box { order: 0; }
    .ny-bus-list .item a { flex-wrap: wrap; }
    .ny-bus-list .item a .img-box {width: 100%; }
    .ny-bus-list .item a .cont-box { width: 100%; padding: 0; margin-top: 2rem; }
    .ny-bus-list .item a .cont-box .title { font-size: 2.2rem; }
    .ny-bus-list .item a .cont-box .note { margin: 1.5rem 0; text-align: justify;}
    .ny-bus-list .item a .cont-box .more { display: none;}
    

    .ny-cat .main .info { width: 100%; }
    .ny-cat .main .msg { flex: auto; width: 100%; padding: 3rem 2rem; margin: 0 -2rem; background: #fff; border-radius: .5rem; margin-top: 3rem; }
    .ny-cat ul li { align-items: flex-start; }



}































