/* @font-face {
    font-family: 'PingFangSC-Regular';
    src: url("../font/PingFangSC-Regular.ttf");
    font-weight: normal;
    font-style: normal;
} */

/*body,p,h1,h2,h3,h4,h5,h6,li,span,i,ul,img,a,strong,input{margin:0;padding:0; font-family: "microsoft yahei";}*/
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
li,
div,
span,
i,
ul,
img,
a,
strong,
input,
button {
    margin: 0;
    padding: 0;
    font-family: PingFangSC-Regular, PingFang SC, siyuan, Microsoft Yahei, sans-serif;
}

.text-align-justify {
    text-align: justify;
    text-justify: distribute-all-lines;
    text-align-last: justify;
    -moz-text-align-last: justify;
    -webkit-text-align-last: justify;
}

/* safari 不支持 text-align-last */
.text-align-justify:after {
    content: " ";
    display: inline-block;
    width: 100%;
}

.text-align-justify.no-after:after {
    display: none;
}

.text-align-left {
    text-align: left;
    text-align-last: left;
    -moz-text-align-last: left;
    -webkit-text-align-last: left;
    text-justify: auto;
}

.of-hidden {
    overflow: hidden;
}

body {
    font-size: 14px;
}

li {
    list-style-type: none;
    float: left;
}

a {
    text-decoration: none;
    outline: none;
    color: inherit;
}

.color-shiheng-red {
    color: #D6142E;
}

.font-size-0 {
    font-size: 0;
}

.bgColor {
    background-color: #fef7f7;
}

.container {
    max-width: 1200px;
    min-width: 960px;
    padding-left: 5px;
    padding-right: 5px;
}

.nav-top {
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(130, 135, 140, .5);
}

.sh-nav {
    max-width: 1200px;
    min-width: 960px;
    font-size: 0;
}

.sh-nav li {
    display: inline-block;
    float: none;
    position: relative;
    width: 9%;
    line-height: 100px;
    text-align: center;
    text-align-last: center;
    -moz-text-align-last: center;
    -webkit-text-align-last: center;
    text-justify: auto;
    font-size: 14px;
    cursor: pointer;
}

.sh-nav li:hover {
    color: #C51019;
}
.sh-nav li:hover .sh-nav-dropdown-menu {
   display: initial;
}

.sh-nav li a {
    display: inline-block;
    width: 100%;
}

.sh-nav li a:hover {
    color: #C51019;
    text-decoration: none;
}

.sh-nav li.active {
    color: #C51019;
}

.sh-nav li.active:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 6px;
    left: 50%;
    width: 70px;
    transform: translate(-50%, 0);
    background-color: #D6142E;
}


.sh-content {
    padding-top: 100px;
}

.banner {
    display: block;
    min-width: 960px;
    width: 100%;
}

.sh-contact {
    right: 16px;
    bottom: 180px;
    font-size: 84px;
    width: 86px;
    /*height: 325px;*/
    border-radius: .5em;
    padding: 1px;
    overflow: hidden;
    background-color: #E90022;
    box-shadow: 0px 2px 16px 0px rgba(197, 16, 25, 0.3);
    transform: scale(0.67);
    -ms-transform: scale(0.67);
}

.sh-apply {
    width: 179px;
    height: 84px;
    background-image: url(../img/apply.png?q=2);
    background-size: 179px 84px;
    bottom: 110px;
    right: 16px;
}

@media screen and (min-width: 769px) and (max-width: 1440px) {
    .sh-contact {
        /* right: 120px;
        font-size: 59px;
        width: 61px;
        height: 229px; */
    }
}

.sh-contact span {
    display: block;
    cursor: pointer;
}

.sh-contact .telephone {
    background-image: url(../img/telephone.png);
    background-size: 1em 1.3em;
    height: 1.3em;
}

.sh-contact .chat {
    margin-top: 1px;
    background-image: url(../img/chat.png);
    background-size: 1em 1.214em;
    height: 1.214em;
}

.sh-contact .weixin {
    margin-top: 1px;
    background-image: url(../img/weixin.png);
    background-size: 1em 1.3em;
    height: 1.3em;
}

.footer {
    color: #FFF;
    background-color: #525151;
    font-size: 0;
    padding: 1.5rem;
}

.footer nav {
    width: 627px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0.875rem;
}

.footer nav a {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none !important;
}

.footer nav a:hover {
    color: inherit;
}

.footer .container {
    margin-top: 2.5rem;
}

.footer .container>div:first-child {
    padding-bottom: 2.625rem;
    border-bottom: 1px solid #6D6D6D;
}

.footer .footer-info {
    font-size: 1.125rem;
    display: inline-block;
}

.footer .footer-info p:not(:last-child) {
    margin-bottom: 2.375rem;
}

.footer .contact {
    display: inline-block;
    font-size: 18px;
    width: 100%;
    padding: 40px 0 80px 0;
    text-align: justify;
    text-justify: distribute-all-lines;
    text-align-last: justify;
    -moz-text-align-last: justify;
    -webkit-text-align-last: justify;
}
.footer .contact > div {
    vertical-align: top;
    text-align: left;
    text-justify: unset;
    text-align-last: left;
    -moz-text-align-last: left;
    -webkit-text-align-last: left;
}
.footer .contact h4 {
    margin-bottom: 20px;
    font-size: 20px;
}
.footer .contact h4 > img {
    margin-right: 10px;
    cursor: pointer;
}
.footer .contact p {
    padding: 10px 0;
}
.footer .align-top {
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
}


.footer .container>div:last-child .contact img {
    cursor: pointer;
}

.content-card {
    /* padding-top: 90px; */
    text-align: center;
}

.content-card-title {
    font-size: 30px;
    color: #D6142E;
    letter-spacing: 0.1em;
}

.content-card-title a {
    text-decoration: none !important;
    color: #D6142E !important;
}

.content-card-title>div:first-child {
    margin-bottom: 28px;
    height: 34px;
    font-size: 36px;
    line-height: 34px;
    letter-spacing: 6.6px;
}

/* .content-card-title>div:last-child {
    height: 17px;
    color: #555;
    font-family: ArialMT, sans-serif;
    font-size: 24px;
    line-height: 17px;
} */

/* 修改 bootstrap modal的样式 */
.modal-content {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 300px;
    height: auto;
}
.wx-modal .modal-content {
    height: 320px;
}

.banner {
    height: 680px;
    background-image: url(../img/index/banner.jpeg);
    background-size: 1920px 680px;
    background-position-x: 50%;
    color: #fff;
}

.mobile-modal .modal-content {
    width: 250px;
}
.mobile-modal .modal-body {
    font-size: 0;
}
.mobile-modal .modal-body img {
    vertical-align: top;
    margin-right: 16px;
}
.mobile-modal .modal-body span {
    display: inline-block;
    font-size: 24px;
    line-height: 27px;
}

.copyright {
    text-decoration: none !important;
}
.copyright:hover {
    color: #C51019;
}

.announce-modal .modal-dialog {
    max-width: none;
    width: auto;
}
.announce-modal .modal-content {
    width: 63vh;
}

.sh-nav-dropdown-menu {
    display: none;
    position: absolute;
    right: 0;
    top:100%;
    width: 9vw;
    max-width: 108px;
    min-width: 86.4px;
    line-height:45px;
    height: 90px;
}
.sh-nav-dropdown-menu a {
    background: white;
    line-height:45px;
    margin-bottom: 2px;
    opacity: 0.8;
}
#logo-container{
    position: absolute;
    left: 50%;
    top: 0;
    width: 168px;
    transform: translate(-50%, 0);
    height: 100px;
    cursor: pointer;
}

#logo-container img {
    width: 100%;
}

.sh-link {
    margin-top: 143px;
    text-align: right;
    text-justify: none;
    text-align-last: auto;
    -moz-text-align-last: auto;
    -webkit-text-align-last: auto;
}

.sh-link a {
    margin-top: 16px;
    display: block;
}

.dis-ib {
    display: inline-block;
}

.brand-list-wrap-row > li:first-child {
    margin-left: 6.25%;
}
