.en_ban{
  display: none!important;
}
/* 关于我们开始 */
.rese_box{
  width: 100%;
  overflow: hidden;
  margin: 70px 0;
}
.rese_box ul li img{
  display: block;
  margin: auto;
}
.rese_box ul li h3{
  font-size: 36px;
  font-weight: normal;
  margin: 60px 0 30px;
  text-align: center;
}
.rese_box ul li p{
  font-size: 16px;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.rese_box ul li a{
  width: 160px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  border:1px solid #d6d6d6;
  margin-top: 80px;
  transition: all 0.6s;
  margin: 50px auto 0;
  color: #333;
}
.rese_box ul li a:hover{
  background: #2056ad;
  border:1px solid #2056ad;
  color: #fff;
}
.about_box{
  width: 100%;
  overflow: hidden;
}
.about_left{
  background: url(/assets/image/about_left_img.jpg)no-repeat top;
  padding: 0;
  background-size: cover;
  height: 560px;
}
.about_left::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgb(0 0 0 / 50%);
}
.about_left .video_btn::before,
.about_left .video_btn::after {
  content      : '';
  display      : block;
  position     : absolute;
  top          : 0;
  right        : 0;
  bottom       : 0;
  left         : 0;
  border-radius: 50%;
  border          : solid 1px rgb(255 255 255 / 20%);
  background-color: rgb(255 255 255 / 30%);
  z-index:99;
}
.about_left.video_btn:before {
  -webkit-animation: video_btn 2s linear infinite;
  animation        : video_btn 2s linear infinite;
}

.about_left .video_btn:after {
  -webkit-animation: video_btn 2s linear infinite;
  animation        : video_btn 2s linear 1s infinite;
}

@-webkit-keyframes video_btn {
  0% {
    -webkit-transform: scale(1);
  }

  75% {
    -webkit-transform: scale(2);
    opacity          : 1;
  }

  100% {
    -webkit-transform: scale(2.5);
    opacity          : 0;
  }
}

@keyframes video_btn {
  0% {
    transform: scale(1);
  }

  75% {
    transform: scale(2);
    opacity  : 1;
  }

  100% {
    transform: scale(2.5);
    opacity  : 0;
  }
}

@-webkit-keyframes son {
  0% {
    transform: rotate(0deg) translateZ(0px);
  }

  100% {
    transform: rotate(360deg) translateZ(360px);
  }
}

@keyframes son {
  0% {
    transform: rotate(0deg) translateZ(0px);
  }

  100% {
    transform: rotate(360deg) translateZ(360px);
  }
}
.video_box{
  width: 65%;
  overflow: hidden;
  margin: auto;
  padding: 80px 0;
}
.player-container-id-dimensions {
	width: 100%;
	height: 467px;
}

.video_box img{
  width: 100%;
}
.video_btn{
	position: absolute;
	top: 42%;
	left: 44%;
  display: inline-block;
  cursor: pointer;
}	
.video_btn img{ 
	width:128px;
	height:128px; 
	display: block;
	animation: rotate 2.5s linear infinite;
	position: relative;
    z-index: 9;
}

@keyframes rotate{
	0%{
		transform: rotateZ(0deg);/*从0度开始*/
	}
	100%{
		transform: rotateZ(360deg);/*360度结束*/
	}
}	
.video_tk{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 1000px;
	background: rgba(0, 0,0 , .75);
	z-index: 999;
	display: none;
}
.video_tk .page_tk{
	position: absolute;
	top: 35%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.video_tk .page_tk .close{
	opacity: 1;
}
.video_tk .page_tk .close span{
	color: #fff;
	font-size: 35px;
	background: rgba(255, 255, 255, .3);
	border-radius: 36px;
	padding: 7px;
}
.tcp-skin {
	width: 700px;
	height: 532px;
	margin-top: 50px;
}	
.about_right{
/*  background: #f5f5f5;*/
  padding: 0;
}
.text_box{
  width: 85%;
  margin: auto;
  padding: 70px 0 40px;
}
.about_text_box{
    position: relative;
    right: -26%;
    z-index: 99;
    background: #f9f9f9;
    padding: 50px;
    border-radius: 20px;	
}
.text_box h3{
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 3px;
  margin: 0;
  }
.tit_en{
  font-size: 16px;
  color: #666;
  margin: 5px 0;
}
.text{
	line-height: 30px;
	text-indent: 2em;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	margin-top: 10px;
}
.about_icon{
	width: 100%;
	overflow: hidden;
	margin: 50px 0 30px;
	padding: 0;
	position: relative;
	right: -20%;
}
.about_icon li{
  text-align: center;
}
.about_icon li h3{
  font-size: 34px;
  font-family: fantasy;
}
.tit_sb{
    font-weight: normal;
}	
.about_icon li p{
  font-size: 14px;
  margin: 10px 0 0;
}
.more{
	width: 160px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: block;
	border: 1px solid #333;
	margin-top: 40px;
	transition: all 0.6s;
	color: #333;
	margin-left: 27%;
}
.more:hover{
  background: #2056ad;
  color: #fff;
  border: 1px solid #2056ad
}
.wh_box{
  width: 100%;
  overflow: hidden;
  margin:70px 0;
}
.wh_box li{
  text-align: center;
}
.wh_box li h4{
  font-size: 16px;
  font-weight: bold;
  margin: 15px 0px 8px;
}
.wh_box li p{
  line-height: 30px;
}
/* 关于我们结束 */
/* 产品中心开始 */
.product_bj_box{
  width: 100%;
  background-image: url(/assets/image/index_prodcut_bj.jpg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  padding: 90px 0;
}
.product_bj_box h2{
  text-align: center;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  margin: 0;
}
.product_bj_box p{
  font-size: 16px;
  text-align: center;
  color: #fff;
  margin: 20px 0 40px;
}
.index-search{
  max-width: 900px;
  margin: 0 auto;
}
#index-ybsearch{
  width: 23%;
  height: 38px;
  padding-left: 10px;
}
.index-search_input{
  width: 18%;
  height: 38px;
  padding-left: 10px;
  color: #fff;
}
.index-serchbtn{
  width: 80px;
  height: 38px;
  background: #fff;
  border: none;
  color: #333;
  position: relative;
  left: -4px;
  outline: none;
}
.index-input-group input{
  border: 1px solid #fff;
  font-size: 14px;
  background: transparent;
  outline: none;
  color: #fff;
}
.index_xlk{
  background: #fff;
  display: block;
  float: right;
  line-height: 38px;
  padding: 0 20px;
  color: #333;
}
input:-moz-placeholder,
textarea:-moz-placeholder { 
    color: #dedede;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder { 
    color: #dedede;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { 
    color: #dedede ;
}
.product_box{
  margin: 70px auto;
}
.product_box li{
  margin-bottom: 35px;
}
.img_box{
  border: 1px solid #eeeeee;
  overflow: hidden;
}
.img_box img{
  width: 100%;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.product_box li:hover .img_box img{
  transform: scale(1.15, 1.15);
}
.prod_link{
  background: #333;
  width: 100%;
  display: block;
  padding: 10px 20px;
  color: #fff;
  font-size: 18px;
  transition:all 0.8s;
}
.product_box li:hover .prod_link{
  background: #2056ad;
  color: #fff;
}
.prod_link span{
  font-size: 14px;
  float: right;
}
/* 产品中心结束 */
/* 行业方案开始 */
.hy_box{
  width: 100%;
  background-image: url(/assets/image/index_hy_bj.jpg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  padding: 100px 0;
}
.hy_box h2{
  text-align: center;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  margin: 0;
}
.hy_box ul{
  padding: 60px 30px;
  width: 100%;
  overflow: hidden;
  background: #fff;
  margin-top: 50px
}
.hy_box ul li{
  padding: 0 60px;
  margin-bottom: 40px;
}
.hy_box ul li:nth-child(2){
  border-right: 1px solid #eaeced;
  border-left: 1px solid #eaeced;
}
.hy_box ul li img{
  width: 100%;
}
.hy_box ul li h3{
  margin: 20px 0 5px;
}
.hy_box ul li h3 a{
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.hy_box ul li p{
  font-size: 14px;
  color: #666;
  line-height: 28px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0;
}
.hy_box ul li .hy_more{
  background: #eaeced;
  width: 160px;
  display: block;
  text-align: center;
  line-height: 48px;
  color: #333;
  margin-top: 25px;
  transition: all 0.8s;
}
.hy_box ul li .hy_more:hover{
  background: #2056ad;
  color: #fff;
}
.xlindex_more{
  margin: 0;
  text-align: center;
}
.xlindex_more a{
  text-align: center;
  font-size: 14px;
  top: 10px;
  position: relative;
  border: 1px solid #e0e0e0;
  padding: 15px 30px;
  color: #333;
  transition: all 0.8s;
}
.xlindex_more a:hover{
  background: #2056ad;
  color: #fff;
}
/* 行业方案结束 */
/* 新闻中心开始 */
.new_box{
  margin: 80px auto;
}
.new_box h2{
  text-align: center;
  color: #333;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 50px;
}
.new_box ul li{
  padding: 0 25px;
}
.new_box ul li .new_text_box{
  padding: 15px;
  box-shadow: 0 0 25px rgb(215 215 215 / 50%);
  width: 100%;
  overflow: hidden;
}
.new_box ul li .new_text_box .new_img_box{
  padding: 0;
}
.new_box ul li .new_text_box .new_img_box img{
  width: 100%;
}
.new_box ul li .new_text_box  .new_text{
  padding-left:35px;
}
.new_box ul li .new_text_box h3{
  margin: 0 0 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.new_box ul li .new_text_box h3 a{
  font-size: 16px;
  font-weight: bold;
  color: #333;
  transition: all 0.5s;
}
.new_box ul li .new_text_box h3 a:hover{
  color: #0073f7;
}
.new_box ul li .new_text_box p{
  font-size: 14px;
  color: #999999;
  line-height: 26px;
  display: -webkit-box;
 text-overflow: ellipsis;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 2;
 overflow: hidden;
 margin: 0;
}
.new_time{
  color: #ccc!important;
  padding: 5px 0;
}
.new_details{
  color: #0073f7;
}
.newindex_more{
  margin: 0;
  text-align: center;
}
.newindex_more a{
  text-align: center;
  font-size: 14px;
  top: 60px;
  position: relative;
  border: 1px solid #e0e0e0;
  padding: 15px 30px;
  color: #333;
  transition: all 0.8s;
}
.newindex_more a:hover{
  background: #2056ad;
  color: #fff;
}
/* 新闻中心结束 */
.cont_box{
  background: #2056ad;
  height: 140px;
  position: relative;
  top: 60px;
}
.cont_box img{
  float: left;
  margin: -35px 35px 0 60px;
}
.cont_text{
  float: left;
  color: #fff;
  border-left: 4px solid #82b8e1;
  margin: 40px 0;
  padding-left: 20px;
}
.cont_text P{
  margin: 0;
  font-size: 18px;
}
.cont_text h3{
  margin: 12px 0 0;
  font-size: 22px;
  font-weight: bold;
}
.cont_lxwm{
  float: right;
  padding: 12px 30px;
  border: 2px solid #fff;
  margin: 44px 50px 0;
  font-size: 18px;
  color: #fff;
  transition: all 0.8s;
}
.cont_lxwm:hover{
  background: #fff;
  color: #0073f7;
}
.contanct{
	padding: 100px 0 40px 0;
}
/* 移动端开始 */

@media(max-width:768px){
  .rese_box {
    width: 100%;
    overflow: hidden;
    margin: 45px 0;
  }
  .rese_box ul,
  .rese_box ul li{
    padding: 0;
  }
  .rese_box ul li h3 {
    font-size: 26px;
    font-weight: normal;
    margin: 20px 0;
    text-align: center;
  }
  .rese_box ul li a {
    width: 160px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    border: 1px solid #d6d6d6;
    transition: all 0.6s;
    margin: 35px auto;
    color: #333;
  }
  .text_box {
    width: 100%;
    margin: auto;
    padding: 0 0 40px;
  }
  .about_text_box {
    position: relative;
    right: 0;
    z-index: 99;
    background: #f9f9f9;
    padding: 20px;
    padding: 25px 15px 15px;
    border-radius: 0;
  }
  .text_box h3 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    margin: 0;
  }
  .tit_en {
    font-size: 14px;
    color: #666;
    margin: 5px 0;
  }
  .about_icon {
    width: 100%;
    overflow: hidden;
    margin: 30px 0;
    padding: 0;
    position: relative;
    right: 0;
  }
  .about_icon li h3 {
    font-size: 28px;
    font-family: 微软雅黑;
  }
  .about_left {
    background: url(/assets/image/about_left_img.jpg)no-repeat top;
    padding: 0;
    background-size: cover;
    height: 300px;
  }
  .video_btn {
    position: absolute;
    top: 29%;
    left: 32%;
    display: inline-block;
  }
  .tcp-skin {
    width: 360px!important;
    height: 290px!important;
  }
  .wh_box {
    width: 100%;
    overflow: hidden;
    margin: 35px 0 20px;
    padding: 0;
  }
  .wh_box li {
    text-align: center;
    margin-bottom: 15px;
    padding: 0;
  }
  .product_bj_box {
    width: 100%;
    background-image: url(/assets/image/index_prodcut_bj.jpg);
    background-size: cover;
    background-position: center;
    overflow: hidden;
    padding: 30px 0 55px;
  }
  .product_bj_box h2 {
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    margin: 0;
  }
  .product_bj_box p {
    font-size: 14px;
    text-align: center;
    color: #fff;
    margin: 10px 0;
  }
  #index-ybsearch {
    width: 49%;
    height: 38px;
    padding-left: 10px;
    margin-bottom: 10px;
  }
  .index-search_input {
    width: 49%;
    height: 38px;
    padding-left: 10px;
    color: #fff;
  }
  .index-serchbtn {
    width: 100%;
    height: 38px;
    background: #fff;
    border: none;
    color: #333;
    position: relative;
    left: 0;
    outline: none;
    top: 18px;
  }
  .index_xlk{
    display: none!important;
  } 
  .product_box {
    margin: 30px auto;
    padding: 5px;
  }
  .product_box li {
    margin-bottom: 35px;
    padding: 0 5px;
  }
  .prod_link {
    background: #333;
    width: 100%;
    display: block;
    padding: 6px;
    color: #fff;
    font-size: 15px;
    transition: all 0.8s;
  }
  .prod_link span {
    font-size: 12px;
    float: right;
    line-height: 24px;
  }
  .hy_box {
    width: 100%;
    background-image: url(/assets/image/index_hy_bj.jpg);
    background-size: cover;
    background-position: center;
    overflow: hidden;
    padding: 45px 0;
  }
  .hy_box h2 {
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    margin: 0;
  }
  .hy_box ul {
    padding: 30px 0 60px;
    width: 100%;
    overflow: hidden;
    background: #fff;
    margin-top: 30px;
  }
  .hy_box ul li {
    padding: 0 15px;
    margin-bottom: 40px;
    width: 100%!important;
  }
  .xlindex_more a {
    text-align: center;
    font-size: 14px;
    top: 10px;
    position: relative;
    border: 1px solid #e0e0e0;
    padding: 15px 70px;
    color: #333;
    transition: all 0.8s;
  }
  .new_box {
    margin: 20px auto 80px;
  }
  .new_box h2 {
    text-align: center;
    color: #333;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .new_box ul{
    padding: 0;
    margin: 0;
  }
  .new_box ul li {
    padding: 0;
    margin-bottom: 30px;
  }
  .new_box ul li .new_text_box .new_text {
    padding: 10px 0;
  }
  .newindex_more a {
    text-align: center;
    font-size: 14px;
    top: 22px;
    position: relative;
    border: 1px solid #e0e0e0;
    padding: 15px 70px;
    color: #333;
    transition: all 0.8s;
  }
  .cont_box{
    display: none;
  }
}

/* 移动端结束 */