.banner .swiper-pagination-bullet {
    width: 30px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: none;
    font-size: 24px;
    font-family: DINAlternate;
    font-weight: bold;
    color: #FFFFFF;
    margin-right: 25px;
    opacity: 0.5;
}

.banner .swiper-pagination-bullet-active {
    color: #fff;
    background: none;
    opacity: 1;
}

.path {
	fill: none;
	stroke: #fff;
	stroke-miterlimit: 10;
	stroke-width: 1.8px;
	transition: opacity 0.3s, fill 0.3s, stroke 0.3s;
}

.swiper-banner .swiper-pagination ul{
	width:200px;
}
.swiper-banner .swiper-pagination ul li{
	position:absolute;
	left:0;
	top:0;
}
.swiper-banner .swiper-pagination .total{
	margin-left:50px;
}

.sb-number {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    z-index: 100;
    color: #fff;
    font-family: DINAlternate;
}

#sb-current {
    margin-right: 15px;
}

#sb-total {
    margin-left: 15px;
}

.ui-loop {
    position: absolute;
    width: 3.5vw;
    height: 3.5vw;
    bottom: 12%;
    right: 12%;
}

.path-loop {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 2px;
}

.path-loop-bg {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 2px;
    opacity: 0.1;
}

.aboutus {
    position: relative;
    overflow: hidden;
    background-position: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.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: 150px;
    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 {
    text-align: justify;
    margin: 80px 0 80px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    font-size: 16px;
    color: #666666;
    line-height: 43px;
    max-height: 215px;
}

.aboutus .wrapper .list ul {
    display: flex;
    flex-wrap: wrap;
}

.aboutus .wrapper .list ul li {
    position: relative;
    /* padding: 0px 0px 0 70px; */
    width: 50%;
    float: left;
}

.aboutus .wrapper .list ul li:after {
    /*content: '';*/
    display: none;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 6px;
    height: 108px;
    background: #C32925;
}

.aboutus .wrapper .list ul li:nth-child(2),.aboutus .wrapper .list ul li:nth-child(4) {
    padding-right: 0;
    padding-left: 0;
}

.aboutus .wrapper .list ul li:nth-child(2):after,.aboutus .wrapper .list ul li:nth-child(4):after {
    left: 90px;
}

.aboutus .wrapper .list ul li p:first-child {
    font-size: 18px;
}

.aboutus .wrapper .list ul li p:last-child {
    font-size: 16px;
}

.aboutus .wrapper .list ul li .animateNum {
    font-size: 58px;
    font-weight: bold;
}

.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 {
    position: relative;
}

.product .content ul li {
    text-align: center;
    position: relative;
    display: inline;
}

.product .content ul li > a {
    display: inline-block;
    overflow: hidden;
}

.product .content ul li a .circle img {
    transition: all 0.3s linear;
    width: 100%;
}

.product .content ul li a:hover .circle img {
    transform: scale(1.1);
}

.product .content .circle {
    position: relative;
}

.product .content .view {
    position: absolute;
    bottom: 30%;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s linear;
}

.product .content .view.act {
    bottom: 21%;
}

.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;
    transition: all 0.3s linear;
}

.product .content .circle .wrap .num {
    font-size: 26px;
    font-family: FuturaBT;
    font-weight: 500;
    color: #fff;
    transition: all 0.3s linear;
}

.product .content .circle .wrap .entitle {
    font-size: 36px;
    font-family: SourceHanSansCN;
    font-weight: 800;
    color: #FFFFFF;
    margin: 38px 0 17px;
    transition: all 0.3s linear;
}

.product .content .circle .wrap .title {
    font-size: 26px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
    transition: all 0.3s linear;
}

.product .content .circle .wrap .a-line {
    width: 110px;
    height: 1px;
    background-color: #fff;
    margin: 40px 0 60px;
    transition: all 0.3s linear;
}

.product .content .circle .wrap .note {
    font-size: 18px;
    color: #fff;
    margin-bottom: 100px;
    line-height: 44px;
    transition: all 0.3s linear;
}

.product .content .circle .wrap > img {
    margin-bottom: 60px;
}

.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;
}

.rcpy-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px;
}

.rcpy-list ul li {
    width: 33.3%;
    padding: 0 5px;
    transition: all .3s linear;
}

.rcpy-list ul li a {
    display: block;
    height: 800px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.rcpy-list ul li a .txt {
    position: absolute;
    text-align: left;
    padding: 15px 0;
    color: #eee;
    width: 100%;
    left: 40px;
    bottom: 50px;
    font-size: 18px;
}

.rcpy-list ul li a .txt .cate, .rcpy-list ul li a .txt .entit {
    font-size: 18px;
    color: #FEFEFE;
}

.rcpy-list ul li a .txt .title {
    margin: 20px 0 45px;
    font-size: 28px;
    font-weight: bold;
    color: #FEFEFE;
}

.rcpy-list ul li.on {
    width: 54%;
}

.sw-psd {
    position: relative;
    padding-right: 125px;
    width: 220px;
    text-align: left;
}

.sw-psd .swiper-pa-c {
    float: left;
    font-size: 14px;;
    width: auto;
    padding: 60px 0;
}

.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;
}

.swiper-c-prev {
    background-image: url(../images/case-icon-right.png);
    transform: rotate(-180deg);
}

.swiper-c-next {
    background-image: url(../images/case-icon-right.png);
}

.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;
}

.hm-case-tab {
    margin-top: 100px;
}

.case-container {
    max-width: 1690px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.case .content {
    display: flex;
    align-items: center;
}

.case .content ul {
    margin: 0 -10px;
}

.case .content li {
    padding: 0 10px;
    overflow: hidden;
}

.case .content li a i {
    display: inline-block;
    overflow: hidden;
}

.case .content li a img {
    transition: all 0.3s linear;
}

.case .content li a:hover img {
    transform: scale(1.1);
}

.case .content .txt {
    padding: 30px 20px;
    width: 100%;
}

.case .content .txt .tit {
    font-size: 22px;
    font-weight: bold;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 18px;
}

.case .content .txt .note {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 17px;
    color: #999;
}

.case .commore {
    margin: 60px auto 0;
}

.aboutus .am-fr {
    width: calc(50% - 146px);
}
.aboutus .aboutmore {
    margin-top: 100px;
}
.aboutus .aboutmore a {
    display: flex;
    align-items: center;
}
.aboutus .aboutmore a img {
    margin-right: 20px;
}
.case-banner {
    width: calc(100% - 220px);
}

.service {
    padding: 0 20px;
    margin: 0 auto;
}

.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;
}

.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: 16px;
}

.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;
}

.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 li:nth-child(odd) {
    border-right: 1px solid #e1e1e1;
}

.news .items ul li:nth-child(odd) .lp {
    margin-right: 25%;
}

.news .items ul li:nth-child(odd) .lp .txt {
    border-bottom: 1px solid #D7D7D7;
}

.news .items ul li:nth-child(even) .lp {
    margin-left: 25%;
}

.news .items ul li:nth-child(even) .lp .txt {
    border-bottom: 1px solid #D7D7D7;
}

.news .items ul li > a:first-child {
    position: relative;
}

.news .items ul li:nth-child(odd) .rp {
    position: absolute;
    top: 0;
    right: 9.5%;
    display: none;
    transition: all 0.3s linear;
}

.news .items ul li:nth-child(even) .rp {
    position: absolute;
    top: 0;
    left: 9.5%;
    display: none;
    transition: all 0.3s linear;
}

.news .items ul li a::before {
    content: "";
    display: none;
    position: absolute;
    top: 10px;
    background: url(../images/sj.png) center center no-repeat;
    width: 14px;
    height: 16px;
}

.news .items ul li:nth-child(odd) a::before {
    right: 19.5%;
}

.news .items ul li:nth-child(even) a::before {
    left: 19.5%;
    transform: rotate(-180deg);
}

.news .items ul li .rp .day {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 15px;
}

.news .items ul li .rp .month {
    font-size: 22px;
}

.news .items ul li .catename {
    padding: 30px 20px 60px;
    font-size: 18px;
}

.news .items ul li .catename .am-fr {
    display: flex;
    align-items: center;
}

.news .items ul li .catename .am-fr img {
    margin-left: 10px;
}

.news .items ul li .commore {
    margin-top: 40px;
}

.news .items ul li a i {
    display: block;
    overflow: hidden;
}

.news .items ul li a i img {
    width: 100%;
    transition: all 0.3s linear;
}

.news .items ul li a:hover i img {
    transform: scale(1.1);
}

.news .items ul li a:hover .rp {
    display: block;
}

.news .items ul li a:hover .lp .txt {
    border-bottom: 2px solid #DAB464;
}

.news .items ul li a:hover::before {
    display: block;
}

.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;
}

.brand {
    min-height: 1080px;
    position: relative;
    overflow: hidden;
}

.brand .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.brand .logo {
    position: relative;
    height: 880px;
}

.brand .commontit .tit,.brand .commontit .entitle,.brand .commontit .note {
    color: #fff;
    text-align: center;
    margin-left: 0;
}

.brand .commontit .note {
    font-size: 14px;
    margin-top: 30px;
}

.brand .commontit .entitle {
    font-size: 22px;
    margin-top: 25px;
}

.brand .commore {
    margin: 55px auto 20px;
    border: 1px solid #FFFFFF;
    background: none;
}

.brand .logo .img {
    position: absolute;
    overflow: hidden;
    background-color: #fff;
    border-radius: 50%;
}

.brand .logo .img1 {
    width: 95px;
    height: 95px;
    left: 1.4%;
    top: 44.6%;
}

.brand .logo .img2 {
    width: 150px;
    height: 150px;
    left: 10%;
    top: 21.4%;
}

.brand .logo .img3 {
    width: 100px;
    height: 100px;
    left: 12%;
    bottom: 23.8%;
}

.brand .logo .img4 {
    width: 75px;
    height: 75px;
    left: 26.6%;
    top: 24.3%;
}

.brand .logo .img5 {
    width: 95px;
    height: 95px;
    left: 25.4%;
    bottom: 35.9%;
}

.brand .logo .img6 {
    width: 115px;
    height: 115px;
    left: 34.3%;
    top: 1.7%;
}

.brand .logo .img7 {
    width: 135px;
    height: 135px;
    left: 32.8%;
    bottom: 10.9%;
}

.brand .logo .img8 {
    width: 115px;
    height: 115px;
    left: 48.7%;
    top: 11.1%;
}

.brand .logo .img9 {
    width: 95px;
    height: 95px;
    left: 57.1%;
    bottom: 8.8%;
}

.brand .logo .img10 {
    width: 95px;
    height: 95px;
    left: 62.6%;
    bottom: 23.9%;
}

.brand .logo .img11 {
    width: 95px;
    height: 95px;
    left: 65.3%;
    top: 2.8%;
}

.brand .logo .img12 {
    width: 75px;
    height: 75px;
    top: 44%;
    left: 73.3%;
}

.brand .logo .img13 {
    width: 150px;
    height: 150px;
    left: 76.6%;
    top: 19.2%;
}

.brand .logo .img14 {
    width: 135px;
    height: 135px;
    left: 79.2%;
    bottom: 22.4%;
}

.brand .logo .img15 {
    width: 95px;
    height: 95px;
    bottom: 44.5%;
    right: 1.4%;
}

.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;
}

@media screen and (max-width:2560px){
    .aboutus {
        background-position: 0;
    }
}

@media screen and (max-width:1920px){
    .aboutus {
        background-position: 0;
    }
}

@media screen and (max-width:1680px) {
    .aboutwrap .aboutbox .list ul li .animateNum {
        font-size: 42px;
    }
    .aboutus .right {
        margin-left: 0;
        width: 50%;
    }
    .aboutus .wrapper .list ul li .animateNum {
        font-size: 50px;
    }
    .aboutus .wrapper .list ul li {
        padding-right: 20px;
        width: 50%;
        height: 230px;
    }
    .aboutus {
        background-position: -100px;
    }

    .aboutus .wrapper .list ul li:nth-child(2):after, .aboutus .wrapper .list ul li:nth-child(4):after {
        left: 91px;
    }

    .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: 0;
        margin-bottom: 0;
    }

    .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;
    }
    .case-container {
        max-width: 95%;
        overflow: hidden;
    }
    .case .content li a {
        width: 100%;
    }
}

@media screen and (max-width:1440px) {
    .product .content .view {
        bottom: 20%;
    }

    .banner .slidebox .bigtit {
        font-size: 60px;
    }
    .aboutus {
        background-position: 0;
    }
    .aboutus .right {
        margin-left: 40px;
        width: calc(50% - 40px);
    }
    .aboutus .wrapper .list ul li:nth-child(2):after, .aboutus .wrapper .list ul li:nth-child(4):after {
        left: 66px;
    }
    .aboutus .wrapper .list ul li:nth-child(2), .aboutus .wrapper .list ul li:nth-child(4) {
        padding-left: 0;
    }
    .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 {
        line-height: 2;
        margin: 30px 0 50px;
        font-size: 14px;
        max-width: max-content;
    }
    .aboutus .list {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    #canvas canvas {
        margin-top:435px;
    }
    .aboutus .wrapper .list ul {
        margin: 0 -45px;
    }
    .aboutus .wrapper .list ul li {
        width: 50%;
        padding-left: 0;
    }

    .aboutus .wrapper .list ul li .animateNum {
        font-size: 44px;
    }
    .ywfb .left li {
        margin-bottom: 30px;
    }
    .ywfb .am-pd {
        padding: 60px 0 100px;
    }
    .iacyh {
        width: 50px;
        height: 59px;
    }
}

@media screen and (max-width:1280px) {
    #canvas canvas {
        margin-top: 370px;
    }
    .aboutus {
        background-position: 0;
    }
}

@media screen and (max-width:1024px) {
    header .head {
        margin-top: 0px;
    }
    .banner .slidebox .tit img {
        width: 75px;
    }

    .note_more {
        margin-bottom: 40px;
    }

    .banner .slidebox .bigtit {
        font-size: 44px;
    }

    .note_more {
        display: none;
    }

    .banner .swiper-pagination-progressbar {
        width: 60px;
    }

    .swiper-banner .swiper-button-next img, .swiper-banner .swiper-button-prev img {
        width: 6px;
        height: 9px;
    }

    .commontit .entitle img {
        width: 150px;
    }

    .hm-case-tab {
        margin-top: 50px;
    }

    .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;
    }

    .iacyh {
        width: 35px;
        height: 41px;
    }

    .ywfb .left {
        padding-bottom: 30px;
    }

    .ywfb .left li {
        margin-bottom: 10px;
    }

    .ywfb .am-pd {
        padding: 50px 0;
    }

    .aboutus .wrapper .note {
        margin: 20px 0;
        max-height: fit-content;
        font-size: 14px;
        line-height: 1.6;
        max-width: 100%;
    }

    .aboutus .wrapper .note p:first-child {
        /* font-size: 22px!important; */
    }

    .aboutus .wrapper .list ul {
        margin: 0;
    }

    .aboutus .wrapper .list ul li p:last-child {
        font-size: 14px;
    }

    .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 {
        font-size: 18px;
    }

    .aboutus .desc li .note {
        font-size: 12px;
    }

    .aboutus .desc ul li:nth-child(2)::after {
        display: none;
    }

    .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: 30px;
        background-color: #eee;
    }

    .aboutus .cont .img {
        padding-left: 0;
        text-align: center;
        display: flex;
        justify-content: center;
        transform: scale(0.9);
    }

    .aboutus .cont .img1 {
        top: 120px;
        right: 190px;
    }

    .aboutus .cont .img2 {
        padding-left: 0;
    }

    .aboutus .commore {
        margin: 0 auto;
    }
    .aboutus .wrapper .list ul li {
        width: 50%;
        text-align: center;
        padding: 0;
    }

    .aboutus .wrapper .list ul li .animateNum {
        font-size: 26px;
        margin-right: 5px;
    }

    .aboutus .wrapper .list ul li {
        margin-bottom: 15px;
        height: 120px;
        border: none;
    }

    .aboutus .list li.action.loadline:before {
        height: 50px;
        width: 3px;
    }

    .aboutus .list li.noborder:before {
        display: none;
    }

    .aboutus .wrapper .list ul li:nth-child(2), .aboutus .wrapper .list ul li:nth-child(4) {
        padding-left: 0;
    }

    .aboutus .wrapper .list ul li:nth-child(2):after, .aboutus .wrapper .list ul li:nth-child(4):after {
        left: 0;
    }

    .aboutus .wrapper .list ul li:after {
        width: 2px;
        height: 30px;
    }

    .aboutus .wrapper .list ul li:nth-child(1):after, .aboutus .wrapper .list ul li:nth-child(3):after {
        display: none;
    }

    .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 .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 .commontit .tit {
        text-align: left!important;
    }

    .news .items {
        margin-top: 0;
        margin-bottom: 0;
    }

    .news .items ul {
        margin: 0 -10px;
    }

    .news .items .txt .note {
        margin-bottom: 25px;
    }

    .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;
    }

    .news .items ul li {
        padding: 0 10px;
    }

    .news .items .left ul li a {
        flex-direction: column;
    }

    .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: 14px;
        -webkit-line-clamp: 2;
        padding-bottom: 0;
        margin-bottom: 10px;
    }

    .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: 110px;
        height: 34px;
        line-height: 34px;
        font-size: 12px;
        padding: 0 5px;
    }

    .friendlink .list {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .brand {
        min-height: auto;
    }

    .brand .logo .img2 {
        width: 100px;
        height: 100px;
    }
}

@media screen and (max-width:769px) {
    .banner img {
        display: block;
    }
    .banner .slidebox .bigtit {
        font-size: 50px;
    }

    .company-name {
        margin-top: 20px;
    }

    .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 {
        padding-right: 0;
        width: 100px;
    }
    .case-banner {
        width: calc(100% - 100px);
    }

    .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;
    }

    .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;
        padding-bottom: 10px;
    }
    .notewrap {
        margin-right: 50px;
    }
    .banner .slidebox .note {
        margin-bottom: 10px;
    }

    .aboutus .wrapper .list ul {
        margin: 0;
    }

    .hm-case-tab {
        margin-top: 30px;
    }
    .case-container {
        max-width: 100%;
        padding: 0 15px;
    }
    .case .content {
        display: block;
    }
    .case .content ul {
        margin: 0;
    }
    .case .content li {
        padding: 0;
    }
    .aboutus .aboutmore {
        margin-top: 30px;
        text-align: center;
        margin: 20px auto 0;
        width: fit-content;
    }
    .news .items ul li:nth-child(odd) .lp {
        margin-right: 0;
    }
    .news .items ul li:nth-child(even) .lp {
        margin-left: 0;
    }
    .news .items ul li .catename {
        padding-bottom: 30px;
    }
    .news .commore {
        margin-top: 25px;
    }
    .case .content .txt {
        padding: 15px 10px;
    }
    .case .content .txt .tit {
        font-size: 16px;
        width: 94%;
    }
    .case .content .txt .note {
        font-size: 15px;
    }
    .brand .logo .img2 {
        width: 75px;
        height: 75px;
    }
    .brand .logo .img1,.brand .logo .img12,.brand .logo .img4 {
        width: 40px;
        height: 40px;
    }
    .brand .logo .img3,.brand .logo .img9,.brand .logo .img10,.brand .logo .img11,.brand .logo .img15 {
        width: 50px;
        height: 50px;
    }
    .brand .logo .img5 {
        width: 45px;
        height: 45px;
    }
    .brand .logo .img6,.brand .logo .img8 {
        width: 60px;
        height: 60px;
    }
    .brand .logo .img7,.brand .logo .img14 {
        width: 70px;
        height: 70px;
    }
    .brand .logo .img13 {
        width: 75px;
        height: 75px;
    }
    .brand .logo .img4 {
        left: 42%;
    }
    .brand .logo .img5 {
        left: 10%;
    }
    .brand .logo .img12 {
        left: 81%;
        top: 35%;
    }
    .brand .logo .img6 {
        left: 20%;
    }
    .brand .logo .img10 {
        left: 50%;
    }
    .brand .logo .img9 {
        left: 60%;
    }
    .brand .logo .img7 {
        left: 25%;
    }
    .brand .logo {
        height: 520px;
    }
}

@media screen and (max-width: 415px) {
    .company-name > p, .company-name > h1, .company-name > h2 {
        font-size: 22px!important;
    }
    .aboutus .list {
        margin-top: 30px;
        margin-bottom: 0;
    }

    .product .content {
        margin-top: 0;
    }
    .product .content ul li:nth-child(odd) {
        padding-right: 0;
    }
    .product .content ul li:nth-child(even) {
        padding-left: 0;
    }

    .case .am-fl:nth-child(1) {
        float: none;
        width: 100%;
    }
    .case .am-fl:nth-child(2) {
        display: none;
    }
    .case .commoncate {
        float: none;
        width: 100%;
        margin: 20px 0 20px 0;
    }
    .rcpy-list ul li a .txt .title {
        font-size: 18px;
    }

    .rcpy-list ul li a .txt .cate, .rcpy-list ul li a .txt .entit {
        font-size: 16px;
    }
    .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 .am-fl:nth-child(2) {
        display: none;
    }
    .news .items {
        margin-top: 20px;
    }

    .message .am-pd {
        padding: 30px 0;
    }

    .message .left .title {
        font-size: 18px;
        line-height: normal;
    }
    .message .left .company {
        font-size: 16px;
    }
    .message .left .conta li {
        text-indent: 23px;
    }

    .message .left .tel {
        font-size: 22px;
    }
    .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;
    }
    .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;
    }
}

@media screen and (max-width: 376px) {
    .aboutus .desc::before {
        left: 102px;
    }

    .aboutus .desc::after {
        right: 103px;
    }

    .commontit a {
        font-size: 12px;
    }

}
