* {margin:0;padding:0;}
body {
    font-family: Microsoft YaHei;
    font-size: 16px;
    min-width: 1220px;
    overflow-x: auto;
}
a,a:hover {text-decoration:none;}
/*container 样式代码*/
.container {
	width:1200px;
	margin:0 auto;
}
/* .container-fluid {
	height:775px;
	background-color: #040f22;
} */
.banner img{width:100%;}
/*nav 样式代码*/
.nav {
	padding-left:200px;height:340px;
	box-sizing:border-box;
	overflow:hidden;
	position:absolute;
	z-index: 9;
}

.nav ul {
	list-style-type:none;height:90px;
	margin-left:30px;
}
.nav ul li{
	float:left;height: inherit;
	margin-right:50px;
	font-size:20px;
	box-sizing: border-box;
}
.nav ul li:nth-of-type(3) {
	font-size:22px;
	line-height:25px;
}
.nav ul li a{
	padding-top:48px;
	box-sizing: border-box;
	display:block;
	color:white;
	width:100%;height:inherit;
}

.navItemActive {
	border-bottom:solid 2px white;
}

/*subNav  样式代码*/
.subNav {
	display:none;
	position:absolute;
	width:133px;height:250px;
	background-color: rgba(255,255,255,0.5);
	top:90px;
	left:294px;
}
.subNav a {
	display:block;
	line-height:35px;
	position: relative;
	color:white;
	font-size:12px;
	padding-left:16px;
	box-sizing: border-box;
}
.subNav>a .sub-line {
	width:100px;height:1px;
	background-color: white;
	position:absolute;
	left:0;right:0;
	margin:0 auto;
	z-index:500000;
}
.subNav a:hover {
	color:#01cced;
}
.nav-back  {
	background-image: url(../images/pr-nav-back.png);
	background-size: 100% 100%;
	position:relative;
}
.aboutus {
	width:160px;height:220px;
	position:absolute;
	top:0;right:0;
	bottom:0;left:0;
	margin:auto;
	text-align:center;
	font-size:36px;
}
.aboutus p:nth-of-type(1) {
	font-weight:bold;
	color:white;
}
.aboutus p:nth-of-type(2) {
	color:#cac9cc;
}
.select {
	width:45px;height:70px;
	border:solid 1px white;
	border-radius:50px;
	cursor:pointer;
	margin:35px auto;
}
.select span {
	display:block;
	width:0;
    height:0;
    border-width:9px 9px 0;
    border-style:solid;
    border-color:white transparent transparent;/*灰 透明 透明 */
    margin:30px auto;
    position:relative;
}

/* .case-back {
	background-image: url(../images/case-back.jpg);
	background-size:100% 100%;
}
 */
/*company-message  样式代码*/
.company-message {
	height:auto;
	margin-top:150px;
}
.company-message .company-wraper {
	position:relative;
	height:410px;
}
.company-message .company-message-text {
	width:545px;height:360px;
	font-size:20px;
	color:#333333;
	float:left;
}
.company-message .company-message-text .company-message-text-title {
	font-size:36px;
}
.company-message .company-message-text .company-message-text-line {
	width:60px;height:4px;
	background-color: black;
	margin:36px 0;
}
.company-message .company-message-text > p {
	text-align:justify;
	line-height:32px;
}

/*rect 样式代码*/
.company-message .company-wraper .rect  {
	position:absolute;
	width:510px;height:360px;
	background-color: #040f22;
	top:40px;right:0;
}
.company-message .company-wraper .company-photo {
	width:520px;height:360px;
	position: absolute;
	top:0;
	right:40px;
}
.company-message .company-wraper .company-photo img {
	width:100%;height:100%;
}


/*company-cle  样式代码*/
.company-cle {
	height:auto;
	overflow:hidden;
	margin-top:115px;
	color:#333;
}
.company-cle .company-cle-title {
	width:160px;height:80px;
	margin:0 auto;
	font-size:36px;
	text-align:center;
}
.company-cle .company-cle-title-line {
	width:60px;height:4px;
	background-color: black;
	margin:25px auto 0;
}

/*company-cle-wraper  样式代码*/
.company-cle-wraper {
	height:auto;
	overflow:hidden;
	margin-top:65px;
}
.company-cle-wraper .company-cle-item {
	width:500px;height:400px;
	float:left;
}
.company-cle-wraper .company-cle-item:nth-child(2n) {
	float:right;
}
.company-cle-wraper .company-cle-item span {
	font-size:36px;
}
.company-cle-wraper .company-cle-item p {
	margin-top:32px;
	font-size:20px;
	letter-spacing: 2px;
	text-align:justify;
	line-height:32px;
}
.company-cle > p{
	font-size:25px;
	margin-bottom:18px;
}

/*copyright  样式代码*/
.copyright {
	height:150px;
	background-color: #040f22;
	padding-top:45px;
	box-sizing: border-box;
	text-align:center;
	font-size:14px;
	color:#999999;
	line-height:32px;
	margin-top:60px;
}

