  @keyframes widthShow {  
      0% {  
        width: 25px;
      }  
      100% {  
        width: 100%;
      }  
    } 
    @media (min-width: 1023px){
        .mobile-seach{
            display: none !important;
        }
    }
    .mobile-seach-input-div{
        display: none;
        padding: 5px 11px;
        margin-top: 2px;
        position: relative;
        transition: width 0.3s;
    }
    @media (max-width: 1200px){
        .clickShow{
            animation: widthShow 0.5s ease-out forwards; 
        }
        .fullHeader .mobile-seach .searchOpen{
            border: none !important;
        }
        .header-warp .mobile-seach .searchOpen{
            border: 1px solid  #00409F;
            transition: border 1s;
        }
        .icon-search2{
            position: absolute;
            right: 23px;
            top: 14px;
        }
        .icon-search-box{
            padding: 22px 0 22px 0;
            margin-top: 4px;
            width: 40px;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        .mobile-seach .searchOpen{
            width:25px;
            height: 60%;
            margin-right: 20px;
            border-radius: 30px;
            display:flex;
            justify-content: flex-end;
            align-items:center;
        }
        .mobile-seach-input{
            width: 10px;
            height: 32px;
            padding: 0 10px;
            border-radius: 20px;
            border: #014099 1px solid ;
            background: none;
            transition: width 0.3s;
        }
        .header-content-btn{
            padding: 0;
            margin: 0;
        }
        .mobile-seach{
            width: 47%;
            height: 100%;
            display: flex;
            justify-content: flex-end;
            align-items: center;
            position: absolute;
            right: 10px;
            z-index: 11;
        }
        
    }
    
    .min-head .right_ .header-content-btn span{
        width: 25px;
        height: 2px;
        background: #014099;    
    }
    .min-head .left_ img{
           width: 168px;
    }
    .min-head .left_,
    .min-head .right_{
        border: 1px solid red;
    }
    .min-head{
        width: 100%;
        height: 50px;
        border: 1px solid red;
        background: #fff;
        background: pink;
        padding: 0 8%;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    
#toolbar{
    /*background: #fff;*/
    /*border-radius: 30px 0 0 30px;*/
    /*position: fixed;*/
    /*right: 0;*/
    /*bottom: 10%;*/
    /*z-index: 10000;*/
    /*padding: 10px;*/
    /*box-sizing: border-box;*/
    /*text-align: center;*/
    /*font-size: 14px;*/
    /*box-shadow:   */
    /* 上面的阴影 */  
    /*0 -10px 5px -5px rgba(0, 0, 0, 0.2),  */
    /* 左边的阴影 */  
    /*-10px 0 5px -5px rgba(0, 0, 0, 0.2),  */
    /* 下面的阴影 */  
    /*0 10px 5px -5px rgba(0, 0, 0, 0.2);*/
    display: none;
}

.fs60 .dot-icon:last-child{
    color: transparent;
    display: inline-block;
    background: url('/images/dot.png') no-repeat center center;
    background-size: contain;
}
.fwb{
    font-weight: 600;
}
@media screen and (min-width: 500px){
    #toolbar .toolbar-box:hover{ 
        background: #1a4194 ;
        
        border-radius: 20px;
    }
     #toolbar .toolbar-box:hover .tool_bg{
         color: #fff;
     }
}

#toolbar .toolbar-box{
    width: 70px;
    height: 75px;
    padding: 5px;
    box-sizing: border-box;
    border-bottom: 1px solid #f6f6f6;
    margin: 5px 0;
}
#toolbar .toolbar-box img{
    width: 40px;
    height: 40px;

}
 
/*@font-face {*/
/*    font-family: "msjh";*/
/*    src: url("./fonts/ms.ttf");*/
/*    font-stretch: "normal";*/
/*    font-display: swap;*/
/*}*/
/*@font-face {*/
/*    font-family: "light";*/
/*    src: url("./fonts/NexaLight.otf");*/
/*    font-stretch: "normal";*/
/*    font-display: swap;*/
/*}*/
html {
    font-size: 14px;
    /*font-family: 'msjh', Microsoft YaHei, Arial, sans-serif;*/
    -webkit-text-size-adjust: none;
    background: #fff;
    height: 100%;
}
* {
    box-sizing: border-box;
     font-family: "PingFang SC", "Microsoft YaHei", sans-serif !important; 
    
}
::-webkit-scrollbar {
    display: block;
    width: 10px;
    height: 2px;
}
::-webkit-scrollbar-thumb {
    background: #00409F;
    border-radius: 5px;
}
/*::-webkit-scrollbar-thumb {*/
/*    background-color: #888;*/
/*    border-radius: 5px;*/
/*}*/
::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}
.font {
    font-family: 'msjh';
}
body,
div,
p,
ul,
li,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
}
table {
 
    border-radius: 5px;
    margin-top: 10px;
    overflow-x: auto;
    padding: 10px;
    /*width: 100%;*/
	    border-collapse: collapse;
}
table th{
	background-color: lightgray;
    font-weight: 700;
    text-align: center;
	border: 1px solid #bbb8b8;
    line-height: 1.5;
    min-width: 30px;
    padding: 3px 5px;
}
table td{
	border: 1px solid #bbb8b8;
    line-height: 1.5;
    min-width: 30px;
    padding: 3px 5px;
    text-align: left;
}
img,
button {
    border: 0;
    border: none;
}
em,
strong,
i {
    font-style: normal;
}
a {
    color: #313334;
    outline: none;
    text-decoration: none;
}
li {
    list-style: none;
}
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}
input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    outline: none;
}
input,
button,
textarea,
select {
    font-size: 100%;
}
body {
    -webkit-text-size-adjust: none;
    color: #272624;
}
.full {
    padding-top: 0;
    overflow-x: hidden;
}
* {
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*:focus {
    outline: none;
}
input[type="checkbox"],
input[type="radio"] {
    position: absolute;
    width: 0;
    height: 0;
    border: 0;
    border: none;
    opacity: 0;
    left: -9999rem;
}
select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
select::-ms-expand {
    display: none;
}
/*======*/
.lingyv-nav::-webkit-scrollbar {display:none}
.toPage .toPage-affirm{
    height: 40px;
    cursor: pointer;
    padding: 6px 10px;
    box-sizing: box-sizing;
    background: #004099;
    color: #fff;
    border-radius: 6px;
}
.toPage input{
    width: 55px;
    height: 40px;
    margin: 0 10px;
    text-align: center;
    margin-left: 5px;
    border: 1px solid  #f0f2f5;
    border-radius: 6px;
}
.toPage{
       display: inline-block;
    margin-top: .5rem;
    justify-content: center;
    align-items: center;
    /*margin-left: 50px;*/
    /*border:1px solid red;*/
}
.pagination-item:hover{
    background: #004099 !important;
    color: #fff !important;
}
.pagination .active{
    background: #004099 !important;
    color: #fff !important;
}
.pagination .pagination-item{
    width: 40px;
    height: 40px;
    background: #f0f2f5;
    border: 1px solid  #f0f2f5;
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    border-radius: 6px;
}
.pagination,
.pagination-box{
         display: inline-flex;
    /*float: left;  去掉后1920新闻分页才有*/
     justify-content:center;
     align-items: center;
     flex-wrap: wrap;
     color: #303133;
}
.pagination-box{
    margin-bottom: 20px;
    display:flex;
}
/*======*/
.aboutUs-top .text .ss{
    height: 100%;
}
/* E - reset 重置CSS */
/* S - 通用样式 */
.tupian{
	padding-top: 4%;
}
.titleQ{
	padding-top: 7%;
	font-size: 23px;
}
.rectangle {
	margin-top:2%;
  width: 100%;
  height: 90px;
  border: 20px ;
  background-color: #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to right, white,rgb(231,236,245), white);
}
.rectangle h2 {
  margin: 0;
  padding: 9px;
  font-size: 19px;
  font-weight: bold;
  color: #4074a6;
}
.rectangle span {
  margin: 0;
  padding: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #d4d4d4;
}
.fn-hide {
    display: none;
}
.fn-show {
    display: block;
}
.fn-fl {
    float: left;
}
.fn-fr {
    float: right;
}
.tran-5 {
    transition: all 0.5s;
}
.fs60 {
    font-size: 60px;
}
.handle-after-h3-new{
    font-size: 60px;
}
.fs36 {
    font-size: 36px;
}
.fs48 {
    font-size: 48px;
}
.fs16 {
    font-size: 16px;
}
.fs24 {
    font-size: 24px;
}
.fs26 {
    font-size: 26px;
}
.fs20 {
    font-size: 20px;
}
.fs40 {
    font-size: 40px;
}
.fs14 {
    font-size: 16px;
}
.fs18 {
    font-size: 17px;
	line-height: 200%;
}
.fs30 {
    font-size: 30px;
}
.upAni {
    animation: upAni 1s linear infinite;
    -moz-animation: upAni 1s linear infinite;
    -webkit-animation: upAni 1s linear infinite;
    -o-animation: upAni 1s linear infinite;
}
.bigAni {
    animation: bigAni 1s linear infinite;
    -moz-animation: bigAni 1s linear infinite;
    -webkit-animation: bigAni 1.5s linear infinite;
    -o-animation: bigAni 1s linear infinite;
}
.lineAni {
    position: relative;
    left: 0;
    animation: lineAni 5s linear infinite;
    transform-origin: center bottom;
}
.sb-right{
    display: none;
}
.h3fot{
    font-weight: 600;
}
.aboutUs-top .text.sba{
    position: absolute!important;
    top: 49%;
    right: 8%;
    margin-top:unset;
}
.jieshaos{
    font-family: 'light';
    font-size:20px;
}
.consult-container{
    transition:none !important;
}
@keyframes lineAni {
    25% {
        transform: scaleY(0.8);
        left: -100px;
    }

    50% {
        transform: scaleY(1);
        left: 0;
    }

    75% {
        transform: scaleY(0.8);
        left: 100px;
    }

    100% {
        transform: scaleY(1);
        left: 0;
    }
}
@keyframes upAni {
    25% {
        transform: translateY(5px);
    }

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

    100% {
        transform: translateY(0);
    }
}
/*@-moz-keyframes upAni {*/
/*    25% {*/
/*        transform: translateY(5px);*/
/*    }*/

/*    50% {*/
/*        transform: translateY(8px);*/
/*    }*/

/*    100% {*/
/*        transform: translateY(0);*/
/*    }*/
/*}*/

/*@-webkit-keyframes upAni {*/
/*    25% {*/
/*        transform: translateY(5px);*/
/*    }*/

/*    50% {*/
/*        transform: translateY(8px);*/
/*    }*/

/*    100% {*/
/*        transform: translateY(0);*/
/*    }*/
/*}*/

/*@-o-keyframes upAni {*/
/*    25% {*/
/*        transform: translateY(5px);*/
/*    }*/

/*    50% {*/
/*        transform: translateY(8px);*/
/*    }*/

/*    100% {*/
/*        transform: translateY(0);*/
/*    }*/
/*}*/
.handle-index-width{
    width:1200px !important;
}
.body-not-scroll{
    padding-right:10px;
}
.float-not-scroll{
    right:11px !important;
}
@keyframes bigAni {
    25% {
        transform: scale(1.2);
    }

    50% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1);
    }
}
@-moz-keyframes bigAni {
    25% {
        transform: scale(1.2);
    }

    50% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1);
    }
}
@-webkit-keyframes bigAni {
    25% {
        transform: scale(1.2);
    }

    50% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1);
    }
}
@-o-keyframes bigAni {
    25% {
        transform: scale(1.2);
    }

    50% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1);
    }
}
.gnr{
    display: flex;
    flex-wrap: wrap
}
.g-inner {
    width: 80%;
    margin: 0 auto;
}
.g-inner0{
    
}
.copyright-left{
    font-size: 14px;
}
.cnmsb{
        position: absolute;
    top: 30%;
    left: 18%;
    z-index: 2;
}
.cnday{
    top: 30%;
    position: absolute;
    left: 78%;
    z-index: 1;
}
.productType2 .productType-tit h1{
      text-align: center;
      line-height: 100px;
      font-weight: 1000;
      color: rgba(78, 75, 75,.1);
      background-image: url(../images/ceshi01.png);
      background-size: 100%;
      -webkit-background-clip: text;
      text-transform: uppercase;
      background-repeat: no-repeat;
      background-position: 29% 68%;
    height: 60px;
}
 .productType .productType-tit h1{
     height: 26px;
    text-align: center;
    /* line-height: 100px; */
    font-weight: 1000;
    color: rgba(78, 75, 75,.1);
    background-image: url(../images/ceshi01.png);
    background-size: 100%;
    -webkit-background-clip: text;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: 32% 64%;
}
.equipment-eg .item img {
    height: 320px;
  
}
#sdiaomao2{
    width: 500px;
    height: 500px;
    
}
.text-ell {
   display: -webkit-box;  
  /*-webkit-line-clamp: 1;  */
  /*-webkit-box-orient: vertical;  */
  /*overflow: hidden;  */
}
.scale{
    position: relative;
}
.activegs .scale-left,
.activegs .scale-right{
    width: 0;
    transition: all .5s;
}
.activegs .scale-top,
.activegs .scale-bottom{
    height: 0;
    transition: all .5s;
}
.scale-left{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    background: #fff;
    width: 475px;
    transition: all .5s;
}
.scale-right{
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    width: 475px;
    background: #fff;
     transition: all .5s;
}
.scale-top{
    position: absolute;
    top: 0px;
    /*background: #fff;*/
    left: 0;
    width: 100%;
    height: 200px;
    transition: all .5s;
}
.scale-bottom{
    background: #fff;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 200px;
     transition: all .5s;
}
/* S - 清理浮动 */
.clearfix:after {
    overflow: hidden;
    display: block;
    clear: both;
    height: 0px;
    content: "\200B"
}
.clearfix {
    zoom: 1;
}
/* E - 清理浮动 */
/* E - 通用样式 */
/*S-头部尾部*/
.header-warp {
    height: 100px;
    position: fixed;
    width: 100%;
    z-index: 101;
    top: 0;
    background: rgba(255, 255, 255, 1);
    transition: background 1s;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.header-warp .white {
    display: none;
}
/*.special.header-warp .black{*/
/*    display: block;*/
/*}*/
/*.special.header-warp .white{*/
/*    display: none;*/
/*}*/
/*.special .header-inner a {*/
/*    color: #666666;*/
/*}*/
/*.special.icon-search {*/
/*    background: url(../images/search.png) no-repeat;*/
/*}*/
.special.header-warp{
  background: rgba(255, 255, 255, 0);
   box-shadow: 0px 0px 0px 0px;
}
.fullHeader.header-warp {
    background: rgba(255, 255, 255, 0);
    box-shadow: 0px 0px 0px 0px;
}
.fullHeader.header-warp .black {
    display: none;
}
.fullHeader.header-warp .white {
    display: block;
    /*padding-top: 15px;*/
}
.header-warp .g-inner,
.cs-img{
    height: 100px;
}
.header-logo {
    float: left;
    max-width: 15%;
    margin-right: 2%;
}
.header-logo img {
    object-fit: contain;
}
.botView{
	height: 0;
	background-color: white;
	overflow: hidden;
	display: flex;
	justify-content: space-around;
	align-items: center;
	font-weight: bold;
}
.bothover{
	height: 63px;
	transition: height .3s ease-in-out;
}
.botleave{
	height: 0;
	transition: height .3s ease-in-out;
}
.botView .itemView a{
	font-size: 16px;
}
/* .botView */
.header-inner {
    font-size: 0;
     /*line-height: 100px; */
	display: flex;
	/* height: 100%;*/
	/* font-weight: bold; */
	/* align-items: center; */
	justify-content: space-around;
}
.header-inner-item{
	display:flex;
}
.header-inner a {
    color: #666666;
	display: flex;
	justify-content: space-around;
    position: relative;
    padding:40px 15px 0;
    font-size: 17px;
    transition: all .3s;
	/*line-height: 100px;*/
}

.fullHeader .header-inner a {
    color: #fff;
}
.header-inner a.active,
.header-inner a:hover {
	color: #00409F;
}
.header-inner .subLogoView{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.fullHeader a.active {
    background: none;
	color: #00409F;
}
.header-inner .active .subLogoImg {
    display: block;
}

.header-inner .header-inner-item  .subMenu{
    height: 50px;
    display: none;
	border-top: 1px solid rgb(223,222,222);
}

.header-inner .subLogoView:hover .subLogoImg {
    display: block;
}

.subMenu a {
    display: block;
}
.header-inner .subLogoImg{
	width: 18px;
	height: 18px;
	margin-bottom: 4px;
	display: none;
	position: absolute;
	top: 20px;
}


.header-inner .subMenu .subItem{
	display: flex;
	height: 100px;
    
}
.header-inner .subMenu .subItem a{
	font-size:17px;
	color:rgb(32,32,32);
	margin: 0 10px;
	padding-top: 30px;
}
.header-inner .subMenu .subItem a:hover{
	color:rgb(47,100,178);
}
.header-inner .subMenu li {
    background: rgba(255, 255, 255, 1);
}

.header-inner .subMenu li a {
    padding: 0 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.header-inner .subMenu li:last-child {
    border-radius: 0 0 10px 10px;
    padding-bottom: 10px;
}

.header-inner .subMenu li:first-child {
    padding-top: 10px;
}

.header-inner .subMenu li:hover {
	color: rgb(92,134,194)!important;
}

.header-search {
    float: right;
    text-align: right;
    font-size: 0;
	color:#666666;
}

.fullHeader .header-search {
    color: #fff;
}

.header-search .item {
    display: inline-block;
    padding: 0 20px;
    line-height: 100px;
    cursor: pointer;
    vertical-align: middle;
	    /*margin-top: 10px;*/
}
.header-search .item:hover {
	color:#014099 ;
}
.icon-search {
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 17px;
    margin-right: 10px;
    position: relative;
    z-index: 1;
    background: url(../images/search.png) no-repeat;
	background-size:17px;
}

.icon-search2 {
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 17px;
    z-index: 1;
    background: url(../images/search2.png) no-repeat;
	background-size:17px;
}

.icon-lang {
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 17px;
    margin-right: 10px;
    background: url(../images/language.png) no-repeat;
	background-size: 17px;
}

.fullHeader .icon-search {
    background-image: url(../images/searchw.png);
}

.fullHeader .icon-lang {
    background-image: url(../images/3language.png);
}

.header-search input {
    font-size: 14px;
    border: 0;
    line-height: 40px;
    display: none;
    background: none;
}
.searchOpen {
    position: relative;
    z-index: 1;
}
#search {
    position: absolute;
    width: 40px;
    top: 30px;
    bottom: 30px;
    overflow: hidden;
    right: 0px;
    padding: 0 20px 0 10px;
    border-radius: 10px;
    transition: width 0.3s;
    
}
.searchOpen:hover #search {
    width: 200px;
    border: 1px solid #1a4194;
    background: #fff;
}
.searchOpen:hover #search .input{
    display:block;
}
.header-search .close {
    position: absolute;
    right: -20px;
    top: 0;
    line-height: 1;
    cursor: pointer;
    font-size: 18px;

}

.searchOpen:hover span{color:#1a4194 !important} 
.searchOpen:hover .icon-search{background:url(../images/search2.png) no-repeat;  background-size: cover;}

.lang:hover span{color:#1a4194 !important} 
.lang:hover .icon-lang{background:url(../images/2language.png) no-repeat;  background-size: cover;}


.header-search .item:first-child {
}

.header-search .item img {
    margin-right: 10px;
    vertical-align: middle;
}
/* 
.header-search .item:hover {
    color: #fff;
    background: #00409F;
} */

.header-search .item span {
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
    line-height: 1;
    position: relative;
    z-index: 1;
    color: #666666;
}
.fullHeader .header-search .item span{
    color: #fff;
}

.footer-warp {
    position: relative;
    /*background: url(../images/bottom-bg-new.jpg);*/
    background: #070f26;
    background-size: contain;
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
}

.jr-link {
    padding-top: 40px;
}

.footer-con {
    display: flex;
    justify-content: space-between;
    text-align: left;
    line-height: 22px;
    width:100%;
}

.footer-con .linkItem {
    line-height: 32px;
}

.footer-con .linkItem span {
    display: block;
}

.footer-con .linkItem span a {
    color: rgba(255, 255, 255, 0.5);
    display: block;
}

.footer-con .linkItem span:first-child a {
    color: #fff;
    font-size: 16px;
}

.infoItem .item {
    margin-bottom: 15px;
}

.infoItem h3 {
    font-size: 14px;
    margin-top: 5px;
}

.infoItem p {
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
}

.infoItem .item:first-child p {
    font-size: 24px;
}

.codeItem {
    text-align: center;
}

.codeItem h3 {
    font-size: 12px;
    color: #fff;
    font-weight: 700;
}

.codeItem>img {
    margin: 10px 0;
}

.footer-app {
    margin-top: 10px;
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.footer-app .item {
    cursor: pointer;
	width:32px;
	height:32px;
}
.copyright-right.font{
    font-size: 14px;
}
.footer-app .item img{
	width:100%;
}
.dyiconhover{
	display: inline-block;
	background: url(../images/Group75172.png);
	height: 32px;
	width: 32px;
	 background-size: cover;
}
.dyiconhover:hover,
.dyiconhover.active{
	display: inline-block;
	background: url(../images/Group75229.png);
	height: 32px;
	width: 32px;
	background-size: cover;
	
}
.wxiconhover{
	display: inline-block;
	background: url(../images/Grou75228.png);
	height: 32px;
	width: 32px;
	 background-size: cover;
}
.wxiconhover:hover,
.wxiconhover.active{
    display: inline-block;
	background: url(../images/Group75170.png);
	height: 32px;
	width: 32px;
	background-size: cover;
}

.friend-link {
    margin-top: 50px;
}

.friend-link>div {
    display: inline-block;
    margin-right: 15px;
    line-height: 30px;
}

.friend-link .item {
    margin-top: 27px;
    margin-bottom: 10px;
    position: relative;
    width: 160px;
    height: 32px;
    cursor: pointer;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.friend-link .item span {
    display: inline-block;
    vertical-align: middle;
}

.friend-link .item i {
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 5px;
    transition: all .5s;
    background: url(../images/arrow.png);
    margin-left: 3px;
}

.friend-link .item:hover i {
    transform: rotate(180deg);
}

.friend-link .item .con {
    display: none;
    left: -1px;
    right: -1px;
    position: absolute;
    bottom: 31px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-top: 0;
    border-bottom: 0;
}

.friend-link .item:hover .con {
    display: block;
}

.friend-link .item .con a {
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.5);
}

.friend-link .item .con a:hover {
    color: #fff;
}

.footer-warp .copyright {
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
    align-items: center;
    line-height: 60px;
	flex-wrap: wrap;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.index-banner {
    position: relative;
    /*height: 1080px;*/
}

.topBanner {
    height: 100%;
}

.topBanner video {
    object-fit: cover;
    /*height: calc(100vh);*/
   
}
.topBanner .swiper-item-img{
    /*height: calc(100vh);*/
    object-fit: cover;
   
}

.topBanner .swiper-slide {
    background-size: cover;
    background-position: center center;
}

.topBanner-pagination {
    position: absolute;
    right: 15px;
    top: 0;
    height: 80%;
    display: flex;
    flex-direction: column;
    z-index: 9;
    justify-content: center;
}

.topBanner-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 60px;
    opacity: 0.2;
    background: #fff;
    border-radius: 0;
    margin-bottom: 20px;
}

.topBanner-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

.topBanner-content {
    position: absolute;
    top: 0;
    right: 0;
    height: 80%;
    left: 0;
    z-index: 1;
    color: #fff;
}

.topBanner-content .g-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.product-tab .item .IconIndex{
    top: -193px;
}

.topBanner-content h4 {
    font-size: 80px;
    font-weight: bold;
}

.topBanner-content h5 {
    font-size: 28px;
    margin: 20px 0;
    font-family: 'light';
}

.top-button {
    width: 200px;
    height: 52px;
    line-height: 50px;
    border-radius: 26px;
    border: 1px solid #fff;
    /*margin-top: 5%;*/
    text-align: center;
    transition: all 1s;
}

.top-button:hover {
    background: #00409F;
    border-color: #014099;

}

.top-button img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
}

.top-button span {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 22px;
}

.top-news {
    position: absolute;
    height: 100px;
    left: 0;
    right: 0;
    bottom: 0px;
    z-index: 1;
    background-color: rgba(128,128,128,0.5);
}


.top-news .g-inner {
    position: relative;
    border-radius: 10px;
    padding: 10px 80px;
    color: #313334;
    /*border: 1px solid rgba(255, 255, 255, 0.4);*/
    transition: background 1s;
}

.top-news.fullNews .g-inner {
    background: rgba(0, 0, 0, 0);
    
}

.top-news.fullNews .g-inner a {
    color: #fff;
    text-shadow: 0 0 4px #000;
}
.top-news.fullNews .g-inner a::after{
    
    /*position: absolute;*/
    /*top: -3px;*/
    /*right: 0;*/
    /*content: '';*/
    /*display: inline-block;*/
    /*width: 1px;*/
    /*height: 100%;*/
    /*background: #313334;*/
    /*opacity: 0.2;*/
}

.top-news.fullNews .item p {
    opacity: 1;
}

.top-news img {
    width: 66px;
    height: 60px;
    float: left;
}

.topNews {
    margin-left: 90px;
    font-size: 0;
    height: 80px;
}

.topNews a.item:hover {
    color: #02367C !important;
}

.top-news .item {
    position: relative;
    display: inline-block;
    width: 33.3%;
    padding: 0 40px;
}

.top-news .item .time {
    font-size: 24px;
    line-height: 26px;
    font-weight: bold;
    float: left;
    color:white;
}

.top-news .item h3 {
    margin-left: 90px;
    font-size: 17px;
    line-height: 26px;
    /*font-weight: bold;*/
    color:white;
}

.top-news .item p {
    height: 48px;
    margin-left: 90px;
    font-size: 16px;
    line-height: 24px;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    opacity: 0.6;
    color: white;
}

.top-news .item::after {
    position: absolute;
    top: -3px;
    right: 0;
    content: '';
    display: inline-block;
    width: 1px;
    height: 100%;
    background: #313334;
    opacity: 0.2;
}

.top-news .item:last-child::after {
    display: none;
}

.topNews-page {
    position: absolute;
    right: 20px;
    top: 25%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 50%;
}

.topNews-page img {
    cursor: pointer;
    transition: all .5s;
    opacity: 0.5;
    width: 20px;
    height: 20px;
}

.topNews-page img:hover {
    opacity: 1;
}

.technology {
    position: relative;
    height: 1080px;
    background: url(../images/technology-bg.jpg);
    background-size: cover;
    /*margin-top: -4px;*/
}

.technology .g-inner {
    height: 100%;
}

.technology-left {
    width: 50%;
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.index-title h3 {
    font-size: 48px;
    font-weight: bold;
    color: #202224;
}

.index-title h3 .color-icon {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}

.color-icon {
    font-size: 0;
}

.color-icon span {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    padding: 4px 17px;
    background: #00409F;
    vertical-align: middle;
    /*height: 28px;*/
}

.color-icon span:last-child {
    border-radius: 0 40px 0 0;
    background: #65A500;
}

.index-title h4 {
    font-size: 28px;
    line-height: 50px;
    color: #202224;
    letter-spacing: 6px;
    font-weight: bold;
    text-transform: uppercase;
}

.index-title p {
    font-size: 20px;
	font-weight:bold;
    color: #272624;
    margin-top: 10px;
}

.index-title>.color-icon {
    margin-top: 10px;
}

.technology-detail {
    margin-top: 60px;
}
.circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.circle img {
  max-width: 100%;
  max-height: 100%;
}
.technology-detail .item {
    margin-bottom: 12px;
    font-size: 0;
}

.technology-detail .item img {
    vertical-align: middle;
}

.technology-detail .item p {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    line-height: 24px;
    opacity: 0.8;
    color: #202224;
    margin-left: 73px;
	margin-top: -64px;
	font-size: 16px;
}
.social-back-down .btn:hover {
	background: #65A500;
	transition: all .8s;
}
.join-zx-item .btn:hover {
	background: #65A500;
	transition: all .8s;
}
.blue-btn{
	color: #014099;
	background: #fff;
	transition: all .8s;
}
.blue-btn:hover{
	color: #fff;
	background: #014099;
}
.explorer-btn {
    display: block;
    width: 180px;
    line-height: 42px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #00409F;
    border-radius: 0 20px 0 0;
    margin-top: 70px;
    cursor: pointer;
    transition: all .8s;
}

.explorer-btn:hover {
    background: #65A500;
}

.technology-right {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40%;
    z-index: 1;
}

.video-wapper {
    position: fixed;
    display: none;
    align-items: center;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 1000;
    justify-content: center;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.8);
}

.video-wapper video {
    width: 80%;
    object-fit: cover;
    max-height: 80%;
    border: 5px solid;
    border-radius: 10px;
}

.closeVideo {
    cursor: pointer;
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    top: 75px;
    right: 50px;
    background: #fff;
    z-index: 999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.closeVideo::before,
.closeVideo::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 25px;
    height: 2px;
    width: 30px;
    background: #333;
    transform: rotate(45deg);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.closeVideo::after {
    transform: rotate(-45deg);
}

.technology-right video {
    width: 100%;
}



.technology-right .palyVideo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
    z-index: 2;
    background: url(../images/video.jpg) no-repeat;
    background-size: cover;
	border-radius: 200px 0 0 0;
}

.technology-right .palyVideo::before {
	border-radius: 200px 0 0 0;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
    z-index: 2;
    background: url(../images/play.png) no-repeat;
    background-position: center;
    transition: all .3s;
    background-size: 20%;

}

.technology-right:hover .palyVideo::before {
    background-color: rgba(0, 0, 0, 0.3);
}

.technology-info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 90%;
    height: 240px;
    z-index: 5;
    color: #fff;
}

.technology-info h3 {
    font-size: 16px;
    text-align: left;
}

.technology-info p {
    margin-top: 12px;
    font-size: 48px;
    font-weight: bold;
    text-align: left;
}

.technology-info p span {

    font-size: 16px;
}

.technology-info-left,
.technology-info-right {
    width: 75%;
    float: left;
    height: 100%;
    padding-left: 5%;
    background: url(../images/blue.jpg);
    background-size: cover;
    text-align: center;
}

.technology-info-left .item,
.technology-info-right .item {
    display: flex;
    height: 100%;
    float: left;
    width: 25%;
    flex-direction: column;
    justify-content: center;
}

.technology-info-right .item {
    width: 100%;
}

.technology-info-right {
    width: 25%;
    border-radius: 0 200px 0 0;
    background-image: url(../images/green.jpg);
}

.solution {
    position: relative;
    height: 1080px;
}

.solution .item {
    position: relative;
    float: left;
    width: 20%;
    height: 100%;
    transition: all .5s;
    /*background-image: url(../images/solution-bg1.jpg);*/
    background-size: cover;
}

.solution .item .solution-con {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 60%;
    height: 100%;
    margin-left: 20%;
    opacity: 0;
}
.solution-con .page{
    margin-top: 40px;
}
/*.solution .item:nth-child(2) {
    background-image: url(../images/solution-bg2.jpg);
}

.solution .item:nth-child(3) {
    background-image: url(../images/solution-bg3.jpg);
}

.solution .item:nth-child(4) {
    background-image: url(../images/solution-bg4.jpg);
}*/

.solution .item.active {
    width: 40%;
    background: none;
}

.solution .item.active .solution-title {
    display: none;
}

.solution .item.active .solution-con {
    opacity: 1;
}

.solution-title {
    position: absolute;
    font-size: 28px;
    padding-left: 20px;
    opacity: 0.8;
    color: #fff;
    bottom: 50%;
}

.solution-con .page-icon {
    position: relative;
    display: inline-block;
    width: 41px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #202224;
    font-size: 14px;
    vertical-align: middle;
}

.solution-con .page-icon::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/spage.png);
    background-size: contain;
}

.solution .item:nth-child(2) .page-icon::after {
    transform: rotate(90deg);
}

.solution .item:nth-child(3) .page-icon::after {
    transform: rotate(180deg);
}

.solution .item:nth-child(4) .page-icon::after {
    transform: rotate(270deg);
}

.solution-con .page .span{
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    vertical-align: middle;
    margin: 0 8px;
    background: #202224;
}
.solution-con .page .page-icon {
    position: relative;
    display: inline-block;
    width: 41px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #202224;
    font-size: 14px;
    background: none;
    vertical-align: middle;
}

.solution .index-title {
    margin-top: 60px;
}

.solution-detail h3 {
    font-size: 32px;
    font-weight: 700;
    color:#004099;
    margin-top: 50px;
    margin-bottom: 10px;
}

.solution-detail p {
    font-size: 16px;
    line-height: 2;
    height: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    margin: 20px 0 10px;
}

.icon-list {
    display: flex;
    flex-wrap: wrap;
}

.icon-list div {
    width: 25%;
    margin-bottom: 10px;
}
.product {
    position: relative;
    height: 1080px;
    overflow: hidden;
}

.product .bg {
    position: absolute;
    left: 0;
    width: 110%;
    left: 0;
    bottom: 480px;
    object-fit: cover;
    animation: bgAni 10s linear infinite;
    transform-origin: center bottom;
}

@keyframes bgAni {
    25% {
        transform: scaleY(0.9);
        left: -5%;
    }

    50% {
        transform: scaleY(1);
        left: -10%;
    }

    75% {
        transform: scaleY(0.9);
        left: -5%;
    }
    
    100% {
        transform: scaleY(1);
        left: 0%;
    }
}

.product .g-inner {
    position: relative;
    z-index: 1;
}

.product .index-title {
    float: left;
    margin-top: 10%;
}

.product-bottom {
    width: 100%;
    height: 480px;
    position: absolute;
    bottom: 0;
    background: #fff;
    border-radius: 110px 0 0 0;
    
    /*left: 0;*/
    /*right: 0;*/
    /* border-radius: 110px 0 0 0; */
    
}

.product-tab {
    height: 190px;
    border-bottom: 1px solid rgba(1, 64, 153, 0.1);
}

.product-tab .item {
    /*flex: 1;*/
    position: relative;
    float: left;
    width: 25%;
    height: 100%;
    text-align: center;
    cursor: pointer;
}

.product-tab .item img {
    position: absolute;
    top: -162px;
    left: 0;
    right: 0;
    margin: 0 auto;
	width: 100%;
}
.header-inner .subMenu {
    position: fixed;
	background-color: white;
    top: 100px;
    left: 0;
    right: 0;
    height: 0px;
	width: 100%;
    overflow: hidden;
    transition: all .5s;
    text-align: center;
    line-height: 40px;
    font-size: 17px;
    /*color: #313334;*/
    color: #fff;
	display: flex;
	justify-content: space-around;
	align-items: center;
	box-shadow: 0px 2px 2px rgb(237,237,237);
	z-index: 0;
}



 
   


.sb{
 margin-top: 10px;   
}
@media screen and (max-width: 1366px){
   
   
    .www span p span,.fs18,.yylx h5 span{
            font-size: 14px;
        }
    .join-us .explorer-btn {
        font-size: 14px;
    }
    /*.product{*/
    /*    height: 967px;*/
    /*}*/
    /*.product-tab .item img {*/
    /*    position: absolute;*/
    /*    top: -122px;*/
    /*    left: 0;*/
    /*    right: 0;*/
    /*    margin: 0 auto;*/
    /*    width: 100%;*/
    /*}*/
    
    .aboutUs-top .text p,
    .aboutUs-cx-box .right p,
    .aboutUs-cx-box .left p,
    .history-con .item p,
    
    .equipment-about .right p{
        font-size: 14px!important;
    }
    
}

.column-center {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
	 /*margin-top: 10px; */
}

.product-tab .item h3 {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #313334;
}

.product-tab .item p {
    font-size: 16px;
    line-height: 24px;
    color: #202224;
    opacity: 0.8;
    height: 48px;
    margin-top: 20px;
}

.product-tab .item.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #00409F;
}

/*.product-tab .swiperNew.active:hover{*/
    
/*} */
.product-con .swiperNew{
    display: none;
}
.product-con .swiperNew.active{
    display: block;
}

.product-tab .item.active::before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    right: 0;
    height: 0;
    width: 0;
    margin-left: -12px;
    border-width: 10px 13px;
    border-style: solid;
    border-color: #00409F transparent transparent transparent;
}

.product-con {
    padding-top: 24px;
}

.product-con .item {
    /*display: none;*/
    padding: 8px 0;
    text-align: center;
    overflow-x: auto;
    white-space: nowrap;
    
}

/*::-webkit-scrollbar {*/
/*  display: none;*/
/*}*/


.product-con .item.active {
    display: block;
}

.product-con .item>a {
    display: inline-flex;
    width: 288px;
    min-width: 120px;
    height: 250px;
    box-shadow: 0px 0px 8px 2px rgba(36, 39, 53, 0.07);
    border-radius: 2px;
    margin: 0 12px;
    transition: all .5s; 
    transform: translateY(0);
}

.product-con .item>a:hover {
    transform: translateY(-10px);
}

.product-con .item>a:hover p {
    color: #00409F;
}

.product-con img {
    /*width: fit-content;*/
    margin: 0 auto;
    width: 107px;
    height: 89px;
}

.product-con p {
    font-size: 15px;
    color: #313334;
    margin-top: 15px;
}

.application {
    position: relative;
    /*height: 1080px;*/
    /*margin-top: 10px;*/
    background: url(../images/ib.jpg) no-repeat;
    background-size: 100% auto;
    background-position: center bottom;
    overflow: hidden;
}

.application-top {
    position: relative;
    /*height: calc(100% - 240px);*/
    padding:100px 0;
    /*display: flex;*/
}

.application-left>div {
    /*height: 500px;*/
}

.application-page {
    margin-top: 20px;
}

.application-page img {
    margin-right: 20px;
    cursor: pointer;
    transition: all .8s;
}

.application-page img:hover {
    opacity: 0.7;
}

.application-page .left {
    transform: rotate(180deg);
}

.application-page .disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.application-right {
    position: absolute;
    top: 0;
    right: 0;
    left: 30%;
    bottom: 0;
    overflow: hidden;
        
}

.application-right-box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    transition: all .5s;
}

.application-con {
    display: none;
    /*overflow-x: auto;*/
    white-space: nowrap;
}

.application-con.active {
    display: block;
}

.application-con .item {
    display: inline-block;
    margin-right: 40px;
}
.application-con .item .appliView{
	overflow:hidden;
	border-radius: 8px;
}

.application-con .item .appliView img:hover{
	 transform: scale(1.2);
	 transition:all .3s;
}

.application-con .item img {
    border-radius: 8px;
	width: 100%;
	height: 340px;
}

.application-con .item h3 {
    font-size: 28px;
    font-weight: 700;
    color: #313334;
    margin-top: 20px;
}
.ddd{
    font-size: 30px;
    font-family: 'light';
}
.application-con .item p {
    font-size: 16px;
    white-space: pre-wrap;
    color: #313334;
    margin-top: 10px;
}

.application-con .explorer-btn {
    margin-top: 30px;
    /*background: linear-gradient(180deg, #2081FD 0%, #0B5BCC 100%);*/
    /*transition: all .8s;*/
    /*cursor: pointer;*/
}

.application-con .explorer-btn:hover {
    /*background: linear-gradient(180deg, #aadc5b 0%, #65A500 100%);*/
    /* transition: all .8s;*/
     cursor: pointer;
     background: #65A500;
     /*cursor: pointer;*/
}

.application-tab {
    /*position: absolute;*/
    /*bottom: 0;*/
    /*right: 0;*/
    /*height: 240px;*/
    width: 100px;
    margin-bottom: 20px;
    /*background: url(../images/blues.png);*/
    
    /*transform: rotate(180deg);*/
    /*background-size: cover;*/
    /*text-align: right;*/
    /*border-radius: 200px 0 0;*/
    display: flex;
    flex-direction: column;
    gap:10px;
}

/*.application-tab::before {*/
/*     height: 240px;*/
/*    width: 90%;*/
/*     background: url(../images/blue.jpg);*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*}*/

/*.application-tab::before {*/
/*    transform: scaleX(-1);*/
/*}*/

.application-tab .item {
    /*display: inline-flex;*/
    /*width: 17%;*/
    /*height: 100%;*/
    padding: 10px 0;
    text-align: center;
    cursor: pointer;
    color: #000000;
    background-color: rgb(255 255 255/0.4);
    border-radius: 8px;
}

.application-tab .item.active {
    /*background-image: url(../images/green.jpg);*/
    background: #65A500;
    
}

.application-tab p {
    font-size: 16px;
    /*color: #fff;*/
    /*font-weight: bold;*/
    /*margin-top: 10px;*/
}

.application-tab .active p {
    font-size: 16px;
    color: #fff;
    /*font-weight: bold;*/
    /*margin-top: 10px;*/
}
.application-tab img {
    width: fit-content;
    margin: 0 auto;
}

.application-tab .item .active {
    display: none;
}

.application-tab .item.active img {
    display: none;
}

.application-tab .item.active .active {
    display: inline-block;
}

  
.join-us {
    position: relative;
    height: 248px;
    /*background: #0d1431;*/
    /*overflow: hidden;*/
        /*background: url(../images/blues.png);*/
    color: #fff;
    overflow: hidden;
    /*border-radius: 200px 0 0;*/
    /*left: 50px;*/
    /*background-position: center;*/
    /*background-size: 100%;*/
}
.join-us .imsbg{
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/blues.png);
    overflow: hidden;
    border-radius: 200px 0 0;
    z-index: 1;
    left: 35px;
    background-position: center;
    background-size: cover;
}
.join-us>img {
    position: absolute;
    left: 0;
    min-height: 100%;
    width: 110%;
    left: -5%;
    object-fit: cover;
    animation: joinAni 10s linear infinite;
    transform-origin: center bottom;
}

@keyframes joinAni {
    25% {
        transform: scaleY(.9);
        left: -10%;
    }

    50% {
        transform: scaleY(1);
        left: -5%;
    }

    75% {
        transform: scaleY(.9);
        left: 0;
    }

    100% {
        transform: scaleY(1);
        left: -5%;
    }
}

.join-us .g-inner {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.join-us-text {
    width: 480px;
    font-size: 32px;
    line-height: 56px;
    padding-top: 52px;
    padding-bottom: 52px ;
}

.join-us .item {
    text-align: center;
}

.join-us .item h3 {
    font-size: 48px;
    font-weight: 900;
}

.join-us .item h3 span {
    font-size: 32px;
}

.join-us .item p {
    font-size: 16px;
    opacity: 0.5;
    margin-top: 10px;
}

/*.join-us .explorer {*/
/*    width: 180px;*/
/*    height: 54px;*/
/*    line-height: 54px;*/
/*    margin-top: 0;*/
/*        border-radius: 0 20px 0 0;*/
/*    background: linear-gradient(180deg, #2081FD 0%, #0B5BCC 100%);*/
/*}*/

/*.join-us .explorer:hover {*/
/*    background: linear-gradient(180deg, #aadc5b 0%, #65A500 100%);*/
/*}*/
/*.join-us .explorer:hover #explorer-btn1{*/
/*     opacity: 1;*/
/*}*/
.join-us .explorer-btn {
    width: 180px;
    height: 54px;
    line-height: 54px;
    margin-top: 0;
    /*background: #00409F;*/
    background: #00a0e9;
    transition: all .8s;
    /*opacity: 0;*/
    /*background: linear-gradient(180deg, #2081FD 0%, #0B5BCC 100%);*/
    /*transition: background ease-in-out .33s;*/
}

.join-us .explorer-btn:hover {
    /*background: linear-gradient(180deg, #aadc5b 0%, #65A500 100%);*/
    background: #65A500;
    
}

/*::-webkit-scrollbar {*/
/*    width: 10px;*/
/*    height: 2px;*/
/*}*/

 /*滚动槽 */
/*::-webkit-scrollbar-track {*/
/*    -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.3);*/
/*    background: transparent;*/
/*    border-radius: 10px;*/
/*}*/

 /*滚动条滑块 */
/*::-webkit-scrollbar-thumb {*/
/*    border-radius: 10px;*/
/*    background: #00409F;*/
/*    -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.5);*/
/*}*/

/*::-webkit-scrollbar-thumb:window-inactive {*/
/*    background: #00409F;*/
/*}*/

/*E-首页*/
/*S-内页*/
.page-top {
    position: relative;
}

.page-top>img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-tit {
    position: absolute;
    left: 0;
    right: 0;
    top: 35%;
    text-align: center;
    color: #fff;
}

.page-tit h3 {
    font-size: 60px;
    line-height: 1;
    font-family: 'light';
    text-transform: uppercase;
}

.page-tit h4 {
    font-size: 36px;
    font-family: 'light';
    opacity: 0.8;
    text-transform: uppercase;
}

.page-tit p {
    font-size: 72px;
    line-height: 1;
    margin-top: 20px;
}

.page-more {
    position: absolute;
    bottom: 8%;
    width: 70px;
    height: 68px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.page-more img.bg {
    position: absolute;
    left: 0;
    right: 0;
    transition: all .5s;
    animation: rotateAni 2s linear infinite;
}

.page-more img.mouse {
    margin-top: 23px;
}

@keyframes rotateAni {
    25% {
        opacity: 0.2;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: 0.2;
    }

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

.page-inner {
    width: 80%;
    margin: 0 auto;
}

.news-page {
    margin-top: 120px;
    font-size: 0;
}

.news-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-tab .item {
    display: inline-block;
    width: 160px;
    height: 70px;
    line-height: 68px;
    margin-right: 15px;
    border: 1px solid #00409F;
    border-radius: 70px;
    text-align: center;
    color: #00409F;
    font-size: 20px;
    cursor: pointer;
    transition: all .3s;
}

.news-tab .item.active,
.news-tab .item:hover {
    background: #00409F;
    color: #fff;
}

.news-search {
    width: 23%;
    position: relative;
}

.news-search input {
    width: 100%;
    border: 0;
    line-height: 40px;
    font-size: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    color: #313334;
}

.news-search-btn {
    position: absolute;
    right: 0;
    top: 8px;
    width: 24px;
    height: 24px;
    background: url(../images/search2.png);
    cursor: pointer;
    background-size: cover;
}

.news-list {
    margin: 50px 0;
}

.news-con {
    display: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news-class{
    display: flex !important;
    justify-content: space-between;
}

.news-con.active {
    display: block;
}

.news-con .item {
    position: relative;
    display: inline-block;
    width: calc(50% - 20px);
    /*height: 350px;*/
    height: 175px;
    margin: 0 40px 40px 0;
    overflow: hidden;
    border-radius: 8px;
    cursor: pointer;
}

.news-con .item:nth-child(2n) {
    margin-right: 0;
}

.news-con .item img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 2s;
}

.news-con .item:hover img {
    transform: scale(1.2);
}

.news-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    transition: all .3s;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.news-con .item:hover .news-text {
    opacity: 0;
}

.news-text h3 {
    font-size: 26px;
    line-height: 36px;
    color: #fff;
}

.news-text p {
    font-family: 'light';
    font-size: 18px;
    margin-top: 15px;
    color: #fff;
}

.news-more {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    text-align: center;
    transition: all .3s;
    background: rgba(0, 0, 0, 0.5);
}

.news-con .item:hover .news-more {
    opacity: 1;
}

.news-more div {
    width: 176px;
    height: 176px;
    margin: 0 auto;
    border: 30px solid #0B5BCC;
    border-radius: 100%;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'light';

}

.ui-page {
    text-align: center;
}

.ui-pre {
    display: inline-block;
    width: 80px;
    height: 80px;
    background-image: url(../images/back.png);
    background-size: 100% 100%;
    cursor: pointer;
}

.ui-next {

    display: inline-block;
    width: 80px;
    height: 80px;
    background-image: url(../images/page.png);
    background-size: 100% 100%;
    cursor: pointer;
}

.ui-pre:hover {
    background-image: url(../images/backBtn.png);
}

.ui-next:hover {
    background-image: url(../images/next.png);
}

.ui-page>div {
    cursor: pointer;
    margin: 0 20px;
}

.ui-page .disabled {
    opacity: 0.3;
}

.news-detail {
    position: relative;
}

.news-detail-title {
    position: absolute;
    bottom: 30%;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
}

.news-detail-title h3 {
    font-size: 36px;
    line-height: 48px;
}

.news-detail-title p {
    font-size: 18px;
    margin-top: 20px;
    font-family: 'light';
}

.news-detail .back {
    position: absolute;
    cursor: pointer;
    width: 80px;
    margin: 0 auto;
    bottom: -40px;
    left: 0;
    right: 0;

}

.news-detail-con {
    padding: 50px 0;
    width: 50%;
}
.news-detail-con img{
    max-width:90%;
    height: auto!important;
}

.product-page {
    height: 100%;
    min-height: 600px;
    background: url(../images/productBg.jpg);
    background-size: cover;
    background-position: center bottom;
}
.product-pagearea {
    height: 100%;
    min-height: 900px;
    background: url(../images/productBg.png);
    background-size: cover;
    background-position: center bottom;
}

.product-box {
    position: relative;
    width: 700px;
    height: 700px;
    margin: 0 auto;
    font-size: 0;
    top:50px;
}

.product-box .item {
    position: relative;
    width: 50%;
    height: 50%;
    display: inline-block;
    color: #272624;
    cursor: pointer;
    z-index: 1;
}
.jiesao-list.deals:hover .text{
    padding-right: 40px;
    background-image: url(../images/cpgs2.png);
    background-size: 100% 100%;
    border-color: #fff;
}
.product-box .item:hover {
    color: #65A500!important;
}
.product-box .item:hover h3{
      color: #65A500!important;
}
.product-box .item>div {
    width: 200px;
    height: 60%;
    position: absolute;
}

.product-box.area .item>div {
    justify-content: start;
}

.product-box .item:nth-child(2n+1)>div {
    left: -260px;
}

.product-box .item:nth-child(2n)>div {
    right: -260px;
}

.product-box .item:nth-child(3)>div {
    bottom: 0;
}

.product-box .item:nth-child(4)>div {
    bottom: 0;
}

.product-box .item h3 {
	color: #6b8bc3;
    font-size: 30px;
}

.product-box .item h4 {
    height: 168px;
}

.product-box .item p {
    font-size: 18px;
    margin-top: 10px;
    font-family: 'light';
}

.product-box .item:nth-child(2n+1) {
    text-align: right;
}

.product-box img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    transition: all .5s;
}

.product-box img.active0 {
    transform: rotate(180deg);
}

.product-box img.active1 {
    transform: rotate(270deg);
}

.product-box img.active2 {
    transform: rotate(90deg);
}

.product-box-text {
    position: absolute;
    left: 50px;
    right: 50px;
    top: 50px;
    bottom: 50px;
    height: auto;
    border-radius: 50%;
    overflow: hidden;
    /*background: url(../images/pro-c0.jpg);*/
    background-size: cover;
    color: #fff;
    text-align: center;
}

.product-box-text h3 {
    font-family: 'light';
    text-transform: uppercase;
    font-size: 50px;

}

.product-box-text p {
    font-size: 72px;
    margin-top: 10px;
}

.product-box-text h5 {
    width: 80%;
    font-size: 14px;
    line-height: 24px;
    margin: 40px auto 0;
}
.membrane{
    height:98px;
}
.productType {
    padding: 40px 0;
    background: url(../images/sp.jpg) no-repeat;
    background-size: 100%;
    /* margin-top: 1px; */
    background-color: #f3f8fe;
   background-position: 0px 71px;
}


.productType2 {
    padding: 50px 0;
    /*background: url(../images/pp.jpg) no-repeat;*/
    background-size: cover;
}

.productType-tit,
.productType-sub-tit {
    padding-top: 6%;
    text-align: center;
}

.productType-tit h3 {
    color: #014099;
    font-size: 72px;
}

.productType-sub-tit span {
    font-size: 20px;
    display: inline-block;
    color: #014099;
    line-height: 18px;
    cursor: pointer;
}

.productType-sub-tit span:hover,
.productType-sub-tit span.active {
    font-weight: bold;
}

.productType-sub-tit span:last-child {
    display: contents;
    border: 0;
}

.productType-list {
    display: none;
    font-size: 0;
    margin-top: 70px;
}

.productType-list.active {
    display: block;
}

.productType-list .item {
    display: inline-flex;
    width: calc(25% - 20px);
    height: 370px;
    background: #fff;
    border-radius: 8px;
    text-align: center;
    color: #202224;
    margin: 0 10px 30px;
    cursor: pointer;
}

.productType-list .item:hover {
    border: 5px solid;
    border-image: linear-gradient(55deg, rgba(1, 64, 153, 0.5), rgba(118, 163, 21, 0.5)) 10 10;
    color: #0B5BCC;
    /*margin-top:-10px; */
    /*transition-duration: 300ms;*/
}

.productType-list .item img {
    width: 220px;
    height: 137px;
    object-fit: contain;
    margin: 0 auto;
}

.productType-list .item h3 {
    font-size: 20px;
    margin-top: 30px;
}

.productType-list .item p {
    font-size: 12px;
    margin-top: 10px;
    padding: 0px 22px;
}

.solution-page {
    padding-top:110px;
    background-image: url(../images/solbg.jpg);
}

.solution-page .product-box-text {
    /*background-image: url(../images/sobg0.jpg);*/
}

.solution-page .product-box .item>div {
    width: 340px;
}

.solution-page .product-box .item:nth-child(2n)>div {
    right: -300px;
}

.solution-page .product-box .item:nth-child(2n+1)>div {
    left: -300px;
}

.area-page {
    background-image: url(../images/yyly.jpg);
}

.area-page .product-box-text {
    background-image: url(../images/yy.jpg);
}

.product-box .item>div {
    width: 220px;
}

.area-page .product-box .item h3 {
    color: #00409F;
    font-weight: bold;
}

.area-page .product-box .item h4 {
    opacity: 0.8;
}

.area-page .product-box .item:hover {
    color: #00409F;
}

.equipment-about {
    height: 900px;
    background: url(../images/about-bg.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.equipment-about-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.equipment-about .left {
    padding-bottom: 15%;
}
.ww .slideInLeft h3,
.equipment-about .left h3 {
    font-size: 60px;
    font-family: 'light';
    color: #65A500;
}

.equipment-about .left img {
    margin-top: 25%;
}
.ww .slideInLeft h4 {
    font-size: 60px;
    color: #014099;
    font-weight: bold;
    margin-top: 30px;
}
.equipment-about .left h4 {
    font-size: 60px;
    color: #014099;
    font-weight: bold;
    margin-top: 30px;
}

.equipment-about .right {
    width: 50%;
}

.equipment-about .right h3 {
    font-size: 40px;
    color: #014099;
	white-space:nowrap;
    line-height: 72px;
}

.equipment-about .right p {
    font-size: 18px;
    color: #202224;
    line-height: 32px;
    margin-top: 12%;
}

.equipment-about .list {
    font-size: 0;
    margin-top: 12%;

}

.equipment-about .list .item {
    position: relative;
    display: inline-block;
    width: 50%;
    padding: 0 30px;
}

.equipment-about .list .item::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #00409F;
    left: 0;
    top: 20px;
}

.equipment-about .right h4 {
    font-size: 30px;
    font-weight: 500;
    color: #014099;
    margin-top: 20px;
}

.equipment-about .right h5 {
    font-size: 30px;
}
.ww .right h6,
.equipment-about .right h6 {
    font-size: 18px;
    line-height: 32px;
    margin-top: 30px;
}

.equipment-server {
    font-size: 0;
}

.equipment-server .item {
    display: inline-block;
    position: relative;
    width: 50%;
}

.equipment-server .item>img {
    width: 100%;
}

.equipment-server .item:hover .text {
    background: #2A456B;
}

.equipment-server .item:hover .text img {
    opacity: 1;
}

.equipment-server .text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    padding: 15%;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    transition: all .3s;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    color: #fff;
    text-align: center;
}

.equipment-server .text img {
    width: 60%;
    opacity: 0;
    transition: all .3s;
    margin-bottom: 30px;
}

.equipment-server .text h3 {
    font-size: 48px;
}

.equipment-server .text p {
    font-size: 16px;
    line-height: 32px;
    margin-top: 30px;
}

.equipment-eg {
    height: 1000px;
    padding: 5% 0;
    background: url(../images/dxal.jpg) no-repeat center center;
    background-size: cover;
}

.equipment-eg.detail {
    padding: 3% 0;
}

.equipment-eg h2 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: 'light';
}

.equipment-eg>h3 {
    font-size: 36px;
    text-align: center;
    color: #fff;
}

.equipment-eg .item {
    padding: 0 100px;
    /*margin: 0px 100px;*/
    /*width: 847px;*/
}

.equipment-eg .item img {
    border-radius: 10px;
    height: 500px;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.swiper-slide-active img{
    transform: scale(1.1);
}

/*.equipment-eg .item:hover img {*/
/*    transform: scale(1.1);*/
/*    animation: restoreSize 0.5s 1.5s forwards;*/
/*}*/

/*@keyframes restoreSize {*/
/*  0% {*/
/*    transform: scale(1.1);*/
/*  }*/

/*  100% {*/
/*    transform: scale(1);*/
/*  }*/
/*}*/
/*.equipment-eg .item:active img {*/
/*    transform: scale(1.1);*/
/*}*/

.equipment-eg .item .text {
    padding-top: 30px;
    color: #fff;
    opacity: 0;
}

.equipment-eg .item h3 {
    font-size: 36px;
    line-height: 48px;
    width: 45%;
    margin-right: 5%;
    float: left;
}

.equipment-eg .equipment-info {
    width: 50%;
    float: left;
}

.equipment-eg .equipment-info p {
    margin-bottom: 10px;
    line-height: 20px;
}

.equipment-info h4 {
    opacity: 0.6;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
    margin-bottom: 15px;
}

.equipmentBanner {
    width: 60%;
    min-height: 555px;
    margin: 0 auto;
}

.equipmentBanner .swiper-wrapper {
    padding-top: 30px;
}

.ui-info {
    position: relative;
    display: inline-block;
    background: #1092D4;
    padding: 0 5px;
    vertical-align: middle;
    font-size: 12px;
    color: #fff;
}

.ui-info::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    right: -15px;
    top: 6px;
    border-width: 4px 8px;
    border-style: solid;
    border-color: transparent transparent transparent #1092D4;
}

.equipment-info i {
    /*display: inline-block;*/
    vertical-align: middle;
    margin-left: 20px;
    color: #fff;
    font-size: 14px;
}

/*.equipmentBanner {*/
/*    height: 770px;*/
/*}*/

.equipmentBannerpanel {
    overflow: hidden;
    position: relative;
}

.equipmentBannerpanel .swiper-container {
    overflow: visible;
}

.equipmentBannerpanel .swiper-slide {
    opacity: 0.5;
}

.equipmentBannerpanel .swiper-slide-active {
    opacity: 1;
}

.operation-sum {
    position: relative;
}
.cnmkh{
    
}
.equipmentBannerpanel .aboutUs-zz-control {
    width: calc(60% + 100px);
    left: 0;
    right: 0;
    top: 28%;
    margin: 0 auto;
    
}
.equipmentBannerpanel .aboutUs-zz-control img{
    z-index: 1;
}
.operation-sum-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 0;
    color: #fff;
}

.operation-sum-text .item {
    display: inline-block;
    width: 25%;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.operation-sum-text .item:last-child {
    border: 0;
}

.operation-sum-text h3 {
    font-size: 72px;
    line-height: 1;
	white-space:nowrap;
}

.operation-sum-text h3 i {
    display: inline-block;
    vertical-align: top;
    font-family: 'light';
    font-size: 20px;
}

.operation-sum-text h3 span {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
}

.operation-sum-text p {
    font-size: 20px;
    margin-top: 20px;
}

.connect-us {
    background: url(../images/lx.jpg) no-repeat;
    background-size: contain;
    background-position: bottom center;
    padding: 100px 0 400px;
}

.connect-us>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #014099;

}

.connect-us .img2 {
    display: block;
    max-width: 100%;
    margin-top: 30px;
}

.connect-us .left {
    width: 40%;
}

.connect-us .left p {
    margin-top: 20px;
}

.connect-us .right {
    width: 55%;
}

.connect-us .right .item {
    display: flex;
    justify-content: space-between;
    border-top: 2px solid #65A500;
    text-align: left;
    padding: 15px 0 50px;
}

.connect-us .right .item h3 {
    font-size: 24px;
    line-height: 1.5;
}

.connect-us .right .item p {
    font-size: 24px;
    line-height: 1.5;
    font-weight: bold;
    margin-top: 10px;
}

.connect-map {
    position: relative;
    width: 74%;
    margin: 0 auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.connect-map img {
    width: 100%;
}
.connect-map1 img {
    width: 100%;
	position: absolute;
}
.connect-map1 .meiguo1{
	position: absolute;
	
}
.connect-map-tab {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
}

.connect-map-tab .item {
    display: inline-flex;
    width: 220px;
    height: 89px;
    border: 1px solid rgba(1, 64, 153, 0.3);
    color: #014099;
    margin: 0 15px;
    border-radius: 50px;
    cursor: pointer;
    transition: all .3s;
}

.connect-map-tab .item.active,
.connect-map-tab .item:hover {
    background: #014099;
    color: #fff;
}

.connect-map-tab .item h3 {
    font-size: 24px;
}

.connect-map-tab .item p {
    font-size: 18px;
    margin-top: 5px;
}

.connect-map-box {
    width: 74%;
    margin: 0 auto 50px;
    padding: 50px 0;
    color: #014099;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.connect-map-con {
    text-align: left;
    display: none;
    justify-content: space-around;
}

.connect-map-con.active {
    flex-wrap: wrap;
    display: flex;
    justify-content:left ;
}

.connect-map-box h3 {
    font-size: 24px;
    font-weight: bold;
}

.connect-map-box p {
    font-size: 18px;
    line-height: 30px;
    margin-top: 15px;
}

.social-res {

    margin-top: 10%;
}

.social-tit {
    display: flex;
    justify-content: space-between;
    align-items: end;
    color: #014099;
}

.social-sub-tit {
    font-size: 24px;
    color: #014099;
    margin-top: 5%;
    text-align: center;
}

.social-top-img {

    margin-top: 5%;
    display: flex;
    justify-content: space-between;
}

.social-top-img .item {
    position: relative;
    font-size: 0;
    border-radius: 10px;
    width: calc(33% - 10px);
    cursor: pointer;
    box-shadow: 0 10px 50px rgba(1, 64, 153, 0.3);
    overflow: hidden;
}

.social-top-img .item:hover img {
    transform: scale(1.2);
}

.social-top-img img {
    width: 100%;
    transition: all 2s;
}

.social-top-img .text {
    position: absolute;
    left: 0;
    padding: 7%;
    right: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    color: #fff;
    bottom: 0;
}

.social-top-img i {
    font-weight: bold;
    font-family: 'light';
    margin-right: 10px;
}

.social-top-img p {
    margin-top: 20px;
    opacity: 0.8;
}

.social-top-img p span {
    opacity: 0.8;
    font-size: 12px;
}

.social-top-text {
    margin-top: 30px;
    text-align: center;
    font-size: 12px;
    opacity: 0.5;
}

.social-back-down {
    position: relative;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 50px rgba(1, 64, 153, 0.3);
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.social-back-down .text {
    flex-grow: 1;
    margin-left: 20px;
}

.social-back-down .text h3 {
    font-size: 24px;
}

.social-back-down .text p {
    font-size: 14px;
    font-family: 'light';
    margin-top: 10px;
}

.social-back-down .btn {
    width: 150px;
    height: 60px;
    border-radius: 30px;
    line-height: 60px;
    background: #00409F;
    color: #fff;
    text-align: center;
}

.social-back-down .btn:hover {
    cursor: pointer;
    opacity: .7;
}

.social-back-down .btn span {
    display: inline-block;
    vertical-align: middle;
}

.social-back-down .btn img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.social-bottom {
    height: 1440px;
    background: url(../images/sh5.jpg);
    background-size: cover;
    text-align: center;
    font-size: 24px;
    line-height: 2;
    background-position: center bottom;
}

.social-bottom img {
    margin-top: 10%;
}

.social-bottom h3 {
    font-family: 'light';
    margin-top: 5%;
}

.social-bottom p {
    font-weight: bold;
}

.investor-con-tab {
    display: flex;
    font-size: 20px;
    justify-content: space-around;
     border-bottom: 1px solid rgba(0, 0, 0, 0.3); 
    line-height: 70px;
}

.investor-con-tab .item.active {
    color: #014099;
    border-color: #014099;
    opacity: 1;
}

.investor-con-tab .item {
    position: relative;
    opacity: 0.5;
    cursor: pointer;
    z-index: 1;
}

.investor-con-tab .item.active::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px;
    background: #014099;
}

.investor-nav {
    float: left;
    width: 300px;
    text-align: center;
    font-size: 18px;
}

.investor-nav .item {
    width: 220px;
    line-height: 76px;
    opacity: 0.4;
    border-radius: 35px;
    margin-bottom: 10px;
    cursor: pointer;
}

.investor-nav .item.active {
    font-size: 18px;
    opacity: 1;
    background: #014099;
    color: #fff;
}

.investor-con-panel {
    padding: 8% 0;
}

.investor-list {
    margin-left: 300px;
    margin-bottom: 20px;
    box-shadow: 0 0 20px #F7F9FC;
    ;
}

.investor-list .item {
    padding: 3% 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F7F9FC;
    transition: all .3s;
    cursor: pointer;
}

.investor-list .item .text {
    flex-grow: 1;
    margin-left: 20px;
}

.investor-list .item h3 {
    font-size: 18px;
    font-weight: bold;
}

.investor-list .item p {
    font-size: 14px;
    margin-top: 10px;
    font-family: 'light';
}

.investor-list .item .more {
    width: 60px;
    transition: all .3s;
    opacity: 0;
}

.investor-list .item:hover {
    background: #fff;
}

.investor-list .item:hover .more {
    opacity: 1;
}

.investor-con-box {
    /*display: none;*/
}

.investor-con-box.active {
    display: block;
}

.join-zx-top {
    position: relative;
    height: 1000px;
    background: url(../images/zx3.jpg) no-repeat;
    background-size: contain;
    background-position: center center;
}

.join-zx-top .left h4 {
    font-size: 24px;
    line-height: 40px;
    font-family: 'light';
    margin-top: 30px;
}

.join-zx-top .left h5 {
    font-size: 24px;
    line-height: 40px;
    font-family: 'light';
    margin-left: 30px;
}

.join-zx-top .right {
    position: absolute;
    right: 10%;
    bottom: 0;
}

.join-zx-top .right h3 {
    font-size: 36px;
    font-family: 'light';
    color: #014099;
}

.join-zx-top .right p {
    font-size: 20px;
    line-height: 36px;
    margin-top: 20px;
}

#item2 #wffs2 .fs40{
    font-size: 50px;
}


.join-zx-item {
    display: flex;
       margin: 10% 10% 0 10%;
    align-items: center;
    background: #F4F9FC;
}

.join-zx-item>* {
    width: 50%;
}

.join-zx-item .right {
    padding: 0 5%;
}

.join-zx-item.join {
    flex-direction: row-reverse;
    margin-top: 20px;
}

.join-zx-item h3 {
    font-size: 60px;
    line-height: 80px;
    font-family: 'light';
    color: #014099;
    margin-top: 5%;
}

.join-zx-item p {
    font-size: 20px;
    line-height: 36px;
    margin-top: 10%;
}

.join-zx-item .btn {
    width: 200px;
    line-height: 89px;
    font-size: 24px;
    color: #fff;
    background: #014099;
    border-radius: 50px;
    text-align: center;
    cursor: pointer;
    margin-top: 5%;
    transform: all .3s;
}

.join-zx-item .btn:hover {
    opacity: 0.8;
}

.join-zx-bottom {
    height: 1319px;
    font-size: 36px;
    line-height: 56px;
    text-align: center;
    padding-top: 8%;
    font-family: 'light';
    background: url(../images/zx1.jpg);
    background-size: cover;
    background-position: center bottom;
}

.join-zx-bottom h3 {
    margin-top: 2%;
    color: #014099;
}

.join-zx-bottom p {
    margin-top: 2%;
    /*font-weight: bold;*/
    color: #3e72a2;
}

.join-zl-top {
    text-align: center;
}

.join-zl-top h3 {
    color: #014099;
}

.join-zl-top p {
    font-size: 20px;
    line-height: 36px;
    margin-top: 3%;
}

.join-zl-tit {
    text-align: center;
}

.join-zl-tit h3 {
    margin-top: 20px;
    font-weight: bold;
    color: #00409F;
}
/*=======================*/
/*@media screen and (min-width: 900px) {  */
/*  body {  */

/*    background-color: lightyellow;  */
/*  }  */
/*}*/

/*======================*/
.fz-ring-box {
    position: relative;
    width: 600px;
    height: 600px;
    margin: 0 auto;
    /*border: 3px solid pink;*/
    border-radius: 50%;
}

.fz-ring {
    position: relative;
}

.fz-ring-img {
    position: absolute;
    left: 50px;
    right: 50px;
    top: 50px;
    bottom: 50px;
    overflow: hidden;
    border-radius: 100%;
}

.fz-ring-img img {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: all .5s;
}

.fz-ring-img img.active {
    opacity: 1;
}


.fz-ring-text .item {
    display: flex;
    position: absolute;
    width: 100%;
    /*margin-left: -15px;*/
    /*margin-top: -15px;*/
    color: #E4EEF8;
    transition: all .3s;

}

.fz-ring-text .item.active {
    color: #014099;
}
/*移动端代码适配位置*/
@media screen and (min-width: 200px) and (max-width: 750px) {
    .handle-unit{
        font-size: 10px !important;
    }
    .handle-after-h3-new{
        font-size: 22px;
    }
    .aboutUs-top .text.apply{
        top: -50px !important;
    }
    .handle-footer-youqing{
        display: none;
    }
    .productType-list .item img{
        width: 120px !important;
    }
    .aboutUs-wh-b{
        padding-top: 20% !important;
    }
    .index-title h3 .color-icon{
        margin-left: 8px;
    }
    .color-icon span{
        padding: 4px 9px;
    }
    .solutionc-bottom .item p{
        margin: 0 !important;
        font-size: 11px;
    }
    .handle-solution-new-text{
        font-size: 11px !important;
    }
    .g-inner{
        width: 90% !important;
    }
    .ddd{
        font-size: 11px !important;
    }
    .handle-index-width{
        width: 80% !important;
    }
    .handle-after-p{
        width:136px;
    }
    .project-advantage-bottom{
        margin-top:20px !important;
    }
    .handle-case-title{
        font-size: 26px !important;
        font-weight: bold;
    }
    .handle-case-p{
        font-size: 14px;
    }
    .handle-case-bottom-title{
        font-size: 18px !important;
        font-weight: bold;
    }
    .handle-case-bottom-p{
        font-size: 14px;
    }
    .toPage{
        width:100%;
        text-align: center;
    }
    .toPage .toPage-affirm,.toPage input{
        height:30px;
    }
    .pagination .pagination-item{
         width: 25px;
        height: 25px;
        background: #f0f2f5;
        border: 1px solid #f0f2f5;
        margin: 6px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        border-radius: 6px;
    }
    .connect-us .right{
        display: flex;
        flex-direction: column;
    }
    .connect-us .right .item{
        flex: 1;
        display: flex;
        gap: 6px;
    }
     .connect-us .right .item .sub{
        flex: 1;
    }
    .connect-us .right .item p{
        font-size: 10px !important;
        
    }
    .connect-us .right .item h3{
        font-size:12px !important;
    }
    .solutionc-youshi-bg{
        height: 250px;
    }
    .solutionc-tit{
        margin: 0 !important;
    }
    .solutionc-tit p{
        margin: 0 !important;
    }
    .handle-solution-margin{
        margin: 10px !important;
    }
    .fs60 {
        font-size: 22px;
    }
    .handle-after-h3-new{
        font-size: 22px;
    }
    .solution-con .page{
        margin-top: 20px;
    }
    .product-common-list .item:hover p{
        height: auto !important;
    }
    .product-common-text p{
        height: 52px !important;
    }
    .aboutUs-top .text.sba{
         margin-top: -90px;
         position: unset !important;
    }
    .handlep{
        height: auto !important;
    }
    .aboutUs-top>img{
        /*margin-top: 500px;*/
    }
    .header-inner .header-inner-item  .subMenu{
        height: auto;
    }
    .solution {
        height: 670px !important;
    }
    .solution .item{
        height: 77px !important;
    }
    .solution .item.active{
        height: 438px !important;
    }
    .aboutUs-cx{
        margin-bottom: 130px !important;
    }
    .technology{
        height: 920px;
    }
    .technology-right{
        top: 565px !important;
    }
    .copyright-left{
        font-size: 10px !important;
        line-height:24px;
    }
    .index-title h3 {
        font-size: 22px !important;
    }
    .index-title h4{
        font-size: 14px !important;
    }
    .solution-detail h3{
        font-size: 22px !important;
    }
    .fz-ring-text .item {
        display: flex;
        position: absolute;
        width: 140px;
        color: #E4EEF8;
        transition: all .3s;
    }
    
        .advantage-list .item img {
 
        width: 49% !important;
    }
    
    
    
    .solutionc-youshi .ui-tit1 {
 
    left: 5% !important;
}
    .alignment{width:90%!important}


    .point{
        width: 10px;
        height: 10px;
        border-radius: 100%;
        background: #fff;
    }
    .j1 .fz-ring-text .item.pos1 {
        left: calc(50% - 15px);
        top: -45px;
        flex-direction: column-reverse;
    }
    .j1 .fz-ring-text .item.pos2 {
        left: 84%;
        top: 15%;
    }
    .j1 .fz-ring-text .item.pos3 {
        left: 87%;
        top: 63%;
    }
    .j1 .fz-ring-text .item.pos4 {
        left: 68%;
        top: 85%;
    }
    .j1 .fz-ring-text .item.pos5 {
        right: 58%;
        top: 84.5%;
        flex-direction: row-reverse;
        margin-left: 20px;
        margin-right: 0;
    }
    .j1 .fz-ring-text .item.pos6 {
        right: 78.5%;
        top: 60%;
        flex-direction: row-reverse;
        margin-left: 20px;
        margin-right: 0;
    }
    .j1 .fz-ring-text .item.pos7 {
        right: 72.3%;
        top: 13%;
        flex-direction: row-reverse;
        margin-left: 20px;
        margin-right: 0;
    }
    .j2 .fz-ring-text .item.pos1 {
        left: calc(50% - 15px);
        top: -45px;
        flex-direction: column-reverse;
    }
    .j2 .fz-ring-text .item.pos2 {
        left: 89% !important;
        top: 24% !important;
    }
    .j2 .fz-ring-text .item.pos3 {
        left: 68%;
        top: 85%;
    }
    .j2 .fz-ring-text .item.pos4 {
        right: 61%;
        top: 82.5%;
        flex-direction: row-reverse;
    }
    .j2 .fz-ring-text .item.pos4 i{
        margin-right: -36px;
    }
    .j2 .fz-ring-text .item.pos5 {
        right: 80%;
        top: 30.5%;
        flex-direction: row-reverse;
    }
}
@media screen and (min-width: 501px) and (max-width: 1199.99px) {
   .point{
        width: 10px;
        height: 10px;
        border-radius: 100%;
        background: #fff;
    }
    .j1 .fz-ring-text .item.pos1 {
        left: calc(50% - 15px);
        top: -45px;
        flex-direction: column-reverse;
    }
    .j1 .fz-ring-text .item.pos2 {
        left: 84%;
        top: 15%;
    }
    .j1 .fz-ring-text .item.pos3 {
        left: 87%;
        top: 63%;
    }
    .j1 .fz-ring-text .item.pos4 {
        left: 68%;
        top: 85%;
    }
    .j1 .fz-ring-text .item.pos5 {
        right: 61%;
        top: 82.5%;
        flex-direction: row-reverse;
        margin-left: 20px;
        margin-right: 0;
    }
    .j1 .fz-ring-text .item.pos6 {
        right: 78.5%;
        top: 60%;
        flex-direction: row-reverse;
        margin-left: 20px;
        margin-right: 0;
    }
    .j1 .fz-ring-text .item.pos7 {
        right: 72.3%;
        top: 13%;
        flex-direction: row-reverse;
        margin-left: 20px;
        margin-right: 0;
    }
    .j2 .fz-ring-text .item.pos1 {
        left: calc(50% - 15px);
        top: -45px;
        flex-direction: column-reverse;
    }
    .j2 .fz-ring-text .item.pos2 {
        left: 89% !important;
        top: 24% !important;
    }
    .j2 .fz-ring-text .item.pos3 {
        left: 68%;
        top: 85%;
    }
    .j2 .fz-ring-text .item.pos4 {
        right: 61%;
        top: 82.5%;
        flex-direction: row-reverse;
    }
    .j2 .fz-ring-text .item.pos5 {
        right: 80%;
        top: 30.5%;
        flex-direction: row-reverse;
    }
}
@media screen and (min-width: 1199.99px) {
   .point{
        width: 10px;
        height: 10px;
        border-radius: 100%;
        background: #fff;
       
    }
    .j1 .fz-ring-text .item.pos1 {
        left: calc(50% - 15px);
        top: -45px;
        flex-direction: column-reverse;
    }
    .j1 .fz-ring-text .item.pos2 {
        left: 87%;
        top: 17%;
    }
    .j1 .fz-ring-text .item.pos3 {
        left: 94%;
        top: 65%;
    }
    .j1 .fz-ring-text .item.pos4 {
        left: 72%;
        top: 91%;
    }
    .j1 .fz-ring-text .item.pos5 {
        right: 74%;
        top: 87.5%;
        flex-direction: row-reverse;
        margin-left: 20px;
        margin-right: 0;
    }
    .j1 .fz-ring-text .item.pos6 {
        right: 91.5%;
        top: 63%;
        flex-direction: row-reverse;
        margin-left: 20px;
        margin-right: 0;
    }
    .j1 .fz-ring-text .item.pos7 {
        right: 85.7%;
        top: 20%;
        flex-direction: row-reverse;
        margin-left: 20px;
        margin-right: 0;
    }
    .j2 .fz-ring-text .item.pos1 {
        left: calc(50% - 15px);
        top: -45px;
        flex-direction: column-reverse;
    }
    .j2 .fz-ring-text .item.pos2 {
        left: 95.5% !important;
        top: 34% !important;
    }
    .j2 .fz-ring-text .item.pos2 i {
        position: relative;
        bottom: 30px;
    }
    .j2 .fz-ring-text .item.pos3 {
        left: 78%;
        top: 87%;
    }
    .j2 .fz-ring-text .item.pos4 {
        right: 73%;
        top: 88%;
        flex-direction: row-reverse;
    }
    .j2 .fz-ring-text .item.pos5 {
        right: 91.7%;
        top: 32.5%;
        flex-direction: row-reverse;
    }
}
.fz-ring-text .item div {
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: none;
    font-size: 0;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.fz-ring-text .item i {
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    margin-right: 24px;
}
.fz-ring-text .item.active span::after {
    display: none;
}
.footer-con .linkItem span:first-child>span{
    display: none;
    margin-left: 10px;
}
.fz-ring-text .item.active span {
    font-size: 12px;
    background: #014099;
    line-height: 30px;
}
.fz-ring-text .item.pos8 {
    left: 96%;
    top: 31%;
}

.fz-ring-text .item.pos9 {
    left: 80%;
    top: 90%;
}

.fz-ring-text .item.pos10 {
    right: 74%;
    top: 90%;
    flex-direction: row-reverse;
    margin-left: 20px;
    margin-right: 0;
}

.fz-ring-text .item.pos11 {
    right: 90%;
    top: 31%;
    flex-direction: row-reverse;
    margin-left: 20px;
    margin-right: 0;
}



.join-fz {
    position: relative;
    overflow: hidden;
    padding: 10% 0;
    background: url(../images/zzz.jpg) no-repeat;
    background-size: cover;
    background-position: center bottom;
}

.join-fz-btn {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;

}

.join-fz-btn .item {
    width: 160px;
    height: 160px;
    color: #014099;
    text-align: center;
    box-shadow: 0 10px 20px rgba(1, 64, 153, 0.3);
    background: #fff;
    border-radius: 20px;
    cursor: pointer;
    transition: all .8s;
}
.join-fz-btn .item:hover{
	color: #fff;
	background: #014099;
	
}
.join-fz-btn .item .img {
    width: 54px;
    height: 54px;
    margin: 0 auto;
    background: url(../images/managera.png) no-repeat;
    background-position: center center;
    transition: all .8s;

}
.join-fz-btn .item:hover .img{
	background: url(../images/manager.png) no-repeat;
	background-position: center center;
}
.join-fz-btn .item:nth-child(2) .img {
    background-image: url(../images/techniciana.png);
    transition: all .8s;
}
.join-fz-btn .item:nth-child(2):hover  .img{
    background: url(../images/technician.png) no-repeat;
    background-position: center center;
}
.join-fz-btn .item p {
    margin-top: 10px;
}

.join-fz-btn .item.active {
    background: #014099;
    color: #fff;
    position: relative;
}

.join-fz-btn .item.active::after {
    /*content: '';*/
    position: absolute;
    width: 0;
    height: 0;
    bottom: 43%;
    /*right: -20px;*/
    margin: 0 auto;
    border-width: 10px 11px;
    border-style: solid;
    border-color: transparent transparent transparent #00409F;
}

.join-fz-btn .item.active .img {
    background-image: url(../images/manager.png);
    background-size: contain;
}

.join-fz-btn .item:nth-child(2).active .img {
    background-image: url(../images/technician.png);
    background-size: contain;
}

/*.join-fz-btn .item:nth-child(2).active::after {*/
/*    !*right: auto;*!*/
/*    !*left: -20px;*!*/
/*    border-color: transparent #00409F transparent transparent;*/
/*}*/

.rencai,
.rencai-detail {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.rencai .right {
    /*width: calc(50% - 10px);*/
    width:100%;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    
}

.rencai .right:hover img {
    transform: scale(1.2);
}

.rencai img {
    width: 100%;
    transition: all 2s;
}

.rencai .text {
    position: absolute;
    bottom: 9px;
    left: 0;
    right: 0;
    padding: 5%;
    text-align: center;
    color: #fff;
}

.rencai .text h3 {
    font-size: 30px;
}

.rencai .text p {
    font-size: 18px;
    line-height: 30px;
    margin-top: 20px;
    opacity: 0.7;
}

.rencai-detail-item {
    display: flex;
    height: 180px;
    /*width: calc(50% - 10px);*/
    width: 100%;
}

.rencai-detail-item .item {
    height: 100%;
    flex-grow: 1;
    border-radius: 10px;
    background: #EFF6FB;
    text-align: center;
    margin-right: 10px;
}

.rencai-detail-item .item:last-child {
    margin-right: 0;
}

.rencai-detail-item h3 {
    font-size: 18px;
    font-family: 'light';
    color: #014099;

}

.rencai-detail-item p {
    font-size: 20px;
    margin-top: 10px;

}

.rencai-detail-item.right .item {
    background: #F5F9ED;
}

.rencai-detail-item.right .item h3 {
    color: #65A500;
}

.join-zl-tit.bottom {
    margin-top: 5%;
}

.join-dc-top {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.join-dc-top .icon {
    max-width: 50%;
}

.join-dc-top h3 {
    color: #014099;
}

.join-dc-top p {
    margin-top: 5%;
    font-size: 20px;
    font-family: 'light';
}

.join-dc-top p span {
    font-size: 30px;
    color: #65A500;
}

.join-dc-tit {
    display: block;
    max-width: 25%;
    margin: 10% auto 0;
}

.join-dc-bottom {
    position: relative;
    margin-top: 10%;
}

.join-dc-bottom img:first-child {
    display: block;
    width: 100%;
    height: 1000px;
}

.join-dc-bottom .join-dc-bottom-tit {
    position: absolute;
    top: -50px;
    max-width: 25%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.aboutSocialImg{
	position:relative;
}
.aboutSocialImg .soimgv img {
    position: absolute;
    border-radius: 12px;
    cursor: pointer;
}
.aboutSocialImg .soimgv img:hover {
    opacity: .8;
}
.aboutSocialImg .soimgv img:nth-child(1) {
    top: 13%;
    left:20%;
	width: 17%;
    animation: upAni 2.5s linear infinite!important;
}
.aboutSocialImg .soimgv img:nth-child(2) {
    top: 10%;
    right:18%;
	width: 15%;
    animation: upAni 2s linear infinite!important;
}
.aboutSocialImg .soimgv img:nth-child(3) {
    top: 17%;
    right:0%;
	width: 14%;
    animation: upAni 2.5s .5s linear infinite!important;
}
.aboutSocialImg .soimgv img:nth-child(4) {
    top: 21%;
    right:30%;
	width: 35.8%;
    animation: upAni 2s 1s linear infinite!important;
}
.aboutSocialImg .soimgv img:nth-child(5) {
    bottom: 30%;
    left:0%;
	width: 30%;
    animation: upAni 3s .5s linear infinite!important;
}
.aboutSocialImg .soimgv img:nth-child(6) {
    bottom: 32%;
    right:0%;
	width: 25%;
    animation: upAni 2.8s linear infinite!important;
}
.aboutSocialImg .soimgv img:nth-child(7) {
    bottom: 26%;
    left:23%;
	width: 13%;
    animation: upAni 2.8s 5s linear infinite!important;
}
.aboutSocialImg .soimgv img:nth-child(8) {
    bottom: 14%;
    right:22.5%;
	width: 18%;
    animation: upAni 3s linear infinite!important;
}
.join-dc-bottom .bg img {
    position: absolute;
    border-radius: 12px;
    cursor: pointer;
}

.join-dc-bottom .bg img:hover {
    opacity: .8;
}

.join-dc-bottom .bg img:nth-child(1) {
    width: 15%;
    height: 15%;
    top: 0;
    right: 0;
    /*transform: scale(0.5);*/
    animation: upAni 2.5s linear infinite!important;
}

.join-dc-bottom .bg img:nth-child(2) {
    top: 12%;
    width: 16%;
    right: 19%;
        /*transform: scale(0.4);*/
  animation: upAni 3s linear infinite!important;
}

.join-dc-bottom .bg img:nth-child(3) {
    top: 13%;
    width: 20%;
    left: 26%;
   animation: upAni 2s linear infinite!important;
}

.join-dc-bottom .bg img:nth-child(4) {
    top: 28%;
    width: 28%;
    left: 40%;
    z-index: 2;
    animation: upAni 3s linear infinite!important;
}

.join-dc-bottom .bg img:nth-child(5) {
    top: 45%;
    width: 27%;
    left: -5%;
   /*transform: scale(0.9);*/
    animation: upAni 2s 1s linear infinite!important;
}

.join-dc-bottom .bg img:nth-child(6) {
    top: 49%;
    width: 21%;
	right: 1%;
    /*transform: scale(0.35);*/
    animation: upAni 2.5s .5s linear infinite!important;
}

.join-dc-bottom .bg img:nth-child(7) {
    top: 70%;
    width: 16%;
    left: 19%;
    z-index: 2;
       /*transform: scale(0.7);*/
    animation: upAni 3s .5s linear infinite!important;
}

.join-dc-bottom .bg img:nth-child(8) {
    top: 69%;
    width: 18%;
    right: 13%;
    z-index: 2;
      /*transform: scale(0.35);*/
    animation: upAni 2.8s .5s linear infinite!important;
}

.join-dc-banner1 {
    position: relative;
}

.dcBanner1,
.dcBanner2 {
    height: 500px;
    margin-top: 5%;
    position: relative;
}

.dcBanner1 .swiper-slide {
    width: 400px;
    position: relative;
    text-align: center;
    padding-top: 20px;
}

.dcBanner1 .text {
    margin-top: 20px;
    text-align: center;
    opacity: 0;
    transition: all .3s;
}

.swiper-slide-active .text {
    opacity: 1 !important;
}

.dcBanner1 .swiper-slide img {
    width: 80%;
    transition: all 1s;
    cursor: pointer;
}

.dcBanner1 .swiper-slide:hover img {
    transform: scale(1.05);
    opacity: 0.8;
}

.dcBanner1 h3 {
    font-size: 30px;
    color: #014099;
}

.dcBanner1 p {
    font-size: 18px;
    line-height: 28px;
    margin-top: 15px;
}

.join-dc-control {
    position: absolute;
    bottom: 40px;
    width: 600px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    z-index: 1;
    justify-content: space-between;
}

.join-dc-control img {
    cursor: pointer;
}

.join-dc-control img:hover {
    opacity: 0.8;
}

.dcBanner2 .swiper-slide {
    height: 278px;
    position: relative;
    text-align: center;
    margin-top: 100px;
    border-radius: 10px;
    /*overflow: hidden;*/
}

.dcBanner2 .swiper-slide:hover img {
    transform: scale(1.2);
}

.diaomao2{
    position: absolute;
    width: 42%;
    z-index: 0;
    /*margin-left: 0px;*/
    /*margin-left:88px;*/
    left: 40%;
    top:160px;

}

.dcBanner2 .swiper-slide img {
    width: 100%;
    
    transition: all 2s;
    border-radius: 10px;
}
.dcBanner2 .swiper-slide img:hover {
    transform: scale(1.5);
   
}
.dcBanner2 .swiper-slide-active {
    transform: scale(1.5);
    z-index: 2;
}

.dcBanner2 .swiper-slide-active .text {
    opacity: 1;
}

.dcBanner2 .text {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    /*padding: 20px 0;*/
    /*text-align: center;*/
    transition: all .3s;
    /*background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);*/
}

.dcBanner2 .text h3 {
    color: #fff;
    font-size: 20px;
}

.dcBanner2 .text p {
    color: #fff;
    font-size: 12px;
    margin-top: 10px;
}

.join-dc-control.control2 {
    width: 200px;
    position: static;
}

.about-tit {
    color: #014099;
    display: inline-block;
    white-space: nowrap;
}

.about-tit div:nth-child(2) {
    margin-left: 30%;
    font-weight: bold;
}

.aboutUs-top {
    position: relative;
    /*overflow: hidden;*/
    /*height: 1500px;*/
}

.aboutUs-top>.bg {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;

}

.aboutUs-top>.line {
    position: absolute;
    width: 100%;
    bottom: 0;
    top: 19%;
    object-fit: cover;
    animation: lineMove 5s linear infinite;
}

@keyframes lineMove {
    25% {
        transform: scaleY(1.2);
    }

    50% {
        transform: scaleY(1);
    }

    75% {
        transform: scaleY(1.2);
    }

    100% {
        transform: scaleY(1);
    }
}

.aboutUs-top .ui-tit1 {
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
}

.ui-tit1 img {
    margin-top: 20px;
    width: 63%;
}

.ui-tit1 h4 {
    /*font-size: 43px;*/
    margin-top: 20px;
    color: #02367C;
    text-transform: uppercase;
    font-weight: bold;
}

 

.ui-tit1 h3 {
    margin-top: 15px;
    color: #014099;
    font-weight: 500;
    /*font-size: 39px;*/
}
.ssgv{
    height: 140%;
}
.ui-num {
    font-size: 30px;
    font-family: 'light';
    color: #65A500;
    font-weight: bold;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.aboutUs-top .text {
     position: relative;
    margin-top: -36%;
    right: -55%;
    width: 40%;
    font-size: 18px;
    z-index: 2;
}

.aboutUs-top .text .con {
    display: none;
}

.aboutUs-top>img {
    width: 100%;
    /*height: 100%;*/
     clip-path: inset(0.5% 0 0 0);
     position: relative;
     z-index: -1;
}


.aboutUs-top .text h3 {
    color: #014099;
    font-weight: bold;
}

.aboutUs-top .text p {
    margin-top: 20px;
    font-size: 16px;
    height: 410px;
    overflow: hidden;
    line-height: 25px;
    transition: all .5s;
    padding: 10px 0;
}

.aboutUs-top .text .more {
    font-size: 16px;
    color: #014099;
    opacity: 0.4;
    margin-top: 20px;
    cursor: pointer;
    padding-bottom: 20px;
}

.play-btn {
    position: absolute;
    top: 80%;
    left: 10%;
    display: flex;
    align-items: center;
    cursor: pointer;
    z-index: 1;
}

.play-btn img {
    vertical-align: middle;
}

.play-btn:hover {
    opacity: 0.7;
}

.play-btn h3 {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 20px;
    line-height: 1.8;
    color: #00409F;
}

.aboutUs-center {
    position: relative;
}

.aboutUs-center h3 {
    color: #fff;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 0;
    right: 0;
}

.aboutUs-center-b {
    display: block;
    margin: 0 auto;
    width: 80%;
    border-radius: 10px;
}

.aboutUs-center-bz {
    display: flex;
    color: #fff;
    height: 280px;
    background: url(../images/gy44.jpg) no-repeat;
    background-size: cover;
    text-align: center;
    border-radius: 12px;
    background-position: center center;
    align-items: center;
    transform: translateY(-50%);
}

.aboutUs-center-bz .item {
    width: 25%;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.aboutUs-center-bz .item:last-child {
    border-right: 0;
}

.aboutUs-center-bz i {
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    font-family: 'light';
}

.aboutUs-center-bz p {
    margin-top: 20px;
}
.handle-unit{
    font-size: 24px;
}
.aboutUs-zz {
   /* margin-top: 10%; */
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.aboutUs-zz-tab {
    white-space: nowrap;
}

.aboutUs-zz-tab .item {
    display: inline-block;
    width: 200px;
    line-height: 80px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    border-radius: 80px;
    color: #014099;
    border: 1px solid #014099;
    margin-left: 10px;
}
.aboutUs-zz-tab .item:hover{
	color: #fff;
	background: #014099;
}
.aboutUs-zz-tab .item.active {
    background: #014099;
    color: #fff;
}

.aboutUs-zz-panel {
    padding-bottom: 10%;
    background: url(../images/line11.jpg) no-repeat;
    background-size: contain;
    background-position: center bottom;
}

.aboutUs-banner {
    position: relative;
    width: 70%;
    margin: 0 auto;
    height: 500px;
    display: none;
}

.aboutUs-banner.active {
    display: block;
}

.aboutUsBanner .swiper-slide {
    text-align: center;
    margin-top: 100px;
    height: 60%;
    transform: scale(0.6);
    opacity: 0.6;
}

.aboutUsBanner .swiper-slide-active {
    z-index: 2;
    transform: scale(1);
    opacity: 1;
}

.aboutUsBanner p {
    margin-top: 20px;
    font-size: 18px;
}

.aboutUsBanner img {
    display: block;
    margin: 0 auto;
    width: 100%;
    transition: all .5s;
}

.aboutUsBanner .swiper-slide:hover img {
    transform: scale(1.1);
}
/*.swiper-slide-next{*/
/*    margin-top: 121px!important;*/
/*}*/
.swiper-slide-prev .xuhao{
    display: none;
}
.swiper-slide-next .xuhao{
    display: none;
}
.swiper-slide-active .xuhao{
    display: block;
}
.aboutUsBanner .swiper-slide:hover p {
    color: #014099;
}

.aboutUs-zz-control {
    position: absolute;
    top: 50%;
    width: 120%;
    left: -10%;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.aboutUs-zz-control img:hover {
    opacity: 0.7;
}
@keyframes controlDc2{
    0%{
       translate3d(-100%,0,0);
    }
    100%{
       translate3d(-200%,0,0);
    }
}
/*.aboutUs-zz-control .j-dc2-next{*/
/*	animation-name: controlDc2;*/
/*	animation-duration: 0.5s; */
/*}*/

.aboutUs-zz-page {
    font-size: 18px;
    color: #0B5BCC;
    text-align: center;
    font-family: 'light';
    font-weight: bold;
}

.aboutUs-zz-page span {
    opacity: 0.6;
}

.ui-tit1.tit3 {
    text-align: center;
}

.aboutUs-cx {
    position: relative;
}

.aboutUs-cx img {
    width: 100%;
}

.aboutUs-cx-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.aboutUs-cx-box .left {
    color: #014099;
    height: 100%;
    display: flex;
    width: 50%;
    flex-direction: column;
    justify-content: center;
}

.aboutUs-cx-box .left h3 {
    font-family: 'light';
    display: inline-block;
    font-weight: bold;
    vertical-align: middle;
}

.aboutUs-cx-box .left p {
    display: inline-block;
    vertical-align: middle;
}

.aboutUs-cx-box .left span {
    opacity: 0.5;
    display: block;
    margin-bottom: 10px;
}

.aboutUs-cx-box .left .item {

    height: 17%;
}

.aboutUs-cx-box .left .item:nth-child(1) {
    margin-left: 31%;
}

.aboutUs-cx-box .left .item:nth-child(2) {
    margin-left: 20%;
}

.aboutUs-cx-box .left .item:nth-child(3) {
    margin-left: 17%;
}

.aboutUs-cx-box .left .item:nth-child(4) {
    margin-left: 26%;
}

.aboutUs-cx-box .right {
    width: 28%;
}

.aboutUs-cx-box .right h3 {
    color: #014099;
}

.aboutUs-cx-box .right p {
    margin: 7% 13% 0 0;
    line-height: 1.8;
}

.ui-tit1.tit4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ui-tit1.tit4 h3 {
    text-align: right;
}

.aboutUs-qy {
    font-size: 0;
}

.aboutUs-qy img {
    width: 50%;
}

.aboutUs-wh-b {
    padding-top: 15%;
    margin-top: -5%;
    background: url(../images/line12.jpg) no-repeat;
    background-size: contain;
    background-position: center top;
}

.aboutUs-wh-bx {
    padding-bottom: 15%;
    margin-top: 5%;
    background: url(../images/line13.jpg) no-repeat;
    background-size: contain;
    background-position: center bottom;
}

.aboutUs-wh {
    position: relative;
    margin-top: 20px;
}

.aboutUs-wh>img {
    width: 100%;
}

.aboutUs-wh-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 0;
    color: #fff;
}

.aboutUs-wh-box .item {
    width: 50%;
    display: inline-flex;
    height: 50%;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    line-height: 1.8;
    vertical-align: middle;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.aboutUs-wh-box::before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #fff;
    top: 50%;
    left: 50%;
    margin-top: -4px;
    margin-left: -4px;
}

.aboutUs-wh-box h4 {
    opacity: 0.6;
    margin-bottom: 5%;
}

.aboutUs-wh-box p {
    opacity: 0.4;
    font-family: 'light';
    margin: 20px auto 0;
    width: 80%;
}

.aboutUs-wh-box .item:nth-child(2n) {
    border-right: 0;
}

.aboutUs-wh-box .item:nth-child(3),
.aboutUs-wh-box .item:nth-child(4) {
    border-bottom: 0;
}

.history-list {
    /*padding-bottom: 15%;*/
    background: url(../images/bbb.jpg) no-repeat;
    /*background-size: cover;*/
    background-position: bottom center;
}

.history-list .g-inner {
    position: relative;
    height: 900px;
}

.history-year {
    width: 10%;
    position: absolute;
    z-index: 1;
    /*height: 100%;*/
    margin-top: 50px;
    text-align: center;
    display: flex;
    overflow-x: auto;
    height: 500px;
    flex-direction: column;
    /*justify-content: center;*/
}
/* 隐藏滚动条 */  

  
/* 创建一个与滚动条相同宽度的伪元素，并设置其透明度为100% */  
.history-year::scrollbar-width{  
  width: 0;  
  display: none; 
}  
  
.history-year::-webkit-scrollbar {  
  display: none; 
  width: 0;
  height: 0;
  color: transparent;
}
.history-year .item {
    font-size: 12px;
    font-family: 'light';
    color: #014099;
    opacity: 0.5;
    padding: 10px 0;
    cursor: pointer;
}

.history-year .item.active,
.history-year .item:hover {
    position: relative;
    opacity: 1;
    font-weight: bold;
}

.history-year .active.item::before {
    position: absolute;
    content: '';
    width: 40px;
    left: 10px;
    top: 50%;
    height: 2px;
    margin-top: -1px;
    background: #014099;
}


.history-box {
    /*position: relative;*/
    /*width: 100%;*/
    /*padding-top: 100px;*/
    /*margin-top: 200px;*/
}

.history-con:before {
    content: '';
    position: absolute;
    left: 50%;
    height: 60%;
    width: 1px;
    top: 200;
    background: #65A500;
}

.history-con {
    /*display: none;*/
}

.history-con .active {
	background: url(../images/line11.jpg);
    display: block;
    display: flex;
}

/*.history-con::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 23%;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    right: 0;*/
    /*background: url(../images/ag.png) no-repeat;*/
/*    background-position: center center;*/
/*    background-size: 40%;*/
/*}*/

.history-con .item {
    position: relative;
    height: 200px;
    width: 40%;
    left: 10%;
    padding-right: 100px;
    z-index: 1;
}

.history-con .item2 {
    position: relative;
    height: 200px;
    width: 40%;
    left: 60%;
    padding-right: 100px;
    z-index: 1;
}

.history-con .item:nth-child(2n) {
    left: 70%;
    width: 30%;
    height: 500px;
    padding-right: 0;
}

.history-con .item:nth-child(2n) h3 {
    font-size: 60px;
}

.history-con .item:nth-child(2n) .line {
    display: none;
}

.history-con .item.active {
    opacity: 1;
}

.history-con .line {
    position: absolute;
    width: calc(100% - 120px);
    height: 1px;
    background: #65A500;
    top: 22px;
    right: 50%;
    left: 16%;
}

.history-con .line::before,
.history-con .line::after {
    width: 5px;
    height: 5px;
    content: '';
    position: absolute;
    border-radius: 100%;
    background: #65A500;
    top: -2px;
}

.history-con .line::after {
    right: -3px;
}

.history-con .item h3 {
    color: #014099;
    font-family: 'light';
    font-weight: bold;
}

.history-con .item p {
    line-height: 2;
    margin-top: 30px;
}


.mt-5 {
    margin-top: 5%;
}

.mt-10 {
    margin-top: 10%;
}

.mb-5 {
    margin-bottom: 5%;
}

.after-top {
    /*padding-top: 10%;*/
    background: url(../images/opt4.jpg) no-repeat;
    background-size: contain;
    background-position: 40% 40%;
}

.after-top .g-inner:first-child {
    display: flex;
    justify-content: space-between;
}

.after-top .right {
    width: 50%;
}

.after-top .right p {
    line-height: 1.6;

}

.after-top .right h3 {
    color: #014099;
    font-weight: 500;
    font-size: 40px;
}


.after-nav {}

.afterNav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.afterNav span {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #014099;
}

.afterNav .item>div {
    position: relative;
    width: 200px;
    text-align: center;
    cursor: pointer;
    line-height: 78px;
    /*color: #014099;*/
    font-size: 18px;
    border-radius: 40px;
    border: 1px solid #0B5BCC;
}

.afterNav .item.active>div {
    background: #014099;
    color: #fff;
}

.afterNav .item.active>div:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-width: 10px 6px;
    border-style: solid;
    border-color: #00409F transparent transparent transparent;
}

.afterBannerBox {

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.afterBannerBox>img {
    cursor: pointer;
}

.afterBanner {
    width: 59%;
}

.afterBanner img {
    width: 100%!important;
  height: 100%!important;  
}

.after-center {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.after-center .ui-tit1 {
    width: 25%;
}

.after-center .text {
    width: 30%;
    line-height: 1.5;
}

.after-center .img {
    max-width: 40%;
    padding-left: 5%;
}

.after-center img {
    width: 100%;
}

.after-center-img {
    margin-top: 3%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.after-center-img .serverIconView {
    flex-grow: 1;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    display:flex;
    justify-content: space-between;
        flex-direction: column;
}

.after-center-img div:last-child {
    border: 0;
}

.after-center-img img {
    display: block;
    max-width: 80%;
    margin: 0 auto;
}

.after-linian img {
    display: block;
    width: 100%;
}

.after-linian {
    position: relative;
}

.after-linian .text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 80%;
    color: #fff;
    text-align: center;
}

.after-linian p {
    margin-top: 20px;
    font-family: 'light';
}

.after-bottom-img {
    font-size: 0;
    margin-top: 20px;
}

.after-bottom-img img {
    width: 33.3%;
    vertical-align: middle;
}
.after-fuwu-father{
    background: url(../images/line11.jpg) no-repeat;
	background-size: contain;
	background-position: center bottom;   
}
.after-fuwu {
    position: relative;
	padding-bottom: 10%;
	   

}

.after-fuwu img {
    width: 100%;
}

.after-fuwu-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 0;
    color: #fff;
}

.after-fuwu-box .item {
    width: 33.3%;
    display: inline-flex;
    height: 43%;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    line-height: 1.8;
    vertical-align: middle;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.after-fuwu-box::before,
.after-fuwu-box::after {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #fff;
    top: 43%;
    margin-top: -4px;
    margin-left: -4px;
}

.after-fuwu-box::before {
    left: 33.3%;
}

.after-fuwu-box::after {
    left: 66.7%;
}

.after-fuwu-box p {
    opacity: 0.4;
    font-family: 'light';
    margin: 20px auto 0;
    width: 80%;
}

.after-fuwu-box .item:nth-child(3n) {
    border-right: 0;
}

.after-fuwu-box .item:nth-child(4),
.after-fuwu-box .item:nth-child(5),
.after-fuwu-box .item:nth-child(6) {
    border-bottom: 0;
}

/*.after-bottom {*/
/*    position: relative;*/
/*    height: 994px;*/
/*    background: #014099 url(../images/afterb.jpg) no-repeat;*/
/*    background-size: auto 100%;*/
/*    background-position: center;*/
/*}*/


.after-bottom .right {
    width: 20%;
}
.after-bottom .left {
    width: 20%;
}
.after-bottom .right h3 {
    border-bottom: 1px solid #fff;
    line-height: 2;
}

.after-bottom .right p {
    line-height: 1.5;
}

.after-bottom-map {
    position: absolute;
    width: 500px;
    top: 150px;
    left: 0;
    right: 0;
    height: 620px;
    margin: 0 auto;
    z-index: 1;
}

.after-bottom-map img {
   position: absolute;
    top: -24%;
    right: -28%;
}

.after-bottom-map div {
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    /*width: 100px;*/
    /*height: 100px;*/
    border-radius: 100%;
    cursor: pointer;
    opacity: 0;
    transition: all .5s;
}

.after-bottom-map div.active {
    opacity: 1;
}



.project-advantage-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.project-advantage-top img {
    width: 50%;
    border-radius: 10px;
}

.project-advantage-top .text {
    width: 40%;
    line-height: 1.5;
    color: #fff;
}

.project-advantage-bottom {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 3% 2%;
    color: #fff;
}

.project-advantage-back {
    width: 200px;
    line-height: 78px;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    font-size: 18px;
    border-radius: 40px;
    text-align: center;
    margin: 5% auto 0;
    cursor: pointer;
}

.project-advantage-back img,
.project-advantage-back span {
    display: inline-block;
    vertical-align: middle;
}

.project-advantage {
    background: url(../images/alxq.jpg);
    background-size: cover;
    padding-bottom: 5%;
}

.project-advantage-bottom {

    display: flex;
    align-items: center;
}

.project-advantage-bottom .left {
    width: 250px;
}

.project-advantage-bottom .left h3 {
    font-family: 'light';
}

.project-advantage-bottom .right {
    flex-grow: 1;
    line-height: 1.8;
    opacity: 0.5;
}

.project-advantage-bottom .right p::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    margin-right: 20px;
    background: #fff;
    vertical-align: middle;
}

.pt-10 {
    padding-top: 10%;
}

.product-common-tit {
    text-align: center;
}
.alignment{
    justify-content: space-between;
    display: flex;
    text-align: left!important;
    width: 80%;
    padding:5% 0;
    margin: 0 auto;
}   
.rigs{
    text-align: right!important;
}
.product-common-tit .text {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-common-tit .text h4{
    font-size: 60px;
    
    color: #02367C;
    text-transform: uppercase;
    font-weight: bold;
}
.product-common-tit .text img,
.product-common-tit .text p,
.product-common-tit .text span{
    font-size: 60px;
   
    color: #02367C;
    text-transform: uppercase;
    font-weight: 500;
}

.product-common-list {
    font-size: 0;
    padding: 5% 0;
}

.product-common-list .item {
    width: calc(33% - 30px);
    display: inline-block;
    line-height: 1.5;
    margin: 0 15px 30px;
    background: #fff;
    border-radius: 10px;
    height: 530px;
    padding: 4%;
    vertical-align: middle;
    box-shadow: 0 0 20px rgba(1, 64, 153, 0.1);
}

.product-common-list .item:hover {
    background: url(../images/cpbg.jpg);
    background-size: 100% 100%;
}

.product-common-list img {
    height: 280px;
    object-fit: contain;
    width: 100%;
    transition: height .5s;
}

.product-common-list .item:hover img {
    height: 0;
}

.product-common-list .item:hover .product-common-text {
    height: 350px;
    margin-top: 0;
}

.product-common-list .item:hover p {
    height: auto;
}

.product-common-text {
    margin-top: 10%;
    line-height: 30px;
    height: 105px;
    transition: height .5s;
}

.product-common-text h3 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
}

.product-common-text p {
    margin-top: 15px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    transition: height .5s;
}


.product-long-list .item {
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    padding: 2% 5%;
    align-items: center;
    cursor: default;
}

.product-long-list .item:last-child {
    border: 0;
}

.product-long-list .item img {
    width: 25%;
    margin-right: 5%;
    height:265px;
    object-fit: contain;
}

.product-long-list h3 {
    color: #014099;
    font-weight: bold;
}

.product-long-list p {
    margin-top: 20px;
    opacity: 0.7;
    line-height: 1.8;
}

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

.proDetail2 .item {
    display: block;
    width: 48%;
    height: 400px;
    position: relative;
    cursor: default;
}

.proDetail2 .item>img {
    float: left;
    width: 45%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.proDetail2 .item .text {
    margin-left: 50%;
    padding-left: 20px;
}

.proDetail2 .item h3 {
    font-weight: bold;
}

.proDetail2 .item h4 {
    opacity: 0.7;
    text-transform: uppercase;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin: 5px 0 20px;
}

.proDetail2 .item p {

    opacity: 0.7;
}
.proDetail2 .item p:nth-child(3)::before,.proDetail2 .item p:last-child::before{
    content:unset;
}
.proDetail2 .item p::before{
      content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    border: 3px solid #014099;
    margin-right: 15px;
}

.proDetail2 .item .more {
    color: #014099;
    margin-top: 20px;
}

.proDetail2 .item .more img {
    margin-left: 5px;
}

.proDetail2 .item:hover p {
    color: #014099
}

.proDetail2 .item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 45%;
    border-radius: 10px;
    background: rgba(1, 64, 153, 0.3) url(../images/mask.png) no-repeat;
    background-position: center center;
    opacity: 0;
    transition: all .3s;
}

.proDetail2 .item:hover::after {
    opacity: 1;
}

.proDetail-linyu {
    font-size: 0;
    color: #014099;
}

.proDetail-linyu h3 {
    text-align: center;
    margin: 3% 0;
}

.proDetail-linyu .item {
    display: inline-flex;
    width: calc(50% - 10px);
    margin: 0 10px 10px 0;
    height: 150px;
    background: #EFF3FA;
    padding-left: 5%;
    vertical-align: middle;
    border: 1px solid #D7E1F1;
    cursor: pointer;
}

.proDetail-linyu .item:hover {
    color: rgb(101, 165, 0);
    background: rgba(101, 165, 0, 0.1);
    border-color: rgba(101, 165, 0, 0.3);
}

.proDetail-linyu .item:nth-child(2n+1) {
    margin-right: 0;
}

.proDetail-linyu p {
    opacity: 0.8;
    font-family: 'light';
    margin-top: 10px;
}

.proDetail-anli-tit {
    text-align: center;
    color: #014099;
}

.proDetail-anli {
    font-size: 0;
    margin: 3% auto;
}

.proDetail-anli .item {
    position: relative;
    display: inline-block;
    border-radius: 10px;
    height: 320px;
    overflow: hidden;
    margin-right: 21px;
    margin-bottom: 21px;
    width: calc(33.3% - 14px);
    cursor: pointer;
    transition: all .3s;
}


.proDetail-anli .item:nth-child(3n) {
    margin-right: 0;
}

.proDetail-anli .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: all 2s;
}

.proDetail-anli .item:hover img {
    transform: scale(1.2);
}

.proDetail-anli .item p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    line-height: 2;
}

.jiesao-list {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.jiesao-list.detail {
    flex-direction: row-reverse;
}

.jiesao-list img {
    width: 69%;
	/*height: 7%;*/
}

.jiesao-list .right {
    width: 50%;
}

.jiesao-list .text {
    padding: 15px 20px;
    border: 3px solid rgba(1, 64, 153, 0.2);
    border-radius: 10px;
    transition: all .3s;
}

.jiesao-list:hover .text {
    border-color: transparent;
    padding-left: 8%;
    background: url(../images/cpgs.jpg) no-repeat;
    background-size: 100% 100%;
}

.jiesao-list.detail:hover .text {
    padding-right: 40px;
    background-image: url(../images/cpgs2.png);
    border: none !important;
    background-size: 100% 100%;
}

.jiesao-list .text h3 {
    font-weight: bold;
    text-align: left;
}

.jiesao-list .text h4 {
    /*opacity: .6;*/
    margin-top: 10px;
    text-align: left;
    /*font-size: 26px;*/
}
.jieshao-title{
    font-weight: bold;
    font-size:26px;
}
.jiesao-list .text p {
    opacity: .6;
    margin-top: 7px;
    margin-bottom: 34px;
    line-height: 1.5;
	
	 display: -webkit-box;
	  /*-webkit-line-clamp: 3;*/
	  -webkit-box-orient: vertical;
	  display: -moz-box;
	  /*-moz-line-clamp: 3;*/
	  -moz-box-orient: vertical;
	  overflow:hidden;
}

.showAllP .text p{
	-webkit-line-clamp: 1000;
	 -moz-line-clamp: 1000;
	 transition:all .3s;
}

.xq-more {
    line-height: 56px;
    width: 200px;
    text-align: center;
    border-radius: 56px;
    cursor: pointer;
    margin-top: 30px;
    background: #014099;
    color: #fff;
    font-size: 18px;
}

.xq-more:hover {
   background: #65A500;
}

.jiesao-yuanli {
    padding: 20px 0;
    border: 3px solid rgba(1, 64, 153, 0.2);
    border-radius: 10px;
    text-align: center;
}

.jiesao-yuanli img {
    display: block;
    width: 80%;
    margin: 20px auto;
}

.jiesao-yuanli h3 {
    font-weight: bold;
}

.jiesao-yuanli p {
    font-family: 'light';
    margin-top: 10px;
        padding: 0px 89px;
}

.jiesao-texin {
    display: flex;
    justify-content: space-between;
}

.jiesao-texin .left {
    width: 50%;
}
.aboutUs-top .text.apply{
    top: 49%;
    position: absolute;
    right: 8%;
    margin-top:unset;
}
.jiesao-texin .right {
    width: 45%;
}

.jiesao-texin .right img {
   width: 86%;
    margin-top: 40px;
}

.jiesao-texin .num {
    display: inline-block;
    margin-top: 10px;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.jiesao-texin .num:last-child {
    border: 0;
}

.jiesao-texin .num p {
    margin-top: 10px;
}

.jiesao-texin .num h3 {
    font-weight: bold;
}

.jiesao-texin .text {
    background: #EBF0F8;
    padding: 10px 20px;
    border-radius: 10px;
    margin-top: 30px;
}

.jiesao-texin .text h3 {
    line-height: 2;
    margin-bottom: 15px;
}

.jiesao-texin .text h3::after {
    content: '';
    display: block;
    width: 50px;
    border-radius: 3px;
    height: 3px;
    background: #014099;
}

.jiesao-texin .text p {
    line-height: 1.8;
}

.jiesao-texin .text p::before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    border: 3px solid #014099;
    margin-right: 15px;
}

.jiesao-yinyong {

    display: flex;
    justify-content: space-between;
    align-items: end;
}

.jiesao-yinyong .right {
    text-align: right;
}

.jiesao-yinyong .right h3 {
    color: #65A500;
    font-family: 'light';
    text-transform: uppercase;
}

.jiesao-yinyong .right p {
    color: #014099;
    margin-top: 10px;
}

.product-xq {
    position: relative;
    height: 660px;
    background:url(../images/bgs1.png) no-repeat ;
    background-size: 100% 100%;
    /*width: 90%;*/
    margin: 10% auto;
}

.product-xq img {
    display: block;
    height: 100%;
    margin: 0 auto;
}

.product-xq-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    color: #014099;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.product-xq-box .item {
    width: 50%;
    height: 33%;
    font-size: 0;
    display: flex;
}

.product-xq-box .item:hover {
    color: #65A500;
    cursor: pointer;
}

.product-xq-box .text {
    width: 40%;
    text-align: right;
    padding: 0 3%;
}

.product-xq-box .line {
    height: 100%;
    width: 30%;
    background: url(../images/lins.png) no-repeat;
    background-position: left center;
    background-size: contain;
}

.product-xq-box .item:nth-child(1) .line {
    transform: rotateY(180deg);
}

.product-xq-box .item:nth-child(3) .line {
    width: 25%;
    background-image: url(../images/lins1.png);
    transform: rotateY(180deg);
}

.product-xq-box .item:nth-child(4) .line {
    width: 25%;
    background-image: url(../images/lins1.png);
}

.product-xq-box .item:nth-child(5) .line {
    transform: rotateY(180deg) rotateX(180deg);
}

.product-xq-box .item:nth-child(6) .line {
    transform: rotateX(180deg);
}

.product-xq-box .item:nth-child(2n) {
    flex-direction: row-reverse;
}

.product-xq-box .item:nth-child(2n) .text {
    text-align: left;
}

.product-xq-box p {
    margin-top: 20px;
    font-family: 'light';
    opacity: 0.7;
}

.product-xq-box .item:nth-child(1) p,
.product-xq-box .item:nth-child(2) p {
    height: 100px;
}

.product-xq-box .item:nth-child(5) p,
.product-xq-box .item:nth-child(6) p {
    height: 60px;
}

.product-xq-box .item:nth-child(5) .text,
.product-xq-box .item:nth-child(6) .text {
    justify-content: end;
}

.fa-top-img {
    width: 100%;
    margin-top: 3%;
}

.fa-top-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    line-height: 1.8;
}

.fa-top-text h3 {
    width: 50%;
    padding-left: 5%;
    line-height: 1.8;
    color: #014099;
}

.fa-top-text .text {
    width: 50%;
    opacity: 0.6;
}

.fa-top-text p {
    margin-bottom: 20px;
}

.gongyi {
    font-size: 0;
}

.gongyi .item {
    display: inline-block;
    width: 25%;
    margin-bottom: 5%;
    cursor: pointer;
    vertical-align: middle;
}

.gongyi .item h3 {
    position: relative;
    color: #65A500;
    padding-bottom: 10px;
    font-family: 'light';
    border-bottom: 1px solid rgba(1, 64, 153, 0.2);
}

.gongyi .item h3::after {
    position: absolute;
    content: '';
    bottom: -1px;
    height: 3px;
    width: 50%;
    left: 0;
    background: #014099;
    opacity: 0;
    transition: all .3s;
}

.gongyi .item h3:hover {
    opacity: 1;
}

.gongyi .item h4 {
    font-weight: bold;
    margin-top: 30px;
    transition: all .3s;
    height: 42px;
}

.gongyi .item:hover h4 {
    color: #014099;
}

.gongyi .item p {
    margin-top: 20px;
    height: 60px;
    opacity: 0;
    transition: all .3s;
    color: #014099;
}

.gongyi .item:hover p {
    opacity: 1;
}

.jiejue {
    font-size: 0;
}

.jiejue .item {
    width: 100%;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
    color: #014099;
    padding: 20px;
    background: #F7FAFC;
    border: 3px solid #B4CADE;
}

.jiejue .item:nth-child(2n) {
    margin-right: 0;
}

.jiejue.detail .item {
    width: 100%;
    margin-right: 0;
}

.jiejue .item h3 {
    display: inline-block;
    opacity: 0.5;
    padding-right: 20px;
    line-height: 1;
    border-right: 1px solid #014099;
    vertical-align: middle;
}

.jiejue .item p {
    margin-left: 20px;
    vertical-align: middle;
    display: inline-block;
}

.hezuo {
    font-size: 0;
}

.hezuo .item {
    position: relative;
    width: calc(33.3% - 20px);
    display: inline-block;
    margin-right: 30px;
    color: #fff;
    cursor: pointer;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(1, 64, 153, 0.1);
}

.hezuo .item:nth-child(3n) {
    margin-right: 0;
}

.hezuo .item .text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5%;
}

.hezuo .item img {
    width: 100%;
    transition: all 2s;
}

.hezuo .item:hover img {
    transform: scale(1.2);
}

.hezuo .item h3 {
    font-weight: bold;
}

.hezuo .item p {
    margin-top: 20px;
    opacity: 0.5;
    line-height: 1.5;
}

.advantage-list {
    font-size: 0;
}
.advantage-in{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}
.advantage-list .item {
    position: relative;
    width: calc(25% - 15px);
    display: inline-block;
    margin-right: 20px;
    color: #014099;
    background: #F7FAFC;
    border-radius: 5px;
    padding: 30px 20px;
    height: 300px;
    margin-top: 15px;
}
.fs24:nth-of-type(4) {
  margin-top: 0px;
}
.advantage-list .item:nth-child(4n) {
    margin-right: 0;
    padding-top: 28px;
}

.advantage-list .item img {
    margin-top: 30px;
    margin-left: -20px;
}

.advantage-list .item h3 {
    color: #65A500;
}

.advantage-list .item h4 {
    /*margin-top: 30px;*/
    font-weight: bold;
}

.advantage-list .item p {
    margin-top: 20px;
    opacity: 0.8;
}

.fangan-bottom {
    margin-top: 10%; 
}

.fangan-bottom .item {
    height: 500px;
    position: relative;
    margin-bottom: 100px;
}

.fangan-bottom img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fangan-bottom .text {
    position: absolute;
    left: 50px;
    top:  -8%;
    height: 100%;
    width: 35%;
    display: flex;
    padding: 2% 4%;
    flex-direction: column;
    justify-content: space-between;
    border-top: 3px solid #65A500;
    background: #fff;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 10px 20px rgba(1, 64, 153, 0.1);
}

.fangan-bottom h3 {
    color: #014099;
    font-weight: bold;
}

.fangan-bottom p {
    margin-top: 30px;
    line-height: 1.8;
    opacity: 0.8;
}

.solutionc-tit {
    text-align: center;
    margin-top: 127px;
}

.solutionc-tit p {
    color: #014099;
    margin-top: 20px;
    /*font-weight: bold;*/
}

.solutionc-top {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.solutionc-top .item {
    position: relative;
    cursor: pointer;
    width: 22%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    margin-top: 18px;
    margin-bottom: 68px;
    z-index: 1;
}

.solutionc-top img {
    /*margin: 0 10px;*/
    margin: -46px 5px 0px 10px
}

.solutionc-top h3 {
    transition: all .3s;
    padding: 22px 30px;
    border-radius: 10px 10px 0 0;
    position: relative;
}

.solutionc-top .item:hover {
    border-color: transparent;
    z-index: 999;
}

.solutionc-top .item:hover h3 {
    background: #00409F;
    color: #fff;
    border-radius: 10px 10px 0 0;
    z-index: 1;
}

.solutionc-top .item p {
    position: absolute;
    display: none;
    left: 0px;
    right: 0px;
    padding: 20px 30px;
    /*transition: opacity .6s;*/
    border-radius: 0 0 10px 10px;
    background: #fff;
    /*overflow: hidden;*/
   z-index: 999;
}

.solutionc-top .item:hover p {
    border: 1px solid rgba(0, 0, 0, 0.2);
    display: inline-block;
    z-index: 999;
}

.solutionc-hezuo {
    background: url(../images/xqc7.jpg);
    background-size: cover;
    padding: 5% 0 8%;
}

.solutionc-moshi {
    font-size: 0;
    margin-top: 5%;
}

.solutionc-moshi .item {
    width: calc(33.3% - 14px);
    display: inline-block;
    margin-right: 21px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px 10px 0 0;
    padding: 5% 0;
    text-align: center;
    color: #014099;
    border-bottom: 5px solid #014099;
}

.solutionc-moshi .item:nth-child(3n) {
    margin-right: 0;
}

.solutionc-moshi .item .img {
    display: inline-block;
    width: 120px;
    height: 120px;
    padding: 15px;
    border: 2px dotted #65A500;
    border-radius: 100%;
}

.solutionc-moshi .item .img>div {
    display: inline-flex;
    width: 100%;
    height: 100%;
    border: 2px dotted #014099;
    border-radius: 100%;
}

.solutionc-moshi .item img {
    width: fit-content;
    margin: 0 auto;
}

.solutionc-moshi .item h3 {
    margin-top: 20px;
}

.solutionc-moshi .item p {
    margin: 20px auto;
    /* text-wrap: wrap; */
    /*width: 80%;*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.solutionc-youshi {
    padding: 5% 0 0;
    position: relative;
}

.solutionc-youshi .ui-tit1 {
    position: absolute;
    top: 5%;
    left: 10%;
}

.solutionc-youshi-item {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
}

.solutionc-youshi-item .left {
    width: 50%;
    padding-right: 5%;

}

.solutionc-youshi-item h3 {
    color: #014099;
    font-weight: bold;
    font-size:36px;
}

.solutionc-youshi-item p {
    margin-top: 30px;
    line-height: 1.8;
}

.solutionc-youshi-item .right {
    width: 50%;
}

.solutionc-youshi-item img {
    display: block;
    width: 100%;
}

.solutionc-youshi-item.detail {
    flex-direction: row-reverse;
}

.solutionc-youshi-item.detail .left {
    padding: 0 0 0 5%;
}

.solutionc-youshi-bg {
    position: relative;
    margin-bottom: -2%;
}

.solutionc-youshi-bg>img {
    width: 100%;
}

.youshi-bg-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.youshi-bg-img .item {
    position: absolute;
    border-radius: 100%;
    transform-origin: top left;
    width: 22%;
    background: rgba(1, 87, 153, 0.05);
}

.youshi-bg-img .item img {
    width: 100%;
    opacity: 0;
}

.youshi-bg-img .item h3 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    font-weight: bold;
    align-items: center;
    text-align: center;
    color: #00409F;
    font-size: 40px;
    justify-content: center;
}

.youshi-bg-img div:nth-child(1) {
    right: -5%;
    top: 0;
    transform: scale(0.5);
    animation: upAni1 2.5s linear infinite;
}

.youshi-bg-img div:nth-child(2) {
    right: 18%;
    top: 12%;
    transform: scale(0.4);
    animation: upAni1 2s linear infinite;

}

.youshi-bg-img div:nth-child(3) {
    right: 3%;
    top: 22%;
    transform: scale(0.3);
    animation: upAni1 3s linear infinite;

}

.youshi-bg-img div:nth-child(4) {
    right: 29%;
    top: 38%;
    transform: scale(0.35);
    animation: upAni1 2.5s .5s linear infinite;
}

.youshi-bg-img div:nth-child(5) {
    right: 0%;
    top: 39%;
    transform: scale(0.9);
    animation: upAni1 2s 1s linear infinite;
}

.youshi-bg-img div:nth-child(6) {
    right: 43%;
    top: 44%;
    transform: scale(0.7);
    animation: upAni1 3s .5s linear infinite;
}

.youshi-bg-img div:nth-child(7) {
    right: 32%;
    top: 74%;
    transform: scale(0.4);
    animation: upAni1 2.8s linear infinite;
}

.youshi-bg-img div:nth-child(8) {
    right: 12%;
    top: 74%;
    transform: scale(0.35);
    animation: upAni1 2.8s .5s linear infinite;
}

.youshi-bg-img div:nth-child(9) {
    right: 50%;
    top: 77%;
    transform: scale(0.3);
    animation: upAni1 2.8s .5s linear infinite;
}

.youshi-bg-img div:nth-child(10) {
    right: 20%;
    top: 77%;
    transform: scale(0.35);
    animation: upAni1 2.8s .5s linear infinite;
}

@keyframes upAni1 {
    25% {
        margin-top: 5px;
    }

    50% {
        margin-top: 8px;
    }

    100% {
        margin-top: 0;
    }
}

.solutionc-bottom {
    font-size: 0;
    padding-bottom: 10%;
    display: flex;
    justify-content: center;
}
.solutionc-bottom .item {
    position: relative;
    display: inline-block;
    width: calc(25% - 15px);
    margin-right: 20px;
    cursor: pointer;
    overflow: hidden;
    border-radius: 15px;
}
.solutionc-bottom .item:last-child {
    margin-right: 0;
}

.solutionc-bottom .item:nth-child(2n) {
    top: 50px;
}

.solutionc-bottom .item img {
    width: 100%;
    border-radius: 15px;
    transition: all 2s;
}

.solutionc-bottom .item:hover img {
    transform: scale(1.2);
}

.solutionc-bottom .item .text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 20px;
    color: #fff;
    height: 180px;
    border-radius: 0 0 15px 15px;
    transition: all .5s;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);

}

.solutionc-bottom .item:hover .text {
    height: 100%;
}

.solutionc-bottom .item h3 {
    font-family: 'light';
}

.solutionc-bottom .item p {
    margin-top: 15px;
}

.lingyv-tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lingyv-tit.reverse {
    flex-direction: row-reverse;
}

.lingyv-tit .img {
    width: 50%;
}

.lingyv-tit img {
    width: 100%;
}

.lingyv-tit .ui-tit1 {
    width: 45%;
}


.lingyv-con {
    text-align: center;
    width: 70%;
    margin: 5% auto;
}
.lingyv-con p span{
    font-size:16px;
}

.lingyv-con h3 {
    color: #65A500;
    text-transform: uppercase;
}

.lingyv-con h4 {
    color: #014099;
    font-weight: bold;
    margin-top: 20px;
}

.lingyv-con p {
    line-height: 1.8;
    margin-top: 3%;
}

.lingyv-con h5 {
    margin-top: 3%;
}

.lingyv-con h5 span {
    display: inline-block;
    background: #EBF0F7;
    color: #014099;
    margin: 10px;
    padding: 10px 15px;
    border-radius: 10px;
}

.lingyv-con img {
    max-width: 100%;
    margin: 20px 0;
}

.lingyv-gaisu {
    display: flex;
    justify-content: space-between;
}

.lingyv-gaisu .item {
    width: calc(50% - 10px);
}

.lingyv-gaisu img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.lingyv-gaisu h3 {
    color: #014099;
    font-weight: bold;
    margin: 3% 0 2%;
}

.bg-text {
    color: #014099;
    padding: 10px 0;
    background: linear-gradient(90deg, transparent, #EBF0F7, transparent);
}

.lingyv-gaisu p {
    margin-top: 20px;
    opacity: 0.8;
}

.lingyv-nav {
    width:100%;
    margin: 0 auto;
    margin-top: 3%;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    overflow-x:scroll;
}

.lingyv-nav .itemNav {
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 0;
    box-sizing: border-box;
    transition: all .5s;
    color: #fff;
    border-radius: 60px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    margin-right: 20px;
    cursor: pointer;
   
}

.lingyv-nav .itemNav.active {
    background: #fff;
    color: #02367C;
    padding: 5px 2px;
}

.lingyv-nav .itemNav:last-child {
    margin-right: 0;
}

.equipmentBannerpanel-box .equipmentBannerpanel {
    display: none;
}

.equipmentBannerpanel-box .equipmentBannerpanel.active {
    display: block;
}

.equipment-eg.lingyv {
    height: 1120px;
}

/*E-内页*/
.ui-mark {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    display: none;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
}

.dialog-box {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 500px;
    height: 350px;
    margin: auto;
    background-color: #fff;
    border-radius: 10px;
    font-size: 16px;
}

.dialog-title {
    height: 40px;
    line-height: 40px;
    color: #313334;
    margin-bottom: 30px;
}

.dialog-title span {
    font-size: 20px;
    float: right;
    width: 50px;
    text-align: center;
    cursor: pointer;
}

.dialog-form-item {
    width: 80%;
    margin: 0 auto 20px;
}

.dialog-form-item label {
    float: left;
    width: 70px;
    line-height: 40px;
}

.dialog-form-item.required label::before {
    content: '*';
    color: red;
    margin-right: 5px;
}

.dialog-form-item input {
    line-height: 40px;
    width: calc(100% - 70px);
    padding-left: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1)
}

.dialog-form-btn {
    text-align: center;
}

.dialog-form-btn button {
    width: 130px;
    height: 40px;
    border-radius: 40px;
    background-color: #00409F;
    color: #fff;
    border: 1px solid #00409F;
    cursor: pointer;
}

.dialog-form-btn button:hover {
    opacity: 0.8;
}

.dialog-form-btn button:last-child {
    margin-left: 20px;
    color: #313334;
    background-color: #fff;
    border-color: #313334;
}
.scale{
    overflow: hidden;
    max-width: 100%;
}
.img-block {
    display: block;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}





.product-common-tit .productText{
	color: #02367C;
	text-transform: uppercase;
	font-weight: bold;
	font-size:60px;
}
@keyframes transmove{
    0%{
       transform: translate3d(-100%,0,0);
    }
    100%{
       transform: translate3d(0,0,0);
    }
}

.trans100{
	animation-name: transmove;
	      /* 持续时间 */
	animation-duration: 0.5s; 
}
.soluView{
	display:flex;
	flex-direction: column;
    justify-content: space-between;
}
.soluView img{
	width: 48px;
	margin-bottom:10px;
}
.soluView .soluText{
	font-size:12px;
	color:#202224;
	width: 48px;
	margin-bottom: 14px;
	text-align: center;
}
.blas{
    color: #02367c;
}

.aboutUs-center .commonCoun{
	color:white;
	display:flex;
	flex-direction:column;
	align-items:center;
	position:absolute;
	cursor: pointer;
}
.aboutUs-center .commonimg{
	position:absolute;width:1%;
	cursor: pointer;
}

.meiguo:hover .meiguo img{
	
}
.after-center-img{
	margin-top:20px!important;
}
.after-center-img .serverIconView img{
	width: 15%;
	margin-bottom: 10%;
}
.after-center-img .serverIconView .titleI{
	font-weight:bold;
	margin-bottom:3%
}
/* .faguo{
	background-image: url(../images/groupold2x.png);
	width: 100%;
} */
.afterBannerBox .swiper-slide .titleM{
	color:rgb(25,79,161);
	margin-bottom:50px;
}
.afterBannerBox .swiper-slide .centm{
	
}

@media screen and (min-width: 751px) and (max-width: 1365px) {
    .handle-solution-new-text{
        font-size: 16px !important;
    }
    .handle-footer-youqing{
        display: none;
    }
    .product-box {
        width: 454px !important;
        height: 454px !important;
    }
    .product-box .item h3{
        font-size: 20px !important;
    }
    .handle-unit{
        font-size: 14px !important;
    }
}
/*平板适配*/
@media (max-width: 1366px) and (min-width:1011px) {
    .handle-unit{
        font-size: 14px !important;
    }
    .handle-footer-youqing{
        display: none;
    }
    .solutionc-bottom .item p{
        margin: 0 !important;
        font-size: 13px;
    }
    .handle-solution-new-text{
        font-size: 20px !important;
    }
    .play-btn {
        top: 80%;
        left: 10%;
        display: flex;
        align-items: center;
        
    }
    .equipment-eg.lingyv{
        height: auto;
    }
    .pagination .pagination-item{
         width: 30px;
        height: 30px;
        background: #f0f2f5;
        border: 1px solid #f0f2f5;
        margin: 6px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        border-radius: 6px;
    }
    .toPage{
        font-size: 14px;
    }
    .toPage input{
        width: 45px;
    }
    .toPage .toPage-affirm{
        padding: 6px 6px;
        font-size: 14px;
    }
    .product .bg{
        height: 60%;
    }
    .connect-us .right{
        display: flex;
        flex-direction: column;
    }
    .connect-us .right .item{
        flex: 1;
        display: flex;
        gap: 6px;
    }
     .connect-us .right .item .sub{
        flex: 1;
    }
    .connect-us .right .item p{
        font-size: 16px !important;
        
    }
    .connect-us .right .item h3{
        font-size: 20px !important;
    }
    /*.blas{*/
    /*    font-size: 36px;*/
    /*}*/
    .handle-pb-36{
         font-size: 42px !important;
    }
    .fs-text{
        font-size: 36px;
     }
    .handle-case-title{
        font-size: 32px !important;
    }
    .ehua{
        left: 18px !important;
        bottom: 105px !important;
    }
    #sdiaomao2{
        width: 459px;
        height: 459px;
    }
    .page-tit h3 {
        font-size: 32px;
    }
    .equipment-eg .item h3{
        font-size: 27px;
    }
    .equipment-about .left h4{
        font-size: 36px;
    }
    .equipment-about .left h3{
        font-size: 36px;
    }
    .equipment-about .right h3{
        font-size: 40px;
    }
    .fs60 {
        font-size: 42px;
    }
    .handle-after-h3-new{
        font-size: 42px;
    }
    .header-inner a {
        /*color: #fff;*/
	}
	.header-inner a:hover {
         /*color: #666;*/
    }
    .fist-dot{
        font-size: 42px;
    }
    .contactPhone{
        font-size: 42px;
    }
    .dcBanner2 .swiper-slide {
        height: 208px;
    }
    .dcBanner2{
        height: 430px;
    }
    .product-box-text p {
        font-size: 33px;
        margin-top: 10px;
    }
    .product-box-text h3{
        font-size: 22px;
    }
    .fs36{
        font-size: 24px !important;
    }
     .fs40 {
        font-size: 30px;
    }
    .ui-tit1 h4{
        font-size: 42px;
    }
   
    
    .ww .slideInLeft h4{
        font-size:36px;
    }
   
    .header-inner a {
        font-size: 14px;
        padding: 40px 10px 0;
    }
    .technology-info p {
        font-size: 36px;
    }
    
     .index-title h3 {
        font-size: 36px;
    }
    .infoItem .item:first-child p {
        font-size: 16px;
    }
    .solution-title{
		font-size:20px;
	}
	.aboutUs-center h3 {
        font-size: 42px;
    }
    .country {
        font-size: 16px;
    }
    .fs30 {
        font-size: 20px ;
    }
    .fs14 {
        font-size: 12px;
    }
    .fs18 {
        font-size: 14px;
    }
    .equipment-eg>h3{
        font-size: 28px;
    }
    .join-us-text {
        width: 300px;
        font-size: 20px;
        line-height: 45px
    }
    .join-us .item h3 {
        font-size: 36px;
    }
    .flex-center span{
        font-size: 16px;
        font-weight: bold;
    }
    .join-us .item p {
		font-size: 14px;
	}
	.solution-detail p{
	    font-size: 12px;
	}
}
@media (max-width: 1500px) and (min-width:1367px) {

    .join-zx-item h3 {
        font-size: 40px;
        line-height: 60px;
        font-family: 'light';
        color: #014099;
        margin-top: 5%;
    }
    	
	.equipment-eg .item h3 {
 
    margin-right:0%;
 
}
    .product-xq{
        height: 460px;
    }
    .equipment-eg>h3{
        font-size: 28px;
    }
    .youshi-bg-img .item h3{
       font-size:28px;
    }
    .topBanner video{
        /*height: 100vh;*/
    }
    .dcBanner2 .swiper-slide .inner{
        height: auto!important;
    }
    .product-box-text h5{
        font-size: 12px;
        margin: 0 auto 0 !important;
    }
    .product-box-text h3{
        font-size: 22px;
    }
    .product-box-text p{
        font-size: 33px;
    }
   .ui-tit1 h3{
        font-size: 36px;
        font-weight:normal;
   }
   .aboutUs-center .fs60,
   .connect-us .fs60,
   .social-res .fs60,
   .social-tit .fs60,
   .product-common-tit .fs60,.product-common-tit .fs60 span,
   .product-common-tit h4,
   .equipment-about .left h4,
   .equipment-about .left h3,
   .after-linian h4{font-size:36px  !important}
   
   .ddd{
       font-size: 20px;
   }
   
   .equipment-eg.lingyv {
    height: auto;
    }
   
   .pagination .pagination-item{
    width: 32px;
    height: 32px;
    background: #f0f2f5;
    border: 1px solid  #f0f2f5;
    margin: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    border-radius: 6px;
}
    .toPage .toPage-affirm{
    height: 32px;
    padding: 4px 8px;
    box-sizing: box-sizing;
    background: #004099;
    color: #fff;
    border-radius: 6px;
}



    .infoItem h3 {
        font-size: 12px;
        margin-top: 5px;
    }
    .infoItem p{
        font-size: 12px;
    }
    .index-banner .dian-pup span{
        font-size: 14px;
    }
    .product-tab .item .IconIndex {
        top: -142px;
    }
    .after-top .g-inner:first-child {
        margin-top: 15%;
    }
     .after-center-img .serverIconView .titleI{
        font-size: 17px;
     }
    .lingyv-con p span{
        font-size:14px !important;
    }
    .ui-tit1 h4{
        font-size:36px;

    }
    .ww .slideInLeft h4{
        font-size:36px;
    }
    .history-list .g-inner.cnma{
        height: 1200px!important;
    }
    
    .history-list{
        background-size: 100%;
    }
    .friend-link .item {
        width: 154px;
        height: 27px;
    }
    .header-inner .subMenu .subItem div{
        font-size: 14px !important;
    }
    .friend-link .item .con{
        bottom: 26px;
    }
    .product {
        height: 993px;
    }
    
    #sdiaomao2{
        height: 459px;
        width: 459px;
    }
    .friend-link>div {
        line-height: 21px;
    }
    .scale-left{
        width: 300px;
    }
    .scale-right{
        width: 300px;
    }
    .scale-top{
        height: 100px;
    }
    .scale-bottom{
        height: 100px;
    }
     .friend-link .item span{
         font-size: 12px;
     }
     .friend-link .item .con a{
         font-size: 12px;
     }
    
    .font{
     
        font-size: 12px;
    }
     .item_span .font{   margin-top: 0px;}
     
    .ssgv{
        height: 155%;
    }
       .join-dc-bottom img:first-child {
        height: 100%;
    }
    .header-search .item span{
        font-size: 14px;
    }
	.ui-num {
	    font-size: 30px;
		}
    .after-top .right h3{
        font-size: 36px;
    }

    .fs36 {
        font-size: 28px;
    }

    .fs48 {
        font-size: 38px;
    }

    .fs16 {
        font-size: 12px;
    }

    .fs24 {
        font-size: 14px;
    }

    .fs26 {
        font-size: 18px;
    }

    .fs20 {
        font-size: 16px;
    }

    .fs40 {
        font-size: 30px;
    }

    .fs14 {
        font-size: 12px;
    }

    .fs18 {
        font-size: 14px;
    }

    .fs30 {
        font-size: 20px ;
    }
    
    .product-common-tit h4{font-size:20px !important }  

    .header-inner a {
        font-size: 14px;
        padding: 40px 10px 0;
    }

    .topBanner-content h4 {
        font-size: 60px;
        margin-top: 16%;
    }

    .top-news .item .time {
        font-size: 18px;
        color:white;
    }

    .top-news .item h3 {
        margin-left: 70px;
        font-size: 14px;
        color:white;
    }

    .top-news .item p {
        margin-left: 0px;
        font-size: 14px;
        color: white;
    }

    .index-title h3 {
        font-size: 36px;
    }

    .index-title h4 {
        font-size: 18px;
        line-height: 1.5;
    }

    .technology {
        height: 900px;
    }

    .technology-info {
        height: 180px;
    }

    .technology-info p {
        font-size: 36px;
    }

    .solution {
        height: 800px;
    }

    .solution-detail p {
        font-size: 14px;
    }

    .solution-detail h3 {
        font-size: 20px;
    }

    .join-us-text {
        width: 300px;
        font-size: 20px;
        line-height: 45px
    }

    .join-us .item h3 {
        font-size: 28px;
    }

    .join-us {
        height: 200px;
    }

    .application-tab {
        height: 180px;
    }

    .application-tab p {
        font-size: 20px;
    }

    .application {
        height: 800px;
    }

    .application-top {
        height: calc(100% - 180px);
    }

    .application-con .item h3 {
        font-size: 20px;
    }
    
	.application-con .item .appliView {
	    height: 300px;
		width: 100%;
	}
    .application-con .item img {
        height: 300px;
    }

    .application-right {
        /*left: 32%;*/
    }

    .copyright-left {
        width: 68%;
        line-height: 1.5;
        padding: 10px 0;
		display:flex;
		align-items: center;
		flex-wrap:wrap;
    }

    .footer-con {
        font-size: 12px;
    }

    .infoItem .item:first-child p {
        font-size: 16px;
    }


    .ui-tit1 img {
        max-width: 300px;
    }

    .aboutUs-top .text p {
        font-size: 12px;
        line-height: 22px;
    }

    .aboutUs-top .text .more {
        font-size: 12px;
    }
	.index-title p{
		font-size: 15px;
		font-weight:bold;
	}
	.technology-detail .item p{
		font-size: 16px;
	}
	.technology-info h3{
		font-size: 14px;
	}
	.solution-title{
		font-size:20px;
	}
	.product-tab .item h3{
		font-size:20px;
	}
	.product-tab .item p{
		font-size:15px;
		padding: 0px 20px;
	}
	.application-con .item p {
		font-size: 16px;
		white-space: pre-wrap;
	}
	.equipment-eg .item h3 {
	    font-size: 27px;
	    line-height: 48px;
	    width: 50%;
	    /*white-space: nowrap;*/
	    float: left;
	}
	.equipment-about .right h3 {
	    font-size: 36px;
	    color: #014099;
	    white-space: nowrap;
	    line-height: 38px;
	}
	.ww .right h6,
	.equipment-about .right h6{
		font-size:16px;
	}
	/*.aboutUs-top .text{*/
	/*    top: 50%!important;*/
	/*}*/
	.aboutUs-top .text.sba{
	    margin-top:unset;
	}
	.aboutUs-top>.bg {
	    top: 104px;
	    left: 0;
	}
	.aboutUs-top .text p{
	    height: 260px;
	}
	.play-btn{
	    top: 78%!important;
	}

}
@media (max-width: 1500px) and (min-width:1200px) {
    .handle-solution-new-text{
        font-size: 20px !important;
    }
    .investor-con-tab {
        display: flex;
        font-size: 14px;
        justify-content: space-around;
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
        line-height: 70px;
    }
    .equipment-eg .item img {
        height: 320px;
      
    }
    .join-us .explorer-btn {
        font-size: 14px;
    }

    .diaomao{
        top: 200px;
    }
    .history-con .diaomao2{
        top: 200px;
        width: 459px;
        height: 459px;
    }
    .product-page{
        min-height: 600px;
    }
    .product-box {
        width: 454px !important;
        height: 454px !important;
    }
    .news-con .item{
        height: 150px;
    }
    .news-text h3 {
        font-size: 18px;
        line-height: 18px;
        color: #fff;
    }
    .news-text p {
        font-family: 'light';
        font-size: 15px;
        margin-top: 12px;
        color: #fff;
    }
    .news-more div{
        width: 152px;
    }
    .equipment-about{
        height: 750px;
    }
    .after-top .g-inner:first-child{
       margin-top:5%;
    }
    .diming-text1 {
        display: block;
        font-size: 18px!important;
    }
    .product-pagearea{
        min-height: 700px;
    }
    .aboutUs-top .text.apply{
        /*top: 89%;*/
    position: absolute;
    z-index: 2;
    right: 7%;
    }
    
    .copyright-left{
        font-size: 12px;
    }
    .product-common-list img{
        height: 167px;
    }
    .product-common-list .item{
        height: 356px;
    }
    .copyright-right a{
        font-size: 12px;
    }
    .join-dc-bottom img:first-child {
        width: 141%;
    }
    .join-dc-bottom .bg img:nth-child(4){
        top: 42%;
    }
    .join-dc-bottom .bg img:nth-child(3),
    .join-dc-bottom .bg img:nth-child(2){
        top: 22%;
    }
    .join-dc-bottom .bg img:nth-child(1){
        top: 64px;
    }
}
      
@media (max-width: 1400px) and (min-width:1200px) {
    .jiesao-list .text h3{
        font-size:18px;
    }
    /*.solutionc-youshi-item h3 {*/
    /*    font-size: 44px;*/
    /*    z-index: 1;*/
    /*}*/
    .solutionc-top .item {
        width: 21%;
    }
    .solutionc-top h3{
        padding: 20px 25px;
        font-size: 15px;
        background: #fff;
        border-radius: 10px;
        position: relative;
    }
    .proDetail-anli{
        padding: 0 9%!important;
    }
    .proDetail-anli{
        margin-bottom: 0;
    }
    .ui-page>div{
        width: 60px;
        height: 60px;
    }
    .proDetail-anli .item{
        height: 216px;
    }
    .equipment-eg{
        height: auto;
    }
    }
   
    /*.solutionc-top h3{*/
    /*    display: flex;*/
    /*    justify-content: center;*/
    /*}*/
    /*.after-bottom .right{*/
    /*    width: 14%;*/
    /*}*/
	.application-con .item{
		width: 410px;
	}
	.application-con .item img {
		height: 253px;
	}
	.header-inner .subMenu .subItem a{ 
		font-size:16px!important;
		color:rgb(32,32,32);
	}
}

@media (max-width: 1400px) {
     .aboutUs-top .text{
        margin-top:-28%;
    }
    .cs{
        height: 291px;
    }
    .join-zx-top{
        background-size: 100%;
    }
	.rectangle h2{
		padding: 19px;
		font-size: 11px;
	}
	.rectangle span{
		font-size: 14px;
	}
	.titleQ {
		font-size: 14px;
	}
	.footer-con .linkItem span:first-child a{
		font-size: 12px;
	}
	.join-us .item p {
		font-size: 14px;
	}
	.youshi-bg-img .item h3 {
		font-size: 26px;
	}
	.connect-map img {
	    width: 100%;
	}
	.equipment-eg>h3 {
	    font-size: 28px;
	}
	.fs26 {
	    font-size: 18px;
	}
	.fs20 {
	    font-size: 16px;
	}
	.equipment-eg>h3 {
	    font-size: 28px;
	}

  
  .top-news .item h3 {
      margin-left: 52px;
      color:white;
  }
  
  .top-news .item p {
      margin: 0 0 5px 52px;
      color: white;
  }
  
  .top-news .item::after {
      /*display: none;*/
  }
  
}


@media (max-width: 1300px) {
	.g-inner {
	    width: 87%;
	    margin: 0 auto;
	}
	
}

@media (max-width:820px){
    .advantage-in p{
        
    }
    .productType{
        background-position: 0px 103px
    }
    .product-common-text h3{
        font-size: 17px;
    }
    .img-block{
        height: 20vh;
    }
    #toolbar{
        z-index: 99;
    }
    .fullHeader .header-inner a{
        color: #666;
    }
    .w500-flex{
        flex-direction: column;
        align-items: flex-start;
    }
    .product-common-tit .text p{
        margin: 0;
        font-size:12px;
    }
    .product-common-tit .fs60 .dot-icon:last-child{
        font-size:12px;

    }
    .lingyv-con h5 span{
        font-size: 12px!important;
    }
    .lingyv-con p span{
        font-size:12px!important;
    }
   
    .aboutUs-zz-panel {
        background-position: 10% 63%;
            
    }
    
    .aboutUs-top .text{
        margin-top:0%;
    }

    .equipmentBanner{
       min-height: 660px!important;
    }
    .equipment-eg.detail {
        height: 660px!important;
    }
    .solutionc-youshi-item>div{
        height: 150px!important;
    }
    .product-pagearea .product-box{
        width: 260px;
        height: 260px;
        margin-top: 56px;
    }
    .jiejue .item h3{
        line-height: 32px;
    }
    .hezuo .item p{
        font-size:9px!important;
    }
    .fangan-bottom .item{
        margin-top:198px;
    }
    .proDetail-linyu .item{
        height: 90px!important;
    }
    .dxal-swiper{
        overflow: hidden;
    }
    .jiesao-list:hover .text{
        padding-left:33px;
    }
    .jiesao-list.deals:hover .text{
        padding-left:33px;
    }
    .fangan-bottom .text {
        width: 90%;
        left: 5%;
        top: -72%!important;
        height: 80%;
    }
    .fangan-bottom p{
        margin-top:10px ;
    }
    .jiejue .item {
        display: flex!important;
        align-items: center;
    }
    .jiesao-list .text p{
        -webkit-line-clamp: unset;
    }
    .product-common-list .item, .proDetail-anli .item {
        width: 100%!important;
        display: inline-block!important;
        margin: 0px 20px 10px 0 !important;
    }
    .stz{
        overflow:hidden;
    }
    .proDetail-anli{
        overflow:hidden!important;
        width:390px!important;
    }
    .advantage-list{
        margin-bottom:12px!important;
    }
    .fangan-bottom p{
        font-size:12px;
    }
    .equipment-eg>h3{
        font-size:16px!important;
    }
    .ui-num{
        font-size:11px!important;
        white-space: nowrap;
    }
    .solutionc-tit p{
        margin-bottom:20px;
    }
    .rigs p{
        margin-bottom: 0;
    }
    .yc{
        display:none;
    }
    .dizi{
        display:flex;
        height: 100%;
        flex-direction: column;
        justify-content: space-between;
        
    }
    .after-bottom{
        height: 500px;
    }
    .ziti{
        font-size:14px!important;
    }
    .fullHeader.header-warp .white{
        display: block;
    }
    .fullHeader.header-warp .black{
        display: none;
    }
    .fullHeader.header-warp .header-content-btn span{
        background: #fff;
    }
    .top-news .item p {
        height: 24px;
        color: white;
    }
    .technology-info-right {
        border-radius: 0 75px 0px 0px
    }
    .after-bottom .right{
        width:unset;
    }
   #item2 #wffs2 .fs40 {
    font-size: 34px;
    }
    .history-box{
        /*top: 107px;*/
        /*-webkit-overflow-scrolling:touch;*/
    }
    .diaomao2{
        width: 48%;
    }
    .history-year{
        margin-top:30px;
    }
    
   .history-list .g-inner.cnma{
        height: 650px!important;
    }
    .history-list {
        background-size: 138%;
    }
    .history-con .line{
        left: -33px;
        top: 7px;
    }
    .rencai .text {
        bottom:10px;
    }
    .swiper-list{
        width:450px;
    }
    .jiesao-yuanli img {
        width: 100%!important;
        height:100%!important;
        
    }
    .jiesao-yuanli p span{
        display: block;
        padding: 19px;
        font-size: 12px!important;
    }
}
.acs{
    display: none;
}
.atv{
    display: block!important;
}
@media (max-width: 1300px) and (min-width:1200px){
    /*.header-logo img{*/
    /*    padding-top: 60px;*/
    /*}*/
    .fs40{
        padding-bottom: 34px;
    }
    .g-inner{
        /*padding-bottom: 42px;*/
    }
    .product-common-tit{
        padding-bottom: 41px;
    }
	.afterNav{
		padding-top: 52px;
	}
	.solutionc-tit p{
	    padding-bottom: 42px;
	}
}

@media (max-width: 1023px) {
    .footer-con .infoItem,.footer-con .codeItem{
        display: none;
    }
    .jr-link{width:90%  !important}
    .linkItem{line-height: 4em !important}
    .cs{
        height: 263px;
    }
    .header-inner .subMenu{
        position: static;
        display: none;
        animation:fadeIn 0.2s ease-in-out;
    }
     @keyframes fadeIn {  
            0% {
          opacity: 0;
         }
             100% {
          opacity: 1;
            }
      }
    .header-inner .subMenu .subItem{
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, .3);
        background-color: #f1f1f1;
    }
    .header-inner .subMenu .subItem a{
        /*border: none;*/
        /*text-align: left;*/
        /*line-height: 24px;*/
        /*padding-left: 20px;*/
        /*color: #666666;*/
        /*font-size: 12px!important;*/
        border: none;
    text-align: left;
    line-height: 14px;
    padding-left: 20px;
    color: #666666;
    font-size: 12px !important;
    }
    .header-inner .subLogoImg{
        width: 18px;
        height: 18px;
        margin-bottom: 4px;
        display: none!important;
        position: absolute;
        left: 80px;
    }
    .sb-right{
        display: block;
        width: 75%;
        height: 61px;
    }
    .history-con::after{
        left: -25%;
    }
    .history-con .item{
        left: 12%;
    }
    .footer-con .linkItem .LinkItemMun a{
        padding-left: 10px;
    }
    .solutionc-top .item p{
        /*opacity: 1;*/
    }
    .rectangle h2{
        padding: 3px;
    }
	.jiesao-texin .right img{
		width: 100%;
	}
	.join-us .item {
		width: 12%;
	}
    .fs60 {
        font-size: 26px;
    }
    .handle-after-h3-new{
        font-size: 26px;
    }
    .fs48 {
        font-size: 20px;
    }
    .fs40 {
        font-size: 16px;
        margin-bottom: 5%;
    }
    .fs36 {
        font-size: 16px;
    }

    .fs30 {
        font-size: 14px;
    }

    .fs26 {
        font-size: 16px;
    }

    .fs24 {
        font-size: 9px;
    }


    .fs20 {
        font-size:10px;
    }


    .fs18 {
        font-size: 12px;
    }
    .product-common-tit .text h4{
        font-size: 20px;
    }
    .product-common-tit .text img, .product-common-tit .text p, .product-common-tit .text span{
        font-size: 20px;
        
    }
   .product-common-tit .fs60 .dot-icon:last-child{
        font-size: 20px;
   }
  .footer-con .linkItem  .LinkItemMun{
        display: none;
        transition: display 0.5s ease-in-out;
    }
    .product-common-tit .text h4{
        
    }

      /* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
    @font-face {
      font-family: 'iconfont';  /* Project id 4361151 */
      src: url('//at.alicdn.com/t/c/font_4361151_7gk0vuo5f13.woff2?t=1701851638932') format('woff2'),
           url('//at.alicdn.com/t/c/font_4361151_7gk0vuo5f13.woff?t=1701851638932') format('woff'),
           url('//at.alicdn.com/t/c/font_4361151_7gk0vuo5f13.ttf?t=1701851638932') format('truetype');
    }
    .iconfont {
      font-family: "iconfont" !important;
      font-size: 16px;
      font-style: normal;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
    .header-content-btn {
        cursor: pointer;
        padding: 32px 11px;
        position: absolute;
        right: 20px;
    }
    .fullHeader.header-warp .white{
        display: none;
    }
    .fullHeader.header-warp .black{
        display: block;
    }
    .header-content-btn span {
        display: block;
        height: 1px;
        width: 25px;
        margin-top: 5px;
        background: #014099;
        transition: all .3s ease-out 0s;
    }
     .header-content-btn.on span:nth-child(1){
         transform: matrix(1,0,0,1,0,6) rotate(45deg);
     }
      .header-content-btn.on span:nth-child(2){
        width: 0!important;
     }
      .header-content-btn.on span:nth-child(3){
        transform: matrix(1,0,0,1,0,-6) rotate(-45deg);
     }
    
    
    .header-content {
        position: fixed;
        background: #fff;
        box-sizing: border-box;
        transition: all .3s;
        width: 100%;
        top: 50px;
        right: 0;
        height: 0;
        overflow: hidden;
        z-index: 99;
    }

    .header-content.open {
        height: 100%;
        overflow: auto;
         padding-bottom: 220px;
    }

    .header-content-close {
        position: absolute;
        right: 0;
        top: 0;
        width: 70px;
        height: 70px;
        cursor: pointer;
		z-index:1000;
    }

    .header-content-close span {
        position: absolute;
        right: 25px;
        top: 25px;
        height: 3px;
        width: 25px;
        background: #014099;
        transform: rotate(45deg);
    }

    .header-content-close span:last-child {
        transform: rotate(-45deg);
    }
    .header-inner-item{
	    flex-direction: column;
	    width: 100%;
    }
    .header-inner a {
        display: block;
		/*line-height: 60px;  手机上菜单出问题 所以注释*/
        white-space: nowrap;
        padding: 5%;
        font-size: 12px;
      
    }
	/*.header-inner .subLogoImg{*/
	/*	left: 30%;*/
	/*}*/
	.header-inner .subMenu a{
	    
	    display: block;
	    padding: 5% !important;   /*手机上二级菜单出问题，开启*/
	} 
	.header-inner .subMenu .subItem{
        width: 100%;
        height: 100%;
	}
	.header-inner .subLogoView {
	    position: relative;
	    flex-direction: row;
	    display: flex;
	      border-bottom: 1px solid rgba(0, 0, 0, .3) !important;
	}
	.header-inner .header-inner-item div:hover .subMenu {
		/*display: block;*/
		height: auto;
	}
	
	  .jiesao-yuanli p{
	      padding: 0px 10px;
	  }
	
	
	.fullHeader.header-warp .black {
		display: none;
	}
	.fullHeader.header-warp .white {
		display: block;
	}
    .header-inner a:hover .subMenu {
        height: 0;
    }
    .header-inner a:last-child {
        border-bottom: none;
    }

    .header-search {
        display: none;
    }

    .header-logo {
        max-width: 147px;
    }

    /*body {*/
    /*    padding-top: 70px;*/
    /*}*/

    .header-warp,
    .header-warp .g-inner {
        height: 100px;
    }
	/*.header-warp .column-center{margin-top:0;}*/
    .header-content-btn {
        padding: 22px 11px;
        margin-top: 0px;
    }

    .topBanner-content h4 {
        font-size: 40px;
    }

    .topBanner-content h5 {
        font-size: 16px;
    }

    .top-news .g-inner {
        padding: 10px 20px
    }

    .top-news .item {
        display: block;
        width: 100%;
        padding: 0 10px;
        margin: 10px 0px;
        height: 63px;
    }

    .top-news {
        height: 100px;
    }

    .top-news img {
        width: 30px;
        height: 30px;
    }

    .topNews {
        margin-left: 40px;
        height: 240px;
    }

    .topNews-page {
        left: 20px;
        right: auto;
    }

    .top-news .item .time {
        font-size: 14px;
        color:white;
    }

    .top-news .item h3 {
        margin-left: 52px;
        color:white;
    }

    .top-news .item p {
        margin: 0 0 5px 52px;
        color: white;
    }

    .top-news .item::after {
        display: none;
    }

    .product .bg {
        bottom: 0px;
        /*width: 100%;*/
    }

    .technology-left {
        width: 100%;
    }

    .index-title h3 {
        font-size: 28px;
    }

    .index-title p {
        font-size: 14px;
    }

    .technology-detail .item img {
        width: 30px;
    }

    .technology-detail .item p {
        margin-left: 70px;
        font-size: 12px;
    }

    .g-inner {
        width: 80%;
		/*padding-top: 28px;*/
    }

    .technology .g-inner {
        height: auto;
        padding-top: 50px;
    }

    .technology-right {
        position: absolute;
        height:335px;
        width: 100%;
        margin-top: 20px;
        top: unset;
    }

    .technology-info {
        height: 120px;
    }

    .technology-info p {
        font-size: 12px;
        margin-top: 0;
    }

    .technology-info h3 {
        font-size: 12px;
        padding-top: 10px;
    }

    .technology-info-left {
        width: 60%;
    }

    .technology-info-left .item {
        height: 50%;
        width: 50%;
    }

    .technology-info-right {
        width: 35%;
    }

    .solution .item {
        width: 100% !important;
        height: 10%;
    }

    .solution .item.active {
        height: 70%;
    }

    .solution-title {
        font-size: 20px;
    }

    .solution .index-title,
    .solution-detail h3,
    .explorer-btn,
    .solution-detail p {
        z-index: 1;
        margin-top: 10px;
    }

    .solution {
        height: 770px;
    }

    .product {
        height: 520px;
        background-size: 100% 50%;
     }
    
    .product .index-title{
        margin-top: 5%;
    }
    .product-tab .item img {
        width: 146%;
        top: -70px ;
        left: -14px;
    }

    .product-tab .item h3 {
        font-size: 12px;
    }

    .product-tab .item p {
        display: none;
    }

    .product-tab {
        height: 70px;
    }

    .product-bottom {
        border-radius: 50px 0 0 0;
    }

    .product-con .item>a {
        height: 150px;
    }

    .product-bottom {
        height: 300px;
    }

    .application-page {
        margin-top: 30px;
        /*display: none;*/
    }

    .application-left {
        /*height: 200px;*/
    }
	.application-con .item .appliView {
	    height: 180px;
		width: 100%;
	}
    .application-con .item img {
        height: 180px;
    }

    .application-right {
        height: 350px;
        /*width: 90%;*/
        margin: 0 auto;
        position: relative;
        left: 0;
        display: none;
    }

    .application-con .item p {
        font-size: 12px;
    }

    .application-tab {
        height: 120px;
    }

    .application-tab img {
        width: 50px;
    }

    .application-tab p {
        font-weight: normal;
        font-size: 12px;
    }

    .application-tab {
        border-radius: 80px 0 0;
    }

    .application-tab .item {
        /*width: 19%;*/
    }

    .application {
        /*height: 700px;*/
    }

    .join-us .item p {
        font-size: 12px;
    }

    .join-us-text {
        line-height: 1.5;
        font-size: 16px;
        height: 40px;
        margin-bottom: 10px;
    }
	
    .join-us .g-inner {
        flex-wrap: wrap;
    }

    .join-us .column-center {
        height: 50px;
    }

    .join-us .item h3 {
        font-size: 20px;
    }

    .join-us .item h3 span {
        font-size: 16px;
    }

    .join-us .column-center:last-child {
        margin-top: 15px;
    }

    .footer-con {
        flex-direction: column;
    }

    .footer-con .linkItem span:first-child {
        display: block;
        display: flex;
        justify-content: space-between;
         border-bottom: 1px solid ;
    }
    .footer-con .linkItem span:first-child>span{
        display: block;
        z-index: 10;
        width: 70%;
        height: 32px;
       
    }
    /*.footer-con .linkItem span:first-child>span:hover .LinkItemMun{*/
    /*    display: block;*/
    /*}*/
    /*.footer-con .linkItem .dianji:hover .LinkItemMun{*/
    /*    display: block;*/
    /*}*/
    /*.footer-con .linkItem span {*/
    /*    display: inline-block;*/
    /*}*/

    .codeItem {
        width: 125px;
    }

    .friend-link .titleItem {
        display: block;
    }

    .footer-warp .copyright {
        flex-direction: column;
    }

    .copyright-left {
        font-size: 10px;
        width: 100%;
		display:flex;
		flex-wrap:wrap;
    }
.copyright-right a{
    font-size: 10px;
}
    .page-tit h3 {
        font-size: 30px;
    }
    
    .page-tit p {
        font-size: 34px;
    }

    .page-more {
        width: 35px;
        height: 34px;
    }

    .page-more img {
        width: 100%;
    }

    .page-more img.mouse {
        width: 6px;
    }

    .page-more img.mouse {
        margin-top: 13px;
    }

    .ui-tit1 img {
        max-width: 100px;
    }

    .ui-num {
        font-size: 20px;
    }

    .aboutUs-top .text p {
        font-size: 14px!important;
        margin: 5px 0;
        overflow-y: scroll;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        height: 260px;
    }

    .aboutUs-top .text p:first-child {
        display: block;
        display: -webkit-box;
    }

    .aboutUs-zz-tab .item {
        display: inline-block;
        width: 80px;
        line-height: 40px;
        font-size: 14px;
        text-align: center;
        cursor: pointer;
        border-radius: 80px;
        color: #014099;
        border: 1px solid #014099;
        margin-left: 10px;
    }

    .page-control-prev {
		    height: 74px;
        width: 74px;
        display: none;
    }
    
        .img-block {
        height: 50vh;
        }

    .aboutUsBanner img {
        width: 75%;
    }

    .aboutUs-zz-control {
        width: 136%;
        left: -18%;
    }

    .aboutUs-banner {
        height: 350px;
    }

    .aboutUsBanner .swiper-slide {
        margin-top: 70px;
    }

    .investor-con-tab {
        font-size: 16px;
        line-height: 50px;
    }

    .join-zx-top .left img {
        max-width: 40%;
    }

    .join-zx-top .left h4,
    .join-zx-top .left h5 {
        font-size: 16px;
    }

    .join-zx-top .right h3 {
        font-size: 18px;
    }

    .join-zx-top .right p {
        font-size: 12px;
        width: 90%;
        line-height: 1.5;
    }

   .investor-con-box .join-zx-top {
        height: 600px;
    }

    .join-zx-top .right {
        width: 90%;
        right: 0;
    }

    .join-zx-item .right img {
        width: 20px;
    }

    .join-zx-item h3 {
        font-size: 24px;
        line-height: 1.8;
    }
    .join-zx-item .right{
        padding: 20px 20px;
    }
    .join-zx-item p {
        font-size: 16px!important;
        line-height: 1.7;
        margin-top: 10px;
        
    }
    .join-zx-item .right div{
        display: flex;
        justify-content: center;
    }
    .join-zx-item .btn {
        width: 80px;
        line-height: 30px;
        font-size: 12px;
    }

    .join-zx-bottom img {
        width: 20px;
    }

    .join-zx-bottom {
        font-size: 14px !important;
        line-height: 1.5;
         /*height: 900px !important;*/
    }

    .join-zl-top p {
        font-size: 12px;
        padding: 0 10%;
    }

    .rencai .text h3 {
        font-size: 16px;
    }

    .rencai .text p {
        font-size: 12px;
        line-height: 1.5;
        margin-top: 10px;
    }

    .rencai,
    .rencai-detail {
        display: block;
    }

    .rencai>div,
    .rencai-detail-item {
        width: 100%;
    }

    .rencai-detail-item p {
        font-size: 12px;
    }

    .rencai-detail-item {
        height: 90px;
        margin-bottom: 10px;
    }

    .rencai.right {
        margin-top: 10px;
    }

    .rencai-detail-item.right {
        margin-top: 10px;
    }

    .join-zl-tit img {
        width: 20px;
    }

    .join-dc-top p {
        font-size: 12px;
    }

    .join-dc-top p span {
        font-size: 16px;
    }

    .join-dc-control {
        width: 90%;
    }

    .dcBanner1 .swiper-slide {
        width: 200px;
    }

    .dcBanner1 .swiper-slide img {
        width: 80%;
        display: block;
        margin: 0 auto;
    }

    .dcBanner1 h3 {
        font-size: 18px;
    }

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

    .dcBanner1,
    .dcBanner2 {
        height: 300px;
    }

    .dcBanner2 .swiper-slide {
        margin-top: 30px;
        height: 228px;
    }

    .dcBanner2 .text h3 {
        font-size: 14px;
    }

    .dcBanner2 .text {
        padding: 10px 0;
    }

    .dcBanner2 .text p {
        margin-top: 5px;
    }

    .dcBanner2 .swiper-slide-active {
        transform: scale(1);
    }

    .join-dc-control.control2 {
        width: 180px;
    }

    .join-dc-bottom .join-dc-bottom-tit {
        top: -23px;
    }

    .product-box {
        width: 300px;
        height: 300px;
        top: 0;
    }

    .product-box .item h3,
    .product-box .item p {
        font-size: 12px;
    }

    .solution-page .product-box .item:nth-child(2n)>div {
        right: -133px;
    }

    .solution-page .product-box .item>div {
        width: 150px;
    }

    .solution-page .product-box .item:nth-child(2n+1)>div {
        left: -133px;
    }

    .area-page .product-box .item:nth-child(2n+1)>div {
        left: -80px;
    }

    .area-page .product-box .item:nth-child(2n)>div {
        right: -80px;
    }

    .area-page .product-box .item:nth-child(1)>div,
    .area-page .product-box .item:nth-child(2)>div {
        top: -88px
    }

    .area-page .product-box .item:nth-child(3)>div,
    .area-page .product-box .item:nth-child(4)>div {
        bottom: -60px
    }

    .product-box-text h3 {
        font-size: 18px;
    }

    .product-box-text p {
        font-size: 16px;
    }

    .product-box-text h5 {
        display: none;
    }

    .product-page {
        overflow: hidden;
        /*min-height: 300px*/
    }
	.product-pagearea {
	    overflow: hidden;
	    min-height: 300px
	}

    .productType-tit img {
        max-width: 40%;
    }

    .productType-tit h3 {
        font-size: 26px;
    }

    .productType-sub-tit span {
        font-size: 1.2rem;
    }

    .productType-list .item {
        display: block;
        width: 45%;
      
        margin: 0 5% 5% 0;
        /*height: 250px;*/
    }
    .productType-list .item img {
        width: 150px;
      
    }
    .ui-page img {
        width: 40px;
    }

    .productType-list {
        margin-top: 30px;
    }

    .productType-list .item h3 {
        margin-top: 10px;
    }

    .connect-us>div {
        flex-direction: column;
    }

    .connect-us {
        padding: 20px 0 50px;
    }

    .connect-us .left,
    .connect-us .right {
        width: 100%;
    }

    .connect-us .left img:first-child {
        width: 30px;
    }

    .connect-us .left img:nth-child(2) {
        max-width: 50%;
    }

    .connect-us .right {
        margin-top: 30px;
    }

    .connect-us .right .item h3 {
        font-size: 16px;
    }

    .connect-us .right .item p {
        font-size: 12px;
    }

    .connect-us .right .item {
        padding: 10px 0 20px;
    }

    .connect-map-tab .item {
        width: 80px;
        margin: 0 5px;
        height: 40px;
    }

    .connect-map-tab .item h3 {
        font-size: 14px;
    }

    .connect-map-tab .item p {
        font-size: 12px;
        margin-top: 0;
    }

    .connect-map-box h3 {
        font-size: 14px;
    }

    .connect-map-box p {
        font-size: 12px;
        margin: 5px 0 10px;
        line-height: 1.8;
    }

    .connect-map-con.active {
        flex-direction: column;
    }

    .connect-map-box {
        padding: 20px 0;
    }

    .product-box .item>div {
        width: 150px;
    }

    .product-box .item:nth-child(2n)>div {
        right: -170px;
    }

    .product-box .item:nth-child(2n+1)>div {
        left: -170px;
    }

    .news-tab .item {
        width: 90px;
        line-height: 38px;
        font-size: 12px;
        height: 40px;
        margin-right: 5px;
    }

    .news-search input {
        font-size: 12px;
    }

    .page-inner {
        width: 90%;
    }

    .news-search {
        width: 50%;
        margin-top: 10px;
    }

    .news-top {
        flex-direction: column;
    }
    .news-con .item {
        width: 49%;
        margin: 0 0 10px 0;
    }
    .news-text h3 {
        font-size: 18px;
        line-height: 1.8;
    }

    .news-text p {
        font-size: 12px;
    }

    .news-page {
        margin-top: 50px;
    }

    .news-detail-title h3 {
        font-size: 16px;
        line-height: 1.5;
    }

    .news-detail .back {
        width: 40px;
        bottom: -20px;
    }

    .news-detail-title p {
        font-size: 14px;
        margin-top: 10px;
    }

    .news-detail-title {
        bottom: 30px;
    }

    .social-tit img {
        max-width: 50%;
    }

    .social-sub-tit {
        font-size: 14px;
    }

    .social-back-down .btn {
        line-height: 30px;
        height: 30px;
        font-size: 12px;
    }

    .social-back-down .text h3 {
        font-size: 14px;
    }

    .social-back-down>img {
        width: 20px;
    }

    .social-bottom>img {
        max-width: 50%;
    }

    .social-bottom {
        font-size: 16px;
        line-height: 1.8;
        padding: 5% 0;
    }

    .social-bottom {
        height: 600px;
    }

    .equipment-about .left img {
        max-width: 89%;
        margin-top: 10%;
    }
    .ww .slideInLeft h4 {
        font-size: 26px;
        margin-top: 10px;
    }
    .equipment-about .left h4 {
        font-size: 26px;
        margin-top: 10px;
    }

    .equipment-about-inner {
        flex-direction: column;
    }

    .equipment-about .right {
        width: 100%;
        overflow: hidden;
        box-sizing: border-box;
    }
    .ww .slideInLeft h3,
    .equipment-about .left h3,
    .equipment-about .right h3 {
        font-size: 26px;
        line-height: 1.8;
    }

    .equipment-about .right h4 {
        font-size: 16px;
    }

    .equipment-about .right h5 {
        font-size: 14px;
    }
    .ww .right h6,
    .equipment-about .right h6 {
        font-size: 12px;
        line-height: 1.8;
    }

    .equipment-about .list .item::before {
        top: 5px;
    }
    
    .equipment-about .list {
        margin-top: 20px;
    }
    .ww .right h6,
    .equipment-about .right h6 {
        margin-top: 10px;
    }

    .equipment-about {
        height: 500px;
    }

    .equipment-about .left {
        padding-bottom: 7%;
    }

    .operation-sum-text h3 {
        font-size: 16px;
    }

    .operation-sum-text h3 span {
        font-size: 12px;
    }

    .operation-sum-text p {
        font-size: 12px;
        height: 32px;
        margin-top: 10px;
    }

    .equipment-server .item {
        display: block;
        width: 100%;
    }

    .equipment-server .text h3 {
        font-size: 16px;
    }

    .equipment-server .text p {
        font-size: 12px;
        line-height: 2;
        margin-top: 10px;
    }

    .equipment-eg>h3 {
        font-size: 24px;
    }

    .equipment-eg .item {
        padding: 0 5px;
    }

    /*.equipmentBanner {*/
    /*    height: 400px;*/
    /*}*/

    .equipment-eg {
        height: 500px;
    }

    .equipment-eg .item img {
        height: 200px;
    }

    .equipment-eg .item h3 {
        float: none;
        font-size: 16px;
        line-height: 1.8;
        width: 100%;
    }

    .equipment-eg .item .text {
        padding-top: 10px;
    }

    .equipment-eg .equipment-info {
        width: 100%;
        margin-top: 15px;
    }

    .aboutUs-zz-control {
        top: 33%;
    }
    .ui-pre {
        width: 38px;
        height: 38px;
    }
    .ui-next{
         width: 38px;
        height: 38px;
    }
    .xuhao{
        margin-top:30px!important; /*平板竖屏异常*/
    }
    .investor-nav {
        width: 100px;
    }

    .investor-nav .item,
    .project-advantage-back {
        width: 80px;
        font-size: 12px;
        line-height: 36px;
    }

    .investor-list {
        margin-left: 100px;
    }

    .investor-nav .item.active {
        font-size: 12px;
    }

    .investor-list img:first-child {
        width: 20px;
    }

    .investor-list .item h3 {
        font-size: 12px;
    }

    .investor-list .item p {
        font-size: 12px;
    }

    .investor-list .item .more {
        /*display: inline-block;*/
        width: 40px;
        opacity: 0;
    }

    .project-advantage-top,
    .proDetail2 {
        flex-direction: column;
    }

    .project-advantage-top img {
        width: 100%;
    }

    .project-advantage-top .text {
        width: 100%;
        margin-top: 20px;
    }

    .project-advantage-bottom {
        flex-direction: column;
    }

    .project-advantage-bottom .right {
        margin-top: 20px;
    }

    .project-advantage-bottom .left {
        width: 100%;
    }

    .project-advantage-back img {
        width: 10px;
    }

    .page-tit h4 {
        font-size: 16px;
    }

    .product-common-tit .text img {
        max-width: 35%;
    }

    .product-common-tit .text img:nth-child(2) {
        width: 20px;
    }

    .product-common-list .item,
    .proDetail-anli .item {
            width: 77%;
        display: inline-block;
        margin: 0px 10px;
    }
    .proDetail-anli .item {
        height: 77%;
        margin-bottom: 5%;
            }
    .product-common-list img,
    .product-long-list .item img {
        height: 130px;
    }

    .product-common-list .item {
        height: auto;
    }

    .product-long-list .item {
        padding: 20px;
    }

    .product-long-list {
        margin-top: 30px;
    }

    .proDetail2 .item {
        width: 100%;
        margin-top: 20px;
    }

    .proDetail2 .item .text {
        padding-left: 0;
    }

    .proDetail-linyu .item {
        height: 70px;
    }

    .jiesao-list,
    .jiesao-texin {
        display: block;
    }

    .jiesao-list .text:hover {
        background: none;
        padding: 15px 20px;
        border: 3px solid rgba(1, 64, 153, 0.2);
    }

    .jiesao-list .right,
    .jiesao-texin .left,
    .jiesao-texin .right,
    .fa-top-text h3,
    .fa-top-text .text {
        width: 100%;
    }

    .jiesao-list .text {
        margin-top: 10px;
    }

    .xq-more {
        font-size: 12px;
        width: 100px;
        line-height: 30px;
        margin-top: 10px;
    }

    .jiesao-list.detail {
        margin-top: 30px;
    }

    .jiesao-texin .right {
        margin-top: 10px;
    }

    .equipment-eg.detail {
        height: 640px;
    }

    /*.equipment-eg.detail .equipmentBanner {*/
    /*    height: 540px;*/
    /*}*/

    .fa-top-text {
        display: block;
    }

    .fa-top-text h3 {
        padding-left: 0;
    }

    .fa-top-text .text {
        margin-top: 20px;
    }

    .gongyi .item p {
        opacity: 0.7;
        margin-top: 10px;
    }

    .gongyi .item {
        width: 50%;
    }

    .jiejue .item {
        width: 100%;
        display: block;
        margin: 0 0 20px;
    }
    .afterBanner{width:90%}
    .advantage-list .item {
        width: 23%;
        height:250px;
        margin-right: 10px;
        margin-bottom: 10px
    }
    
    .advantage-list .item .advantage-in p{
        font-size: 12px;
    }
    .advantage-list .item .advantage-in h4{
        font-size: 14px!important;
    }

    .advantage-list .item:nth-child(2n) {
        margin-right: 12px;
    }

    .advantage-list .item img {
        /*margin-top: 15px;*/
        margin: 0px auto;
        width: 50%;
    }

    .advantage-list .item h4 {
        margin-top: 15px;
    }

    .advantage-list .item p {
        margin-top: 10px;
    }

    .fangan-bottom .text {
        width: 90%;
        left: 5%;
        top: -5%;
    }

    .fangan-bottom .item {
        height: 260px;
        margin-bottom: 30px;
    }

    .solutionc-top {
        flex-direction: column;
    }
    .solutionc-top img:nth-of-type(1){
        /*margin: 0;*/
        /*margin-top: -5px;*/
    }
    .solutionc-top .item {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .solutionc-top img {
        transform: rotate(90deg);
        margin: 5px 0 10px 0;
    }

    .solutionc-moshi .item .img {
        width: 80px;
        height: 80px;
        padding: 10px;
    }

    .solutionc-moshi .item img {
        width: 20px;
    }

    .solutionc-youshi-item h3 {
        font-size: 18px;
        margin-top: 10px;
        z-index: 1;
    }

    .solutionc-youshi-item p {
        margin-top: 10px;
    }

    .solutionc-bottom .item {
        width: 25%;
        margin: 0 0 10px;
    }

    .solutionc-bottom .item:nth-child(2n) {
        top: 0;
    }

    .social-back-down .btn img {
        width: 10px;
    }

    .history-con .item:nth-child(2n) h3 {
        font-size: 24px;
    }

    .history-con .item {
        padding-right: 0;
        height: 150px;
    }

    .history-con .item:nth-child(2n) {
        height: 200px;
    }
    .ms-flex-box{
        flex-direction: column;
    }

    .history-box {
        padding-top: 30px;
        height: 459px!important;
    }

    .history-con .item p {
        margin-top: 15px;
        font-size: 9px!important;
    }

    .history-list .g-inner {
        height: 530px;
    }

    .aboutUs-top .text h3 {
        font-size: 17px;
    }

    .investor-con-tab .item {
        font-size: 13px;
    }

    .lingyv-gaisu .item {
        width: 100%;
        margin: 20px 0 0;
    }

    .lingyv-gaisu {
        display: block;
    }

    .lingyv-gaisu img {
        height: 200px;
    }

    .lingyv-nav .itemNav {
        line-height: 30px;
        margin: 0 10px;
    }

    .equipment-eg.lingyv {
        height: 700px;
    }

    .aboutUs-cx-box .left h3 {
        font-size: 12px;
    }

    .aboutUs-cx-box .left p {
        transform: scale(0.8);
    }

    .aboutUs-cx-box .left span {
        display: inline;
        margin-right: 3px;
    }

    .aboutUs-cx-box .left .item:nth-child(1) {
        margin-left: 10%;
    }

    .aboutUs-cx-box .left .item:nth-child(2) {
        margin-left: 5%;
    }

    .aboutUs-cx-box .left .item:nth-child(3) {
        margin-left: 5%;
    }

    .aboutUs-cx-box .left .item:nth-child(4) {
        margin-left: 10%;
    }

    .aboutUs-cx-box .right p {
            display: block;
    font-size: 7px!important;
    overflow-y: scroll;
    height: 50px

    }
    
    
@media screen and (max-width : 768px) 
{
     .aboutUs-cx-box .right p {
           display: block;
        font-size: 10px !important;
        /* overflow-y: scroll; */
        height: 50px;
        position: absolute;
        width: 90%;
        left: 25px;
        bottom: -30%;

    }


    .aboutUs-cx-box .right {
        width: auto;
    }
    
    .aboutUs-cx-box .right h3{
                    position: absolute;
                  right: 6%;
            bottom: 40%;
            font-size: 1.5rem;
    }
    
            .aboutUs-cx-box .right p {
            display: block;
              font-size: 14px !important;  
            overflow: visible;
         
            position: absolute;
            width: 90%;
            left: 25px;
 
        }
        
        .aboutUs-wh-b{margin-top:16%}
}


    .after-fuwu-box .item {
        line-height: 1.5;
    }

    .after-fuwu-box h3 {
        font-size: 12px;
    }

    .after-fuwu-box p {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-top: 10px;
    }

    .aboutUs-wh-box .item {
        line-height: 1.5;
    }

    .aboutUs-wh-box h3 {
        font-size: 14px;
    }

    .aboutUs-wh-box h4 {
        font-size: 14px;
    }

    .aboutUs-wh-box h4 img {
        width: 20px;
    }

    .aboutUs-wh-box p {
        overflow: hidden;
        text-overflow: ellipsis;
        /*white-space: nowrap;*/
        margin-top: 5px;
    }

    .after-linian p {
        margin-top: 10px;
        font-size: 12px;
    }

    .after-linian h4 {
        margin-top: 10px;
    }

    .after-top .right {
        width: 85%;
    }

    .afterNav .item>div {
        width: 70px;
        line-height: 40px;
        font-size: 12px;
    }

    .after-center .text {
        width: 100%;
        padding:5% 0;
        font-size:1.2rem;
        margin-top: 10px;
    }

    .after-center {
        flex-wrap: wrap;
    }

    .after-center .ui-tit1 {
        width: 50%;
    }

    .afterNav span {
        display: none;
    }

    .after-bottom {
        /*height: 752px;*/
        /*background-image: url(../images/afterbb.jpg);*/
        /*background-color: #014099;*/
        /*background-size: 100% auto;*/
        /*background-position: center bottom;*/
    }
    

    .fz-ring-box {
        width: 200px;
        height: 200px;
    }

    .join-fz-btn .item {
        width: 80px;
        height: 80px;
    }

    .join-fz-btn .item .img {
        width: 25px;
        height: 25px;
        background-size: contain;
    }

    .join-fz {
        padding-top: 150px;
    }

    .join-fz-btn {
        top: 30px;
    }

    .fz-ring-text .item i {
        transform: scale(0.5);
        transform-origin: left;
        margin-right: -13px;
    }

    .product-xq {
        height: 300px;
        padding: 65px;
    }

    .product-xq-box .text h3 {
        font-size: 11px;
    }

    .product-xq-box p {
        margin-top: 10px;
    }

    .aboutUs-center-bz {
        height: 100px;
    }

    .social-top-img i {
        margin-right: 5px;
        font-size: 14px;
    }
    .aboutUs-center-bz p,
    .social-top-img p {
        margin-top: 5px;
        font-size: 8px;
    }
    .aboutUs-center-bz p{
        margin-top: 5px;
        font-size: 12px;
    }
    .social-top-img p span {
        display: none;
    }
}



.img_s{
    display: none;
}
.sbs{
    display: none;
}
.cnma{
    height: 1418px!important;
}
.product .g-inner{
    display: flex;
    /*justify-content: center;*/
}
.product-tab{
    display: flex;
    justify-content: center;
}
.product-tab .item p{
    font-size: 14px;
}
 .jiesao-img{
        display: flex;
        justify-content: center;
    }
@media (max-width: 500px)  {
    .swiper-zhuanye-box{
        display: block;
    }
    .aboutUs-top>.bg{
        top: 115px;
    }
    .aboutUs-top .text {
        /*margin-top: -20%;*/
    }
    .max-500 h3{
        font-size: 19px!important;
    }
    .max-500 p{
        font-size: 14px;
    }
    .investor-con-box{
        overflow: hidden;
    }
    .commonCoun div{
        font-size: 5px;
    }
    .product-xq .product-xq-box {
        width: 92%;
        left: 5%;
    }
    .solutionc-top .item p {
        width: 100%;
        border: 1px solid rgba(0, 0, 0, 0.2);
        display: inline-block;
        z-index: 999;
        position: initial;
    }
    .solutionc-top .item h3 {
        background: #00409F;
        color: #fff;
        border-radius: 10px 10px 0 0;
        z-index: 1;
    }
    .ui-pre{
        visibility: visible!important;
    }
   
    #footer{
        z-index: 98!important;
         width:100vw!important;
	     overflow: hidden;
        
    }
    
    .solutionc-moshi .item p{
        margin-top: 10px;
        margin-bottom: 0;
        font-size: 12px!important ;
        width: 100%;
    }
    .diming-text1{
        font-size: 11px!important;
    }
    .diming-text2{
        font-size: 11px!important;
    }
    .after-fuwu-box h3{
        font-size: 15px!important;
        
    }
    .equipment-about .right h3{
        font-size: 26px!important;
        line-height: 30px;
    }
     .equipment-about .right h4{
        font-size: 20px!important;
    }
    .ww .right h6{
        font-size: 14px!important;
        
    }
    .equipment-about .right h6{
         font-size: 14px!important;
    }
    .equipment-about .right h5 {
        font-size: 21px!important;
    }
    .equipmentBannerpanel .aboutUs-zz-control{
        top: 40%;
    }
    .product-common-tit .text p{
        margin: 0;
    }
    .solutionc-moshi .item h3{
        margin-top: 10px;
        font-size:20px;
    }
    .project-advantage{
        padding-top:15% ;
    }
    .fz-ring-text .pos2 div{
        margin: 0;
        margin-right: 8px;
    }
    .fz-ring-text .pos3 div{
        margin: 0;
        margin-right: 8px;
    }
    .fz-ring-text .pos4 div{
        margin: 0;
        margin-right: 8px;
    }
    .ww .slideInLeft{
        padding-bottom:7%;
    }
    .fz-ring-text .item div{
        
    }
    .jiesao-yuanli{
        margin-top:10px ;
    }
    .topBanner video {
        /*object-fit: cover;*/
        /*height: calc(100vh);*/
    }
    .topBanner .swiper-item-img{
         object-fit: cover;
        /*height: calc(100vh);*/
    }
    .dian-pup .dian1{
        display: none;
    }
    .dian-pup .dian2 {
        top: 17%;
        left: 2%;
    }
    .dian-pup .dian3 {
        top: 17%;
        left: 18%;
    }
    .dian-pup .dian5{
        display: none;
    }
     .dian-pup .dian6{
        display: none;
    }
    .dian-pup .dian7{
        display: none;
    }
    .dian-pup .dian8{
        display: none;
    }
     .dian-pup .dian9{
        display: none;
    }
    .dian-pup .dian10{
        display: none;
    }
    .product-con .item>a{
        width: 172px;
    }
   
    
    .equipment-about-inner,.after-top .g-inner:first-child {
        display: block;
        padding: 20px 0;
        box-sizing: border-box;
        /*justify-content: space-between;*/
        /*align-items: ;*/
    }
    .solutionc-tit{
        margin: 10px;
    }
    .product-tab .item .IconIndex{
            top: -65px;
    }

    .equipment-about .right p{
        font-size: 12px!important;
    }
    .productType2 .productType-tit h1{
        line-height: unset;
        background-position: 29% 93%;
        height: auto;
    }
    .productType-list .item{
        padding-top: 4%;
    }
    
    table td {
    border: 1px solid #bbb8b8;
    /* line-height: 1.5; */
    min-width: 30px;
    padding: 3px 5px;
    text-align: left;
    font-size: 11px;
}
    table th {
        background-color: lightgray;
        font-weight: 700;
        text-align: center;
        border: 1px solid #bbb8b8;
        font-size: 14px;
        padding: 3px 5px;
    }
    .proDetail2 .item p{
        font-size:12px;
    }
    .equipment-info h4{
        font-size:10px;
    }
    .jiesao-yuanli p{
        font-size:12px;
    }
    .jiesao-list .text h4{
        font-size:10px;
    }
   .animated{
       animation: unset !important;
        transition: none!important;
   }
    .jiesao-img{
        display: flex;
        justify-content: center;
    }
    .jiesao-list .text h3{
        font-size:16px;
    }
.productType-tit h3 {
    font-size:33px;
}
.productType-tit h1 {
    font-size:18px;
}
.ehua{
    display: none!important;
}
.strFz{
    font-size:24px!important;
}
.equipment-about-inner{
    flex-direction:unset;
}
.after-top .right p{
    margin-bottom:24px;
}


.product-box .item h4{
    display: none;
}
.solutionc-bottom .item .text{
    position: absolute;
    bottom: 0;
    left: 0;
    top: 14px;
    right: 0;
    padding: 15px 9px;
    color: #fff;
    height: 180px;
}
.equipment-info i{
    font-size: 11px;
}
.nysg{
    width: 390px!important;
}
.application-left>div{
    height: auto;
}
.product-tab .item.active::before {
    display: none;
}
.product-tab {
    height: 53px;
}
.product-tab .item img {
    top: -72px;
}
.product-tab .item {
    display: flex;
    flex-direction: column;
    justify-content: end;
}
/*.product-tab .item.active::after{*/
/*    top: 94px;*/
/*}*/
.product-tab .item.active::before{
    top: 115px;
}
.column-center {
    display: flex;
    justify-content: center;
    flex-direction: column;
    /*margin-top: 10px;*/
    /*height: auto;*/
    /*padding-top: 10%;*/
}
/*.solution-page{*/
/*    padding-top: 0;*/
/*}*/
.product-tab .item{
    margin: 0px 3px;
}
.product .g-inner{
    /*overflow-x: scroll;*/
}
.application-page{
    /*display: none;*/
}
.history-year .active.item::before {
    position: absolute;
    content: '';
    width: 13px;
    left: -9px;
    top: 50%;
    height: 2px;
    margin-top: -1px;
    background: #014099;
}
    /*.fullHeader.header-warp .white{*/
    /*    padding-top: 10px;*/
    /*}    */
    .diaomao2{
        top: 344px!important;
    }
    .cnmsb{
        top: 47%;
        left: 4%;
    }
    .cnday{
          top: 47%;
    }
    
    .cabd{
        font-size: 12px;
    }
    .cap{
        font-size: 11px!important;
    }
    .copyright-right.font {
        margin-top: -17px;
        font-size: 11px;
    }
    .scale-left,.scale-right{
        width: 60px;
    }
    .scale-top,.scale-bottom{
        height: 40px;
    }
    .youshi-bg-img .item h3{
        font-size: 11px;
    }
    .gpw{
        overflow-x: auto;
        white-space: nowrap;
    }
    .sbs{
        flex: 1;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .sbs span:last-child{
        margin: 22.5px 31.25px
    }
    .img_s{
        display: block;
       transition: all .36s;
    }
    .sbs.gp .img_s{
        transform: rotate(180deg);
    }
    .join-dc-bottom img:first-child {
        height: 100%;
        height: 242px;
    }
    .join-dc-bottom .bg img:nth-child(1){
        top: 32px;
    }
    .join-dc-bottom .bg img:nth-child(2) {
            top: 22%;
    }
    .join-dc-bottom .bg img:nth-child(3){
        top: 23%;
    }
    .join-dc-bottom .bg img:nth-child(4) {
        top: 41%;
    }
    .fz-ring-text .item:nth-child(4) span::after {
        top: -12px;
    }
    .fz-ring-text .item:nth-child(5) span::after{
       top: -12px;
        left: 8px;
    }
    .fz-ring-text .item:nth-child(7) span::after{
          left: 17px;
          top: -20px;
     }
  /*.fz-ring-text .item.pos5{*/
  /*  right: 48%;*/
  /*  top: 94.5%;*/
  /*}*/
  /*.fz-ring-text .item.pos6{*/
  /*    right: 80.5%;*/
  /*}*/
  /*.fz-ring-text .item.pos7{*/
  /*    right: 73%;*/
  /*}*/
   
    .connect-map-con .item{
        width: 100%!important;
        margin-bottom: 0!important;
    }
    .aboutUs-top{
        /*height: 600px !important;*/
    }
    .product-con p{
        font-size: 10px;
    }
    .social-top-img .item {

        width: 40%;
        margin-bottom: 5px;
    }
    .social-top-img{
            flex-wrap: wrap;
            justify-content: center;

    }
     .max500 {
        overflow: hidden;
    }
    .fs14 strong{
        font-size: 13px;
    }
    .ui-tit1 h4{
        /*width: 200px;*/
        word-wrap: break-word;
        font-size:20px;
    }
    .aboutUs-top .text{
        position: relative!important;
        /*top: -90px !important;*/
        width: 100%;
        padding: 0px 10px;
        right: 0!important;
    }
 
    .join-us{
        height: 248px;
        margin: 0;
    }
    
    .aboutUsBanner p{
        font-size: 12px;
    }
    
    .aboutUs-top>.line {
        top: 19%;
        width: 100%;
    }
    .play-btn h3 {
        font-size: 9px!important;
    }
    .play-btn {
        top: 234px!important;
        left: 54%;
        display: flex;
        align-items: center;
        
    }
    .play-btn h3 {
        width: 38%;
    }
    .aboutUs-top .text p {
        height: auto;
        font-size: 7.5px;
    }
    .aboutUs-top .ui-tit1{
        top: 4%;
    }
    .aboutUs-top .text{
        top: 12%;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .application-tab .item {
        margin: 0;
    }
    .top-news .item p{
        margin: 0 0 0 52px;
    }
    .j-count {
        font-size: 16px;
    }
    .technology-info p span{
        font-size: 12px;
    }
    
    /*.technology-info-right{*/
    /*    border-radius:0 ;*/
    /*}*/
    .technology-info{
        width: 100%;
        top: 800px;
    }
    /*.header-logo img{*/
    /*    padding-top: 44px;*/
    /*}*/
    .copyright-left{
        font-size: 10px;
    }
    .copyright-right a{
        font-size: 12px;
    }
    .application{
        /*height: 617px;*/
        height: auto;
    }
    .join-us .imsbg{
        left:0;
        border-radius:0 ;
        background-size: cover;
    }
    .join-us-text {
        padding-top:0;
        padding-bottom:0;
    }
    .text-ell {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
    .product{
        /*height: 800px;*/
        overflow: hidden;
    }
    .infoItem .item:first-child p{
        width: 112px;
    }
    .header-warp, .header-warp .g-inner,
    .cs-img{
        height: 49px;
    }

    /*.header-warp .g-inner{*/
    /*    height: 41px;*/
    /*}*/
    /*.header-warp .column-center{*/
        /*margin-top: -15px;*/
    /*        margin-top: -29px;*/
    /*}*/
    .solution .item .solution-con{
        display: none;
    }
    .solution .item.active .solution-con{
        width: 85%;
        margin: auto;
        display: flex;
    }
    /*.ahreaf{*/
    /*    margin: auto;*/
       
    /*}*/
    #item_h31 {
  /* 在这里添加你想要应用的样式 */
      margin-top: -90px
  
}
#item_h32 {
  /* 在这里添加你想要应用的样式 */
  margin-top: -106px;
}
#item_h33 {
  /* 在这里添加你想要应用的样式 */
  margin-top: -130px;
}
#item_h34 {
  /* 在这里添加你想要应用的样式 */
  /*margin-top: 25px;*/
}
#item_p4{
    /*margin-top: 70px;*/
}
#item_p5{
    /*margin-top: 180px;*/
}
#item_div5{
    margin-top: -70px;
}
.item_p4{
     margin-top: 70px;
}
.item_p5{
    margin-top: 180px;
}
    .product-box .item h3.maris{
        margin-top: 228px;
}
    .product-box .item:nth-child(2n+1)>div{
        left: -95px;
    }
    .product-box .item:nth-child(2n)>div{
        right: -78px;
    }
    .product-box .item_h31{
        
    }
    .solution-page .product-box .item:nth-child(2n+1)>div{
        left: -72px;
    }
    .solution-page .product-box .item:nth-child(2n)>div{
       right: -68px;
    top: 6px;
    }
    .application-top{
        padding:0;
    }
    .application-tab{
        width: 77%;
    }
    .header-content-btn{
        padding: 10px 11px;
        margin-top: 3px;
    }
    .join-us .item{
        width: 30%;
        text-align: left;
    }
    .solution-detail p{
        height: 138px;
        font-size: 14px;
    }
  .solution .item.active{
          height: 57%;
  }
    .rectangle span {
        font-size: 17px;
    }
    .rectangle h2{
        padding: 0px;
    }
    .rectangle span {
        padding: 0px;;
    }
    .join-dc-control.control2{
        width: 170px;
    }
    .news-con .item{
        width: 100%;
    }
    .page-control-prev {
		    height: 52px;
	    width: 52px;
	}
	.serverIconView{
		width: 50%;
		border-right: none;
		margin-top: 10px;
	}
	.header-logo {
	      max-width: 40%;
	  }
	  
	  .news-detail{
	     width:100vw!important;
	     
	  }
	 .news-detail-con{
	     width:100vw!important;
	     overflow: hidden;
	     box-sizing: border-box;
	     margin: 0!important;
	     padding: 20px!important;
	    
	 } 
    .news-detail-con img{
        max-width: 100%!important;
        height: auto!important;
        object-fit: cover;
        margin-top: 10px;
    }
    .news-detail-title {
        bottom: 50px;
    }
    .img-block {
        height: 20vh;
    }
    .news-detail .back {
        width: 39px;
        bottom: -14px;
    }
    .social-back-down .btn{
        width: 80px;
        line-height: 29px;
    }
    .social-back-down{
        margin: 10px auto;
    }
    .advantage-list .item {
        width: calc(49% - 5px);
        box-sizing: border-box;
        height: 255px;
         margin-right:0!important; 
         margin-bottom: 10px; 
         padding: 20px!important;
    }
    .advantage-list{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        
    }
    
}

.noblod{ font-weight:normal !important }


@media screen and (min-width: 1024px) and (max-width: 1366px){
    .swiper-zhuanye-box{
        display: none;
    }
   	.header-inner .subMenu .subItem a{ 
		font-size:14px !important;
		color:rgb(32,32,32);
	}

        .ui-num {
        font-size: 20px;
    }
    .product-xq{
        height: 420px;
    }
    .fs20 {
        font-size: 16px;
    }

}
@media screen and (max-width: 750px){
    .new_add_solution_item_title{
        font-size: 12px !important;
    }
}
.new_add_solution{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap:50px;
    padding:50px 10px ;
    margin-top: 40px;
}
.new_add_solution_item{
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    
}
.new_add_solution_item > img{
    margin-bottom: 20px;
    width: 100px;
    height: 100px;
    border-radius: 50px;
}
.new_add_solution_item_title{
    margin-top: 5px;
    color: #6b8bc3;
    font-size: 14px;
}
.handle-solution-new-text{
    font-size: 24px;
}
/*.phone-click{border:1px solid red; display:block; clear:both;margin-top:5px}*/
/*.header-inner .subMenu .subItem a{display: block;*/
/*        border: 1px solid blue;}*/



