/* 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: #333;
}

a:hover {
    color: #3479D7;
}

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 .wrapper {
    border-bottom: 1px solid #EBEBEB;
}

header .top .toper {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #999;
}

header .topbox {
    position: relative;
    line-height: 110px;
}

header .logo {
    float: left;
}

header .logo img {
    padding-right: 23px;
    border-right: 1px solid #3479D7;
}

header .logo span {
    margin-left: 23px;
    font-weight: bold;
    color: #CA372D;
    font-size: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

header .telephone {
    float: right;
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%);
}

header .telephone .box {
    display: flex;
    line-height: normal;
    height: 100%;
    flex-direction: row;
    align-items: center;
}

header .telephone .rrw {
    margin-left: 45px;
}

header .telephone span {
    margin-left: 10px;
    font-size: 20px;
    font-weight: bold;
}

header .navbox {
    height: 70px;
    line-height: 70px;
    background: #3479D7;
}

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;
}

header .nav .ulnav > li > a {
    color: #fff;
    font-size: 18px;
    display: block;
}

/*header .nav .ulnav>li>a:before{ content:""; display:block; width:0; height:3px; background:#de211f; position:absolute; left:0; top:-3px;transition: all .3s linear; }*/
/*header .nav .ulnav>li:hover>a:before{ width:100%; opacity:1;}*/
/*header .nav .ulnav>li.on>a:before{width:100%; opacity:1;}*/
/*header .nav .ulnav:hover>li.on>a:before{ width:0;}*/
/*header .nav .ulnav>li:hover>a,header .nav .ulnav>li.on>a:before,header .nav .ulnav>li.on:hover>a:before{ width:100%;}*/


header .nav .ulnav > li:first-child:after {
    display: none;
}

header .nav .ulnav > li:hover > a {
    background: #60A1FA;
    font-size: 18px;
}

header .nav .ulnav > li.on > a {
    background: #60A1FA;
    font-size: 18px;
    color: #fff;
}

header .nav .ulnav:hover > li.on > a {
    background: none;
}

header .nav .ulnav > li:hover > a, header .nav .ulnav > li.on > a, header .nav .ulnav > li.on:hover > a {
    background: #60A1FA;
}


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: 100%;
    background-color: #fff;
    margin: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    height: auto;
    z-index: 199;
    top: 68px;
    left: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 0.36s ease;
}

.ulnav > li:hover .subnav {
    opacity: 1;
    visibility: visible;
    top: 70px;
}

.ulnav > li .subnav li {
    border-bottom: 1px solid #f5f5f5;
}

.ulnav > li .subnav li a {
    font-weight: 500;
    color: #666;
    padding: 10px 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: #60A1FA;
}

.img100 {
    width: 100%;
}

.pd25 {
    padding: 0 25px;
}

.product {
    height: 400px;
    background: #F5F5F5;
    position: relative;
}

.product ul {
    position: absolute;
    top: -160px;
    z-index: 10;
    max-width: 1430px;
}

.product ul li {
    width: 25%;
    text-align: center;
    padding: 10px;
}

.product ul li:last-child {
    margin-right: 0;
}

.product ul li a {
    display: block;
    padding: 40px 45px;
    background: #fff;
}

.product ul li a .tit {
    font-size: 24px;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 40px;
}

.product ul li a .note {
    font-size: 16px;
    text-align: justify;
    color: #999;
}

.product ul li a .img {
    margin-top: 50px;
}

.product ul li a:hover {
    background: #3479d7;
}

.product ul li a:hover .tit {
    color: #fff;
}

.product ul li a:hover .note {
    color: #fff;
}

.solution ul li {
    text-align: center;
    padding: 10px;
}

.solution ul li:last-child {
    margin-right: 0;
}

.solution ul li a {
    display: block;
    padding: 60px 50px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(98, 98, 98, 0.2);
}

.solution ul li a .tit {
    font-size: 24px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 50px;
}

.solution ul li a .note {
    font-size: 16px;
    text-align: justify;
    color: #999;
}

.solution .banitem {
    text-align: center;
    padding: 15px;
}

.solu-banner {
    padding-bottom: 50px;
}

/*.solution .banitem a .icon img {*/
/*    position: relative;*/
/*    transition: all 0.3s linear;*/
/*}*/

/*.solution .banitem a:hover .icon img {*/
/*    top: -10px;*/
/*}*/

.solution .banitem:last-child {
    margin-right: 0;
}

.solution .banitem a {
    display: block;
    padding: 60px 50px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgb(98 98 98 / 20%);
}

.solution .banitem a .tit {
    font-size: 24px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 50px;
}

.solution .banitem a .note {
    font-size: 16px;
    text-align: justify;
    color: #999;
}

.solution .banitem a:hover {
    background: #3479d7;
}

.solution .banitem a:hover .tit {
    color: #fff;
}

.solution .banitem a:hover .note {
    color: #fff;
}

.solution .solu-banpa {
    bottom: 25px;
}

.listbox .notice-list ul li {
    border-top: 1px solid #ebebeb;
}

.listbox .notice-list ul li {
    height: 56px;
    line-height: 56px;
    position: relative;
}

.listbox .notice-list ul li.first a {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 0;
}

.listbox .notice-list ul li.first a span {
    padding: 15px 0;
}

.listbox .notice-list ul li a {
    padding: 0;
}

.listbox .notice-list ul li:hover a {
    color: #3479D7;
}

.listbox .notice-content .notice-list ul li a:before {
    display: block;
    content: "";
    width: 4px;
    height: 4px;
    background-color: #3479D7;
    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;
}

.contactbox {
    margin-top: 40px;
}

.notice-list .contactbox p {
    font-size: 18px;
    font-family: SourceHanSansCN;
    font-weight: bold;
    padding: 5px 25px;
}

.news .listbox > ul > li {
    padding: 0 10px;
}

.news .listbox .wrapper {
    padding: 20px 20px 0 20px;
    border: 1px solid #E1E1E1;
}

.news .listbox .first h2 {
    font-size: 18px;
    margin: 20px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news .listbox .first a:hover p {
    color: #3479D7;
}

.news .listbox .first p {
    font-size: 14px;
    margin-bottom: 30px;
    color: #999;
}

.news .listbox .first a i {
    display: block;
    overflow: hidden;
}

.news .listbox .first a img:hover {
    transform: scale(1.1);
}

.news .listbox .first a img {
    transition: all 0.3s linear;
}

.kynews {
    background: #9999991a;
    padding-bottom: 100px;
}

.kynews .banitem {
    min-height: 580px;
}

.kynews .banitem .img100 {
    min-height: 580px;
}

.kynews .kynews-banner .banitem .lefttxt {
    padding: 50px 130px 140px 60px;
    width: 56%;
    background: #fff;
    height: 580px;
    display: block;
    white-space: pre-line;
}


.kynews .kynews-banner .banitem .lefttxt .textbox {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 14;
}


.kynews .kynews-banner .rightimg {
    width: 44%;
    position: relative;
    min-height: 580px;
}

.kynews .kynews-banner .rightimg p {
    height: 100px;
    line-height: 100px;
    background: #3479D7;
    font-size: 28px;
    font-weight: bold;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.kynews .kynews-banner .kynews-ban-next {
    top: 90%;
    right: 47%;
    width: 27px;
    height: 25px;
    transform: scale(0.9);
    background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'><path%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ddd'%2F><%2Fsvg>");
}

.kynews .kynews-banner .kynews-ban-next:hover {
    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'%23007aff'%2F%3E%3C%2Fsvg%3E");
}

.kynews .kynews-banner .kynews-ban-prev:hover {
    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'%23007aff'%2F%3E%3C%2Fsvg%3E");
}

.kynews .kynews-banner .kynews-ban-prev {
    top: 90%;
    left: 47%;
    width: 27px;
    height: 25px;
    transform: scale(0.9);
    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'%23dddddd'%2F%3E%3C%2Fsvg%3E");
}

.kynews .kynews-banpa {
    width: auto;
    left: 50px;
    bottom: auto;
    top: 84%;
}

.kynews .swiper-pagination-current {
    font-size: 28px;
    font-weight: bold;
    color: #3479D7;
}

.kynews .swiper-pagination-total {
    font-size: 16px;
    color: #999;
    font-weight: bold;
}

.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;
}

.article-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.text-tit {
    display: block;
    width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
}

.hidden {
    display: none;
}

.swiper-banner .swiper-banpa {
    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 8px;
}

.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: 40px;
    margin-top: 30px;
}

.am-title .tit {
    font-size: 36px;
    font-weight: 800;
}

.am-title .tit b {
    color: #3479D7;
}

.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: SourceHanSansCN;
    color: #333333;
    font-weight: 800;
}

.sq-title .note {
    font-size: 18px;
    font-family: SourceHanSansCN;
    color: #333333;
}

.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;
}

.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 .subcate {
    margin-top: 30px;
    margin-bottom: 40px;
}

.news .subcate a {
    display: inline-block;
    padding: 0 21px;
    position: relative;
    font-size: 20px;
}

.news .subcate a.on {
    color: #3479D7;
}

.news .subcate a:not(:last-child):after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 16px;
    background: #D7D7D7;
}

.news .more {
    text-align: center;
    color: #999;
}

.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: #3479D7;
    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: #3479D7;
    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: #3479D7;
    color: #fff;
}


.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 {
    height: 930px;
}

.about .bgc {
    height: 560px;
    background: #27375E;
    position: relative;
}

.about .bgc .am-title {
    color: #fff;
}

.about .wbox {
    height: 580px;
    background: #3479D7;
    margin-top: 170px;
    position: relative;
}

.about .wbox i {
    display: block;
    overflow: hidden;
}

.about .wbox i img {
    transition: all 0.3s linear;
}

.about .wbox i img:hover {
    transform: scale(1.1);
}

.about .wbox .am-fl {
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.about .am-pd {
    z-index: 2;
    overflow: hidden;
}

.about .aboutbox {
    padding: 50px;
    background: #fff;
    width: 870px;
    z-index: 3;
}

.about .aboutbox .hasmore {
    margin-top: 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%;
}

.about .content {
    padding: 100px 60px;
    width: 44%;
    text-align: justify;
}

.about .content .more {
    margin-top: 50px;
}

.about .content h2 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 40px;
}

.about .content p {
    font-size: 18px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #ffffff;
    white-space: pre-wrap;
    text-indent: 40px;
}

.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-image: url(../images/footer-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #0B0E16;
}

footer .foot-main {
    padding-top: 40px;
    padding-bottom: 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;
}

.foot-contact .foot-tit {
    margin-bottom: 0;
}


footer .foot-nav ul li a {
    color: #fff;
}

footer .foot-main .foot-menu {
    width: 80%;
    float: left;
}


footer .foot-main .foot-menu .item {
    width: 20%;
    float: left;
}

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: 28px;
    font-size: 14px;
    font-family: SourceHanSansCN;
    color: #FFFFFF;
    opacity: 0.55;
}

footer .foot-main .foot-menu .item p:hover {
    opacity: 1;
}

footer .foot-main .foot-menu .item p a {
    color: #fff;
}

footer .foot-con {
    display: none;
    background: none;
    color: #fff;
    padding: 0;
    width: 60%;
    margin-top: 0;
}

footer .foot-con ul {
    display: block;
}

footer .foot-con ul li {
    position: relative;
    padding-left: 34px;
    margin-bottom: 15px;
    min-height: 26px;
    line-height: 26px;
}

footer .foot-con ul li i {
    width: 26px;
    display: block;
    position: absolute;
    left: 0;
    top: 0px;
}

footer .foot-con ul li p {
    font-size: 12px;
    display: block;
}

.flink {
    font-size: 18px;
    text-align: center;
    padding: 25px 0;
    background: #fff;
    color: #1B191A;
    display: flex;
    justify-content: space-around;
}

.flink a {
    display: inline-block;
    padding: 0 10px;
    position: relative;
    color: #9D9D9D;
    font-size: 18px;
    color: #1B191A;
}

.flink a img {
    margin-right: 10px;
}

footer .foot-main .foot-contact {
    width: 20%;
    float: left;
}

.foot-ewm-list {
    float: right;
    width: 126px;
    height: 126px;
    background: url(../images/ewm-border.png) center center no-repeat;
    position: relative;
}

.foot-ewm-list:last-child {
    margin-right: 20px;
}

footer .foot-ewm-list img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 116px;
}

footer .foot-main .foot-contact p {
    color: #FFFFFF;
    font-size: 14px;
    position: absolute;
    bottom: -25px;
    width: 100%;
    text-align: center;
}

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: 30px 0;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.foot-copry span:first-child {
    opacity: 0.7;
}

.foot-copry span.text {
    opacity: 0.5;
}

.foot-copry span:last-child a {
    opacity: 1;
}

.foot-copry span,
.foot-copry span a {
    color: #fff;
}

.foot-bar {
    position: fixed;
    width: 100%;
    height: 54px;
    background: #1c50a2;
    left: 0;
    bottom: 0;
    z-index: 999;
}

.foot-bar ul li {
    padding-top: 8px;
}

.foot-bar ul li a {
    color: #fff;
    font-size: 12px;
    display: block;
    text-align: center;
}

.foot-bar ul li a img {
    width: 18px;
}

.foot-bar ul li a span {
    display: block;
    font-size: 1rem;
}

.wechat-dialog {
    width: 90%;
    background: #fff;
    border-radius: 10px;
    padding: 18px;
    position: fixed;
    left: 5%;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1211;
    display: none;
    box-sizing: border-box;
}

.wechat-dialog .wx-close {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 20px;
    padding: 0 10px;
    cursor: pointer;
}

.wechat-dialog .tit {
    text-align: center;
    font-size: 20px;
}

.wechat-dialog .copy-wx {
    background: #f5f5f5;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    margin: 15px 0;
    color: #666;
}

.wechat-dialog .copy-wx .info {
    font-size: 12px;
    color: #999;
}

.wechat-dialog .copy-wx p span {
    color: #3479D7;
}

.wechat-ses {
    width: 400px;
    max-width: 70%;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1404;
    display: none;
    box-shadow: 0 2px 20px 2px rgb(0 0 0 / 50%);
}

.wechat-ses .icon {
    width: 44px;
    height: 44px;
    display: block;
    margin: 0 auto;
}

.wechat-ses .tit {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
}

.wechat-ses .note {
    font-size: 14px;
    color: #777;
    text-align: center;
    margin-bottom: 15px;
}

.wechat-ses .wxbtn {
    text-align: center;
}

.wechat-ses .wxbtn a {
    font-size: 14px;
    display: inline-block;
    padding: 8px 30px;
    background-color: #3479D7;
    color: #fff;
    border-radius: 6px;
}

.wechat-wrap {
    background: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1400;
    display: none;
}

.wechat-mask {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    left: 0;
    top: 0;
    z-index: 1210;
}

.nybanner {
    position: relative;
}

.nybanner img {
    width: 100%;
}

.nyban-txt {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    text-align: center;
    color: #fff;
    transform: translateY(-50%);
}

.nyban-txt .tit {
    font-size: 32px;
    font-weight: bold;
}

.nyban-txt .note {
    font-size: 18px;
    font-weight: lighter;
}

.am-path {
    padding: 26px 0;
    font-size: 18px;
    color: #999;
    background: #f6f6f6;
    padding-top: 41px;
}

.am-path.nylists {
    border-bottom: 1px solid #EAEAEA;
    padding-top: 26px;
}


.am-path a {
    color: #999;
}

.am-path a:last-child {
    color: #3479D7;
}

.am-path .am-fr a {
    font-size: 18px;
    color: #333;
}

.am-path .am-fr a:hover {
    color: #3479D7;
}


.ny-warp {
    padding: 30px 0;
    background: #f5f5f5;
}

.ny-warp.nycontainer {
    padding: 60px 0;
}

.ny-mainl {
    width: 22%;
    float: left;
}

.ny-mainl .side-nav {
    background: #fff;
}

.ny-mainl .side-nav .side-title {
    background: #3479D7;
    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;
}

.side-nav .lanmu-tit {
    line-height: 80px;
    height: 80px;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    overflow: hidden;
    text-indent: 30px;
    position: relative;
    background: #3479D7;
}


.side-nav .lanmu-nav {
    overflow: hidden;
    width: 100%;
    background-color: #fff;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
}

.side-nav .lanmu-nav > ul > li {
    position: relative;
    line-height: 60px;
    text-indent: 25px;
    font-size: 16px;
    border-bottom: 1px solid #ececec;
}

.side-nav .lanmu-nav > ul > li > a {
    color: #333;
    text-decoration: none;
    display: block;
    position: relative;
}

.side-nav .lanmu-nav > ul > li > a:hover, .side-nav .lanmu-nav > ul > li.on > a {
    color: #1557ac;
}

.side-nav .lanmu-nav > ul > li > a:before {
    content: "";
    display: block;
    width: 17px;
    height: 17px;
    overflow: hidden;
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -7.5px;
}

.side-nav .lanmu-nav > ul > li > a:hover:before, .side-nav .lanmu-nav > ul > li.on > a:before {
    background: url(../images/arr-right-b.png) center no-repeat;
}

.sq-product .head {
    position: relative;
}

.sq-product .head .btmore {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.blk {
    margin-bottom: 20px;
    margin-top: 20px;
}

.p1-info-3-tit {
    height: 60px;
    font-size: 24px;
    font-weight: normal;
    line-height: 60px;
    background: #3479D7;
    color: #fff;
    text-indent: 30px;
}

.p1-info-3-list {
    padding: 0 25px;
    background: #fff;
}

.p1-info-3-list li h4 {
    height: 46px;
    font-size: 14px;
    font-weight: normal;
    line-height: 46px;
    color: #4b4a4a;
    border-bottom: 1px dashed #dbdbdb;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
}

.p1-info-3-list li a {
    color: #666;
    word-wrap: break-word;
    outline: none;
}

.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%;
    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: #3479D7;
    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%;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

#mymap {
    height: 480px;
    border-radius: 8px;
}

.sidecon {
    background: #fff;
    margin-top: 20px;
}

.sidecon .tit {
    height: 70px;
    background: #3479D7;
    color: #fff;
    font-size: 24px;
    line-height: 70px;
    text-indent: 30px;
}

.sidecon .img {
    padding: 10px 20px;
}

.sidecon img {
    width: 100%;
}

.sidecon .txt {
    padding: 0 20px 10px 20px;
    font-size: 1.4rem;
}

.sidecon .txt p {
    margin-bottom: 10px;
}

.sidecon .txt p.stit {
    font-weight: bold;
}

.ny-mainr {
    width: 74%;
    float: right;
}

.ny-mainr ul li a {
    display: block;
    background: #fff;
    text-align: center;
    padding-bottom: 0;
}

.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: #3479D7;
    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;
    text-align: left;
    padding: 0;
}

.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: 80%;
    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;
    text-align: justify;
}

.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;
}

.xgnews .xgnews-list ul li a {
    display: inline;
    text-align: left;
    padding: 0;
}

.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 .box {
    border-top: 1px solid #f5f5f5;
    padding: 20px;
    position: relative;
}

.ny-solu-list ul li .box .tit {
    text-align: left;
    font-size: 20px;
    font-weight: bold;
}

.ny-solu-list ul li span {
    display: block;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ny-solu-list ul li a {
    display: block;
    background: #fff;
    text-align: center;
    padding-bottom: 0;
}

.ny-solu-list ul li a .img {
    padding: 5px;
}

.ny-solu-list ul li a i {
    display: block;
    overflow: hidden;
    text-align: center;
    padding: 15px;
}

.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.6);
}

.ny-solu-list ul li a:hover .box {
    background: #3479D7;
    border-top: none;
}

.ny-solu-list ul li a:hover .box:after {
    content: "\f105";
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 10px;
    font-size: 24px;
    color: #fff;
}

.ny-solu-list ul li a:hover i {
    border: 1px solid #3479D7;
}

.ny-solu-list ul li a:hover .box .tit, .ny-solu-list ul li a:hover .box span {
    color: #fff;
}

.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: inline-block;
    width: 100%;
}

.advermb img {
    width: 100%;
}

.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: #3479D7;
}

.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);
}

.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: #3479D7;
    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 #3479D7;
    padding: 6px 20px;
    color: #3479D7;
    font-size: 14px;
}

.kflink a:hover {
    background: #3479D7;
    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;
}

.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;
}

.solution .solu-ban-next, .solution .solu-ban-prev {
    display: none;
}

.ny-warp.nycontainer .ny-solu-list ul li a {
    text-align: left;
}

.ny-warp.nycontainer .ny-solu-list ul li span {
    text-align: left;
}

.foot-yqlink {
    margin-top: 30px;
    font-size: 14px;
    color: #fff;
}

.foot-yqlink a {
    color: #ffffff8c;
}

@media screen and (max-width: 1440px) {
    .am-container {
        max-width: 1230px;
    }

    .ystab .ys-box .txt .list p {
        font-size: 13px;
    }

    .about .wbox {
        margin-top: 100px;
    }

    .about .wbox .am-fl {
        width: 55%;
    }

    .product ul {
        max-width: 1230px;
    }

    .product ul li a {
        padding: 30px 25px;
        min-height: 435px;
    }

    footer .foot-main .foot-menu {
        width: 75%;
    }

    footer .foot-main .foot-contact {
        width: 25%;
    }

}

@media screen and (max-width: 1100px) {
    header .telephone {
        display: none;
    }

    header .logo img {
        border: none;
    }
}

@media screen and (max-width: 1024px) {
    html {
        background: #fafafa;
    }

    body {
        max-width: 768px;
        margin: 0 auto;
        background: #fff;
        zoom: 1;
    }

    .arccontent img {
        width: 100% !important;
        height: auto !important;
    }

    header .top .toper {
        display: none;
    }

    header .topbox {
        line-height: inherit;
    }

    .product {
        height: auto;
    }

    .product ul {
        position: static;
        top: 0;
    }

    .product ul li {
        width: 50%;
        margin-right: 0;
        padding: 5px;
        background: none;
    }

    .product ul li a {
        padding: 5px 10px;
        border: 1px solid #dedede;
        background: #fff;
        min-height: 235px;
    }

    .product ul li a .tit {
        font-size: 16px;
        margin: 0 0 10px 0;
    }

    .product li .icon {
        transform: scale(0.6);
    }

    .product ul li a .note {
        font-size: 12px;
    }

    .product ul li a .img {
        margin-top: 10px;
        transform: scale(0.8);
    }

    .am-path.nylists {
        padding-top: 10px;
    }

    .xgnews {
        padding: 15px;
    }

    .ny-solu-list ul li .box {
        padding: 10px;
    }

    .ny-solu-list ul li a .img {
        padding: 0;
    }

    .ny-warp.nycontainer {
        padding: 20px 0;
    }

    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: 30px;
    }

    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;
    }

    .swiper-pagination-bullet {
        width: 7px;
        height: 7px;
    }

    .category .lists .box-item h2 {
        margin-top: 10px;
    }

    .advbanner {
        margin-bottom: 10px;
    }

    .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 .top-tit .first img {
        width: 100%;
    }

    .listbox .notice-content {
        width: 100%;
        margin-top: 15px;
    }

    .listbox .notice-list {
        font-size: 14px;
    }

    .listbox .notice-list ul li {
        line-height: 40px;
        height: 40px;
    }

    .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;
    }

    .nyban-txt {
        display: none;
    }

    .am-title .entit {
        font-size: 18px;
    }

    .about {
        height: 720px;
    }

    .about .bgc {
        height: 280px;
    }

    .about .wbox {
        margin-top: 20px;
    }

    .about .wbox .am-fl {
        position: static;
        width: 100%;
    }

    .about .am-container {
        display: block;
    }

    .about .img {
        width: 100%;
    }

    .about .content {
        width: 100%;
        padding: 20px 15px;
        background: #3479D7;
        min-height: 340px;
    }

    .about .pbg {
        background: #3479D7;
        height: 50px;
    }

    .about .pbg .more {
        margin-top: 20px;
        transform: scale(.6);
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .about .content .more {
        margin-top: 20px;
        transform: scale(.6);
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .about .content h1 {
        font-size: 20px;
    }

    .about .content h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .about .content p.desc {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .about .content p {
        font-size: 14px !important;
        text-align: justify;
        text-indent: 30px;
    }

    .about .content p:last-child {
        margin-bottom: 20px;
    }

    .solu-banner {
        padding: 0;
    }

    .solution ul li a {
        padding: 15px;
    }

    .solution .banitem a {
        padding: 20px 20px 40px;
        min-height: 280px;
    }

    .solution .ulbox .icon {
        transform: scale(0.5);
    }

    .solution .banitem .icon {
        transform: scale(0.5);
    }

    .solution ul li a .tit {
        margin: 0 20px 10px 20px;
        font-size: 16px;
    }

    .solution .banitem a .tit {
        margin: 0 20px 10px 20px;
        font-size: 16px;
    }

    .solution ul li a .note {
        font-size: 14px;
    }

    .solution .banitem a .note {
        font-size: 14px;
    }

    .news .subcate {
        margin: 20px 0;
    }

    .news .subcate a {
        font-size: 14px;
        padding: 0 10px;
    }

    .news .listbox > ul > li:nth-child(2),
    .news .listbox > ul > li:nth-child(3) {
        display: none;
    }

    .news .listbox .wrapper {
        padding: 15px 15px 0 15px;
    }

    .news .listbox .first h2 {
        font-size: 16px;
        margin: 10px 0;
    }

    .news .listbox .first p {
        margin-bottom: 15px;
    }

    .kynews {
        padding-bottom: 30px;
    }

    .kynews .kynews-banner .banitem .lefttxt {
        padding: 10px 15px;
        font-size: 14px;
        min-height: 210px;
        height: 210px;
        float: none;
        width: 100%;
        white-space: normal;
    }

    .kynews .kynews-banner .rightimg {
        min-height: 210px;
        height: 210px;
        float: none;
        width: 100%;
        overflow: hidden;
    }

    .kynews .kynews-banner .rightimg p {
        height: 50px;
        line-height: 50px;
        font-size: 14px;
    }

    .kynews .banitem {
        min-height: auto;
    }

    .kynews .kynews-banner .banitem .lefttxt .textbox {
        -webkit-line-clamp: 5;
    }

    .kynews .kynews-banner .banitem .lefttxt .textbox span {
        font-size: 14px !important;
    }

    .kynews .banitem .img100 {
        min-height: 210px;
    }

    .kynews .kynews-banpa {
        left: 10%;
        transform: translateX(-50%);
        top: 88%;
    }

    .kynews .kynews-banner .kynews-ban-next {
        right: 10px;
        top: 88%;
        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'%23007aff'%2F%3E%3C%2Fsvg%3E");
        background-size: 15px auto;
        margin-top: 0;
        transform: scale(1);
    }

    .kynews .kynews-banner .kynews-ban-prev {
        left: auto;
        top: 88%;
        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'%23007aff'%2F%3E%3C%2Fsvg%3E");
        background-size: 15px auto;
        margin-top: 0;
        right: 60px;
        transform: scale(1);
    }

    .kynews .swiper-pagination-current {
        font-size: 16px;
    }

    footer .foot-ewm .foot-ewm-list img {
        margin-left: 40px;
    }

    .online-btn {
        margin-top: 20px;
    }

    .foot-copry span.am-fl a {
        display: block;
    }

    footer .foot-con {
        display: block;
        width: 100%;
        padding: 15px 0;
    }

    .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: #3479D7;
        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 #3479D7;
    }

    .menu-bar:after {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        background: #3479D7;
        position: absolute;
        left: 0;
        top: 0;
    }

    .menu-bar:before {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        background: #3479D7;
        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;
    }

    .am-title {
        margin: 20px 10px;
    }

    .ny-mainl .side-nav ul li:before {
        display: none;
    }

    .side-nav .lanmu-nav {
        display: none;
    }

    footer .foot-tit {
        margin-bottom: 5px;
    }

    .foot-copry {
        height: auto;
        padding: 15px 0;
    }

    .foot-copry .am-fl {
        float: none;
    }

    .foot-copry .am-fr {
        float: none;
    }

    footer .foot-main {
        padding-top: 0;
        padding-bottom: 20px;
    }

    .foot-ewm-list {
        margin-top: 0;
        float: none;
    }

    .foot-ewm-list:last-child {
        margin-right: 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 {
        position: relative;
        margin-bottom: 54px;
    }

    footer .foot-nav {
        display: none;
    }

    footer .foot-main .foot-menu {
        display: none;
    }

    footer .foot-main .foot-contact {
        display: block;
        width: 100%;
        display: flex;
        justify-content: space-around;
        float: none;
    }

    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-newscase ul li {
        padding: 10px;
        margin-bottom: 10px;
    }

    .ny-newscase ul li a .txt {
        padding-left: 10px;
    }

    .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;
        padding: 4px 10px;
    }

    .side-nav {
        margin-bottom: 15px;
    }

    .side-nav .lanmu-tit {
        height: 48px;
        line-height: 48px;
        font-size: 18px;
        font-weight: bold;
        text-indent: 1em;
    }

    .lanmu-tit:before {
        content: "\f0d7";
        position: absolute;
        right: 15px;
        top: 0;
    }

    .side-nav .lanmu-nav.on {
        display: block;
    }

    .article-wrap {
        padding: 15px;
        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;
    }

    .article-footer ul li a {
        display: inline;
        text-align: left;
        padding: 0;
    }

    .ny-solu-list ul {
        margin: 0 -5px;
    }

    .ny-solu-list ul li {
        padding: 5px;
    }

    .ny-solu-list ul li span {
        font-size: 12px;
    }

    .ny-solu-list ul li .box .tit {
        font-size: 14px;
    }

    .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: 16px;
    }

    .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;
        display: none;
    }

    .foot-ewm-list {
        text-align: center;
    }

    .flink {
        padding: 15px 0;
        flex-direction: column;
        align-items: flex-start;
        width: 64%;
        position: absolute;
        top: 0;
        background: none;
        left: 0;
        display: none;
    }

    .flink a {
        font-size: 12px;
        color: #fff;
    }

    .flink a img {
        transform: scale(.7);
    }

    footer .foot-main .foot-contact p {
        text-align: center;
    }

    .swiper-banner .swiper-banpa .swiper-pagination-bullet {
        width: 20px;
    }

    .swiper-banner .swiper-banpa {
        display: block;
    }

    .contactA {
        padding-bottom: 0px;
        border-bottom: 1px solid #e2e2e2;
        margin-bottom: 20px;
    }

    .contactA_T {
        padding-top: 15px;
        height: auto;
        padding-bottom: 15px;
    }

    .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: 10px;
    }

    .contactA_T_m {
        width: 100%;
        padding: 0px;
        float: left;
        border: none;
    }

    .contactA_T_R {
        display: none;
    }

    .contactA_B {
        margin-top: 10px;
        height: 200px;
        margin-bottom: 10px;
    }

    #mymap {
        height: 200px;
    }

    .solution .solu-ban-next {
        right: 10px;
        background-size: 15px auto;
        display: block;
    }

    .solution .solu-ban-prev {
        left: 10px;
        background-size: 15px auto;
        display: block;
    }

    .p1-info-3 {
        display: none;
    }
    
    footer .foot-con ul li p a {
        color: #fff!important;
    }
}