.navborder {
    border-bottom: 1px solid #fff3;
}

.banner .ban-msk-m .swiper-p-b {
    display: inline-block;
    position: relative;
}

.banner .ban-msk-m .swiper-p-b .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
}

.banner .ban-msk-m .swiper-p-b .swiper-pagination-bullet-active:before {
    /* opacity: 1; */
}

.note_more {
    display: flex;
    align-items: center;
}

.notewrap {
    margin-right: 125px;
}

.notewrap .note:first-child {
    margin-bottom: 15px;
}

.morea {
    width: 96px;
    height: 96px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    line-height: 96px;
    text-align: center;
}

.morea a {
    color: #fff;
}

.morea:hover {
    background-color: #18397C;
}

.animate-circle {
    width: 61px;
    height: 61px;
    border: 1px dashed #FFFFFF;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    bottom: 50px;
    z-index: 5;
}

.commore {
    width: 180px;
    height: 50px;
    background: #18397C;
    border-radius: 0px;
    text-align: center;
    line-height: 50px;
}

.aboutus .commore {
    z-index: 100;
    position: relative;
}

.commore a {
    display: inline-flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
}

.commore a img {
    width: 13px;
    height: 13px;
    margin-right: 23px;
}

.footer-logo {
    width: 18%;
}

.foot-tel {
    /* width: 40%; */
}

footer .foot-con img {
    width: 230px;
    border-radius: 15px;
}

footer .foot-contact p {
    font-size: 18px;
    color: #fff9;
    position: relative;
    /* text-indent: 25px; */
    margin-bottom: 25px;
    padding-left: 25px;
}

footer .foot-contact p.tel-text {
    font-size: 16px;
}

footer .foot-contact p.tel-num {
    text-indent: 0;
    font-size: 29px;
    font-weight: bold;
    color: #fff;
    padding-left: 0;
}

footer .wbox {
    padding: 90px 0 75px;
}

footer .wbox .left {
    width: 25%;
}

footer .wbox .mid {
    width: 55%;
    padding-left: 2.5%;
}

footer .wbox .rights {
    width: 15%;
    text-align: center;
}

footer .foot-contact {
    margin-top: 70px;
}

.warpbg {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .88);
    left: 0;
    top: 0;
    z-index: 1990;
    display: none;
}

.warpbg:after {
    position: fixed;
    right: 15px;
    top: 15px;
    color: rgba(255, 255, 255, .81);
    content: "\f00d";
    font-size: 1.8rem;
    cursor: pointer;
}

.searchb {
    position: fixed;
    width: 90%;
    top: 50%;
    left: 50%;
    z-index: 1992;
    margin-top: -24px;
    display: none;
    transform: translateX(-50%);
}

.searchb .seac {
    max-width: 780px;
    margin: 0 auto;
    position: relative;
}

.searchb .seac input {
    width: 100%;
    background: none;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 40px;
    padding: 1.4rem;
    color: #fff;
}

.searchb .seac input:focus {
    box-shadow: none;
    outline: none;
}

.searchb .seac .serbtn {
    position: absolute;
    right: 10px;
    top: 0;
    padding: 1.4rem;
    border: none;
    background: none;
    color: rgba(255, 255, 255, .81)
}

.searchb .seac .serbtn:focus {
    outline: none;
}

.banner {
    position: relative;
}

.swiper-banner .swiper-slide {
    overflow: hidden;
}

.swiper-banner .swiper-slide a {
    display: block;
    overflow: hidden;
    width: 100%;
    position: relative;
    font-size: 14px;
}

.showmenu .shmen-l {
    width: 25%;
    position: fixed;
    top: 0;
    height: 100%;
    left: -25%;
    overflow: hidden;
    background: #fff;
    transition: all .5s linear;
    z-index: 1700;
}

.showmenu.on .shmen-l {
    left: 0;
}

.showmenu .shmen-l .img {
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../images/banner1.jpg) center no-repeat;
    background-size: cover;
    transition: all 2s;
    -webkit-transition: all 2s;
    transition-delay: 0.5s;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.showmenu.on .shmen-l .img {
    transform: scale(1);
    -webkit-transform: scale(1);
}

.showmenu .shmen-r {
    width: 0;
    position: fixed;
    height: 100%;
    right: 0;
    top: 0;
    background: #fff;
    transition: all .5s linear;
    opacity: 0;
    z-index: 1700;
    overflow: auto;
}

.showmenu.on .shmen-r {
    width: 77%;
    opacity: 1;
    padding-top: 10px;
    background: #28AE6C;
}

.showmenu .shmen-r .nav1 {
    width: auto;
    margin: 12% 0 10% 12%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 0;
}

.showmenu .shmen-r .nav1.on {
    margin: 10% 0 10% 12%;
    opacity: 1;
}

.showmenu .shmen-r .nav1 a {
    display: inline-block;
    margin-right: 44px;
    padding-left: 67px;
    line-height: 22px;
    font-size: 14px;
    color: #282828;
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.showmenu .shmen-r .nav1 a:before {
    display: block;
    width: 52px;
    height: 1px;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 48%;
    background-color: #282828;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.showmenu .shmen-r .nav1 a:hover {
    padding-left: 60px;
    margin-right: 51px;
}

.showmenu .shmen-r .nav1 a:hover:before {
    width: 45px;
}

.showmenu .shmen-r .nav2 {
    width: auto;
    padding-left: 12%;
    position: relative;
    margin: 0% 0 10% 0;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: relative;
    top: 2%
}

.showmenu .shmen-r .nav2.on {
    opacity: 1;
}

.showmenu .shmen-r .nav2 i {
    display: block;
    width: 0;
    height: 1px;
    background-color: #282828;
    position: absolute;
    left: 0;
    top: 50px;
}

.showmenu .shmen-r .nav2 li {
    width: auto;
    float: left;
    margin-right: 6%;
}

.showmenu .shmen-r .nav2 li .h2 {
    display: block;
    font-size: 24px;
    line-height: 25px;
    color: #282828;
    margin-bottom: 40px;
    padding-left: 0
}

.showmenu .shmen-r .nav2 li .h2 span {
    font-size: 18px;
    font-family: 'Century Gothic'
}

.showmenu .shmen-r .nav2 li a {
    display: block;
    font-size: 16px;
    line-height: 29px;
    color: #fff;
    padding-left: 28px;
}

.showmenu .shmen-r .nav2 li a em {
    display: inline-block;
    width: 0px;
    height: 1px;
    background-color: #666666;
    margin-right: 3px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.showmenu .shmen-r .nav2 li a:hover em {
    width: 12px;
}

.warpbg {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .88);
    left: 0;
    top: 0;
    z-index: 1990;
    display: none;
}

.warpbg:after {
    position: fixed;
    right: 15px;
    top: 15px;
    color: rgba(255, 255, 255, .81);
    content: "\f00d";
    font-size: 1.8rem;
    cursor: pointer;
}

.img100 {
    width: 100%;
}

.swiper-banner .swiper-button-next,
.swiper-banner .swiper-button-prev {
    /* bottom: 50px; */
    /* width: 8px; */
    /* height: 8px; */
    /* background: #FFFFFF; */
    /* border-radius: 50%; */
}

.swiper-banner .swiper-button-prev {
    /* left: auto; */
    /* top: auto; */
    /* right: 85px; */
    left: 100px;
}

.swiper-banner .swiper-button-next {
    /* top: auto; */
    /* left: auto; */
    /* right: 0; */
    right: 100px;
}

.swiper-banner .swiper-button-next img,.swiper-banner .swiper-button-prev img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 11px;
    height: 18px;
}

.swiper-banner .swiper-button-prev:hover,
.swiper-banner .swiper-button-prev.on,
.swiper-banner .swiper-button-next:hover,
.swiper-banner .swiper-button-next.on {
    /* background: linear-gradient(0deg, #5AAA72, #A6D074); */
}

.swiper-banner .swiper-banpa {
    bottom: 100px;
}

.commontit {
    text-align: center;
}

.commontit .tit {
    text-align: center;
    line-height: 1;
    font-family: SourceHanSansCN;
    font-size: 40px;
    font-weight: bold;
}

.commontit .entitle {
    text-align: left;
    font-size: 22px;
    font-family: DINAlternate;
    font-weight: bold;
    margin-top: 20px;
    text-transform: uppercase;
}

.product .tit,.product .entitle {
    color: #fff;
    text-align: left;
}

.pb30 {
    padding-bottom: 30px;
}

.home-border-bottom {
    border-bottom: 2px solid #ddd;
}

.commontit .note {
    font-size: 22px;
    color: #999;
    white-space: pre-line;
    text-align: left;
    margin-left: 60px;
    line-height: 33px;
}

.commoncate {
    margin: 15px 0 40px;
}

.commoncate ul.all {
    display: flex;
    justify-content: end;
}

.commoncate ul li {
    text-align: center;
    position: relative;
    font-size: 18px;
    z-index: 1;
    padding: 16px 32px;
    line-height: 18px;
}

.commoncate ul li:not(:last-child) {
    margin-right: 20px;
}

.commoncate ul.all > li.on, .commoncate ul.all > li:hover{
    background: #18397C;
}

.commoncate ul.all > li.on > a, .commoncate ul.all > li:hover > a {
    color: #fff;
}

.commoncate ul li a h5 {
    margin-top: 15px;
    margin-bottom: 0;
}

.commoncate ul li .subcate {
    position: relative;
    display: none;
    min-width: 200px;
}

.commoncate ul li .subcate .single {
    position: absolute;
    left: 30px;
    top: -15px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    transform: rotate(45deg);
}

.business .commoncate ul li a:hover ~ .subcate {
    display: block;
}

.commoncate ul li .subcate .use_spode_bottom a {
    font-size: 18px;
}

.commoncate ul li .subcate .use_spode_bottom a:hover {
    color: #28B5C3;
}

.use_spode_bottom {
   margin-top: 20px;
   background: #FFFFFF;
   box-shadow: 0px 0px 30px 0px rgba(175,175,175,0.4);
 }

.commoncate .morelist {
    width: 200px;
    height: 60px;
    background: #E6B54E;
    display: block;
    line-height: 60px;
    text-align: center;
}

.nydesc {
    padding: 25px 0;
    border-bottom: 1px solid #ECECEC;
}

.nydesc h2 {
    font-size: 30px;
    font-family: AlibabaPuHuiTi_2_65_Medium;
    font-weight: 400;
    color: #202020;
    line-height: 1;
}

.nydesc p {
    font-size: 16px;
    font-family: AlibabaPuHuiTi_2_65_Medium;
    font-weight: 400;
    color: #ADADAD;
    text-transform: uppercase;
    margin-top: 5px;
    line-height: 1;
}

.more {
    margin: 0 auto;
}

.more a {
    display: block;
    text-align: center;
    font-size: 18px;
    transition: all .3s linear;
    box-sizing: border-box;
    line-height: 60px;
    font-family: SourceHanSansCN;
    color: #333;
    width: 200px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 30px;
}

.more a:hover {
    text-indent: 20px;
}

.more .more-img {
    margin-left: 60px;
}

footer {
    background-color: #090909;
    position: relative;
    /* height: 620px; */
}

footer .top {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    height: 180px;
    line-height: 180px;
    border-bottom: 1px solid #fff2;
}

footer .footer-menu {
    /* margin-top: 30px; */
    font-size: 18px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    /* padding: 30px 0; */
    /* border-bottom: 1px solid #ffffff1a; */
    color: #fff;
    margin-right: -30px;
}

footer .footer-menu a {
    color: #fff;
    padding: 0 30px;
}

footer .foot-main {
    position: relative;
    padding: 90px 0;
}

footer .foot-main .flogo {
    width: 25%;
    height: 100%;
    display: flex;
    align-items: center;
}

footer .foot-main .foot-menu {
    width: 82%;
    float: left;
}

footer .foot-main .foot-menu .item {
    width: 22%;
    float: left;
}

footer .foot-main .foot-menu .item:last-child {
    width: 30%;
}

footer .foot-tit {
    margin-bottom: 15px;
    font-size: 24px;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    font-weight: 400;
    color: #FEFEFF;
}

footer .foot-menu .theme {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

footer .foot-menu .theme p {
    margin-right: 40px;
}

footer .foot-main .foot-menu .item p {
    line-height: 32px;
    color: #FFFFFF;
    font-size: 16px;
    font-family: Microsoft JhengHei;
    font-weight: 400;
}

footer .foot-menu .theme p.addr {
    font-size: 18px;
}

footer .foot-main .foot-menu .item p a {
    color: #fff;
}

footer .foot-con {
    color: #fff;
    padding: 0;
    /* width: 18%; */
    margin-top: 0;
    float: left;
}

footer .foot-con>p {
    font-size: 16px;
    margin-bottom: 12px;
}

footer .foot-con ul {
    display: block;
}

footer .foot-con ul li {
    position: relative;
}

footer .foot-con ul li:first-child img {
    max-width: 150px;
}

footer .foot-con ul li:nth-child(2) {
    /* margin-top: 30px; */
    margin-bottom: 20px;
}

footer .foot-con ul li p {
    font-size: 14px;
    display: block;
}

footer .foot-main .foot-contact {
    width: 56%;
    float: right;
    display: flex;
    margin-top: 50px;
}

footer .foot-main .foot-contact ul li {
    text-align: right;
}

footer .foot-main .foot-contact .title {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 20px;
}

footer .foot-main .foot-contact .txt {
    margin-top: 30px;
}

.foot-ewm-list {
    float: right;
}


footer .foot-main .foot-contact .ewm-note {
    color: #FFFFFF;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}

.foot-copry {
    padding: 30px 0;
    font-size: 14px;
    color: #fff;
    border-top: 1px solid #ffffff1a;
}

.foot-copry span,
.foot-copry .copy,
.foot-copry .copy a,
.foot-copry span a {
    font-size: 14px;
    font-weight: 400;
    color: #ffffffb3;
}

.foot-copry span:last-child a {
    opacity: 1;
}

.foot-copry .text {
    color: #ffffff80;
}

.foot-copry .sitemap a {
    margin-right: 20px;
    color: #ffffff80;
}

.foot-copry .secret a {
    margin-right: 30px;
    color: #ffffff80;
}

.ny-warp {
    /* background: #f5f5f5; */
    padding: 60px 0;
}

.nypad {
    padding: 90px 0;
}

.nycatelist {
    background: #FFFFFF;
    border-bottom: 1px solid #e9e9e9;
}

.nycatelist ul {
    display: flex;
}

.nycatelist ul li {
    padding: 21px 55px 21px 0;
    font-size: 18px;
    font-family: SourceHanSansCN;
}

.nycatelist ul li a {
    color: #999;
}

.nycatelist ul li.active a,.nycatelist ul li:hover a {
    color: #18397C;
    font-weight: bold;
}

footer .foot-contact p a {
    color: #fff;
}

.am-part {
    line-height: 66px;
    overflow: hidden;
    border-bottom: 1px solid #e9e9e9;
    margin-top: -110px;
}

.am-part .sidenav {
    float: left;
}

.am-part .sidenav ul li {
    float: left;
    padding: 0 40px;
}

.am-part .sidenav ul li a {
    display: inline-block;
    position: relative;
    color: #fff;
}

.am-part .sidenav ul li.on a {
    color: #FFB347;
    font-weight: bold;
}

.am-part .sidenav ul li a:before {
    content: "";
    display: block;
    width: 0;
    height: 3px;
    background: #FFB347;
    position: absolute;
    left: 0;
    bottom: -1px;
    transition: all .3s linear;
}

.am-part .sidenav ul li.on a:before, .am-part .sidenav ul li a:hover:before {
    width: 100%;
}

.am-part .am-weizhi {
    float: right;
    font-size: 14px;
    color: #5C5C66;
}

.am-part .am-weizhi a {
    color: #5C5C66;
}

ul.navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    width: fit-content;
    margin: auto;
    z-index: 2;
    box-shadow: 0px 15px 32px 0px rgba(164, 167, 170, 0.1);
}

ul.navigation a {
    width: 260px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.8s;
    position: relative;
    cursor: pointer;
}

ul.navigation a:before {
    content: '';
    width: 0;
    height: 3px;
    background: #FFFFFF;
    position: absolute;
    left: 50%;
    bottom: 23px;
    transition: 0.6s;
    margin-left: -10px;
    z-index: 1;
}

ul.navigation .active:before,ul.navigation a:hover:before {
    width: 18px;
}

ul.navigation a p {
    font-size: 16px;
    font-weight: normal;
    color: #999999;
    position: relative;
    top: 0;
    z-index: 1;
}

ul.navigation .active p,ul.navigation a:hover p {
    font-size: 24px;
    color: #FFFFFF;
    top: -8px;
}

ul.navigation a .color {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #18397C;
    z-index: 0;
    transition: 0.5s;
    opacity: 0;
}

ul.navigation a:hover:before {
    width: 18px;
}

ul.navigation .active .color,ul.navigation a:hover .color {
    opacity: 1;
}

ul.navigation a:after {
    content: '';
    width: 1px;
    height: 18px;
    background: #D9D9D9;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.6s;
}

ul.navigation .active:after,ul.navigation a:hover:after {
    opacity: 0;
}


.page-container {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.page-list a {
    display: inline-block;
    vertical-align: top;
    padding: 0px 10px;
    min-width: 50px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 5px;
    margin-right: 15px;
    text-align: center;
    font-family: arial;
    font-size: 16px;
    color: #999999;
    background: #dfdfdf;
    /* border-radius: 50%; */
    overflow: hidden;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.page-list a:hover, .page-list a.on {
    color: #FFFFFF;
    border: none;
    background: #18397C;
}


footer .menu > ul > li {
    text-align: center;
    position: relative;
}

footer .menu > ul > li:not(:last-child):after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 170px;
    width: 1px;
    background: #ffffff80;
}

footer .menu ul.sub li {
    padding: 15px 0;
}

footer .menu li a {
    color: #fff;
    font-size: 16px;
}

footer .menu ul {
    margin-bottom: 0;
}

footer .menu > ul > li > a {
    font-size: 18px;
}

@media screen and (max-width: 1920px) {

}

@media screen and (max-width: 1680px) {

    .swiper-banner .swiper-button-next {
        right: 50px;
    }

    .swiper-banner .swiper-button-prev {
        left: 50px;
    }

    footer .wbox .left {
        width: 28%;
    }

    footer .wbox .mid {
        width: 53%;
        padding-left: 1.5%;
    }

    footer .foot-main .foot-menu {
        width: 79%;
    }

    footer .foot-main .foot-contact {
        width: 54%;
    }

    footer .foot-menu .theme p {
        margin-right: 30px;
    }

    .am-part .sidenav ul li {
        padding: 0 30px;
    }
}

@media screen and (max-width: 1440px) {

    footer .foot-main .foot-menu {
        width: 79%;
    }

    footer .foot-main .foot-contact {
        width: 64%;
    }

    footer .foot-menu .theme p {
        margin-right: 25px;
    }

    .am-part .sidenav ul li {
        padding: 0 20px;
    }

    footer .foot-con>p {
        font-size: 14px;
    }
}

@media screen and (max-width: 1280px) {

}

@media screen and (max-width: 1100px) {
    header .nav-box>ul>li {
        padding: 38px 30px;
    }

    header .menu .nav-box > a {
        margin-left: 50px;
    }
}

@media screen and (max-width: 1024px) {
    .am-container {
        padding: 0 2rem;
    }

    .banner .ban-msk {
        bottom: 60px;
    }

    .banner .ban-msk-m .swiper-p-b .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }

    .banner .ban-msk-m .swiper-p-b .swiper-pagination-bullet-active {
        width: 12px;
        height: 12px;
    }

    .ny-warp {
        padding: 20px 0;
    }

    .commoncate {
        margin: 0;
    }

    .morea {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }

    .banner .morea {
        display: none;
    }

    .swiper-banner .swiper-slide a {
        font-size: 12px;
    }

    .page-list a {
        min-width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 12px;
    }

    .header-search__outbox {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 57px;
        background-color: #fff;
        z-index: 10000;
        display: none;
    }

    .header-search__cont {
        position: relative;
        height: 100%;
        text-align: center;
        max-width: 510px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .header-search__outbox .search-box {
        position: absolute;
        width: 100%;
        padding-right: 38px;
        top: 50%;
        transform: translateY(-50%);
    }

    .header-search__outbox .search-btn {
        position: absolute;
        left: 20px;
        font-size: 16px;
        color: #202020;
        -webkit-transition: color .4s;
        transition: color .4s;
        border: none;
        background-color: transparent;
        outline: none;
        padding: 0;
        cursor: pointer;
        top: 50%;
        transform: translateY(-50%);
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-variant: normal;
        line-height: 1;
        speak: none;
        text-transform: none;
    }

    .header-search__outbox input {
        width: 100%;
        outline: none;
        height: 35px;
        padding: 0 45px;
        border: 1px solid #1F368F;
        border-radius: 50px;
        font-size: 14px;
        color: #202020;
    }

    .header-search__outbox .search-close {
        position: absolute;
        right: 0;
        font-size: 16px;
        color: #323232;
        z-index: 10;
        top: 50%;
        transform: translateY(-50%);
    }

    header {
        height: 60px;
    }

    header.nyclass {
        height: 60px;
    }

    header.nyclass .menubar {
        top: -19px;
    }

    header .head {
        margin-top: 0px;
        line-height: 60px;
    }

    header .top {
        height: 60px;
        line-height: 60px;
    }

    header .menu .nav-box {
        display: none;
    }

    header .logo a .m,
    header .logo a .note {
        display: none;
    }

    header .logo a .img {
        width: 100px;
    }

    header .logo a .text {
        margin-left: 15px;
    }

    header .logo a .text p {
        font-size: 12px;
    }

    header .logo a .text h2 {
        font-size: 14px;
        line-height: 1;
    }

    .banner .slidebox .tit img {
        width: 100px;
    }

    header .sbx {
        display: none;
    }

    .top-contact {
        display: none;
    }

    header .head-r {
        width: 50%;
    }

    header .menubar {
        width: 50px;
        height: 60px;
        padding: 22px 0 0 15px;
        display: block;
        position: absolute;
        right: 10px;
        top: 0px;
    }

    header .menubar i {
        margin: 5px 0;
    }

    header .menubar i,
    header .menubar:before,
    header .menubar:after {
        width: 24px;
    }

    header .menubar.on:before {
        top: 20px;
    }

    header .menubar.on:after {
        top: 20px;
    }

    header .menubar:before,
    header .menubar i,
    header .menubar:after {
        background: #28AE6C;
    }

    .showmenu .shmen-r .nav2 li {
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }

    .showmenu .shmen-r .nav2 i {
        display: none;
    }

    .showmenu .shmen-r .nav2 li .h2 {
        margin-bottom: 10px;
        font-size: 18px;
        border-bottom: 1px solid #eee;
        padding-bottom: 10px;
        color: #fff;
    }

    .commoncate ul li {
        height: 40px;
        line-height: 38px;
        font-size: 14px;
        width: auto;
        padding: 0 14px;
        margin-right: 25px;
    }

    .commoncate ul.all {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    header .menu {
        line-height: normal;
        height: auto;
        display: block;
        width: 100%;
    }

    header .searchicon {
        display: block;
        position: absolute;
        right: 75px;
        top: 17px;
        width: 20px;
    }

    .fixed {
        width: 100%;
        height: 60px;
    }

    .swiper-banner .swiper-banpa .swiper-pagination-bullet {
        margin: 0 10px;
    }

    .swiper-banner .swiper-banpa .swiper-pagination-bullet-active {
        width: 30px;
    }

    .swiper-banner .swiper-button-next,
    .swiper-banner .swiper-button-prev {
        background-size: 8px 13px;
    }

    .swiper-banner .swiper-button-next {
        right: 20px;
        width: 30px;
        height: 30px;
        bottom: 25px;
        display: none;
    }

    .swiper-banner .swiper-button-prev {
        right: 70px;
        width: 30px;
        height: 30px;
        bottom: 25px;
        display: none;
    }

    .swiper-banner .swiper-banpa {
        bottom: 20px;
    }

    .more a {
        width: 100px;
        height: 34px;
        line-height: 34px;
        font-size: 12px;
        padding: 0 5px;
    }

    .more .more-img {
        margin-left: 10px;
        width: 6px;
    }

    .nypad {
        padding: 20px 0;
    }

    .commontit {
        padding-bottom: 20px;
    }

    .commontit .tit.active::before,
    .commontit .tit:hover::before {
        bottom: -9px;
    }

    .commontit .tit {
        font-size: 22px;
        margin-right: 0;
        text-align: center!important;
    }

    .commontit .tit::before {
        width: 30px;
        margin-right: 10px;
    }

    .commontit .tit::after {
        width: 30px;
        margin-left: 10px;
    }

    .commontit a {
        font-size: 18px;
    }

    .commore {
        height: 40px;
        line-height: 38px;
        font-size: 14px;
        width: fit-content;
        padding: 0 30px;
        margin: 0 auto;
    }

    .commore a {
        font-size: 14px;
    }

    .commore a img {
        margin-right: 10px;
    }

    .commontit .tit img {
        width: 50px;
        margin-right: 0;
        margin-top: -4px;
    }

    .commontit .entit, .commontit .entitle {
        font-size: 16px;
        text-align: center;
        margin-top: 5px;
    }

    .commontit .note {
        font-size: 16px;
        margin-left: 30px;
        line-height: normal;
    }

    .nycatelist ul li {
        padding: 15px 10px;
        font-size: 14px;
    }

    .nydesc h2 {
        font-size: 20px;
    }
    .nydesc p {
        font-size: 12px;
    }

    .nydesc {
        padding: 20px 0;
    }

    footer .logobox {
        padding: 15px 0 15px;
    }

    footer .wbox {
        padding: 40px 0 30px;
    }

    footer .wbox .left {
        width: 50%;
    }

    footer .wbox .rights {
        width: 40%;
    }

    footer .foot-contact {
        margin-top: 40px;
    }

    footer .logobox .flogo img {
        width: 80px;
    }

    footer .logobox .img img {
        width: 120px;
    }

    footer .hotcontact .wrap {
        padding: 10px;
    }

    footer .hotcontact .wrap p {
        font-size: 14px;
    }

    footer .logobox .tel {
        font-size: 22px;
    }

    footer .foot-con {
        display: block;
    }

    footer .foot-main .flogo {
        display: none;
    }

    footer .foot-main {
        padding: 15px 0;
    }

    footer .foot-main .foot-menu {
        display: none;
    }

    footer .foot-contact .foot-ewm-list {
        height: 160px;
        position: static;
    }

    footer .foot-ewm-list img {
        position: static;
        transform: none;
    }

    footer .foot-main .foot-contact .ewm-note {
        position: static;
    }

    footer .foot-main .foot-contact .title {
        font-size: 16px;
    }

    .foot-contact .foot-ewm-list:last-child {
        margin-right: 0;
    }

    footer .foot-contact .ewm {
        display: flex;
        justify-content: end;
    }

    footer .foot-con {
        display: block;
        float: left;
        width: auto;
    }

    footer .top {
        margin-top: 20px;
        display: none;
    }

    footer .mid {
        display: none;
    }

    footer .foot-con ul li p {
        font-size: 14px;
    }

    footer .footer-logo img {
        width: 130px;
    }

    footer .foot-main .foot-contact ul li {
        margin-right: 10px;
    }

    footer .foot-con ul li:nth-child(2) {
        margin-bottom: 0;
    }

    footer .foot-main .foot-contact ul li img {
        width: 27px;
    }

    footer .footer-menu {
        margin-top: 0;
        font-size: 16px;
        padding: 15px 0;
        display: none;
    }

    footer .footer-menu a {
        padding: 0 5px;
    }

    footer .foot-main .foot-contact {
        float: right;
        width: 75%;
        padding-left: 14px;
    }

    .foot-copry .sitemap a {
        margin-right: 10px;
    }

    footer .foot-copry .am-fr {
        float: none;
        text-align: center;
        margin-top: 5px;
    }

    .foot-copry .secret a {
        margin-right: 15px;
    }

    .ny-warp {
        padding: 20px 0;
    }

    .am-part {
        line-height: 46px;
    }

    .am-part .sidenav {
        overflow-x: auto;
        float: none;
        white-space: nowrap;
        text-align: center;
    }

    .am-part .sidenav ul li {
        border: none;
        padding: 0 15px;
        float: none;
        display: inline-block;
    }

    .am-part .sidenav ul li a {
        font-size: 14px;
    }

    .am-part .am-weizhi {
        display: none;
    }

    footer .foot-main .foot-contact ul li:nth-child(2) > img {
        margin-top: -75px;
        margin-left: 0;
        transform: translate(-50%,-50%) scale(3);
    }
}

@media screen and (maX-width:769px) {
    ul.navigation {
        width: 90%;
        bottom: -32.5px;
        z-index: 9;
        background: transparent;
    }
    ul.navigation a {
        height: 65px;
        background: #fff;
    }
    ul.navigation a:before {
        bottom: 15px;
    }
    ul.navigation a p {
        font-size: 12px;
    }
    ul.navigation .active p {
        font-size: 12px;
        top: -4px;
    }
    footer .foot-con>p,footer .foot-contact p,footer .foot-contact p.tel-text {
        font-size: 12px;
        margin-bottom: 10px;
    }
    footer .foot-main .foot-contact {
        margin-top: 30px;
        width: 80%;
    }

    footer .foot-con img {
        width: 140px;
        border-radius: 8px;
    }

    footer .foot-contact p.tel-num {
        font-size: 22px;
    }

    .page-list a {
        min-width: 36px;
        height: 36px;
        line-height: 36px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 415px) {
    .banner .ban-msk {
        bottom: 15px;
        left: 0;
    }
    .commoncate {
        margin: 0;
    }
    .commoncate ul li {
        margin-right: 0;
        padding: 0 10px;
    }

    .commoncate ul li:not(:last-child) {
        margin-right: 5px;
    }

    .commoncate ul li>ul.subcate {
        display: none;
    }
    footer .foot-copry .copy {
        line-height: 1.6;
        display: flex;
        flex-direction: column-reverse;
        float: none;
        align-items: center;
    }
    footer .foot-copry .copy a {
        display: inline;
    }
    footer .foot-main .foot-contact {
        width: 68%;
        display: block;
        margin-top: 0;
        padding-left: 0;
    }
    .foot-tel {
        width: 100%;
    }
    footer .foot-contact .foot-addr p:last-child {
        margin-bottom: 0;
        line-height: 1.6;
    }
    footer .foot-main {
        padding: 20px 0;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    footer .foot-con>p, footer .foot-contact p {
        /* margin-bottom: 0; */
    }
}

@media screen and (max-width:376px) {
    footer .foot-main .foot-contact {
        padding-left: 10px;
        width: 62%;
    }
    footer .foot-contact p {
        margin-bottom: 8px;
    }

    footer .foot-main .foot-contact ul {
        display: flex;
    }

    footer .foot-main .foot-contact ul li:last-child {
        margin: 0
    }
}
