﻿
@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;
    vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

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";
    background: url('../images/bg.jpg') no-repeat center top #fff;
}

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;
    color: inherit;
}

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-mt20{
    margin-top: 20px;
}

.ewb-ml20{
    margin-left: 20px;
}

/* 信息列表 */

.wb-data-list{
    height: 40px;
    line-height: 40px;
    vertical-align: top;
}

.wb-data-infor{
    position: relative;
    margin-right: 100px;
    padding-left: 9px;
	padding-right: 70px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    background: url('../images/dot.png') no-repeat left center;
}

.wb-data-date{
    float: right;
    margin-top: -40px;
    color: #999;
}

.wb-data-orange{
    color: #ff9000;
}

.wb-data-status{
    position: absolute;
    top: 0;
    right: 0;
}

.wb-data-status.blue{
    color: #1295f1;
}

.wb-data-status.red{
    color: #e80909;
}

.wb-data-list:hover .wb-data-infor,
.wb-data-list:hover span{
    color: #1d9df7;
}

/* header */

#header{
    height: 288px;
}

.ewb-header .container{
    position: relative;
}

.ewb-logo{
    height: 240px;
    overflow: hidden;
}

.ewb-logo-name{
    float: left;
    width: 800px;
    height: 240px;
    background: url('../images/logo_name.png') no-repeat center top;
}

.ewb-logo-tt{
    position: absolute;
    bottom: 48px;
    right: 76px;
    width: 300px;
    height: 80px;
    background: url('../images/logo_tt.png') no-repeat center top;
}

/* 手机端显示 */

.ewb-phone-logo{
    position: absolute;
    z-index: 999;
    top: 50%;
    margin-top: -25px;
    left: 20px;
    width: 320px;
}

/* 背景轮播 */

.ewb-rslides-wrap{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
}

.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: 100%;
    height: 240px;
    float: left;
    display: block;
}

/* 导航栏 */

.ewb-nav{
    background: url('../images/nav_bg.png') repeat left top;
    background-size: 100% 100%;
    border: 1px solid #3796e2;
}

.ewb-nav li{
    float: left;
    width: 149px;
    background: url('../images/nav_line.png') no-repeat left center;
}

.ewb-nav li:first-child{
    width: 149px;
    background: none;
}

.ewb-nav-item{
    display: block;
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.ewb-nav-item span{
    display: inline-block;
    padding-left: 36px;
    background-repeat: no-repeat;
    background-position: left center;
}

.ewb-nav-item.icon1 span{
    background-image: url('../images/nav_icon1.png');
}

.ewb-nav-item.icon2 span{
    background-image: url('../images/nav_icon2.png');
}

.ewb-nav-item.icon3 span{
    background-image: url('../images/nav_icon3.png');
}

.ewb-nav-item.icon4 span{
    background-image: url('../images/nav_icon4.png');
}

.ewb-nav-item.icon5 span{
    background-image: url('../images/nav_icon5.png');
}

.ewb-nav-item.icon6 span{
    background-image: url('../images/nav_icon6.png');
}

.ewb-nav li.cur a,
.ewb-nav-item:hover{
    background-color: #0a89d0;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.15) inset;
    -webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.15) inset;
    -moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.15) inset;
}

/* 当前位置 */

.ewb-local{
    margin: 19px 0;
    float: left;
    padding-left: 21px;
    line-height: 24px;
    color: #666;
    background: url('../images/local_icon.png') no-repeat left center;
}

.ewb-local a{
    color: #666;
}

.ewb-local a.cur,
.ewb-local span.cur{
    color: #ff9c00;
}

.ewb-ser{
    margin-top: 15px;
    position: relative;
    padding-left: 63px;
    float: right;
}

.ewb-ser span{
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
    line-height: 27px;
    font-weight: bold;
}

.ewb-ser-box{
    position: relative;
    z-index: 1;
    padding: 0 48px 0 9px;
    float: left;
    width: 232px;
    height: 27px;
    background: #fff;
    border: 1px solid #ffa800;
}

.ewb-ser-label {
    position: absolute;
    top: 0;
    left: 9px;
    height: 25px;
    line-height: 24px;
    font-size: 12px;
    color: #999;
    z-index: -1;
    cursor: text;
}

.ewb-ser-input {
    width: 100%;
    height: 25px;
    line-height: 24px;
    border: 0;
    background: 0 0;
}

.ewb-ser-btn{
    position: absolute;
    padding: 0;
    top: 0;
    right: 0;
    width: 47px;
    height: 25px;
    color: #fff;
    background: #ffa800;
    cursor: pointer;
}

/* footer */

/* select */

.ewb-sel{
    margin-left: -11px;
}

.ewb-sel li{
    float: left;
    width: 25%;
}

.ewb-sel-box{
    margin-left: 11px;
}

.ewb-sel-block{
    width: 100%;
    height: 34px;
    background: #fff;
    border-color: #d1d1d1;
}

.ewb-footer-con{
    padding: 19px 0 25px;
    line-height: 30px;
    color: #fff;
    background: #1f96ea;
}

.ewb-footer-con .container{
    position: relative;
}

.ewb-footer-con p{
    padding-left: 8px;
}

.ewb-footer-blue,
.ewb-footer-error,
.ewb-footer-slh{
    position: absolute;
    display: inline-block;
}

.ewb-footer-blue{
    top: 42px;
    right: 282px;
}

.ewb-footer-error{
    top: 46px;
    right: 148px;
}

.ewb-footer-slh{
    top: 46px;
    right: 3px;
}

.ewb-footer p img{
    vertical-align: middle;
}

/* chosen下拉框样式 */

.chosen-container{
    width: 100% !important;
}

.chosen-container-single .chosen-single{
    height: 34px;
    line-height: 34px;
    border: 1px solid #d1d1d1;
}

.chosen-container-single .chosen-single span{
    margin-right: 20px;
}

.chosen-container-single .chosen-single div b,
.chosen-container-active.chosen-with-drop .chosen-single div b{
    background-position: left center;
}

.chosen-container .chosen-drop{
    top: auto;
    bottom: 100%;
    border-top: 1px solid #aaa;
    border-radius: 4px 4px 0 0;
}

.chosen-container-single .chosen-drop{
    margin: 0 0 -1px 0;
}

.chosen-container .chosen-results{
    margin: 4px 4px 4px 0;
}

.chosen-container .chosen-results li{
    width: 100%;
}

.chosen-container .chosen-results li{
    padding: 5px 4px;
}

/* ipad */

@media (min-width: 768px) and (max-width: 979px){
    /* footer */
    .ewb-sel{
        margin: -10px 0 0;
    }
    .ewb-sel li{
        margin-top: 10px;
        float: none;
        width: 100%;
    }
    .ewb-sel-box{
        margin-left: 0;
    }
    .ewb-footer-con{
        text-align: center;
    }
    .ewb-footer-blue,
    .ewb-footer-error{
        position: static;
        margin: 10px 10px 0;
    }
}

@media (min-width: 768px) and (max-width: 1199px){
    body{
        overflow-x: hidden;
    }
    /* header */
    #header{
        height: auto;
    }
    /* 导航栏 */
    .ewb-nav li{
        width: 16.667% !important;
    }
}

/* phone */

@media (max-width: 767px){
    /* header */
    #header{
        height: auto;
    }
    .ewb-logo{
        display: none;
    }
    /* 轮播 */
    .ewb-rslides-wrap{
        position: relative;
    }
    .ewb-rslides img{
        height: auto;
    }
    /* 导航栏 */
    .ewb-header .container{
        padding: 0;
    }
    .ewb-nav li,
    .ewb-nav li:first-child{
        width: 33.3%;
    }
    .ewb-nav-item{
        line-height: 36px;
        font-size: 14px;
    }
    /* 当前位置 */
    .ewb-local{
        margin: 10px 0;
        float: none;
    }
    .ewb-ser{
        margin: 0 0 10px;
        float: none;
        width: 100%;
        overflow: hidden;
    }
    .ewb-ser-box {
        width: 100%;
    }
    /* footer */
    .ewb-sel{
        margin: -10px 0 0;
    }
    .ewb-sel li{
        margin-top: 10px;
        float: none;
        width: 100%;
    }
    .ewb-sel-box{
        margin-left: 0;
    }
    .ewb-footer-con{
        line-height: 22px;
        text-align: center;
        font-size: 13px;
    }
    .ewb-footer-con p{
        padding-left: 0;
    }
    .ewb-footer-blue,
    .ewb-footer-error{
        position: static;
        margin: 10px 10px 0;
    }
}

.ewb-footer-map{
    position:absolute; left:528px;top:0px;
}
.ewb-footer-con a,.ewb-footer-map a{
    color:#fff;
}



/* 设备更小的分辨率 */

@media(max-width: 480px){
    /* 手机端显示 */
    .ewb-phone-logo{
        width: 280px;
    }
    /* 导航栏 */
    .ewb-nav-item span{
        padding-left: 24px;
    }
    /* 轮播图 */
    .ewb-rslides img{
        height: 90px;
    }
    /* footer */
    .ewb-footer-con p span{
        display: block;
    }
}


.head-abt{
    text-align:right;height:50px;line-height:50px;
    font-size:16px;
}
.head-abt a:hover{
    text-decoration:underline;
}