﻿/*T-XYS016*/
/* 
	Create Time : 2014-07-22
    Update Time : 2015-03-26
    Author      : Trueland Development Department 
*/
	@charset "utf-8";


	/* CSS REQUIRE */
	
	@import "bootstrap.css"; 	 	/* bootstrap Style */
	@import "public.css";  			/* public Style */


	/* ∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞ 华丽的分割线 ∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞*/

	/*
		--------------------------
		prompt 升级提示(IE6\7\8\) 
		--------------------------
	*/
	
	.prompt 						{
										position: fixed;
										left: 0;
										top: 0;
										width: 100%;
										padding: 10px 0;
										text-indent: 45px;
										font-size: 16px;
										font-family: "宋体";
										background: url(../images/t.png) no-repeat 10px center #fff3ce;
										color: #d48e00;
										border: 1px solid #ffe69b;
										z-index: 900;
									}
	
	.prompt-close      			 	{
					
										width: 10px;
										height: 10px;
										position: absolute;
										right: 10px;
										top: 50%;
										margin-top: -5px;
										background: url(../images/closed.png) no-repeat center center;
										cursor: pointer;
									}


.nav-box .centerBlock{
position:relative;
}
.nav > ul > li.pronav{
	position:static;
height: 50px;
	}

.nav > ul > li.pronav ul{
 width:100%;
top: 67px;
padding: 30px;
background-color: #fcfcfc;
border: 1px solid #e5e5e5;

max-height: calc(100vh - 110px);
text-align:left;
font-size:0;
letter-spacing: 0; 
}
.nav > ul > li.pronav > ul > li{
height:auto;
display:inline-block;
vertical-align:top;
width:14.2857%;
margin-bottom:50px;
padding-right:10px;
}



.nav > ul > li.pronav > ul > li .bt a{
color:#ef3f10;
font-size:14px;
margin-bottom:10px;
text-overflow:ellipsis;
white-space:nowrap;
overflow:hidden;
display:block;
 letter-spacing:1px;
}

.nav > ul > li.pronav:nth-child(3) > ul > li{width:20%;}
 
.nav > ul > li.pronav > ul > li .jsh{
overflow:hidden;
max-height:240px;
}
.nav > ul > li.pronav > ul > li .jsh p{
float:none;
display:block;
margin:0;line-height:30px;
}
.nav > ul > li.pronav > ul > li .jsh p a{
display:block;
text-overflow:ellipsis;
white-space:nowrap;
overflow:hidden;
}
.nav > ul > li.newsnav > ul > li{
width:25%;
}
.nav > ul > li.casenav > ul > li{
width:14.2857%;
}
.nav > ul > li.aboutnav > ul > li{
float:right;
text-align:right;
padding-left:5px;
width:33.3333%;margin-bottom:0;
}

.second-nav{
padding-bottom:20px;
overflow:hidden;
}
.second-nav ul li{
width:14.2857%;
float:left;
text-align:center;

}
.second-nav ul li a{
display:block;
line-height:30px;
font-size:14px;
text-overflow:ellipsis;
white-space:nowrap;
overflow:hidden;
}
.second-nav ul li.active a{
color:#f1b151;
font-weight:bold;
}

@media(max-width:768px){
.second-nav ul li {
width: 33.333333%;
}
}


.nav > ul > li.aboutnav ul{
width:400px;left:auto;right:0;
}

 