/* Write your styles */

ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
p {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    transition: all 0.1s linear;
    color: #444;
}

a:hover {
    color: #2F6CC0;
}


.hasmore:hover {
    background: #27a26c;
    color: #fff;
}

img {
    max-width: 100%;
}

.am-alert-danger {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    margin: 0;
}

body {
    font-family: "Noto Sanc 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, SourceHanSansCN;
    background-color: #fff;
}

.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;
}

.am-container {
    max-width: 1430px;
}

.box-center {
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-box;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: -o-box;
    -o-box-orient: horizontal;
    -o-box-pack: center;
    -o-box-align: center;
    display: -ms-box;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -ms-box-align: center;
    display: box;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
}

header .top {
    height: 110px;
    line-height: 110px;
    overflow: hidden;
}

header .topbox {
    position: relative;
    height: 100%;
}

header .logo {
    float: left;
}

header .logo span {
    margin-left: 50px;
    font-size: 18px;
        color: #666;
}

header .telephone {
    float: right;
    font-size: 24px;
    font-weight: bold;
    color: #2f6cc0;
    display: flex;
    line-height: normal;
    height: auto;
    margin-top: 27px;
    align-items: center;
}

header .telephone img {
    height: fit-content;
}

header .telephone .subbox {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}


header .navbox {
    height: 60px;
    line-height: 60px;
    background: #2F6CC0;
}

header .nav {
    width: 100%;
    height: 100%;
}

header .nav .ulnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

header .nav .ulnav>li {
    flex: auto;
    -webkit-box-flex: auto;
    text-align: center;
    position: relative;
    float: left;
    padding: 0 30px;
}

header .nav .ulnav>li>a {
    color: #fff;
    font-size: 18px;
    display: block;
    font-family: SourceHanSansCN;
}

header .nav .ulnav>li:first-child:after {
    display: none;
}

header .nav .ulnav>li:hover>a {
    background: #53B88C;
    font-size: 18px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #fff;
}

header .nav .ulnav>li.on>a {
    background: #53B88C;
    font-size: 18px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #fff;
}

header .nav .ulnav>li.on+li:after,
header .nav .ulnav>li:hover:after,
header .nav .ulnav>li:hover+li:after {
    display: none;
}

.ulnav>li .subnav {
    position: absolute;
    width: calc(100% - 60px);
    background-color: #fff;
    margin: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    height: auto;
    z-index: 199;
    top: 68px;
    left: 30px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 0.36s ease;
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
}

.ulnav>li:hover .subnav {
    opacity: 1;
    visibility: visible;
    top: 60px;
}

.ulnav>li .subnav li {
    border-bottom: 1px solid #f5f5f5;
}

.ulnav>li .subnav li a {
    font-weight: 500;
    color: #666;
    padding: 8px 5px;
    line-height: 22px;
    display: block;
    transition: all 0.2s ease-in-out;
    font-size: 14px;
}

.ulnav>li .subnav li a:hover {
    color: #fff;
    background-color: #53B88C;
}

.img100 {
    width: 100%;
}

.pd25 {
    padding: 0 25px;
}

.cpd {
    padding: 20px;
}

.top-tit .cpd {
    font-size: 24px;
    font-weight: bold;
}

.listbox .top-tit .first {
    margin-right: 10px;
}

.listbox .notice-list ul li:not(:last-child) {
    border-bottom: 1px solid #ebebeb;
}

.listbox .notice-list ul li {
    height: 56px;
    line-height: 56px;
    position: relative;
    margin: 0 22px;
}

.listbox .notice-list ul li.first {
    height: auto;
    line-height: normal;
    margin: 0 22px;
}

.listbox .notice-list ul li.first a {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 0;
    overflow: hidden;
}

.listbox .notice-list ul li.first a i {
    display: block;
    overflow: hidden;
    width: 430px;
    height: 180px;
}

.listbox .notice-list ul li.first a span {
    padding: 15px 0;
    text-align: left;
}

.listbox .notice-list ul li.first a img {
    transition: all 0.3s linear;
}

.listbox .notice-list ul li.first a img:hover {
    transform: scale(1.1);
}

.listbox .notice-list ul li a {
    padding: 0;
}

.listbox .notice-list ul li:hover a {
    background: #2F6CC01a;
    color: #2F6CC0;
    font-weight: bold;
}

.listbox .notice-content .notice-list ul li a:before {
    display: block;
    content: "";
    width: 4px;
    height: 4px;
    background-color: #2F6CC0;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
    position: absolute;
    top: 50%;
    left: 30px;
}

.listbox .notice-list ul li a p {
    padding-left: 10px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.listbox .leftpart,
.listbox .rightpart {
    width: 49.4%;
    background-color: #fff;
}

.listbox .notice-list {
    background-color: #fff;
    height: 517px;
}

.contactbox {
    margin-top: 40px;
}

.notice-list .contactbox p {
    font-size: 18px;
    font-family: SourceHanSansCN;
    font-weight: bold;
    padding: 5px 25px;
}

.listbox .avgli>li:first-child {
    float: left;
    width: 34%;
}

.listbox .avgli>li:nth-child(2) {
    float: left;
    width: 34%;
}

.listbox .avgli>li:last-child {
    float: left;
    width: 29%;
}

.listbox .avgli>li:not(:first-child) {
    margin-left: 21px;
}

.top-tit {
    background: #fff;
}

.circle {
    width: 4px;
    height: 4px;
    background-color: #333;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
    position: absolute;
    top: 50%;
    left: 0;
}

.adver .wrapper {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}

.adver .wrapper h2 {
    font-size: 52px;
    font-weight: bold;
}

.adver .wrapper .summary {
    font-size: 24px;
}

.adver .wrapper .note {
    font-size: 24px;
    font-weight: 400;
    margin-top: 30px;
}

.adver .wrapper .more {
    background-color: #fff;
    border-radius: 30px;
}

.adver .wrapper .more a {
    color: #006aff;
    background: #fff;
}

.adver .wrapper .more a:hover {
    background-color: #006aff;
    color: #fff;
}

.adver .wrapper .more:last-child {
    margin-left: 20px;
}

.advbanner {
    margin-top: 20px;
}


.text-tit {
    display: block;
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
}

.text-tit:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-right: 5px;
    height: 4px;
    width: 4px;
    background: #444;
    border-radius: 50%;
}


.listbox .notice-list ul li a:hover .text-tit:before {
    background: #2F6CC0;
}


.hidden {
    display: none;
}

.swiper-banner .swiper-slide .banitem {
    position: relative;
}

.swiper-banner .swiper-slide .banitem .ban-txt {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 22;
}

.swiper-banner .swiper-slide .banitem .ban-txt .am-vertical-align-middle {
    width: 100%;
    text-align: center;
}

.swiper-banner .swiper-slide .banitem .ban-txt .bt-btn {
    margin-top: 30px;
}

.swiper-banner .swiper-slide .banitem .ban-txt .bt-btn a {
    display: inline-block;
    padding: 10px 28px;
    font-size: 18px;
    border-radius: 30px;
    background: #d63426;
    color: #fff;
    cursor: pointer;
}

.swiper-banner .swiper-slide .banitem .ban-txt .banxt .tit {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 1%;
    color: #fff;
}

.swiper-banner .swiper-slide .banitem .ban-txt .banxt .note {
    font-size: 16px;
    color: #fff;
    max-width: 1100px;
    margin: 0 auto;
}

.swiper-banner .swiper-button-next {
    right: 30px;
    opacity: 0.8;
}

.swiper-banner .swiper-button-prev {
    left: 30px;
    opacity: 0.8;
}

.swiper-banner .swiper-button-next,
.swiper-banner .swiper-button-prev {
    background-size: 17px 29px;
}

.swiper-banner .swiper-banpa .swiper-pagination-bullet {
    opacity: 1;
    width: 30px;
    height: 4px;
    background: #D7D7D7;
    border-radius: 2px;
}

.swiper-banner .swiper-banpa .swiper-pagination-bullet-active {
    opacity: 1;
    width: 30px;
    height: 4px;
    background: #53B88C;
    border-radius: 2px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}

.swiper-banner .swiper-slide.swiper-slide-active .banitem .img100 {
    -webkit-animation: banner_outside 6s ease 1 forwards;
    -moz-animation: banner_outside 6s ease 1 forwards;
    -o-animation: banner_outside 6s ease 1 forwards;
    animation: banner_outside 6s ease 1 forwards;
}

@-webkit-keyframes banner_outside {
    from {
        -o-transform: scale(1.06);
        transform: scale(1.06);
    }
    to {
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes banner_outside {
    from {
        -o-transform: scale(1.06);
        transform: scale(1.06);
    }
    to {
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes banner_outside {
    from {
        -o-transform: scale(1.06);
        transform: scale(1.06);
    }
    to {
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes banner_outside {
    from {
        -o-transform: scale(1.06);
        transform: scale(1.06);
    }
    to {
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.mgt {
    margin-top: 50px;
}

.am-contain {
    box-sizing: border-box;
    margin-left: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
    max-width: 1430px;
}

.bgr {
    background: #ffffff;
}

.price-bgr {
    background: #F6F6F6;
}

.am-pd {
    padding: 50px 0;
    overflow: hidden;
}

.am-pb {
    padding-bottom: 30px;
    overflow: hidden;
}

.am-title {
    margin-bottom: 50px;
    margin-top: 30px;
}

.fuerza .sq-title .title {
    color: #fff;
}

.am-title .tit {
    font-size: 40px;
    font-family: "Noto Serif SC";
    color: #333333;
    font-weight: 800;
}

.am-title .tit b {
    color: #2F6CC0;
}

.am-title .entit {
    position: relative;
    font-size: 20px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #999999;
}

.am-title .line {
    width: 60px;
    height: 2px;
    background: #4e974f;
    margin: 30px auto 0;
}

.sq-title {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
}

.sq-title .title {
    font-size: 40px;
    font-family: "Noto Serif SC";
    color: #333333;
    font-weight: 800;
}

.sq-title .note {
    font-size: 18px;
    font-family: SourceHanSansCN;
    color: #333333;
}

.midsearch {
    height: 80px;
    background: #FAFAFA;
    line-height: 80px;
}

.midsearch .mid-notice span {
    margin-left: 15px;
}

.midsearch .keywords {
    width: 320px;
    outline: none;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #2F6CC0;
    font-size: 16px;
    text-indent: 10px;
}

.midsearch .searbtn {
    width: 80px;
    height: 40px;
    background: #2F6CC0;
    color: #FFFFFF;
    font-size: 18px;
    border: none;
    outline: none;
}

.fuerza {
    height: 1070px;
}

.fuerza .tit {
    color: #fff;
}

.fuerza .note {
    color: #fff;
}

.fuerza .leftbox {
    width: 42%;
    min-height: 680px;
    padding: 50px;
    background-color: #fff;
    position: relative;
}

.fuerza .rightbox {
    width: 76%;
    min-height: 680px;
    position: absolute;
    left: 42%;
    overflow: hidden;
}

.fuerza .rightbox img {
    width: 100%;
}

.fuerza .cbox {
    position: relative;
}

.fuerza .cbox .title {
    font-size: 52px;
    font-weight: bold;
    color: #2F6CC0;
}

.fuerza .cbox .note {
    font-size: 24px;
    font-weight: 400;
    color: #666666;
    padding: 30px 0;
    border-bottom: 1px solid #D7D7D7;
}

.fuerza .cbox .content {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    text-align: justify;
    padding: 30px 0;
}

.fuerza .cbox .content p {
    position: relative;
}

.fuerza .cbox .content p:before {
    width: 8px;
    height: 8px;
    background: #2F6CC0;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

.fuerza .cbox .num {
    position: absolute;
    right: 50px;
    bottom: 0;
    font-weight: 800;
    color: #53B88C;
    line-height: 172px;
    opacity: 0.2;
    font-size: 120px;
}

.fuerza .am-container:nth-child(3) {
    position: relative;
}

.fuerza .tablist {
    position: absolute;
    transform: translateY(-50%);
    width: 100%;
}

.fuerza .tablist ul {
    box-shadow: 0px 0px 12px 0px rgba(24, 30, 33, 0.15);
}

.fuerza .tablist li {
    background-color: #fff;
    padding: 30px;
    height: 100px;
    line-height: 40px;
    text-align: center;
    position: relative;
}

.fuerza .tablist li.active {
    background: #53B88C;
}

.fuerza .tablist li.active a {
    color: #fff;
}

.fuerza .tablist li:not(:first-child):after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 30px;
    background: #E1E1E1;
}

.fuerza .tablist li a {
    display: block;
}

.fuerza .tablist li a img {
    margin-right: 20px;
}

.new-list {
    margin-top: 20px !important;
    padding-bottom: 20px !important;
}

.am-title .line {
    margin-top: 15px;
}

.new-list ul li .item {
    padding: 20px !important;
}

.new-list ul li .item .tit {
    font-size: 16px !important;
}

.new-list ul li .item .date {
    padding: 5px 0 !important;
}

.new-list ul li .item .img {
    padding: 0px !important;
    margin-top: 5px;
}

.new-list ul li .item .note {
    font-size: 14px !important;
}

.online-btn a {
    font-size: 14px !important;
    padding: 10px !important;
    width: 150px !important;
}

.am-title.w .tit b,
.am-title.w .note {
    color: #fff;
}

.am-title.w .note:before {
    background: url(../images/tit-line-l-w.png) center no-repeat;
}

.am-title.w .note:after {
    background: url(../images/tit-line-r-w.png) center no-repeat;
}

.new-list {
    margin-top: 50px;
    padding-bottom: 30px;
}

.new-list ul {
    margin: 0 -30px;
}

.new-list ul li {
    padding: 0 10px;
}

.new-list ul li .item {
    position: relative;
    background: #fff;
    text-align: center;
    padding: 45px 20px 20px;
    transition: all 0.3s linear;
    top: 0;
    text-align: left;
    box-shadow: 0px 6px 16px 0px rgba(213, 213, 213, 0.5);
    border-radius: 6px;
}

.new-list ul li .item:hover {
    top: -10px;
}

.new-list ul li .item .stit {
    font-size: 20px;
    color: #666;
}

.new-list ul li .item .tit {
    font-size: 22px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #333333;
}

.new-list ul li .item .date {
    font-size: 14px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #333333;
    padding: 20px 0;
}

.new-list ul li .item .note {
    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #999999;
}

.new-list ul li .item .img {
    padding: 45px 0px 20px;
    overflow: hidden;
}

.new-list ul li .item .img img {
    display: inline-block;
    color: #fff;
    background: #999999;
    border-radius: 6px;
}

.news .more {
    text-align: center;
}

.news .more>a {
    position: absolute;
    padding: 18px 70px;
    background: #ffffff;
    border: 1px solid #999999;
    border-radius: 25px;
    font-size: 18px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #999999;
}

.swiper-case .swiper-slide {
    width: 36%;
    overflow: hidden;
}

.swiper-case .swiper-slide a {
    display: block;
    overflow: hidden;
    padding-bottom: 72px;
}

.swiper-case .swiper-slide a i {
    display: block;
    overflow: hidden;
}

.swiper-case .swiper-slide a i img {
    transition: all 0.3s linear;
    width: 100%;
}

.swiper-case .swiper-slide a:hover i img {
    transform: scale(1.06);
}

.swiper-case .swiper-slide a .txt {
    background: #fff;
    padding: 15px 25px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    margin-top: 0;
}

.swiper-case .swiper-slide a .txt .tit {
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.swiper-case .swiper-slide a .txt .note {
    margin-top: 5px;
    overflow: hidden;
    height: 0;
    opacity: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s linear;
}

.swiper-case .swiper-slide a:hover .txt .note {
    opacity: 1;
    height: 25px;
}

.swiper-case .swiper-slide a:hover .txt {
    background: #2F6CC0;
    color: #fff;
}

.swiper-c-next {
    right: 29.2%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-c-prev {
    left: 29.2%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-c-next,
.swiper-c-prev {
    width: 60px;
    height: 60px;
    background-color: #2F6CC0;
    position: absolute;
    z-index: 222;
    border-radius: 50%;
    top: 50%;
    margin-top: -50px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px auto;
}

.online-btn {
    text-align: center;
    margin-top: 50px;
}

.online-btn a {
    display: inline-block;
    width: 210px;
    padding: 10px;
    color: #fff;
    margin: 0 15px;
    background: #ffffff;
    border: 1px solid #999999;
    border-radius: 25px;
    font-size: 18px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #999999;
}

.online-btn a:hover {
    background: #2F6CC0;
    color: #fff;
}

.acd {
    width: 100%;
    height: 760px;
    position: relative;
}

.acd:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/mybanner.png) center center no-repeat;
    background-size: cover;
}

.umore a {
    display: inline-block;
    width: 46px;
    height: 12px;
    position: relative;
    overflow: hidden;
}

a {
    transition: all .1s linear;
}

.umore a:before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.umore a:after {
    background: #bfbfbf;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.acd:after {
    content: '';
}

.acd .am-container .acd-box {
    position: absolute;
    display: flex;
    justify-content: space-around;
    width: 100%;
    top: 100%;
    margin-top: -70px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1430px;
}

.acd .am-container .items {
    min-width: 300px;
    height: 140px;
    background: #ffffff;
    box-shadow: 0px 6px 12px 0px rgba(235, 235, 235, 0.5);
    border-radius: 6px;
    padding: 40px;
    position: relative;
}

.acd .am-container .items img:last-child {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: 145px;
    margin-top: -1px;
}

.acd .am-container .items span {
    margin-left: 20px;
}

.about {
    background: #F3F3F3;
    position: relative;
}

.about .am-container:first-child {
    display: flex;
}

.about .am-pd {
    z-index: 2;
    overflow: hidden;
    max-height: 600.5px;
}

.about .aboutbox {
    padding: 50px;
    background: #fff;
    width: 870px;
    z-index: 3;
    min-height: 381px;
    position: relative;
    text-align: justify;
}

.about .aboutbox .hasmore {
    position: absolute;
    bottom: 50px;
    left: 50px;
}

.about .img {
    position: absolute;
    width: 50%;
    right: 0;
    top: 0;
    z-index: -1;
    overflow: hidden;
    max-height: 600.5px;
}

.about .img img {
    width: 100%;
    transition: all 0.3s linear;
}

.about .img img:hover{
    transform: scale(1.1);
}


.about .about-bott ul li {
    float: left;
    width: 25%;
    padding: 40px;
}

.about .about-bott ul li span {
    font-size: 56px;
    font-weight: bold
}

.about .content {
    background: linear-gradient(43deg, #4d974f, #a6c548);
    padding: 70px 50px;
    width: 55%;
    text-align: justify;
}

.about .content h1 {
    font-size: 40px;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #ffffff;
}

.about .content p {
    font-size: 18px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #ffffff;
}

.about .content p.desc {
    margin-top: 30px;
    margin-bottom: 60px;
}

.links .title {
    font-size: 36px;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #333333;
}

.links .title span {
    font-size: 20px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #999999;
}

.links .content {
    margin-top: 40px;
}

.links .content a {
    font-size: 20px;
    color: #333333;
    padding: 5px;
}

footer {
    background: #050B13;
}

footer .foot-main {
    padding-top: 40px;
}

footer .foot-nav {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 50px;
}

footer .foot-nav ul {
    display: flex;
}

footer .foot-nav ul li {
    float: left;
    flex: auto;
    -webkit-box-flex: auto;
    text-align: center;
    position: relative;
    height: 100px;
    line-height: 100px;
}

footer .foot-tit {
    color: #fff;
    margin-bottom: 20px;
    font-size: 18px;
    font-family: SourceHanSansCN;
}

.foot-contact .foot-tit {
    margin-bottom: 0;
}

footer .foot-menu .foot-tit {
    border-bottom: 1px solid #343944;
    padding-bottom: 20px;
}

footer .foot-nav ul li a {
    color: #fff;
}

footer .foot-main .foot-menu {
    width: 75%;
    float: right;
}

footer .foot-main .foot-menu .item {
    width: 20%;
    float: left;
}

footer .foot-menu .theme {
    display: flex;
    flex-direction: column;
    max-height: 150px;
    flex-wrap: wrap;
}

footer .foot-menu .theme p {
    margin-right: 40px;
}

footer .foot-main .foot-menu .item:nth-child(3),footer .foot-main .foot-menu .item:nth-child(4),footer .foot-main .foot-menu .item:nth-child(5) {
    text-align: right;
}

footer .foot-main .foot-menu .item p {
    line-height: 28px;
    font-size: 14px;
    font-family: SourceHanSansCN;
    color: #FFFFFF;
    opacity: 0.55;
}

footer .foot-main .foot-menu .item p a {
    color: #fff;
}

.flink {
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 30px 0;
}

.flink a {
    display: inline-block;
    padding: 0 10px;
    position: relative;
    font-size: 14px;
    color: #9D9D9D;
}

footer .foot-main .foot-contact {
    width: 25%;
    float: left;
}

footer .foot-ewm-list {
    margin-top: 20px;
    display: flex;
}

footer .foot-ewm-list .ewm {
    width: 100px;
    text-align: center;
}

footer .foot-ewm-list .ewm:first-child {
    margin-right: 20px;
}

footer .foot-ewm-list p {
    font-size: 14px;
    color: #fff;
    margin-top: 5px;
    text-align: center;
}

footer .foot-main .foot-contact > p {
    font-family: SourceHanSansCN;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 800;
}

footer .foot-main .foot-ewm .foot-tel {
    text-align: center;
    color: #fff;
}

footer .foot-main .foot-ewm .foot-tel strong {
    font-size: 24px;
}

footer .foot-main .foot-ewm .foot-ewm-list {
    padding-top: 20px;
}

footer .foot-main .foot-ewm .foot-ewm-list ul li {
    width: 33.333%;
    float: left;
    text-align: center;
}

footer .foot-main .foot-ewm .foot-ewm-list ul li img {
    max-width: 100px;
}

footer .foot-main .foot-ewm .foot-ewm-list ul li span {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}

.foot-copry {
    padding: 15px 0;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border-top: 1px solid #343944;
}

.foot-copry span,
.foot-copry span a {
    color: #a7a7a7;
}

.nybanner img {
    width: 100%;
}

.am-path {
    padding: 15px 0;
    font-size: 14px;
    color: #666;
    background: #eee;
}

.am-path .am-container {
    max-width: 1430px;
}

.am-path a:last-child {
    color: #2F6CC0;
}

.ny-warp {
    padding: 30px 0;
    background: #f5f5f5;
}

.bgr-default {
    background: #f5f5f5;
}

.ny-mainl {
    width: 20%;
    float: left;
}

.ny-mainl .side-nav {
    background: #fff;
}

.ny-mainl .side-nav .side-title {
    background: #2F6CC0;
    color: #fff;
    padding: 30px;
    text-align: center;
    font-size: 18px;
}

.ny-mainl .side-nav .side-title em {
    font-size: 18px;
    margin-left: 8px;
}

.ny-mainl .side-nav ul li {
    position: relative;
    margin-bottom: 1px;
}

.ny-warp .ny-mainl .side-nav ul li {
    border-bottom: 1px solid #f4f4f4;
}

.ny-mainl .side-nav ul li:before {
    content: "";
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 4px;
    background: #2F6CC0;
}

.ny-mainl .side-nav ul li.active:before {
    background: #53B88C;
}


.ny-mainl .side-nav ul li a {
    display: block;
    background: #fff;
    padding: 15px;
    font-size: 18px;
    padding-left: 22%;
}

.sq-product .ny-mainl .side-nav ul li a {
    display: block;
    background: #f6f6f6;
   padding: 20px 15px;
    font-size: 18px;
    padding-left: 22%;
}

.ny-mainl .side-nav ul li a.on {
    color: #fff;
    background: #53B88C;
}

.sq-product .head {
    position: relative;
}

.sq-product .head .btmore {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.hasmore {
    display: inline-block;
    width: 140px;
    height: 48px;
    background: #53B88C;
    color: #fff;
    text-align: center;
    line-height: 48px;
}

.ny-warppk {
    padding: 30px 0;
    background: #fafafa;
}

.contactA {
    width: 100%;
    float: left;
    background: #fff;
    padding-bottom: 55px;
}

.contactA_T {
    padding: 55px 2.8%;
    overflow: hidden;
    border-bottom: 1px solid #e2e2e2;
    height: 320px;
    position: relative;
}

.contactA_T_l {
    left: 2.8%;
    width: 314px;
    position: absolute;
    top: 50px;
}

.contactA_T_l>p {
    font-size: 20px;
    color: #3a3a3a;
}

.contactA_T_l>span {
    display: block;
    font-size: 30px;
    color: #333333;
    line-height: 32px;
    margin: 20px 0px;
}

.contactA_T_l>i {
    display: block;
    font-style: normal;
    color: #333;
    line-height: 32px;
    letter-spacing: 0.05rem;
    font-size: 1.2rem;
}

.contactA_T_l>a {
    display: inline-block;
    width: 180px;
    line-height: 50px;
    background: #2F6CC0;
    color: #fff;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.05rem;
    margin-top: 20px;
}

.contactA_T_m {
    width: 562px;
    margin: 0 auto;
    padding: 0px 3%;
    height: 100%;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
}

.contactA_T_m>p {
    font-size: 14px;
    color: #333;
    line-height: 32px;
}

.contactA_T_R {
    position: absolute;
    width: 171px;
    right: 7%;
    text-align: center;
    top: 62px;
}

.contactA_T_R p {
    font-size: 16px;
    line-height: 28px;
}

.contactA_B {
    margin: 25px 2.8% 0px 2.8%;
    height: 455px;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

#mymap {
    height: 480px;
    border-radius: 8px;
}

.sidecon {
    background: #fff;
    margin-top: 20px;
}

.sidecon .tit {
    height: 70px;
    background: #2F6CC0;
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 70px;
}

.sidecon img {
    width: 100%;
}

.sidecon .txt {
    padding: 20px 20px 10px 20px;
    font-size: 1.4rem;
    border: 1px solid #eee;
}

.sidecon .txt p {
    margin-bottom: 10px;
}

.sidecon .txt p.stit {
    font-weight: bold;
}

.ny-mainr {
    width: 76%;
    float: right;
}

.page {
    text-align: center;
    margin-top: 15px;
}

.page a {
    display: inline-block;
    padding: 4px 12px;
    border: 1px solid #f3f3f3;
    margin-left: -1px;
    background: #fff;
    margin: 0 5px;
    border-radius: 4px;
    overflow: hidden;
}

.page a.on,
.page a.active,
.page a:hover {
    background: #2F6CC0;
    color: #fff;
}

.ny-newscase ul li {
    background: #fff;
    padding: 20px;
    position: relative;
    box-shadow: 0 2px 4px 4px rgba(0, 0, 0, 0.02);
    margin-bottom: 20px;
}

.ny-newscase ul li a {
    display: block;
}

.ny-newscase ul li a i {
    display: block;
    width: 20%;
    float: left;
    overflow: hidden;
}

.ny-newscase ul li a i img {
    transition: all 0.7s;
}

.ny-newscase ul li:hover img {
    transform: scale(1.06);
}

.ny-newscase ul li a .txt {
    width: 70%;
    padding-left: 20px;
    float: left;
}

.ny-newscase ul li a .txt.w100 {
    width: 100%;
    padding-left: 0;
}

.ny-newscase ul li a .txt .tit {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ny-newscase ul li a .txt .line {
    width: 100%;
    height: 1px;
    background: #eee;
    margin: 15px 0;
}

.ny-newscase ul li a .txt .note {
    font-size: 14px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.ny-newscase ul li a .txt .info {
    font-size: 14px;
    margin-top: 15px;
    color: #666;
}

.ny-newscase ul li a .txt .info span {
    display: inline-block;
    margin-right: 25px;
}

.ny-newscase ul li a .tou {
    position: absolute;
    right: 40px;
    top: 0;
    background: #ee2d32;
    color: #fff;
    display: inline-block;
    padding: 4px 10px;
}

.ny-newscase ul li a .txt.w10 {
    width: 100%;
    padding-left: 0;
}

.ny-newscase.w10 i {
    width: 25%;
}

.article-wrap {
    padding: 40px;
    background: #fff;
    color: #666;
    min-height: 500px;
    border: 1px solid #eee;
}

.article-wrap hr {
    border-top: 1px solid #d6d5ce;
}

.article-wrap .article-header {
    text-align: center;
    margin-bottom: 20px;
}

.article-wrap .article-header h1 {
    color: #000000;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: normal;
}

.article-wrap .article-header .sub {
    color: #999;
    font-size: 12px;
}

.article-wrap .article-header .sub span {
    margin: 0 10px;
    display: inline-block;
}

.article-wrap .article-header .sub span i {
    margin-right: 4px;
}

.article-body {
    font-family: "Microsoft Yahei", verdana;
    font-size: 16px;
    letter-spacing: 0.08rem;
    line-height: 36px;
    min-height: 400px;
    margin-bottom: 25px;
}

.article-body img {
    max-width: 100%;
}

.xgnews {
    border-top: 1px solid #fefced;
    padding: 30px;
    background: #fff;
}

.xgnewstit {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.xgnews .xgnews-list ul li {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2.8;
    padding-right: 15px;
}

.ny-solu-list {
    margin-top: -15px;
}

.ny-solu-list ul {
    position: relative;
    margin: 0 -15px;
}

.ny-solu-list ul li {
    padding: 15px;
}

.ny-solu-list ul li span {
    display: block;
    padding: 15px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-top: none;
}

.ny-solu-list ul li a i {
    display: block;
    border: 1px solid #ddd;
    overflow: hidden;
    /*padding: 20px 30px;*/
    text-align: center;
}

.sq-case-list ul li a i {
    padding: 0;
}

.ny-solu-list ul li a i img {
    transition: all 0.3s linear;
}

.ny-solu-list ul li a:hover i img {
    transform: scale(1.1);
}

.ny-case-list {
    margin-top: -15px;
    margin-bottom: 25px;
}

.ny-case-list ul {
    position: relative;
    margin: 0 -15px;
}

.ny-case-list ul li {
    padding: 15px;
}

.ny-case-list ul li span {
    display: block;
    padding: 10px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-top: none;
}

.ny-case-list ul li a i {
    display: block;
    overflow: hidden;
    text-align: center;
}

.ny-case-list ul li a i img {
    transition: all 0.3s linear;
}

.ny-case-list ul li a:hover i img {
    transform: scale(1.1);
}

.ny-brand-list ul {
    position: relative;
}

.ny-brand-list ul li {
    padding: 15px;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    height: 120px;
    line-height: 90px;
    width: 15.7%;
    margin-bottom: 20px;
}

.ny-brand-list ul li:not(:nth-child(6n+6)) {
    margin-right: 16px;
}

.ny-brand-list ul li span {
    display: block;
    padding: 15px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-top: none;
}

.ny-brand-list ul li a i {
    display: block;
    overflow: hidden;
    text-align: center;
}

.advermb {
    display: block;
    width: 100%;
}

.advermb img {
    width: 100%;
}

.news {
    background: #F3F3F3
}

.newlist li {
    float: left;
}

.newlist li:first-child {
    width: 34%;
}

.newlist li:nth-child(2) {
    width: 34%;
}

.newlist li:nth-child(3) {
    width: 32%;
}

.listbox .titbgr {
    width: 100%;
    height: 10px;
    background: #2F6CC0;
}

.pro-xq-head {
    background: #fff;
    padding: 30px;
    height: 360px;
}

.pro-banner {
    width: 400px;
    overflow: hidden;
    float: left;
    margin-right: 20px;
}

.large_box {
    margin-bottom: 10px;
    width: 400px;
    overflow: hidden;
    border: 1px solid #eee;
    text-align: center;
}

.large_box img {
    display: inline-block;
}

.btn {
    display: block;
    left: 0;
    width: 20px;
    height: 100%;
    background-color: #777;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    cursor: pointer;
}

.btn:hover {
    background-color: #2383cf;
}

.left_btn {
    float: left;
    margin-right: 10px;
    left: 0;
    background-image: url(../images/left_btn.png);
}

.right_btn {
    float: right;
    right: 0;
    left: auto;
    background-image: url(../images/right_btn.png);
}

.adver-cla a {
    display: block;
}

.adver-cla img {
    width: 100%;
}

.pro-xq-htxt {
    position: relative;
    height: 100%;
    width: 52%;
    float: right;
}

.pro-xq-htxt h1 {
    font-size: 20px;
}

.pro-xq-htxt .info {
    font-size: 14px;
    color: #2F6CC0;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    margin-bottom: 20px;
}

.pro-xq-htxt .note {
    font-size: 14px;
    color: #666;
    line-height: 2;
}

.kflink {
    position: absolute;
    left: 0;
    bottom: 30px;
}

.kflink a {
    display: inline-block;
    border: 1px solid #2F6CC0;
    padding: 6px 20px;
    color: #2F6CC0;
    font-size: 14px;
}

.kflink a:hover {
    background: #2F6CC0;
    color: #fff;
}

.sxpian {
    background: #fff;
    margin-top: 20px;
    padding: 10px 30px;
    font-size: 14px;
    line-height: 2.4;
}

.sxpian a {
    display: inline-block;
    margin-left: 15px;
}

.toy-tit {
    padding: 15px 0;
    font-size: 20px;
    position: relative;
    padding-left: 15px;
}

.toy-tit:before {
    content: "";
    display: block;
    width: 6px;
    height: 14px;
    background: #2F6CC0;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
}

.pro-indof {
    background: #fff;
    padding: 30px;
    font-size: 14px;
    line-height: 2;
}

.pro-xgcp {
    background: #fff;
    padding: 15px;
}

.pro-xgcp ul li {
    padding: 15px;
}

.pro-xgcp ul li a {
    display: block;
    background: #eee;
    border: 1px solid #eee;
}

.pro-xgcp ul li span {
    display: block;
    text-align: center;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 10px;
}

.ny-about-main,
.ny-rmin {
    background: #fff;
    padding: 30px;
    min-height: 926px;
}

.ny-about-title {
    font-size: 26px;
    text-align: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.ny-about-arc {
    line-height: 2;
}

.sm-logo {
    height: 40px;
    display: none;
}

@media screen and (max-width: 1440px) {
    .am-container {
        max-width: 1236px;
    }
    .ystab .ys-box .txt .list p {
        font-size: 13px;
    }

    .listbox .avgli>li:first-child {
        width: 33%;
    }

    .listbox .notice-list ul li.first a i {
        width: auto;
    }

    .ny-brand-list ul li:not(:nth-child(6n+6)) {
        margin-right: 14px;
    }

    .about .aboutbox {
        min-height: 320px;
    }
}

@media screen and (max-width: 1280px) {
    .notice-list .contactbox p {
        font-size: 16px;
    }

    .about .aboutbox {
        min-height: 261px;
    }
}

@media screen and (max-width: 1024px) {
    html {
        background: #fafafa;
    }
    body {
        max-width: 768px;
        margin: 0 auto;
        background: #fff;
        zoom: 1;
    }
    header .nav .ulnav>li>a {
        font-size: 14px;
    }
    header .top .tion {
        display: none;
    }
    .tp {
        padding: 10px;
    }
    header .top .search {
        display: none;
    }
    header .logo .img {
        width: auto;
    }
    header .top-tel {
        display: none;
    }
    header .top {
        height: 60px;
        line-height: 60px;
    }

    header .logo {
        height: 100%;
    }
    header .top .logo img {
        height: 40px;
    }
    header .logo span {
        display: none;
    }
    header .logo .logo-txt .tit {
        font-size: 12px;
        white-space: nowrap;
    }
    header .logo .logo-txt .note {
        font-size: 12px;
        white-space: nowrap;
    }
    header .top .tpper .left-tit {
        font-size: 14px;
        display: none;
    }
    html {
        background: #f5f5f5;
    }
    body {
        max-width: 768px;
        margin: 0 auto;
        box-shadow: 0px 1px 3px #c8c8c8;
        background: #fff;
        zoom: 1 !important;
    }
    header {
        position: relative;
    }
    header .header-top .tel {
        font-size: 12px;
        width: 50%;
    }
    header .header-top .content .mini {
        display: none;
    }
    header .header-top .content .weixin {
        display: none;
    }
    .am-pd30 {
        padding: 0;
    }
    header .header-top .content {
        font-size: 12px;
        width: 50%;
    }
    header .header-mid .am-container {
        display: block;
    }
    .searbox {
        display: none;
    }
    header .header-mid .btngrp {
        display: none;
    }
    header .top-tel {
        display: none;
    }
    header .nav {
        position: fixed;
        width: 100%;
        left: -100%;
        top: 0;
        height: 100%;
        z-index: 1233;
        transition: all 0.3s linear;
    }
    header .nav.on {
        left: 0;
        pointer-events: none;
    }
    header .nav .ulnav>li {
        width: 100%;
        line-height: 60px;
        border-bottom: 1px solid #eee;
    }
    .hide-m {
        display: none;
    }
    header .nav-box {
        width: 100%;
        height: 100%;
        position: fixed;
        left: -100%;
        top: 0;
        z-index: 1601;
        transition: all 0.3s linear;
        pointer-events: none;
    }
    header .nav .ulnav {
        width: 35%;
        position: relative;
        background: #fff;
        height: 100%;
        z-index: 1601;
        pointer-events: auto;
        overflow-y: auto;
        margin: 0;
        display: block;
    }
    header .nav .ulnav>li {
        width: 100%;
        border-bottom: 1px solid #eee;
        display: block;
        float: none;
        height: auto;
        line-height: 56px;
        padding: 0;
    }
    header .nav .ulnav>li>a {
        color: #fff;
        display: block;
        line-height: 56px;
        font-size: 14px;
    }
    header .nav .ulnav>li.on>a {
        border: none;
    }
    header .nav .ulnav>li.sh>a {
        pointer-events: none;
    }
    header .nav .ulnav>li .subnav {
        line-height: 40px;
        position: absolute;
        font-size: 14px;
        text-align: center;
        width: 100%;
        left: 0;
        transition: all 0s linear;
        visibility: hidden;
        opacity: 0;
        opacity: 0;
    }
    header .nav .ulnav>li .subnav p {
        border-bottom: 1px solid #eee;
    }
    header .nav .ulnav>li .subnav p:first-child {
        border-top: 1px solid #eee;
    }
    header .nav .ulnav>li .subnav p a {
        display: block;
    }
    header .nav .ulnav>li:hover .subnav {
        top: 0;
        opacity: 0;
    }
    header .nav .ulnav>li .xm {
        position: absolute;
        width: 70px;
        display: block;
        right: 0;
        top: 0;
        color: rgba(0, 0, 0, 0.61);
        z-index: 1290;
    }
    header .nav .ulnav>li .subnav.show {
        top: 0;
        height: auto;
        padding: 10px 0;
        position: relative;
        overflow: hidden;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        padding: 0;
    }
    header .nav .ulnav>li>a:before {
        display: none;
    }
    header .warp {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        height: 100%;
        z-index: 1230;
        background: rgba(0, 0, 0, 0.6);
        display: none;
    }
    header .navbar {
        width: 30px;
        height: 64px;
        position: absolute;
        right: 15px;
        top: 40px;
    }
    header .navbar:before {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background: #3f3f6a;
        margin-top: 25px;
    }
    header .navbar:after {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background: #3f3f6a;
        margin-top: 15px;
    }
    header .header-mid .logo {
        height: 64px;
        line-height: 64px;
    }
    header .logo img {
        height: 40px;
    }
    .swiper-banner .swiper-button-next,
    .swiper-banner .swiper-button-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        background-size: 10px 15px;
    }
    .wrap-search {
        display: none;
    }
    .swiper-pagination-bullet {
        width: 7px;
        height: 7px;
    }
    .category .lists .box-item h2 {
        margin-top: 10px;
    }
    .advbanner {
        margin-bottom: 10px;
    }
    .listbox .top-tit .first img {
        width: 22px;
    }
    .am-pd {
        padding: 10px 0;
    }
    .am-pb {
        padding-bottom: 20px;
    }
    .cpd {
        padding: 5px 10px;
    }
    .swiper-banner {
        width: 100%;
    }
    .listbox .top-tit {
        font-size: 16px;
        height: auto;
        line-height: normal;
    }
    .listbox .notice-content {
        width: 100%;
        margin-top: 15px;
    }
    .listbox .notice-list {
        font-size: 14px;
    }
    .listbox .notice-list ul li {
        line-height: 40px;
        height: 40px;
        margin: 0 15px;
    }
    .category .lists .box-item {
        width: 49%;
        padding: 15px 10px;
        margin: 7px 0;
    }
    .category .lists .box-item h2 {
        font-size: 16px;
    }
    .category .lists .box-item p {
        font-size: 14px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .category .lists .box-item img {
        width: 45px;
    }
    .listbox .leftpart,
    .listbox .rightpart {
        width: 100%;
    }
    .important-info {
        margin: 0;
    }
    .sm-logo {
        display: block;
    }
    .sm-logo img {
        height: 40px;
    }
    .am-title .entit {
        font-size: 18px;
    }
    .about .am-container {
        display: block;
    }
    .about .img {
        width: 100%;
    }
    .about .content {
        width: 100%;
        padding: 10px;
    }
    .about .content h1 {
        font-size: 20px;
    }
    .about .content p.desc {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .about .content p {
        font-size: 14px;
        text-align: justify;
    }
    footer .foot-ewm .foot-ewm-list img {
        margin-left: 40px;
    }
    .online-btn {
        margin-top: 20px;
    }
    .acd {
        height: 253px;
    }
    .acd .am-container .items {
        padding: 20px !important;
    }
    .pay {
        margin-top: 100px;
    }
    .acd .am-container .items span {
        display: block;
        margin-left: 0;
        text-align: center;
    }
    .pay .am-container .am-title .tit {
        font-size: 20px !important;
    }
    .pay .am-container .am-title .entit {
        font-size: 16px !important;
    }
    .pay .am-container .list {
        margin-top: 20px !important;
    }
    header .nav {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        display: none;
        z-index: 99999;
        background: rgba(0, 0, 0, 0.81);
    }
    header .nav.active {
        display: block;
    }
    header .nav .am-container {
        padding: 0;
        height: 100%;
    }
    header .navbox {
        height: 0;
    }
    header .nav .ulnav {
        display: block;
        width: 60%;
        background: #2F6CC0;
        height: 100%;
        position: relative;
        overflow-y: auto;
    }
    header .nav .ulnav>li {
        width: 100%;
        float: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    header .nav .ulnav>li .xm {
        position: absolute;
        width: 70px;
        display: block;
        right: 0;
        top: 0;
        color: rgba(255, 255, 255, 0.81);
    }
    header .nav .ulnav>li .subnav {
        position: relative;
        display: none;
        top: 0;
        opacity: 1;
        visibility: inherit;
    }
    header .nav .ulnav>li .subnav.show {
        display: block;
    }
    .menu-bar {
        display: block;
        width: 26px;
        height: 18px;
        float: right;
        position: absolute;
        right: 2.5rem;
        top: 20px;
        border-bottom: 2px solid #2F6CC0;
    }
    .menu-bar:after {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        background: #2F6CC0;
        position: absolute;
        left: 0;
        top: 0;
    }
    .menu-bar:before {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        background: #2F6CC0;
        position: absolute;
        left: 0;
        top: 50%;
    }

    header .telephone {
        display: none;
    }
    nav .am-close {
        position: absolute;
        right: 32%;
        top: 4px;
        color: #fff;
        text-shadow: none;
        opacity: 0.5;
        font-size: 2.6rem;
        display: block;
    }
    .nav-warp {
        width: 40%;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
    }
    .nav-warp .am-close {
        color: #fff;
        font-size: 24px;
        padding: 15px;
        opacity: 0.5;
    }
    .listbox .swiper-banner {
        width: 100%;
    }
    .swiper-banner .swiper-button-next {
        right: 10px;
        background-size: 15px auto;
    }
    .swiper-banner .swiper-button-prev {
        left: 10px;
        background-size: 15px auto;
    }
    .scroll-btn {
        display: none;
    }
    .acd .am-container .acd-box {
        flex-wrap: wrap;
        position: relative;
        margin-top: 0;
        top: 0;
    }
    .boxone .leftpart {
        margin-bottom: 20px;
    }
    .banner .notice-list ul li a {
        padding: 0 15px;
    }
    .listbox .notice-content .notice-list ul li a:before {
        left: 15px;
    }
    .listbox .avgli li {
        width: auto;
        float: none;
    }
    .listbox .avgli>li:not(:first-child) {
        padding-left: 0;
    }
    .listbox .avgli li:not(:last-child) {
        margin-bottom: 20px;
    }
    .acd .am-container .items {
        min-width: auto;
        position: static;
        width: 48%;
        margin-top: 20px;
        text-align: center;
        display: -webkit-box;
        -webkit-box-orient: horizontal;
        -webkit-box-pack: center;
        -webkit-box-align: center;
        display: -moz-box;
        -moz-box-orient: horizontal;
        -moz-box-pack: center;
        -moz-box-align: center;
        display: -o-box;
        -o-box-orient: horizontal;
        -o-box-pack: center;
        -o-box-align: center;
        display: -ms-box;
        -ms-box-orient: horizontal;
        -ms-box-pack: center;
        -ms-box-align: center;
        display: box;
        box-orient: horizontal;
        box-pack: center;
        box-align: center;
    }
    .acd .am-container .items img:last-child {
        display: none;
    }
    .mgt {
        margin-top: 15px;
    }
    .am-pd {
        padding: 20px 0;
    }
    .am-pb {
        padding-bottom: 20px;
    }
    .am-title .tit {
        font-size: 20px;
    }
    .am-title .note {
        font-size: 14px;
    }
    .am-title .note:before {
        width: 60px;
        display: none;
    }
    .am-title .note:after {
        width: 60px;
        display: none;
    }
    .notice-content .more,
    .listbox .more {
        font-size: 14px;
    }

    .midsearch {
        display: none;
    }

    .hasmore {
        height: 34px;
        line-height: 34px;
        padding: 0 15px;
        width: auto;
        font-size: 14px;
    }

    .about .aboutbox .hasmore {
        left: 15px;
        bottom: 15px;
    }

    .am-title {
        margin: 20px 0;
    }

    .ny-mainl .side-nav ul li:before {
        display: none;
    }

    footer .foot-tit {
        margin-bottom: 5px;
    }
    .foot-copry {
        margin-top: 10px;
        height: auto;
    }
    .foot-copry .am-fl {
        float: none;
    }
    .foot-copry .am-fr {
        float: none;
    }
    footer .foot-main {
        padding-top: 0;
    }
    .liuc-list {
        margin-top: 20px;
    }
    .liuc-list ul li:nth-child(2n) {
        padding-top: 64px;
    }
    .liuc-list ul li .tit {
        font-size: 12px;
        white-space: nowrap;
        margin: 4px 0;
    }
    .liuc-list ul li .num {
        font-size: 12px;
    }
    .liuc-list ul li img {
        width: 50px;
    }
    .liuc-list ul li em {
        width: 4px;
        height: 4px;
        margin: 4px auto;
    }
    .swiper-case .swiper-slide {
        width: 55%;
    }
    .swiper-c-next,
    .swiper-c-prev {
        width: 30px;
        height: 30px;
        background-size: 10px auto;
        margin-top: -28px;
    }
    .swiper-c-prev {
        left: 1.5rem;
    }
    .swiper-c-next {
        right: 1.5rem;
    }
    .swiper-case .swiper-slide a {
        padding-bottom: 42px;
    }
    .swiper-case .swiper-slide a .txt {
        padding: 10px;
    }
    .swiper-case .swiper-slide a .txt .tit {
        font-size: 14px;
    }
    .swiper-case .swiper-slide a .txt .note {
        font-size: 12px;
        display: none;
    }
    .sgdb-tit {
        font-size: 18px;
        font-weight: bold;
    }
    .sgdb-tab .hd {
        margin-top: 15px;
        margin-bottom: 15px;
        white-space: nowrap;
    }
    .sgdb-tab .hd ul li {
        padding: 0 3px;
    }
    .sgdb-tab .hd ul li:before {
        height: 12px;
        top: 8px;
    }
    .sgdb-tab .hd ul li a {
        font-size: 12px;
        padding: 4px 4px;
    }
    .sgdb-tab .hd ul li em {
        width: 10px;
        height: 6px;
        margin: 2px auto 0;
        background-size: 10px 6px !important;
    }
    .hm-pro .swiper-slide a .tit {
        font-size: 12px;
    }
    .ystab .hd ul li {
        line-height: 1;
        padding: 10px 0;
    }
    .ystab .hd ul li span {
        font-size: 12px;
    }
    .ystab .hd ul li em {
        font-size: 14px;
    }
    .ystab .ys-box {
        padding: 10px;
    }
    .ystab .ys-box .img {
        width: 100%;
        float: none;
    }
    .ystab .ys-box .txt {
        width: 100%;
        float: none;
        padding: 0;
        margin-top: 15px;
    }
    .ystab .ys-box .txt .title {
        padding-left: 45px;
    }
    .ystab .ys-box .txt .title em {
        font-size: 18px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .ystab .ys-box .txt .title .tit {
        font-size: 16px;
    }
    .ystab .ys-box .txt .title .entit {
        font-size: 12px;
    }
    .ystab .ys-box .txt .list p {
        font-size: 12px;
        padding-left: 10px;
        margin-bottom: 10px;
    }
    .ystab .ys-box .txt .list p:before {
        width: 6px;
        height: 6px;
        margin-top: -3px;
    }
    .ystab .ys-box .txt .list {
        padding-top: 15px;
    }
    .ystab .ys-box .txt .zxbtn {
        margin-top: 10px;
    }
    .ystab .ys-box .txt .zxbtn a {
        font-size: 12px;
    }
    .swiper-c2-next,
    .swiper-c2-prev {
        width: 30px;
        height: 30px;
        background-size: 10px auto;
        margin-top: -28px;
    }
    .swiper-c2-prev {
        left: 1.5rem;
    }
    .swiper-c2-next {
        right: 1.5rem;
    }
    .hm-abcon .img {
        width: 100%;
        float: none;
        position: relative;
        left: 0;
        top: 0;
    }
    .hm-abcon .txt {
        width: 100%;
        float: none;
        padding: 15px;
    }
    .hm-abcon .txt .note {
        font-size: 12px;
    }
    .hm-abcon .txt .more a {
        width: 100px;
        font-size: 14px;
        height: 30px;
        line-height: 30px;
    }
    .newstab .hd {
        margin-top: 15px;
        margin-bottom: 15px;
        white-space: nowrap;
    }
    .newstab .hd ul li {
        padding: 0 3px;
    }
    .newstab .hd ul li:before {
        height: 12px;
        top: 8px;
    }
    .newstab .hd ul li a {
        font-size: 12px;
        padding: 4px 4px;
    }
    .newstab .hd ul li em {
        width: 10px;
        height: 6px;
        margin: 2px auto 0;
        background-size: 10px 6px !important;
    }
    .newstab .hd .more {
        font-size: 12px;
        padding-left: 4px;
    }
    .hm-newslist ul li a .txt {
        font-size: 12px;
    }
    .hm-newslist ul li a .txt .tit {
        font-size: 14px;
    }
    footer .foot-nav {
        display: none;
    }
    footer .foot-main .foot-menu {
        display: none;
    }
    footer .foot-main .foot-contact {
        display: block;
        width: 100%;
        padding-top: 15px;
    }
    footer .foot-main .foot-ewm {
        width: 100%;
        float: none;
        padding-top: 20px;
    }
    .foot-copry {
        font-size: 12px;
    }
    .am-path {
        font-size: 12px;
        padding: 10px 0;
    }
    .ny-warp {
        padding: 15px 0;
    }
    .ny-mainl {
        width: 100%;
        float: none;
    }
    .ny-mainr {
        width: 100%;
        float: none;
        margin-top: 15px;
    }
    .sidecon {
        display: none;
    }
    .ny-mainl .side-nav .side-title {
        padding: 8px 15px;
        text-align: left;
        font-size: 18px;
        position: relative;
    }
    .ny-mainl .side-nav .side-title:before {
        content: "\f0d7";
        position: absolute;
        right: 15px;
        top: 8px;
    }
    .ny-mainl .side-nav .side-title.on:before {
        content: "\f0de";
        top: 12px;
    }
    .ny-mainl .side-nav .side-title em {
        font-size: 12px;
    }
    .ny-mainl .side-nav ul li a {
        padding: 10px;
        font-size: 14px;
    }
    .ny-mainl .side-nav ul li a:before {
        top: 7px;
    }
    .ny-mainl .side-nav ul li {
        margin-bottom: 10px;
    }
    .ny-mainl .side-nav ul {
        display: none;
    }
    .ny-newscase ul li {
        padding: 10px;
        margin-bottom: 10px;
    }
    .ny-newscase ul li a .txt {
        padding-left: 10px;
        width: 78%;
    }
    .ny-newscase ul li a .txt .tit {
        font-size: 12px;
    }
    .ny-newscase ul li a .txt .note {
        -webkit-line-clamp: 2;
        font-size: 12px;
    }
    .ny-newscase ul li a .txt .info {
        display: none;
    }
    .ny-newscase ul li a .txt .line {
        margin: 4px 0;
    }
    .page a {
        font-size: 12px;
    }
    .article-wrap {
        padding: 15px;
        margin: 0 -1rem;
        background: #fff;
        border: none;
    }
    .article-wrap .article-header h1 {
        font-size: 1.8rem;
        margin-bottom: 10px;
    }
    .article-wrap .article-header {
        margin-bottom: 10px;
    }
    .article-footer ul li {
        float: none !important;
        font-size: 1.2rem;
        height: 24px;
    }
    .ny-solu-list ul {
        margin: 0 -5px;
    }
    .ny-solu-list ul li {
        padding: 5px;
    }
    .ny-solu-list ul li span {
        font-size: 12px;
        padding: 10px;
    }
    .ny-solu-list {
        margin-top: 5px;
    }
    .pro-xq-head {
        padding: 15px;
        height: auto;
    }
    .pro-banner {
        width: 100%;
        float: none;
    }
    .large_box {
        width: 100%;
        float: none;
    }
    .pro-xq-htxt {
        width: 100%;
        float: none;
    }
    .kflink {
        position: relative;
        bottom: auto;
    }
    .pro-indof {
        padding: 15px;
    }
    .ny-about-arc img {
        max-width: 100% !important;
    }
    .article-body img {
        height: auto !important;
    }

    .sq-product .wrapper .side-nav ul li {
        margin-bottom: 1px;
    }

    .sq-title {
        margin: 20px 0;
    }

    .sq-title .title {
        font-size: 20px;
    }

    .sq-title .note {
        font-size: 14px;
    }

    .fuerza {
        position: relative;
        height: 760px;
    }

    .fuerza .leftbox {
        width: 100%;
        min-height: auto;
        padding: 15px;
        float: none;
    }

    .fuerza .rightbox {
        width: 100%;
        left: 0;
        max-height: 200px;
        float: none;
        position: static;
        min-height: 200px;
    }

    .fuerza .cbox .title {
        font-size: 24px;
    }

    .fuerza .cbox .note {
        font-size: 16px;
        padding: 15px 0;
    }

    .fuerza .cbox .content {
        font-size: 14px;
        padding: 5px;
    }

    .fuerza .cbox .num {
        font-size: 40px;
        right: 15px;
        line-height: inherit;
    }
    .fuerza .tablist {
        transform: none;
        bottom: 20px;
    }

    .fuerza .tablist li {
        height: auto;
        padding: 10px;
        height: 60px;
    }

    .fuerza .tablist li a {
        font-size: 14px;
    }

    .fuerza .tablist li a img {
        margin-right: 0;
        transform: scale(.7);
    }

    .fuerza .tablist li:nth-child(3):after {
        display: none;
    }

    .about .am-pd {
        max-height: inherit;
    }

    .about .img {
        float: none;
        top: inherit;
        position: initial;
    }

    .about .aboutbox {
        width: 100%;
        padding: 15px;
        font-size: 14px;
    }

    .about .about-bott ul li {
        width: 33.3%;
        padding: 5px 10px 20px;
        text-align: center;
    }

    .about .about-bott ul li span {
        font-size: 16px;
    }

    .ny-brand-list ul li {
        width: 32%;
        height: auto;
        line-height: 40px;
        margin-bottom: 15px;
    }

    .ny-brand-list ul li:not(:nth-child(6n+6)) {
        margin-right: 0;
    }
    .ny-brand-list ul li:not(:nth-child(3n+3)) {
        margin-right: 7px;
    }

    .listbox .avgli>li:first-child {
        width: 100%;
    }

    .listbox .avgli>li:nth-child(2) {
        display: none;
    }

    .listbox .avgli>li:last-child {
        display: none;
    }

    .listbox .avgli li:not(:last-child) {
        margin-bottom: 0;
    }
    .listbox .notice-list {
        height: auto;
    }

    .listbox .notice-list ul li a {
        padding: 0;
    }

    .listbox .notice-list ul li {
        width: auto;
    }

    .newbox .more img {
        transform: scale(.7);
    }

    .foot-contact .foot-tit {
        text-align: center;
    }

    .foot-ewm-list {
        text-align: center;
    }

    footer .foot-main .foot-contact p {
        text-align: center;
    }

    .flink {
        display: none;
    }

    .swiper-banner .swiper-banpa .swiper-pagination-bullet {
        width: 20px;
    }

    .listbox .notice-list ul li.first a i {
        height: auto;
        width: auto;
    }

    .notice-list .contactbox p {
        font-size: 14px;
    }

    .listbox .notice-list ul li.first {
        margin: 0 15px;
    }

    .listbox .notice-list ul li.first a span {
        padding: 10px 0;
    }

    footer .foot-ewm-list {
        justify-content: center;
    }

    .case .ny-case-list ul li span {
        font-size: 14px;
    }

    .case .ny-case-list {
        margin-bottom: 0;
    }

    .contactA {
        padding-bottom: 20px;
    }

    .contactA_T {
        padding-top: 15px;
        height: auto;
    }

    .contactA_T_l {
        width: 100%;
        position: static;
        float: left;
        margin-bottom: 15px;
    }

    .contactA_T_l>p {
        font-size: 14px;
    }

    .contactA_T_l>span {
        font-size: 20px;
        margin: 8px 0;
    }

    .contactA_T_l>a {
        width: 120px;
        line-height: 40px;
        font-size: 14px;
        margin-top: 28px;
        margin-top: 10px;
    }

    .contactA_T_m {
        width: 100%;
        padding: 0px;
        float: left;
        border: none;
    }

    .contactA_T_R {
        display: none;
    }

    .contactA_B {
        margin-top: 10px;
        height: 200px;
    }

    #mymap {
        height: 200px;
    }
}
