﻿/* 
author：山西友盟科技有限公司
date：2021/10/10
generator：v1.0.0
*/

/* 公共 */
body {
    font-size: 15px;
}

* {
    margin: 0;
    padding: 0;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

hr {
    margin: 0;
    height: 1px;
}

img {
    border: none;
}

a:link,
a:visited {
    text-decoration: none;
    color: #4d4d4d;
}

a:hover,
a:active {
    text-decoration: none;
    color: #e11b00;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

@font-face {
    font-family: STXingkai;
    src: url('../font/STXingkai.ttf'), url('../font/STXingkai.eot');
}

.carousel-item {
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

.carousel-vertical .carousel-inner .carousel-item-next.carousel-item-left,
.carousel-vertical .carousel-inner .carousel-item-prev.carousel-item-right {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.carousel-vertical .carousel-inner .active.carousel-item-left,
.carousel-vertical .carousel-inner .carousel-item-prev {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.carousel-vertical .carousel-inner .active.carousel-item-right,
.carousel-vertical .carousel-inner .carousel-item-next {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.tooltip-inner {
    padding: 4px;
    background-color: white;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #fff;
}

/* 首页 */
.top-wrap {
    width: 100%;
    background-image: linear-gradient(#d91805, #f9a412);
    display: flex;
    justify-content: center;
    align-items: center;
}

.top {
    width: 1200px;
    height: 110px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
}

.logo img {
    height: 75px;
    align-items: center;
}

.logo span {
    display: flex;
    align-items: center;
    margin-left: 20px;
    border-left: 1px solid #fff;
    padding-left: 20px;
    height: 50px;
    font-size: 33px;
    color: #fff;
    font-family: STXingkai;
    text-shadow: #7a7a7a 1px 1px 1px
}

.tool {
    width: 500px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #fff;
}

.tool>.text a {
    color: #fff;
}

.tool-search {
    margin-left: 10px;
}

.tool .form-inline>.form-control {
    display: inline-block;
    width: 180px;
    vertical-align: middle;
    border-Radius: 0;
}

.tool-search button {
    border-Radius: 0;
}

.menu-wrap {
    width: 100%;
    background-color: #fcffe4;
    display: flex;
    justify-content: center;
    align-items: center;
    -
}

.menu {
    width: 1200px;
    font-size: 16px;
}

.menu>.nav-pills>li:hover .dropdown-menu {
    display: block;
    margin-top: -1px;
    border-Radius: 0;
}

.menu>.nav-pills .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 8px 0;
    margin-top: -1px;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: rgba(255, 255, 255, 0.9);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
}

.menu>.nav-pills .dropdown-items-1 {
    width: 160px;
    line-height: 32px;
}

.menu>.nav-pills .dropdown-items-1 a {
    display: block;
    float: left;
    display: block;
    padding: 5px 25px;
    text-align: inherit;
    white-space: nowrap;
    border-Radius: 0;
}

.menu>.nav-pills .dropdown-items-1 a:hover,
.menu>.nav-pills .dropdown-items-1 a:focus {
    background-color: #e11b00;
    color: white;
    border-Radius: 0;
}

.menu>.nav-pills .dropdown-items-2 {
    width: 340px;
    line-height: 32px;
}

.menu>.nav-pills .dropdown-items-2 a {
    display: block;
    width: 170px;
    float: left;
    display: block;
    padding: 5px 25px;
    text-align: inherit;
    white-space: nowrap;
}

.menu>.nav-pills .dropdown-items-2 a:hover,
.menu>.nav-pills .dropdown-items-2 a:focus {
    background-color: #e11b00;
    color: white;
    border-Radius: 0;
}

.menu>.nav-pills .nav-link {
    line-height: 45px;
    border-Radius: 0;
    padding: 0;
}

.menu>.nav-pills .nav-link.active {
    background-color: #e11b00;
}

.menu>.nav-pills .show>.nav-link {
    background-color: #e11b00;
}

.slides {
    width: 100%;
}

.slides .carousel-item {
    height: 470px;
}

.slides .carousel-item img {
    height: 470px;
    object-fit: cover;
}

.slides .carousel-indicators li {
    width: 65px;
    height: 3px;
}

.slides .iconfont {
    font-size: 3rem;
}

.news-wrap {
    width: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
}

.news {
    width: 1200px;
    display: flex;
    flex-direction: column;
}

.news>.title {
    width: 100%;
    margin: 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    text-transform: Uppercase;
    border-bottom: 1px solid #ccc;
}

.news>.title>.text {
    font-size: 14px;
    color: #8a8a8a;
    font-style: italic;
}

.news>.title>.text span {
    display: inline-flex;
    align-items: center;
    margin-right: 10px;
    font-size: 20px;
    height: 40px;
    color: #000;
    font-style: normal;
    font-weight: bold;
    border-bottom: #e11b00 2px solid;
}

.news>.title>.more {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 40px;
    font-size: 40px;
    color: #8a8a8a;
}

.news>.content {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.news>.content>.left {
    width: 670px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news>.content>.left>.item {
    background-color: #f2f2f2;
    width: 100%;
    height: 105px;
    display: flex;
}

.news>.content>.left>.item>.date {
    background-color: #e6e6e6;
    width: 105px;
    height: 105px;
    font-size: 14px;
    display: flex;
    flex: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.news>.content>.left>.item>.date span {
    font-size: 35px;
    height: 50px;
    width: 50px;
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #ccc;
}

.news>.content>.left>.item>.text {
    width: 530px;
    font-size: 14px;
    display: flex;
    flex: none;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    margin-left: 20px;
    color: #6e6e6e;
}

.news>.content>.left>.item>.text span {
    font-size: 18px;
    display: flex;
    align-items: center;
    color: #000;
}

.news>.content>.right {
    width: 500px;
}

.picNews-hot-container {
    width: 100%;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 5px;
    width: 99% !important;
    text-align: right !important;
}

.swiper-pagination-bullet {
    background: transparent !important;
    width: 10px !important;
    height: 10px !important;
    border: 1px solid #c6c6c6;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    background: #c6c6c6 !important;
}

.picNews-hot-container .swiper-slide img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.picNews-hot-container .intro {
    height: 60px;
    width: 150%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 8px 10px;
}

.picNews-hot-container .intro .title {
    width: 100%;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    height: 24px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.picNews-hot-container .intro .title a {
    color: #fff;
}

.picNews-hot-container .intro span {
    color: #c6c6c6;
    font-size: 13px;
    line-height: 20px;
    height: 20px;
    display: block;
}

.articles-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
}

.articles {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px 0;
}

.article {
    width: 580px;
}

.article>.title {
    width: 100%;
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    text-transform: Uppercase;
    border-bottom: 1px solid #ccc;
}

.article>.title>.text {
    font-size: 14px;
    color: #8a8a8a;
    font-style: italic;
}

.article>.title>.text span {
    display: inline-flex;
    align-items: center;
    margin-right: 10px;
    font-size: 20px;
    height: 40px;
    color: #000;
    font-style: normal;
    font-weight: bold;
    border-bottom: #e11b00 2px solid;
}

.article>.title>.more {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 40px;
    font-size: 30px;
    color: #8a8a8a;
}

.article>.content {
    margin: 12px 0;
}

.article>.content li {
    font-size: 18px;
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-left: 14px;
    height: 38px;
}

.article>.content li:after {
    content: "";
    background: #ccc;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: block;
    margin-top: -2px;
    position: absolute;
    left: 0;
    top: 50%;
}

.article>.content li span {
    color: #a5a8a8;
    font-size: 14px;
}

.bottom-wrap {
    width: 100%;
    background-image: linear-gradient(#d91805, #f9a412);
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bottom {
    color: #fff;
    width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bottom img {
    height: 70px;
}

.bottom>.text {
    height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bottom>.text span {
    height: 30px;
    display: flex;
    align-items: center;
}

.bottom>.text a {
    color: #fff;
}

.bottom>.tool {
    width: 210px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bottom .icons {
    display: flex;
}

.bottom .icons>.iconfont {
    font-size: 32px;
    margin: 0 10px;
    cursor: pointer;
    color: #fff;
}

.bottom .link {
    width: 180px;
    height: 40px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/* 栏目页 */
.list-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
}

.list {
    width: 1200px;
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
}

.list-l {
    width: 250px;
    display: flex;
    flex-direction: column;
}

.list-l>.nav {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.list-l>.nav>.title {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    height: 60px;
    background-color: #d91805;
    border-bottom: 3px solid #f9a412;
}

.list-l>.nav>.title .iconfont {
    font-size: 2rem;
    margin-right: 10px;
    line-height: 60px;
    display: block;
    float: left;
}

.list-l>.nav>.title .icontext {
    font-size: 1.2rem;
    line-height: 60px;
    display: block;
    float: left;
}

.list-l>.nav>.content li {
    background-color: #f2f2f2;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid #e4e4e4;
    font-size: 1rem;
}

.list-l>.link {
    width: 100%;
    margin: 20px 0;
}

.list-l>.link>.title {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    height: 60px;
    background-color: #9ca4b6;
    border-bottom: 3px solid #c2c7d2;
}

.list-l>.link>.title .iconfont {
    font-size: 2rem;
    margin-right: 10px;
    line-height: 60px;
    display: block;
    float: left;
}

.list-l>.link>.title .icontext {
    font-size: 1.2rem;
    line-height: 60px;
    display: block;
    float: left;
}

.list-l>.link>.content li {
    background-color: #f2f2f2;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid #e4e4e4;
    font-size: 1rem;
}

.list-r {
    width: 920px;
    display: flex;
    flex-direction: column;
}

.list-r .title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 45px;
    border-bottom: 2px solid #d91805;
}

.list-r .title .text {
    color: #d91805;
    font-size: 18px;
}

.list-r .title .nav,
.list-r .title .nav a {
    color: #767676;
}

.list-r .content {
    margin-bottom: 20px;
}

.list-r .content li {
    line-height: 55px;
    color: #767676;
    height: 55px;
    font-size: 17px;
    border-bottom: 1px dashed #e4e4e4;
    overflow: hidden;
}

.list-r .content li>span {
    color: #9b9b9b;
    float: right;
}

.list-r .listpage {
    display: flex;
    justify-content: center;
}

/* 内容页 */
.info-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
}

.info {
    width: 1200px;
    margin: 20px 0 50px;
    display: flex;
    flex-direction: column;
}

.info>.title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 45px;
    border-bottom: 2px solid #d91805;
}

.info>.title>.text {
    color: #d91805;
    font-size: 18px;
}

.info>.title>.nav,
.info>.title>.nav a {
    color: #767676;
}

.info>.content {
    line-height: 35px;
    font-size: 16px;
}

.info>.content>.title {
    width: 90%;
    margin: 30px auto 0;
    display: block;
    text-align: center;
}

.info>.content>.title h3 {
    line-height: 50px;
}

.info>.content>.items {
    display: block;
    text-align: center;
    line-height: 75px;
    border-bottom: 1px dashed #ccc;
}

.info>.content>.text {
    font-size: 17px;
    line-height: 38px;
    display: block;
    margin: 30px 0;
}

.info>.content>.text p {
    padding: 0;
    margin: 0;
}

.listpage span {
    position: relative;
    display: block;
    padding: 8px 12px;
    margin-left: -1px;
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.info>.textpage a {
    position: relative;
    display: block;
    padding: 8px 12px;
    margin-left: -1px;
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.info>.textpage>b {
    position: relative;
    display: block;
    padding: 8px 12px;
    margin-left: -1px;
    line-height: 1.25;
    color: #ffffff;
    background-color: #d91805;
    border: 1px solid #d91805;
}

.info>.page {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.info>.page>.item {
    width: 100%;
    display: flex;
    height: 35px;
    align-items: center;
}

.info>.page>.item span {
    margin-right: 10px;
}
