@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

img {
    border: none;
    border-style: none;
    vertical-align: middle;
    max-width: 100%;
}

ol,
ul,
li {
    list-style: none;
}

table {
    border-collapse: collapse;
}

html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #1a1a1a;
    background-color: #ffffff;
}

body,
html {
    width: 100%;
    min-width: 1200px;
}

a {
    color: #1a1a1a;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #ea5b24;
    text-decoration: none;
    transition: color .3s ease, opacity .3s ease, background-color .3s ease;
    -webkit-transition: color .3s ease, opacity .3s ease, background-color .3s ease;
    -moz-transition: color .3s ease, opacity .3s ease, background-color .3s ease;
    -o-transition: color .3s ease, opacity .3s ease, background-color .3s ease;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

.clearfix {
    display: block;
}

.clearfix {
    *zoom: 1;
}

.clear {
    clear: both
}

.pd0 {
    padding-bottom: 0 !important;
}


/*header*/

.header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 70px;
    padding: 0 30px;
    background-color: rgba(26, 26, 26, 1);
    z-index: 99;
}

.head {
    width: 100%;
    position: relative;
    min-width: 1200px;
}


/*head-logo*/

.header .logo {
    max-width: 240px;
    height: 70px;
    float: left;
    position: relative;
}

.header .logo a {
    display: block;
    height: 100%;
    width: 100%;
    padding: 10px 0;
}

.header .logo a:after {
    content: "";
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}

.header .logo img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}


/*head-top*/

.head-top {
    float: right;
    height: 30px;
    margin-top: 20px;
}

.head-top li {
    display: inline-block;
    margin-left: 10px;
    position: relative;
}

.head-top li span.fwh {
    display: block;
    line-height: 30px;
    padding-left: 26px;
    background: url(../images/icon-fwh.png) no-repeat left center;
    background-size: 24px 24px;
    color: #fff;
    cursor: pointer;
}

.head-top li span.fwh:hover {
    color: #09bb07;
}

.head-top li span.xcx {
    display: block;
    line-height: 30px;
    padding-left: 26px;
    background: url(../images/icon-xcx.png) no-repeat left center;
    background-size: 24px 24px;
    color: #fff;
    cursor: pointer;
}

.head-top li span.xcx:hover {
    color: #ea5b24;
}

.head-top li .ewm {
    position: absolute;
    top: 45px;
    left: -48px;
    width: 120px;
    background: #fff;
    border-radius: 3px;
    text-align: center;
    padding: 10px 10px 0 10px;
    box-shadow: 0 2px 5px #999;
    display: none;
    z-index: 99;
}

.head-top li .ewm img {
    width: 100px;
    height: 100px;
}

.head-top li .ewm span {
    display: block;
    line-height: 30px;
}

.head-top li .ewm:after {
    content: " ";
    position: absolute;
    top: -10px;
    left: 50px;
    width: 0;
    height: 0;
    border-bottom: 10px solid #eee;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

.head-top li:hover .ewm {
    display: block;
}

#st-trigger-effects {
    display: none;
}

@media screen and (max-width: 768px) {
    body,
    html {
        min-width: auto;
    }
    .wrap {
        width: 100%;
    }
    .header {
        height: 50px;
        padding: 0 12px;
    }
    .head {
        min-width: auto;
    }
    .header .logo {
        height: 50px;
    }
    .header .logo a {
        padding: 10px 0;
    }
    .head-top {
        display: none;
    }
    #st-trigger-effects {
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -20px;
        width: 40px;
        height: 40px;
        cursor: pointer;
        display: block;
        opacity: .8;
    }
    #st-trigger-effects button {
        display: block;
        width: 100%;
        height: 100%;
        text-indent: -9999px;
        border: 0;
        cursor: pointer;
        background: url(../images/sg.png) no-repeat center center;
        background-size: 25px 25px;
    }
}


/*PC-导航栏*/

.pcnav {
    float: right;
}

.pcnav li {
    float: left;
    margin-right: 5px;
    position: relative;
}

.pcnav li a {
    display: block;
    font-size: 14px;
    width: 100%;
    line-height: 70px;
    padding: 0 20px;
    color: #fff;
    opacity: 0.9;
    transition: all .5s;
}

.pcnav li:hover a,
.pcnav li.active a {
    color: #ea5b24;
}

.pcnav li a .openIcon {
    vertical-align: middle;
    margin-left: 10px;
    margin-top: -3px;
    transition: all .5s;
}

.pcnav li a:hover .openIcon {
    transform: rotate(180deg);
}

.pcnav li .sun {
    position: absolute;
    top: 70px;
    left: 50%;
    min-width: 140px;
    transform: translateX(-50%);
}

.pcnav li .sun li {
    float: none;
    margin-right: 0;
    text-align: center;
    height: 0;
    overflow: hidden;
    transition: all .5s;
}

.pcnav li:hover .sun li {
    height: 50px;
}

.pcnav li .sun li a {
    line-height: 50px;
    padding: 0 10px;
    color: #eee;
    background: #1a1a1a;
    white-space: nowrap;
}

.pcnav li .sun li a:hover {
    background: #ea5b24;
}

.iphone_screen {
    display: none;
}

@media screen and (max-width: 768px) {
    .pcnav {
        display: none;
    }
    .iphone_screen {
        display: block;
        position: relative;
        z-index: 100;
    }
    .nav {
        position: fixed;
        right: 0;
        z-index: 80;
        opacity: 0;
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 300ms;
        transition-duration: 300ms;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        background: #1a1a1a;
    }
    .nav-active .nav {
        opacity: 1;
    }
    .nav_trigger {
        display: block;
        position: fixed;
        right: 5px;
        top: 4px;
        width: 40px;
        height: 40px;
        padding: 8px;
        z-index: 200;
    }
    .nav-active .nav_trigger {
        opacity: .9;
    }
    .nav_icon {
        display: inline-block;
        position: relative;
        width: 24px;
        height: 3px;
        border-radius: 2px;
        background-color: #fff;
        -webkit-transition-property: background-color, -webkit-transform;
        transition-property: background-color, -webkit-transform;
        transition-property: background-color, transform;
        transition-property: background-color, transform, -webkit-transform;
        -webkit-transition-duration: 300ms;
        transition-duration: 300ms;
    }
    .nav_icon:before,
    .nav_icon:after {
        content: '';
        display: block;
        width: 24px;
        height: 3px;
        border-radius: 2px;
        position: absolute;
        background: #fff;
        -webkit-transition-property: margin, -webkit-transform;
        transition-property: margin, -webkit-transform;
        transition-property: margin, transform;
        transition-property: margin, transform, -webkit-transform;
        -webkit-transition-duration: 300ms;
        transition-duration: 300ms;
    }
    .nav_icon:before {
        margin-top: -8px;
    }
    .nav_icon:after {
        margin-top: 8px;
    }
    .nav .icon-stack {
        margin: 0;
        padding: 1.5em 1em 1em;
        color: rgba(0, 0, 0, 0.4);
        text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
        font-weight: 300;
        font-size: 2em;
        text-align: center;
    }
    .nav .icon-stack img {
        max-width: 160px;
    }
    .nav_list {
        margin: 0;
        padding: 0 20px;
    }
    .nav_list li a {
        display: block;
        padding: 1em 1em 1em 1.2em;
        outline: none;
        box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2);
        color: #f3efe0;
        text-transform: uppercase;
        text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
        letter-spacing: 1px;
        font-weight: 400;
        text-align: center;
        font-size: 16px;
        -webkit-transition: background 0.3s, box-shadow 0.3s;
        transition: background 0.3s, box-shadow 0.3s;
    }
    .nav_list li a:hover {
        background: rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
        color: #fff;
    }
    .nav {
        width: 100%;
        height: 100%;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    .nav-active .nav {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .nav-active .nav_icon {
        background: rgba(0, 0, 0, 0);
    }
    .nav-active .nav_icon:before {
        margin-top: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .nav-active .nav_icon:after {
        margin-top: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}


/*首页banner*/

.banner {
    padding-top: 70px;
}

.s-banner {
    display: none;
    padding-top: 50px;
}

@media screen and (max-width: 768px) {
    .banner {
        display: none;
    }
    .s-banner {
        display: block;
    }
}


/*footer*/

.footer {
    width: 100%;
    background: #222;
    color: #8b939d;
}

.foot {
    width: 1200px;
    margin: 0px auto;
    padding: 40px 0 30px;
}

.foot .line {
    float: left;
    width: 40%;
}

.foot .line dl {
    display: inline-block;
    width: 45%;
}

.foot .line dl dt {
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
}

.foot .line dl dd a {
    line-height: 30px;
    color: #8b939d;
}

.foot .line dl dd a:hover {
    color: #eee;
}

.foot .fc {
    width: 30%;
    float: left;
}

.foot .fc li {
    width: 100%;
    line-height: 40px;
}

.foot .fc li span img {
    width: 22px;
    height: 22px;
    margin-right: 5px;
}

.foot .ewm {
    width: 30%;
    float: right;
    text-align: right;
}

.foot .ewm .item {
    display: inline-block;
    margin: 0 15px;
    text-align: center;
}

.foot .ewm .item span {
    padding-top: 10px;
    display: block;
}

.foot .ewm .item img {
    max-width: 120px;
    border: 10px solid #fff;
}

.foot-down {
    width: 1200px;
    margin: 0px auto;
    padding: 30px 0;
    text-align: center;
    border-top: 1px solid #2a2a2a;
}

.foot-down a {
    color: #8b939d;
}

.foot-down a:hover {
    color: #eee;
}

@media screen and (max-width: 768px) {
    .foot {
        width: 100%;
        padding: 20px 15px;
        text-align: left;
    }
    .foot .line {
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }
    .foot .line dl {
        width: 48%;
        text-align: center;
    }
    .foot .fc {
        width: 100%;
        float: none;
        padding: 0 15px;
        margin-bottom: 30px;
    }
    .foot .ewm {
        width: 100%;
        float: none;
        text-align: center;
    }
    .foot-down {
        width: 100%;
        padding: 15px 12px;
    }
}


/*内页banner*/

.lbanner {
    width: 100%;
    padding-top: 70px;
    position: relative;
}

@media screen and (max-width:768px) {
    .lbanner {
        padding-top: 50px;
        overflow: hidden;
        height: 280px;
        position: relative;
    }
    .lbanner img {
        height: 100%;
        max-width: none;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
}


/*内页二级导航*/

.location {
    height: 95px;
    line-height: 95px;
    margin-top: -45px;
    position: relative;
    z-index: 9;
    float: left;
    width: 100%;
}

.location .wrap {
    -webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.lanmu {
    float: left;
}

.lanmu li {
    display: inline-block;
    position: relative;
}

.lanmu li a {
    font-size: 24px;
    color: #333;
    padding-left: 30px;
    padding-right: 30px;
    display: inline-block;
}

.lanmu li a:hover {
    color: #ea5b24;
}

.lanmu li.on a {
    color: #fff;
    background: #ea5b24;
}

.location-r {
    float: right;
    position: relative;
    margin-right: 35px;
    font-size: 14px;
    color: #999;
}

.location-r a {
    font-size: 14px;
    color: #999;
    display: inline-block;
}

.location-r a:hover {
    color: #ea5b24;
}

.location-r a.shouye {
    background: url(../images/shouye_ico.png) no-repeat center;
    width: 20px;
    opacity: 0.5;
}

.location-r a.shouye:hover {
    background: url(../images/shouye_ico_on.png) no-repeat center;
    opacity: 1;
}

@media screen and (max-width: 768px) {
    .location {
        height: 55px;
        line-height: 55px;
        margin-top: 0;
    }
    .lanmu {
        float: none;
        margin-left: 0;
        background-color: #f5f5f5;
    }
    .lanmu li a {
        font-size: 18px;
        padding: 0 20px;
    }
    .location-r {
        display: none;
    }
}


/*内页共用样式*/

.common {
    padding-top: 80px;
    padding-bottom: 80px;
    float: left;
    width: 100%;
}

.in-title {
    width: 100%;
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    padding: 0 15px;
}

.in-title .tc {
    font-size: 36px;
}

.in-title .tc-en {
    font-size: 24px;
    color: #999;
    text-transform: uppercase;
    font-family: 'Times New Roman', '宋体', SimSun, '新宋体', NSimSun, '华文细黑', STSong, STSongti-SC, serif;
}

@media screen and (max-width: 768px) {
    .common {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .location .wrap {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .in-title {
        margin-bottom: 20px;
    }
    .in-title .tc {
        font-size: 24px;
    }
    .in-title .tc-en {
        font-size: 16px;
    }
}


/*城市合伙人加盟流程*/

.cslc {
    width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
}

.cslc li {
    float: left;
    width: 150px;
    text-align: center;
}

.cslc li.next {
    margin-top: 35px;
    width: 60px;
}

.cslc li p {
    font-size: 22px;
    font-weight: bold;
    margin-top: 10px;
}

.cslc li .imgBox img {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    position: relative;
}

.cslc li .imgBox:hover img {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}

@media screen and (max-width: 768px) {
    .cslc {
        width: 100%;
        padding: 0 12px;
    }
    .cslc li {
        width: 25%;
        margin-bottom: 20px;
    }
    .cslc li.next {
        margin-top: 35px;
        width: 12%;
    }
    .cslc li.next img {
        width: 30px;
    }
    .cslc li.on {
        display: none;
    }
    .cslc li p {
        font-size: 15px;
    }
    .cslc li .imgBox img {
        width: 80px;
        height: 80px;
    }
}


/*城市合伙人要求*/

.csyq-bg {
    padding: 80px 0;
    background: url(../images/tj-bg.jpg) no-repeat center center;
    background-size: cover;
}

.csyq {
    width: 100%;
    padding: 0 2%;
}

.csyq li {
    float: left;
    width: 18%;
    margin: 0 1%;
    background: rgba(153, 153, 153, 0.35);
    cursor: pointer;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.csyq li .tit {
    padding: 15px 0 5px 0;
    font-size: 22px;
    font-weight: bold;
    color: #ea5b24;
    line-height: 27px;
}

.csyq li .desc {
    font-size: 15px;
    color: #ffffff;
    line-height: 25px;
    height: 55px;
    padding-bottom: 5px;
}

.csyq li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    border-radius: 5px;
    z-index: 1;
    transition: all .5s;
}

.csyq li:hover:before {
    width: 100%;
    height: 100%;
}

.csyq li:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-radius: 5px;
    z-index: 1;
    transition: all .5s;
}

.csyq li:hover:after {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 768px) {
    .csyq-bg {
        padding: 30px 0 10px;
    }
    .csyq li {
        float: left;
        width: 46%;
        margin: 0 2% 20px;
    }
    .csyq li .tit {
        padding: 10px 0 5px 0;
        font-size: 18px;
        line-height: 25px;
    }
    .csyq li .desc {
        font-size: 14px;
        line-height: 20px;
    }
}


/*城市合伙人总部支持*/

.czzc-bg {
    padding: 80px 0 60px;
    background: url(../images/czzc-bg.jpg) no-repeat center center;
    background-size: cover;
}

.czzc {
    width: 1200px;
    margin: 0 auto;
}

.czzc li {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 30px;
    background: rgba(255, 255, 255, 0.9);
    padding: 30px 30px 30px 100px;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s linear;
}

.czzc li:nth-child(3n) {
    margin-right: 0;
}

.czzc li .img {
    position: absolute;
    left: 30px;
    top: 30px;
    width: 70px;
    height: 70px;
    padding-right: 20px;
    text-align: center;
}

.czzc li .txt h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.czzc li .txt p {
    font-size: 14px;
    color: #999;
    line-height: 20px;
    height: 40px;
}

.czzc li:hover {
    box-shadow: 0 5px 9px 3px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}

@media screen and (max-width: 768px) {
    .czzc-bg {
        padding: 40px 0 20px;
    }
    .czzc {
        width: 100%;
        padding: 0 12px;
    }
    .czzc li {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
        padding: 20px 20px 20px 90px;
        cursor: pointer;
        border-radius: 10px;
    }
    .czzc li .img {
        left: 20px;
        top: 20px;
    }
    .czzc li .txt h2 {
        font-size: 20px;
        margin-bottom: 5px;
    }
}


/*当前已开通省份*/

.cskt-bg {
    background: url(../images/cskt-bg.png) no-repeat center center;
    background-size: cover;
}

.cskt {
    width: 1200px;
    margin: 0 auto;
}

.cskt-info {
    width: 400px;
    float: left;
    background: #fff;
    padding: 40px;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.08);
}

.cskt-info .title {
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 24px;
    font-weight: bold;
    color: #1a1a1a;
}

.cskt-info p {
    font-size: 18px;
    color: #333;
    padding-bottom: 10px;
}

.cskt-info .ewm {
    padding-bottom: 10px;
}

.cskt-map {
    float: left;
    height: 600px;
    width: 800px;
    text-align: right;
    color: #1a1a1a;
    padding-top: 30px;
}

@media screen and (max-width: 768px) {
    .cskt {
        width: 100%;
        padding: 30px 20px;
    }
    .cskt-info {
        width: 100%;
        float: none;
        padding: 20px;
    }
    .cskt-info .title {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 22px;
    }
    .cskt-info p {
        padding-bottom: 0px;
    }
    .cskt-info .ewm {
        padding-bottom: 10px;
    }
    .cskt-map {
        display: none;
    }
}


/*申请城市合伙人*/

.sq-bg {
    background: url(../images/sq-bg.png) no-repeat center center;
    background-size: cover;
    padding-top: 130px;
    padding-bottom: 50px;
}

.sq-box {
    width: 690px;
    margin: 0 auto;
}

.sq-box .tag {
    margin-bottom: 40px;
}

.sq-box .tag label {
    width: 120px;
    margin-right: 30px;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #eee;
}

.sq-box .tag span {
    display: inline-block;
    position: relative;
}

.sq-box .tag .inp {
    width: 530px;
    height: 47px;
    line-height: 47px;
    position: relative;
    background: rgba(72, 72, 72, 0.84);
    border: none;
    color: #fff;
    font-size: 16px;
    padding-left: 16px;
}

.sq-box .tag .yzm .inp {
    width: 300px;
}

.sq-box .tag.tag1 .inp {
    width: 260px;
    height: 48px;
    border-radius: 3px;
    background: #ea5b24;
    opacity: 1;
    font-size: 18px;
    color: #1a1a1a;
    font-weight: bold;
    cursor: pointer;
}

.sq-box .tag.tag1 .inp:hover {
    opacity: .9;
}

@media screen and (max-width: 768px) {
    .sq-bg {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .sq-box {
        width: 100%;
        padding: 0 20px;
    }
    .sq-box .tag {
        margin-bottom: 20px;
    }
    .sq-box .tag label {
        width: 100%;
        margin-right: 0;
        text-align: left;
        margin-bottom: 10px;
    }
    .sq-box .tag span {
        display: block;
    }
    .sq-box .tag .inp {
        width: 100%;
    }
    .sq-box .tag .yzm {
        display: inline-block;
    }
    .sq-box .tag .yzm .inp {
        width: 160px;
    }
    .sq-box .tag.tag1 .inp {
        width: 260px;
        height: 48px;
        border-radius: 3px;
        background: #ea5b24;
        opacity: 1;
        font-size: 18px;
        color: #1a1a1a;
        font-weight: bold;
        cursor: pointer;
    }
    .sq-box .tag.tag1 .inp:hover {
        opacity: .9;
    }
}


/*业务合伙人介绍*/

.ywjs {
    width: 1200px;
    margin: 0 auto;
}

.ywjs .img {
    width: 40%;
    float: left;
    text-align: center;
}

.ywjs .txt {
    width: 60%;
    float: left;
    font-size: 18px;
    line-height: 30px;
    padding-top: 80px;
}

@media screen and (max-width: 768px) {
    .ywjs {
        width: 100%;
    }
    .ywjs .img {
        width: 100%;
        float: none;
    }
    .ywjs .img img {
        width: 200px;
    }
    .ywjs .txt {
        width: 100%;
        float: none;
        font-size: 18px;
        line-height: 30px;
        padding-top: 0;
        padding: 15px 12px;
    }
}


/*业务合伙人特点*/

.yw-tdbg {
    background: url(../images/join-yw-tdbg.jpg) no-repeat center center;
    background-size: cover;
}

.yw-tdbg .in-title .tc {
    color: #fff;
}

.yw-item {
    width: 1200px;
    margin: 0 auto;
}

.yw-item .item {
    float: left;
    width: 20%;
    position: relative;
    z-index: 1;
    height: 201px;
}

.yw-item .item:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 1px;
    bottom: 50%;
    left: 0%;
    background: rgba(255, 255, 255, .7);
}

.yw-item .item:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 7px;
    height: 7px;
    bottom: 50%;
    left: 50%;
    margin-bottom: -3px;
    margin-left: -4px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 1);
}

.yw-item .item .td-img {
    position: absolute;
    top: auto;
    bottom: 50%;
    z-index: 2;
    width: 100%;
    height: 50%;
    padding: 15px 0px;
    text-align: center;
}

.yw-item .item .td-text {
    position: absolute;
    top: 50%;
    bottom: auto;
    z-index: 2;
    width: 100%;
    padding: 15px 0px;
    text-align: center;
    color: #fff;
}

.yw-item .item:nth-child(odd) .td-img {
    top: 50%;
    bottom: auto;
}

.yw-item .item:nth-child(odd) .td-text {
    top: auto;
    bottom: 50%;
}

@media screen and (max-width: 768px) {
    .yw-item {
        width: 100%;
    }
    .yw-item .item {
        width: 33.33%;
    }
}


/*业务合伙人引擎*/

.ywyq {
    width: 1200px;
    margin: 0 auto;
}

.ywyq li {
    float: left;
    width: 31.33%;
    margin: 15px 1%;
    position: relative;
}

.ywyq li:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 1;
    transition: all .4s;
}

.ywyq li .img {
    width: 100%;
    margin: 0 auto;
}

.ywyq li .txt {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    display: flex;
    z-index: 2;
    text-align: center;
    transition: all .4s;
}

.ywyq li:hover:after {
    opacity: 0;
}

.ywyq li:hover .txt {
    opacity: 0;
}

@media screen and (max-width: 768px) {
    .ywyq {
        width: 100%;
        padding: 0 10px;
    }
    .ywyq li {
        width: 48%;
        margin: 0 1% 10px;
    }
    .ywyq li .txt {
        font-size: 14px;
    }
}


/*加入业务合伙人、加入供应商*/

.yw-jrbg {
    background: url(../images/join-yw-jrbg.jpg) no-repeat center center;
    background-size: cover;
}

.yw-jrbg .slideTxtBox {
    width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
    position: relative;
    height: 600px;
}

.yw-jrbg .slideTxtBox .bd {
    width: 360px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.yw-jrbg .slideTxtBox .hd {
    width: 1200px;
    padding-left: 390px;
    padding-top: 120px;
    position: relative;
}

.yw-jrbg .slideTxtBox .hd li {
    float: left;
    width: 270px;
    padding-left: 118px;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.yw-jrbg .slideTxtBox .hd li:after {
    content: "";
    position: absolute;
    top: 210px;
    left: 19px;
    width: 80px;
    height: 18px;
    background: url(../images/run-gap.png) no-repeat;
}

.yw-jrbg .slideTxtBox .hd li:first-child:after {
    display: none;
}

.yw-jrbg .slideTxtBox .hd li .run-tip {
    width: 152px;
    height: 144px;
    background: url('../images/run-tip.png') center center no-repeat;
    background-size: contain;
    font-size: 14px;
    text-align: center;
    color: #fff;
    padding: 29px 26px 0 26px;
    margin: 0 auto;
}

.yw-jrbg .slideTxtBox .hd li.on .run-tip {
    background: url('../images/run-tipa.png') center center no-repeat;
    color: #1a1a1a;
    background-size: 100%;
}

.yw-jrbg .slideTxtBox .hd li h1 {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
}

.yw-jrbg .slideTxtBox .hd li .run-how {
    width: 152px;
    height: 151px;
}

.yw-jrbg .slideTxtBox .hd li .run-how1 {
    background: url('../images/run-icon1.png') center center no-repeat;
}

.yw-jrbg .slideTxtBox .hd li.on .run-how1 {
    background: url('../images/run-icon1a.png') center center no-repeat;
}

.yw-jrbg .slideTxtBox .hd li .run-how2 {
    background: url('../images/run-icon2.png') center center no-repeat;
}

.yw-jrbg .slideTxtBox .hd li.on .run-how2 {
    background: url('../images/run-icon2a.png') center center no-repeat;
}

.yw-jrbg .slideTxtBox .hd li .run-how3 {
    background: url('../images/run-icon3.png') center center no-repeat;
}

.yw-jrbg .slideTxtBox .hd li.on .run-how3 {
    background: url('../images/run-icon3a.png') center center no-repeat;
}

@media screen and (max-width: 768px) {
    .yw-jrbg .slideTxtBox {
        width: 100%;
        padding-top: 30px;
        height: auto
    }
    .yw-jrbg .slideTxtBox .bd {
        width: 100%;
        position: relative;
        padding: 20px 40px 0;
    }
    .yw-jrbg .slideTxtBox .hd {
        width: 100%;
        padding: 0 12px 0;
    }
    .yw-jrbg .slideTxtBox .hd li {
        float: left;
        width: 33.33%;
        padding-left: 0;
        outline: none
    }
    .yw-jrbg .slideTxtBox .hd li:after {
        display: none;
    }
    .yw-jrbg .slideTxtBox .hd li .run-tip {
        width: 110px;
        height: 110px;
        padding: 10px 10px 0 10px;
        font-size: 12px;
    }
    .yw-jrbg .slideTxtBox .hd li.on .run-tip {
        display: block;
    }
    .yw-jrbg .slideTxtBox .hd li h1 {
        font-size: 14px;
    }
    .yw-jrbg .slideTxtBox .hd li .run-how {
        width: 100%;
        height: 100px;
        background-size: 100px 100px;
    }
    .yw-jrbg .slideTxtBox .hd li.on .run-how {
        background-size: 70px 70px;
    }
}


/*供应商价值*/

.gys-jz {
    width: 1200px;
    margin: 0 auto;
}

.gys-jz li {
    float: left;
    width: 29.33%;
    margin: 0 2% 30px;
    background-color: #f2f2f2;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    transition: all .5s;
    cursor: pointer;
}

.gys-jz li .icon {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.gys-jz li .txt h1 {
    font-size: 30px;
    color: #ea5b24;
    padding-bottom: 10px;
}

.gys-jz li .txt p {
    font-size: 18px;
    line-height: 30px;
    height: 60px;
}

.gys-jz li:hover {
    background-color: #ddd;
}

@media screen and (max-width: 768px) {
    .gys-jz {
        width: 100%;
        padding: 0 5px;
    }
    .gys-jz li {
        width: 46%;
        margin: 0 2% 20px;
        padding: 10px;
        border-radius: 5px;
    }
    .gys-jz li .icon {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .gys-jz li .txt h1 {
        font-size: 18px;
        padding-bottom: 5px;
    }
    .gys-jz li .txt p {
        font-size: 13px;
        line-height: 20px;
        height: 40px;
    }
}


/*供应商入驻*/

.gys-rzbg {
    background: url(../images/gys-rzbg.jpg) no-repeat center center;
    background-size: cover;
}

.gys-rzbg .in-title .tc {
    color: #fff;
}

.gys-rz {
    width: 1200px;
    margin: 0 auto;
}

#gys-container {
    width: 1200px;
    height: 130px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

#gys-container ul {
    width: 10000px;
    position: absolute;
}

#gys-container ul li {
    float: left;
    margin-right: 20px;
}

@media screen and (max-width: 768px) {
    .gys-rz {
        width: 100%;
    }
    #gys-container {
        width: 100%;
    }
}


/*供应商合作*/

.gys-hz {
    width: 1200px;
    margin: 0 auto;
}

.gys-hz li {
    float: left;
    width: 33.33%;
    position: relative;
    display: inline-block;
    height: 250px;
    transition: all .4s;
    overflow: hidden;
}

.gys-hz li .img {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 2;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .4s;
}

.gys-hz li .img:after {
    content: "";
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0%;
    background: rgba(0, 0, 0, 0.6);
}

.gys-hz li .txt {
    position: absolute;
    left: 0px;
    top: 50%;
    z-index: 4;
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 20px;
    font-size: 16px;
    line-height: 1.75em;
    text-align: center;
    color: #fff;
    transform: translate(0px, -50%);
}

.gys-hz li h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.gys-hz li:hover .img {
    transform: scale(1.1, 1.1);
}

@media screen and (max-width: 768px) {
    .gys-hz {
        width: 100%;
        padding: 0 12px;
    }
    .gys-hz li {
        float: none;
        width: 100%;
        height: 150px;
        margin-bottom: 10px;
    }
    .gys-hz li .txt {
        padding: 15px;
    }
    .gys-hz li h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }
}


/*供应商入驻流程*/

.gys-lc {
    width: 1200px;
    margin: 0 auto;
}

.gys-lc li {
    float: left;
    width: 21%;
    margin: 0 2%;
    position: relative;
}

.gys-lc li .rzlc-box {
    position: relative;
    border: 2px solid #555;
    text-align: center;
    background-color: #fff;
    z-index: 5;
    transition: all .4s;
    color: #555;
}

.gys-lc li .rzlc-box .sx {
    position: absolute;
    left: -5px;
    top: 50%;
    margin-top: -24px;
    display: inline-block;
    background-color: #fff;
    padding: 10px 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

.gys-lc li .rzlc-box .title {
    line-height: 32px;
    font-size: 18px;
    padding: 25px 10px;
}

.gys-lc li .rzlc-box .title .icon {
    margin-right: 10px;
}

.gys-lc li p {
    position: absolute;
    left: 0;
    top: 0;
    padding: 20px 10px;
    width: 100%;
    background: #ea5b24;
    color: #fff;
    font-size: 16px;
    text-align: center;
    z-index: 2;
    transition: all .4s;
}

.gys-lc li:hover .rzlc-box {
    border-color: #ea5b24;
    color: #ea5b24;
}

.gys-lc li:hover p {
    top: 100%;
}

@media screen and (max-width: 768px) {
    .gys-lc {
        width: 100%;
    }
    .gys-lc li {
        float: none;
        width: 90%;
        margin: 0 5% 50px;
    }
    .gys-lc li p {
        padding: 10px;
    }
}


/*关于我们介绍*/

.abo {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.abo .img {
    width: 800px;
}

.abo .txt {
    position: absolute;
    right: 0;
    top: 40px;
    width: 640px;
    height: 340px;
    background-color: #f5f5f5;
    font-size: 16px;
    line-height: 30px;
    padding: 40px;
    transition: all .5s;
}

.abo .txt p {
    margin-bottom: 20px;
    text-indent: 2em;
    color: #555;
}

.abo:hover .txt {
    transform: translateX(-10px);
}

@media screen and (max-width: 768px) {
    .abo {
        width: 100%;
        padding: 12px;
    }
    .abo .img {
        width: 100%;
    }
    .abo .txt {
        position: relative;
        top: 0;
        width: 100%;
        height: auto;
        font-size: 16px;
        padding: 15px;
    }
    .abo:hover .txt {
        transform: translateX(0);
    }
}


/*关于我们2*/

.abo2bg {
    background: url(../images/about2-bg.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}

.abo2bg:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
}

.abo2bg .in-title .tc {
    color: #fff;
}

.abo2 {
    position: relative;
    z-index: 2;
}


/*关于我们3*/

.abo3bg {
    background: #f5f5f5;
}

.abo3 {
    width: 1200px;
    margin: 0 auto;
}

.abo3 li {
    position: relative;
    width: 100%;
    height: 300px;
    padding-left: 50%;
    margin-bottom: 30px;
    background-color: #fff;
}

.abo3 li .img {
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.abo3 li .txt {
    padding: 50px 30px 30px;
}

.abo3 li .txt h2 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
}

.abo3 li .txt p {
    font-size: 16px;
    color: #555;
    line-height: 30px;
}

.abo3 li:nth-child(even) {
    padding-left: 0;
    padding-right: 50%;
}

.abo3 li:nth-child(even) .img {
    right: 0;
    left: auto;
}

.abo3 li:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
}

@media screen and (max-width: 768px) {
    .abo3 {
        width: 100%;
        padding: 0 12px;
    }
    .abo3 li {
        height: auto;
        padding-left: 0;
        margin-bottom: 15px;
    }
    .abo3 li .img {
        width: 100%;
        height: 100%;
        position: relative;
        left: 0;
        top: 0;
    }
    .abo3 li .txt {
        padding: 15px;
    }
    .abo3 li .txt h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .abo3 li .txt p {
        font-size: 14px;
        line-height: 24px;
    }
    .abo3 li:nth-child(even) {
        padding-right: 0;
    }
}


/*关于我们-产品*/

.abo-pro {
    position: relative;
    padding: 0 2%;
}

.abo-pro .bak1 {
    width: 30%;
    float: left;
    height: 413px;
    padding: 40px 30px;
    background: url(../images/abo-pro-titbg.png) no-repeat;
}

.abo-pro .bak1 .tit {
    height: 52px;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
}

.abo-pro .bak1 .tit span {
    display: block;
}

.abo-pro .bak1 .aewm {
    margin-top: 110px;
    width: 240px;
    text-align: center;
}

.abo-pro .bak1 .aewm h1 {
    font-size: 24px;
    font-weight: 700;
    color: #444;
}

.abo-pro .bak1 .aewm h2 {
    font-size: 16px;
    color: #666;
}

.abo-pro .bak1 .aewm .img {
    margin-top: 20px;
    border: 10px solid #fff;
}

.abo-pro .bak2 {
    width: 70%;
    float: left;
    position: relative;
    padding-bottom: 50px;
}

.abo-pro .bak2:after {
    content: "";
    position: absolute;
    left: 12%;
    top: 0;
    width: 76%;
    height: 100%;
    background: #3c3d42;
    z-index: -1;
}

.abo-pro .bak2 .tit {
    display: block;
    padding-top: 90px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .abo-pro {
        padding: 0;
        background: #3c3d42;
    }
    .abo-pro .bak1 {
        width: 100%;
        float: none;
        height: auto;
        padding: 30px 20px 15px;
        color: #fff;
        background: none;
    }
    .abo-pro .bak1 .tit {
        height: auto;
        font-size: 26px;
        text-align: center;
    }
    .abo-pro .bak1 .tit span {
        display: inline-block;
    }
    .abo-pro .bak1 .aewm {
        display: none;
    }
    .abo-pro .bak2 {
        width: 100%;
        float: none;
        padding: 0 12px 30px;
    }
    .abo-pro .bak2 .tit {
        display: block;
        padding-top: 0;
    }
}


/*缝歌愿景*/

.yj {
    width: 1200px;
    margin: 0 auto;
}

.yj li {
    float: left;
    width: 21%;
    margin: 0 2%;
    text-align: center;
}

.yj li .img {
    width: 100%;
}

.yj li .img img {
    transition: all .5s;
}

.yj li p {
    padding: 18px 0 10px;
    font-size: 18px;
}

.yj li:hover img {
    transform: scale(.9);
}

@media screen and (max-width: 768px) {
    .yj {
        width: 100%;
        padding: 0 12px;
    }
    .yj li {
        width: 46%;
        margin: 0 2%;
    }
    .yj li .img img {
        width: 120px;
    }
    .yj li p {
        padding: 10px 0 10px;
        font-size: 15px;
        line-height: 24px;
        height: 92px;
    }
}


/*缝歌价值观*/

.jzg {
    width: 1200px;
    margin: 0 auto;
}

.jzg li {
    float: left;
    width: 21%;
    text-align: center;
    margin: 0 2%;
    position: relative;
}

.jzg li .box1 {
    padding: 60px 30px;
    width: 100%;
    height: 100%;
    border: 1px solid #ebebeb;
    transition: all .7s ease;
}

.jzg li h1 {
    position: relative;
    z-index: 1;
    font-size: 24px;
    color: #333;
    margin: 50px 0px;
}

.jzg li h1:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 60px;
    height: 2px;
    bottom: -20px;
    left: 50%;
    margin-left: -30px;
    background-color: #ea5b24;
}

.jzg li p {
    font-size: 18px;
    color: #666;
    line-height: 30px;
    height: 60px;
}

.jzg li .box2 {
    position: absolute;
    z-index: 2;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    padding: 60px 30px;
    background: #ea5b24;
    opacity: 0;
    transform: scale(.4);
    transition: all .7s ease;
}

.jzg li:hover .box2 {
    position: absolute;
    z-index: 2;
    opacity: 1;
    transform: scale(1);
}

.jzg li:hover h1 {
    color: #fff;
}

.jzg li:hover h1:after {
    background-color: #fff;
}

.jzg li:hover p {
    color: #fff;
}

@media screen and (max-width: 768px) {
    .jzg {
        width: 100%;
        padding: 0 10px;
    }
    .jzg li {
        float: left;
        width: 48%;
        margin: 0 1% 10px;
    }
    .jzg li .box1 {
        padding: 15px;
    }
    .jzg li h1 {
        font-size: 20px;
        margin: 20px 0px;
    }
    .jzg li h1:after {
        bottom: -10px;
    }
    .jzg li p {
        font-size: 14px;
        line-height: 24px;
        height: 48px;
    }
    .jzg li .box2 {
        padding: 15px;
        display: none;
    }
    .jzg li:hover .box2 {
        padding: 15px;
        display: block;
    }
}


/*新闻列表*/

.news {
    width: 1200px;
    margin: 0 auto;
}

.news li {
    width: 380px;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

.news li:nth-child(3n) {
    margin-right: 0;
}

.news li a {
    display: block;
    background-color: #fff;
}

.news li .img {
    width: 100%;
    height: 253px;
    overflow: hidden;
}

.news li .img img {
    vertical-align: top;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.news li .words {
    padding: 15px;
}

.news li .words .t0 {
    font-size: 18px;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 25px;
}

.news li .words .t1 {
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 48px;
    color: #666666;
    margin-top: 10px;
    margin-bottom: 20px;
}

.news li .td {
    padding: 20px 0;
    border-top: 1px solid #E5E5E5;
    color: #6e6e6e;
    font-size: 14px;
    position: relative;
}

.news li .td span {
    display: inlini-block;
}

.news li .td span.down {
    position: absolute;
    right: 20px;
    top: 31px;
    width: 18px;
    height: 2px;
    background: #BFBFBF;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.news li .td span.down:before {
    content: '';
    display: block;
    width: 8px;
    height: 2px;
    background: #BFBFBF;
    position: absolute;
    right: 0;
    top: -3px;
    transform: rotate(35deg);
}

.news li .td span.down:after {
    content: '';
    display: block;
    width: 8px;
    height: 2px;
    background: #BFBFBF;
    position: absolute;
    right: 0;
    top: 3px;
    transform: rotate(-35deg);
}

.news li a:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.news li a:hover .img img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.news li a:hover .td span.down {
    right: 0px;
}

@media screen and (max-width: 768px) {
    .news {
        width: 100%;
        padding: 0 15px;
    }
    .news li {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .news li .img {
        height: auto;
    }
    .news li .words {
        background-color: #f5f5f5;
    }
}


/*新闻详情*/

.content {
    width: 1200px;
    margin: 0 auto;
    padding: 80px 0;
}

.contit {
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #EEE;
}

.contit h1 {
    color: #333;
    font-size: 30px;
    font-weight: bold;
    padding: 0 40px;
}

.contit h2 {
    margin-top: 20px;
}

.contit h2 span {
    color: #787878;
    margin: 0 20px;
}

.conshow p {
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 30px;
    color: #555;
}

@media screen and (max-width: 768px) {
    .content {
        width: 100%;
        padding: 30px 12px;
    }
    .contit h1 {
        font-size: 18px;
        padding: 0;
    }
}


/*分页*/

.pages {
    text-align: center;
    overflow: hidden;
    margin: 30px 0;
}

.pages a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 5px;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    background-color: #ddd;
    color: #666;
    position: relative;
}

.pages .current,
.pages a:hover {
    color: #fff;
    background-color: rgba(234, 91, 36, .8);
}

.pages .prev {
    position: relative;
    top: 10px;
    left: 3px;
    display: inline-block;
    width: 10px;
    height: 10px;
    ;
    border: solid #666;
    border-width: 0 0 2px 2px;
    transform: rotate(45deg);
    font-size: 0;
}

.pages .next {
    position: relative;
    top: 10px;
    right: 3px;
    display: inline-block;
    width: 10px;
    height: 10px;
    ;
    border: solid #666;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
    font-size: 0;
}

.pages a:hover .prev,
.pages a:hover .next {
    border-color: #fff;
}


/*联系我们*/

.contact-list {
    width: 1200px;
    margin: 0 auto;
}

.contact-list li {
    float: left;
    width: 33%;
    text-align: center;
    margin-bottom: 30px;
}

.contact-list li .icon {
    width: 64px;
    height: 64px;
    padding: 16px;
    margin: auto;
    border-radius: 50%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .07), 0 15px 35px 0 rgba(50, 50, 93, .1);
}

.contact-list li .title {
    color: #333;
    font-size: 20px;
    line-height: 30px;
    margin-top: 16px;
}

.contact-list li .detail {
    color: #888;
    font-size: 16px;
    line-height: 24px;
    margin-top: 16px;
}

.c-map {
    width: 1200px;
    margin: 60px auto 0;
}

@media screen and (max-width: 768px) {
    .contact-list {
        width: 100%;
        padding: 0 12px;
    }
    .contact-list li {
        width: 50%;
        margin-bottom: 20px;
    }
    .contact-list li .detail {
        height: 48px;
    }
    .c-map {
        width: 100%;
        margin: 0 auto;
    }
}


/*人才理念*/

.zr-box {
    width: 1200px;
    margin: 0 auto 40px;
    text-align: center;
    padding: 0 30px;
    line-height: 30px;
    color: #666;
}

.rcln {
    width: 1200px;
    margin: 0 auto;
}

.rcln .item {
    float: left;
    width: 33.33%;
    padding: 0 20px;
    text-align: center;
}

.rcln .item .img {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
}

.rcln .item .img img {
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.rcln .item p {
    font-size: 16px;
    color: #555;
    margin-top: 20px;
}

.rcln .item:hover img {
    transform: scale(1.05)
}

@media screen and (max-width: 768px) {
    .zr-box {
        width: 100%;
        padding: 0 10px;
        line-height: 24px;
    }
    .rcln {
        width: 100%;
        padding: 0 12px;
    }
    .rcln .item {
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }
}


/*人才方针*/

.hrfz-bg {
    background: url(../images/hrfz-bg.jpg) no-repeat center center;
    background-size: cover;
}

.hrfz-bg .in-title {
    color: #fff;
}

.hrfz-bg .tc-en {
    color: #eee;
}

.hrfz-bg .zr-box {
    color: #fff;
}

.hrfz-box {
    width: 1200px;
    margin: 0 auto;
}

.hrfz-box li {
    float: left;
    width: 23%;
    margin: 0 1%;
    background: rgba(255, 255, 255, 0.9);
    min-height: 300px;
    padding: 40px 20px;
    text-align: center;
    transition: all .5s;
}

.hrfz-box li .title {
    font-size: 18px;
    margin: 10px 0px 20px;
}

.hrfz-box li .info {
    line-height: 24px;
    color: #666;
    height: 96px;
}

.hrfz-box li .icons_box {
    width: 70px;
    height: 70px;
    margin: 0px auto 15px;
    background: url(../images/hrfz-icon.png) no-repeat;
}

.hrfz-box li .icon1 {
    background-position: 0px 0;
}

.hrfz-box li .icon2 {
    background-position: -70px 0;
}

.hrfz-box li .icon3 {
    background-position: -140px 0;
}

.hrfz-box li .icon4 {
    background-position: -210px 0;
}

.hrfz-box li:hover {
    background: #ea5b24;
}

.hrfz-box li:hover .title {
    color: #fff;
}

.hrfz-box li:hover .info {
    color: #fff;
}

.hrfz-box li:hover .icon1 {
    background-position: 0px -70px;
}

.hrfz-box li:hover .icon2 {
    background-position: -70px -70px;
}

.hrfz-box li:hover .icon3 {
    background-position: -140px -70px;
}

.hrfz-box li:hover .icon4 {
    background-position: -210px -70px;
}

@media screen and (max-width: 768px) {
    .hrfz-box {
        width: 100%;
        padding: 0 12px;
    }
    .hrfz-box li {
        float: none;
        width: 100%;
        margin: 0 0 20px;
        min-height: auto;
        padding: 40px 20px;
    }
    .hrfz-box li .info {
        height: auto;
    }
}


/*发展通道*/

.hrtd {
    width: 1200px;
    margin: 40px auto 0;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .hrtd {
        width: 100%;
        margin: 30px auto 0;
    }
    .hrtd img {
        margin-bottom: 10px;
    }
}


/*激励机制*/

.hrjx-bg {
    background: #f5f5f5;
}

.hrjx {
    width: 1200px;
    margin: 0 auto;
}

.hrjx .item {
    float: left;
    width: 33.33%;
    text-align: center;
}

.hrjx .item .item-box {
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #ea5b24;
    padding: 8px;
    overflow: hidden;
}

.hrjx .item .item-box div {
    position: relative;
    z-index: 1;
    border-radius: 50%;
    overflow: hidden;
}

.hrjx .item .item-box div:after {
    content: "";
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0%;
    background: rgba(0, 0, 0, .6);
    transition: all .5s ease;
    border-radius: 50%;
}

.hrjx .item .item-box img {
    max-width: 220px;
}

.hrjx .item .item-box span {
    position: absolute;
    left: 0px;
    top: 50%;
    z-index: 3;
    display: inline-block;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    overflow: hidden;
    transform: translate(0px, -50%);
    opacity: 1;
    transition: all .5s ease;
}

.hrjx .item .item-box:hover div:after {
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
}

.hrjx .item .item-box:hover span {
    opacity: 0;
}

@media screen and (max-width: 768px) {
    .hrjx {
        width: 100%;
    }
    .hrjx .item {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
}


/*首页介绍*/

.in-about {
    width: 1200px;
    margin: 0 auto;
}

.in-about .con {
    width: 50%;
    float: left;
}

.in-about .con .title {
    margin-bottom: 30px;
}

.in-about .con .title h1 {
    font-size: 40px;
}

.in-about .con .txt {
    margin-top: 40px;
    font-size: 16px;
    color: #383838;
}

.in-about .con .txt p {
    text-indent: 2em;
    margin-bottom: 15px;
}

.in-about .con .down-code {
    margin-top: 40px;
}

.in-about .con .down-code li {
    position: relative;
    display: inline-block;
    width: 180px;
    cursor: pointer;
    margin-right: 20px;
    text-align: center;
    border: 1px solid #999;
    border-radius: 10px;
}

.in-about .con .down-code li span {
    display: inline-block;
    padding-right: 32px;
    font-size: 16px;
    color: #333;
    line-height: 46px;
    position: relative;
}

.in-about .con .down-code li span.client {
    background: url(../images/ina1.png) no-repeat right center;
}

.in-about .con .down-code li span.mall {
    background: url(../images/ina2.png) no-repeat right center;
}

.in-about .con .down-code li .client-code {
    position: absolute;
    left: -1px;
    top: 45px;
    width: 180px;
    padding: 10px;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.in-about .con .down-code li:hover {
    border-bottom: none;
    border-radius: 10px 10px 0 0;
}

.in-about .con .down-code li:hover .client-code {
    opacity: 1;
    border: 1px solid #999;
    border-top: none;
    border-radius: 0 0 10px 10px;
}

.in-about .img {
    width: 46%;
    float: right;
}

@media screen and (max-width: 768px) {
    .in-about {
        width: 100%;
    }
    .in-about .con {
        width: 100%;
        padding: 0 15px;
        float: none;
    }
    .in-about .con .title {
        text-align: center;
    }
    .in-about .con .title h1 {
        font-size: 24px;
    }
    .in-about .con .title p span {
        margin-right: 20px;
    }
    .in-about .con .txt {
        margin-top: 30px;
        text-align: center;
    }
    .in-about .con .down-code {
        display: none;
    }
    .in-about .img {
        width: 100%;
        float: none;
        padding: 0 15px;
        margin-top: 20px;
    }
}


/*首页选择缝歌理由*/

.inbg {
    background-color: #f5f5f5;
}

.inly {
    width: 1200px;
    margin: 0 auto;
}

.inly li {
    float: left;
    width: 33%;
    text-align: center;
    padding: 30px 10px;
    background: #fff;
    margin: 1px;
    transition: all .5s;
}

.inly li .icon {
    margin-bottom: 20px;
}

.inly li .tit {
    font-size: 26px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    color: #333;
}

.inly li .chinese {
    color: #888;
}

.inly li:hover {
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, .19);
    transform: scale(1.05);
}

@media screen and (max-width: 768px) {
    .inly {
        width: 100%;
        padding: 0 12px;
    }
    .inly li {
        width: 49%;
        padding: 20px 10px;
    }
    .inly li .tit {
        font-size: 22px;
    }
    .inly li .chinese {
        line-height: 24px;
        height: 48px;
        overflow: hidden;
    }
}


/*首页合伙伙伴*/

.in-partner {
    width: 1200px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .in-partner {
        width: 100%;
        padding: 0 12px;
    }
}