﻿@charset "UTF-8";
@font-face {
    font-family: 'SourceHanSansCN-Regular';
    src: url('../fonts/SourceHanSansCN-Regular.woff') format('woff'), url('../fonts/SourceHanSansCN-Regular.ttf') format('truetype'),
        url('../fonts/SourceHanSansCN-Regular.eot') format('embedded-opentype');
}

/* 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: #666;
    font-size: 16px;
    font-family: 'SourceHanSansCN-Regular';
    overflow-x: hidden;
}

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: 'SourceHanSansCN-Regular';
    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);
}

.text-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 通用样式 */

#header {
    min-height: 386px;
}

.header {
    min-height: 386px;
    background: url('../images/header_bg.jpg') no-repeat center bottom;
}

@media (max-width: 979px) {
    #header {
        min-height: auto;
    }
    .header {
        min-height: auto;
    }
}

.top {
    min-height: 36px;
    line-height: 24px;
    padding: 6.5px 0;
    font-size: 15px;
    background-color: rgba(255, 255, 255, 0.5);
}

.top-l {
    float: left;
    color: #666;
    margin-left: 25px;
}

.top-r {
    float: right;
}

.top-r > span {
    margin-right: 12px;
}

.top-r > span:last-child {
    margin-right: 0;
}

@media (max-width: 767px) {
    .top-l,
    .top-r {
        float: none;
    }
}

.logo {
    float: left;
    padding-top: 30px;
}

.header-info {
    position: relative;
}

.mt27 {
    margin-top: 27px;
}

/* 搜索框 */

.search-wrap {
    padding-top: 57px;
    float: right;
}

.search-info {
    position: relative;
    margin-right: 104px;
}

.search {
    position: relative;
    width: 336px;
    z-index: 1;
    font-size: 14px;
    padding: 0 100px 0 20px;
    height: 44px;
    border-radius: 25px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.search .input-placeholder {
    position: absolute;
    top: 0;
    left: 20px;
    height: 44px;
    line-height: 44px;
    color: #999;
    z-index: -1;
    cursor: text;
}

.search .input-box {
    width: 100%;
    height: 44px;
    line-height: 44px;
    border: 0;
    background: 0 0;
}

.search-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 90px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    text-align: center;
    border-radius: 0px 25px 25px 0;
    color: #fff;
    background-color: #0090e9;
}

.more-search {
    position: absolute;
    top: 0;
    right: -104px;
    width: 95px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 25px;
    background-color: #f39800;
}

.search-hot {
    font-size: 14px;
    color: #868585;
    margin-top: 12px;
    margin-left: 19px;
}

.search-hot > a {
    display: inline-block;
    vertical-align: top;
    color: #868585;
    margin-left: 8px;
}

.search-hot > a:first-child {
    margin-left: 0;
}

@media (max-width: 979px) {
    .mt27 {
        margin-top: 16px;
    }
    .header-info {
        padding-bottom: 10px;
    }
    .logo {
        float: none;
        padding-right: 100px;
        padding-top: 20px;
    }
    .search-wrap {
        float: none;
        padding-top: 20px;
    }
    .search {
        width: auto;
    }
    .search-hot,
    .search-hot > a {
        color: #0090e9;
    }
}

/* nav */

.nav {
    height: 60px;
    border-radius: 15px 15px 0 0;
    margin-top: 120px;
    background-color: #0090e9;
}

.nav-item > li {
    position: relative;
    float: left;
    width: 11%;
}

.nav-item > li:first-child > a {
    border-radius: 15px 0 0 0;
}

.nav-item > li:last-child > a {
    border-radius: 0 15px 0 0;
}

.nav-link {
    display: block;
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.nav-item > li.current > a,
.nav-link:hover {
    font-weight: bold;
    background-color: #41b6fe;
    background-image: linear-gradient(to bottom, #0090e9, #41b6fe);
}

.phone-ico {
    display: none;
    height: 30px;
    background: url(../images/phone_ico.png) center no-repeat;
}

.nav-wrap {
    display: none;
    position: absolute;
    width: 286px;
    padding: 0 20px 20px;
    top: 78px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    border: 1px solid #0090e9;
    background-color: #fff;
}

.nav-wrap:before {
    position: absolute;
    content: '';
    top: -17px;
    left: 0;
    width: 100%;
    height: 17px;
    background: url('../images/ico_tri.png') no-repeat center bottom;
}

.nav-wrap-items > li {
    float: left;
    width: 50%;
    margin-top: 20px;
}

.nav-wrap-items > li > a {
    display: block;
    padding-left: 14px;
    color: #333;
    background: url('../images/dot.png') no-repeat left center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav-wrap-items > li > a:hover {
    color: #0090e9;
}

.nav-item > li:hover .nav-wrap {
    display: block;
}

@media (max-width: 979px) {
    .nav {
        position: absolute;
        right: 12px;
        top: 22px;
        width: 35px;
        height: 30px;
        z-index: 2;
        margin-top: 0;
        border-radius: 0;
        overflow: inherit;
    }
    .phone-ico {
        display: block;
    }
    .nav-item {
        display: none;
        position: absolute;
        top: 40px;
        right: 0;
        min-width: 150px;
        padding: 10px 0;
        border-radius: 3px;
        background-color: rgba(0, 0, 0, 0.6);
    }
    .nav-item > li {
        float: none;
        width: 100%;
    }
    .nav-item > li:first-child > a,
    .nav-item > li:last-child > a {
        border-radius: 0;
    }
    .nav-item > li:hover .nav-wrap {
        display: none;
    }
    .nav-link {
        line-height: 24px;
        font-size: 14px;
    }
}

/* footer */

.footer {
    min-height: 206px;
    background: url('../images/footer_bg.jpg') no-repeat center top;
    background-size: 100% 100%;
}

.foot-wrap {
    position: relative;
}

.select {
    padding-top: 20px;
    padding-bottom: 30px;
}

.select-items > li {
    float: left;
    width: calc(100% / 4 - 15px);
    margin-top: 10px;
    margin-left: 20px;
}

.select-items > li:first-child {
    margin-left: 0;
}

/* chosen */

.select-info {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    border: 1px solid #aec8dc;
}

.chosen-container {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
}

.chosen-container-single .chosen-single {
    padding: 0 0 0 20px;
    height: 40px;
    border: 1px solid #aec8dc;
    box-shadow: none;
    color: #666;
    background-color: #cce6fa;
}

.chosen-container-single .chosen-default {
    color: #999;
}

.chosen-container-single .chosen-single.cur {
    color: #333;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aec8dc;
}

.chosen-container-single .chosen-single span {
    margin-right: 20px;
    height: 38px;
    line-height: 38px;
}

.chosen-container-single .chosen-single div {
    width: 20px;
    padding: 0;
}

.chosen-container-single .chosen-single div b {
    width: 20px;
    height: 38px;
    background: url('../images/sel_ico.png') left center no-repeat;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url('../images/sel_icoh.png') left center no-repeat;
}

.chosen-container-single .chosen-drop {
    top: auto;
    bottom: 40px;
    left: 0;
    right: 0;
    border: 1px solid #aec8dc;
    border-bottom: none;
    border-radius: 0;
}

.chosen-container .chosen-search {
    display: none;
}

.chosen-container .chosen-results {
    margin: 0;
    padding: 0;
    color: #666666;
    background-color: #fff;
}

.chosen-container .chosen-results li {
    padding-left: 20px;
    padding-right: 10px;
    line-height: 22px;
}

.chosen-container .chosen-results li.highlighted {
    color: #fff;
    background-color: #0087ff;
}

@media (max-width: 979px) {
    .select {
        padding-top: 10px;
    }
    .select-items > li {
        float: none;
        width: 100%;
        margin-left: 0;
    }
}

.foot-info {
    text-align: center;
    color: #fff;
    line-height: 28px;
}

.foot-info > span > a {
    color: #fff;
}

.foot-info > span {
    display: inline-block;
    vertical-align: top;
}

.address > span {
    margin: 0 10px;
}

.foot-ico {
    position: absolute;
    top: 108px;
    right: 64px;
}

.foot-ico2 {
    position: absolute;
    top: 108px;
    right: 151px;
}

@media (max-width: 979px) {
    .footer {
        background: #0079e4;
    }
    .foot-ico {
        position: static;
        display: block;
        width: 53px;
        margin: 0 auto;
        padding: 10px 0;
    }
    .foot-ico2 {
        position: static;
        display: block;
        width: 53px;
        margin: 0 auto;
        padding: 10px 0;
    }
    .select {
        padding-bottom: 10px;
    }
}
.ewb-footer-jiucuo {
    position: absolute;
    top: 108px;
    left: 64px;
}

@media (max-width: 979px) {
    .ewb-footer-jiucuo {
        position: static;
        display: block;
        width: 53px;
        margin: 0 auto;
        padding: 10px 0;
    }
}

/* 手机端更多样式 */

.ewb-phone-more {
    color: #666;
    display: block;
    height: 30px;
    line-height: 28px;
    text-align: center;
    background: #ededed;
    border: 1px solid #ccc;
    border-radius: 2px;
    clear: both;
    margin-top: 5px;
}

.sub-body {
    background-color: #f3f8ff;
}

/* 党前位置 */

.location {
    padding-left: 28px;
    line-height: 22px;
    margin-top: 16px;
    background: url('../images/ico_loc.png') no-repeat left top;
}

.location a {
    color: #333;
}

.location span {
    color: #0090e9;
}

/* 左侧栏目 */

.mt24 {
    margin-top: 24px;
}

.tree-hd {
    height: 64px;
    line-height: 64px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: url('../images/tree_hd.jpg') no-repeat center top;
    background-size: 100% 100%;
}

.tree-bd {
    padding: 14px 4px;
    background-color: #fff;
}

.tree-items > li {
    height: 64px;
    line-height: 56px;
    border-left: 5px solid transparent;
    border-top: 1px solid #eee;
}

.tree-items > li:first-child {
    border-top: none;
}

.tree-items > li > a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-right: 15px;
    font-size: 18px;
    line-height: 24px;
    color: #333;
    padding-left: 48px;
    background-repeat: no-repeat;
    background-position: 15px top;
}

.tree-items > li > a:before {
    position: absolute;
    content: '';
    width: 32px;
    height: 24px;
    left: 16px;
    top: 0;
    background-repeat: no-repeat;
    background-position: left center;
}

.tree-items > li.current,
.tree-items > li:hover {
    border-left-color: #0090e9;
    background-color: #ebf3fd;
}

.tree-items > li:hover > a,
.tree-items > li.current > a {
    font-weight: bold;
    color: #0090e9;
}

@media (max-width: 1199px) {
    .tree-items > li > a {
        font-size: 14px;
    }
}

@media (max-width: 979px) {
    .mt24 {
        margin-top: 16px;
    }
    .tree-items > li > a {
        font-size: 16px;
    }
}

.content {
    padding: 10px 20px 30px;
    background-color: #fff;
}

.content-hd {
    height: 54px;
    border-bottom: 1px solid #7aadf1;
}

.content-hd > span {
    display: block;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    line-height: 54px;
    padding-right: 12px;
    background-color: #fff;
}

.content-hd > span:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0px;
    right: 12px;
    height: 4px;
    background-color: #0090e9;
}

.con-search {
    position: relative;
    width: 260px;
    height: 32px;
    line-height: 30px;
    border: 1px solid #ddd;
    padding-right: 34px;
    z-index: 1;
    padding-left: 10px;
    margin-top: 10px;
}

.con-search .input-placeholder {
    position: absolute;
    top: 0;
    left: 10px;
    height: 30px;
    line-height: 30px;
    color: #999;
    z-index: -1;
    cursor: text;
    font-size: 14px;
}

.con-search .input-box {
    width: 100%;
    height: 30px;
    line-height: 30px;
    border: 0;
    background: 0 0;
    font-size: 14px;
}

.con-btn {
    position: absolute;
    top: 50%;
    margin-top: -7.5px;
    right: 9px;
    width: 15px;
    height: 15px;
    background: url('../images/search_btn.png') no-repeat;
}

@media (max-width: 979px) {
    .content {
        padding-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .con-search {
        width: 150px;
    }
}

.sub-footer {
    margin-top: 30px;
}

/* table */

.table-style {
    width: 100%;
    table-layout: fixed;
}

.table-style tr th {
    font-size: 18px;
    height: 50px;
    padding: 0 5px;
    color: #333;
    text-align: center;
    background-color: #f8f8f8;
}

.table-style tr td {
    height: 51px;
    padding: 0 5px;
    text-align: center;
    border-bottom: 1px dashed #e6e6e6;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.table-style tr td a {
    color: #666;
}

.table-style tr .text-left {
    text-align: left;
}

.table-style tr:hover td,
.table-style tr:hover td a {
    color: #0090e9;
}

@media (max-width: 979px) {
    .sub-footer {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .table-scroll {
        overflow-x: auto;
    }
    .table-style {
        width: 767px;
    }
}

.now a {
    text-decoration: none;
    color: #666;
}

/* 2021.03.25 */
.header {
    position: relative;
    background: none;
}

.banner-owl {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.banner-owl .owl-stage-outer,
.banner-owl .owl-stage,
.banner-owl .owl-item,
.banner-owl .item,
.banner-owl img {
    height: 100%;
}

/*长三角logo*/
.csjlogo {
    float: left;
    padding-top: 30px;
    width: 180px;
}
.body-top {
    padding-top: 280px;
    display: block;
    background: url('../images/banner.png') center top no-repeat;
    background-size:1920px 999px;
}
