/* 流动数字 */
.number{
    width: 100%;
    height: 284px;
    background-color: #f8f8f9;
    position: relative;
}
.number .row{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.number .black{
    width: 100%;
    height: 215px;
    background: url(../images/indexTp1.png) no-repeat center;
    background-size:100%;
    position: absolute;
    bottom: -97px;
    background-position:center center;
}
.number .row ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 43px;
    padding: 0 17px;
}
.number .row ul li{
    width: auto;
    height: auto;
}
.number_Top{
    width: auto;
    height: auto;
}
.number_Top .p1{
    font-size: 50px;
    color: #ff853a;
    float: left;
    font-family: "IMPACT";
}
.number_Top .p2{
    font-size: 18px;
    color: #666666;
    float: left;
    margin-top: 30px;
    margin-left: 7px;
}
.number_Center{
    width: auto;
    height: auto;
    margin-top: 20px;
    padding-bottom: 35px;
}
.number_Center .p1{
    font-size: 18px;
    color: #666666;
    margin-bottom: 10px;
    text-indent: 5px;
}
.number_Center::after{
    content: "";
    position: absolute;
    width: 52px;
    height: 2px;
    left: 7px;
    bottom: 0;
    background-color: #666666;
    opacity: 0.3;
}
/* 产品介绍 */
.duce{
    width: 100%;
    height: auto;
    position: relative;
}
.duce .row{
    width: 1300px;
    height: auto;
    margin: 0 auto;
}
.duceBlack{
    width: 100%;
    height: auto;
}
.duceTit{
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.duceTit .p1{
    font-size: 26px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    padding-top: 115px;
}
.duceTit .p1::after{
    content: "";
    position: absolute;
    width: 449px;
    height: 39px;
    background-size: 449px 39px; 
    background: url(../images/indexTp2.png) no-repeat center;
    left: 50%;
    top: 120px;
    margin-left: -224.5px;
}
/* 中部 */
.duceBody{
    width: 100%;
    height: auto;
}
.duceBody .swiper {
  width: 100%;
  height: 100%;
  padding-top: 75px;
}
.duceBody .swiper .swiper-slide {
  width: auto;
  height: auto;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: all 1s ease 0s;
  cursor: pointer;
}
.layoutBlack{
    width: 100%;
    height: auto;
    position: relative;
}
.duceBody .layout{
    width: 277px;
    height: 137px;
    margin: 0 auto;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.5s;
}
.duceBody .layout img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.duceBody .layoutBlack .layout_Wz p:hover{
    animation: move .5s linear forwards;
}
@keyframes move {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}
.duceBody .swiper-button-prev,
.swiper-rtl .swiper-button-next {
  width: 9px;
  height: 15px;
  overflow: hidden;
  background: url(../images/indexTp3.png) no-repeat;
  top: 165px;
  left: 0;
}
.duceBody .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "";
  width: 9px;
  height: 15px;
  overflow: hidden;
}
.duceBody .swiper-button-next,
.swiper-rtl .swiper-button-prev {
  left: auto;
  width: 9px;
  height: 15px;
  overflow: hidden;
  background: url(../images/indexTp4.png) no-repeat;
  top: 165px;
  right: 0;
}
.duceBody .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "";
  width: 9px;
  height: 15px;
  overflow: hidden;
}
.layout_Bs{
    width: 277px;
    height: 0;
	transition: all .5s;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -138.5px;
}
.duceBody .swiper-wrapper .swiper-slide.active .layoutBlack .layout_Bs,
.duceBody .layoutBlack:hover .layout_Bs{
    background: rgb(255,133,58);
    height: 100%;
}
.layout_Wz{
    width: 277px;
    height: 137px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -138.5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.layout_Wz p{
    /* line-height: 137px; */
    color: #ffffff;
    font-size: 20px;
    padding-top: 60px;
    font-weight: bold;
    text-align: center;
}
/* 底部 */
.duceBut{
    width: 100%;
    height: auto;
    margin-top: 0 !important;
}
.duceBut_Black{
    width: 100%;
    min-height: 484px;
}
.duceBut_Black ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 43px;
}
.duceBut_Black ul li{
    width: 277px;
    height: 441px;
    margin: 0px 24px;
    background: linear-gradient(to bottom, #ffffff, #e0e0e0);
    position: relative;
    cursor: pointer;
}
.duceBut_Black ul li:hover{
    background-color: #f8f8f9;
}
.duceBut_Black ul li:hover .duceBut_Wz{
    margin-top:-43px;
}
.duceBut_Black ul li:hover .p1,
.duceBut_Black ul li:hover .p2{
    font-weight:bold;
}
.duceBut_Black ul li:hover .p3, 
.duceBut_Black ul li:hover .p4{
     opacity: 1;
}
.duceBut_Black ul li:hover .duceBut_Tp{
    margin-top: 40px;
}
/* js点击切换 */
.duceBlack .content > div {
  display: none;
}
.duceBlack .content > div.active {
  display: block;
}
.duceBut_Tp{
    width: 177px;
    height: 201px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 83px;
}
.duceBut_Tp img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.duceBut_Black ul li:hover img{
    margin-top: 0;
    transform: scale(0.8);
}
.duceBut_Wz{
    width: 100%;
    height: auto;
    text-align: center;
    transition: all 0.5s;
    margin-top: 0;
}
.duceBut_Wz .p1{
    width: 257px;
    font-size: 18px;
    color: #333333;
    margin: 0 auto;
    margin-top: 53px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.duceBut_Wz .p3{
    width: 220px;
    font-size: 14px;
    color: #999999;
    text-align: center;
    line-height: 25px;
    margin: 0 auto;
    margin-top: 27px;
    opacity: 0;
    transition: 0.8s linear;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.duceBut_Wz .p4{
    width: 85px;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -42.5px;
    background-color: #ff853a;
    opacity: 0;
    transition: 0.8s linear;
}
/* 行业应用 */
.cation{
    width: 100%;
    height: auto;
}
.cation .row{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.cationTit{
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.cationTit .p1{
    font-size: 26px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    padding-top: 95px;
    position: relative;
}
.cationTit .p1::after{
    content: "";
    position: absolute;
    width: 275px;
    height: 39px;
    background: url(../images/indexTp2-1.png) no-repeat center;
    background-size: 275px 39px; 
    left: 50%;
    top: 100px;
    margin-left: -137.5px;
}
.cationTit .p2{
    font-size: 18px;
    color: #666666;
    text-align: center;
    margin-top: 24px;
}
.cationBody{
    width: 100%;
    height: auto;
    box-sizing: border-box;
}
.cationBody .swiper {
    width: 100%;
    height: 100%;
    padding-top: 60px;
  }
.cationBody .swiper .swiper-slide {
    width: auto;
    height: auto;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: all 1s ease 0s;
    cursor: pointer;
}
  
.cationBody .swiper .swiper-slide .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cation_Black{
    width: 100%;
    height: auto;
    margin-top: 0 !important;
}
.cation_Black_Max{
    overflow-x: hidden;
    overflow-y: hidden;
}
.cation_Left{
    width: 715px;
    height: 447px;
    overflow: hidden;
    float: left;
    margin-bottom: 102px;
}
.cation_Left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cationBody .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 18px;
    left: 0;
    width: 32%;
}
.cationBody .swiper-pagination-bullet{
    width: 5px;
    height: 5px;
    background-color: #b1b3b8;
    opacity: 1;
    margin: 15px !important;
}
.cationBody .swiper-pagination-bullet-active{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #b1b3b8;
    box-sizing: border-box;
    background: none;
    position: relative;
    margin: 0 !important;
}
.cationBody .swiper-pagination-bullet-active::after{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    content: attr(data-index);
    color: #b1b3b8;
}
.cation_Right{
    width: 434px;
    height: auto;
    float: left;
    margin-left: 51px;
    position: relative;
}
.cation_Right .p1{
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    margin-top: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.cation_Right .p2{
    min-height: 90px;
    font-size: 16px;
    color: #666666;
    margin-top: 40px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.cation_Right .p3{
    font-size: 16px;
    color: #3b3d42;
    margin-top: 60px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cation_Right .p3 span{
    color: #ff853a;
    margin-left: 16px;
}
.cation_Right .p4{
    font-size: 16px;
    color: #3b3d42;
    margin-top: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cation_Right .p4 span{
    color: #ff853a;
    margin-left: 16px;
}
.cation_Map{
    width: 820px;
    height: 151px;
    position: absolute;
    /*background-color: #f8f8f9;*/
    right: 0;
    bottom: 0;
}
.cation_Map ul{
    display: flex;
    align-items: center;
}
.cation_Map ul li{
    width: 205px;
    height: 151px;
    border: 1px solid #f1f1f1;
    box-sizing: border-box;
    position: relative;
}
.cation_Map ul li .cation_Min{
	position: absolute;
	left:0;
	top:0;
	height: 0;
	width: 100%;
	transition: all .5s;
}
.cation_Map ul li .cation_Min img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cation_Map ul li:hover .cation_Min,
.cation_Map ul li.active .cation_Min{
	height: 100%;
}
.cationBody .swiper-pagination{
	z-index: -1;
}
/* js点击切换 */
#cationBody .content > div {
  display: none;
}
#cationBody  .content > div.active {
  display: block;
}
.cation_Min{
    width: 204.5px;
    height: 151px;
    position: relative;
}
.cation_Min img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cation_Max{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    top: 0;
}
.cationBody li.active .p1,
.cationBody li.active .p2{
    color: #ffffff;
}
.cationBody li.current .p1, 
.cationBody li:hover .p1,
.cationBody li.current .p2, 
.cationBody li:hover .p2{
    color: #ffffff;
}
.cation_TPs{
    width: 31px;
    height: 31px;
    overflow: hidden;
    margin-top: 30px;
    margin-left: 27px;
}
.cation_TPs img{
    width: auto;
    height: 100%;
    object-fit: cover;
}
/* 切换图片，与鼠标滑过 */
.cation_Map ul li.active .img01,
.cation_Map ul li .img02,
.cation_Map ul li:hover .img01{
    display: block;
}
.cation_Map ul li.active .img02,
.cation_Map ul li .img01,
.cation_Map ul li:hover .img02{
    display: none;
}
.cation_Map ul li .p1{
    width: 85%;
    font-size: 18px;
    color: #999999;
    font-weight: bold;
    margin-top: 17px;
    margin-left: 25px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* 资质荣誉 */
.honor{
    width: 100%;
    height: auto;
}
.honor .row{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
/* 头部 */
.honorTit{
    width: 100%;
    height: auto;
}
.honorTit .p1{
    font-size: 26px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    padding-top: 83px;
    position: relative;
}
.honorTit .p1::after{
    content: "";
    position: absolute;
    width: 449px;
    height: 39px;
    background-size: 449px 39px;
    background: url(../images/indexTp2.png) no-repeat center;
    left: 50%;
    top: 90px;
    margin-left: -224.5px;
}
.honorTit .p2{
    font-size: 18px;
    color: #666666;
    text-align: center;
    margin-top: 24px;
}
/* 中部 */
.honorBody{
    width: 100%;
    height: auto;
    padding-bottom: 60px;
	position: relative;
}
.honorBody .swiper {
    width: 100%;
    height: 100%;
    padding-top: 53px;
    padding-bottom: 147px;
}
.honorBody .swiper .swiper-slide {
    width: auto;
    height: auto;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    transition: all 1s ease 0s;
    cursor: pointer;
}
.honorBody_Black{
    width: calc(20% - -30px);
    height: 349px;
    margin: 0px 15px;
    background: #f8f8f9;
}
.honorBody .swiper .swiper-slide .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.honorBody .layout_Max{
    width: 199px;
    height: 271px;
    background: url(../images/indexTp25.png) no-repeat center;
    background-size: 199px 271px; 
    margin: 0 auto;
    margin-top: 37px;
}
.honorBody .layout{
    width: 176px;
    height: 247px;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 12px;
}
.honorBody .layout img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.honorBody p{
    font-size: 16px;
    color: #4f4f4f;
    text-align: center;
    margin-top: 65px;
}
.honorBody .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}
.honorBody .swiper-pagination-bullet{
    width: 5px;
    height: 5px;
    background-color: #b1b3b8;
    opacity: 1;
    margin: 15px !important;
}
.honorBody .swiper-pagination-bullet-active{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #b1b3b8;
    box-sizing: border-box;
    background: none;
    position: relative;
    margin: 0 !important;
}
.honorBody .swiper-pagination-bullet-active::after{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    content: attr(data-index);
    color: #b1b3b8;
}
.none_Tp{
    width: 8px;
    height: 7px;
    background: url(../images/indexTp31.png) no-repeat;
    background-size: 8px 7px;
    float: right;
    margin-top: 22.5px;
    margin-right: 21px;
}
.honorBody .Top{
    width: 100%;
    height: 349px;
    position: absolute;
    background: #f8f8f9;
}
/* 弹窗的位置和背景颜色 */
.honorBody .modal {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    z-index: 99;
    overflow: auto;
    display: none;
    cursor: pointer;
    overflow-x: hidden;
    overflow-y: hidden;
}

/* 弹窗图片的大小 */
.honorBody .modal .content {
    margin: auto;
    display: block;
    min-height: 400px;
    max-height: 400px;
	left: 50%;
	top:50%;
	transform: translate(-50%,-50%);
	position: absolute;
}
/* 中部表单 */
.doIM{
    width: 100%;
    height: 100px;
    background-color: #487ed4;
}
.doIM .row{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.doIM .doIM_Zc{
    font-size: 20px;
    color: #ffffff;
    float: left;
    line-height: 100px;
}
.doIM .doIM_name{
    width: auto;
    height: auto;
    float: left;
    margin-left: 32px;
}
.doIM .doIM_name .doIM_name_Zc{
    font-size: 18px;
    color: #ffffff;
    float: left;
    line-height: 100px;
}
.doIM .doIM_name .doIM_name_Yc{
    width: 300px;
    height: 43px;
    margin-top: 30px;
    background-color: #ffffff;
    float: left;
    margin-left: 14px;
}
.doIM .doIM_name .doIM_name_Yc input{
    width: 94%;
    height: 95%;
    margin-left: 14px;
    border: none;
    background: none;
    background-color: transparent;
    outline: none;
}
.doIM .doIM_phone{
    width: auto;
    height: auto;
    float: left;
    margin-left: 27px;
}
.doIM .doIM_phone .doIM_phone_Zc{
    font-size: 18px;
    color: #ffffff;
    float: left;
    line-height: 100px;
}
.doIM .doIM_phone .doIM_phone_Yc{
    width: 300px;
    height: 43px;
    margin-top: 30px;
    background-color: #ffffff;
    float: left;
    margin-left: 14px;
}
.doIM .doIM_phone .doIM_phone_Yc input{
    width: 94%;
    height: 95%;
    margin-left: 14px;
    border: none;
    background: none;
    background-color: transparent;
    outline: none;
}
.doIM .doIM_but{
    width: 186px;
    height: 43px;
    background-color: #e76300;
    text-align: center;
    line-height: 43px;
    color: #ffffff;
    border: none;
    float: right;
    margin-top: 30px;
    cursor: pointer;
    font-size: 14px;
}
/* 智慧方案 */
.mach{
    width: 100%;
    height: 850px;
    background-color: #f8f8f9;
}
.mach .row{
    width: 1333px;
    height: auto;
    margin: 0 auto;
}
.mach .p1{
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    margin-top: 133px;
    color: #333333;
}
.mach .p2{
    font-size: 14px;
    color: #4f4f4f;
    text-align: justify;
    padding: 0 67px;
    line-height: 35px;
    margin-top: 40px;
}
.machBody{
    width: 100%;
    height: auto;
}
.machBody .swiper {
    width: 100%;
    height: 100%;
    padding-top: 65px;
}
.machBody .swiper .swiper-slide {
    width: auto;
    height: auto;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: all 1s ease 0s;
    cursor: pointer;
}
.machBody .swiper .swiper-slide .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.machBody .layout{
    width: 392px;
    height: 294px;
    margin: 0 auto;
    cursor: pointer;
}
.machBody .layout img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.machBody .swiper-button-prev,
.swiper-rtl .swiper-button-next {
  width: 20px;
  height: 34px;
  overflow: hidden;
  background: url(../images/indexTp41.png) no-repeat;
  top: 220px;  
  left: 0;
}
.machBody .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "";
  width: 20px;
  height: 34px;
  overflow: hidden;
}
.machBody .swiper-button-next,
.swiper-rtl .swiper-button-prev {
  left: auto;
  width: 20px;
  height: 34px;
  overflow: hidden;
  background: url(../images/indexTp42.png) no-repeat;
  top: 220px;
  right: 0;
}
.machBody .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "";
  width: 20px;
  height: 34px;
  overflow: hidden;
}
.mach .p3{
    width: 222px;
    height: 53px;
    background-color: #487ed4;
    margin: 0 auto;
    display: block;
    border-radius: 2px;
    margin-top: 75px;
}
.mach .p3 .span1{
    width: 17px;
    height: 21px;
    display: block;
    margin-left: 44px;
    padding-top: 15px;
    float: left;
}
.mach .p3 .span1 img{
    width: 100%;
    height: 100%;
}
.mach .p3 .span2{
    font-size: 14px;
    color: #ecf0fa;
    float: left;
    display: block;
    margin-top: 17px;
    margin-left: 13px;
}
/* 锐意进取·开疆拓土 */
.keep{
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}
.keep .row{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.keepBlack{
    width: 100%;
    height: auto;
}
/* 头部 */
.keepTit{
    width: 100%;
    height: auto;
    overflow-x: hidden;
    overflow-y: hidden;
}
.keepTit_Zc{
    width: auto;
    height: auto;
    float: left;
}
.keepTit_Zc .p1{
    font-size: 26px;
    font-weight: bold;
    color: #333333;
    padding-top: 99px;
    position: relative;
}
.keepTit_Zc .p1::after{
    content: "";
    position: absolute;
    width: 284px;
    height: 39px;
    background: url(../images/indexTp2-3.png) no-repeat center;
    background-size: 284px 39px;
    left: 0;
    top: 105px;
}
.keepTit_Zc .p2{
    font-size: 18px;
    color: #999999;
    padding-top: 20px;
    position: relative;
}
.keepTit_Yc{
    width: 370px;
    height: 49px;
    float: right;
    margin-top: 119px;
}
.keepTit_Yc ul{
    display: flex;
    justify-content: space-between;
    align-content: center;
}
.keepTit_Yc ul li{
    width: 100%;
    height: auto;
    transition: all 0.4s ease;
}
.keepTit_Yc ul li .Left{
    width: 100%;
    height: auto;
    background-color: #487ed4;
    float: left;
    cursor: pointer;
}
.keepTit_Yc ul li .Left .Left_Max{
    width: auto;
    height: auto;
    float: left;
    margin-left: 22px;
    margin-top: 10px;
}
.keepTit_Yc ul li .Left .Left_Max img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.keepTit_Yc ul li .Left p{
    font-size: 16px;
    color: #ffffff;
    line-height: 49px;
    float: left;
    margin-left: 9px;
}
.keepTit_Yc ul li .Right{
    width: 100%;
    height: auto;
    background-color: #ff853a;
    float: right;
    cursor: pointer;
}
.keepTit_Yc ul li .Right .Right_Max{
    width: 32px;
    height: 28px;
    float: left;
    margin-left: 22px;
    margin-top: 10px;
}
.keepTit_Yc ul li .Right .Right_Max img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.keepTit_Yc ul li .Right p{
    font-size: 16px;
    color: #ffffff;
    line-height: 49px;
    float: left;
    margin-left: 9px;
}
.keepTit_Yc ul li .Left p span{
    margin-left: 10px;
    display: none;
}
.keepTit_Yc ul li .Right p span{
    margin-left: 10px;
    display: none;
}
/* 中部 */
.keepBody{
    width: 100%;
    height: auto;
    margin: 0 !important;
    min-height: 751px !important;
    max-height: 1000px !important;
}
.keepBody_Black{
    width: 100%;
    height: auto;
}
.keepBody_Top{
    width: 100%;
    height: auto;
}
.keepBody_Top p{
    width: 1125px;
    height: auto;
    font-size: 14px;
    color: #4f4f4f;
    text-align: justify;
    margin: 0 auto;
    margin-top: 30px;
    line-height: 40px;
}
.keepBody_Top p span{
    color: #ff853a;
}
.keepBody_But{
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 60px;
}
/* js点击切换 */
.keepBlack .content > div {
    display: none;
  }
.keepBlack .content > div.active {
    display: block;
}
.keepBody_But img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* 关于华创-企业介绍 */
/* banner分类 */
.open_JS{
    width: 100%;
    height: auto;
    position: relative;
}
.open_JS .row{
    width: 1200px;
    height: 62px;
    background-color: rgb(255, 255, 255,0.7);
    position: absolute;
    z-index: 9;
    left: 50%;
    margin-left: -600px;
    top: -62px;
    opacity: 0.7;
}
.open_JS .row ul{
    height: 100%;
    display: flex;
    justify-content: center;
}
.open_JS .row ul li{
    width: 20%;
    height: 100%;
    flex: 1;
    border-right: 1px solid #ffffff;
}
.open_JS .row ul li a{
    font-size: 18px;
    color: #000000;
    text-align: center;
    line-height: 62px;
    display: block;
}
.open_JS .row ul li .openA_JS{
    font-weight: bold;
    color: #0062ff;
}
/* 企业介绍 */
.duce_JS{
    width: 100%;
    height: auto;
}
.duce_JS .row{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
/* 头部 */
.duceTit_JS{
    width: 100%;
    height: auto;
}
.duceTit_JS .title{
    font-size: 36px;
    color: #333333;
    display: inline-block;
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 84px;
}
.duceTit_JS .title::before{
    left: 370px;
    background: url(../images/aboutTp1.png) no-repeat;
    position: absolute;
    background-size: 110px 8px;
    top: 50%;
    width: 110px;
    height: 8px;
    content: '';
}
.duceTit_JS .title::after{
    right: 370px;
    background: url(../images/aboutTp2.png) no-repeat;
    position: absolute;
    background-size: 108px 8px;
    top: 50%;
    width: 108px;
    height: 8px;
    content: '';
}
.duceTit_JS1{
    width: 100%;
    height: auto;
}
.duceTit_JS1 .title{
    font-size: 36px;
    color: #333333;
    display: inline-block;
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 84px;
}
.duceTit_JS1 .title::before{
    left: 280px;
    background: url(../images/aboutTp1.png) no-repeat;
    position: absolute;
    background-size: 110px 8px;
    top: 50%;
    width: 110px;
    height: 8px;
    content: '';
}
.duceTit_JS1 .title::after{
    right: 280px;
    background: url(../images/aboutTp2.png) no-repeat;
    position: absolute;
    background-size: 108px 8px;
    top: 50%;
    width: 108px;
    height: 8px;
    content: '';
}
/* 中部 */
.newGetBody_JS{
    width: 100%;
    min-height: 300px;
    margin-top: 70px;
    margin-bottom: 65px;
    font-size: 16px;
    color: #2a2a2a;
}
.newGetBody_JS p{
    line-height: 40px !important;
    letter-spacing: 1px;
}
.newGetBody_JS img{
    width: auto;
    height: auto;
    max-width: 100%;
    margin-top: 45px;
}
/* 关于华创banner */
.about_JS{
    width: 100%;
    height: 748px;
    background: url(../images/aboutTp4.jpg) no-repeat;
    background-size: cover;
    background-position: -150px 0;
}
.about_JS .row{
    width: 1210px;
    height: auto;
    margin: 0 auto;
}
.aboutTit_JS{
    width: 100%;
    height: auto;
}
.aboutTit_JS p{
    font-size: 24px;
    color: #ffffff;
    margin-top: 116px;
}
.aboutBody_JS{
    width: 100%;
    height: auto;
    margin-top: 56px;
}
/*大事记start*/

.event_box_JS {
    width: 100%;
    position: relative;
    min-height: 420px;
}
  
.event_box_JS .parHd {
    width: 100%;
    display: inline-block;
    height: 92px;
    overflow: hidden;
}
.event_box_JS .parHd::after{
    content: "";
    position: absolute;
    width: 1090px;
    height: 1px;
    left: 50%;
    top: 29px;
    margin-left: -545px;
    background-color: #ffffff;
}
.event_box_JS .parHd ul {
    width: 100%;
    text-align: center;
    margin: 0 auto ;
    padding-top: 25px ;
    display: flex ;
    justify-content: space-between;
    align-items: center;
}
.event_box_JS .parHd .tempWrap {
    width: 100% !important;
    margin: 0 auto;
}
.event_box_JS  .parHd .tempWrap:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #580000;
    position: absolute;
    top: 35%;
    z-index: 10;
}
.event_box_JS  .parHd li.no_line:before {
    display: none;
}
  
.event_box_JS .parHd li {
    display: inline-block;
    cursor: pointer;
    padding-top: 30px;
    font-size: 16px;
    color: #ffffff;
    margin: 0 30px;
    position: relative;
} 
.event_box_JS .parHd li::after {
    content: "";
    background: url(../images/aboutTp5.png) no-repeat;
    width: 10px;
    height: 10px;
    position: absolute;
    z-index: 20;
    top: -1px;
    left: 50%;
    margin-left: -5px;
    background-size: 10px 10px;
    background-color: #8392a3;
    border-radius: 50%;
}
.parHd li.act::after{
    background-color: #ff8a51;
    border: 1px solid #fbc6ac;
}
.parBd_JS {
    width: 100%;
    height: auto;  
}
.slideBox_JS{
    width: 100%;
    height: auto;
    margin-top: 80px;
}
.slideBox_JS .left{
    width: 40%;
    height: auto;
    float: left;
}
.slideBox_JS .left p{
    font-size: 112px;
    font-weight: bold;
    color: #ffffff;
    float: left;
    font-family: "FRICK";
    margin-left: 40px;
}
.parBd_JS .right{
    width: 602px;
    height: auto;
    float: right;
    margin-right: 41px;
}
.parBd_JS .right .p1{
    width: 100%;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    float: left;
    margin-left: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.parBd_JS .right hr{
    width: 590px;
    height: 1px;
    background: white;
    float: right;
    margin-top: 20px;
}
.parBd_JS .right .p2{
    font-size: 15px;
    color: #ffffff;
    margin-left: 9px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.parAn_JS{
    width: 100%;
    height: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    margin-top: 10px;
}
.parAn_JS .sPrev{
    width: 38px;
    height: 38px;
    float: left;
    margin-left: 576px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #c4c7cf;
}
.parAn_JS .sPrev_Tp{
    width: 6px;
    height: 12px;
    margin-top: 9px;
    margin-left: 15px;
}
.parAn_JS .sPrev_Tp img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.parAn_JS .sNext{
    width: 38px;
    height: 38px;
    float: left;
    margin-left: 15px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #c4c7cf;
}
.parAn_JS .sNext_Tp{
    width: 6px;
    height: 12px;
    margin-top: 9px;
    margin-left: 15px;
}
.parAn_JS .sNext_Tp img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.parAn_JS .cur{
    background-color: #ff8a51;
}
/* 销售网络 */
.work_JS{
    width: 100%;
    height: auto;
    padding-bottom: 177px;
}
.work_JS .row{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.workTit_JS{
    width: 100%;
    height: auto;
}
.workTit_JS p{
    font-size: 18px;
    color: #333333;
    line-height: 40px;
    text-align: justify;
    margin-top: 50px;
}
.workTit_JS p span{
    font-weight: bold;
    color: #ff853a;
}
.workBody_JS{
    width: 100%;
    height: auto;
}
.workBody_JS .workBody_Tp1{
    width: 100%;
    height: 531px;
    margin: 0 auto;
    margin-top: 50px;
}
.workBody_JS .workBody_Tp1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.workBody_JS .workBody_Tp2{
    width: 874px;
    height: 624px;
    margin: 0 auto;
}
.workBody_JS .workBody_Tp2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* 资质荣誉 */
.honor_JS{
    width: 100%;
    height: auto;
}
.honor_JS .row{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
/* 头部 */
.honorTit_JS{
    width: 100%;
    height: 75px;
    border-bottom: 1px solid #e5e5e5;
}
.honorTit_JS p{
    font-size: 22px;
    font-weight: bold;
    float: left;
    margin-top: 33px;
    text-indent: 6px;
}
.honorTit_JS .honorTit_Yc{
    width: auto;
    height: auto;
    float: right;
    margin-top: 40px;
    margin-right: 8px;
}
.honorTit_JS .honorTit_Yc span{
    font-size: 14px;
    color: #999999;
}
.honorTit_JS .honorTit_Yc .span1{
    color: #487ed4;
}
/* 中部 */
.honorBody_JS{
    width: 100%;
    min-height: 300px;
    position: relative;
}
.honorBody_JS ul{
    display: flex;
    flex-wrap: wrap;
    margin-top: 48px;
}
.honorBody_JS ul li{
    width: calc(25% - 52px);
    margin: 0px 25px;
    height: 385px;
    margin-bottom: 75px;
    position: relative;
}
.honorBody_JS .Top{
    width: 100%;
    height: 349px;
    position: absolute;
    background: #f8f8f9;
}
.honorBody_JS .TopMax{
    width: 100%;
    height: 349px;
    background-color: rgb(142, 175, 227,0.8);
    display: none;
    position: relative;
    cursor: pointer;
}
.honorBody_JS .TopMax .TopMax_Tp{
    width: 36px;
    height: 37px;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 156px;
    cursor: pointer;
    display: none;
}
.honorBody_JS .TopMax .TopMax_Tp img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.honorBody_JS .layout_Max{
    width: 199px;
    height: 271px;
    background: url(../images/indexTp25.png) no-repeat center;
    background-size: 199px 271px; 
    margin: 0 auto;
    margin-top: 37px;
}
.honorBody_JS .honorBody_Tp{
    width: 176px;
    height: 247px;
    margin: 0 auto;
    padding-top: 12px;
    cursor: pointer;
}
.honorBody_JS .honorBody_Tp img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* 弹窗的位置和背景颜色 */
.honorBody_JS .modal {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    z-index: 99;
    overflow: auto;
    display: none;
    cursor: pointer;
    /* 溢出出现滚动条 */
    overflow-x: hidden;
    overflow-y: hidden;
}
/* 弹窗图片的大小 */
.honorBody_JS .content {
    margin: auto;
    display: block;
    min-height: 500px;
    max-height: 600px;
    margin-top: 120px;
}
.honorBody_JS ul li .Top p{
    font-size: 16px;
    color: #333333;
    text-align: center;
    margin-top: 60px;
}
/* 新闻中心 */
.new_JS {
    width: 100%;
    height: auto;
}
.new_JS .row {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
/* 头部 */
.new_JS .newTit {
    width: 100%;
    height: 75px;
    border-bottom: 1px solid #e5e5e5;
}
.new_JS .newTit p {
    font-size: 22px;
    font-weight: bold;
    float: left;
    margin-top: 33px;
    text-indent: 6px;
}
.new_JS .newTit_Yc {
    width: auto;
    height: auto;
    float: right;
    margin-top: 40px;
    margin-right: 8px;
}
.new_JS .newTit_Yc span {
    font-size: 14px;
    color: #999999;
}
.new_JS .newTit_Yc .span1 {
    color: #487ed4;
}
/* 中部 */
.new_JS .newBody {
    width: 100%;
    min-height: 300px;
    margin-bottom: 70px;
}
.new_JS .newBody ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 15px;
}
.new_JS .newBody ul li {
    width: 100%;
    height: 56px;
    border-bottom: 1px solid #e4e4e4;
    box-sizing: border-box;
}
.new_JS .newBody ul li .p1 {
    width: 60%;
    height: auto;
    font-size: 16px;
    color: #2a2a2a;
    line-height: 56px;
    float: left;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.new_JS .newBody .cur .p1 {
    color: #487ed4;
}
.new_JS .newBody ul li .p2 {
    width: auto;
    height: auto;
    font-size: 16px;
    color: #2a2a2a;
    line-height: 56px;
    float: right;
}
/* 新闻中心 */
.lils_JS{
    width: 100%;
    height: auto;
    padding-bottom: 181px;
}
.lils_JS .row{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
/* 头部 */
.lils_JS .lilsTit{
    width: 100%;
    height: 75px;
    border-bottom: 1px solid #e5e5e5;
}
.lils_JS .lilsTit p{
    font-size: 22px;
    font-weight: bold;
    float: left;
    margin-top: 33px;
    text-indent: 6px;
}
.lils_JS .lilsTit_Yc{
    width: auto;
    height: auto;
    float: right;
    margin-top: 40px;
    margin-right: 8px;
}
.lils_JS .lilsTit_Yc span{
    font-size: 14px;
    color: #999999;
}
.lils_JS .lilsTit_Yc .span1{
    color: #487ed4;
}
/* 中部 */
.lils_JS .lilsBody{
    width: 100%;
    height: auto;
    position: relative;
    padding-bottom: 35px;
}
.lils_JS .lilsBody .p1{
    font-size: 26px;
    color: #333333;
    padding-top: 30px;
}
.lils_JS .lilsBody .p2{
    font-size: 14px;
    color: #6d6d6d;
    padding-top: 20px;
}
.lils_JS .lilsBody::after{
    content: "";
    width: 1200px;
    height: 6px;
    background: url(../images/aboutTp12.png) no-repeat;
    background-size: 1200px 6px;
    position: absolute;
    top: 125px;
}
/* 底部 */
.lils_JS .lilsBut{
    width: 100%;
    min-height: 300px;
    font-size: 16px;
    color: #2a2a2a;
    padding-top: 30px;    
}
.lils_JS .lilsBut p{
    line-height: 40px !important;
    letter-spacing: 1px;
}
.lils_JS .lilsBut img{
    width: auto;
    height: auto;
    max-width: 100%;
    margin-top: 45px;
}
/* 切换 */
.lils_JS .lilsMap{
    width: 100%;
    height: auto;
    border-top: 1px solid #e5e5e5;
    margin-top: 110px;
}
.lils_JS .lilsMap .p1{
    width: auto;
    height: auto;
    float: left;
    margin-top: 25px;
}
.lils_JS .lilsMap .p1 span{
    font-size: 16px;
    color: #4e4e4e;
    float: left;
}
.lils_JS .lilsMap .p1 a{
    font-size: 16px;
    color: #4e4e4e;
    display: block;
    float: left;
    margin-left: 19px;
}
.lils_JS .lilsMap .p2{
    width: auto;
    height: auto;
    float: right;
    margin-top: 25px;
}
.lils_JS .lilsMap .p2 span{
    font-size: 16px;
    color: #4e4e4e;
    float: left;
}
.lils_JS .lilsMap .p2 a{
    font-size: 16px;
    color: #4e4e4e;
    display: block;
    float: left;
    margin-left: 19px;
}
/* 智慧水利 */
.swiper-curtain{
    width: 100%;
    height: 117px;
    background-color: rgb(50, 50, 50,0.5);
    position: absolute;
    bottom: 0;
    z-index: 9;
}
.dom_DOM{
    width: 100%;
    height: auto;
}
.dom_DOM .row{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
/* 头部 */
.dom_DOM .domTit{
    width: 100%;
    height: 75px;
    border-bottom: 1px solid #e5e5e5;
}
.dom_DOM .domTit p{
    font-size: 22px;
    font-weight: bold;
    float: left;
    margin-top: 33px;
    text-indent: 6px;
}
.dom_DOM .domTit_Yc{
    width: auto;
    height: auto;
    float: right;
    margin-top: 40px;
    margin-right: 8px;
}
.dom_DOM .domTit_Yc span{
    font-size: 14px;
    color: #999999;
}
.dom_DOM .domTit_Yc .span1{
    color: #487ed4;
}
/* 中部 */
.dom_DOM .domBody{
    width: 100%;
    height: auto;
    margin-bottom: 17px;
}
.dom_DOM .domBody_Top{
    width: 100%;
    height: auto;
    position: relative;
}
.dom_DOM .domBody_Top .p1{
    font-size: 32px;
    color: #487ed4;
    text-align: center;
    padding-top: 50px;
}
.dom_DOM .domBody_Top::after{
    content: "";
    position: absolute;
    width: 39px;
    height: 3px;
    background-color: #487ed4;
    top: 106px;
    left: 50%;
    margin-left: -19.5px;
}
.dom_DOM .domBody_Top .p2{
    font-size: 20px;
    color: #666666;
    text-align: center;
    padding-top: 35px;
}
.dom_DOM .domBody_Top .p3{
    font-size: 16px;
    color: #333333;
    text-align: justify;
    line-height: 35px;
    padding-top: 30px;
/*    text-indent: 2em;*/
}
.dom_DOM .domBody_Top .p4{
    width: 157px;
    height: 37px;
    border-radius: 20px;
    border: 1px solid #e76300;
    box-sizing: border-box;
    font-size: 14px;
    color: #e76300;
    text-align: center;
    line-height: 35px;
    margin: 0 auto;
    display: block;
    margin-top: 25px;
}
.dom_DOM .domBody_Mid{
    width: 100%;
    height: auto;
    margin-top: 58px;
}
.dom_DOM .domBody_Mid ul{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.dom_DOM .domBody_Mid ul li{
    width: calc(33% - 20px);
    height: 351px; 
    margin: 0px 12px;
    margin-bottom: 52px;
    position: relative;
}
.dom_DOM .domBody_Tp{
    width: 100%;
    height: 283px;
    overflow: hidden;
    overflow: hidden;
    cursor: pointer; 
}
.dom_DOM .domBody_Tp a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dom_DOM .domBody_Tp a img:hover{
    animation: move .5s linear forwards;
}
@keyframes move {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}
.dom_DOM .domBody_Black{
    width: 100%;
    height: auto;
    display: none;
    transition: all 0.4s ease;
    
}
.dom_DOM .domBody_Mid ul li .wisdomSl_p1{
    font-size: 16px;
    color: #333333;
    text-align: center;
    margin-top: 23px;
    padding: 0 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.dom_DOM .domBody_Wz{
    width: 100%;
    height: 108px;
    background-color: rgb(89, 138, 216,0.9);
    position: absolute;
    bottom: 0;
}
.dom_DOM .domBody_Wz a .p2{
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    line-height: 108px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.dom_DOM .domBody_Wz_Tp{
    width: 24px;
    height: 24px;
    overflow: hidden;
    position: absolute;
    z-index: 99;
    bottom: 92px;
    left: 50%;
    margin-left: -12px;
}
.dom_DOM .domBody_Wz_Tp img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* 智慧方案-详情 */
.dom_XQ{
    width: 100%;
    height: auto;
    padding-bottom: 104px;
}
.dom_XQ .row{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
/* 头部 */
.dom_XQ .domTit{
    width: 100%;
    height: 75px;
    border-bottom: 1px solid #e5e5e5;
}
.dom_XQ .domTit p{
    font-size: 22px;
    font-weight: bold;
    float: left;
    margin-top: 33px;
    text-indent: 6px;
}
.dom_XQ .domTit_Yc{
    width: auto;
    height: auto;
    float: right;
    margin-top: 40px;
    margin-right: 8px;
}
.dom_XQ .domTit_Yc span{
    font-size: 14px;
    color: #999999;
}
.dom_XQ .domTit_Yc .span1{
    color: #487ed4;
}
/* 中部 */
.dom_XQ .domBody{
    width: 100%;
    min-height: 300px;
    font-size: 16px;
    color: #2a2a2a;
    padding-top: 30px;
}
.dom_XQ .domBody p{
    line-height: 40px !important;
    letter-spacing: 1px;
}
.dom_XQ .domBody img{
    width: auto;
    height: auto;
    max-width: 100%;
    margin-top: 45px;
}
/* 产品中心 */
.pro_PRO{
    width: 100%;
    height: auto;
}
.pro_PRO .row{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
/* 头部 */
.pro_PRO .proTit{
    width: 100%;
    height: 75px;
    border-bottom: 1px solid #e5e5e5;
}
.pro_PRO .proTit p{
    font-size: 22px;
    font-weight: bold;
    float: left;
    margin-top: 33px;
    text-indent: 6px;
}
.pro_PRO .proTit_Yc{
    width: auto;
    height: auto;
    float: right;
    margin-top: 40px;
    margin-right: 8px;
}
.pro_PRO .proTit_Yc span{
    font-size: 14px;
    color: #999999;
}
.pro_PRO .proTit_Yc .span1{
    color: #487ed4;
}
/* 中部 */
.pro_PRO .proBody{
    width: 100%;
    height: auto;
}
/* 左侧 */
.pro_PRO .proBody_Zc{
    width: 233px;
    height: auto;
    float: left;
    background-color: #f5f5f5;
    margin-top: 45px;
}
.pro_PRO .left_Top{
    width: 100%;
    height: auto;
}
.pro_PRO .proBody_Zc .swiper {
    width: 100%;
    height: 100%;
}
.pro_PRO .cationBody .swiper .swiper-slide {
    width: auto;
    height: auto;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: all 1s ease 0s;
    cursor: pointer;
    position: relative;
}
.pro_PRO .cationBody .swiper .swiper-slide .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pro_PRO .left_Top_Tp{
    width: 233px;
    height: 151px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.pro_PRO .left_Top_Tp img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pro_PRO .left_Top .swiper-slide p{
    font-size: 26px;
    font-weight: bold;
    color: #deebff;
    position: absolute;
    top: 60px;
    left: 50%;
    margin-left: -81px;
    cursor: pointer;
}
.pro_PRO .left_Top .swiper-pagination-bullet-active{
    content: "";
    width: 8px;
    height: 8px;
    background: url(../images/wisdomTp6.png) no-repeat !important;
    background-size: 8px 8px;  
}
.pro_PRO .left_Top .swiper-pagination-bullet{
    content: "";
    width: 8px;
    height: 8px;
    background: url(../images/wisdomTp5.png) no-repeat;
    background-size: 8px 8px;
}
/* 左侧中部 */
.pro_PRO .left_Mid{
    width: 100%;
    min-height: 555px;
    position: relative;
    overflow: hidden;
}
.pro_PRO .left_Mid ul{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    margin-top: 30px;
}
.pro_PRO .left_Mid ul{
    width: 100%;
    height: auto;
    display: block;
}
.pro_PRO .headClassList.active{
	overflow-y: auto;
	height: auto;
	zoom: 1;
}
.pro_PRO .left_Mid ul li{
    width: 100%;
    min-height: 63px;
    box-sizing: border-box;
    text-indent: 23px;
    line-height: 63px;
    position: relative;
    font-size: 16px;
    color: #333333;
    transition: all 0.4s ease;
    cursor: pointer;
    border-top: 1px solid #f5f5f5 !important;
    box-sizing: border-box !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #ffffff;
}
.pro_PRO .left_Mid ul li ul{
    margin-top: 0px !important;
    display: none;
}
.pro_PRO .left_Mid ul li.active ul{
    display: block;
}
.pro_PRO .left_Mid ul li ul li{
    background-color: #f5f5f5 !important;
    text-indent: 50px !important;
    border-top: 1px solid #f5f5f5 !important;
    box-sizing: border-box !important;
}
.pro_PRO .left_Mid ul li ul li.active{
    background: #487ed4 !important;
}
.pro_PRO .left_Mid ul li ul li.active a{
    color: #ffffff !important;
}
.pro_PRO .left_Mid ul li ul li a{
    color: #333333 !important;
}
.pro_PRO .left_Mid .headClassList li ul li:hover {
    background-color: #487ed4 !important;
}
.pro_PRO .left_Mid .headClassList li ul li:hover a{
    color: #ffffff !important;
}
.pro_PRO .left_Mid .left_Cli{
    width: 20px;
	height: 20px;
	cursor: pointer;
	position: absolute;
    right: 21px;
    top: 23px;
    display: block;
}
.pro_PRO .left_Mid .left_Cli img{
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: block;
}
.pro_PRO .left_Mid ul li.active .left_Cli,
.pro_PRO .left_Mid ul li:hover .left_Cli{
    display: block;
}
.pro_PRO .left_Mid ul .active,
.pro_PRO .left_Mid ul li:hover{
    background-color: #487ed4;
}
.pro_PRO .left_Mid ul .active a,
.pro_PRO .left_Mid ul li:hover a{
    color: #ffffff;
}
.pro_PRO .left_Mid ul .active::after{
    content: "";
    position: absolute;
    width: 3px;
    height: 48px;
    background-color: #ff853a;
    left: 0;
    top: 8px;
}
.pro_PRO .left_Mid .open-btn{
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 85px;
    cursor: pointer;
    text-align: center;
}
.pro_PRO .open-btn-Tp{
    width: 14px;
    height: 8px;
    margin: 0 auto;
    margin-top: 60px;
}
.pro_PRO .open-btn-Tp img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* 左侧底部 */
.pro_PRO .left_But{
    width: 100%;
    height: auto;
    padding-bottom: 16px;
}
.pro_PRO .left_But_Tp{
    width: 100%;
    height: 107px;
    background: url(../images/wisdomTp8.png) no-repeat;
    background-size: cover;
    background-position: -703px 0;
    margin-top: 30px;
}
/* 右侧 */
.pro_PRO .proBody_Yc{
    width: 960px;
    height: auto;
    float: right;
    margin-right: 1px;
    margin-top: 45px;
}
.pro_PRO .proBody_Yc ul{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    margin-bottom: 19px;
}
.pro_PRO .proBody_Yc ul li{
    width: 308px;
    margin: 0px 6px;
    height: 488px;
    background: linear-gradient(to bottom, #fafafa, #e0e0e0);
    margin-bottom: 33px;
    position: relative;
    cursor: pointer;
}
.pro_PRO .proBody_Yc ul li:hover{
    background-color: #f8f8f9;
}
.pro_PRO .proBody_Yc ul li:hover .duceBut_Wz_s{
    margin-top:-43px;
}
.pro_PRO .proBody_Yc ul li:hover .p1,
.pro_PRO .proBody_Yc ul li:hover .p2{
    font-weight:bold;
}
.pro_PRO .proBody_Yc ul li:hover .p3, 
.pro_PRO .proBody_Yc ul li:hover .p4{
     opacity: 1;
}
.pro_PRO .proBody_Yc ul li:hover .duceBut_Tp{
    margin-top: 40px;
}
.pro_PRO .duceBut_Tp{
    width: 177px;
    height: 201px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 83px;
}
.pro_PRO .duceBut_Tp img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pro_PRO .proBody_Yc ul li:hover img{
    margin-top: 0;
    transform: scale(0.8);
}
.pro_PRO .duceBut_Wz_s{
    width: 100%;
    height: auto;
    text-align: center;
    transition: all 0.5s;
    margin-top: 0;
}
.pro_PRO .duceBut_Wz_s .p1{
    width: 280px;
    font-size: 18px;
    color: #333333;
    margin: 0 auto;
    margin-top: 90px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.pro_PRO .duceBut_Wz_s .p3{
    width: 280px;
    font-size: 14px;
    color: #999999;
    text-align: center;
    line-height: 25px;
    margin: 0 auto;
    margin-top: 40px;
    opacity: 0;
    transition: 0.5s linear;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.pro_PRO .duceBut_Wz_s .p4{
    width: 85px;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -42.5px;
    background-color: #ff853a;
    opacity: 0;
    transition: 0.5s linear;
}
/* 侧方在线选型 */
.duckCf{
    width: 88px;
    height: 100px;
    position: fixed;
    top: 80px;
    right: -8px;
    z-index: 10;
    cursor: pointer;
}
.duckCf a{
    width: 100%;
    height: 100%;
    display: block;
}
.duckCf a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* 产品中心 */
.proS_PROS{
    width: 100%;
    height: auto;
    padding-bottom: 129px;
}
.proS_PROS .row{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
/* 头部 */
.proS_PROS .proSTit{
    width: 100%;
    height: 75px;
    border-bottom: 1px solid #e5e5e5;
}
.proS_PROS .proSTit p{
    font-size: 22px;
    font-weight: bold;
    float: left;
    margin-top: 33px;
    text-indent: 6px;
}
.proS_PROS .proTit_Yc{
    width: auto;
    height: auto;
    float: right;
    margin-top: 40px;
    margin-right: 8px;
}
.proS_PROS .proTit_Yc span{
    font-size: 14px;
    color: #999999;
}
.proS_PROS .proTit_Yc .span1{
    color: #487ed4;
}
/* 中部 */
.proS_PROS .proSBody{
    width: 100%;
    height: auto;
    overflow-x: hidden;
    overflow-y: hidden;
}
/* 左侧 */
.proS_PROS .proSBody_Zc{
    width: 233px;
    height: auto;
    float: left;
    background-color: #f5f5f5;
    margin-top: 45px;
}
.proS_PROS .left_Top{
    width: 100%;
    height: auto;
}
.proS_PROS .proSBody_Zc .swiper {
    width: 100%;
    height: 100%;
}
.proS_PROS .cationBody .swiper .swiper-slide {
    width: auto;
    height: auto;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: all 1s ease 0s;
    cursor: pointer;
    position: relative;
}
.proS_PROS .cationBody .swiper .swiper-slide .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.proS_PROS .left_Top_Tp{
    width: 233px;
    height: 151px;
    overflow: hidden;
    position: relative;
}
.proS_PROS .left_Top_Tp img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.proS_PROS .left_Top .swiper-slide p{
    font-size: 26px;
    font-weight: bold;
    color: #deebff;
    position: absolute;
    top: 60px;
    left: 50%;
    margin-left: -81px;
}
.proS_PROS .left_Top .swiper-pagination-bullet-active{
    content: "";
    width: 8px;
    height: 8px;
    background: url(../images/wisdomTp6.png) no-repeat !important;
    background-size: 8px 8px;  
}
.proS_PROS .left_Top .swiper-pagination-bullet{
    content: "";
    width: 8px;
    height: 8px;
    background: url(../images/wisdomTp5.png) no-repeat;
    background-size: 8px 8px;
}
.proS_PROS  .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 10px;
    left: 0;
    width: 100%;
    z-index: 2;
}
/* 左侧中部 */
.proS_PROS .left_Mid{
    width: 100%;
    min-height: 555px;
    position: relative;
    overflow: hidden;
}
.proS_PROS .left_Mid ul{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    margin-top: 30px;
}
.proS_PROS .left_Mid ul{
    width: 100%;
    height: auto;
    display: block;
}
.proS_PROS .headClassList.active{
	overflow-y: auto;
	height: auto;
	zoom: 1;
}
.proS_PROS .left_Mid ul li{
    width: 100%;
    min-height: 63px;
    box-sizing: border-box;
    text-indent: 23px;
    line-height: 63px;
    position: relative;
    font-size: 16px;
    color: #333333;
    transition: all 0.4s ease;
    cursor: pointer;
    border-top: 1px solid #f5f5f5 !important;
    box-sizing: border-box !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #ffffff;
}
.proS_PROS .left_Mid ul li ul{
    margin-top: 0px !important;
    display: none;
}
.proS_PROS .left_Mid ul li.active ul{
    display: block;
}
.proS_PROS .left_Mid ul li ul li{
    background-color: #f5f5f5 !important;
    text-indent: 50px !important;
    border-top: 1px solid #f5f5f5 !important;
    box-sizing: border-box !important;
}
.proS_PROS .left_Mid ul li ul li.active{
    background: #487ed4 !important;
}
.proS_PROS .left_Mid ul li ul li.active a{
    color: #ffffff !important;
}
.proS_PROS .left_Mid ul li ul li a{
    color: #333333 !important;
}
.proS_PROS .left_Mid .headClassList li ul li:hover {
    background-color: #487ed4 !important;
}
.proS_PROS .left_Mid .headClassList li ul li:hover a{
    color: #ffffff !important;
}
.proS_PROS .left_Mid .left_Cli{
    width: 20px;
	height: 20px;
	cursor: pointer;
	position: absolute;
    right: 21px;
    top: 23px;
    display: block;
}
.proS_PROS .left_Mid .left_Cli img{
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: block;
}
.proS_PROS .left_Mid ul li.active .left_Cli,
.proS_PROS .left_Mid ul li:hover .left_Cli{
    display: block;
}
.proS_PROS .left_Mid ul .active,
.proS_PROS .left_Mid ul li:hover{
    background-color: #487ed4;
}
.proS_PROS .left_Mid ul .active a,
.proS_PROS .left_Mid ul li:hover a{
    color: #ffffff;
}
.proS_PROS .left_Mid ul .active::after{
    content: "";
    position: absolute;
    width: 3px;
    height: 48px;
    background-color: #ff853a;
    left: 0;
    top: 8px;
}
.proS_PROS .left_Mid .open-btn{
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 85px;
    cursor: pointer;
    text-align: center;
}
.proS_PROS .open-btn-Tp{
    width: 14px;
    height: 8px;
    margin: 0 auto;
    margin-top: 60px;
}
.proS_PROS .open-btn-Tp img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* 左侧底部 */
.proS_PROS .left_But{
    width: 100%;
    height: auto;
    padding-bottom: 16px;
}
.proS_PROS .left_But_Tp{
    width: 100%;
    height: 107px;
    background: url(../images/wisdomTp8.png) no-repeat;
    background-size: cover;
    background-position: -703px 0;
    margin-top: 30px;
}
/* 右侧 */
.proS_PROS .proSBody_Yc{
    width: 941px;
    height: auto;
    float: right;
    margin-right: 1px;
    margin-top: 45px;
}
/* 右侧头部左侧 */
.proS_PROS .right_Zc{
    width: 486px;
    height: auto;
    float: left;
    position: relative;
}
.proS_PROS .right_Zc_Mid{
    width: 100%;
    height: auto;
    margin-top: 0 !important;
}
.proS_PROS .Mid_Bj{
    width: 100%;
    height: auto;
}
.proS_PROS #smallBox{
    width: 486px;
    height: 588px;
    overflow: hidden;
    position: relative;
}
.proS_PROS #smallBox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.proS_PROS .mapBox{
    width: 38px;
    height: 39px;
    overflow: hidden;
    position: absolute;
    top: 546px;
    right: 0;
}
.proS_PROS .mapBox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.proS_PROS #bigBox {
    width: 486px;
    height: 588px;
    position: absolute;
    overflow: hidden;
    display: none;
}
.proS_PROS #bigBox img {
    width: 972px;
    height: 1176px;
    object-fit: cover;
}
.proS_PROS #zoom {
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    height: 200px;
    background-color: red;
    opacity: .2;
    cursor: move;
    display: none;
}
.proS_PROS .right_Zc_But{
    width: 100%;
    height: 183px;
    background-color: #949494;
}
.proS_PROS .right_Zc_But .swiper {
    width: 100%;
    height: 100%;
}
.proS_PROS .right_Zc_But .swiper .swiper-slide {
    width: auto;
    height: auto;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: all 1s ease 0s;
    cursor: pointer;
}
.proS_PROS .right_Zc_But .swiper .swiper-slide .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.proS_PROS .right_Zc_But .layout{
    width: 102px;
    height: 137px;
    margin: 0 auto;
    margin-top: 22px;
    overflow: hidden;
}
.proS_PROS .right_Zc_But .layout img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.proS_PROS .right_Zc_But .swiper-button-prev,
.proS_PROS .swiper-rtl .swiper-button-next {
  width: 10px;
  height: 18px;
  overflow: hidden;
  background: url(../images/wisdomTp11.png) no-repeat;
  top: 110px;  
  left: 0;
}
.proS_PROS .right_Zc_But .swiper-button-prev:after,
.proS_PROS .swiper-rtl .swiper-button-next:after {
  content: "";
  width: 10px;
  height: 18px;
  overflow: hidden;
}
.proS_PROS .right_Zc_But .swiper-button-next,
.proS_PROS .swiper-rtl .swiper-button-prev {
  left: auto;
  width: 10px;
  height: 18px;
  overflow: hidden;
  background: url(../images/wisdomTp12.png) no-repeat;
  top: 110px;
  right: 0;
}
.proS_PROS .right_Zc_But .swiper-button-next:after,
.proS_PROS .swiper-rtl .swiper-button-prev:after {
  content: "";
  width: 10px;
  height: 18px;
  overflow: hidden;
}
/* js点击切换 */
.proS_PROS .right_Zc .content > div {
  display: none;
}
.proS_PROS .right_Zc .content > div.active {
  display: block;
}
.proS_PROS .right_Zc_But .swiper-wrapper .swiper-slide.active .layout {
  border: 2px solid #ff6f27;
  box-sizing: border-box;
}
/* 右侧头部右侧 */
.proS_PROS .right_Yc{
    width: 432px;
    height: auto;
    float: right;
}
.proS_PROS .right_Yc .p1{
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    float: left;
    text-indent: 2px;
    letter-spacing: 0.8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.proS_PROS .right_Yc_Mid{
    width: 100%;
    height: auto;
    background-color: #e4edfc;
    margin-top: 57px;
}
.proS_PROS .right_Yc_Mid ul{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    margin-left: 43px;
    padding-top: 15px;
}
.proS_PROS .right_Yc_Mid ul li{
    width: 320px;
    max-height: 67px;
    border-bottom: 1px dashed #a4bfec;
    padding-bottom: 14px;
}
.proS_PROS .right_Yc_Mid ul li p{
    font-size: 14px;
    color: #333333;
    text-indent: 1px;
    margin-top: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* 底部 */
.proS_PROS .proBut{
    width: 938px;
    height: auto;
    float: right;
    margin-top: 27px;
}
.proS_PROS .proBut_Top{
    width: 100%;
    height: 59px;
    background-color: #f5f5f5;
}
.proS_PROS .dent{
    width: 185px;
    height: 55px;
    border-bottom: 2px solid #ff6f27;
    background-color: #ffffff;
    float: left;
    margin-left: 1px;
    margin-top: 2px;
    text-align: center;
    line-height: 55px;
    font-size: 18px;
    color: #ff6f27;
}
.proS_PROS .proBut_Mid{
    width: 100%;
    height: auto;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    box-sizing: border-box;
    padding-bottom: 119px;
}
.proS_PROS .proBut_Mid_W1{
    width: 100%;
    height: auto;
}
.proS_PROS .proBut_Mid_W1 .proBut_Mid_Tp{
    width: 197px;
    height: 67px;
    overflow: hidden;
    padding-top: 59px;
    margin-left: 10px;
}
.proS_PROS .proBut_Mid_W1 .proBut_Mid_Tp img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.proS_PROS .proBut_Mid_Wz{
    width: 93%;
    min-height: 120px;
    font-size: 18px;
    color: #333333;
    line-height: 40px;
    padding: 0 27px 0 39px;
    margin-top: 20px;
}
.proS_PROS .proBut_Mid_W1 p{
    font-size: 18px;
    color: #333333;
    line-height: 40px;
    padding: 0 27px 0 39px;
    margin-top: 20px;
}
.proS_PROS .proBut_Mid_W2{
    width: 100%;
    height: auto;
}
.proS_PROS .proBut_Mid_W2 .proBut_Mid_Tp{
    width: 225px;
    height: 67px;
    overflow: hidden;
    padding-top: 20px;
    margin-left: 10px;
}
.proS_PROS .proBut_Mid_W2 ul{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    margin-top: 20px;
}
.proS_PROS .proBut_Mid_W2 ul li{
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #333333;
    margin-bottom: 30px;
    padding: 0 27px 0 39px;
}
.proS_PROS .proBut_Mid_W3{
    width: 100%;
    height: auto;
}
.proS_PROS .proBut_Mid_W3 .proBut_Mid_Tp{
    width: 249px;
    height: 67px;
    overflow: hidden;
    margin-left: 10px;
}
.proS_PROS .proBut_Mid_W3 .proBut_Mid_Tp img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.proS_PROS .proBut_Mid_W3 p{
    font-size: 18px;
    color: #333333;
    line-height: 40px;
    padding: 0 27px 0 39px;
    margin-top: 20px;
}
.proS_PROS .proBut_Mid_W3 .proBut_Map{
    width: 696px;
    height: 405px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 30px;
}
.proS_PROS .proBut_Mid_W3 .proBut_Map img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* 内容 */
.alpaca_BD{
    width: 100%;
    height: auto;
    padding-bottom: 139px;
}
.alpaca_BD .row{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.alpaca_BD .row .From{
    width: 100%;
    height: auto;
}
.alpaca_BD .row .From .paca{
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    margin-top: 70px;
    text-indent: 5px;
}
.alpaca_BD .row .From ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 55px;
}
.alpaca_BD .row .From ul li{
    width: 567px;
    height: 87px;
    margin-bottom: 60px;
}
.alpaca_BD .row .From ul li .p1{
    font-size: 16px;
    color: #333333;
    text-indent: 4px;
}
.alpaca_BD .row .From ul li .p1 span{
    color: #f0390d;
    margin-right: 5px;
}
.alpaca_BD .row .From ul li input{
    width: 88%;
    height: 54px;
    margin-left: 20px;
    border: none;
    background: none;
    background-color: transparent;
    outline: none;
    cursor: pointer;
}
.alpaca_BD .row .From ul li .alpaca_wap{
    width: 567px;
    height: 58px;
    border: 1px solid #f3f3f3;
    box-sizing: border-box;
    background-color: #f9f9f9;
    margin-top: 14px;
    position: relative;
    cursor: pointer;
}
.alpaca_BD .alpaca_Tp{
    width: 19px;
    height: 22px;
    overflow: hidden;
    margin-top: 17px;
    margin-left: 20px;
    float: left;
}
.alpaca_BD .alpaca_Tp img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.alpaca_BD .userCountry{
    width: 100%;
    height: auto;
    border: 1px solid #f3f3f3;
    box-sizing: border-box;
    background: #ffffff;
    position: absolute;
    top: 58px;
    left: 0;
    z-index: 99;
    display: none;
}
.alpaca_BD .userCountry span{
    width: 100%;
    height: 47px;
    border-bottom: 1px solid #f3f3f3;
    box-sizing: border-box;
    text-indent: 23px;
    font-size: 14px;
    display: block;
    color: #666666;
    line-height: 47px;
    transition: all 0.4s ease;
}
.alpaca_BD .userCountry span .active,
.alpaca_BD .userCountry span:hover{
    background-color: #487ed4;
    color: #ffffff;
}
.alpaca_BD .userCountry span:last-child{
    border-bottom: none;
}
.alpaca_BD .row .From ul li .spa{
    position: absolute;
    left: 0;
    top: 63px;
    color: #BD362F;
}
.alpaca_BD .alpacaGetTp{
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 56px;
    background: url(/static/home/images/wisdomTp37s.png) no-repeat center center;
    background-size: 10px 5px;
}
.alpaca_BD .alpacaGetTp.clickGet{
    background: url(/static/home/images/wisdomTp38s.png) no-repeat center center;
    background-size: 10px 5px;
}

.alpaca_BD .alpaca_Tp .img02{
    display: none;
}
.alpaca_BD .GetActive:-moz-placeholder {
  color: #fafcfe;
}
.alpaca_BD .GetActive:-ms-input-placeholder {
  color: #fafcfe;
}
.alpaca_BD .GetActive::-webkit-input-placeholder {
  color: #fafcfe;
}
.alpaca_BD .GetActive{
    color: #ffffff;
}
.alpaca_BD input.GetActive:-internal-autofill-previewed,
.alpaca_BD input.GetActive:-internal-autofill-selected {
    background: rgb(72, 126, 212);
    transition: background-color 5000s ease-out 0.5s;
}

.alpaca_BD input:-internal-autofill-previewed,
.alpaca_BD input:-internal-autofill-selected {
    -webkit-text-fill-color: #666666;
    background: #ffffff;
    transition: background-color 5000s ease-out 0.5s;
}
/* 可选项 */
.alpacaOne{
    width: 100%;
    height: auto;
    margin-bottom: 60px;
}
.alpacaOne .p1{
    text-indent: 4px;
}
.alpacaOne .alpaca_wap{
    width: 100%;
    height: auto;
    margin-top: 30px;
}
.alpacaOne .alpaca_wap label{
    font-size: 14px;
    cursor: pointer;
}
.alpacaOne .alpaca_wap label input{
    cursor: pointer;
}
.alpacaOne .alpaca_wap .label2{
    margin-left: 100px;
}
.alpacaTow{
    width: 100%;
    height: auto;
    margin-bottom: 60px;
}
.alpacaTow .p1{
    text-indent: 4px;
}
.alpacaTow .alpaca_wap{
    width: 100%;
    height: auto;
    margin-top: 30px;
}
.alpacaTow .alpaca_wap label{
    width: auto;
    float: left;
    font-size: 14px;
    cursor: pointer;
}
.alpacaTow .alpaca_wap .label1{
    width: 100%;
    height: auto;
}
.alpacaTow .alpaca_wap .label1 input{
    cursor: pointer;
}
.alpacaTow .alpaca_wap .label2{
    margin-top: 25px;
}
.alpacaTow .alpaca_wap label input{
    cursor: pointer;
}
.label1-1{
    width: 100%;
    height: auto;
    padding-top: 20px;
}
.label1-2{
    width: 100%;
    height: auto;
    padding-top: 20px;
}
.alpacaThree{
    width: 100%;
    height: auto;
    margin-bottom: 60px;
}
.alpacaThree .p1{
    text-indent: 4px;
}
.alpacaThree .alpaca_wap{
    width: 100%;
    height: auto;
    margin-top: 30px;
}
.alpacaThree .alpaca_wap label{
    font-size: 14px;
    cursor: pointer;
}
.alpacaThree .alpaca_wap label input{
    cursor: pointer;
}
.alpacaThree .alpaca_wap .label2{
    margin-left: 100px;
}
.alpaca_BD input[type="radio" i] {
    background-color: initial;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    margin: 3px 9px 3px 4px;
    padding: initial;
    border: initial;
}
.alpaca_BD input[type="checkbox" i] {
    background-color: initial;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    margin: 3px 9px 3px 70px;
    padding: initial;
    border: initial;
}
.alpBut{
    width: 100%;
    height: auto;
    margin-top: 65px;
}
.sexBut{
    width: 565px;
    height: 56px;
    background-color: #ff8b44;
    border: none;
    text-align: center;
    line-height: 56px;
    color: #ffffff;
    font-size: 20px;
    display: block;
    margin: 0 auto;
    margin-top: 29px;
    cursor: pointer;
}
.sexBut input{
    width: 100%;
    height: 100%;
    border: none;
    background: none;
    background-color: transparent;
    outline: none;
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
}
/* 行业应用 */
.dustry_IND{
    width: 100%;
    height: auto;
}
.dustry_IND .row{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
/* 头部 */
.dustry_IND .dustryTit{
    width: 100%;
    height: 75px;
    border-bottom: 1px solid #e5e5e5;
}
.dustry_IND .dustryTit p{
    font-size: 22px;
    font-weight: bold;
    float: left;
    margin-top: 33px;
    text-indent: 6px;
}
.dustry_IND .dustryTit_Yc{
    width: auto;
    height: auto;
    float: right;
    margin-top: 40px;
    margin-right: 8px;
}
.dustry_IND .dustryTit_Yc span{
    font-size: 14px;
    color: #999999;
}
.dustry_IND .dustryTit_Yc .span1{
    color: #487ed4;
}
/* 中部 */
.dustry_IND .dustryBody{
    width: 100%;
    height: auto;
}
/* 左侧 */
.dustry_IND .dustryBody_Zc{
    width: 233px;
    height: auto;
    float: left;
    background-color: #f5f5f5;
    margin-top: 45px;
}
.dustry_IND .left_Top{
    width: 100%;
    height: auto;
}
.dustry_IND .dustryBody_Zc .swiper {
    width: 100%;
    height: 100%;
}
.dustry_IND .cationBody .swiper .swiper-slide {
    width: auto;
    height: auto;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: all 1s ease 0s;
    cursor: pointer;
    position: relative;
}
.dustry_IND .cationBody .swiper .swiper-slide .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dustry_IND .left_Top_Tp{
    width: 233px;
    height: 151px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.dustry_IND .left_Top_Tp img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dustry_IND .left_Top .swiper-slide p{
    font-size: 26px;
    font-weight: bold;
    color: #deebff;
    position: absolute;
    top: 60px;
    left: 50%;
    margin-left: -109px;
    cursor: pointer;
}
.dustry_IND .left_Top .swiper-pagination-bullet-active{
    content: "";
    width: 8px;
    height: 8px;
    background: url(../images/wisdomTp6.png) no-repeat !important;
    background-size: 8px 8px;  
}
.dustry_IND .left_Top .swiper-pagination-bullet{
    content: "";
    width: 8px;
    height: 8px;
    background: url(../images/wisdomTp5.png) no-repeat;
    background-size: 8px 8px;
}
/* 左侧中部 */
.dustry_IND .left_Mid{
    width: 100%;
    height: 555px;
    position: relative;
    overflow: hidden;
}
.dustry_IND .left_Mid ul{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    margin-top: 30px;
}
.dustry_IND .left_Mid ul{
    width: 100%;
    height: auto;
    display: block;
}
.dustry_IND .left_Mid ul li{
    width: 100%;
    min-height: 63px;
    box-sizing: border-box;
    text-indent: 23px;
    line-height: 63px;
    position: relative;
    font-size: 16px;
    color: #333333;
    transition: all 0.4s ease;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dustry_IND .left_Mid ul .active,
.dustry_IND .left_Mid ul li:hover{
    background-color: #487ed4;
    color: #ffffff;
}
.dustry_IND .left_Mid ul .active::after{
    content: "";
    position: absolute;
    width: 3px;
    height: 48px;
    background-color: #ff853a;
    left: 0;
    top: 8px;
}
.dustry_IND .left_Mid .open-btn{
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 85px;
    cursor: pointer;
    text-align: center;
}
.dustry_IND .open-btn-Tp{
    width: 14px;
    height: 8px;
    margin: 0 auto;
    margin-top: 60px;
}
.dustry_IND .open-btn-Tp img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* 左侧底部 */
.dustry_IND .left_But{
    width: 100%;
    height: auto;
    padding-bottom: 16px;
}
.dustry_IND .left_But_Tp{
    width: 100%;
    height: 107px;
    background: url(../images/wisdomTp8.png) no-repeat;
    background-size: cover;
    background-position: -703px 0;
    margin-top: 30px;
}
/* 右侧 */
.dustry_IND .dustryBody_Yc{
    width: 925px;
    height: auto;
    float: right;
    margin-right: 1px;
    margin-top: 45px;
}
.dustry_IND .dustryBody_Yc ul{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    margin-bottom: 19px;
}
.dustry_IND .dustryBody_Yc ul li{
    width: 301px;
    height: 297px;
    margin: 0 3px;
    background-color: #f5f5f5;
    margin-bottom: 33px;
    position: relative;
}
.dustry_IND .duceBut_Tp{
    width: 299px;
    height: 223px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 1px;
}
.dustry_IND .duceBut_Tp a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dustry_IND .duceBut_Tp a img:hover{
    animation: move .5s linear forwards;
}
@keyframes move {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}
.dustry_IND .dustryBody_Yc ul li .industryAL_p1{
    font-size: 16px;
    color: #333333;
    margin-top: 25px;
    padding: 0 20px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.dustry_IND .dustryBody_Black{
    width: 100%;
    height: auto;
    display: none;
    transition: all 0.4s ease;
}
.dustry_IND .dustryBody_Wz{
    width: 100%;
    height: 128px;
    background-color: rgb(89, 138, 216,0.9);
    position: absolute;
    bottom: 0;
}
.dustry_IND .dustryBody_Wz a .p2{
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    margin-top: 25px;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dustry_IND .dustryBody_Wz a .p3{
    font-size: 14px;
    color: #dfe7f6;
    margin-top: 15px;
    padding: 0 23px 0 15px;
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.dustry_IND .domBody_Wz_Tp{
    width: 24px;
    height: 24px;
    overflow: hidden;
    position: absolute;
    z-index: 99;
    bottom: 112px;
    left: 50%;
    margin-left: -12px;
}
.dustry_IND .domBody_Wz_Tp img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* 产品中心 */
.pro_IND{
    width: 100%;
    height: auto;
    padding-bottom: 129px;
}
.pro_IND .row{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
/* 头部 */
.pro_IND .proTit{
    width: 100%;
    height: 75px;
    border-bottom: 1px solid #e5e5e5;
}
.pro_IND .proTit p{
    font-size: 22px;
    font-weight: bold;
    float: left;
    margin-top: 33px;
    text-indent: 6px;
}
.pro_IND .proTit_Yc{
    width: auto;
    height: auto;
    float: right;
    margin-top: 40px;
    margin-right: 8px;
}
.pro_IND .proTit_Yc span{
    font-size: 14px;
    color: #999999;
}
.pro_IND .proTit_Yc .span1{
    color: #487ed4;
}
/* 中部 */
.pro_IND .proBody{
    width: 100%;
    height: auto;
}
/* 左侧 */
.pro_IND .proBody_Zc{
    width: 233px;
    height: auto;
    float: left;
    background-color: #f5f5f5;
    margin-top: 45px;
}
.pro_IND .left_Top{
    width: 100%;
    height: auto;
}
.pro_IND .proBody_Zc .swiper {
    width: 100%;
    height: 100%;
}
.pro_IND .cationBody .swiper .swiper-slide {
    width: auto;
    height: auto;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: all 1s ease 0s;
    cursor: pointer;
    position: relative;
}
.pro_IND .cationBody .swiper .swiper-slide .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pro_IND .left_Top_Tp{
    width: 233px;
    height: 151px;
    overflow: hidden;
    position: relative;
}
.pro_IND .left_Top_Tp img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pro_IND .left_Top .swiper-slide p{
    font-size: 26px;
    font-weight: bold;
    color: #deebff;
    position: absolute;
    top: 60px;
    left: 50%;
    margin-left: -109px;
}
.pro_IND .left_Top .swiper-pagination-bullet-active{
    content: "";
    width: 8px;
    height: 8px;
    background: url(../images/wisdomTp6.png) no-repeat !important;
    background-size: 8px 8px;  
}
.pro_IND .left_Top .swiper-pagination-bullet{
    content: "";
    width: 8px;
    height: 8px;
    background: url(../images/wisdomTp5.png) no-repeat;
    background-size: 8px 8px;
}
/* 左侧中部 */
.pro_IND .left_Mid{
    width: 100%;
    height: 555px;
    position: relative;
    overflow: hidden;
}
.pro_IND .left_Mid ul{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    margin-top: 30px;
}
.pro_IND .left_Mid ul{
    width: 100%;
    height: auto;
    display: block;
}
.pro_IND .left_Mid ul li{
    width: 100%;
    min-height: 63px;
    box-sizing: border-box;
    text-indent: 23px;
    line-height: 63px;
    position: relative;
    font-size: 16px;
    color: #333333;
    transition: all 0.4s ease;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pro_IND .left_Mid ul .active,
.pro_IND .left_Mid ul li:hover{
    background-color: #487ed4;
    color: #ffffff;
}
.pro_IND .left_Mid ul .active::after{
    content: "";
    position: absolute;
    width: 3px;
    height: 48px;
    background-color: #ff853a;
    left: 0;
    top: 8px;
}
.pro_IND .left_Mid .open-btn{
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 85px;
    cursor: pointer;
    text-align: center;
}
.pro_IND .open-btn-Tp{
    width: 14px;
    height: 8px;
    margin: 0 auto;
    margin-top: 60px;
}
.pro_IND .open-btn-Tp img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* 左侧底部 */
.pro_IND .left_But{
    width: 100%;
    height: auto;
    padding-bottom: 16px;
}
.pro_IND .left_But_Tp{
    width: 100%;
    height: 107px;
    background: url(../images/wisdomTp8.png) no-repeat;
    background-size: cover;
    background-position: -703px 0;
    margin-top: 30px;
}
/* 右侧 */
.pro_IND .proBody_Yc{
    width: 941px;
    height: auto;
    float: right;
    margin-right: 1px;
    margin-top: 45px;
}
.pro_IND .proBody_Yc .p1{
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    letter-spacing: 0.8px;
    text-indent: 8px;
}
/* 右侧头部左侧 */
.pro_IND .right_Zc{
    width: 800px;
    height: auto;
    position: relative;
    margin: 0 auto;
    margin-top: 20px;
}
.pro_IND .right_Zc_Mid{
    width: 100%;
    height: auto;
}
.pro_IND .Mid_Bj{
    width: 100%;
    height: auto;
}
.pro_IND #smallBox{
    width: 800px;
    height: 588px;
    overflow: hidden;
    position: relative;
}
.pro_IND #smallBox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pro_IND .mapBox{
    width: 38px;
    height: 39px;
    overflow: hidden;
    position: absolute;
    top: 546px;
    right: 0;
}
.pro_IND .mapBox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pro_IND #bigBox {
    width: 486px;
    height: 588px;
    position: absolute;
    overflow: hidden;
    display: none;
}
.pro_IND #bigBox img {
    width: 972px;
    height: 1176px;
    object-fit: cover;
}
.pro_IND #zoom {
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    height: 200px;
    background-color: red;
    opacity: .2;
    cursor: move;
}
.pro_IND .right_Zc_But_S{
    width: 100%;
    height: 183px;
    background-color: #949494;
}
.pro_IND .right_Zc_But_S .swiper {
    width: 100%;
    height: 100%;
}
.pro_IND .right_Zc_But_S .swiper .swiper-slide {
    width: auto;
    height: auto;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: all 1s ease 0s;
    cursor: pointer;
}
.pro_IND .right_Zc_But_S .swiper .swiper-slide .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pro_IND .right_Zc_But_S .layout{
    width: 102px;
    height: 137px;
    margin: 0 auto;
    margin-top: 22px;
    overflow: hidden;
}
.pro_IND .right_Zc_But_S .layout img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pro_IND .right_Zc_But_S .swiper-button-prev,
.pro_IND .swiper-rtl .swiper-button-next {
  width: 10px;
  height: 18px;
  overflow: hidden;
  background: url(../images/wisdomTp11.png) no-repeat;
  top: 110px;  
  left: 0;
}
.pro_IND .right_Zc_But_S .swiper-button-prev:after,
.pro_IND .swiper-rtl .swiper-button-next:after {
  content: "";
  width: 10px;
  height: 18px;
  overflow: hidden;
}
.pro_IND .right_Zc_But_S .swiper-button-next,
.pro_IND .swiper-rtl .swiper-button-prev {
  left: auto;
  width: 10px;
  height: 18px;
  overflow: hidden;
  background: url(../images/wisdomTp12.png) no-repeat;
  top: 110px;
  right: 0;
}
.pro_IND .right_Zc_But_S .swiper-button-next:after,
.pro_IND .swiper-rtl .swiper-button-prev:after {
  content: "";
  width: 10px;
  height: 18px;
  overflow: hidden;
}
/* js点击切换 */
.pro_IND .right_Zc .content > div {
  display: none;
}
.pro_IND .right_Zc .content > div.active {
  display: block;
}
.pro_IND .right_Zc_But_S .swiper-wrapper .swiper-slide.active .layout {
  border: 2px solid #ff6f27;
  box-sizing: border-box;
}
/* 底部 */
.pro_IND .proBut{
    width: 938px;
    height: auto;
    float: right;
    margin-top: 27px;
}
.pro_IND .proBut_Top{
    width: 100%;
    height: 59px;
    background-color: #f5f5f5;
}
.pro_IND .dent{
    width: 185px;
    height: 55px;
    border-bottom: 2px solid #ff6f27;
    background-color: #ffffff;
    float: left;
    margin-left: 1px;
    margin-top: 2px;
    text-align: center;
    line-height: 55px;
    font-size: 18px;
    color: #ff6f27;
}
.pro_IND .proBut_Mid{
    width: 100%;
    height: auto;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    box-sizing: border-box;
    padding-bottom: 119px;
}
.pro_IND .proBut_Mid_W1{
    width: 100%;
    height: auto;
}
.pro_IND .proBut_Mid_W1 .proBut_Mid_Wz{
    width: 93%;
    min-height: 120px;
    font-size: 18px;
    color: #333333;
    line-height: 40px;
    padding: 0 27px 0 39px;
    margin-top: 20px;
}
.pro_IND .proBut_Mid_W1 p{
    font-size: 18px;
    color: #333333;
    line-height: 40px;
    padding: 0 27px 0 39px;
    margin-top: 20px;
}
.pro_IND .proBut_Mid_W2{
    width: 100%;
    height: auto;
}
.pro_IND .proBut_Mid_W2 .proBut_Mid_Tp{
    width: 225px;
    height: 67px;
    overflow: hidden;
    padding-top: 20px;
    margin-left: 10px;
}
.pro_IND .proBut_Mid_W2 ul{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    margin-top: 20px;
}
.pro_IND .proBut_Mid_W2 ul li{
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #333333;
    margin-bottom: 30px;
    padding: 0 27px 0 39px;
}
.pro_IND .proBut_Mid_W3{
    width: 100%;
    height: auto;
}
.pro_IND .proBut_Mid_W3 .proBut_Mid_Tp{
    width: 249px;
    height: 67px;
    overflow: hidden;
    margin-left: 10px;
}
.pro_IND .proBut_Mid_W3 .proBut_Mid_Tp img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pro_IND .proBut_Mid_W3 p{
    font-size: 18px;
    color: #333333;
    line-height: 40px;
    padding: 0 27px 0 39px;
    margin-top: 20px;
}
.pro_IND .proBut_Mid_W3 .proBut_Map{
    width: 696px;
    height: 405px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 30px;
}
.pro_IND .proBut_Mid_W3 .proBut_Map img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* 行业应用 */
.dustry_TRY{
    width: 100%;
    height: auto;
}
.dustry_TRY .row{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
/* 头部 */
.dustry_TRY .dustryTit{
    width: 100%;
    height: 75px;
    border-bottom: 1px solid #e5e5e5;
}
.dustry_TRY .dustryTit p{
    font-size: 22px;
    font-weight: bold;
    float: left;
    margin-top: 33px;
    text-indent: 6px;
}
.dustry_TRY .dustryTit_Yc{
    width: auto;
    height: auto;
    float: right;
    margin-top: 40px;
    margin-right: 8px;
}
.dustry_TRY .dustryTit_Yc span{
    font-size: 14px;
    color: #999999;
}
.dustry_TRY .dustryTit_Yc .span1{
    color: #487ed4;
}
/* 中部 */
.dustry_TRY .dustryBody{
    width: 100%;
    height: auto;
    margin-bottom: 63px;
}
.dustry_TRY .dustryBody ul{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    margin-top: 40px;
}
.dustry_TRY .dustryBody ul li{
    width: 100%;
    height: 217px;
    border-bottom: 1px dashed #dddddd;
    margin-bottom: 28px;
}
.dustry_TRY .dustryBody_Tp{
    width: 270px;
    height: 203px;
    overflow: hidden;
    float: left;
    transition: all 0.5s;
    overflow: hidden;
    cursor: pointer;
}
.dustry_TRY .dustryBody_Tp img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dustry_TRY .dustryBody_Tp img:hover{
    animation: move .5s linear forwards;
}
@keyframes move {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}
.dustry_TRY .dustryBody_Wz{
    width: 906px;
    height: auto;
    float: left;
}
.dustry_TRY .dustryBody_Wz .p1{
    width: 100%;
    font-size: 18px;
    color: #333333;
    float: left;
    margin-left: 27px;
    margin-top: 19px;
}
.dustry_TRY .dustryBody_Wz .p2{
    width: 100%;
    min-height: 90px;
    font-size: 15px;
    color: #666666;
    float: left;
    line-height: 30px;
    margin-left: 23px;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.dustry_TRY .dustryBody_Wz .p3{
    font-size: 14px;
    color: #666666;
    float: left;
    margin-left: 25px;
    margin-top: 23px;
}
.dustry_TRY .dustryBody_Wz .p4{
    width: 136px;
    height: 35px;
    border-radius: 20px;
    background-color: #ff853a;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    float: right;
    margin-top: 10px;
    display: block;
}
/* 智慧方案 */
.dom_TRY{
    width: 100%;
    height: auto;
    padding-bottom: 104px;
}
.dom_TRY .row{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
/* 头部 */
.dom_TRY .domTit{
    width: 100%;
    height: 75px;
    border-bottom: 1px solid #e5e5e5;
}
.dom_TRY .domTit p{
    font-size: 22px;
    font-weight: bold;
    float: left;
    margin-top: 33px;
    text-indent: 6px;
}
.dom_TRY .domTit_Yc{
    width: auto;
    height: auto;
    float: right;
    margin-top: 40px;
    margin-right: 8px;
}
.dom_TRY .domTit_Yc span{
    font-size: 14px;
    color: #999999;
}
.dom_TRY .domTit_Yc .span1{
    color: #487ed4;
}
/* 中部 */
.dom_TRY .domBody{
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #2a2a2a;
    padding-top: 30px;
}
.dom_TRY .domBody p span{
    line-height: 40px !important;
    letter-spacing: 1px;
}
.dom_TRY .domBody p{
    line-height: 40px !important;
    letter-spacing: 1px;
}
.dom_TRY .domBody img{
    width: auto;
    height: auto;
    max-width: 100%;
    margin-top: 45px;
}
.dom_TRY .lilsBody{
    width: 100%;
    height: auto;
    position: relative;
    padding-bottom: 35px;
}
.dom_TRY .lilsBody .p1{
    font-size: 26px;
    color: #333333;
    padding-top: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dom_TRY .lilsBody .p2{
    font-size: 14px;
    color: #6d6d6d;
    padding-top: 20px;
}
.dom_TRY .lilsBody::after{
    content: "";
    width: 1200px;
    height: 6px;
    background: url(../images/aboutTp12.png) no-repeat;
    background-size: 1200px 6px;
    position: absolute;
    top: 125px;
}
/* 技术服务 */
/* 下载中心 */
.tech_SER{
    width: 100%;
    height: auto;
}
.tech_SER .row{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
/* 头部 */
.tech_SER .techTit{
    width: 100%;
    height: 75px;
    border-bottom: 1px solid #e5e5e5;
}
.tech_SER .techTit p{
    font-size: 22px;
    font-weight: bold;
    float: left;
    margin-top: 33px;
    text-indent: 6px;
}
.tech_SER .techTit_Yc{
    width: auto;
    height: auto;
    float: right;
    margin-top: 40px;
    margin-right: 8px;
}
.tech_SER .techTit_Yc span{
    font-size: 14px;
    color: #999999;
}
.tech_SER .techTit_Yc .span1{
    color: #487ed4;
}
/* 中部 */
.tech_SER .dustryBody{
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}
.tech_SER .dustryBody ul{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    margin-top: 28px;
}
.tech_SER .dustryBody ul li{
    width: 100%;
    height: 55px;
    border-bottom: 1px dashed #dddddd;
}
.tech_SER .dustryBody_Zc{
    width: 75%;
    font-size: 16px;
    color: #333333;
    text-indent: 5px;
    float: left;
    line-height: 55px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tech_SER .dustryBody_Yc{
    font-size: 16px;
    color: #cf0000;
    float: right;
    margin-right: 20px;
    line-height: 55px;
    cursor: pointer;
}
.tech_SER .dustryBody .cur .dustryBody_Zc{
    color: #487ed4;
}
/* 内容 */
.tech_NR{
    width: 100%;
    height: auto;
}
.tech_NR .row{
    width: 1200px;
    min-height: 600px;
    margin: 0 auto;
}
/* 头部 */
.tech_NR .techTit{
    width: 100%;
    height: 75px;
    border-bottom: 1px solid #e5e5e5;
}
.tech_NR .techTit p{
    font-size: 22px;
    font-weight: bold;
    float: left;
    margin-top: 33px;
    text-indent: 6px;
}
.tech_NR .techTit_Yc{
    width: auto;
    height: auto;
    float: right;
    margin-top: 40px;
    margin-right: 8px;
}
.tech_NR .techTit_Yc span{
    font-size: 14px;
    color: #999999;
}
.tech_NR .techTit_Yc .span1{
    color: #487ed4;
}
/* 中部 */
.tech_NR .domBody{
    width: 100%;
    min-height: 300px;
    font-size: 16px;
    color: #2a2a2a;
    padding-top: 30px;
}
.tech_NR .domBody p{
    line-height: 40px !important;
    letter-spacing: 1px;
}
.tech_NR .domBody img{
    width: auto;
    height: auto;
    max-width: 100%;
    margin-top: 45px;
}
/* 联系我们 */
.us_CON{
    width: 100%;
    height: auto;
    padding-bottom: 242px;
}
.us_CON .row{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
/* 头部 */
.us_CON .usTit{
    width: 100%;
    height: 75px;
    border-bottom: 1px solid #e5e5e5;
}
.us_CON .usTit p{
    font-size: 22px;
    font-weight: bold;
    float: left;
    margin-top: 33px;
    text-indent: 6px;
}
.us_CON .usTit_Yc{
    width: auto;
    height: auto;
    float: right;
    margin-top: 40px;
    margin-right: 8px;
}
.us_CON .usTit_Yc span{
    font-size: 14px;
    color: #999999;
}
.us_CON .usTit_Yc .span1{
    color: #487ed4;
}
/* 中部 */
.us_CON .usBody{
    width: 100%;
    height: auto;
}
.us_CON .usBody ul{
    display: flex;
    justify-content: center;
    align-content: center;
}
.us_CON .usBody ul li{
    width: auto;
    height: auto;
    margin-top: 93px;
    position: relative;
    flex: 1;
}
.us_CON .usBody_Tp{
    width: 52px;
    height: 51px;
    overflow: hidden;
    margin: 0 auto;
}
.us_CON .usBody_Tp img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.us_CON .usBody ul li #usBody_Tp::after{
    content: "";
    width: 1px;
    height: 82px;
    background-color: #bfbfbf;
    position: absolute;
    top: 16px;
    right: 0;
}
.us_CON .usBody ul li .p1{
    font-size: 18px;
    color: #333333;
    text-align: center;
    margin-top: 26px;
}
.us_CON .usBody ul li .p2{
    width: 90%;
    font-size: 22px;
    color: #666666;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    line-height: 35px;
}
/* 底部 */
.us_CON .usBut{
    width: 100%;
    height: auto;
}
.us_CON .usBut_Tp{
    width: 1200px;
    height: 280px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 95px;
}
.us_CON .usBut_Tp img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* 人才招聘 */
.us_TAC{
    width: 100%;
    height: auto;
}
.us_TAC .row{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
/* 头部 */
.us_TAC .usTit{
    width: 100%;
    height: 75px;
    border-bottom: 1px solid #e5e5e5;
}
.us_TAC .usTit p{
    font-size: 22px;
    font-weight: bold;
    float: left;
    margin-top: 33px;
    text-indent: 6px;
}
.us_TAC .usTit_Yc{
    width: auto;
    height: auto;
    float: right;
    margin-top: 40px;
    margin-right: 8px;
}
.us_TAC .usTit_Yc span{
    font-size: 14px;
    color: #999999;
}
.us_TAC .usTit_Yc .span1{
    color: #487ed4;
}
/* 中部 */
.us_TAC .usBody{
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}
.us_TAC .usBody_Top{
    width: 100%;
    height: 60px;
    background-color: #f5f5f5;
    margin-top: 53px;
}
.us_TAC .usBody_Top ul{
    display: flex;
    justify-content: space-between;
    align-content: center;
}
.us_TAC .usBody_Top ul li{
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 18px;
    color: #3b3b3b;
    font-weight: bold;
    line-height: 60px;
}
.us_TAC .usBody_Mid{
    width: 100%;
    height: auto;
}
.us_TAC .usBody_Mid ul{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.us_TAC .usBody_Mid ul li{
    width: 100%;
    height: auto;
}
.us_TAC .usBody_Mid ul li a{
    width: 100%;
    height: auto;
}
.us_TAC .usBody_Mid ul li ul{
    display: flex;
    justify-content: space-between;
    align-content: center;
    border-bottom: 1px solid #e4e4e4; 
}
.us_TAC .usBody_Mid ul li ul li{
    text-align: center;
    align-self: center;
    padding-top: 23px;
    padding-bottom: 22px;
}
.us_TAC .usBody_Mid .cur a{
    color: #487ed4;
}
/* 人才招聘 */
.us_CTA{
    width: 100%;
    height: auto;
    padding-bottom: 145px;
}
.us_CTA .row{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
/* 头部 */
.us_CTA .usTit{
    width: 100%;
    height: 75px;
    border-bottom: 1px solid #e5e5e5;
}
.us_CTA .usTit p{
    font-size: 22px;
    font-weight: bold;
    float: left;
    margin-top: 33px;
    text-indent: 6px;
}
.us_CTA .usTit_Yc{
    width: auto;
    height: auto;
    float: right;
    margin-top: 40px;
    margin-right: 8px;
}
.us_CTA .usTit_Yc span{
    font-size: 14px;
    color: #999999;
}
.us_CTA .usTit_Yc .span1{
    color: #487ed4;
}
/* 中部 */
.us_CTA .usBody{
    width: 100%;
    height: auto;
    overflow-x: hidden;
    overflow-y: hidden;
}
.us_CTA .usBody_Top{
    width: 100%;
    height: auto;
    margin-top: 53px;
    overflow-x: hidden;
    overflow-y: hidden;
}
.us_CTA .usBody_Top .p1{
    width: 100%;
    font-size: 36px;
    color: #1e1e1e;
    float: left;
    margin-left: 13px;
}
.us_CTA .usBody_Top .p2{
    width: 100%;
    font-size: 18px;
    color: #2f2f2f;
    float: left;
    margin-left: 5px;
    margin-top: 55px;
    margin-bottom: 45px;
}
.us_CTA .usBody_Top_s{
    width: 100%;
    height: auto;
    margin-left: 5px;
}
.us_CTA .usBody_Top_s p{
    font-size: 18px;
    color: #2f2f2f;
    margin-bottom: 10px;
}
.us_CTA .hr{
    width: 100%;
    height: auto;
    border: 1px solid #eeeeee;
}
.us_CTA .usBody_Mid{
    width: 100%;
    height: auto;
    position: relative;
}
.us_CTA .usBody_Mid .p1{
    width: 100%;
    font-size: 30px;
    color: #2f2f2f;
    margin-top: 33px;
    margin-left: 2px;
}
.us_CTA .usBody_Mid .p1::after{
    content: "";
    position: absolute;
    width: 31px;
    height: 3px;
    left: 2px;
    top: 65px;
    background-color: #487ed4;
}
.us_CTA .usBody_Mid .p2{
    width: 100%;
    font-size: 18px;
    color: #2f2f2f;
    float: left;
    margin-left: 5px;
    margin-top: 65px;
    margin-bottom: 45px;
}
.us_CTA .usBody_Mid_s{
    width: 100%;
    height: auto;
}
.us_CTA .usBody_Mid_s p{
    font-size: 18px;
    color: #2f2f2f;
    margin-bottom: 12px;
}
/* 技术服务 */
.tech{
    width: 100%;
    height: auto;
    padding-bottom: 199px;
}
.tech .row{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
/* 头部 */
.tech .techTit{
    width: 100%;
    height: 75px;
    border-bottom: 1px solid #e5e5e5;
}
.tech .techTit p{
    font-size: 22px;
    font-weight: bold;
    float: left;
    margin-top: 33px;
    text-indent: 6px;
}
.tech .techTit_Yc{
    width: auto;
    height: auto;
    float: right;
    margin-top: 40px;
    margin-right: 8px;
}
.tech .techTit_Yc span{
    font-size: 14px;
    color: #999999;
}
.tech .techTit_Yc .span1{
    color: #487ed4;
}
/* 中部 */
.tech .serviceBody{
    width: 100%;
    height: auto;
}
.tech .serviceBody ul{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    margin-top: 45px;
}
.tech .serviceBody ul li{
    width: 100%;
    height: auto;
    background-color: #f9f9f9;
    border: 1px solid #f1f1f1;
    box-sizing: border-box;
}
.tech .dustryBody_Top{
    width: 100%;
    height: auto;
}
.tectechh_JS .dustryBody_Left{
    width: 32px;
    height: 32px;
    overflow: hidden;
    float: left;
    margin-top: 25px;
    margin-left: 23px;
}
.tech .dustryBody_Left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tech .dustryBody_Right{
    width: 70%;
    height: auto;
    float: left;
    margin-left: 12px;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    line-height: 80px;
}
.tech .dustryBody_An{
    width: 18px;
    height: 11px;
    object-fit: cover;
    float: right;
    margin-right: 32px;
    margin-top: 36px;
    cursor: pointer;
}
.tech .dustryBody_An img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tech .dustryBody_But{
    width: 100%;
    height: auto;
    background-color: #e4edfc;
}
.tech .dustryBody_But p{
    font-size: 16px;
    color: #666666;
    padding: 0 60px 0 58px;
    line-height: 35px;
    padding-top: 25px;
    padding-bottom: 97px;
}

/*以上css可不用，仅作为展示外观样式*/
.tech .list {
    width: 100%;
    height: auto;
    margin-top: 45px;
}

.tech .list ul {
    list-style: none;
}

.tech .list>ul>li {
    width: 100%;
    border: 1px solid #f1f1f1;
    box-sizing: border-box;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    cursor: pointer;
}

.tech .list>ul>li p[class="title"] {
    width: auto;
    height: 83px;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    padding-left: 75px;
    padding-top: 30px;
}

.tech .list>ul>li p[class="title"]>.serviceP1 {
    position: absolute;
    right: 32px;
    cursor: pointer;
}

.tech .list>ul>li p[class="title"]>.serviceP2 {
    position: absolute;
    left: 23px;
    top: 25px;
    cursor: pointer;
}

.tech .list-se {
    overflow: hidden;
    display: none;
}

.tech .list-se>p {
    background: #c8ddff !important;
    color: #333333;
}

.tech .list-se>li {
    position: relative;
    right: -100%;
    -webkit-transition: right 0.5s;
    -moz-transition: right 0.5s;
    -o-transition: right 0.5s;
    transition: right 0.5s;
}

.tech .list-se>li>p {
    background: #e4edfc;
    color: #666666;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    line-height: 40px;
    border-left: 5px solid #e4edfc;
    -webkit-transition: border 0.5s;
    transition: border 0.5s;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    padding: 10px 58px 10px 60px;
}
/* 提交 */
.submitsMax {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    z-index: 99;
    display: none;
    transition: all 1s ease;
}
.submitsMax .boxBlack {
    width: 300px;
    height: 140px;
    background-color: #ffffff;
    border: 1px solid #ebeef5;
    border-radius: 4px;
    margin: 0 auto;
    margin-top: 200px;
}
.submitsMax .boxTit {
    width: 100%;
    height: 50px;
}
.submitsMax .boxTit p {
    font-size: 16px;
    color: #303133;
    margin-top: 10px;
    margin-left: 17px;
    float: left;
}
.submitsMax .boxBody {
    width: 100%;
    height: 40px;
}
.submitsMax .boxBody p {
    font-size: 14px;
    color: #333333;
    line-height: 40px;
    margin-left: 50px;
    letter-spacing: 0.5px;
}
.submitsMax .boxBut {
    width: 100%;
    height: 48px;
}
.submitsMax .boxButRight {
    width: 80px;
    height: 25px;
    background-color: #409eff;
    border: 1px solid #409eff;
    float: right;
    border-radius: 3px;
    margin-top: 10px;
    margin-right: 17px;
    cursor: pointer;
}
.submitsMax .boxButRight p {
    text-align: center;
    line-height: 25px;
    font-size: 13px;
    color: #ffffff;
}
.submitsMax .boxButLeft {
    width: 57px;
    height: 25px;
    background: #fff;
    border: 1px solid #dcdfe6;
    cursor: pointer;
    float: right;
    border-radius: 3px;
    margin-right: 30px;
    margin-top: 10px;
}
.submitsMax .boxButLeft p {
    text-align: center;
    line-height: 25px;
    font-size: 13px;
    color: #606266;
    cursor: pointer;
}
.alpaca_BD ul li .spa{
    left: 0;
    position: absolute;
    top: 60px;
}



.actiCon{
    width: 1200px;
    padding: 30px 0 0 0;
    margin: 0 auto;
}
.conL{
    width: 50%;
    height: 445px;
    float: left;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.conL img{
    width: 100%;
    height: 100%;
    display: block;
    background: #f8f8f9;
    object-fit: cover;
    transition: all .3s;
}
.conR{
    width: 50%;
    float: left;
}
.conR .videItem{
    width:calc(50% - 15px);
    margin: 0 0 15px 15px;
    height: 215px;
    float: left;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.videItem img{
    width: 100%;
    height: 100%;
    display: block;
    background: #f8f8f9;
    object-fit: cover;
    transition: all .3s;

}
.videItem:hover img,
.conL:hover img{
    transform: scale(1.1);
}
.conL .title{
    width: 100%;
    padding: 0 20px;
    line-height: 40px;
    height:  40px;
    font-size: 18px;
    position: absolute;
    bottom: 0;
    left: 0;
    background:rgb(255,133,58,0.7);
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}
.videItem .title{
    padding: 0 20px;
    line-height: 40px;
    height:  40px;
    font-size: 18px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    background:rgb(255,133,58,0.7);
    font-weight: bold;
    color: #fff;
}
