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

body {
  background-color: #f5f5f6;
}

.banner-area {
  height: 120px;
  overflow: hidden;
  background: url("../images/banner_bg.jpg") center top no-repeat;
}

.top-bar {
  margin-top: 13px;
  display: flex;
}
.top-bar .page-name {
  flex-shrink: 0;
  font-weight: 700;
  color: #fff;
  font-size: 40px;
  line-height: 59px;
}

.nav-items {
  margin-left: 48px;
  flex: 1;
  width: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 19px;
}
.nav-items .nav-item {
  box-sizing: border-box;
  height: 40px;
  line-height: 24px;
  border-bottom: 2px solid transparent;
}
.nav-items .nav-item > a {
  color: #fff;
  font-family: "Microsoft YaHei";
  font-weight: 700;
  font-size: 18px;
}
.nav-items .nav-item.current {
  border-bottom-color: #fff;
}

.login-area {
  display: flex;
  justify-content: space-between;
  margin-top: 94.5px;
}
.login-area .slogan-img {
  margin-left: 151px;
  margin-top: 11.5px;
}
.login-area .login-box {
  flex-shrink: 0;
  width: 300px;
  height: 347px;
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.13) 100%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0px 2px 16px 0px rgba(116, 116, 116, 0.1);
}

.login-items {
  padding: 20px 15px 0;
}
.login-items .login-item {
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, #ffffff 100%);
  border: 1px solid #fff;
  box-shadow: 0px 3px 6px 0px rgba(31, 51, 129, 0.15);
}
.login-items .login-item > a {
  display: block;
  padding-left: 86px;
  line-height: 58px;
  height: 58px;
  font-size: 20px;
  color: #333;
  background-position: 32px 50%;
  background-repeat: no-repeat;
}
.login-items .login-item > a:hover {
  color: #6689EB;
}
.login-items .login-item + .login-item {
  margin-top: 12px;
}
.login-items .login-item.login1 > a {
  background-image: url("../images/login_ico1.png");
}
.login-items .login-item.login2 > a {
  background-image: url("../images/login_ico2.png");
}
.login-items .login-item.login3 > a {
  background-image: url("../images/login_ico3.png");
}
.login-items .login-item.login4 > a {
  background-image: url("../images/login_ico4.png");
}


.banner-area2 {
  height: 550px;
  overflow: hidden;
  background: url("../images/banner_bg.jpg") center top no-repeat;
      margin-top: -120px;
}

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


.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;
	position: relative;
}

.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-tt-long {
    width: calc(100% - 56px);
    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;
}

/*20240129新增  */
.all-country {
    height: 36px;
    line-height: 36px;
    margin: 24px 0 0 6px;
    color: #FFF;
    padding-left: 22px;
    font-size: 16px;
    background: url("../images/header_location.png") no-repeat left center;
    letter-spacing: -1px;
    cursor: pointer;
}

.search-condition {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    height: 430px;
    background: url("../images/search_condition.jpg") no-repeat;
    /* z-index: 1000; */
}

.condition-content {
    height: 100%;
    /* margin-left: 202px; */
    margin-left: 20px;
    padding: 0 23px;
}

.condition-top {
    height: 81px;
    padding-top: 18px;
    box-sizing: border-box;
    border-bottom: 1px dashed #d7e1ef;
}

.condition-top .condition-tt {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}

.area-sel {
    width: 120px;
    margin-left: 20px;
}

.area-sel .chosen-container .chosen-results::-webkit-scrollbar {
    width: 3px;
    /*对垂直流动条有效*/
}

/*定义滚动条的轨道颜色、内阴影及圆角*/
.area-sel .chosen-container .chosen-results::-webkit-scrollbar-track {
    border-radius: 3px;
    background-color: #d9e5f2;
}

/*定义滑块颜色、内阴影及圆角*/
.area-sel .chosen-container .chosen-results::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #1463ce;
}

.area-sel .chosen-container-single .chosen-single {
    height: 32px;
    line-height: 32px;
    border-color: #b5c2d4;
    border-radius: 6px;
    padding-left: 15px;
    color: #718bae;
}

.area-sel .chosen-container-single .chosen-single span {
    height: 30px;
    line-height: 30px;
}

.area-sel .chosen-container-active.chosen-with-drop .chosen-single {
    background: #fff;
    box-shadow: none;
    color: #333;
}

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

.area-sel .chosen-container-single.chosen-with-drop .chosen-single div b {
    background-image: url("../images/top_selup.png");
}

.area-sel .chosen-container-single .chosen-single div {
    right: 11px;
}

.area-sel .chosen-container .chosen-results li {
    line-height: 20px;
    padding: 5px 11px;
}

.area-sel .chosen-with-drop .chosen-drop {
    top: 42px;
    padding: 5px 0;
    border: none;
    border-radius: 6px;
    box-shadow: 0px 5px 10px 0px rgba(31, 51, 129, 0.1);
    background-color: #fff;
}

.area-sel .chosen-container .chosen-results {
    margin: 0 5px 0 0;
    max-height: 290px !important;
    height: 290px !important;
}

.sel-box-head {
    display: none;
}

.city-sel {
    display: none;
}

.country-sel {
    display: none;
}

.choose-list {
    margin-left: 20px;
}

.choose-item {
    height: 34px;
    line-height: 32px;
    padding: 0 15px;
    border-radius: 4px;
    border: 1px solid #fff;
    box-sizing: border-box;
    color: #3f5279;
    cursor: pointer;
}

.choose-item.active {
    color: #3768cd;
    border-color: #3768cd;
}

.condition-tips .input-placeholder {
    left: 12px;
    top: 0;
    color: #718bae;
	 position:absolute;
}

.condition-tips .input {
    width: 100%;
    height: 100%;
    line-height: 38px;
    padding: 0 45px 0 12px;
    box-sizing: border-box;
    background: none;
}

.condition-tips .btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 100%;
    background: url("../images/main_search.png") no-repeat center;
    cursor: pointer;
}

.condition-scroll {
    line-height: 32px;
}

.condition-scroll .condition {
    padding: 10px 0;
}

.condition-scroll .condition:first-child {
    overflow: hidden;
}

.condition-scroll .condition+.condition {
    border-top: 1px dashed #d7e1ef;
}

.condition-scroll .condition-tt {
    width: 61px;
    text-align: right;
}

.hot-box {
    height: 84px;
    box-sizing: border-box;
}

.hot-list {
    margin-left: 72px;
}

.hot-item {
    margin: 0 20px;
}

.hot-item a {
    color: #3f5279;
}

.hot-item.current a, .hot-item:hover a {
    color: #1463ce;
}

.letter-list {
    margin-left: 78px;
}

.letter-list .hot-item {
    margin: 0 12px;
}

.letter-box {
    overflow: hidden;
}

.section-wrap {
    height: 193px;
    margin-top: 20px;
    overflow: auto;
}

.section-wrap::-webkit-scrollbar {
    width: 6px;
    /*对垂直流动条有效*/
}

/*定义滚动条的轨道颜色、内阴影及圆角*/
.section-wrap::-webkit-scrollbar-track {
    background-color: transparent;
}

/*定义滑块颜色、内阴影及圆角*/
.section-wrap::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #c3dbf7;
}

.section-item {
    position: relative;
    padding-bottom: 20px;
    z-index: 1;
    overflow: hidden;
}

.section-item:before {
    position: absolute;
    left: 50px;
    top: 0;
    content: "";
    width: 0;
    height: 100%;
    border-left: 2px solid #dadde1;
    z-index: -1;
}

.section-item .letter {
    width: 52px;
    height: 17px;
    line-height: 17px;
    text-align: center;
    border-right: 2px solid #dadde1;
    box-sizing: border-box;
}

.section-item.current .letter {
    border-color: #1463ce;
    color: #1463ce;
}

.section-item .hot-item {
    height: 32px;
    line-height: normal;
}

.ebs-wrap {
    margin-top: 24px;
    margin-left: 12px;
}

.input-tips {
    position: relative;
}

.condition-tips {
    width: 350px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #b5c2d4;
    box-sizing: border-box;
    border-radius: 6px;
}

.condition-tips .input {
    width: 100%;
    height: 100%;
    line-height: 38px;
    padding: 0 45px 0 12px;
    box-sizing: border-box;
    background: none;
}

.condition-tips .input::placeholder {
    color: #718bae;
}

.condition-tips .btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 100%;
    background: url("../images/main_search.png") no-repeat center;
    cursor: pointer;
}

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

.sanxing{
	position: absolute;
	right: 320px;
	bottom: 110px;
}

.sanxing2{
	position: absolute;
	right: 250px;
	bottom: 58px;
}

.gohome{
	position: absolute;
    right: 20px;
    top: 30px;
    z-index: 1000;
	cursor: pointer;
}
