/*#rocket-to-top div {
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    width: 45px;
    height: 100px;
}
#rocket-to-top .level-3 {
    background: url("../img/up-1.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 70px;
    z-index: 2;
}
#rocket-to-top .level-3:hover{
    background: url("../img/up-2.png") no-repeat scroll 0 0 transparent;

}
#rocket-to-top {
    cursor: default;
    display: block;
    height: 100px;
    overflow: hidden;
    padding: 0;
    position: fixed;
    right: 40px;
    top: 80%;
    width: 45px;
    z-index: 11;
}*/
.navigation-fixed{
	position: fixed;
    right: 0;
    bottom: 10%;
    /* bottom: 100px; */
    width: 91px;
    transition: top 0.5s ease-in-out;
    z-index: 999;
}
.right-nav-item {
  box-sizing: border-box;width: 82px;height: 82px;padding: 15px 12px;text-align: center;background: #fff;cursor: pointer;
}
.right-nav-item:hover {
  box-sizing: border-box;width: 82px;height: 82px;padding: 15px 12px;text-align: center;background: #fff;cursor: pointer;
  -webkit-transition: none;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
.right-nav-item .right-nav-item-div {
  padding-bottom: 14px;
  border-bottom: 1px solid #E8E8E8;
}
.right-nav-icon, .right-nav-icon_hover {
  width: 20px;
  height: 20px;
}
.right-nav-icon_hover {
  display: none;
}
.right-nav-item-1:hover {
  color: #2EC6B5;
}
.right-nav-item-1:hover .right-nav-icon{
  display: none;
}
.right-nav-item-1:hover .right-nav-icon_hover{
  display: inline-block;
}
.right-nav-item-2:hover {
  color: #2EC6B5;
}
.right-nav-item-2:hover .right-nav-icon{
  display: none;
}
.right-nav-item-2:hover .right-nav-icon_hover{
  display: inline-block;
}
.right-nav-item-3:hover {
  color: #2EC6B5;
}
.right-nav-item-3:hover .right-nav-icon{
  display: none;
}
.right-nav-item-3:hover .right-nav-icon_hover{
  display: inline-block;
}
#returnTop:hover .right-nav-icon {
  display: none;
}
#returnTop:hover .right-nav-icon_hover{
  display: inline-block;
}

#cooperation_div {
  position: relative;
  display: none;background: #fff;box-shadow: 0px 0px 12px #DFDFDF;padding: 16px;position: absolute;top: 60px;left: -180px;text-align: center;
}
#cooperation_div .close-div {
  position: absolute;
  top: -14px;
  right: -14px;
  width: 27px;
  height: 27px;
  cursor: pointer;
}
#cooperation_div .close-div img {
  width: 100%;
}
.logo-box img{
   width: 110px;
}
.custom-enterprise{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
	font-size: 14px;
	color: #fff;
	background-color: rgba(0, 172, 160, 0.79);
    padding: 8px 11px;
    line-height: 17px;
    cursor: pointer;
}
.online-consulting, .telephone, .top-phone{
	border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
	font-size: 14px;
	color: #fff;
	background-color: rgba(75, 78, 104, 0.79);
    cursor: pointer;
    margin-top: 2px;
    text-align: center;
    width: 50px;
    height: 50px;
}
.online-consulting span, .telephone span, .top-phone span{
	padding: 8px 11px;
    line-height: 17px;
}
.online-consulting-img, .telephone-img, .top-img{
    margin: 0 auto;
    padding-top: 14px;
}
.telephone-list{
	width: 270px;
    height: 190px;
    background: #fff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 1px 0px 20px #999;
    position: relative;
    right: 276px;
    top: -102px;
    display: none;
}
.telephone-list p:first-child{
	font-size: 18px;
	color: #666;
	font-weight: bold;
	padding-top: 26px;
	padding-left: 30px;
}
.telephone-list p:nth-child(2), .telephone-list p:nth-child(3){
	font-size: 24px;
	color: #e8343d;
	font-weight: bold;
	text-align: center;
    margin: 0px;
}
.telephone-list p:nth-child(4){
	height: 40px;
	line-height:40px;
	background: #f7f7f7;
	font-size: 16px;
	color: #333333;
	text-align: center;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	position: relative;
    bottom: -22px;
}
.addclass{
}
.telephone-span, .online-consulting-span, .top-span{
	display: none;
}
.navigation-fixed .return-btn{
    visibility:hidden;
}
#udesk_panel{
	bottom: 3% !important;
}
/*视频窗口*/
.video-mask-box {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    display: none;
}
.video-mask-box .video-mask {
    width:100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}
.video-mask-box .video-box {
    width: 1200px;
    height: 675px;
    position: absolute;
    z-index: 99999;
    left: 50%;
    top: 50%;
    margin-left: -600px;
    margin-top: -320px;
    background-color:rgba(0, 0, 0, 1)
}
.video-mask-box .video-quit {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
}
.about-us-title{
	position: relative;
}
.about-us-title .swiper-slide .txt{
  position: absolute;
  bottom: 0px;
  width: 640px;
  color: black;
  text-align: center;
  font-size: 16px;
}
.about-us-title .swiper-slide .txt {
  color: #fff;
  position: absolute;
  margin: auto;
  top: 10vw;
  width: 700px;
  left: calc(50% - 350px);
  font-size: 28px;
  line-height: 1.28595;
  font-weight: 600;
  letter-spacing: .007em;
  text-align: center;
  z-index: 2;
}
.about-us-video-btn{
	position: absolute;
	width: 100%;
	top: 20vh;
	text-align:center;
}
.online-consulting{
    width: 91px;
    height: auto;
    right: 0;
    background: none;
}
.top-phone{
    border-radius: 5px;
    margin-left: 20px;
}
