@charset "utf-8";
.m {
	margin:0 auto;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
.top_box {
	height:620px;
	background-color:#000000;
	position:relative;
}
.top_box .item_img {
	width: 100%;
	height: 620px;
	text-align:center;
	background-image: url(../imagesn/HOME_BG.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
}
.arrow_link .iconzhileng {
	background-color: rgba(0,0,0,0);
	padding-top:25px;
	padding-bottom:25px;
	padding-left:5px;
	padding-right:5px;
}
.arrow_link .iconzhileng:hover {
	background-color: rgba(0,0,0,0.2);
	padding-top:25px;
	padding-bottom:25px;
	padding-left:5px;
	padding-right:5px;
}
.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(../images/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 200ms ease-in-out 0s;
}
.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 200ms ease-in-out 0s;
}
.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 200ms ease-in-out 0s;
}
.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 200ms ease-in-out 0s;
}
.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;
}
.top_box .info_box {
	width:1200px;
	height:auto;
	padding-top:80px;
	text-align:center;
	color:#ffffff;
	font-size:60px;
	line-height:60px;
	text-shadow:0 2px 4px rgba(0,0,0,.5);
	margin:0 auto
}
.top_box .btn_info {
	width:1200px;
	height:auto;
	padding-top:60px;
	text-align:center;
	margin:0 auto;
	height:50px;
}
.btn_info a {
	display:inline-block;
	color:#3b53a9;
	height:50px;
	line-height:50px;
	background-color:#ffffff;
	padding: 0 20px;
	text-decoration:none;
	font-size:18px;
	font-weight:bold;
	margin: 0 2px;
}
.btn_info a:hover {
	display:inline-block;
	color:#ffffff;
	background-color:#3b53a9;
}
.btn_info a i {
	font-size:1.4em;
	display:inline-block;
	vertical-align:top;
	transform: translateX(0px);
	transition: all 200ms ease-in-out 0s;
}
.btn_info a:hover i {
	font-size:1.4em;
	display:inline-block;
	vertical-align:top;
	transform: translateX(5px);
	transition: all 200ms ease-in-out 0s;
}
.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:192px;
	height:65px;
	float:left;
	filter:alpha(opacity=50);
	opacity:.5;
	text-align:center
}
.Introduction_logo_item a:hover {
	filter:alpha(opacity=100);
	opacity:1
}
.Schedule_box {
	background-image: url(../images/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;
}
.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(../images/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;
}
.footer-txt-info {
	height:56px;
	color:#ffffff;
}
.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;
}

