﻿@charset "utf-8";

header{
	width: 100%;
	height: 70px;
	background-color: #23262A;
/* 	position: fixed; */
}

.container{
	width: 1240px;
	margin: 0 auto;
}

.logo{
	display: block;
	float: left;
	width: 201px;
	height: 35px;
	background: url(../images/logo.png) no-repeat center;
	margin-top: 16px;
}

.menu-items{
	float: left;
	margin-left: 18px;
}

.menu-items>li{
	float: left;
	padding: 0 15px;
	height: 100%;
	color: #fff;
	font-size: 14px;
	line-height: 70px;
	position: relative;
	cursor: pointer;
}

.menu-items>li::after{
	display: none;
	position: absolute;
	content: '';
	width: 100%;
	height: 3px;
	background-color: #5DA1F8;
	left: 0;
	bottom: 0;
	border-radius: 5px;
}

.menu-items>li>a{
	font-size: 14px;
	color: #fff;
}

.menu-items>li>a:hover{
	color: #5DA1F8;
}

.menu-items>li:hover{
	color: #5DA1F8;
}

.menu-items>li:hover::after{
	display: block;
}

.menu-items>li:nth-child(5):hover .SaaS-items{
	display: block;
}

.SaaS-items{
	display:none;
	position: absolute;
	width: 600px;
	height: 140px;
	border-radius: 0 0 10px 10px;
	background-color: #292E33;
	left:50%;
	margin-left:-300px;
	top: 70px;
	z-index:100000;
}

.SaaS-items>li{
	float: left;
	width: 33.3333%;
	height: 100%;
	box-sizing: border-box;
	border-right: 1px solid #101113;
	border-left: 1px solid #3f4348;
	background-repeat: no-repeat;
	background-position: center 25px;
	text-align: center;
	color: #e0e0e0;
}

.SaaS-items>li:hover{
	color: #fff;
}

.SaaS-items>li:first-child{
	border-left: none;
	background-image: url(../images/performance.png);
}

.SaaS-items>li:first-child:hover{
	background-image: url(../images/performance-h.png);
}

.SaaS-items>li:nth-child(2){
	background-image: url(../images/AutoRunner.png);
}

.SaaS-items>li:nth-child(2):hover{
	background-image: url(../images/AutoRunner-h.png);
}

.SaaS-items>li:nth-child(3){
	background-image: url(../images/tce.png);
}

.SaaS-items>li:nth-child(3):hover{
	background-image: url(../images/tce-h.png);
}

.SaaS-items>li:last-child{
	border-right: none;
	background-image: url(../images/DevOps.png);
}

.SaaS-items>li:last-child:hover{
	background-image: url(../images/DevOps-h.png);
}

.SaaS-items>li>p{
	margin-top: 73px;
}

.downApp-and-login{
	float: right;
	height: 100%;
}

.downloadApp{
	float: left;
	height: 100%;
	line-height: 70px;
	color: #fff;
	font-size: 14px;
	position: relative;
	margin-right: 10px;
}

.downloadApp:hover .downloadAppContent{
	display: block;
}

.downloadAppContent{
	display: none;
	position: absolute;
	width: 300px;
	height: 200px;
	box-sizing: border-box;
	border-radius: 0 0 10px 10px;
	background-color: #fff;
	padding: 20px;
	top: 70px;
	left: 50%;
	margin-left: -150px;
	box-shadow: 0px 0px 5px rgba(51, 51, 51,.4);
	text-align: center;
	z-index:100000;
}

.downloadAppContent p{
	color: #23262A;
	line-height: 30px;
	margin-bottom: 10px;
}

.download-QR{
	width: 118px;
	height: 118px;
	float: left;
}

.download-QR>img{
	width: 100%;
	height: 100%;
}

.other-url{
	float: right;
	width: 130px;
}

.other-url>a{
	display: block;
	width: 100%;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-radius: 18px;
	background-color: #0090FF;
	color: #fff;
}

.other-url>p{
	font-size: 12px;
}

.downApp-and-login .login{
	height: 100%;
	line-height: 70px;
	font-size: 14px;
	color: #fff;
	float: left;
}