.flickerplate {
	position: relative;
	width: 100%;
	height: 350px;
	background-color: #e6e6e6;
	overflow: hidden;
	/*margin-bottom:15px;*/
}

.flickerplate ul.flicks {
	width: 10000%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	list-style: none
}

.flickerplate ul.flicks>li {
	float: left;
	width: 1%;
	height: 100%;
	background-position: center;
	background-size: cover;
	display: table
}

.flickerplate ul.flicks>li .flick-inner {
	height: 100%;
	padding: 10px;
	color: #fff;
	display: table-cell;
	vertical-align: middle
}

.flickerplate ul.flicks>li .flick-inner .flick-content {
	max-width: 68.75em;
	margin-left: auto;
	margin-right: auto
}

.flickerplate ul.flicks>li .flick-title {
	padding: 0px 0px;
	font-size: 2.778em;
	line-height: 1.995em;
	text-align: center
}

@media only screen and (max-width: 43.813em) {
	.flickerplate ul.flicks>li .flick-title {
		font-size: 1.667em
	}
}

.flickerplate ul.flicks>li .flick-sub-text {
	padding: 5px;
	font-weight: 300;
	line-height: 2.5em;
	color: rgba(255,255,255,0.8);
	text-align: center
}

.flickerplate ul.flicks>li .flick-title span.flick-block-text,.flickerplate ul.flicks>li .flick-sub-text span.flick-block-text {
	padding: 12px 18px;
	background-color: rgba(0,0,0,0.6)
}

/*.flickerplate .arrow-navigation {
	position: absolute;
	height: 80%;
	width: 10%;
	top: 10%;
	z-index: 100;
	overflow: hidden
}

.flickerplate .arrow-navigation .arrow {
	display: block;
	height: 100%;
	width: 90%;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out
}*/

.flickerplate .arrow-navigation:hover,.flickerplate .arrow-navigation .arrow:hover {
	cursor: pointer
}

.flickerplate .arrow-navigation.left {
	left: 0%
}

.flickerplate .arrow-navigation.left .arrow {
	opacity: 0;
	margin: 0px 0px 0px 50%;
	background-image: url("/ver18/image/arrow-left-light.png");
	background-repeat: no-repeat;
	background-position: left
}

.flickerplate .arrow-navigation.right {
	right: 0%
}

.flickerplate .arrow-navigation.right .arrow {
	opacity: 0;
	margin: 0px 0px 0px -50%;
	background-image: url("/ver18/image/arrow-right-light.png");
	background-repeat: no-repeat;
	background-position: right
}

.flickerplate .arrow-navigation.left.hover .arrow {
	opacity: 1;
	margin: 0px 0px 0px 20%
}

.flickerplate .arrow-navigation.right.hover .arrow {
	opacity: 1;
	margin: 0px 0px 0px -20%
}

/*.flickerplate .dot-navigation {
	position: absolute;
	bottom:0px;
	width: 100%;
	text-align: center;
	z-index: 100
}*/

/*.flickerplate .dot-navigation ul {
	text-align: center;
	list-style: none;
	padding: 0px;
	height:15px;
}

.flickerplate .dot-navigation ul li {
	display: inline-block;
	float: none
}*/

/*.flickerplate .dot-navigation .dot {
	width:18px;
	height:3px;
	margin: 0px 6px;
	background-color: rgba(255,255,255,0.3);
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	-ms-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out
}*/

.flickerplate .dot-navigation .dot:hover {
	cursor: pointer;
	background-color: rgba(255,255,255,0.6)
}

.flickerplate .dot-navigation .dot.active {
	background-color: #fff
}

.flickerplate .dot-navigation.left,.flickerplate .dot-navigation.left ul {
	text-align: left
}

.flickerplate .dot-navigation.right,.flickerplate .dot-navigation.right ul {
	text-align: right
}

.flickerplate.flicker-theme-dark .arrow-navigation.left .arrow {
	background-image: url("/ximages/index/flickerplate/arrow-left-dark.png")
}

.flickerplate.flicker-theme-dark .arrow-navigation.right .arrow {
	background-image: url("/ximages/index/img/flickerplate/arrow-right-dark.png")
}

.flickerplate.flicker-theme-dark .dot-navigation .dot {
	background-color: rgba(0,0,0,0.12)
}

.flickerplate.flicker-theme-dark .dot-navigation .dot:hover {
	background-color: rgba(0,0,0,0.6)
}

.flickerplate.flicker-theme-dark .dot-navigation .dot.active {
	background-color: #000
}

.flickerplate.flicker-theme-dark ul.flicks li .flick-inner {
	color: rgba(0,0,0,0.9)
}

.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text {
	color: rgba(0,0,0,0.9)
}

.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-title span.flick-block-text,.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text span.flick-block-text {
	background-color: rgba(255,255,255,0.5)
}

.flickerplate ul.flicks li.flick-theme-dark .flick-inner {
	color: rgba(0,0,0,0.9)
}

.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text {
	color: rgba(0,0,0,0.9)
}

.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-title span.flick-block-text,.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text span.flick-block-text {
	background-color: rgba(255,255,255,0.5)
}

.flickerplate.animate-transform-slide ul.flicks {
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	transform: translate3d(0%, 0px, 0px);
	-webkit-transform: translate3d(0%, 0px, 0px);
	-webkit-transition: -webkit-transform 0.6s;
	-o-transition: -o-transform 0.6s;
	-moz-transition: -moz-transform 0.6s;
	transition: transform 0.6s
}

.flickerplate.animate-transition-slide ul.flicks {
	position: relative;
	left: 0%;
	-webkit-transition: left 0.4s ease-out;
	-moz-transition: left 0.4s ease-out;
	-o-transition: left 0.4s ease-out;
	-ms-transition: left 0.4s ease-out;
	transition: left 0.4s ease-out
}

.flickerplate.animate-jquery-slide ul.flicks {
	position: relative;
	left: 0%
}

.flickerplate.animate-scroller-slide {
	padding-bottom: 0px;
	overflow: auto
}

.flickerplate.animate-scroller-slide ul.flicks {
	position: auto
}



/*中间内容区域*/

.banner{
	height:330px;
	width:100%;
	background:url(../../ximages/index/banner.jpg) no-repeat top center;
	background-size:100% 100%;
	
}
.searchDivBox{
	width:1050px;
    margin: 0 auto;
    overflow: hidden;
    height: 230px;
}

.bannerText{
	/*width:800px;
	height:75px;*/
	width:550px;
	height:105px;
	/*margin:0 auto;*/
	padding-left:206px;
	margin-bottom:40px;
}
.bannerText img{
	width:550px;
	height:105px;
}

.banner2Text{
	width:600px;
	height:100px;
	padding-left:40px;
	margin-bottom:40px;
}

.banner2Text img{
	width:520px;
	height:106px;
}

.searchBox{
	/*width:880px;*/
	width:1040px;
	height:100px;
	padding:10px 15px;
	/*margin:0 auto;*/
	display:block;
    background:#0f2647;
    background-color: rgba(15,38,71,0.8);
    box-shadow: 0 5px 10px 0 rgba(10,26,45,.3);
	/*opacity: 0.7;
	-moz-opacity:0.7;
	filter:alpha(opacity=70); */
}

.searchBox h2{
	font-size:18px;
	color:#fff;
	text-align:center;
	font-weight:normal;
}

.inputDiv{
	width:188px;
	height:40px;
	background-color:#fff;
	float:left;
	
}
.bdRight{
	border-right:1px solid #ccc;}
.inputDiv input{
	width:171px;
	height:38px;
	padding-left:15px;
	background-color:#fff;
	color:#666;
	border:none;
	outline:medium;
}
.inputDiv input:focus{
	outline: none;
    background-color: transparent;
}
.selectDate{
	padding-left:15px;
	border:none;
    *appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border:none !important;
    padding-right:25px;
    background:url("/ver18/image/arrowdown.png") no-repeat #fff 160px 15px;
    background-size:10% 30%;
   color:#666;
   outline:medium;

}
select option::-ms-expand{ display: none; }
select option{
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari 和 Chrome */
    appearance:none;
    height:100px;
}
/* --背景色字体颜色--*/
select option:hover{
    color:#fff;
    background-color:#eee;
}

.searchSouyeBtn{
	width:85px;
	height:40px;
	background-color:#F29300;
	color:#fff;
	float:left;
	border:none;
	cursor:pointer;
	margin-left:10px;
}


.searchBtn{
	width:85px;
	height:33px;
	background-color:#F29300;
	color:#fff;
	float:left;
	border:none;
	border-radius:4px;
	cursor:pointer;
	margin-left:10px;
}

.searchBtn:hover{
	background-color:#e07a00;
}