body {
  width: 100%;
}
.main {
  overflow: hidden;
  width: 100%;
  display: block;
}
.content_box::after{
  clear: both;
}
.clear{
  clear: both;
}
.lineOne {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bgc {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.morebtn{
  width: 150px;
  height: 43px;
  line-height: 43px;
  font-size: 18px;
  background: #0c8cea;
  color: #ffffff;
  text-align: center;
  display: inline-block;
}

.index-more {
  -webkit-transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  -o-transition-property: color;
  -moz-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  height: 60px;
  line-height: 60px;
  padding: 0;
}

.index-more:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0079c3;
  -webkit-border-radius: 8px ;
  -moz-border-radius: 8px ;
  border-radius: 8px ;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.index-more a:hover {
  color: #ffffff;
  border-color: #ffffff;
}

.index-more a:hover:before {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}

.w1500 {
  max-width: 92%;
  margin: 0 auto;
  width: 1500px;
}
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  height: 103px;
  transition: all 0.5s;
}
.header .w1500 {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.header .logo {
  width: 98px;
  height: 100%;
  display: block;
  position: relative;
}
.header .logo img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.header .logo img.logoB {
  display: none;
}



.header .headerRight {
  height: 100%;
  flex: 1;
}

.header .headerRight .tel {
  width: 150px;
  height: 23px;
  background-position: left;
  padding-left: 35px;
  background-image: url("../images/tel_w.png");
  background-repeat: no-repeat;
  display: block;
  float: right;
  position: relative;
  top: 50%;
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  transform: translateY(-50%);
}
.header .headerRight .nav {
  float: right;
  margin-right: 5px;
}
.header .headerRight .nav .bg {
  background-color: #f0f0f0;
  display: block;
  width: 100vw;
  height: 0;
  position: fixed;
  left: 0;
  z-index: 1;
  top: 96px;
}
.header .headerRight .nav .bg.on {
  height: 60px;
  transition: all 0.3s;
}
.header .headerRight .nav ul li {
  float: left;
  position: relative;
}
.header .headerRight .nav ul li .tits {
  font-size: 16px;
  line-height: 96px;
  color: #fff;
  display: block;
  padding: 0 18px;
  font-weight: bold;
  position: relative;
  z-index: 10;
}
.header .headerRight .nav ul li .tits:after {
  width: calc(100% - 36px);
  left: 18px;
  bottom: 0;
  height: 4px;
  background-color: #0c8cea;
  content: '';
  position: absolute;
  opacity: 0;
  transition: opacity 0.2s;
}
.header .headerRight .nav ul li .mnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  height: 60px;
  overflow: hidden;
  top: 100%;
  left: 18px;
  margin: 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 70vw;
}
.header .headerRight .nav ul li .mnav.lastNav {
  left: auto;
  right: 13px;
  justify-content: flex-end;
}
.header .headerRight .nav ul li .mnav dd {
  position: relative;
  z-index: 5;
  margin-right: 2.08333vw;
  top: -30px;
  transition: all 0.5s;
}
.header .headerRight .nav ul li .mnav dd:last-child {
  margin-right: 0;
}
.header .headerRight .nav ul li .mnav dd a {
  font-size: 16px;
  line-height: 60px;
  color: #666;
}
@media (min-width: 1024px) {
  .header .headerRight .nav ul li .mnav dd a:hover {
      color: #0c8cea;
 }


  .header .headerRight .nav ul li:hover .tits {
      color: #0c8cea !important;
 }
  .header .headerRight .nav ul li:hover .tits:after {
      opacity: 1;
 }
  .header .headerRight .nav ul li:hover .mnav {
      opacity: 1;
      top: 100%;
      visibility: initial;
      z-index: 99;
 }
  .header .headerRight .nav ul li:hover .mnav dd {
      top: 0;
 }
}
.header .headerRight .navClick {
  float: right;
  width: 22px;
  height: 18px;
  margin-top: 16px;
  display: none;
  margin-left: 10px;
}
.header .headerRight .navClick span {
  width: 100%;
  height: 2px;
  margin-bottom: 6px;
  background-color: #000;
  display: block;
  position: relative;
  transition: .3s;
  -webkit-transition: .3s;
}
.header .headerRight .navClick span:nth-child(3) {
  margin-bottom: 0;
}
.header .headerRight .navClick.on span:nth-child(1) {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 8px;
  right: 0px;
}
.header .headerRight .navClick.on span:nth-child(2) {
  display: none;
}
.header .headerRight .navClick.on span:nth-child(3) {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  top: 0;
  right: 0;
}
@media (min-width: 1024px) {
  .header:hover {
      background-color: #fff;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
 }
  .header:hover .logo img.logoB {
      display: block;
 }
  .header:hover .logo img.logoW {
      display: none;
 }


  .header:hover .headerRight .tel {
      background-image: url("../images/tel.png");
      color: #0c8cea;
 }
  .header:hover .headerRight .nav ul li .tits {
      color: #000;
 }
  .header:hover .headerRight .nav ul li.on .tits {
      color: #0c8cea;
 }
  .header:hover .headerRight .nav ul li.on .tits:after {
      opacity: 1;
 }
}
.header.open {
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.header.open .logo img.logoB {
  display: block;
}
.header.open .logo img.logoW {
  display: none;
}
.header.open .headerRight .search {
  background-image: url("../images/search.png");
}
.header.open .headerRight .tel {
  background-image: url("../images/tel.png");
}
.header.open .headerRight .nav ul li .tits {
  color: #000;
}
.header.open .headerRight .nav ul li.on .tits {
  color: #0c8cea;
}

.header.open .headerRight .nav ul li.on .tits:after {
  opacity: 1;
}
.header.on {
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  height: 80px;
}
.header.on .logo img.logoB {
  display: block;
}
.header.on .logo img.logoW {
  display: none;
}

.header.on .headerRight .search {
  background-image: url("../images/search.png");
}
.header.on .headerRight .tel {
  background-image: url("../images/tel.png");
  color: #0c8cea;
}
.header.on .headerRight .nav .bg {
  top: 80px;
}
.header.on .headerRight .nav ul li .tits {
  color: #000;
  line-height: 80px;
}
.header.on .headerRight .nav ul li .mnav:before {
  top: 80px;
}
.header.on .headerRight .nav ul li.on .tits {
  color: #0c8cea;
}
.header.on .headerRight .nav ul li.on .tits:after {
  opacity: 1;
}
@media (max-width: 1200px) {
  .header .headerRight .nav ul li .tits {
      padding: 0 12px;
      font-size: 15px;
 }
  .header .headerRight .search {
      margin-right: 0;
 }
}
@media (max-width: 1024px) {
  .header {
      height: 50px !important;
      background-color: #fff;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
 }
  .header .logo {
      width: 80px;
 }
  .header .logo img.logoB {
      display: block;
 }
  .header .logo img.logoW {
      display: none;
 }
  .header .headerRight .search {
      width: 30px;
      background-image: url("../images/search.png");
 }
  .header .headerRight .tel {
      background-image: url("../images/tel.png");
      width: 30px;
 }
  .header .headerRight .nav {
      display: none;
      width: 100%;
      position: fixed;
      z-index: 15;
      border-top: 1px solid #eee;
      height: calc(100% - 50px);
      overflow-y: auto;
      box-sizing: border-box;
      top: 50px;
      left: 0;
      float: none;
      background-color: #fff;
 }
  .header .headerRight .nav ul {
      padding: 20px 4%;
 }
  .header .headerRight .nav ul li {
      width: 100%;
      float: none;
 }
  .header .headerRight .nav ul li .tits {
      color: #0c1729 !important;
      border-bottom: 1px solid #e5e5e5;
      padding: 0;
      height: auto;
      font-weight: 500;
      line-height: 40px !important;
      font-size: 16px;
 }
  .header .headerRight .nav ul li .tits:after {
      display: none !important;
 }
  .header .headerRight .nav ul li .mnav {
      display: block;
      position: relative;
      width: 100%;
      margin-left: 0 !important;
      left: 0;
      opacity: 1;
      visibility: inherit;
      height: auto;
      padding: 0;
      right: auto !important;
 }
  .header .headerRight .nav ul li .mnav dd {
      top: 0;
      display: inline-block;
      margin-right: 10px;
 }
  .header .headerRight .nav ul li .mnav dd a {
      color: #0c1729;
      line-height: 36px;
      font-size: 14px;
 }
  .header .headerRight .navClick {
      display: block;
 }
}

.index-banner {
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  overflow: hidden;
}
.index-banner .bannerBox {
  width: 100%;
  height: 100vh;
}
.index-banner .bannerBox .li {
  width: 100%;
  height: 100vh;
  position: relative;
}
.index-banner .bannerBox .li .img {
  display: none;
  width: 100%;
}
.index-banner .bannerBox .li .video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 10;
}


.index-banner .bannerBox .p_info {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 80%;
  padding-left: 35%;
  z-index: 22;
  display: block;
  transform: translate(-50%,-50%);
  box-sizing: border-box;
}

.index-banner .bannerBox .p_info_fivebox {
  width: 100%
}
.index-banner .bannerBox  .p_summary {
  color: #fff;
  font-size: 48px;
  line-height: 1.6;
  margin-top: 20px;
  transition: all ease 2s 1s;
  opacity: 0;
  transform: translateY(40px);
  text-shadow: 3px 0 10px rgba(0,0,0,0.4);
  text-align: right;
  font-weight: bold;
}

.index-banner .bannerBox  .slick-active .p_summary {
  opacity: 1;
  transform: translateY(0px)
}

.index-banner .bannerBox  .p_btitle {
  color: #fff;
  font-size: 5.2vw;
  line-height: 1.4;
  font-weight: bold;
  font-family: 'Impact';
  letter-spacing: 2px;
  text-shadow: 3px 0 10px rgba(0,0,0,0.5);
  transition: all ease 2s .7s;
  opacity: 0;
  transform: translateY(40px);
  text-align: right;
}

.index-banner .bannerBox  .slick-active .p_btitle {
  opacity: 1;
  transform: translateY(0px)
}

.index-banner .bannerBox  .p_cspan {
  position: relative;
  margin-top: 10px;
  display: block;
  transition: all ease 2s .8s;
  opacity: 0;
  text-align: right;
  transform: translateY(40px)
}


.index-banner .bannerBox .p_cspan::before {
  content: '';
  width: 82px;
  height: 7px;
  border-radius: 0;
  background: #0c8cea;
  display: inline-block
}

.index-banner .bannerBox .slick-active .p_cspan {
  opacity: 1;
  transform: translateY(0px)
}



.index-banner .scrollBox {
  position: absolute;
  left: 50%;
  bottom: 45px;
  transform: translateX(-50%);
}
.index-banner .scrollBox .t {
  font-size: 14px;
  line-height: 16px;
  font-family: 'MONR';
  color: #fff;
}
.index-banner .scrollBox .but {
  width: 24px;
  height: 38px;
  border-radius: 12px;
  border: 2px solid #fff;
  margin: 7px auto 0;
  position: relative;
  box-sizing: border-box;
}
.index-banner .scrollBox .but span {
  width: 2px;
  height: 10px;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  animation: myScroll 1s linear infinite;
}
.index-banner .btns {
  position: absolute;
  bottom: 60px;
  left: 9.6%;
  z-index: 200;
  display: inline-flex;
}
.index-banner .btns .t {
  display: flex;
  align-items: center;
  opacity: 0.4;
  cursor: pointer;
}
.index-banner .btns .t span {
  width: 45px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  font-family: 'MONR';
  color: #fff;
}
.index-banner .btns .t i {
  width: 150px;
  height: 2px;
  background-color: #76797a;
  display: none;
  margin: 0 15px;
  position: relative;
  overflow: hidden;
  display: none;
}
.index-banner .btns .t i:after {
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fa0000;
  content: '';
}
.index-banner .btns .t.on {
  opacity: 1;
}
.index-banner .btns .t.on i:after {
  animation: myWidth 8s ease;
}
@media (max-width: 1024px) {

}
@media (max-width: 768px) {
  .index-banner {
      height: auto;
      margin-top: 50px;
      position: relative;
 }
  .index-banner .bannerBox {
      height: auto;
 }
  .index-banner .bannerBox .li {
      height: auto;
      background: none !important;
 }
  .index-banner .bannerBox .li .img {
      display: block;
 }
  .index-banner .btns {
      bottom: 10px;
      left: 10px;
 }
  .index-banner .btns .t {
      margin-right: 15px;
 }
  .index-banner .btns .t span {
      font-size: 12px;
      width: auto;
 }
  .index-banner .scrollBox {
      bottom: 15px;
 }
  .index-banner .scrollBox .t {
      font-size: 12px;
 }
  .index-banner .scrollBox .but {
      width: 18px;
      height: 26px;
      border-radius: 9px;
      border-width: 1px;
 }
  .index-banner .scrollBox .but span {
      width: 1px;
 }
}


.indexTitle {
  text-align: left;
  color: #010101;
}
.indexTitle .tits .t{
  font-size: 45px;
  line-height: 55px;
  color: #4a4c4d;
}
.indexTitle .tits .tx {
  font-size: 30px;
  line-height: 30px;
  opacity: 0.9;
  color: #6b6b6b;
}
.indexTitle .line::before{
	content: '';
	width: 72px;
	height: 2px;
	border-radius: 0;
	background: #4d4e50;
	display: inline-block;
	margin: 25px 0;
}
@media (max-width: 768px) {
  .indexTitle .tits {
      font-size: 22px;
      line-height: 24px;
 }
  .indexTitle .tit {
      font-size: 14px;
      line-height: 16px;
      margin-top: 5px;
 }
}

.index {
  width: 100%;
  background-color: #fff;
  z-index: 5;
  position: relative;
}
.index .box1 {
  /* padding-top: 4.2%;
  padding-bottom: 4.6%; */
  padding-top: 100px;
  padding-bottom: 100px;
}
.problock {
	overflow: hidden;
	margin-top: 40px;
}
.problock .promenu{
	width: 23%;
	position: relative;
	z-index: 3;
  padding-top: 25px;
}
.problock .promenu li {
    height: 110px;
    position: relative;
	  margin-bottom: 20px;
}
.problock .promenu li:last-child{
	margin-bottom: 0;
}
.problock .promenu li a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
	  box-sizing: border-box;
    z-index: 2;
	  border: 1px solid #e3e3e3;
    -webkit-transition: all .5s ease-out;
}
/* .problock .promenu li.cur{
	border: 2px solid #0c8cea;
} */
.problock .promenu li .s-img {
    float: left;
    display: block;
    width: 46px;
    height: 46px;
    overflow: hidden;
	margin-left: 36px;
}

.problock .promenu li.cur .s-img img{
	 filter: brightness(100);
}

.problock .promenu li .txts {
    float: left;
    margin-left: 35px;
    width: 200px;
}


.problock .promenu li .txts h3{
	font-weight: 400;
	color: #333;
	padding-bottom: 10px;
	font-size: 24px;
}
.problock .promenu li.cur .txts h3{
	color: #fff;
}
.problock .promenu li.cur .txts p{
	color: #fff;
}
.problock .promenu li .txts{
	position: relative;
}
.problock .promenu li .txts:after{
	width: 2px;
	height: 54px;
	top: 0;
	background-color: #fff;
	right: 0;
	position: absolute;
	content: '';
	-webkit-transition: all .5s ease-out;
}
.problock .promenu li .txts p {
    font-size: 16px;
	color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.problock .promenu li .bg{
	width: 447px;
	height: 110px;
	background-image: url(../images/li_bg.png);
	background-repeat: no-repeat;
  background-size: 447px 110px;
	position: absolute;
	left: -2px;
	top: -2px;
	z-index: -2;
	display: none;
	
}

.problock .probox{
	width: 73%;
	overflow: hidden;
}
.problock .probox .product-img {
	display: none;
}
.problock .probox .product-img.active {
	display: block;
}
.problock .probox .product-img .img-box{
	width: 100%;
	position: relative;
	float: left;
	overflow: hidden;
	
}

.problock .probox .product-img .img{
	background: url('../images/proboxbg.jpg');
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	width: 85%;
	overflow: hidden;
}

.problock .probox .sell_box {
    width: 40%;
    overflow: hidden;
    position: absolute;
    top: 5%;
    right: 1%;
	  padding: 40px 44px;
    background-color: rgba(12, 140, 234, 1.0);
	  color: #fff;
    height: 70%;
}

.problock .probox .sell_box .gridbox .tits{
	font-size: 30px;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #ffffff;
	display: inline-block;
}
.problock .probox .sell_box .gridbox .desc{
	margin-top: 75px;
	font-size: 16px;
	line-height: 32px;
}
.problock .probox .sell_box .gridbox .box-btn{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.problock .probox .sell_box .gridbox .box-btn .tel-box .txt{
	font-size: 14px;
}
.problock .probox .sell_box .gridbox .box-btn .tel-box .teltext{
	font-size: 24px;
	font-weight: bold;
}
.problock .probox .sell_box .gridbox .box-btn .fBtn {
	background: #ffffff;
	
}

.problock .probox .sell_box .gridbox .box-btn .fBtn .font{
	color: #000;
	font-size: 14px;
	line-height: 1;
	padding: 4px 17px;
}


.problock .probox .product-img .plist .item {
     width: 23%;
     border: 1px solid #eee;
     float: left;
     margin: 14px 0.8%;
     text-align: center;
     position: relative;
	   overflow: hidden;
}

.problock .probox .product-img .plist .item .item-img{
     transform: rotateY(0);
     transition: all 0.50s ease-in-out 0s;
}
/* .problock .probox .product-img .plist .item:hover .item-img{
     transform: rotateY(-90deg);
} */
.problock .probox .product-img .plist .item .item-img img{
     width: 100%;
     height: auto;
}
.problock .probox .product-img .plist .item .box-content{
     width: 100%;
     height: 100%;
     position: absolute;
     top: 0;
     left: 0;
	 display: flex;
	 align-items: center;
	 justify-content: center;
     text-align: center;
     background: #f6e7b4;
     transform: rotateY(90deg);
     transition: all 0.50s ease-in-out 0s;
}
.problock .probox .product-img .plist .item:hover .box-content{
	transform: rotateY(0);
}
.problock .probox .product-img .plist .item .box-content a {
     color:white;
     font-size:16px;
}
.problock .probox .product-img .plist .item .box-content a:hover {
     color:#ffffff;
}

.problock .probox .sell_box .gridbox .box-btn{
  margin-top: 75px;
}

.index .box2{
  background: url('../images/index_about_bg.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.index .box2 .content_box{
	padding-top: 100px;
}
.index .box2 .content_box .con{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row;
}
.index .box2 .content_box .af_l {
	flex: 0 0 44%;
	padding-bottom: 100px;
}
.index .box2 .content_box .af_l .comp-content {
	font-size: 20px;
	color: #4a4c4d;
	text-indent: 2em;
	line-height: 36px;
	margin-top: 10px;
}
.index .box2 .content_box .af_l .fBtn{
	margin-top: 32px;
	display: inline-block;
}
.index .box2 .content_box .af_l .fBtn .font{
	font-size: 16px;
	padding: 5px 18px;
	color: #ffffff;
	background: #0c8cea;
}

.index .box2 .numul{
  margin-top: 50px;
  display: flex;
  flex-direction: row;
}
.index .box2 .numul .li{
  float: left;
  width: 25%;
  position: relative;
}

.index .box2 .numul .li .liInner .num {
  font-size: 24px;
  line-height: 50px;
  color: #5a5959;
  text-align: center;
}
.index .box2 .numul .li .liInner .num .counter{
  font-size: 45px;
  color: #0c8cea;
}
.index .box2 .numul .li .liInner p{
  color: #000;
  font-size: 20px;
  margin-top: 5px;
  text-align: center;
}
.index .box2 .numul .li:after{
  position: absolute;
  content: ' ';
  height: 100%;
  width: 1px;
  right: 0;
  top: 0;
  background: url('../images/line.png') no-repeat center;
  background-size: contain;
}
.index .box2 .numul li:nth-child(4):after{
  display: none;
}


.index .box2 .top{
  display: flex;
  justify-content: space-between
}
.index .box2 .top .leftpro {
  display: inline-block;
  width: 39.33%;
}
.index .box2 .top .leftpro .protitle{
  border-bottom: 1px solid #4f4f50;
  padding-bottom: 24px;
}
.index .box2 .top .leftpro .protitle .titen{
  width: 310px;
  height: 37px;
  background: url('../images/index_product_title.png');
  background-repeat: no-repeat;
}
.index .box2 .top .leftpro .protitle .tit{
  font-size: 45px;
  color: #000000;
  display: inline-block;
  height: 70px;
  line-height: 1;
}

.index .box2 .top .leftpro .prodesc{
  margin-top: 87px;
  margin-bottom: 70px;
}
.index .box2 .top .leftpro .prodesc .pname{
  font-size: 30px;
  color: #000000;
  height: 50px;
  line-height: 50px;
} 
.index .box2 .top .leftpro .prodesc .pdesc{
  font-size: 18px;
  color: #000000;
  line-height: 26px;
  width: 70%;
} 
.index .box2 .top .rightpro {
  width: 52.4%;
}
.index .box2 .top .rightpro .img{
  overflow: hidden;
  transition: all 600ms;
}
.index .box2 .top .rightpro .img:hover img{
  transform: scale(1.05);
}
.index .box2 .top .rightpro .img img{
   max-width: 100%;
   transition: all 600ms;
}


.index .box2 .proclass-swiper{
  overflow: hidden;
  margin-top: 40px;
  position: relative;
}

.index .box2 .proclass-swiper .swiper-button-prev{
  left: 0;
}
.index .box2 .proclass-swiper .swiper-button-next{
  right: 0;
}
.index .box2 .proclass-swiper .swiper-button-prev,.index .box2 .proclass-swiper .swiper-button-prev:after,
.index .box2 .proclass-swiper .swiper-button-next,.index .box2 .proclass-swiper .swiper-button-next:after
{
  width: 40px;
  height: 32px;
  font-size: 12px;
  text-align: center;
  line-height: 32px;
  background: #fff;
  color: #000;
}
.index .box2 .proclass-swiper .swiper-slide .img{
  overflow: hidden;
}
.index .box2 .proclass-swiper .swiper-slide:hover .img img {
  transform: scale(1.05);
}
.index .box2 .proclass-swiper .swiper-slide .img img{
  width: 100%;
  max-width: 100%;
  transition: all 600ms;
}
.index .box2 .proclass-swiper .swiper-slide .xx{
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  color: #000000;
  background: #d6d6d8;
  padding: 0 30px 0 8px;
  display: flex;
  justify-content: space-between;
}
.index .box2 .proclass-swiper .swiper-slide .xx .desc{
  width: 70%;
  display: inline-block;
  overflow: hidden;
  transition: all 0.5s;
}
.index .box2 .proclass-swiper .swiper-slide:hover .xx {
  color: #0c8cea;
}
.index .box3{
  background: url('../images/index_case_bg.jpg');
  background-repeat: no-repeat;
  background-position: top center;
}
.box3 .content_box{
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}
.index .box3 .indexTitle .tits .tx{
  color: #ffffff;
}
.index .box3 .indexTitle .tits .t{
  color: #ffffff;
}
.index .box3 .indexTitle .line::before{
  background: #ffffff;
}
.index .box3 .indexTitle .desc{
  color: #ffffff;
  font-size: 24px;
}
.index .box3 .content_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
}
.index .box3 .content_box .lbox{
  /* flex: 0 0 38%; */
  width: 38%;
  float: left;
}
.index .box3 .content_box .lbox .l_item{
  display: flex;
  height: 100%;
  flex-wrap: wrap;
  align-content: space-between;
}
.index .box3 .content_box .rbox{
  /* flex: 0 0 56.33%; */
  width: 58.33%;
  float: right;
}


.index .box3 .content_box .appclass-content p{
  margin-top: 150px;
  font-size: 20px;
  line-height: 38px;
  color: #ffffff;
}

.index .box3 .content_box .box-btn .fBtn{
  background: #fff;
  display: inline-block;
}
.index .box3 .content_box .box-btn .fBtn .font{
  color: #0a277b;
  font-size: 16px;
  padding: 5px 18px;
}
.cnimgBox{
  overflow: hidden;
  padding: 0 30px;
  position: relative;
}
.cnimgBox .appclass-swiper{
  overflow: hidden;
}

.cnimgBox .swiper-slide .bg{
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -moz-transform: perspective(300px) rotateY(0deg);
  -ms-transform: perspective(300px) rotateY(0deg);
  -o-transform: perspective(300px) rotateY(0deg);
  transform: perspective(300px) rotateY(0deg);
}
.cnimgBox .swiper-slide:before{content:"";background:#093e96;position:absolute;left:0;top:0;width: 100%;height:100%;-moz-transition: all 0.6s ease-in-out;-webkit-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}

.cnimgBox .swiper-slide .bg{ position:absolute; left:0; top:0; width:100%; height:100%; z-index:0; -moz-transition: all 0.6s ease-in-out;-webkit-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}

.cnimgBox .swiper-slide a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  box-sizing: border-box;
}
.inter-inner { width: 94%; height: 94%; position: absolute; left: 3%; top: 3%; }

.inter-inner .line1, .inter-inner .line2 { position: absolute; top: 0; right: 0; bottom: 0; left: 0; opacity: 0; filter: alpha(opacity=0); pointer-events: none; -webkit-transition: opacity 0.6s, -webkit-transform 0.6s; transition: opacity 0.6s, transform 0.6s; transition-delay:0.6s}

.inter-inner .line1 { border-top: 3px solid #fff; border-bottom: 3px solid #fff; -webkit-transform: scale(0,1); transform: scale(0,1); }

.inter-inner .line2 { border-right: 3px solid #fff; border-left: 3px solid #fff; -webkit-transform: scale(1,0); transform: scale(1,0); }

.cnimgBox .swiper-slide:hover .line1,

.cnimgBox .swiper-slide:hover .line2 { opacity: 1; filter: alpha(opacity=100); -webkit-transform: scale(1); transform: scale(1); }
.cnimgBox .swiper-slide .con{position:relative;z-index:1;overflow: hidden; text-align: center;
  width: 100%;}

.cnimgBox .swiper-slide .con h5{ font-size:30px; color:#fff; font-weight: 200; height: 45px; height: 45px; display: block; text-align: center;width: 100%;margin-top: 290px;}
.cnimgBox .swiper-slide .con p{ font-size:18px; color:#fff; line-height:26px; overflow:hidden; margin-bottom:250px; }


.cnimgBox .swiper-slide:hover .bg{}

.cnimgBox .swiper-slide:hover:before{ right:0; width:100%}

.cnimgBox .swiper-slide:hover .con p{ transform:translateX(0); -webkit-transform:translateX(0); -moz-transform:translateX(0);}

.cnimgBox .swiper-slide .bg{ -webkit-transform-origin: left; -moz-transform-origin: left; -ms-transform-origin: left; -o-transform-origin: left; transform-origin: left; -webkit-transition: all 1s; -moz-transition: all 1s; -o-transition: all 1s; transition: all 1s; -moz-transform: perspective(300px) rotateY(0deg); -ms-transform: perspective(300px) rotateY(0deg); -o-transform: perspective(300px) rotateY(0deg); transform: perspective(300px) rotateY(0deg);}
.cnimgBox .swiper-slide .bg{

    background-size: cover!important;;
    background-position: center;
  }
.cnimgBox .swiper-slide:hover .bg{ opacity: 1; -webkit-transform: perspective(300px) rotateY(90deg); -moz-transform: perspective(300px) rotateY(90deg); -ms-transform: perspective(300px) rotateY(90deg); -o-transform: perspective(300px) rotateY(90deg); transform: perspective(300px) rotateY(90deg); }
.cnimgBox .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
  right: 0;
}
.cnimgBox .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
  left: 0;
}
.cnimgBox .swiper-button-next:after, .cnimgBox .swiper-button-prev:after{
  color: #ffffff;
}
.index .box4{
  background: #eef7fd;
  padding-top: 100px;
  padding-bottom: 100px;
}
.index .box4 .content_box .indexTitle{
  margin-bottom: 45px;
}
.index .box4 .content_box .homeSpT .left{
  float: left;
  width: 24%;

}
.index .box4 .content_box .homeSpT .left .tabGroup{
  padding-top: 68px;
  padding-right: 100px;
  color: #4a4c4d;
  position: relative;
}
.index .box4 .content_box .homeSpT .left .tabGroup .tabOption:nth-child(1) {
  display: flex;
  flex-direction: column;
  margin-bottom: 65px;
}
.index .box4 .content_box .homeSpT .left .tabGroup .tabOption:nth-child(2) {
  padding-left: 48px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-bottom: 65px;
}
.index .box4 .content_box .homeSpT .left .tabGroup .tabOption:nth-child(3) {
  display: flex;
  flex-direction: column-reverse;
}
.index .box4 .content_box .homeSpT .left .tabGroup .tabOption .tabtitle{
  font-size: 24px;
  font-style: italic;
  line-height: 45px;
  height: 45px;
  font-weight: 500;
}
.index .box4 .content_box .homeSpT .left .tabGroup .tabOption .tabtitle .num{
  font-size: 48px;
}
.index .box4 .content_box .homeSpT .right{
  float: right;
  width: 75.33%;
}

.index .box4 .content_box .homeSpT .left .tabGroup .tabOption .target {
  position: relative;
  border-radius: 50%;
  width: 43px;
  height: 43px;
  
}
.index .box4 .content_box .homeSpT .left .tabGroup .tabOption .target .point {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 15px;
  height: 15px; 
  background: #61abf0;
  border: 12px solid #b6dafb;
  margin: auto;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}

.index .box4 .content_box .homeSpT .left .tabGroup .tabOption .target1 {
  margin: 0 auto;
}
.index .box4 .content_box .homeSpT .left .tabGroup .tabOption .target2 {
  
}
.index .box4 .content_box .homeSpT .left .tabGroup .tabOption .target3 {
  margin: 0 auto;
}
.index .box4 .content_box .homeSpT .left .tabGroup .tabOption .target .line {
  position: absolute;
  width: 60px;
  height: 0;
  border-top: 1px solid #61abf0;
  top: 100%;
  left: 50%;
  filter: alpha(opacity=0);
}
.index .box4 .content_box .homeSpT .left .tabGroup .tabOption .target1 .line {
  top: 177%;
  left: -110%;
  width: 75px;
  transform: rotate(120deg);
}
.index .box4 .content_box .homeSpT .left .tabGroup .tabOption .target2 .line {
  top: 180%;
  left: 30%;
  width: 75px;
  transform: rotate(60deg);
}
.index .box4 .content_box .homeSpT .left .tabGroup .tabOption.on{
  color: #0340a3;
}

.index .box4 .content_box .homeSpT .right .serviceSwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}
.index .box4 .content_box .homeSpT .right .serviceSwiper .swiper-pagination{
  display: none;
}
.index .box4 .content_box .homeSpT .right .serviceSwiper .swiper-slide .con{
  padding-left: 65px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  width: 60%;
  box-sizing: border-box;
}
.index .box4 .content_box .homeSpT .right .serviceSwiper .swiper-slide .con .tit {
  font-size: 30px;
  color: #ffffff;
  height: 55px;
  line-height: 55px;
  margin-top: 90px;
}
.index .box4 .content_box .homeSpT .right .serviceSwiper{
  overflow: hidden;
  position: relative;
  height: 518px;
  width: 1130px;
}
.index .box4 .content_box .homeSpT .right .serviceSwiper .swiper-slide .con .desc {
  font-size: 20px;
  color: #ffffff;
  line-height: 36px;
}
.index .box4 .content_box .homeSpT .right .serviceSwiper .swiper-slide .con .box-btn {
  margin-bottom: 90px;
}

.index .box4 .content_box .homeSpT .right .serviceSwiper .swiper-slide .con .box-btn .fBtn{
  border: 1px solid #ffffff;
  display: inline-block;
}
.index .box4 .content_box .homeSpT .right .serviceSwiper .swiper-slide .con .box-btn .fBtn .font{
  color: #fff;
  font-size: 18px;
  line-height: 36px;
  padding: 0 20px;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.index .box4 .content_box .homeSpT .right .serviceSwiper .swiper-slide .con .box-btn .fBtn:hover .font{
  color: #0c8cea;
  background: #fff;
  font-weight: 500;
}

.homeSpT .tab-prev{
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: #abafb8;
  color: #595b5e;
  text-align: center;
  border-radius: 50%;
  font-size: 32.5px;
  transform:rotate(90deg);
  position: absolute;
  right: 30px;
  top: 30%;
  background: url('../images/tab-prev.png') center no-repeat;
}


.homeSpT .tab-next{
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: #abafb8;
  color: #595b5e;
  text-align: center;
  border-radius: 50%;
  font-size: 32.5px;
  transform:rotate(90deg);
  position: absolute;
  right: 30px;
  bottom: 30%;
  background: url('../images/tab-next.png') center no-repeat;
}


.box5 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.box5 .content_box .indexTitle{
  margin-bottom: 45px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  align-content: center;
  align-items: center
}

.box5 .content_box .indexTitle .more {
	display: inline-block;
}
.box5 .content_box .indexTitle .more a{
	font-size: 16px;
	padding: 5px 18px;
	color: #ffffff;
	background: #0c8cea;
}

.box5 .index_news .swiper-slide{
  padding: 36px 32px;
  border: 1px solid #efeff0;
  box-sizing: border-box;
}
.box5 .index_news .item .img_box {
  position: relative;
  overflow: hidden;
}

.box5 .index_news .item .img_box .img {
  width: 100%;
  padding-top: 52%;
  background-size: cover;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  webkit-transition: -webkit-transform .8s ease;
  transition: -webkit-transform .8s ease;
  transition: transform .8s ease;
  transition: transform .8s ease,-webkit-transform .8s ease;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.box5 .index_news .item:hover .img {
  transform: scale(1.1) translateZ(0);
  -ms-transform: scale(1.1) translateZ(0);
  -webkit-transform: scale(1.1) translateZ(0);
  -o-transform: scale(1.1) translateZ(0);
  -moz-transform: scale(1.1) translateZ(0);
}

.box5  .index_news .item h1 {
  font-size: 18.5px;
  color: #000000;
  margin-bottom: 24px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
  line-height: 42px;
  height: 42px;
}

.box5  .index_news .item:hover h1 {
  color: #0c8cea;
}

.box5  .index_news .time {
  font-size: 18.5px;
  color: #000000;
  height: 45px;
  line-height: 45px;
  padding-top: 8px;
  display: block;
}

.box5  .index_news p {
  font-size: 16px;
  color: #787878;
  height: 50px;
  line-height: 25px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis
}
.box5  .index_news .z_arrow{
  text-align: right;
}
.box5  .index_news .z_arrow .iconfont{
  margin-top: 8px;
  width: 50px;
  height: 50px;
  border: 1px solid #ebebed;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  font-size: 30px;
  color: #717171;
  -webkit-transition: all .5s ease-out;
}
.box5  .index_news .swiper-slide:hover .z_arrow .iconfont{
  background: #0c8cea;
  color: #ffffff;
}

.footer {
  background-color: #0c8cea;
  padding-top: 70px;
  position: relative;
  z-index: 15;
 
  padding-bottom: 50px;
}
.footer .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ffffff;
  padding-left: 18px;
  padding-right: 18px;
}
.footer .top .tel .t{
  font-size: 20px;
  color: #ffffff;
  line-height: 1;
}
.footer .top .tel .t1{
  margin-top: 10px;
  font-size: 36px;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 13px;
}
.footer .top .topCenter{
  font-size: 20px;
  color: #ffffff;
  line-height: 1;
  padding: 0 10px
}
.footer .top .topCenter p{
  display: inline-block;
  margin-right: 30px;
  font-size: 20px;
}
.footer .top .topCenter p span{
  font-size: 16px;
}
.footer .shareBox .t{
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
}
.footer .shareBox .share{
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 55px;
}
.footer .shareBox .share a {
  margin: 0 0 0 10px;
  padding: 0;
  height: auto;
  background: #ffffff;
  display: inline-block;
  border-radius: 50%;
  color: #0c8cea;
  font-size: 20px;
  padding: 5px;
  width: 38px;
  height: 38px;
  border: 1px solid #0c8cea;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.5s;
}
.footer .shareBox .share a:hover {
  background: #0c8cea;
  color: #ffffff;
  border: 1px solid #ffffff;
  
}
.footer .shareBox .share a .fa{
  line-height: 27px;
}
.footer .container{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: 50px;
  justify-content: space-around;
}
.footer .nav {
  display: flex;
  align-items: top;
  justify-content: space-between;
  box-sizing: border-box;
  width: calc(100% - 270px);
  float: left;
  padding-top: 42px;
  padding-left: 32px;
  padding-right: 80px;
}
.footer .nav dl {
  text-align: left;
}
.footer .nav dl dt {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 24px;
}
.footer .nav dl dd {
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  opacity: 0.8;
}

.footer .nav dl dd a,.footer .nav dl dt a{
  color: #fff;
}
.footer .siteinfo{
  float: left;
  width: 220px;
  box-sizing: border-box;
}
.footer .siteinfo dl dt {
  margin-bottom: 20px;
  font-size: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
}
.footer .siteinfo dl dd {
  height: 48px;
  line-height: 48px;
  font-size: 20px;
  color: #fff;
}

.footer .footerIcon {
  padding-top: 42px;
  text-align: center;
}

.footer .footerIcon .t{
  font-size: 20px;
  color: #ffffff;
  height: 45px;
  line-height: 45px;
}
.wline{
  border: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(255,255,255);
  width: auto;
  max-width: 100%;
  height: 1px;
  display-radio: 1;
  box-sizing: content-box;

  
}
.footer .beian{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-top: 20px;
}
.footer .beian .l_item{
  flex: 0 0 40%;
}
.footer .beian .l_item .s_title{
  color: #fff;
}
.footer .beian .l_item .s_title a{
  color: #fff;
}
.footer .beian .r_item{
  flex: 0 0 60%;
  text-align: right;
  color: #fff;
}
.footer .beian .r_item a{
  color: #fff;;
}

.banner {
  width: 100%;
  height: 35.72917vw;
  position: relative;
  overflow: hidden;
}
.banner .con {
  width: 100%;
  position: absolute;
  top: 14.5vw;
  left: 0;
  color: #fff;
  text-align: center;
}
.banner .con .subbanner_lg{
  display: inline-block;
  background: #ff6600;
  font-size: 1.8vw;
  line-height: 2.6vw;
  padding: 0 20px;
  font-weight: bold;
  border-radius: 25px;
  margin-bottom: 1vw;
}
.banner .con .subbanner_title{
  font-size: 2.5vw;
  line-height: 2.6vw;
  color: #fff;
  font-weight: 500;
}
.banner .con .subbanner_en{
  font-size: 1.2vw;
  line-height: 2.2vw;
  color: #fff;
  font-family: 'Impact';
}
.banner .inside_Nav{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.banner .inside_Nav a{
  font-size: 20px;
  font-weight: 100;
  line-height: 75px;
  color: #fff;
  margin-right: 5.98958vw;
  position: relative;
  display: inline-block;
}
.banner .inside_Nav a:after {
  width: 0;
  left: 50%;
  bottom: 0;
  height: 4px;
  content: '';
  background-color: #1b3c81;
  transition: 0.5s;
  position: absolute;
}

.banner .inside_Nav a.on:after {
  width: 100%;
  left: 0;
}
.banner .inside_Nav a:hover:after {
  width: 100%;
  left: 0;
}
.banner .inside_Nav{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.banner .inside_Nav a{
  font-size: 20px;
  font-weight: 100;
  line-height: 75px;
  color: #fff;
  margin-right: 5.98958vw;
  position: relative;
  display: inline-block;
}
.banner .inside_Nav a:after {
  width: 0;
  left: 50%;
  bottom: 0;
  height: 4px;
  content: '';
  background-color: #1b3c81;
  transition: 0.5s;
  position: absolute;
}

.banner .inside_Nav a.on:after {
  width: 100%;
  left: 0;
}
.banner .inside_Nav a:hover:after {
  width: 100%;
  left: 0;
}
/* 关于我们 */
.aboutContent .box1 {
  padding-top: 53px;
  padding-bottom: 120px;
}
.aboutContent .box1 .pageTitle{
  font-size: 36px;
  color: #000000;
  font-weight: 400;
  height: 96px;
  line-height: 96px;
  position: relative;
  margin-bottom: 30px;
}
.aboutContent .box1 .pageTitle:after{
  position: absolute;
  width: 84px;
  height: 7px;
  background: #0c8cea;
  bottom: 0;
  left: 0;
  content:' '
}
.aboutContent p{
  line-height: 32px;
  font-size: 18px;
  letter-spacing: 2px;
}
.aboutContent .lbox{
  width: 50%;
  box-sizing: border-box;
  padding-right: 10px;
}
.aboutContent .lbox .numul{
  margin-top: 40px;
  display: flex;
  flex-direction: row;
}
.aboutContent .lbox .numul .item{
  float: left;
  width: 25%;
  position: relative;
}

.aboutContent .lbox .numul .item .liInner .num {
  font-size: 24px;
  line-height: 50px;
  color: #5a5959;
  text-align: center;
}
.aboutContent .lbox .numul .item .liInner .num .counter{
  font-size: 48px;
  color: #0c8cea;
}
.aboutContent .lbox .numul .item .liInner p{
  color: #000;
  font-size: 20px;
  margin-top: 5px;
  text-align: center;
}
.aboutContent .lbox .numul .item:after{
  position: absolute;
  content: ' ';
  height: 100%;
  width: 1px;
  right: 0;
  top: 0;
  background: url('../images/line.png') no-repeat center;
  background-size: contain;
}
.aboutContent .lbox .numul .item:nth-child(4):after{
  display: none;
}
.aboutContent .rbox{
  width: 50%;
  box-sizing: border-box;
}
.aboutContent .rbox .aboutimg{
  overflow: hidden;
  margin-left: 53px;
}
.aboutContent .rbox .aboutimg img{
  width: 100%;
  transition: all .7s;
  -moz-transition: all .7s;
  -webkit-transition: all .7s;
}
.aboutContent .rbox .aboutimg:hover img{
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.aboutContent .rbox .abimg-listbox .abimg-swiper {
  overflow: hidden;
}
.aboutContent .rbox .abimg-listbox .swiper-slide .img {
  overflow: hidden;
}
.aboutContent .rbox .abimg-listbox .swiper-slide .img img{
  width: 100%;
  transition: all .7s;
  -moz-transition: all .7s;
  -webkit-transition: all .7s;
}
.aboutContent .rbox .abimg-listbox .swiper-slide:hover .img img{
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.aboutContent .rbox .abimg-listbox {
  margin-left: 50px;
  padding-left:40px;
  padding-right:40px;
  margin-top: 23px;
  overflow: hidden;
}
.aboutContent .rbox .abimg-listbox .next{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  background: #d6d7dd;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 50%;
  background: url('../images/tab-next.png') center no-repeat;
}
.aboutContent .rbox .abimg-listbox .prev{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  background: #d6d7dd;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  background: url('../images/tab-prev.png') center no-repeat;
}

.aboutContent .box2{
  background: url('../images/whbg.jpg') no-repeat;
  padding-top: 130px;
  padding-bottom: 330px;
}
.aboutContent .box2 .pageTitle{
  font-size: 45px;
  color: #000000;
  font-weight: 200;
  height: 80px;
  line-height: 80px;
  text-align: center;
}
.aboutContent .box2 .pageDesc{
  font-size: 16px;
  color: #000000;
  font-weight: 200;
  height: 32px;
  line-height: 32px;
  text-align: center;
  opacity: 0.8;
}
.aboutContent .box2 .itemBox{
  display: flex;
  justify-content: space-between;
  margin-top: 85px;
}
.aboutContent .box2 .itemBox .item {
  width: 30.8%;
  position: relative;
}


.aboutContent .box2 .itemBox .item .img{
  width: 100%;
  overflow: hidden;
}
.aboutContent .box2 .itemBox .item .img img{
  width: 100%;
  transition: all .5s;
}

.aboutContent .box2 .itemBox .item .con{
  position: absolute;
  height: 162px;
  width: 90%;
  background: #ffffff;
  bottom: -122px;
  left: 5%;
  padding: 30px 20px;
  box-sizing: border-box;
  transition: all .7s;
  -moz-transition: all .7s;
  -webkit-transition: all .7s;
}


.aboutContent .box2 .itemBox .item .con .tits{
  font-size: 20px;
  color: #000000;
  line-height: 40px;
  position: relative;
  overflow: hidden;
}

.aboutContent .box2 .itemBox .item .con .tits:after {
  width: 100%;
  height: 2px;
  background-color: #cccccc;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
}

.aboutContent .box2 .itemBox .item .con .tits:before {
  width: 100%;
  height: 2px;
  background-color: #0c8cea;
  position: absolute;
  bottom: 0;
  left: -100%;
  content: '';
  z-index: 5;
  transition: 0.5s;
}
.aboutContent .box2 .itemBox .item:hover .con .tits:before {
  left: 0;
}

.aboutContent .box2 .itemBox .item .con .desc{
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin: 16px 0;
}
.aboutContent .box2 .itemBox .item:hover .img img{
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
}

.aboutContent .box3 {
  padding-top: 95px;
  padding-bottom: 123px;
}
.aboutContent .box3 .pageTitle{
  font-size: 45px;
  color: #000000;
  font-weight: 200;
  height: 64px;
  line-height: 64px;
  text-align: center;
}
.aboutContent .box3 .pageDesc{
  font-size: 16px;
  color: #000000;
  font-weight: 200;
  height: 32px;
  line-height: 32px;
  text-align: center;
  opacity: 0.8;
}

.aboutContent .box3 .yearBox{
  width: 100%;
  height: auto;
  position: relative;
}
.aboutContent .box3 .yearBox .yearNew{
  width: 79.2%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.aboutContent .box3 .yearBox .yearNew .yearList{
  width: 100%;
}
.aboutContent .box3 .yearBox .yearNew .yearList ul{
  width: 100%;
  height: auto;
}

.aboutContent .box3 .yearBox .yearNew .yearList ul li{
  width: 12.5%;
  text-align: center;
  float: left;
  position: relative;
  padding-top: 10px;
  transition: 0.5s;
  cursor: pointer;
  &:last-child{
      margin-right: 0;
  }
}

.aboutContent .box3 .yearBox .yearNew .yearList ul li .year{
  font-size: 16px;
  line-height: 18px;
  color: #b5b5b5;
  font-weight: 600;
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
}
.aboutContent .box3 .yearBox .yearNew .yearList ul li .line{
  width: 2px;
  height: 50px;
  background-color: #b5b5b5;
  margin: 0 auto;
}
.aboutContent .box3 .yearBox .yearNew .yearList ul li .dian{
  width: 22px;
  height: 22px;
  border-radius: 100%;
  margin: 0 auto;
  border: 1px solid #b5b5b5;
  position: relative;
  box-sizing: border-box;
  &:after{
      width: 16px;
      height: 16px;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      background-color: #b5b5b5;
      content: '';
      border-radius: 100%;
  }
}
.aboutContent .box3 .yearBox .yearNew .yearList ul li.on .year{
  color:  #0083cf;
}

.aboutContent .box3 .yearBox .yearNew .yearList ul li.on .line{
  background-color: #0083cf;
}
.aboutContent .box3 .yearBox .yearNew .yearList ul li.on .dian{
  border-color: #0083cf;
}
.aboutContent .box3 .yearBox .yearNew .yearList ul li.on .dian:after{
  background-color: #0083cf;
}


.aboutContent .box3 .yearBox .yearNew .yearList ul li.swiper-slide-active{
  margin-top: 3.5vw;
}
.aboutContent .box3 .yearBox .yearNew .yearList ul li.swiper-slide-active + li{
  margin-top: 6.75vw;
}
.aboutContent .box3 .yearBox .yearNew .yearList ul li.swiper-slide-active + li + li{
  margin-top: 11vw;
}
.aboutContent .box3 .yearBox .yearNew .yearList ul li.swiper-slide-active + li + li + li{
  margin-top: 8vw;
}
.aboutContent .box3 .yearBox .yearNew .yearList ul li.swiper-slide-active + li + li + li + li{
  margin-top: 12.5vw;
}

.aboutContent .box3 .conBox{
  margin-top: 37px;
}
.aboutContent .box3 .conBox .list{
    width: 1015px;
    margin: 0 auto;
    max-width: 90%;
}
.aboutContent .box3 .conBox .list ul li .con {
  width: 49.8%;
  float: right;
  color: #333;
  padding-left: 15px;
}
.aboutContent .box3 .conBox .list ul li .pic{
  float: left;
  width: 39.4%;
}
.aboutContent .box3 .conBox .list ul li .con .tits{
  font-size: 30px;
  height: 55px;
  line-height: 55px;
}
.aboutContent .box3 .conBox .list ul li .con .tit{
  font-size: 20px;
  line-height: 38px;
  opacity: 0.7;
  margin-top: 10px;
  font-weight: 100;
}

.aboutContent .box4{
  padding-top: 95px;
  padding-bottom: 105px;
}
.aboutContent .box4 .pageTitle{
  font-size: 45px;
  color: #000000;
  font-weight: 200;
  height: 64px;
  line-height: 64px;
  text-align: center;
}
.aboutContent .box4 .pageDesc{
  font-size: 16px;
  color: #000000;
  font-weight: 200;
  height: 32px;
  line-height: 32px;
  text-align: center;
  opacity: 0.8;
}
.aboutContent .box4 .listBox {
  margin-top: 40px;
}
.aboutContent .box4 .listBox .list .btns {
  text-align: center;
  font-size: 0;
  width: 100%;
  margin-top: 105px
}
.aboutContent .box4 .listBox .list .btns span {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #737373;
  opacity: 1;
  margin: 0 9px;
  cursor: pointer;
}
.aboutContent .box4 .listBox .list .btns span.swiper-pagination-bullet-active {
  background-color: #0083cf;
}
.aboutContent .box4 .listBox .list .swiper-slide .pic{
  overflow: hidden;
}
.aboutContent .box4 .listBox .list .swiper-slide .pic img{
  width: 100%;
  height: 100%;
}



/* 案例 */
.casesContent {
  padding-top: 115px;
  padding-bottom: 108px;
  background: url('../images/case_bg.jpg') no-repeat;
  background-position: top center;
  box-sizing: border-box;
}
.casesContent .pageTitle{
  font-size: 45px;
  color: #000000;
  font-weight: 100;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.casesContent .pageDesc{
  font-size: 16px;
  color: #000000;
  font-weight: 200;
  height: 32px;
  line-height: 32px;
  text-align: center;
  opacity: 0.8;
}
.casesContent .listbox {
  margin-top: 72px;
}
.casesContent .listbox .list{
 display: flex;
 flex-wrap: wrap;
 /* justify-content: space-between; */
}

.casesContent .listbox .list .item {
  width: 33%;
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
  margin-right: 0.5%;
}
.casesContent .listbox .list .item:nth-child(3n+3) {
  margin-right: 0;
}
.casesContent .listbox .list .item .img{
  overflow: hidden;
}
.casesContent .listbox .list .item .img img{
  width: 100%;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.casesContent .listbox .list .item:hover .img img{
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.casesContent .listbox .list .item .con{
  height: 70px;
  line-height: 70px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-image: linear-gradient(transparent -20%,#000000);
}
.casesContent .listbox .list .item .con .tits{
  text-align: center;
  font-size: 17px;
  color: #ffffff;
}


/* 新闻 */
.newsContent {
  padding-top: 115px;
  padding-bottom: 108px;
}
.newsContent .pageTitle{
  font-size: 45px;
  color: #000000;
  font-weight: 100;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.newsContent .pageDesc{
  font-size: 16px;
  color: #000000;
  font-weight: 200;
  height: 32px;
  line-height: 32px;
  text-align: center;
  opacity: 0.8;
}
.newsContent .listbox{
  margin-top: 60px;
}
.newsContent .item {
  width: 100%;
  margin-bottom: 60px;
  background: #ffffff;
  height: 312px;
  display: flex;
  justify-content: space-between;
  box-shadow: 3px 10px 15px rgba(0,0,0,0.14);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.newsContent .item:hover {
  background: #f0f6ff;
}
.newsContent .item .con{
  width: 54%;
  padding: 36px;
}
.newsContent .item .con .tits{
  font-size: 24px;
  color: #000;
  height: 74px;
  line-height: 74px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsContent .item .con .tits:after {
  width: 71px;
  height: 4px;
  background-color: #0c8cea;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
}
.newsContent .item .con .desc{
  font-size: 18px;
  color: #6b6b6b;
  height: 90px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 22px;
}
.newsContent .item .con .time{
  font-size: 24px;
  color: #000000;
  height: 38px;
  line-height: 38px;
  overflow: hidden;
  margin-top: 15px;
}
.newsContent .item .img{
  width: 30.56%;
  height: 100%;
}
.newsContent .item .img img{
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.newsContent .item:hover .img img{
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}


/* 联系我们 */
.contactContent {
  padding-top: 115px;
  background: #f6f6f6;
}
.contactContent .pageTitle{
  font-size: 45px;
  color: #000000;
  font-weight: 100;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.contactContent .pageDesc{
  font-size: 16px;
  color: #000000;
  font-weight: 200;
  height: 32px;
  line-height: 32px;
  text-align: center;
  opacity: 0.8;
}
.contactContent .con {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 55px;
  margin-bottom: 108px;
}
.contactContent .con .lbox{
  background: #0c8cea;
  flex: 0 0 50%;
  padding: 70px;
  box-sizing: border-box;
}
.contactContent .con .lbox .sitebox .stitle{
  font-size: 30px;
  color: #ffffff;
  line-height: 75px;
  position: relative;
}
.contactContent .con .lbox .sitebox .stitle::after{
  width: 68px;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
}
.contactContent .con .lbox .sitem {
  font-size: 18px;
  color: #ffffff;
  margin-top: 30px;
}
.contactContent .con .lbox .sitem dd{
  margin-bottom: 30px;
}
.contactContent .con .lbox .sitem span{
  margin-right: 19px;
}
.contactContent .con .rbox{
  background: #ffffff;
  flex: 0 0 50%;
  padding: 70px;
  box-sizing: border-box;
}

.contactContent .con .rbox .conbox .tit{
  font-size: 30px;
  color: #000000;
  line-height: 75px;
  position: relative;
}
.contactContent .con .rbox .conbox .tit::after{
  width: 68px;
  height: 2px;
  background-color: #0c8cea;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
}
.contactContent .formblock {
  margin-top: 30px;
}
.contactContent .formblock .form-row .grey{
  background: #ffffff;
  color: #525252;
  border: 1px solid #c4c4c4;
}
.contactContent .formblock .form-row .input{
  font-size: 18px;
  padding: 10px 12px;
  box-sizing: border-box;
  margin-bottom: 15px;
  display: flex;
  align-items: baseline;
}

.contactContent .formblock .form-row .input .label{
  font-size: 18px;
  display: block;
  line-height: 1;
  width: 68px;
}
.contactContent .formblock .form-row .input .val {
  border: 0;
  background: none;
  font-size: 18px;
  color: #4d4d4d;
  width: 400px;
}
.contactContent .formblock .form-row .textarea_input {
  width: 100%;
}
.contactContent .formblock .form-row .textarea_input textarea {
  width: 100%;
  border: 0;
  background: none;
  font-size: 18px;
  color: #4d4d4d;
}

.contactContent .formblock .form-row .dcol {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  justify-content: space-between;
}
.contactContent .formblock .form-row .formsubmit {
  color: #fff;
  font-size: 18px;
  background: #0c8cea;
  width: 136px;
  height: 32px;
  line-height: 32px;
  border: 0;
  text-align: center;
  margin-right: 36px;
  margin-bottom: 15px;
  border-radius: 5px;
}

/* 地图 */
.map{
  background: #ffffff;
  padding-top: 132px;
  padding-bottom: 178px;
}
#allmap {
  width: 100%;
  height: 410px;
 
}




/* 子页当前位置 */
.home-cur {
  height: 56px;
  line-height: 56px;
  background: #ffffff;
}
.home-cur .position{
  float: right;
  font-size: 16px;
}
.home-cur .w1500:after{
  clear: both;
}
.home-cur .position a{
  color: #000; 
}


.productContent {
  /* background: #f5f5f5; */
  /* padding: 30px 0; */
}
.prolist{
  background: #f5f5f5;
  padding: 30px 0;
}


.productContent .box1{
  padding: 30px 0;
  background: #f5f5f5;
}
.productContent .flex_con{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
}
.productContent .lbox {
  flex:0 0 24%;
}
.productContent .lbox .lmenu{
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 13px 0;
}

.productContent .lbox .tit_x{
  padding: 0;
}
.productContent .lbox .tit_x .tit{
	color: #333;
  font-size: 10px;
  padding: 21px 0;
  text-align: center;
}
.productContent .lbox .tit_x .tit p {
  display: block;
  font-size: 30px;
  line-height: 1;
  line-height: 54px;
}
.productContent .lbox .tit_x .tit span {
  display: block;
  font-size: 12px;
  line-height: 1;
}
.productContent .lbox .snv-index {
  padding: 12px 0;
  margin-top: 12px;
  margin-bottom: 13px;
  background-color: #fff;
}
.productContent .lbox .snv-index li .nav {
  display: block;
  padding: 0 60px;
  font-size: 18px;
  color: #333;
  background-color: #fff;
  height: 70px;
  line-height: 70px;
  border-bottom: 1px solid #cccccc;
}
.productContent .lbox .snv-index li .nav.on{
  color: #0c8deb;
}
.productContent .lbox .tit_x .sitewidget{
  display: none;
}
.productContent .lbox .ul-newslist {
  overflow: hidden;
  padding: 34px;
  background-color: #fff;
  box-sizing: border-box;
  width: 100%;
}
.productContent .lbox .ul-newslist li a {
  display: block;
  font-size: 16px;
  height: 66px;
  line-height: 66px;
  color: #666;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.productContent .lbox .ul-newslist li a i{
  margin-right: 6px;
  font-size: 16px;
  color: #0c8deb;
  font-weight: 200;
}

.productContent .lbox .m-info {
  padding: 34px;
  border-radius: 5px;
  background-color: #fff;
  line-height: 2;
  font-size: 16px;
  color: #666;
}
.productContent .lbox .contactimg {
  margin-top: 12px;
}
.productContent .lbox .contactimg img{
  width: 100%;
  
}
.productContent .rbox {
  overflow: hidden;
  flex:0 0 73.8%;
  
}
.productContent .rbox .subtit{
  height: 42px;
  line-height: 42px;
  font-size: 24px;
  color: #000;
  border-bottom: 1px solid #d3d2d2;
  font-weight: normal;
  position: relative;
  margin-top: 12px;
}

.productContent .rbox .subtit::after{
  content: '';
  width: 98px;
  height: 1px;
  background: #0097d6;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.productContent .rbox .desc {
  padding: 36px 25px;
  margin-top: 20px;
  line-height: 30px;
  text-indent: 2em;
  font-size: 18px;
  border: 1px dotted #e5e5e5;
  color: #000;
  background-color: #ffffff;
}

.productContent .list_bolck .list{
  margin-top: 35px;
}
.productContent .list_bolck .list .picbox img{
  width: 100%;
  -webkit-transition: transform .8s;
  -moz-transition: transform .8s;
  -ms-transition: transform .8s;
  -o-transition: transform .8s;
  transition: transform .8s;
}
.productContent .list_bolck .list li .prodlist-cell .picbox:hover img{
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -transform: scale(1.2);
}
.productContent .list_bolck .list li{
 float: left;
 width: 31.61%;
 margin-bottom: 68px;
 margin-right: 2.5%;
 background: #ffffff;
 overflow: hidden;
 box-shadow: 3px 10px 15px rgba(0,0,0,0.14);
 -webkit-transition: all 0.6s;
 -moz-transition: all 0.6s;
 -o-transition: all 0.6s;
 transition: all 0.6s;
}
.productContent .list_bolck .list li:nth-child(3n+3){
  margin-right: 0;
}
.productContent .list_bolck .list li .prodlist-cell .picbox {
  position: relative;
  overflow: hidden;
  /* width: 350px; */
  height: 15vw;
}

.productContent .list_bolck .list li .prodlist-cell .titbox{
  padding:  20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.productContent .list_bolck .list li .prodlist-cell .titbox .tit{
  width: 140px;
  height: 44px;
  line-height: 44px;
}
.productContent .list_bolck .list li .prodlist-cell .titbox .tit a{
  color: #000;
  font-size: 20px;
}
.productContent .list_bolck .list li .prodlist-cell .titbox .xjbtn{
  width: 50%;
  height: 44px;
  background: #eaedef;
  color: #7c7d7f;
  display: inline-block;
  font-size: 16px;
  line-height: 44px;
  text-align: center;
  border-radius: 8px;
  position: relative;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  box-sizing: border-box;
}

.productContent .list_bolck .list li .prodlist-cell .titbox .xjbtn:hover{
  color: #ffffff;
}
.productContent .list_bolck .list li .prodlist-cell .titbox .xjbtn:hover:before {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}

/* 产品详情 */
.productContent .con .p_top{
  display: flex;
}

.productContent .con .p_top .pic_block{
  flex:0 0 47.13%;


  box-sizing: border-box;
}
.productContent .con .p_top .pic_block .pic img{
  width: 100%;
}
.productContent .con .p_top .desc_block{
  flex:0 0 49.33%;
  background: #0c8cea;
  padding: 65px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.productContent .con .p_top .desc_block h3 {
  width: 100%;
  font-size: 30px;
  line-height: 70px;
  font-weight: 200;
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
}
.productContent .con .p_top .desc_block .desc{
  font-size: 18px;
  color: #ffffff;
  line-height: 32px;
}

.productContent .con .p_top .desc_blockp {
  font-size: 18px;
  line-height: 32px;
  color: #ffffff;
 
}

.productContent .con .p_top .desc_block .btn{
  width: 140px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  margin-right: 15px;
}
.productContent .con .p_top .desc_block .backbtn{
  background: #264ea7;
}
.productContent .con .p_top .desc_block .messbtn{
  background: #ffffff;
  color: #505050;
}

.productContent .con .p_top .desc_block .box .phone{
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.productContent .con .p_top .desc_block .box .phone img{
  width: 27px;
  height: 25px;
  margin-right: 8px;
}
.productContent .con .p_top .desc_block .box .phone p{
  font-size: 20px;
  line-height: 34px;
  color: #ffffff;
}
.productContent .con .p_top .desc_block .box .phone p span{
  font-size:  24px;
  color: #ffffff;
  font-family: 'Impact';
}

.productContent .pageContent {
  padding: 30px 20px;
}
.productContent .pageContent img{
  max-width: 100px;
}
.productContent .contentTitle {
  margin-top: 30px;
  font-size: 36px;
  padding: 0 20px;
  height: 74px;
  line-height: 74px;
  color: #000000;
  border-bottom: 1px solid #797979;
}
.productContent .pageContent .con {
  font-size: 18px;
  line-height: 36px;
  color: #333;
  font-weight: 100;
}
.productContent .pageContent table td {
  border: 1px solid #ddd;
  padding: 12px;
  line-height: 1.8;
}

/* 产品详情-相关产品 */

.productContent .box2 {
  background: #e9e9e9;
  padding-top: 45px;
}

.productContent .box2 .pageTitle {
  font-size: 45px;
  line-height: 70px;
  text-align: center;
} 

.productContent .box2 .xglistbox{
  margin-top: 45px;
  padding-bottom: 45px;
}
.productContent .box2 .xglistbox .xgswiper{
  overflow: hidden;
  padding-bottom: 70px;
}
.productContent .box2 .xglistbox .xgswiper .swiper-slide{
  border: 1px solid #b7b7b7;
  background: #ffffff;
  box-sizing: border-box;
}
.productContent .box2 .xglistbox .xgswiper .swiper-slide .img{
  padding: 10px;
  background: #ffffff;
  overflow: hidden;
  position: relative;
  -webkit-transition: transform .8s;
  -moz-transition: transform .8s;
  -ms-transition: transform .8s;
  -o-transition: transform .8s;
  transition: transform .8s;
}
.productContent .box2 .xglistbox .xgswiper .swiper-slide .img img{
  width: 100%;
  -webkit-transition: transform .8s;
  -moz-transition: transform .8s;
  -ms-transition: transform .8s;
  -o-transition: transform .8s;
  transition: transform .8s;
}



.productContent .box2 .xglistbox .xgswiper .swiper-slide .tit{
  font-size: 24px;
  line-height: 52px;
  padding: 0 10px;
  color: #000;
  text-align: center;
  border-bottom: 1px solid #b7b7b7;
}
.productContent .box2 .xglistbox .xgswiper .swiper-slide .desc{
  font-size: 14px;
  line-height: 21px;
  height: 42px;
  padding: 0 10px;
  margin: 30px 0;
  
  color: #707070;
  overflow: hidden;
}


.productContent .box2 .xglistbox .swiper-pagination {
  bottom: 20px;
}

.productContent .box3 {
  padding: 54px 0;
  background: #ffffff;
}

.productContent .box3 .pageTitle {
  font-size: 45px;
  line-height: 70px;
  text-align: center;
} 
.productContent .box3 .form_block {
  margin-top: 45px;
}
.productContent .box3 .form_block .form-row .dcol {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  justify-content: space-between;
}

.productContent .box3 .form_block .form-row  .grey {
  background: #f5f5f5;
  color: #4d4d4d;
  border-radius: 10px;
}

.productContent .box3 .form_block .form-row .input_group {
  width: 47.13%;
  padding: 22px 32px;
  margin-bottom: 45px;
  display: flex;
  align-items: baseline;
  box-sizing: border-box;
}

.productContent .box3 .form_block .form-row .input_group .label {
  font-size: 18px;
  display: block;
  width: 68px;
}

.productContent .box3 .form_block .form-row .input_group .val {
  border: 0;
  background: none;
  font-size: 18px;
  color: #4d4d4d;
  width: 80%;
}

.productContent .box3 .form_block .form-row .textarea_input {
  width: 100%;
}

.productContent .box3 .form_block .form-row .input_group textarea {
  width: 100%;
  border: 0;
  background: none;
  font-size: 18px;
  color: #4d4d4d;
}

.subbtn {
  text-align: center;
  margin-top: 75px;
}
#formsubmit {
  margin: 0 auto;
  width: 186px;
  height: 54px;
  line-height: 54px;
  background: #0c8cea;
  font-size: 20px;
  color: #ffffff;
  border: 0;
  border-radius: 5px;
}

.serviceContent .box1 {
  
  
  background: url('../images/idea_con.jpg') no-repeat;
  background-position: top center;
  background-size: cover;
}
.serviceContent .box1 .idea_con{
  display: flex;
  padding: 123px 0;
  justify-content: space-between;
}
.serviceContent .box1 .lbox{
  flex: 0 0 23.33%;
}
.serviceContent .box1 .lbox .contit{
  margin-top: 70px;
}
.serviceContent .box1 .lbox .pageTitle{
  font-size: 45px;
  line-height: 70px;
}
.serviceContent .box1 .lbox .pageDesc{
  font-size: 18px;
  line-height: 1;
}
.serviceContent .box1 .lbox .condesc{
  font-size: 20px;
  line-height: 34px;
  margin-top: 55px;
}

.serviceContent .box1 .idea_con .lbox .btn{
  width: 164px;
  height: 44px;
  line-height: 44px;
  color: #ffffff;
  font-size: 20px;
  background: #0c8deb;
  text-align: center;
  border-radius: 22px;
  margin-top: 134px;
}

.serviceContent .box1 .rbox{
  flex: 0 0 68.33%;
}
.serviceContent .box1 .rbox .list{
  display: flex;
  height: 626px;
  align-items: center;
  justify-content: space-around;
}
.serviceContent .box1 .rbox .list .item{
  width: 290px;
}
.serviceContent .box1 .rbox .list .item .img{
  width: 290px;
  height: 177px;
  transition: height 1s;
  background-position: center;
}
.serviceContent .box1 .rbox .list .item .subtit{
  padding: 5px;
}
.serviceContent .box1 .rbox .list .item .subtit .tits{
  font-size: 20px;
  height: 28px;
  line-height: 28px;
}
.serviceContent .box1 .rbox .list .item .subtit .tit{
  font-size: 20px;
  height: 24px;
  line-height: 24px;
  font-weight: 500;
}
.serviceContent .box1 .rbox .list .item .subtit .desc{
  font-size: 16px;
  /* height: 48px; */
  line-height: 24px;
  padding-top: 20px;
}
.serviceContent .box1 .rbox .list .item:hover .img{
  overflow: hidden;
  height: 470px;
  color: #ffffff;
}
.serviceContent .box1 .rbox .list .item:hover .subtit{
  overflow: hidden;
  background: #0c8deb;
  color: #ffffff;
  padding: 20px;
}

.serviceContent .box2 {
  background: #ffffff;
}
.serviceContent .box2 .pre_con{
  display: flex;
  padding: 200px 0;
  justify-content: space-between;
}
.serviceContent .box2 .lbox{
  flex: 0 0 23.33%;
}

.serviceContent .box2 .lbox .pageTitle{
  font-size: 45px;
  line-height: 70px;
}
.serviceContent .box2 .lbox .pageDesc{
  font-size: 18px;
  line-height: 1;
}

.serviceContent .box2 .lbox .condesc{
  font-size: 20px;
  line-height: 34px;
  margin-top: 55px;
}
.serviceContent .box2 .rbox{
  flex: 0 0 72%;
}
.serviceContent .box2 .rbox .list {
  display: flex;
  align-items: center;
  justify-content: space-around;
  align-items: center;
}
.serviceContent .box2 .rbox .list .serviceline{
  background: url('../images/serviceline.png');
  width: 1px;
  height: 306px;
}
.serviceContent .box2 .rbox .list .tits{
  height: 70px;
  line-height: 70px;
  font-size: 20px;
  color: #000;
  text-align: center;
}
.serviceContent .box3 {
  background: #f5f5f5;
  padding: 70px 0;
}
.serviceContent .box3 .pageTitle{
  font-size: 45px;
  line-height: 70px;
}
.serviceContent .box3 .pageDesc{
  font-size: 18px;
  line-height: 1;
}
.serviceContent .box3 .item{
  display: flex;
  align-items: center;
  margin-bottom: 70px;
  margin-top: 30px;
}
.serviceContent .box3 .item .img{
  flex: 0 0 50%;
}
.serviceContent .box3 .item .img img{
  width: 100%;
}
.serviceContent .box3 .item .aftercon{
  flex: 0 0 50%;
  box-sizing: border-box;
}
.serviceContent .box3 .item .aftercon .item_tits .tits{
  font-size: 24px;
  height: 48px;
  line-height: 48px;
  color: #0c8deb;
  border-bottom: 1px solid #616060;
  font-weight: 500;
}
.serviceContent .box3 .item .aftercon .item_tits .tits span{
  font-weight: 500;
}
.serviceContent .box3 .item .aftercon .item_tits .desc{
  font-size: 20px;
  line-height: 36px;
  color: #000000;
  padding: 18px 0;
  overflow: hidden;

}

.serviceContent .box3 .item:nth-child(1) {
  display: flex;
}
.serviceContent .box3 .item:nth-child(1) .aftercon{
  padding-left: 65px;
}

.serviceContent .box3 .item:nth-child(2){
  display: flex;
  flex-direction: row-reverse;
}
.serviceContent .box3 .item:nth-child(2) .aftercon{
  padding-right: 65px;
}


/* 文章详情 */
.articleContent .top{
  padding-top: 20px;
  padding-bottom: 20px;
}
.articleContent .top .tits {
  font-size: 36px;
  line-height: 50px;
  color: #000;
  font-weight: 400;
  min-height: 72px;
  margin-top: 27px;
  text-align: center;
  padding: 0 15px;
}
/* .articleContent .top .tit {
  margin-top: 50px;
} */
.articleContent .top .tit .time {
  font-size: 18px;
  line-height: 30px;
  color: #343434;
  opacity: 0.7;
  text-align: center;
}
.articleContent .con{
  font-size: 18px;
  line-height: 40px;
  color: #333;
  font-weight: 100;
}
.articleContent .con img{
  max-width: 100%;
}
.articleContent .paging {
  border-top: 1px solid #e5e5e5;
  display: flex;
  margin-top: 65px;
  justify-content: center;
  padding: 35px 0;
}
.articleContent .paging .a {
  font-size: 16px;
  line-height: 36px;
  color: #1c1c1c;
  background-repeat: no-repeat;
  flex: 1;
  height: 36px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.articleContent .paging .a.left{
  padding-left: 30px;
  background-position: left center;
  background-image: url('../images/info_left.jpg');
}
.articleContent .paging .a.right{
  padding-right: 30px;
  background-position: right center;
  background-image: url('../images/info_right.jpg');
  text-align: right;
}
.articleContent .paging .return {
  padding-left: 30px;
  font-size: 16px;
  line-height: 36px;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url('../images/info_return.jpg');
  color: #999;
  margin: 0 30px;
}
.articleContent .paging .a:hover {
  color: #003c79;
}

/* 分页 */

.navigation{
	text-align: center;
	font-size: 0;
	margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  clear: both;
  justify-content: center; 
}
.navigation h2{
	display: none;
}
.navigation a,.navigation span{
	font-size: 14px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	display: inline-block;
	text-align: center;
	background: #f5f5f5;
	margin: 0 1px;
  color: #343434;
  border-radius: 5px;
}
.navigation span{
	background: #007bff;
	color: #ffffff;
}
.navigation a:hover,.navigation span:hover{
	background: #007bff;
	color: #ffffff;
}
.navigation a.next,.navigation a.prev{
	width: auto;
	padding: 0 15px;
}

@media screen and (max-width: 1340px) {
  .footer .top .tel .t1{
    font-size: 24px;
  }
}
@media screen and (max-width: 1250px) {
  .footer .top{
    flex-wrap: wrap;
  }
  .problock .promenu li .s-img{
    margin-left: 15px;
  }
  .problock .promenu li .txts{
    width: 125px;
  }
  .problock .probox .sell_box .gridbox .box-btn .tel-box .teltext{
    font-size: 16px;
  }
  .box4 .content_box .homeSpT .left .tabGroup .tabOption:nth-child(2){
    padding-left: 0;
  }
  
  .box4 .content_box .homeSpT .left .tabGroup .tabOption .tabtitle{
    font-size: 18px;
    line-height: 40px;
    height: 40px;
  }
  .box4 .content_box .homeSpT .left .tabGroup{
    padding-right: 60px;
  }
  .box4 .content_box .homeSpT .left .tabGroup .tabOption .tabtitle .num{
    font-size: 26px;
  }
  
  
}


@media screen and (max-width: 1200px) {
  .problock .promenu li .bg{
    left: -70px;
  }
  .problock .probox .sell_box{
    padding: 40px 25px;
    width: 32%;
  }
  .problock .probox .sell_box .gridbox .tits{
    font-size: 26px;
    height: 48px;
    line-height: 48px;
  }
  
  
}
@media screen and (max-width: 1024px) {
  .banner {
      margin-top: 55px;
  }

  .header.on .headerRight .tel{
    display: none;
  }

  .indexTitle .tits .t{
    font-size: 30px;
    line-height: 45px;
  }
  .index .box1 .problock{
    display: flex;
    flex-direction: column;
  }
  .index .box1 .problock .promenu{
    width: 100%;
  }
  .index .box1 .problock .promenu li{
    float: left;
    width: 20%;
    height: 80px;

  }
  
  .index .box1 .problock .promenu li.cur{
    background: #0c8cea;
  }
  .problock .promenu li a{
    border: 0;
    border-right: 1px solid #e3e3e3;
  }
  .problock .promenu li:last-child a{
    border: 0;
  }

  .index .box1 .problock .promenu li .txts{
    margin-left: 0;
    text-align: center;
    
  }


  
  .problock .promenu li .txts h3{
    font-size: 18px;
  }
  .problock .promenu li .txts p{
    font-size: 14px;
  }
  .problock .promenu li .txts:after{
    display: none;
  }
  .problock .probox .sell_box .gridbox{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
  }
  .problock .probox .product-img .img-box{
    display: flex;
  }
  .problock .probox .product-img .plist .item{
    width: 47.5%;
    margin: 14px 1%;
  }
  .index .box1 .problock .promenu li .s-img{
    display: none;
  }
  .index .box1 .problock .promenu li .bg{
    display: none;
  }
  
  .problock .probox{
    width: 100%;
  }
  .problock .probox .product-img .img{
    width: 65%;
  }
  .problock .probox .product-img .img img{
    width: 100%;
  }
  .problock .probox .sell_box{
    position: static;
    width: 35%;
    padding: 20px 20px;
  }
  .problock .probox .sell_box .gridbox .tits{
    font-size: 24px;
  }
  
  .problock .probox .sell_box .gridbox .box-btn .tel-box .teltext{
    font-size: 16px;

  }
  .index .box2 .content_box{
    padding: 40px 20px;
  }
  .index .box2 .content_box .af_l{
    flex: 0 0 100%;
    background: #f6fbff80;
  }
  .index .box3 .indexTitle .tits .t{
    font-size: 24px;
  }
  .index .box3 .indexTitle .tits .tx{
    font-size: 18px;
  }
  .index .box3 .indexTitle .desc{
    font-size: 18px;
  }
  .index .box3 .content_box .appclass-content p{
    margin-top: 0px;
    font-size: 16px;
  }
  
  .box4 .content_box .homeSpT .left{
    display: none;
  }
  .box4 .content_box .homeSpT .right{
    width: 100%;
  }
  .box4 .content_box .homeSpT .right .serviceSwiper{
    width: 100%;
  }
  .box4 .content_box .homeSpT .right .serviceSwiper .swiper-pagination{
    display: block;
  }
  .box4 .content_box .homeSpT .right .serviceSwiper .swiper-slide .con .tit{
    height: 32px;
    line-height: 32px;
    margin-bottom: 0px;
  }
  .box4 .content_box .homeSpT .right .serviceSwiper .swiper-slide .con .desc{
    font-size: 18px;
    color: #ffffff;
    line-height: 30px;
  }
  .box4 .content_box .homeSpT .right .serviceSwiper .swiper-slide .con .box-btn .fBtn .font{
    font-size: 16px;
    line-height: 30px;
  }
  .index .box4 .content_box .homeSpT .right{
    width: 100%;
  }
  .index .box4 .content_box .homeSpT .right .serviceSwiper{
    width: 100%;
  }

  .box5 .index_news .swiper-slide{
    padding: 16px 12px;
  }
  .footer .top .topCenter{
    margin: 20px 0;
    padding: 0;
  }

  /* 公司简介 */
  .aboutContent .lbox{
    width: 100%;
  }
  .aboutContent .rbox{
    width: 100%;
  }
  .aboutContent .rbox .aboutimg{
    margin-left: 0;
  }

  /* 服务中心 */

  .serviceContent .box2 .pre_con{
    flex-wrap: wrap;
  }
  .serviceContent .box2 .lbox {
    flex: 0 0 100%;
  }
  .serviceContent .box2 .rbox {
    flex: 0 0 100%;
  }
  .serviceContent .box2 .rbox .list .serviceline{
    display: none;
  }
}
@media (max-width: 886px){

  
  .index {
      margin-top: 0;
  }
  .banner {
    height: auto;
    margin-top: 50px;
    background: none !important;
  }
  .header .headerRight .tel{
    display: none;
  }
  .header .headerRight .nav .bg{
    display: none;
  }
  .index .box1{
    padding-top: 30px;
    padding-bottom: 30px;
  }


  .header .logo {
      width: 50px;
   }
    
  .index .box1 .content_box .af_l{
    width: 100%;
  }
  .index .box1 .content_box .af_r{
    width: 100%;
  }
  .index .box1 .content_box .af_r .profile-div{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .index .box1 .content_box .af_r .profile-div .comp-h1{
    font-size: 26px;
  }
  .index .box1 .content_box .af_r .profile-div .comp-m a{
    width: 100px;
    height: 24px;
    line-height: 24px;
    font-size: 18px;
  }
  .index .box1 .content_box .af_r .comp-content{
    margin-top: 20px;
    font-size: 16px;
    height: 240PX;
    line-height: 26px;
  }
  .index .box1 .numul {
    margin-top: 40px;
  }
  
  .numul .li .liInner .num{
    font-size: 16px;
  }
  .index .box1 .numul .li .liInner .num .counter{
    font-size: 26px;
  }
  .index .box1 .numul .li .liInner p{
    font-size: 12px;
  }
  .problock .promenu li .txts p{
    display: none;
  }
  .problock .promenu li .txts{
    width: 100%;
  }
  .index .box1 .problock .promenu li{
    height: 40px;
    line-height: 40px;
  }
  .problock .promenu li .txts h3{
    height: 40px;
    line-height: 40px;
  }
  .problock .probox .sell_box .gridbox .box-btn{
    flex-wrap: wrap;
  }
  
  .index .box2{
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .index .box2 .top{
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .index .box2 .top .leftpro{
    width: 100%;
    margin-bottom: 15px;
  }
  .index .box2 .top .rightpro{
    width: 100%;
  }
  .index .box2 .top .leftpro .protitle .tit{
    font-size: 30px;
    height: 40px;
  }
  .index .box3 {
    padding-bottom: 0vh;
  }
  .index .box3 .imgList{
    display: none;
  }
  .index .box3 .boxBottom {
    bottom: 15px;
  }
  .index .box3 .indexTitle .tits .tx{
    font-size: 22px;
  }
  .index .box3 .indexTitle .tits .tx{
    font-size: 14px;
  }
  .index .box3  .picList .txt .t {
    padding: 0 15px;
    box-sizing: border-box;
  }
  .cnimgBox .swiper-slide .con h5{
    font-size: 22px;
  }
  
  .index .box3 .picList .txt .t h1{
    font-size: 24px;
  }
  .index .box3 .picList .txt .t p{
    font-size: 16px;
  }
  .index .box3 .boxBottom .btnsBox .num {
    font-size: 20px;
  }
  .index .box3 .boxBottom .btnsBox .num i {
    font-size: 14px;
  }

  .index .box3 .content_box .lbox .l_item .box-btn{
    margin-bottom: 15px;
  }

  .index .box4{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .index .box4 .caseitle .tit{
    font-size: 30px;
    height: 50px;
  }
  .index .box4 .case-swiper .swiper-slide .item .text{
    font-size: 20px;
  }
  .index .box4 .content_box .homeSpT .right{
    float: right;
    width: 100%;
  }
  .index .box4 .content_box .homeSpT .right .serviceSwiper{
    width: 100%;
  }
  .index .box4 .content_box .homeSpT .right .serviceSwiper .swiper-slide .con{
    width: 100%;
    padding:  0 24px;
  }
  .index .box4 .content_box .homeSpT .right .serviceSwiper .swiper-slide .con .tit{
    margin-bottom: 0px;
    margin-top: 50px;
  }
  .index .box4 .content_box .homeSpT .right .serviceSwiper .swiper-slide .con .desc{
    font-size: 18px;
  }
  .index .box4 .content_box .homeSpT .right .serviceSwiper .swiper-pagination{
    display: block;
  }
  .index .box5{
    padding-top: 32px;
    padding-bottom: 32px;
    background-position: top center;
   
  }
 
  .index .box5 .cont .lbox-c1 .s_img img{
    width: 100%;
    object-fit: cover;
  }
  .index .box5 .cont .lbox-c2{
    flex: 0 0 100%;
  }
  .index .box5 .cont .rbox .s_con .servicetitle .tit{
    font-size: 30px;
    height: 50px;
  }
  .index .box5 .cont .rbox .s_con .rich_text{
    padding-right:0;
  }
  .index .box5 .cont .rbox .s_con .rich_text p{
    font-size: 16px;
    line-height: 32px;
  }
  .index .box5 .cont .rbox .s_con .morebtn{
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .index .box6{
    padding-top: 30px;
  }
  .index .box6 .newstitle{
    width: 100%;
  }
  .index .box6 .newstitle .titen{

  }
  .index .box6 .newstitle .tit{
    height: 50px;
    font-size: 30px;
  }
  .index .box6 .cont .imgList{
    display: none;
  }
  
  .index .box6 .cont .r_list{
    flex: 0 0 100%;
  }
  .r_list .item .bignews,.r_list .item:hover .bignews{
    display: none;
  }
  .r_list .item .hl .s_title{
    padding: 10px 0;
    flex-direction: column-reverse;
    
  }
  .r_list .item .hl .s_title .title{
    font-size: 18px;
    width: 100%;
  }
  .r_list .item .hl .s_title .date{
    font-size: 14px;
    color: #0c8cea;
    width: 100%;
    font-weight: bold;
  }
  .index .box6 .cont{
    margin-top: 20px;
  }
  .r_list .item .l_img img{
    display: block;
  }
  .r_list .item .hl .desc{
    font-size: 14px;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
  }
  .index .box6 .cont .morebtn {
    flex: 0 0 100%;
  }
  .footer{
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .footer .nav{
    display: none;
  }
  .footer .siteinfo{
    margin: 0 auto;
  }
  .footer .footerIcon a .ewmHover{
    top: -155px;
  }
  .footer .beian{
    flex-direction: column;
  }
  .footer .beian .r_item{
    text-align: left;
  }

  .footer .siteinfo dl dd{
    font-size: 16px;
  }
  .footer .top .topCenter p{
    display: block;
    margin-bottom: 10px;
  }

  /* 关于我们 */
  .aboutContent .box1{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .aboutContent .box1 .pageTitle{
    font-size: 24px;
    height: 55px;
    line-height: 55px;
    margin-bottom: 30px; 
  }
  .aboutContent .lbox{
    width: 100%;
  }
  .aboutContent .rbox{
    width: 100%;
  }
  .aboutContent .lbox .numul{
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .aboutContent .lbox .numul .item .liInner .num .counter{
    font-size: 24px;
  }
  .aboutContent .lbox .numul .item .liInner .num{
    font-size: 14px;
    line-height: 28px;
  }
  .aboutContent .lbox .numul .item .liInner p{
    font-size: 14px;
  }
  .aboutContent .rbox .aboutimg{
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .aboutContent .rbox .abimg-listbox{
    margin-left: 0;
  }


  /* 企业文化 */
  .aboutContent .box2{
    padding-top: 30px;
    padding-bottom: 30px;
    background-size: cover;
  } 
  .aboutContent .box2 .pageTitle {
    font-size: 24px;
    height: 48px;
    line-height: 48px;
  }
  .aboutContent .box2 .pageDesc{
    font-size: 14px;
    height: 20px;
    line-height: 20px;
  }
  .aboutContent .box2 .itemBox{
    margin-top: 30px;
    flex-wrap: wrap;
    
  }
  .aboutContent .box2 .itemBox .item{
    width: 100%;
    margin-bottom: 30px;
  }
  .aboutContent .box2 .itemBox .item .con{
    background: #ffffffd6;
    top: 30px;
    bottom: 0;
  }

  /* 发展历程 */
  .aboutContent .box3{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .aboutContent .box3 .pageTitle{
    font-size: 24px;
    height: 55px;
    line-height: 55px;
  }
  .aboutContent .box3 .pageDesc {
    font-size: 14px;
    height: 20px;
    line-height: 20px;
}
  .aboutContent .box3 .yearBox img {
    width: 160%;
    margin-left: -30%;
  }
  .aboutContent .box3 .yearBox .yearNew{
    width: 90%;
  }
  .aboutContent .box3 .yearBox .yearNew .yearList ul li {
    padding-top: 5px;
    width: 33.3%;
    margin-right: 0 !important;
  }
  
  .aboutContent .box3 .yearBox .yearNew .yearList ul li .year{
    font-size: 13px;
    line-height: 15px;
    top: -10px;
  }
  .aboutContent .box3 .yearBox .yearNew .yearList ul li .line {
    width: 1px;
    height: 20px;
  }
  .aboutContent .box3 .yearBox .yearNew .yearList ul li .dian {
    width: 5px;
    height: 5px;
    border-radius: 100%;
    margin: 0 auto;
    border: 1px solid #b5b5b5;
    position: relative;
    box-sizing: border-box;
  }
  .aboutContent .box3 .yearBox .yearNew .yearList ul li .dian:after {
    width: 3px;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-color: #b5b5b5;
    content: '';
    border-radius: 100%;
  }
  .aboutContent .box3 .yearBox .yearNew .yearList ul li.swiper-slide-active {
    margin-top: 35px;
  }
  .aboutContent .box3  .yearBox .yearNew .yearList ul li.swiper-slide-active + li {
    margin-top: 70px;
  }
  .aboutContent .box3  .yearBox .yearNew .yearList ul li.swiper-slide-active + li + li {
    margin-top: 70px;
  }
  .aboutContent .box3 .yearBox .yearNew .yearList ul li.swiper-slide-active + li + li + li {
    margin-top: 70px;
  }
  .aboutContent .box3 .yearBox .yearNew .yearList ul li.swiper-slide-active + li + li + li + li {
    margin-top: 70px;
  }

  .aboutContent .box3 .conBox .list{
    max-width: 100%;
    width: 100%;
    margin-left: 0;
  }
  .aboutContent .box3 .conBox .list ul li .con{
    width: 100%;
    float: none;
    box-sizing: border-box;
    padding-left: 0;
    margin-bottom: 15px;
  }
  .aboutContent .box3 .conBox .list ul li .con .tits{
    box-sizing: border-box;
    font-size: 20px;
    height: 36px;
    line-height: 36px;
  }
  .aboutContent .box3 .conBox .list ul li .con .tit{
    font-size: 16px;
    line-height: 32px;
  }
  
  .aboutContent .box3 .conBox .list ul li .pic {
    float: none;
    width: 100%;
  }
  .aboutContent .box3 .conBox .list ul li .pic img{
    width: 100%;
  }
  .aboutContent .box4 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .aboutContent .box4 .pageTitle{
    font-size: 24px;
    height: 55px;
    line-height: 55px;
  }
  .aboutContent .box4 .pageDesc {
    font-size: 14px;
    height: 20px;
    line-height: 20px;
  }
  .aboutContent .box4 .listBox .list .btns{
    margin-top: 30px;
  }

  /* 产品中心 */
  
  .productContent .lbox{
    flex: 0 0 100%;
    
  }
  .productContent .lbox .lmenu{
    padding: 0;
  }
  .productContent .lbox .tit_x .tit{
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0;
    text-align: left;
    line-height: 3em;
    background: #0083cf;
    padding: 5px 20px;
  }
  .productContent .lbox .tit_x .tit span{
    display: none;
  }
  .productContent .lbox .tit_x .tit p{
    font-size: 16px;
    line-height: 32px;
  }
  .productContent .lbox .snv-index{
    margin: 0;
    padding: 0;
    display: none;
  }
  .productContent .lbox .tit_x:not(:first-child) ,
  .productContent .lbox .ul-newslist,
  .productContent .lbox .contactimg,
  .productContent .lbox .m-info{
    display: none;
  }
  .productContent .lbox .snv-index li .nav{
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 16px;
  }
  .productContent .lbox .tit_x {
    position: relative;
  }
  .productContent .lbox .tit_x .sitewidget{
    display: block;
    position: absolute;
    right: 8px;
    height: 20px;
    width: 30px;
    cursor: pointer;
    text-align: center;
    top: 50%;
    margin-top: -10px;
  }
  .productContent .lbox .tit_x .sitewidget .fa {
    font-size: 20px;
    height: 20px;
    display: block;
    color: #fff;
  }
  .productContent .lbox .tit_x .sitewidget.toright {
    transition: .5s;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  .productContent .lbox .tit_x .sitewidget.todown {
    transition: .5s;
    transform: rotate(95deg);
    -webkit-transform: rotate(95deg);
  }

  .productContent .rbox{
    flex: 0 0 100%;
  }
  .productContent .rbox .desc{
    padding: 16px 14px;
    margin-top: 20px;
    line-height: 30px;
    text-indent: 2em;
    font-size: 14px;
  }
  .productContent .list_bolck .list li{
    width: 100%;
  }

  .productContent .list_bolck .list li .prodlist-cell .picbox{
    width: 100%;
    height: auto;
  }
  .productContent .list_bolck .list li .prodlist-cell .titbox .xjbtn{
    width: 140px;
    padding: 0 15px;
  }

  /* 产品详情 */
  .productContent .con .p_top .pic_block{
    flex: 0 0 100%;
    padding: 8px;
  }
  .productContent .con .p_top .desc_block{
    flex: 0 0 100%;
    padding: 20px 8px;
  }
  .productContent .con .p_top .desc_block h3{
    font-size: 24px;
    line-height: 40px;
    font-weight: 500;
  }
  .productContent .con .p_top .desc_block .desc{
    max-height: none;
    margin-bottom: 30px;
  }
  .productContent .con .p_top .desc_block .box .phone{
    margin-top: 15px;
  }
  .productContent .contentTitle{
    padding: 0;
    height: 48px;
    line-height: 48px;
    font-size: 24px;
  }
  .productContent .pageContent{
    padding: 30px 0;
  }

   .productContent .pageContent table {
    font-size: 15px;
    margin: 15px 0px;
    color: #555
  }

  .productContent .pageContent table td {
      border: 1px solid #ddd;
      padding: 12px;
      line-height: 1.8
  }
  .productContent .box2{
    padding-top: 30px;
  }
  .productContent .box2 .pageTitle{
    font-size: 24px;
    line-height: 48px;
    font-weight: 500;
  }
  .productContent .box2 .xglistbox{
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .productContent .box3{
    padding: 30px 0;
  }
  .productContent .box3 .pageTitle{
    font-size: 24px;
    line-height: 48px;
    font-weight: 500;
  }
  .productContent .box3 .form_block{
    margin-top: 30px;
  }
  .productContent .box3 .form_block .form-row .input_group{
    width: 100%;
    margin-bottom: 30px;
  }
  .subbtn{
    margin-top: 30px;
  }
  #formsubmit{
    width: 176px;
    height: 40px;
    line-height: 40px;
    background: #0c8cea;
    font-size: 16px;
  }

  /* 新闻中心 */
  .newsContent{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .newsContent .pageTitle{
    font-size: 24px;
    height: 48px;
    line-height: 48px;
  }
  .newsContent .pageDesc {
    font-size: 14px;
    height: 20px;
    line-height: 20px;
  }

  .newsContent .listbox{
    margin-top: 30px;
  }
  .newsContent .item{
    flex-direction: column-reverse;
    height: auto;
  }
  .newsContent .item .img{
    width: 100%;
  }
  .newsContent .item .con{
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }
  .newsContent .item .con .tits{
    max-height: 60px;
    font-size: 20px;
    color: #000;
    line-height: 26px;
  }
  .newsContent .item .con .desc{
    max-height: 60px;
    line-height: 30px;
    height: auto;
    font-size: 16px;
  }
  .newsContent .item .con .time{
    font-size: 16px;
    height: 30px;
    line-height: 30px;
  }

  /* 文章详情 */
  .articleContent .top .tits {
    font-size: 20px;
    min-height: 32px;
    line-height: 32px;
    margin-top: 10px;
  }
  .articleContent .con{
    font-size: 16px;
    line-height: 32px;
  }


  /* 应用案例 */
  .casesContent{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .casesContent .pageTitle{
    font-size: 24px;
    height: 48px;
    line-height: 48px;
  }
  .casesContent .pageDesc {
    font-size: 14px;
    height: 20px;
    line-height: 20px;
  }
  .casesContent .listbox{
    margin-top: 30px;
  }
  .casesContent .listbox .list .item{
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
  }



  /* 服务中心 */
  .serviceContent .box1 .idea_con{
    padding: 30px 0;
    flex-wrap: wrap;
  }
  .serviceContent .box1 .lbox{
    flex: 0 0 100%;
  }
  .serviceContent .box1 .lbox .contit{
    margin-top: 0;
  }
  .serviceContent .box1 .lbox .condesc{
    font-size: 18px;
    line-height: 32px;
    margin-top: 30px;
  }
  .serviceContent .box1 .idea_con .lbox .btn{
    display: none;
  }
  .serviceContent .box1 .lbox .pageTitle {
    font-size: 24px;
    height: 48px;
    line-height: 48px;
    text-align: center;
  }
  .serviceContent .box1 .lbox .pageDesc {
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    text-align: center;
  }

  .serviceContent .box1 .rbox {
    flex: 0 0 100%;
  }
  .serviceContent .box1 .rbox .list{
    flex-wrap: wrap;
    height: auto;
  }
  .serviceContent .box1 .rbox .list .item{
    width: 100%;
    position: relative;
    margin-top: 30px;
  }
  .serviceContent .box1 .rbox .list .item .img{
    width: 100%;
    background-size: cover;
    height: 210px;
    background: #0c8deb;
  }
  .serviceContent .box1 .rbox .list .item:hover .img{
    height: 210px;
    color: #ffffff;
  }
  .serviceContent .box1 .rbox .list .item .subtit{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #ffffff;
    padding: 20px;
    background: #0c8deb;
  }
  .serviceContent .box1 .rbox .list .item:hover .subtit{
    background: #0c8deb;
  }
  .serviceContent .box2 .pre_con{
    padding: 30px 0;
    flex-wrap: wrap;
  }
  .serviceContent .box2 .lbox{
    flex: 0 0 100%;
  }
  .serviceContent .box2 .rbox{
    flex: 0 0 100%;
  }
  .serviceContent .box2 .lbox .pageTitle{
    font-size: 24px;
    height: 48px;
    line-height: 48px;
    text-align: center;
  }
  .serviceContent .box2 .lbox .pageDesc{
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    text-align: center; 
  }
  .serviceContent .box2 .lbox .condesc {
    font-size: 18px;
    line-height: 32px;
    margin-top: 30px;
  }
  .serviceContent .box2 .rbox .list{
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .serviceContent .box2 .rbox .list .item{
    width: 100%;
  }
  .serviceContent .box2 .rbox .list .item .img img{
    width: 100%;
  }
  .serviceContent .box2 .rbox .list .serviceline{
    display: none;
  }

  .serviceContent .box3{
    padding: 30px 0;
  }
  .serviceContent .box3 .pageTitle {
    font-size: 24px;
    height: 48px;
    line-height: 48px;
    text-align: center;
  }
  .serviceContent .box3 .pageDesc {
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    text-align: center; 
  }
  .serviceContent .box3 .item{
    margin-bottom: 0;
    margin-top: 30px;
  }
  .serviceContent .box3 .item:nth-child(1){
    flex-wrap: wrap;
  }
  .serviceContent .box3 .item .img{
    flex: 0 0 100%;
  }
  .serviceContent .box3 .item .aftercon {
    flex: 0 0 100%;
    padding: 0;
  }
  
  .serviceContent .box3 .item:nth-child(1) .aftercon{
    margin-top: 15px;
    padding-left: 0;
  }
  .serviceContent .box3 .item .aftercon .item_tits .tits{
    font-size: 20px;
  }
  .serviceContent .box3 .item .aftercon .item_tits .tits span{
    font-size: 24px;
  }
  .serviceContent .box3 .item .aftercon .item_tits .desc{
    height: auto;
    line-height: 36px;
    padding: 0;
    font-size: 16px;
  }
  .serviceContent .box3 .item:nth-child(2) {
    flex-direction: column;
    margin-top: 15px;
  }
  .serviceContent .box3 .item:nth-child(2) .aftercon {
    padding-right: 0;
  }

  /* 联系我们 */
  .contactContent{
    padding-top: 30px;
  }
  .contactContent .con .lbox{
    flex: 0 0 100%;
    padding: 20px;
  }
  .contactContent .con .rbox{
    flex: 0 0 100%;
    padding: 20px;
  }
  .contactContent .pageTitle{
    font-size: 24px;
    height: 48px;
    line-height: 48px;
    text-align: center;
  }
  .contactContent .pageDesc{
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    text-align: center; 
  }
  .contactContent .con .rbox .conbox .tit{
    font-size: 24px;
    color: #000000;
    line-height: 48px;
  }
  .contactContent .con{
    margin-top: 30px;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
  .contactContent .con .lbox .sitebox .stitle{
    font-size: 24px;
    line-height: 55px;
  }
  .contactContent .con .lbox .sitem dd{
    margin-bottom: 15px;
  }
  .contactContent .con .rbox{
    width: 100%;
  }
  .contactContent .formblock .form-row .input .label{
    width: 87px;
  }
  .map{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  /* 底部 */
  .footer .shareBox .share a:nth-child(1){
    margin-left: 0;
  }
  
}
@media (max-width: 576px){
  
  .problock .promenu li .bg{
    width: 188px;
    height: 42px;
  }
  .index .box2 .content_box{
    padding: 20px;
  }
  .indexTitle .tits .t{
    font-size: 24px;
  }
  .indexTitle .tits .tx{
    font-size: 12px;
  }
  .indexTitle .line::before{
    margin: 15px 0;
  }
  .index .box1 .problock .promenu li{
    width: 33.33%;
  }
  .problock .promenu li:nth-child(3n+3) a{
    border-right: 0;
  }
  .problock .promenu li .txts h3{
    font-size: 16px;
    padding-bottom: 0;
  }
  .problock .promenu li .txts p{
    font-size: 8px;
  }
  .problock .probox .product-img .img-box{
    flex-direction: column;
  }
  .problock .probox .product-img .img{
    width: 100%;
  }
  .problock .probox .sell_box{
    width: 100%;
    box-sizing: border-box;
  }
  
  .problock .probox .product-img .plist .item{
    width: 47%;
    margin: 1%;
  }
  .index .box2 .numul .li{
    width: 49%;
  }
  .index .box2 .content_box .af_l .comp-content{
    font-size: 16px;
    line-height: 28px;
  }
  .index .box2 .numul .li .liInner .num{
    font-size: 12px;
    line-height: 20px;
  }
  .index .box2 .numul .li .liInner .num .counter{
    font-size: 24px;
  }
  .index .box2 .numul .li .liInner p{
    font-size: 12px;
  }
  .index .box2 .content_box .af_l{
    padding-bottom: 20px;
  }
  .index .box3 {
    padding-bottom: 0vh;
}
  .index .box3 .content_box .lbox{
    /* display: none; */
    width: 100%;
  }
  .index .box3 .content_box .lbox .l_item .box-btn{
    display: none;
  }
  .box3 .content_box {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  
  .index .box3 .content_box .rbox{
    width: 100%;
  }
  .cnimgBox{
    padding: 0;
    margin-top: 30px;
  }
  .cnimgBox .swiper-slide .con{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;

  }
  .cnimgBox .swiper-slide .con h5 {
    margin-top: 115px;
    font-size: 20px;
  }
  .cnimgBox .swiper-slide .con p {
    font-size: 18px;
    color: #fff;
    line-height: 26px;
    overflow: hidden;
    margin-bottom: 115px;
  }
  .cnimgBox .swiper-button-prev{
    left: 20px;
  }
  .cnimgBox .swiper-button-next{
    right: 20px;
  }
  .cnimgBox .swiper-button-next:after{
    font-size: 20px;
  }
  .cnimgBox .swiper-button-prev:after{
    font-size: 20px;
  }
  
  /* 服务支持 */
  .box4 .content_box .homeSpT .right .serviceSwiper .swiper-slide .con{
    width: auto;
    padding: 0 24px;
  }


}
@-webkit-keyframes mymove4 {
  from {
      transform: scale(1.2);
 }
  to {
      transform: scale(1);
 }
}
@-webkit-keyframes myWidth {
  from {
      width: 0;
 }
  to {
      width: 100%;
 }
}
@-webkit-keyframes myScroll {
  0% {
      margin-top: -6px;
 }
  50% {
      margin-top: 6px;
 }
  100% {
      margin-top: -6px;
 }
}
@-webkit-keyframes picToLeft {
  from {
      clip-path: polygon(100% 0, 100% 0, 100% 100%, 90% 100%);
 }
  to {
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
 }
}
@-webkit-keyframes picToRight {
  from {
      clip-path: polygon(0 0, 0 0, 14% 100%, 0 100%);
 }
  to {
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
 }
}

@-webkit-keyframes ripple {
  0% {
      opacity: 0;
      -webkit-transform: scale(0.1, 0.1);
  }
  5% {
      opacity: 1;
  }
  100% {
      opacity: 0;
      -webkit-transform: scale(1)
  }
}

@-moz-keyframes ripple {
  0% {
      opacity: 0;
      -moz-transform: scale(0.1, 0.1);
  }
  5% {
      opacity: 1;
  }
  100% {
      opacity: 0;
      -moz-transform: scale(1)
  }
}

@-o-keyframes ripple {
  0% {
      opacity: 0;
      -o-transform: scale(0.1, 0.1);
  }
  5% {
      opacity: 1;
  }
  100% {
      opacity: 0;
      -o-transform: scale(1)
  }
}

@keyframes ripple {
  0% {
      opacity: 0;
      -webkit-transform: scale(0.1);
      -moz-transform: scale(0.1);
      -ms-transform: scale(0.1);
      transform: scale(0.1);
  }
  5% {
      opacity: 1;
  }
  100% {
      opacity: 0;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
  }
}