﻿/*︻▓▇▇◤◤菜单︻▓▇▇◤ */
#topbar{width:100%;
	background-image: url(img/0.png);
	background-repeat: repeat;
	padding:0 15px;
}
#logo{float:left;margin-top:5px;margin-left:20px;
	background-image: url(img/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 55px;
	width: 185px;
}
#logoB{
	background-image: url(img/logob.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 21px;
	width: 209px;
	position: absolute;
	z-index: 9999999;
	left: 20px;
	top: 70px;
}
.dropdown{float:right;margin-right:-15px;}
.dropdown-menu {border-radius:0;margin-top:0;
	background-color: #2D3C4E;
	right:0;
	left:auto
}
.dropdown-menu.pull-right {
	
}
.dropdown-menu li{
	border-bottom: 1px solid #324153;
}
.dropdown-menu>li>a {
	display:block;
	padding:3px 20px;
	clear:both;
	font-weight:400;
	line-height:28px;
	color:#9AA2AB;
	white-space:nowrap;
	text-align:center;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	color:#fff;	
	background-color:#000
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
	color:#9AA2AB;
	background-color:#337ab7;
}
.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
	color:#9AA2AB
}
.dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
	text-decoration:none;
	cursor:not-allowed;
	background-color:transparent;
	background-image:none;
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.btn-rootMenu {
	width:74px;
	height:63px;
	padding:0;
	border:0;
	color:#fff;
	background-color:#000;
	border-color:#000;
	background-image: url(img/ico02.png);
	background-repeat: no-repeat;
	display: block;
	background-position: center center;
	border-radius: 0px;
}

.search { float:right; width:190px; height:30px; margin:18px 0 0 0; background:#0d1a26; border-radius:25px;margin-right:40px; }
.search input { float:left; width:135px; height:30px; border:0; margin:0 0 0 20px; color:#fff;  background:#0d1a26;outline: none; }
.search #btn_Search{
	display:block; padding:3px 4px 0 0;
    border: 0;
    height: 21px;
    line-height: 23px;
    width: 23px;
    cursor: pointer;
    background-image: url(img/ico01.png);
    background-repeat: no-repeat;
    margin: 0;
    margin-top: 5px;
	
}

@media(max-width:768px){
	.search{display:none;}
}


/*幻灯部分////////////////////////////////////////////////*/
.slider {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden
}
.slides {
	height: 100%;
	overflow: hidden;
 *zoom: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	margin: 0;
	padding: 0;
	border: 0
}
.slide {
	height: 100%;
	float: left;
	clear: none;
	margin: 0;
	padding: 0;
	border: 0;
	list-style-image: none;
	list-style-type: none
}
.slideBox {
	width: 100%;
	height: 100%;
	/*padding: 0 15px;*/
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover
}
.slideBox img {width: 100%;
	height: auto;
	max-width: 100%
}
.slider-arrow {
	position: absolute;
	display: block;
	margin-bottom: -30px;
	background-color: rgba(0,0,0,0.3);
	text-indent: -9999px;
	overflow: hidden;
	height: 60px;
	width: 40px;
	background-repeat: no-repeat
}
.slider-arrow--right {
	transform: translate(40px, 0);
	-ms-transform: translate(40px, 0);
	-webkit-transform: translate(40px, 0);
	-moz-transform: translate(40px, 0);
	-o-transform: translate(40px, 0)
}
.slider-arrow--left {
	transform: translate(-40px, 0);
	-ms-transform: translate(-40px, 0);
	-webkit-transform: translate(-40px, 0);
	-moz-transform: translate(-40px, 0);
	-o-transform: translate(-40px, 0)
}
.slider:hover .slider-arrow--right, .slider:hover .slider-arrow--left {
	transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0)
}
.slider-arrow--right {
	bottom: 50%;
	right: 0;
	background-image: url(img/banner-fy.png);
	background-position: center bottom
}
.slider-arrow--left {
	bottom: 50%;
	left: 0;
	background-image: url(img/banner-fy.png);
	background-position: center top
}
.slider-nav {
	position: absolute;
	bottom: 30px
}
.slider-nav__item {
	width: 12px;
	height: 12px;
	float: left;
	clear: none;
	display: block;
	margin: 0 5px;
	background: #fff;
	border-radius: 50%
}
.slider-nav__item:hover {
	background: #ccc
}
.slider-nav__item--current {
	background: #ccc
}

/*********************************************/
.news {
	height:860px;
	overflow:hidden;
	padding-top:30px;
	position: relative;
}
@media screen and (min-width: 769px) {.news {height:860px;}}
@media (min-width: 992px) {.news {height:400px;}}
@media (min-width: 1200px) {.news {height:500px;}}
@media (min-width: 1600px) {.news {height:680px;}}
@media (min-width: 1890px) {.news {height:860px;}}
@media screen and (max-width: 768px) {.news {height:860px;font-size: 18px;}}

.news h3 { font-size:22px; font-weight:normal; margin:0 0 25px 0; }
.news h3 span { padding:0 0 6px 0; border-bottom:1px solid #F00; }
.news li {padding:0 0 18px 12px; background:url(img/ico04.png) no-repeat 0 8px; }
.news li a{
	line-height:25px;
	height:50px;
	overflow: hidden;
	display: block;
}
.news li span { display:block; color:#999; }


.more {text-align:center;
	width:100%;
	
}

.picture{border-right: 1px solid #ccc;border-bottom: 1px solid #ccc;padding-top:30px;padding-bottom:30px;padding-left:2%;}

.picture a{float:left;
	width:33%;text-align:center;
	display: block;
}
