@charset "utf-8";
body {
    background: #e7e7e7;
}
.swiper-search {
    width: 100%;
    position: relative;
}

.swiper-box .swiper-pagination {
    bottom: 90px !important;
}

.swiper-box .swiper-pagination-bullet {
    width: 17px;
    height: 4px;
    background-color: #ffffff;
    opacity: 1;
    border-radius: 0;
}

.swiper-box .swiper-pagination-bullet-active {
    background-color: #cf1616;
}

.search-box {
    width: 1202px;
    padding: 30px 50px;
    background-color: #ffffff;
    box-shadow: 2px 6px 16px 0px
    rgba(224, 224, 224, 0.41);
    position: relative;
    left: 50%;
    margin-left: -600px;
    /*top: -75px;*/
    margin-top: -75px;
    z-index: 100;
}

.sousuo {
    width: 100%;
    height: 54px;
    background-color: #f7f7f7;
    padding: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sousuo img {
    width: 16px;
    height: 16px;
    margin-left: 10px;
    margin-right: 15px;
}

.sousuo input {
    flex: 1;
    width: 0;
    height: 44px;
    outline: none;
    background: none;
    font-size: 16px;
    margin-right: 15px;
}

.sousuo a {
    width: 103px;
    height: 44px;
    background-color: #cf1616;
    text-align: center;
    line-height: 44px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #ffffff;
}

.hot {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.hot a {
    padding: 0 10px;
    height: 26px;
    margin-top: 20px;
    margin-right: 20px;
    border-radius: 2px;
    line-height: 26px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #666666;
}

.hot a.active {
    background-color: #cf1616;
    color: #FFFFFF !important;
    font-weight: normal !important;
}

.hot a:hover {
    font-weight: bold;
    color: #cf1616;
}

.center-bgc {
    width: 100%;
    padding-top: 20px;
    background: url("../images/bg.png") no-repeat bottom right;
    background-size: 100% 100%;
}

.zhaobiao {
    width: 841px;
    height: 426px;
    background-color: #ffffff;
    overflow: hidden;
    padding: 0px 20px;
}

.title-box {
    width: 100%;
    height: 50px;
    border-bottom: 2px solid #e4e4e4;
    margin-top: 10px;
}

.title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.title b {
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    color: #333333;
    opacity: 0.8;
    position: relative;
    border-bottom: 2px solid #c9c9c9;
    cursor: pointer;
}

.title b img {
    position: absolute;
    width: 12px;
    height: 6px;
    left: 50%;
    margin-left: -6px;
    bottom: -6px;
    display: none;
}

.title b.active {
    border-bottom: 2px solid #cf1616;
    opacity: 1;
}

.title b.active img {
    display: block;
}

.title span {
    display: inline-block;
    width: 2px;
    height: 22px;
    background-color: #e4e4e4;
    margin: 0 20px;
}

a.more {
    font-size: 14px;
    color: #cf1616;
}

.list {
    width: 100%;
    height: 350px;
    overflow: hidden;
}

.list .item {
    width: 100%;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.list .item .s1 {
    height: 20px;
    background-color: #cf1616;
    border-radius: 2px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #fefefe;
    font-style: italic;
    padding: 0 5px;
    min-width: 52px;
    text-align: center;
}

.list .item p {
    flex: 1;
    width: 0;
    font-size: 14px;
    color: #333333;
    margin-left: 10px;
    margin-right: 15px;
}

.list .item .s2 {
    font-size: 14px;
    color: #999999;
}


.denglu {
    width: 342px;
    height: 426px;
    background-color: #ffffff;
    padding: 0px 20px;
}

.denglu .title .active {
    color: #cf1616;
}

.inp-box {
    width: 100%;
    height: 40px;
    background-color: #ffffff;
    border: solid 1px #e4e4e4;
    padding: 0 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 14px;
}

.inp-box img {

}

.inp-box input {
    flex: 1;
    width: 0;
    margin: 0 10px;
}

.inp-box button {
    font-size: 14px;
    color: #de0403;
    cursor: pointer;
    border: none;
    outline: none;
    background: none;
}

.inp-box button.on {
    color: #999999;
}

.sel-box {
    width: 100%;
    margin-top: 10px;
}

.sel-box label {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.sel-box label p {
    font-size: 12px;
    color: #333333;
    margin-left: 5px;
    cursor: pointer;
}

.sel-box label p a {
    color: #cf1616;
}

.sel-box label input[type='checkbox'] {
    position: relative;
    cursor: pointer;
    width: 12px;
    height: 12px;
    font-size: 12px;
}

.sel-box label input[type='checkbox']:checked::after {
    position: absolute;
    top: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 12px;
    height: 12px;
    content: '✔';
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    background-color: #cf1616;
    border-radius: 2px;
}

.btn-box {
    width: 100%;
    height: 40px;
    background-color: #cf1616;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #ffffff;
    margin-top: 10px;
    cursor: pointer;
}

.inp-box .yzmimg {
    width: 100px;
    height: 38px;
    object-fit: scale-down;
}

.shu-swiper {
    width: 100%;
    height: 180px;
    /*overflow: hidden;*/
    margin: 25px 0;
}

.shu-swiper .swiper {
    width: 100%;
    height: 100%;
}

.shu-swiper .swiper-pagination-bullet {
    width: 2px;
    height: 11px;
    background-color: #ffffff;
    opacity: 1;
    border-radius: 0;
}

.shu-swiper .swiper-pagination-bullet-active {
    background-color: #cf1616;
}

.swiper-box .swiper-slide a {
    display: flex;
    /*justify-content: space-around;*/
    /*align-items: center;*/
    height: 500px;
}

.swiper-box .swiper-slide img {
    /*max-width: 100%;*/
    width: 100%;
    /*height: 500px;*/
    /*object-fit: scale-down;*/
    object-fit:cover;
}

.all-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.all-item {
    width: 590px;
    background-color: #ffffff;
    padding: 0 20px;
    margin-bottom: 20px;
}

.a-list {
    width: 100%;
    height: 280px;
    overflow: hidden;
    margin-bottom: 15px;
}

.a-list .item {
    width: 100%;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.a-list .item .s1 {
    width: 4px;
    height: 4px;
    background-color: #cf1616;
    margin-left: 5px;
}

.a-list .item p {
    flex: 1;
    width: 0;
    font-size: 14px;
    color: #333333;
    margin-left: 10px;
    margin-right: 15px;
}

.a-list .item .s2 {
    font-size: 14px;
    color: #999999;
}

.bgc-fff {
    width: 100%;
    background-color: #FFFFFF;
    padding: 20px 0;
}

.hz-list {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.hz-item {
    width: 225px;
    height: 120px;
    background: url("../images/hezuobgc.png") no-repeat top right;
    border: solid 1px #ebebeb;
    /*padding: 15px;*/
    margin-right: 18px;
    margin-top: 18px;
    display: block;
}

.hz-item img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.hz-item:nth-child(5n){
    margin-right: 0;
}

.lj-item {
    width: 225px;
    height: 60px;
    background-color: #fff5f5;
    border: solid 1px #ffe2e2;
    text-align: center;
    line-height: 60px;
    font-size: 14px;
    color: #333333;
    margin-right: 18px;
    margin-top: 18px;
    display: block;
}

.lj-item:nth-child(5n){
    margin-right: 0;
}

.bgc-f6f7 {
    background: #f6f6f7;
    padding: 20px 0;
}

.fw-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

.fw-item {
    width: 225px;
    height: 289px;
    background-image: linear-gradient(0deg,
    #c40000 0%,
    #ff4f4f 100%),
    linear-gradient(
            #cf1616,
            #cf1616);
    background-blend-mode: normal,
    normal;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}

.fw-img {
    width: 100%;
}

.fw-img img {
    display: block;
    margin: 0 auto;
}

.fw-tit {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fffafa;
    padding-top: 25px;
    padding-bottom: 20px;
}

.fw-tex {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    margin: 0 1px 0 1px;
}

.line {
    width: 38px;
    height: 3px;
    background-color: #96d2f0;
    border-radius: 2px;
    margin: 0 auto;
    margin-top: 20px;
}

.hangye {
    width: 100%;
    height: 239px;
    background: url("../images/hangyeBgc.png") no-repeat;
    background-size: 100% 100%;
}

.hy-tit {
    width: 100%;
    line-height: 70px;
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    border-bottom: 2px solid rgba(255,255,255,.4);
}

.hycont {
    width: 100%;
    height: 110px;
    overflow: hidden;
    margin-top: 25px;
}

.hy-list {
    width: 100%;
    height: 127px;
    overflow-x: scroll;
}

.hy-scroll {
    width: max-content;
    display: flex;
    justify-content: flex-start;
}

.hy-item {
    width: 142px;
    height: 107px;
    background-color: #ffffff;
    box-shadow: 0px 5px 27px 0px
    rgba(123, 0, 0, 0.52);
    border-radius: 10px 0px 10px 0px;
    position: relative;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hy-item p {
    width: 142px;
    height: 107px;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}

.hy-item img {
    display: block;
    margin:  auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
}

.hy-item:hover p {
    color: #cf1616;
}

.rexian {
    width: 100%;
    height: 80px;
    background: url("../images/rexian.png") no-repeat bottom right;
    border: solid 1px #e4e4e4;
    padding: 20px 15px;
    margin-top: 20px;
}

.rexian b {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    display: block;
}

.rexian p {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    color: #cf1616;
    font-weight: bold;
    padding-top: 5px;
}

.rexian p img {
    width: 13px;
    height: 16px;
    margin-right: 6px;
}

.cont .one .ovHide:hover{
    color: #cf1616;
}


























