@charset "utf-8";
@import url(icon.css);

/* CSS Document */
/* clear */
body {
    line-height: 1;
    font-family:'MicroSoft Yahei',Arial;
}

input {
    border: none;
    outline: none;
}

ul,
li,
h1,
h2,
h3,
h4,
h5,
p {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

/* main */
.top {
    padding-left: 25px;
    padding-right: 25px;
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    background-color: #fff;
    height: 70px;
    -webkit-box-shadow: rgba(0, 0, 0, .1) 0 1px 5px;
    -moz-box-shadow: rgba(0, 0, 0, .1) 0 1px 5px;
    box-shadow: rgba(0, 0, 0, .1) 0 1px 5px;
}

.top .container-fluid,
.navbar-expand-xl {
    height: 100%;
}

.brand {
    float: left;
    height: 100%;
    display: flex;
    align-items: center;
}

.navbar-brand {
    margin: 0;
    padding: 0;
    color: #333;
    font-weight: 600;
}

.navbar-brand img {
    width: 166px;
    height: 34px;
}

.nav {
    height: 100%;
    display: flex;
    align-items: center;
}

#collapsibleNavbar {
    height: 100%;
}

.nav li a {
    font-size: 18px;
    color: #333;
    margin-right: 30px;
    margin-left: 30px;
    display: block;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 16px;
}

.nav li a:hover {
    color: #168fff;
    transition-duration: 400ms;
    -moz-transition-duration: 400ms;
    -webkit-transition-duration: 400ms;
    -o-transition-duration: 400ms;

}

.nav .color{
    color: #168fff;
    border-bottom: 1px solid #168fff;
}

.searchbtn {
    font-size: 24px;
    color: #168fff;
    cursor: pointer;
}

.navbar-toggler {
    position: relative;
    float: right;
    padding: 20px 10px;
    margin-top: 18px;
}

.navbar-toggler .navbar-toggler-icon {
    display: block;
    height: 3px;
    border-radius: 1px;
    width: 1.2em;
    border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.navbar-toggler .navbar-toggler-icon:nth-child(2) {
    display: none;
}

.navbar-toggler .navbar-toggler-icon:nth-child(1) {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.navbar-toggler .navbar-toggler-icon:nth-child(3) {
    margin-top: -3px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.container-fluid .collapsed .navbar-toggler-icon {
    color: #333;
    background-color: #333;
}

.navbar-toggler .navbar-toggler-icon {
    color: #fff;
    background-color: #fff;
}

.navbar-toggler.collapsed .navbar-toggler-icon:nth-child(2),
.navbar-toggler.collapsed .navbar-toggler-icon:nth-child(3) {
    margin-top: 4px;
}

.navbar-toggler.collapsed .navbar-toggler-icon:nth-child(1),
.navbar-toggler.collapsed .navbar-toggler-icon:nth-child(3) {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.navbar-toggler.collapsed .navbar-toggler-icon {
    height: 2px;
    width: 1.5em;
}

.navbar-toggler.collapsed .navbar-toggler-icon:nth-child(2) {
    display: block;
}

.banner {
    margin-top: 70px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

/* 箭头的样式,把箭头设作为背景图 */
.banner .swiper-button-prev {
    background-image: url(../images/arrows_l.png) !important;
    width: 50px;
    height: 50px;
    left: 30px;
    background-size: contain;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: none;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: none;
}

.banner .swiper-button-next {
    background-image: url(../images/arrows_r.png) !important;
    width: 50px;
    height: 50px;
    right: 30px;
    background-size: contain;
}

.banner img {
    width: 100%;
}

.product_centre {
    background-image: url(../images/backdrop01.png);
    padding-top: 60px;
    padding-bottom: 60px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.product_centre>div {
    width: 80%;
    margin: 0 auto;
}

.index_title {
    display: flex;
}

.index_title h1 {
    font-size: 26px;
    color: #333;
    font-weight: 600;
    background-image: linear-gradient(to right, #309cff, rgba(48,156,255,0));
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.index_title p {
    font-size: 16px;
    color: #666;
    font-weight: 600;
    font-family: "Microsoft Yahei", Arial;
    margin-top: 10px;
    margin-bottom: 10px;
}

.index_title div {
    width: 30px;
    height: 2px;
    background-color: #22ac38;
}

.product_centre_list {
    display: flex;
    margin-top: 15px;
    margin-bottom: 30px;
    width: 100%;
    border-bottom: 1px solid #bfbfbf;
}

.product_centre_list li {
    width: 20%;
    text-align: center;
    cursor: pointer;
}

.product_centre_list li .circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: rgba(0, 0, 0, .1) 0 1px 5px;
    -moz-box-shadow: rgba(0, 0, 0, .1) 0 1px 5px;
    box-shadow: rgba(0, 0, 0, .1) 0 1px 5px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_centre_list li p {
    margin-top: 10px;
    font-size: 22px;
    color: #333;
    padding-bottom: 10px;
}

.product_centre_list .outer {
    height: 126px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_centre_list li .circle span {
    -webkit-line-clamp: 2;
    background-image: -webkit-linear-gradient(135deg, #1D87FF, #57f490,#2DA2E2, #1d87ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
}

.product_centre_list .checked .turn {
    width: 103px;
    height: 103px;
    background-image: url(../images/backdrop02.png);
    animation: product-rotate linear 3s infinite;
    position: absolute;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.product_centre_list .checked .circle {
    position: relative;
    background-color: rgb(0 0 0 / 0);
}

@keyframes product-rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.product_centre_list .checked p {
    position: relative;
}

.product_centre_list .checked p::after {
    content: '';
    position: absolute;
    width: 120px;
    height: 7px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1px;
    background-image: url(../images/backdrop03.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.circle {
    background-color: #22ac38;
    width: 20%;
}
.navbar-nav li{
    position: relative;
}


.nav_div1,.nav_div2{
    position: relative;
    display: block;
    opacity: 0;
    cursor: pointer;
}

.nav_menu2{
    position: fixed;
    right:164px;
    pointer-events: none; 
}

.nav_menu{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.nav_menu2 .nav_div2{
    width: 800px;
}
.nav_div1 .nav_menu2_xw .nav_div2{
    width: 130px;
}
.nav_div1{
    pointer-events: all;
    opacity: 1;
}

.nav_zong{
    white-space: nowrap;
    display: block; 
}

.nav_div1:hover .nav_menu2{
    pointer-events: initial;
}
.nav_menu:hover .nav_div1,
.nav_menu2:hover .nav_div2{
    opacity: 1;
}

.nav_zong {
   
    color: #FFF;
   
    /* -webkit-transition: background 0.5s, color 0.5s, -webkit-transform 0.5s;
    transition: background 0.5s, color 0.5s, -webkit-transform 0.5s;
    transition: background 0.5s, color 0.5s, transform 0.5s;
    transition: background 0.5s, color 0.5s, transform 0.5s, -webkit-transform 0.5s; */
    margin: 0px 6px 6px 0px;
    /* padding: 20px 40px; */
    /* -webkit-box-sizing: border-box;
    box-sizing: border-box; */
    /* border-radius: 3px; */
    /* -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5); */
    position: relative;


    width: 800px;
    background-color: rgba(0, 0, 0, .8);
    border: 1px solid rgba(255,255,255, .8);
    padding: 20px 10px;
}
.nav_a1{
    width: 800px;

}
.nav_menu2_xw .nav_a1{
    width: 130px;
}
.nav_menu2_xw {
    right:307px;
}
.nav_div1 .nav_menu2_lxwm{
    right:179px;
}
.nav_div1 .nav_menu2_xzzx{
    right:55px;
}
.xwzx_list h1{
    margin-bottom: 10px;
    font-size: 16px;
    color: #168fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
    text-align: center;
}
.nav_menu2_xw .xwzx_list a{
    color: #fff;
    padding: 0;
    margin: 0;

}
.nav_div1 .nav_menu2_gywm{
    right:429px;
}
.xwzx_list_p{
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}

/* .nav_zong:hover:before {
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
} */


.nav_div2 {
    -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
    transition: opacity 0.6s, -webkit-transform 0.6s;
    transition: transform 0.6s, opacity 0.6s;
    transition: transform 0.6s, opacity 0.6s, -webkit-transform 0.6s;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
}

.nav_div1:hover .nav_div2,
.nav_div1.hover .nav_div2 {
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
    opacity: 1;
}
/* .nav_div1::after{
    content: '';
    position: absolute;
    width: 30px;
    height: 11px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -40px;
    background-image: url(../images/sj.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
    transition: opacity 0.6s, -webkit-transform 0.6s;
    transition: transform 0.6s, opacity 0.6s;
    transition: transform 0.6s, opacity 0.6s, -webkit-transform 0.6s;

    pointer-events: all;
    opacity: 0;
} */
.nav_div1:hover::after,
.nav_div1.hover::after {
    /* bottom: -19px; */
    -webkit-transform: translateX(-50%) translateY(-22px);
    transform: translateX(-50%) translateY(-22px);
    opacity: 1;
}
.sanjiao{
    position: absolute;
    width: 30px;
    height: 11px;
    top: -9px;
    z-index: 99;

    /* left: 50%;
    bottom: -40px; */
    background-image: url(../images/sj.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
    transition: opacity 0.6s, -webkit-transform 0.6s;
    transition: transform 0.6s, opacity 0.6s;
    transition: transform 0.6s, opacity 0.6s, -webkit-transform 0.6s;
    /* pointer-events: all;
    opacity: 0;  */
}

/* 
.nav_pop_up{
   position: fixed;
   top: 50px;
   right: 0;
   padding-top: 20px;
   
   opacity:0;

    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
  
}

.nav_pop_up>div{
    width: 800px;
   background-color: rgba(0, 0, 0, .8);
   border: 1px solid rgba(255,255,255, .8);
   padding: 20px;
} */
.nav_list_li{
    width: 100%;
    display: flex;
}
.nav_list_li>div img{
    max-width: 100%;
}
.nav_list_li .h1{
    font-size: 16px;
    color: #168fff;
    border-bottom: 1px solid #fff;
   padding: 10px 0;
   display: flex;
   justify-content: space-between;
   align-items: center;
}
.nav_list_li_a{
    width: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  height: 25px;
}
.nav_list_li_a:hover p{
    color: #168fff;
}
.nav_list_li_a:hover div{
    background-color: #168fff;
}
.nav_list_li_a div{
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 0 5px;
}
.nav_list_li_a p{
    width: 100%;
    font-size: 12px;
    color: #fff;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.nav_list_li_jj{
    display: flex;
    flex-wrap: wrap;
}
.nav_list_li_jj>div{
    width: 33.3333333%;
    padding: 0 10px 10px 10px;
}
.nav_list_li_jj .nav_list_li_a{
    height: 30px;
}
.nav_list_li_jj>div .h1{
    font-size: 16px;
    color: #168fff;
    border-bottom: 1px solid #fff;
   padding: 10px 0;
   display: flex;
   justify-content: space-between;
   align-items: center;
}
.nav_list_li_jj>div .h1 span{
    color: #fff;
    font-size: 14px;
}
.nav_a1 .nav_list_li_jj a{
    margin: 0;
    padding: 0;
}
.nav_list_li_jj .nav_list_li_a p{
    font-size: 14px;
}
.nav_list_li .h1 span{
    color: #fff;
    font-size: 14px;
}
.nav_a1 .nav_list_li a{
    margin: 0;
    padding: 0;
}
.nav_list_li>div{
    width: 20%;
    padding: 0 10px;
}
.swiper_container_asd .swiper-wrapper .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
}
.product_centre_swiper_p .swiper-button-prev {
    background-color: rgba(0, 0, 0, .3);
    border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 40px;
    height: 40px;
    color: #fff;
    outline: none;
}
.product_centre_swiper_p .swiper-button-next {
    border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: rgba(0, 0, 0, .3);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 40px;
    height: 40px;
    color: #fff;
    outline: none;
}
.product_centre_swiper .swiper-slide li {
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: rgba(0, 0, 0, .1) 0 1px 5px;
    -moz-box-shadow: rgba(0, 0, 0, .1) 0 1px 5px;
    box-shadow: rgba(0, 0, 0, .1) 0 1px 5px;
    border-radius: 10px;
    margin-top: 20px;
    transition-duration: 400ms;
    -moz-transition-duration: 400ms;
    -webkit-transition-duration: 400ms;
    -o-transition-duration: 400ms;
    padding: 20px;
}

.product_centre_swiper .swiper-slide li:hover {
    
    color: #168fff;
    margin-top: -10px;
    transition-duration: 400ms;
    -moz-transition-duration: 400ms;
    -webkit-transition-duration: 400ms;
    -o-transition-duration: 400ms;
}

.product_centre_swiper .swiper-slide li:hover h1 {
    color: #168fff;
}

.product_centre_swiper .swiper-slide li:hover p {
    color: #168fff;
}
.product_centre_swiper .swiper-slide li:hover .product_centre_swiper_img img {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform:scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}


.product_centre_swiper_img {
    text-align: center;
    /* padding: 30px; */
    /* overflow: hidden; */
    margin-bottom: 25px;
}

/* .product_centre_swiper_text {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
} */
.product_centre_swiper .product_centre_swiper_list .product_centre_swiper_p .swiper_container_asd{
    padding: 0 60px;
    width: 100%;
}
.button_anniu{
    width: 16px;
    height: 16px;
    margin-left: 10px;
}
.press_center_list .button_anniu{
    width: 16px;
    height: 16px;
    margin-left: 10px;
}
.product_centre_swiper_text{
    height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.product_centre_swiper_text .p1 {
    font-size: 12px;
    color: #666;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 20px;
    margin-top: 15px;
}

.product_centre_swiper_text h1 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.product_centre_swiper_text .p2 {
    color: #878787;
    font-size: 14px;
    margin-top: 28px;
    display: flex;
    align-items: center;
}

.product_centre_swiper_text .p2 span {
    height: 20px;
    width: 20px;
    background-color: #22ac38;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 20px;
    font-size: 10px;
    margin-left: 10px;
}

.product_centre_swiper .swiper-slide {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 0px;
}

.product_centre_swiper .swiper-slide img {
    max-width: 100%;

    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.solution {
    background-image: url(../images/backdrop04.png);
    padding-bottom: 60px;
    padding-top: 60px;
    background-size: cover;
    overflow: hidden;
}

.solution>div {
    width: 80%;
    margin: 0 auto;
}

/*解决方案*/
.solution-item {
    display: flex;
    justify-content: space-between;
}

.solution-wrap {
    margin-top: 40px;
}

.solution-wrap .solution-center {
    width: 78%;
    height: 100%;
    margin: 0 auto;
}

.solution-wrap .solution-top {
    color: #333;
    margin-top: 40px;
    overflow: hidden;
    margin-bottom: 50px;
}

.solution-wrap .solution-top .first {
    font-size: 1.5em;
    font-weight: bold;
}

.solution-wrap .solution-top .title-en {
    color: #838383;
    line-height: 1.8;
}

.solution-wrap .solution-top .line {
    display: block;
    width: 28px;
    height: 2px;
    background: #fe7f39;
}

.solution-wrap .solution-tabs {
    width: 100%;
    position: relative;
    display: flex;
    padding-bottom: 46px;
}

.solution-tabs .solution-tab {
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #333;
    position: relative;
    cursor: pointer;
    background: url("../images/img04.png") no-repeat center bottom;
    background-size: 100%;
    overflow: hidden;
    flex: 1;
    font-size: 18px;
}
.solution-tabs .solution-tab:hover {
  color: #168fff;
}


.solution-tabs .solution-tab.active {
    background: #168fff;
    color: #fff;
    width: 100%;
}

.solution-wrap .solution-tabs .swiper-container .swiper-slide-active .solution-tab::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px;
    border-color: #ea5404 transparent transparent transparent;
    position: absolute;
    left: 50%;
    bottom: -16px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.solution-wrap .solution-item-wrap {
    width: 100%;
    position: relative;
}

.solution-wrap .solution-item-wrap .swiper-container {
    overflow: unset
}

.solution-wrap .solution-item-wrap .solution-items-swiper {
    display: none;
}

.solution-wrap .solution-item-wrap .solution-items-swiper.active {
    display: block;
}

.solution-wrap .solution-item-wrap .solution-items-swiper .solution-item {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0 30px;
    opacity: .1;
    transition: opacity 1s ease-in-out;
}

.solution-wrap .solution-item-wrap .solution-items-swiper .solution-item .solution-text-wrap {
    width: 50%;
    padding: 20px 0;
    color: #666;
}

.solution-wrap .solution-item-wrap .solution-items-swiper .solution-item .solution-text-wrap .solution-title {
    color: #333;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 600;
}

.solution-wrap .solution-item-wrap .solution-items-swiper .solution-item .solution-text-wrap .desc {
    line-height: 1.8;
    margin-bottom: 60px;
    font-size: 16px;
    color: #666;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.solution-wrap .solution-item-wrap .solution-items-swiper .solution-item .solution-more {
    bottom: 0;
    display: flex;
    align-items: center;
    padding-left: 30px;
    background-image: url(../images/img03.png);
    width: 150px;
    height: 40px;
    color: #fff;
    font-size: 14px;
    position: relative;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    float: left;
}
.solution-wrap .solution-item-wrap .solution-items-swiper .solution-item .solution-more a{
    font-size: 14px;

}

.solution-more a {
    color: #fff;
}

.solution-wrap .solution-item-wrap .solution-items-swiper .solution-item .solution-more .icon-wrap {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}

.solution-wrap .solution-item-wrap .solution-items-swiper .solution-item .solution-more .icon-wrap .iconfont {
    position: relative;
    margin-right: 0px;
}

.solution-wrap .solution-item-wrap .solution-items-swiper .solution-item .solution-more .icon-wrap .iconfont:before {
    position: relative;
    right: 0;
    top: 0;
    transition: right 1s ease-in-out;
}

.solution-wrap .solution-item-wrap .solution-items-swiper .solution-item .solution-more .icon-wrap .move-line {
    width: 0px;
    height: 1px;
    background: #fff;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    transition: width 500ms ease-in-out, right 500ms ease-in-out;
}

.solution-wrap .solution-item-wrap .solution-items-swiper .solution-item .solution-more:hover .icon-wrap .move-line {
    width: 30px;
}



.solution-wrap .solution-item-wrap .solution-items-swiper .solution-item .solution-img-wrap {
    width: 46%;
    height: 360px;
    position: relative;
}

.solution-wrap .solution-item-wrap .solution-items-swiper .solution-item .solution-img-wrap .solution-img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.solution-wrap .solution-item-wrap .solution-items-swiper .swiper-slide {
    width: 100%;
}

.solution-wrap .solution-item-wrap .solution-items-swiper .swiper-slide-active .solution-item {
    opacity: 1;
}

.solution-item-wrap .swiper-button,
.solution-tabs .swiper-button {
    position: absolute;
    left: -40px;
    top: 8px;
    cursor: pointer;
    z-index: 80;
    display: none;
}

.solution-item-wrap .swiper-button.active {
    display: block;
}

.solution-item-wrap .swiper-button.icon-wrap {
    top: 50%;
    transform: translateY(-50%);
    left: -30px;
}

.solution-tabs .swiper-button .icon-wrap,
.solution-item-wrap .swiper-button .icon-wrap {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 80px;
    color: #fff;
    text-align: center;
}

.solution-tabs .swiper-button .icon-wrap i {
    color: #333;
    font-size: 30px;
}

.solution-item-wrap .swiper-button .icon-wrap {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background: #0005;
}

.solution-item-wrap .swiper-button {
    top: 50%;
    transform: translateY(-50%);
}

.solution-item-wrap .swiper-button .icon-wrap {
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.solution-item-wrap .swiper-button .icon-wrap i {
    font-size: 30px;
}

.solution-wrap .solution-item-wrap .solution-items-swiper .swiper-slide {
    height: auto !important;
}

.solution-wrap .solution-item-wrap .solution-items-swiper .swiper-wrapper {
    height: auto !important;
}

.solution-tabs .solution-button-next,
.solution-item-wrap .solution-items-button-next {
    left: auto;
}

.solution-item-wrap .solution-items-button-next {
    right: -40px;
}

.company_profile {
    background-image: url(../images/backdrop05.png);
    padding-top: 80px;
    padding-bottom: 80px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.company_profile>div {
    width: 80%;
    margin: 0 auto;
}

.company_profile_t {
    display: flex;
    flex-wrap: wrap;
}

.company_profile_img {
    width: 40%;
    padding-right: 40px;
}

.company_profile_img img {
    max-width: 100%;
}

.company_profile_tab {
    width: 60%;
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.company_profile_tab .index_title h1 {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    width: auto;
}

.company_profile_tab_list {
    display: flex;
    margin-top: 40px;
    margin-bottom: 40px;
}

.company_profile_tab_list li {
    width: 190px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background-color: #fff;
    margin-right: 30px;
    font-size: 18px;
    color: #666;
    border-radius: 2px;
    -o-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    cursor: pointer;
    -webkit-box-shadow: rgba(0, 0, 0, .1) 0 1px 5px;
    -moz-box-shadow: rgba(0, 0, 0, .1) 0 1px 5px;
    box-shadow: rgba(0, 0, 0, .1) 0 1px 5px;
}
.company_profile_tab_list li:hover{
   
    color: #168fff;
}


.company_profile_tab_list .checked {
    background-color: #168fff;
    color: #fff;
}
.company_profile_tab_list .checked:hover{
    background-color: #168fff;
    color: #fff;
}

.company_profile_tab_main1,
.company_profile_tab_main2,
.company_profile_tab_main3 {
    display: none;
    width: 100%;
    height: 100%;
}

.company_profile_tab_skip1,
.company_profile_tab_skip2,
.company_profile_tab_skip3 {
    display: none;
}

.company_profile_tab_main .checked {
    display: block;
}

.company_profile_tab_skip .checked {
    display: block;
}

.company_profile_tab_main p {
    color: #333;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
}

.company_profile_tab_main_b {
    bottom: 0;
    display: flex;
    align-items: center;
    padding-left: 30px;
    background-image: url(../images/img03.png);
    width: 150px;
    height: 40px;
    color: #fff;
    font-size: 14px;
    position: relative;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

}

.company_profile_tab_main_b span {
    position: relative;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;

}

.company_profile_tab_main_b .iconfont {
    margin-left: 20px;
    font-size: 16px;
    margin-right: 0px;

    position: relative;

}



.company_profile_tab_main_b .icon-arrow-right:before {
    position: relative;
    right: 0;
    top: 0;
    transition: right 1s ease-in-out;
}

.company_profile_tab_main_b .dot {
    width: 0px;
    height: 1px;
    background: #fff;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    transition: width 500ms ease-in-out, right 500ms ease-in-out;
}

.company_profile_tab_skip .company_profile_tab_main_b:hover .dot {
    width: 30px;
}
/* .partner_swiper_border_bag .swiper-wrapper {
    -webkit-transition-timing-function: linear;  
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    margin: 0 auto;
  } */



.company_profile_b {
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
}

.company_profile_b li {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.company_profile_b li p {
    font-size: 16px;
    color: #666;
    text-align: left;
}

.company_profile_b li h1 {
    font-size: 14px;
    color: #666;
    font-family: "微软雅黑";
    margin-top: 25px;
}

.company_profile_b li div {
    text-align: left;
   width: 160px;
}

.company_profile_b li h1 span {
    font-size: 48px;
    color: #168fff;
    font-weight: 600;
    font-family: "Microsoft Yahei", Arial;
    margin-right: 10px;
}

.company_profile_b li img {
    position: absolute;
    right: 30px;
    top: -5px;
    width: 30px;
    height: 30px;
}

.press_center {
    background-image: url(../images/backdrop06.png);
    padding-top: 60px;
    padding-bottom: 60px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.press_center>div {
    width: 80%;
    margin: 0 auto;
}

.press_center_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.press_center_list a {
    width: 22.5%;
    padding-bottom: 20px;
    margin-top: 40px;
}

.press_center_list li {
    width: 100%;
    position: relative;
    
    background-color: #fff;
    padding: 20px;
    box-shadow: 15px 15px 0px #c3def9;
    border-radius: 10px 0 10px 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.press_center_list li .text{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 165px;
}
.press_center_list li:hover{
    box-shadow: 15px 15px 0px #96c3f1;

}

.press_center_list li img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.press_center_list li .img {
    position: relative;
   
    overflow: hidden;
}
.press_center_list li .img:hover img{
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform:scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.press_center_list li .img div {
    width: 45px;
    height: 60px;
    background-image: url(../images/backdrop07.png);
    position: absolute;
    top: 0;
    left: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding-top: 10px;
    line-height: 16px;
}

.press_center_list li .img div .p1 {
    width: 100%;
    font-size: 14px;
}

.press_center_list li .img div .p2 {
    font-size: 12px;
}

.press_center_list .text h1 {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    line-height: 24px;
    margin-top: 20px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.press_center_list .text .p1 {
    font-size: 12px;
    color: #666;
    line-height: 24px;
    margin-top: 10px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.press_center_list .text .p2 {
    font-size: 14px;
    color: #999;
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.press_center_list .text .p2 span {
    height: 20px;
    width: 20px;
    background-color: #22ac38;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 20px;
    font-size: 10px;
    margin-left: 10px;
}

.partner>div {
    width: 80%;
    margin: 0 auto;
}

.partner {
    padding-top: 60px;
    padding-bottom: 60px;
}

.partner_swiper {
    margin-top: 40px;
    
}

.partner_swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  
}
.partner_swiper_border_bag{
    position: relative;
    padding: 0 60px;
}
.partner_swiper_border .swiper-slide{
 
    height: 90px;
    padding: 0 10px;
}
.partner_swiper_border .swiper-slide li{
    border: 1px solid #f1f1f1;
}
.partner_swiper .swiper-wrapper {
    display: flex;
    align-items: center;
}

.partner_swiper .swiper-slide li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  
    height: 100%;
}
.partner_swiper .swiper-slide li a {
   width: 100%;
   height: 100%;
   display: flex;
   justify-content: center;
   align-items: center;
   padding: 10px;
}

.partner_swiper .swiper-slide li img {
    max-width: 100%;
    max-height: 100%;
}

.partner_swiper .swiper-button-prev {
    background-color: rgba(0, 0, 0, .3);
    border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 40px;
    height: 40px;
    color: #fff;
}
.partner_swiper_border_bag  .swiper-button-prev{
    background-color: rgba(0, 0, 0, .3);
    border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 40px;
    height: 40px;
    color: #fff;
    outline: none;
}

.partner_swiper .swiper-button-next {
    border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: rgba(0, 0, 0, .3);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 40px;
    height: 40px;
    color: #fff;
}
.partner_swiper_border_bag .swiper-button-next{
    border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: rgba(0, 0, 0, .3);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 40px;
    height: 40px;
    color: #fff;
    outline: none;
}

.bottom_div {
    padding-top: 60px;
    background-color: #757575;
    padding-bottom: 20px;
}

.bottom_div>div {
    width: 80%;
    margin: 0 auto;
}

.friendship {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    border-bottom: 1px solid #bababa;
    padding-bottom: 15px;
}

.friendship a {
    font-weight: 500;
    color: #fff;
    margin: 0 5px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
    padding-bottom: 3px;

}

.friendship a:hover::before {
    width: 100%;
}
.friendship a::before {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.bottom_div_list {
    display: flex;
    margin-top: 30px;
    flex-wrap: wrap;
}

.bottom_div_list_l {
    width: 50%;
    display: flex;
}

.bottom_div_list_r {
    width: 50%;
    display: flex;
    justify-content: space-between;
}

.bottom_div_list_l ul {
    width: 33.333333%;
}

.bottom_div_list_l ul li {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}

.bottom_div_list_l ul a {
    font-size: 12px;
    color: #fff;
    display: flex;
}

.bottom_div_list_l ul p {
    margin-top: 20px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
   
}
.bottom_div_list_l ul p:hover::before {
    width: 100%;
}
.bottom_div_list_l ul p::before {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background-color: #fff;
    
 
    bottom: -7px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.bottom_div_list_r ul li {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}

.bottom_div_list_r ul p span {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.bottom_div_list_r ul p {
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
    line-height: 16px;
}

.bottom_div_list_r_code {
    text-align: center;

}
.bottom_div_list_r_code:hover p{
    text-shadow: 0 0 5px #fff;
}

.bottom_div_list_r_code p {
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
    line-height: 18px;
}

.bottom_div_list_r_code img {
    width: 165px;
    height: 165px;
}

.bottom_div_black {
    height: 70px;
    background-color: #000;
    color: #999;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bottom_div_black a {
    color:#999;
}
/* .bottom_div_black a:hover {
    color:#fff;
} */
.search_page {
    padding-top: 80px;
    padding-bottom: 140px;
    margin-top: 90px;
}

.headline {
    font-size: 36px;
    color: #333;
    font-weight: 600;
    font-style: oblique;
}

.search_page_input {
    height: 70px;
    display: flex;
    margin-top: 80px;
}

.search_page_input_l {
    width: 85%;
    background-color: #e7f4ff;
    height: 100%;
    border-radius: 50px 0 0 50px;
    -o-border-radius: 50px 0 0 50px;
    -moz-border-radius: 50px 0 0 50px;
    -webkit-border-radius: 50px 0 0 50px;
    padding: 0 50px;
}

.search_page_input_l input {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
}

.search_page_input_r {
    width: 15%;
    height: 100%;
    background-color: #168fff;
    border-radius: 0 50px 50px 0;
    -o-border-radius: 0 50px 50px 0;
    -moz-border-radius: 0 50px 50px 0;
    -webkit-border-radius: 0 50px 50px 0;
    color: #fff;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border:none;
}

.search_page_text {
    display: flex;
    flex-wrap: wrap;
    padding: 0 50px;
    margin-top: 30px;
    margin-bottom: 80px;
}

.search_page_text p {
    font-size: 16px;
    color: #333;
}

.search_page_text a {
    font-size: 16px;
    color: #333;
    margin: 0 20px;
    line-height: 16px;
    cursor:pointer;
}

.search_page_b {
    display: flex;
    align-items: flex-end;
    border-bottom: 1px solid #bbbbbb;
    padding-bottom: 20px;
}

.search_page_b h1 {
    font-size: 24px;
    color: #666;
    margin-right: 30px;

}

.search_page_b p {
    font-size: 14px;
    color: #666;
}

.search_page_b p span {
    color: #e20000;
}

.search_page_list {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom:2rem;
}

.search_page_list li p span {
    color: #e20000;
}

.search_page_list li {
    display: flex;
    align-items: center;
    width: 46%;
    height: 50px;
    border-bottom: 1px solid #bbbbbb;
}

.search_page_list li div {
    width: 5px;
    height: 5px;
    margin-right: 15px;
    background-color: #bbbbbb;
    border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.search_page_list li p {
    font-size: 14px;
    color: #666;
    line-height: 16px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.top_height {
    height: 70px;
}

.about_me_top img {
    width: 100%;
}

.about_me_title {
    height: 60px;
    -webkit-box-shadow: rgb(0 0 0 / 10%) 0 1px 5px;
    -moz-box-shadow: rgba(0, 0, 0, .1) 0 1px 5px;
    box-shadow: rgb(0 0 0 / 10%) 0 1px 5px;
    margin-bottom: 5px;
}

.synopsis {
    padding-top: 35px;
    padding-bottom: 80px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.about_me_title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.about_me_title ul {
    display: flex;
}

.about_me_title ul li {
    width: 160px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #333;
    font-size: 18px;
    cursor: pointer;
}

.about_me_title ul li p {
    width: 100%;
    border-right: 1px solid #bbbbbb;
}

.about_me_title ul a:last-child p {
    border-right: none;
}

.about_me_title .color {
    background-color: #168fff;
    color: #fff;
}

.about_me_title .color p {
    border-right: none;
}

.about_me_title ul li:hover {
    color: #168fff;

}

.about_me_title .color:hover {
    color: #fff;
}

.synopsis_l {
    font-size: 16px;
    color: #333;
    line-height: 24px;

}

.synopsis_l p {
    margin-bottom: 20px;
}

.synopsis_r li {
    display: flex;

    align-items: center;
    border-bottom: 1px solid #bbbbbb;
    float: right;
    width: 300px;
    cursor: pointer;
    padding-bottom: 35px;
    margin-bottom: 35px;
}

.synopsis_r li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.synopsis_r li h1 {
    width: 130px;
    font-size: 52px;
    color: #168fff;
    font-family: "Microsoft Yahei", Arial;
    margin-right: 40px;
    font-weight: 600;
}

.synopsis_r li div {
    width: 130px;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.synopsis_r li div img {
    width: 30px;
    height: 30px;
}

.synopsis_r li div p {
    font-size: 16px;
    color: #999;
}

.honor_qualification {
    padding-top: 80px;
    padding-bottom: 80px;
}

.about_headline {
    text-align: center;

}

.about_headline h1 {
    font-size: 30px;
    font-weight: 600;
}

.about_headline p {
    font-size: 14px;
    font-family: "Microsoft Yahei", Arial;
    margin-top: 10px;
}

.honor_qualification_img {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.honor_qualification_img img {
    max-width: 100%;
}

.about_swiper {
    padding: 0 40px;
}
.about_swiper .swiper-wrapper {
    -webkit-transition-timing-function: linear;    /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    margin: 0 auto;
  }

.about_swiper .swiper-button-prev {
    background-color: rgb(255 255 255 / 30%);
}

.about_swiper .swiper-button-next {
    background-color: rgb(255 255 255 / 30%);

}

.about_swiper .swiper-button-prev:hover {
    background-color: rgb(255 255 255 / 40%);
}

.about_swiper .swiper-button-next:hover {
    background-color: rgb(255 255 255 / 40%);

}

.about_swiper .swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  
    cursor: auto;
    pointer-events: none;
}

.about_swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.about_swiper .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 0px;
    left: auto;
}

.about_swiper .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 0px;
    right: auto;
}

.about_partner {
    padding-top: 80px;
    padding-bottom: 80px;
}

.rhombus {
    margin-top: 105px;
}

.rhombus li {
    position: relative;
    width: 130px;
    height: 130px;
    margin-right: 66px;
    margin-top: -13px;
}

.rhombus li div {
    width: 130px;
    height: 130px;
    -webkit-box-shadow: rgb(0 0 0 / 6%) 0 0px 6px;
    -moz-box-shadow: rgba(0, 0, 0, .06) 0 0px 6px;
    box-shadow: rgb(0 0 0 / 6%) 0 0px 6px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -20px;
    margin-left: 33px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;

}

.rhombus li img {
    width: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(315deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(315deg);
    -moz-transform: translateX(-50%) translateY(-50%)rotate(315deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(315deg);
}

.rhombus li div:hover {
    -webkit-box-shadow: rgb(0 0 0 / 12%) 0 0px 15px;
    -moz-box-shadow: rgba(0, 0, 0, .12) 0 0px 15px;
    box-shadow: rgb(0 0 0 / 12%) 0 0px 15px;
}

.rhombus ul {
    display: flex;
    justify-content: center;
    align-items: center;

}

.rhombus_img {
    height: 365px;
    margin-top: 40px;
    background-image: url(../images/about6.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.download_top {
    height: 60px;
    -webkit-box-shadow: rgb(0 0 0 / 10%) 0 1px 5px;
    -moz-box-shadow: rgba(0, 0, 0, .1) 0 1px 5px;
    box-shadow: rgb(0 0 0 / 10%) 0 1px 5px;
}

.download_top_div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 60px;
    color: #999999;
    font-size: 14px;

}

.download_top_div span {
    color: #22ac38;
    margin-right: 10px;
}

.download_top_div a {
    color: #999999;
    font-size: 14px;
    margin: 0 5px;
}
.download_top_div div{
    width: 8px;
    height: 1px;
    background-color: #fff;
}

.download_top_div a p {
    color: #333;
}

.download_list {
    /* padding-top: 0px; */
    padding-bottom: 20px;
}

.download_list ul h1 {
    font-size: 24px;
    color: #333;
    font-weight: 600;
}

.download_list ul {
    padding-bottom: 40px;
    margin-top: 40px;
    border-bottom: 1px solid #dddddd;
}

.download_list ul:last-child {
    border-bottom: none;

}

.download_list ul li {
    width: 46%;
    height: 80px;
    background-color: #f9f9f9;
    margin-top: 40px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
}

.download_list ul li div {
    position: absolute;
    height: 25px;
    width: 50px;
    background-color: #86d192;
    -moz-transform: rotate(130deg);
    -webkit-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg);
    top: -5px;
    left: -20px;
    border-top: 7px solid #fff;
}

.download_list ul li p {
    font-size: 18px;
    color: #333;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    line-height:24px;
    overflow: hidden;
}
.download_list ul li:hover p{
    color: #168fff;
}
.download_list ul li:hover a{
    color: #0986fc;
}

.download_list ul li a {
    font-size: 36px;
    color: #1e93ff;
    margin-left: 10px;
}

.download_list ul .download_list_d {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}

.downloadDetails {
    color: #fff;
}

.downloadDetails span {
    color: #fff;
}

.downloadDetails a {
    color: #fff;
}

.downloadDetails a p {
    color: #fff;
}

.downloadDetails_c {
    padding-top: 30px;
}

.downloadDetails_c_t {
    padding: 20px;
    background-color: #f9f9f9;
    margin-bottom: 30px;
}

.downloadDetails_c_t_img {
    width: 180px;
    /* height: 120px; */
    background-color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.downloadDetails_c_t_img img {
    width: 100%;
}

.downloadDetails_c_t_up {
    display: flex;
}

.downloadDetails_c_t_text {
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.downloadDetails_c_t_text h1 {
    font-size: 26px;
    color: #333;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.downloadDetails_c_t_text p {
    font-size: 14px;
    color: #999;
}

.downloadDetails_c_t_text p span {
    margin-right: 20px;
}

.downloadDetails_c_t_b {
    height: 55px;
    background-color: #fff;
    margin-top: 20px;
    display: flex;
    align-items: center;
    padding: 0 15px;
}

.downloadDetails_c_t_b span {
    font-size: 16px;
    color: #999;
}

.downloadDetails_c_t_b p {
    font-size: 16px;
    color: #333;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.downloadDetails_c_t_b:hover p{
    color: #168fff;
}
.downloadDetails_c_t_b:hover a{
    color: #0986fc;
}

.downloadDetails_c_t_b a {
    margin-left: 12px;
    font-size: 26px;
    color: #1e93ff;
    display: flex;
    align-items: center;
}
.downloadDetails_c_t_b a span{
    color: #1e93ff;
    font-size: 24px;
    margin-left: 10px;
}

.downloadDetails_introduce {
    width: 150px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
    background-color: #168fff;
    text-align: center;
}

.downloadDetails_text {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding-top: 20px;
    color: #666;
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 15px;
}

.downloadDetails_b {
    margin-top: 35px;
    margin-bottom: 45px;
    height: 45px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 14px;
}

.downloadDetails_b a {
    font-size: 14px;
    color: #333;

}
.downloadDetails_b a:hover{
    color: #168fff;
}

.product_list {
    padding-top: 35px;
    padding-bottom: 50px;
}

.product_list_c {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}

.product_list_c li {
    width: 47%;
    margin-bottom: 40px;
    position: relative;
}

.product_background {
    width: 100%;
    height: 100%;
    background-color: #f9f9f9;
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.product_list_c li a {
    padding: 30px;
    display: flex;
}

.product_list_c_l h1 {
    font-size: 20px;
    color: #333;
    margin-bottom: 20px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.product_list_c_l .p1 {
    font-size: 12px;
    color: #666;
    line-height: 20px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.product_list_c_l {
    width: 50%;
    height: 170px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product_list_c_l .p2 {
    font-size: 14px;
    color: #878787;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.product_list_c_l_b span {
    background-color: #22ac38;
    border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #fff;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin-left: 10px;
}

.product_list_c_l_b {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.product_list_c_r {
    width: 50%;
    padding-left: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_list_c_r img {
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.product_list_c li:hover .product_list_c_r img {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

/* .product_list_c li:hover .product_background {
    width: 100%;
} */

.product_list_c li:hover h1 {
    color: #168fff;
}

.product_list_c li:hover p {
    color: #168fff;
}

.paging {
    display: flex;
    justify-content: center;
    align-items: center;
}

.paging a {
    width: 40px;
    height: 40px;
    background-color: #f9f9f9;
    display: block;
    color: #999;
    font-size: 18px;
    border-left: 1px solid #fff;
    text-align:center;
    line-height:40px;
    font-family:Arial;
}
.paging a:first-child {
    border-radius: 50px 0 0 50px;
}
.paging a:last-child {
    border-radius: 0 50px 50px 0;
    border-left: 1px solid #fff;
}

.paging .color {
    background-color: #168fff;
    color: #fff;
}

.paging a:hover {
    background-color: #168fff;
    color: #fff;
}

.product_details {
    margin-top: 40px;
    margin-bottom: 30px;
}

.product_details_top {
    background-color: #f9f9f9;
    padding: 30px;
    display: flex;
}

.product_details_top_img {
    width: 25%;
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_details_top_img img {
    max-width: 100%;
    max-height: 100%;
}

.product_details_top_r {
    margin-left: 60px;
    padding: 30px 0;
    width: 75%;
}

.product_details_top_r h1 {
    font-size: 30px;
    color: #333;
    margin-bottom: 35px;
}

.product_details_top_r p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.product_details_list {
    margin-bottom: 50px;
}

.product_details_list_l {
    background-color: #fff;
    margin-top: 20px;
}

.product_details_list_l li {
    width: 160px;
    height: 55px;
    background-color: #f9f9f9;
    margin-bottom: 25px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #666;
    font-weight: 600;
    cursor: pointer;
}

.product_details_list_hover:hover {
    color: #fff;
    background-color: #168fff;
}

.product_details_list_hover:hover .inclined_2 {
    background-color: #22ac38;
}

.product_details_list_l .color {
    color: #fff;
    background-color: #168fff;
}

.product_details_list_l .color .inclined_2 {
    background-color: #22ac38;
}

.inclined_1 {
    width: 100px;
    height: 25px;
    background-color: #fff;
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 0;
    left: -56px;
}

.inclined_2 {
    width: 100px;
    height: 25px;
    background-color: #f9f9f9;
    border-bottom: 3px solid #fff;
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    bottom: 0;
    right: -60px;
}

.text_content_type_title {
    font-size: 18px;
    color: #168fff;
    font-weight: 600;
    line-height: 55px;
    margin-bottom: 15px;
   
    border-bottom: 1px solid #bbb;
}

.text_content_type {
    padding-left: 40px;
    padding-top: 20px;
    color: #666;
    font-size: 14px;
    line-height: 24px;
}

.text_content_type img {
    max-width: 100%;
}
.text_content_type2 ul a{
    width: 33.33333%;
    padding: 0 10px;
}
.text_content_type2 ul {
    display: flex;
    flex-wrap: wrap;
    background-color: #f9f9f9;
    /* padding: 15px 0 15px 15px; */
    padding-top: 15px;
    padding-left: 5px;
    padding-right: 5px;
}

.text_content_type2 ul li {
    /* margin-right: 15px; */
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}


.text_content_type2 ul li div {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: rgba(0, 0, 0, .5);
    padding: 0 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.text_content_type2 ul li img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.text_content_type2 ul li img:hover {
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}
.text_content_type2 ul li:hover div{
    background-color: rgba(139, 213, 22, .85);
}

.text_content_type2 ul li div p {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.text_content_type4 li {
    width: 560px;
    height: 80px;
    background-color: #f9f9f9;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
    margin-top: 25px;
}

.text_content_type4 li p {
    color: #333;
    font-size: 18px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
}
.text_content_type4 li:hover p{
    color: #168fff;
}


.text_content_type4 li span {
    font-size: 32px;

}

.text_content_type4 li div {
    width: 100px;
    height: 25px;
    background-color: #86d192;
    border-bottom: 3px solid #fff;
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 0;
    left: -60px;
}

.immobilization {
    position: fixed;
    top: 110px;
    z-index: 99;
}

.solution_c {
    padding-top: 35px;
    padding-bottom: 50px;
}

.solution_c_img {
    width: 40%;
    overflow: hidden;
    border-radius: 20px 0 20px 0;
    -o-border-radius: 20px 0 20px 0;
    -moz-border-radius: 20px 0 20px 0;
    -webkit-border-radius: 20px 0 20px 0;
}

.solution_c_img:hover img {
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.solution_c_img img {
    width: 100%;
    height: 100%;
    border-radius: 15px 0 15px 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-radius: 20px 0 20px 0;
    -o-border-radius: 20px 0 20px 0;
    -moz-border-radius: 20px 0 20px 0;
    -webkit-border-radius: 20px 0 20px 0;
}

.solution_c_list li {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #dddddd;
}
.solution_c_list li.cpxxli {
    padding-bottom:20px;
    margin-bottom:20px;
}
.solution_c_list li.cpxxli .solution_c_img {
    width:30%;
}
.solution_c_list li.cpxxli .solution_c_r {
    width:65%;
}
.solution_c_list li.cpxxli .solution_c_r .p2 {
    font-size:12px;
}
.solution_c_list li.cpxxli h1 {
    margin-bottom:10px;
    font-size:16px;
}
.solution_c_list li a {
    display: flex;
    justify-content: space-between;
}
.solution_c_list li:nth-child(odd) a .solution_c_r {
    order:2;
}
.solution_c_list li:nth-child(odd) a .solution_c_img {
    order:1;
}
.solution_c_r {
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.solution_c_r h1 {
    font-size: 20px;
    color: #333;
    font-weight: 600;
    margin-top: 20px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.solution_c_r .p1 {
    font-size: 14px;
    color: #999;
    font-family: "Microsoft Yahei", Arial;
    margin-top: 20px;
    margin-bottom: 20px;
}

.solution_c_r .p2 {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.solution_c_r_b {
    display: flex;
}

.solution_c_r .product_list_c_l_b .p2 {
    color: #999;
}

.press_page {
    padding-top: 30px;
    padding-bottom: 50px;
    background-color: #f9f9f9;
}

.press_page ul li {
    padding: 15px;
    height: 260px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.press_page ul li:hover .press_page_l img{
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform:scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}


.press_page ul li:hover .press_page_r_t h1 {
    color: #168fff;
}

.press_page ul li:hover .press_page_r_t .p1 {
    color: #168fff;
}

.press_page ul li:hover .press_page_r_t .p2 {
    color: #168fff;
}

.press_page ul li:hover .press_page_r .product_list_c_l_b .p2 {
    color: #168fff;
}

.press_page_l {
    width: 30%;
    overflow: hidden;
}

.press_page_l img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.agency_c_r_type1 li p span{
    color: #f00;
}
.press_page_r {
    width: 67.5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.press_page_r_t h1 {
    font-size: 20px;
    color: #333;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.press_page_r_t .p1 {
    font-size: 14px;
    color: #999;
    font-family: "Microsoft Yahei", Arial;
    margin-bottom: 15px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.press_page_r_t .p2 {
    color: #666;
    font-size: 14px;
    line-height: 24px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.press_page_r .product_list_c_l_b .p2 {
    color: #999;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    font-size: 14px;
}

.press_page .paging div {
    background-color: #fff;
}

.press_page .paging a {
    background-color: #fff;
}

.press_page .paging .color {
    background-color: #168fff;
}

.press_page .paging a:hover {
    background-color: #168fff;
}

.newsDetails_c {
    padding-top: 40px;
    padding-bottom: 50px;
}

.newsDetails_c_t {
    text-align: center;
}

.newsDetails_c_t h1 {
    font-size: 24px;
    color: #333;
    font-weight: 600;
}

.newsDetails_c_t p {
    color: #999;
    font-size: 14px;
    margin-right: 15px;
}

.newsDetails_c_t p span {
    font-family: "Microsoft Yahei", Arial;
}

.newsDetails_c_t div {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 30px;
}

.newsDetails_c_l {
    color: #666;
    font-size: 14px;
    padding: 0;
}

.newsDetails_c_l_c {
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    padding: 20px 0;
    color:666;
    line-height:24px;
    font-size:12px;
}

.newsDetails_c_l_b {
    padding: 40px 0;
    font-size: 14px;
}

.newsDetails_c_l_b a {
    font-size: 14px;
    color: #333;
   
    line-height: 24px;
}
.newsDetails_c_l_b a:hover{
    color: #168fff;
}

.newsDetails_c_r ul {
    background-color: #f9f9f9;
    padding: 30px;

}

.newsDetails_c_l_c img {
    max-width: 100%;
}

.newsDetails_c_r ul h1 {
    color: #333;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 0px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 0px;
}
.newsDetails_c_r ul li img {
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.newsDetails_c_r ul li:hover img{
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform:scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.newsDetails_c_r ul li:hover div{
    background-color: rgba(139, 213, 22, .85);
}

.newsDetails_c_r ul li {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #e5e5e5;
    position: relative;
    overflow: hidden;
}

.newsDetails_c_r {
    padding-left: 40px;
}

.newsDetails_c_r ul li div {
    position: absolute;
    background-color: rgba(0, 0, 0, .4);
    height: 60px;
    width: 100%;
    bottom: 0;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    padding: 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.newsDetails_c_r ul li div p {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.newsDetails_c_b ul li {
    width: 24%;
    margin-right: 20px;
}

.newsDetails_c_b ul {
    display: flex;
}

.newsDetails_c_b ul li:last-child {
    margin-right: 0;
}

.newsDetails_c_b_img {
    text-align: center;
    border: 1px solid #e5e5e5;
}

.newsDetails_c_b_img img {
    width: 100%;
}

.newsDetails_c_b_b {
    width: 100%;
    height: 60px;
    background-color: #168fff;
    padding: 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.newsDetails_c_b_b p {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
}

.newsDetails_c_b h1 {
    font-size: 24px;
    color: #333;
    font-weight: 600;
    margin-bottom: 30px;
}

.contactUs {
    padding-top: 35px;
    padding-bottom: 70px;
}

.contactUs_title h1 {
    font-size: 22px;
    color: #999;
    font-weight: 600;

    font-family: "Microsoft Yahei", Arial;
}
.contactUs_title p {
    font-size: 30px;
    color: #333;
    margin-bottom: 10px;
}


.contactUs_c {
    height: 700px;
    margin-top: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    background-image: url(../images/contactus02.png);
}
.contactUs_c li{
    font-size: 16px;
    color: #333;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.contactUs_c .click{
    color: #f00;
}
.contactUs_c .list1{
    position: absolute;
    top: 156px;
    left: 156px;
}
.contactUs_c .list2{
    position: absolute;
    top: 348px;
    left: 84px;
}
.contactUs_c .list3{
    position: absolute;
    top: 202px;
    left: 322px;
}
.contactUs_c .list4{
    position: absolute;
    top: 254px;
    left: 353px;
}
.contactUs_c .list5{
    position: absolute;
    top: 458px;
    left: 395px;
}
.contactUs_c .list6{
    position: absolute;
    top: 143px;
    right: 357px;
}
.contactUs_c .list7{
    position: absolute;
    top: 60px;
    right: 54px;
}
.contactUs_c .list8{
    position: absolute;
    bottom: 188px;
    right: 110px;
}



.contactUs_c div {
    position: absolute;
    background-color: #fff;
    top: 170px;
    left: 490px;
    border-radius: 10px;
    -o-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: rgb(22 143 255 / 10%) 0 1px 12px;
    -moz-box-shadow: rgba(22, 143, 255, 0.1) 0 1px 12px;
    box-shadow: rgb(22 143 255 / 10%) 0 1px 12px;
    padding: 25px;
}

.contactUs_c div p {
    font-size: 16px;
    color: #333;
    line-height: 36px;
}

.contactUs_b {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.contactUs_b li {
    width: 45%;
    padding: 30px 45px;
    -webkit-box-shadow: rgb(0 0 0 / 10%) 0 0px 5px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0px 5px 0px;
    box-shadow: rgb(0 0 0 / 10%) 0 0px 5px 0px;
    border-radius: 15px 0 15px 0;

}

.contactUs_b li h1 {
    font-size: 24px;
    font-weight: 600;
    border-bottom: 1px solid #bbbbbb;
    padding-bottom: 20px;
    margin-bottom: 15px;
    color: #168fff;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.contactUs_c_map{
    display: none;
}

.contactUs_b li p {
    font-size: 16px;
    line-height: 30px;
    color: #000033;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.contactUs_b li:hover p{
    color: #168fff;
}
.contactUs_b li:hover h1{
    color: #0084ff;
}
.agency {
    padding-top: 30px;
    padding-bottom: 55px;
}

.agency_c {
    display: flex;
}

.agency_c_l {
    width: 50%;
    padding-top: 20px;
    position: relative;
}
.agency_c_l li{
    position: absolute;
    font-size: 12px;
    color: #333;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
/* .agency_c_l li:hover{
    color: #f00;
} */
.btn_map01{
    top: 194px;
    left: 86px;
}
.btn_map02 {
    top: 329px;
    left: 97px;
}
.btn_map03 {
    top: 329px;
    left: 97px;
}
.btn_map03 {
    top: 281px;
    left: 186px;
}
.btn_map04 {
    top: 359px;
    left: 254px;
}
.btn_map05 {
    top: 438px;
    left: 229px;
}
.btn_map06 {
    top: 415px;
    left: 297px;
}
.btn_map07 {
    top: 452px;
    left: 312px;
}
.btn_map08 {
    top: 513px;
    left: 330px;
}
.btn_map09 {
    top: 454px;
    left: 369px;
}
.btn_map10 {
    top: 447px;
    left: 458px;
}
.btn_map11 {
    top: 420px;
    left: 422px;
}
.btn_map12 {
    top: 394px;
    left: 396px;
}
.btn_map13 {
    top: 401px;
    left: 351px;
}
.btn_map14 {
    top: 351px;
    left: 350px;
}
.btn_map15 {
    top: 320px;
    left: 312px;
}
.btn_map16 {
    top: 278px;
    left: 324px;
}
.btn_map17 {
    top: 304px;
    left: 277px;
}
.btn_map18 {
    top: 233px;
    left: 304px;
}
.btn_map19 {
    top: 226px;
    left: 390px;
}
.btn_map20 {
    top: 263px;
    left: 382px;
}
.btn_map21 {
    top: 274px;
    left: 353px;
}
.btn_map22 {
    top: 322px;
    left: 362px;
}
.btn_map23 {
    top: 343px;
    left: 407px;
}
.btn_map24 {
    top: 374px;
    left: 444px;
}
.btn_map25 {
    top: 338px;
    left: 444px;
}
.btn_map26 {
    top: 281px;
    left: 428px;
}
.btn_map27 {
    top: 281px;
    left: 428px;
}
.btn_map28 {
    top: 205px;
    left: 453px;
}
.btn_map29 {
    top: 180px;
    left: 481px;
}
.btn_map30 {
    top: 123px;
    left: 476px;
}
.agency_c_map ul li{
    font-size: 14px;
}
.agency_c_map01 {
    top: 99px;
    left: 117px;
}
.agency_c_map02 {
    top: 157px;
    left: 69px;
}
.agency_c_map03 {
    top: 268px;
    left: 38px;
}
.agency_c_map04 {
    top: 252px;
    left: 121px;
}
.agency_c_map05 {
    top: 292px;
    left: 166px;
}
.agency_c_map06 {
    top: 198px;
    left: 147px;
}
.agency_c_map .agency_c_map07 {
    top: 158px;
    left: 145px;
    color: #fff;
}
.agency_c_map08 {
    top: 70px;
    left: 198px;
}
.agency_c_map09 {
    top: 66px;
    left: 252px;
}
.agency_c_map11 {
    top: 149px;
    left: 211px;
}
.agency_c_map12 {
    top: 263px;
    left: 220px;
}
.agency_c_map13 {
    top: 238px;
    left: 289px;
}
.agency_c_map14 {
    top: 154px;
    left: 284px;
}
.agency_c_map15 {
    top: 138px;
    left: 357px;
}
.agency_c_map16 {
    top: 85px;
    left: 397px;
}
.agency_c_map17 {
    top: 97px;
    left: 488px;
}
.agency_c_l .click{
    color: #f00;
}

.agency_c_l img {
    width: 100%;
}

.agency_c_r {
    width: 50%;
    padding-left: 60px;
}

.agency_c_r .p1 {
    font-size: 20px;
    color: #333;
    font-weight: 600;
}

.agency_c_r h1 {
    margin-top: 15px;
    margin-bottom: 40px;
    font-size: 36px;
    color: #333;
    font-family: "Microsoft Yahei", Arial;
}

.agency_c_r_type1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.agency_c_r_type1 li {
    width: 46%;
}

.agency_c_r_type1 li p {
    margin-bottom: 15px;
    font-size: 16px;
    color: #333;
}

.agency_c_r_type1 li input {
    width: 100%;
    height: 50px;
    background-color: #f9f9f9;
    padding-left: 10px;
}

.agency_c_r_type2 {
    margin-bottom: 20px;
}

.agency_c_r_type2 p {
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
}

.agency_c_r_type2 p span {
    color: #ff0000;
}

.agency_c_r_type2 textarea {
    width: 100%;
    background-color: #f9f9f9;
    padding: 10px;
    height: 100px;
    border: none;
    outline: none;
    resize: none;
}

.agency_c_r_type2 input {
    height: 50px;
    background-color: #f9f9f9;
    padding-left: 10px;
    width: 100%;
}

.agency_c_r_butoon {
    width: 150px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background-color: #168fff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    outline:none;
    border:none;
}

.talentedPeople {
    margin-bottom: 40px;
}

.talentedPeople li {
    margin-bottom: 20px;
}

.talentedPeople .talentedPeople_list {
    height: 60px;
    background-color: #f9f9f9;
    padding-left: 40px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.talentedPeople_list_type1 {
    width: 32%;
    font-size: 16px;
    color: #333;
    font-weight: 600;
}

.talentedPeople_list_type2 {
    width: 26.5%;
    font-size: 16px;
    color: #333;
    font-weight: 600;
}

.talentedPeople_list_type3 {
    width: 15%;
    text-align: center;
}

.talentedPeople_list_type3 span {
    font-size: 20px;
    color: #333;
}

.talentedPeople_list_show {
    background-color: #f9f9f9;
    display: none;
    padding: 20px 60px 45px 60px;
    line-height: 30px;
    font-size: 12px;
    color: #666;
}

.talentedPeople li .color {
    background-color: #168fff;

}

.talentedPeople li .color .talentedPeople_list_type1 {
    color: #fff;
}

.talentedPeople li .color .talentedPeople_list_type2 {
    color: #fff;
}

.talentedPeople li .color .talentedPeople_list_type3 span {
    color: #fff;
}

.suspension {
    position: fixed;
    right: 40px;
    top: 60%;
    z-index: 111;
}

.suspension li {
    width: 50px;
    height: 50px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #168fff;
    -webkit-box-shadow: rgb(0 0 0 / 10%) 0 1px 5px;
    -moz-box-shadow: rgba(0, 0, 0, .1) 0 1px 5px;
    box-shadow: rgb(0 0 0 / 10%) 0 1px 5px;
    border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
    margin-bottom: 10px;
}

.suspension li:hover {
    background-color: #168fff;
    color: #fff;
}

.return_top span {
    font-size: 26px;
}

.return_phone {
    position: relative;
}

.return_phone>div p {
    background-color: #168fff;
    width: 160px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: rgb(0 0 0 / 10%) 0 1px 5px;
    -moz-box-shadow: rgba(0, 0, 0, .1) 0 1px 5px;
    box-shadow: rgb(0 0 0 / 10%) 0 1px 5px;
    color: #fff;
    display: none;
}

.return_phone>div {
    padding-right: 15px;
    position: absolute;
    right: 50px;
}

.suspension .return_phone:hover>div p {
    display: block;
    color: #fff;
}

.return_top_wx {
    position: relative;
}

.WeChat_pop_up {
    display: none;
    padding-right: 15px;
    position: absolute;
    right: 50px;
}

.WeChat_pop_up div {
    width: 180px;
    height: 180px;
    background-color: #fff;
    border: solid 1px #d8d8d8;
    border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 5px;
}

.WeChat_pop_up div img {
    width: 100%;
    height: 100%;
}

.return_top_wx:hover div {
    display: block;
}
.hmPro_aBxo {
    display: block;
    padding-top: 15px;

    border: 1px solid #FFF;
}
.hmPro_img {
    background: url(https://www.inhand.com.cn/css/../images/proBor.png) no-repeat center center;
    height: 168px;
    width: 221px;
    margin: 0px auto;
    position: relative;
}
.hmPro_img:before {
    content: "";
    background: #5C5C5C;
    height: 14px;
    width: 1px;
    position: absolute;
    left: 50%;
    bottom: -20px;
}
.hmPro_img img {
    position: absolute;
    left: 50%;
    top: 57%;
    max-height: 85%;
    max-width: 85%;
    transform: translate(-50%,-50%);
}
.hmPro_img:after {
    content: "";
    background: url(https://www.inhand.com.cn/css/../images/proBor2.png) no-repeat center center;
    height: 221px;
    width: 221px;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all 0.5s ease-in-out;
}
.hmPro_nm {
    line-height: 58px;
    text-align: center;
    height: 58px;
    margin-top: 22px;
    font-size: 16px;
    position: relative;
}
.cor_333 {
    color: #333;
}
.hmPro_nm:after {
    content: "";
    background: #09F;
    height: 3px;
    width: 38px;
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -19px;
}
.hmPro_aBxo:hover .hmPro_img:after {
    transform: rotate(-62deg);
}
@media (max-width:1600px) {
    .solution {
        padding-bottom: 40px;
    }
    .solution-wrap .solution-item-wrap .solution-items-swiper .solution-item .solution-img-wrap {
        height: 300px;
    }
    .press_center_list .text h1 {
        margin-top: 15px;
    }
    .press_center_list li .text {
        height: 150px;
    }
    .press_center_list .text .p2 {
        margin-top: 16px;
    }
}

@media (max-width:1400px) {
    .company_profile_tab_list li {
        width: 135px;
        height: 40px;
        line-height: 40px;
    }
    /* .press_center_list li .img {
        height: 155px;
    } */
 
    
    .product_centre>div {
        width: 85%;
    }
    .product_centre_swiper .product_centre_swiper_list .product_centre_swiper_p .swiper_container_asd {
        padding: 0 45px;
    }
    .product_centre_swiper_text {
        height: 115px;
    }
    .product_centre_swiper_p .swiper-button-next {
        width: 35px;
        height: 35px;
    }
    .product_centre_swiper_p .swiper-button-prev {
        width: 35px;
        height: 35px;
    }
    .product_centre_swiper_text .p1 {
        -webkit-line-clamp: 2;
    }

    .solution-wrap .solution-center {
        width: 95%;
    }

    .company_profile_tab_list {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .company_profile_img {
        padding-right: 10px;
    }

    .company_profile_b li img {
        right: 10px;
        width: 25px;
        height: 25px;
    }

    .press_center>div {
        width: 85%;
    }

    .press_center_list .text h1 {
        font-size: 15px;
        line-height: 22px;
        margin-top: 15px;
    }

    .press_center_list .text .p1 {
        font-size: 12px;
        line-height: 20px;
        margin-top: 12px;
    }

    .partner>div {
        width: 85%;
    }

    .bottom_div {
        padding-top: 50px;
    }

    .bottom_div>div {
        width: 85%;
    }

    .bottom_div_list_r ul p span {
        font-size: 22px;
    }

    .bottom_div_list_r_code img {
        width: 170px;
        height: 170px;
    }

    .bottom_div_list {
        display: flex;
        margin-top: 40px;
    }
 
   
    .press_center_list li .text {

        height: 150px;
    }
}

@media (max-width:1200px) {
    .nav_div2{
        display: none;
    }
    .agency_c_r_title{
        display: flex;
        align-items: center;
        margin-bottom: 30px;
    }
    .button_anniu{
        width: 16px;
        height: 16px;
        margin-left: 8px;
    }
    .press_center_list .button_anniu{
        width: 16px;
        height: 16px;
        margin-left: 8px;
    }
    .talentedPeople {
        margin-bottom: 20px;
    }
    #collapsibleNavbar {
        height: auto;
    }

    .nav .color {
        color: #fff;
    }

    .nav li a {
        font-size: 18px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .navbar-toggler {
        z-index: 999;
    }

    .navbar-collapse {
        position: absolute;
        width: 100%;
        left: 0;
    }

    .nav {
        padding-top: 80px;
        padding-bottom: 20px;
        position: absolute;
        display: block;
        width: 100%;
        height: auto;
        background: rgba(0, 0, 0, .5);
    }

    .brand {
        position: relative;
        z-index: 999;
    }

    .nav li {
        padding-left: 40px;
        line-height: 40px;
        padding-right: 40px;
    }

    .index_list_t_c a h1 {
        font-size: 24px;
    }

    .index_list_t {
        padding: 60px;
    }

    .navbar-toggler {
        z-index: 999;
    }

    .nav li a {
        position: relative;
        font-size: 14px;
        color: #fff;
    }

    .nav li a::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 1px;
        background: rgba(255, 255, 255, .5);
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

    .nav .color {
        border-bottom: none;
    }

    .nav li a:hover {
        background: none;
        color: #fff;
    }

    .nav li a:hover::after {
        width: 100%;
    }

    .searchbtn {
        display: none;
    }

    .top {
        height: 60px;
    }

    .navbar-toggler {
        padding: 5px 10px;
    }

    .banner {
        margin-top: 60px;
    }

    .navbar-brand img {
        height: 30px;
        width: 149px;
    }

    .banner .swiper-button-prev {
        width: 45px;
        height: 45px;
        left: 25px;
    }

    .banner .swiper-button-next {
        width: 45px;
        height: 45px;
        right: 20px;
    }

    .product_centre_list {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .product_centre_list li .circle {
        width: 70px;
        height: 70px;
    }

    .product_centre_list .checked .turn {
        width: 95px;
        height: 95px;
    }

    .product_centre_list li .circle span {
        font-size: 35px;
    }

    .product_centre_list li p {
        font-size: 18px;
    }

    .product_centre_list .checked p::after {
        width: 110px;
    }

    .product_centre_swiper .swiper-slide li {
     
        padding: 15px;
    }



    .product_centre_swiper_text {
        height: 100px;
    }

    .product_centre_swiper_text h1 {
        font-size: 18px;
    }

    .product_centre_swiper_text .p1 {
        font-size: 12px;
        line-height: 17px;
        margin-top: 12px;
    }

    .product_centre_swiper_text .p2 {
        font-size: 14px;
        margin-top: 16px;
    }

    .product_centre_swiper_text .p2 span {
        height: 18px;
        width: 18px;
        line-height: 18px;
    }

    .product_centre>div {
        width: 85%;
    }

    .product_centre {
        padding-top: 50px;
        padding-bottom: 40px;
    }

    .index_title h1 {
        font-size: 22px;
        width: 130px;
    }

    .index_title p {
        font-size: 14px;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .solution-wrap .solution-center {
        width: 100%;
    }

    .solution-wrap {
        margin-top: 35px;
    }

    .solution {
        padding-bottom: 50px;
        padding-top: 50px;
    }

    .solution>div {
        width: 85%;
    }

    .solution-item-wrap .swiper-button .icon-wrap {
        width: 45px;
        height: 45px;
        line-height: 45px;
    }

    .solution-item-wrap .swiper-button .icon-wrap i {
        font-size: 24px;
    }

    .solution-wrap .solution-tabs {
        padding-bottom: 35px;
    }

    .solution-wrap .solution-item-wrap .solution-items-swiper .solution-item {
        padding: 0px 20px;
    }

    .solution-wrap .solution-item-wrap .solution-items-swiper .solution-item .solution-text-wrap .solution-title {
        margin-bottom: 25px;
        font-size: 22px;
    }

 

    .company_profile {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .company_profile>div {
        width: 85%;
    }

    .company_profile_tab {
        padding-left: 30px;
    }

    .company_profile_tab_main p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 16px;
    }

    .company_profile_tab_list li {
        width: 110px;
        height: 35px;
        line-height: 35px;
        font-size: 16px;
    }

  

    .company_profile_b li img {
        right: 0px;
    }

    .company_profile_b li h1 {
        
        margin-top: 20px;
    }

    .company_profile_b li p {
        font-size: 15px;
    }

    .press_center_list .text .p2 {
        font-size: 14px;
        color: #999;
        margin-top: 15px;
    }

    .press_center_list .text h1 {
        font-size: 12px;
        line-height: 16px;
        margin-top: 13px;
    }

    .press_center_list .text .p1 {
        font-size: 12px;
        line-height: 16px;
        margin-top: 8px;
    }

    .press_center_list li {
        padding: 15px;
        box-shadow: 10px 10px 0px #c3def9;
       
    }
    
    .press_center_list li .text {
        height: 120px;
    }

    .press_center_list a {
        width: 23%;
        padding-bottom: 10px;
        margin-top: 30px;
    }

    .press_center {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .partner {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .partner_swiper .swiper-slide li {
        padding: 0 10px;
    }
    .press_center_list li:hover {
        box-shadow: 10px 10px 0px #96c3f1;
    }

    .bottom_div_list_l ul p {
        margin-top: 15px;
    }

    .bottom_div_list_r_code img {
        width: 150px;
        height: 150px;
    }

    .bottom_div_list_r ul p {
        color: #fff;
        font-size: 14px;
        margin-top: 15px;
    }

    .search_page {
        padding-top: 60px;
        padding-bottom: 110px;
    }

    .search_page_input {
        margin-top: 60px;
        height: 60px;
    }

    .search_page_text a {
        margin: 0 15px;
    }

    .search_page_text {
        margin-bottom: 60px;
    }

    .search_page_list {
        margin-top: 30px;
    }

    .top_height {
        height: 60px;
    }

    .synopsis {
        padding-top: 30px;
        padding-bottom: 70px;
    }

    .honor_qualification {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .rhombus li div {
        width: 100px;
        height: 100px;
        margin-left: 23px;
    }

    .rhombus li {
        width: 100px;
        height: 100px;
        margin-right: 46px;
        margin-top: -13px;
    }

    .rhombus li img {
        width: 75px;
    }

    .about_partner {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .rhombus_img {
        height: 300px;
        margin-top: 40px;
    }

    .download_list ul {
        padding-bottom: 35px;
        margin-top: 35px;
    }

    .download_top {
        height: 55px;
    }

    .download_top_div {
        height: 55px;
    }

    .downloadDetails_c_t {
        padding: 20px;
        margin-bottom: 30px;
    }

    .downloadDetails_b {
        margin-bottom: 45px;
    }

    .product_list {
        padding-top: 45px;
        padding-bottom: 40px;
    }

    .product_details {
        margin-bottom: 25px;
    }

    .solution_c {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .solution_c_r h1 {
        font-size: 18px;
        margin-top: 15px;
    }

    .solution_c_r .p2 {
        -webkit-line-clamp: 3;
    }

    .press_page {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .press_page_r_t h1 {
        font-size: 18px;
    }

    .press_page_r_t .p1 {
        margin-bottom: 15px;
    }

    .press_page_r_t .p2 {
        line-height: 20px;
    }

    .press_page ul li {
        padding: 15px;
        height: 246px;
    }

    .newsDetails_c_r ul li div {
        height: 50px;
        font-size: 13px;
        line-height: 20px;
    }

    .contactUs_c div {
        top: 70px;
        left: 370px;
    }
    .contactUs_c_map{
        display: block;
     
    }
    .contactUs_c_map li{
        width: 100%;
    }
    .contactUs_b {
        margin-top: 40px;
    }

    .contactUs_c {
       display: none;
    }

    .contactUs_title p {
        font-size: 26px;
    }

    .contactUs_title h1 {
        font-size: 20px;
    }

    .contactUs {
        padding-top: 30px;
        padding-bottom: 70px;
    }

    .agency {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .agency_c_r h1 {
        margin: 0;
        font-size: 24px;
    }
    .agency_c_r .p1 {
        font-size: 20px;
        color: #333;
        font-weight: 500;
        font-size: 20px;
        margin-right: 15px;
    }

    

    .suspension {
        right: 20px;
    }


    .partner_swiper_border .swiper-slide {
        height: 70px;
    }
    .agency_c_l{
        display: none;
    }
    .agency_c_r {
        width: 72%;
        padding-left: 0px;
        margin-top: 30px;
    }
    .company_profile_b {
        margin-top: 50px;
    }
    .product_centre_swiper .product_centre_swiper_list .product_centre_swiper_p .swiper_container_asd {
        padding: 0px 30px;
    }

}


@media (max-width:992px) {
    .product_centre_swiper .product_centre_swiper_list .product_centre_swiper_p .swiper_container_asd {
        padding: 0px 40px;
    }
    .company_profile_b li div {
        text-align: left;
    }

    .company_profile_tab_main_b {
        
        width: 130px;
        height: 35px;
  
    }
    .company_profile_tab_main_b .iconfont {
        font-size: 14px;
    }
    .company_profile_tab_skip .company_profile_tab_main_b:hover .dot {
        width: 20px;
    }
    .solution-wrap .solution-item-wrap .solution-items-swiper .solution-item .solution-more {
        width: 130px;
        height: 35px;
        line-height: 33px;

    }
    .solution-wrap .solution-item-wrap .solution-items-swiper .solution-item .solution-more a {
        font-size: 12px;
    }
    .solution-wrap .solution-item-wrap .solution-items-swiper .solution-item .solution-more:hover .icon-wrap .move-line {
        width: 22px;
    }
    .solution-wrap .solution-item-wrap .solution-items-swiper .solution-item .solution-more .icon-wrap .move-line {
        top: 51%;

    }
    .button_anniu {
        width: 14px;
        height: 14px;
        margin-left: 6px;
    }
    .solution-wrap .solution-item-wrap .solution-items-swiper .solution-item .solution-more .icon-wrap {
        right: 20px;
    }
    .solution-wrap .solution-item-wrap .solution-items-swiper .solution-item .solution-more .icon-wrap .iconfont {
        font-size: 12px;
    }
    .top {
        height: 60px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .navbar-toggler {
        padding: 5px 0px;
    }

    .navbar-brand img {
        height: 26px;
        width: 129px;
    }

    .banner {
        margin-top: 60px;
    }

    .banner .swiper-button-next {
        width: 40px;
        height: 40px;
    }

    .banner .swiper-button-prev {
        width: 40px;
        height: 40px;
    }

    .product_centre {
        padding-top: 40px;
        padding-bottom: 35px;
    }

    .index_title h1 {
        font-size: 18px;
        width: 100px;
        height: 30px;
        line-height: 30px;
    }

    .index_title p {
        font-size: 12px;
    }

    .product_centre_list li .circle {
        width: 55px;
        height: 55px;
    }

    .product_centre_list .outer {
        height: 90px;
    }

    .product_centre_list li .circle span {
        font-size: 30px;
    }

    .product_centre_list .checked .turn {
        width: 80px;
        height: 80px;
    }

    .product_centre_list li p {
        margin-top: 5px;
        font-size: 16px;
    }

    .product_centre_list .checked p::after {
        width: 90px;
    }


    .product_centre_swiper_text {
        height: 105px;
    }

    .product_centre_swiper_text h1 {
        font-size: 16px;
    }

    .product_centre_swiper_text .p1 {
        font-size: 10px;
        line-height: 16px;
        margin-top: 10px;
    }

    .product_centre_swiper_text .p2 {
        font-size: 13px;
        margin-top: 10px;
    }

    .product_centre_swiper_text .p2 span {
        height: 14px;
        width: 14px;
        line-height: 14px;
    }

    .product_centre>div {
        width: 90%;
    }

    .product_centre_list {
        margin-top: 8px;
        margin-bottom: 8px;
    }



    .solution-tabs .solution-tab {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }

    .solution-wrap {
        margin-top: 30px;
    }

    .solution-wrap .solution-tabs {
        padding-bottom: 20px;
    }

    .solution>div {
        width: 90%;
    }

    .solution {
        padding-bottom: 40px;
        padding-top: 40px;
    }

    .solution-wrap .solution-item-wrap .solution-items-swiper .solution-item .solution-text-wrap .desc {
        line-height: 1.8;
        margin-bottom: 25px;
        font-size: 16px;
        color: #666;
    }
/* 
    .solution-wrap .solution-item-wrap .solution-items-swiper .solution-item .solution-more {
        width: 175px;
        height: 40px;
        line-height: 40px;
    } */

    .solution-item-wrap .swiper-button .icon-wrap {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

    .solution-item-wrap .swiper-button .icon-wrap i {
        font-size: 16px;
    }

    .solution-item-wrap .solution-items-button-prev {
        left: -20px;
    }

    .solution-item-wrap .solution-items-button-next {
        right: -20px;
    }

    .company_profile>div {
        width: 90%;
    }

    .company_profile {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .company_profile_img {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 20px;
        text-align: center;
    }

    .company_profile_tab {
        width: 100%;
        padding-left: 0px;
    }

    .company_profile_tab_main p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .company_profile_b li p {
        font-size: 13px;
    }

    .company_profile_b li img {
        right: 0px;
        width: 20px;
        height: 20px;
    }

    .company_profile_b li h1 {
        /* font-size: 40px; */
        margin-top: 20px;
    }
    .company_profile_b li h1 span {
        font-size: 40px;
    }

    .press_center {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .press_center_list li {
        width: 100%;
        position: relative;
        background-color: #fff;
        padding: 20px;
        box-shadow: 15px 15px 0px #c3def9;
        border-radius: 10px 0 10px 0;
      
    }
    .press_center_list li:hover {
        box-shadow: 15px 15px 0px #96c3f1;
    }
   
    .press_center_list li .text {
        height: 165px;
    }

    .press_center_list a {
        margin-top: 30px;
    }

    .press_center_list a {
        width: 45%;
    }

    .press_center_list .text h1 {
        font-size: 16px;
        line-height: 24px;
        margin-top: 20px;
    }

    .press_center_list .text .p1 {
        font-size: 14px;
        line-height: 22px;
        margin-top: 15px;
    }

    .press_center_list .text .p2 {
        font-size: 16px;
    }

    .press_center>div {
        width: 90%;
    }

    .partner {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .bottom_div_list {
        margin-top: 35px;
    }

    .bottom_div_black {
        height: 55px;
    }

    .bottom_div_list_l ul li {
        font-size: 14px;
    }

    .bottom_div_list_r ul li {
        font-size: 14px;
    }

    .bottom_div {
        padding-top: 35px;
    }

    .bottom_div_list_l ul a {
        font-size: 12px;
    }

    .bottom_div_list_r ul p {
        font-size: 12px;
        margin-top: 10px;
    }

    .bottom_div_list_r ul p span {
        font-size: 18px;
    }

    .bottom_div_list_r_code img {
        width: 120px;
        height: 120px;
    }

    .bottom_div_list_r_code p {
        font-size: 12px;
        line-height: 16px;
    }

    .bottom_div_list_l ul p {
        margin-top: 10px;
    }

    .bottom_div>div {
        width: 90%;
    }

    .search_page {
        padding-top: 50px;
        padding-bottom: 80px;
        margin-top: 60px;
    }

    .headline {
        font-size: 28px;
    }

    .search_page_input {
        margin-top: 40px;
        height: 50px;
    }

    .search_page_input_l {
        padding: 0 30px;
    }

    .search_page_text {
        margin-bottom: 45px;
        padding: 0 30px;
    }

    .search_page_input_r {
        font-size: 18px;
    }

    .search_page_text a {
        margin: 0px 10px;
        font-size: 14px;
    }

    .search_page_text p {
        font-size: 14px;
    }

    .search_page_b h1 {
        font-size: 20px;
        margin-right: 20px;
    }

    .search_page_b p {
        font-size: 13px;
    }

    .search_page_list {
        margin-top: 20px;
    }

    .search_page_b {
        padding-bottom: 15px;
    }

    .search_page_list li p {
        font-size: 12px;
        line-height: 14px;
    }

    .top_height {
        height: 60px;
    }

    .synopsis_r li {
        width: 150px;
        padding-bottom: 20px;
        margin-bottom: 20px;
        display: block;
        text-align: center;
    }

    .synopsis_r li div p {
        font-size: 14px;
    }

    .synopsis_r li h1 {
        width: 150px;
        font-size: 40px;
        margin-right: 20px;
    }

    .synopsis_r li div {
        width: 150px;
        height: 60px;
        display: block;
    }

    .synopsis_r li div img {
        margin-bottom: 8px;
        margin-top: 7px;
        width: 26px;
        height: 26px;
    }

    .about_me_title {
        height: 40px;
    }

    .about_me_title ul li {
        width: 120px;
        height: 40px;
        font-size: 16px;
    }

    .synopsis {
        padding-top: 25px;
        padding-bottom: 40px;
    }

    .honor_qualification {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    .about_headline p {
        font-size: 13px;
    }

    .about_headline h1 {
        font-size: 26px;
    }

    .honor_qualification_img {
        margin-top: 35px;
        margin-bottom: 35px;
    }

    .about_swiper {
        padding: 0px 10px;
    }

    .rhombus li div {
        width: 80px;
        height: 80px;
    }

    .rhombus li {
        width: 80px;
        height: 80px;
        margin-top: -16px;
    }

    .about_partner {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    .rhombus li img {
        width: 65px;
    }

    .rhombus {
        margin-top: 90px;
    }

    .rhombus_img {
        height: 220px;
        margin-top: 40px;
    }

    .synopsis_l p {
        margin-bottom: 10px;
    }

    .download_list ul {
        padding-bottom: 30px;
        margin-top: 30px;
    }

    .download_list ul li {
        height: 60px;
        margin-top: 30px;
    }

    .download_list ul li p {
        font-size: 16px;
    }

    .download_list ul li a {
        font-size: 30px;
    }

    .download_list ul h1 {
        font-size: 20px;
    }

    .download_list {
        /* padding-top: 10px; */
        padding-bottom: 10px;
    }

    .download_top {
        height: 50px;
    }

    .download_top_div {
        height: 50px;
    }

    .downloadDetails_c_t {
        padding: 20px;
        margin-bottom: 30px;
    }

    .downloadDetails_c_t_text h1 {
        font-size: 24px;
    }

    .downloadDetails_c_t_text {
        padding: 10px 15px;
    }

    .downloadDetails_c_t_b {
        height: 50px;
    }

    .downloadDetails_c_t_b span {
        font-size: 14px;
    }

    .downloadDetails_c_t_b p {
        font-size: 14px;
    }

    .downloadDetails_c_t_b a {
        margin-left: 10px;
        font-size: 22px;
    }

    .downloadDetails_introduce {
        width: 130px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }

    .downloadDetails_text {
        font-size: 16px;
        line-height: 26px;
        padding-bottom: 15px;
    }

    .downloadDetails_b {
        margin-top: 35px;
        margin-bottom: 40px;
        height: 45px;
        font-size: 13px;
    }

    .downloadDetails_b a {
        font-size: 13px;
    }

    .product_list_c li a {
        padding: 25px;
    }

    .product_list_c_r {
        padding-left: 25px;
    }

    .product_list_c_l h1 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .product_list_c_l .p1 {
        font-size: 12px;
        line-height: 18px;
    }

    .paging li {
        width: 35px;
        height: 35px;
    }

    .paging div {
        width: 35px;
        height: 35px;
    }

    .product_list {
        padding-top: 35px;
        padding-bottom: 40px;
    }

    .product_details_list_l li {
        width: 120px;
        height: 40px;
        font-size: 16px;
    }

    .inclined_1 {
        height: 20px;
    }

    .inclined_2 {
        height: 20px;
    }

    .text_content_type {
        padding-left: 30px;
        padding-top: 15px;
    }

    .product_details_top {
        padding: 25px;
    }

    .product_details_top_r {
        margin-left: 45px;
        padding: 25px 0;
    }

    .product_details_top_img {
        height: 200px;
    }

    .product_details_top_r h1 {
        font-size: 26px;
        margin-bottom: 25px;
    }

    .product_details_top_r p {
        font-size: 15px;
        line-height: 24px;
    }

   

    .text_content_type4 li {
        width: 460px;
        height: 70px;
        padding: 0 30px;
        margin-top: 35px;
    }

    .text_content_type4 li p {
        font-size: 18px;
    }

    .text_content_type_title {
        font-size: 17px;
        line-height: 50px;
    }

    .solution_c {
        padding-top: 25px;
        padding-bottom: 40px;
    }

    .solution_c_r h1 {
        font-size: 18px;
        margin-top: 10px;
    }

    .solution_c_r .p1 {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .solution_c_r .p2 {
        -webkit-line-clamp: 3;
        line-height: 22px;
    }

    .solution_c_list li {
        padding-bottom: 35px;
        margin-bottom: 35px;
    }
    .press_page {
        padding-top: 25px;
        padding-bottom: 30px;
    }

    .press_page ul li {
        padding: 15px;
        height: 190px;
    }

    .press_page_r_t h1 {
        font-size: 16px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .product_list_c_l_b span {
        width: 15px;
        height: 15px;
        line-height: 15px;
    }

    .press_page_r_t .p1 {
        margin-bottom: 10px;
    }

    .press_page_r_t .p2 {
        -webkit-line-clamp: 2;
    }

    .newsDetails_c_r ul {
        padding: 20px;
    }

    .newsDetails_c_r ul h1 {
        font-size: 20px;
    }

    .newsDetails_c_r {
        padding-left: 25px;
    }

    .newsDetails_c_r ul li div p {
        -webkit-line-clamp: 1;
    }

    .newsDetails_c_r ul li div {
        height: 35px;
    }

    .newsDetails_c_b_b p {
        font-size: 15px;
        line-height: 20px;
    }

    .newsDetails_c_b_b {
        height: 40px;
    }

    .newsDetails_c_b h1 {
        font-size: 22px;
    }
    .newsDetails_c_l_b {
        font-size: 13px;
    }
    .newsDetails_c_l_b a {
        font-size: 13px;
    }

    .newsDetails_c {
        padding-top: 35px;
        padding-bottom: 60px;
    }

    .contactUs {
        padding-top: 25px;
        padding-bottom: 50px;
    }

    .contactUs_c {
        height: 430px;
    }

    .contactUs_c div {
        top: 45px;
        left: 270px;
        padding: 25px 20px;
    }

    .contactUs_c div p {
        font-size: 14px;
        color: #333;
        line-height: 30px;
    }

    .contactUs_b li {
        width: 46%;
        padding: 25px 30px;
    }
    .contactUs_c_map li{
        width: 100%;
    }

    .contactUs_b li h1 {
        font-size: 20px;
        padding-bottom: 15px;
        margin-bottom: 10px;
    }

    .contactUs_b li p {
        font-size: 15px;
        line-height: 24px;
    }

    .contactUs_title h1 {
        font-size: 18px;
    }
    .contactUs_title p {
        font-size: 24px;
    }

    .contactUs_b {
        margin-top: 30px;
    }

    .agency {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    

    .agency_c_r .p1 {
        font-size: 16px;
    }

    .agency_c_r h1 {
      
        font-size: 24px;
       
    }

    .agency_c_r_type1 li input {
        height: 40px;
        font-size: 14px;
    }

    .agency_c_r_type1 li p {
        font-size: 14px;
    }

    .agency_c_r_type2 input {
        height: 40px;
        font-size: 14px;
    }

    .agency_c_r_type2 p {
        font-size: 15px;
    }

    .agency_c_r_type2 textarea {
        height: 80px;
        font-size: 14px;
    }

    .agency_c_r_butoon {
        width: 110px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .talentedPeople_list_type1 {
        font-size: 15px;
    }
    .talentedPeople_list_type2 {
        font-size: 15px;
    }

    .talentedPeople .talentedPeople_list {
        height: 55px;
        padding-left: 30px;
    }

    .talentedPeople_list_show {
        padding: 20px 40px 45px 40px;
        line-height: 28px;
    }

    .suspension li {
        width: 50px;
        height: 50px;
    }

    .return_top span {
        font-size: 22px;
    }

    .WeChat_pop_up {
        right: 50px;
    }

    .WeChat_pop_up div {
        width: 150px;
        height: 150px;
    }

    .return_phone>div {
        right: 50px;
    }

    .return_phone>div p {
        height: 50px;
        line-height: 50px;
        width: 140px;
        font-size: 18px;
    }

    .text_content_type2 ul li div p {
        font-size: 12px;
        line-height: 17px;
    }

    .text_content_type2 ul li div {
        height: 45px;
        padding: 0px 20px;
    }
    .partner_swiper_border_bag .swiper-button-prev {
        width: 30px;
        height: 30px;
    }
    .partner_swiper_border_bag .swiper-button-next {
        width: 30px;
        height: 30px;
    }
    .partner_swiper_border .swiper-slide {
        height: 65px;
    }
    .partner_swiper_border_bag {
        padding: 0 45px;
    }

    .partner_swiper_border_bag .swiper-button-next {
        margin-top: calc(0px - (var(--swiper-navigation-size)/ 3));
    }
    .partner_swiper_border_bag .swiper-button-prev {
        margin-top: calc(0px - (var(--swiper-navigation-size)/ 3));
    }
    .newsDetails_c_b ul {
       flex-wrap: wrap;
       justify-content: space-between;
    }
    .newsDetails_c_b ul li {
        width: 46%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}
@media (max-width: 850px){

   
    .press_center_list li .text {
        height: 160px;
    }
}

@media (max-width:768px) {
    .agency_c_r h1 {
        font-size: 22px;
    }
    .product_background .button_anniu{
        width: 16px;
        height: 16px;
        margin-left: 8px;
    }
    .press_center_list .button_anniu {
        width: 14px;
        height: 14px;
        margin-left: 6px;
    }

    .product_centre_swiper_text {
        height: 85px;
    }
    .newsDetails_c_t p {
        font-size: 12px;
        margin-right: 10px;
    }
    .solution-wrap .solution-item-wrap .solution-items-swiper .solution-item .solution-more:hover .icon-wrap .move-line {
        width: 20px;
    }

    .navbar-brand img {
        height: 25px;
        width: 124px;
    }

    .top {
        padding-left: 10px;
        padding-right: 10px;
        height: 50px;
    }

    .navbar-toggler {
        padding: 0px 0px;
    }

    .banner {
        margin-top: 50px;
    }

    .banner .swiper-button-next {
        width: 35px;
        height: 35px;
    }

    .banner .swiper-button-prev {
        width: 35px;
        height: 35px;
    }

    .product_centre_swiper .swiper-slide li {
        margin-bottom: 10px;
    }
    .product_centre_swiper .product_centre_swiper_list .product_centre_swiper_p .swiper_container_asd {
        padding: 0px 30px;
    }
    .product_centre_swiper_p .swiper-button-next {
        width: 30px;
        height: 30px;
    }
    .product_centre_swiper_p .swiper-button-prev {
        width: 30px;
        height: 30px;
    }

    .product_centre {
        padding-top: 35px;
        padding-bottom: 20px;
    }

    .product_centre_list {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .solution {
        padding-bottom: 35px;
        padding-top: 35px;
    }

    .solution-tabs .solution-tab {
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }

    .solution-wrap {
        margin-top: 25px;
    }

    .solution-wrap .solution-item-wrap .solution-items-swiper .solution-item .solution-text-wrap .solution-title {
        margin-bottom: 15px;
        font-size: 18px;
    }

    .solution-wrap .solution-item-wrap .solution-items-swiper .solution-item .solution-text-wrap .desc {
        line-height: 1.5;
        margin-bottom: 20px;
        font-size: 14px;
    }

   
    .company_profile_tab_main_b {
        width: 130px;
        height: 35px;
        font-size: 14px;
        padding-left: 22px;
    }
    .company_profile_tab_main_b .iconfont {
        font-size: 14px;
    }
    .company_profile_tab_main_b span {
        right: 28px;
    }
    .company_profile_tab_skip .company_profile_tab_main_b:hover .dot {
        width: 20px;
    }
    .company_profile_b {
        margin-top: 50px;
        justify-content: space-between;
    }
    

    .solution-wrap .solution-item-wrap .solution-items-swiper .solution-item .solution-more .icon-wrap {
        right: 22px;
    }

    .company_profile_b li {
        width: 47%;
        margin-bottom: 20px;
        display: block;
    }

    .company_profile_b li img {
        right: 45px;
    }

    .press_center_list a {
        width: 47%;
    }

    .press_center_list .text h1 {
        font-size: 14px;
        line-height: 20px;
        margin-top: 12px;
    }

    .press_center_list .text .p1 {
        font-size: 12px;
        line-height: 18px;
        margin-top: 9px;
    }

    .press_center_list .text .p2 {
        font-size: 14px;
    }

    .press_center_list .text .p2 span {
        height: 16px;
        width: 16px;
        line-height: 16px;
    }

    .press_center_list li {
        padding: 15px;
        box-shadow: 15px 15px 0px #c3def9;
       
    }
  
    .press_center_list li .text {
        height: 128px;
    }

    .press_center_list a {
        margin-top: 22px;
    }

    .partner {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .partner_swiper {
        margin-top: 25px;
    }

    .partner_swiper .swiper-button-prev {
        width: 35px;
        height: 35px;
    }

    .partner_swiper .swiper-button-next {
        width: 35px;
        height: 35px;
    }

    .partner>div {
        width: 90%;
    }

    .bottom_div_list_l {
        width: 100%;
        margin-bottom: 25px;
    }

    .bottom_div_list_r {
        width: 100%;
    }

    .bottom_div_black {
        height: 46px;
    }

    .search_page {
        padding-top: 30px;
        padding-bottom: 60px;
        margin-top: 50px;
    }

    .search_page_input {
        margin-top: 30px;
        height: 45px;
    }

    .headline {
        font-size: 22px;
    }

    .search_page_input_r {
        font-size: 16px;
    }

    .synopsis_r li {
        float: none;
        width: 46%;
        display: flex;
        align-items: center;
        text-align: left;
        border-bottom: none;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .synopsis_r {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 20px;
    }

    .synopsis_r li h1 {
        width: 100px;
        font-size: 40px;
        margin-right: 20px;
    }

    .synopsis_l {
        font-size: 13px;
        line-height: 19px;
    }

    .synopsis {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .honor_qualification {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .rhombus_img {
        height: 160px;
        margin-top: 40px;
    }

    .download_list ul li {
        height: 45px;
        padding: 0px 20px;
        margin-top: 20px;
    }

    .download_list ul li p {
        font-size: 12px;
    }

    .download_list ul li div {
        left: -28px;
        border-top: 4px solid #fff;
    }

    .download_list ul li a {
        font-size: 25px;
    }

    .download_list ul {
        padding-bottom: 25px;
        margin-top: 25px;
    }
    .download_list ul h1 {
        font-size: 18px;
        margin-bottom: 0px;
    }

    .top_height {
        height: 50px;
    }

    .downloadDetails_c_t {
        padding: 20px;
        margin-bottom: 30px;
    }

    .downloadDetails_b a {
        font-size: 15px;
        font-size: 12px;
    }

    .downloadDetails_b {
        margin-top: 30px;
        margin-bottom: 40px;
        height: 44px;
        font-size: 12px;
    }

    .about_me_title .product_navigation {
        width: 100%;
    }

    .about_me_title .product_navigation a {
        width: 20%;
    }

    .about_me_title .product_navigation a li {
        width: 100%;
    }

    .product_list_c li {
        width: 100%;
    }

    .product_list {
        padding-top: 30px;
        padding-bottom: 35px;
    }

    .product_details_list_l>div {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 510px;
        background-color: #fff;
        top: 50px;
    }

    .product_details_list_l .onclick_type1 {
        width: 210px;
    }

    .product_details_list_l .onclick_type2 {
        width: 210px;
    }

    .product_details_list_l .onclick_type3 {
        width: 130px;
    }

    .product_details_list_l .onclick_type4 {
        width: 130px;
    }

    .product_details_list_l .onclick_type5 {
        width: 130px;
    }

    .text_content_type {
        padding-left: 0px;
    }



    .product_details_top_img {
        height: 140px;
        width: 40%;
    }
    

    .product_details_top_r {
        margin-left: 20px;
        padding: 10px 0;
        order: 0;
        width: 100%;
    }

    .product_details_top_r h1 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .product_details_top_r p {
        font-size: 14px;
        line-height: 20px;
    }

    .text_content_type4 li {
        width: 420px;
        height: 60px;
        padding: 0 25px;
        margin-top: 25px;
    }

    .text_content_type4 li p {
        font-size: 16px;
    }

    .text_content_type4 li span {
        font-size: 28px;
    }

    .immobilization {
        position: initial;

    }

    .immobilization_1 {
        height: 100px;
        position: fixed;
        top: 50px;
        background-color: #fff;
        z-index: 90;
        margin-top: 0;
    }

    .text_content_type2 ul li div p {
        font-size: 12px;
        -webkit-line-clamp: 1;
    }

    .text_content_type2 ul li div {
        height: 35px;
        padding: 0px 15px;
    }

    .solution_c {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .solution_c_r h1 {
        font-size: 16px;
        margin-top: 5px;
    }

    .solution_c_r .p1 {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 12px;
    }

    .solution_c_r .p2 {
        font-size: 12px;
        line-height: 18px;
    }

    .product_list_c_l_b span {
        width: 16px;
        height: 16px;
        line-height: 16px;
        font-size: 12px;
    }

    .solution_c_list li {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .press_page {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .press_page ul li {
        padding: 15px;
        height: 145px;
        margin-bottom: 15px;
    }

    .press_page_r_t h1 {
        font-size: 14px;
        margin-top: 0px;
    }

    .press_page_r_t .p1 {
        font-size: 12px;
        margin-bottom: 6px;
    }

    .press_page_r .product_list_c_l_b .p2 {
        font-size: 13px;
    }

    .paging li {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }

    .paging div {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }

    .newsDetails_c_l_c {
        padding: 20px 15px;
    }

    .newsDetails_c_t h1 {
        font-size: 22px;
    }

    .newsDetails_c_r ul>div {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .newsDetails_c_r {
        padding-left: 15px;
    }

    .newsDetails_c_r ul li {
        width: 100%;
    }

    .newsDetails_c_r ul a {
        width: 47%;
    }

    .newsDetails_c_r ul li div {
        height: 50px;
    }

    .newsDetails_c_r ul li div p {
        -webkit-line-clamp: 2;
    }

    .newsDetails_c_b h1 {
        font-size: 22px;
        margin-top: 20px;
    }

    .newsDetails_c_b ul li {
        width: 48%;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .newsDetails_c_b ul {
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .newsDetails_c {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .newsDetails_c_l_b {
        padding: 25px 15px;
    }

    .contactUs_c {
        height: 310px;
    }

    .contactUs_c div {
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        padding: 20px 15px;
        width: 390px;
    }

    .contactUs_b {
        display: block;
    }

    .contactUs_b li {
        width: 94%;
        margin: 0 auto;
        margin-bottom: 20px;
        padding: 35px 45px;
    }

    .contactUs_b li h1 {
        font-size: 24px;
        padding-bottom: 20px;
        margin-bottom: 15px;
    }

    .contactUs_b li p {
        font-size: 16px;
        line-height: 30px;
    }

    .agency_c {
        display: block;
    }

    .agency_c_l {
        width: 100%;
    }

    .agency_c_r {
        width: 100%;
        padding-left: 0px;
        margin-top: 30px;
    }

    .contactUs_title h1 {
        font-size: 16px;
    }

    .contactUs_title p {
        font-size: 22px;
    }

    .talentedPeople_list_type1 {
        font-size: 12px;
    }

    .talentedPeople_list_type2 {
        font-size: 12px;
    }

    .talentedPeople_list_type3 span {
        font-size: 18px;
    }

    .agency {
        padding-top: 20px;
        padding-bottom: 35px;
    }

    .talentedPeople .talentedPeople_list {
        height: 60px;
        padding-left: 30px;
    }

    .talentedPeople_list_show {
        padding: 20px 30px 35px 35px;
        line-height: 26px;
    }

    .talentedPeople {
        margin-bottom: 10px;
    }

    .talentedPeople li {
        margin-bottom: 15px;
    }

    .suspension li {
        width: 40px;
        height: 40px;
    }

    .return_top span {
        font-size: 18px;
    }

    .WeChat_pop_up {
        right: 40px;
    }

    .WeChat_pop_up div {
        width: 120px;
        height: 120px;
    }

    .return_phone>div {
        right: 40px;
    }

    .return_phone>div p {
        height: 40px;
        line-height: 40px;
        width: 120px;
        font-size: 15px;
    }
    .solution-wrap .solution-item-wrap .solution-items-swiper .solution-item .solution-img-wrap {
       
        height: 220px;
      
    }
}

@media (max-width:576px) {
    .nav li a {
        text-align: center;
    }

    .nav {
        padding-top: 60px;
    }

    .banner .swiper-button-next {
        width: 25px;
        height: 25px;
        right: 12px;
    }

    .banner .swiper-button-prev {
        width: 25px;
        height: 25px;
        left: 12px;
    }

    .product_centre {
        padding-top: 30px;
        padding-bottom: 10px;
    }

    .product_centre>div {
        width: 100%;
        padding: 0 15px;
    }

    .index_title h1 {
        font-size: 16px;
        width: 90px;
        height: 25px;
        line-height: 25px;
    }

    .index_title p {
        font-size: 10px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .product_centre_list .outer {
        height: 65px;
    }

    .product_centre_list li p {
        margin-top: 5px;
        font-size: 12px;
    }

    .product_centre_list .checked p::after {
        width: 60px;
    }

    .product_centre_list li .circle {
        width: 40px;
        height: 40px;
    }

    .product_centre_list li .circle span {
        font-size: 24px;
    }

    .product_centre_list .checked .turn {
        width: 65px;
        height: 65px;
    }

    .product_centre_list {
        margin-top: 12px;
        margin-bottom: 0px;
    }

    .product_centre_swiper_text h1 {
        font-size: 14px;
    }

    .product_centre_swiper_text .p1 {
        line-height: 14px;
        margin-top: 8px;
    }

    .solution-item {
        display: block;
    }

    .solution-wrap .solution-item-wrap .solution-items-swiper .solution-item .solution-text-wrap {
        width: 100%;
        padding: 0;
        color: #666;
    }
    .solution-wrap .solution-item-wrap .solution-items-swiper .solution-item .solution-text-wrap a {display:block;width:112px;height:30px;}
    .solution-wrap .solution-item-wrap .solution-items-swiper .solution-item {
        padding: 0px 0px;
    }

    .solution-wrap .solution-item-wrap .solution-items-swiper .solution-item .solution-img-wrap {
        width: 100%;
        height: auto;
        margin-top: 20px;
    }

    .solution-item-wrap .solution-items-button-prev {
        left: -10px;
    }

    .solution-item-wrap .solution-items-button-next {
        right: -10px;
    }

    .solution-item-wrap .swiper-button .icon-wrap {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .company_profile_b li img {
        right: 15px;
    }

    .company_profile {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .company_profile_tab_list li {
        width: 80px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        margin-right: 20px;
    }

    .company_profile_tab_main p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 15px;
    }

    .company_profile_tab_main_b {
        width: 112px;
        height: 30px;
        font-size: 10px;
        padding-left: 15px;
    }
    .company_profile_tab_main_b .iconfont {
        font-size: 12px;
    }
    .solution-wrap .solution-item-wrap .solution-items-swiper .solution-item .solution-more {
        width: 112px;
        height: 30px;
    line-height: 30px;
    padding-left: 15px;
    }
    .solution-wrap .solution-item-wrap .solution-items-swiper .solution-item .solution-more:hover .icon-wrap .move-line {
        width: 15px;
    }
    .solution-wrap .solution-item-wrap .solution-items-swiper .solution-item .solution-more .icon-wrap {
        right: 25px;
    }

    .company_profile_b li h1 {
       
        margin-top: 15px;
    }
    .company_profile_b li h1 span {
        font-size: 32px;
    }
    .company_profile_b li p {
        font-size: 11px;
    }
    .company_profile_b li div {

        width: 135px;
    }
    .company_profile_b li img {
        width: 18px;
        height: 18px;
    }

    .press_center_list li {
        padding: 10px;
        box-shadow: 10px 10px 0px #c3def9;
      

    }
    .press_center_list li .text {
        height: 108px;
    }
 
    .press_center_list li:hover {
        box-shadow: 10px 10px 0px #96c3f1;
    }

    .press_center_list a {
        margin-top: 15px;
    }

    .press_center_list li .img div {
        width: 35px;
        height: 55px;
        left: 15px;
        padding-top: 5px;
        line-height: 14px;
    }

    .press_center_list li .img div .p1 {
        font-size: 12px;
    }

    .press_center_list .text h1 {
        font-size: 12px;
        line-height: 16px;
        margin-top: 8px;
    }

    .press_center_list .text .p1 {
        font-size: 10px;
        line-height: 16px;
        margin-top: 7px;
    }

    .press_center_list .text .p2 {
        font-size: 12px;
    }

    .press_center_list .text .p2 span {
        height: 14px;
        width: 14px;
        line-height: 14px;
    }

    .press_center {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .partner_swiper .swiper-slide li {
        padding: 0 5px;
    }

    .partner_swiper .swiper-button-prev {
        width: 30px;
        height: 30px;
    }

    .partner_swiper .swiper-button-next {
        width: 30px;
        height: 30px;
    }

    .friendship {
        font-size: 12px;
    }

    .friendship a {
        margin: 0 3px;
    }

    .bottom_div_list {
        margin-top: 25px;
    }

    .bottom_div>div {
        width: 90%;
    }

    .bottom_div_list_l ul li {
        font-size: 13px;
    }

    .bottom_div_list_r ul li {
        font-size: 13px;
    }

    .bottom_div_list_l ul p {
        margin-top: 8px;
    }

    .bottom_div_list_r ul p {
        font-size: 10px;
        margin-top: 8px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .bottom_div_list_r ul p span {
        font-size: 16px;
    }

    .bottom_div_list_r_code img {
        width: 100px;
        height: 100px;
    }

    .bottom_div_black {
        height: 46px;
        text-align: center;
        line-height: 16px;
    }

    .bottom_div_list_r_code p {
        line-height: 16px;
    }

    .company_profile_tab_skip .company_profile_tab_main_b:hover .dot {
        width: 20px;
    }

    .search_page_input_l {
        width: 80%;
        padding: 0 20px;
    }

    .search_page_text {
        margin-bottom: 25px;
        padding: 0 20px;
        margin-top: 25px;
    }

    .search_page_input_r {
        width: 20%;
    }

    .search_page_input {
        height: 40px;
    }

    .search_page {
        padding-top: 25px;

        padding-bottom: 50px;
    }

    .headline {
        font-size: 20px;
    }

    .search_page_b h1 {
        font-size: 18px;
        margin-right: 15px;
    }

    .search_page_b {
        padding-bottom: 12px;
    }

    .search_page_list li {
        height: 40px;
    }

    .search_page_list {
        margin-top: 15px;
    }

    .search_page_text p {
        font-size: 12px;
    }

    .search_page_text a {
        margin: 0px 7px;
        font-size: 12px;
    }

    .top_height {
        height: 50px;
    }

    .about_me_title ul li {
        width: 86px;
        height: 35px;
        font-size: 14px;
    }

    .about_me_title {
        height: 35px;
    }

    .synopsis {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .synopsis_r li h1 {
        width: 88px;
        font-size: 28px;
        margin-right: 0px;
    }

    .synopsis_r li div p {
        font-size: 12px;
    }

    .synopsis_r li div img {
        margin-bottom: 6px;
        margin-top: 2px;
        width: 20px;
        height: 20px;

    }

    .synopsis_r li div {
        width: 120px;
        height: 50px;
        display: block;
        text-align: center;
    }

    .synopsis_r li {
        width: 48%;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .about_headline p {
        font-size: 11px;
    }

    .about_headline h1 {
        font-size: 20px;
    }

    .honor_qualification {
        padding-top: 35px;
        padding-bottom: 40px;
    }

    .rhombus_img {
        height: 105px;
        margin-top: 40px;
    }

    .about_partner {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .download_top {
        height: 40px;
    }

    .download_top_div {
        height: 40px;
        font-size: 12px;
    }

    .download_top_div span {
        margin-right: 5px;
    }

    .download_top_div a {
        font-size: 12px;
        margin: 0 5px;
    }

    .download_list ul li {
        width: 100%;
        margin-top: 20px;
    }

    .download_list ul li a {
        font-size: 25px;
    }

    .download_list ul h1 {
        font-size: 16px;
    }

    .download_list ul {
        padding-bottom: 20px;
        margin-top: 20px;
    }

    .download_list {
      
        padding-bottom: 0px;
    }

    .downloadDetails_c {
        padding-top: 25px;
    }

    .downloadDetails_c_t {
        padding: 15px;
        margin-bottom: 25px;
    }

    .downloadDetails_c_t_img {
        width: 110px;
        flex-shrink: 0;
        /* height: 100px; */

    }

    .downloadDetails_c_t_text h1 {
        font-size: 18px;
    }

    .downloadDetails_c_t_text p {
        font-size: 14px;
        line-height: 18px;
    }

    .downloadDetails_c_t_text {
        padding: 10px 15px;
    }

    .downloadDetails_c_t_b {
        height: 40px;
        padding: 0px 10px;
    }

    .downloadDetails_c_t_b span {
        font-size: 12px;
    }

    .downloadDetails_c_t_b p {
        font-size: 12px;
    }

    .downloadDetails_c_t_b a {
        margin-left: 10px;
        font-size: 20px;
    }

    .downloadDetails_text {
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 10px;
        padding-top: 20px;
    }

    .downloadDetails_b {
        margin-top: 25px;
        margin-bottom: 35px;
        height: 40px;
    }

    .downloadDetails_b a {
        font-size: 13px;
    }

    .product_list_c li a {
        padding: 20px;
    }

    .product_list {
        padding-top: 20px;
        padding-bottom: 35px;
    }

    .product_list_c li {
        margin-bottom: 25px;
    }
    .paging a {
        width: 30px;
        height: 30px;
        line-height:30px;
        font-size: 14px;
    }

    .paging div {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }

    .product_list_c_l {
        height: 140px;
    }

    .product_list_c_l .p1 {
        -webkit-line-clamp: 3;
    }

    .about_me_title .product_navigation ul li {
        width: 86px;
        height: 35px;
        font-size: 12px;
    }

    .product_details_list_l>div {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        background-color: #fff;
        top: 50px;
    }

    .text_content_type4 li {
        width: 320px;
        height: 60px;
        padding: 0 25px;
        margin-top: 25px;
    }

    .product_details_list_l li {
        font-size: 14px;
    }

    .product_details_list_l .onclick_type1 {
        width: 45%;
        margin-bottom: 9px;
    }

    .product_details_list_l .onclick_type2 {
        width: 45%;
        margin-bottom: 9px;
    }

    .product_details_list_l .onclick_type3 {
        width: 30%;
        margin-bottom: 9px;
    }

    .product_details_list_l .onclick_type4 {
        width: 30%;
        margin-bottom: 9px;
    }

    .product_details_list_l .onclick_type5 {
        width: 30%;
        margin-bottom: 9px;

    }

    .product_details {
        margin-bottom: 30px;
        margin-top: 20px;
    }

    .product_details_top {
        padding: 20px;
        flex-wrap: wrap;
    }

    .product_details_top_r h1 {
        font-size: 18px;
    }

    .product_details_top_r p {
        font-size: 13px;
        line-height: 18px;
    }

    .product_details_top_img {
        height: auto;
        width: 100%;
        margin-top: 10px;
        order: 1;
    }

    
    .text_content_type2 ul a {
        width: 50%;
        padding: 0 7px;
    }

    .text_content_type2 ul {
        justify-content: space-between;
        padding: 10px 5px 10px 5px;
    }

    .text_content_type_title {
        font-size: 16px;
        line-height: 45px;
    }

    .product_details_list {
        margin-bottom: 45px;
    }

    .product_details_mbx {
        padding: 5px;
    }

    .solution_c_r h1 {
        font-size: 14px;
        margin-top: 0px;
    }

    .solution_c_r .p1 {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 12px;
    }

    .solution_c_r .p2 {
        font-size: 12px;
        line-height: 16px;
        -webkit-line-clamp: 2;
    }

    .solution_c_list li {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .solution_c_r {
        width: 57%;
    }

    .press_page ul li {
        display: block;
        height: auto;
       
    }

    .press_page_l {
        width: 100%;
    }

    .press_page_r {
        width: 100%;
        margin-top: 20px;
    }

    .press_page_r_t .p2 {
        -webkit-line-clamp: 3;
    }

    .product_list_c_l_b {
        margin-top: 10px;
    }

    .press_page_r_t .p1 {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .press_page_r_t h1 {
        margin-bottom: 8px;
    }

    .press_page {
        padding-top: 20px;
        padding-bottom: 25px;
    }

    .newsDetails_c_t h1 {
        font-size: 18px;
    }

    .newsDetails_c {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .newsDetails_c_t div {
        margin-top: 18px;
        margin-bottom: 23px;
    }

    .newsDetails_c_l_c {
        padding: 15px 15px;
    }

    .newsDetails_c_l_b {
        padding: 20px 15px;
        font-size: 12px;
    }

    .newsDetails_c_l_b a {
        font-size: 12px;
        line-height: 22px;
    }

    .newsDetails_c_r ul a {
        width: 100%;
    }

    .newsDetails_c_r ul {
        padding: 30px;
    }

    .newsDetails_c_r ul li div {
        height: 60px;
        font-size: 15px;
    }

    .newsDetails_c_b h1 {
        font-size: 20px;
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .contactUs_c div {

        width: 270px;
    }

    .contactUs_b li {
        margin-bottom: 20px;
        padding: 15px 20px;
    }

    .contactUs_b li h1 {
        font-size: 20px;
        padding-bottom: 15px;
        margin-bottom: 10px;
    }

    .contactUs_b li p {
        font-size: 15px;
        line-height: 24px;
    }

    .contactUs {
        padding-top: 20px;
        padding-bottom: 25px;
    }

    .contactUs_title h1 {
        font-size: 14px;
    }

    .contactUs_title p {
        font-size: 20px;
    }

    .contactUs_c div p {
        font-size: 13px;
        line-height: 23px;
    }

    .contactUs_b {
        margin-top: 20px;
    }

    .contactUs_c {
        height: 230px;
    }

    .agency {
        padding-top: 20px;
        padding-bottom: 25px;
    }

    .talentedPeople .talentedPeople_list {
        flex-wrap: wrap;
        height: 80px;
        padding-left: 20px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .talentedPeople_list_type3 {
        width: 50%;
        text-align: right;
        padding-right: 30px;
    }

    .talentedPeople_list_type1 {
        width: 50%;
    }

    .talentedPeople_list_type2 {
        width: 50%;
    }

    .talentedPeople_list_show {
        padding: 20px 20px 20px 20px;
    }

    .suspension {
        right: 15px;
        bottom: 50px;
        top: auto;
    }

    .solution_c_img img {
        border-radius: 10px 0 10px 0;
        height:auto;
    }
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: 0px;
      
    }
    .product_centre_swiper_text .p2 {
        font-size: 10px;
    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: 0px;
    }
    .partner_swiper_border_bag {
        padding: 0px 35px;
    }
    .partner_swiper_border_bag .swiper-button-prev {
        width: 25px;
        height: 25px;
    }
    .partner_swiper_border_bag .swiper-button-next {
        width: 25px;
        height: 25px;
    }
    .product_centre_swiper_img {
        margin-bottom: 20px;
    }
    .product_centre_swiper_text {
        height: 75px;
    }
    .solution-wrap .solution-item-wrap .solution-items-swiper .solution-item .solution-img-wrap .solution-img {
       position: initial;
        transform: initial;
    }
    .hmPro_img {
       background-image: initial;
       width: 100%;
       height: 130px;
    }
    .hmPro_img:after {

        background: initial;
        width: 0px;
    
    }
    .hmPro_img img {
        max-height: 100%;
        max-width: 100%;
    }

    .hmPro_img:before {
        height: 0px;
    }
    .hmPro_nm {
        margin-top: 0px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .hmPro_nm:after {
        height: 2px;
    }
    .product_centre_swiper .swiper-slide li:hover {
        margin-top: 10px;
    }
    .product_centre_swiper .product_centre_swiper_list .product_centre_swiper_p .swiper_container_asd {
        padding: 0px 20px;
    }
    .bottom_div_list_l ul p::before {
        bottom: -5px;
    }
    .press_center_list a:nth-child(5){
        display: none;
    }
    .press_center_list a:nth-child(6){
        display: none;
    }
    .press_center_list a:nth-child(7){
        display: none;
    }
    .press_center_list a:nth-child(8){
        display: none;
    }
    .bottom_div {

        padding-bottom: 0px;
    }
    .product_details_top_r {
        margin-left: 0px;
        padding: 10px 0;
        order: 0;
        width: 100%;
    }
    
}