.banner .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
}

.banner .swiper-slide {
    transition-timing-function:linear;
}
.banner .swiper-slide img{
    width:100%;
}

.banner .swiper-pagination-bullet{
    background:#fff;
    opacity:1;
    margin:0 10px;
    width:8px;
    height:8px;
    border-radius: 50%;
    position:relative;
    outline:none;
    vertical-align:middle;
    color: #fff;
    transition: all .3s linear;
}
.banner .swiper-pagination-bullet span{
    width:8px;
    height:8px;
    background:#fff;
    display:block;
    border-radius:50%;
}
.banner .swiper-pagination-bullet i{
    background:#fff;
    height:1px;
    width:20px;
    position:absolute;
    top: 6px;
    transform:scaleX(0);
    transform-origin:left;
    z-index:3;
    transition-timing-function:linear;
}
.banner .swiper-pagination-bullet-active span,.banner .swiper-pagination-bullet:hover span{
    width: 12px;
    height: 12px;
    margin-top:0;
    margin-left:0;
    background:#fff;
    position:relative;
    z-index:1;
}
.banner .swiper-pagination-bullet-active i{
    animation:middle 6s;
}
.banner .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active i{
    animation:first 6s;
}
.banner .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active i{
    animation:last 6s;
}

.aboutus {
    position: relative;
    overflow: hidden;
}

.aboutus .am-pd {
    /* padding-bottom: 160px; */
}

.aboutus .list {
    margin-top: 130px;
    margin-bottom: 180px;
    max-width: 800px;
}

.company-name {
    margin-top: 100px;
}

.aboutus .desc ul {
    margin: 0 -1%;
}

.aboutus .desc ul li {
    text-align: center;
    position: relative;
    padding: 0 1%;
}

.aboutus .desc li .title {
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

.aboutus .cont .img {
    padding-left: 120px;
    position: relative;
}

.aboutus .img .img1 {
    position: absolute;
    top: 152px;
    right: 184px;
    z-index: 100;
}

.aboutus .img .img2 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 90;
}

.aboutus .wrapper .note {
    line-height: 32px;
    text-align: justify;
    margin: 48px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    max-width: 682px;
    max-height: 201px;
}

.aboutus .wrapper .list ul {
    display: flex;
    /* justify-content: space-between; */
    margin: 0 -60px;
}

.aboutus .wrapper .list ul li {
    position: relative;
    padding: 0 60px;
}

.aboutus .wrapper .list ul li:not(:last-child):after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 50px;
    background: #18397c4d;
}

.aboutus .wrapper .list ul li p:first-child {
    font-size: 18px;
    color: #18397C;
}

.aboutus .wrapper .list ul li p:last-child {
    font-size: 18px;
    color: #18397C;
    margin-top: 25px;
}

.aboutus .wrapper .list ul li .animateNum {
    font-size: 56px;
    font-family: DINAlternate;
    font-weight: bold;
    /* margin-right: 20px; */
}

.aboutus .carousel {
    position: absolute;
    height: 439px;
    background: #2E842B;
    border-radius: 30px 30px 0 0;
    max-width: 1400px;
    bottom: 0;
    overflow: hidden;
}

.aboutus .desc {
    z-index: 10;
    margin-top: 60px;
}

.aboutus .desc::before {
    content: "";
    position: absolute;
    width: 370px;
    height: 1px;
    left: 236px;
    top: 50%;
    background-image: url(../images/background-line.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.aboutus .desc::after {
    content: "";
    position: absolute;
    width: 370px;
    height: 1px;
    right: 236px;
    top: 50%;
    background-image: url(../images/background-line.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.aboutus .carousel .slidebox .left,.aboutus .carousel .slidebox .right {
    width: 50%;
    overflow: hidden;
}

.aboutus .carousel .slidebox {
    opacity: 0;
}

.aboutus .carousel .swiper-slide.swiper-slide-active .slidebox {
    opacity: 1;
}

.aboutus .carousel .slidebox .right {
    background-image: url(../images/about-right.png);
    background-position: 249px -35px;
    background-repeat: no-repeat;
    padding: 40px 150px 48px 65px;
}

.aboutus .carousel .slidebox .left img {
    border-top-left-radius: 30px;
    transition: all 0.3s linear;
}

.aboutus .carousel .slidebox .left:hover img {
    transform: scale(1.1);
}

.aboutus .carousel .slidebox .right .tit {
    font-size: 30px;
    font-family: AlibabaPuHuiTi_2_65_Medium;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
    margin-bottom: 12px;
}

.aboutus .carousel .slidebox .right .entit {
    font-size: 18px;
    font-family: AlibabaPuHuiTi_2_45_Light;
    font-weight: 400;
    font-style: italic;
    color: #FFFFFF;
    line-height: 1;
}
.aboutus .carousel .slidebox .right .note {
    font-size: 48px;
    font-family: AlibabaPuHuiTi_2_65_Medium;
    font-weight: 400;
    color: #FFFFFF;
    margin: 65px 0;
    line-height: 72px;
}

.aboutus .carousel .slidebox .right .next a {
    color: #FFFFFF;
    font-size: 24px;
    font-family: AlibabaPuHuiTi_2_45_Light;
    font-weight: 400;
}

.aboutus .desc .box {
    text-align: center;
    cursor: pointer;
}

.aboutus .desc .swiper-thumbs .box.first {
    float: left;
}

.aboutus .desc .swiper-thumbs .box.third {
    float: right;
}

.aboutus .desc .stit {
    font-size: 18px;
    font-family: AlibabaPuHuiTi_2_65_Medium;
    font-weight: 400;
    color: #2B2B2B;
    line-height: 1;
    margin-top: 3px;
}

.aboutus .desc .sentit{
    font-size: 12px;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    font-weight: 400;
    color: #2B2B2B;
    text-transform: uppercase;
    line-height: 1;
    margin-top: 7px;
}

.aboutus .circles {
    width: 10px;
    height: 10px;
    background: #636262;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    text-align: center;
    line-height: 1;
}

.aboutus .swiper-thumbs .swiper-slide-thumb-active .circles {
    background: #2E842B;
}

.aboutus .circles::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 16px;
    height: 16px;
    background: #74747438;
    border-radius: 50%;
}

.aboutus .swiper-thumbs .swiper-slide-thumb-active .circles::after {
    background: #2e842b38;
}

.product .content {
    margin-top: 50px;
    height: 560px;
    position: relative;
}

.product .content ul li {
    text-align: center;
    position: relative;
}

.product .content ul li a {
    display: inline-block;
    overflow: hidden;
}

.product .content ul li a .circle > img {
    transition: all 0.3s linear;
}

.product .content ul li a:hover .circle > img {
    transform: scale(1.1);
}

.product .content ul li:nth-child(odd) {
    padding-right: 10px;
}

.product .content ul li:nth-child(even) {
    padding-left: 10px;
}

.product .content .circle {
    position: relative;
}

.product .content .circle .wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product .content .circle .wrap > img {
    margin-bottom: 60px;
}

.product .content .circle .wrap .title {
    font-size: 24px;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.product .content .scircle {
    width: 200px;
    height: 200px;
    background: #ffffffcc;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
}

.product .content .scircle:before {
    content: '';
    display: none;
    width: 220px;
    height: 220px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #ffffff38;
    border-radius: 50%;
}

.product .content .scircle .box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    /* height: 100%; */
}

.product .content .scircle .box .title {
    font-size: 24px;
    font-weight: bold;
}

.product .content .scircle .box p {
    font-size: 14px;
    margin-top: 5px;
}

.product .content .scircle.sgcir .box .title {
    font-size: 28px;
}

.product .content .scircle.sgcir .box .note {
    /* margin-top: 40px; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.product .content .scircle.sgcir .box p {
    font-size: 18px;
    margin-bottom: 40px;
}

.product .content .big .first {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 540px;
    height: 540px;
    background: url(../images/big1.png) center center no-repeat;
}


.product .content .big .second {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 540px;
    height: 540px;
    background: url(../images/big2.png) center center no-repeat;
}

.product .content .big .third {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 540px;
    height: 540px;
    background: url(../images/big3.png) center center no-repeat;
}

.product .content .big .last {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 540px;
    height: 540px;
    background: url(../images/big4.png) center center no-repeat;
}


.product .content .big:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 540px;
    height: 540px;
    /* border: 1px solid #ffffff80; */
    border-radius: 50%;
    background: url(../images/big-circle.png) center center no-repeat;
}

.product .content .big::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -15px;
    margin-top: -35px;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    animation: autoCircle 12s infinite linear;
    transform-origin: 15px 274px;
    background: url(../images/circle.png) center center no-repeat;
}

@keyframes autoCircle {
    0%{ transform: rotate(0deg); }
    100%{ transform: rotate(360deg);}
}

.product .content .big .box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    text-align: center;
}

.product .content .big .box .title {
    font-size: 28px;
    font-weight: bold;
}

.product .content .big .box p {
    margin: 16px 0 40px;
    font-size: 18px;
}

.product .content .big .box .note {
    font-size: 18px;
}

.product .content .big .box .more {
    width: fit-content;
    margin-top: 60px;
}

.product .content .big .box .more a {
    width: 160px;
    height: 46px;
    background: linear-gradient(0deg, #5AAA72, #A6D074);
    border-radius: 0;
    color: #fff;
    line-height: 46px;
}

.product .content .big .box .more a img {
    margin-left: 30px;
}

.product .content .scircle:hover,.product .content .scircle.on {
    background: #ffffff;
}

.product .content .scircle:hover .box,.product .content .scircle.on .box {
    color: #28AE6C;
}

.product .content .scircle:hover::before,.product .content .scircle.on::before {
    display: block;
}

.swiper-serv{width:520px;height:520px;padding:40px;}
.swiper-serv .swiper-wrapper{width:100%;height:100%;}
.swiper-serv .swiper-slide{width:100%;height:100%;background-color:#fff;display: flex;justify-content: center;align-items: center;border-radius: 50%;color:#000;}
.circles{position:absolute;left: 15px;top: 15px;width: calc(100% - 30px);height: calc(100% - 30px);}
.circles .f-circle{position:absolute;left:0;top:0;width:100%;height:100%;}
.circles .sub-circle{position:absolute;width:100%;height:100%;left:0;top:0;transition: all .3s linear;}
.circles .sub-circle:after{content:'';width:18px;height:18px;background:rgba(255,255,255,1); border-radius: 50%; position:absolute;left:50%; top:-9px;    transform: translateX(-50%);}
.circles .sub-circle:before{content:'';width:30px;height:30px;background:rgba(255,255,255,.5); border-radius: 50%; position:absolute;left:50%; top:-15px;    transform: translateX(-50%);}
.spinner {width: 100%;height: 100%;transform: rotate(-90deg);z-index:99;position:absolute;left:0;top:0;}
.spinner .path1 {stroke: #fff;stroke-linecap: round;stroke-dasharray: 0, 1600;stroke-dashoffset: 0;stroke-width:2;transition: all .3s linear;	}
.spinner .path2 {stroke: #fff;stroke-linecap: round;stroke-dasharray: 1600, 1600;stroke-dashoffset: 0;stroke-width:1;opacity: .5;}

.product .content .scircle.sgcir {
    width: 350px;
    height: 400px;
    text-align: center;
}

.product .content .scircle button {
    color: #fff;
    outline: none;
    border: none;
    text-align: center;
    font-size: 18px;
    font-family: SourceHanSansCN;
    margin-top: 50px;
    width: 160px;
    height: 46px;
    background: linear-gradient(0deg, #5AAA72, #A6D074);
}

.product .content .scircle button img {
    margin-left: 15px;
}

.case .content .swiper-wrapper {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
}

.case .content .swiper-slide {
    width: 33.3%!important;
    padding: 0 5px;
    transition: all .3s linear;
}

.case .content .swiper-slide-active {
   /* width: 54%!important;*/
}

.case .content .swiper-slide a {
    display: block;
    height: 360px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.case .content .swiper-slide a img {
    height: 100%;
    width: 100%;
}

.case .content .swiper-slide .txt {
    position: absolute;
    text-align: left;
    padding: 15px 0;
    color: #eee;
    width: 100%;
    left: 40px;
    bottom: 50px;
    font-size: 18px;
}

.case .content .swiper-slide a .txt .cate, .case .content .swiper-slide a .txt .entit {
    font-size: 18px;
    color: #FEFEFE;
}


.case .content .swiper-slide a .txt .title {
    margin: 20px 0 45px;
    font-size: 28px;
    font-weight: bold;
    color: #FEFEFE;
}


.sw-psd {
    position: absolute;
    text-align: left;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.sw-psd .swiper-pa-c {
    float: left;
    font-size: 14px;
    width: auto;
    padding: 12px 80px;
}

.sw-psd .swiper-pa-c .swiper-pagination-current {
    font-size: 28px;
    font-weight: bold;
}

.sw-psd .swiper-pa-c .swiper-pagination-current:before {
    content: "0";
}

.sw-psd .swiper-pa-c .swiper-pagination-total:before {
    content: "0";
}

.swiper-c-next, .swiper-c-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    /* background: #18397C; */
    float: left;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #18397C;
}

.swiper-c-prev {
    background-image: url(../images/case-left-active.png);
}

.swiper-c-next {
    background-image: url(../images/case-right-active.png);
}


.swiper-c-next.active, .swiper-c-prev.active,.swiper-c-next:hover, .swiper-c-prev:hover {
    background-color: #18397C;
    border: none;
    background-position: center center;
    background-repeat: no-repeat;
}

.swiper-c-next:hover,.swiper-c-next.active {
    background-image: url(../images/case-icon-right.png);
}

.swiper-c-prev:hover,.swiper-c-prev.active {
    background-image: url(../images/case-icon-right.png);
    transform: rotate(180deg);
}


.swiper-c-prev.swiper-button-disabled {
    background-color: #fff;
    border: 1px solid #B0B0B0;
    background-image: url(../images/case-icon-left.png);
    transform: rotate(0deg);
    opacity: 1;
}

.swiper-c-next.swiper-button-disabled {
    background-color: #fff;
    border: 1px solid #B0B0B0;
    background-image: url(../images/case-icon-left.png);
    transform: rotate(180deg);
    opacity: 1;
}

.case .content {
    display: flex;
    align-items: center;
}

.case-banner {
    padding-bottom: 130px;
}

.service {
    padding: 0 20px;
    margin: 0 auto;
}

.service .am-pd {
    padding-top: 0;
}

.service ul.servicelist li {
    position: relative;
}

.service ul.servicelist li i {
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.service ul.servicelist li:first-child {
    padding-right: 10px;
}

.service ul.servicelist li:last-child {
    padding-left: 10px;
}

.service ul.servicelist li .text {
    position: absolute;
    top: 70px;
    left: 60px;
}

.service ul.servicelist li .text .name {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
}

.service ul.servicelist li .text .note {
    margin: 20px 0 70px;
    font-size: 18px;
    color: #fff;
}

.service ul.servicelist li img {
    width: 100%;
    transition: all 0.3s linear;
}

.service ul.servicelist li img:hover {
    transform: scale(1.1);
}

.message .am-pd {
    padding: 180px 0;
}

.message .left,.message .am-right {
    width: 50%;
}

.message .left .title {
    font-size: 40px;
    color: #FFFFFF;
    line-height: 57px;
    white-space: pre-line;
}

.message .left .company {
    margin: 120px 0 50px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

.message .left .conta li {
    position: relative;
    margin-bottom: 30px;
    color: #fff;
    font-size: 18px;
    text-indent: 32px;
    line-height: normal;
}

.message .left .conta li::before {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    background: url(../images/email.png) center center no-repeat;
    width: 16px;
    height: 12px;
}

.message .left .conta li:nth-child(2)::before {
    background-image: url(../images/addr.png);
    width: 16px;
    height: 20px;
}

.message .left .conta li:last-child::before {
    background-image: url(../images/tele.png);
    width: 18px;
    height: 16px;
    font-size: 16px;
}

.message .left .conta li:last-child {
    font-size: 14px;
}

.message .left .tel {
    font-size: 46px;
    font-family: DINAlternate;
    font-weight: bold;
    color: #fff;
    margin-bottom: 55px;
}

.message .left .ewm p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 25px;
}

.message .am-right .title {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
}

.message .am-right .tips {
    font-size: 14px;
    color: #fff;
    margin: 40px 0 60px;
    line-height: 1.6;
}

.input-height {
    height: 56px;
}

.message .form .item {
    margin-bottom: 30px;
}

.message .form .item p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 16px;
}

.message .form .item .half {
    width: 50%;
}

.message .form .item .half:first-child {
    padding-right: 20px;
}

.message .form .item .half:last-child {
    padding-left: 20px;
}

.message .form .checkcode {
    display: flex;
    align-items: flex-end;
}

.message .form .checkcode .ipt {
    width: 245px;
    position: relative;
}

.message .form .checkcode .ipt img {
    position: absolute;
    right: 0;
    bottom: 3px;
    width: 100px;
    height: 50px;
}

.message .c-t-m-btn {
    margin-left: 20px;
    width: 180px;
    height: 56px;
    background: #FFFFFF;
}

.message .c-t-m-btn button {
    background-color: #fff;
    width: 100%;
    font-size: 18px;
    color: #333;
}

.news {
    position: relative;
    background: #f7f7f7;
}

.news .items {
    margin-top: 40px;
}

.news .items .left {
    padding-right: 20px;
}

.news .items .right {
    padding-left: 20px;
}

.news .items .left, .news .items .right {
    width: 50%;
}

.news .items .left i {
    width: 47%;
    margin-right: 35px;
}

.news .items ul {
    margin: 0 -45px;
}

.news .items ul li {
    padding: 0 45px;
}

.news .items ul li > a:first-child {
    border-bottom: 1px solid #eee;
}

.news .items ul li .commore {
    margin-top: 40px;
}

.news .items ul li a i {
    display: block;
    overflow: hidden;
    border-radius: 8px;
}

.news .items ul li a i img {
    width: 100%;
    transition: all 0.3s linear;
    border-radius: 8px;
}

/* .news .items ul li a:hover,.news .items ul li a.on {
    background: #18397C;
} */

.news .items ul li a:hover i img {
    transform: scale(1.1);
}

/* .news .items ul li a:hover .txt,.news .items ul li a.on .txt,.news .items ul li a:hover .note,.news .items ul li a.on .note {
    color: #fff;
} */

.news .items .left .txt {
    float: right;
    width: calc(59% - 35px);
}

.news .items .left .txt .note {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 15px;
    color: #999;
    font-size: 14px;
}

.news .items .left .txt .last {
    display: flex;
    justify-content: space-between;
}

.news .items .left .txt .last .date {
    font-size: 20px;
    font-family: DINAlternate;
    font-weight: bold;
    color: #333333;
}

.news .items .right li a {
    padding: 32px 20px;
}

.news .items .right .date {
    width: 150px;
    height: 70px;
    border-right: 1px solid #e1e1e1;
    padding-left: 35px;
}

.news .items .right .txt {
    width: calc(100% - 150px);
    padding-left: 33px;
}

.news .items .right .note {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}

.news .items .txt .tit {
    margin-bottom: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-top: 35px;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
}

.news .items .txt .note {
    margin-bottom: 50px;
    font-size: 14px;
    color: #999;
    max-height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 28px;
}

.news .items .txt .date {
    font-size: 22px;
    font-weight: bold;
}

.news .items .right .day {
    font-size: 40px;
    font-family: DINAlternate;
    font-weight: bold;
    color: #333333;
    line-height: 33px;
    margin-bottom: 17px;
}

.news .items .right .date p {
    font-size: 14px;
    font-family: DINAlternate;
    font-weight: bold;
    color: #999999;
}

.friendlink {
    background-color: #f7f7f7;
}

.friendlink .list {
    margin-bottom: 40px;
    font-size: 18px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #999999;
}

.friendlink .list a {
    color: #999;
    margin-right: 10px;
}

@keyframes first{
    0% {transform:scaleX(0.5);left:0px;}/*091*/
    100% {transform:scaleX(1);left:2px;} /*0915*/
}
@keyframes last{
    0% {transform:scaleX(0.7);left:-10px;}/*1090*/
    20% {transform:scaleX(0.3);left:2px;} /*090*/
    100% {transform:scaleX(0.3);left:0px;} /*090*/
}
@keyframes middle{
    0% {transform:scaleX(0.7);left:-10px;}/*1091*/
    20% {transform:scaleX(0.45);left:2px;}/*092*/
    100% {transform:scaleX(1);left:2px;} /*0913*/
}

@media screen and (max-width:1680px) {
    .aboutwrap .aboutbox .list ul li .animateNum {
        font-size: 42px;
    }
    .aboutus .wrapper .note {
        max-width: 600px;
    }
    .aboutus .carousel {
        height: fit-content;
    }
    .aboutus .carousel,.aboutus .desc {
        max-width: 1200px;
    }

    .aboutus .carousel .slidebox .right {
        padding-right: 120px;
        background-position: 148px -36px;
    }

    .aboutus .carousel .slidebox .right .note {
        font-size: 40px;
        margin: 34px 0;
    }

    .aboutus .desc::before {
        left: 190px;
    }

    .aboutus .desc::after {
        right: 190px;
    }

    .aboutus .cont .am-fl {
        width: 50%;
    }

    .aboutus .list {
        margin-top: 100px;
        margin-bottom: 150px;
    }

    .aboutus .cont .img {
        padding-left: 50px;
        width: 50%;
    }

    .product .pbanner .right .img {
        max-width: 750px;
    }
    .product .pbanner .right .text {
        width: 400px;
    }

    .product .pbanner .right .title {
        font-size: 42px;
    }

    .product .pbanner .right .entit {
        font-size: 40px;
    }

    .product .pbanner .right .summary {
        margin-top: 40px;
        margin-bottom: 30px;
    }
    .product .pbanner .right .note {
        margin-bottom: 50px;
    }
    .product .swiper-pban-next {
        left: 807px;
    }

    .product .swiper-pban-prev {
        left: 951px;
    }
}

@media screen and (max-width:1440px) {
    .banner .slidebox .bigtit {
        font-size: 60px;
    }
    .aboutus {
        background-position: 0 590px!important;
    }
    .aboutus .wrapper .note {
        max-width: 560px;
    }
    .aboutus .cont .img1 {
        padding-left: 0%;
        right: 160px;
    }
    .aboutus .cont .img2 {
        padding-left: 28%;
    }
    .company-name {
        margin-top: 60px;
    }
    .aboutus .wrapper .note {
        margin: 30px 0;
    }
    .aboutus .list {
        margin-top: 80px!important;
        margin-bottom: 80px;
    }
    #canvas canvas {
        margin-top: 470px;
    }
    .aboutus .wrapper .list ul {
        margin: 0 -45px;
    }
    .aboutus .wrapper .list ul li {
        padding: 0 45px;
    }

    .aboutus .wrapper .list ul li .animateNum {
        font-size: 42px;
    }
    .product .content {
        height: auto;
    }
    .message .left .tel p span {
        font-size: 15px!important;
    }
    .message .left .tel > p:nth-child(2),.message .left .tel > p:nth-child(3) {
        margin-left: 33px!important;
    }
}

@media screen and (max-width:1280px) {
    #canvas canvas {
        margin-top: 410px;
    }
}

@media screen and (max-width:1024px) {
    header .head {
        margin-top: 0px;
    }
    .banner .slidebox .tit img {
        width: 75px;
    }

    .swiper-banner .swiper-button-next img, .swiper-banner .swiper-button-prev img {
        width: 6px;
        height: 9px;
    }

    .case-banner {
        padding-bottom: 100px;
    }

    .commontit .entitle img {
        width: 150px;
        color: #333;
    }

    .aboutus .commontit {
        color: #18397C;
        text-align: center;
        width: fit-content;
        margin: 0 auto;
    }

    .aboutus .amore a {
        font-size: 18px;
    }

    .aboutus .amore img {
        width: 25px;
    }

    .business .lists ul li {
        padding: 5px 10px;
    }

    .business .lists ul li .box {
        padding: 10px 10px;
    }

    .business .lists ul li .box .title {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .business .lists ul li .box p {
        font-size: 12px;
    }

    .business .lists ul li .inner {
        display: none;
    }

    .aboutus .am-pd {
        padding-bottom: 20px;
    }

    .aboutus .wrapper .note {
        margin: 20px 0;
        max-height: fit-content;
        font-size: 14px;
        line-height: 1.6;
        max-width: 100%;
    }

    .aboutus .wrapper .list ul li p:last-child {
        font-size: 14px;
        margin-top: 15px;
    }

    .aboutus .wrapper .list ul li:not(:last-child):after {
        height: 25px;
    }

    .aboutus .desc {
        width: 100%;
        padding: 10px 0;
        height: auto;
        margin-top: 0;
        bottom: inherit;
    }

    .aboutus .desc::before {
        width: 34px;
        left: 118px;
    }
    .aboutus .desc::after {
        width: 34px;
        right: 118px;
    }

    .aboutus .desc .stit {
        font-size: 14px;
    }

    .aboutus .desc ul li {
        margin-bottom: 15px;
    }

    .aboutus .desc li .title {
        /* margin-top: 15px; */
        font-size: 18px;
    }

    .aboutus .desc li .note {
        font-size: 12px;
    }

    .aboutus .desc ul li:nth-child(2)::after {
        display: none;
    }

    .aboutus {
        background: none!important;
    }

    .aboutus #canvas {
        display: none!important;
    }

    .aboutus .cont .am-fl,.aboutus .cont .am-fr {
        width: 100%;
        float: none;
    }

    .company-name {
        text-align: center;
        line-height: normal;
    }

    .aboutus .list {
        max-width: 100%;
        margin-bottom: 40px;
        margin-top: 40px!important;
    }

    .aboutus .cont .img {
        padding-left: 0;
        text-align: center;
        display: flex;
        justify-content: center;
        transform: scale(0.8);
    }

    .aboutus .cont .img1 {
        top: 120px;
        right: 190px;
    }

    .aboutus .cont .img2 {
        padding-left: 0;
    }

    .aboutus .commore {
        margin: 0 auto;
    }
    .aboutus .wrapper .list ul li {
        width: 33.3%;
        text-align: center;
        padding: 0;
    }

    .aboutus .wrapper .list ul li .animateNum {
        font-size: 26px;
    }

    .aboutwrap .aboutbox .list ul li .animateNum {
        font-size: 26px;
        margin-right: 5px;
    }

    .aboutwrap .aboutbox .txt .note p {
        text-indent: 31px;
    }

    .aboutwrap .aboutbox .list ul li p:last-child {
        font-size: 16px;
    }

    .aboutwrap .desc ul li {
        margin-bottom: 20px;
    }

    .aboutwrap .desc li .title {
        left: 20px;
    }

    .aboutwrap .desc {
        margin-top: 30px;
    }

    .product .content {
        height: 300px;
    }

    .product .content ul li:nth-child(odd) {
        padding-right: 50px;
    }

    .product .content ul li:nth-child(even) {
        padding-left: 50px;
    }

    .product .content .scircle {
        width: 100px;
        height: 100px;
        margin: 0;
    }

    .product .content li:nth-child(even) .scircle {
        float: right;
    }

    .product .content .scircle .box .title {
        font-size: 14px;
    }

    .product .content .scircle .box p {
        font-size: 12px;
    }

    .product .content .big {
        width: 250px;
        height: 250px;
        margin-top: 45px;
    }

    .product .content .big:before {
        width: 260px;
        height: 260px;
    }

    .product .content .big span {
        width: 260px!important;
        height: 260px!important;
    }

    .product .content .big::after {
        transform-origin: 125px 5px;
    }

    .product .content .big .box .title {
        font-size: 16px;
    }

    .product .content .big .box .note {
        font-size: 14px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .product .content .big .box p {
        font-size: 14px;
        margin: 10px 0 20px;
    }

    .product .content .big .box .more {
        margin-top: 20px;
    }

    .product .content .big .box .more a {
        width: 100px;
        height: 34px;
        line-height: 34px;
    }

    .product .content .big .box .more a img {
        margin-left: 5px;
        width: 15px;
    }

    .swiper-serv {
        width: 260px;
        height: 260px;
    }

    .product .content .scircle.sgcir {
        width: 200px;
        height: 200px;
        overflow: hidden;
    }

    .product .content .scircle:before {
        width: 115px;
        height: 115px;
    }

    .product .content .scircle.sgcir .box .title {
        font-size: 16px;
    }

    .product .content .scircle.sgcir .box .note {
        font-size: 12px;
    }

    .product .content .scircle.sgcir .box p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .product .content .scircle button {
        margin-top: 10px;
        width: 95px;
        height: 34px;
        font-size: 12px;
    }

    .product .content .scircle button img {
        margin-left: 5px;
        width: 15px;
    }

    .product .content .big, .product .content .mySser {
        margin-top: 50px;
    }

    .circles .sub-circle:before {
        width: 20px;
        height: 20px;
        top: -10px;
    }

    .circles .sub-circle:after {
        width: 9px;
        height: 9px;
        top: -4.5px;
    }

    .animate-circle {
        display: none;
    }

    .rcpy-list {
        margin-top: 20px;
    }

    .rcpy-list ul {
        display: block;
    }

    .rcpy-list ul li {
        width: 100% !important;
        float: left;
        margin-bottom: 10px;
    }

    .rcpy-list ul li a {
        height: 200px;
    }

    .rcpy-list ul li a .txt {
        padding: 10px;
        font-size: 14px;
        left: 20px;
        bottom: 15px;
    }

    .rcpy-list ul li a .txt .title {
        margin-bottom: 30px;
    }

    .rcpy-list ul li.on {
        width: 100% !important;
    }

    .message .am-pd {
        padding: 60px 0;
    }

    .news {
        /* padding-top: 20px; */
    }

    .news .commontit .tit {
        text-align: left!important;
    }

    .news .items {
        margin-top: 0;
        margin-bottom: 0;
    }

    .news .items ul {
        margin: 0 -10px;
    }

    .news .items ul li a .txt {
        /* padding: 20px; */
    }

    .news .items .txt .note {
        margin-bottom: 10px;
    }

    .news .items .left, .news .items .right {
        width: 100%;
        float: none;
        padding-left: 0;
        padding-right: 0;
    }

    .news .items ul li:not(:last-child) {
        margin-bottom: 15px;
        /* border-bottom: 1px solid #eee; */
    }

    .news .items ul li {
        padding: 0 10px;
    }

    .news .items .left ul li a {
        flex-direction: column;
    }

    .news .items ul li:last-child a {
        /* margin-bottom: 20px; */
    }

    .news .items .left i {
        width: 100%;
    }

    .news .items .left .txt {
        float: none;
        width: 100%;
        margin-top: 20px;
    }

    .news .items .left .txt .last .add {
        width: 22px;
    }

    .news .items .right .date {
        padding-left: 10px;
        width: 100px;
    }

    .news .items .right .txt {
        width: calc(100% - 100px);
    }

    .news .items .txt .tit {
        font-size: 16px;
        -webkit-line-clamp: 2;
        padding-bottom: 0;
        margin-bottom: 10px;
        margin-top: 25px;
        line-height: normal;
    }

    .news .items .left .txt .last .date {
        font-size: 16px;
    }

    .news .items .right .day {
        font-size: 30px;
    }

    .news .items .txt .more {
        margin-bottom: 20px;
    }

    .news .more a {
        width: 90px;
        height: 34px;
        line-height: 34px;
        font-size: 12px;
        padding: 0 5px;
    }

    .friendlink .list {
        font-size: 14px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width:769px) {
    .banner .slidebox .bigtit {
        font-size: 50px;
    }

    .company-name {
        margin-top: 20px;
        display: none;
    }

    .company-name > p,.company-name > h1,.company-name > h2 {
        font-size: 40px!important;
    }

    .product .content ul li:nth-child(even) {
        padding-left: 20px;
    }

    .product .content ul li:nth-child(odd) {
        padding-right: 20px;
    }

    .sw-psd {
        width: 240px;
        bottom: 10px;
    }

    .message .left .title {
        font-size: 35px;
    }

    .message .left .company {
        font-size: 26px;
        margin: 50px 0 50px;
    }
    .message .left .tel {
        font-size: 40px;
    }
    .message .left .conta li {
        font-size: 16px;
    }
    .message .am-right .tips {
        margin: 20px 0 30px;
    }
    .input-height {
        height: 42px;
    }
    textarea#content {
        height: 240px;
    }

    .message .form .checkcode .ipt img {
        height: 36px;
    }

    .message .c-t-m-btn {
        height: 42px;
    }
}

@media screen and (max-width:450px) {
    .swiper-banner .swiper-banpa {
        right: 10px;
        bottom: 10px;
    }

    .swiper-banner .swiper-banpa .swiper-pagination-bullet {
        font-size: 16px;
        margin: 0 5px;
    }

    .commontit {
        padding-bottom: 10px;
    }

    .commontit .tit {
        margin-bottom: 0;
        text-align: left!important;
    }

    .commontit a {
        font-size: 14px;
    }

    .home-border-bottom {
        border-width: 1px;
    }

    .commontit .entitle {
        margin-bottom: -5px;
    }

    .commontit .entitle img {
        width: 100px;
    }

    .banner .slidebox .bigtit {
        font-size: 22px;
        margin: 15px 0 15px 0;
    }
    .notewrap {
        margin-right: 50px;
    }
    .banner .slidebox .note {
        margin-bottom: 10px;
    }

    .aboutus .wrapper .list ul {
        margin: 0;
        flex-direction: column;
    }
    .aboutus .wrapper .list ul li {
        width: 100%;
        padding-bottom: 20px;
    }
    .aboutus .wrapper .list ul li:not(:last-child):after {
        display: none;
    }
    .aboutus .cont .img img {
        padding-left: 50px;
        padding-right: 8px;
    }
    .case .commontit {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .case .commoncate {
        margin-top: 30px;
        width: 100%;
    }
}

@media screen and (max-width: 415px) {
    .company-name > p, .company-name > h1, .company-name > h2 {
        font-size: 22px!important;
    }

    .aboutus .list {
        margin-bottom: 0;
        margin-top: 25px!important;
        flex-grow: 0;
        flex-shrink: 0;
    }
    /* .aboutus .wrapper .list ul li:first-child {
        text-align: left;
    }
    .aboutus .wrapper .list ul li:last-child {
        text-align: right;
    } */
    .product .content {
        margin-top: 30px;
    }
    .product .content ul li:nth-child(odd) {
        padding-right: 0;
        margin-bottom: 20px;
    }
    .product .content ul li:nth-child(even) {
        padding-left: 0;
    }
    .product .content .circle .wrap > img {
        margin-bottom: 25px;
        width: 40px;
    }

    .message .ewm {
        display: none;
    }

    .news .commontit .entitle {
        text-align: center;
        text-align: center!important;
    }

    .case .am-fl:nth-child(2) {
        display: none;
    }
    .case .content .swiper-slide a {
        height: 400px;
    }
    .case .content .swiper-slide {
        width: 100%!important
    }
    .case .content .swiper-slide a .txt .title {
        font-size: 18px;
    }

    .case .bd {
        margin-top: 20px;
    }

    .sw-psd .swiper-pa-c {
        padding: 10px 37px;
    }

    .case .content .swiper-slide a .txt .cate, .case .content .swiper-slide a .txt .entit {
        font-size: 16px;
    }

    .case .content .swiper-slide .txt {
        left: 20px;
        bottom: 25px;
    }
    .service ul.servicelist li:first-child {
        padding-right: 0;
        margin-bottom: 10px;
    }
    .service ul.servicelist li:last-child {
        padding-left: 0;
    }
    .service ul.servicelist li .text {
        left: 30px;
    }
    .service ul.servicelist li .text .name {
        font-size: 18px;
    }
    .service ul.servicelist li .text .note {
        font-size: 16px;
    }

    .news .commontit .am-fl,.news .commontit .am-fr {
        float: none;
        width: 100%;
    }

    .news .commontit .tit {
        text-align: center!important;
    }

    .news .commoncate {
        margin-top: 30px;
    }

    .news .am-fl:nth-child(2) {
        display: none;
    }
    .news .items {
        margin-top: 20px;
    }

    .message .am-pd {
        padding: 40px 0;
    }

    .message .left .title {
        font-size: 18px;
        line-height: normal;
        margin-bottom: 30px;
    }
    .message .left .company {
        font-size: 16px;
        display: none;
    }
    .message .left .conta {
        display: none;
    }
    .message .left .conta li {
        text-indent: 23px;
    }

    .message .left .tel {
        font-size: 22px;
        display: none;
    }
    .message .am-right .title {
        font-size: 24px;
    }
    .message .am-right .tips {
        font-size: 12px;
        margin-bottom: 20px;
    }
    .message .form .item .half {
        width: 100%;
        float: none;
    }
    .message .form .item .half:first-child {
        padding-right: 0;
        margin-bottom: 10px;
    }
    .message .form .item .half:last-child {
        padding-left: 0;
    }
    textarea#content {
        height: 100px;
    }
    .message .left {
        padding-right: 0;
        width: 100%;
        float: none;
    }
    .message .left .conta li {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .message .left .conta li::before {
        top: 0;
    }
    .message .am-right {
        padding-left: 0;
        width: 100%;
        float: none;
        margin-top: 30px;
    }
    .message .form .checkcode {
        display: block;
        margin-bottom: 0;
    }
    .message .form .checkcode .ipt {
        width: 100%;
    }
    .message .c-t-m-btn {
        width: auto;
        background-color: transparent;
        margin-left: 0;
        margin-top: 80px;
    }
    .message .c-t-m-btn button {
        font-size: 16px;
    }
    .message .form .checkcode .ipt img {
        bottom: -55px;
    }
    .news .items ul li .commore {
        margin-top: 20px;
        display: none;
    }
}

@media screen and (max-width: 376px) {
    .aboutus .desc::before {
        left: 102px;
    }

    .aboutus .desc::after {
        right: 103px;
    }

    .commontit a {
        font-size: 12px;
    }

}
