@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;
}

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";
    min-width: 1200px;
}

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效果 */

* {
    box-sizing: border-box;
}

.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: 1200px;
    margin: 0 auto;
}

#header {
    height: 654px;
}


/* top */

.ewb-top {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #666;
    background: #ebebeb;
}

.topl-l {
    float: left;
}

.top-r {
    padding-left: 30px;
    background: url('../images/phone_icon.png') left center no-repeat;
    float: right;
}

.ewb-banner {
    padding-top: 28px;
    height: 96px;
}

.ewb-title {
    float: left;
    margin-top: 2px;
}

.ewb-title-img {
    float: left;
}

.ewb-title span {
    float: left;
    margin-left: 14px;
    font-size: 18px;
    color: #666;
    line-height: 20px;
    margin-top: 16px;
}

.ewb-search {
    float: right;
    width: 460px;
    height: 40px;
    border: 2px solid #e83535;
    position: relative;
}

/* a.search-btn {
    display: block;
    width: 100px;
    height: 36px;
    background: url('../images/search_icon.png') 23px center no-repeat #e83535;
    padding-left: 47px;
    line-height: 36px;
    font-size: 17px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
} */

.ewb-data-select {
    float: left;
    width: 105px;
    height: 36px;
}

.chosen-container {
    float: left;
}

.chosen-container-single .chosen-single {
    border: 0;
    height: 36px;
    line-height: 36px;
    font-size: 15px;
    padding-left: 0;
    text-align: center;
}

.chosen-container-single .chosen-single span {
    margin-right: 20px;
}

.search-mod {
    margin-left: 112px;
    margin-right: 110px;
    height: 36px;
}

.ewb-search-content {
    position: relative;
}

.search-mod .input-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    height: 36px;
    line-height: 36px;
    color: #c0c0c0;
    font-size: 15px;
    cursor: text;
}

.search-mod .input-box {
    width: 100%;
    height: 36px;
    line-height: 36px;
    border: 0;
    background: 0 0;
    font-size: 15px;
}


/* nav */

.ewb-nav {
    height: 46px;
}

.ewb-nav-item {
    float: left;
    margin-left: 130px;
}

.ewb-nav-item:first-child {
    margin-left: 0;
}

.ewb-nav-item a {
    display: block;
    height: 45px;
    border-bottom: 2px solid transparent;
    line-height: 43px;
    font-size: 17px;
    color: #333;
    padding: 0 32px;
}

.ewb-nav-item.cur a,
.ewb-nav-item a:hover {
    border-color: #d23b28;
    background: #f7f7f7;
}


/* 轮播 */

.ewb-banner-img {
    overflow: hidden;
    background: none;
    height: 420px;
    position: relative;
}

.ewb-slider-conbox {
    overflow: hidden;
    height: 100%;
    position: relative;
}

.ewb-slider-ctag {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ewb-slider-ctag img {
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    margin-left: -960px;
    width: 1920px;
    height: 100%;
    vertical-align: top;
    max-width: none;
}

.ewb-slider-switcher {
    position: absolute;
    left: 0;
    right: 0;
    height: 11px;
    bottom: 20px;
    text-align: center;
    font-size: 0;
    z-index: 999;
}

.ewb-slider-stag {
    display: inline-block;
    vertical-align: top;
    width: 11px;
    height: 11px;
    border-radius: 6px;
    margin: 0 5px;
    cursor: pointer;
    border: 3px solid #fff;
}

.ewb-slider-stag.cur {
    width: 30px;
    background: #fff;
}

.ewb-banner-mod {
    position: relative;
}

.ewb-login {
    width: 255px;
    height: 396px;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: 345px;
    top: 12px;
    z-index: 999;
    text-align: center;
    padding: 20px 27px 0 27px;
}

.ewb-login-header {
    height: 58px;
    width: 58px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 29px;
}

.ewb-login-header img {
    vertical-align: top;
    width: 58px;
    height: 58px;
    border-radius: 29px;
}

.login-hd {
    margin-top: 11px;
}

.login-hd h3 {
    line-height: 23px;
    font-size: 15px;
}

.login-hd p {
    line-height: 20px;
    font-size: 14px;
    color: #c0c0c0;
}

.ewb-login-btn {
    margin-top: 22px;
}

.ewb-login-btn a {
    display: block;
    border: 1px solid #e83535;
    height: 40px;
    line-height: 38px;
    font-size: 15px;
    color: #e83535;
    margin-top: 10px;
}

.ewb-login-btn a:first-child {
    margin-top: 0;
}

.ewb-regiest p {
    line-height: 26px;
    margin: 15px 0;
    font-size: 14px;
    color: #c0c0c0;
}

.ewb-regiest a {
    display: block;
    border: 1px solid #ddd;
    height: 40px;
    line-height: 38px;
    font-size: 15px;
    color: #666;
}

.ewb-regiest a:hover,
.ewb-login-btn a:hover {
    border-color: #f75757;
    color: #f75757;
}

.ewb-file {
    line-height: 22px;
    font-size: 14px;
    margin-top: 18px;
}

.ewb-file span {
    padding-left: 20px;
    background: url('../images/file.png') left center no-repeat;
}

.ewb-file a {
    color: #0c87e5;
}


/* notice */

.ewb-notice {
    background: #fff;
}

.ewb-notice-hd {
    float: left;
    width: 70px;
}

.ewb-notice-hd img {
    vertical-align: top;
}

.ewb-notice-bd {
    float: left;
    width: 1130px;
    padding-left: 30px;
}

.ewb-notice-item {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    margin-top: 15px;
    margin-right: 45px;
    font-size: 15px;
    width: 435px;
    vertical-align: top;
}

.ewb-notice-infor {
    margin-right: 98px;
    height: 26px;
}

.ewb-notice-infor a {
    display: inline-block;
    padding-left: 7px;
    background: url('../images/dian.jpg') left center no-repeat;
    color: #333;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ewb-notice-date {
    float: right;
    margin-top: -26px;
    color: #c0c0c0;
}

.ewb-notice-infor a:hover {
    color: #e83535;
    background-image: url('../images/dianh.jpg');
}

.str_wrap {
    position: relative;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    white-space: nowrap;
    overflow: hidden;
    //zoom:1;
}

.str_move {
    white-space: nowrap;
    position: absolute;
    cursor: move;
    left: 0;
}

.str_move_clone {
    display: inline-block;
    //display:inline;
    //zoom:1;
    vertical-align: top;
    position: absolute;
    left: 100%;
    top: 0;
}

.str_vertical .str_move_clone {
    left: 0;
    top: 100%;
}

.str_down .str_move_clone {
    left: 0;
    bottom: 100%;
}


/* footer */

.ewb-footer {
    background: #333;
}

.ewb-link {
    padding-top: 24px;
}

.ewb-link-hd {
    padding-left: 26px;
    line-height: 48px;
    height: 48px;
    background: url('../images/link.png') left center no-repeat;
}

.ewb-link-hd h3 {
    font-size: 16px;
    font-weight: bold;
    color: #dadada;
}

.ewb-link-bd {
    padding-bottom: 26px;
}

.ewb-link-item {
    float: left;
    width: 25%;
    height: 40px;
    line-height: 40px;
    vertical-align: top;
    color: #999;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ewb-link-item a {
    color: #999;
}

.foot-copy {
    border-top: 1px solid #4e4e4e;
    height: 75px;
    line-height: 74px;
    font-size: 14px;
    color: #747474;
    text-align: center;
}

.foot-copy span {
    margin: 0 10px;
}


/* tool */

.ewb-tool {
    width: 66px;
    background: #fff;
    border-radius: 33px;
    position: fixed;
    top: 50%;
    margin-top: -113px;
    padding: 12px 0;
    right: 6px;
    z-index: 9999;
}

.ewb-tool-item {
    margin-top: 6px;
}

.ewb-tool-item:first-child {
    margin-top: 0;
}

.ewb-tool-item a {
    display: block;
    text-align: center;
}

.ewb-tool-item a img {
    vertical-align: top;
}

.ewb-tool-item a p {
    line-height: 32px;
    font-size: 14px;
    color: #333;
}

.ewb-top-back {
    margin-top: 6px;
}

.ewb-top-back a {
    display: block;
    margin: 0 auto;
    width: 42px;
    height: 42px;
    border-radius: 21px;
    background: url('../images/top_back.png') no-repeat;
}

.ewb-top-back a:hover {
    background-image: url('../images/top_backh.png');
}

.ewb-zoom {
    padding: 0 15px;
    margin-top: 15px;
    min-height: 525px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 8px #c5c6cd;
    -moz-box-shadow: 0 0 8px #c5c6cd;
    box-shadow: 0 0 8px #c5c6cd;
	margin-bottom: 15px;
}


/*lijie 2018-06-22*/

.sublist3 {
    background-color: #f9f9f9;
    padding-left: 10px;
    margin-bottom: 30px;
    padding-right: 15px;
}

.sublistimg {
    border-bottom: 1px solid #333;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 30px;
}

.sublistimg a {
    /*font-family:microsoft yahei;*/
    font-size: 16px;
    color: #333;
    margin-left: 18px;
}

.sublisttext {
    float: left;
    line-height: 30px;
}

.listClass {
    margin-top: 10px;
    margin-left: 10px;
}

option {
    height: 20px;
    line-height: 20px;
}


/*2018-10-23*/

.zhuanqu {
    margin-top: 71px;
    margin-right: 30px;
    color: #1492ff;
    font-size: 16px;
    cursor: pointer;
}

.inmain {
    margin-top: 45px;
    margin-right: 150px;
    color: #1492ff;
    font-size: 16px;
    cursor: pointer;
}

.search1 {
    width: 95px;
    height: 36px;
    border: 0;
    outline: 0;
    background: inherit;
    text-align: center;
}

.zhuanqulist {
    margin-top: 65px;
    margin-right: 30px;
    color: #1492ff;
    font-size: 16px;
    cursor: pointer;
}

.ewb-plate {
    position: relative;
    min-width: 110px;
    height: 31px;
    z-index: 9999;
    margin-top: 50px;
}

.ewb-plate-con {
    display: block;
    height: 31px;
}

.ewb-plate-drop {
    display: none;
    position: absolute;
    top: 21px;
    padding-top: 11px;
    height: 133px;
}

.ewb-plate:hover .ewb-plate-drop {
    display: block;
}

.ewb-plate-drop.cur {
    display: block;
}

.ewb-plate-pro {
    background-color: #fff;
    width: 380px;
    padding-top: 10px;
}

.ewb-plate-chioce {
    line-height: 32px;
    color: #333;
    text-align: center;
    cursor: pointer;
}

.ewb-plate-chioce li {
    border-radius: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 32px;
    text-align: center;
    margin-bottom: 14px;
    margin-left: 12px;
    width: 80px;
    color: #1493ff;
    background-color: #e7f1fe;
    height: 32px;
}

.list2 {
    line-height: 32px;
    text-align: center;
    margin-bottom: 14px;
    width: 120px;
    color: #fff;
    background-color: #1492ff;
    height: 36px;
    cursor: pointer;
}

.list2.cur {
    color: #fff;
    background-color: #469dff;
}


/* 20190307修改 */

.ewb-site-name {
    color: #666;
    padding: 0 24px;
    height: 38px;
    line-height: 38px;
}

.ewb-site-name.cur {
    color: #333;
    background: url('../images/site_icon.jpg') center bottom no-repeat #d6d6d6;
}

.ewb-site-list {
    position: relative;
    width: 172px;
    cursor: pointer;
    background: url('../images/line.png') left 7px no-repeat;
}

.ewb-site-title {
    height: 38px;
    background: url('../images/arr.png') right center no-repeat;
}

.ewb-site-title span {
    display: block;
    height: 38px;
    line-height: 38px;
    text-indent: 20px;
}

.ewb-site-title span.cur {
    background: url('../images/site_icon.jpg') center bottom no-repeat #d6d6d6;
}

.ewb-site-list:first-child {
    background: none;
}

.ewb-sub-site {
    z-index: 100;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 38px;
    background: #fff;
    padding: 10px 0;
    max-height: 358px;
    overflow: auto;
    box-shadow: 1px 2px 12px 0px rgba(4, 0, 0, 0.2);
}

.ewb-site-sublist a {
    display: block;
    height: 28px;
    line-height: 28px;
    color: #666;
    /* text-indent: 20px; */
}

.ewb-site-sublist a:hover {
    background: #1492ff;
    color: #fff;
}

.ewb-site-list.cur {
    background-color: #d4d4d4;
}

.ewb-site-list.cur .ewb-sub-site {
    display: block;
}


/* 20190606 新增*/

.ewb-cell {
    top: 267px;
    z-index: 9999;
}

.ewb-cell-icon5 {
    background: url(../images/cell_icon5.png) center 13px no-repeat
}

.ewb-cell-list {
    position: relative;
}

.ewb-cell-box {
    display: none;
    position: absolute;
    top: -24px;
    right: 83px;
    width: 245px;
    height: 104px;
    background: #fff;
    border-radius: 5px;
    padding-top: 6px;
    z-index: 999;
}

.ewb-cell-box>i {
    position: absolute;
    top: 50%;
    right: -5px;
    margin-top: -4px;
    display: block;
    width: 5px;
    height: 8px;
    background: url('../images/cell_arr.png') no-repeat;
}

.ewb-cell-group {
    height: 32px;
}

.ewb-cell-label {
    width: 74px;
    height: 32px;
    line-height: 32px;
    color: #999;
    text-align: right;
}

.ewb-cell-group>p {
    margin-left: 74px;
    line-height: 32px;
    color: #1492ff;
}

.ewb-character {
    padding: 0 7px;
}

.ewb-cell-list:hover .ewb-cell-box {
    display: block;
}


/* 20190718 */

.ewb-local {
    position: relative;
    height: 22px;
    padding-bottom: 19px;
    margin: 50px 0 0 30px;
}

.ewb-local-name {
    height: 22px;
    line-height: 22px;
    font-size: 16px;
    padding-left: 16px;
    color: #1492ff;
    background: url('../images/local_iocn.jpg') 0 center no-repeat;
}

.ewb-local-content {
    display: none;
    position: absolute;
    top: 41px;
    left: -393px;
    width: 1198px;
    border: 1px solid #e5e9ef;
    background: #fff;
    padding: 16px 0 0;
    box-shadow: 1px 2px 12px 0px rgba(4, 0, 0, 0.2);
    z-index: 999;
}

.ewb-local:hover .ewb-local-content {
    display: block;
}

.ewb-local-arr {
    display: block;
    width: 16px;
    height: 8px;
    position: absolute;
    top: -8px;
    left: 448px;
    background: url('../images/local_arr.png') no-repeat;
}

.ewb-local-group {
    margin-bottom: 10px;
}

.ewb-local-label {
    width: 154px;
    height: 30px;
    line-height: 30px;
    text-align: right;
    color: #1492ff;
}

.ewb-local-con {
    margin-left: 154px;
}

.ewb-local-item {
    height: 30px;
    line-height: 30px;
    padding: 0 6px;
    color: #333;
    margin-right: 20px;
}

.ewb-local-item:hover,
.ewb-local-item.cur {
    background: #1492ff;
    color: #fff;
}

/* 2021-2-22 */
input, button, textarea {
    border: 0;
    outline: 0;
}