@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;
    min-width: 1200px;
    font-family: "Microsoft YaHei";
    background: url("../images/bg.jpg") center top no-repeat #fafcff;
}

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-span1 {
    float: left;
    width: 41px;
}

.ewb-span2 {
    float: left;
    width: 102px;
}

.ewb-span3 {
    float: left;
    width: 163px;
}

.ewb-span4 {
    float: left;
    width: 224px;
}

.ewb-span5 {
    float: left;
    width: 285px;
}

.ewb-span6 {
    float: left;
    width: 346px;
}

.ewb-span7 {
    float: left;
    width: 407px;
}

.ewb-span8 {
    float: left;
    width: 468px;
}

.ewb-span9 {
    float: left;
    width: 529px;
}

.ewb-span10 {
    float: left;
    width: 590px;
}

.ewb-span11 {
    float: left;
    width: 651px;
}

.ewb-span12 {
    float: left;
    width: 712px;
}

.ewb-span13 {
    float: left;
    width: 773px;
}

.ewb-span14 {
    float: left;
    width: 834px;
}

.ewb-span15 {
    float: left;
    width: 895px;
}

.ewb-span16 {
    float: left;
    width: 956px;
}

.ewb-span17 {
    float: left;
    width: 1017px;
}

.ewb-span18 {
    float: left;
    width: 1078px;
}

.ewb-span19 {
    float: left;
    width: 1139px;
}

.ewb-span20 {
    float: left;
    width: 1200px;
}

.ewb-row {
    overflow: hidden;
}

.ewb-mt20 {
    margin-top: 20px;
}

.ewb-mt40 {
    margin-top: 40px;
}

.ewb-ml20 {
    margin-left: 20px;
}

.ewb-container {
    width: 1200px;
    margin: 0 auto;
}


/* 头部 */
/* 修改开始 */

.ewb-top-bar {
    height: 90px;
    background-color: #c6dff7;
}

#header {
    min-height: 366px;
}

.ewb-platform-link {
    position: relative;
    height: 42px;
    margin-top: 12px;
    cursor: default;
}

.ewb-platform-link>span {
    display: block;
    padding-left: 32px;
    padding-right: 16px;
    height: 25px;
    line-height: 25px;
    border-radius: 12px;
    color: #333;
    background: url("../images/point_ico.png") 12px 50% no-repeat #fff;
}

.ewb-platform-info {
    float: left;
    width: 846px;
    padding: 5px 0;
    border-radius: 5px;
    margin-top: 9px;
    box-shadow: 0px 4px 5px #d1e0ef;
    background-color: #f4f9ff;
}

.ewb-platform-info>label {
    float: left;
    line-height: 30px;
    text-align: right;
    width: 100px;
}

.ewb-platform-info>div {
    margin-left: 100px;
    padding-right: 15px;
}

.ewb-platform-items>li {
    float: left;
    min-width: 12.5%;
    text-align: center;
	/*    margin-left: 10px;*/
}

.ewb-platform-list {
    display: inline-block;
    line-height: 30px;
    color: #333;
    vertical-align: top;
}

.ewb-platform-list:hover {
    color: #095bb8;
}

.ewb-platform-link:hover .ewb-platform-info {
    display: block;
}

.ewb-search-area {
    margin-top: 30px;
    width: 238px;
    height: 28px;
    border: 1px solid #629adb;
    background: #eef5fd;
    border-radius: 3px;
}

.ewb-search {
    position: relative;
    z-index: 1;
    padding-left: 10px;
    width: 190px;
    height: 28px;
}

.ewb-search .input-placeholder {
    position: absolute;
    top: 0;
    left: 10px;
    height: 28px;
    line-height: 28px;
    color: #666;
    z-index: -1;
    cursor: text;
}

.ewb-search .input-box {
    width: 100%;
    height: 28px;
    line-height: 28px;
    border: 0;
    background: 0 0;
    color: #666;
}

.ewb-search-btn {
    display: block;
    margin-top: -1px;
    margin-right: -1px;
    width: 35px;
    height: 30px;
    cursor: pointer;
    border-radius: 3px;
    background: url("../images/search_ico.png") center no-repeat #095bb8;
}

.ewb-search-area:hover {
    background: #fff;
}

.ewb-search-area:hover .ewb-search-btn {
    background-color: #0953a6;
}

.ewb-logo-area {
    padding: 62px 0 61px;
    height: 90px;
    text-align: center;
}

.county
/* 修改结束 */
/*.ewb-top-bar {
    height: 49px;
    background-color: #c6dff7;
}

#header {
    
    min-height: 321px;
}*/

/*.ewb-platform-link {
    position: relative;
    height: 42px;
    margin-top: 12px;
    cursor: default;
}

.ewb-platform-link>span {
    display: block;
    padding-left: 32px;
    padding-right: 16px;
    height: 25px;
    line-height: 25px;
    border-radius: 12px;
    color: #333;
    background: url("../images/point_ico.png") 12px 50% no-repeat #fff;
}

.ewb-platform-info {
    display: none;
    position: absolute;
    width: 846px;
    top: 42px;
    left: 0;
    z-index: 999;
}*/

/*.ewb-platform-info>i {
    position: absolute;
    left: 54px;
    top: -7px;
    display: block;
    width: 14px;
    height: 7px;
    background: url('../images/platform_icon.png') no-repeat;
}*/

/*.ewb-platform-items {
    padding: 5px 0;
    border-radius: 5px;
    box-shadow: 0px 4px 5px #d1e0ef;
    background-color: #f4f9ff;
}
*/
/*.ewb-platform-items>li {
    float: left;
    margin-left: 29px;
}
*/
/*.ewb-platform-list {
    display: block;
    line-height: 30px;
    color: #333;
}*/

/*.ewb-platform-list:hover {
    color: #095bb8;
}
*/
/*.ewb-platform-link:hover .ewb-platform-info {
    display: block;
}*/

/*.ewb-search-area {
    margin-top: 9px;
    width: 238px;
    height: 28px;
    border: 1px solid #629adb;
    background: #eef5fd;
    border-radius: 3px;
}*/

/*.ewb-search {
    position: relative;
    z-index: 1;
    padding-left: 10px;
    width: 190px;
    height: 28px;
}*/

/*.ewb-search .input-placeholder {
    position: absolute;
    top: 0;
    left: 10px;
    height: 28px;
    line-height: 28px;
    color: #666;
    z-index: -1;
    cursor: text;
}
*/
/*.ewb-search .input-box {
    width: 100%;
    height: 28px;
    line-height: 28px;
    border: 0;
    background: 0 0;
    color: #666;
}*/

/*.ewb-search-btn {
    display: block;
    margin-top: -1px;
    margin-right: -1px;
    width: 35px;
    height: 30px;
    cursor: pointer;
    border-radius: 3px;
    background: url("../images/search_ico.png") center no-repeat #095bb8;
}
*/
/*.ewb-search-area:hover {
    background: #fff;
}
*/
/*.ewb-search-area:hover .ewb-search-btn {
    background-color: #0953a6;
}*/

.ewb-logo-area {
    padding: 62px 0 61px;
    height: 90px;
    text-align: center;
}


/* 导航 */

.ewb-nav {
    height: 57px;
    overflow: hidden;
    background: url("../images/nav_bg.png") center top no-repeat;
}

.ewb-nav-item {
    position: relative;
    float: left;
    width: 10%;  
    text-align: center;
}

.ewb-nav-item>a {
    position: relative;
    display: block;
	padding: 10px 0 15px 0;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    z-index: 2;
}

.ewb-nav-item>i {
    position: absolute;
    top: -12px;
    left: 50%;
     /*margin-left: -64.5px;*/
    margin-left: -58.5px;
    display: none;
    width: 150px;
    height: 62px;
    z-index: 1;
    background: url('../images/nav_hov.png') no-repeat;
    background-size: 120px 70px;
}

.ewb-nav-item>a:hover,
.ewb-nav-item.current a {
    color: #0e64c7;
}

.ewb-nav-item:hover i,
.ewb-nav-item.current i {
    display: block;
}

.ewb-nav {
    box-shadow: 0 4px 6px #bfc5ce;
    overflow: visible;
}

.ewb-nav-items {
    margin-top: 0;
    padding-top: 7px;
}


/* 底部 */

.ewb-footer {
    min-height: 170px;
    color: #fff;
    background-color: #233e5a;
}

.ewb-select-area {
    padding: 20px 0;
    border-bottom: 1px solid #39526b;
}

.ewb-select-txt {
    width: 95px;
    line-height: 34px;
    font-size: 16px;
}

.ewb-select-items>li {
    margin-left: 24px;
    float: left;
    width: 344px;
}

.ewb-select {
    display: block;
    width: 100%;
    height: 34px;
    outline: none;
    border: 1px solid #dbdbdb;
}

.ewb-footer-info {
    padding-top: 7px;
    position: relative;
    min-height: 88px;
}

.ewb-footer-info>p {
    line-height: 30px;
    text-align: center;
    color: #fff;
}

.ewb-footer-info a {
    color: #fff;
}


/* 需要向上展开的样式 */

.chosen-container-single .chosen-single {
    height: 34px;
    line-height: 34px;
    border: 1px solid #33567b;
    background: #33567b;
}

.chosen-container .chosen-drop {
    position: absolute;
    top: auto;
    bottom: 34px;
    /*    根据select的高度设置       */
    border: 1px solid #33567b;
    border-bottom: 0;
}

.chosen-container-single .chosen-single span {
    color: #fff;
}

.chosen-container .chosen-results li {
    text-align: center;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #33567b;
    border-top: 0;
}

.chosen-container-single .chosen-drop {
    margin-top: 0;
    border-radius: 4px 4px 0 0;
}

.ewb-gov-img {
    position: absolute;
}

.ewb-gov1 {
    top: 32px;
    left: 0;
    width: 103px;
    height: 49px;
}

.ewb-gov2 {
    top: 24px;
    right: 0;
    width: 48px;
    height: 60px;
}

.ewb-foot-space {
    margin: 0 20px;
}


/* 侧边栏 */

.ewb-sidebar {
    position: fixed;
    right: 50%;
    margin-right: -675px;
    top: 50%;
    margin-top: -86px;
    width: 62px;
    height: 173px;
    z-index: 999;
}

.ewb-sidebar-items>li {
    position: relative;
    margin-top: 7px;
}

.ewb-sidebar-items>li>span {
    display: block;
    height: 53px;
    cursor: pointer;
}

.ewb-sidebar-items>li:first-child {
    margin-top: 0;
}

.ewb-sidebar-items>li.ewb-sidebar1>span {
    background: url("../images/quick_ico1.png") center no-repeat;
}

.ewb-sidebar-items>li.ewb-sidebar1:hover>span {
    background-image: url("../images/quick_ico1_hover.png");
}

.ewb-sidebar-items>li.ewb-sidebar2>span {
    background: url("../images/quick_ico2.png") center no-repeat;
}

.ewb-sidebar-items>li.ewb-sidebar2:hover>span {
    background-image: url("../images/quick_ico2_hover.png");
}

.ewb-sidebar-items>li.ewb-sidebar3>span {
    background: url("../images/quick_ico3.png") center no-repeat;
}

.ewb-sidebar-items>li.ewb-sidebar3:hover>span {
    background-image: url("../images/quick_ico3_hover.png");
}

.ewb-wx-sub {
    position: absolute;
    display: none;
    top: -12px;
    right: 68px;
    width: 100px;
    padding: 10px 0 0 13px;
    height: 71px;
    text-align: center;
    /* background: url("../images/ewm_bg.png") center no-repeat; */
}

.ewb-sidebar-items>li.ewb-sidebar1:hover .ewb-wx-sub,
.ewb-sidebar-items>li.ewb-sidebar2:hover .ewb-wx-sub {
    display: block;
}


/* 2019-09-24 */
.ewb-footer {
    padding-top: 20px;
    min-height: 175px;
    padding-bottom: 10px;
    color: #333;
    background: url("../images/footer_bg.jpg") center bottom no-repeat #fafcff;
}

.ewb-select-area {
    border: 0;
}

.ewb-footer-info>p {
    color: #333;
}

.ewb-footer-info a {
    color: #333;
}

.ewb-footer-info>p i {
    font-weight: bold;
}

.chosen-container-single .chosen-single {
    border: 1px solid #cfcfcf;
    background: #fff;
}

.chosen-container-single .chosen-single span {
    color: #666;
}

.chosen-container .chosen-drop {
    border: 1px solid #cfcfcf;
    border-bottom: 0;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #cfcfcf;
}

.ewb-select-items>li {
    width: 334px;
}

.ewb-select-items>li:first-child {
    margin-left: 0;
}

.ewb-select-txt {
    margin-left: 30px;
}

.ewb-gov1 {
    left: 30px;
}

.ewb-gov2 {
    right: 28px;
}

.chosen-container-single .chosen-single span {
    text-align: center;
}

/* 20210114 */

.ewb-top-bar {
    background-color: #5691e2;
    background-image: linear-gradient(to bottom, #5691e2, #79adf3);
}

.ewb-platform-info {
    width: 660px;
    color: #fff;
    box-shadow: none;
    background-color: transparent;
}

.ewb-platform-items>li {
    min-width: 14.2857%;
}

.ewb-platform-list {
    color: #fff;
    display: block;
}

.ewb-platform-list:hover {
    color: #fff;
    background: url('../images/top_item.png') no-repeat center top;
}

.header-ewb-search-area {
    width: 261px;
    border-color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
}

.header-ewb-search-area:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.header-ewb-search .input-placeholder,
.header-ewb-search .input-box {
    color: #fff;
}

.header-ewb-search-btn {
    width: 62px;
}

input:-webkit-autofill {
    -webkit-text-fill-color: #666 !important;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    background-color: transparent;
    background-image: none;
    transition: background-color 50000s ease-in-out 0s;
}