/*菜单栏,底部*/
.posa{
	position: absolute;
}
.ab-nav{
    /* background-color: rgba(0,0,0,0)!important; */
    box-shadow: none;
    transition: background .5s;
    /* position: fixed!important; */
    top:0;
    width: 100%;
}
.fontF-yahei{
  font-family:"Microsoft YaHei",微软雅黑!important;
}
.fontF-songti{
  font-family: SimSun, 宋体, Arial!important;
}
.right{
	/* float: none;
	display: flex;
	justify-content: center; */
}
.ab-nav a{
  font-size: 20px;
  font-weight: bold;
}
.ab-nav ul li{
	position: relative;
}
.ab-nav ul li.active>a {
    color: #499aeb;
}
.ab-nav li.active{
  color: #499aeb;
}
.ab-nav li.active::before{
	position: absolute;
	left: 0;
	bottom: 15px;
  display: inline-block;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #499aeb;
  /* background-color: #fff; */
}
nav ul li.active {
  background-color: transparent;
  color: #fff;
}
 nav ul a:hover , nav ul .active{
    color: 499aeb;
    background-color: transparent;
} 
 nav ul ol a:hover{
    color: #499aeb;
    background-color: #f5f7fa;
}
.ab-nav-white{
    background-color: #FFF;
    color:#707070;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
}
.ab-nav-white a{
    color:#707070;
}
.ab-nav ul ol{
    overflow: hidden;
    display: none;
    position: absolute;
    z-index: 10;
    width: 96px;
    margin: 0;
    padding: 0;
    background: #fff;  
}
.ab-nav ul ol li{
	width: 100%;
}
.ab-nav ul li:nth-of-type(2) ol{
	/* width: 126px; */
	width: 100%;
}
.ab-nav ul li:nth-of-type(3) ol{
	width: 100%;
}
.managerPlatform{
  width: 120px;
  height: 38px;
  line-height: 38px;
  color: #fff;
  background: #1d85e8;
  text-align: center;
  border-radius: 2px;
  margin-left: 10px;
  margin-top: 13px;
}
.managerPlatform a{
  color: #fff;
}
 .managerPlatform a:hover{
  color: #fff;
 }
.index-log-img{
  vertical-align: middle;
}
.transparent{
  position: absolute;
  z-index: 100;
  
  /* background: rgba(0, 0, 0, 0.25); */
  background: rgba(255, 255, 255,1);
}
.transparent ul a{
  /* color: rgba(255, 255, 255, 0.75); */
  color: #333;
  font-family: SimSun, 宋体, Arial;
}
.transparent ul ol a{
  color: #333;	
  font-size: 16px;
  font-family: SimSun, 宋体, Arial;
}
footer.page-footer {
  float: left;
  width: 100%;
}
.page-footer .row{
  margin-top: 30px;
}
.page-footer .row h5{
  font-size:  20px;
  margin-bottom: 20px;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .page-footer .row h5{
    font-size:  16px;
    margin-bottom: 20px;
    text-align: left;
  }
}
.page-footer .row h5 ~ ul{
	text-align: left;
}
.page-footer a{
  color: #bdbcc2;
  font-size: 12px;
}
.page-footer h6{
  font-size: 13px;
  line-height: 110%;
  margin: 0;
  color: #fff;
}
.page-footer p{
  line-height: 0;
}
.page-footer ul li{
  font-size: 12px;
  margin-bottom: 10px;
}
.page-footer .contact{
  text-align: left;
  padding-left: 30px;
}
.footer-copyright span{
  float: right;
}
.page-footer .codema{
  width:100px;
  height:100px;
  margin-bottom: 10px;
}
.footer-copyright .container{
  border-top: 1px solid #fff;
  padding-top: 15px;
  padding-bottom: 5px;
}
.footer-copyright .container ul{
  width: 100%;
  height: 20px;
  position: relative;
  left: 50%;
  margin-left: -240px;
}
.footer-copyright .container li{
	float: left;
}
.footer-copyright  a {
  color: #fff;
}
.footer-copyright .container li a{
	border-right: 1px solid #aeacaf;
    padding-right: 10px;
    padding-left: 10px;
    color: #fff;
}
.footer-copyright .container li:last-child a{
	border: none;
}
.paddingTop{
	padding-top: 40px !important;
}
/* banner 修改 */
.slider {
	position: relative;
	/* height: 850px !important; */
	/* height: 100vh !important; */
}
.slider .slides {
	width: 100%;
	background-color: #9e9e9e;
	margin: 0;
  height: 100%;
	/* height: 850px !important; */
	/* height: 850px !important; */
}
.slider .mask{
  display: none;
}
@media screen and (min-width: 600px) {
  .slider {
    position: relative;
    /* height: 100% !important; */
    /* height: 850px !important; */
    
  }
}
/* @media only screen and (max-width : 992px){
  .slider .slides {
    width: 100%;
    background-color: #9e9e9e;
    margin: 0;
    height: 100% !important;
  }
}
@media only screen and (min-width : 993px){
  .slider .slides {
    height: 850px !important;
  }
} */
.slider .slides li img {
	  height: 100%;
	  width: 100%;
	  background-size: 100% 100%;
	  background-position: center;
	  background-repeat: no-repeat;
}
.slider .slider-content{
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 76px;
 
  transform: translateY(-50%);
}
.slider .mask{
  display: block;
}
@media only screen and (max-width : 1420px){
  .slider .slider-content{
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
  }
  .slider .mask{
    display: block;
  }
}
@media only screen and (max-width : 992px){
  .slider .slider-content{
    display: inline-block;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%);
  }
  .slider .mask{
    display: block;
  }
}
.slider .slider-content .content{
	position: relative;
	width: 100%;
	height: 100%;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.h1-text{
  text-align: center;
	font-size: 48px;
	/* font-family: SimSun, 宋体, Arial; */
  font-family:"Microsoft YaHei",微软雅黑;
  /* font-weight: bold; */
}
.h2-text{
  width: 600px;
  line-height: 20px;
  text-align: center;
	font-size: 16px!important;
  font-family: SimSun, 宋体, Arial;
}
.fontsong{
  font-family: SimSun, 宋体, Arial;
  font-weight: bold;
}
.btn-2{
	font-size: 18px;
	width: 240px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #00d577!important;
	margin: 40px auto 0;
}

.scrollToTopBtn {
  position: fixed;
  bottom: 40px;
  right: 20px;
  width: 40px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #a7a7a7;
  background: rgb(76,171,237);
  font-size: 18px;
  line-height: 40px;
  cursor: pointer;
  border-radius: 5px;
  /* opacity: 1;
  transform: translateY(100px); */
  transition: all .5s ease;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.showBtn {
  /* opacity: 1;
  transform: translateY(0) */
}
.scrollToTopBtn img{
  display: inline-block;
  width: 20px;
  height: 20px;
}