@charset "UTF-8";

/*public css*/
.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

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


.transform {
    transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 999;
    overflow: hidden;
    background-image: url(../images/headbg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 30px 20px 0 20px;
}

.header .logo {
    display: block;
    height: 52px;
    line-height: 52px;
    position: relative;
    left: 0;
    transition: all .8s ease;
    text-align: center;
    cursor: default;
    margin-bottom: 11px;
}

.header .logo img {
    max-height: 100%;
    vertical-align: middle;
}

.nav {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav li {
    margin: 0 35px;
}

.nav li .item {
    display: inline-block;
    color: #fbd9a7;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 0;
}

.navbtn {
    position: absolute;
    right: 20px;
    top: 20px;
    height: 40px;
    display: none;
    width: 30px;
    transition: all .8s ease;
    cursor: pointer;
    padding-top: 10px;
}

.navbtn .line {
    height: 3px;
    background: #fbd9a7;
    transition: .3s ease;
}

.navbtn .line2 {
    opacity: 1;
    visibility: visible;
    transition: all .3s ease;
}

.navbtn .line+.line {
    margin-top: 6px;
}

body.open .navbtn .line2 {
    opacity: 0;
    visibility: hidden;
}

body.open .navbtn .line1 {
    transform: translateY(7px) rotate(-45deg);
    -webkit-transform: translateY(7px) rotate(-45deg);
}

body.open .navbtn .line3 {
    transform: translateY(-12px) rotate(45deg);
    -webkit-transform: translateY(-11px) rotate(45deg);
}

.pt100 {
    padding-top: 157px;
}

.mainbox {
    width: 100%;
    overflow: hidden;
}

/*修改滚动条样式*/
.scroll::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.scroll::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 2px;
}

.scroll::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}

.scroll::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}

.scroll::-webkit-scrollbar-corner {
    background: #ccc;
}

.more a {
    display: inline-block;
    padding-right: 14px;
    background-image: url(../images/jt.png);
    background-repeat: no-repeat;
    background-position: right center;
    color: #950014;
    font-size: 14px;
    font-weight: bold;
    transition: all .3s ease;
}

.more a:hover {
    padding-right: 20px;
}

.more.center {
    text-align: center;
}

.more.right {
    text-align: right;
}

.inpage {
    width: 100%;
    overflow: hidden;
    background-color: #eeeeef;
    position: relative;
    z-index: 20;
}

.inpage .content {
    position: relative;
    z-index: 99;
    padding-top: 32px;
    height: 100%;
    padding-left: 124px;
}

.inpage .bg1 {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.inpage .bg2 {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.footer {
    width: 100%;
    overflow: hidden;
    padding: 12px 20px;
    background-image: url(../images/fbg2.png);
    background-repeat: no-repeat;
    background-color: #950a03;
    background-position: center center;
    background-size: auto 100%;
    position: relative;
    z-index: 888;
}

.footer .wrap {
    width: 1375px;
    margin: 0 auto;
    max-width: 100%;
}

.footer .footinfo {
    padding-top: 0 !important;
}

.left-title {
    position: absolute;
    left: 0;
    width: 124px;
    border-right: 1px solid #e0e0e0;
    top: 32px;
    bottom: 0;
}

.fixed-box {
    display: flex;
    justify-content: center;
    position: fixed;
    width: 124px;
}

.left-title .title {
    font-weight: bold;
    color: #333333;
    font-size: 22px;
    line-height: 1.2;
    margin-right: 8px;
    writing-mode: vertical-rl;
    letter-spacing: 2px;
}

.left-title .entitle {
    text-transform: uppercase;
    color: #950014;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    writing-mode: vertical-rl;
}

.submenus {
    border-bottom: 1px solid #e0e0e0;
    /* writing-mode: vertical-lr; */
    padding-left: 30px;
    padding-bottom: 20px;
    width: 100%;
    display: flex;
}

.submenus a {
    display: block;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 4px;
    margin-right: 25px;
    width: 24px;
    line-height: 1.2;
    text-align: left;
}

.submenus a.active,
.submenus a:hover {
    color: #950014;
}

.inwrap {
    width: 1420px;
    max-width: 100%;
    display: flex;
    align-items: flex-start;
    padding: 80px 30px;
    margin-left: 4%;
}

.intext {
    flex: 1;
    overflow: hidden;
    padding-right: 70px;
}

.intext .title {
    color: #950014;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 24px;
}

.intext .brief {
    color: #666666;
    font-size: 16px;
    line-height: 2;
    text-indent: 2em;
}

.intext .brief.pl0 {
    text-indent: 0;
}


.inpic {
    flex-shrink: 0;
    width: 47%;
}

.inpic img {
    width: 100%;
}

.intext.pt70 {
    padding-top: 70px;
}

.inpic.border .img {
    border: 1px solid #dbdbdb;
    padding: 18px;
    background-color: #fff;
}

.inpic .fiximg {
    position: fixed;
}

.honorlist {
    flex: 1;
    overflow: hidden;
    padding-right: 70px;
}

.honor-pic {
    width: 47%;

}

.honor-pic .img {
    border: 1px solid #dbdbdb;
    padding: 18px;
    background-color: #fff;
}

.honor-pic img {
    width: 100%;
}

.honor-pic .fix {
    position: fixed;
}

.honorlist li a {
    color: #444444;
    font-size: 16px;
    display: block;
    padding: 9px 60px 9px 12px;
    background-repeat: no-repeat;
    background-position: 95% center;
    transition: all .3s ease;
}

.honorlist li.on a {
    background-color: #fff;
    background-image: url(../images/jt2.png);
}

.inwrap0 {
    display: block;
}

.honor-wrap {
    display: flex;
    margin-top: 40px;
}

.mask {
    position: fixed;
    z-index: 2999;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
    padding: 50px;
    display: none;
}

.mask .closebtn {
    position: absolute;
    right: -25px;
    top: -28px;
    z-index: 9;
}

.mask .bigbox {
    width: 1144px;
    max-width: 100%;
    position: relative;
    margin: auto;
    text-align: center;
    max-height: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.mask .bigbox .img img {
    width: 100%;
    height: 100%;
}

.mask .bigbox .img {
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    font-size: 0;
}

.mask .bigbox .cbg {
    position: absolute;
    bottom: -2px;
    width: 100%;
    left: 0;
    z-index: 9;
    height: 222px;
    background-image: url(../images/yy1.png);
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: auto 100%;
}

.mask .title {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 19;
    left: 0;
    padding: 0 45px 36px 45px;
    text-align: left;
}

.mask .title .t1 {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
}

.mask .title .t2 {
    color: #fff;
    font-size: 14px;
}

.intop-news {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px;
}

.intop-news li {
    width: 50%;
    padding: 0 16px;
    margin-bottom: 30px;
}

.intop-news li a {
    display: block;
    position: relative;
}

.intop-news li .pic {
    overflow: hidden;
}

.intop-news li .pic img {
    width: 100%;
    transition: all ease .5s;
}

.intop-news li a:hover .pic img {
    transform: scale(1.1);
}

.intop-news li .title {
    position: absolute;
    z-index: 9;
    width: 100%;
    left: 0;
    color: #fff;
    padding: 0 20px;
    bottom: 16px;
    font-size: 20px;
    font-weight: bold;
}

.intop-news li .bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    height: 100px;
    background-image: url(../images/yy2.png);
    background-size: auto 100%;
    background-position: center bottom;
    background-repeat: repeat-x;
}

.pages {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 50px;
}

.pages a {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    border: 1px solid #e0e0e0;
    color: #666666;
    margin: 0 5px;
    font-size: 16px;
}

.pages a img {
    vertical-align: baseline;
}

.pages .active,
.pages .item:hover {
    color: #fff;
    background-color: #950014;
}

.pages a:hover {
    border-color: #950014;
}

.location {
    display: flex;
    align-items: center;
    overflow: hidden;
    flex-wrap: wrap;
    margin-bottom: 32px;
    font-size: 14px;
}

.location img {
    margin-right: 6px;
}

.location span,
.location a {
    display: inline-block;
    color: #999999;
    margin-right: 3px;
}

.inwrap.pt0 {
    padding-top: 0 !important;
}

.news-detail {
    padding: 50px 70px;
    background-color: #fff;
    /*border: 9px solid #b72024;*/
    min-height: 400px;
}

.news-detail .title {
    text-align: center;
    color: #950014;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 12px;
}

.news-detail .date {
    text-align: center;
    color: #666666;
    font-size: 16px;
    margin-bottom: 30px;
}

.news-detail .detail {
    color: #666666;
    font-size: 16px;
    line-height: 2;
    padding-bottom: 45px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 24px;
}

.news-detail .detail.none {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.switch-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.switch {
    flex: 1;
    margin-right: 50px;
    overflow: hidden;
}

.switch a {
    display: block;
    color: #666666;
    font-size: 14px;
}

.switch a+a {
    margin-top: 16px;
}

.switch-wrap .back {
    flex-shrink: 0;
    color: #950014;
    font-size: 14px;
}

.switch-wrap .back:hover {
    text-decoration: underline;
}

.switch a:hover {
    color: #950014;
}

.zblist li {
    border-bottom: 1px solid #e0e0e0;
}

.zblist li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 24px 0 24px 24px;
}

.zblist li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    width: 3px;
    height: 15px;
    background-color: #cccccc;
}

.zblist li .tt {
    flex: 1;
    overflow: hidden;
    color: #333333;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    margin-right: 40px;
    font-weight: bold;
}

.zblist li .date {
    color: #333333;
    font-size: 14px;
    flex-shrink: 0;
    font-weight: bold;
}

.zblist li a:hover .tt {
    color: #950014;
}

.zblist li a:hover .date {
    color: #950014;
}

.zblist li a:hover::before {
    background-color: #950014;
}

.joinlist li {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
}

.joinlist li .tt {
    color: #333333;
    font-size: 18px;
    margin-right: 40px;
    font-weight: bold;
    padding-left: 24px;
    margin-bottom: 15px;
    position: relative;
}

.joinlist li .tt::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    width: 3px;
    height: 15px;
    background-color: #cccccc;
}

.joinlist li a:hover .tt {
    color: #950014;
}

.joinlist li a:hover .tt::before {
    background-color: #950014;
}

.joinlist li .state {
    padding-left: 24px;
}

.joinlist li .state span {
    color: #999999;
    font-size: 14px;
    border-right: 1px solid #e5e5e5;
    margin-right: 40px;
    padding-right: 40px;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    margin-bottom: 12px;
}

.joinlist li .state span:last-child {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
}

.news-detail .title.left {
    text-align: left;
}

.zpinfo {
    font-size: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 45px;
}

.zpinfo span {
    color: #999999;
    font-size: 14px;
    border-right: 1px solid #e5e5e5;
    margin-right: 40px;
    padding-right: 40px;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    margin-bottom: 12px;
}

.zpinfo span:last-child {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
}

.brandbox {
    display: flex;
    padding-left: 3%;
}

.brandbox .title {
    flex-shrink: 0;
    writing-mode: vertical-lr;
    color: #950014;
    font-size: 36px;
    font-weight: bold;
    padding-top: 50px;
}

.brandbox .pic {
    overflow: hidden;
    flex: 1;
    margin-left: 50px;
    background-color: #fff;
    border: 9px solid #b72024;
    padding: 36px;
    max-width: 1024px;
}

.brandbox .pic img {
    width: 100%;
}

.brandbox2 {
    text-align: center;
}

.brandbox .title .black {
    color: #333333;
    margin-left: 6px;
    font-size: 32px;
}

.brandbox .img {
    flex: 1;
    margin-left: 80px;
}

.brandbox .title.pt {
    padding-top: 20px;
}

.brief-wrap {
    display: flex;
}

.brief-wrap .brief {
    padding: 0 25px;
}

.inwrap.pd0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.inwrap.pd0 .location {
    margin-bottom: 0 !important;
}


.contact-info p {
    background-repeat: no-repeat;
    background-position: left top;
    line-height: 32px;
    margin-bottom: 18px;
    color: #666666;
    padding-left: 44px;
    font-size: 16px;
}

.ditu {
    height: 550px;
    background-color: #fafafa;
}

.ditu img {
    max-width: auto;
    width: auto;
}

.anchorBL,
.BMap_cpyCtrl {
    display: none;
}

.xsmenus {
    position: fixed;
    right: 0;
    top: -100%;
    z-index: 998;
    width: 100%;
    padding: 14px 0;
    overflow: auto;
    height: 100%;
    transition: all .8s ease;
    background-color: #900000;
}

.subnav {
    background-color: #fff;
    padding: 10px 25px;
    display: none;
}

.subnav a {
    padding: 6px 0;
    display: block;
    color: #333333;
    font-size: 16px;
}

.subnav a:hover {
    color: #900000;
}

.codemask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1099;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
    display: none;
}

.codemask .cmcon {
    position: relative;
    width: 220px;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}

.codemask .white {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 10px 26px;
}

.codemask .closebtn {
    display: block;
    margin: 14px auto 0;
    width: 34px;
}

.codemask .closebtn img {
    width: 100%;
    height: auto;
}

.codemask .img {
    text-align: center;
    margin-bottom: 12px;
}

.codemask .img img {
    width: 130px;
    height: auto;
}

.codemask .tt1 {
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 6px;
}

.codemask .tt2 {
    color: #999999;
    font-size: 13px;
    text-align: center;
}

.xs-menu-swiper {
    background-color: #fff;
    overflow: hidden;
    padding: 0 5px;
    display: none;
    box-shadow: 0px 5px 5px 0px rgba(195, 195, 195, .1);
}

.xs-menu-swiper li {
    width: auto;
    margin: 0 10px;
}

.xs-menu-swiper li a {
    display: inline-block;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
}

.xs-menu-swiper li.active a {
    color: #950014;
}

.xs-img {
    display: none;
    background-color: #fff;
    padding: 8px;
    margin-bottom: 20px;
}
.mob-inpic {
    display: none;
}

.xs-img img {
    width: 100%;
}