﻿html,body,p,h1,h2,h3,h4,h5{
  margin: 0;
  padding: 0;
}
ul,li{
  margin: 0;
  padding: 0;
  list-style:none;
}
a{
  text-decoration: none;
  color: white;
}
em{
  font-style: normal;
}
@font-face {  
  font-family: 'PingFang Light';  
  src: url('../../../front/css/font/PingFang Light.ttf') format('ttf'),
   url('../../../front/css/font/PingFang Light.eot') format('eot'),
   url('../../../front/css/font/PingFang Light.woff') format('woff'),
   url('../../../front/css/font/PingFang Light.svg') format('svg');
}  
@font-face {  
  font-family: 'PingFang Medium';  
  src: url('../../../front/css/font/PingFang Medium.ttf') format('ttf'),
   url('../../../front/css/font/PingFang Medium.eot') format('eot'),
   url('../../../front/css/font/PingFang Medium.woff') format('woff'),
   url('../../../front/css/font/PingFang Medium.svg') format('svg');
}  
@font-face {  
  font-family: 'PingFang Regular';  
  src: url('../../../front/css/font/PingFang Regular.ttf') format('ttf'),
   url('../../../front/css/font/PingFang Regular.eot') format('eot'),
   url('../../../front/css/font/PingFang Regular.woff') format('woff'),
   url('../../../front/css/font/PingFang Regular.svg') format('svg');
}
.pingfang{
	font-family:'PingFang Medium';
}
.InstantMessaging .banner{
  width: 100%;
  min-width: 1200px;
  height: 500px;
  background: url('../img/banner.jpg') no-repeat;
  background-size: cover;
  background-position: center 0; 
}
.InstantMessaging .headerbg{
  background:#00050D;
}
.InstantMessaging .header{
  width:1200px;
  height: 70px;
  line-height: 70px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  color:#fff;
}
.InstantMessaging .header>div{
  display: flex;
  align-items: center;
}
.InstantMessaging .header>div em{
  height: 30px;
  border-right: 1px solid #55595e;
  margin: 0 12px;
}
.InstantMessaging .header img{
  width: 24px;
  height: 27px;
  margin-right: 8px;
}
.InstantMessaging .header ul{
  display: flex;
  font-size: 16px;
}
.InstantMessaging .header ul li{
  margin-left: 20px;
}
.InstantMessaging .bgfont{
  color:#fff;
  margin:0 auto;
  width: 1200px;
  padding-top: 112px;
}
.InstantMessaging .bgfont h1{
  font-size: 48px;
  margin-bottom: 30px;
}
.InstantMessaging .bgfont p{
  font-size: 24px;
  margin-bottom: 62px;
  opacity: 0.8;
  line-height: 40px;
}
.InstantMessaging .bgfont button{
  width: 240px;
  height: 80px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  font-size: 30px;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  background: transparent;
  outline: none;
  cursor: pointer;
}
.InstantMessaging .bgfont button:hover{
  background: #005FFF;
  border: 1px solid #005FFF;
}
.InstantMessaging .scheme{
  width: 1200px;
  margin: auto;
}
.InstantMessaging .scheme h4{
  font-size: 36px;
  color: #333E59;
  text-align: center;
}
.InstantMessaging .scheme .tab{
  display: flex;
  justify-content: center;
  border-bottom:1px solid #ebedf3;
  margin: 60px 0;

}
.InstantMessaging .scheme .tab li{
  border-bottom: 2px solid transparent;
  color: #A7AFBD;
  font-size: 20px;
  margin-right: 100px;
  height: 40px;
  cursor: pointer;
}
.InstantMessaging .scheme .tab li:hover{
	color: #005FFF!important;
}
.InstantMessaging .scheme .tab li:last-child{
  margin-right: 0;
}
.InstantMessaging .scheme .list{
  padding-bottom: 80px;
  
}
.InstantMessaging .scheme .list>li{
  overflow: hidden;
  display: none;
 
}
.InstantMessaging .scheme .list li>img{
  width: 590px;
  height: 500px;
  float: left;
  margin-right: 100px;
}
.InstantMessaging .scheme .list li>div{
  float: left;
}
.InstantMessaging .scheme .list li h6{
  font-size: 30px;
  color: #333E59;
  margin-bottom: 24px;
  margin-top: 10px;
  
}
.InstantMessaging .scheme .list ul{
  color: #005FFF;
  width: 495px;
  list-style: disc;
  position: relative;
  left: 20px;
}
.InstantMessaging .scheme .list ul li{
  color: #005FFF;
  margin-bottom: 10px;
  list-style: disc;

}
.InstantMessaging .scheme .list li p{
  font-size: 16px;
  color: #5C677C;
  line-height: 28px;
}
.InstantMessaging .scheme .list li .miniImg{
  display: block;
  margin-bottom: 25px;
}
.InstantMessaging .scheme .list li button{
  width:160px;
  height: 46px;
  outline: none;
  background-color: transparent;
  border-radius: 23px;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  -ms-border-radius: 23px;
  -o-border-radius: 23px;
  border: 1px solid #A7AFBD;
  font-size: 16px;
  color: #333E59;
  cursor: pointer;
}
.InstantMessaging .scheme .list li button:hover{
  border:1px solid #005FFF;
  background-color: #005FFF;
  color: #fff;
}
.InstantMessaging .introduce{
  width: 100%;
  min-width: 1200px;
  height: 326px;
  background: url('../img/bg_shipei.jpg') no-repeat;
  background-size:center;
  background-position: center 0; 
}
.InstantMessaging .introduce>div{
  width: 1200px;
  margin: 0 auto;
  padding-top: 100px;
}
.InstantMessaging .introduce>div h5{
  font-size: 36px;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 20px;
}
.InstantMessaging .introduce>div p{
  opacity: 0.9;
  font-size: 20px;
  color: #FFFFFF;
  text-align: center;
  line-height: 40px;
}
.InstantMessaging .scene{
  min-width: 1200px;
  margin: auto;
  text-align: center;
  padding-top: 40px;
}
.InstantMessaging .scene h4{
  padding-top: 10px;
  margin-bottom: 40px;
  font-size: 20px;
  color: #a7afbd;
  letter-spacing: 0.8px;
  font-weight: 500;
}
.InstantMessaging .experience{
  background: #2D2D2F;
  padding-top:100px;
  color:#fff;
  padding-bottom: 100px;
}
.InstantMessaging .experience h4{
  font-size: 36px;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 24px;
}
.InstantMessaging .experience p{
  font-size: 16px;
  color: #FFFFFF;
  opacity: 0.8;
  text-align: center;
  margin-bottom: 60px;
}
.InstantMessaging .experienceBg{
  width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-around;
  padding: 0 80px;
  padding-top:80px;
  box-sizing: border-box;
}
.InstantMessaging .experienceBg img{
  width: 480px;
  height: 260px;
}
.InstantMessaging .experienceText{
  width: 480px;
  color: #A7AFBD;
}
.InstantMessaging .experienceText:hover em{
  left:0px;
  opacity:1;
}
.InstantMessaging .experienceText h3{
  font-size: 30px;
  color: #FFFFFF;
  padding-bottom: 23px;
}
.InstantMessaging .experienceText i{
  width: 60px;
  height: 4px;
  background-color: #fff;
  display: block;
}
.InstantMessaging .experienceText p{
  opacity: 0.8;
  font-size: 16px;
  border-top:1px solid #e7e7e9;
  line-height: 28px;
  letter-spacing: 1px;
  text-align: left;
  padding-top:18px;
  margin-bottom: 0;
}
.InstantMessaging .experienceText button{
  border:0 none;
  outline: none;
  background-color: transparent;
  font-size: 18px;
  color: #005FFF;
  margin-top: 34px;
  cursor: pointer;
}
.InstantMessaging .experienceText button em{
  opacity: 0;
  position: relative;
  left:-200px;
  transition: left 1s;
  -webkit-transition: left 1s;
  -moz-transition: left 1s;
  -ms-transition: left 1s;
  -o-transition: left 1s;
}
.InstantMessaging  .info{
  text-align: center;
}
.InstantMessaging .info h4{
  font-size: 36px;
  color: #333E59;
  padding: 75px 0 24px 0;
  text-align: center;
  width: 1200px;
  margin: 0 auto;
}
.InstantMessaging  .info>p{
  width: 1200px;
  margin: 0 auto;
  font-size: 16px;
  color: #A7AFBD;
  text-align: center;
  margin-bottom: 50px;
}
.InstantMessaging .product{
  display: flex;
  justify-content: space-between;
  width:1200px;
  margin: 0 auto;
  padding-bottom: 60px;
}
.InstantMessaging .product li{
  box-sizing: border-box;
  width:376px;
  height: 275px;
  background-color: white;
  box-shadow: 0 8px 16px 0 rgba(0,38,163,0.03);
  padding:0 40px;
  text-align: center;
  padding-top: 30px;
  box-sizing: border-box;
}
.InstantMessaging .product li img{
  margin-bottom: 20px;
}
.InstantMessaging .product li p{
  font-size: 20px;
  color: #005FFF;
  line-height: 25px;
  margin-bottom: 22px;
}
.InstantMessaging .product li span{
  display: block;
  font-size: 14px;
  color: #A7AFBD;
  line-height: 30px;
}
.InstantMessaging .product li:hover{
  box-shadow: 0 18px 38px 0 rgba(0,21,91,0.08);
}
.InstantMessaging .info button{
  width: 240px;
  height: 80px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  font-size: 30px;
  color: #333E59;
  border: 1px solid #A7AFBD;
  background: #fff;
  outline: none;
  cursor: pointer;
  margin-bottom: 100px;
}
.InstantMessaging .info button:hover{
  background: #005FFF;
  color: #fff;
  text-align: center;
}
.InstantMessaging .imgs{
  min-width: 1200px;
  background: #006FFF;
  text-align: center;
  padding:25px 0;
}
.InstantMessaging .imgs img{
  
}
.InstantMessaging .cooperation{
  width: 1200px;
  margin: auto;
  margin: 50px auto;
}
/* 底部start */
/* 脚部样式 */
.bottoms{
	width: 100%;
	background: #242B3A;
	padding-top: 37px;
	padding-bottom: 37px;
	clear: both;
}
.bottoms .bottomBox{
	width: 1200px;
	margin: 0 auto;
}
.bottoms .topBox{
	margin: 0 auto;
	display: flex;
	padding-left: 60px;
}
.bottoms .topBox .title{
	display: block;
	font-size: 16px;
	color: #FFFFFF;
	margin-bottom: 20px;
}
.bottoms .topBox ul li{
	font-size: 14px;
	color: rgba(255,255,255,0.7);
	line-height: 32px;
}
.bottoms .topBox .authority{
	width: 200px;
}
.bottoms .topBox .boxs{
	margin-right: 98px;
	letter-spacing: 0px!important;
}
.bottoms .topBox .boxs:nth-of-type(1) li a:hover,.bottoms .topBox .boxs:nth-of-type(2) li a:hover{
	color: #1EC5C0!important;
	cursor: pointer;
}
.bottoms .topBox .boxs:nth-last-child(1) p{
	font-size: 16px;
	color: #FFFFFF;
	margin-top: 12px;
}
.bottoms .topBox .authority ul{
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}
.bottoms .topBox .authority ul li{
	width: 33.3%;
	line-height: 0;
    margin-bottom: 22px;
}
.bottoms .links{
	opacity: 0.1;
	font-size: 16px;
	color: #FFFFFF;
	margin: 37px 0;
	margin-left: 60px;
}
.links a{
	font-size: 16px;
	color: #FFFFFF;
    margin-right: 10px;
}
.bottoms .line{
	width: 100%;
	height: 1px;
	opacity: 0.1;
	background: #FFFFFF;
	margin-bottom: 17px;
}
.bottoms .copyright{
	opacity: 0.8;
	font-size: 12px;
	color: #FFFFFF;
	margin-bottom: 10px;
	margin-left: 60px;
}
.bottoms .copyright:nth-last-child(1) {
	margin-bottom: 0;
}
/* 底部end */
