@charset "UTF-8";

/* yui3 reset.css */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}


q:before,
q:after {
    content: "";
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

legend {
    color: #000;
}

iframe {
    display: block;
}


/* yui3 fonts */

body {
    color: #333;
    font-size: 14px;
    font-family: "Microsoft YaHei";
}

select,
input,
button,
textarea {
    font: 99% arial, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

a {
    text-decoration: none;
}

input,
button,
textarea {
    font-family: "Microsoft YaHei";
    border: 0;
    outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
    display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #999;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
    color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
    color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #999;
}

.placeholder {
    color: #999;
}

/* utilities */

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.l {
    float: left !important;
}

.r {
    float: right !important;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}

/* css3效果 */

.trans {
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.ewb-container {
    width: 998px;
    margin: 0 auto;
}

.ewb-row {
    overflow: hidden;
}

/* 背景设置 */
html {
    background: url('../images/body_ftbg.jpg') center bottom no-repeat #f5f5f5;
}

body {
    min-width: 1200px;
}

.ewb-mainwpr{
    min-height: 570px;
}

.ewb-mt20{
    margin-top: 20px;
}

.ewb-ml20{
    margin-left: 20px;
}

#header{
    height: 371px;
}

#footer{
    height: 166px;
}

/* header */

/* top */
.ewb-top {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #666;
    background-color: #e8e8e8;
}

/* wel */
.wel-lk {
    margin-left: 20px;
    padding-left: 16px;
    color: #666;
    background-repeat: no-repeat;
    background-position: left center;
}

.wel-lk.bg01 {
    background-image: url('../images/wel_ico01.png');
}

.wel-lk.bg02 {
    background-image: url('../images/wel_ico02.png');
}

.wel-lk.bg01:hover {
    background-image: url('../images/wel_ico01h.png');
}

.wel-lk.bg02:hover {
    background-image: url('../images/wel_ico02h.png');
}

/* banner */
.ewb-banner {
    height: 285px;
    overflow: hidden;
}

.top-logo {
    margin-top: 88px;
}

.ewb-sea {
    margin-top: 161px;
    margin-right: 19px;
    position: relative;
    width: 232px;
    height: 31px;
    border: 1px solid #c8c8c8;
    background-color: #fff;
}

.ewb-search {
    position: relative;
    padding-right: 62px;
    z-index: 1;
    padding-left: 10px;
    height: 31px;
}

.input-placeholder {
    position: absolute;
    top: 0;
    left: 10px;
    height: 31px;
    line-height: 31px;
    font-size: 12px;
    color: #999;
    z-index: -1;
    cursor: text;
}

.input-box {
    width: 100%;
    height: 31px;
    line-height: 31px;
    border: 0;
    background: 0 0;
    font-size: 12px;
}

.sea-btn{
    position: absolute;
    z-index: 1000;
    top: -1px;
    right: -1px;
    width: 52px;
    height: 33px;
    cursor: pointer;
    background: url('../images/sea_btn.jpg') center no-repeat;
}

.sea-btn:hover{
    background-image: url('../images/sea_btnh.jpg');
}

/* nav */
.ewb-nav-wpr{
    height: 68px;
    background: url('../images/nav_outbg.png') center top no-repeat;
}

.ewb-nav-items{
    margin: 0 -35px;
    padding-top: 4px;
}

.ewb-nav-items>li{
    float: left;
    width: 14.2%;
    height: 52px;
    line-height: 52px;
}

.ewb-nav-items>li:first-child .nav-msg{
    background: none;
}

.nav-msg{
    padding-left: 10px;
    text-align: center;
    background: url('../images/nav_col.png') left center no-repeat;
}

.nav-lk{
    padding: 0 11px;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    color: #fff;
    border-bottom: 4px solid transparent;
}

.nav-lk:hover,
.nav-lk.current{
    border-color: #fff;
}

/* footer */
.ewb-footer{
    margin-top: 28px;
    height: 166px;
    background-color: #3595f7;
}

.ewb-footer-msg{
    margin-top: 15px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    position: relative;
}

/* fri */
.ewb-fri{
    margin-right: -22px;
    padding-top: 17px;
}

.fri-sel{
    margin-left: 22px;
    width: 318px;
    height: 30px;
    border: 0;
    outline: 0;
    cursor: pointer;
    color: #999;
    text-align:center;
    text-align-last: center;
    background-color: #fff;
}

.fri-sel:first-child{
    margin-left: 0;
}

/* chosen */
.chosen-container{
    float: left;
    font-size: 14px;
}

.chosen-container{
    margin-right: 22px;
}

.chosen-container-single .chosen-single{
    height: 30px;
    line-height: 30px;
    border: 0;
    color: #999;
}

.chosen-container-active.chosen-with-drop .chosen-single{
    border: 0;
}

.chosen-container .chosen-drop{
    border: 0;
}

.chosen-container .chosen-results{
    color: #999;
    max-height: 100px;
    text-align: center;
}

.chosen-container-single .chosen-single div{
    width: 28px;
}

.chosen-container-single .chosen-single span{
    margin-right: 28px;
    text-align: center;
}

.chosen-container .chosen-results li{
    padding-right: 26px;
}

/* list */
.wb-data-item {
    padding: 0 20px;
    padding-top: 13px;
}

.wb-data-list {
    line-height: 34px;
    padding-left: 18px;
    border-top: 1px dashed #d1d1d1;
    background: url('../images/listimg.png') 3px 50% no-repeat;
}

.wb-data-list:first-child{
    border-top: 0;
}

.wb-data-infor {
    margin-right: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wb-data-infor a {
    color: #666;
}

.wb-data-date {
    float: right;
    padding-right: 7px;
    margin-top: -34px;
    color: #666;
}

.wb-data-list:hover{
    background-image: url('../images/listimgh.png');
}

.wb-data-list:hover .wb-data-date,
.wb-data-list:hover a {
    cursor: pointer;
    color: #3595f7;
}

/* 190905 */
.ewb-rslides {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.ewb-rslides li {
	left: 0;
	top: 0;
	width: 100%;
	display: none;
	position: absolute;
	-webkit-backface-visibility: hidden;
}

.ewb-rslides li:first-child {
	float: left;
	display: block;
	position: relative;
}

.ewb-rslides img {
	border: 0;
	width: 1920px;
	height: 306px;
	float: left;
	display: block;
}

/* Slideshow  */

.ewb-rslides-wrap {
	max-width: 540px;
	margin: 0 auto;
	position: relative;
}

#slider-pager {
	position: absolute;
	bottom: 10px;
	z-index: 10;
	width: 100%;
	text-align: center;
}

#slider-pager li {
	display: inline-block;
	margin-left: 15px;
	border: 2px solid #999;
	*display: inline;
	*zoom: 1;
}

#slider-pager .ewb-rslides-cur {
	border: 2px solid #fff;
}

#slider-pager img {
	display: block;
}

/* Slideshow 2 */

.ewb-slider-item {
	margin: 0 auto;
	position: relative;
}

/* 自定义分页导航 */

#slider2-pager {
    display: none;
}

/* 两侧按钮 */
.ewb-slider-item .ewb-rslides-nav {
	display: none;
}

.ewb-nav-wpr{
    margin-top: -12px;
    position: relative;
    z-index: 1000;
}

.ewb-banner{
    position: relative;
    z-index: 1;
}

.ewb-topmsgbox{
    position: absolute;
    z-index: 200;
    top: 0;
    left: 0;
    right: 0;
}




/* 191204 */

.ewb-nav-items>li{
    width: 12%;
}

.nav-msg{
    position: relative;
}

.nav-show{
    display: none;
    position: absolute;
    z-index: 9999;
    top: 55px;
    left: 10%;
    margin-left: 5px;
    width: 80%;
    background-color: #3595f7;
}

.nav-msg:hover .nav-lk{
    border-color: #fff;
}

.ewb-navshow-items a{
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.ewb-navshow-items a:hover{
    font-weight: bold;
    background-color: #1b6bbd;
}

.nav-msg:hover .nav-show{
    display: block;
}