* {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  font-size: 14px;
  color: #7e7e7e;
  line-height: 1.5em;
  border: 0;
  font-family: Calibri;
}

a {
  text-decoration: none;
}
h2{font-weight: normal;font-family: "Ebrima"}
p {
  font-size: 16px;
  color: #7e7e7e
}

._clear {
  clear: both;
}
.clear {
  clear: both;
}

.box {
  width: 80%;
  margin: 0 auto;
  max-width: 1200px;
}

body {
  overflow-x: hidden;
  max-width: 100%;
  width: 100%;
}

/* 导航 */
header {
  position: relative;
  height: 120px;
  z-index: 10
}

header .top {
  height: 120px;
  padding: 20px 0;
}

.logo {
  float: left;
}

.email {
  float: right;
  width: 25%;
  margin-top: 10px;
}

.email_left {
  float: left;
  margin-top: 20px;
}
.logo{
	width: 28%;
}
.logo img{
	width: 98%;
	margin-top: 5%;
}
.email_right {
  float: left;
  margin-left: 15px;
}

.email_right h2 {
  font-size: 12px;
  color: #555;
  margin: 17px 0 0 0;
  font-weight: normal;
}
.dh-icon{
	width: 24%;
}
.email_right p a{
  font-size: 16px;
  color: #555555;
  font-weight: 1000;
  line-height: 72px;
}
.search{
	float: right;
	background: #fff;
	width: 4%;
	/* height: 34px;
	border-radius: 45px; */
  margin-top: 2%;
  display: flex;
  align-items: center
}
.search img{
	margin-top: 6px;
}
.search input{
	outline:medium;
	width: 0%;
	/* height: 34px;
	line-height: 34px;
	margin-left: 15px; */
	float: left;
	background: #fff;
	border: none;
}
.search form{
  float: left;
  margin-right: 25px;
}
.search .language{
  float: left;
  position: relative;
  display: flex;
}
.search .language div:nth-child(2){
  margin-left: 10px;
}
.search .language>a{
  display: block;
  width: 60px; 
  height: 30px;
  line-height: 30px;
  background: #05c1f1;
  text-align: center;
  color: #fff;
}
.search .language ul{
  display: none;
  position: absolute;
  top: 100%;
  left: 0px;
  background: #5d5d5c;
  box-shadow: 0px 5px 15px #eee;
  z-index: 50;
}
.search .language ul li{
  padding: 7px;
}
.search .language ul li a{
  color: #fff;
  display: flex;
  align-items: center;
}
.search .language ul li a img{
  margin-right: 10px;
}
.search .language:hover ul{
  display: block;
}
.search .language:hover{
  font-weight: bold;
}
.bottom {
  background-color: rgba(5, 193, 241, .8);
  height: 65px;
  width: 100%;
}

header .bottom {
  position: absolute;
  bottom: 0px;
  transform: translate(0, 100%);
}
header .cur{
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: #fff;
  box-shadow: 0 0 30px #dbdbdb;
  transform: translate(0, 0);
  z-index: 11
}
.cur nav ul li a{color: #555;font-weight: 600;}
.cur nav ul li a:hover{color: #0da7ee;font-weight: 800;}
.cur nav ul li a::before{background-color: #cdcdcd}
nav {
  width: 100%;
}

nav ul li {
  float: left;
  width: 11%;
}

nav ul li:first-child {
  margin-left: 1%;
}

nav ul li a {
  display: block;
  width: 100%;
  padding: 15px 0;
  color: #fff;
  font-size: 16px;
  line-height: 35px;
  position: relative;
  text-align: center;
}
nav ul li a:hover{
	background: #fff;
	color: #05c1f1;
	width: 102%;
	box-shadow: 0px -5px 5px #f8f8f8;
}
nav ul li a:hover ::before{
	display: none;
}
nav ul li a::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 16px;
  background-color: #fff;
  left: 0;
  top: 25px;
}

nav ul li:first-child a::before {
  display: none
}

nav ul li a:hover {
  font-weight: bold;
}

/* banner */
.swiper-slide img {
  width: 100%;
}

.swiper-pagination-bullet {
  background-color: transparent;
  border: 2px solid #fff;
  width: 10px;
  height: 10px;
}

.swiper-pagination-bullet-active {
  background-color: #fff;
  width: 30px;
  border-radius: 5px;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 30px;
}

/* 产品 */
.product {
  padding: 80px 0;
}

.title {
  font-size: 30px;
  color: #0da7ee;
  text-align: center;
  position: relative;
  line-height: 80px;
  z-index: 2;
  padding-top: 30px;
}

.title span {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 80px;
  line-height: 80px;
  display: block;
  z-index: -1;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

.title1 span {
  color: #eff5fb;
}

.title2 span {
  color: #fff;
}

.product_tit {
  width: 100%;
}

/* #product .swiper-slide{width: 250px;} */
.product_box {
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  cursor: pointer;
}

.product_img {
  width: 100%;
  /*height: 200px;*/
  position: relative;
}

.product_img img {
  /*position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 95%;
  max-height: 95%;*/
  width: 100%;
  display: block;
}

.product_lunbo {
  padding: 50px 80px 0;
  overflow: hidden;
  position: relative;
  margin-bottom: 60px;
}

.product_tit {
  background-color: #bfbfbf;
  padding: 12px;
}

.product_tit p {
  font-size: 18px;
  line-height: 1.5em;
  color: #fff;
  height: 3em;
  overflow: hidden;
}

.product_box:hover .product_tit {
  background-color: #0da7ee
}

.product_lunbo .swiper-button-prev, .product_lunbo .swiper-container-rtl .swiper-button-next {
  background-image: url(../images/prev.png);
}

.product_lunbo .swiper-button-next, .product_lunbo .swiper-container-rtl .swiper-button-prev {
  background-image: url(../images/next.png);
}

.product_lunbo .swiper-button-next, .product_lunbo .swiper-button-prev {
  width: 50px;
  height: 50px;
  background-size: 50px 50px;
  z-index: 9
}

.product_lunbo .swiper-button-next, .product_lunbo .swiper-button-prev{margin-top: 0;}
/* solution */
.solution {
  padding: 50px 0;
  background-image: url(../images/solution_bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto ;
}

.solution h2 {
  font-size: 30px;
  color: #fff;
  text-align: center;
}

.solution p {
  font-size: 16px;
  margin: 30px 0;
  color: #fff;
  text-align: center;
}

.solution ul li {
  float: left;
  width: 23.7%;
  margin-left: 12.5%;
  background-color: #fff;
      border-radius: 4px;
}

.solution ul li:first-child {
  margin-left: 0
}

.solution_img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 215px;
  border-radius: 4px;
}

.solution_img1 {
  background-image: url(../images/solution_img1.png)
}

.solution_img2 {
  background-image: url(../images/solution_img2.png)
}

.solution_img3 {
  background-image: url(../images/solution_img3.png)
}

.solution ul li h3 {
  font-size: 20px;
  color: #333;
  padding: 20px;
}

.solution ul li .solution_more {
  font-size: 16px;
  color: #555;
  display: block;
  margin-top: 20px;
}

.solution ul li h3:hover, .solution ul li a:hover {
  color: #0da7ee
}

/* app */
.app {
  padding-bottom: 50px;
  background-color: #eff5fb;

}

.app .tit_info {
  font-size: 16px;
  color: #7e7e7e;
  text-align: center;
}

/* #app .swiper-slide{width: 11.2%;border: 1px solid #333;} */
.app_box {
  width: 100%;
  margin-top: 50px;
}

.app_box ul li {
  float: left;
  width: 11.2%;
  overflow: hidden;
  height: 332px;
  transition: all .5s
}
.app_info h3{
	margin-bottom: 10px;
}
.app_box ul .active {
  width: 44%;
}

.app_box ul li .app_img {
  width: 200%;
  float: left;
  height: 100%;
}

.app_box ul li .app_info {
  float: left;
  width: 1px;
  transition: all .5s
}

.app_box ul .active .app_img {
  width: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  border-radius: 4px;
}

.app_box ul .active .app_info {
  background-color: #fff;
  padding: 20px;
  height: 100%;
  width: 50%;
}

.app_img1 {
  background-image: url(../images/app1.png)
}

.app_img2 {
  background-image: url(../images/app2.png)
}

.app_img3 {
  background-image: url(../images/app3.png)
}

.app_img4 {
  background-image: url(../images/app4.png)
}

.app_img5 {
  background-image: url(../images/app5.png)
}

.app_img6 {
  background-image: url(../images/app6.png)
}

.app_box ul li .app_info h3 a{
  font-size: 20px;
  height: 4.5em;
  overflow: hidden;
  margin-bottom: 20px;
  color: #3d4144
}
.app_box ul li .app_info h3 a:hover{
  color: #0da7ee
}
.app_box ul li .app_info p {
  font-size: 16px;
  color: #555;
  height: 9em;
  overflow: hidden;
  margin-bottom: 20px;text-indent:2em
}

.app_box ul li .app_info a {
  font-size: 16px;
  color: #0da7ee
}

.app_box ul li .app_info a:hover {
  color: #0da7ee
}

/* news */
.news {
  padding: 50px 0;
  background: url(../images/news_bg.png) no-repeat;
  background-position: center;
  background-size: cover;
}

.news h2 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
  font-weight: normal;
}

#news {
  position: relative;
}

.news_left {
  float: left;
  width: 50%;
  padding-left: 5px;
}

.news_right {
  float: right;
  width: 50%;
  text-align: center;
}

.news_left h2 {
  font-size: 28px;
  color: #fff;
  height: 1.5em;
  overflow: hidden;
  margin-bottom: 20px;
  text-align: left;
}

.news_left h3 {
  font-size: 24px;
  height: 3em;
  overflow: hidden;
  margin-bottom: 20px;
  color: #fff;
  font-weight: normal;
}

.news_left p {
  font-size: 16px;
  height: 6em;
  overflow: hidden;
  margin-bottom: 20px;
  color: #fff;text-indent:2em;
}

.news_left a {
  color: #fff;
  margin-bottom: 20px;
  display: block;
}
.news_left a:hover{
	color: #0da7ee;
}
.news_page .swiper-pagination-bullet {
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  opacity: 1;
}

.news_right img {
  width: 80%;
  margin-top: 20px;
  margin-bottom: 30px;
  border-radius: 4px
}

.news_page .swiper-pagination-bullet {
  border-radius: 0;
  border: 0;
}

.news_page .swiper-pagination-bullet-active {
  background-color: #05c1f1;
  border-radius: 4px;
}

/*about*/
.about-banner{
	width: 100%;
}
.about-banner img{
	width: 100%;
}

.trail{padding: 20px 0 20px;}
.trail span{display: inline-block;margin-left: 15px;}
.subject .box h2{
	height: 28px;
	line-height: 28px;
	font-size: 32px;
	color: #555555;
	border-left: 3px solid #05c1f1;
	padding-left: 20px;
}
.video{
	padding-top: 55px;
}
.video-con{
	 padding: 0 18%;
}
.video-con img{
	width: 100%;
}
/*.video-icon{
	margin: 0 auto;
}*/
.about_share{width: 420px;margin: 30px auto;}
.pro_arc_share span{float: left;width: 90px;display: block;font-size: 16px;color: #555}
.pro_arc_share ul{float: left;width: 100%;margin-left: -90px;padding-left: 90px;}
.pro_arc_share ul li{width: 24px;height: 24px;background-image: url(../images/share.png);background-repeat: no-repeat;margin-left: 30px;float: left;overflow: hidden;cursor: pointer;}
.pro_arc_share ul li:first-child{margin-left: 0;}
.pro_arc_share ul li a{display: block;width: 100%;height: 100%;}
.pro_arc_share ul .share1:hover{background-position: -1px -1px}
.pro_arc_share ul .share2:hover{background-position: -1px -26px}
.pro_arc_share ul .share3:hover{background-position: -1px -51px}
.pro_arc_share ul .share4:hover{background-position: -1px -76px}
.pro_arc_share ul .share5:hover{background-position: -1px -102px}
.pro_arc_share ul .share6:hover{background-position: -1px -127px}
.pro_arc_share ul .share1{background-position: -27px -1px}
.pro_arc_share ul .share2{background-position: -27px -26px}
.pro_arc_share ul .share3{background-position: -27px -51px}
.pro_arc_share ul .share4{background-position: -27px -76px}
.pro_arc_share ul .share5{background-position: -27px -102px}
.pro_arc_share ul .share6{background-position: -27px -127px}

.video-img{
	padding: 50px 0;
}
.video-img-img{
	display: flex;
	justify-content: center;
}
.video-img-img div{
	width: 30%;
	margin-right: 3%;
}
.video-img img{
	float: left;
	width: 100%;

}
.subject .box p{
	font-size: 16px;
	color: #555;
	text-align: center;
	margin-top: 40px;
	line-height: 30px;
}
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.aligncenter p.wp-caption-text {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.honor{margin-top: 50px;margin-bottom: 30px;}
.honor li{float: left;width: 22%;margin-left: 4%;border: 1px solid #dadada;padding: 30px;position: relative;margin-bottom: 30px;}
.honor li:nth-child(4n+1){margin-left: 0;}
.honor li .honor_tit{font-size: 16px;color: #555;margin: 20px 0 0 0;text-align: center;height: 60px}
.honor li .honor_img{width: 100%;}
.honor li .honor_img img{width: 100%;}
.honor li .honor_icon{position: absolute;bottom: 5px;right: 5px;width: 20px;height: 20px;background-image: url(../images/open.png);background-repeat: no-repeat;cursor: pointer;}
.honor li .honor_icon:hover{background-image: url(../images/open1.png)}
.honor li:hover .honor_tit{color: #05c1f1}
.open_box{width: 100%;height: 100%;position: fixed;top: 0;left: 0;background-color: rgba(0,0,0,.8);z-index: 999;display: none;}
.open_img{width: 80%;margin: 100px auto 0;text-align: center;}
.open_img img{max-width: 100%;max-height: 100%;}
.open_close{position: absolute;top: 100px;left: 90%;width: 50px;height: 50px;cursor: pointer;}
.open_close img{width: 100%;}
.honor li:hover{box-shadow: 0px 0px 15px #c0effb;border: 1px solid transparent}
.works li{
	width: 30%;
}
.works li:nth-child(4){
	    margin-left: 0;
}
.works li:nth-child(7){
	    margin-left: 0;
}
.works li:nth-child(5){
	    margin-left: 4%;
}
.works li:nth-child(9){
	    margin-left: 4%;
}
.works-cen{
	text-align: center;
}
@media (max-width:768px) {
  .about_img ul li{width: 100%;margin-left: 0;}
  .honor li{width: 48%;}
  .honor li:nth-child(2n+1){margin-left: 0;}
  .pro_arc{padding: 10px 0;}
  .pro_arc_tit{margin-top: 10px}
  .works li:nth-child(4){
		    margin-left: 4%;
	}
}
@media (max-width:470px){
	.honor li{
		width: 100%;
		margin-left: 0;
	}
	.subject .box p{
		font-size: 20px;
	}
	.honor li .honor_tit{
		font-size: 20px;
	}
}
@media (max-width:425px){
	.trail span{
		    margin-left: 5px;
	}
  .about_share{width:100%;margin: 20px 0;}
  .video-img-img div{
		width: 95%;
		margin-right: 0;
	}
}


.product{padding: 0px 0; display: flex;}
.left{width: 270px;position: relative;z-index: 5;float: left;}
.right{width: 100%;margin-left: -270px;padding-left: 340px;position: relative;z-index: 1;float: left;}
.left ul li .left{width: 77px;  line-height: 30px;}
.left ul li .right{width: 100%;margin-left: -77px;padding-left: 90px;}
.left ul li{margin-bottom: 5px;}
.left ul li .left img{width: auto;float: left;margin-right: 10px;    margin-top: 4px;}
.pro_contact h2{font-size: 24px;color: #05c1f1;margin-bottom: 20px;}
.pro_contact{padding: 20px;box-shadow: 0px 0px 15px #dff7fe;}
.pro_case-axb li:hover{
	box-shadow: 0px 0px 15px #c0effb;
}


.pro_nav{margin: 30px 0;}
.pro_nav ul li{width: 100%;position: relative;cursor: pointer;}
.pro_nav_li h3{font-size: 16px;color:#555;background: #f4f4f4;padding-left: 30px;}
.pro_nav_li h3 a{ display: block; height: 60px;line-height: 60px;}
/*.pro_nav_li::before{content: "";width: 4px;height: 1px;background-color: #555;transform: rotate(45deg);position: absolute;top: 46%;left: 94.5%}
.pro_nav_li::after{content: "";width: 4px;height: 1px;background-color: #555;transform: rotate(-45deg);position: absolute;top: 51%;left: 94.5%;}*/
.pro_nav_li.active::before{top: 11%;left: 94%}
.pro_nav_li.active::after{top: 11%;left: 94.5%}

.pro_nav_list{margin-top: 20px;display: none;}
.pro_nav h2{line-height:80px;height:80px;font-size: 24px;color: #05c1f1;margin-bottom:5px;background: #e4e4e4;}
.pro_nav_list ul li a{display: block;font-size: 14px;color: #555;line-height: 24px;padding-left: 30px;}
.pro_nav_list ul li a:hover{font-size: 16px;color: #05c1f1}
.pro_nav_li.active .pro_nav_list{display: block;}
.pro_nav_li h3:hover{
	background: #05c1f1;
}
.pro_nav_li h3:hover a{
	color: #fff;
}

.pro_nav img{
	    float: left;
    margin-top: 25px;
    margin-left: 30px;
    margin-right: 20px;
}


.pro_top{width: 100%; margin-bottom: 30px;}
.pro_top h2{display: inline-block;line-height:28px;height: 28px;width: auto;font-size: 32px;border-left: 2px solid #05c1f1;color: #555555;padding-left: 20px;}


.right ul li{float: left;width: 31%;margin-left: 3.5%;margin-bottom: 30px}
.right ul li .pro_br{border: 1px solid #e0e0e0;margin-bottom: 20px;}
.right ul li:nth-child(3n+1){margin-left: 0;}
.pro_img{height: 200px;background-repeat: no-repeat;background-size: 100%;background-position: center;}
.pro_tit{padding: 10px 20px;background-color: #cbcbcb}
.pro_tit h3{font-size: 18px;line-height: 1.3em;color: #fff;height: 3em;overflow: hidden;}
.pro_tit p{margin-bottom: 10px;font-size: 14px;height: 21px;overflow: hidden;color: #fff;}
.right ul li:hover .pro_tit_info{display: block;}
.right ul li:hover .pro_tit{margin-top: -54px;background-color: #05c1f1;padding-bottom: 7px}

.right ul li .pro_tit_info{height: 74px;display: none;overflow: hidden;color: #fff}
.right ul li:hover a{color: #05c1f1}

.right .page ul li{float: left;width: 27px;height: 27px;margin-left: 10px;text-align: center;line-height: 27px;color: #555;font-size: 14px;cursor: pointer;}
.page ul .active{background-color: #0da7ee;color: #fff}
.page ul li:hover{background-color: #0da7ee;color: #fff}
.right .page ul li:nth-child(1){margin-left: 0}
.pro_tit .pro_tit_info {
     margin-bottom: -17px; 
    font-size: 14px;
    /*height: 105px;*/
    overflow: hidden;
    color: #fff;}


.pro_case ul li{float: left;width: 23.5%;margin-left: 2%;cursor: pointer;border: 1px solid #e7e7e7;}
.pro_case ul li:first-child{margin-left: 0;}
.case_img{background-repeat: no-repeat;background-position: center;background-size: cover;width: 100%;}
.case_info{background-color: #05c1f1;width: 100%;height: 100%;position: relative;display: none;opacity: 0.82}
.case_info p{position: absolute;text-align: center;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 100%;font-size: 20px;color: #fff;line-height: 1.5em;padding: 0 20px;opacity: 1;}
.pro_case ul li:hover .case_info{display: block;}
/*.case_img1{background-image: url(../images/product18.png);}
.case_img2{background-image: url(../images/product13.png);}
.case_img3{background-image: url(../images/product14.png);}
.case_img4{background-image: url(../images/product12.png);}*/
.pro_case .rela_tit{
	padding: 10px 20px;
}
.pro_case .rela_tit p{
	text-align: center;
	font-size: 16px;line-height: 1.5em;height: 3em;overflow: hidden;color: #555;
}
.pro_case .rela_tit p:hover{
	color: #05C1F1;
}
.sub-mar{
	margin-bottom: 30px;
}
.page-bott{
	display: flex;
	justify-content: center;
	    padding: 40px 0;
}
.pro_case-right ul li{cursor: pointer;border: 1px solid #e7e7e7;
	margin-bottom: 30px;
	width: 100%;
}

.pro_case-right ul li:first-child{margin-left: 0;}
.case_img{background-repeat: no-repeat;background-position: center;background-size: cover;width: 100%;}
.case_info{background-color: #05c1f1;width: 100%;height: 100%;position: relative;display: none;opacity: 0.82}
.case_info p{position: absolute;text-align: center;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 100%;font-size: 20px;color: #fff;line-height: 1.5em;padding: 0 20px;opacity: 1;}
.pro_case-right ul li:hover .case_info{display: block;}
/*.case_img1{background-image: url(../images/product18.png);}
.case_img2{background-image: url(../images/product13.png);}
.case_img3{background-image: url(../images/product14.png);}
.case_img4{background-image: url(../images/product12.png);}*/
.pro_case-right .rela_tit{
	padding: 10px 20px;
}
.pro_case-right .rela_tit p a{
	text-align: center;
	font-size: 18px;line-height: 1.5em;height: 3em;overflow: hidden;color: #555;
}
.pro_case-right .rela_tit p a:hover{
	color: #05C1F1;
}


.page-bott .page ul li{float: left;width: 27px;height: 27px;margin-left: 10px;text-align: center;line-height: 27px;color: #555;font-size: 14px;cursor: pointer;}
.page ul .active{background-color: #0da7ee;color: #fff}
.page ul li:hover{background-color: #0da7ee;color: #fff}
.page-bott .page ul li:nth-child(1){margin-left: 0}


.aligncenter{
	text-align: center;
}

.technology{
}
.technology-left{
	float: left;
	width: 63%;
	margin-right: 30px;
}
.technology-left p img{
	/*width: 100%;*/
	/*display: inline-block;*/
}
.technology-left p:nth-child(1){
	text-align: center;
	font-size: 24px;
	color: #555;
	line-height: 40px;
	padding-bottom: 20px;
}
.technology-left p:nth-child(2){
	width: 100%;
	/*padding-left: 10%;*/
	margin-bottom: 30px;
}
.technology-left p{
	font-size: 16px;
	color: #555;text-indent:2em;
}
.technology-right{
	float: right;
	width: 30%;
}
.technology-right .subject h2{
	
	font-size: 20px;
	height: 21px;
	line-height: 21px;
	color: #05c1f1;
	margin-bottom: 30px;
}
.border-h2{
	margin: 0;
	padding: 0;
}
.video-icon-left{
	display: inline-block;
}
.Pre{
	float: left;
	width: 100%;
}
.Pre p{
	
	font-size: 14px;
}
.Pre p:nth-child(1) span{
	margin-left: 10px;
	color: #555;
}

.Pre p:nth-child(2) span{
	margin-left: 10px;
	color: #555;
}
.Pre p:hover span{
	color: #05c1f1;
	border-bottom: 1px solid #05c1f1;
}

.pro_arc_rela ul li{float: left;width: 22%;margin-left: 4%;}
.pro_arc_rela ul li:first-child{margin-left: 0;}
.pro_arc_rela ul li .rela_img{width: 100%;text-align: center;    display: flex;
    align-items: center;
    justify-content: center;}
.pro_arc_rela ul li .rela_img img{width: 100%;}
.pro_arc_rela ul li .rela_tit{padding: 10px 20px;background-color: #c8c8c8}
.pro_arc_rela ul li .rela_tit p{font-size: 18px;line-height: 1.5em;/*height: 6em;*/overflow: hidden;color: #fff;}
.pro_arc_rela ul li:hover .rela_tit{background-color: #05c1f1}

.h2-d{
	margin-top: 60px;
	margin-bottom: 30px;
}
.subject .h2-d>h2{
	
	color: #0da7ee;
	font-size: 20px;
}

.news-con{
	display: flex;
	justify-content:space-between;
	padding-top: 35px;
}
.news-left{
	width: 10%;
	font-size: 26px;
	color: #555555;
	padding-right: 35px;
}
.news-cen{
	width: 30%;
	padding-right: 50px;
}
.news-cen img{
	width: 100%;
}
.news-right{
	width: 60%;
	font-size: 16px;
}
.news-right p:nth-child(1) a{
	display: block;
	color: #555;
	font-size: 24px;
	height: 70px;
}
.news-right p:nth-child(1) a:hover{
	color: #05c1f1;
}
.news-right p:nth-child(2){
	color: #555;
	height: 8.8rem;
}
.news-right p a{
	color: #05c1f1;
}
.news-con1{
	float: left;
	width: 50%;
}
.news-cen-img{
	float: left;
	width: 50%;
}
.news-cen-img img{
	width: 188%;
}
.news-con1 p a{
	padding: 5px 10px;
	float: left;
	color: #555;
	font-size: 18px;
}
.news-con1 p a:hover{
	padding: 5px 10px;
	float: left;
	color: #05c1f1;
	font-size: 18px;
}
.news-con1 p:nth-child(2) a{
	color: #05c1f1;
	font-size: 16px;
}
.news-con-left p:nth-child(2){
	/*text-align: center;*/
}

.news-con-left p:nth-last-child(6){
	padding: 0 30px 30px 30px;
}
.pre-mar{
	margin-top: 50px;
	margin-bottom: 40px;
}
#pro_case-fenzhi .rela_tit p a{
	font-size: 18px;
	color: #555555;
	text-align: center;
	
}#pro_case-fenzhi .rela_tit p a:hover{
	color: #05c1f1;
}
.news-box{
	padding-bottom: 35px;
}

#pro_case-fenzhi ul li{float: left;margin-bottom:20px;cursor: pointer;border: 1px solid #e7e7e7;}
#pro_case-fenzhi ul li:first-child{margin-left: 0;}
.case_img{background-repeat: no-repeat;background-position: center;background-size: cover;width: 100%;}
.case_info{background-color: #05c1f1;width: 100%;height: 100%;position: relative;display: none;opacity: 0.82}
.case_info p{position: absolute;text-align: center;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 100%;font-size: 20px;color: #fff;line-height: 1.5em;padding: 0 20px;opacity: 1;}
#pro_case-fenzhi ul li:hover .case_info{display: block;}
/*.case_img1{background-image: url(../images/product18.png);}
.case_img2{background-image: url(../images/product13.png);}
.case_img3{background-image: url(../images/product14.png);}
.case_img4{background-image: url(../images/product12.png);}*/
.case_img img{
	width: 100%;
}
#pro_case-fenzhi .rela_tit{
	padding: 10px 20px;
	text-align: center;
}
#pro_case-fenzhi>.rela_tit p{
	text-align: center;
	font-size: 16px;line-height: 1.5em;height: 3em;overflow: hidden;color: #555;
}
#pro_case-fenzhi .rela_tit p:hover{
	color: #05C1F1;
}

.solution-con{
	
	padding-top: 40px;
}
.solution-con-left{
	border: 1px solid #dadada;
	width: 30%;
	float: left;
	margin-bottom: 20px;
  margin-left: 3%;
}
.solution-con-left:nth-child(3n-2){
	margin-left:0px;
}
.solution-con-img img{
	width: 100%;
}
.solution-con-bott{
	padding: 10px;
}
.solution-con-bott div:nth-child(1){
	padding-bottom: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 62px;
}
.solution-con-bott div:nth-child(1) a{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 62px;
}
.solution-con-bott div:nth-child(2){
	padding-bottom: 15px;
}
.solution-con-bott div:nth-child(1) a{
	font-size: 24px;
	color: #555555;
	line-height: 30px;
	padding-bottom: 10px;
}
.solution-con-bott div:nth-child(1) a:hover{
	color: #05c1f1;
}
.solution-con-bott div:nth-child(2){
	font-size: 16px;
	color: #555;
	line-height: 26px;
	overflow: hidden;text-indent:2em;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 76px;
}

.solution-con-bott div:nth-child(3) a{
	font-size: 16px;
	color: #0da7ee;
	line-height: 26px;
}


.profess{
	width: 100%;
	display: flex;
	background: #f4f4f4;
	padding: 40px 0 20px 0;
}
.profess-kefu{
	display: flex;
	justify-content: center;
	font-size: 30px;
	color: #0da7ee;
}
.profess-kefu img{
	margin-top: 0.8%;
    margin-right: 1%;
	width: 25px;
	height: 25px;
	margin-bottom: 50px;
}

.profess-con{
	float: left;
	width: 30%;
	margin-right: 3%;
	margin-bottom: 60px;
}

.profess-con p:nth-child(1){
	float: left;
	margin-right: 15px;
}
.profess-con p:nth-child(2){
	color: #555555;
	font-size: 18px;
	padding-bottom: 5px;
}
.profess-con p:nth-child(3){
	color: #555;
	font-size: 14px;
}
.profess-con p:nth-child(4) a{
	color: #0da7ee;
	/*white-space: nowrap;*/
}
.profess-con p:nth-child(4) a:hover{
	border-bottom: 1px solid #05C1F1;
	color: #05C1F1;
}




@media (max-width:1400px){
	.profess-con p:nth-child(1){
		float: left;
		width: 100%;
		margin: 0;
		
	}
	.profess-con p{
		text-align: center;
	}
	.profess-con p img{
		display: inline-block;
	}
	
	
}


@media (min-width:1024px){
	.news-con1{
		display: none;
	}
}

@media (max-width:1024px) {
  .right,.left{
    width: 100%;
  }
  .left .pro_contact{display: none}
  .left .pro_nav_list{display: none}
  /* .left .active .pro_nav_list{display: none} */
  /* .pro_nav_li::before,.pro_nav_li::after{display: none;} */
  .right{margin-left: 0;padding-left: 0}
  .pro_case ul li{width: 48%;margin-left: 4%;margin-bottom: 20px;}
  .pro_case ul li:nth-child(2n+1){margin-left: 0;}
  .technology-left{
  	width: 100%;
  }
  .technology-right{
  	width: 100%;
  }
  .pro_case-right ul li{
  	width: 47.5%;
  	float: left;
  }
  .pro_case-right ul li:nth-child(2){
  	margin-left: 2.5%;
  }
  .pro_arc_rela ul li{
  	width: 48%;
  }
  .pro_arc_rela ul li:nth-child(3){
  	margin: 0;
  }
  .pro_arc_rela ul li:nth-child(1){
  	margin-bottom: 20px;
  }
  .pro_arc_rela ul li:nth-child(2){
  	margin-bottom: 20px;
  }
  .pro_arc_rela ul li:nth-child(3){
  	margin-bottom: 20px;
  }
  .pro_arc_rela ul li:nth-child(4){
  	margin-bottom: 20px;
  }
  .Pre p{
  	text-align: center;
  }
  .video-icon-left{
		display: block;
	}
	.news-con{
		display: none;
	}
	#pro_case-fenzhi ul li{
		width: 48%;
	}
	#pro_case-fenzhi ul li:nth-child(2n){
		margin-left: 10px;
	}
	.solution-con-left{
		width: 45%;
      margin-left:5%;
	}
	.solution-con .solt-con{
		margin-left:5%;
	}
	.solution-con-left:nth-child(3n-2) {
      margin-left: 5%;
  }
	.solution-con div:nth-child(2n-1){
		margin-left: 0px;
	}
	.solution-con-bott-22{
		margin-left:0px!important;
	}
	.solution-con-bott{
		margin-left:0px!important;
	}
}
@media (max-width:870px){
	.technology-left p:nth-child(1){
		line-height: 30px;
		font-size: 20px;
	}
}



@media (max-width:768px){
  .product{padding:0;}
  .right ul li{width: 48%;margin-left: 4%;}
  .right ul li:nth-child(3n+1){margin-left: 4%;}
  .right ul li:nth-child(2n+1){margin-left: 0;}
  .profess-con{
  	width: 50%;
  	margin-right: 0;
  }
}

@media (max-width:475px){
  .right ul li{width: 100%;margin-left: 0%;}
  .right ul li:nth-child(3n+1){margin-left: 0%;}
  .right ul li:nth-child(2n+1){margin-left: 0;}
  .pro_top h2{font-size: 18px;}
  
  .pro_arc_rela ul li{
  	width: 100%;
  	margin: 0;
  }
  .pro_case-right ul li{
  	width: 100%;
  }
  .pro_case-right ul li:nth-child(2){
  	margin-left: 0;
  	margin-bottom: 30px;
  }
  .news-con1{
  	width: 100%;
  }
  #pro_case-fenzhi ul li{
		width: 100%;
	}
	#pro_case-fenzhi ul li:nth-child(2n){
		margin-left: 0;
	}
	.solution-con-left{
		width: 100%;
	}
	.solution-con .solt-con{
		margin-left: 0;
	}
	.solution-con div:nth-child(3){
		margin-left: 0;
	}
	.solution-con div:nth-child(5){
		margin-left: 0;
	}
	.solution-con div:nth-child(6){
		margin-left: 0;
	}
	.solution-con div:nth-child(2n){
		margin-left: 0;
	}
	.profess-con{
  	width: 100%;
  	margin-right: 0;
  }
  .profess-kefu{
  	font-size: 20px;
  }
  .pro_case ul li{
  	width: 100%;
  	margin-left: 0;
  }
}















.nav_list ul li {
  float: none;
  margin: 0;
  
}
.nav_list ul{
  width: 100%;
}
.nav_list ul li{
  width: 49%;
  height: 60px;
  font-weight: 500;float:left;
  white-space: nowrap;
}





.nav_list {
  background-color: #fff;
  padding: 10px 20px;
  position: relative;
  left: 114%;
  top: 2px;
  transform: translate(-50%, 0);
  width: 228%;
  box-shadow: 0 0 5px #dadada;
}

.nav_li{
	background-color: #fff;
  padding: 10px 20px;
  position: relative;
  left: 51%;
  top: 2px;
  transform: translate(-50%, 0);
  width: 170px;
  box-shadow: 0 0 5px #dadada;
}
.nav_list {
  display: none
}
.nav_list ul li a::before{
  display: none;
}
.nav_list ul li a{
	text-align: left;
}
.nav_list ul li a span{
	font-weight: 500;
	text-align: left;
	display: inline;
	padding: 0;
}
.nav_list ul li a:hover{
	box-shadow: none;
	font-weight: 500;
}
.nav_list ul li a span:hover{
	border-bottom:1px solid #05c1f1;
	color: #05c1f1;
	
}
nav ul li:hover .nav_list {
  display: block;
  display: flex;
}

.cur .nav_list ul li a {
  color: #555;
}

.nav_list ul li a {
  color: #555;
  /*padding: 5px 10px;*/
  display: block;
}

.nav_list ul li a:hover {
  color: #68b92e
}

.slied {
  box-shadow: 0 0 5px #e8f5e0;
  text-align: left;
}

.arr {
  position: relative;
  top: 38px;
  right: 13px;
}

.arr::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 1px;
  background-color: #fff;
  transform: rotate(45deg);
  top: -70px;
  left: 92%;
}

.arr::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 1px;
  background-color: #fff;
  transform: rotate(-45deg);
  top: -70px;
  left: 95%;
}



footer{
	width: 100%;
	background-color: #eaeef1;
	padding-top:40px;
}
.footer-ul{
	display: flex;
	border-bottom: 1px solid #dcdfe2;
}
.footer-ul ul{
	width: 25%;
}
.footer-ul-top span{
	font-size: 16px!important;
	color: #0da7ee;
	line-height: 20px!important;
	border-bottom: 2px solid #0DA7EE;
	margin-bottom: 20px;
	padding-bottom: 5px;
	display: inline-block;
}
.footer-ul li{
	line-height: 40px;
	font-size: 14px;
	color: #555;
}
.footer-ul li a{
	color: #555;
}
.footer-k{
	margin-bottom: 20px;
}
.footer-ul a:hover{
	color: #0DA7EE;
	border-bottom: 1px solid #0DA7EE;
}

.footer-bottom{
	display: flex;
	color: #888;
	font-size: 14px;
	padding: 40px 0;
	    border-top: 1px solid #fff;
}
.footer-bottom img{
	margin-right: 17px;
}
.footer-bottom p:nth-child(1){
	width: 25%;
	color: #888;
	font-size: 14px;
}
.footer-bottom p:nth-child(2){
	width: 25%;
}
.footer-bottom p:nth-child(3){
	/*width: 50%;*/
}
.footer-bottom div{
  color: #555;
}
.footer-bottom p a{
  color: #555; 
}
.footer-icon-box{
	background: #eaeef1;
}
.footer-icon-box a{
 padding-right: 15px;
}
.footer-icon{
	/*display: flex;*/
/*	justify-content: center;*/
	padding-bottom: 23px;
	
}
.footer-icon p{
	width: 26px;
	height: 26px;
}
.footer-icon .footer-icon-1{
	margin-right: 28px;
	background-image: url(../images/share.png);
}
.footer-icon .footer-icon-2{
	margin-right: 28px;
	background-image: url(../images/share.png);
	background-position: 0px 76px;
}
.footer-icon .footer-icon-3{
	background-image: url(../images/share.png);
	background-position: 0px 25px;
}
.footer-gongsi{
	background: #0da7ee;
	
}
.footer-gongsi p{
	color: #fff!important;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
}
.footer-ul-li-top{
	margin-top: 15px;
}

/* .news_page{position: absolute;} */
@media (max-width:1440px){
  .solution{background-size: auto 400px;}
}

@media (max-width:1024px) {
  header,footer{
    display: none!important;
  }
  .footer-icon{
	padding-top: 23px;
	}
	.subject .box h2{
		font-size: 20px;
		margin-top: 20px;
	}
	
}

@media (max-width:768px) {
  .product_lunbo .swiper-button-next, .product_lunbo .swiper-button-prev {
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
  }

  .product_lunbo {
    padding: 50px 40px;
  }

  .product, .solution, .app, .solution, .news {
    padding: 30px 0
  }

  .news_left, .news_right {
    width: 100%;
  }

  .app_box ul li .app_img {
    display: none;
    width: 0;
  }

  .app_box ul li {
    width: 100%;
    border-top: 1px solid #dadada;
    padding-top: 20px;
    height: auto;
    margin-bottom: 30px;
  }

  .app_box ul li .app_info {
    width: 100%;
    padding: 20px
  }

  .app_box ul .active {
    width: 100%
  }

  .app_box ul .active .app_info {
    width: 100%;
    background-color: transparent
  }

  .app_box ul li .app_info h3 {
    padding-bottom: 10px;
  }

  .solution ul li {
    width: 100%;
    margin-left: 0
  }
  footer{
  	display: none;
  }
  .video-img-img{
  	display: flex;
  	flex-wrap: wrap;
  }
  .video-img img{
  	width: 100%;
  }
  .video-img img:nth-child(1){
  	margin-bottom: 5%;
  }
  .video-img img:nth-child(2){
  	margin-bottom: 5%;
  }
}

@media (max-width:475px) {
  .title {
    font-size: 24px;
  }

  .title span {
    font-size: 48px;
  }
  .pro_arc_share ul li{
  	margin-left: 1%;
  }
  .video{
  	padding-top: 35px;
  }
  .product_lunbo {
	    padding: 0px 40px;
	}
	.title {
    	padding-top: 0px;
	}
	.product{
		    padding: 0px 0px;
	}
	.app_box ul li .app_info p{
		height: 6em;
	}
	.app{
		padding: 0px 0;
	}
	.video-con{
		    padding: 0 0%;
	}
	.video-con iframe{
		height: 300px
	}
	.header-yd{
		height: 4rem!important;
	}
	.technology-left-cen{
		text-align: center;
	}
	.pre-mar{
		margin-top: 20px;
	}
}

@media (max-width:572px) {
  .pro_arc_share ul li{
      margin-left: 1%;
    }
}
.right p{
	font-size: 14px;
	line-height: 30px;
	
}
.right p a{
	color: #05c1f1
}
/* . */
.Company-font p{
  color: #555;
  margin-bottom: 15px;text-indent:2em
}

input:-webkit-autofill { box-shadow: 0 0 0px 1000px #eaeaea inset !important;}
.fanye {
  text-align: center;
  margin-bottom: 40px;
}


.fanye li {
  display: inline-block;
  border-width: 2px;
  border-color: transparent;
  border-style: solid;
  height: 36px;
  text-align: center;
  min-width: 36px;
  line-height: 36px;
  position: relative;
  margin: 0 10px;
  color: #999;
  /* border: 1px solid #ced1d9; */
}
.fanye li:hover,.fanye li.active{
color: #0DA7EE;
border: 1px solid #0DA7EE;
}
.fanye .current {
  display: inline-block;
  border-width: 2px;
  border-color: transparent;
  border-style: solid;
  height: 36px;
  background-color: #0DA7EE;
  text-align: center;
  min-width: 36px;
  line-height: 36px;
  position: relative;
  margin: 0 10px;
  color: #fff;
}
.fanye .previouspostslink {
  display: inline-block;
 padding: 0 5px;
  margin-bottom: 15px;
  /* border: 1px solid #ced1d9; */
}
.fanye .nextpostslink {
  display: inline-block;
  margin-bottom: 0px;
  padding: 0 5px;
  /* border: 1px solid #ced1d9; */
}