@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
}
html {
   overflow-x: scroll;
}
body,html {
    width: 100%;
    min-width: 1300px;
    font-family: "Microsoft YaHei", Arial;
    overflow: auto;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}
ul,li,dl,dd {
    list-style: none;
}
img {
    display: block;
}

/*fonts*/
@font-face {
    font-family: MinionPro;
    src: url('../fonts/MinionPro.otf');
}
@font-face {
    font-family: Charter;
    src: url('../fonts/Charter.otf');
}
@font-face {
    font-family: Hel;
    src: url('../fonts/Hel.otf');
}

/*load-video*/
.load-video {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #000;
}
.load-video video {
    width: 100%;
}
.skip-btn {
    width: 108px;
    height: 32px;
    position: absolute;
    bottom: 50px;
    right: 50px;
    line-height: 32px;
    border-radius: 16px;
    border: solid 1px #fff;
    color: #fff;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}
.skip-btn span {
    line-height: 28px;
    font-size: 14px;
    font-weight: 700;
}
.skip-btn:hover {
    border: solid 1px #ab0d36;
    background: #ab0d36;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

/*header*/
.header {
    width: 100%;
    min-width: 1260px;
    miax-height: 100%;
    overflow: hidden;
}
.logo {
    width: 209px;
    height: 30px;
    position: absolute;
    top: 38px;
    left: 45px;
}
.menu-btn {
    width: 77px;
    height: 16px;
    position: absolute;
    top: 37px;
    right: 44px;
}
/*banner*/
.w100 {
    width: 100%;
    display: block;
    position: absolute;
    left: 0;top: 0;
    bottom: 0;right: 0;
    margin: auto;
}

#mainBox {
    width: 100%;
    margin-top: 80px;
    position: relative;
    overflow: hidden;
}
#mainBox ul{
    width: 310%;
}
.imgbox {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}
.but {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    font-size: 60px;
    line-height: 60px;
    text-align: center;
    margin-top: -40px;
    color: #fff;
    cursor: pointer;
    opacity: 0;
}
.but:hover {
    margin-top: -43px;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
}
.box:hover .but {
    opacity: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.next {
    left: 80px;
}
.prev {
    right: 80px;
}
.btn-prev, .btn-next {
    font-size: 40px;
    font-weight: 900;
    color: #fff;
}
.btn-prev {
    left: 30px;
}
.btn-next {
    right: 30px;
}
.arrow {
    width: 67px;
    height: 67px;
    position: absolute;
    top: 48%;
}
/*menu*/
.menu {
    width: 0;
    height: 100%;
    /*padding: 20px;*/
    position: fixed;
    top: 0;
    right: 0;
    z-index: 500;
    box-sizing: border-box;
    overflow: hidden;
}
.menu .menu-wrapper {
    width: 100%;
    min-height: 720px;
    height: 100%;
    background: #e5e5e5;
    /*background: rgba(229,230,230,0.9);*/
    position: relative;
}
/*.menu-wrapper::before {*/
    /*width: 64%;*/
    /*height: 100%;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 18%;*/
    /*background: #e5e6e6;*/
    /*content: '';*/
/*}*/
.menu-wrapper ul {
    width: 100%;
    height: 500px;
    position: absolute;
    top: 50%;
    margin-top: -250px;
    left: 0;
}
.menu-wrapper ul li {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    overflow: hidden;
}
.menu-wrapper ul li a {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
}
.menu-wrapper ul li h6,.menu-wrapper ul li p {
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #000;
}
.menu-wrapper ul li h6 {
    font-family: Charter;
    font-size: 18px;
    font-weight: normal;
    /*color: #ab0d36;*/
}
.menu-wrapper ul li p {
    font-size: 16px;
    color: #fff;
}
.menu-wrapper ul li.current {
    background: #ab0d36;
    /*background: rgba(171,13,54,0.8);*/
    color: #fff;
}
.menu-wrapper ul li.current a h6 {
    color: #fff;
}
.menu-wrapper ul li:hover{
    background: #ab0d36;
    /*background: rgba(171,13,54,0.8);*/
    color: #fff;
}
.menu-wrapper ul li:hover h6 {
    margin-top: -60px;
    color: #fff;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
}
.menu-link {
    width: 100px;
    height: 32px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -50px;
}
.menu-link span {
    font-size: 22px;
    line-height: 32px;
    padding: 0 4px;
}
.menu-title {
    width: 100%;
    height: 40px;
    position: absolute;
    top: 20px;
    left: 0;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #000;
}
.close-menu {
    border-radius: 50%;
    font-size: 40px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 99;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    transform-origin: center center;
}
.close-menu:hover {
    color: #ab0d36;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
/* login */
.login-box {
    width: 100%;
    height: 42px;
    line-height: 42px;
    background: #ab0d36;
    position: absolute;
    top: 64px;
    left: 0;
}
.login-box a {
    display: block;
    width: 49.5%;
    height: 42px;
    float: left;
    color: #fff;
    font-size: 14px;
    text-align: center; 
}
.login-box a:first-of-type {
    border-right: solid 1px #e5e5e5;
}
.login-box a:hover {
    text-decoration: underline;
}

.layer-box {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(0, 0, 0, .6);
    display: none;
}
.loginin-box {
    width: 520px;
    height: 420px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px #000;
}
.login-con {
    width: 84%;
    margin: 0 auto;
}
.login-title {
    height: 94px;
    line-height: 94px;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: bold;
    color: #ab0d36;
    text-align: center;
}
.input-info {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}
.mima {
    width: 90px;
    height: 42px;
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 16px;
    line-height: 42px;
    color: #888;
}
.mima:hover {
    color: #ab0d36;
}
input {
    width: 100%;
    height: 42px;
    line-height: 42px;
    background: #eee;
    border-radius: 5px;
    text-indent: 10px;
    border: none;
}
.input-info label {
    color: #b6b6b6;
}
.login-con input#auto-login {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
}
.login-con > button {
    display: block;
    width: 346px;
    height: 46px;
    border-radius: 6px;
    box-shadow: none;
    border: none;
    color: #fff;
    font-size: 16px;
    background: #ab0d36;
    margin: 0 auto;
    margin-bottom: 20px;
    cursor: pointer;
}
.login-con > button#joinin {
    background: #fff;
    border: 1px solid #bdbdbd;
    color: #5a5a5a;
}
.close-btn {
    width: 81px;
    height: 81px;
    display: block;
    cursor: pointer;
    position: absolute;
    top: -36px;
    right: -36px;
}

.joinin-box {
    width: 545px;
    height: 530px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px #000;
}
.state-box {
    width: 80%;
    height: 80%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px #000;
}
.state-text {
    width: 90%;
    height: 90%;
    margin: 0 auto;
    margin-top: 4%;
    overflow: auto;
    overflow-x: hidden;
}
.state-text h6 {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.state-text p {
    line-height: 30px;
    font-size: 16px;
    text-align: justify;
    padding-bottom: 10px;
    padding-right: 10px;
}
.joinin-info {
    width: 100%;
    height: 42px;
    position: relative;
    margin-bottom: 20px;
}
.joinin-info label {
    width: 4%;
    line-height: 42px;
    color: #fd34cb;
    float: left;
}
.joinin-info input {
    width: 95%;
    float: left;
}
.joinin-info .code-box {
    width: 38%;
    height: 42px;
    float: right;
    border-radius: 5px;
    /*background: #efefef;*/
    padding: 0 20px;
    display: inline-block;
}
.code-box img {
    width: 140px;
    height: 42px;
    float: left;
}
.joinin-info h6 {
    width: 100%;
    height: 32px;
    line-height: 32px;
    position: absolute;
    left: 5%;
    bottom: 0px;
    font-size: 14px;
    letter-spacing: 2px;
    color: #5a5a5a;
}
#sure-join {
    margin-top: 20px;
}

.pul-box {
    width: 690px;
    height: 430px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px #000;
}
.pul-con {
    width: 565px;
    margin: 0 auto;
}
.pul-desc {
    line-height: 28px;
    font-size: 16px;
    color: #5a5a5a;
    text-indent: 32px
}
.pul-info {
    width: 442px;
    margin: 0 auto;
    padding: 15px 0 8px 0;
}
#submit-btn {
    display: block;
    width: 346px;
    height: 46px;
    border-radius: 6px;
    box-shadow: none;
    border: none;
    color: #fff;
    font-size: 16px;
    background: #ab0d36;
    margin: 0 auto;
    margin-top: 10px;
    cursor: pointer;
}

/*consult*/
.consult-box {
    width: 100%;
    padding-top: 50px;
    /*border-top: solid 4px #ab0d36;*/
}
.information-banner {
    width: 100%;
    margin-top: 80px;
}
.information-banner img {
    width: 100%;
}
.information-con {
    width: 100%;
}
.information-tit {
    width: 100%;
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    border-bottom: solid 4px #ab0d36;
    position: relative;
}
.information-tit .tit-1 {
    display: block;
    width: 135px;
    line-height: 46px;
    color: #fff;
    text-align: center;
    background: #ab0d36;
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
    margin-left: 8px;
}
.information-tit .tit-1 span {
    -webkit-transform: skew(20deg);
    transform: skew(20deg);
}
.information-tit .tit-tip {
    display: block;
    width: 80%;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: normal;
    font-size: 16px;
    height: 46px;
    color: #ab0d36;
}
.information-con {
    padding-top: 10px;
    padding-bottom: 50px;
}
.information-con a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #3e3e3e;
    border-bottom: dashed 1px #e5e5e5;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.information-con a:hover {
    color: #ab0d36;
    padding-left: 5px;
    font-weight: bold;
    border-bottom: dashed 1px #ab0d36;
}


/*top-bar*/
.top-bar {
    width: auto;
    min-width: 1000px;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 200;
}
.top-bg {
    display: block;
    width: 0;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #fff;
}

.top-bar .left-logo {
    display: block;
    width: 210px;
    height: 80px;
    float: left;
    margin-left: 24px;
}
.logo-white {
    background: url(../img/logo-white.png) no-repeat center;
}
.logo-black {
    background: url(../img/logo-black.png) no-repeat center;
}
.logo-colors {
    background: url(../img/logo-colors.png) no-repeat center;
}
.login-menu {
    width: 100px;
    height: 80px;
    line-height: 80px;
    float: right;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    margin-right: 10px;
    color: #ab0d36;
}
.login-menu:hover {
    color: #fff;
    background: #ab0d36;
}
.right-menu {
    width: 100px;
    height: 80px;
    float: right;
    font-size: 0;
    line-height: 80px;
    margin-right: 24px;
    cursor: pointer;
}
/*.right-menu:hover {*/
    /*color: #ab0d36;*/
/*}*/
.right-menu span.menu-text {
    font-size: 16px;
    vertical-align: middle;
}
.right-menu span.icon-menu {
    font-size: 32px;
    vertical-align: middle;
}
.content-box {
    width: 80%;
    min-width: 1200px;
    margin: 0 auto;
    position: relative;
}
/*about*/
.about {
    width: 100%;
    background: #eaeff3;
    z-index: 20;
    padding-bottom: 30px;
}

.rotate {
    width: 2200px;
    height: 2200px;
    position: fixed;
    top: 880px;
    right: 0;
    background: #eaeff3;
    -webkit-transform-origin: top right;
    transform-origin: top right;
    z-index: 1;
}
.about-con {
    width: 100%;
    height: 800px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
}
.about-title {
    width: 100%;
    height: 190px;
    background: url(../img/about-title.png) no-repeat center;
    background-size: 386px 121px;
    /*line-height: 190px;*/
    /*font-size: 110px;*/
    /*color: #fff;*/
    /*letter-spacing: 0px;*/
    /*font-family: Hel;*/
    /*text-align: center;*/
    /*padding-top: 50px;*/
}
.about-text1 {
    line-height: 38px;
    text-align: center;
    font-size: 20px;
    letter-spacing: 1px;
    white-space: nowrap;
}
.about-text2 {
    line-height: 32px;
    font-size: 16px;
    text-align: center;
    padding-top: 35px;
}
.about-text3 {
    line-height: 32px;
    font-size: 16px;
    text-align: center;
    color: #ab0d36;
    padding-bottom: 25px;
}
.read-more {
    width: 125px;
    height: 30px;
    line-height: 30px;
    display: block;
    margin: 0 auto;
    font-size: 14px;
    color: #ab0d36;
}
.read-more span {
    padding-left: 6px;
    font-weight: 700;
    font-size: 16px;
}
.read-more:hover span {
    padding-left: 10px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.news-con {
    width: 100%;
    padding-top: 800px;
}
.news-title {
    height: 50px;
    line-height: 50px;
    font-size: 42px;
    text-align: center;
    color: #ab0d36;
    font-family: Charter;
}
ul.news-list {
    padding: 25px 0 50px 0;
    width: 100%;
    display: -webkit-flex;
    -moz-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
ul.news-list li {
    -webkit-flex: 1;
    flex: 1;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin-right: 10px;
    background: #fff;
    padding: 12px 0;
}
ul.news-list li:last-of-type {
    margin-right: 0;
}
ul.news-list li .news-icon {
    width: 30%;
    height: 104px;
    float: left;
}
ul.news-list li .news-intro {
    width: 65%;
    float: left;
}
.news-intro h6 {
    line-height: 30px;
    font-size: 16px;
}
.news-intro p {
    line-height: 22px;
    color: #585858;
    font-size: 14px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-intro a.read-more {
    width: 100%;
    font-size: 12px;
    opacity: 0.6;
    text-align: left;
}
.news-co {
    background: url(../img/news-co.png) no-repeat center;
    background-size: 49px 65px;
}
.news-pro {
    background: url(../img/news-pro.png) no-repeat center;
    background-size: 57px 61px;
}
.news-pri {
    background: url(../img/news-pri.png) no-repeat center;
    background-size: 54px 66px;
}

/*module*/
.module {
    width: 100%;
    margin: 0 auto;
    min-width: 50vw;
}
.mod-1,.mod-2 {
    width: 100vw;
    display: -webkit-flex;
    -moz-display: flex;
    display: flex;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #000;
}
.mod-1 .mod, .mod-2 .mod{
    width: 25vw;
    height: 25vw;
    display: block;
    overflow: hidden;
    position: relative;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    cursor: pointer;
}
.mod-1 .mod img,.mod-2 .mod img {
    transition: all .3s cubic-bezier(0.8, 0, 0.2, 1);
    -webkit-transition: all .3s cubic-bezier(0.8, 0, 0.2, 1);
}
.mod-1 .mod img:nth-child(1),.mod-2 .mod img:nth-child(1) {
    width: 100%;
    height: auto;
    opacity: 0.5;
}
.mod-1 .mod img:nth-child(2), .mod-2 .mod img:nth-child(2) {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}
.mod-1 .mod:hover img:nth-child(1),.mod-2 .mod:hover img:nth-child(1) {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
.mod-1 .mod:hover img:nth-child(2), .mod-2 .mod:hover img:nth-child(2) {
    transform: scale(.9);
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);

}
.mod-1 div.mod-h:hover img:nth-child(2) {
    transform: scale(0.9,0.95);
    -webkit-transform: scale(0.9,0.95);
    -moz-transform: scale(0.9,0.95);
}
.mod-2 div.mod-w:hover img:nth-child(2) {
    transform: scale(0.95,0.9);
    -webkit-transform: scale(0.95,0.9);
    -moz-transform: scale(0.95,0.9);
}

/*work*/
.work {
    width: 100%;
    height: 876px;
    background: url(../img/work-bg.jpg) no-repeat center;
}

/*news inner*/
.news-swiper {
    width: 100%;
    padding-top: 80px;
    max-height: 800px;
}
.swiper-pagination-bullet {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    background: none;
    color: #fff;
    opacity: 1;
}
.swiper-pagination-bullet:before {
    content: "\e90a";
    line-height: 24px;
    font-family: 'iforce-icons' !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    content: "\e902";
    line-height: 24px;
    font-weight: bold;
    font-family: 'iforce-icons' !important;
}
.news-swiper .swiper-slide img {
    max-width: 100%;
}
.news-wrapper {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 60px;
}
.news-sort {
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
    display: -webkit-flex;
    -moz-display: flex;
    display: flex;
    justify-content: space-around;
}
.news-sort > div {
    width: 320px;
    height: 485px;
    background: #f0f0f0;
    position: relative;
}
.news-sort > div::before {
    width: 200px;
    height: 40px;
    position: absolute;
    top: 36px;
    left: -56px;
    line-height: 40px;
    font-size: 22px;
    content: '';
    letter-spacing: 2px;
}
.news-sort > div.news-sort-1::before {
    content: 'iFORCE动态';
}
.news-sort > div.news-sort-2::before {
    content: '最IN圈';
}
.news-sort > div.news-sort-3::before {
    content: '荣誉堂';
}
.news-sort > div ul {
    width: 78%;
    margin: 0 auto;
    padding-top: 75px;
}
.news-sort > div ul li {
    padding: 15px 0;
    line-height: 22px;
    border-bottom: 1px solid #b7b7b7;
    position: relative;
}
.news-sort > div ul li:first-of-type::before {
    width: 64px;
    height: 3px;
    position: absolute;
    top: 21px;
    left: -94px;
    background: #000;
    content: '';
}
.news-sort > div ul li a {
    display: block;
    line-height: 22px;
    word-break: break-all;
    display: -webkit-box;
    display: -moz-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    color: #000;
}
.news-sort > div ul li a:hover {
    color: #ab0d36;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.news-read-more {
    position: absolute;
    bottom: 15px;
    right: 25px;
    margin: 0;
}

/*gareers*/
.gareers-content {
    width: 100%;
    padding: 80px 0 50px 0;
}
.gareers-title {
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    text-align: center;
    color: #ab0d36;
    font-weight: normal;
}
.tab-gareers {
    width: 100%;
}
ul.tab-nav {
    width: 100%;
    height: 100px;
    line-height: 100px;
    display: -webkit-flex;
    -moz-display: flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
ul.tab-nav li {
    padding: 0 12px;
    height: 100px;
    line-height: 100px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
}
ul.tab-nav li.select {
    color: #ab0d36;
}
.tab-con {
    width: 100%;
    padding: 50px 0;
    background: #f4f4f4;
}
.tab-mod {
    width: 80%;
    margin: 0 auto;
}
.tab-mod ul li {
    padding: 10px 0;
    border-bottom: 1px solid #6e6e6e;
    position: relative;
}
.tab-mod ul li h6 {
    height: 36px;
    line-height: 36px;
    font-size: 20px;
    color: #ab0d36;
}
.tab-mod ul li p {
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    color: #6e6e6e;
}
.tab-mod ul li p span {
    padding-right: 28px;
}
.tab-mod ul li .add-btn {
    width: 32px;
    height: 32px;
    background: url(../img/add.jpg) no-repeat center;
    background-size: 100%;
    position: absolute;
    top: 30px;
    right: 0;
    cursor: pointer;
}
.tab-con .hidden {
    display: none;
}
/*join*/
.join {
    padding: 60px 0;
}
.join-btn {
    width: 100%;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 32px;
    font-weight: normal;
    color: #ab0d36;
    cursor: pointer;
}
.join-btn span.rota {
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.join-click {
    background: #ab0d36;
    color: #fff;
}
.join-click span.rota {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.join-info {
    width: 670px;
    margin: 0 auto;
    display: none;
}
.join-info h6 {
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    color: #787878;
    padding-top: 20px;
    font-weight: 500;
}
.join-info input, .join-info p {
    width: 100%;
    height: 52px;
    line-height: 52px;
    border: 1px solid #e4e4e4;
    background: #efefef;
    font-size: 16px;
    text-indent: 10px;
}
.join-info select {
    width: 97%;
    height: 52px;
    line-height: 52px;
    background: none;
    border: none;
    font-size: 16px;
}
.join-info textarea {
    width: 100%;
    height: 212px;
    line-height: 32px;
    font-size: 18px;
    text-indent: 10px;
    border: 1px solid #e4e4e4;
    background: #efefef;
}
.join-info .submit-btn {
    display: block;
    width: 168px;
    height: 56px;
    line-height: 56px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    float: right;
    margin-top: 20px;
    background: #ab0d36;
}


/*about*/
.about-1 {
    width: 100%;
    padding-top: 200px;
}
.about-top {
    width: 100%;
    height: 500px;
    /*background: url(../img/about-bg.jpg) no-repeat right center;*/
    /*background-size: 80%;*/
    position: relative;
}
.about-top::before {
    width: 120px;
    height: 3px;
    background: #000;
    position: absolute;
    bottom: 9px;
    left: -190px;
    content: '';
}
.about-top-con {
    width: 45%;
    float: left;
    padding-top: 120px;
}
.about-top-show {
    width: 52%;
    float: right;
    position: relative;
}
.about-top-show::before {
    width: 436px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -436px;
    background: #f3f3f3;
    content: '';
    z-index: -1;
}
.about-top-con h6 {
    height: 28px;
    line-height: 28px;
    font-size: 24px;
    color: #939393;
    letter-spacing: 5px;
}
.about-top-con h5 {
    height: 64px;
    line-height: 64px;
    font-size: 32px;
    letter-spacing: 1px;
    font-weight: normal;
}
.about-state {
    width: 100%;
    padding-top: 20px;
    overflow: hidden;
}
.about-state span {
    display: block;
    width: 23%;
    height: 3px;
    background: #000;
    float: left;
    margin-top: 18px;
}
.about-state p {
    width: 72%;
    float: right;
    line-height: 34px;
    font-size: 18px;
    color: #6a6a6a;
}
.about-top > h4 {
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-size: 22px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.about-2 {
    width: 100%;
    overflow: hidden;
    padding-top: 120px;
    padding-bottom: 80px;
}
.about-2-t {
    height: 116px;
}
.about-2-t h6, .about-t-3 h6 {
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    color: #939393;
    letter-spacing: 5px;
}
.about-2-t p, .about-t-3 p{
    height: 56px;
    line-height: 56px;
    font-size: 32px;
}
.about-2-t p span {
    display: block;
    float: right;
    font-weight: 700;
    font-size: 24px;
}
.prise-list {
    width: 100%;
    display: -webkit-flex;
    -moz-display: flex;
    display: flex;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
}
.prise-list li {
    width: 23.5%;
    margin-bottom: 20px;
}
.prise-list li a {
    display: block;
}
.prise-list li a img {
    max-width: 100%;
}
.prise-more {
    width: 100%;
    height: 30px;
}
.prise-more a.more-pri {
    width: 120px;
    margin: 0;
    float: right;
}

.about-3 {
    width: 100%;
    background: #f3f3f3;
}
.about-t-3 {
    width: 100%;
    position: absolute;
    top: -50px;
    right: 0;
    text-align: right;
    z-index: 10;
}
.about-things {
    width: 100%;
    height: 680px;
    position: relative;
}
.thing-wrapper {
    padding: 80px 0;
    height: 520px;
    position: relative;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.thing-wrapper:hover {
    background: #ab0d36;
}
.thing-wrapper:hover h6,.thing-wrapper:hover p, .thing-wrapper:hover .foot-year {
    color: #fff;
}
.thing-wrapper:hover .thing-pic {
    background-position: right bottom;
}
.thing-main {
    width: 90%;
    mix-height: 100%;
    margin: 0 auto;
}
.foot-year {
    width: 90%;
    height: 70px;
    position: absolute;
    left: 0;
    bottom: 60px;
    line-height: 70px;
    margin: 0 auto 0 auto;
    font-size: 60px;
    text-align: center;
    color: #9e9e9e;
}
.thing-main .thing-pic {
    width: 150px;
    height: 150px;
    overflow: hidden;
    margin: 0 auto;
    background-position: left top;
}
.thing01 {
    background: url(../img/thing01.png) no-repeat;
}
.thing02 {
    background: url(../img/thing02.png) no-repeat;
}
.thing03 {
    background: url(../img/thing03.png) no-repeat;
}
.thing04 {
    background: url(../img/thing04.png) no-repeat;
}
.thing05 {
    background: url(../img/thing05.png) no-repeat;
}
.thing-main h6 {
    padding-top: 20px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    color: #9e9e9e;
}
.thing-main p {
    line-height: 28px;
    font-size: 14px;
    text-align: center;
    color: #9e9e9e;
}
.swiper-button-prev, .swiper-button-next {
    background: none;
}
.thing-next {
    right: -40px;
    font-size: 60px;
    color: #c8c8c8;
}
.thing-prev {
    left: -70px;
    font-size: 60px;
    color: #c8c8c8;
}
.thing-next:hover,.thing-prev:hover {
    color: #ab0d36;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.team-next {
    right: -25px;
    font-size: 36px;
    font-weight: 700;
    color: #ab0d36;
    margin-top: -45px;
}
.team-prev {
    left: -60px;
    font-size: 36px;
    font-weight: 700;
    color: #ab0d36;
    margin-top: -45px;
}
.team-next:hover {
    right: -30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.about-num {
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 22px;
    font-weight: bold;
    text-align: right;
    position: relative;
}
.about-num:after {
     content: '';
     width: 165px;
     height: 3px;
     background: #000;
     position: absolute;
     top: 14px;
     right: -190px;
}

.about-4 {
    width: 100%;
    padding: 60px 0;
}
.team-intro {
    width: 100%;
    padding-bottom: 15px;
    position: relative;
}
img.team-memb {
    width: 90%;
}
.swiper-slide a {
    display: block;
}
.team-info {
    width: 80%;
    height: 64px;
    position: absolute;
    bottom: 10px;
    left: 8%;
    color: #fff;
}
.team-info p {
    height: 24px;
    line-height: 24px;
    font-size: 16px;
}
.about-num-4 {
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 22px;
    font-weight: bold;
}

/*contact*/
.contact-wrapper {
    width: 100%;
    min-width: 1260px;
    height: auto;
    overflow-x: hidden;
    position: relative;
}
.show-pic img {
    max-width: 100%;
}
.contact-content {
    width: 100%;
    padding: 40px 0 50px 0;
}
.contact-title {
    height: 120px;
    line-height: 120px;
    font-family: Charter;
    font-size: 90px;
    text-align: center;
}

/*news-tab*/
.tab-news {
    width: 100%;
}
ul.tab-news-item {
    width: 520px;
    height: 80px;
    margin: 0 auto;
}
ul.tab-news-item li {
    float: left;
    width: 33%;
    height: 80px;
    line-height: 80px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
}
ul.tab-news-item li.select {
    color: #ab0d36;
}
.tab-news-con {
    width: 100%;
    min-height: 800px;
    overflow: hidden;
}
.tab-news-con .hidden {
    display: none;
}
ul.news-list-item {
    width: 100%;
}
ul.news-list-item li {
    width: 15%;
    max-height: 380px;
    margin-right: 1.5%;
    margin-bottom: 1.5%;
    float: left;
    background: #f6f6f6;
}
ul.news-list-item li a {
    display: block;
}
@media screen and (max-width: 1280px) {
    ul.news-list-item li {
        width: 23.5%;
    }
}
@media screen and (min-width: 1281px) and (max-width: 1600px) {
    ul.news-list-item li {
        width: 18.5%;
    }
}

ul.news-list-item li .news-cover {
    padding: 10px;
    height: 166px;
    overflow: hidden;
}
ul.news-list-item li .news-cover img {
    max-width: 100%;
}
ul.news-list-item li .news-item-con {
    padding: 0 15px 10px 15px;
}
ul.news-list-item li:hover h6 {
    color: #ab0d36;
}
.news-item-con h6 {
    height: 30px;
    line-height: 30px;
    font-size: 17px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
}
.news-item-con h5 {
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    color: #6a6a6a;
    font-weight: normal;
}
.news-item-con p {
    line-height: 22px;
    padding-top: 12px;
    height: 66px;
    color: #6a6a6a;
    font-size: 14px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-item-con a.news-more {
    margin: 0;
    padding-top: 12px;
}







ul.address {
    width: 86%;
    padding-top: 10px;
    margin: 0 auto;
    display: -webkit-flex;
    -moz-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
ul.address li {
    -webkit-flex: 1;
    flex: 1;
    padding-left: 60px;
}
ul.address li p {
    line-height: 32px;
    font-size: 16px;
    font-weight: 700;
}
ul.address li p.dec-line {
    position: relative;
}
p.dec-line::before {
    width: 42px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 16px;
    left: -50px;
    content: '';
}
ul.address li p i {
    padding-left: 50px;
}
ul.address li p span {
    font-weight: normal;
}
ul.address li .map-btn {
    font-size: 16px;
    color: #ab0d36;
    cursor: pointer;
    padding-left: 23px;
    background: url(../img/map-icon.png) no-repeat left center;
    background-size: 15px 18px;
}
/*map*/
.map {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    z-index: 60;
    display: none;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.map-wrapper {
    width: 70%;
    height: 60%;
    position: absolute;
    top: 20%;
    left: 15%;
    background: #fff;
}
.map-wrapper h4 {
    width: auto;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: normal;
}
.map-wrapper h4 p {
    text-indent: 15px;
    float: left;
}
.map-wrapper h4 span {
    float: right;
    font-weight: 700;
    padding: 0 15px;
    font-size: 16px;
    cursor: pointer;
}
.map-wrapper h4 span:hover {
    color: #fff;
    background: #ab0d36;
}
.map-wrapper iframe {
    width: 100%;
    border: none;
}
/*footer*/
.footer {
    width: 100%;
    height: 92px;
    line-height: 92px;
    background: #000;
}
.footer-copy {
    width: auto;
    height: 44px;
    color: #9e9e9e;
    float: left;
    font-size: 14px;
    line-height: 22px;
    padding-left: 50px;
    padding-top: 24px; 
}
.footer-con {
    width: 420px;
    height: 92px;
    float: right;
    color: #fff;
    line-height: 92px;
    display: inline-block;
}
.footer-con a {
    padding: 0 6px;
    color: #fff;
}
.footer-con a.footer-link:hover {
    text-decoration: underline;
}
.footer-con .footer-icon {
    padding: 0 5px;
    font-size: 22px;
    cursor: pointer;
    vertical-align: middle;
}
.footer-con .icon-mail {
    font-size: 26px;
}
.icon-wx {
    position: relative;
}
.icon-wx .wx-code {
    display: block;
    width: 128px;
    height: 128px;
    position: absolute;
    top: -165px;
    left: -64px;
    opacity: 0;
    z-index: -1;
}
.icon-wx .wx-code img {
    max-width: 100%;
}
.icon-wx:hover .wx-code {
    z-index: 10;
    opacity: 1;
    top: -178px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.back-top {
    width: 50px;
    height: 70px;
    background: #d1d1d1;
    position: fixed;
    right: 0;
    bottom: 150px;
    cursor: pointer;
    display: none;
}
.back-top:hover {
    color: #fff;
    background: #000;
}
.back-top span {
    display: block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    padding-left: 10px;
    padding-top: 10px;
    line-height: 20px;
    margin: 0 auto;
    font-size: 26px;
    font-weight: bold;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);

}
.back-top p {
    font-size: 14px;
    text-align: center;
}

.work-top {
    width: 100%;
    height: 806px;
    background: #f0f0f0;
    position: relative;
}
.case-title {
    width: 1100px;
    height: 150px;
    position: absolute;
    bottom: -75px;
    left: 50%;
    margin-left: -450px;
    background: #000;
    color: #fff;
    display: -webkit-flex;
    -moz-display: flex;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.left-date {
    width: 130px;
    padding-left: 30px;
}
.left-date span {
    display: block;
    line-height: 30px;
    font-size: 16px;
    width: 100%;
}
.case-title p {
    -webkit-flex: 1;
    flex: 1;
    padding-right: 30px;
    text-align: right;
    font-size: 20px;
    letter-spacing: 2px;
}

.work-con {
    width: 100%;
    padding-top: 80px;
    position: relative;
}

.work-top div.work-po {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 50px;
}
.work-top div.work-po span {
    color: #6a6a6a;
}
/*.work-con:after {*/
    /*content: '';*/
    /*width: 80%;*/
    /*height: 100%;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 10%;*/
    /*background: #f9f9f9;*/
    /*z-index: -1;*/
/*}*/
.case-show {
    width: 100%;
    height: 790px;
    position: absolute;
    top: 147px;
    left: 0;
    z-index: 10;
}
.case-show ul {
    height: 790px;
    display: -webkit-flex;
    -moz-display: flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.case-show ul li {
    margin-right: 13px;
}
.case-show ul li > img {
    max-width: 100%;
    padding-bottom: 13px;
}
.case-show ul li:last-of-type {
    margin-right: 0;
}
.case-show ul li:first-of-type {
    align-self: center;
}
.case-show ul li:nth-child(2) {
    align-self: center;
}
.case-show ul li:nth-child(3) {
    align-self: flex-start;
}
.case-show ul li:nth-child(4) {
    align-self: center;
}
.case-show ul li:nth-child(5) {
    align-self: flex-end;
}

.case-intro-top {
    width: 100%;
}
.case-intro-top .pos-right {
    width: 465px;
    float: right;
}
.case-intro {
    width: 80%;
    margin: 0 auto;
    padding-top: 1050px;
}
.case-intro-1 {
    padding-bottom: 60px;
}
.case-intro-1 h6 {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
}
.case-intro-1 p {
    padding-left: 50px;
    line-height: 26px;
    color: #6a6a6a;
    font-size: 16px;
    padding-bottom: 15px;
    position: relative;
}
.case-intro-1 p:first-of-type::before,.case-intro-1 p.sec::before {
    content: '';
    width: 45px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 12px;
    left: 0;
}

.case-sort {
    width: 100%;
    height: 100px;
}
.case-sort > div {
    width: 33.3%;
    height: 100px;
    height: 100px;
    float: left;
    display: -webkit-flex;
    -moz-display: flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    background: #f9f9f9;
}
/*.case-sort > div.all-item {*/
    /*background: #e2e3e5;*/
/*}*/
.case-sort > div.all-item a {
    display: block;
    color: #9e9e9e;
    font-size: 14px;
}
.case-sort > div.all-item a span {
    display: block;
    text-align: center;
}
.case-sort > div.all-item a span img {
    width: 22px;
    height: 22px;
    margin: 0 auto;
    padding-bottom: 5px;
}

.case-sort > div .arrow-con {
    width: 86%;
}
.case-sort > div .arrow-con > * {
    float: left;
}
.case-sort > div .arrow-con h6 {
    width: 20%;
    height: 42px;
    line-height: 42px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}
.case-sort > div .arrow-con div.arrow-text {
    width: 70%;
}
.case-sort > div:hover {
    background: #e2e3e5;
    -webkit-transition: all 0.5s;
    -MOZ-transition: all 0.5s;
    transition: all 0.5s;
}
.case-sort > div:hover * {
    color: #ab0d36;
}
.arrow-con .arrow-text a {
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.arrow-con .arrow-text p {
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    color: #9e9e9e;
}
.case-next .arrow-con .arrow-text p {
    text-align: right;
}
.arrow-text a {
    color: #000;
}

.work-show {
    width: 2560px;
    height: 625px;
    position: absolute;
    top: 160px;
    left: 50%;
    margin-left: -1280px;
}
#work-show .swiper-wrapper .swiper-slide  img {
    max-width: 100%;
    max-height: 640px;
    margin: auto;
}
.work-intro {
    width: 70%;
    margin: 0 auto;
    padding-bottom: 80px;
}
.work-prev, .work-next {
    width: 60px;
    height: 60px;
    font-size: 60px;
    color: #ccc;
    font-weight: 800;
}
.work-prev:hover, .work-next:hover {
    color: #fff;
}
.work-prev {
    left: 50px;
}
.work-next {
    right: 50px;
}
.work-intro-t {
    height: 36px;
    line-height: 36px;
    font-size: 30px;
    font-weight: normal;
    color: #ab0d36;
    text-align: center;
    padding-bottom: 60px;
}
.work-detail {
    padding-top: 20px;
}
.work-detail h6 {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #ab0d36;
    font-weight: normal;
}
.work-detail p {
    padding-left: 50px;
    position: relative;
    line-height: 28px;
    font-size: 16px;
    color: #6a6a6a;
    padding-bottom: 10px;
}
.work-detail p span {
    font-weight: 700;
    /*display: block;*/
}
.work-detail p:first-of-type::before {
    content: '';
    width: 44px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 13px;
    left: 0;

}
.work-detail img{
  max-width: 100%;   
}

/*case-list*/
.work-wrapper {
    width: 100%;
    background: #f2f2f3;
}
.case-list {
    width: 100%;
    padding-top: 148px;
}
.case-list ul {
    display: -webkit-flex;
    -moz-display: flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
}
.case-list ul li {
    width: 23%;
    margin-right: 2%;
    margin-bottom: 2%;
}
.case-list ul li a {
    display: block;
    width: 90%;
    margin: 0 auto;
    border: 10px solid #fff;
}
.case-list ul li .li-pic {
    width: 100%;
    height: 215px;
    overflow: hidden;
    position: relative;
}
.case-list ul li .li-pic img {
    width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    left: 0;
    top: 0;
}
.case-list ul li:hover .li-pic img {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);

}
.case-list ul li .li-con {
    padding: 10px 18px;
    background: #fff;
}
.li-con h6 {
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
}
.case-list ul li:hover .li-con h6 {
    color: #ab0d36;
}
.li-con p {
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #797979;
}
.sort-page {
    width: 100%;
    height: 50px;
    padding: 30px 0;
}
.sort-btn {
    width: 200px;
    float: right;
    line-height: 50px;
    display: inline-block;
}
.sort-btn a {
    padding: 0 10px;
    font-size: 18px;
    color: #473e3b;
    font-weight: 700;
}
.sort-btn a:hover {
    color: #ab0d36;
}
.sort-btn span {
    font-size: 16px;
    padding: 0 6px;
}

/*news-inner*/
.news-inner {
    width: 80%;
    padding-top: 120px;
    padding-bottom: 60px;
    margin: 0 auto;
}
.news-inner h5 {
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #6a6a6a;
    font-weight: normal;
    padding-bottom: 20px;
}
.news-inner h5 a {
    color: #6a6a6a;
}
.news-inner h5 a:hover {
    color: #ab0d36;
}
.news-inner h5 span {
    color: #000;
}
.news-inner h6 {
    height: 70px;
    text-align: center;
    line-height: 70px;
    font-size: 28px;
    color: #ab0d36;
    font-weight: normal;
}
.news-inner p {
    line-height: 30px;
    font-size: 16px;
    color: #6a6a6a;
    text-align: justify;
    padding-top: 20px;
}
.news-inner img {
    max-width: 100%;
    margin: 0 auto;
    padding: 18px 0;
}

/*service*/
.service {
    width: 100%;
}
.service img {
    max-width: 100%;
}

/*team*/
.team-wrapper {
    width: 100%;
    min-height: 230px;
    background: #f3f3f3;
    position: relative;
}
.team-title {
    width: 80%;
    height: 80px;
    position: absolute;
    top: 150px;
    left: 10%;
}
.team-title h6 {
    height: 30px;
    line-height: 30px;
    letter-spacing: 5px;
    font-size: 18px;
    color: #939393;
    text-align: right;
}
.team-title p {
    height: 50px;
    line-height: 50px;
    font-size: 28px;
    text-align: right;
}
.team-list {
    width: 100%;
    padding-top: 200px;
    background: #f3f3f3;
}
#team-intro .swiper-wrapper .swiper-slide {
    cursor: pointer;
}
.team-list ul li {
    width: 100%;
    padding: 80px 0;
    min-height: 470px;
}
.team-list ul li:nth-child(even) {
    background: #fff;
}
.head-pic {
    width: 26%;
    float: left;
    background: url(../img/spot.png) no-repeat right top;
    background-size: 218px 207px;
}
.head-pic img {
    width: 80%;
    margin: 0 auto;
    z-index: 20;
}
.per-info {
    width: 74%;
    float: left;
}
.per-info > div {
    padding: 0 20px;
}
.per-name p {
    height: 30px;
    line-height: 30px;
    font-size: 28px;
}
.per-name p span {
    padding-left: 18px;
    font-size: 18px;
    color: #6a6a6a;
}
.per-name h6 {
    height: 44px;
    line-height: 44px;
    font-size: 20px;
    color: #6a6a6a;
}
.per-ex {
    width: 100%;
    overflow: hidden;
}
.per-ex .exper {
    width: 50%;
    float: left;
}
.exper h5, .custome h5 {
    padding-top: 20px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #6a6a6a;
}
.exper p {
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 10px;
    font-size: 16px;
    color: #6a6a6a;
    position: relative;
}
.custome {
    width: 100%;
}
.custome p {
    width: 100%;
    padding-top: 10px;
    height: 74px;
    line-height: 74px;
}
.custome p img {
    float: left;
    vertical-align: middle;
    padding-right: 10px;
}

/*prise*/
.prise {
    width: 100%;
    height: 4234px;
    background: url(../img/prise-con.jpg) no-repeat top center;
}


/*center-nav*/
.nav-list {
    /*width: 1000px;*/
    float: left;
    margin-left: 10%;
    padding-top: 18px;
}
.nav-list li {
    height: 60px;
    line-height: 60px;
    float: left;
    padding: 0 20px;
}
.nav-list li a {
    display: block;
    font-size: 16px;
    color: #4e4e4e;
    text-decoration: none;
}
.nav-list li:hover a {
    color: #ab0d36;
}
.right-nav {
    float: right;
    margin-right: 20px; 
}
.right-nav li {
    width: 100px;
    height: 80px;
    line-height: 80px;
    float: right;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    margin-right: 10px;
    color: #ab0d36;
}
.right-nav li a {
    display: block;
    color: #ab0d36;
    text-decoration: none;
}
.right-nav li a:hover {
    color: #fff;
    background: #ab0d36;
}
@media screen and (max-width: 1280px)  {
    .top-bar {
        min-width: 1270px;
    }
    .nav-list {
        margin-left: 5%;
    }
    .nav-list li {
        padding: 0 15px;
    }
    .nav-list li a {
        font-size: 15px;
    }
    .right-nav li {
        width: 80px;
        font-size: 15px;
    }
}
@media screen and (min-width: 1281px) and (max-width: 1600px) {
    .top-bar {
        min-width: 1330px;
    }
    .nav-list {
        margin-left: 6%;
    }
    .nav-list li {
        padding: 0 17px;
    }
    .nav-list li a {
        font-size: 15px;
    }
    .right-nav li {
        width: 82px;
        font-size: 15px;
    }
}
.news-inner p,
.news-inner div,
.news-inner span{
    padding-top: 0px!important;
}
