/*-----------------[初始化]--------------*/

@font-face {
    font-family: helvetica;
    src: url('../fonts/Helvetica.ttf');
}

@font-face {
    font-family: shsc-l;
    src: url('../fonts/SourceHanSansCN-Light.otf');
}

@font-face {
    font-family: shsc-r;
    src: url('../fonts/SourceHanSansCN-Regular.otf');
}

body {
    color: #000;
    font-size: 14px;
    line-height: 1.5;
    background: #faf6f8;
    font-family: shsc-l, helvetica, sans-serif;
    min-width: 1240px;
}

a,
a:hover,
a:active {
    color: inherit;
}

img {
    max-width: 100%;
}

input[type='submit'],
input[type='reset'],
input[type='button'],
input[type='radio'],
input[type='checkbox'],
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type='submit'],
input[type='reset'],
input[type='button'] {
    cursor: pointer;
}

::-webkit-input-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

::-ms-input-placeholder {
    color: #999;
}


input.false:focus {
    border: 2px solid #ff1531;
    background: #fff;
}













/*布局*/

.wp {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    *zoom: 1;
}

.wp:after,
.wp:before {
    display: block;
    content: "clear";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}












/*******************************
  -------[=头部]-------
********************************/

.nav {
    position: fixed;
    top: 120px;
    right: 50%;
    margin-right: -628px;
    padding: 10px 0;
    text-align: right;
    letter-spacing: .55em;
    font-size: 16px;
    line-height: 21px;
    color: #403f40;
    z-index: 99;
}

.nav:before {
    content: '';
    position: absolute;
    left: 0;
    top: -5px;
    width: 17px;
    height: 38px;
    background: url('../images/nav-before.png') no-repeat center center;
}

.nav a:hover {
    color: #C3002F;
}

.logo {
    position: absolute;
    margin-top: 120px;
}













/*******************************
  -------[=底部]-------
********************************/

.footer {
    font-size: 16px;
    line-height: 1.2;
    padding: 15px 0 43px;
    background-color: #444644;
    color: #A6A7A8;
}

.footer .col-l {
    width: 395px;
}

.footer .col-c {
    width: 465px;
}

.footer .tit {
    font-size: 26px;
    padding: 15px 0 25px;
}

.footer .cont {
    overflow: hidden;
}

.footer .contact span {
    float: left;
    width: 130px;
}

.footer .contact {
    margin-bottom: 15px;
}









.ban-s1 {
    overflow: hidden;
}

.ban-s1 img {
    display: block;
    width: 100%;
}

.ban-s1 .txt {
    position: relative;
    float: right;
    z-index: 2;
    margin-top: -285px;
}


.g-tit {
    font-weight: lighter;
    color: #221714;
}

.g-tit .cn {
    font-size: 36px;
}

.g-tit .cn:before {
    content: '-';
}

.g-tit .en {
    font-size: 28px;
    margin-top: 14px;
}

.learn-more {
    margin-top: 56px;
    line-height: 53px;
    width: 320px;
    overflow: hidden;
}

.learn-more .btn {
    position: relative;
    display: block;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding-right: 69px;
    background-color: #c30e2e;
}

.learn-more .btn:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 69px;
    background: #3f3a39 url('../images/icon-arrow.png') no-repeat center center;
}

.learn-more .btn:hover {
    background-color: #a80c28
}

.m-video {
    position: relative;
    width: 371px;
    height: 204px;
    margin: 51px 43px;
}

.m-video video {
    width: 100%;
    height: 100%;
    background-color: #000
}

.m-video .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5)
}

.m-video .mask .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    background: url('../images/icon-play.png') no-repeat center center;
    background-size: 55px auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}

.m-video .mask .icon:hover {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
}

.pic-ind1 {
    position: relative;
    background-color: #ebe7e5;
    margin: 8px -119px 23px 0;
    padding-right: 119px;
}

.pic-ind1:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 100%;
    width: 0;
    height: 0;
    border-width: 36.5px 59.5px;
    border-style: solid;
    border-color: transparent transparent #e0dbd7 #e0dbd7;
}

.pic-ind1 .inner {
    overflow: hidden;
}

.pic-ind1 .txt {
    float: right;
    overflow: hidden;
    text-align: right;
    padding-top: 11px;
}

.pic-ind1 .m-txt1 {
    max-width: 380px;
    font-size: 14px;
    text-align: left;
    color: #898989;
    margin: 23px 0;
}

.pic-ind1 .g-tit {
    color: #585757;
}

.ul-pic {
    overflow: hidden;
    float: right;
    padding: 10px 0;
}

.ul-pic li {
    float: left;
    width: 74px;
    height: 59px;
    margin-left: 10px;
    position: relative;
    cursor: pointer;
}

.ul-pic img {
    display: block;
    width: 100%;
    height: 100%;
}

.ul-pic .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .35) url('../images/icon-01.png') no-repeat center center;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
}

.ul-pic li:hover .mask {
    opacity: 1;
}

.ul-img1 {
    overflow: hidden;
    margin: 0 17px -17px -19px;
    float: left;
    width: 516px;
}

.ul-img1 li {
    float: left;
    width: 239px;
    height: 202px;
    margin: 0 0 17px 19px;
}

.ul-img1 img {
    display: block;
    width: 100%;
    height: 100%;
}

.m-txt2 {
    background-color: #c3303f;
    font-size: 20px;
    color: #fff;
    line-height: 1.6;
    padding: 9px 11px 24px;
    margin-bottom: 8px;
}

.m-txt2 .g-tit {
    color: #fff;
    margin-bottom: 18px;
}

.pic-ind2 {
    padding-bottom: 13px;
}

.pic-ind2 .txt {
    overflow: hidden;
}

.m-txt3 {
    color: #272727;
    font-size: 16px;
    line-height: 1.8;
}

.m-txt3 .s1 {
    color: #c3333e;
}

.m-txt3 .s1:first-letter {
    font-size: 1.5em;
}

.pic-ind3 {
    overflow: hidden;
    background-color: #ab2332;
}

.pic-ind3 .inner {
    background-color: #c3303f;
    margin-left: -10000px;
    padding-left: 10000px;
}

.pic-ind3 .g-tit {
    color: #fff;
    padding: 15px 0 10px;
}

.m-txt4 {
    color: #fff;
    font-size: 17px;
    line-height: 2;
}

.slide-pic {
    position: relative;
    overflow: hidden;
    padding: 14px 0 110px; 
}

.slide-pic .tit {
    width: 218px;
    float: left;
}

.slide-pic .tit .item {
    margin: 0 0 8px;
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.slide-pic .tit .item a {
    display: block;
    cursor: pointer;
    padding-left: 60px;
    background-repeat: no-repeat;
    background-position: 5px center;
    line-height: 47px;
    font-size: 12px;
    color: rgba(255, 255, 255, .8);
}

.slide-pic .tit .item.on,
.slide-pic .tit .item:hover {
    background-image: url('../images/bg-tab1.png');
    background-image: -webkit-gradient(to right, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0));
}

.slide-pic .desc .item {
    position: absolute;
    top: 0;
    left: 9999px;
    width: 100%;
}

.slide-pic .desc .item.on {
    left: 0;
}

.slide-pic .desc {
    position: absolute;
    width: 782px;
    right: 0;
    top: 14px;
    height: 450px;
    overflow: hidden;
}

.slide-pic .desc .slide {
    padding: 0 120px;
}

.slide-pic .desc .txt {
    margin: 0 auto;
    max-width: 570px;
    color: #fff;
    line-height: 1.7;
    text-align: center;
    max-height: 5.1em;
    overflow: hidden;
}

.slide-pic .desc .txt p {
    text-align: left;
    display: inline-block;
}

.slide-s1 {
    height: 270px;
    margin: 30px 0 14px;
}

.slide-s1 .img {
    width: 400px;
    height: 270px;
}

.slide-s1 .img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/mask-01.png') repeat 0 0;
}

.slide-s1 img {
    display: block;
    width: 100%;
    height: 100%;
}

.slide-s1 .roundabout-in-focus:after {
    display: none;
}

.slide-dots {
    text-align: center;
    font-size: 0;
    margin-bottom: 28px;
}

.slide-dots li {
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
    opacity: .4;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin: 0 5px;
}

.slide-dots li.active {
    opacity: 1;
}

.pic-ind4 {
    position: relative;
    overflow: hidden;
    padding-left: 50%;
}

.pic-ind4:before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('../images/bg-01.jpg') no-repeat right center;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
}

.txt-l {
    position: relative;
    padding: 37px 0 73px 50px;
    background-color: #e0dbd7;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.txt-l:hover {
    margin-left: -100%;
    padding-right: 48%;
}

.tab-h1 {
    font-size: 22px;
    line-height: 2.4;
    color: #99989a;
}

.tab-h1 .item.on:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url('../images/icon-02.png') no-repeat center center;
    margin: -6px 0 0 10px;
}

.pic-ind4 .g-tit {
    color: #b0333b;
    margin-bottom: 12px;
}

.txt-l .desc {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-align: center;
    color: #fff;
}

.txt-l:hover .desc {
    opacity: 1;
    z-index: 0;
    height: 100%;
    width: 48%;
    background-color: #9fa0a0;
}

.txt-l .desc .item {
    padding-top: 40px;
    display: none;
}

.txt-l .desc .item.on {
    display: block;
}

.txt-l .img {
    overflow: hidden;
}

.txt-l .img li {
    float: left;
    width: 146px;
    height: 105px;
}

.txt-l .img li+li {
    margin-left: 20px;
}

.txt-l .desc .title {
    font-size: 21px;
    font-weight: lighter;
}

.txt-l .desc .info {
    font-size: 12px;
    line-height: 120px;
    height: 120px;
    margin: 12px 0 48px;
}

.txt-l .desc .info .inner {
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
    max-width: 210px;
}

.txt-l .desc .img {
    display: inline-block;
}

.pic-ind5 {
    overflow: hidden;
    padding: 69px 0;
}

.job-items .item.s1 {
    color: #fff;
    background-color: #c3303f;
    padding-left: 78px;
}

.job-items .item.s2 {
    z-index: -1;
    position: relative;
    color: #585757;
    background-color: #e0dbd7;
    margin: -120px 172px 0 -9999px;
    padding: 120px 78px 0 10077px;
    text-align: right;
    min-height: 296px;
}

.job-items .item.s2:after {
    content: '';
    position: absolute;
    left: 100%;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #afaeae transparent transparent #afaeae;
    border-width: 148px 86px;
}

.job-items .item .g-tit {
    color: inherit;
    padding-top: 44px;
}

.job-items .item.s2 .g-tit {
    padding-top: 30px;
}

.job-items .cont {
    text-align: left;
    max-width: 670px;
    font-size: 16px;
    line-height: 1.8;
    padding: 15px 0 50px;
}

.pic-ind5 {
    position: relative;
}

.goTop {
    position: absolute;
    left: 50%;
    margin-left: -605px;
    width: 102px;
    height: 57px;
    background: url('../images/icon-top.png') no-repeat 0 0;
}

.pic-ind6 {
    padding-bottom: 25px;
}

.pic-ind6 .g-tit {
    text-align: center;
    padding: 50px 0 30px;
}

.list-partner {
    overflow: hidden;
}

.list-partner li {
    float: left;
    width: 20%;
    line-height: 50px;
    margin-bottom: 5px;
}

.list-partner img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%
}

.list-vol {
    font-size: 0;
    text-align: center;
}

.list-vol li {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 20px;
}

.list-vol .col-7 {
    width: 14.28%;
}

.list-vol .col-3 {
    width: 33.332%;
}

.list-vol .col-4 {
    width: 25%;
}


.list-vol img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.m-pop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}
.m-pop .close {
    position: absolute;
    top: 0;
    right: 0;width: 40px;height: 40px;
    background: url('../images/icon-close.png') no-repeat center center;
    cursor: pointer;
}
.m-pop .desc {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 1100px;
    width: 90%;
    max-height: 100%;
    overflow-y: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.m-pop .desc img {display: block;width: 100%;}

#audio {position: fixed;top: 0;right: 10000px;}