html,
body {
    margin: 0px;
	padding: 0px;
    font-size: 100%;
    background: #fff;
    font-family: "Microsoft YaHei","微软雅黑"; 
}
img{
 max-width: 100%;
}
a{
	text-decoration: none;
	cursor: pointer;
	
	font-size: 13px;
	color: #646464 ;
}
p{
	padding: 0px;
	margin: 0px;
	font-size: 13px;
	line-height: 25px;
	overflow-wrap:break-word;
	color: #646464 ;
}
ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
h4{
	font-size: 18px;
	margin: 0px 0px 17px 0px;
}
.content{
	display: block;
	width: 100%; 
}
.container {
  padding:0px 5%; 
  
}
@keyframes page-loader {
     to {transform: rotate(360deg);}
 }
  
 @-webkit-keyframes page-loader {
     to {-webkit-transform: rotate(360deg);}
 }
 .loader{
	 width: 100%;
	 height: 100%;
	 position: fixed;
	 background-color: white;
	 z-index: 20000;
 }
.spinner {
    min-width: 24px;
    min-height: 24px;
}
 
.spinner:before {
    content: 'Loadingâ€¦';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
}
 
.spinner:not(:required):before {
    content: '';
    border-radius: 50%;
	-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-top: 2px solid #333;
    border-right: 2px solid transparent;
    animation: page-loader .6s linear infinite;
    -webkit-animation: page-loader .6s linear infinite;
}
.clearfix{
	height: 20px;
	width: 100%;
}
.footfix{
	height: 60px;
	width: 100%;
}
.pad{
	padding: 20px 0px;
}
.full-box:after { 
	content:""; 
	display: block; 
	clear: both; 
}
.vertical-middle{
	position: relative;
	top: 50%;
	left: 0%;
	transform: translate(0%,-50%);
}
/*footer*/
.footer-default{
	background-color:#404159;  
	height: 250px;
}
.foot-left{ 
	float: left;
	width: 70%;
	
}
.foot-right{
   height: 250px;
	float: left;
	width: 30%;
	margin: 0px auto; 
	text-align: center;
}
.foot-right p{
	text-align: center;
}
.foot-right >div{
	text-align: center;
}
.footer-default  p{
	text-align: left;
	height: 100%;
	line-height: 22px;
	color: #858f9c;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}
.footer-default a{
	color: #858f9c;
}
/*nav*/

#nav{
	position: absolute;
	z-index: 1000;
	width: 100%; 
}
#headnav {
	height: 56px;
}
#headnav .logo{
	border: none;
	float: left; 
	cursor: pointer;
	height: 50px;
}
#headnav img{
	max-height: 50px;
	padding-top: 3px;
}
#headnav .rg{
	padding-top: 5px;
	float: right;
}
#headnav .rg img{
	padding-top: 5px; 
}
#headnav .bg{
	height: 56px;
}

.headnav.bg-dark .bg{
 	background-color: #000000;
 	opacity: 0.5;
 	width: 100%; 
 	position: absolute;
 	z-index: 100;
 	border: none;
 }
.headnav.bg-dark .logo img{ 
  border: none;
 }
 .headnav.bg-dark a{
   position: relative;
   display: block; 
   text-decoration:none; 
   color: white;
 }
  .headnav.bg-dark .head-lan{
 	border:1px solid #fff; 
 	color: #fff;cursor: pointer; 
 }
.headnav.bg-bright  .bg{
	background-color: white;
	opacity: 1;
	width: 100%; 
	position: absolute;
	z-index: 100;
	border-bottom-style: solid;
	border-bottom-color: #9fbad3;
	border-bottom-width: 1px;
	box-shadow:2px 2px 10px #9fbad3 
 }
 .headnav.bg-bright a{
   position: relative;
   display: block;
   text-decoration:none; 
   color: black;
 }
.headnav.bg-bright .logo img{
	 /* height: 4.68em;
	content: url(../img/logo2.png);*/
}
.headnav.bg-bright .head-lan{
 	border:1px solid #000; 
 	color: #000; 
 }

.headnav  .nav-bar{
	float: right;
	border: none;
	margin: 0px 5px;
}
.headnav .nav-menu{
	 display: block;
	 margin-left: auto; 
	 margin-right: auto; 	
	 height: 5em;
	 line-height: 3.75em;
} 
.headnav .nav-items{
	padding: 0;
	margin: 0;
	list-style: none;
} 
.headnav .nav-items >li{
	float: left;
	margin-left: 10px;
}
.headnav li:hover >a{
  color:  #0085ff  !important; 
  cursor: pointer;
}
.headnav li.active >a{  
 color: #0085ff !important;
 opacity: 1;
} 
.headnav{ 
	z-index: 10000;
	position: fixed;
	width: 100%;
	border: none;
} 
.bn{ 

}
.bn >img{
	border: none;
	width: 100%;
}

.menuLay{
	z-index: 9999; 
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #fff;
	top:0px;
}
.menuLay>div{
	border-bottom: 1px solid #e9e9e9;
	height: 40px;
	line-height: 40px; 
	color: #221e1f;
	display: block;
	padding:0px 5%;
}
.menuLay a{
    display: block;
    height: 35px;
    line-height: 35px;
    padding-left: 5%;
    color: #7b7b7b;
}
/*foot*/ 
.foot-info {
  margin-top: 5px;	
}
.foot-info >div{
	 float: left;
}
.foot-info >.ic{
	 width: 30px;
}
.foot-info >.ip{
	 width: 80%;
}
.foot-copyright{
	background-color: #30374a;
	min-height: 100px;
}
.foot-copyright>div>div{
	text-align: center;
	height: 30%; 
}
.foot-copyright p{
	text-align: center;
	height: 100%;
	line-height: 30px; 
	color: #777;
}

.title{
	text-align: center;
	margin-bottom: 0px;
	height: 10%;
}
.container>.title:before{
	content: "";
	display: block;   
	height: 60px;
}
.container>.title:after{
  content: "";   
  display: block;   
	height: 40px;
}
.title h3{
	margin: 0px; 
}
.p-title{
	color:  #1890ff; 
}
.bottom-c{
border-bottom:3px solid #1890ff;
height:10px;
width: 16px;
 text-align: center;
 margin: 0px auto;
}

.list-btn-row{
	
	width: 100%;
	 margin-top: 1.75em; 
	 overflow: hidden;
}
.list-btn{
	margin: 0px auto;
	height: 6.25em;
	width: 80%;
}
.list-btn a{ 
	color: #8F8F8F;
}
.list-btn >div{
	float: left;
	height: 6.25em; 
	text-align: center;
  width: 5em;
}
.list-btn img{
	position: relative; 
	height:200%; 
}
.list-btn .link p{
	margin: 0px;
}
.list-btn .alink{
	overflow: hidden;
	height:64px; 
	text-align: center;
}

.list-btn >div:hover a{
		color: #1890ff;
}
 
.list-btn a:hover{
		color: #1890ff;
}
.serial-box{
	width: 100%;
	height: 55%;
	overflow: hidden;
  
}
.serial-ul{
	width: 100%; 
	height: 100%;
}
.serial-ul>li{ 
	width: 100%;
	height: 100%;
	margin-top: 10px;
}
.serial-item{ 
	width: 100%; 
	
	text-align: left;
	padding-bottom: 20px;
}
.serial-item >div{
	height:100%;
	background-color:  white;
	margin: 0px auto; 
}
.serial-item .c{
	
	padding: 3% 5%;
	height:40px;
}
.serial-item .t{
	position: absolute;
	bottom: 3%;
	left:3%
}
.serial-item .t h4{ 
	margin: 30px 0px 24px 0px;  
	font-size: 16px;
}
.serial-item .img{
	max-height:80%;
	 font-size: 0px;
	
} 
.serial-item .img img{
	width: 100%;
	
} 
.serial-item .li{
	  margin: 10px 0px;
	  width: 125px;
	  height: 36px;
	  border:1px solid #dadada;
}
.serial-item .li a{
	  line-height: 36px;
	  margin-left: 35px;
}
.hid p{
	color: white;
	line-height: 20px;
}
.serial-pot{

	width: 100%;
	height: 10%;
	margin-top: 5%;
}
.serial-ol{
	list-style: none;
	
	width:  96px;
	height:  20px;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	
}
.serial-ol>li{
	width: 12px;
	height: 12px;
	background-color: white;
	border-radius: 12px;
	float: left;
	margin: 0px 10px;
}
.serial-ol>li.active{
  background-color: red;
}

/*solution*/
.solution-nav{
	 display: block;
	 margin-left: auto; 
	 margin-right: auto;
  
}
.solution-nav {
	padding: 0px;
	margin: 0px;
	
	list-style: none;
}
.solution-nav li{
	float: left;
	width: 33.3%;
	margin: 0px;
	padding:  0px;
	margin-bottom: 15px;
	height: 30px;
}
.solution-nav li>div{
	border: 1px solid  #444444;
	background-color:  #f5f5f5;
	border-radius: 20px;
	width: 80%;
	height: 100%;
	
}
.solution-nav  li.active div{
    background-color: #e8f4ff;
	border: 1px solid  #0085ff; 
}

.solution-nav  > li  a {
	color: #444444;
  line-height: 30px;
}
 
.solution-nav  li.active a{
    color: #0085ff;
}

.solution-item-area{
	list-style: none;
	margin: 0px;
	padding: 0px; 
}

.partner-nav{
	 display: block;
	 margin-left: auto; 
	 margin-right: auto;

	 height: 80px;
	 line-height: 2.5em;
}
.partner-nav>ul{
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	width: 100%;
}
.partner-nav>ul li{
	float: left;
	width: 30%;
	margin: 0px auto;
	border: 1px solid #eaeaea;
	border-right: none;
	text-align: center;
}
.partner-nav>ul li.left{
   border-radius: 5px 0px 0px 5px;
}
.partner-nav>ul li.right{
   border-radius: 0px 5px 5px 0px;
   border-right: 0.5px solid #eaeaea;
}
.partner-nav>ul li:hover{
  
    cursor:pointer;
 
}
.partner-nav>ul li.active{ 
   background-color: #0084ff; 
}
.partner-nav>ul li.active a{ 
   color: #fff;
}
.partner-ul{
	list-style: none;
}
.partner-ul img{
	width: 100%;
}
.s-img {
	 text-align: center;
}
.s-img img{
 width: 70%;
}
.s-title h3{
	 color: #00ACEE;
	 padding: 0px 0px 0px 0px;
 
	margin: 40px 0px 54px 0px;
	font-size: 16px;
}


.collapse-item{
	background-color: white; 
	margin-bottom: 1em;
	
} 
.collapse-header{
	cursor: pointer;
	 padding:0.5em 1em;
}

.collapse-header  p{ 
	line-height: 2.5em;
	margin: 0px;
	color: #636363;
}
.collapse-header.expand{
	background-color: #0085ff;

}
.collapse-header.expand a{
	 color: white;
}
.collapse-header.expand p{
	 color: white;
}

.collapse-right{
  float: right;
}
.collapse-right >div{
width: 30px;
text-align: center;
}
.collapse-right a{
font-size: 30px;
line-height: 30px;

}
.collapse-content{
	display: none;
		padding:0.5em 1em;
}


.join-title{
     	overflow: hidden;
	    color: #fff;
	    background: #0085ff;
	    font-size: 16px;
	    line-height: 40px;
	    height: 40px;
		padding:0px 20px
}

.join-title >p{
    text-align: center;
    float: left;
    width: 20%;
	color: white;
	line-height: 40px;
}

.join-box { 
list-style: none;
margin:0px 20px;
padding: 0px;
}
.join-box >li{
	padding:0px;
	margin:0px;
	width:100%;
}
.job-title{
	font-size: 14px;
	line-height: 50px;
	height: 50px;
	cursor: pointer;
	overflow: hidden;

}
.job-title >p {
    float: left;
     width: 20%;
    text-align: center;
	line-height: 50px;
	margin: 0px;
}
.job-title a{
	color: #0085ff;;
}
.job-box{
	border-bottom: 1px solid #efefef;
	min-height: 50px;
}
.job-content{
	background-color: #f5f5f5;
	padding: 5px 0px 30px 0px;
	display: none;
}
.job-content-title{
	border-bottom: 1px solid #949494;
	padding: 0px 5%;
	padding-bottom: 10px;
}
.job-content-title >div{
	float: left;
	width: 50%;
}

.job-content-detail{
	margin-top: 10px;
}
.job-content-detail p{
	margin: 0px;
}
.job-content-detail ol li,
.job-content-detail ol span{
  font-size: 12px !important;
  color:rgb(68, 68, 68) !important;
}

.info-box{
	background-color:#f7f7f7;
}



/*news*/
.news-area >li { 
float: left;
width: 100%;
margin-top: 1.25em;
height: 25.5em;
list-style: none; 
}
.news-item{ 
	width: 100%;
	background-color:white;
	border: 1px solid #e6e6e6;

}

.news-area:after { 
	content:""; 
	display: block; 
	clear: both; 
}

.news-item:hover{
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-bottom-color: #0085ff;
	cursor: pointer;
	
	box-shadow:2px 2px 5px #9fbad3 ;
}
.news-item:hover img{
  transform: scale(1.2);
  transition: all 0.6s;
}

.news-img {
	height:11.875em ;
	padding: 0px;
    border: 1px solid #e6e6e6;
	 overflow: hidden;
}
.news-img img{
	width:100%; 
	  transition: all 0.6s;
	  max-height: 100%;
}
.news-title{
	  padding: 0px 1.25em;
	  height: 2.5em;
	  text-align: left;
}
.news-content{
    padding: 0px 1.25em;
	height: 12em;
}
.news-content .title{
	margin: 0px;
	padding:0px;
	height: 4em; 
	font-size: 1em;
}
.news-content .title>div{
	padding-top: 0.5em; 
}
.news-content .title  h4{
	margin: 0px;
	padding: 0px; 
	text-align: left;
	font-size: 16px;
}
.news-content .title p{
	margin: 0px;
	padding: 0px; 
	font-size: 1em;
	text-align: left;
}
.time{
	margin: 0px;
	height: 2em;
	color: #999;
	line-height: 28px;
	font-size: 12px;
	padding-left: 30px;
    background: url(../img/news/time.png) no-repeat left center;
	text-align: left;
}
.font{
	
	overflow: hidden;
	text-align: left;

    font-size: 14px;
    color: #666;
    line-height: 24px;
     height:72px ;
    overflow: hidden;
}


.news-head{
	padding-top: 2em;
}

.info-title{
	text-align: center;
	border-bottom:1px solid #DBDBDB;
}
#frame{
  margin: 30px 0px;	
}


/*history*/ 
 .history-item{  
    width: 50%;
    height: 100%;
    margin: 0px auto;
  position: relative;
 }
 .history-bg{
 	width: 100%;
 	height: 50%; 
	margin-top:40%;
	background-color: white; 
	opacity: 0.3;
	z-index: 1;
 }
 .history-box{
	 position: absolute;
	 top:0;
	 width: 100%;
 }

 .history-item .date p{ 
 	font-size: 12px;
    padding: 3% 0px;
 } 
 .history-item .detail {
 height: 50%;
 }  
 .history-item .detail p{
 	font-size: 12px;
	line-height: 14px;
	padding:  0px 4%;
 }  
.history-prev{
	height: 100%;
	width: 25%;
	position: absolute;
	top: 0px;
	left: 0px; 
}
.history-prev>div{
	position: relative;
	top: 55%;
	left: 0%;
	transform: translate(0%,-50%);
}

.history-prev:hover{
	cursor: pointer;
}
.history-prev:hover img{
	transform: scale(1.2);
	transition: all 0.6s;
}
.history-next{
	height: 100%;
	width: 25%;
	position: absolute;
	top: 0px;
	right: 0px;
}
.history-next>div{
	position: relative;
	top: 55%;
	left: 0%;
	transform: translate(0%,-50%);
}
.history-next:hover{
	cursor: pointer;
}
.history-next:hover img{
	transform: scale(1.2);
	transition: all 0.6s;
}
.history-ul{
	height: 100%;
}
.history-ul>li{
	float: left; 
	height: 100%;
}


/*our product*/ 

.product-nav{
	padding: 0px;
	margin: 0px;
	
	list-style: none;
}
.product-nav li{
	float: left;
	margin: 0px;
	padding:  0px;
	width: 33%; 
}
.product-nav .img{
 	overflow: hidden;
 	height:54px; 
 	text-align: center;
 }
 
.product-nav .menu img{
	position: relative; 
	height:200%; 
}

.product-nav li.active img{
   top: -100%;
   
}
.product-nav  li a{
	font-size: 0.8em;;
}
.product-nav li.active a {
   color: #0085ff;
}

.product-content{

}
	
.contact-detail>div>div{
	margin-bottom: 30px;
}

/*page*/
.page{
	font-size: 0;
}
.pagination{
	text-align: center;
}
.pagination >a{
	background: #f7f7f7;
    color: #686868; 
	font-size: 14px;
	display: inline-block;
	width: 30px;
    height: 30px;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	letter-spacing: 0px;
}
.pagination >a.active{
	background-color: #0085ff;
	color:white;

}
.pagination .end{
	margin-left: 5px;
}
.pagination >input{
	width: 30px;
	height: 26px;
	padding: 0px;
	margin-left: 5px;  
	border: 1px solid #e6e6e6;
}

.pagination  .go{
	cursor: pointer;
}


.info-page{
	padding: 10px 5px;
	position: relative;
}
.info-page >div{
	height:30px;
}
  

.info-page .next{
	margin-top: 20px;
}


/*product-info nav*/
.productnav {
	height: 56px;
	z-index: 1000; 
	width: 100%;
	border: none;
	margin: 0px; 
	
	position: fixed;
	top: 56px;
}
.productnav.fixed { 

}

.productnav a {
	color: black;
}

.productnav a.active {
	color: #0085ff;
}

.productnav .bg {
	float: left; 
	height: 56px;
	width: 100%;
	position: absolute;
	z-index: 100; 
}

.productnav ul {
	float: left;
	background: #f5f5f5; 
	padding: 15px 44px;
	-webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
}

.productnav ul li {
	display: inline-block;
	padding: 0 16px;
	border-right: 1px solid #adadad;
	list-style: none;
}


.productnav .nav-container {
	z-index: 1000;
	position: absolute;
	width: 100%;
}


.product-image img {
	width: 100%;
}
.product-content {
	margin-left: 50px;
}

.product-content h2 {
	padding-top: 60px;
	padding-bottom: 25px;
	margin-block-start:0
} 

.product-buy {
	margin-top: 12px;
	float: right;
}

.product-buy a.buy {
	padding: 8px 16px;
	background: #e60012;
	color: #fff;
	border-radius: 30px;
	cursor: hand;
}
