@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: #333;
    font-size: 14px;
    min-width: 1200px;
    font-family: "Microsoft YaHei";
}

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: #bcbfc9;
}

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

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

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

.placeholder {
    color: #bcbfc9;
}


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


/* 头部 */

#header {
    height: 90px;
}

.header {
    height: 100%;
    /* display: flex;
    align-items: center;
    justify-content: space-between; */
}

.header-search {
    height: 36px;
}

.header-search .input {
    width: 271px;
    height: 100%;
    line-height: 34px;
    padding: 0 10px 0 40px;
    box-sizing: border-box;
    border: 1px solid #d4d9e0;
    border-right: none;
    border-radius: 5px 0 0 5px;
    background: #fff url("../images/header_search.png") no-repeat 14px center;
}

.header-search .btn {
    width: 70px;
    height: 100%;
    line-height: 34px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border-radius: 0 5px 5px 0;
    background-color: #4873d5;
    cursor: pointer;
}

.header-search .btn:hover {
    background-color: #2250ba;
}


/* 尾部 */

.footer {
    height: 150px;
    background-color: #2b3447;
}

.footer-info {
    height: 100%;
    line-height: 34px;
    /* display: flex;
    align-items: center;
    justify-content: space-between; */
    color: #b7bdce;
}

.footer-info a {
    color: #b7bdce;
}

.footer-info .policy {
    padding-left: 28px;
    background: url("../images/footer_icon4.png") no-repeat left center;
}

.footer-info span {
    margin-right: 43px;
}

/* 2021-11-16 zsy */

.search-frame {
    position: relative;
    width: 222px;
    height: 36px;
    line-height: 34px;
    padding-left: 40px;
    margin-left: 10px;
    border-radius: 25px;
    border: 1px solid #d3d8e0;
    box-sizing: border-box;
    background: url("../images/header_search.png") no-repeat 14px center;
}

.search-frame .input {
    width: 90%;
    height: 34px;
    line-height: 34px;
    padding-right: 50px;
    box-sizing: border-box;
}

.search-frame .btn {
    position: absolute;
    right: -10px;
    top: 7px;
    width: 50px;
    height: 25px;
    margin: 0;
    border-radius: 25px;
    font-size: 16px;
    color: #fff;
    background: url("../images/search_icon.png")no-repeat;
}

/* #buttonId {
    margin-top: 6px;
    margin-right: 17px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: url("../images/search_icon.png")no-repeat;
} */


.header-city {
    position: relative;
    height: 34px;
    line-height: 34px;
    padding: 0 13px 0 39px;
    border-radius: 25px;
    border: 1px solid #d3d8e0;
    color: #bbbfc9;
    font-size: 18px;
    background: url("../images/location_01.png") 18px 50% no-repeat;
    cursor: pointer;
    background-image: url("../images/loc_ico.png");
}

.header-city.provin {
    padding: 0 14px;
    background: none;
}

.header-city.provin .header-title-arise {
    width: 200px;
    height: auto;
    padding: 10px;
    text-align: center;
}

.header-city.provin .header-title-arise .link {
    color: #333;
}

.header-city+.header-city {
    margin-left: 10px;
}

.city-sel {
    position: absolute;
    right: 0;
    top: 29px;
    padding-top: 13px;
    z-index: 2;
}

.header-title-arise {
    padding: 16px 0 0 20px;
    width: 430px;
    height: 100px;
    background-color: #fff;
    border-radius: 4px;
    line-height: 32px;
    font-size: 16px;
    display: none;
}

.header-city:hover .header-title-arise {
    display: block;
}

.header-title-frist {
    color: #3179e2;
    font-size: 16px;
    display: inline-block;
}

.header-title-text {
    margin-left: 52px;
    color: #333;
    display: inline-block;
}

.header-title-second {
    margin-top: 15px;
    color: #3179e2;
}

.header-title-hd {
    margin-top: 15px;
    width: 412px;
}

.header-title-item {
    width: 20%;
}

.header-item0text {
    color: #333;
    font-size: 16px;
    line-height: 32px;
}

/* 2021-11-24 zsy */

body {
    background: url("../images/banner_img.jpg") no-repeat center 90px;
}

.provin-btn {
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    margin-right: 4px;
    border: 1px solid #d3d8e0;
    border-radius: 25px;
    font-size: 18px;
    color: #bbbfc9;
}

.search-frame {
    width: 182px;
    background: none;
    padding-left: 13px;
    margin-left: 4px;
}

.header-city {
    margin-left: 0;
}

#header {
    height: 369px;
}

.header {
    height: 90px;
}

.header-wrap {
    height: 279px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.nav-items {
    padding-top: 8px;
}

.nav-item {
    position: relative;
}

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

.nav-link {
    display: inline-block;
    position: relative;
    font-size: 22px;
    height: 50px;
    line-height: 50px;
    color: #fff;
}

.nav-link:hover {
    font-weight: 800;
}

.current>.nav-link {
    font-weight: 800;
}

.current>.nav-link:before {
   position: absolute;
   left: 50%;
   transform: translateX(-50%);
   bottom: 0;
   content: "";
   width: 45px;
   height: 5px;
   background-color: #fff;
}

.nav-link:hover:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    content: "";
    width: 88px;
    height: 5px;
    background-color: #fff;
}

.shouye:hover:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    content: "";
    width: 45px !important;
    height: 5px;
    background-color: #fff;
}

/* 2022-01-05 zsy */

.provin-btn,
.header-city {
    color: #4873d5;
    border-color: #c6d6fa;
    transition: all .1s;
	font-family: "Microsoft YaHei";
}

.provin-btn:hover,
.header-city:hover {
    color: #fff;
    background-color: #4873d5;
}

.header-city:hover {
    background-image: url("../images/loc_icoh.png");
}


/* 2022-01-12 zsy */

.header>img {
    margin-top: 20px;
    margin-right: 19px;
    width: 670px;
}

.header-right {
    margin-top: 25px;
}

.footer-info {
    height: auto;
    padding-top: 40px;
	position: relative;
}

.footer-info .info {
    margin-left: 30px;
}

.footer-img {
    margin-right: 30px;
}

.footer-right>a {
    margin-left: 30px;
}

.footer-right .policy {
    margin-top: 8px;
}




/* 2023-01-10 zsy 春节换肤 */

.spring-theme .header-wrap {
    border-color: #b42617;
    background-color: #b42617;
}

.spring-theme .header-box {
    height: 520px;
}

.spring-theme .header>img {
    content: url('../images/spring_logo.png');
}

.spring-theme .provin-btn,
.spring-theme .header-city {
    border-color: #cb3323;
    color: #cb3323;
}

.spring-theme .provin-btn:hover,
.spring-theme .header-city:hover {
    color: #fff;
    background-color: #cb3323;
}

.spring-theme .header-city {
    background-image: url('../images/spring_loc.png');
}

.spring-theme .header-city:hover {
    background-image: url('../images/loc_icoh.png');
}

.search-frame .btn {
    top: -1px;
    right: 0;
    height: 36px;
    border-radius: 25px;
    background-position: center;
    cursor: pointer;
}

.spring-theme .search-frame .btn {
    background-color: #cb3323;
    background-image: url('../images/spring_header_search.png');
}

.spring-theme {
    background-image: url('../images/spring_header_bg.png');
    background-position: center 144px;
}

.spring-theme .footer-info,
.spring-theme .footer-info a {
    color: #fff;
}

.spring-theme .footer {
    background-color: #b42617;
}

.spring-theme .header-box {
    height: 490px;
}

.spring-theme {
    background-image: url('../images/spring_header_bg.jpg');
    background-position: center 90px;
}

.spring-theme .header-wrap {
    height: auto;
    border-color: transparent;
    background-color: rgba(201, 13, 23, 0.5);
}

/* 2024-02-04 新春*/
.spring-theme .provin-btn,
.spring-theme .header-city {
    color: #b42618;
    border-color: #ffd7d2;
}

.spring-theme .provin-btn:hover,
.spring-theme .header-city:hover {
    color: #fff;
    background-color: #b42618;
}

.spring-theme .search-frame .btn{
    background-color: transparent;
}

.spring-theme .header-wrap {
    height: 400px;
    background: linear-gradient(
        180deg,
        rgba(201, 13, 23, 0.5) 0%,
        rgba(201, 13, 23, 0.5) 58px,
        transparent 58px,
        transparent 100%
    );
}

.sanxing{
	position: absolute;
	width: 150px;
	top: -62px;
	left: -165px;
}