@charset "UTF-8";

/* @font-face {
  font-family: "Microsoft YaHei";
  src: url("../css/fonts/SourceHanSansCN-Regular.woff") format("woff"), url("../css/fonst/SourceHanSansCN-Regular.ttf") format("truetype"), url("../css/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: #333;
    font-family: Microsoft YaHei, system-ui, -apple-system, Segoe UI, Rototo, Helvetica, Arial, sans-serif !important;
    font-size: 16px;
	background: #eff5fe !important;
}

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

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


/* @font-face {
  font-family: "Source Han Sans CN";
  src: url("./fonts/SourceHanSansCN-Regular/SourceHanSansCN-Regular.woff") format("woff"), url("./fonts/SourceHanSansCN-Regular/SourceHanSansCN-Regular.ttf") format("truetype"), url("./fonts/SourceHanSansCN-Regular/SourceHanSansCN-Regular.eot") format("embedded-opentype");
}


body {
  font-family: Source Han Sans CN  !important;
}*/

/* 通用样式 */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

@media (max-width: 768px) {
    .container {
        width: 100%;
    }
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}





.loc {
    padding: 15px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 24px;
    font-size: 14px;
    line-height: 19px;
    font-weight: 350;
    color: #333;
    letter-spacing: 0.04px;
    background: url("../images/loc_icon.png") left top 15px no-repeat;
}

.loc a {
    margin-right: 15px;
    position: relative;
    color: #333;
}

.loc a:hover {
    color: #3367e7;
}

.loc a:after {
    content: ">";
    position: absolute;
    right: -13px;
    top: 50%;
    color: #333;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.loc .cur {
    color: #3367e7;
}

.pager {
    text-align: center;
}

.pager .layui-laypage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px 0 0 0;
    text-align: right;
}

.pager .layui-laypage-count {
    float: left;
}

.pager .layui-laypage .layui-laypage-curr {
    margin-right: 8px;
    padding: 0 11px;
    border: 2px solid #1f77fb;
}

.pager .layui-laypage .layui-laypage-curr em {
    color: #1f77fb;
}

.pager .layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: transparent;
}

.pager .layui-laypage-spr {
    min-width: 34px;
    text-align: center;
    padding: 0;
    border: 2px solid #ecedf2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 8px;
}

.pager .layui-laypage span {
    margin-top: 0;
    margin-bottom: 0;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    background: transparent;
}

.pager .layui-laypage-limits {
    margin-left: 0;
    margin-right: 0;
}

.pager .layui-laypage select {
    min-width: 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 32px;
    text-align: center;
    line-height: 25px;
    border: 2px solid #ecedf2;
    color: #4e5463;
}

.pager .layui-laypage a {
    min-width: 34px;
    height: 32px;
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    line-height: 28px;
    margin: 0 8px 0 0;
    padding: 0 8px;
    border: 2px solid #ecedf2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.pager .layui-laypage a:hover {
    border-color: #1f77fb;
    color: #1f77fb;
}

.pager .layui-laypage input {
    border: 2px solid #ecedf2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 30px;
    width: 32px;
}

.pager .layui-laypage-last {
    display: none;
}

.pager .layui-laypage .layui-disabled {
    background-color: #ecedf2;
    color: #ecedf2;
}

.pager .layui-laypage-btn {
    display: none;
}

.pager .layui-laypage-prev,
.pager .layui-laypage-next {
    background: no-repeat center;
}

.pager .layui-laypage-prev {
    background-image: url("../images/prev.png");
}

.pager .layui-laypage-prev.layui-disabled {
    background-image: url("../images/prev_disabled.png");
}

.pager .layui-laypage-next {
    background-image: url("../images/next.png");
}

.pager .layui-laypage-next.layui-disabled {
    background-image: url("../images/next_disabled.png");
}

.pager .layui-laypage input:focus,
.pager .layui-laypage select:focus {
    border-color: #1f77fb !important;
}

.elements {
    width: calc(77.42% - 11px);
    background: #fff;
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.05);
}

.elements-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.08);
    padding: 0 15px 0 19px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.elements-title-name {
    position: relative;
    font-size: 20px;
    letter-spacing: 0.04px;
    color: #666;
}

.elements-title .active,
.elements-title .current {
    color: #3367e7;
    font-weight: 700;
}

.elements-title .active::after,
.elements-title .current::after {
    position: absolute;
    left: 0;
    bottom: -20px;
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #3367e7;
}

.elements-title-search {
    position: relative;
}

.elements-title-search .inp {
    width: 278px;
    height: 34px;
    background-color: #fafafa;
    border: 1px solid #e6e6e6;
    outline: none;
    font-weight: 350;
    letter-spacing: 0.04px;
    color: #999;
    font-size: 14px;
    line-height: 32px;
    padding: 0 70px 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.elements-title-search .inp::-webkit-input-placeholder {
    color: #999;
    font-size: 14px;
}

.elements-title-search .inp::-moz-placeholder {
    color: #999;
    font-size: 14px;
}

.elements-title-search .inp:-ms-input-placeholder {
    color: #999;
    font-size: 14px;
}

.elements-title-search .inp::-ms-input-placeholder {
    color: #999;
    font-size: 14px;
}

.elements-title-search .inp::placeholder {
    color: #999;
    font-size: 14px;
}

.elements-title-search .focus {
    border: 1px solid #3367e7;
}

.elements-title-search .butt {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 34px;
    background: #5788ff;
    font-weight: 500;
    font-size: 14px;
    line-height: 34px;
    letter-spacing: 0.04px;
    color: #fff;
    text-align: center;
}

.elements-title-search .butt:hover {
    background: #3367e7;
}

.choose {
    width: calc(22.58% - 11px);
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.05);
}

.choose-caption {
    height: 90px;
    background: url("../images/caption_bg.png") no-repeat center right #3367e7;
    padding: 25px 0 0 22px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.choose-caption .item {
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
}

.choose-caption .item:last-child {
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    font-family: "Arial";
    margin-top: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.choose-item {
    display: block;
    height: 52px;
    background: url("../images/choose_icon.png") no-repeat center right 17px #fff;
    margin-top: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    letter-spacing: 0.04px;
    color: #333333;
    line-height: 52px;
    padding: 0 45px 0 23px;
}

.choose-item:hover {
    background: url("../images/choose_icon_active.png") no-repeat center right 17px #fff;
    color: #3367e7;
    font-weight: 500;
}

.choose .active,
.choose .current {
    background: url("../images/choose_icon_active.png") no-repeat center right 17px #fff;
    color: #3367e7;
    font-weight: 500;
}

@media (max-width: 980px) {
    .choose {
        width: 100%;
        margin-bottom: 22px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

.particulars {
    background: #fff;
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.05);
    padding: 40px 50px 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 600px;
}

.particulars-title {
    font-weight: 500;
    font-size: 28px;
    line-height: 32px;
    text-align: center;
    color: #333333;
}

.particulars .file .particulars-title {
    margin-top: 44px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #d6dbe1;
    padding-bottom: 20px;
}

.particulars .file-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 22px;
    color: #666;
    padding: 7px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.particulars .file-detail a {
    color: #666;
}

.particulars .file-detail .item {
    margin: 0 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.particulars .file-detail .item:nth-child(3) a:nth-child(2) {
    margin: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.particulars .file-content {
    font-size: 16px;
    line-height: 32px;
    color: #333;
    margin-top: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.particulars .file-content .item {
    text-indent: 2em;
}

.particulars .file-content .date {
    text-align: right;
}

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

.HomeZt {
    margin-bottom: 10px;
    overflow: hidden;
    clear: both;
    position: relative;
    background: url(../images/loading.gif) center center no-repeat;
}

.HomeZt .flex-control-nav {
    bottom: 2px;
    z-index: 10;
    width: 120px;
    left: 50%;
    margin-left: -60px;
    line-height: 20px;
}

.HomeZt .flex-control-nav li {
    margin: 0 4px 0 4px;
    vertical-align: middle;
}

.HomeZt .flex-control-nav li a {
    text-indent: 999em;
    opacity: 1;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    border: 0;
}

.HomeZt .flex-control-nav li a.flex-active {
    opacity: 1;
    background: #e91a2e;
}

.HomeZt .flex-direction-nav a {
    opacity: 0;
    background-color: #d80014;
    width: 48px;
    height: 48px;
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: 999em;
    border-radius: 50%;
}

.HomeZt .flex-direction-nav .flex-prev {
    left: -50px;
    background-image: url(../images/arr1.png);
}

.HomeZt .flex-direction-nav .flex-next {
    right: -50px;
    background-image: url(../images/arr2.png);
}

.HomeZt:hover .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 5%;
}

.HomeZt:hover .flex-direction-nav .flex-next {
    opacity: 1;
    right: 5%;
}



/* qgq start */
.choose-caption {
    background: url("../images/caption_bg.png") no-repeat center right #2097F3;
  }
  
  .elements-title .active,
  .elements-title .current {
    color: #2097F3;
  }
  
  .choose .active,
  .choose .current,
  .choose-item:hover {
    position: relative;
    background: #FAFDFF;
    color: #2097F3;
  }
  
  .choose .active::before,
  .choose .current::before,
  .choose-item:hover::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #2097F3;
  }
  
 .hd-banner {
    position: relative;
    height: 185px;
  }
  
  .hd-banner-title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    line-height: 30px;
    width: 100%;
    color: #fff;
    font-weight: bold;
    text-align: center;
    z-index: 1;
  }
  
  .hd-banner img {
    position: absolute;
    left: 50%;
    top: 0;
    /*     max-width: none; */
    height: 185px;
    width: 100%;
    transform: translateX(-50%);
  }
  
  
  .choose-item {
    padding-left: 30px;
    display: flex;
    align-items: center;
    background: #fff;
  }
  
  .choose-item img {
    margin-right: 16px;
  }
  
  .elements-title .active::after,
  .elements-title .current::after {
    background: #2097F3;
  }
  
  .loc .cur {
    color: #2097F3;
  }
  
  .elements-title-search .butt {
    width: 36px;
    background: url("/images/search_icon.png") center no-repeat;
    cursor: pointer;
  }
  
  .elements-title-search .butt:hover {
    background: url("/images/search_icon.png") center no-repeat;
  }
  
  .elements-title-search .inp {
    width: 219px;
    padding: 0 36px 0 10px;
  }
  
  .elements-title-search .inp::placeholder {
    color: #999;
  }


/*修改*/
body{
  background:rgb(240, 246, 254)
}

.loc{
  color:#A8B6C1;
}

.loc a{
   color:#A8B6C1;
}

.loc a:after{
  content:'/';
   color:#A8B6C1;
}

.loc .cur{
  color:#1F6DE8;
}

.hd-banner .container{
  height:100%;
  display:flex;
  align-items: center;
}

.banner-title{
  position: relative;
  color:#fff;
  z-index: 9;
  display:flex;
  width:100%;
  height:75px;
}

.banner-title-text{
  line-height:75px;
  font-size:50px;
}

.banner-title-sub{
  line-height:50px;
  padding-top:25px;
  font-style:20px;
  margin-left:40px;
}

.banner-title-sub span{
  display:inline-block;
  width:20px;
}

.choose{
}

.choose-caption{
  height;100px;
  border-radius:4px 4px 0 0;
  background-size:100% 100%;
  height: 100px;
  padding: 34px 0 0 30px;
}

.choose-caption .item:last-child{
    position: relative;
    font-size: 22px;
    line-height: 32px;
    margin-top: 0;
    font-family: sans-serif;
}

.choose-caption .item:last-child:before{
    position:absolute;
    content:'';
    width: 18px;
    height:1px;
    background:#fff;
    left:0;
    top:-3px;
}

.choose-item{
    margin-top:0;
    height:60px;
    padding:0 20px 0 24px;
    font-size: 16px;
    border-bottom:1px solid rgba(153, 153, 153, 0.1);
}

.choose-item:last-child{
    border-bottom:none;
}
.choose-item span{
    width:100%;
    background:url('../images/choose_item.png') no-repeat right center;
}

.choose .active::before, .choose .current::before, .choose-item:hover::before{
    display:none;
}

.choose .active, .choose .current, .choose-item:hover{
    background:url('../images/chose_item_bg.png') no-repeat center;
    background-size:100% 100%;
    color:#fff;
    padding-left:9px;
}

.choose .active span, .choose .current span, .choose-item:hover span{
    background-image:url('../images/chose_item_cur.png');
    
}

.elements-title .active, .elements-title .current{
    color:#333;
    font-weight: bold;
}

.elements-title .active::after, .elements-title .current::after{
    width:22px;
    height:22px;
    background:url('../images/title_bg.png') no-repeat center;
    top:-4px;
    left:-7px;
}

.elements-title{
    padding: 16px 0;
    margin:0 24px;
    box-shadow:none;
    border-bottom:1px solid rgba(153, 153, 153, 0.2);
    height: auto;
}

.elements-title-search .inp{
    border-radius:17px;
    background:#fff;
}

.elements-title-search .inp:placeholder{
    color:#BAC4CE;
}

.project .type-content .active, .project .time-content .active{
    background:#1F6DE8;
    color: #fff !important;
    font-weight: bold;
}
.project .type-content-item, .project .time-content-item{
    border-radius:4px !important;
    background:#F7F7F7;
    margin:0 6px 6px 0;
}









/*侧边栏*/
.ewb-nav {
  position: fixed;
  top: 30%;
  right: 34px;
  box-shadow: 0px 1px 20px 0px rgba(1, 71, 154, 0.05);
  width: 80px;
  z-index: 999;
  color: #333;
  font-size: 16px;
  font-family: "SourceHanSansCN-Regular";
}
.ewb-nav-item {
  position: relative;
  background: #fff;
  border-bottom: 1px solid rgba(52, 114, 215, 0.08);
  height: 80px;
  padding-top: 12px;
  cursor: pointer;
}
.ewb-nav-item:last-child {
  border-bottom: none;
}
.ewb-nav-item:nth-child(1) .ewb-nav-name {
  background-image: url("../images/ewb_icon1.png");
}
.ewb-nav-item:nth-child(1):hover .ewb-nav-name {
  background-image: url("../images/ewb_icon1h.png");
}
.ewb-nav-item:nth-child(2) .ewb-nav-name {
  background-image: url("../images/ewb_icon2.png");
}
.ewb-nav-item:nth-child(2):hover .ewb-nav-name {
  background-image: url("../images/ewb_icon2h.png");
}
.ewb-nav-item:nth-child(3) .ewb-nav-name {
  background-image: url("../images/ewb_icon3.png");
}
.ewb-nav-item:nth-child(3):hover .ewb-nav-name {
  background-image: url("../images/ewb_icon3h.png");
}
.ewb-nav-item:nth-child(4) .ewb-nav-name {
  background-image: url("../images/ewb_icon4.png");
}
.ewb-nav-item:nth-child(4):hover .ewb-nav-name {
  background-image: url("../images/ewb_icon4h.png");
}
.ewb-nav-item:hover {
  background: linear-gradient(180deg, #1E80E2 0%, #1479D7 100%);
  box-shadow: 0px 1px 20px 0px rgba(1, 71, 154, 0.05);
}
.ewb-nav-item:hover .ewb-nav-name {
  color: #fff;
}
.ewb-nav-item:hover .ewb-nav-detail {
  display: block;
}
.ewb-nav-name {
  text-align: center;
  padding-top: 35px;
  line-height: 21px;
  background-position: top center;
  background-repeat: no-repeat;
}
.ewb-nav-detail {
  display: none;
  position: absolute;
  top: 0;
  right: 80px;
  padding-right: 20px;
  z-index: 999;
}
.ewb-nav-box {
  position: relative;
  padding: 14px;
  border-radius: 4px;
  background: #fff;
}
.ewb-nav-box::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 0 13px 12px;
  border-color: transparent transparent transparent #fff;
  right: -12px;
  top: 22px;
}
.ewb-nav-box.phone {
  padding: 14px 38px 17px 20px;
  width: 180px;
  font-size: 16px;
  line-height: 24px;
}
.ewb-nav-box.phone .phone-tt {
  font-weight: bold;
  margin-bottom: 9px;
}
.ewb-nav-box.phone .phone-text {
  margin-top: 14px;
}
.ewb-nav-box.phone .phone-text:first-child {
  margin-top: 0;
}
.ewb-nav-login {
  display: block;
  width: 144px;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  background: #E7F3FF;
  padding: 0 10px;
  color: #333;
}
.ewb-nav-login + .ewb-nav-login {
  margin-top: 8px;
}
.ewb-nav-login span {
  display: inline-block;
  padding-left: 24px;
  background-position: left center;
  background-repeat: no-repeat;
}
.ewb-nav-login:hover {
  background: #197CDC;
  color: #fff;
}
.ewb-nav-login:nth-child(1) span {
  background-image: url("../images/sys_icon1.png");
}
.ewb-nav-login:nth-child(1):hover span {
  background-image: url("../images/sys_icon1h.png");
}
.ewb-nav-login:nth-child(2) span {
  background-image: url("../images/sys_icon2.png");
}
.ewb-nav-login:nth-child(2):hover span {
  background-image: url("../images/sys_icon2h.png");
}
.ewb-nav-login:nth-child(3) span {
  background-image: url("../images/sys_icon3.png");
}
.ewb-nav-login:nth-child(3):hover span {
  background-image: url("../images/sys_icon3h.png");
}
.ewb-nav-login:nth-child(4) span {
  background-image: url("../images/sys_icon4.png");
}
.ewb-nav-login:nth-child(4):hover span {
  background-image: url("../images/sys_icon4h.png");
}
.ewb-nav-login:nth-child(5) span {
  background-image: url("../images/sys_icon5.png");
}
.ewb-nav-login:nth-child(5):hover span {
  background-image: url("../images/sys_icon5h.png");
}
.ewb-nav-login:nth-child(6) span {
  background-image: url("../images/sys_icon6.png");
}
.ewb-nav-login:nth-child(6):hover span {
  background-image: url("../images/sys_icon6h.png");
}







/* 通用样式 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

@media (max-width: 1200px) {
  .container {
    width: 100%;
  }
}
/*头部*/
.header{
	    line-height: 1.6;
    color: rgba(0, 0, 0, .85);
    font: 14px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
}


.header-top {
  background: #F7F7F7;
  padding: 9px 0;
  color: #333;
  font-size: 13px;
  line-height: 18px;
}
.header-top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-top a {
  display: block;
  color: #333;
}
.header-item {
  margin-right: 27px;
  position: relative;
}
.header-item::before {
  position: absolute;
  content: ">";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -17px;
}
.header-date span:last-child {
  margin-left: 8px;
}
.header-date span {
  display: inline-block;
}
.header-link {
  margin-right: 33px;
  position: relative;
}
.header-link::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 10px;
  right: -17px;
  top: 4px;
  background: rgba(153, 153, 153, 0.2);
}
.header-contact {
  margin-right: 16px;
}
.header-cont {
  padding: 20px 0;
}
.header-cont .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-cont img {
   /* width: 369px; */
  height: 60px;
}
.header-search {
  width: 414px;
  height: 40px;
  background: #FFF;
  border-radius: 4px;
  border: 1px solid rgba(153, 153, 153, 0.2);
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.header-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  height: 38px;
  outline: none;
  padding: 0 75px 0 11px;
  font-size: 13px;
  color: #333;
}
.header-input::-webkit-input-placeholder {
  color: #BAC4CE;
}
.header-input::-moz-placeholder {
  color: #BAC4CE;
}
.header-input:-ms-input-placeholder {
  color: #BAC4CE;
}
.header-input::-ms-input-placeholder {
  color: #BAC4CE;
}
.header-input::placeholder {
  color: #BAC4CE;
}
.header-btn {
  position: absolute;
  content: "";
  width: 64px;
  height: 40px;
  background: url("../images/search.png") no-repeat center #1479D7;
  border-radius: 4px 4px 4px 4px;
  top: -1px;
  left: calc(100% - 64px);
}
.header-nav {
  background: #1479D7;
}
.header-nav .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header-nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.header-nav-item:hover, .header-nav-item.active {
  background: #0455BB;
}
.header-nav-item:hover .header-nav-name, .header-nav-item.active .header-nav-name {
  font-weight: bold;
}
.header-nav-name {
  display: inline-block;
  height: 65px;
  line-height: 65px;
  color: #fff;
  font-size: 20px;
}
.header-nav-name:hover {
     color: #fff;
}
.zone {
  position: relative;
}
.zone:hover .zone-box {
  display: block;
}
.zone .header-nav-name {
  padding-right: 23px;
  background: url("../images/zone.png") no-repeat right center;
}
.zone-box {
  position: absolute;
  background: #fff;
  width: 130px;
  padding: 15px 20px 12px;
  top: 53px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: left;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  z-index: 199;
  display: none;
}
.zone-nav {
  display: block;
  line-height: 25px;
  font-size: 18px;
  color: #333;
}
.zone-nav + .zone-nav {
  margin-top: 11px;
}
.zone-nav:hover {
  color: #1F6DE8;
}

/*底部*/
.footer {
  background: #1E2736;
  padding: 40px 0;
}
.footer-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-select-item {
  width: calc((100% - 60px) / 4);
  height: 38px;
}
.footer-select-item + .footer-select-item {
  margin-left: 20px;
}
.footer .ewb-sel_footer {
  display: none;
  width: 100%;
  height: 34px;
  line-height: 34px;
  padding-left: 6px;
  border: 1px solid #ddd;
}
.footer .chosen-container {
  width: 100%;
  height: 38px;
  line-height: 38px;
}
.footer .chosen-container-single .chosen-single {
  padding: 0 0 0 10px;
  height: 38px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 16px;
  color: #666;
}
.footer .chosen-container-single .chosen-default {
  color: #999;
}
.footer .chosen-container-single .chosen-single.cur {
  color: #333;
}
.footer .chosen-container-active.chosen-with-drop .chosen-single {
  border: none;
}
.footer .chosen-container-single .chosen-single span {
  margin-right: 20px;
  height: 38px;
  line-height: 38px;
}
.footer .chosen-container-single .chosen-single div {
  width: 20px;
  padding: 0;
}
.footer .chosen-container-single .chosen-single div b {
  width: 20px;
  height: 38px;
  background: url("../images/sel_ico.png") left center no-repeat;
}
.footer .chosen-container-active.chosen-with-drop .chosen-single div b {
  background: url("../images/sel_ico_cur.png") left center no-repeat;
}
.footer .chosen-container-single .chosen-drop {
  /* top: auto; */
  /* bottom: 38px; */
  border: none;
  border-top: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.footer .chosen-container .chosen-search {
  display: none;
}
.footer .chosen-container .chosen-results {
  margin: 0;
  padding: 0;
  color: #676767;
}
.footer .chosen-container .chosen-results li {
  padding-left: 10px;
  padding-right: 10px;
  line-height: 20px;
}
.footer .chosen-container .chosen-results li.highlighted {
  color: #fff;
  background-color: #0087ff;
}
.footer-cont {
  margin-top: 32px;
}
.footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-list + .footer-list {
  margin-top: 10px;
}
.footer-list.info .footer-item {
  position: relative;
  margin: 0 16px;
}
.footer-list.info .footer-item::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 10px;
  background: #fff;
  right: -16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer-item {
  margin: 0 8px;
  color: #fff;
  line-height: 20px;
}
.footer-item a {
  display: block;
  color: #fff;
}
.footer-item img {
  margin-right: 3px;
}

@media (max-width: 1200px) {
  .header-top .container {
    display: block;
  }
}
@media (max-width: 980px) {
  .header-cont .container {
    display: block;
    padding: 0;
  }
  .header-nav-item {
    width: 25%;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
  }
  .footer-select-item {
    width: calc((100% - 20px) / 2);
  }
  .footer-select-item + .footer-select-item {
    margin-left: 0;
  }
  .footer-select-item:nth-child(2n) {
    margin-left: 20px;
  }
  .footer-select-item:nth-child(n+3) {
    margin-top: 10px;
  }
}
@media (max-width: 500px) {
  .header-search {
    width: 100%;
  }
  .header-nav-item {
    width: 50%;
  }
  .footer-select-item {
    width: 100%;
  }
  .footer-select-item:nth-child(2n) {
    margin-left: 0;
  }
  .footer-select-item + .footer-select-item {
    margin-top: 10px;
  }
}





/* 2025-6-30 */
.instructions {
     border: 1px solid #E5EBF3;
     background-color: #F4F9FF;
     margin-bottom:40px;
     transition: padding-top 0.3s;
}


.instructions.active {
     padding-top:16px;
}

.instructions a {
    color:#1479D7;
}

.instructions .supplier {
     font-weight:700;
}

.instructions-title {
    display:flex;
    align-items:center;
    justify-content:center;
    line-height:42px;
    transition: margin-bottom 0.3s;
}

.instructions.active .instructions-title {
     margin-bottom:20px;
}

.instructions-title >span {
     position: relative;
     display:block;
    padding-left:26px;
    color:#1479D7;
    font-size:22px;
    font-weight:700;
}

.instructions-title >span:before {
     position: absolute;
     content:"";
     left:0;
     top:50%;
     transform: translateY(-50%);
     width:18px;
     height:18px;
     background:url(
     "../images/instructions_ico1.png") center no-repeat;
}

.instructions-arr {
    display:block;
    margin-left:30px;
    width:18px;
    height:10px;
    cursor: pointer;
    background:url("../images/instructions_ico2.png") center no-repeat;
}

.instructions-content {
    padding:0 23px 53px;
    line-height:32px;
    color:#4B617B;
}

.instructions.active .instructions-arr {
    background-image:url("../images/instructions_ico3.png");
}






