/*font-size*/
.content {
    overflow: hidden;
}
.content .innerWrap {
    width: 1270px;
    margin: 0 auto;
}
.content1 .innerWrap {
    position: relative;
    height: 100%;
    display: flex;
}
.content .innerWrap .title {
    margin-bottom: 0.5rem;
}
.content .innerWrap .title h2 {
    position: relative;
    display: flex;
    justify-content: center;
    font-size: 34px;
    padding-bottom: 0.16rem;
    line-height: 1;
}
@media only screen and (max-width: 1440px) {
    .content .innerWrap {
        width: 1110px;
    }
    .content .innerWrap .title h2 {
        font-size: 32px;
    }
}
@media only screen and (max-width: 1024px) {
    .content .innerWrap .title h2 {
        font-size: 26px;
    }
}
@media only screen and (max-width: 767px) {
    .content .innerWrap .title h2 {
        font-size: 24px;
    }
}

.content1 {
    display: flex;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 1.2rem;
    height: 4.8rem;
}
.content1 .left {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content1 .left .swiper{
    width: 6rem;
    /*height: 5.4rem;*/
    overflow: hidden;
}
.content1 .left img{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.content1 .right {
    width: 60%;
    display: flex;
    align-items: center;
}
.content1 .right .ctx {
    width: 84%;
    padding-left: 1.2rem;
    padding-top: 0.2rem;
}
.content1 .right .ctx h1,
.content1 .right .ctx h2 {
    font-size: 36px;
}
@media only screen and (max-width: 1440px) {
    .content1 .right .ctx h1,
    .content1 .right .ctx h2 {
        font-size: 36px;
    }
}
@media only screen and (max-width: 1024px) {
    .content1 .right .ctx h1,
    .content1 .right .ctx h2 {
        font-size: 32px;
    }
}
@media only screen and (max-width: 767px) {
    .content1 .right .ctx h1,
    .content1 .right .ctx h2 {
        font-size: 26px;
    }
}
.content1 .right .ctx h1 {
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.25;
}
.content1 .right .ctx h2 {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.25;
}
.content1 .right .ctx .title {
    border-bottom: 2px solid #393939;
    margin-bottom: 0.3rem;
}
.content1 .right .ctx .data {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.2rem;
}
.content1 .right .ctx .data li {
    min-width: 50%;
    font-size: 16px;
    color: #222222;
    margin-bottom: 0.2rem;
}
.content1 .right .ctx .data li p{
    line-height: 0.3rem;
}
@media only screen and (max-width: 1366px) {
    .content1 .right .ctx .data li {
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px) {
    .content1 .right .ctx .data li {
        font-size: 14px;
    }
}
.content1 .right .ctx .data li p {
    /*white-space: nowrap;*/
    word-wrap: break-word;
    word-break: break-all;
}
.content1 .right .ctx .data li p {
    color: #666;
}
.content1 .right .ctx .fitCate {
    border-bottom: 1px dashed #ababab;
    margin-bottom: 0.3rem;
}
.content1 .right .ctx .fitCate h2 {
    margin-bottom: 0.2rem;
    font-size: 16px;
}
@media only screen and (max-width: 1366px) {
    .content1 .right .ctx .fitCate h2 {
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px) {
    .content1 .right .ctx .fitCate h2 {
        font-size: 14px;
    }
}
.content1 .right .ctx .fitCate ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.2rem;
}
.content1 .right .ctx .fitCate ul li {
    flex: none;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: left;
    min-width: 30%;
    margin-right: 1%;
    height: 0.4rem;
    background: #fff;
    border: 1px solid #e3e3e3;
    margin-bottom: 0.04rem;
    padding: 0 0.2rem;
}
.content1 .right .ctx .fitCate ul li:nth-child(3n) {
    margin-right: 0;
}
.content1 .right .ctx .fitCate ul li .p1 {
    font-size: 18px;
    color: #222222;
}
@media only screen and (max-width: 1024px) {
    .content1 .right .ctx .fitCate ul li .p1 {
        font-size: 16px;
    }
}
.content1 .right .ctx .fitCate ul li .p2 {
    font-size: 12px;
    color: #999;
    white-space: nowrap;
}
.content1 .right .ctx .btnContainer {
    display: flex;
}
.content1 .right .ctx .btnContainer a {
    display: block;
}
.content1 .right .ctx .btnContainer .button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    color: #fff;
    cursor: pointer;
}
.content1 .right .ctx .btnContainer .button img {
    margin-right: 0.1rem;
}
.content1 .right .ctx .btnContainer .button.red {
    background: #e60111;
    margin-right: 4px;
}
.content1 .right .ctx .btnContainer .button.red:hover {
    background: #ce120b;
}
.content1 .right .ctx .btnContainer .button.black {
    background: #2b2b2b;
}
.content1 .right .ctx .btnContainer .button.black:hover {
    background: #0e0e0e;
}
.content2 {
    position: relative;
    padding-top: 0.3rem;
    border-bottom: 1px solid #e5e5e5;
    position: static;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 990;
}
.content2 .innerWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content2 .tabContainer ul {
    display: flex;
    justify-content: flex-end;
}
.content2 .tabContainer ul li {
    color: rgba(44, 43, 43, 0.6);
    margin-left: 0.74rem;
    padding-bottom: 0.3rem;
    cursor: pointer;
}
.content2 .tabContainer ul li a {
    font-size: 22px;
    display: block;
    width: 100%;
    height: 100%;
    color: #999;
}
@media only screen and (max-width: 1440px) {
    .content2 .tabContainer ul li a {
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px) {
    .content2 .tabContainer ul li a {
        font-size: 15px;
    }
}
.content2 .tabContainer ul li.active,
.content2 .tabContainer ul li:hover {
    /*border-bottom: 3px solid #e50113;*/
}
.content2 .tabContainer ul li.active a,
.content2 .tabContainer ul li:hover a {
    color: #e50113;
}
.content2 .tabContainer ul li:first-child {
    margin-left: 0;
}

.detail{
    background-size: cover;
    background-position: center;
    padding: 0.3rem 0 0 0;
    background-color: #f1f1f1;
}
.detail .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.15rem;
}
.detail .top .title {
    margin-bottom: 0;
}
.detail .top .title h2::after {
    left: 0;
    margin-left: 0;
}
.detail .ctx ul li {
    display: flex;
    padding: 0.5rem 0.6rem;
}
.detail .ctx ul li .name {
    width: 20%;
    flex: none;
}
.detail .ctx ul li .name h2 {
    font-size: 24px;
    color: #222222;
}
@media only screen and (max-width: 1440px) {
    .detail .ctx ul li .name h2 {
        font-size: 20px;
    }
}
@media only screen and (max-width: 1200px) {
    .detail .ctx ul li .name h2 {
        font-size: 18px;
    }
}
@media only screen and (max-width: 1024px) {
    .detail .ctx ul li .name h2 {
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px) {
    .detail .ctx ul li .name h2 {
        font-size: 16px;
    }
}
.detail .ctx ul li .value {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
}
.detail .ctx ul li .value p {
    font-size: 16px;
    color: #222;
    margin-bottom: 0.2rem;
    width: 100%;
}
@media only screen and (max-width: 1366px) {
    .detail .ctx ul li .value p {
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px) {
    .detail .ctx ul li .value p {
        font-size: 14px;
    }
}
.detail .ctx ul li .value p:last-child {
    margin-bottom: 0;
}
.detail .ctx ul li .value p {
    color: #777777;
}
.detail .ctx ul li .value p i {
    color: #e50113;
    padding-right: 0.1rem;
}
.detail .ctx ul li .value p em {
    color: #e50113;
    padding-right: 0.1rem;
}
.detail .ctx ul li:nth-child(2n+1) {
    background: #fff;
}

.detail1 .ctx ul li .value p {
    width: 50%;
}
.detail2 .ctx ul li .value p {
    width: 25%;
}
.detail3 .ctx ul li .value p {
    width: 33%;
}
.detail4 .ctx ul li div{
    width: 100%;
    text-align: center;
}
.detail4 .ctx ul li div img{
    width: 100%;
}
.detail4{
    padding-bottom: 1rem;
}
@media screen and (max-width: 1800px) {
    .content1 .right .ctx .fitCate ul li .p1 {
        font-size: 16px;
    }
}

@media screen and (max-width: 1600px) {
    .content1 .right .ctx .fitCate ul li .p1 {
        font-size: 14px;
    }
}
@media only screen and (max-width: 1440px) {
    .banner .innerWrap {
        width: 1110px;
    }
}
@media screen and (max-width: 1280px) {
    .content .innerWrap {
        width: 90%;
    }
    .banner .innerWrap {
        width: 90%;
    }
    .content1 .right .ctx .fitCate ul li {
        padding: 0 0.1rem;
    }
    .content1 .right .ctx {
        width: 90%;
    }
}
@media screen and (max-width: 1080px) {
    .content1 .right .ctx .fitCate {
        margin-bottom: 0.4rem;
        padding-bottom: 0.4rem;
    }
}
@media screen and (max-width: 800px) {
    .content1 .right .ctx h1,
    .content1 .right .ctx h2 {
        font-size: 24px;
    }
    .content1 .right .ctx .title {
        margin-bottom: 0.2rem;
        padding-bottom: 0.2rem;
    }
    .content1 .right .ctx .fitCate {
        margin-bottom: 0.2rem;
        padding-bottom: 0.2rem;
    }
}

@media screen and (max-width: 768px) {
    .content .innerWrap {
        width: 96%;
        flex-wrap: wrap;
    }
    .content1 .left_pc {
        display: none;
    }
    .content1 .left_mobile {
        display: block;
    }
    .content1 .left .slideList ul li {
        max-width: 25%;
    }
    .content1 {
        flex-direction: column;
        height: 16rem;
    }
    .content1 .left,
    .content1 .right {
        width: 100%;
        flex: none;
    }
    .content1 .left {
        height: 6rem;
    }
    .content1 .left .slideList {
        width: 60%;
    }
    .content1 .right .ctx {
        width: 90%;
        padding: 1rem 0 1.2rem;
        margin: 0 auto;
    }
    .content1 .right .ctx .fitCate ul li {
        padding: 0 0.2rem;
    }
    .content1 .right .ctx .data li p {
        color: #666;
        line-height: 1.4;
    }
    .content2 {
        top: 0.8rem;
    }
    .content2 .tabContainer ul {
        justify-content: space-around;
    }
    .detail .ctx ul li {
        padding: 0.3rem;
    }
    .detail .ctx ul li .name {
        width: 30%;
        padding-right: 10px;
    }
    .detail .ctx ul li .value {
        flex-direction: column;
    }
    .detail .ctx ul li .value p {
        width: 100%;
        margin-bottom: 0.3rem;
    }
}