/*sitemap*/
.sitemap {
    margin-top: 138px;
}

.sitemap dt {
    display: none;
}

.sitemap dd {
    width: 100%
}

.sitemap .sitemap-img img {
    width: 100%;
}

.sitemap dd>a:first-child {
    height: 5rem;
    line-height: 5rem;
    padding-left: 2.5%;
    display: block;
    background-color: #06c;
    font-weight: bold;
    font-size: 1.8rem;
    color: #fff
}

.sitemap dd>ul>li>a:first-child {
    font-weight: bold;
    padding: 0 3.5%;
    background-color: #F4F4F4;
    height: 3.5rem;
    line-height: 3.5rem;
    display: block;
    overflow: hidden;
    width: 100%
}

.sitemap dd>ul>li>ul>li {
    float: left;
    padding: 10px 2.5%
}

.sitemap dd>ul>li>ul {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}

/*sitemap end*/
/*--index--*/
/*inbanner*/
.banner {
    overflow: hidden;
    margin-top: 138px;
}

.banner img {
    width: 100%;
}

.banner .swiper-pagination {
    transition: all .5s
}

.banner .swiper-pagination {
    bottom: 5%
}

.banner .swiper-pagination-bullet {
    width: 1.2rem;
    height: 1.2rem;
    position: relative;
    transition: all 0.4s;
    background: none;
    color: #ffffff;
    cursor: pointer;
    border-radius: 1%;
    opacity: 1;
}

.banner .swiper-pagination:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    transition: all .4s
}

.banner .swiper-pagination-bullet:before {
    position: absolute;
    content: "";
    top: 0px;
    right: 0;
    width: 1.2rem;
    height: 1.2rem;
    border: 1px solid #fff;
    transition: all 0.4s;
}

.banner .swiper-pagination-bullet:after {
    position: absolute;
    content: "";
    top: 0px;
    right: 0;
    width: 0;
    height: 1.2rem;
    background: #fff;
    transition: all 0.4s;
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    position: absolute;
    content: "";
    left: -1px;
    top: 1px;
    width: 1.2rem;
    height: 1.2rem;
    background: #fff;
    transition: all 0.4s;
    border-radius: 1%;
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    height: 1.3rem;
}

/*inbanner end*/
/*in-customer*/
.in-cur {
    background: url(../images/in-curbg.png) no-repeat #f3f4f5
}

.in-cur-f {
    text-align: center;
    color: #666;
}

.in-cur-f h4 {
    font-size: 2.4rem;
    margin-bottom: 4rem;
}

.in-cur-num ul li {
    display: inline-block;
    font-size: 2.8rem;
    font-weight: bold;
    margin: 0 4.4rem
}

.in-cur-num ul li span {
    font-size: 8rem;
    color: #06c;
    margin-top: 3rem;
    font-weight: normal
}

.in-cur-num ul li i {
    display: block;
    margin-top: 2rem;
    font-size: 1.8rem;
}

.about .in-cur-num ul {
    display: flex;
    justify-content: space-between;
}

.about .in-cur-num ul li {
    font-size: 2rem;
}

.about .in-cur-num ul li span {
    font-size: 4rem;
}

.in-cur .in-cur-list ul {
    border-left: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
}

.in-cur .in-cur-list ul li {
    width: 16.66%;
    float: left;
    border-bottom: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    position: relative;
    cursor: pointer;
    transition: all .5s ease-out;
}

.in-cur .in-cur-list ul li:hover {
    z-index: 9;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.in-cur .in-cur-list ul li img {
    max-width: 100%;
    line-height: 0;
    transition: all .5s ease-out;
    /*  -webkit-filter: grayscale(100%);
    filter: grayscale(100%);**/
}

/*.in-cur .in-cur-list ul li:hover img{
     -webkit-filter: grayscale(0);
    filter: grayscale(0);
}*/
.in-cur .in-cur-list .pub-title .bt {
    color: #2e2e2e;
}

/*in-customer end*/
/*in-about*/
.in-about {
    background: url(../images/in-aboutbg.jpg) no-repeat center / cover;
    padding: 8rem 0 15rem 0
}

.in-about-video {
    position: relative;
    min-height: 50rem;
    background-attachment: fixed;
}

.in-about-video::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.67);
    opacity: 0.4;
}

.in-about-video .in-about-videobody {
    position: absolute;
    left: 40px;
    bottom: 0px;
    transform: translateY(-50%);
    text-align: center;
}

.in-about-video .in-about-videobody i {
    font-size: 7rem;
    color: #fff;
    opacity: .7;
    transition: opacity .5s ease-out
}

.in-about-video .in-about-videobody i:hover {
    opacity: 1;
}

.play-btn {
    width: 100px;
    height: 100px;
    display: inline-block;
    background: var(--clr-theme-primary);
    text-align: center;
    line-height: 100px;
    color: var(--clr-common-white);
    border-radius: 50%;
    position: relative;
    font-size: 2.4rem;
}

.play-btn::after {
    position: absolute;
    left: 50%;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: "";
    background-color: var(--clr-theme-primary);
    opacity: 0.3;
    animation-name: playAnimation;
    z-index: -1;
    animation-duration: 1.8s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-delay: 0s;
    background-color: rgba(255, 255, 255, 0.8);
}

.play-btn:hover {
    color: var(--clr-theme-primary);
    background-color: var(--clr-common-white);
}

@keyframes playAnimation {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }

    100% {
        transform: translate(-50%, -50%) scale(1.6);
        opacity: 0;
    }
}

.in-about-info {
    right: 0;
    top: -11rem;
    z-index: 99;
    width: 60rem;
    background: url(../images/in-about-infobg.png) no-repeat center/cover #fbfbfb;
    padding-bottom: 5rem;
}

.in-about-info .ini-about-text {
    border-top: 8px solid #ff9900;
    padding: 7rem 8rem 5.6rem
}

.in-about-info .ini-about-text h2 {
    font-size: 5.4rem;
    line-height: 1.2;
    color: #06c;
    font-weight: bold;
    position: relative;
    margin: 2rem 0 9rem;
}

.in-about-info .ini-about-text h2:after {
    content: "";
    width: 7rem;
    height: 3px;
    background-color: #f2941b;
    position: absolute;
    left: 0;
    bottom: -3rem
}

.in-about-info .ini-about-text span {
    font-size: 3rem;
    color: #000;
    font-weight: bold;
    margin-top: 10rem;
}

.in-about-info .ini-about-text p {
    font-size: 1.8rem;
    line-height: 2;
    color: #666;
    margin-top: 2.4rem;
}

.in-about-infolister {
    background: url(../images/in-about-infolistbg.png) no-repeat center/cover #ff9900;
    padding: 2rem 0
}

.in-about-infolist {
    text-align: center
}

.in-about-infolist a {
    border: 2px solid #06c;
    border-right: 6px solid #06c;
    color: #06c;
    padding: 2.2rem 3.8rem
}

.in-about-infolist i {
    font-size: 4rem;
    color: #fff
}

.in-about-infolist h5 {
    font-size: 2.2rem;
    color: #fff
}

.in-about-infolist p {
    font-size: 3rem;
    font-weight: bold;
    color: #fff
}

.in-about-info .view-more {
    margin-right: 9rem
}

.in-about-infolister:hover .swiper-button-next,
.in-about-infolister:hover .swiper-button-prev {
    opacity: 1;
}

/*in-about end*/
/*in-test*/
.in-test {
    background: url(../images/in-test.jpg) fixed center no-repeat;
    height: 456px;
}

.in-test-main {
    float: left;
    width: 100%;
    position: relative;
    z-index: 6;
    padding: 10rem 0 15rem 0;
}

.in-test-main .in-test-info {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.83;
}

.in-test-main .in-test-cont {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 1.8rem;
    margin-top: 6rem;
}

.in-test-main .in-test-cont span {
    font-size: 6rem;
}

.in-test-main .in-test-cont .in-test-right {
    display: inline-block;
    color: #FF9900;
    font-size: 2.4rem;
    line-height: 4rem;
    position: relative;
    margin-left: 3.2rem;
    padding-left: 3.2rem;
}

.in-test-main .in-test-cont .in-test-right:after {
    float: left;
    width: 2px;
    height: 72%;
    position: absolute;
    left: 0;
    top: 14%;
    background: #FF9900;
    content: '';
}

/*in-test end*/
/*in-news*/
.in-news {
    background: url(../images/in-newsbg.png);
}

.in-news-head ul {
    float: right;
    font-size: 1.8rem;
    margin-top: -5rem;
    padding-bottom: 5.2rem;
    border-bottom: 3px solid #ccc;
    position: relative;
    z-index: 999
}

.in-news-head ul li {
    float: left;
}

.in-news-head ul li a {
    display: block;
    line-height: 5rem;
    padding: 0 2.2rem;
}

.in-news-head ul li.active {
    background-color: #06c;
    position: relative;
}

.in-news-head ul li.active a {
    color: #fff;
}

.in-news-head ul li.active:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 7px;
    left: 0;
    top: 10rem;
    z-index: 99;
    background-color: #ff9900
}

.in-news-botleft {
    width: 71.5%;
}

.in-news-botright {
    width: 27%;
}

.in-news-botleft .in-news-body,
.in-news-botright {
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, .1);
}

.in-news-botleft .in-news-body {
    float: left;
    width: 32%;
    margin-left: 2%;
    overflow: hidden;
    height: 46rem;
}

.in-news-botleft .in-news-body:first-child {
    margin-left: 0%
}

.in-news-botleft .in-news-body .in-news-img {
    width: 100%;
    overflow: hidden;
}

.in-news-botleft .in-news-body img {
    width: 100%;
    transition: all .5s ease;
    height: 222px;
}

.in-news-botleft .in-news-body:hover img {
    transform: scale(1.1);
}

.in-news-body .in-news-bodytext h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 1.8rem;
    color: #06c;
    line-height: 2.8rem;
    height: 5.8rem;
    margin-bottom: 1rem;
}

.in-news-body .in-news-bodytext {
    padding: 1rem 2.4rem 4rem
}

.in-news-body .in-news-bodytext i {
    color: #ff9900
}

.in-news-body .in-news-bodytext span {
    font-size: 1.4rem;
    color: #ff9900;
    padding-left: 1rem
}

.in-news-body .in-news-bodytext p {
    font-size: 1.6rem;
    margin-top: 2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.in-news-botright {
    padding: 3.4rem 2.4rem;
    height: 46rem;
    overflow: hidden;
}

.in-news-botright ul li {
    padding: 1rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.in-news-botright ul a {
    font-size: 1.6rem;
}

.in-news-botright ul span {
    display: block;
    color: #666;
    font-size: 1.4rem;
}

/*in-news end*/
/*in-pro*/
/*.in-pro .swiper-slide-active{opacity: 1 !important;}*/
.in-pro {
    background-color: #f1f3f5
}

.in-pro-head .fr {
    width: 70%;
    position: relative;
    z-index: 999
}

.in-pro-head .fr ul {
    margin-top: -5rem;
}

.in-pro-head .fr ul li {
    float: left;
    width: 25%;
    font-size: 2rem;
    cursor: pointer;
    margin-bottom: 1rem;
    padding-left: 30px;
    background: url(../images/pro-doc.png) left center no-repeat;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.in-pro-head .fr ul li:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0.3rem;
    background-color: #06c;
    left: 0;
    bottom: -5px;
    transition: .5s ease-out;
}

.in-pro-head .fr ul li.active:after {
    content: "\e620";
    position: absolute;
    top: 0;
    right: 15%;
    font-family: "iconfont" !important;
    font-size: 1.6rem;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #06c;
    font-size: 2rem;
    font-weight: bold;
}

.in-pro-head .fr ul li.active:before {
    width: 85%;
}

.in-pro-bottom ul {
    font-size: 0;
}

.in-pro-bottom ul li {
    padding: 1.5rem 1.5rem;
    width: 18%;
    margin-right: 2%;
    background-color: #fff;
    position: relative;
    float: left;
    margin-bottom: 4.5rem;
    box-shadow: 0 0 15px 1px rgb(0 0 0 / 10%);
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}

.in-pro-bottom ul li .in-pro-img {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.in-pro-bottom ul li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
}

.in-pro-bottom ul li:nth-child(5n) {
    margin-right: 0;
}

.in-pro-bottom ul li:nth-child(5n+1) {
    clear: both
}

.in-pro-bottom ul li h4 {
    font-size: 1.8rem;
    line-height: 1.2;
    margin: 2rem 0;
    width: 100%;
    width: calc(100% - 30px);
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    min-height: 42px
}

.in-pro-bottom .in-pro-img img {
    width: 100%;
    background: #f1f3f5;
    min-height: 100%;
    transition: all .5s ease-out 0s;
}

.in-pro-bottom ul li .in-pro-more {
    position: absolute;
    width: 60px;
    height: 35px;
    line-height: 36px;
    color: #fff;
    bottom: 0;
    right: 0;
    background: url(../images/in-pro-hover.png) right bottom no-repeat;
    background-size: 100%;
    transition: .3s ease-out;
    font-family: "iconfont" !important;
    font-size: 2rem;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
}

.in-pro-bottom ul li .in-pro-more:after {
    content: "\e624";
}

.in-pro-bottom ul li:hover .in-pro-more {
    background-position: right top;
}

.in-pro-bottom ul li:hover .in-pro-img img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}

/*in-pro-end*/
/*incase*/
.in-cases {
    background: url(../images/incasebg.jpg) no-repeat center/cover #1a75d2;
    padding-top: 18rem
}

.in-cases .pub-title {
    position: absolute;
    right: 0;
    top: -9.8rem
}

.in-cases .pub-title p {
    left: auto;
    right: 0;
    transform: translate(0);
    text-align: right
}

.in-cases-img {
    width: 55%;
}

.in-cases-img ul li {
    float: left;
    border: 10px solid #fff;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2rem;
}

.in-cases-img ul li img {
    width: 100%;
    height: 100%;
    transition: all .5s ease-out
}

.in-cases-img ul li:hover img {
    -ms-transform: scale(1.02);
    transform: scale(1.02)
}

.in-cases-img ul li:nth-child(even) {
    margin-right: 0;
}

.in-cases .fr {
    width: 32%;
    padding-top: 8rem;
}

.in-cases .fr .swiper-slide p {
    font-size: 1.8rem;
    color: #fff;
    max-height: 224px
}

.in-cases .fr .swiper-slide h4 {
    font-size: 2.4rem;
    color: #fff;
    margin-bottom: 2rem;
}

.in-cases .fr .swiper-slide ul {
    margin-top: 7rem;
    font-size: 1.6rem;
    color: #fff;
    line-height: 3rem;
}

.in-cases .fr .swiper-slide ul li {
    background: url(../images/pro-doc.png) left center no-repeat;
    padding-left: 30px;
}

.in-cases .view-more button,
.in-test-main .view-more button {
    color: #fff;
    border: 2px solid #fff;
    border-right: 4px solid #fff;
    transform: translateY(0px);
}

.in-cases .view-more button span,
.in-test-main .view-more button span {
    background-color: #ff9900;
}

.in-cases .view-more button:hover,
.in-test-main .view-more button:hover {
    background: #ff9900;
    border: 2px solid #ff9900;
    border-right: 4px solid #ff9900;
}

.in-test-main .view-more button:hover {
    box-shadow: 0px 0px 30px 1px #f90;
}

.in-test-main .view-more button i {
    display: inline-block;
    -webkit-animation: shaking 1s infinite;
}

@keyframes shaking {
    0% {
        transform: translateY(-3px);
    }

    50% {
        transform: translateY(3px);
    }

    100% {
        transform: translateY(-3px);
    }
}

/*incase end*/
/*insolution*/
.insolution {
    width: 100%;
    background: #f1f3f5;
}

.insolution h3 {
    font-size: 5.4rem;
    text-align: center;
    margin-bottom: 4rem;
}

.insolution .content {
    width: 100%;
    margin-bottom: 5rem;
}

.insolution .content .listbox {
    margin: 0 -10px;
    overflow: hidden;
    width: calc(100% + 20px);
}

.insolution .content .listbox .list {
    float: left;
    padding: 0 1rem;
    width: 24.6%;
}

.insolution .content .listbox .list:nth-child(2) {
    width: 50.8%;
}

.insolution .content .listbox .list ul {
    width: 100%;
}

.insolution .content .listbox .list ul li {
    width: 100%;
    margin-bottom: 2rem;
}

.insolution .content .listbox .list ul li:last-child {
    margin-bottom: 0;
}

.insolution .content .listbox .list ul li a {
    display: block;
    width: 100%;
    position: relative;
}

.insolution .content .listbox .list ul li a .pic {
    width: 100%;
    padding-bottom: 75.13%;
    position: relative;
    overflow: hidden;
    min-height: 50px;
    z-index: 1;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.insolution .content .listbox .list ul li a::after {
    content: "";
    display: block;
    width: 100%;
    height: 108px;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.insolution .content .listbox .list:nth-child(2) ul li a .pic {
    padding-bottom: 73.3%;
}

.insolution .content .listbox .list ul li a .pic img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;

    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

.insolution .content .listbox .list ul li a:hover .pic img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}

.insolution .content .listbox .list ul li a .wordsbox {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 16px;
    padding: 0 22px 0 20px;
    overflow: hidden;
    z-index: 3;
    background: url(/images/img74.png) no-repeat right 22px center;
}

.insolution .content .listbox .list ul li a .wordsbox .words {
    width: calc(100% - 40px);
    float: left;
    font-size: 1.8rem;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.insolution .content .listbox .list ul li a .wordsbox img {
    width: 25px;
    float: right;
    display: block;
}

.insolution .view-more {
    text-align: center;
}

.insolution .view-more button {
    font-weight: bold;
}

.insolution .view-more i {
    font-size: 2rem;
    vertical-align: middle;
    font-weight: normal;
}

/*insolution end*/
/*--index end--*/
/*newscover newslist*/
.newslist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 138px;
    padding-top: 60px;
}

.newslist2 {
    margin-top: 0;
}

.newslist-content {
    padding-right: 7rem;
    width: 75%
}

.newslist .swiper-pagination {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 5.4rem;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    position: absolute;
    right: 2.4rem;
    width: auto;
    z-index: 3;
}

.newslist .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
    height: 10px;
    margin: 0 0 0 1rem;
    opacity: .8;
    width: 10px;
    cursor: pointer;
}

.newslist .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #06c;
}

.newslist_side,
.news_wrap_side {
    width: 25%
}

.news-slide {
    border-radius: 10px;
    margin-bottom: 4rem;
    overflow: hidden;
    position: relative
}

.news-slide .swiper-slide a {
    display: block;
    position: relative
}

.news-slide .swiper-slide a .img {
    height: 35rem;
    overflow: hidden;
    width: 100%
}

.news-slide .swiper-slide a .img span {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 100%;
    width: 100%
}

.news-slide .swiper-slide a .title {
    background-color: rgba(0, 0, 0, .5);
    bottom: -6rem;
    color: #fff;
    display: block;
    left: 0;
    opacity: 0;
    padding: 0 3rem;
    position: absolute;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%;
    z-index: 2
}

.news-slide .swiper-slide a .title b {
    display: block;
    font-size: 2rem;
    font-weight: 400;
    line-height: 6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.news-slide .swiper-slide-active a .title {
    bottom: 0;
    opacity: 1
}

.news-slide .news-slide_page {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 6rem;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    position: absolute;
    right: 3rem;
    width: auto;
    z-index: 3
}

.news-slide .news-slide_page .swiper-pagination-bullet {
    background-color: #fff;
    height: 10px;
    margin: 0 0 0 1rem;
    opacity: .8;
    width: 10px
}

.news-slide .news-slide_page .swiper-pagination-bullet-active {
    background-color: #06c
}

.news-slide .swiper_arrows .swiper_arrow.prev {
    left: 3rem
}

.news_subnv {
    margin-bottom: 2rem
}

.news_subnv>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0 -1rem;
    padding: 0
}

.news_subnv>ul>li {
    padding: 0 1rem
}

.news_subnv>ul>li a {
    color: #666;
    display: block;
    font-size: 1.6rem;
    line-height: 38px;
    min-width: 130px;
    padding: 0 2rem;
    position: relative;
    text-align: center
}

.news_subnv>ul>li a>* {
    position: relative;
    z-index: 2
}

.news_subnv>ul>li a:before {
    border: 1px solid #666;
    border-radius: 19px;
    opacity: 1
}

.news_subnv>ul>li a:after,
.news_subnv>ul>li a:before {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.news_subnv>ul>li a:after {
    background: -webkit-linear-gradient(left, #0075bf, #06c);
    background: linear-gradient(90deg, #0075bf, #06c);
    border-radius: 15px;
    opacity: 0
}

.news_subnv>ul>li a i {
    font-size: 2rem;
}

.news_subnv>ul>li a.cur,
.news_subnv>ul>li a:hover {
    color: #fff
}

.news_subnv>ul>li.active a {
    color: #fff;
    background: -webkit-linear-gradient(left, #0075bf, #06c);
    background: linear-gradient(90deg, #0075bf, #06c);
    border-radius: 15px;
}

.news_subnv>ul>li.active a:before {
    border: none;
}

.news_subnv>ul>li a.cur:before,
.news_subnv>ul>li a:hover:before {
    opacity: 0
}

.news_subnv>ul>li a.cur:after,
.news_subnv>ul>li a:hover:after {
    opacity: 1
}

.news-bread {
    color: #666;
    font-size: 1.4rem;
    line-height: 1em
}

.news-bread a {
    color: #666;
    -webkit-transition: all .5s;
    transition: all .5s
}

.news-bread a:hover {
    color: #06c
}

.newslist-body {
    padding: 4rem 0
}

.newslist-body>ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.newslist-body>ul>li {
    border-bottom: 1px solid #ddd;
    display: block;
    margin-bottom: 3rem;
    padding-bottom: 3rem
}

.newslist-body>ul>li .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.newslist-body>ul>li .item .img {
    -ms-flex-negative: 0;
    background-color: #f1f3f5;
    border-radius: 10px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    height: 20rem;
    overflow: hidden;
    position: relative;
    width: 32.4rem
}

.newslist-body>ul>li .item .img.icon_video .icon {
    background-image: url(../img/icon_video.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 5rem;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 5rem;
    z-index: 2
}

.newslist-body>ul>li .item .img img {
    height: 100%;
    width: 100%;
    transition: all 1s;
}

.newslist-body>ul>li .item .txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    padding: 0 0 0 6rem;
    width: 100%
}

.newslist-body>ul>li .item .txt .title {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.3
}

.newslist-body>ul>li .item .txt .title a {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
    padding-right: 20px
}

.newslist-body>ul>li .item .txt .title a:hover {
    color: #06c
}

.newslist-body>ul>li .item .txt .title span {
    color: #666;
    font-size: 1.4rem;
    margin-left: auto;
    white-space: nowrap;
    margin-top: 3px;
}

.newslist-body>ul>li .item .txt .des {
    color: #666;
    font-size: 1.6rem;
    line-height: 1.6;
    margin-top: 2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.newslist-body>ul>li .item .txt .info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 2rem;
    margin-top: auto
}

.newslist-body>ul>li .item .txt .info .tags {
    color: #666;
}

.newslist-body>ul>li .item .txt .info .tags>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 -2px;
    padding: 0
}

.newslist-body>ul>li .item .txt .info .tags>ul>li {
    margin-top: .4rem;
    padding: 0 2px
}

.newslist-body>ul>li .item .txt .info .tags>ul>li:last-of-type {
    margin-right: 0
}

.newslist-body>ul>li .item .txt .info .tags a {
    background-color: #eee;
    border-radius: 13px;
    color: #666;
    display: inline-block;
    height: 26px;
    line-height: 2;
    padding: 0 1rem;
    white-space: nowrap
}

.newslist-body>ul>li .item .txt .info .tags a:hover {
    background-color: #06c;
    color: #fff
}

.newslist-body>ul>li .item .txt .info .more {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto
}

.newslist-body>ul>li .item .txt .info .more span,
.news_hot>ul>li .item .txt .info .more span {
    color: #06c;
    font-weight: 700;
    margin-right: 10px;
    white-space: nowrap;
    transition: color .3s;
    font-weight: 400;
}

.newslist-body>ul>li .item .txt .info .more i,
.news_hot>ul>li .item .txt .info .more i,
.news_side_box02 .box_title a i {
    color: #06c;
    font-weight: bold;
    font-size: 2rem;
    transition: color .3s;
}

.newslist-body_zhuanti {
    padding: 4rem 0
}

.newslist-body_zhuanti>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 -1rem;
    padding: 0
}

.newslist-body_zhuanti>ul>li {
    margin-bottom: 4rem;
    padding: 1rem;
    width: 33.33%
}

.newslist-body_zhuanti>ul>li .item .img {
    border-radius: 10px;
    display: block;
    height: 20.8rem;
    overflow: hidden;
    position: relative;
    width: 100%
}

.newslist-body_zhuanti>ul>li .item .img.icon_video .icon {
    background-image: url(../img/icon_video.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 5rem;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 5rem;
    z-index: 2
}

.newslist-body_zhuanti>ul>li .item .img img {
    background-color: #f1f3f5;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%
}

.newslist-body_zhuanti>ul>li .item .txt .title {
    color: #2e2e2e;
    display: block;
    font-size: 2rem;
    font-weight: 700;
    height: 1.1em;
    line-height: 1.1em;
    margin: 2rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all .5s;
    transition: all .5s;
    white-space: nowrap
}

.newslist-body_zhuanti>ul>li .item .txt .title:hover {
    color: #06c
}

.newslist-body_zhuanti>ul>li .item .txt .des {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #666;
    display: -webkit-box;
    font-size: 1.6rem;
    height: 3em;
    line-height: 1.5em;
    margin-bottom: .8rem;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis
}

.newslist-body_zhuanti>ul>li .item .txt .info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 20px;
    margin-top: auto
}

.newslist-body_zhuanti>ul>li .item .txt .info .date {
    color: #666;
    font-family: Montserrat-Regular;
    font-size: 1.4rem
}

.newslist-body_zhuanti>ul>li .item .txt .info .more {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto
}

.newslist-body_zhuanti>ul>li .item .txt .info .more span {
    color: #06c;
    font-size: 12px;
    font-weight: 700;
    line-height: 1em;
    margin-right: 10px;
    white-space: nowrap
}

.newslist-body_zhuanti>ul>li .item .txt .info .more svg {
    color: #06c;
    height: 14px;
    width: 14px
}

.news_side_whitepaper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: -webkit-linear-gradient(left, #0075bf, #06c);
    background: linear-gradient(90deg, #0075bf, #06c);
    border-radius: 2.8rem;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 5.6rem;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 4rem;
    text-align: center;
    width: 100%
}

.news_side_whitepaper span {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.2
}

.news_side_whitepaper svg {
    color: #fff;
    height: 1.6rem;
    margin-left: 1rem;
    width: 1.6rem
}

.news_side_search .newsform {
    border: 1px solid #ddd;
    border-radius: 2.8rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 5.6rem;
    width: 100%
}

.news_side_search .newsform .btn01 {
    -webkit-box-flex: 1;
    background: none;
    border: none;
    color: #2e2e2e;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 1.4rem;
    line-height: 1em;
    margin: 0;
    outline: 0;
    padding: 0 2.8rem
}

.news_side_search .newsform .btn01::-webkit-input-placeholder {
    color: #666;
    font-size: 1.4rem
}

.news_side_search .newsform .btn01:-moz-placeholder,
.news_side_search .newsform .btn01::-moz-placeholder {
    color: #666;
    font-size: 1.4rem
}

.news_side_search .newsform .btn01:-ms-input-placeholder {
    color: #666;
    font-size: 1.4rem
}

.news_side_search .newsform .btn02 {
    background: none;
    border: none;
    cursor: pointer;
    height: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    width: 7rem
}

.news_side_search .newsform .btn02 i {
    color: #666;
    font-size: 2.4rem;
    height: 12rem;
    width: 12rem;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.news_side_search .newsform .btn02:hover i {
    color: #06c
}

.news_side_box01 {
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-top: 4rem;
    padding: 4rem 4rem 2rem 3rem
}

.news_side_box01 .box_title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2rem
}

.news_side_box01 .box_title h6 {
    color: #2e2e2e;
    font-size: 2rem;
    line-height: 1;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.news_side_box01 .list01>ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.news_side_box01 .list01>ul>li {
    border-bottom: 1px solid #ddd
}

.news_side_box01 .list01>ul>li:last-child {
    border: none;
}

.news_side_box01 .list01>ul>li a {
    color: #666;
    display: block;
    font-size: 1.6rem;
    line-height: 3.75;
    overflow: hidden;
    padding-left: 2.2rem;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap
}

.news_side_box01 .list01>ul>li a:before {
    background-color: #06c;
    border-radius: 100%;
    content: "";
    display: block;
    height: .6rem;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: .6rem
}

.news_side_box01 .list01>ul>li a:hover {
    color: #06c
}

.news_side_box01 .list_tags {
    margin-bottom: -2rem;
    padding-top: 1rem
}

.news_side_box01 .list_tags>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 -1rem;
    padding: 0
}

@media (max-width:1288px) {
    .news_side_box01 .list_tags>ul {
        margin: 0 -5px
    }
}

.news_side_box01 .list_tags>ul>li {
    -webkit-box-flex: 1;
    -ms-flex-preferred-size: 20%;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    margin-bottom: 2rem;
    padding: 0 1rem
}

.news_side_box01 .list_tags>ul>li a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #eee;
    border-radius: 2rem;
    color: #666;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.4rem;
    height: 4rem;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: 1;
    padding: 0 .6rem;
    white-space: nowrap;
    width: 100%
}

.news_side_box01 .list_tags>ul>li a:hover {
    background: -webkit-linear-gradient(left, #0075bf, #06c);
    background: linear-gradient(90deg, #0075bf, #06c);
    color: #fff;
    transition: all .3s;
}

.news_side_box01_qrbox {
    padding: 2rem 4rem 1rem
}

.news_side_box01 .list_qr>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0 -1rem;
    padding: 0
}

.news_side_box01 .list_qr>ul>li {
    padding: 0 1rem;
    max-width: 50%
}

.news_side_box01 .list_qr>ul>li .item img {
    display: block;
    width: 100%
}

.news_side_box01 .list_qr>ul>li .item span {
    color: #666;
    display: block;
    font-size: 1.4rem;
    line-height: 2em;
    text-align: center
}

.news_side_box02 {
    margin-top: 4rem
}

.news_side_box02 .box_title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3rem
}

.news_side_box02 .box_title h6 {
    color: #2e2e2e;
    font-size: 3rem;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.news_side_box02 .box_title a {
    margin-left: auto
}

.news_side_box02 .box_title a span {
    color: #06c;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    transition: all .3s;
}

.news_side_box02 .list_withimg>ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.news_side_box02 .list_withimg>ul>li {
    display: block;
    margin-bottom: 3rem
}

.news_side_box02 .list_withimg>ul>li:last-of-type {
    margin-bottom: 0
}

.news_side_box02 .list_withimg>ul>li a {
    border-radius: 10px;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.news_side_box02 .list_withimg>ul>li a img {
    background-color: #f1f3f5;
    display: block;
    width: 100%;
    transition: all .5s;
}

.news_side_box02 .list_withimg>ul>li a span {
    transition: all .5s;
    background-color: rgba(0, 0, 0, .5);
    bottom: 0;
    color: #fff;
    display: block;
    font-size: 1.8rem;
    height: 6rem;
    left: 0;
    line-height: 6rem;
    overflow: hidden;
    padding: 0 10px;
    position: absolute;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    z-index: 2;
}

.news_side_box02 .list_withimg>ul>li a:hover span {
    background: -webkit-linear-gradient(left, #0075bf, #06c);
    background: linear-gradient(90deg, #0075bf, #06c)
}

.news_detail_wrap {
    border-top: 1px solid #ddd;
    margin-top: 2rem;
    padding: 3rem 0
}

.news_detail_title {
    font-size: 2.2rem;
    line-height: 2em;
    margin: 0;
    padding: 0;
    text-align: center
}

.news_detail_info {
    border-bottom: 1px solid #ddd;
    color: #666;
    font-size: 12px;
    line-height: 2em;
    padding-bottom: 10px;
    text-align: center
}

.news_detail_txt {
    padding-top: 20px
}

.news_detail_txt blockquote {
    margin: 0;
    padding: 0
}

.news_detail_txt .live_video {
    display: block;
    position: relative
}

.news_detail_txt .live_video .icon {
    height: 1.92rem;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1.92rem;
    z-index: 2
}

.news_detail_txt .live_video .icon img {
    width: 100%
}

.news_detail_page {
    border-top: 1px solid #ddd;
    color: #666;
    font-size: 12px;
    line-height: 2em;
    margin-top: 2rem;
    padding-top: 2rem
}

.news_detail_page a {
    color: #666;
    -webkit-transition: all .5s;
    transition: all .5s
}

.news_detail_page a:hover {
    color: #06c
}

.news-title {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.news-title .t {
    color: #2e2e2e;
    font-size: 3rem;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    padding: 0
}

.news-title .more {
    color: #666;
    font-size: 1.4rem;
    line-height: 1;
    -webkit-transition: all .5s;
    transition: all .5s
}

.news-title .more:hover {
    color: #06c
}

.news_hot {
    margin: 4rem 0;
    padding-bottom: 2rem
}

.news_hot>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 -1rem;
    padding: 0
}

.news_hot>ul>li {
    margin-bottom: 2rem;
    padding: 0 1rem;
    width: 33.33%
}

.news_hot>ul>li .item .img {
    border-radius: 10px;
    display: block;
    height: 20.8rem;
    overflow: hidden;
    position: relative;
    width: 100%
}



.news_hot>ul>li .item .img img {
    background-color: #f1f3f5;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%
}

.news_hot>ul>li:hover img,
.news_side_box02 .list_withimg>ul>li a:hover img,
.newslist-body>ul>li:hover .item .img img,
.newslist-body_zhuanti>ul>li .item .img:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.news_hot>ul>li:hover .item .txt .info i,
.news_hot>ul>li:hover .item .txt .info .more span,
.newslist-body>ul>li:hover .item .txt .info .more span,
.newslist-body>ul>li:hover .item .txt .info .more i,
.news_side_box02 .box_title a:hover span,
.news_side_box02 .box_title a:hover i {
    color: #FF9900;
}

.news_hot>ul>li .item .txt .title {
    color: #2e2e2e;
    display: block;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    margin: 2rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all .5s;
    transition: all .5s;
    white-space: nowrap
}

.news_hot>ul>li .item .txt .title:hover {
    color: #06c
}

.news_hot>ul>li .item .txt .des {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #666;
    display: -webkit-box;
    font-size: 1.6rem;
    height: 3em;
    line-height: 1.5em;
    margin-bottom: 2rem;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis
}

.news_hot>ul>li .item .txt .info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 20px;
    margin-top: auto
}

.news_hot>ul>li .item .txt .info .date {
    color: #666;
    font-family: Montserrat-Regular;
}

.news_hot>ul>li .item .txt .info .more {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto
}

.news_side_marketing_category>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 -.6rem;
    padding: 0
}

.news_side_marketing_category>ul>li {
    margin-bottom: 3rem;
    padding: 0 1.5rem;
    width: 50%
}

.news_side_marketing_category>ul>li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-color: #06c;
    border-radius: 10px;
    display: block;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 16rem;
    overflow: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%
}

.news_side_marketing_category>ul>li a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative
}

.news_side_marketing_category>ul>li a i {
    font-size: 4rem;
    color: #fff;
}

.news_side_marketing_category>ul>li a span {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    margin-top: 2rem;
    position: relative;
    z-index: 2
}

.news_side_marketing_category>ul>li a:hover {
    background-color: #FF9900
}

.news_side_marketing_category>ul>li a:hover:before {
    background-color: #FF9900;
    opacity: .8
}

/*newscover newslist end*/
/*newsnr*/
.technr {
    margin-top: 138px;
    padding-top: 1rem
}

.newsnr-main #text_down {
    border-color: #ddd;
    width: 240px;
    line-height: 40px;
    text-align: center;
    margin: 40px auto;
    color: #fff;
    cursor: pointer
}

.newsnr-main #text_down .no_denglu {
    background: #ddd
}

.newsnr-main #text_down .yes_denglu {
    background-color: #06c;
}

.newsnr-main #text_down .yes_denglu a {
    color: #fff;
    display: block
}

.newsnr-main {
    max-width: 1050px;
    margin: 10rem auto 8rem;
    position: relative;
    color: #666
}

.newsnr-main .date {
    margin-bottom: 2rem;
}

.newsnr-main .date i {
    color: #06c;
    font-size: 2rem;
}

.newsnr-main .date span {
    font-size: 1.6rem;
    margin-left: .8rem;
    color: #666;
}

.newsnr-main .date span:nth-child(2) {
    margin-right: 1rem;
}

.newsnr-main h1 {
    font-size: 4rem;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid rgba(0, 0, 0, .14);
    font-weight: bold;
    color: #2e2e2e;
    line-height: 1.3;
}

.newsnr-main .share {
    position: absolute;
    top: 0;
    left: -220px;
}

#bdshare_weixin_qrcode_dialog {
    box-sizing: content-box;
    font-family: "Microsoft YaHei";
    width: auto !important;
    height: auto !important;
}

.newsnr-main .bdsharebuttonbox a {
    display: flex;
    width: 8rem;
    height: 8rem;
    background-color: #7D818A;
    margin: 0 0 1px 0;
    float: none;
    padding: 0;
    background-position: center;
    background-repeat: no-repeat;
    transition: .7s;
    -ms-transition: .7s;
    -moz-transition: .7s;
    -webkit-transition: .7s;
    -o-transition: .7s;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: #fff;
    cursor: pointer;
    background-image: none;
}

.newsnr-main .bdsharebuttonbox a.bds_weixin {
    font-size: 4rem;
}

.newsnr-main .bdsharebuttonbox a:hover {
    opacity: 1;
    background-color: #06c;
    color: #fff
}

.newsnr-main .txt {
    font-size: 1.8rem;
    line-height: 1.8;
    color: #2e2e2e;
    margin-bottom: 15px;
    letter-spacing: 1px;
    overflow: hidden;
}

.newsnr-main .txt span.iconfont {
    font-size: 2.2rem;
    color: #f90
}

.newsnr-main .txt .txt-liter {
    font-size: 1.6rem;
}

.newsnr-main .txt .txt-liter p {
    margin: 1rem 0
}

.newsnr-main .txt a {
    color: #00A1E9
}

.newsnr-main .txt a:hover {
    color: #f90
}

.newsnr-main .txt p {
    margin: 2rem 0;
    text-indent: 2em
}

.newsnr-main .txt ol,
.pronr_info.pronr_cpgs ol {
    width: 100%;
    width: calc(100% + 6px);
    overflow: hidden;
    margin-left: -3px;
}

.newsnr-main .txt ol li,
.pronr_info.pronr_cpgs ol li {
    overflow: hidden;
    width: 50%;
    float: left;
    text-align: center
}
.pronr_info.pronr_cpgs ol.ol2 li{
    width:50%;
}
.pronr_info.pronr_cpgs ol.ol3 li{
    width:33.33%;
}
.pronr_info.pronr_cpgs ol.ol4 li{
    width:25%;
}
.newsnr-main .txt ol li:nth-child(odd),
.pronr_info.pronr_cpgs ol li:nth-child(odd) {
    clear: both
}
.pronr_info.pronr_cpgs ol li:nth-child(odd){
    clear:none;
}
.newsnr-main .txt ol li img,
.pronr_info.pronr_cpgs ol li img {
    margin: 0;
    padding: 3px;
    max-width: 100%;
}

.newsnr-main .txt h2,
.newsnr-main .txt h3,
.newsnr-main .txt h4,
.newsnr-main .txt h5 {
    font-weight: bold;
    margin: 1rem 0;
}

.newsnr-main .txt h2 {
    font-size: 2.6rem;
}

.newsnr-main .txt h3 {
    font-size: 2.2rem;
}

.newsnr-main .txt h4 {
    font-size: 2.0rem;
}

.newsnr-main h5 {
    text-align: center;
}

.newsnr-main h6 {
    font-weight: bold;
    margin: 2rem 0;
    color: #2e2e2e
}

.newsnr-main .txt iframe {
    width: 100%;
    height: 650px;
}

.newsnr-main .arrow {
    font-size: 1.8rem;
    line-height: 42px;
    padding: 2.2rem 1rem;
    border-top: 1px solid rgba(0, 0, 0, .12);
}

.newsnr-main .arrow .item {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    padding-left: 48px;
}

.newsnr-main .arrow .item a {
    color: #666;
    position: relative;
}

.newsnr-main .arrow .item a:hover {
    color: #FF9900
}

.newsnr-main .arrow .item.disabled a {
    color: rgba(102, 102, 102, .54)
}

.newsnr-main .arrow .item:hover span {
    color: #06c
}

.newsnr-main .item:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    text-align: center;
    line-height: 26px;
    font-family: '黑体';
    font-size: 13px;
    color: #666;
    background-color: #F1F1F1;
    margin-top: -13px
}

.newsnr-main .prev:before {
    content: '<'
}

.newsnr-main .next:before {
    content: '>'
}

.newsnr-main .item.disabled a:before {
    color: rgba(102, 102, 102, .5)
}

.newsnr-main img,
.newsnr-main video {
    max-width: 100%;
    margin: .5rem 0;
}

.newsnr-main p img {
    margin-left: -2em
}

.newsnr-recom {
    padding: 7rem 0;
    background-color: rgba(0, 0, 0, .04);
}

.newsnr-recom-ul {
    overflow: hidden;
}

.newsnr-recom-ul li {
    width: 25%;
    float: left;
}

.newsnr-recom-ul .con {
    display: block;
    margin: 0 7px;
}

.newsnr-recom-ul .pic {
    padding-top: 58%;
    height: 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 4rem;
}

.newsnr-recom-ul .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    transition: .7s;
    -ms-transition: .7s;
    -moz-transition: .7s;
    -webkit-transition: .7s;
    -o-transition: .7s;
}

.newsnr-recom-ul .date {
    font-size: 14px;
    display: block;
    font-weight: bold;
    margin-bottom: 12px;
}

.newsnr-recom-ul h3 {
    font-size: 1.8rem;
    color: #111;
    font-weight: normal;
}

.newsnr-recom-ul .con:hover .pic img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

/*newsnr end*/
/*contact*/
.contact.con-cus-ser{
    text-align: center;
}
.contact {
    padding: 5rem 3rem;
    background-color: #f1f3f5;
    font-size: 1.6rem;
    border-radius: 8px;
}

.contact-info {}

.contact-info ul {
    margin-left: -1.5%
}

.contact-info ul li {
    float: left;
    width: 31.833%;
    background-color: #fff;
    padding: 2rem 3rem 2rem 12rem;
    margin-left: 1.5%;
    position: relative;
    margin-bottom: 2rem;
    cursor: pointer;
    transition: all .5s;
    border-radius: 8px
}

.contact-info ul li:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.contact-info ul li h5 {
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 1rem
}

.contact-info ul li p {
    color: #666;
}

.contact-info ul li p a {
    font-weight: bold;
    word-break: break-word;
    color: #06c;
    font-size: 2rem;
    margin-left: 1.6rem;
}

.contact-info ul li .con-tb {
    width: 7rem;
    height: 7rem;
    border: 2px solid #06c;
    border-radius: 50%;
    position: absolute;
    left: 3rem;
    top: 50%;
    margin-top: -3.5rem;
    text-align: center;
}

.contact-info ul li .con-tb i {
    color: #06c;
    font-size: 3rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.contact-info ul li:nth-child(5) .con-tb i {
    font-weight: bold;
}

.contact-info ul li:nth-child(6) .con-tb i {
    font-size: 3.6rem;
}

.contact-info ul li:last-child {
    width: 98.5%;
}

.contact-info ul li:last-child .con-add {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    text-align: center
}

.contact-info ul li:last-child .con-add a {
    font-size: 1.2rem;
}

.contact-info ul li:last-child .con-add i {
    font-size: 3rem;
}

.contact-code ul {
    margin-left: -1.5%
}

.contact-code ul li {
    width: 18.5%;
    margin-left: 1.5%;
    float: left;
    text-align: center;
    padding: 3rem;
    background-color: #fff;
    position: relative;
    cursor: pointer;
    transition: all .5s;
    border-radius: 8px
}

.contact-code ul li:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.contact-code ul li p {
    padding: 17px 12px 0 12px;
    border: 1px dashed #dde2eb;
    border-bottom: none;
    position: relative;
}

.contact-code ul li h4 {
    border: 1px dashed #dde2eb;
    border-top: none;
    position: relative;
    padding: 10px 0 5px;
    line-height: 1
}

.contact-code ul li p:before,
.contact-code ul li p:after,
.contact-code ul li h4:after,
.contact-code ul li h4:before {
    width: 13px;
    height: 13px;
    content: '';
    position: absolute;
}

.contact-code ul li p:after {
    left: -1px;
    top: -1px;
    border-top: 2px solid #06c;
    border-left: 2px solid #06c;
}

.contact-code ul li p:before {
    right: -1px;
    top: -1px;
    border-top: 2px solid #06c;
    border-right: 2px solid #06c;
}

.contact-code ul li h4:after {
    left: -1px;
    bottom: -1px;
    border-bottom: 2px solid #06c;
    border-left: 2px solid #06c;
}

.contact-code ul li h4:before {
    right: -1px;
    bottom: -1px;
    border-bottom: 2px solid #06c;
    border-right: 2px solid #06c;
}

.contact-code ul li h4 i {
    font-size: 2rem;
    color: #06c;
    margin-right: 1rem;
    vertical-align: middle
}

.contact-code ul li:last-child {
    display: none;
}

.contact-map #map_container {
    position: relative;
    z-index: 9;
    border-radius: 15px;
}

/*contact end*/
/*about*/
.about-con {
    display: flex;
    justify-content: space-between;
    font-size: 1.6rem;
}

.about-top h1 {
    font-size: 4.2rem;
    font-weight: bold;
    margin-bottom: 3rem;
    line-height: 1;
}

.about-con .about-info {
    width: 45.94%;
}

.about-con .con_re {
    width: 50%;
}

.about-con .about-info .about-info-title {
    font-size: 2.4rem;
}

.about-con .about-info .about-info-img {
    margin: 3.5rem 0 5.5rem;
    height: 5rem;
    padding-right: 3rem;
    position: relative;
}

.about-con .about-info .about-info-img s {
    display: block;
    width: 78%;
    position: absolute;
    height: 1px;
    background: #e5e5e5;
    left: -23%;
    top: 50%;
}

.about-con .about-info .about-info-img img {
    float: right;
}

.about-con .about-info .about-info-zw {
    max-height: 370px;
    overflow-y: auto;
    padding-right: 15px;
    text-align: justify;
    color: #666
}

.about-con .about-info .about-info-zw span {
    font-weight: 400;
}

.about-con .about-info .about-info-zw::-webkit-scrollbar {
    width: 4px;
    height: 1px;
}

.about-con .about-info .about-info-zw::-webkit-scrollbar-thumb {
    background: #06c;
}

.about-con .about-info .about-info-zw::-webkit-scrollbar-track {
    background: #fff;
}

.ab1_bot {
    margin-top: 70px;
}

.ab1_bot .ul {
    display: flex;
    justify-content: space-between;
}

.ab1_bot .ul .li1 {
    display: flex;
    align-items: flex-start;
}

.ab1_bot .ul .li1 .sp1 {
    color: #014099;
    margin-right: 3px;
}

.ab1_bot .ul .li2 {
    margin-top: 15px;
}

/*about end*/
/*history*/
.history {
    background: url(../images/history-bg.jpg) no-repeat center;
    overflow: hidden;
}

.m-slider3 .con {
    overflow: hidden;
    background: rgba(255, 255, 255, .8) url(../images/history-bg1.png) no-repeat right bottom;
    -o-background-size: 355px auto;
    -ms-background-size: 355px auto;
    -moz-background-size: 355px auto;
    -webkit-background-size: 355px auto;
    background-size: 355px auto;
}

.m-slider3 .pic {
    float: left;
    width: 50%;
    height: 490px;
}

.m-slider3 .pic img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.m-slider3 .txt {
    overflow: hidden;
    padding: 94px 90px 0 90px;
}

.m-slider3 .date {
    font-size: 70px;
    color: #06c;
    font-family: 'impact';
    display: block;
    margin-bottom: 7px;
}

.m-slider3 .tit {
    font-size: 3.2rem;
    color: #111;
    margin-bottom: 12px;
}

.m-slider3 .desc {
    font-size: 1.8rem;
    line-height: 1.78;
    color: #111;
}

.m-slider3 .slider-for {
    margin-bottom: 72px;
}

.m-slider3 .slider-for .slick-arrow {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    border: 1px solid rgba(0, 0, 0, .2);
    font-size: 0;
    text-indent: 9999px;
    z-index: 3;
    cursor: pointer;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    -o-background-size: 13px auto;
    -ms-background-size: 13px auto;
    -moz-background-size: 13px auto;
    -webkit-background-size: 13px auto;
    background-size: 13px auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .5s;
}

.m-slider3 .slider-for .slick-prev {
    left: -80px;
    background-image: url(../images/his-prev.png);
}

.m-slider3 .slider-for .slick-next {
    right: -80px;
    background-image: url(../images/his-next.png);
}

.m-slider3 .slider-for .slick-arrow:hover {
    background-color: #06c;
    border-color: #06c;
}

.m-slider3 .slider-for .slick-prev:hover {
    background-image: url(../images/his-prev-on.png);
}

.m-slider3 .slider-for .slick-next:hover {
    background-image: url(../images/his-next-on.png);
}

.m-slider3 .slider-nv {
    max-width: 1148px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 11px;
}

.m-slider3 .slider-nv:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 24px;
    border: 1px dashed #737A84;
}

.m-slider3 .time {
    text-align: center;
    font-size: 2rem;
    color: #666;
    margin-bottom: 10px;
    font-weight: bold;
    display: block;
    padding-top: 10px;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.m-slider3 .ico {
    width: 28px;
    height: 28px;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    background: #06c;
    border: 6px solid #EFF2F7;
    box-shadow: 0px 0px 6px 0px rgba(12, 35, 65, 0.13);
    border-radius: 50%;
    cursor: pointer;
}

.m-slider3 .slick-current .time {
    font-size: 3.2rem;
    color: #FF9900;
    padding-top: 0;
}

.m-slider3 .slick-current .ico {
    background-color: #FF9900;
}

.m-slider3 .slider-nv .slick-arrow {
    position: absolute;
    bottom: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 0;
    font-size: 0;
    text-indent: 9999px;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(36, 86, 150, .3);
    -o-background-size: 13px auto;
    -ms-background-size: 13px auto;
    -moz-background-size: 13px auto;
    -webkit-background-size: 13px auto;
    background-size: 13px auto;
}

.m-slider3 .slider-nv .slick-prev {
    left: -58px;
    background-image: url(../images/his-prev-on.png);
}

.m-slider3 .slider-nv .slick-next {
    right: -58px;
    background-image: url(../images/his-next-on.png);
}

.m-slider3 .slider-nv .slick-arrow:hover {
    background-color: #06c;
    border-color: #06c;
}

/*history end*/
/*join-us*/
.m-xt {
    padding: 3rem;
    background-color: #f1f3f5;
    overflow: hidden;
    margin-bottom: 4rem;
    border-radius: 8px;
    transition: all .5s
}

.m-xt:hover {
    box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
}

.m-xt .pic {
    float: left;
    width: 46.94%
}

.m-xt .pic img {
    display: block
}

.m-xt .txt {
    padding-top: 5rem;
    padding-left: 5rem;
    overflow: hidden
}

.m-xt .txt h3 {
    font-size: 3.2rem;
    color: #2e2e2e;
    padding-bottom: 22px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 2.6rem
}

.m-xt .txt .desc {
    font-size: 1.8rem;
    color: #666;
    line-height: 2.4
}

.ul-listb5 {
    border-radius: 8px;
    transition: all .5s
}

.ul-listb5:hover {
    box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
}

.ul-listb5 li {
    float: left;
    width: 50%;
    border-radius: 8px;
}

.ul-listb5 .con {
    height: 21.3rem;
    min-height: 150px;
    background-color: #f1f3f5;
    overflow: hidden
}

.ul-listb5 .pic-box {
    float: left;
    width: 47.362%;
    height: 100%;
}

.ul-listb5 .pic {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -o-background-size: cover;
    background-size: cover;
    min-height: 180px
}

.ul-listb5 .txt {
    position: relative;
    height: 100%;
    overflow: hidden
}

.ul-listb5 .txt .box {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    line-height: 1.5;
    text-align: center;
    font-size: 1.8rem;
    color: #666;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.ul-listb5 .txt .box h3 {
    font-size: 2.4rem;
    color: #2e2e2e;
    margin-bottom: 8px
}

.ul-listb5 .li3 .pic-box,
.ul-listb5 .li4 .pic-box {
    float: right;
    width: 52.638%
}


.ibox .two_sel {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5rem;
}

.ibox .two_sel .left {
    width: 36.25%;
    height: 100%;
    display: flex;
}

.ibox .two_sel .left .sel {
    width: 48.2%;
    height: 100%;
    margin-right: 3.6%;
    border-radius: 7px;
    overflow: hidden;
    position: relative;
}

.ibox .two_sel .left .sel:last-child {
    margin-right: 0;
}

.ibox .two_sel .left .sel select {
    width: 100%;
    height: 100%;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    border-radius: 7px;
    padding-left: 20px;
    color: #666666;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 1.6rem;
}

.ibox .two_sel .left .sel .jiantou {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 11px;
    pointer-events: none;
}

.ibox .two_sel .right {
    width: 43.75%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ibox .two_sel .right .inp {
    width: 71.4%;
    height: 100%;
    position: relative;
}

.ibox .two_sel .right .inp .s_img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
}

.ibox .two_sel .right .inp input {
    width: 100%;
    height: 100%;
    padding-left: 51px;
    border-radius: 7px;
    overflow: hidden;
    border: 1px solid #d9d9d9;
    background-color: #fff;
}

.ibox .two_sel .right .ss {
    width: 25.7%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    letter-spacing: 9px;
    background-color: #06c;
    border-radius: 7px;
    overflow: hidden;
}

.ibox .two_sel .right .ss:hover {
    background-color: #1855de;
}

.ibox .sfq {
    width: 100%;
    min-height: 765px;
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.ibox .sfq .left {
    width: 100%;
    position: relative;
}

.ibox .sfq .left:last-child {
    margin-right: 0;
}

.ibox .sfq .left .four {
    width: 48.75%;
    height: 160px;
    padding: 30px 30px 0 30px;
    border-radius: 11px;
    position: absolute;
    overflow: hidden;
    background-color: #f1f3f5;
    -moz-box-shadow: 0px 1px 5px #DDDDDD;
    -webkit-box-shadow: 0px 1px 5px #DDDDDD;
    box-shadow: 0px 1px 5px #DDDDDD;
    cursor: pointer;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
}

.ibox .sfq .left .four:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.ibox .sfq .left .four:nth-child(1) {
    top: 0;
    left: 0;
}

.ibox .sfq .left .four:nth-child(2) {
    top: 0;
    right: 0;
}

.ibox .sfq .left .four:nth-child(3) {
    top: 26.1%;
    left: 0;
}

.ibox .sfq .left .four:nth-child(4) {
    top: 26.1%;
    right: 0;
}

.ibox .sfq .left .four:nth-child(5) {
    top: 52.2%;
    left: 0;
}

.ibox .sfq .left .four:nth-child(6) {
    top: 52.2%;
    right: 0;
}

.ibox .sfq .left .four:nth-child(7) {
    top: 78.3%;
    left: 0;
}

.ibox .sfq .left .four:nth-child(8) {
    top: 78.3%;
    right: 0;
}

.ibox .sfq .left .four.act {
    height: 100%;
    z-index: 5;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    top: 0;
    left: 0;
    transform: translateY(-5px);
}

.ibox .sfq .left .four.act:nth-child(even) {
    left: auto;
    right: 0;
}

.ibox .sfq .left .four.act1 {
    z-index: 1;
}

.ibox .sfq .left .four .up {
    width: 100%;
}

.ibox .sfq .left .four .up .dd_text {
    color: #666;
    font-size: 1.4rem;
}

.ibox .sfq .left .four .up .d_text {
    color: #2e2e2e;
    margin: 2rem 0 2.5rem 0;
    font-size: 2.4rem;
}

.ibox .sfq .left .four.act .up .d_text {
    color: #06c;
    margin: 19px 0 50px 0;
}

.ibox .sfq .left .four .up .c_text {
    width: 83%;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ibox .sfq .left .four.act .up .c_text {
    display: none;
}

.ibox .sfq .left .four .up .s_img {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 30px;
    right: 30px;
}

.ibox .sfq .left .four .up .s_img img {
    position: absolute;
    top: 0;
    left: 0;
}

.ibox .sfq .left .four .up .s_img img:last-child {
    opacity: 0;
}

.ibox .sfq .left .four.act .up .s_img img:last-child {
    opacity: 1;
}

.ibox .sfq .left .four.act .up .s_img img:first-child {
    opacity: 0;
}

.ibox .sfq .left .four .down {
    width: 100%;
    display: none;
}

.ibox .sfq .left .four .down .long_text {
    width: 100%;
    height: 440px;
    overflow: auto;
    padding-right: 10px;
    margin-bottom: 30px;
}

.ibox .sfq .left .four .down .long_text::-webkit-scrollbar {
    width: 3px;
    height: 1px;
}

.ibox .sfq .left .four .down .long_text::-webkit-scrollbar-thumb {
    background: #06c;
}

.ibox .sfq .left .four .down .long_text::-webkit-scrollbar-track {
    background: #fff;
}

.ibox .sfq .left .four .down .long_text .text {
    width: 100%;
    margin-bottom: 40px;
}

.ibox .sfq .left .four .down .long_text .text:last-child {
    margin-bottom: 0px;
}

.ibox .sfq .left .four .down .long_text .text .d_text {
    font-weight: bold;
    margin: 1.2rem 0;
    font-size: 1.8rem;
}

.ibox .sfq .left .four .down .long_text .text p span {
    font-weight: bold;
    color: #2e2e2e
}

.ibox .sfq .left .four .down .long_text .text .c_text {
    color: #666;
    font-size: 1.4rem;
    margin-bottom: 7px;
}

.ibox .sfq .left .four .down .line {
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
    margin-bottom: 70px;
}

.ibox .sfq .left .four .down .yj {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ibox .sfq .left .four .down .yj .yx {
    display: flex;
    align-items: center;
}

.ibox .sfq .left .four .down .yj .yx .yj_text {
    color: #666;
    margin-left: 12px;
    line-height: 1.5;
}

.ibox .sfq .left .four .down .yj .yx .yj_text:hover {
    color: #06c;
    margin-left: 12px;
}

.ibox .sfq .left .four .down .yj .more {
    width: 150px;
    height: 40px;
    padding: 0 15px 0 25px;
    background-color: #fff;
    border-radius: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all .5s;
}

.ibox .sfq .left .four .down .yj .more:hover {
    background-color: #06c;
}

.ibox .sfq .left .four .down .yj .more .more_text {
    color: #06c;
    font-weight: bold;
}

.ibox .sfq .left .four .down .yj .more:hover .more_text {
    color: #fff;
}

.ibox .sfq .left .four .down .yj .more {
    border: 1px solid #06c;
}

.honor .swiper-slide {
    text-align: center
}

.ibox .page {
    margin-top: 75px;
}

/*join-us end*/
/*honor*/
.honor-bottom-title.news_subnv {
    margin-bottom: 6rem;
}

.honor-top .fl {
    width: 28%;
    color: #2e2e2e;
}

.honor-top .fl h3 {
    text-align: left;
    font-weight: bold;
    background-position: left top;
    font-size: 3.8rem;
    padding: 6rem 0;
    background: url(../images/honor-h3bg.png) left top no-repeat;
    -webkit-background-size: auto 86.5%;
    background-size: auto 86.5%;
    margin-bottom: 6px;
}

.honor-top .fl h3 em {
    display: block;
    font-size: 1.6rem;
    text-transform: uppercase;
}

.honor-top .fr {
    width: 72%;
    overflow: hidden;
    padding-right: 30px;
    padding-top: 26px;
    font-size: 1.6rem;
    color: #2e2e2e;
    line-height: 30px;
    margin-bottom: 20px;
}

.honor-bottom-body ul {
    overflow: hidden;
    background-color: #f1f3f5;
    padding: 2rem 1.5rem 1rem;
    border-radius: 8px;
}

.honor-bottom-body ul li {
    float: left;
    border-right: none;
    width: 25%;
    padding: 0 5px 10px 5px;
}

.honor-bottom-body ul li a {
    display: block;
    background: #fff;
    padding: 10px 10px 47px;
}

.honor-bottom-body ul li a .pic {
    height: 323px;
    line-height: 323px;
    text-align: center;
    position: relative;
}

.honor-bottom-body ul li a .pic img {
    display: inline-block;
    vertical-align: middle;
    max-width: 90%;
    max-height: 90%;
}

/*.honor-bottom-body ul li a .pic i{
    position: absolute;
    left:50%;
    font-size: 3rem;
    color:#06c;
    transform:translateX(-50%);
}
.honor-bottom-body ul li a .pic:hover i{
    display:block;
}*/
/* honor end*/
/*about-property*/
.about-property .honor-invention {
    cursor: pointer;
    background-color: #f1f3f5;
    padding: 0rem 2rem 8rem;
    border-radius: 8px
}

.about-property .pub-title {
    margin: 4rem 0 3.5rem
}

.about-property .pub-title h3 {
    font-size: 3.8rem;
}

.about-property .pub-title p {
    font-size: 2.4rem;
}

.about-property .swiper-container-horizontal>.swiper-pagination-bullets,
.about-property .swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 4rem
}

/*about-property end*/
/*case*/
.case .case-list li {
    width: 24.0625%;
    float: left;
    background: #f1f3f5;
    margin-right: 1.2%;
    margin-bottom: 2rem;
    transition: all ease .5s;
    border-radius: 8px;
}

.case .case-list li:nth-child(4n) {
    margin-right: 0;
}

.case .case-list li a {
    width: 100%;
    display: block;
}

.case .case-list li .zoom-img img {
    width: 100%;
    transition: all ease .5s;
}

.case .case-list li .tbox {
    width: 100%;
    padding: 3rem;
}

.case .case-list li .tbox .t1 {
    font-size: 2rem;
    height:5rem;
    line-height: 2.4rem;
    color: #2e2e2e;
    margin-bottom: 24px;
    transition: all ease .5s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
}

.case .case-list li .tbox .t2 {
    color: #666;
    margin-bottom: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.case .case-list li .tbox .t3 {

    line-height: 24px;
    color: #666;
    transition: all ease .5s;
}

.case .case-list li .tbox .t3 i {
    padding-left: 2rem;
    transition: all .5s;
    font-size: 2rem;
    font-weight: bold;
}

.case .case-list li:hover {
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .15);
}

.case .case-list li:hover .zoom-img:before {
    opacity: 1;
}

.case .case-list li:hover .zoom-img:after {
    opacity: 1;
}

.case .case-list li:hover .zoom-img img {
    transform: scale(1.1);
}

.case .case-list li:hover .tbox .t1 {
    color: #06c;
}

.case .case-list li:hover .tbox .t3 i {
    color: #2e2e2e;
    padding-left: 4rem
}

/*case end*/
/*solition*/
.solution .solition-title {
    width: 100%;
    text-align: center;
    border-bottom: solid 1px #e5e5e5;
}

.solution .solition-title .solition-titleul {
    display: inline-block;
    *zoom: 1;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.solution .solition-title .solition-titleul li {
    flex: 1;
    margin-right: 2rem
}

.solution .solition-title .solition-titleul li:last-child {
    margin-right: 0;
}

.solution .solition-title .solition-titleul li a {
    display: block;
    width: 100%;
    padding: 1rem 0;
    background: #f1f3f5;
    font-size: 1.8rem;
    color: #2e2e2e;
    transition: background 1s;
}

.solution .solition-title .solition-titleul li a.on,
.solition-title .solition-titleul li a:hover {
    background: #06c;
    color: #fff;
}

.solution .solition-search {
    margin-top: 3rem;
}

.solution .solition-search .solution-input {
    float: left;
    width: 68%;
    line-height: 5rem;
    background: #f1f3f5;
    padding: 0 2rem;
    font-size: 1.6rem;
}

.solution .solition-search .solution-submit {
    float: right;
    width: 30%;
    background: #06c;
    color: white;
    font-size: 2rem;
    line-height: 5rem;
    cursor: pointer
}

.solution .solition-info {
    width: 100%;
    margin-top: 10px;
}

.solution .solition-info li {
    width: 48.5%;
    float: left;
    margin-top: 3rem;
    margin-right: 3%
}

.solution .solition-info li:nth-child(even) {
    margin-right: 0;
}

.solution .solition-info li .zbox {
    width: 100%;
    float: left;
    height: 170px;
    background: #f1f3f5;
    padding-left: 170px;
    position: relative;
    transition: all .5s
}

.solution .solition-info li .zbox .img {
    width: 170px;
    height: 170px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    border: 4px solid #f1f3f5;
    border-right: 0
}

.solution .solition-info li .zbox .img img {
    width: 100%;
    height: 100%;
    float: left;
    transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -o-transition: width all .5s ease-out;
}

.solution .solition-info li .zbox .text {
    width: 100%;
    padding: 1.6rem 2rem 0 2rem;
    position: relative;
    overflow: hidden;
}

.solution .solition-info li .zbox .text h4 {
    font-size: 1.8rem;
    color: #2e2e2e;
    font-weight: bold;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.solution .solition-info li .zbox .text span {
    color: #d22328
}

.solution .solition-info li .zbox .text .p {
    width: 100%;
    float: left;
    margin-top: 9px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    .solution .ransition: all .5s ease-out 0s;
}

.solution .solition-info li .zbox .text .time {
    width: 100%;
    float: left;
    margin-top: 1.4rem;
    color: #666;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    .solution .ransition: all .5s ease-out 0s;
    text-transform: capitalize;
}

.solution .solition-info li .zbox .text .ico {
    color: #fff;
    position: absolute;
    right: 2rem;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    .solution .ransition: all .5s ease-out 0s;
}

.solution .solition-info li .zbox:hover {
    background: #06c;
}

.solution .solition-info li .zbox:hover .text h4 {
    color: white;
}

.solution .solition-info li .zbox:hover .text .p {
    color: white;
    opacity: .8;
}

.solution .solition-info li .zbox:hover .text .time {
    color: white;
    opacity: .8;
}

.solution .solition-info li .zbox:hover .text .ico {
    opacity: 1;
}

.solution .solition-info li .zbox:hover .img img {
    transform: scale(1.05, 1.05)
}

/*solition end*/
/*products*/
.pro_list {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.pro_list li {
    width: 23%;
    margin-right: 2%;
    margin-bottom: 2.5rem;
    background-color: #f1f3f5;
    border-radius: 8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transition: all .5s
}

.pro_list li:nth-of-type(4n) {
    margin-right: 0;
}

.pro_list li:hover img {
    transform: scale(1.1, 1.1)
}

.pro_list li .changpic {
    width: 100%;
    overflow: hidden;
}

.pro_list li .changpic {
    width: 100%;
    overflow: hidden;
}

.pro_list li .changpic img {
    width: 100%;
    transition: all .5s;
}

.pro_list li .hot_pgd1 .changpic {
    box-shadow: 3px 3px 6px #ccc;
}

.pro_list li:hover {
    box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
}

.pro_list li .hop_tx {
    padding: 0 10px 15px 10px;
    position: relative;
}

.pro_list li .hop_tx span {
    position: absolute;
    top: 50%;
    margin-top: -22px;
    right: 12px;
    display: inline-block;
    font-size: 2.6rem;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background: #06c;
}

.pro_list li .ho_px {
    width: 92%;
    padding: 18px 34px 18px 14px;
    background-color: #fff
}

.pro_list li .ho_px p {
    font-size: 1.6rem;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px;
}

.pro_list li .ho_px p s {
    text-decoration: none
}

.products .fl {
    width: 340px;
}

.products .rcon {
    margin-left: 340px;
    padding-left: 32px;
}

.pro_nav h3 {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background: #06c;
    position: relative;
    padding: 2.5rem;
    color: #fff;
    font-size: 2.4rem;
}

.pro_nav h3 a {
    display: none;
    padding: 12px;
    color: #fff;
    text-align: right;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.pro_nav h3:after {
    content: '';
    position: absolute;
    bottom: 12px;
    right: 16px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 12px 12px;
    border-color: transparent transparent #ffffff transparent;
}

.pro-navul {
    width: 100%;
    background: #f1f3f5;
    padding-bottom: 1rem
}

.pro-navul li {
    padding: 1rem 2.5rem 0;
}

.pro-navul li .links {
    border-bottom: 1px solid #e6e6e6;
    cursor: pointer;
    display: block;
    position: relative;
    background: url(../images/arr-left.png) no-repeat 94% 2.6rem #f1f3f5;
    padding: 12px 22px 12px 0;
    display: block
}

.pro-navul li .links.active,
.pro-navul li.on .links {
    background: url(../images/arr-bot.png) no-repeat 95% 3.3rem #f1f3f5;
}

.products .tech .pro-navul li:nth-child(2) .links {
    background: url(../images/arr-left.png) no-repeat 94% 2.6rem #f1f3f5;
}

.products .tech .pro-navul li:nth-child(2) ul li:nth-child(2) {
    background-image: none;
}

.products .tech .pro-navul li .links {
    background: none
}
.products .tech .pro-navul li .links.active {
    background-image: none;
}
.products .tech .pro-navul li:nth-child(2) .links.active {
    background: url(../images/arr-bot.png) no-repeat 95% 3.3rem #f1f3f5;
}
.products .tech .pro-navul li:nth-child(2) ul li.on:nth-child(2){
    background: #06c;
}
.pro-navul li.on .links a {
    color: #06c;
}

.pro-navul li.on .submenu {
    display: block
}

.pro-navul li .links.active a {
    color: #06c;
}

.pro-navul li:hover .links a {
    color: #06c;
}

.pro-navul li:last-child .links {
    border-bottom: none;
}

.pro-navul li:hover .links.active a {
    color: #06c;
}

.pro-navul li .links-navno,
.pro-navul li .links-navno.active {
    background-image: none
}

.pro-navul li:first-child .links {
    border-top: none
}

.pro-navul li .links a {
    color: #2e2e2e;
    text-transform: capitalize;
    display: block;
    position: relative;
    font-size: 1.8rem;
    width: 65%;
}

.submenu {
    display: none;
    overflow: hidden;
}

.pro-navul li ul.active {
    display: block
}

.submenu li {
    display: block;
    position: relative;
    line-height: normal;
    padding: 0 10px 0 2.5rem;
}

.submenu a {
    color: #2e2e2e;
    display: inline-block;
    padding: 14px 0;
    line-height: normal;
    width: 100%;
    font-size: 1.6rem;
}

.submenu li a:hover {
    color: #06C;
}

.submenu li:hover:after,
.submenu li.on:after {
    color: #06C;
}

.submenu li:after {
    content: '';
    left: 0;
    top: 50%;
    margin-top: -1px;
    position: absolute;
    width: 10px;
    background-color: #06c;
    height: 2px;
}

.submenu li div {
    display: none;
}

.submenu li div a {
    display: block;
    width: 100%;
    padding: 5px 0;
    color: #2e2e2e;
}

.submenu li:hover,
.submenu li.on {
    background: #06c;
}

.submenu li:hover a,
.submenu li.on a {
    color: #fff;
}

/*products end*/


/*technology*/
.rcon h1 {
    font-size: 2.4rem;
    position: relative;
    font-weight: bold;
    line-height: 1;
    padding: 0 0 3rem 4rem;
}

.rcon h1.iconfont:before {
    position: absolute;
    left: 0;
    font-size: 3rem;
}

.rcon .teco-after-sales h1.iconfont:before {
    top: -2px
}

.tech-csfw li {
    border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.tech-csfw .con {
    display: block;
    overflow: hidden;
    line-height: 8.5rem;
}

.tech-csfw .date {
    float: right;
    font-size: 1.6rem;
    color: #888;
    margin-left: 20px;
}

.tech-csfw h3 {
    font-size: 1.8rem;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.teco-after-sales {
    font-size: 1.6rem
}

/*technology end*/
/*pronr*/
.pronr_top {
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 5rem 0;
    background: #f1f3f5;
}

.pronr-topfr {
    float: right;
    width: 49%;
    position: relative;
}

.pronr-topfr-img {
    width: calc(80% - 80px);
    float: left;
    position: relative;
    overflow: hidden;
}

.pronr-topfr-img .swiper-pagination {
    display: none;
}

.pronr-topfr-img .swiper-pagination-bullet-active {
    background: #06c;
}

.pronr-topfr-img ul {
    height: auto;
}

.pronr-topfr-img li {
    width: 100%;
    height: auto;
}

.pronr-topfr-img li .pronr-topfr-imgbody {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}

.pronr-topfr-img li .pronr-topfr-imgbody img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.pronr_top_xtu_kuan {
    width: 20%;
    float: right;
    margin: 0 40px;
    padding: 40px 0;
    position: relative;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.pronr_top_xtu {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.pronr_top_xtu li {
    height: 25%;
    width: 100%;
}

.pronr_top_xtu li .pronr-topfr-imgbody {
    width: calc(100% - 2px);
    height: 93%;
    position: relative;
    overflow: hidden;
    border: 1px solid #ddd;
    margin: 3px 0;
    cursor: pointer;
}

.pronr_top_xtu li .pronr-topfr-imgbody img {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.pronr_top_xtu_kuan .swiper-button-next,
.pronr_top_xtu_kuan .swiper-button-prev {
    background: none;
    top: 0;
    right: auto;
    left: auto;
    transform: rotate(90deg);
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-align: center;
    font-size: 2.4rem;
    color: #06c;
    font-weight: bold;
    margin-top: 0;
    outline: none;
}

.pronr_top_xtu_kuan .swiper-button-next {
    top: auto;
    bottom: 0;
}

.pronr_top_xtu_kuan .swiper-pagination {
    display: none;
}

.pronr_top_xtu_kuan li.swiper-slide-active .pronr-topfr-imgbody {
    border: 1px solid #06c;
}

.pronr_top_fl {
    width: 48%;
    margin-right: 2%;
}

.pronr_title {
    padding-bottom: 2.4rem;
    border-bottom: 1px solid #e8e8e8;
}

.pronr_top_fl h1 {
    width: 100%;
    font-size: 3.6rem;
    line-height: 1.2;
    color: #2e2e2e;
    font-weight: bold;
    margin-top: 5.8rem;
    display: inline-block;
}

.pronr_top_fl h3 {
    color: #666
}

.pronr_ybms {
    margin-top: 3.5rem;
    font-size: 1.6rem;
    color: #555555;
    width: 98%;
    line-height: 30px;
    margin-bottom: 1rem;
    max-height: 180px;
    overflow: hidden;
}

.pronr_js {
    width: 100%;
    display: inline-block;
    padding-top: 1.5rem;
    font-size: 1.6rem;
    color: #666;
}

.pronr_js h3 {
    display: block
}

.pronr_js span {
    display: inline-block;
    width: auto;
}

.pronr_js i {
    margin-right: 3rem;
}

.pronr_lxwm {
    margin-top: 5.8rem;
    display: inline-block;
    width: 100%;
}

.pronr_lxwm a:hover {
    opacity: .8;
}

.pronr_lxwm a {
    padding: 0px 5.5rem;
    display: inline-block;
    font-size: 1.6rem;
    color: #fff;
    line-height: 5rem;
    background: #f90;
    border-radius: 8px;
    transition: all .5s
}

.pronr_lxwm a:first-child {
    background: #06c
}

.pronr_lxwm a:first-child {
    margin-right: 3rem;
}

.pronr_js li a.border_no {
    cursor: unset;
}

.pronr_js li:hover a.border_no {
    border: 1px solid #666999 !important;
    color: #2e2e2e !important;
    cursor: unset;
}

.pronr_js li.active a.border_no {
    border: 1px solid #06c !important;
    color: #06c !important;
    cursor: unset;
}

.pronr_nav {
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 25px 0 0;
    border-bottom: 1px solid #efefef;
    background: #fff;
}

.pronr_nav li {
    float: left;
    padding: 0 2rem;
    font-size: 2rem;
    font-weight: bold;
    margin-right: 4rem;
    line-height: 60px;
    color: #2e2e2e;
    border-bottom: 3px solid #06c0;
    top: 1px;
    position: relative;
    cursor: pointer;
}

.pronr_nav li i {
    font-size: 2rem;
    margin-right: 5px;
    font-weight: normal;
}

.pronr_nav li:nth-child(2) i {
    font-size: 2.4rem;
}

.pronr_nav li:hover,
.pronr_nav li.active {
    color: #06c;
}

.pronr_nav li.active {
    border-bottom: 3px solid #06c
}

.pronr_nav li.noactive {
    display: none !important;
}

.down_list {
    width: 100%;
    display: inline-block;
    position: relative;
    margin-top: 10px;
    padding-bottom: 2rem;
}

.down_list li {
    width: 100%;
    float: left;
    margin-bottom: 8px;
    padding: 1%;
    background: #f1f3f5;
    transition: all .3s;
    font-size: 1.6rem;
}

.down_list li a strong {
    transition: color .5s ease-out;
}

.down_list.pronr_jcbg li .down_list_title a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 4.2rem;
}

.down_list li:hover {
    background-color: #06c;
    color: #fff !important
}

.down_list li:hover * {
    color: #fff !important
}

.down_list li:hover .down_list_title * {
    color: #fff !important;
    opacity: .95;
}

.down_list li .down_list_title {
    float: left;
    font-size: 1.6rem;
    width: calc(100% - 60px);
}

.down_list.pronr_cpyb li {
    width: 32.66%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 1%;
    text-align: center
}

.down_list.pronr_cpyb li:nth-child(3n) {
    margin-right: 0;
}

.down_list.pronr_jcbg li .down_list_title {
    width: 85%;
}

.down_list li .down_list_title a:hover;

    {
    color: #fff;
}

.down_list li .down_list_email {
    float: left;
    font-size: 1.6rem;
    line-height: 4.2rem;
    width: 10%;
    margin-left: 3%;
    text-align: center;
}

.down_list li .down_list_email a {
    color: #8e8e8e;
}

.down_list li .down_list_email i {
    font-size: 2rem;
    position: relative;
    top: 2px;
}



.pronr_info {
    display: none;
    padding: 5rem 0;
    width: 100%;
    color: #2e2e2e;
    font-size: 1.6rem;
    line-height: 2em;
    overflow: hidden;
}

.pronr_info.pronr_rzzs {
    line-height: 1.6
}

.pronr_info h3 {
    font-size: 2.4rem;
    font-weight: bold;
    border-bottom: 2px solid #efefef;
    padding-bottom: 2rem;
    margin: 2rem 0 3rem;
}

.pronr_info h4 {
    font-size: 1.8rem;
    font-weight: bold;
}

.pronr_info h5 {
    font-size: 1.6rem;
    font-weight: bold;
}

.pronr_info img {
    max-width: 100%;
    vertical-align: middle;
    box-sizing: border-box;
    margin: 1rem 0;
}

.pronr_info hr {
    background: #efefef;
    height: 2px;
    border: 0px;
}

.pronr_info table,
.newsnr-main .txt table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    font-size: 1.6rem;
    margin: 0 auto;
}

.pronr_info table tr,
.newsnr-main .txt table {
    line-height: 4rem;
}

.pronr_info table tr td,.pronr_info table tr th,
.newsnr-main .txt table tr td {
    border: 1px solid #fff;
    border-right: 2px solid #fff
}

.pronr_info table tr:nth-child(odd),
.newsnr-main .txt table tr:nth-child(odd) {
    background-color: #e9ebf5;
}

.pronr_info table tr:nth-child(even),
.newsnr-main .txt table tr:nth-child(even) {
    background-color: #cfd5ea;
}

.pronr_info table thead tr:first-child,
.newsnr-main .txt table thead tr:first-child {
    background-color: #4472c4;
    font-size: 2.0rem;
    color: #fff
}

.pronr_cpgs p {
    text-indent: 2em
}

.pronr_cpgs p img {
    margin-left: -2em
}

.pronr_cptj {
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 5rem 0;
    background: #f8f8f8;
}

.pronr_cptj_title {
    font-size: 3.2rem;
}

.pronr_cptj_list {
    width: 100%;
    display: inline-block;
    position: relative;
    margin-top: 24px;
    overflow: hidden;
}

.pronr_cptj_list ul {
    height: auto;
}

.pronr_cptj_list li {
    float: left;
    width: 19%;
    margin-right: 1.25%;
}

.pronr_cptj_list li:nth-child(5n) {
    margin-right: 0%;
}

.pronr_cptj_list li .pronr_cptj_list_tu {
    width: calc(100% - 2px);
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
    border: 1px solid #efefef;
    background: #fff;
}

.pronr_cptj_list li .pronr_cptj_list_tu img {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s;
}

.pronr_cptj_list li .pronr_cptj_list_title {
    font-size: 1.8rem;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 1rem 0;
    transition: all .5s
}

.pronr_cptj_list li:hover .pronr_cptj_list_tu img {
    transform: translateX(-50%) scale(1.1);
}

.pronr_cptj_list li:hover .pronr_cptj_list_title {
    color: #06c;
}

.cptj-button-prev,
.cptj-button-next {
    margin-top: 0;
    top: 40%;
    width: 30px;
    height: 30px;
    background: none;
    font-size: 3.2rem;
    transform: rotate(90deg) translateY(-50%);
    color: #ea0618;
    outline: none;
}

.cptj-button-next {
    transform: rotate(-90deg) translateY(-50%);
    right: 0;
}

.pronr_cptj_list:hover .swiper-button-next,
.pronr_cptj_list:hover .swiper-button-prev {
    opacity: 1;
}

/*pronr  end*/
/*login*/
.retrieve-passer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 12;
    display: none;
}

.retrieve-passer .rp-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.retrieve-passer .retrieve-pass {
    width: 640px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #f5f5f5;
    z-index: 2;
}

.retrieve-passer .retrieve-pass h3 {
    background-color: #3590f0;
    font-size: 2.8rem;
    line-height: 2.8rem;
    color: #fff;
    padding: 2rem 4rem;
}

.retrieve-passer .retrieve-pass .rp-close {
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/close.svg);
    position: absolute;
    top: 22px;
    right: 24px;
    z-index: 2;
    cursor: pointer;
    transition: transform .3s ease;
}

.img-ver {
    right: 10px;
    top: 8px;
    cursor: pointer;
}

.img-ver img {
    height: 40px;
}

.rp-close:hover {
    transform: rotate(90deg);
}

.login-register {
    position: relative;
    width: 100%;
    background-color: #fff;
    min-height: calc(100vh);
    overflow: hidden;
    margin-top: 138px;
}

.forms-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.signin-signup {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 75%;
    width: 50%;
    transition: 1s 0.7s ease-in-out;
    display: grid;
    grid-template-columns: 1fr;
    z-index: 5;
}

.login-register form,
.retrieve-pass form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0rem 5rem;
    transition: all 0.2s 0.7s;
    overflow: hidden;
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}

.retrieve-pass form {
    padding: 3rem 5rem 3rem 3rem;
}

form.sign-up-form {
    opacity: 0;
    z-index: 1;
}

form.sign-in-form {
    z-index: 2;
}

h2.title {
    font-size: 3.6rem;
    color: #444;
    margin-bottom: 10px;
}

.sign-title .title {
    display: inline-block;
    padding: 0 1rem;
    font-size: 2.4rem;
    cursor: pointer
}

.sign-title .title.active {
    color: #3490ef
}

.sign-title a {
    transition: all .3s
}

.login-error {
    border: 1px solid #ff0000;
    -webkit-animation: twinkling 1s 5 ease-in-out
}

@-webkit-keyframes twinkling {
    0% {
        opacity: 0.7;
    }

    100% {
        opacity: 1;
    }
}

.input-field {
    max-width: 380px;
    width: 100%;
    background-color: #f0f0f0;
    margin: 10px 0;
    height: 55px;
    border-radius: 55px;
    display: grid;
    grid-template-columns: 15% 85%;
    padding: 0 0.65rem;
    position: relative;
}

.input-field i {
    text-align: center;
    line-height: 55px;
    color: #acacac;
    transition: 0.5s;
    font-size: 1.8rem;
}

.input-field input {
    background: none;
    outline: none;
    border: none;
    line-height: 1;
    font-size: 1.6rem;
    color: #2e2e2e;
    font-family: "Microsoft YaHei";
}

.tel-ver {
    right: 20px;
    top: 0;
    cursor: pointer;
    height: 55px;
    line-height: 55px;
}

.tel-ver input {
    color: #06c;
    cursor: pointer
}

.focus-input100 {
    display: block;
    position: absolute;
    border-radius: 25px;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 0px 0px;
    color: rgba(56, 140, 238, 0.8);
}

.input-field input:focus+.focus-input100 {
    -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
    animation: anim-shadow 0.5s ease-in-out forwards;
}

@-webkit-keyframes anim-shadow {
    to {
        box-shadow: 0px 0px 70px 25px;
        opacity: 0;
    }
}

@keyframes anim-shadow {
    to {
        box-shadow: 0px 0px 70px 25px;
        opacity: 0;
    }
}

.input-field input::placeholder {
    color: #aaa;
    font-weight: 500;
}

.social-text {
    padding: 0.7rem 0;
    font-size: 1.4rem;
}

.forgot-pass {
    margin-top: 20px;
    font-size: 1.4rem;
}

.social-media {
    display: flex;
    justify-content: center;
}

.social-media .iconfont {
    font-size: 20px;
    font-weight: bold;
}

.social-icon {
    height: 46px;
    width: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0.45rem;
    color: #2e2e2e;
    border-radius: 50%;
    border: 1px solid #333;
    text-decoration: none;
    font-size: 1.1rem;
    transition: 0.3s;
}

.social-icon:hover {
    color: #4481eb;
    border-color: #4481eb;
}

.retrieve-pass .btn,
.login-register .btn,
.member-info .btn {
    width: 15rem;
    background-color: #5995fd;
    border: none;
    outline: none;
    height: 5rem;
    line-height: 5rem;
    border-radius: 49px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin: 10px 0;
    cursor: pointer;
    transition: 0.5s;
    font-size: 1.6rem;
}

.retrieve-pass .btn:hover,
.login-register .btn:hover,
.member-info .btn:hover {
    background-color: #4d84e2;
}

.panels-container {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.login-register:before {
    content: "";
    position: absolute;
    height: 2000px;
    width: 2000px;
    top: -10%;
    right: 48%;
    transform: translateY(-50%);
    background-image: linear-gradient(-45deg, #4481eb 0%, #04befe 100%);
    transition: 1.8s ease-in-out;
    border-radius: 50%;
    z-index: 6;
}

.login-image {
    max-width: 100%;
    transition: transform 1.1s ease-in-out;
    transition-delay: 0.4s;
    margin-right: auto;
}

.panel {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-around;
    z-index: 6;
}

.left-panel {
    pointer-events: all;
    padding: 3rem 17% 2rem 12%;
}

.right-panel {
    pointer-events: none;
    padding: 3rem 12% 2rem 17%;
}

.panel .content {
    color: #fff;
    transition: transform 0.9s ease-in-out;
    transition-delay: 0.6s;
}

.panel h3 {
    font-weight: 600;
    line-height: 1;
    font-size: 2.6rem;
}

.panel p {
    font-size: 1.6rem;
    padding: 0.7rem 0;
}

.panel p span {
    display: block;
    font-family: Cambria;
    font-size: 1.8rem;
    letter-spacing: 0.1rem
}

.btn.transparent {
    margin: 0;
    background: none;
    border: 2px solid #fff;
    width: 130px;
    height: 42px;
    line-height: 42px;
    font-weight: 600;
    font-size: 1.4rem;
    transition: all .3s;
}

.btn.transparent:hover {
    opacity: .9;
}

.right-panel .image,
.right-panel .content {
    transform: translateX(800px);
}

/* ANIMATION */

.login-register.sign-up-mode:before {
    transform: translate(100%, -50%);
    right: 52%;
}

.login-register.sign-up-mode .left-panel .image,
.login-register.sign-up-mode .left-panel .content {
    transform: translateX(-800px);
}

.login-register.sign-up-mode .signin-signup {
    left: 25%;
}

.login-register.sign-up-mode form.sign-up-form {
    opacity: 1;
    z-index: 2;
}

.login-register.sign-up-mode form.sign-in-form {
    opacity: 0;
    z-index: 1;
}

.login-register .sign-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: all 0.2s 0.7s;
    overflow: hidden;

}

.login-register.sign-up-mode .right-panel .image,
.login-register.sign-up-mode .right-panel .content {
    transform: translateX(0%);
}

.login-register.sign-up-mode .left-panel {
    pointer-events: none;
}

.login-register.sign-up-mode .right-panel {
    pointer-events: all;
}

@media (max-width: 870px) {
    .login-register {
        min-height: 800px;
        height: 100vh;
    }

    .signin-signup {
        width: 100%;
        top: 95%;
        transform: translate(-50%, -100%);
        transition: 1s 0.8s ease-in-out;
    }

    .signin-signup,
    .login-register.sign-up-mode .signin-signup {
        left: 50%;
    }

    .panels-container {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 2fr 1fr;
    }

    .panel {
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        padding: 2.5rem 8%;
        grid-column: 1 / 2;
    }

    .right-panel {
        grid-row: 3 / 4;
    }

    .left-panel {
        grid-row: 1 / 2;
    }

    .image {
        width: 200px;
        transition: transform 0.9s ease-in-out;
        transition-delay: 0.6s;
    }

    .panel .content {
        padding-right: 15%;
        transition: transform 0.9s ease-in-out;
        transition-delay: 0.8s;
    }

    .panel h3 {
        font-size: 1.8rem;
    }

    .panel p {
        font-size: 1.2rem;
        padding: 0.5rem 0;
    }

    .btn.transparent {
        width: 110px;
        height: 35px;
        line-height: 35px;
        font-size: 1.8rem;
    }

    .login-register:before {
        width: 1500px;
        height: 1500px;
        transform: translateX(-50%);
        left: 30%;
        bottom: 68%;
        right: initial;
        top: initial;
        transition: 2s ease-in-out;
    }

    .login-register.sign-up-mode:before {
        transform: translate(-50%, 100%);
        bottom: 32%;
        right: initial;
    }

    .login-register.sign-up-mode .left-panel .image,
    .login-register.sign-up-mode .left-panel .content {
        transform: translateY(-300px);
    }

    .login-register.sign-up-mode .right-panel .image,
    .login-register.sign-up-mode .right-panel .content {
        transform: translateY(0px);
    }

    .right-panel .image,
    .right-panel .content {
        transform: translateY(300px);
    }

    .login-register.sign-up-mode .signin-signup {
        top: 5%;
        transform: translate(-50%, 0);
    }
}

@media (max-width: 570px) {

    form.sign-in-form,
    form.sign-up-form {
        padding: 0 1.5rem;
    }

    .sign-up-form .input-field {
        height: 45px
    }

    .sign-up-form .input-field i {
        line-height: 45px
    }

    h2.title {
        font-size: 2.4rem
    }

    .panel {
        display: block;
        text-align: center;
    }

    .login-image {
        margin-top: 2rem
    }

    .image {
        display: none;
    }

    .panel .content {
        padding: 0.5rem 1rem;
    }

    .login-register {
        padding: 1.5rem;
    }

    .login-register:before {
        bottom: 72%;
        left: 50%;
    }

    .login-register.sign-up-mode:before {
        bottom: 28%;
        left: 50%;
    }
}

/*member*/
.member .fl {
    width: 24%;
    position: sticky;
}

.member .fr {
    width: 72%;
}

.member .fl .mb-fl-title li {
    font-size: 2rem;
    line-height: 6rem;
    background: #06c;
    text-align: center;
    transition: all .3s;
    cursor: pointer
}

.member .fl .mb-fl-title li:hover {
    background-color: #ff9900
}

.member .fl .mb-fl-title li a {
    color: #fff
}

.member .fl .mb-fl-title li i {
    font-size: 2rem;
    color: #fff;
    margin-right: 0.3rem;
    margin-left: -20px
}

.member .fl .mb-fl-title li h4 {
    display: inline-block
}

.member .fl .mb-fl-title li {
    font-size: 2rem;
    line-height: 6rem;
    background: #06c
}

.member .fr {
    background: #f8f8f8;
    padding: 0 3rem;
    color: #2e2e2e;
    font-size: 1.6rem;
    line-height: 5rem;
}

.member .fr dl dt,
.member .fr .mb-title {
    background-color: #06c;
    width: calc(100% + 6rem);
    margin-left: -3rem
}

.member .fr dl dd,
.member .fr table {
    margin: 30px 0
}

.member .fr h3 {
    display: inline-block;
    padding: 0 3rem;
    color: #fff;
    font-size: 2rem;
}

.member .fr span {
    float: right;
    margin-right: 3rem;
    color: #fff
}

.member .fr span:hover {
    color: #eee
}

.member .fr table {
    width: 100%;
    color: #666;
    table-layout: fixed
}

.member .fr table tr {
    width: 100%;
    height: 55px;
    overflow: hidden;
}

.member .fr table tr td {
    height: 55px;
    line-height: 55px;
    line-height: 1.6;
}

.member .fr table tr td:first-child {
    width: 55%;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.member .fr table tr td:nth-child(2) {
    display: none;
}

.member .fr .mb-fl-center table tr td:last-child,
.member-device table tr td:last-child {
    margin-right: 2rem
}

.member .fr table tr td i {
    padding-right: 0.6rem
}

.member .fr table tr td:last-child,
.member .fr table tr td:nth-child(3) {
    cursor: pointer;
    text-align: right
}

.member-info .sign-in-form .input-field input[disabled] {
    cursor: pointer
}

.member-info .fr,
.member-device .fr {
    width: 100%;
}

.member-device .add-dev {
    width: 280px;
    margin: 2rem auto;
    line-height: 4rem;
    border: 1px solid #06c;
    background: #06c;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-size: 1.6rem;
}

.member-device .add-dev a {
    color: #fff;
    display: block;
    margin: 0 auto
}

/*login end*/
/*download*/
.teco-download li{width: 100%;}
.teco-download li+li{transition: all .4s ease;border-bottom: 1px dashed #d1d1d1;}
.teco-download li{border-color: transparent;}
.teco-download li:last-child{border-bottom: none}
.teco-download li:first-child{height: 8.8rem;border-top-left-radius: 8px;border-top-right-radius:8px;overflow: hidden;display: flex;justify-content: space-between;border-top:0}
.teco-download li:first-child h2{font-size: 1.8rem;color: #fff;}
.teco-download li:first-child .support-name{width: 66.666%;background-color: #0066cc;display: flex;align-items: center;padding-left: 26px;}
.teco-download li:first-child .support-size{width: 12.666%;text-align: center;background-color: #0066cc;display: flex;align-items: center;justify-content: center;}
.teco-download li:first-child .support-time{width: 20.333%;text-align: center;background-color: #0066cc;display: flex;align-items: center;justify-content: center;}
.teco-download li .support-item{width: 100%;height: 108px; display: flex;justify-content: space-between;align-items: center;padding-left: 26px;}
.teco-download li .support-lft{width: 68%;display: flex;align-items: center;transform: translateX(-26px);transition: all .4s ease;}
.teco-download li .support-lft h2{font-size: 16px;color: #333;}
.teco-download li .support-lft .texticon{    text-align: center;
    line-height: 5.5rem;
    font-size: 2rem;width: 5.5rem;height: 5.5rem;border-radius: 50%;margin-right: 16px; background:#ecf7fe ;transition: all .4s ease;}
.teco-download li .support-rgt{width: 32%;display: flex;justify-content: space-between;align-items: flex-end;}
.teco-download li .support-rgt p{width: 34%;text-align: center;font-size: 1.6rem;color: #666;}
.teco-download li .support-rgt .support-time{width: 64%;padding:0 4rem 0 2rem;display: flex;justify-content: space-between;align-items: flex-end;}
.teco-download li .support-rgt .support-time span{display: inline-block;font-size: 1.6rem;color: #666;}
.teco-download li .support-rgt .support-time .lodicon{float: right; width: 32px;height: 32px;transition: all .4s ease;    background: url(/images/dl.png)no-repeat center;}
.teco-download li+li:hover{box-shadow: 6px 0px 46px rgba(0, 0, 0, 0.11);border-radius: 5px;border-color: transparent}
.teco-download li:hover .support-item{color:#2e2e2e}
.teco-download li:hover .support-rgt .support-time .lodicon{background: url(/images/dl-hover.png)no-repeat center;}
.teco-download li:hover .support-lft .texticon{background:#0066cc;color:#fff}
.teco-download li:hover .support-lft{transform: translateX(0);}
.teco-download li:hover .support-lft h2{color: #06c;}
/*download*/