/* 南京新突破网络 */
/* 网址：https://www.x-tp.cn/ */

@charset "utf-8";

:root {
  --main-color: #0090FF;
  --main-box-shadow: 0 2px 6px rgba(0, 0, 0, .08);
  --main-hover-box-shadow: 0 4px 15px rgba(0, 0, 0, .2);
}

.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.zt {
  color: var(--main-color);
  font-weight: bold;
}
/* 首页 */
.greyBG {
  background: #f6f7fb;
}

a {
  color: #333;
  transition: all .4s;
}

a:hover {
  color: var(--main-color) !important;
}

.colorHC {
  color: var(--main-color);
}

.G_index {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
}

.swiper-button-next,
.swiper-button-prev {
  outline: none;
}

#main {
  margin-top: 0px;
}

#header {
  width: 100%;
  background: transparent;
  transition: all .4s;
  background: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, .00));
}

.header-1 {
  background-color: #fff;
  padding: 0;
  height: 38px;
  transition: all .4s;
}

.header-1 .container {
  height: 100%;
  padding-top: 8px;
}

.header-2 {
  margin-top: 0;
  padding: 0;
}

.nav {
  margin: 0 auto;
  width: 55%;
}

.nav>ul>li a {
  padding-top: 0;
  height: 95px;
  line-height: 95px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  transition: all .5s;
}

.logo {
  margin-top: 0;
  margin-right: 0px;
}

.nav>ul>li {
  margin-left: 0;
  position: relative;
}

.nav>ul>li:hover>a {
  color: var(--main-color);
}

.nav>ul>li .iconfont {
  color: #fff;
  margin-left: 4px;
  font-size: 15px;
  transition: all .4s;
}

.nav>ul>li:hover .iconfont {
  color: var(--main-color);
  transform: rotate(180deg);
}

.nav .navActive>a {
  color: var(--main-color) !important;
}

.nav .navActive>a .iconfont {
  color: var(--main-color) !important;
}

.subnav {
  position: absolute;
  top: 80px;
  left: -35%;
  right: 0;
  background: #fff;
  width: 100%;
  min-width: 150px;
  border-radius: 10px;
  /* overflow: hidden; */
  opacity: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
  transform-origin: 0 0 0;
  transform: rotate3d(1, 0, 0, -90deg);
  transition: all .4s;
}
.subnav>ul>li{
  position: relative;
}
.subnav>ul>li a {
  width: 100%;
  color: #333;
  display: block;
  font-size: 16px;
  text-align: center;
  line-height: 1.2;
  height: auto;
  padding: 12px 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.subnav>ul>li a .navicon2{
  font-size: 12px;
  color: #aaa!important;
  transform: rotate(0)!important;

}
.subnav ul li:first-child>a{
  border-radius: 10px 10px 0 0;
}
.subnav ul li:last-child>a{
  border-radius: 0 0 10px 10px;
}
.subnav>ul>li a:hover {
  background-color: var(--main-color);
  color: #fff !important;
}

.nav>ul>li:hover .subnav {
  transform: rotate3d(1, 0, 0, 0deg);
  opacity: 1;
}
.subnav3{
  position: absolute;
  top: 0;
  left: 150px;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  opacity: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
  transform-origin: 0 0 0;
  transform: rotate3d(1, 0, 0, -90deg);
  transition: all .4s;

}
.subnav>ul>li:hover .subnav3 {
  transform: rotate3d(1, 0, 0, 0deg);
  opacity: 1;
}
.language .nav1{
  width: 100%;
}
.language .nav1 .navlist {
  font-size: 16px;
  padding: 0;
  position: relative;
}

.language .nav1 .navlist:hover a::after {
  width: 0%;
}

.language a {
  display: flex !important;
  justify-content: flex-start;
  line-height: 80px;
  color: #fff;
}

.language .icon {
  width: 24px;
  height: auto;
  line-height: 0;
  margin-right: 5px;
}
.svgicon{
  position: relative;
  top: 4px;
}
.nav1 .navlist:hover .subnav {
  transform: rotate3d(1, 0, 0, 0deg);
  opacity: 1;
}

.searchBox{
  color: #fff;
}
.searchIcon {
  cursor: pointer;
  font-size: 22px;
}

.searchClose {
  position: absolute;
  right: 0;
  top: -30px;
  font-size: 20px;
  color: #333;
  opacity: 0.5;
  transition: all .4s;
  cursor: pointer;
}

.searchCon {
  width: 30%;
  height: 0;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 80px;
  overflow: hidden;
  transition: all .4s;
  z-index: 10;
  border-radius: 16px;
}

.searchBox .SearchInput {
  width: 90%;
  height: 64px;
  background: #fff;
  margin: 45px auto 20px;
  border-radius: 8px;
  /* overflow: hidden; */
  box-sizing: border-box;
  position: relative;
}

.searchBox input {
  height: 64px;
  border-radius: 8px 0 0 8px;
  width: 85%;
  padding: 0 20px;
  box-sizing: border-box;
  border: 1px solid #ccc;
}

.searchBox .SearchInput button {
  width: 15%;
  height: 100%;
  border-radius: 0 8px 8px 0;
  line-height: 62px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  background: var(--main-color);
  cursor: pointer;
  border: none;
}

.searchBox .searchkeywords {
  width: 50vw;
  margin: 0 auto;
  justify-content: left;
}

.searchBox .searchkeywords li {
  margin-right: 15px;
}

.searchBox .searchkeywords a {
  color: #aaa;
}

.searchBox .SearchInput:hover {
  box-shadow: 0 0px 20px rgba(0, 174, 255, 0.35);
}

.searchIcon,
.searchClose:hover {
  opacity: 1;
}

.nav>ul>li:hover .listA{
  color: var(--main-color);
}
.white{
  box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}
.white .nav>ul>li a{
  color: #333;
  height: 80px;
  line-height: 80px;
}
.white .subnav>ul>li a{
  line-height: 1.2;
  height: auto;
}
.white .nav>ul>li .iconfont{
  color: #aaa;
}
.white .nav>ul>li:hover .iconfont{
  color: var(--main-color);
}
.white .searchBox,.white .language a{
  color: #333;
}
.menu {
  display: none;
}

.menu .menuicon {
  font-size: 30px;
}


#footer {
  background: #f5f5f5;
}

.foo1-1 li dd,
.foot_info {
  color: #666 !important;
  padding-top: 0!important;
}
.foot_info h4{
  font-weight: bold;
  color: #333;
}
.foo1-fenx a {
  position: relative;
  font-size: 48px;
  color: #666;
}

.foo1-fenx a:nth-child(1){
  color: #51C232 !important;
}

.foo1-fenx a:nth-child(2){
  color: #FF3C00 !important;
}

.footer-2 {
  background: #fff;
}

.titleBox {
  text-align: center;
  margin: 60px auto 40px;
}

.titleBoxx {
  text-align: center;
  margin: 60px auto 6px;
}

.titleBox h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 !important;
}

.titleBox p {
  font-size: 20px;
  color: #ccc;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 !important;
}

.main1 {
  padding: 0 0 10px 0;
}

.productNav ul {
  /* justify-content: center; */
  margin-bottom: 1%;
}

.productBtn {
  width: 13.5%;
  text-align: center;
}

.productBtn a {
  display: block;
  background: #ddd;
  padding: 16px 20px;
  border-radius: 8px;
  width: 100%;
  box-sizing: border-box;
}

.productBtn a:hover {
  background: var(--main-color);
  color: #fff !important;
}

.ProActive a {
  background: var(--main-color) !important;
  color: #fff !important;
}
.ProActive2>a {
  background: var(--main-color) !important;
  color: #fff !important;
}
.productCon{
  position: relative;
  padding-bottom:32%;/* 43.5% */
}
.proContentList{
  width: 100%;
  height: 100%;
  transition: all .4s;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.proContentList.active{
  opacity: 1;
  z-index: 99;
  /* height: 100%; */
}
.proContentList .item {
  width: 25%;
  background: #f5f5f5;
  position: relative;
  margin-right: 10px;
  padding-bottom: 4%;
  overflow: hidden;
}
.proContentList .item::after{
  content: "";
  display: block;
  width: 100%;
  height: 600px;
  position: absolute;
  left: 0;
  bottom: -300px;
  background: var(--main-color);
  transform: skewX(90deg);
  transition: all .4s;
}
.proContentList .item:hover::after{
  transform: skewX(110deg);
}
.proContentList .item:last-of-type{
  margin-right: 0;
}
.proNum{
  position: absolute;
  right: 10%;
  bottom: 6%;
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  z-index: 10;
  transition: all .8s;
  opacity: 0;
}
.proContentList .item:hover .proNum{
  opacity: 1;
  bottom: 10%;
}
.proContentList .main1-pic .imgbox_a {
  padding-bottom: 100%;
  background: transparent;
}

.proContentList .protext{
  margin: auto;
  padding: 5%;/* 12%原值 */
  position: relative;
  transition: all .4s;
}
.protext::before{
  content: "";
  display: block;
  width: 0px;
  height: 40%;
  position: absolute;
  top: 40%;
  left: 11%;
  background: var(--main-color);
  transition: all .4s;
}
.proContentList .item:hover .protext::before{
  width: 5px;
}
.proContentList .item:hover .protext{
  padding-left: 20%;
}
.proContentList .item:hover .imgbox_a img {
  transform: scale(1.1);
}
.proContentList .protext h4 {
  color: #333;
  font-size: 18px;
  white-space: nowrap;
  position: relative;
}
.protext .prodec {
  color: #333;
  line-height: 1.5;
  font-size: 15px;
  white-space: nowrap;
}

.cloudPla {
  position: relative;
  overflow: hidden;
}

.cloudPla li {
  position: relative;
  width: 100%;
  height: 520px;
  background: #000;
  color: #fff;
}

.cloudPla li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cloudText {
  position: absolute;
  top: 0;
  right: 0;
  width: 32%;
  height: 100%;
  background: rgba(33, 33, 33, .75);
  padding: 65px 50px;
  transition: all .4s;
}
.cloudText a{
  color: #fff!important;
}
.cloudText .subtitle {
  color: var(--main-color);
  font-size: 20px;
}

.cloudText h3 {
  font-size: 38px;
  font-weight: bold;
  border-top: 2px solid #fff;
  padding: 24px 0;
}

.cloudText .content p {
  line-height: 2;
  margin: 0;
  padding: 0;
}

.cloudText .x {
  transition: all .4s;
}
.cloudPla:hover .cloudText {
  opacity: 0;
}

.cloudPla li:hover .x {
  top: -10px;
}
.cloudPla .cloudText:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.9);
}

.cloudText:hover .x {
  top: -10px;
}
.xtBtn{
  display: block;
  width: 160px;
  height: 42px;
  line-height: 42px;
  background: var(--main-color);
  text-align: center;
  border-radius: 6px;
  position: absolute;
  left: 50px;
  bottom: 50px;
}
.xtBtn:hover{
  background-color: #fff;
  color: var(--main-color)!important;

}
.swiper-button-next:after,
.swiper-button-prev:after {
  transition: all .4s;
}

.swiper-product {
  --swiper-navigation-color: rgba(255, 255, 255, .35);
  --swiper-pagination-color: var(--main-color);
  transition: all .4s;
}

.swiper-product:hover {
  --swiper-navigation-color: rgba(255, 255, 255, 1);
}

.caseApp {
  position: relative;
  overflow: hidden;
  height: 450px;
}
.caseApp>ul{
  flex-wrap: wrap;
  position: relative;
}
.caseApp .case1{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 450px;
  background-color: #f5f5f5;
  opacity: 0;
  transition: 0.5s ease-in-out;
}
.caseApp .case1 a{
  width: 100%;
  height: 450px;
}
.case1.active{
  z-index: 10;
}
.casetBtn.active,.proBtn1.active{
  background: var(--main-color);
  color: #fff;
  border-color: var(--main-color);
}
.casetBtn.active .iconfont,.proBtn1.active .iconfont{

  display: block;
}
.th01.active img{
  opacity: 1;
  border-color: var(--main-color);
}
.caseList1.active {
  opacity: 1;
}
.caseImg1 {
  width: 62%;
  height: 100%;
  background: #000;
}
.caseImg1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.caseText {
  width: 38%;
  height: 100%;
  padding: 65px 50px;
  transition: all .4s;
}

.caseText h3 {
  font-size: 36px;
  font-weight: bold;
  padding: 0 0 20px;
  margin: 0;
}
.caseText .content {
  line-height: 2;
  margin: 0;
  padding: 0;
  font-size: 16px;
}

.caseNav,.proNav11 {
  width: 100%;
  position: relative;
  margin-bottom: 20px;/* 20px/-20 */
}



.caseNav,.proNav1 {
  width: 100%;
  position: relative;
  margin-bottom: 20px;/* 20px */
}
.caseNav li,.proNav1 li{
  white-space: nowrap;

}

.casetBtn,.proBtn1 {
  border: 1px solid #ddd;
  background-color: #F6F6F6;
  flex: 1;
  text-align: center;
  position: relative;
}
.casetBtn a,.proBtn1 a{
  display: block;
  padding: 26px 10px;
}
.casetBtn .iconfont,.proBtn1 .iconfont {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  color: var(--main-color);
  display: none;
}
.casetBtn:hover,.proBtn1:hover{
  background: var(--main-color);
}
.casetBtn:hover a,.proBtn1:hover a{
  color: #fff!important;
  border-color: var(--main-color);
}

.casetBtn:hover .iconfont ,.proBtn1:hover .iconfont {
  display: block;
}
.caseThumbnail{
  width: 100%;
  overflow: auto;
  position: relative;
}
.caseThumbnail ul{
  margin-top: 12px;
}
.caseThumbnail li{
  width: 18%;
  background-color: #000;
  position: relative;
  padding-bottom: 7%;
  margin-right: 12px;
}
.caseThumbnail li img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
  border: 2px solid #fff;
}
.cloudText .x {
  transition: all .4s;
}

.swiper-cases {
  padding: 10px 0;
}

.swiper-cases li {
  background: #000;
}

.swiper-cases li img {
  opacity: 0.5;
}

.swiper-cases .swiper-slide-thumb-active img {
  opacity: 1;
}

/* news */
.newsBox {
  width: 100%;
  align-items: flex-start;
}

.newsBox p {
  margin: 0 !important;
}

.leftnews {
  width: 45%;
  position: relative;
}
.leftnews a{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all .4s;
  width: 100%;
}
.newsimg {
  padding-bottom: 55%;
  position: relative;
}

.leftnews img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.leftnews .text {
  background: #F5F5F5;
  padding: 16px 16px;
}

.leftnews .text>p {
  padding-bottom: 10px;
  font-size: 20px;
}

.leftnews .text>span {
  font-size: 14px;
  color: #999;
}

.rightnews {
  width: 45%;
}

.rightnews li a {
  width: 100%;
  padding: 20px 10px;
  white-space: nowrap;
  color: #999;
}
.rightnews li a p{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #333;
}
.rightnews a:hover {
  background: #F5F5F5;
}
.leftnews .active{
  opacity: 1;
  z-index: 999;
}
.rightnews .active{
  background: #F5F5F5;
}
.rightnews .tit {
  font-size: 32px;
  margin-bottom: 30px;
}

.rightnews .btn {
  padding: 16px 40px;
  background-color: var(--main-color);
  color: #fff;
  margin: 35px 0 30px;
}

/* 内页 */
.innerbanner {
  width: 100%;
  height: 320px;
}

.innerbanner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.positionBox p, .positionBox h3{
  margin: 0;
}
.positionBox {
  /* width: 100%; */
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}
.positionBoxx {
  /* width: 100%; */
  border-bottom: 1px solid #ddd;
  /* padding: 20px 0; */
  padding-top: 20px;
}
.position{
  margin-left: 20px;
  color: #666;
}

.positionx{
  margin-left: 20px;
  color: #666;
  line-height: 45.4px;
}

.innerSearch input{
  border: 1px solid #ddd;
  padding: 6px 10px;
  min-width: 350px;

}
.innerSearch button{
  border: none;
  background-color: var(--main-color);
  padding: 5px 24px;
  color: #fff;
}
.innerSearch button i{
  font-size: 18px;
  color: #fff;
}
.innerAbout{
  width: 100%;
  align-items: flex-start;
}
.innerAbout p{
  line-height: 1.8;
}
.leftAbout p{
  margin: 0!important;
  line-height: 2;
}
.leftAbout{
  width: 45%;
  font-size: 18px;
}
.leftAbout .ttt{
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 20px;
}
.leftAbout h3{
  color: var(--main-color);
  margin-right: 10px;
  font-size: 30px;
}
.rightAbout{
  width: 50%;
}
.rightAbout video{
  width: 100%;
  height: 380px;
  object-fit: cover;
}
.aboutBox,.honorBox,.partnerBox{
  margin-bottom: 80px;
  /* background-image: url(/skin/images/aboutbj.jpg);
  background-repeat: no-repeat;
  background-position: center; */
}

.aboutBoxx{
  padding: 14px 0;
  /* background-image: url(../images/aboutbj.png); */
  background-image: url(/skin/images/aboutbj.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.swiper-honor,.swiper-partner{
  position: relative;
  overflow: hidden;
}
.swiper-honor .swiper-slide{
  width: 19%;
  box-shadow: 0 2px 20px rgba(0, 0, 0, .10);
  margin: 20px 0;
  margin-bottom: 110px;
}
.partnerBox li{
  width: 15%;
  margin: 25px 0;
  border-radius: 5px;
  transition: all .4s;
}
.honorBox li p{
  text-align: center;
  padding: 0px 6px 16px;
  margin: 0;
}
.honorBox li img{
  width: 100%;
  padding: 16px;
}
.honorBox .swiper-button-prev,
.honorBox .swiper-button-next{
  top: 90%;
  background: rgba(0, 144, 255, 0.1);
  padding: 32px 32px;
  transition: all .4s;
}
.honorBox .swiper-button-prev{
  left: 45%;
  right: auto;
}
.honorBox .swiper-button-next{
  left: auto;
  right: 45%;
}
.honorBox .swiper-button-prev:hover,
.honorBox .swiper-button-next:hover{
  background: rgba(0, 144, 255, 1);
}
.honorBox .swiper-button-prev:hover::after,
.honorBox .swiper-button-next:hover::after{
  color: #fff;
}
.partnerBox li img{
  width: 100%;
}
.partnerBox li:hover{
  box-shadow: 0 2px 15px rgba(0, 0, 0, .2);
}
.innerContact{
  width: 100%;
  align-items: flex-start;
}
.innerContact .left{
  /* width: 40%; */
}
.innerContact .right{
  /* width: 60%; */
  height: 480px;
}
.innerContact h3{
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 32px;
}
.innerContact .left p{
  font-size: 16px;
  margin-bottom: 22px;
}
.innerContact .num{
  color: #FF2A00;
  font-size: 36px;
  font-weight: bold;
}

.innerContact .right img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact2{
  border: 1px solid #ddd;
  background: #fff;
  padding: 40px;
}
.left .contact2{
  padding: 0;
  border: none;
  margin-top: 36px;
}
.left .contact2 p{
  margin: 0;
}
.left .contact2-2{
  margin-top: 0;
}
.left .contop dd{
  width: 49%;
}
.contop{
  width: 100%;
}
.contop dd{
  width: 32.5%;
  margin-bottom: 1.5%;
}
.contop dd p{
  font-weight: bold;
  color: #333;
}
.contact2 input{
  border-width: 0;
  box-shadow: none;
  background: #f6f7fb;
  padding: 20px 16px;
  box-sizing: border-box;
  height: auto;
}
.conbot{
  width: 100%;
}
.conbot p{
  font-weight: bold;
  color: #333;
}
.conbot textarea{
  width: 100%;
  height: 250px;
  box-shadow: none;
  border-width: 0;
  background: #f6f7fb;
  padding: 20px 16px;
}
.contact2-2 .btn{
  display: block;
  width: 100%;
  background: var(--main-color);
  color: #fff;
  font-size: 18px;
  transition: all .4s;
}
.contact2-2 .btn:hover{
  background: #0451d7;
}



/* <!--侧边栏--> */
.rightBox{
  position: fixed;
  right: 4px;
  bottom: 8%;
  z-index: 999;
  box-shadow: 0 0 15px rgba(0, 0, 0, .15);
  border-radius: 10px;
}

.rightBox li{
  position: relative;
  background: var(--main-color);
  color: rgba(255, 255, 255, 0.85);
  height: 42px;
  width: 42px;
  text-align: center;
  line-height: 42px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  transition: all .4s;
  cursor: pointer;
}
.rightBox li:first-child{
  border-radius: 8px 8px 0 0;
}
.rightBox li:last-child{
  border-radius:  0 0 8px 8px;
  border-bottom: none;
}
.rightBox li .iconfont{
  font-size: 20px;
}
.rightBox li:hover{
  background: #0f4ebc;
  color: #fff;
}
.rightBox li:hover a{
  color: #fff!important;
}
.rightBox .leftbox{
  background: #fff;
  position: absolute;
  right: 56px;
  top: 0;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0, 0, 0, .15);
  white-space: nowrap;
  padding: 4px 20px;
  color: #333;
  transition: all .4s;
  transform: rotate3d(1, 0, 0, 90deg);
  opacity: 0;
  transform-origin: right top 0px;
}
.rightBox .erm{
  width: 200px;
  bottom: 0;
  top: auto;
}
.rightBox .erm img{
  width: 100%;
}
.rightBox li:hover .leftbox{
  transform: rotate3d(1, 0, 0, 0deg);
  opacity: 1;
}

.innernav{
  position: relative;
  z-index: 10;
}
.innernav>ul{
  justify-content: flex-start;
  margin: 35px 0;
}
.innernav>ul li a{
  display: block;
  padding: 16px 24px;
  border-radius: 8px;
  position: relative;
}
.innernav>ul li a:hover{
  background: var(--main-color);
  color: #fff!important;
}
.serviceBox{
  min-height: 250px;
}
.serviceBox .imgbox_a{
  padding-bottom: 50%;
  border-radius: 10px;
}
.serviceBox .imgbox_a img{
  object-fit: cover;
}
.serviceBox .cp2-item{
  border: 1px solid #dedede;
}
.serviceBox .cp2-pic{
  padding: 10px;
  border-radius: 8px;
}
.serviceBox .cp2-con{
  margin: 10px 0 20px;
}
.serviceBox .cp2-con h1{
  color: #333;
}

/* news */
.innerNewsBox {
  align-items: flex-start;
}

.newsleft {
  width: 75%;
  padding: 30px;
}

.newsright {
  width: 25%;
}

.newsleft ul li {
  align-items: flex-start;
  border-bottom: 1px solid #eee;
  padding: 30px 0;
}

.newsleft .faq-pic {
  width: 28%;
  border: 1px solid #eee;
}

.newsleft .faq-con {
  width: 70%;
  padding: 0;
}

.newsleft .faq-con p {
  margin: 0;
  line-height: 1.5;
}

.newsleft .faq-con h2 {
  font-weight: bold;
}

.newsleft .faq-con-a {
  font-size: 15px;
  margin-top: 40px;
}

.newsRtit {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  margin-left: 10px;
  margin-bottom: 20px;
}

.newsRtit::before {
  content: '';
  position: absolute;
  width: 4px;
  height: 100%;
  background-color: var(--main-color);
  left: -10px;
  top: 0;
}

.newsRList li a {
  display: block;
  position: relative;
  padding-bottom: 65%;
  overflow: hidden;
  border: 1px solid #eee;
  margin-bottom: 24px;
}

.newsRList li a img {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all .5s;
}

.newsRList .text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, .65);
  padding: 10px;
  color: #fff;
}

.newsRList li:hover img {
  transform: scale(1.1);
}

.Protit {
  border: 1px solid #eee;
  padding-top: 20px;

}

.newsRPro {
  border: 1px solid #eee;
  margin-top: -1px;
  position: relative;
  overflow: hidden;

}

.newsRPro .text {
  position: relative;
  text-align: center;
  padding: 20px 10px;
}

/* down */
.downList {
  /* text-align: center; */
}
.downList dl{
  width: 100%;
}
.downList dt {
  font-size: 20px;
  text-align: center;
}
.downList dt {
  padding: 0 20px 20px;
  border-bottom: 1px solid #eee;
}
.downList dd a{
  padding: 10px 20px;
  border-bottom: 1px solid #eee;
  font-size: 16px;
}
.downtit{
  width: 80%;
  text-align: left;
  justify-content: flex-start;
}
.downList .protit{
  font-size: 24px;
  color: #333;
  background-color: #f5f5f5;
  padding: 16px 16px;
  border: 1px solid #eee;
}
.downList .proNavList .navlist01 .a01{
  padding: 20px;
}
.downiconBox{
  width: 20%;
  text-align: center;
}
.downicon{
  background: var(--main-color);
  border-radius: 50%;
  color: #fff;
  padding: 10px;
  transition: all .4s;
}
.downList dd{
  font-size: 18px;
  transition: all .4s;
}
.downList .wenjian{
  font-size: 32px;
  color: #DF4F1E;
  margin-right: 10px;
}
.downList dd:hover a{
  background: var(--main-color);
  color: #fff!important;
}
.downList dd:hover .wenjian{
  color: #fff;
}
.downList dd:hover .downicon{
  background: #fff;
  color: var(--main-color);
}
.videoBox .playcircle{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 50px;
  text-shadow: 0 2px 2px rgba(0,0,0,.3);
}

.downListImg .cp2-pic{
  padding: 0;
}
.downListImg .imgbox_a{
  padding-bottom: 150%;
  border-radius: 0;
}
.downSubnav{
  position: absolute;
  top: 50px;
  left: 0;
  width: 150%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
  opacity: 0;
  transform-origin: 0 0 0;
  transform: rotate3d(1, 0, 0, -90deg);
  transition: all .4s;
}
.downSubnav>ul li a{
  display: block;
  padding: 10px 20px;
  font-size: 16px;
  transition: all .4s;
  border-radius: 0;
  background: #fff;
  color: #333;
}
.innernav>ul>li:hover .downSubnav{
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0deg);
}
.innernav>ul>li:hover .downSubnav a:hover{
  background: var(--main-color);
  color: #fff!important;
}
.innerPro{
  margin: 60px auto;
  min-height: 350px;
}
.innerProCon{
  align-items: flex-start;
}
.proNav{
  width: 20%;
  margin-right: 24px;
}
.productInner{
  width: 80%;
}
.productInner .cp2-item{
  border: 1px solid #eee;

}
.productInner .cp2-con{
  margin: 16px 0;
}
.protit{
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  background: var(--main-color);
  text-align: center;
  padding: 24px 6px;
  border-radius: 10px 10px 0 0;
}
.proNavList>ul{
  border: 1px solid #eee;

}
.proNavList>ul>li{
  transition: all .4s;
}
.proNavList .navlist01{
  border-bottom: 1px solid #eee;

}
.proNavList .navlist01 .a01{
  display: block;
  /* width: 75%; */
  padding: 24px 24px;
  font-size: 18px;
  transition: all .4s;
}
.proNavList .downicon1{
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  color: #bbb;
  transform: rotate(0deg);
  transition: all .4s;
}
.proNavList .downClick{
  transform: rotate(180deg);
}
.proNavList .navlist01:hover{
  background: var(--main-color);
}
.proNavList .navlist01:hover .a01{
  color: #fff!important;
}
.proNavList .navlist01:hover .downicon1{
  color: #fff;
}
.subnav01{
  background: #fff;
}
.subnav01 .ul02 li a{
  display: block;
  padding: 10px 24px;
  background-color: #f5f5f5;
  font-size: 14px;
}
.subnav01 .ul02 li:hover a{
  background: var(--main-color);
  color: #fff!important;
}

.proNavList .navClick{
  background: var(--main-color);
}
.proNavList .navClick .a01{
  color: #fff!important;
}
.proNavList .navClick .downicon1{
  color: #fff;
}

.innerPro .cp2-con h1{
  color: #333;
  font-weight: 400;
}
.innerPro .cp2-con h1 a:hover{
  color: var(--main-color);
  font-weight: 900;
  text-decoration: none;
}
.innerPro .cp2-item:hover .cp2-con h1 a{
  color: var(--main-color);
  font-weight: 900;
  text-decoration: none;
}
.innerProImgBox ul{
  flex-wrap: wrap;
}
.innerProImgBox ul li{
  width: 48%;
  margin-bottom: 20px;
  border: 1px solid #eee;

}
.innerProImgBox .itempro{
  position: relative;
  padding-bottom: 100%;
}
.innerProImgBox .itempro img,.itempro video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.albbLogo{
  margin-top: 60px;
  justify-content: flex-start;
}
.albbLogo a{
  width: 35%;
  margin-right: 5%;
}
.albbLogo img{
  width: 100%;
}

/* ----------------------------- */

#M_header{
  width: 100%;
  height: 60px;
  background: #fff;
  position: fixed;
  z-index: 1000;
  display: none;
  box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}
.mheader{
  width: 100%;
  height: 100%;
  padding: 0 16px;
}
.mheader .logo{
  width: 70%;
  max-width: 300px;
}
.mheader .nav_menu{
  color: #333;
  font-size: 30px;
}
.m_nva{
  /* position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  transition: all .4s; */
}
.m_nva .black{
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .65);
  transition: all .4s;
  z-index: 997;
}
.m_nvacon{
  background-color: #fff;
  width: 66%;
  height: calc(100vh - 60px);
  float: right;
  overflow: auto;
  transition: all .4s;
  position: relative;
  right: -70%;
  z-index: 998;
}
.m_nvacon li{
  border-bottom: 1px solid #eee;
}
.m_nvacon li a{
  display: block;
  width: 80%;
  padding: 16px 26px;
}
.m_nvacon li .iconfont{
  color: #aaa;
  transition: all .4s;
  margin-right: 16px;
}
.m_nva .navClick{
  font-weight: bold;
}
.m_nva .navClick .a1{
  color: var(--main-color);
}
.m_nva_1 .downClick{
  transform: rotate(180deg);
  color: var(--main-color)!important;
}
.m_nva_1 .drop-menu li{
  font-size: 15px;
  background: #f5f5f5;
}
.m_nva_1 .drop-menu2 li{
  font-size: 15px;
  background: #eee;
}
.innerContent{
  border-top: 1px solid #eee;
  padding-top: 24px;

}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .container{
    width: 970px;
  }
  .honorBox .swiper-button-prev{
    left: 42%;
  }
  .honorBox .swiper-button-next{
    right: 42%;
  }
  .swiper-honor .swiper-slide{
    width: 25%;
  }
}
@media screen and (max-width: 1200px) {
   #M_header{
     display: block;
   }
   .banner{
    display: block!important;
    padding-top: 50px;
   }
   .banner .fafa .slides>li>.imgbox_b{
    height: 50vh;
   }
   .caseNav, .proNav1{
    overflow-x: auto;
    overflow-y: visible;
    padding-bottom: 15px;
   }
   .footer-1{
    display: block;
   }
   .honorBox .swiper-button-prev{
    left: 42%;
  }
  .honorBox .swiper-button-next{
    right: 42%;
  }
  .swiper-honor .swiper-slide{
    width: 25%;
  }
  .partnerBox li{
    width: 25%;
  }
}

@media screen and (max-width: 1000px) {
  .banner .fafa .slides>li>.imgbox_b{
   height: 230px;
  }
  .titleBox{
    margin: 40px auto 20px;
  }
  .titleBox h3{
    font-size: 24px;
  }
  .titleBox p{
    font-size: 16px;
  }
  .proContentList{
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .proContentList .item{
    width: 48%;
    padding-bottom: 12%;
  }
  .proContentList .item:nth-child(2n){
    margin-right: 0;
  }
  .rightBox{
    display: none;
  }
  .productCon{
    padding-bottom: 180%;
  }
  .proContentList .protext{
    padding: 8%;
  }
  .proContentList .protext h4{
    font-size: 16px;
  }
  .protext .prodec{
    font-size: 13px;
  }
  .cloudPla>ul{
    align-items: flex-start;
  }
  .cloudPla li{
    height: 100%;
  }
  .cloudPla .yun1{
    display: block;
    height: 200px;
  }
  .cloudText{
    position: relative;
    width: 100%;
    top: auto;
    left: auto;
    padding: 20px;
    height: 300px;
    overflow: hidden;
    opacity: 1!important;
  }
  .xtBtn{
    top: 150px;
    left: 20px;
    width: 110px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }
  .cloudText .subtitle{
    font-size: 14px;
  }
  .cloudText h3{
    font-size: 24px;
    border-top-width: 1px;
  }
  .cloudText .content p{
    font-size: 14px;
    line-height: 1.5;
  }
  .caseApp{
    height: 350px;
  }
  .caseApp .case1{
    height: 350px;
  }
  .caseApp .case1 a{
    display: block;
    height: 100%;
  }
  .caseImg1{
    width: 100%;
    height: 200px;
  }
  .caseText{
    width: 100%;
    padding: 6%;
    height: 150px;
    overflow-y: auto;
    /* background-color: #666; */
  }
  .caseText h3{
    font-size: 24px;
  }
  .caseText .content{
    font-size: 14px;
  }
  .caseThumbnail li{
    margin-right: 1px;
  }
  .newsBox{
    display: block;
  }
  .leftnews{
    height: 300px;
  }
  .leftnews,.rightnews{
    width: 100%;
  }
  .leftnews .text>p{
    font-size: 16px;
  }
  .rightnews .tit{
    display: none;
  }
  .rightnews .btn{
    margin: 30px auto;
    display: block;
  }
  .foo1-1{
    display: none;
  }
  .foo1-2{
    margin: 0 auto;
    float: none;
  }
  .innerbanner{
    padding-top: 50px;
    height: 160px;
  }
  .positionBox h3{
    display: none;
  }
  .positionA{
    display: block;
  }
  .innerSearch input{
    width: 100%;
    min-width: auto;
  }
  .innerSearch button{
    white-space: nowrap;
  }
  .innnerSearchA{
    padding: 16px 16px 0 16px;
  }
  .proNav{
    display: none;
  }
  .productInner{
    width: 100%;
  }
  .innerPro{
    margin: 0 auto;
  }
  .cp-xx1{
    flex-wrap: wrap;
  }
  .innerProImgBox{
    width: 100%;
  }
  .innerProTextBox{
    width: 100%;
  }
  .innerProTextBox h1{
    font-size: 28px;
  }
  .goods_price1_text{
    font-size: 20px!important;
  }
  .newsright{
    display: none;
  }
  .newsleft{
    width: 100%;
    padding: 0;
  }
  .newsleft li{
    flex-wrap: wrap;
  }
  .newsleft .faq-pic{
    width: 100%;
    margin-right: 0;
  }
  .newsleft .faq-con{
    width: 100%;
  }
  .innerAbout{
    flex-wrap: wrap;
  }
  .rightAbout,.leftAbout{
    width: 100%;
    font-size: 16px;
  }
  .aboutBox, .honorBox, .partnerBox{
    margin-bottom: 30px;
  }
  .rightAbout video{
    margin-top: 20px;
    height: auto;
  }
  .honorBox .swiper-button-prev{
    left: 30%;
  }
  .honorBox .swiper-button-next{
    right: 30%;
  }
  .swiper-honor .swiper-slide{
    width: 60%;
  }
  .partnerBox li{
    width: 45%;
  }
  .innerContact h3{
    font-size: 22px;
  }
  .innerContact .right{
    margin-top: 30px;
  }
}