ul,
ol,
li {
        list-style-type: none;
}

img {
        border: 0;
        vertical-align: middle;
        max-width: 50%;
}

/*//水平垂直居中(不换行)*/

/*//水平垂直居中(换行)*/
.wrapper-flex-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
}

.box {
        width: 76%;
        margin: auto;
}

.common-title-container .common-title {
        font-size: 44px;
        color: #222222;
        font-family: "HarmonyOS bold";
        margin-bottom: 20px;
        margin-top: 3px;
}

.common-title-container .common-tips {
        font-size: 14px;
        line-height: 1.5;
        color: #333333;
        margin-bottom: 30px;
}

.honor-section1 .lans {
        width: 40%;
}

.date-sum {
        position: relative;
        width: 80%;
        max-width: 1100px;
}

.date-sum:after {
        content: "";
        width: 100%;
        height: 1px;
        background: #eeeeee;
        position: absolute;
        bottom: 41px;
        left: 0;
        z-index: 1;
}

.index-process .ting .swiper-slide {
        margin: 10px 0;
        transition: all 0.5s;
        background: #fff;
}

.index-process .ting .swiper-slide:hover {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.index-process .date-sum .swiper-container {
        background: transparent !important;
        width: 100%;
        text-align: center;
        /* padding-top: 10px; */
        z-index: 5;
}

.date-sum .swiper-slide {
        padding-bottom: 20px;
        position: relative;
        font-weight: 500;
}

.date-sum .swiper-slide:after {
        content: "";
        width: 8px;
        height: 8px;
        border: 2px solid #dddddd;
        border-radius: 50%;
        position: absolute;
        bottom: 0;
        z-index: 10;
        background: #f4f6fb;
        left: calc(50% - 4px);
}

.index-process {
        background: #f4f6fb;
}

.index-process .swiper-container {
        margin: 30px auto;
        width: 99.5%;
}

.index-process .swiper-slide {
        /* background: #FFFFFF; */
        border-radius: 5px;
        overflow: hidden;
        padding-bottom: 20px;
}

.index-process .swiper-slide-active {
        color: #0b459b;
}

.index-process .swiper-slide-active:after {
        border-color: #0b459b;
}

.index-process .lans {
        padding: 0 30px 150px;
        position: relative;
        z-index: 2;
        margin-top: -27px;
        box-sizing: border-box;
        background: url("../images/icon-line1.png") 30px bottom no-repeat;
}

.index-process a:hover .lans {
        background: url("../images/icon-line.png") 30px bottom no-repeat;
}

.index-process .date {
        margin-top: -3px;
        line-height: 30px;
        display: inline-block;
        margin-left: -30px;
        background: #ffffff;
        border-radius: 10px 10px 0 0;
        font-size: 20px;
        color: #222222;
        padding: 2px 30px;
        font-weight: bold;
}

.index-process a:hover .date {
        color: #f7b21a;
}

.index-process .desc {
        font-size: 20px;
        line-height: 1.7;
        color: #444;
        padding-top: 20px;
        -webkit-line-clamp: 4;
}

.index-process .swiper-button-prev,
.index-process .swiper-button-next {
        top: auto;
        background: url("../images/icon-prev1.png");
        background-size: cover;
        bottom: 20px;
        width: 50px;
        height: 50px;
}

.index-process .swiper-button-next {
        transform: rotate(180deg);
}

.index-process .swiper-button-prev:hover,
.index-process .swiper-button-next:hover {
        background: url("../images/icon-prev2.png");
        background-size: cover;
}

/*.honor-section2*/
.honor-section2 {
        background-size: 100% auto;
        background-repeat: no-repeat;
}

.honor-section2 .content,
.honor-section3 .content {
        width: 100%;
        padding: 35px 0;
        position: relative;
}

.honor-section .swiper-pagination {
        text-align: center;
        width: 100%;
}

.honor-section2 .swiper-slide,
.honor-section3 .swiper-slide {
        background: #ffffff;
        padding: 35px 60px;
        box-sizing: border-box;
        color: #333333 !important;
        font-size: 16px;
        text-align: center;
}

.honor-section2 .swiper-slide .desc,
.honor-section3 .swiper-slide .desc {
        padding: 15px 0 0;
}

.honor-section2 * {
        color: #ffffff !important;
}

.honor-section2 .swiper-pagination {
        display: none;
}

.honor-section3 {
        background: #f4f6fb;
}

.honor-section3 .swiper-container {
        width: 100%;
}

.honor-section4 {
        background: #ffffff;
}

.honor-section4 .swiper-slide {
        background: #f9f9fa;
}

.honor-section5 {
        padding: 0;
}

.honor-section5 .box {
        padding: 100px 5%;
        box-sizing: border-box;
        background: center center no-repeat;
        background-size: cover;
}

.honor-section5 * {
        color: #ffffff !important;
}

.team-list {}

.team-list li {
        width: calc(25% - 24px);
        display: inline-block;
        vertical-align: top;
        margin-left: 28px;
        margin-top: 30px;
        margin-bottom: 20px;
}

.team-list li:nth-child(4n - 3) {
        margin-left: 0;
}

.team-list a {
        width: 100%;
}

.team-list .pic {
        padding-top: 50%;
        position: relative;
        overflow: hidden;
        margin-bottom: 10px;
}

.team-list .bg {
        position: absolute;
        top: -5%;
        left: -5%;
        width: 110%;
        height: 110%;
        background: center center no-repeat;
        background-size: cover;
        transition: all 0.4s;
}

.team-list a:hover .bg {
        top: 0%;
        left: 0%;
        width: 100%;
        height: 100%;
}

.team-list .desc {
        font-size: 22px;
        color: #333333;
}

.icon-more {
        width: 150px;
        margin: 30px auto;
        text-align: center;
        display: block;
}

.icon-more .text {
        font-size: 20px;
        color: #333333;
}

.icon-more .icon {
        width: 16px;
        height: 3px;
        margin: 10px auto;
        background: #ffba00;
        transition: all 0.5s;
}

.icon-more:hover .icon {
        background: #0b459b;
}

/*contact-section*/
.contact-section .box {
        align-items: start;
        padding: 100px 0;
}

.contact-section .info {
        width: 45%;
}

.contact-section .form {
        width: 48%;
}

.contact-section .title {
        font-size: 56px;
        font-family: "HarmonyOS bold";
        color: #222222;
}

.contact-section .form .liuyan-form {
        position: relative;
        border-top: 2px solid #1689d2;
        margin-top: 20px;
}

.contact-section .form .liuyan-form:after {
        content: "";
        position: absolute;
        background: url(../images/line.png);
        width: 200px;
        height: 15px;
        top: -15px;
        right: 0;
}

.liuyan-form li {
        justify-content: flex-start;
        margin: 20px 0 0;
}

.liuyan-form .tit {
        font-size: 16px;
        color: #222222;
        line-height: 20px;
        display: block;
        text-transform: capitalize;
}

.liuyan-form .tit span {
        color: #00459a;
}

.liuyan-form .content {}

.liuyan-form .content.border {
        border: 1px solid #ddd;
        margin-top: 8px;
}

.liuyan-form .content.select {
        background: url("../images/icon-arrows.png") calc(100% - 10px) 15px no-repeat;
}

.liuyan-form .content select {
        cursor: pointer;
}

.liuyan-form .content input[type="radio"] {
        display: none;
}

.liuyan-form .content input,
.liuyan-form .content select,
.liuyan-form .content textarea {
        line-height: 55px;
        height: 55px;
        font-size: 18px;
        color: #222222;
        padding: 0 30px;
        box-sizing: border-box;
        width: 100%;
        display: block;
        border: 0;
        background: transparent;
}

.liuyan-form .content textarea {
        height: 120px;
        resize: none;
        line-height: 2;
        padding-top: 10px;
}

.radios-group {
        padding: 25px 0;
}

.radios-group .r-item {
        font-size: 16px;
        line-height: 20px;
        margin-right: 70px;
        margin-bottom: 10px;
}

.radios-group .r-item:last-child {
        margin: 0;
}

.radios-group .icon {
        background: url("../images/radio-white.png");
        width: 20px;
        height: 20px;
        background-size: cover;
        display: inline-block;
        vertical-align: top;
        cursor: pointer;
}

.radios-group .r-item.checked .icon {
        background: url("../images/radio-yellow.png");
        background-size: cover;
}

.radios-group .r-item.checked {
        color: #ffba00;
}

.li-md-1 {
        width: 100%;
}

.li-md-2 {
        width: 48%;
}

.submit-btns {
        margin: 40px 0 0;
}

.submit-btns .button {
        width: 180px;
        line-height: 60px;
        font-size: 16px;
        text-align: center;
        margin-right: 50px;
        transition: all 0.3s;
        cursor: pointer;
}

.submit-btns .submit {
        color: #ffffff;
        background: #f6ad10;
}

.submit-btns .submit:hover {
        background: #edac48;
}

.submit-btns .reset {
        color: #222222;
        background: #f7f7f7;
}

.submit-btns .reset:hover {
        background: #dddddd;
}

.contact-list {
        align-items: start;
}

.contact-list .tit {
        font-family: "HarmonyOS bold";
        color: #1689d2;
        text-transform: capitalize;
}

.contact-list .desc {
        color: #333333;
        font-size: 18px;
        padding: 10px 0;
}

.contact-list .desc a {
        width: 25px;
        margin: 5px 0 5px 5px;
}

.contact-list .desc a img:nth-child(1) {
        display: block;
}

.contact-list .desc a img:nth-child(2) {
        display: none;
}

.contact-list .desc a:hover img:nth-child(1) {
        display: none;
}

.contact-list .desc a:hover img:nth-child(2) {
        display: block;
}

.contact-list .li-md-1 {
        color: #444444;
}

.contact-list .li-md-1:nth-last-child(2) .tit {
        color: #222222;
        text-transform: inherit;
}

/*case-nav*/
.case-nav {
        padding: 27px 0;
}

.case-nav a {
        padding: 10px;
        box-sizing: border-box;
}

.case-nav .item {
        font-size: 16px;
        color: #333333;
        text-align: center;
        padding: 45px 10px;
        box-sizing: border-box;
        display: block;
        margin: auto;
        border-radius: 10px;
        transition: background-color 0.5s;
}

.case-nav .item:hover,
.case-nav .on .item {
        color: #ffffff;
        box-shadow: 0 0 10px rgba(22, 137, 210, 0.15);
        background: #1689d2;
}

.case-nav .icon {
        width: 55px;
        margin: 0 auto 10px;
}

.case-nav a .icon img:nth-child(2) {
        display: block;
}

.case-nav a .icon img:nth-child(1) {
        display: none;
}

.case-nav a:hover .icon img:nth-child(2),
.case-nav .on .icon img:nth-child(2) {
        display: none;
}

.case-nav a:hover .icon img:nth-child(1),
.case-nav .on .icon img:nth-child(1) {
        display: block;
}

/*case*/
.case-list1 {}

.case-list1 a {
        background: #f4f6fb;
        border-radius: 8px;
        overflow: hidden;
}

.case-list1 .picture {
        width: 52%;
        padding-top: 29%;
        position: relative;
}

.case-list1 .bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: center center no-repeat;
        background-size: cover;
        transition: all 0.4s;
}

.case-list1:hover .bg {
        width: 105%;
        height: 105%;
        left: -2.5%;
        right: -2.5%;
}

.case-list1 .lans {
        width: 44%;
        box-sizing: border-box;
        padding: 3vh;
}

.case-list1 .l1 {
        color: #333333;
        font-size: 40px;
        font-family: "HarmonyOS bold";
}

.case-list1 .l2 {
        font-size: 20px;
        color: #666666;
        margin: 30px 0 100px;
}

.case-list2 {
        padding-bottom: 80px;
}

.case-list2 li {
        border-radius: 8px;
        overflow: hidden;
        background: #f4f6fb;
        width: calc(33.3% - 35px);
        margin-left: 48px;
        margin-top: 50px;
        display: inline-block;
        vertical-align: top;
        animation-delay: 0.3s;
}

.case-list2 a {
        display: block;
}

.case-list2 li:nth-child(3n - 2) {
        margin-left: 0;
        animation-delay: 0s;
}

.case-list2 li:nth-child(3n - 1) {
        animation-delay: 0.15s;
}

.case-list2 .picture {
        width: 100%;
        padding-top: 60%;
        position: relative;
}

.case-list2 .bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: center center no-repeat;
        background-size: cover;
        transition: all 0.4s;
}

.case-list2 li:hover .bg {
        width: 105%;
        height: 105%;
        left: -2.5%;
        right: -2.5%;
}

.case-list2 .lans {
        width: 100%;
        box-sizing: border-box;
        padding: 30px;
}

.case-list2 .l1 {
        color: #333333;
        font-size: 30px;
        font-family: "HarmonyOS bold";
}

.case-list2 .l2 {
        font-size: 20px;
        color: #666666;
        line-height: 1.4;
        margin: 16px 0 25px;
        -webkit-line-clamp: 2;
}

a:hover .more-icon {
        background: #f6ad10;
        color: #ffffff;
}

.more-icon {
        width: 140px;
        line-height: 50px;
        text-align: center;
        font-size: 16px;
        color: #333333;
        background: #ffffff;
        transition: all 0.4s;
}

/*news*/
.neiye_title {
        float: left;
}

.new-d {
        /*padding: 140px 0;*/
        width: 74%;
        float: left;
}

.new-d .content {
        background-color: #ffffff;
        padding: 50px;
        box-sizing: border-box;
}

.new-d .title {
        font-size: 32px;
        color: #222222;
        line-height: 1.7;
}

.new-d .mess {
        /* font-weight: lighter; */
        padding: 15px 0 20px;
        font-size: 14px;
        border-bottom: 1px solid #dddddd;
        line-height: 1.8;
}

.new-d .mess li {
        color: #999999;
        font-size: 16px;
        display: inline-block;
        vertical-align: top;
        margin-right: 70px;
}

.new-d .mess li:last-child {
        float: right;
        text-align: right;
        margin: 0;
}

.new-d .mess .fs {
        font-size: 16px;
        line-height: 28px;
        color: #222222;
}

.new-d .mess .fs_lagren {
        margin-right: 40px;
}

.new-d .mess .fs_diminish {}

.new-d .editors {
        padding: 20px 0 30px;
        font-size: 20px;
        color: #444444;
        line-height: 1.8;
        /* font-weight: lighter; */
}

.new-d .case-bottom {}

.new-d .case-bottom .tit {
        font-size: 24px;
        color: #222222;
        font-family: "HarmonyOS bold";
        padding: 30px 0 20px;
}

.new-d .case-bottom .list {}

.new-d .case-bottom .list a {
        width: 48%;
        align-items: center;
}

.new-d .case-bottom .list .picture {
        width: 48%;
}

.new-d .case-bottom .list .info {
        width: 48%;
}

.new-d .case-bottom .list .title {
        font-size: 24px;
        color: #222222;
        font-family: "HarmonyOS bold";
}

.new-d .case-bottom .list .desc {
        font-size: 18px;
        color: #666666;
}

.news-left {
        width: 23%;
        float: right;
        box-sizing: border-box;
}

.news-left .tit {
        font-size: 18px;
        color: #222222;
        padding: 20px 0 0;
        font-weight: bold;
}

.news-left a {
        /* display: block; */
        color: #777777;
        position: relative;
        line-height: 1.8;
        margin: 20px 0;
        background: #fff;
        box-sizing: border-box;
        padding: 30px 30px;
}

.news-left .info {
        padding-top: 15px;
}

.news-left .date {
        font-size: 18px;
        color: #444444;
}

.news-left .title {
        font-size: 22px;
        color: #222222;
        font-weight: bold;
        margin: 0 0 10px;
}

.news-left .details {
        width: 110px;
        line-height: 40px;
        border: 1px solid #dddddd;
        box-sizing: border-box;
        text-align: center;
        font-size: 16px;
        transition: all 0.3s;
        color: #333333;
}

.news-left a:hover .details {
        background: #f6ad10;
        color: #ffffff;
        border: 0;
}

.new-details {
        padding: 35px 0 80px;
}

.editors img {
        margin-bottom: 10px;
}

.next-title {
        font-size: 24px;
        color: #222222;
        margin: 50px 0 10px;
}

.new_pagetion {
        text-align: center;
        /* padding-top: 30px; */
        background: #fff;
        padding: 0 50px;
        margin-top: 20px;
        align-items: self-start;
}

.link-list {
        margin-left: -2px;
}

.link-list a {
        width: 28px;
        margin-right: 10px;
}

.new_pagetion a {
        font-size: 14px;
        box-sizing: border-box;
        color: #222;
        /* font-weight: lighter; */
        line-height: 33px;
        width: 50%;
        box-sizing: border-box;
        text-align: left;
        padding: 20px 0;
}

.new_pagetion .date {
        font-size: 14px;
        color: #aeb1b5;
}

.new_pagetion a img {
        vertical-align: top;
}

.new_pagetion a:hover,
.new_pagetion a:hover .ones {
        color: #004b9d;
}

.new_pagetion .ones {
        font-size: 18px;
        color: #222222;
}

.new_pagetion a:first-child {
        text-align: left;
        border-right: 1px solid #eee;
        padding-right: 2vw;
}

.new_pagetion a:nth-child(2) .tips {
        text-align: right;
}

.new_pagetion a:first-child img {
        transform: rotate(180deg);
}

.new_pagetion a:last-child {
        float: right;
        padding-left: 30px;
}

.news_top {}

.news_top .picture {
        width: 420px;
        float: left;
}

.news_top .lans {
        float: right;
        width: calc(100% - 480px);
        padding-top: 26px;
}

.news_top .time {
        font-size: 18px;
        color: #444444;
        font-family: "arial";
}

.news_top .t1 {
        font-size: 26px;
        margin-top: 22px;
        color: #222222;
}

.news_top .t2 {
        font-size: 14px;
        /* font-weight: lighter; */
        color: #888;
        line-height: 2;
        margin: 15px 0 40px;
        -webkit-line-clamp: 2;
}

.news_top .t3 {
        font-size: 14px;
        color: #666666;
        font-family: Avenir-Book-woff-5_0;
}

.news_top .more img:nth-child(1) {
        opacity: 0.55;
        margin-left: -5px;
}

.news_top:hover .more {
        color: #27a2dd;
}

.news_top .more img:nth-child(2) {
        display: none;
        margin-left: -5px;
}

.news_top:hover .more img:nth-child(1) {
        display: none;
}

.news_top:hover .more img:nth-child(2) {
        display: inline-block;
}

.new_bottom {
        border-bottom: 1px solid #eeeeee;
        /* padding-top: 40px; */
}

.new_bottom a {
        position: relative;
        box-sizing: border-box;
        padding: 30px 0;
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
        display: block;
        border-top: 1px solid #eeeeee;
}

.new_bottom a:before {
        content: "";
        width: 0;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 50%;
        transition: all 0.15s;
        background: #27a2dd;
}

.new_bottom a:hover:before {
        left: 0;
        width: 100%;
}

.new_bottom .l_right {
        width: 150px;
        float: left;
        margin-top: 10px;
        font-family: arial;
        text-align: center;
        border-right: 1px solid #e5e5e5;
        padding: 22px 2%;
        box-sizing: border-box;
        font-size: 26px;
        color: #444;
}

.new_bottom .lr1 {
        border-bottom: 1px dashed #666;
        padding-bottom: 13px;
        margin-bottom: 13px;
}

.new_bottom .lr2 {
        /* color: #999999; */
}

.new_bottom .r_right {
        line-height: 1.8;
        width: calc(100% - 200px);
        float: right;
        padding-top: 10px;
}

.new_bottom .rr1 {
        font-size: 22px;
        color: #222;
        transition: all 0.3s;
}

.new_bottom a:hover .rr1 {
        color: #27a2dd;
}

.new_bottom .rr2 {
        font-size: 16px;
        color: #888888;
        line-height: 1.8;
        /* font-weight: lighter; */
        -webkit-line-clamp: 2;
        margin-top: 8px;
}

.new_bottom .more {
        color: #888;
        font-size: 14px;
        margin-top: 16px;
        transition: all 0.3s;
}

.new_bottom a .more img:nth-child(1) {
        opacity: 0.55;
        margin-left: -5px;
}

.new_bottom a:hover .more {
        color: #27a2dd;
}

.new_bottom .more img:nth-child(2) {
        display: none;
        margin-left: -5px;
}

.new_bottom a:hover .more img:nth-child(1) {
        display: none;
}

.new_bottom a:hover .more img:nth-child(2) {
        display: inline-block;
}

.share100 .share_news {
        display: inline-block;
}

/*support*/
.support-content {}

.video-list {
        padding: 40px 0 60px 0;
}

.video-list li {
        width: calc(33.3% - 33px);
        /* float: left; */
        margin: 21px -1px 21px 0;
        display: inline-block;
        vertical-align: top;
        cursor: pointer;
}

.video-list a {
        font-size: 20px;
        color: #222222;
}

.video-list .t3 {
        font-size: 18px;
}

.video-list a:hover .t3 {
        color: #f6ad10;
}

.video-list .icon-down {
        display: inline-block;
        margin-right: 10px;
        vertical-align: middle;
}

.video-list a .icon-down img:nth-child(2),
.video-list a:hover .icon-down img:nth-child(1) {
        display: none;
}

.video-list a .icon-down img:nth-child(1),
.video-list a:hover .icon-down img:nth-child(2) {
        display: block;
}

.video-list li:nth-child(3n - 1) {
        margin: 21px 47px;
}

.video-list .t1 {
        position: relative;
}

.video-list .t2 {
        font-size: 20px;

        padding: 20px 0 10px;
        color: #222222;
}

.video-list .play {
        width: 65px;
        position: absolute;
        top: calc(50% - 33px);
        left: calc(50% - 33px);
}

.video-list a {
        display: block;
}

.window_bg {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.8);
        z-index: 20;
        display: none;
}

.window_video {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        z-index: 25;
        width: 800px;
        background: #ffffff;
        display: none;
        height: 50%;
}

.videos_img {
        position: relative;
        width: calc(100% - 30px);
        margin: 15px;
        height: 93%;
}

.videos_img .close {
        position: absolute;
        top: -30px;
        right: -30px;
        z-index: 10;
        width: 30px;
}

.common-form {
        background: #f8fafb;
        padding: 40px 0 60px 0;
}

.common-form .box {
        align-items: start;
}

.common-form .info-desc {
        width: 35%;
        padding-top: 20px;
}

.common-form .info-desc .tit {
        font-size: 30px;
        font-family: "HarmonyOS bold";
        color: #222222;
}

.common-form .info-desc .desc {
        font-size: 20px;
        color: #444444;
        margin: 20px 0 25px;
}

.common-form .info-desc .button {
        font-size: 18px;
        line-height: 50px;
        height: 50px;
        text-align: center;
        background: #f6ad10;
        color: #ffffff;
        width: 150px;
}

.info-form {
        width: 60%;
}

.info-form li {
        position: relative;
}

.info-form li .content {
        margin: 0;
}

.info-form .tit {
        position: absolute;
        top: 20px;
        left: 20px;
        color: #666666;
}

.info-form .liuyan-form .content {
        border: 0;
}

.info-form .liuyan-form .content input,
.info-form .liuyan-form .content select,
.info-form .liuyan-form .content textarea {
        line-height: 45px;
        padding: 0 15px;
        height: 45px;
        border: 0;
        background: #fff;
}

.info-form .li-md-3 {
        width: calc(100% - 150px);
}

.info-form .liuyan-form .li-md-3 .content textarea {
        height: 60px;
}

.info-form .li-md-4 {
        width: 130px;
}

.info-form .li-md-4 .submit {
        line-height: 60px;
        height: 60px;
        background: #f6ad10;
        font-size: 20px;
        color: #ffffff;
        display: block;
        text-align: center;

        margin: 5px 0 0;
        width: 100%;
}

.common-form .info-desc .button:hover,
.info-form .li-md-4 .submit:hover {
        background: #edac48;
}

/*common-footer*/
.common-footer {
        position: relative;
        background: url("../images/bg-footer.png") center center no-repeat;
        background-size: cover;
        padding: 55px 0 0;
}

.common-footer .scroll-top {
        position: absolute;
        top: 35px;
        right: 6%;
        width: 40px;
        height: 40px;
        background: #fff;
        text-align: center;
        box-sizing: border-box;
        padding: 10px 0 0;
        border-radius: 4px;
        box-shadow: 0 0 10px rgba(11, 69, 155, 0.34);
}

.common-footer .company-info {
        width: 300px;
}

.common-footer .company-info .logo {
        width: 200px;
}

.common-footer .company-info .info {
        padding: 25px 0 40px;
}

.common-footer .company-info .info a {
        font-size: 16px;
        color: #333333;
        line-height: 36px;
        display: block;
}

.common-footer .link-list a img:nth-child(1) {
        display: block;
        /* opacity: .3; */
}

.common-footer .link-list a img:nth-child(2) {
        display: none;
}

.common-footer .link-list a:hover img:nth-child(1) {
        display: none;
}

.common-footer .link-list a:hover img:nth-child(2) {
        display: block;
}

.common-footer .list {
        width: calc(100% - 430px);
}

.common-footer .list li:nth-child(1) {
        width: 82%;
}

.common-footer .list .tit {
        font-size: 22px;
        color: #333333;
        font-family: "HarmonyOS bold";
        padding: 20px 0;
        text-transform: capitalize;
}

.common-footer .list .menu-link {}

.common-footer .list .menu-link a {
        font-size: 16px;
        color: #666666;
        display: block;
        min-width: 100%;
        line-height: 40px;
}

.common-footer .list .menu-link a:hover {
        color: #f6ad10;
}

.common-footer .list li:first-child .menu-link a {
        min-width: 50%;
}

.common-footer-bottom {
        font-size: 16px;
        padding: 45px 0 25px;
        color: #999999;
        text-align: center;
        text-transform: capitalize;
}

.common-footer-bottom a {
        color: #999999;
}

/*pro*/

/*pro_D.html*/
.prod {
        padding: 100px 0 50px;
}

.prodetails .left {
        width: 41%;
        float: left;
        position: relative;
}

.prodetails .swiper-button-next {
        right: 0;
        background: url("../images/prev.png");
        width: 20px;
        height: 100%;
        border-radius: 0;
        background-size: 100% 100%;
        top: 0;
        margin-top: 0;
}

.prodetails .swiper-button-next:hover {
        background: url("../images/prev1.png");
}

.prodetails .swiper-button-prev {
        left: 0;
        background: url("../images/next.png");
        width: 20px;
        height: 100%;
        border-radius: 0;
        background-size: 100% 100%;
        top: 0;
        margin-top: 0;
}

.prodetails .swiper-button-prev:hover {
        background: url("../images/next11.png");
}

.prodetails .smallView {
        position: relative;
}

.prodetails .left #bigView {
        border: 1px solid #d7d7d7;
        box-sizing: border-box;
}

.prodetails .left #smallView {
        width: calc(100% - 50px);
        margin: 20px auto 0;
}

.prodetails .left #smallView .swiper-slide {
        border: 1px solid #d7d7d7;
        box-sizing: border-box;
}

.prodetails .left #smallView .swiper-slide.swiper-slide-active {
        border-color: #222222;
}

.prodetails .left a {
        display: block;
}

.contact_eng .left1 {
        float: left;
        width: 56%;
        border: 1px solid #e5e5e5;
}

.prodetails {
        padding-bottom: 80px;
        align-content: baseline;
}

.prodetails .right {
        width: 52%;
        float: right;
        /* margin-top: 8vh; */
}

.prodetails .right .title {
        font-size: 42px;
        font-weight: bold;
        color: #222222;
}

.preview {
        /* float:left; */
        width: 100%;
        margin-right: 50px;
        border: 1px solid rgba(215, 215, 215, 0.3);
        position: relative;
}

.pro-title {
        line-height: 100px;
        background: #f2f5f9;
        font-size: 26px;
        text-align: left;
        font-weight: bold;
        color: #222222;
}

.prodetails .pro-title {
        margin: 40px 0;
        text-align: center;
        line-height: 70px;
}

.prodetails .to-link {
        background: #f6ad10;
        display: block;
        color: #ffffff;
        font-family: "HarmonyOS bold";
}

/* smallImg */

.smallImg {
        position: relative;
        height: 90px;
        margin-top: 1px;
        padding: 15px 5px;
        width: 100%;
        overflow: hidden;
        /* float: left; */
}

.scrollbutton {
        width: 25px;
        height: 90px;
        overflow: hidden;
        position: relative;
        float: left;
        cursor: pointer;
}

.scrollbutton.smallImgUp,
.scrollbutton.smallImgUp.disabled {
        background: url(../images/next.png) no-repeat left center;
}

.scrollbutton.smallImgDown,
.scrollbutton.smallImgDown.disabled {
        background: url(../images/prev.png) no-repeat left center;
        position: absolute;
        top: 15px;
        right: 0;
}

.scrollbutton.smallImgDown:hover,
.scrollbutton.smallImgDown.disabled:hover {
        background: url(../images/prev1.png) no-repeat left center;
}

.scrollbutton.smallImgUp:hover,
.scrollbutton.smallImgUp.disabled:hover {
        background: url(../images/next11.png) no-repeat left center;
}

#imageMenu {
        height: 90px;
        width: calc(100% - 25px);
        overflow: hidden;
        margin-left: 0;
        float: left;
}

#imageMenu ul {
        margin-left: -5px;
}

#imageMenu li {
        height: 90px;
        width: 102px;
        overflow: hidden;
        float: left;
        text-align: center;
        position: relative;
}

#imageMenu li img {
        width: 90px;
        height: 90px;
        cursor: pointer;
        border: 1px solid #efefef;
        box-sizing: border-box;
        position: relative;
}

#imageMenu li .play {
        content: "";
        background: url("../images/icon-play.png");
        background-size: 100% 100%;
        width: 25px;
        height: 25px;
        position: absolute;
        top: calc(50% - 15px);
        left: calc(50% - 12.5px);
        z-index: 10;
}

#imageMenu li#onlickImg img,
#imageMenu li:hover img {
        width: 90px;
        height: 90px;
        border: 2px solid #003292;
}

/* bigImg */

.bigImg {
        position: relative;
        /* float: left; */
        width: 100%;
        overflow: hidden;
        /* border:1px solid #ddd; */
        padding-top: 100%;
}

/*.bigImg #midimg {width:100%;padding-top: 100%;position: relative;}*/
.bigImg #midimg,
.video_sum video {
        max-height: 100%;
        position: absolute;
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        z-index: 6;
}

.video_sum {
        height: 100%;
        position: absolute;
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        line-height: 100%;
        background: #000;
        z-index: 6;
}

.pro-d-list {
        padding-bottom: 100px;
}

.pro-list {
        align-items: start;
}

.pro-list li {
        width: 48%;
        align-items: flex-start;
        margin-top: 20px;
}

.pro-list .icon {
        width: 60px;
        border: 2px solid #1689d2;
        border-radius: 50%;
        overflow: hidden;
        box-sizing: border-box;
        /* padding: 10px; */
}

.pro-list .lans {
        width: calc(100% - 80px);
        font-size: 20px;
        line-height: 1.2;
        color: #222222;
        text-align: left;
}

.pro-d-list,
pro-d-list-down {
        align-items: flex-start;
}

.pro-d-list li {
        width: 48%;
        padding: 60px 0 0;
}

.pro-d-list .title {
        padding: 10px 35px;
        line-height: 70px;
        background: #f2f5f9;
        font-size: 26px;
        text-align: left;
        font-weight: bold;
        color: #222222;
}

.pro-d-list .content {
        font-size: 20px;
        color: #222222;
        margin: 20px 0 0;
}

.pro-d-list .content td:nth-child(1) {
        font-weight: bold;
        vertical-align: top;
}

.pro-d-list .content td {
        padding: 15px 20px;
        min-width: 130px;
        /* white-space: break-spaces; */
}

.pro-d-list-down {
        padding: 30px 0;
}

.pro-d-list-down a {
        width: 48%;
        margin: 30px 0;
        padding-left: 40px;
        background: url("../images/icon-down-black.png") 0 10px no-repeat;
        box-sizing: border-box;
}

.pro-d-list-down a:hover .title {
        color: #1689d2;
}

.pro-d-list-down .title {
        font-size: 20px;
        color: #222222;
        margin-bottom: 6px;
}

.pro-d-list-down .date {
        font-size: 16px;
        color: #666666;
}

.pro3-d,
.pro4-d,
.pro5-d,
.pro6-d {
        padding: 60px 0;
}

.pro5-d .box {
        background: #f5f6fa;
        padding: 30px 60px;
        box-sizing: border-box;
}

.pro5-d input,
.pro5-d textarea {
        background-color: #ffffff !important;
}

.pro5-d .liuyan-form .content.select {
        background-color: #ffffff !important;
}

.pro3-d .pro-sum a .picture {
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.pro3-d .pro-sum {
        margin: 0 auto;
        padding: 50px 0;
}

.pro3-d .right {
        width: 100%;
        max-width: 100%;
}

.pro3-d .right li:first-child,
.pro3-d .right li,
.pro3-d .pro-sum .right.first li:nth-child(3n) {
        width: 30%;
        /* margin-left: 2.6%; */
}

.pro3-d .right li {
        /* width:22% */
}

.pro3-d .right li:nth-child(4n-3) {
        margin-left: 0;
}

.pro3-d .right li:first-child,
.pro3-d .right li,
.pro3-d .pro-sum .right li:nth-child(3n - 2),
.pro3-d .pro-sum .right.first li:nth-child(3n) {
        width: 23%;
        margin-left: 2.6%;
}

.pro3-d .right li:nth-child(4n-3) {
        margin-left: 0 !important;
}

.pro4-d {
        background: #f5f6fa;
}

.video_sum video {
        width: 100%;
}

.pro-table {
        width: 100%;
}

.pro-table th {
        font-size: 20px;
        font-family: "HarmonyOS bold";
        color: #222222;
        background: #f2f5f9;
        padding: 15px 30px;
}

.pro-table tr td {
        padding: 15px 30px;
        font-size: 20px;
        line-height: 1.4;
        color: #222222;
        border: 1px solid #eeeeee;
        background: #ffffff;
        box-sizing: border-box;
}

.pro-table tr:nth-child(odd) td {
        background: #f8f9fb;
}

.pro-table tr td:first-child {
        /*background: #FFFFFF;*/
}

.bigImg #winSelector {
        width: 235px;
        height: 210px;
        z-index: 10;
}

#winSelector {
        position: absolute;
        cursor: crosshair;
        filter: alpha(opacity=15);
        -moz-opacity: 0.15;
        opacity: 0.15;
        background-color: #000;
        border: 1px solid #fff;
}

/* bigView */

#bigView {
        position: absolute;
        border: 1px solid #ddd;
        overflow: hidden;
        z-index: 29;
        background-color: #fff;
        width: 500px;
        height: 500px;
}

#bigView img {
        position: absolute;
        max-width: 300%;
        /* width: 240%; */
        width: 1170px;
}

.crumb {
        border-bottom: 1px solid #dddddd;
        font-weight: lighter;
        line-height: 80px;
        position: static;
        /*top: 0;*/
        /*left: 0;*/
        width: 100%;
}

.crumb.hide {
        display: none;
}

.crumb.show.hide {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 20;
        background: #ffffff;
        display: block;
}

.crumb .box {
        flex-direction: row-reverse;
}

.crumb.fixed {
        position: fixed;
        z-index: 10;
}

.crumb .left {
        font-size: 16px;
        color: #999;
        font-weight: lighter;
        /* width: 100%; */
}

.crumb .left a {
        color: #999;
        padding: 0 10px;
}

.crumb .left a.close {
        cursor: default;
        padding: 0 3px;
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto 10px;
}

.crumb .left a.close span {
        display: block;
        color: #333333;
        cursor: default;
        background: rgb(245 246 250 / 47%);
        background-size: 12px;
        padding: 8px;
        line-height: 1;
        padding-top: 15px;
        border: 1px solid rgb(221 221 221 / 10%);
}

.crumb .left a.on span {
        display: inline-block;
        color: #333333;
        cursor: pointer;
        background: url("../images/icon-close.png") calc(100% - 5px) center no-repeat #f3ac13;
        background-size: 12px;
        padding: 8px 23px 8px 8px;
        line-height: 1;
        border: 1px solid #dddddd;
}

.crumb .left a.close i {
        font-style: normal;
        color: #999;
        margin-left: 10px;
        cursor: pointer;
        margin-bottom: 7px;
        display: inline-block;
}

.crumb .left a.on i {
        font-style: normal;
        color: #999;
}

.crumb .left a.close span:hover {
        /* background-color: #eeeeee; */
}

.crumb .left a.on span:hover {
        background-color: #f3ac13;
}

.crumb .right {
        font-size: 18px;
        color: #222222;
}

.crumb .right a {
        width: 150px;
        display: inline-block;
        text-align: center;
        color: #222222;
}

.crumb .right a:hover,
.crumb .right a.on {
        background: #1689d2;
        color: #ffffff;
}

.crumb .right a.on {
        width: 180px;
}

.pro-d .common-title-container .common-title {
        position: relative;
        padding-left: 20px;
}

.pro-d .common-icon {
        position: absolute;
        top: 28px;
        left: -13px;
        transform: rotate(90deg);
}

.pro-d .common-icon span {
        background: #1689d2;
}

.swiper {
        position: relative;
}

.pro4-d .swiper-slide {
        box-sizing: border-box;
        padding: 10px;
}

.pro4-d .item {
        background: #ffffff;
        transition: all 0.5s;
        align-items: inherit;
}

.pro4-d .item:hover {
        box-shadow: 0 5px 5px rgb(0, 0, 0, 0.1);
}

.pro4-d .picture {
        width: 50%;
        min-height: 460px;
        position: relative;
}

.pro4-d .picture .bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        background: center center no-repeat;
        transition: all 0.5s;
        background-size: cover;
}

.pro4-d a:hover .bg {
        width: 106%;
        top: -3%;
        left: -3%;
        height: 106%;
}

.pro4-d .lans {
        width: 50%;
        padding: 40px;
        box-sizing: border-box;
}

.pro4-d .l1 {
        font-size: 18px;
        font-family: "HarmonyOS bold";
        color: #f6ad10;
}

.pro4-d .l2 {
        font-size: 26px;
        margin: 14px 0;
        color: #222222;
        font-family: "HarmonyOS bold";
}

.pro4-d .l3 {
        font-size: 20px;
        line-height: 1.3;
        color: #444444;
        margin-bottom: 20px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 8;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
}

.pro4-d .more {
        width: 110px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        border: 1px solid #e5e5e5;
        box-sizing: border-box;
        /* border-radius: 5px; */
        font-size: 14px;
        color: #222222;
        transition: all 0.4s;
}

.pro4-d a:hover .more {
        background: #f6ad10;
        color: #ffffff;
}

.index-section6 {}

.index-section6 li {
        width: calc(25% - 15px);
        margin-bottom: 50px;
}

.index-section6 .icon-more {
        font-size: 16px;
        width: 150px;
        line-height: 50px;
}

.index-section6 a.icon-more:hover {
        background: #f6ad10;
        color: #ffffff;
}

.index-section6 a {
        display: block;
        box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

.index-section6 .lans {
        padding: 30px;
        box-sizing: border-box;
}

.index-section6 .time {
        font-size: 16px;
        color: #999999;
}

.index-section6 .time img {
        vertical-align: text-top;
        margin-top: 1px;
}

.index-section6 .title {
        font-size: 20px;
        color: #333333;
        line-height: 1.2;
        margin-top: 15px;

        -webkit-line-clamp: 4;
        margin-bottom: 40px;
        min-height: 96px;
}

.index-section6 a:hover .title {
        color: #1689d2;
}

.index-section1 .swiper-slide {
        overflow: hidden;
        position: relative;
}

.index-section1 .bg {
        width: 100%;
        padding-top: 39vw;
        background: center center no-repeat #ffffff;
        background-size: cover;
        transform: scale(1.1);
        overflow: hidden;
        transform-origin: 50% 50%;
        opacity: 1;
        transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1),
                opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.index-section1 .iphone-bg {
        display: none;
}

.index-section1 .swiper-slide-active .bg {
        transform: scale(1);
}

.index-section1 .bg.on {
        transform: scale(1.15);
        opacity: 0.95;
}

.index-section1 .lans {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 3;
}

.index-title {
        font-size: 48px;
        font-family: "HarmonyOS bold";
        color: #222222;
}

.index-section1 .lans .index-title {
        color: #ffffff;
}

.index-section1 .lans-box {
        width: 50%;
}

.swiper-bg {
        z-index: 1;
}

.index-section1 .swiper-pagination {
        bottom: 1vh;
        left: 0;
        width: 100%;
}

/*index-section2*/
.index-section2 {
        background: center bottom no-repeat;
        background-size: cover;
        padding: 90px 0;
        text-align: center;
}

.index-section2 .editors {
        max-width: 860px;
        font-size: 20px;
        line-height: 1.7;
        color: #666666;
        display: block;
        margin: 20px auto 0;
}

/*index-section3*/
.index-section3 {
        background: linear-gradient(to bottom, rgba(244, 246, 251, 0), #f4f6fb);
        /*padding: 40px 0;*/
}

.index-section3 .box {
        align-items: start;
}

.index-section3 .left .index-title {
        padding-top: 60px;
}

.index-section3 .left .button-sum {
        margin: 90px 0;
}

.index-section3 .left .s-btn {
        width: 40px;
        display: inline-block;
        transition: all 0.5s;
        opacity: 0.4;
}

.index-section3 .left .s-btn:hover {
        opacity: 1;
}

.index-section3 .left .prev {
        margin-right: 7px;
}

.index-section3 .left .next {
        transform: rotate(180deg);
}

.index-section3 .right {
        width: calc(100% - 300px);
}

.index-section3 .right .icon {
        width: 140px;
        height: 0;
        opacity: 0;
        overflow: hidden;
        margin: auto;
        transition: opacity 0.4s ease;
}

.index-section3 .right .lans {
        box-sizing: border-box;
        padding: 0 60px;
}

.index-section3 .right .title {
        font-size: 26px;
        font-family: "HarmonyOS bold";
        color: #333333;
        margin: 35px 0 10px;
}

.index-section3 .right a {
        padding: 40px 0;
        box-sizing: border-box;
        height: 450px;
}

.index-section3 .right a:hover,
.index-section3 .right .swiper-slide-active {
        background: #ffffff;
}

.index-section3 .right a:hover .desc {
        padding-bottom: 0;
}

.index-section3 .right .desc {
        font-size: 20px;
        line-height: 1.2;
        color: #666666;
        margin: 8px 0 50px;
}

.index-section3 .right .icon-line {
        width: 30px;
        height: 4px;
        background: #ffba00;
        margin: 0 auto 0;
        opacity: 0;
        /*transition: all .4s ease;*/
        position: absolute;
        bottom: 30px;
        left: calc(50% - 15px);
}

.index-section3 .right .icon-line span {
        background: #1689d2;
        width: 50%;
        margin-left: 15px;
        height: 4px;
        display: block;
        transition: all 0.4s ease;
}

.index-section3 .right a:hover .icon,
.index-section3 .right .swiper-slide-active .icon {
        height: 140px;
        opacity: 1;
}

.index-section3 .right a:hover .icon-line,
.index-section3 .right .swiper-slide-active .icon-line {
        opacity: 1;
}

.index-section3 .right a:hover .icon-line span,
.index-section3 .right .swiper-slide-active .icon-line span {
        margin-left: 0;
}

/*index-section4*/
.index-section4,
.index-section5,
.index-section6 {
        padding: 60px 0;
}

.index-section4 .index-title {
        text-align: center;
}

.index-section4 .list {
        padding: 30px 0 0;
}

.index-section4 li {
        width: 100%;
        margin-bottom: 20px;
}

.index-section4 li:nth-child(1),
.index-section4 li:nth-child(4) {
        width: calc(66% - 20px);
}

.index-section4 li:nth-child(2),
.index-section4 li:nth-child(3) {
        width: 34%;
}

.index-section4 a {
        display: block;
        position: relative;
}

.index-section4 .picture {
        height: 440px;
}

.index-section4 .picture .bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        background: center center no-repeat;
        transition: all 0.5s;
        background-size: cover;
}

.index-section4 a:hover .picture .bg {
        top: -5%;
        left: -5%;
        width: 110%;
        height: 110%;
}

.index-section4 .lans {
        position: absolute;
        bottom: 0;
        left: 0;
        box-sizing: border-box;
        padding: 20px;
        color: #ffffff;
        z-index: 3;
        box-sizing: border-box;
        width: 100%;
        background: linear-gradient(360deg, rgb(0 0 0/ 40%), transparent);
}

.index-section4 .title {
        font-size: 30px;
        font-family: "HarmonyOS bold";
        /* text-transform: capitalize; */
}

.index-section4 .desc {
        font-size: 20px;
        opacity: 1;
        text-transform: none;
        color: #fff;
        /* font-weight: bold; */
}

.index-section5 .index-title,
.index-section6 .index-title {
        text-align: center;
        padding-bottom: 40px;
}

.about5_sum {
        white-space: nowrap;
}

.about5_pc {
        padding-bottom: 100px;
}

.about5_pc .swiper-slide {
        overflow: hidden;
}

.about5_sum li {
        position: relative;
        width: calc(20% - 15px);
        display: inline-block;
        height: 600px;
        border-radius: 0;
        overflow: hidden;
        margin: 20px 20px 0 0;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        vertical-align: top;
}

.about5_sum li:nth-child(5n) {
        margin-right: 0;
}

.about5_sum a {
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 0;
        width: 150%;
        background: center center no-repeat;
        height: 100%;
        /*background-size: cover;*/
}

.about5_sum li:hover a {
        width: 100%;
}

.about5_sum a .t2 {
        font-size: 13px;
}

.about5_sum li.on {
        width: calc(15.5% - 15px);
}

.about5_sum li:hover {
        width: 37%;
        margin-top: 0;
        /*     margin-bottom: 20px; */
        padding: 0 0 20px;
}

.about5_sum li:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        background: #000;
        opacity: 0.1;
        z-index: 2;
        transition: all 0.3s;
}

.about5_sum li:hover:before {
        opacity: 0;
}

.about5_sum .lans {
        position: absolute;
        bottom: 40px;
        color: #ffffff;
        font-size: 20px;
        line-height: 2;
        text-align: left;
        left: 30px;
        width: 80%;
        z-index: 3;
        padding: 0;
        overflow: hidden;
        transition: all 0.6s;
        -webkit-transition: all 0.6s;
}

.about5_sum .lans .icon {
        width: 55px !important;
}

.about5_sum .lans .tit {
        font-size: 28px;
        color: #ffffff;
        padding: 20px 0;
        font-family: "HarmonyOS bold";
}

.about5_sum .lans .more {
        width: 140px;
        line-height: 40px;
        text-align: center;
        background: #dddddd;
        font-size: 16px;
        color: #333333;
        border: 1px solid #b0af87;
}

.about5_sum a:hover .more {
        border-color: #f6ad10;
        background: #f6ad10;
        color: #ffffff;
}

.about5_sum .lans .more i {
        width: 14px;
        margin-left: 3px;
        display: inline-block;
        vertical-align: middle;
}

.about5_sum .lans .more i img:nth-child(1) {
        display: block;
}

.about5_sum .lans .more i img:nth-child(2) {
        display: none;
}

.about5_sum a:hover .lans .more i img:nth-child(1) {
        display: none;
}

.about5_sum a:hover .lans .more i img:nth-child(2) {
        display: block;
}

/*about*/
.index-customers,
.index-cul {
        background: #ffffff !important;
}

.index-customer-list {
        padding: 50px 0;
}

.index-customers li {
        width: 20%;
        float: left;
        position: relative;
}

.index-customers .top {
        border-top: 1px solid #e6e6e6;
        position: absolute;
        top: 0;
        left: 15px;
        width: calc(100% - 30px);
        height: 1px;
}

.index-customers li:nth-child(1) .top,
.index-customers li:nth-child(2) .top,
.index-customers li:nth-child(3) .top,
.index-customers li:nth-child(4) .top,
.index-customers li:nth-child(5) .top {
        display: none;
}

.index-customers .right {
        border-right: 1px solid #e6e6e6;
        position: absolute;
        top: 15px;
        left: 0;
        height: calc(100% - 30px);
        width: 1px;
        z-index: 5;
}

.index-customers li:nth-child(5n - 4) .right {
        display: none;
}

.index-customers .dian1 {
        background: #e6e6e6;
        position: absolute;
        top: 0;
        left: 0;
        width: 5px;
        height: 5px;
        border-radius: 50%;
}

.index-customers li:nth-child(6n-5) .dian1,
.index-customers li:nth-child(1) .dian1,
.index-customers li:nth-child(2) .dian1,
.index-customers li:nth-child(3) .dian1,
.index-customers li:nth-child(5) .dian1,
.index-customers li:nth-child(6) .dian1,
.index-customers li:nth-child(4) .dian1 {
        display: none;
}

.index-customer-list li img {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        transform: translate(-50%, -50%);
        transition: all 0.5s linear 10ms;
        -webkit-transition: all 0.5s linear 10ms;
        width: 35%;
}

.index-customer-list li:hover img:last-child,
.index-customer-list li img:first-child {
        opacity: 0;
        transform: translateY(-50%) translateX(-50%) rotateY(180deg);
}

.index-customer-list li img,
.index-customer-list li:hover img:first-child {
        opacity: 1;
        transform: translateY(-50%) translateX(-50%) rotateY(0deg);
}

.index-customers .lans {
        text-align: center;
        box-sizing: border-box;
        position: relative;
        height: 130px;
}

.about-title {
        font-size: 56px;
        /* color: #333333; */
        font-family: "Baloo Bhai 2", sans-serif;
        text-align: center;
}

.about-section {
        padding: 60px 0;
        background: url(../images/bg3.png) top center no-repeat;
        background-size: cover;
}

.index-case {
        background: #f4f6fb;
}

.case-list {
        padding: 20px 0;
}

.case-list a {
        width: calc(25% - 11px);
        margin-bottom: 15px;
        position: relative;
}

.case-list .text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 23px;
        color: #ffffff;
        max-width: 90%;
        text-align: center;
        font-family: "HarmonyOS bold";
}

.cul-list {
        padding: 30px 0;
}

.cul-list a {
        width: calc(33.3% - 20px);
        margin-bottom: 30px;
        display: block;
        position: relative;
        border-radius: 10px;
        overflow: hidden;
        width: calc(33.3% - 10px);
}

.cul-list a:nth-child(3n - 1) {
        animation-delay: 0.15s;
}

.cul-list a:nth-child(3n) {
        animation-delay: 0.3s;
}

.cul-list .text {
        padding: 70px 30px 0;
        position: absolute;
        top: 61%;
        left: 0;
        width: 100%;
        box-sizing: border-box;
}

.cul-list .t1 {
        font-size: 30px;
        color: #ffffff;
}

.cul-list .t2 {
        font-size: 18px;
        color: #ffffff;
        margin-top: 8px;
}

/*common-bottom-container*/
.common-bottom-container {
        background: #f4f6fb;
        margin-bottom: 12px;
}

.common-bottom-container .swiper-slide {
        padding: 20px 0 25px;
        box-sizing: border-box;
        transition: all 0.4s;
        border-bottom: 4px solid transparent;
}

.common-bottom-container .swiper-slide.on,
.common-bottom-container .swiper-slide:hover {
        border-bottom: 4px solid #f6ad10;
        background: #eff0f5;
}

.common-bottom-container .icon {
        width: 40px;
        margin: 10px auto;
}

.common-bottom-container .lans {
        font-size: 20px;
        color: #333333;
        text-align: center;
}

.case-d-container {
        padding-top: 70px;
}

input[type="checkbox"] {
        border: 1px solid #dddddd;
        width: 19px;
        height: 19px;
        display: inline-block;
        margin-right: 5px;
        vertical-align: top;
        margin-top: -1px;
}

input[checked="checked"] {
        position: relative;
}

input[checked="checked"]:after {
        content: "✔";
        color: #1689d2;
        padding: 0 0 0 3px;
        font-size: 12px;
        line-height: 1;
}

.editors1 {
        font-size: 22px;
        line-height: 2;
        padding: 10px 0 40px;
}

.pro-status .list {
        line-height: 2.1;
}

@media screen and (max-width: 1600px) {
        .common-banner-wrapper .bg {
                padding-bottom: 58vh;
        }

        .common-footer .list li:nth-child(1) {
                width: 72%;
        }

        .case-d-container {
                padding-top: 60px;
        }

        .common-bottom-container .icon {
                width: 35px;
                margin: 7px auto;
        }

        .common-bottom-container .lans {
                font-size: 18px;
        }

        .honor-section2 .swiper-slide,
        .honor-section3 .swiper-slide {
                padding: 25px 40px;
                font-size: 14px;
        }

        .honor-section2 .swiper-slide .desc,
        .honor-section3 .swiper-slide .desc {
                padding: 8px 0 0;
        }

        .team-list li {
                width: calc(25% - 16px);
                margin-left: 18px;
                margin-top: 20px;
                margin-bottom: 10px;
        }

        .team-list .desc {
                font-size: 18px;
        }

        .icon-more {
                width: 120px;
                margin: 20px auto;
        }

        .icon-more .text {
                font-size: 17px;
        }

        .cul-list .text {
                padding: 20px 15px;
                top: 70%;
        }

        .cul-list .t1 {
                font-size: 24px;
        }

        .cul-list .t2 {
                font-size: 14px;
        }

        .index-process .lans,
        .index-process a:hover .lans {
                padding: 0 15px 45px;
                margin-top: -27px;
                box-sizing: border-box;
                background-position-x: 15px;
                background-size: 20px;
        }

        .index-process .date {
                /* margin-top: -50px; */
                line-height: 30px;
                display: inline-block;
                margin-left: -20px;
                background: #ffffff;
                border-radius: 5px 5px 0 0;
                font-size: 17px;
                padding: 5px 10px;
        }

        .index-process .desc {
                font-size: 17px;
        }

        .about-title {
                font-size: 40px;
        }

        .about-section {
                padding: 50px 0;
        }

        .case-list .text {
                font-size: 20px;
        }


        .index-section2 {
                padding: 70px 0;
        }

        .index-section2 .editors {
                max-width: 750px;
                font-size: 17px;
                line-height: 1.7;
                margin: 20px auto 0;
        }

        .index-title {
                font-size: 40px;
        }

        .index-section3 .right .lans {
                padding: 0 45px;
        }

        .index-section3 .right .title {
                font-size: 20px;
        }

        .index-section3 .right {
                width: calc(100% - 220px);
        }

        .index-section3 .right .icon {
                width: 100px;
        }

        .index-section3 .right a:hover .icon,
        .index-section3 .right .swiper-slide-active .icon {
                height: 110px;
        }

        .index-section3 .right .desc {
                font-size: 17px;
                margin: 8px 0 80px;
        }

        .index-section3 .right a {
                padding: 20px 0;
                box-sizing: border-box;
                height: 400px;
        }

        .index-section3 .left .button-sum {
                margin: 60px 0;
        }

        .index-section4 .title {
                font-size: 24px;
        }

        .index-section4 .desc {
                font-size: 16px;
        }

        .index-section4,
        .index-section5,
        .index-section6 {
                padding: 40px 0;
        }

        .about5_sum .lans {
                bottom: 20px;
                font-size: 17px;
                left: 15px;
                width: 80%;
        }

        .about5_sum .lans .icon {
                width: 42px !important;
        }

        .about5_sum .lans .tit {
                font-size: 21px;
                padding: 15px 0;
        }

        .about5_sum .lans .more {
                width: 120px;
                line-height: 36px;
                font-size: 14px;
        }

        .index-section6 .title {
                font-size: 17px;
                margin-top: 8px;
        }

        .index-section6 .lans {
                padding: 20px;
        }

        .index-section6 .time {
                font-size: 14px;
        }

        .index-section6 .icon-more {
                margin: 0 auto;
                font-size: 14px;
                width: 130px;
                line-height: 37px;
        }

        .about55_sj a {
                width: 100%;
                padding-top: 60%;
                position: relative;
                background-size: cover;
        }

        /*form*/
        .common-form .info-desc .tit {
                font-size: 25px;
        }

        .common-form .info-desc .desc {
                font-size: 17px;
                margin: 10px 0 15px;
        }

        .common-form .info-desc .button,
        .info-form .li-md-4 .submit {
                /* font-size: 16px; */
                /* line-height: 40px; */
                /* height: 40px; */
                /* width: 110px; */
                /* margin-top: 27px; */
        }

        /*footer*/
        .common-footer .company-info {
                width: 220px;
        }

        .common-footer .company-info .logo {
                width: 150px;
        }

        .common-footer .company-info .info {
                padding: 15px 0 22px;
        }

        .common-footer .company-info .info a {
                font-size: 14px;
                line-height: 28px;
        }

        .common-footer .list {
                width: calc(100% - 320px);
        }

        .common-footer {
                padding-top: 30px;
        }

        .common-footer-bottom {
                font-size: 14px;
                padding: 25px 0 8px;
        }

        .common-footer .list .tit {
                font-size: 18px;
                padding: 0 0 20px 0;
        }

        .common-footer .list .menu-link a {
                font-size: 14px;
                line-height: 2;
        }

        /*pro*/
        .pro5-d .box {
                padding: 20px 40px;
        }

        .prodetails .right .title {
                font-size: 35px;
        }

        /*news*/
        .new-d .case-bottom .tit {
                font-size: 20px;
                padding: 15px 0 10px;
        }

        .new-d .case-bottom .list .title {
                font-size: 20px;
        }

        .new-d .case-bottom .list .desc {
                font-size: 15px;
        }

        .news-left a {
                margin: 10px 0;
                padding: 22px;
        }

        .news-left .info {
                padding-top: 7px;
        }

        .news-left .date {
                font-size: 16px;
        }

        .news-left .title {
                font-size: 19px;
        }

        .news-left .details {
                width: 90px;
                line-height: 35px;
                font-size: 14px;
        }

        .new-d .content {
                padding: 30px;
        }

        .new-d .title {
                font-size: 25px;
        }

        .new-d .mess {
                font-size: 12px;
        }

        .new-d .mess li {
                font-size: 14px;
                margin-right: 50px;
        }

        .new-d .editors {
                padding: 10px 0 15px;
                font-size: 17px;
        }

        .video-list {
                padding: 30px 0;
        }

        .pagetion a {
                font-size: 17px;
                height: 25px;
                margin: 0 5px;
        }

        .case-list2 {
                padding-bottom: 40px;
        }

        .case-list1 .lans {
                width: 46%;
        }

        .more-icon {
                width: 120px;
                line-height: 40px;
                font-size: 14px;
        }

        .case-list1 .l1 {
                font-size: 28px;
        }

        .case-list2 .l1 {
                font-size: 24px;
        }

        .case-list1 .l2 {
                font-size: 17px;
                margin: 15px 0 50px;
        }

        .case-nav .item {
                font-size: 14px;
                padding: 30px 5px;
                border-radius: 7px;
        }

        .case-list2 .l2 {
                font-size: 17px;
                margin: 8px 0 15px;
        }

        .video-list .t2 {
                font-size: 17px;
                padding: 10px 0 5px;
        }

        .video-list .t3 {
                font-size: 15px;
        }

        .video-list .icon-down {
                margin-right: 5px;
                width: 16px;
        }

        .case-list2 .lans {
                padding: 18px;
        }

        .case-list2 li,
        .video-list li,
        .video-list li:nth-child(3n - 1) {
                width: calc(33.3% - 25px);
                margin-left: 34px;
                margin-top: 30px;
                margin-right: 0;
        }

        .video-list li:nth-child(3n - 2) {
                margin-left: 0;
        }

        .common-banner-wrapper .desc {
                font-size: 18px;
        }

        .submit-btns {
                margin: 20px 0 0;
        }

        .submit-btns .button {
                width: 150px;
                line-height: 50px;
                font-size: 14px;
                margin-right: 40px;
        }

        .common-banner-wrapper .title,
        .contact-section .title {
                font-size: 48px;
        }

        .contact-list .desc {
                font-size: 16px;
        }

        .liuyan-form .tit {
                font-size: 15px;
        }

        .liuyan-form .content input,
        .liuyan-form .content select,
        .liuyan-form .content textarea {
                line-height: 40px;
                height: 40px;
                font-size: 16px;
                padding: 0 40px 0 20px;
        }

        .liuyan-form .content textarea {
                height: 100px;
        }

        /*common*/
        .common-banner-bottom a {
                font-size: 16px;
                padding: 15px 20px;
                line-height: 30px;
        }

        /*pro*/
        .pro-sum .left .tit {
                font-size: 24px;
        }

        .pro-sum .right .l2 {
                font-size: 19px;
        }

        .pro-sum .left .content a {
                font-size: 17px;
        }

        .news-index-list .title {
                line-height: 30px;
                min-height: 120px;
        }

        .news-left .tit {
                font-size: 16px;
        }

        .news-left .date,
        .news-bottom .search1 {
                font-size: 12px;
        }

        .pro-sum .right .more {
                width: 90px;
                height: 30px;
                line-height: 30px;
                font-size: 12px;
        }

        .pro4-d .more {
                width: 90px;
                height: 30px;
                line-height: 30px;
                font-size: 12px;
        }

        .pro-sum .right.first li:first-child .picture {
                height: 330px;
        }

        .pro-sum .right li .picture {
                height: auto;
                padding-top: 100%;
        }

        .pro-sum .right.first li:first-child .picture {
                height: auto;
                padding-top: 60%;
        }

        .pro3-d .right li .picture {
                height: auto;
                padding-top: 100% !important;
        }

        .header {
                padding: 10px 0 5px;
        }

        .nav li .t1 {
                margin: 0 20px;
                line-height: 30px;
        }

        .header .nav {
                line-height: 40px;
        }

        .header_bottom .en,
        .header_bottom .h_header {
                line-height: 38px;
        }

        .header_bottom .en:after {
                top: 15px;
        }

        .nav li {
                padding: 10px 0;
                margin: -10px 0;
        }

        .header .logo {
                width: 150px;
                line-height: 30px;
        }

        .common-title-container .common-title {
                font-size: 32px;
                margin-bottom: 15px;
        }

        .pro3-d,
        .pro4-d,
        .pro2-d,
        .pro5-d,
        .pro6-d {
                padding: 40px 0;
        }

        .pro-table th,
        .pro-table tr td {
                padding: 10px 15px;
                font-size: 17px;
        }

        .pro4-d .l1 {
                font-size: 14px;
        }

        .pro4-d .l2 {
                font-size: 19px;
                margin: 10px 0;
        }

        .pro4-d .l3 {
                font-size: 17px;
                margin-bottom: 17px;
        }

        .pro5-d .liuyan-form li {
                margin: 0 0 10px;
        }

        .pro5-d .liuyan-form .content.select {
                background-position-y: 5px;
        }

        .index-section4 .picture {
                height: 320px;
        }

        .pro-status .titles {
                font-size: 20px;
        }

        .header .sub_nav .sub1-item .title-nav {
                font-size: 16px;
                line-height: 2.1;
        }

        .pro-status .list a {
                font-size: 14px;
        }

        .header .sub_nav .sub1-item,
        .pro-status {
                padding-top: 20px;
                padding-bottom: 20px;
                min-height: 50vh;
                box-sizing: border-box;
        }
}

@media screen and (max-width: 1440px) {
        .nav li .t1 {
                margin: 0 15px;
        }

        .common-banner-wrapper .neiye-title,
        .box {
                width: 88%;
        }

        .pro-sum .left .tit {
                font-size: 20px;
        }

        .pro-sum .left .content a {
                font-size: 15px;
        }

        .pro-sum {
                /* padding: 80px 0; */
        }

        .common-footer .scroll-top {
                right: 5%;
        }

        .common-title-container .common-tips {
                font-size: 14px;
                margin-bottom: 20px;
        }

        .honor-section {
                padding: 60px 0;
        }
}

@media screen and (max-width: 1100px) {
        .pro-iphone-nav-list {
                display: none;
        }

        .common-banner-bottom a div {
                display: inline-block;
        }

        .common-banner-bottom img {
                vertical-align: top;
        }

        .pro-d-list li {
                width: 100%;
                padding: 30px 0 0;
        }

        .index-section1 .bg {
                display: none;
                padding-top: 172vw;
        }

        .index-section1 .iphone-bg {
                display: block;
        }

        .pro-d-list .content td {
                padding: 5px 10px;
        }

        .pro-d-list .title {
                padding: 8px 15px;
                line-height: 30px;
                font-size: 16px;
        }

        .pro-d-list .content {
                font-size: 14px;
                margin: 10px 0 0;
        }

        .editors1 {
                font-size: 15px;
                line-height: 2;
                padding: 5px 0 20px;
        }

        .crumb .left a.close {
                margin: 10px auto 0;
        }

        #bigView,
        .bigImg #winSelector {
                display: none !important;
        }

        .case-d-container {
                padding-top: 0;
        }

        .common-bottom-container .icon {
                width: 27px;
                margin: 5px auto;
        }

        .common-bottom-container .lans {
                font-size: 16px;
        }

        .team-list li {
                width: calc(50% - 7px);
                margin-left: 10px;
                margin-top: 15px;
                margin-bottom: 5px;
        }

        .team-list .desc {
                font-size: 14px;
        }

        .team-list li:nth-child(odd) {
                margin-left: 0;
        }

        .honor-section2 .swiper-slide,
        .honor-section3 .swiper-slide {
                padding: 15px;
                font-size: 12px;
        }

        .honor-section5 .box {
                padding: 40px 5%;
        }

        .cul-list .text {
                padding: 15px 10px;
        }

        .cul-list .t1 {
                font-size: 20px;
        }

        .cul-list .t2 {
                font-size: 14px;
        }

        .index-process .date-sum .swiper-container {
                margin: 10px 0;
        }

        .date-sum:after {
                bottom: 23px;
        }

        .honor-section {
                padding: 20px 0;
        }

        .honor-section2 {
                background-size: auto 60%;
        }

        .common-title-container .common-tips {
                font-size: 16px;
                margin-bottom: 15px;
        }

        .honor-section1 .lans {
                width: 100%;
        }

        .honor-section1 .pic {
                width: 100%;
                margin-top: 10px;
        }

        .about-section {
                padding: 20px 0;
        }

        .about-title {
                font-size: 32px;
        }

        .case-list a {
                width: calc(50% - 8px);
                margin-bottom: 16px;
        }

        .case-list .text {
                font-size: 14px;
        }

        .index-section3 .right .lans {
                padding: 0 25px;
        }

        .index-section3 .left .button-sum {
                margin: 30px 0;
        }

        .index-section3 .right {
                background: #fff;
        }

        .index-section3 .right,
        .index-section3 .left {
                width: 100%;
        }

        .index-section4 .list {
                padding: 12px 0 0;
        }

        .index-section4 .title {
                font-size: 20px;
        }

        .index-section4 .desc {
                font-size: 13px;
        }

        .index-section4 .picture {
                height: 260px;
        }

        .index-section4,
        .index-section5,
        .index-section6 {
                padding: 25px 0;
        }

        .index-title {
                font-size: 28px;
        }

        .index-section5 .index-title,
        .index-section6 .index-title {
                text-align: center;
                padding-bottom: 20px;
        }

        .index-section6 li {
                width: calc(50% - 10px);
                margin-bottom: 20px;
        }

        .index-customers li {
                width: 25%;
        }

        .index-customers li:nth-child(5n - 4) .right,
        .index-customers li:nth-child(5n - 4) .dian1,
        .index-customers li:nth-child(5) .top,
        .index-customers li:nth-child(4) .dian1,
        .index-customers li:nth-child(5) .dian1 {
                display: block;
        }

        .index-customers li:nth-child(4n - 3) .right,
        .index-customers li:nth-child(4n - 3) .dian1 {
                display: none;
        }

        .common-form .info-desc,
        .info-form {
                width: 100%;
                padding-top: 10px;
        }

        .liuyan-form li {
                margin: 7px 0 0;
        }

        .common-footer .list {
                display: none;
        }

        .common-footer .company-info {
                width: 100%;
        }

        .common-footer .scroll-top {
                position: absolute;
                top: 25px;
                right: 5%;
        }

        .liuyan-form .content textarea {
                font-size: 15px;
                line-height: 1.7;
        }

        .pro5-d .box {
                padding: 20px 25px;
        }

        .pro4-d .l3 {
                font-size: 14px;
                margin-bottom: 10px;
        }

        .pro4-d .picture {
                width: 100%;
                padding: 60% 0 0;
                min-height: 0;
        }

        .pro4-d .lans {
                width: 100%;
                padding: 20px;
        }

        .pro-d .common-title-container .common-title {
                /* padding-left: 0; */
        }

        .pro-table tr td {
                padding: 12px 7px;
                font-size: 12px;
                word-break: break-all;
        }

        .pro-table th {
                font-size: 17px;
        }

        .pro-table tr td:first-child {
                width: 28%;
        }

        .pro-table tr td:nth-child(2) {
                width: 22%;
        }

        .pro-table tr td:nth-child(3) {
                width: 50%;
        }

        .pro3-d,
        .pro2-d,
        .pro4-d,
        .pro5-d,
        .pro6-d {
                padding: 15px 0 !important;
                margin: 0 auto !important;
        }

        .pro-d .common-icon {
                top: 14px;
                width: 25px;
                height: 4px;
        }

        .common-title-container .common-title {
                font-size: 23px;
                /* margin-bottom: 10px; */
        }

        .prodetails {
                padding-bottom: 0;
        }

        .prodetails .pro-title {
                margin: 20px 0;
                line-height: 50px;
        }

        .pro-sum .right,
        .pro-sum .left,
        .pro-list li {
                width: 100%;
                max-width: 100%;
        }

        .pro-sum .left {
                margin: 0 0 20px;
        }

        .prod {
                padding: 10px 0 30px;
        }

        .prodetails .left {
                width: 95%;
                float: none;
                max-width: 600px;
                margin: 0 auto 20px;
        }

        .prodetails .right {
                width: 100%;
                float: none;
                margin-top: 0;
        }

        /*news*/
        .new-d .case-bottom .tit {
                font-size: 17px;
                padding-top: 25px;
        }

        .new-d .case-bottom .list .title {
                font-size: 17px;
        }

        .new-d .case-bottom .list .desc {
                font-size: 13px;
        }

        .news-left,
        .new-d,
        .new-d .case-bottom .list a {
                width: 100%;
        }

        .new-d .case-bottom .list a {
                margin-bottom: 10px;
        }

        .news-left {
                display: none;
        }

        .new-d .content {
                padding: 20px;
        }

        .new-d .title {
                font-size: 18px;
        }

        .new-d .mess li {
                font-size: 12px;
                margin-right: 25px;
        }

        .new-d .editors {
                padding: 5px 0 10px;
                font-size: 14px;
        }

        .common-banner {
                margin-top: 50px;
        }

        .new-d .mess .fs_lagren {
                margin-right: 10px;
        }

        .common-banner-wrapper .neiye-title {
                top: 35%;
        }

        .pro-container .common-banner-wrapper .neiye-title {
                top: 52%;

                padding-right: 0;
        }

        .case-list1 {
                margin-bottom: 30px;
        }

        .case-nav .icon {
                width: 40px;
                margin: 0 auto 5px;
        }

        .case-nav .item {
                font-size: 13px;
                padding: 20px 5px;
        }

        .case-nav {
                padding: 10px 0;
        }

        .case-list1 .picture {
                width: 100%;
                padding-top: 56%;
        }

        .case-list1 .lans {
                width: 100%;
        }

        .video-list li,
        .video-list li:nth-child(3n - 2),
        .video-list li:nth-child(3n - 1),
        .case-list2 li,
        .case-list2 li:nth-child(3n - 2),
        .case-list2 li:nth-child(3n - 1) {
                animation-delay: 0s;
                width: 48%;
                margin: 0 calc(4% - 5px) 30px 0;
        }

        .case-list2 li:nth-child(even),
        .video-list li:nth-child(even) {
                margin-right: 0;
                animation-delay: 0.15s;
        }

        .video-list .play {
                width: 42px;
                top: calc(50% - 21px);
                left: calc(50% - 21px);
        }

        .case-list1 .l1 {
                font-size: 24px;
        }

        .case-list2 .l1 {
                font-size: 18px;
        }

        .case-list2 .l2,
        .case-list1 .l2 {
                font-size: 15px;
                margin: 8px 0 20px;
        }

        .common-banner-wrapper .neiye-title,
        .box {
                width: 91%;
        }

        .neiye-container11 .common-banner-wrapper .neiye-title {
                padding-right: 0;
                top: 44%;
        }

        .new-details {
                padding: 20px 0;
        }

        .common-banner-bottom .box {
                width: 100%;
                white-space: nowrap;
                overflow: auto;
        }

        /*conrtact*/
        .common-banner-wrapper .desc {
                font-size: 16px;
                margin-top: 5px;
        }

        .contact-section .info,
        .contact-section .form {
                width: 100%;
                padding-bottom: 50px;
        }

        .common-banner-wrapper .title,
        .contact-section .title {
                font-size: 40px;
        }

        /*.honor-section2*/
        .honor-section2 .swiper-pagination {
                display: block;
        }

        .iphone-media {
                display: block !important;
        }

        .pc-media {
                display: none !important;
        }

        /*header*/
        .header {
                background: #fff;
                /* padding: 5px 0; */
                padding: 0;
                border-bottom: 1px solid rgba(0, 0, 0, 0.03);
        }

        .header.bg0 {
                background: rgba(255, 255, 255, 0.98);
                height: calc(100vh + 85px);
                overflow: hidden;
                overflow-y: scroll;
        }

        .header.bg0 .header_bottom {
                /* background: #000000; */
                /* padding-top: 20px; */
        }

        .header.fix {
                position: fixed;
        }

        .header.fix.bg1 {
                height: calc(100vh + 85px);
                overflow: hidden;
                overflow-y: scroll;
        }

        .header_lans {
                line-height: 32px;
                position: relative;
                background: #222;
                z-index: 10;
        }

        .header_lans .ones {
                width: 85%;
                margin: 0 5% 0 5%;
                color: #ffffff;
                font-size: 10px;
                text-align: center;
        }

        .header_lans .close {
                position: absolute;
                right: 5px;
                top: -2px;
                z-index: 3;
                width: 21px;
        }

        .header.on {
                top: -60px;
        }

        .header.on1 {
                top: -66px;
        }

        .header_top {
                height: 50px;
                position: relative;
                z-index: 10;
                /* background: rgba(0, 0, 0, .75); */
                transition: all 0.4s;
                -webkit-transition: all 0.4s;
        }

        .header_top .en {
                font-size: 14px;
                color: #888;
                float: right;
                line-height: 50px;
        }

        .header_top .en a {
                color: #888;
        }

        .header_top .en a.on {
                color: #0062ff;
        }

        .header.bg0 .header_top {
                /* background: rgba(0, 0, 0, 1); */
        }

        .header_relative {
                position: relative;
                overflow: hidden;
                z-index: 10;
        }

        .header .header_gradess {
                position: absolute;
                width: 110%;
                top: -10px;
                left: -5%;
                transform: translateZ(0);
                -webkit-transform: translateZ(0);
                -ms-transform: translateZ(0);
                -webkit-filter: blur(20px);
                filter: blur(20px);
                height: 100px;
                filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=20, MakeShadow=false);
                overflow: hidden;
                min-height: 100vh;
        }

        .header .header_gradess.he {
                min-height: 110vh;
                height: 690px;
        }

        .header_top .login_header {
                float: right;
                margin-top: 23px;
                opacity: 1;
                transition: all 0.4s;
                -webkit-transition: all 0.4s;
        }

        .header_top .logo {
                position: absolute;
                bottom: 50%;
                left: 50%;
                transform: translate(-50%, 50%);
                width: 25%;
                max-width: 130px;
                line-height: 1;
        }

        .header_top .menu_icon {
                float: left;
                margin-top: 10px;
        }

        .menu_icon span {
                display: block;
                width: 20px;
                height: 1px;
                background: #333;
                margin: 6px 0;
                transition: all 0.4s;
                -webkit-transition: all 0.4s;
        }

        .menu_icon.on span:first-child {
                transform: rotate(45deg);
                -webkit-transform: rotate(45deg);
                margin-top: 10px;
        }

        .menu_icon.on span:nth-child(2) {
                display: none;
        }

        .menu_icon.on span:nth-child(3) {
                transform: rotate(-45deg);
                -webkit-transform: rotate(-45deg);
                margin-top: -7px;
        }

        .header_bottom {
                display: none;
                width: 100%;
                height: 690px;
                position: relative;
                z-index: 10;
                /* background: rgba(0, 0, 0, .65); */
                padding: 1px 0;
        }

        .seach_box {
                width: 100%;
                background: #e9e9e9;
                border-radius: 5px;
                height: 40px;
                padding: 4px 0 0 0;
                box-sizing: border-box;
                margin: 20px 0;
                transition: all 0.4s;
                -webkit-transition: all 0.4s;
        }

        .seach_box .submit {
                width: 20px;
                height: 20px;
                border: 0;
                background: url("../images/ico_searh1.png") center center no-repeat;
                display: block;
                background-size: 100% 100%;
                float: left;
                margin-left: 10px;
                margin-top: 7px;
        }

        .seach_box .text {
                float: right;
                display: block;
                width: calc(100% - 50px);
                border: 0;
                background: transparent;
                line-height: 20px;
                height: 20px;
                font-size: 16px;
                color: #222;
                padding: 5px 0;
        }

        .header_nav {
                border-bottom: 1px solid #e8e8e8;
                padding-bottom: 2px;
        }

        .header_nav li {
                border-top: 1px solid #e8e8e8;
                /* position: relative; */
        }

        .header_nav li>a,
        .header_nav li>h4 {
                display: block;
                position: relative;
                font-size: 15px !important;
                line-height: 22px;
                padding: 16px 0;
                color: #333;
                cursor: pointer;
        }

        .header_nav li>a:after,
        .header_nav li>h4:after {
                content: "";
                display: block;
                position: absolute;
                top: 24px;
                right: 20px;
                width: 7px;
                height: 7px;
                border-bottom: 1px solid #666;
                border-right: 1px solid #666;
                transform: rotate(-45deg);
                -webkit-transform: rotate(-45deg);
                transition: all 0.4s;
                -webkit-transition: all 0.4s;
        }

        .header_nav li>a.arrow:after,
        .header_nav li>h4.arrow:after,
        .header_nav .center-nav .titles.show:after {
                transform: rotate(45deg);
                -webkit-transform: rotate(45deg);
        }

        .header_nav .center-nav {
                display: none;
                margin-top: -5px;
                margin-left: 0px;
                padding-bottom: 10px;
                max-height: 100vh;
                position: static;
                background: #fff;
                text-align: left;
                z-index: 10;
                height: auto;
                overflow: auto;
                pointer-events: initial;
        }

        .header_nav .center-nav .titles,
        .header_nav .center-nav a,
        .header_search a {
                display: block;
                font-size: 14px;
                line-height: 35px;
                color: #666;
        }

        .header_nav .center-nav .titles {
                line-height: 3;

                position: relative;

                padding-left: 6px;

                font-size: 14px;
        }

        .header_nav .center-nav .list {
                /* display:none; */
                padding: 0 5px;
                margin-bottom: 25px;
        }

        .header_nav .center-nav .list a {
                font-size: 12px;
                line-height: 2.4;
                padding: 0;
                width: 100%;
                display: inline-block;
        }

        .seach_box .cancal {
                color: #0062ff;
                font-size: 17px;
                display: none;
                margin-left: 3px;
        }

        .seach_box.focus {
                width: 85%;
                position: relative;
                /* margin-top: 40px; */
        }

        .seach_box.focus .cancal {
                position: absolute;
                left: 102%;
                width: 100px;
                display: block;
                top: 0;
                line-height: 40px;
        }

        .header_search {
                display: none;
        }

        .header_search h2 {
                font-size: 13px;
                line-height: 1;
                color: #888888;
        }

        .header_search1 {
                padding-top: 5px;
        }

        .header_search1 a {
                font-size: 15px;
                line-height: 50px;
                color: #555;
                border-top: 1px solid #e8e8e8;
        }

        .header_search1 a:first-child {
                border-top: 0;
        }

        .index-customer-list {
                padding: 20px 0;
        }
}

@media screen and (max-width: 1024px) {
        .minus-img-height img.iphone-media {
                /*margin: -100px 0 0;*/
        }

        .minus-img-height .common-banner-wrapper .neiye-title {
                top: 40% !important;
                text-shadow: 0 0 2px black;
        }

        .common-bottom-container .lans {
                font-size: 14px;
        }

        .cul-list .t1 {
                font-size: 16px;
        }

        .cul-list .t2 {
                font-size: 12px;
        }

        /*pro*/
        #imageMenu li {
                width: 90px;
                height: 80px;
        }

        #imageMenu li img,
        #imageMenu li#onlickImg img,
        #imageMenu li:hover img {
                width: 80px;
                height: 80px;
        }

        .crumb {
                line-height: 20px;
                border: 0;
        }

        .crumb .left {
                padding: 15px 0;
                font-size: 13px;
                margin: 0;
                width: 100%;
                border-bottom: 1px solid #eee;
                border-top: 1px solid #eee;
        }

        .crumb .left img {
                width: 25px;
        }

        .crumb .right a.on,
        .crumb .right a {
                width: auto;
                margin-right: 20px;
        }

        .crumb .right {
                line-height: 50px;
                width: 100%;
                font-size: 13px;
        }

        .crumb-fixed .left {
                display: none;
        }

        .pro-list .lans {
                width: Calc(100% - 80px);
        }

        /*new*!*/
        .pagetion a {
                margin: 0;
        }

        .pagetion {
                padding: 0px 0 40px;
        }

        .common-banner-wrapper .bg {
                padding-bottom: 400px;
                background-size: cover;
        }

        .pro-container .common-banner-wrapper .bg {
                padding-bottom: 450px;
        }

        /*contact*/
        .contact-section .box {
                padding: 50px 0;
        }

        .submit-btns {
                margin: 5px 0 0;
        }

        .submit-btns .button {
                width: 120px;
                line-height: 40px;
                font-size: 13px;
                margin-right: 20px;
        }

        .li-md-2 {
                width: 100%;
        }

        .common-banner-wrapper .title,
        .contact-section .title {
                font-size: 26px;
        }

        /*pro*/
        .pro-title,
        .pro-sum .right .l2,
        .pro-sum .left .tit {
                font-size: 15px;
        }

        .pro-list .lans {
                font-size: 15px;
        }

        .pro-sum .left .content a {
                font-size: 13px;
        }

        .pro-sum .right .lans {
                font-size: 14px;
                font-weight: normal;
        }

        .pro-sum {
                padding: 0;
        }

        .pro-sum .left .item {
                padding: 5px 0;
        }

        .pro-sum .right li .picture,
        .pro-sum .right.first li:first-child .picture {
                /* height: 150px; */
        }

        .pro-sum .right .lans {
                padding: 0;
        }

        .pro-sum .right li {
                width: 100% !important;
        }

        .pro-sum .right.first li:nth-child(odd),
        .pro-sum .right li,
        .pro-sum .right.first li:nth-child(3n),
        .pro-sum .right li:nth-child(3n - 2),
        .pro-sum .right.first li:nth-child(3n - 2) {
                width: 48% !important;
                margin-left: 4%;
        }

        .pro-sum .right.first li:first-child {
                margin-left: 0;
        }

        .pro-sum .right.first li:nth-child(2n) {
                margin-left: 0;
        }

        .pro-sum .right li:nth-child(2n - 1) {
                margin-left: 0;
        }

        .pro-sum .right.first li:first-child .more {
                display: block;
        }

        .pro-sum .right.first li:first-child {
                width: 100% !important;
        }

        .pro-sum .right li a {
                display: block;
        }

        .prodetails .right .title {
                font-size: 24px;
        }
}

@media screen and (max-width: 768px) {
        .index-customer-list {
                padding: 5px 0;
        }

        .about-title {
                font-size: 24px;
        }

        .case-list a {
                width: calc(50% - 5px);
                margin-bottom: 10px;
        }

        .index-customers li:nth-child(4n - 3) .right,
        .index-customers li:nth-child(4n - 3) .dian1,
        .index-customers li:nth-child(4) .top,
        .index-customers li:nth-child(4) .dian1 {
                display: block;
        }

        .index-customers li {
                width: 33.33%;
        }

        .index-customers li:nth-child(3n-2) .right,
        .index-customers li:nth-child(3n-2) .dian1 {
                display: none;
        }

        .index-customer-list li img {
                width: 90px;
                height: 30px;
        }

        .index-customers .lans {
                height: 70px;
        }

        .prodetails .right .title {
                font-size: 18px;
                margin-bottom: 20px;
        }

        .video-list .t2 {
                font-size: 15px;
                padding: 7px 0 3px;
        }

        .video-list .t3 {
                font-size: 12px;
        }

        .video-list .icon-down {
                margin-right: 2px;
                width: 13px;
        }

        .video-list {
                padding-bottom: 10px;
        }

        .case-nav .icon {
                width: 30px;
                margin: 0 auto 5px;
        }

        .case-nav .item {
                font-size: 12px;
                padding: 15px 5px;
        }

        .case-list2 li,
        .case-list2 li:nth-child(3n - 2),
        .case-list2 li:nth-child(3n - 1) {
                animation-delay: 0s;
                width: 100%;
                margin: 0 0 20px 0;
        }

        .more-icon {
                width: 100px;
                font-size: 12px;
        }

        .case-list2 {
                padding: 0;
        }

        .common-banner-wrapper .bg {
                padding-bottom: 300px;
                background-size: cover;
        }

        .pro-container .common-banner-wrapper .bg {
                padding-bottom: 400px;
        }

        .common-banner-wrapper .desc {
                font-size: 14px;
                max-height: 150px;
                overflow: hidden;
        }

        .common-banner-bottom a {
                font-size: 12px;
                padding: 3px 10px 5px 10px;
                line-height: 1.2;
                vertical-align: top;
                margin-left: -2px;
        }

        .common-banner-bottom img {
                width: 12px;
                margin-right: 0;
                margin-top: 3px;
        }

        .contact-section .info,
        .contact-section .form {
                padding-bottom: 30px;
        }

        .case-nav a {
                padding: 5px;
        }

        .index-section6 li {
                width: 100%;
                margin-bottom: 20px;
        }

        .index-title {
                font-size: 23px;
        }

        .index-section4 li {
                width: 100% !important;
                margin: 0 0 10px;
        }

        .index-section4 li:nth-child(4) .picture {
                height: 200px;
        }

        .index-section4 li:nth-child(5) .picture {
                height: 180px;
        }
}

/*搜索结果*/
.xsousuo {
        /* padding-top: 90px; */
        /* paddiGng-bottom: 80px; */
        background: #fff;
}

.xsousuo .conwidth {}

.xsousuo .xssbox {
        padding-top: 85px;
        padding-left: 4%;
        padding-right: 4%;
        padding-bottom: 80px;
        /* background-color: #FFFFFF; */
}

.xssbox .title {
        font-family: sy-Regular;
        color: #000000;
        font-size: 28px;
        padding-bottom: 35px;
        border-bottom: #e8e8e8 solid 1px;
}

.xssbox .title .t1 {
        color: #148fee;
}

.xsdiv {}

.xsdiv ul li {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
        border-bottom: #eae5e5 solid 1px;
}

.xsdiv ul li a {
        display: inline-block;
        width: 100%;
}

.xsousuo .l-wrap {
        float: left;
        width: 150px;
}

.xsousuo .l-wrap img {
        width: 100%;
}

.xsousuo .r-wrap {
        float: left;
        width: -moz-calc(100% - 150px);
        width: -webkit-calc(100% - 150px);
        width: calc(100% - 150px);
        padding-left: 30px;
        box-sizing: border-box;
        margin-top: 4vh;
}

.xsdiv ul li a .xtop {
        margin-bottom: 10px;
        overflow: hidden;
        color: #222222;
        font-size: 20px;
        margin-right: 30px;
        margin-bottom: 5px;
}

.xsdiv ul li a:hover .xtop {
        color: #148fee;
}

.xsdiv ul li a .xmid {
        color: #999999;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 15px;
        word-break: break-all;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
}

.xsdiv ul li a .time {
        color: #444444;
        font-size: 16px;
}

.picture img {
        border: 0;
        vertical-align: middle;
        max-width: 100%;
}