@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 {
    min-width: 1200px;
    color: #333;
    font-size: 14px;
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, Arial, sans-serif;
    background-color: #f5f5f6;
}

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", "Helvetica Neue", Helvetica, Tahoma, Arial, sans-serif;
    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: rgba(255, 255, 255, 0.6);
}

textarea::-moz-placeholder,
input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

textarea:-moz-placeholder,
input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.placeholder {
    color: rgba(255, 255, 255, 0.6);
}


/* 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;
}

.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;
}


/* 通用样式 */

.container {
    width: 1200px;
    margin: 0 auto;
}


/* 头部 */

.com-header {
    height: 129px;
}

.top {
    position: relative;
    height: 65px;
    z-index: 10;
}

.top-logo {
    height: 41px;
    margin-top: 24px;
}

.top-logo img {
    display: inline-block;
    height: 100%;
    vertical-align: top;
}

.search-input {
    width: 425px;
    height: 38px;
    margin-top: 24px;
    border-radius: 40px;
    border: 1px solid #fff;
}

.search-chosen {
    width: 100px;
}

.header-sel {
    display: none;
}

.chosen-container {
    border-radius: 40px 0 0 40px;
}

.search-chosen .chosen-container-single .chosen-single {
    height: 38px;
    line-height: 38px;
    padding-left: 15px;
    border: none;
    box-shadow: none;
    background: transparent;
}

.search-chosen .chosen-container-single .chosen-single span {
    margin-right: 0;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}

.search-chosen .chosen-container-single .chosen-single div {
    width: 30px;
}

.search-chosen .chosen-container-single .chosen-single div b {
    background: url("../images/header_seldown.png") center center no-repeat;
}

.search-chosen .chosen-container-single.chosen-container-active .chosen-single div b {
    background-image: url("../images/header_selup.png");
}

.search-chosen .chosen-container .chosen-drop {
    top: 40px;
    bottom: auto;
    padding: 0;
    border: none;
    background: transparent;
}

.search-chosen .chosen-container .chosen-results {
    margin: 0;
    padding: 0;
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
}

.search-chosen .chosen-container .chosen-results li {
    text-align: left;
    padding: 6px 15px;
}

.input-box {
    width: calc(96% - 166px);
    height: 18px;
    line-height: 18px;
    margin-top: 10px;
    padding: 0 12px;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    outline: none;
    border: none;
    border-left: 1px solid #fff;
    background: transparent;
}

.search-btn {
    width: 83px;
    height: 100%;
    line-height: 38px;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    color: #555;
    border-radius: 0 40px 40px 0;
    background: #eaedfb;
}

.search-btn>i {
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: top;
    margin: 10px 7px 0 0;
    background: url("../images/header_serach.png") center center no-repeat;
}

.nav {
    position: relative;
    height: 46px;
    line-height: 45px;
    margin-top: 17px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 2;
}

.nav-item {
    height: 46px;
    border-bottom: 2px solid transparent;
    box-sizing: border-box;
}

.nav-item a {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
}

.nav-item+.nav-item {
    margin-left: 44px;
}

.nav-item.active,
.nav-item:hover {
    border-color: #fff;
}

.go-main {
    padding-left: 36px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: url("../images/cur_loc.png") no-repeat left center;
}


/* 尾部 */

.footer {
    background: #333;
}

.link {
    padding-top: 24px;
}

.link-hd {
    padding-left: 26px;
    line-height: 48px;
    height: 48px;
    background: url("../images/link.png") left center no-repeat;
}

.link-hd .link-tt {
    font-size: 16px;
    font-weight: bold;
    color: #dadada;
}

.link-bd {
    padding-bottom: 26px;
}

.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;
}

.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;
}


/* 网站联盟 */

.inter-union {
    display: flex;
    align-items: center;
    height: 102px;
    background-color: #fff;
}

.inter-union img {
    width: 90px;
}

.inter-scroll {
    width: calc(100% - 95px) !important;
    margin-top: 6px;
}

.inter-list {
    font-size: 0;
    white-space: nowrap;
}

.inter-item {
    display: inline-block;
    width: 246px;
    height: 62px;
    margin-left: 29px;
    vertical-align: top;
}

.inter-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    color: #374e9a;
    text-shadow: 0px 3px 0px rgba(7, 6, 23, 0.06);
    background: url("../images/inter_bg.png") no-repeat;
}


/* 公用类 */

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.box {
    box-shadow: 0px 2px 16px 0px rgba(116, 116, 116, 0.1);
    background-color: #fff;
}


/* 通用列表 */

.info-item {
    height: 42px;
    line-height: 42px;
    padding: 0 20px 0 15px;
    font-size: 15px;
}

.info-item+.info-item {
    margin-top: 3px;
}

.info-tt {
    width: calc(100% - 250px);
    color: #333;
}

.info-item .date {
    width: 84px;
    text-align: right;
    color: #c0c0c0;
}

.info-item .state {
    color: #415dbb;
}

.info-item:hover .info-tt,
.info-item:hover .date {
    color: #415dbb;
}

.info-item:hover {
    background-color: #f9f9f9;
}

/* 20241120 调整 */

.mt16 {
    margin-top: 16px;
}

.com-header {
    height: 229px;
}

.header-topbar {
    height: 37px;
    line-height: 36px;
    color: #fff;
    background: rgba(0, 33, 75, 0.7);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
}

.header-action-node {
    padding-left: 22px;
    color: #fff;
    background: left center no-repeat;
}

.header-action-node.icon1 {
    background-image: url("../images/header_action_icon1.png");
}

.header-action-node.icon2 {
    background-image: url("../images/header_action_icon2.png");
}

.header-action-item {
    position: relative;
    padding-right: 30px;
}

.header-action-item::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-right: 14.5px;
    width: 1px;
    height: 10px;
    margin-top: -5px;
    background: #fff;
}

.header-action-item:last-child {
    padding-right: 0;
}

.header-action-item:last-child::after {
    display: none;
}

.header-action-sub {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    min-width: 85px;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    box-sizing: border-box;
    z-index: 11;
}

.header-action-sub-item {
    margin-bottom: 10px;
}

.header-action-sub-item:last-child {
    margin-bottom: 0;
}

.header-action-sub-item>a {
    display: block;
    padding: 0 10px;
    line-height: 22px;
    font-size: 15px;
    color: #333;
    text-align: center;
}

.header-action-sub-item:hover>a {
    color: #1C6DD6;
}

.header-action-item:hover .header-action-node {
    color: #F4BB22;
}

.header-action-item:hover .header-action-node.icon1 {
    background-image: url("../images/header_action_icon1_h.png");
}

.header-action-item:hover .header-action-node.icon2 {
    background-image: url("../images/header_action_icon2_h.png");
}

.header-action-item:hover .header-action-sub {
    display: block;
}

.top {
    height: auto;
}

.top-logo {
    height: 80px;
    margin-top: 30px;
}

.search-input {
    position: relative;
    background: #fff;
    border: 0;
    height: 46px;
    margin-top: 47px;
    font-size: 15px;
}

.search-input::before {
    content: "";
    position: absolute;
    left: 100px;
    top: 50%;
    width: 1px;
    height: 22px;
    margin-top: -11px;
    background: #E3E3E3;
}

.search-chosen .chosen-container-single .chosen-single {
    height: 46px;
    line-height: 46px;
    padding-left: 10px;
}

.search-chosen .chosen-container-single .chosen-single span {
    margin-right: 22px;
    color: #8A8F99;
    text-align: center;
}

.search-chosen .chosen-container .chosen-drop {
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}

.search-chosen .chosen-container .chosen-results li {
    padding: 0 10px;
    line-height: 22px;
    color: #333;
    margin-bottom: 10px;
    text-align: center;
    text-indent: 0;
}

.search-chosen .chosen-container .chosen-results li:last-child {
    margin-bottom: 0;
}

.search-chosen .chosen-container .chosen-results li.highlighted {
    background: transparent;
    color: #1C6DD6;
}

.search-btn {
    font-size: 0;
    width: 56px;
    background: #1C6DD6 url("../images/header_search.png") center center no-repeat;
}

.search-btn:hover {
    background-color: #145EBF;
}

.input-box {
    width: calc(100% - 100px - 56px);
    height: 46px;
    line-height: 46px;
    margin-top: 0;
    color: #333;
    border: 0;
}

.search-btn>i {
    display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #B8BECC;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
    color: #B8BECC;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
    color: #B8BECC;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #B8BECC;
}

.nav {
    height: 52px;
    line-height: 52px;
    border-bottom: 0;
    margin-top: 30px;
}

.nav > .container {
    background: #1C6DD6;
    border-radius: 12px 12px 0 0;
}

.nav-item {
    width: 16.66%;
    height: 52px;
    border-bottom: 0;
    text-align: center;
}

.nav-item+.nav-item {
    margin-left: 0;
}

.nav-item:first-child {
    border-radius: 12px 0 0 0;
}

.nav-item:last-child {
    border-radius: 0 12px 0 0;
}

.nav-item a {
    display: block;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nav-icon {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    margin: -5px 8px 0 0;
    background: center center no-repeat;
}

.nav-icon.icon1 {
    background-image: url("../images/nav_icon1.png");
}

.nav-icon.icon2 {
    background-image: url("../images/nav_icon2.png");
}

.nav-icon.icon3 {
    background-image: url("../images/nav_icon3.png");
}

.nav-icon.icon4 {
    background-image: url("../images/nav_icon4.png");
}

.nav-icon.icon5 {
    background-image: url("../images/nav_icon5.png");
}

.nav-icon.icon6 {
    background-image: url("../images/nav_icon6.png");
}

.nav-item.active, .nav-item:hover {
    background: #145EBF;
}

.nav-item.active a, .nav-item:hover a {
    font-weight: bold;
}

.full-bg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background: url("../images/bg.jpg") center center / 100% 100% no-repeat;
}

.main-box {
    padding: 16px;
    background: rgba(255, 255, 255, 0.7);
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    min-height: 100%;
    padding-bottom: 240px;
    position: relative;
    box-sizing: border-box;
}

#footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    min-width: 1200px;
}

.footer {
    margin-top: 20px;
}

.link>.container {
    position: relative;
    padding-right: 120px;
    box-sizing: border-box;
}

.link-item {
    height: 28px;
    line-height: 28px;
}

.link-bd {
    padding-bottom: 18px;
}

.foot-ebs {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.foot-copy {
    height: 45px;
    line-height: 45px;
}


.sider {
    position: fixed;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 102px;
    border-radius: 6px;
    background: #FFF;
    border-radius: 4px;
    box-shadow: 0px 2px 12px 0px rgba(140, 152, 169, 0.20);
    z-index: 1010;
}

.sider-head {
    height: 32px;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 32px;
    background: linear-gradient(180deg, #5DA2FC 0%, #4175DC 100%);
    border-radius: 4px 4px 0 0;
    box-shadow: 0px 1px 20px 0px rgba(1, 71, 154, 0.05);
}

.sider .sub-list {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    min-width:116px;
    margin-right: 124px;
    padding:10px 12px;
    right: 0;
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 2px 12px 0px rgba(140, 152, 169, 0.20);
}
.sider .sub-list::before{
    content:'';
    position:absolute;
    right: 0px;
    top:50%;
    transform: translateY(-50%);
    width: 21px;
    height: 101px;
    margin-right: -21px;
    background: url('../images/trangle_i.png') 
     left center no-repeat;
}
.sider .sub-list>li{
    padding-left:22px;
    white-space: nowrap;
    background:left center no-repeat;
    cursor: auto;
}
.sider .sub-list .qq{
    background-image:url('../images/qq_ico.png');
}
.sider .sub-list .phone{
    background-image:url('../images/phone_ico.png');
}
.sider .sider-body>li {
    position: relative;
    height: 101px;
    padding-top: 54px;
    color: #333;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    
    border-bottom: 1px solid rgba(65, 93, 187, 0.10);
    box-sizing:border-box;
    cursor:pointer;
}
.sider .sider-body>li::before{
    content:'';
    position:absolute;
    top:12px;
    left:50%;
    transform: translateX(-50%);
    width:32px;
    height:32px;
    background:center no-repeat;
    background-size: 32px 32px;
}

.sider .sider-body>li:last-child {
    border: 0;
    border-radius:0 0 4px 4px;
}
.sider .sider-body>li:hover{
   background: linear-gradient(180deg, #5DA6FE 0%, #3772E7 100%);
}
.sider .sider-body>li:hover p{
    color: #FFF;
}
.sider .sider-body>li:hover .sub-list{
    display:block;
}
.sider .sider-body>li[data-type="phone"]::before{
    background-image:url('../images/web_ico.png')
}
.sider .sider-body>li[data-type="phone"]:hover::before{
    background-image:url('../images/web_ico_hover.png')
}

.sider .sider-body>li[data-type="qq"]::before{
    background-image:url('../images/customer_ico.png')
}
.sider .sider-body>li[data-type="qq"]:hover::before{
    background-image:url('../images/customer_ico_hover.png')
}


.sider .sider-body>li[data-type="bid"]::before{
    background-image:url('../images/bid_ico.png')
}
.sider .sider-body>li[data-type="bid"]:hover::before{
    background-image:url('../images/bid_ico_hover.png')
}

@media(max-width:1366px){
    .sider{
        right:0;
    }
    .sider .sider-body>li{
        height: 91px;
        padding-top: 49px;
    }
}
