@charset "utf-8";
.m {
	margin:0 auto;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
.top_box {
	height:400px;
	background-color:#000000;
	position:relative;
}
.top_box .item_img {
	width: 100%;
	height: 400px;
	text-align:center;
	background-image: url(../imagesn/LEVEL_BG.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
}
.top_box .nav_box {
	width:100%;
	height:55px;
	position:absolute;
	top:0;
	left:0;
	z-index:9999;
	padding-top:55px;
}
.top_box .nav_info {
	width:1200px;
	height:100px;
	margin:0 auto;
}
.nav_info .logo {
	width:170px;
	height:90px;
}
a#logo {
	width: 170px;
	height: 90px;
	background-image: url(../imagesn/LOGO.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.nav_info .nav_list {
	height:35px;
	padding-top:15px;
}
.nav_list .nav_item, .nav_item-menu {
	list-style-type: none;
}
.nav_item li {
	float:left;
	position:relative;
	margin:0 1px;
	height:35px;
	line-height:35px;
	font-size:14px;
	font-weight:bold;
	color: rgba(255,255,255,0.8);
	padding:0;
	transition: all 0.5s ease;
}
.nav_item li:hover {
	height:35px;
	line-height:35px;
	font-size:14px;
	color: #3b53a9;
	background-color: #ffffff;
	font-weight:bold;
	border-radius:2px;
	padding:0;
	transition: all 0.5s ease;
}
.nav_item li.menu-list {
	height:35px;
	line-height:35px;
	font-size:14px;
	font-weight:bold;
	color: rgba(255,255,255,0.8);
	padding:0 12px;
	transition: all 0.5s ease;
}
.nav_item li.menu-list:hover  {
	height:35px;
	line-height:35px;
	font-size:14px;
	color: #3b53a9;
	background-color: #ffffff;
	font-weight:bold;
	border-radius:2px;
	padding:0 12px;
	transition: all 0.5s ease;
}
.nav_item li.active {
	height:35px;
	padding: 0 12px;
	line-height:35px;
	font-size:14px;
	font-weight:bold;
	color: #3b53a9;
	background-color: #ffffff;
	border-radius:2px;
}
.nav_item li a {
	text-decoration:none;
	display:block;
	height:35px;
	color: rgba(255,255,255,0.8);
	padding: 0 12px;
}
.nav_item li a:hover {
	color: #3b53a9;
	padding: 0 12px;
}
.nav_item li ul.nav_item-menu {
	width:180px;
	background-color: rgba(255,255,255,0.9);
	position:absolute;
	border-radius:2px;
	top:35px;
	left:0;
	display: none;
	padding: 10px 0;
}
.nav_item li:hover ul.nav_item-menu {
	display: inline
}
.nav_item-menu li {
	height:30px;
	clear:both;
	padding:0;
	margin:0;
}
.nav_item li:hover .nav_item-menu li {
	padding:0;
	margin:0;
	height:30px;
}
.nav_item li .nav_item-menu li a {
	width:180px;
	height:30px;
	display:block;
	padding-left: 15px;
	font-size:12px;
	margin:0;
	color:#666666;
}
.nav_item li .nav_item-menu li a:hover {
	width:180px;
	height:30px;
	display:block;
	padding-left:15px;
	margin:0;
	border-radius:0;
	background-color: #3b53a9;
	color:#ffffff;
}
.carousel-text-box {
	width:1200px;
	height:140px;
	margin:0 auto;
	padding-top:85px
}
.carousel-text-box .carousel-text {
	width:400px;
	height:140px;
	margin-left:100px;
	position:relative;
	background-color:#ffffff;
	border-top-left-radius:40px;
	border-top-right-radius:40px;
}
.carousel-text h3 {
	padding-top:35px;
	padding-left:35px;
	color:#333333;
	font-size:24px;
}
.carousel-text p {
	padding-left:35px;
	color:#999999;
	font-size:14px;
	line-height:20px;
}
.carousel-text h3 {
	padding-top:35px;
	padding-left:35px;
}

.Introduction {
	width:100%;
	height:100px;
	background-color:#3b53a9;
	line-height:100px;
	font-size:32px;
	text-align:center;
	color:#ffffff;
}
.triangle_box {
	width:30px;
	height:15px;
	margin:0 auto;
}
.Introduction .triangle_box span {
	width: 0;
  	height: 0;
  	border-width: 15px 15px 0 15px;
  	border-color: #3b53a9 transparent;
  	border-style: solid;
  	position: absolute;
}
.Introduction_content {
	padding-top:60px;
	width:1000px;
	margin:0 auto;
}
.Introduction_content .Introduction_text {
	font-size:14px;
	line-height:20px;
	color:#333333;
	padding-bottom:10px;
}
.Introduction_content .Introduction_logo_box {
	width:490px;
}
.Introduction_content .Introduction_logo_box_all {
	width:1000px;
	margin-top:40px;
}
.Introduction_logo_item a {
	margin:0;
	display:block;
	width:160px;
	height:65px;
	float:left;
	filter:alpha(opacity=50);
	opacity:.5
}
.Introduction_logo_item a:hover {
	filter:alpha(opacity=100);
	opacity:1
}
.Schedule_box {
	background-image: url(../imagesn/MAP_BG.jpg);
	background-repeat: no-repeat;
	background-position: center 100px;
	height: auto;
}
.Schedule {
	width:100%;
	height:100px;
	background-color:#3a913f;
	line-height:100px;
	font-size:32px;
	text-align:center;
	color:#ffffff;
	margin-top:60px;
}
.Schedule .triangle_box span {
	width: 0;
  	height: 0;
  	border-width: 15px 15px 0 15px;
  	border-color: #3a913f transparent;
  	border-style: solid;
  	position: absolute;
}
.Schedule_box .Schedule_content {
	width:1200px;
	margin:0 auto;
	position:relative;
}
.Schedule_box .Schedule_line_box {
	width:1200px;
	position:absolute;
	top:200px;
}
.Schedule_line_box .Schedule_line {
	border-bottom:1px solid #e2e2e2;
	width:1040px;
	margin: 0 auto;
}
.Schedule_content .carousel_Schedule {
	padding-top:185px;
}
a.carousel_Schedule-control {
	width:40px;
	height:40px;
	border-radius:1000px;
	top:178px;
	background-color: rgba(0,0,0,0.5);
	text-align:center;
}
.carousel-control .iconzhileng {
	font-size:1.4em;
}
.Schedule_content .carousel_Schedule-inner {
	width:1040px;
	margin:0 auto;
	margin-top:-30px;
}
#newSalesUL {
	list-style-image: none;
	list-style-type: none;
	margin:0;
	padding:0;
}
#newSalesUL li {
	width:260px;
	text-align:center;
	float:left;
}
#newSalesUL li .Schedule-date {
	height: 100px;
	width: 100px;
	margin:0 auto;
	position:relative;
}
.Schedule-date span {
	display:block;
	width:90px;
	height:90px;
	line-height:80px;
	font-size:16px;
	font-weight:bold;
	color:#ffffff;
	position:absolute;
	border-radius:100px;
}
#newSalesUL li .Schedule-text {
	text-align:center;
}
.Schedule-text p {
	font-size:14px;
	line-height:20px;
	margin:0;
	color:#333333;
	margin-bottom:8px;
}
.Schedule-text .Schedule-text-date {
	color:#999999;
	margin:0;
}
.date-style-01 {
	background-color:#4e64b1;
	border:5px solid rgba(255,255,255,0.65);
}
.date-style-02 {
	background-color:#f29b27;
	border:5px solid rgba(255,255,255,0.65);
}
.date-style-03 {
	background-color:#4d9c52;
	border:5px solid rgba(255,255,255,0.65);
}
.date-style-04 {
	background-color:#19839a;
	border:5px solid rgba(255,255,255,0.65);
}
.Contact {
	width:100%;
	height:100px;
	background-color:#00758f;
	line-height:100px;
	font-size:32px;
	text-align:center;
	color:#ffffff;
	margin-top:100px;
}
.Contact .triangle_box span {
	width: 0;
  	height: 0;
  	border-width: 15px 15px 0 15px;
  	border-color: #00758f transparent;
  	border-style: solid;
  	position: absolute;
}
.Contact_content {
	width:1200px;
	margin:0 auto;
	position:relative;
	margin-top:80px;
}
.Contact_Information {
	width:300px;
}
.Contact_Information h3 {
	margin-bottom:20px;
}
.Contact_text p {
	color:#666666;
	font-size:14px;
	line-height:26px;
	margin-bottom:20px;
}
.About_Xian {
	width:810px;
}
.About_Xian h3 {
	margin-bottom:20px;
}
.About_Xian_content .Img-box {
	width:400px;
}
.Img-box p {
	font-size: 16px;
	color:#00758f;
	line-height: 40px;
	padding-left:10px;
}
.level_nav-tabs {
	list-style-type: none;
	height:60px;
	padding:0;
	margin-top:20px;
	margin-bottom:40px;
}
.level_nav-tabs li {
	float:left;
	width:240px;
	height:60px;
	margin-right:2px;
}
.level_nav-tabs li a {
	float: left;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 60px;
	width: 240px;
	height: 60px;
	background-color: #f0f0f0;
	text-decoration: none;
	color:#999999;
}
.level_nav-tabs li a:hover {
	background-color: #fafafa;
	color:#666666;
}
.level_nav-tabs li.active a {
	float: left;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 60px;
	width: 240px;
	height: 60px;
	background-color: #3b53a9;
	text-decoration: none;
	color:#ffffff;
}
.level_nav-tabs li.active span {
	width:0;
	height:0;
	display:block;
	margin:0 auto;
	border-width: 10px 10px 0 10px;
  	border-color: #3b53a9 transparent;
  	border-style: solid;
	margin-top:60px;
}
.tab-pane-item {
	list-style-type: none;
	padding:0;
}
.tab-pane-item li {
	width:320px;
	height:320px;
	margin-right:13px;
	margin-bottom:13px;
	float:left;
}
.tab-pane-item li a {
	display:inline-block;
	width:320px;
	height:320px;
	background-color:#f9f9f9;
	position:relative;
	text-decoration: none;
}
.tab-pane-item li a:hover {
	background-color:#3b53a9;
}
.tab-pane-item li a i {
	display:none;
}
.tab-pane-item li a:hover i {
	display: inline;
	font-size:5em;
	color:rgba(255,255,255,0.8);
	position:absolute;
	top:75px;
	left:120px;
	z-index:100;
}
.tab-pane-item li a .tab-pane-item-mask {
	display:none;
}
.tab-pane-item li a:hover .tab-pane-item-mask {
	display: inline;
	width:320px;
	height:240px;
	background-color:rgba(0,0,0, 0.4);
	position:absolute;
	top:0;
	left:0;
	z-index:99;
}
.tab-pane-item li a p {
	font-size:14px;
	padding:15px;
	line-height:16px;
	color:#999999;
}
.tab-pane-item li a:hover p {
	color:#ffffff;
}
.view_more_box {
	height:45px;
	margin-top:40px;
	
}
.view_more_box a {
	display:block;
	width:160px;
	height:45px;
	margin:0 auto;
	text-decoration:none;
	font-size:16px;
	border:2px solid #3b53a9;
	text-align:center;
	line-height:40px;
	border-radius:4px;
	color:#3b53a9;
	transition:all 0.5s ease;
}
.view_more_box a:hover {
	display:block;
	width:160px;
	height:45px;
	margin:0 auto;
	text-decoration:none;
	font-size:16px;
	border:2px solid #3b53a9;
	background-color:#3b53a9;
	color:#ffffff;
	text-align:center;
	line-height:40px;
	border-radius:4px;
}
.online_box {
	padding-left:35px;
}
.online_box h3 {
	color:#666666;
	margin:0;
}
.online_box .input-group-box {
	margin:20px 0;
}
.input-group-box .input-group {
	width:550px;
	margin-bottom:15px;
	color:#666666;
}
.input-group-box .radio {
	padding-left:15px;
	color:#5870c6;
}
.input-group-box .btn-box {
	padding-left:18px;
	padding-top:15px;
}
.input-group-box .btn-box button {
	padding:10px 55px;
}
.footer_box {
	width:100%;
	height:220px;
	margin-top:120px;
	background-color:#003b4d;
}
.footer_box .footer {
	width: 1200px;
	padding-top: 60px;
	height: 80px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.footer .footer-logo {
	height: 58px;
}
a.logo-small {
	background-image: url(../imagesn/LOGO_SMALL.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 58px;
	width: 124px;
	display: block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #336271;
}
.logo-info {
	padding-left: 15px;
}
.logo-info b {
	font-size: 20px;
	line-height: 18px;
	color: #6c81cd;
}
.logo-info p {
	font-size: 14px;
	color: #6c81cd;
}
.download_box .download_item {
	list-style-type: none;
}
.download_item li {
	padding-bottom:30px;
	margin-top:30px;
	border-bottom:1px solid #e8e8e8;
	position:relative;
}
.download_item li .date-time {
	font-size:12px;
	color:#999999;
}
.download_item li h3 {
	margin-top:15px;
}
.footer-txt-info {
	height:56px;
	color:#ffffff;
}
.download_item li a.download_link {
	display:block;
	width:120px;
	height:35px;
	border:2px solid #3b53a9;
	color:#3b53a9;
	text-decoration:none;
	text-align:center;
	line-height:32px;
	position:absolute;
	right:0;
	top:0;
	transition:all 0.5s ease;
}
.download_item li a.download_link:hover {
	display:block;
	width:120px;
	height:35px;
	border:2px solid #3b53a9;
	background-color:#3b53a9;
	color:#ffffff;
	text-decoration:none;
	text-align:center;
	line-height:32px;
	position:absolute;
	right:0;
	top:10px;
}
.footer-txt-link {
	width:600px;
	height:20px;
	color:#6c81cd;
}
.footer-txt-link span {
	margin: 0 6px;
}
.footer-txt-link a {
	color:#6c81cd;
}
.footer-txt-link a:hover {
	color:#8b9fe6;
}

