@charset "utf-8";
.banner {
    width: 100%;
    max-width: 1920px;
    min-width: 1200px;
    height: 450px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.banner img {
    position: absolute;
    width: 1920px;
    height: 450px;
    left: 50%;
    margin-left: -960px;
}

.company {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: #fff;
}

.company .center {
    padding: 50px 0;
}

.company .content {
    display: flex;
    justify-content: space-between;
}

.company .content .pic {
    width: 369px;
    height: 434px;
    border-radius: 3px;
    box-shadow: 0 3px 7px #d9d9d9;
    overflow: hidden;
}

.company .content .pic img {
    width: 100%;
    min-height: 100%;
}

.company .content .main {
    flex: 1;
    height: 434px;
    margin-left: 40px;
    box-shadow: 0 1px 7px #d9d9d9;
    padding: 35px 74px;
    text-align: center;
    color: #333;
}

.company .content .main .m_header {
    padding-bottom: 25px;
    border-bottom: 1px solid #e6e6e6;
}

.company .content .main .m_header h4 {
    font-size: 22px;
}

.company .content .main .m_header p {
    font-size: 18px;
}

.company .content .main .desc {
    line-height: 26px;
    height: 78px;
    overflow: hidden;
}

.company .content .main .m_footer {
    display: flex;
    justify-content: space-between;
}

.company .content .main .m_footer .box {
    width: 146px;
    height: 140px;
    border-radius: 10px;
    text-align: center;
    padding-top: 110px;
    position: relative;
}

.company .content .main .m_footer .box:first-child {
    background: #f5f5f5 url(../images/icon_strength_1.png) no-repeat 44px 10px/83px;
}

.company .content .main .m_footer .box:nth-child(2) {
    background: #f5f5f5 url(../images/icon_strength_2.png) no-repeat 44px 10px/83px;
}

.company .content .main .m_footer .box:nth-child(3) {
    background: #f5f5f5 url(../images/icon_strength_3.png) no-repeat 44px 10px/83px;
}

.company .content .main .m_footer .box:nth-child(4) {
    background: #f5f5f5 url(../images/icon_strength_4.png) no-repeat 44px 10px/83px;
}

.company .content .main .m_footer .box h4 {
    font-size: 16px;
    color: #4793f7;
    margin-bottom: 10px;
    padding-left: 27px;
}

.company .content .main .m_footer .box .sign {
    position: absolute;
    top: 50px;
    left: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background: #4793f7;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

.quali {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: #f0f0f0;
}

.quali .center {
    padding: 50px 0;
}

.quali_swiper .swiper-slide {
    width: 390px;
    height: 320px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.quali_swiper .swiper-slide a {
    display: block;
    width: 383px;
    height: 314px;
    border: 1px solid #d9d9d9;
    box-shadow: 0 2px 5px #aaa;
    overflow: hidden;
}

.quali_swiper .swiper-slide a img {
    width: 100%;
    min-height: 100%;
}

.quali_swiper .swiper-button-prev, .quali_swiper .swiper-button-next {
    width: 35px;
    height: 53px;
    background: rgba(0, 0, 0, .5);
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.quali_swiper .swiper-button-prev {
    left: 4.5px;
}

.quali_swiper .swiper-button-next {
    right: 4.5px;
}

.develop {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: #fff;
}

.develop .center {
    padding: 50px 0;
}

.develop .content .layui-timeline {
    margin-left: 590px;
    padding-left: 0;
}

.develop .content .layui-timeline-item:before {
    left: 10px;
}

.develop .content .layui-timeline-axis {
    background: #fff url(../images/icon_timeline_axis.png) no-repeat center center/18px;
    left: 0;
}

.develop .content .layui-timeline .layui-timeline-item .layui-timeline-content {
    width: 620px;
    padding-left: 50px;
}

.develop .content .layui-timeline .layui-timeline-item:nth-child(even) .layui-timeline-content {
    position: absolute;
    left: -600px;
    padding-left: 0;
    padding-right: 50px;
    text-align: right;
}

.develop .content .layui-timeline .layui-timeline-item .layui-timeline-content .layui-timeline-title {
    font-size: 22px;
    font-weight: bold;
}

.develop .content .layui-timeline .layui-timeline-item .layui-timeline-content p {
    width: 54%;
    display: inline-block;
}

.diferent {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: #f0f0f0;
}

.diferent .center {
    padding: 50px 0;
}

.diferent .content {
    display: flex;
    justify-content: space-between;
}

.diferent .content .item {
    width: 240px;
    text-align: center;
}

.diferent .content .item .pic {
    width: 140px;
    height: 140px;
    line-height: 140px;
    color: #fff;
    font-size: 22px;
    border-radius: 50%;
    margin: 0 auto;
    box-shadow: 0 3px 7px #aaa;
}

.diferent .content .item .pic:hover {
    transform: scale(1.02);
    -ms-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -o-transform: scale(1.02);
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
}

.diferent .content .item:first-child .pic {
    background: #ef762f;
}

.diferent .content .item:nth-child(2) .pic {
    background: #df4b4b;
}

.diferent .content .item:nth-child(3) .pic {
    background: #2577e3;
}

.diferent .content .item:nth-child(4) .pic {
    background: #0eab8e;
}

.diferent .content .item .text {
    color: #333;
}

.diferent .content .item .text h4 {
    font-size: 16px;
    font-weight: bold;
}

.diferent .content .item .text p {
    line-height: 28px;
    height: 112px;
    overflow: hidden;
}

.mien {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: #fff;
}

.mien .center {
    padding: 50px 0;
}

.mien_swiper .swiper-slide {
    width: 290px;
    height: 200px;
    overflow: hidden;
}

.mien_swiper .swiper-slide a img {
    width: 100%;
    min-height: 100%;
}

/*.mien_swiper .swiper-slide a:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}*/

.mien_swiper .swiper-button-prev, .mien_swiper .swiper-button-next {
    width: 35px;
    height: 53px;
    background: rgba(0, 0, 0, .5);
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mien_swiper .swiper-button-prev {
    left: 0;
}

.mien_swiper .swiper-button-next {
    right: 0;
}

.comMap {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: #fff;
}

.comMap .center {
    padding: 10px 10px 50px;
}

.comMap .inside_title .blue {
    font-size: 24px;
    color: #2577e3;
}

.comMap .inside_title .orange {
    font-size: 24px;
    color: #ef9b2f;
}

.comMap .content {
    display: flex;
    justify-content: space-between;
}

.comMap .content .map {
    width: 593px;
    height: 447px;
    position: relative;
}

.comMap .content .map img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
}

.comMap .content .branch {
    width: 100%;
    height: 100%;
    position: relative;
}

.comMap .content .branch li {
    position: absolute;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    background: #666;
    color: #fff;
    font-size: 12px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.comMap .content .branch li .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    margin: 0 3px;
}

.comMap .content .branch li p {
    margin: 0 3px;
}

.comMap .content .branch li.active {
    background: #2577e3;
}

.comMap .content .branch li.headQ {
    top: 138px;
    right: 79px;
}

.comMap .content .branch li.hei {
    top: 64px;
    right: 27px;
}

.comMap .content .branch li.jiangsu {
    top: 245px;
    right: 75px;
}

.comMap .content .branch li.zhejiang {
    top: 296px;
    right: 65px;
}

.comMap .content .branch li.sichuan {
    top: 293px;
    right: 257px;
}

.comMap .content .branch li.hubei {
    top: 276px;
    right: 159px;
}

.comMap .content .branch li.jiangxi {
    top: 329px;
    right: 115px;
}

.comMap .content .branch li.overseas {
    top: 180px;
    right: 19px;
}

.comMap .content .info {
    padding-top: 65px;
}

.comMap .content .info .msg {
    width: 553px;
    height: 175px;
    padding: 30px 35px;
    background: #fff;
    box-shadow: 0 1px 7px #d9d9d9;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.comMap .content .info .msg .pic {
    width: 169px;
    height: 115px;
    overflow: hidden;
}

.comMap .content .info .msg .pic img {
    width: 100%;
    min-height: 100%;
}

.comMap .content .info .msg .text {
    flex: 1;
    margin-left: 20px;
    color: #333;
}

.comMap .content .info .msg .text .title {
    font-size: 18px;
    color: #2577e3;
}

.comMap .content .info .msg .text .desc {
    line-height: 28px;
    max-height: 84px;
    overflow: hidden;
}

.comMap .content .info .infoBtn {
    width: 167px;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    border-radius: 3px;
    background: -webkit-linear-gradient(top, #589cf5, #1560c2);
    /* Safari 5.1 to 6.0 */
    background: -o-linear-gradient(top, #589cf5, #1560c2);
    /* Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, #589cf5, #1560c2);
    /* Firefox 3.6 to 15 */
    background: -ms-linear-gradient(top, #589cf5, #1560c2);
    /* IE 10 */
    background: linear-gradient(top, #589cf5, #1560c2);
    /* 标准语法 */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.join {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: #e6e6e6;
}

.join .center {
    padding: 50px 0;
}

.join .content {
    width: 670px;
    height: 255px;
    position: relative;
    margin: 0 auto;
}

.join .content .item {
    position: absolute;
    width: 258px;
    height: 85px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    line-height: 1.6;
}

.join .content .item:first-child {
    top: 0;
    left: 0;
    background: #de6924;
}

.join .content .item:nth-child(2) {
    top: 0;
    right: 0;
    background: #0fab8f;
}

.join .content .item:nth-child(3) {
    bottom: 0;
    left: 0;
    background: #9b5edf;
}

.join .content .item:nth-child(4) {
    bottom: 0;
    right: 0;
    background: #df4b4b;
}

.join .content .item .inner {
    width: 100%;
    height: 100%;
    padding: 20px 30px;
    position: relative;
}

.join .content .item .inner img {
    position: absolute;
}

.join .content .item:first-child .inner img {
    right: -13px;
    bottom: -15px;
}

.join .content .item:nth-child(2) .inner img {
    left: -13px;
    bottom: -15px;
}

.join .content .item:nth-child(3) .inner img {
    right: -13px;
    top: -15px;
}

.join .content .item:nth-child(4) .inner img {
    left: -13px;
    top: -15px;
}

.join .content .item_center {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 145px;
    height: 145px;
    border-radius: 50%;
    background: #2577e3;
    color: #fff;
    font-size: 16px;
    line-height: 145px;
    text-align: center;
}

.contact {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: #f2f2f2;
}

.contact .center {
    padding: 50px 200px;
}

.contact .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333;
}

.contact .content .info {
    flex: 1;
    margin-right: 30px;
}

.contact .content .info li {
    display: flex;
    align-items: center;
    padding: 10px 0;
    font-size: 16px;
    line-height: 28px;
}

.contact .content .info li img {
    width: 26px;
    height: 26px;
}

.contact .content .info li p {
    flex: 1;
    margin-left: 15px;
}

.contact .content .code {
    text-align: center;
}

.contact .content .code img {
    width: 124px;
}