@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    outline: none !important;
}

html,
body,
#app {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, SimSun, sans-serif;
    font-weight: 400;
    font-size: 16px;
    position: relative;
    user-select: none;
    overflow-x: hidden;
}

.u-flex {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.u-flex-t {
    display: flex;
    flex-direction: row;
}

.u-center {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.u-between {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

select:hover {
    cursor: pointer;
}

a {
    color: #666;
    text-decoration: none;
}

a:hover {
    opacity: 0.7;
    cursor: pointer;
}

.line_1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.line_4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.line_3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

ul,
ol,
li {
    list-style: none;
}

h1 {
    color: #303133;
}

/* 尺寸-布局 */
.w1200 {
    width: 70%;
    margin: auto;
}

.w1000 {
    width: 60%;
    margin: auto;
}

/* head */
.head-top {
    background: #eeeeee;
    padding: 5px 0;
    color: #606266;
}

.head-top select {
    border: none;
    background: #eeeeee;
    font-size: 16px;
    color: #606266;
    padding-left: 10px;
}

.head-top .login {
    background-image: linear-gradient(to right, #f96062, #e60b0b);
    border-radius: 18px;
    padding: 4px 34px;
    margin-left: 20px;
    color: #fff;
}

.head-top .login a {
    color: #fff;
}

.head-top .WeChat {
    position: relative;
}

.head-top .WeChat img {
    position: absolute;
    display: none;
    z-index: 1;
}

/* 搜索 */
.head-cen .search {
    width: 44%;
    margin: auto;
}

.search form {
    height: 42px;
    line-height: 42px;
}

.search-list {
    border: 1px solid #e60b0b;
    border-right: none;
    border-radius: 6px 0px 0px 6px;
    width: 27%;
}

#search_ul {
    position: relative;
    width: 100%;
}

#search_ul .icon-arrow {
    position: absolute;
    right: 0px;
    top: 18px;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top: 4px solid #999;
}

#search_ul:hover .icon-arrow {
    top: 14px;
    border: 4px solid transparent;
    border-bottom: 4px solid #999;
}

.list-drop {
    position: relative;
    margin: 0 10px;
}

#search_data {
    width: 92%;
    text-align: center;
}

#search_toggle {
    display: none;
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 2;
}

#search_toggle li {
    height: 32px;
    line-height: 32px;
    border-bottom: 1px solid #d7d7d7;
    padding: 0 10px;
}

#search_toggle li a {
    display: block;
    text-align: center;
}

.input-box {
    width: 55%;
    border: 1px solid #e60b0b;
    padding: 0 10px;
    outline: none;
}

.input-box:focus {
    outline: 0;
}

.search-btn {
    width: 18%;
    height: 100%;
    background-image: linear-gradient(to right, #f96062, #e60b0b);
    border: none;
    border-radius: 0px 6px 6px 0px;
    color: #fff;
    font-size: 16px;
}

.cen-r {
    line-height: 42px;
    margin: auto 0;
    color: #606266;
}

.cen-r span {
    font-size: 18px;
    font-weight: bold;
    color: #d6271f;
}

.cen-r div {
    position: relative;
}

.cen-r div:last-child {
    margin-left: 20px;
    user-select: text;
}

.cen-r p {
    position: absolute;
    top: 4px;
    left: 13px;
    font-size: 12px;
    line-height: 12px;
    border: 1px solid #e1251b;
    border-radius: 7px;
    min-width: 12px;
    text-align: center;
    padding: 0 2px;
    background: #fff;
}

/* nav */
.head-down {
    background: #df282d;
}

.nav {
    height: 42px;
    line-height: 42px;
    text-align: center;
}

#goods_li {
    width: 20%;
}

#goods_li span,
#goods_li a.type {
    color: #fff;
}

.head-top .WeChat:hover img,
#search_ul:hover #search_toggle,
#goods_li:hover #type_list,
.type-cate:hover .nav-open-son,
.service-info a {
    display: block;
}

#type_list {
    height: auto;
    display: none;
    z-index: 2;
    position: relative;
    background: #fff;
    border: 1px solid #df282d;
    border-top: none;
}

.type-cate {
    line-height: 35px;
}

.nav-open {
    width: 100%;
}

.nav-open a {
    display: block;
    text-align: left;
    padding-left: 20px;
}

.nav-open:hover a {
    padding-left: 34px;
    color: #303133;
    border-left: 5px solid #df282d;
    background: linear-gradient(to right, #fff 0%, #df282d 100%);
}

.nav-open-son {
    position: absolute;
    display: none;
    top: 0;
    width: 64vmax;
    margin-left: 100%;
    height: 100%;
    text-align: left;
    background: #fff;
    border-right: 1px solid #df282d;
    border-bottom: 1px solid #df282d;
    box-sizing: content-box;
    overflow-y: scroll;
    left: 1px;
    z-index: 2;
}

.nav-open-son a {
    padding: 0 20px;
    display: inline-block;
    font-size: 15px;
    border-left: 1px solid #d7d7d7;
    margin: 2% 2.5%;
    width: 15%;
    line-height: 23px;
}

.nav-open-son a:hover {
    color: #303133;
    border-left: 3px solid #df282d;
}

.nav-ul {
    width: 80%;
    height: 100%;
}

.nav-ul>li {
    width: 20%;
    height: 100%;
    position: relative;
}

.nav-ul>li>a {
    display: block;
    height: 100%;
    width: 100%;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px
}

.nav-ul li .icon-arrow {
    position: absolute;
    right: 18%;
    top: 20px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top: 5px solid #fff;
}

.nav-ul>li:hover .icon-arrow {
    top: 15px;
    border: 5px solid transparent;
    border-bottom: 5px solid #fff;
}

.service-info {
    width: 100%;
    display: none;
    position: absolute;
    z-index: 1;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-top: none;
}

.service-info li:hover {
    background: #eeeeee;
}

.service-li:hover .service-info {
    display: block;
}

/***************
    *** 广播
    ***************/
#horn {
    height: 26px;
    line-height: 26px;
    width: 31.6%;
    margin: auto;
    padding: 4px;
}

#horn a {
    letter-spacing: 2px;
    color: #d6271f;
}

.horn-img {
    margin: auto;
}

.bulletin {
    width: 93%;
    height: 24px;
    min-height: 24px;
    overflow: hidden;
    color: #d6271f;
}

.banner {
    background: url("../img/banner.jpg") no-repeat center;
    background-size: 100% 100%;
}

/* .banner h1 {
    text-align: center;
    color: #fff;
    background: url("../img/banner_hr.png") no-repeat bottom;
    background-size: 380px;
    padding: 45px 0 17px
} */

/* #demo {
    margin-top: 45px;
} */

#demo a:hover {
    opacity: 1;
}

#demo img {
    vertical-align: middle
}

.select {
    padding-top: 6%;
    position: relative;
    background: url("../img/banner_bottom.png") no-repeat top;
    background-size: 100% 100%;
}

.select>img {
    position: absolute;
    bottom: -17px;
    width: 100%;
    height: 40%;
}

.select-main {
    position: relative;
    padding-top: 15px;
    width: 16%;
}

.select-main:nth-child(1) {
    margin-top: 2%;
}

.select-main:nth-child(2) {
    margin-top: -2%;
}

.select-main:nth-child(3) {
    margin-top: 2%;
}

.select-main:nth-child(4) {
    margin-top: 0;
}

.select-main:nth-child(5) {
    margin-top: 3%;
}

.select-main:nth-child(6) {
    margin-top: -3%;
}

.select-icon {
    display: block;
    width: 27%;
    padding-left: 16%;
}

.select-deta {
    padding-top: 7px;
}

.select-line {
    padding-left: 26%;
    width: 7%;
}

.select-btn {
    position: absolute;
    left: 42%;
    z-index: 1;
}

.select-deta p {
    font-size: 18px;
}

.select-more {
    border-radius: 12px;
    border: 1px solid #e00000;
    color: #e00000;
    margin-top: 5px;
    padding: 0 6px;
    font-size: 15px;
    width: fit-content;
}

.h1-tit {
    text-align: center;
    background: url("../img/h2_tit_bg.png") no-repeat center;
    background-size: 15%;
    margin: 6% 0 3%;
    font-size: 30px;
}

.hot {
    width: 33%;
}

.hot-main {
    border-radius: 12px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, .12), 0 0 10px rgba(0, 0, 0, .04);
    padding-top: 16px;
    text-align: center;
    border: 1px solid #ededed;
}

.hot-data p {
    font-weight: bold;
    color: #303133;
}

.hot-data {
    line-height: 22px;
    padding: 5px;
    margin-top: 5px;
    border-radius: 10px;
}

.hot-main:hover {
    border: 1px solid #e47578;
}

.hot-main:hover .hot-data {
    background-image: linear-gradient(to right, #f96062, #e5080c);
    cursor: pointer;
}

.hot-main:hover .hot-data p,
.hot-main:hover .hot-data div {
    color: #fff;
}

.hot-data div {
    color: #606266;
}

.hot:nth-child(2) {
    margin: auto 0;
}

.hot:nth-child(1) .hot-main:nth-child(even),
.hot:nth-child(3) .hot-main:nth-child(even) {
    margin: 34px auto;
}

.hot:nth-child(2) .hot-main:nth-child(odd) {
    margin-bottom: 43px;
}


.hot:nth-child(1) .hot-main:nth-child(odd) {
    margin-right: 0;
}

.hot:nth-child(3) .hot-main:nth-child(odd) {
    margin-left: 0;
}

.apply {
    background: url("../img/apply_bg.png") no-repeat bottom;
    background-size: 100% 100%;
}

.apply-main {
    width: 47%;
    position: relative;
}

.apply-img {
    width: 100%;
    margin-bottom: 5%;
}

.apply-data {
    position: absolute;
    top: 15px;
    width: 44%;
    right: 8%;
    height: 73%;
}

.apply-tit {
    padding: 5% 0;
}

.apply-tit img {
    height: 3px;
    width: 25%;
    margin: auto;
}

.apply-data p {
    font-size: 20px;
}

.apply-text {
    line-height: 30px;
    color: #606266;
    font-size: 15px;
}

.apply-btn {
    color: #d6271d;
    position: absolute;
    bottom: 0;
    right: 0;
}

.briefing {
    padding-top: 6%;
}

.briefing h1 {
    padding: 20px 0;
}

.briefing-tit {
    position: relative;
    padding-left: 3%;
}

.briefing-tit-cro {
    padding-left: 0;
    padding-right: 3%;
}

.briefing-text {
    line-height: 40px;
    color: #606266;
    text-indent: 2em;
}

.briefing>div:nth-child(2) {
    padding-top: 6%;
    background: url("../img/briefing_bg.png") no-repeat bottom;
}

.briefing-btn {
    color: #d6271d;
    padding-top: 17px;
}

.briefing-btn-block {
    text-align: right;
}

.news-bg {
    background: url("../img/news_bg.png") no-repeat top;
    background-size: 100% 100%;
    padding-top: 6%;
}

.news-bg .h1-tit {
    margin: 0 0 3%;
}

.news-x {
    width: 55%;
}

.news-x>div {
    width: 43%;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    padding: 27px 12px;
    position: relative;
}

.news-y {
    width: 45%;
    padding-left: 5%;
    margin: auto;
}

.news-time p {
    color: #606266;
    padding: 10px 0;
}

.news-time p:nth-child(2) {
    font-size: 21px;
    border-top: 1px solid #d50000;
    width: max-content;
    padding-right: 20px;
}

.news-x>div:nth-child(2) .news-time p:nth-child(2) {
    border-top: 1px solid #2d2d2d;
}

.news-tit {
    font-size: 18px;
    padding: 20px 0 15px;
}

.news-y>div {
    border-bottom: 1px solid #edeff6;
    padding: 10px 0;
}

.news-y-time {
    width: 20%;
    color: #606266;
    text-align: right;
    padding-right: 15px;
}

.news-y-time p:nth-child(2) {
    font-size: 21px;
}

.news-y-deta {
    width: 80%;
    line-height: 32px;
    font-size: 18px;
    margin: auto;
}

.news-btn {
    color: #d6271d;
    text-align: right;
}

.news-x-btn {
    position: absolute;
    bottom: 10%;
}

.axle {
    background: url("../img/axle.png") no-repeat bottom;
    background-size: 100%;
    padding-top: 8%;
}

.axle-data {
    width: 25%;
    text-align: center;
    padding-bottom: 3%;
    color: #c73b2d;
    line-height: 37px;
}

.axle-data h1 {
    color: #c73b2d;
}

.study {
    background: url("../img/study_bg.png") no-repeat bottom;
    background-size: 100% 100%;
    height: 35vh;
}

.study img {
    cursor: pointer;
}

.us img {
    width: 19%;
}

.fast-bg {
    background: url("../img/fast_bg.png") no-repeat bottom;
    background-size: 100% 100%;
}

.fast {
    padding-bottom: 5%;
}

.fast-deta {
    text-align: center;
    color: #606266;
}

.footer {
    background: url("../img/footer_bg.png") no-repeat top;
    background-size: 100% 100%;
    color: #fff;
}

.footer-main {
    padding: 5% 0;
}

.footer-main h3 {
    padding-bottom: 10px;
}

.footer-main a {
    color: #fff;
    display: block;
}

.footer-main>div {
    line-height: 34px;
}

.footer-main>div:first-child p {
    user-select: text;
}

.footer-img {
    margin: auto 0;
}

.footer-img>img {
    width: 70%;
}

.footer-img>div {
    padding-top: 10%;
}

.footer-img>div>img {
    width: 43%;
}

.footer-record {
    padding-bottom: 3%;
}

.footer-record p {
    padding: 0 10px;
}

/* hover */
.head-cen img:hover,
.search-btn:hover,
.cen-r div:first-child:hover,
.select-more:hover,
.apply-btn:hover,
.briefing-btn:hover,
.news-btn:hover,
.footer-img>div>img:nth-child(2):hover,
.footer-record p:not(:first-child):hover {
    opacity: 0.7;
    cursor: pointer;
}
