html,body {
    height: 100%;
}

html {
    background: #f4f4f4;
}

div {
    box-sizing: border-box;
}

.full-page {
    height: 100%;
    overflow: hidden;
}

.wp {
    width: 1100px;
    margin: 0 auto;
}

.inner-wp {
    width: 1220px;
    margin: 0 auto;
}

.no-border {
    border: none !important;
}

.filter-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 101;
    background: rgba(0, 0, 0, 0.6);
    display: none;
}

#Validform_msg {
    color: #7d8289;
    width: 300px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    background: #fff;
    position: absolute;
    top: 0px;
    right: 50px;
    z-index: 99999;
    display: none;
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999');
}

#Validform_msg .iframe {
    position: absolute;
    left: 0px;
    top: -1px;
    z-index: -1;
}

#Validform_msg .Validform_title {
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    text-align: left;
    padding: 0 20px;
    color: #fff;
    position: relative;
    background-color: #00b9c6;
}

#Validform_msg a.Validform_close:link,#Validform_msg a.Validform_close:visited {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 8px;
    right: 10px;
    color: #00b9c6;
}

#Validform_msg a.Validform_close::after {
    display: block;
    width: 24px;
    height: 24px;
    background: url('../images/close3.png');
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}

#Validform_msg .Validform_info {
    padding: 20px;
    text-align: left;
    font-size: 14px;
    line-height: 22px;
    color: #666;
}

/* 首页 */
.home-page {
    background: url('../images/index-bg.jpg') no-repeat;
    background-size: 100% 100%;
    position: relative;
    transform: scale(0.1,0.1);
    opacity: 0;
}

.home-page.home-page-show {
    transform: scale(1,1);
    opacity: 1;
    transition: 1s;
}

.home-page .menu-btn {
    display: block;
    width: 37px;
    height: 39px;
    background: url('../images/icon1.png');
    background-size: 100% 100%;
    position: absolute;
    top: 4%;
    right: 3%;
    z-index: 99;
}

.home-page .logo {
    display: block;
    width: 19%;
    margin: 5% auto 0;
    text-align: center;
}

.home-page .logo img {
    width: 100%;
    max-width: 364px;
}

.home-page .copyright {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 1%;
    color: #fff;
    line-height: 1.5;
    text-align: center;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

.home-page .home-menu {
    height: 50%;
    margin-top: 2%;
    position: relative;
}

.home-page .home-menu .wave {
    position: absolute;
    width: 200%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home-page .home-menu .wave img {
    width: 50%;
}

.home-page .home-menu .wave2 {
    top: 40%;
}

.home-page .home-menu ul {
    width: 72%;
    margin: 0 auto;
    height: 100%;
    position: relative;
    z-index: 3;
}

.home-page .home-menu ul li {
    float: left;
    width: 20%;
    height: 100%;
    position: relative;
}

.home-page .home-menu .menu-item {
    width: 140px;
    height: 140px;
    position: absolute;
    top: 0;
    left: 50%;
    top: 50%;
    margin: -70px 0 0 -70px;
}

.home-page .home-menu .menu-item span,.home-page .home-menu .menu-item a.menu-link {
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
}

.home-page .home-menu .menu-item span a.singal {
    color: #fff;
}

.home-page .home-menu .menu-item span::after,.home-page .home-menu .menu-item a.menu-link::after {
    display: block;
    content: "";
    width: 74px;
    height: 74px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
}

.home-page .home-menu .menu-item span {
    background: rgba(0, 185, 198, 0.4);
    color: #fff;
    cursor: move;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: 0.4s;
}

.home-page .home-menu .menu-item span::after {
    background: #03b8c4;
}

.home-page .home-menu .menu-item a.menu-link {
    background: rgba(255, 255, 255, 0.4);
    color: ;
    position: absolute;
    top: 25px;
    left: 25px;
    color: #26595c;
    z-index: 1;
    opacity: 0;
    transition: 0.4s;
}

.home-page .home-menu .menu-item a.menu-link::after {
    background: #fff;
}

.home-page .home-menu .menu-on a.menu-link {
    opacity: 1;
    transition: 0.4s;
}

.home-page .home-menu .menu-on a.menu-link1 {
    transform: translate(0,-150%);
}

.home-page .home-menu .menu-on a.menu-link2 {
    transform: translate(-140%,-75%);
}

.home-page .home-menu .menu-on a.menu-link3 {
    transform: translate(-140%,75%);
}

.home-page .home-menu .menu-on a.menu-link4 {
    transform: translate(0,150%);
}

.home-page .home-menu .menu-on a.menu-link5 {
    transform: translate(140%,75%);
}

.home-page .home-menu .menu-on a.menu-link6 {
    transform: translate(140%,-75%);
}

.home-page .home-menu .menu-on a.menu-link:hover {
    background: rgba(240, 133, 25, 0.4);
    color: #fff;
    transition: 0.4s;
}

.home-page .home-menu .menu-on a.menu-link:hover::after {
    background: rgba(240, 133, 25, 1);
    transition: 0.4s;
}

.home-page .home-menu .piston1 {
    top: -14%;
}

.home-page .home-menu .piston2 {
    top: 6%;
}

.home-page .home-menu .piston3 {
    top: 10%;
}

.home-page .home-menu .piston4 {
    top: -10%;
}

.home-page .home-menu .piston5 {
    top: -6%;
}

.page-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: #f5f5f5;
    transform: translateX(100%);
    transition: .4s;
}

.page-menu.menu-show {
    transform: translateX(0);
    transition: .4s;
}

.page-menu .menu-top {
    height: 13.4%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2.7%;
}

.page-menu .menu-top .menu-close {
    display: block;
    width: 30px;
    height: 30px;
    background: url('../images/close2.png');
    background-size: 100% 100%;
    transition: 0.4s;
}

.page-menu .menu-top .menu-close:hover {
    transition: 0.4s;
    transform: rotate(180deg);
}

.page-menu .menu-con {
    height: 86.6%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.page-menu .menu-con .page-nav {
    width: 1200px;
    display: flex;
    justify-content: space-between;
}

.page-menu .menu-con .page-nav h3 {
    font-size: 24px;
    line-height: 78px
}

.page-menu .menu-con .page-nav .dropdown a {
    display: block;
    line-height: 46px;
}

.page-menu .menu-con .page-nav a:hover {
    color: #00bac3;
    transition: 0.4s;
}

.page-menu .menu-con .menu-bottom {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-menu .menu-con .menu-bottom .hotline h2 {
    line-height: 48px;
    font-size: 30px;
    color: #e5232b;
    font-weight: bold;
}

.page-menu .menu-con .menu-bottom .hotline h2 img {
    vertical-align: top;
    width: 48px;
    margin-right: 16px;
}

.page-menu .menu-con .menu-bottom .hotline p {
    font-size: 16px;
    line-height: 28px;
    margin-top: 10px;
}

.page-menu .menu-con .menu-bottom .erweima img {
    width: 116px;
}

@media screen and (max-width: 1440px) {
    .home-page .home-menu .menu-item {
        width: 120px;
        height: 120px;
        margin: -60px 0 0 -60px;
    }

    .home-page .home-menu .menu-item span, .home-page .home-menu .menu-item a.menu-link {
        width: 80px;
        height: 80px;
        font-size: 14px;
        line-height: 22px;
    }

    .home-page .home-menu .menu-item span::after, .home-page .home-menu .menu-item a.menu-link::after {
        width: 70px;
        height: 70px;
    }

    .page-menu .menu-con .page-nav {
        width: 1080px;
    }

    .page-menu .menu-con .page-nav h3 {
        font-size: 20px;
        line-height: 64px
    }

    .page-menu .menu-con .page-nav .dropdown a {
        line-height: 40px;
    }

    .page-menu .menu-con .menu-bottom {
        width: 1080px;
    }

    .page-menu .menu-con .menu-bottom .hotline h2 {
        line-height: 40px;
        font-size: 24px;
    }

    .page-menu .menu-con .menu-bottom .hotline h2 img {
        width: 40px;
        margin-right: 12px;
    }

    .page-menu .menu-con .menu-bottom .hotline p {
        font-size: 14px;
        line-height: 24px;
    }

    .page-menu .menu-con .menu-bottom .erweima img {
        width: 108px;
    }
}

@media screen and (max-width: 1200px) {
    .home-page .home-menu {
        height: 50%;
        margin-top: 5%;
    }

    .home-page .home-menu ul {
        width: 80%;
        margin: 0 auto;
    }

    .page-menu .menu-con .page-nav {
        width: 900px;
    }

    .page-menu .menu-con .page-nav h3 {
        font-size: 18px;
        line-height: 48px
    }

    .page-menu .menu-con .page-nav .dropdown a {
        line-height: 32px;
    }

    .page-menu .menu-con .menu-bottom {
        width: 900px;
    }

    .page-menu .menu-con .menu-bottom .hotline h2 {
        line-height: 36px;
        font-size: 20px;
    }

    .page-menu .menu-con .menu-bottom .hotline h2 img {
        width: 36px;
        margin-right: 10px;
    }

    .page-menu .menu-con .menu-bottom .hotline p {
        font-size: 14px;
        line-height: 24px;
    }

    .page-menu .menu-con .menu-bottom .erweima img {
        width: 90px;
    }
}

@media screen and (max-width: 992px) {
    .page-menu .menu-con .page-nav {
        width: 750px;
    }

    .page-menu .menu-con .page-nav h3 {
        font-size: 16px;
        line-height: 40px
    }

    .page-menu .menu-con .page-nav .dropdown a {
        line-height: 28px;
        font-size: 12px;
    }

    .page-menu .menu-con .menu-bottom {
        width: 750px;
    }

    .page-menu .menu-con .menu-bottom .hotline h2 {
        line-height: 30px;
        font-size: 18px;
    }

    .page-menu .menu-con .menu-bottom .hotline h2 img {
        width: 30px;
        margin-right: 8px;
    }

    .page-menu .menu-con .menu-bottom .hotline p {
        font-size: 12px;
        line-height: 22px;
    }

    .page-menu .menu-con .menu-bottom .erweima img {
        width: 72px;
    }
}

@media screen and (max-width: 767px) {
    .home-page {
        background: url('../images/index-bg2.jpg') no-repeat;
        background-size: 100% 100%;
    }

    .home-page .menu-btn {
        width: 24px;
        height: 25px;
        right: 5%;
    }

    .home-page .logo {
        display: block;
        width: 40%;
        margin: 15% auto 0;
    }

    .home-page .copyright {
        font-size: 12px;
    }

    .home-page .home-menu {
        height: 60%;
        margin-top: 5%;
    }

    .home-page .home-menu .wave {
        display: none;
    }

    .home-page .home-menu ul {
        width: 80%;
        margin: 0 auto;
    }

    .home-page .home-menu ul li {
        width: 50%;
        height: 33.33%;
    }

    .home-page .home-menu .menu-item span, .home-page .home-menu .menu-item a.menu-link {
        width: 72px;
        height: 72px;
        font-size: 12px;
        line-height: 20px;
    }

    .home-page .home-menu .menu-item span::after, .home-page .home-menu .menu-item a.menu-link::after {
        width: 64px;
        height: 64px;
    }

    .home-page .home-menu .menu-on a.menu-link1 {
        transform: translate(0,-110%);
    }

    .home-page .home-menu .menu-on a.menu-link2 {
        transform: translate(-95%,-60%);
    }

    .home-page .home-menu .menu-on a.menu-link3 {
        transform: translate(-95%,60%);
    }

    .home-page .home-menu .menu-on a.menu-link4 {
        transform: translate(0,110%);
    }

    .home-page .home-menu .menu-on a.menu-link5 {
        transform: translate(95%,60%);
    }

    .home-page .home-menu .menu-on a.menu-link6 {
        transform: translate(95%,-60%);
    }

    .home-page .home-menu .piston1, .home-page .home-menu .piston2, .home-page .home-menu .piston3, .home-page .home-menu .piston4, .home-page .home-menu .piston5 {
        top: 0;
    }

    .page-menu {
        overflow-y: auto;
        padding: 20px 0;
    }

    .page-menu .menu-top .memu-logo img {
        height: 40px;
    }

    .page-menu .menu-top .menu-close {
        width: 24px;
        height: 24px;
    }

    .page-menu .menu-con .page-nav {
        width: 90%;
        flex-direction: column;
        margin: 20px auto;
    }

    .page-menu .menu-con .page-nav li {
        border-bottom: 1px solid #e6e6e6;
    }

    .page-menu .menu-con .page-nav h3 {
        font-size: 16px;
        line-height: 40px;
        position: relative;
    }

    .page-menu .menu-con .page-nav h3.nav-item::after {
        display: block;
        content: "";
        width: 14px;
        height: 14px;
        background: url('../images/arrow.png');
        background-size: 100% 100%;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -10px;
    }

    .page-menu .menu-con .page-nav .dropdown {
        display: none;
        padding-left: 15px;
    }

    .page-menu .menu-con .page-nav .dropdown a {
        display: block;
        line-height: 28px;
        font-size: 14px;
    }

    .page-menu .menu-con .menu-bottom {
        width: 90%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .page-menu .menu-con .menu-bottom .hotline h2 {
        line-height: 24px;
        font-size: 16px;
    }

    .page-menu .menu-con .menu-bottom .hotline h2 img {
        width: 24px;
        margin-right: 4px;
    }

    .page-menu .menu-con .menu-bottom .hotline p {
        font-size: 12px;
        line-height: 22px;
        margin-top: 4px;
    }

    .page-menu .menu-con .menu-bottom .erweima img {
        width: 70px;
    }
}

/************************	   -内页样式-************************/
.top-img {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    max-height: 100%;
    overflow: hidden;
}

.top-img img {
    width: 100%;
    transform: scale(1.5);
}

.top-img.top-img-anmi img {
    transform: scale(1);
    transition: 8s cubic-bezier(.59,.5,.41,.92);
}

#hd {
    height: 87px;
    padding-top: 20px;
    border-bottom: 1px solid #48a6e4;
    position: absolute;
    z-index: 11;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 91;
}

#hd .wp {
    position: relative;
}

#hd .hd-logo {
    line-height: 66px;
}

#hd .hd-logo img {
    max-height: 98%;
}

#hd .hd-nav {
    margin-right: 4%;
}

#hd .hd-nav ul li {
    float: left;
    margin: 0 15px;
}

#hd .hd-nav ul li .nav-item {
    display: block;
    padding: 0 3px;
    line-height: 65px;
    font-size: 16px;
    color: #ededed;
}

#hd .hd-nav ul li .nav-item::after {
    display: block;
    content: "";
    width: 0;
    height: 2px;
    background: #ededed;
    margin: 0 auto;
}

#hd .hd-nav ul li.on .nav-item,#hd .hd-nav ul li:hover .nav-item {
    color: #fff;
    transition: 0.4s;
    font-weight: bold;
}

#hd .hd-nav ul li.on .nav-item::after,#hd .hd-nav ul li:hover .nav-item::after {
    width: 100%;
    transition: 0.4s;
}

#hd .hd-hotline {
    line-height: 66px;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

#hd .hd-hotline img {
    vertical-align: top;
    margin: 16px 8px 0 0;
}

#hd .dropdown {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    background: #f8f8f8;
    padding: 58px 50px 48px;
    display: none;
}

#hd .dropdown .sub-item {
    text-align: center;
}

#hd .dropdown .sub-item a {
    display: inline-block;
    vertical-align: top;
    width: 135px;
    margin: 0 10px;
    line-height: 40px;
    background: #01b8c6;
    border-radius: 3px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

#hd .dropdown .sub-link {
    margin-top: 172px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dcdcdc;
    text-align: center;
}

#hd .dropdown .sub-link a {
    margin: 0 20px;
    line-height: 28px;
}

#hd .dropdown .sub-link a:hover {
    color: #01b8c6;
    transition: 0.4s;
}

.page-nav-btn {
    display: none;
}

.public-menu {
    padding: 193px 0 220px;
    text-align: center;
    color: #fff;
    overflow-x: hidden;
}

.public-menu h2 {
    font-size: 48px;
    line-height: 60px;
}

.public-menu h4 {
    font-size: 24px;
    line-height: 32px;
}

.public-menu .links {
    margin-top: 60px;
}

.public-menu .links a {
    display: inline-block;
    width: 140px;
    line-height: 48px;
    background: #00b9c6;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin: 0 10px;
}

.public-menu .links a:hover,.public-menu .links a.on {
    background: #fff;
    color: #00b9c6;
    transition: 0.4s;
    font-weight: bold;
}

.text-banner {
    padding: 148px 0 232px;
    text-align: center;
    color: #fff;
    overflow-x: hidden;
}

.text-banner h2 {
    font-size: 48px;
    line-height: 1.5;
    text-shadow: 2px 2px 4px rgba(6, 63, 116, 0.75);
    padding-bottom: 22px;
    position: relative;
    margin-bottom: 30px;
}

.text-banner h2::before,.text-banner h2::after {
    content: "";
    display: block;
    width: 16%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
}

.text-banner h2::before {
    background: #01b8c6;
    margin-left: -16%;
}

.text-banner h2::after {
    background: #fff;
}

.text-banner p {
    font-size: 18px;
    line-height: 32px;
}

#main {
    background: #f4f4f4;
    overflow: hidden;
}

#main.bg-none {
    background: none;
}

#ft {
    background: #efefef;
}

#ft .ft-infos {
    padding: 64px 0 30px;
}

#ft .ft-infos .ft-nav {
    width: 52%;
    display: flex;
    justify-content: space-between;
}

#ft .ft-infos .ft-nav dl {
    font-size: 16px;
    padding-top: 8px;
}

#ft .ft-infos .ft-nav dl dt {
    line-height: 42px;
    color: #e6232b;
}

#ft .ft-infos .ft-nav dl dd a {
    line-height: 36px;
}

#ft .ft-infos .ft-nav dl dd a:hover {
    color: #01b8c6;
    transition: 0.4s;
}

#ft .ft-infos .ft-contacts {
    width: 44%;
    padding: 0 0 44px 4%;
    border-left: 1px solid #dcdcdc;
}

#ft .ft-infos .ft-contacts .infos {
    padding-top: 16px;
}

#ft .ft-infos .ft-contacts .infos h4 {
    line-height: 48px;
    font-size: 36px;
    color: #e6232b;
    font-weight: bold;
    white-space: nowrap;
    margin-bottom: 20px;
}

#ft .ft-infos .ft-contacts .infos h4 img {
    width: 48px;
    margin-right: 15px;
}

#ft .ft-infos .ft-contacts .infos p {
    line-height: 28px;
    margin-bottom: 12px;
    font-size: 16px;
    white-space: nowrap;
}

#ft .ft-infos .ft-contacts .infos p img {
    width: 28px;
    margin-right: 15px;
}

#ft .ft-infos .ft-contacts .erweima {
    display: flex;
    justify-content: space-between;
    margin-top: 28px;
    max-width: 424px;
}

#ft .ft-infos .ft-contacts .erweima-img {
    width: 100%;
    margin-right: 20px;
    text-align: center;
}

#ft .ft-infos .ft-contacts .erweima-img:last-child {
    margin-right: 0;
}

#ft .ft-infos .ft-contacts .erweima-img img {
    width: 100%;
}

#ft .ft-infos .ft-contacts .erweima-img p {
    font-size: 16px;
    line-height: 36px;
    color: #828282;
}

#ft .copyright {
    border-top: 1px solid #dcdcdc;
    padding: 22px 0;
    text-align: center;
}

#bottom {
    display: none;
}

@media screen and (max-width: 1680px) {
    #hd {
        height: 81px;
        padding-top: 18px;
    }

    #hd .hd-logo {
        line-height: 62px;
    }

    #hd .hd-logo img {
        height: 56px;
    }

    #hd .hd-nav {
        margin-right: 3%;
    }

    #hd .hd-nav ul li {
        margin: 0 10px;
    }

    #hd .hd-nav ul li .nav-item {
        line-height: 60px;
        font-size: 14px;
    }

    #hd .hd-hotline {
        line-height: 60px;
        font-size: 20px;
    }

    #hd .hd-hotline img {
        vertical-align: top;
        margin: 13px 8px 0 0;
    }

    .public-menu {
        padding: 180px 0 200px;
    }

    .public-menu h2 {
        font-size: 44px;
        line-height: 56px;
    }

    .public-menu h4 {
        font-size: 20px;
        line-height: 28px;
    }

    .public-menu .links {
        margin-top: 56px;
    }

    .public-menu .links a {
        width: 124px;
        line-height: 44px;
        font-size: 17px;
        margin: 0 9px;
    }

    #ft .ft-infos {
        padding: 60px 0 28px;
    }

    #ft .ft-infos .ft-nav {
        width: 52%;
    }

    #ft .ft-infos .ft-nav dl dt a {
        line-height: 40px;
        color: #e6232b;
    }

    #ft .ft-infos .ft-nav dl dd a {
        line-height: 32px;
    }

    #ft .ft-infos .ft-contacts .infos h4 {
        line-height: 44px;
        font-size: 32px;
        margin-bottom: 18px;
    }

    #ft .ft-infos .ft-contacts .infos h4 img {
        width: 44px;
        margin-right: 12px;
    }

    #ft .ft-infos .ft-contacts .infos p {
        line-height: 26px;
        margin-bottom: 10px;
        font-size: 14px;
    }

    #ft .ft-infos .ft-contacts .infos p img {
        width: 26px;
        margin-right: 14px;
    }
}

@media screen and (max-width: 1440px) {
    .wp {
        width: 90%;
    }

    .inner-wp {
        width: 94%
    }

    #hd {
        height: 73px;
        padding-top: 16px;
    }

    #hd .hd-logo {
        line-height: 56px;
    }

    #hd .hd-logo img {
        height: 50px;
    }

    #hd .hd-nav {
        margin-right: 3%;
    }

    #hd .hd-nav ul li {
        margin: 0 10px;
    }

    #hd .hd-nav ul li .nav-item {
        line-height: 55px;
        font-size: 14px;
    }

    #hd .hd-hotline {
        line-height: 56px;
        font-size: 18px;
    }

    #hd .hd-hotline img {
        margin: 14px 6px 0 0;
        width: 32px;
    }

    #hd .dropdown {
        padding: 50px 52px 40px;
    }

    #hd .dropdown .sub-item a {
        width: 120px;
        margin: 0 8px;
        line-height: 36px;
        font-size: 14px;
    }

    #hd .dropdown .sub-link {
        margin-top: 144px;
        padding-bottom: 18px;
    }

    #hd .dropdown .sub-link a {
        margin: 0 18px;
        line-height: 24px;
    }

    .public-menu {
        padding: 164px 0 188px;
    }

    .public-menu h2 {
        font-size: 40px;
        line-height: 52px;
    }

    .public-menu h4 {
        font-size: 18px;
        line-height: 24px;
    }

    .public-menu .links {
        margin-top: 50px;
    }

    .public-menu .links a {
        width: 110px;
        line-height: 40px;
        font-size: 16px;
        margin: 0 8px;
    }

    #ft .ft-infos {
        padding: 56px 0 28px;
    }

    #ft .ft-infos .ft-nav {
        width: 56%;
    }

    #ft .ft-infos .ft-nav dl dt a {
        line-height: 36px;
        color: #e6232b;
    }

    #ft .ft-infos .ft-nav dl dd a {
        line-height: 30px;
        font-size: 14px;
    }

    #ft .ft-infos .ft-contacts {
        width: 42%;
    }

    #ft .ft-infos .ft-contacts .infos {
        width: 60%;
        padding-top: 0;
    }

    #ft .ft-infos .ft-contacts .infos h4 {
        line-height: 40px;
        font-size: 28px;
        margin-bottom: 16px;
    }

    #ft .ft-infos .ft-contacts .infos h4 img {
        width: 40px;
        margin-right: 10px;
    }

    #ft .ft-infos .ft-contacts .infos p {
        line-height: 24px;
        margin-bottom: 8px;
    }

    #ft .ft-infos .ft-contacts .infos p img {
        width: 24px;
        margin-right: 20px;
    }

    #ft .copyright {
        padding: 18px 0;
    }
}

@media screen and (max-width: 1200px) {
    .wp {
        width: 92%;
    }

    #hd {
        height: 65px;
        padding-top: 14px;
    }

    #hd .hd-logo {
        line-height: 50px;
    }

    #hd .hd-logo img {
        height: 44px;
    }

    #hd .hd-nav {
        margin-right: 0;
    }

    #hd .hd-nav ul li {
        margin: 0 12px;
    }

    #hd .hd-nav ul li .nav-item {
        line-height: 49px;
    }

    #hd .hd-hotline {
        display: none;
    }

    #hd .dropdown {
        padding: 40px 32px 36px;
    }

    #hd .dropdown .sub-item a {
        margin: 0 5px;
    }

    #hd .dropdown .sub-link {
        margin-top: 120px;
    }

    #hd .dropdown .sub-link a {
        margin: 0 15px;
    }

    .public-menu {
        padding: 120px 0 160px;
    }

    .public-menu h2 {
        font-size: 32px;
        line-height: 48px;
    }

    .public-menu h4 {
        font-size: 16px;
        line-height: 22px;
    }

    .public-menu .links {
        margin-top: 36px;
    }

    .public-menu .links a {
        width: 100px;
        line-height: 32px;
        font-size: 14px;
        margin: 0 5px;
    }

    #ft .ft-infos {
        padding: 48px 0 26px;
    }

    #ft .ft-infos .ft-nav {
        width: 56%;
    }

    #ft .ft-infos .ft-nav dl dt a {
        line-height: 36px;
        color: #e6232b;
        font-size: 14px;
    }

    #ft .ft-infos .ft-nav dl dd a {
        line-height: 30px;
        font-size: 12px;
    }

    #ft .ft-infos .ft-contacts {
        width: 42%;
    }

    #ft .ft-infos .ft-contacts .infos {
        width: 62%;
    }

    #ft .ft-infos .ft-contacts .infos h4 {
        line-height: 30px;
        font-size: 20px;
        margin-bottom: 14px;
    }

    #ft .ft-infos .ft-contacts .infos h4 img {
        width: 30px;
        margin-right: 6px;
    }

    #ft .ft-infos .ft-contacts .infos p {
        line-height: 22px;
        margin-bottom: 5px;
        font-size: 12px;
    }

    #ft .ft-infos .ft-contacts .infos p img {
        width: 22px;
        margin-right: 6px;
    }

    #ft .copyright {
        padding: 18px 0;
    }
}

@media screen and (max-width: 992px) {
    .top-img img {
        min-height: 320px;
    }

    #hd .hd-nav {
        margin-right: 0;
        display: none;
    }

    #hd .page-nav-btn {
        display: block;
        width: 28px;
        height: 30px;
        background: url('../images/icon1.png');
        background-size: 100% 100%;
        float: right;
        margin-top: 10px;
    }

    .public-menu {
        padding: 108px 0 100px;
    }

    #ft .ft-infos {
        padding: 40px 0 26px;
    }

    #ft .ft-infos .ft-nav {
        width: 100%;
    }

    #ft .ft-infos .ft-contacts {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
        border: none;
        padding: 0 0 24px 4%
    }

    #ft .ft-infos .ft-contacts .erweima {
        float: right;
        margin: 0 0 0 20px;
        max-width: 360px;
    }

    #ft .ft-infos .ft-contacts .infos {
        width: auto;
        float: left;
    }

    #ft .copyright {
        padding: 15px 0;
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
    .top-img {
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }

    .top-img img {
        width: auto;
        min-width: 100%;
        height: 100%;
    }

    .wp {
        width: 92%;
    }

    #hd {
        height: 49px;
        padding-top: 8px;
    }

    #hd .hd-logo {
        line-height: 40px;
    }

    #hd .hd-logo img {
        height: 38px;
    }

    #hd .page-nav-btn {
        margin-top: 5px;
    }

    .public-menu {
        padding: 72px 0 56px;
    }

    .public-menu h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .public-menu h4 {
        font-size: 14px;
        line-height: 20px;
    }

    .public-menu .links {
        display: none;
    }

    #ft {
        margin-bottom: 60px;
    }

    #ft .ft-infos {
        padding: 30px 0 22px;
    }

    #ft .ft-infos .ft-nav {
        flex-direction: column;
    }

    #ft .ft-infos .ft-nav dl dt {
        position: relative;
        border-bottom: 1px solid #e6e6e6;
    }

    #ft .ft-infos .ft-nav dl dt::after {
        display: block;
        content: "";
        width: 14px;
        height: 14px;
        background: url('../images/arrow.png');
        background-size: 100% 100%;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -10px;
        transition: 0.4s;
    }

    #ft .ft-infos .ft-nav dl dt.on::after {
        transition: 0.4s;
        transform: rotate(90deg);
    }

    #ft .ft-infos .ft-nav dl dd {
        display: none;
        padding-left: 20px;
    }

    #ft .ft-infos .ft-nav dl dt a {
        font-size: 16px;
    }

    #ft .ft-infos .ft-nav dl dd a {
        font-size: 14px;
        display: block;
        padding: 6px 0;
        border-bottom: 1px solid #e6e6e6;
    }

    #ft .ft-infos .ft-nav dl dd:last-child a {
        border: none;
    }

    #ft .ft-infos .ft-contacts {
        padding: 0;
    }

    #ft .ft-infos .ft-contacts .erweima {
        width: 100%;
        margin: 20px 0 0 0;
        max-width: 100%;
    }

    #ft .ft-infos .ft-contacts .infos h4 {
        line-height: 32px;
        font-size: 28px;
        margin-bottom: 10px;
    }

    #ft .ft-infos .ft-contacts .infos h4 img {
        width: 24px;
        margin-right: 4px;
    }

    #ft .ft-infos .ft-contacts .infos p {
        line-height: 24px;
        margin-bottom: 4px;
        font-size: 14px;
    }

    #ft .ft-infos .ft-contacts .infos p img {
        width: 20px;
        margin-right: 4px;
    }

    #ft .copyright {
        padding: 12px 0;
    }

    #bottom {
        display: block;
        position: fixed;
        width: 100%;
        height: 60px;
        left: 0;
        bottom: 0;
        background: #00b9c6;
        box-shadow: 0 0 5px rgba(6, 82, 87, 0.3);
        z-index: 100;
    }

    #bottom a {
        float: left;
        width: 25%;
        height: 100%;
        text-align: center;
        box-sizing: border-box;
        padding-top: 8px;
        border-right: 1px solid #00c8d6;
    }

    #bottom a:last-child {
        border-color: #00b9c6;
    }

    #bottom a img {
        width: 24px;
    }

    #bottom a p {
        font-size: 12px;
        line-height: 20px;
        color: #fff;
    }
}

/* 关于我们-企业介绍 */
.introduce .intro-item1 {
    padding: 60px 0 48px;
}

.introduce .intro-item1 .name {
    margin-bottom: 64px;
    text-align: center;
}

.introduce .intro-item1 .name h3 {
    font-size: 32px;
    line-height: 64px;
}

.introduce .intro-item1 .name h5 {
    font-size: 18px;
    line-height: 32px;
}

.introduce .intro-item1 ul li {
    float: left;
    width: 20%;
    box-sizing: border-box;
    border-right: 1px solid #cdcdcd;
    padding: 9px 0 0 36px;
}

.introduce .intro-item1 ul li:last-child {
    border: none;
}

.introduce .intro-item1 ul li h2 {
    height: 66px;
    line-height: 66px;
    color: #e3001e;
    font-size: 60px;
}

.introduce .intro-item1 ul li h2 small {
    font-size: 20px;
}

.introduce .intro-item1 ul li h5 {
    font-size: 12px;
    line-height: 18px;
    color: #666;
}

.introduce .intro-item2 {
    position: relative;
}

.introduce .intro-item2 .item-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
}

.introduce .intro-item2 .item-bg img {
    width: 100%;
    height: 100%;
    transform: scale(1.5);
}

.introduce .intro-item2.animation-action .item-bg img {
    transform: scale(1);
    transition: 10s cubic-bezier(.59,.5,.41,.92);
}

.introduce .intro-item2 .item-cont {
    position: relative;
    z-index: 3;
    padding: 70px 0 132px;
}

.introduce .intro-item2 .img {
    width: 46%;
}

.introduce .intro-item2 .img img {
    width: 100%;
    margin-bottom: 20px;
}

.introduce .intro-item2 .text {
    width: 50%;
}

.introduce .intro-item2 .text p {
    font-size: 16px;
    line-height: 34px;
    margin-bottom: 20px;
    text-indent: 32px;
    color: #d1ddee;
}

@media screen and (max-width: 1440px) {
    .introduce .intro-item1 {
        padding: 56px 0 44px;
    }

    .introduce .intro-item1 .name {
        margin-bottom: 60px;
    }

    .introduce .intro-item1 .name h3 {
        font-size: 28px;
        line-height: 56px;
    }

    .introduce .intro-item1 .name h5 {
        font-size: 16px;
        line-height: 28px;
    }

    .introduce .intro-item1 ul li {
        padding: 9px 0 0 30px;
    }
}

@media screen and (max-width: 1200px) {
    .introduce .intro-item1 {
        padding: 52px 0 40px;
    }

    .introduce .intro-item1 .name {
        margin-bottom: 56px;
    }

    .introduce .intro-item1 ul li {
        padding: 9px 0 0 20px;
    }

    .introduce .intro-item1 ul li:last-child {
        border: none;
    }

    .introduce .intro-item1 ul li h2 {
        height: 60px;
        line-height: 60px;
        color: #e3001e;
        font-size: 48px;
    }

    .introduce .intro-item1 ul li h2 small {
        font-size: 18px;
    }

    .introduce .intro-item2 .item-cont {
        padding: 56px 0 92px;
    }

    .introduce .intro-item2 .text p {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 12px;
        text-indent: 28px;
    }
}

@media screen and (max-width: 992px) {
    .introduce .intro-item1 {
        padding: 48px 0 36px;
    }

    .introduce .intro-item1 .name {
        margin-bottom: 50px;
    }

    .introduce .intro-item1 ul li {
        padding: 0;
        text-align: center;
    }

    .introduce .intro-item1 ul li:last-child {
        border: none;
    }

    .introduce .intro-item1 ul li h2 {
        height: 48px;
        line-height: 48px;
        color: #e3001e;
        font-size: 36px;
    }

    .introduce .intro-item1 ul li h2 small {
        font-size: 16px;
    }

    .introduce .intro-item2 .item-cont {
        padding: 50px 0 72px;
    }

    .introduce .intro-item2 .img {
        width: 40%;
    }

    .introduce .intro-item2 .text {
        width: 56%;
    }

    .introduce .intro-item2 .text p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 10px;
        text-indent: 28px;
    }
}

@media screen and (max-width: 767px) {
    .introduce .intro-item1 {
        padding: 30px 0 28px;
    }

    .introduce .intro-item1 .name {
        margin-bottom: 30px;
    }

    .introduce .intro-item1 ul li {
        width: 33.33%;
        margin-bottom: 20px;
    }

    .introduce .intro-item1 ul li h2 {
        height: 48px;
        line-height: 48px;
        color: #e3001e;
        font-size: 30px;
    }

    .introduce .intro-item1 ul li h2 small {
        font-size: 16px;
    }

    .introduce .intro-item2 .item-cont {
        padding: 30px 0 44px;
    }

    .introduce .intro-item2 .img {
        width: 100%;
    }

    .introduce .intro-item2 .text {
        width: 100%;
    }
}

/* 关于我们-企业文化 */
.culture {
    padding: 60px 0 140px;
}

.culture h3 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 108px;
}

.culture .culture-cont {
    width: 1072px;
    margin: 0 auto;
    position: relative;
}

.culture .culture-cont .img {
    width: 100%;
}

.culture .culture-cont .culture-btn {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.culture .culture-cont a {
    display: flex;
    width: 124px;
    height: 124px;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
    text-shadow: 0 2px 2px #03757d;
    position: absolute;
    opacity: 0;
}

.culture .culture-cont a.icon1 {
    background: url('../images/culture-icon1.png');
    background-size: 100% 100%;
    left: 5.2%;
    top: 16.8%;
    animation-delay: 0;
}

.culture .culture-cont a.icon2 {
    background: url('../images/culture-icon2.png');
    background-size: 100% 100%;
    left: 25.6%;
    top: 4.2%;
    animation-delay: 0.2s;
}

.culture .culture-cont a.icon3 {
    background: url('../images/culture-icon3.png');
    background-size: 100% 100%;
    left: 46.9%;
    top: 0;
    animation-delay: 0.4s;
}

.culture .culture-cont a.icon4 {
    background: url('../images/culture-icon4.png');
    background-size: 100% 100%;
    left: 69.8%;
    top: 9.2%;
    animation-delay: 0.6s;
}

.culture .culture-cont a.icon5 {
    background: url('../images/culture-icon8.png');
    background-size: 100% 100%;
    left: 79.3%;
    top: 60.3%;
    animation-delay: 0.8s;
}

.culture .culture-cont a.icon6 {
    background: url('../images/culture-icon7.png');
    background-size: 100% 100%;
    left: 52.2%;
    bottom: 0;
    animation-delay: 1s;
}

.culture .culture-cont a.icon7 {
    background: url('../images/culture-icon6.png');
    background-size: 100% 100%;
    left: 27.8%;
    top: 64.4%;
    animation-delay: 1.2s;
}

.culture .culture-cont a.icon8 {
    background: url('../images/culture-icon5.png');
    background-size: 100% 100%;
    left: 0;
    top: 48.2%;
    animation-delay: 1.4s;
}

.cul-popup {
    position: fixed;
    width: 448px;
    height: 448px;
    background: #fff;
    border-radius: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 103;
    padding: 16px;
    display: none;
}

.cul-popup .popup-close {
    display: block;
    width: 40px;
    height: 40px;
    background: url('../images/close.png');
    background-size: 100% 100%;
    position: absolute;
    top: -10px;
    right: -10px;
    transition: 0.4s;
}

.cul-popup .popup-close:hover {
    transform: rotate(180deg);
    transition: 0.4s;
}

.cul-popup .popup-wp {
    height: 100%;
    border: 5px solid #00b8c5;
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #02b9c7;
}

.cul-popup .popup-wp h3 {
    font-size: 40px;
    line-height: 1.6;
    font-weight: bold;
}

.cul-popup .popup-wp span {
    display: block;
    width: 32px;
    height: 14px;
    position: relative;
    margin-bottom: 24px;
}

.cul-popup .popup-wp span::before,.cul-popup .popup-wp span::after {
    content: "";
    display: block;
    position: absolute;
    background: #01b9c5;
}

.cul-popup .popup-wp span::before {
    width: 100%;
    height: 1px;
    left: 0;
    top: 5px;
}

.cul-popup .popup-wp span::after {
    width: 1px;
    height: 100%;
    left: 50%;
    top: 0;
}

.cul-popup .popup-wp p {
    font-size: 16px;
    line-height: 2;
}

@media screen and (max-width: 1440px) {
    .culture {
        padding: 40px 0 100px;
    }

    .culture h3 {
        font-size: 28px;
        margin-bottom: 80px;
    }

    .culture .culture-cont {
        width: 990px;
    }

    .culture .culture-cont a {
        width: 108px;
        height: 108px;
        font-size: 16px;
    }

    .cul-popup {
        width: 400px;
        height: 400px;
        padding: 12px;
    }

    .cul-popup .popup-wp {
        border: 4px solid #00b8c5;
    }

    .cul-popup .popup-wp h3 {
        font-size: 32px;
        line-height: 1.5;
    }

    .cul-popup .popup-wp span {
        margin-bottom: 20px;
    }

    .cul-popup .popup-wp p {
        font-size: 14px;
        line-height: 1.8;
    }
}

@media screen and (max-width: 992px) {
    .culture {
        padding: 36px 0 88px;
    }

    .culture h3 {
        font-size: 28px;
        margin-bottom: 72px;
    }

    .culture .culture-cont {
        width: 750px;
    }

    .culture .culture-cont a {
        width: 90px;
        height: 90px;
        font-size: 16px;
    }
}

@media screen and (max-width: 750px) {
    .culture {
        padding: 30px 0 60px;
    }

    .culture h3 {
        font-size: 20px;
        margin-bottom: 50px;
    }

    .culture .culture-cont {
        width: 96%;
    }

    .culture .culture-cont a {
        width: 60px;
        height: 60px;
        font-size: 12px;
        opacity: 1;
    }

    .cul-popup {
        width: 300px;
        height: 300px;
        padding: 8px;
    }

    .cul-popup .popup-wp {
        border: 3px solid #00b8c5;
    }

    .cul-popup .popup-wp h3 {
        font-size: 20px;
    }

    .cul-popup .popup-wp span {
        margin-bottom: 14px;
    }

    .cul-popup .popup-wp p {
        font-size: 12px;
        line-height: 1.6;
    }
}

/* 关于我们-企业优势 */
.advantage {
    padding: 50px 0;
}

.advantage .adv-title {
    text-align: center;
    margin-bottom: 50px;
}

.advantage .adv-title h2 {
    font-size: 36px;
    line-height: 1.75;
}

.advantage .adv-sec1 ul li {
    float: left;
    width: 32%;
    margin: 0 2% 26px 0;
    background: #fff;
    border-bottom: 5px solid #fff;
    box-sizing: border-box;
    padding: 26px 26px 32px;
}

.advantage .adv-sec1 ul li:nth-child(3n) {
    margin-right: 0;
}

.advantage .adv-sec1 ul li:hover {
    border-color: #00b9c6;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.22);
    transition: border-color 0.4s;
}

.advantage .adv-sec1 ul li:nth-child(2) {
    animation-delay: .4s;
}

.advantage .adv-sec1 ul li:nth-child(3) {
    animation-delay: .8s;
}

.advantage .adv-sec1 ul li:nth-child(4) {
    animation-delay: 1.2s;
}

.advantage .adv-sec1 ul li:nth-child(5) {
    animation-delay: 1.6s;
}

.advantage .adv-sec1 ul li:nth-child(6) {
    animation-delay: 2s;
}

.advantage .adv-sec1 ul li h4 {
    line-height: 50px;
    font-size: 24px;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 30px;
}

.advantage .adv-sec1 ul li h4 img {
    vertical-align: top;
    margin-right: 8px;
}

.advantage .adv-sec1 ul li p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 56px;
    line-height: 28px;
    font-size: 16px;
}

.advantage .adv-sec2 {
    margin-top: 40px;
    position: relative;
}

.advantage .adv-sec2 .img img {
    width: 100%;
}

.advantage .adv-sec2 ul {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    overflow: hidden;
}

.advantage .adv-sec2 ul li {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
    border-bottom: 6px solid #00b9c6;
}

.advantage .adv-sec2 ul li::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #000;
    transition: 0.4s;
}

.advantage .adv-sec2 ul li:nth-child(odd)::before {
    opacity: 0.36;
}

.advantage .adv-sec2 ul li:nth-child(even)::before {
    opacity: 0.25;
}

.advantage .adv-sec2 ul li span {
    display: flex;
    width: 148px;
    height: 148px;
    background: url('../images/adv-icon7.png');
    background-size: 100% 100%;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 24px;
    text-shadow: -3px -3px 4px rgba(0, 0, 0, 0.7);
    position: relative;
    z-index: 3;
    transform: translateY(84px);
    transition: 0.4s ease-in-out;
}

.advantage .adv-sec2 ul li p {
    position: relative;
    z-index: 3;
    padding: 0 28px;
    margin-top: 40px;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    opacity: 0;
    height: 84px;
    overflow: hidden;
    transition: 0.4s ease-in-out;
}

.advantage .adv-sec2 ul li:hover {
    border-color: #f08519;
    transition: 0.4s;
}

.advantage .adv-sec2 ul li:hover::before {
    opacity: 0.54;
    transition: 0.4s;
}

.advantage .adv-sec2 ul li:hover span {
    transform: translateY(0);
    transition: 0.4s ease-in-out;
}

.advantage .adv-sec2 ul li:hover p {
    opacity: 1;
    transition: 0.4s ease-in-out 0.4s;
}

.adv-sec3 {
    margin-top: 64px;
}

.adv-sec3 .sec-title {
    text-align: center;
    width: 900px;
    margin: 0 auto 50px;
}

.adv-sec3 .sec-title h3 {
    font-size: 36px;
    line-height: 2;
}

.adv-sec3 .sec-title p {
    font-size: 16px;
    line-height: 2.2;
    color: #4e4d4d;
}

.adv-sec3 .sec-con {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.adv-sec3 .sec-con .img {
    width: 100%;
    overflow: hidden;
}

.adv-sec3 .sec-con .img img {
    width: 100%;
}

.adv-sec3 .sec-con .text {
    padding: 21px;
    background: #fff;
}

.adv-sec3 .sec-con .text-inner {
    border: 1px solid #00b9c6;
    padding: 30px 25px;
    height: 100%;
}

.adv-sec3 .sec-con .text-inner p {
    font-size: 16px;
    line-height: 42px;
}

@media screen and (max-width: 1440px) {
    .advantage {
        padding: 44px 0;
    }

    .advantage .adv-title {
        margin-bottom: 44px;
    }

    .advantage .adv-title h2 {
        font-size: 32px;
    }

    .advantage .adv-sec1 ul li {
        padding: 22px 20px 28px;
    }

    .advantage .adv-sec1 ul li h4 {
        line-height: 40px;
        font-size: 20px;
        margin-bottom: 24px;
    }

    .advantage .adv-sec1 ul li h4 img {
        margin-right: 6px;
        width: 36px;
    }

    .advantage .adv-sec1 ul li p {
        height: 48px;
        line-height: 24px;
        font-size: 14px;
    }

    .adv-sec3 {
        margin-top: 60px;
    }

    .adv-sec3 .sec-title {
        text-align: center;
        width: 900px;
        margin: 0 auto 50px;
    }

    .adv-sec3 .sec-title h3 {
        font-size: 30px;
    }

    .adv-sec3 .sec-title p {
        font-size: 14px;
    }

    .adv-sec3 .sec-con .text {
        padding: 18px;
    }

    .adv-sec3 .sec-con .text-inner {
        border: 1px solid #00b9c6;
        padding: 20px 22px;
    }

    .adv-sec3 .sec-con .text-inner p {
        font-size: 14px;
        line-height: 28px;
    }
}

@media screen and (max-width: 1200px) {
    .adv-sec3 .sec-con .img img {
        height: 100%;
    }

    .adv-sec3 .sec-con .text-inner p {
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (max-width: 992px) {
    .advantage {
        padding: 36px 0;
    }

    .advantage .adv-title {
        margin-bottom: 36px;
    }

    .advantage .adv-title h2 {
        font-size: 24px;
        line-height: 1.75;
    }

    .advantage .adv-sec1 ul li {
        width: 47%;
        margin: 0 0 20px;
        padding: 20px 18px 24px;
    }

    .advantage .adv-sec1 ul li:nth-child(even) {
        float: right;
    }

    .advantage .adv-sec2 {
        margin-top: 30px;
    }

    .advantage .adv-sec2 ul li span {
        width: 100px;
        height: 100px;
        font-size: 20px;
        transform: translateY(72px);
        transition: 0.4s ease-in-out;
    }

    .advantage .adv-sec2 ul li p {
        padding: 0 18px;
        margin-top: 30px;
        font-size: 14px;
        line-height: 24px;
        height: 72px;
    }

    .adv-sec3 .sec-title {
        width: 750px;
        margin: 0 auto 40px;
    }

    .adv-sec3 .sec-title h3 {
        font-size: 24px;
        line-height: 2;
    }

    .adv-sec3 .sec-con .img {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .advantage {
        padding: 30px 0;
    }

    .advantage .adv-title {
        margin-bottom: 30px;
    }

    .advantage .adv-title h2 {
        font-size: 20px;
    }

    .advantage .adv-sec1 ul li {
        width: 100%;
    }

    .advantage .adv-sec2 {
        margin-top: 30px;
    }

    .advantage .adv-sec2 .img {
        height: 320px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }

    .advantage .adv-sec2 .img img {
        width: auto;
        height: 100%;
    }

    .advantage .adv-sec2 ul li span {
        width: 50px;
        height: 50px;
        font-size: 12px;
        transform: translateY(72px);
    }

    .advantage .adv-sec2 ul li:hover p {
        opacity: 0;
    }

    .adv-sec3 .sec-title {
        width: 100%;
        margin: 0 auto 30px;
    }

    .adv-sec3 .sec-title h3 {
        font-size: 20px;
        line-height: 2;
    }

    .adv-sec3 .sec-con .img {
        display: none;
    }
}

/* 关于我们-发展历程 */
.history {
    padding: 60px 0 68px;
}

.history h3 {
    text-align: center;
    font-size: 36px;
    line-height: 1.75;
    margin-bottom: 40px;
}

.history .history-tree {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.history .history-tree .img {
    width: 43.4%;
}

.history .history-tree .img img {
    width: 100%;
    height: 100%;
}

.history .history-tree .text {
    width: 56.6%;
    background: #fff;
    padding: 24px 2% 42px 3.2%;
}

.history .history-tree .deeds {
    height: 704px;
}

.history .history-tree .deeds ul {
    padding: 22px 7% 22px 13px;
    position: relative;
    overflow-x: hidden;
}

.history .history-tree .deeds ul::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #00b9c6;
    position: absolute;
    top: 0px;
    left: 12px;
}

.history .history-tree .deeds li {
    padding-left: 7.5%;
    position: relative;
    margin-bottom: 16px;
    opacity: 0;
}

.history .history-tree .deeds li h4 {
    font-size: 30px;
    line-height: 40px;
    color: #00b9c6;
    font-weight: lighter;
}

.history .history-tree .deeds li h4 small {
    font-size: 24px;
}

.history .history-tree .deeds li p {
    font-size: 16px;
    line-height: 28px;
}

.history .history-tree .deeds li::before {
    content: "";
    display: block;
    width: 53px;
    height: 1px;
    background: #00b9c6;
    position: absolute;
    top: 20px;
    left: -13px;
}

@media screen and (max-width: 1440px) {
    .history {
        padding: 56px 0 64px;
    }

    .history h3 {
        font-size: 30px;
        margin-bottom: 36px;
    }

    .history .history-tree .deeds li h4 {
        font-size: 24px;
        line-height: 36px;
        color: #00b9c6;
        font-weight: lighter;
    }

    .history .history-tree .deeds li h4 small {
        font-size: 24px;
    }

    .history .history-tree .deeds li p {
        font-size: 14px;
        line-height: 24px;
    }
}

@media screen and (max-width: 992px) {
    .history {
        padding: 30px 0 36px;
    }

    .history h3 {
        font-size: 20px;
        margin-bottom: 24px;
    }

    .history .history-tree .deeds li {
        opacity: 1;
    }

    .history .history-tree .deeds {
        height: auto;
    }

    .history .history-tree .img {
        display: none;
    }

    .history .history-tree .text {
        width: 100%;
    }

    .history .history-tree .deeds li::before {
        width: 26px;
    }
}

/* 关于我们-组织架构 */
.organization {
    background: #fff;
    padding-bottom: 150px;
    margin: 40px auto 56px;
}

.organization img {
    width: 100%;
}

@media screen and (max-width: 1440px) {
    .organization {
        padding-bottom: 120px;
        margin: 36px auto 50px;
    }
}

@media screen and (max-width: 992px) {
    .organization {
        padding-bottom: 80px;
        margin: 32px auto 44px;
    }
}

@media screen and (max-width: 750px) {
    .organization {
        padding-bottom: 20px;
        margin: 30px auto 36px;
    }
}

/* 资质代理 */
.aptitude {
    padding: 40px 0 80px;
}

.aptitude ul li {
    float: left;
    width: 23.65%;
    margin: 0 1.8% 30px 0;
    background: #fff;
}

.aptitude ul li:nth-child(4n) {
    margin-right: 0;
}

.aptitude .top {
    position: relative;
    padding: 22px 0 10px;
    overflow: hidden;
}

.aptitude .top .img {
    width: 230px;
    height: 230px;
    margin: 0 auto;
    border-radius: 100%;
    overflow: hidden;
}

.aptitude .top .img img {
    width: 100%;
}

.aptitude .top .btns {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transform: translateY(-100%);
    transition: 0.4s ease-in-out;
}

.aptitude .top .btns img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    z-index: 1;
}

.aptitude .top .btns .btn-wp {
    position: relative;
    z-index: 3;
    height: 100%;
    ;display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.55);
}

.aptitude .top .btns .btn-wp a {
    display: block;
    width: 68%;
    line-height: 44px;
    background: #02b5c1;
    border-radius: 22px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin: 9px 0;
}

.aptitude .top .btns .btn-wp a.bg-orange {
    background: #f08519;
}

.aptitude .text {
    display: block;
    padding: 0 30px 58px;
    position: relative;
    box-sizing: border-box;
}

.aptitude .text::after {
    content: "";
    width: 40px;
    height: 2px;
    background: #02b5c1;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    bottom: 32px;
}

.aptitude .text h4 {
    text-align: center;
    font-size: 24px;
    line-height: 68px;
}

.aptitude .text p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 56px;
    line-height: 28px;
    font-size: 16px;
    color: #666;
}

.aptitude ul li:hover {
    background: #02b5c1;
    transition: 0.4s;
}

.aptitude ul li:hover .top .btns {
    transform: translateY(0);
    transition: 0.4s ease-in-out;
}

.aptitude ul li:hover .text h4,.aptitude ul li:hover .text p {
    color: #fff;
    transition: 0.4s;
}

.apt-popup {
    position: fixed;
    width: 850px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 103;
    background: #fff;
    display: none;
}

.apt-popup .popup-close {
    display: block;
    width: 40px;
    height: 40px;
    background: url('../images/close.png');
    background-size: 100% 100%;
    position: absolute;
    top: -50px;
    right: -30px;
    transition: 0.4s;
}

.apt-popup .popup-close:hover {
    transform: rotate(180deg);
    transition: 0.4s;
}

.apt-popup .popup-tit {
    line-height: 56px;
    background: #01b8c6;
    text-align: center;
    font-size: 24px;
    color: #fff;
}

.apt-popup form {
    width: 60%;
    margin: 0 auto;
    padding: 56px 0;
}

.apt-popup .form-group {
    position: relative;
    margin-bottom: 20px;
}

.apt-popup .form-group input {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 46px;
    border: 1px solid #dadada;
    padding: 0 20px 0 80px;
    line-height: 44px;
    font-size: 16px;
    color: #666;
}

.apt-popup .form-group span {
    display: block;
    width: 80px;
    line-height: 46px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 16px;
    color: #666;
}

.apt-popup textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 105px;
    border: 1px solid #dadada;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 24px;
    color: #666;
    resize: none;
    outline: none;
    margin-bottom: 30px;
}

.apt-popup .submit-btn {
    display: block;
    width: 100%;
    line-height: 46px;
    background: #01b8c6;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-bottom: 28px;
    cursor: pointer;
}

.apt-popup p {
    line-height: 32px;
    color: #666;
}

.apt-popup p span {
    font-size: 20px;
    color: #f08418;
}

@media screen and (max-width: 1440px) {
    .aptitude {
        padding: 36px 0 72px;
    }

    .aptitude .top .img {
        width: 212px;
        height: 212px;
    }

    .aptitude .top .btns .btn-wp a {
        line-height: 40px;
        border-radius: 20px;
        font-size: 18px;
        margin: 8px 0;
    }

    .aptitude .text {
        padding: 0 28px 52px;
    }

    .aptitude .text::after {
        bottom: 30px;
    }

    .aptitude .text h4 {
        text-align: center;
        font-size: 20px;
        line-height: 56px;
    }

    .aptitude .text p {
        height: 48px;
        line-height: 24px;
        font-size: 14px;
    }

    .apt-popup {
        width: 800px;
    }

    .apt-popup .popup-tit {
        line-height: 48px;
        font-size: 20px;
    }

    .apt-popup form {
        padding: 48px 0;
    }

    .apt-popup .form-group {
        position: relative;
        margin-bottom: 16px;
    }

    .apt-popup .form-group input {
        height: 40px;
        padding: 0 18px 0 72px;
        line-height: 38px;
        font-size: 14px;
    }

    .apt-popup .form-group span {
        width: 72px;
        line-height: 40px;
        font-size: 14px;
    }

    .apt-popup textarea {
        height: 100px;
        padding: 9px 18px;
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 24px;
    }

    .apt-popup .submit-btn {
        line-height: 40px;
        font-size: 14px;
        margin-bottom: 22px;
    }

    .apt-popup p {
        line-height: 28px;
    }

    .apt-popup p span {
        font-size: 18px;
    }
}

@media screen and (max-width: 1200px) {
    .aptitude {
        padding: 32px 0 60px;
    }

    .aptitude .top .img {
        width: 170px;
        height: 170px;
    }
}

@media screen and (max-width: 992px) {
    .aptitude {
        padding: 36px 0 72px;
    }

    .aptitude ul li {
        width: 46%;
        margin: 0 2% 30px;
    }

    .aptitude .top .btns .btn-wp a {
        line-height: 40px;
        border-radius: 20px;
        font-size: 18px;
        margin: 8px 0;
    }

    .aptitude .text {
        padding: 0 28px 52px;
    }

    .aptitude .text::after {
        bottom: 30px;
    }

    .aptitude .text h4 {
        text-align: center;
        font-size: 20px;
        line-height: 56px;
    }

    .aptitude .text p {
        height: 48px;
        line-height: 24px;
        font-size: 14px;
    }

    .apt-popup {
        width: 720px;
    }

    .apt-popup .popup-close {
        top: -50px;
        right: 0px;
    }

    .apt-popup .popup-tit {
        line-height: 40px;
        font-size: 18px;
    }

    .apt-popup form {
        padding: 40px 0;
    }

    .apt-popup .form-group {
        margin-bottom: 14px;
    }

    .apt-popup .form-group input {
        height: 34px;
        line-height: 32px;
    }

    .apt-popup .form-group span {
        line-height: 34px;
    }

    .apt-popup textarea {
        height: 88px;
    }

    .apt-popup .submit-btn {
        line-height: 34px;
        margin-bottom: 20px;
    }

    .apt-popup p {
        line-height: 24px;
    }

    .apt-popup p span {
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    .aptitude {
        padding: 32px 0 56px;
    }

    .aptitude ul li {
        width: 100%;
        margin: 0 0 24px;
    }

    .aptitude .top .btns .btn-wp a {
        line-height: 36px;
        border-radius: 18px;
        font-size: 16px;
        margin: 5px 0;
    }

    .aptitude .text {
        padding: 0 22px 40px;
    }

    .aptitude .text::after {
        bottom: 20px;
    }

    .aptitude .text h4 {
        font-size: 18px;
        line-height: 44px;
    }

    .apt-popup {
        width: 90%;
    }

    .apt-popup .popup-tit {
        line-height: 40px;
        font-size: 18px;
    }

    .apt-popup form {
        padding: 36px 0;
        width: 90%;
    }
}

/* 资质代理详情 */
.aptitude-detail {
    background: #fff;
    margin: 22px auto 48px;
    padding: 0 200px 50px;
}

.aptitude-detail .article {
    padding: 40px 0 36px;
}

.aptitude-detail .article .title {
    padding-bottom: 30px;
    border-bottom: 1px solid #dcdcdc;
    text-align: center;
    margin-bottom: 28px;
}

.aptitude-detail .article .title h3 {
    font-size: 24px;
    line-height: 42px;
    margin-bottom: 8px;
}

.aptitude-detail .article .infos {
    line-height: 24px;
    color: #4d4d4d;
}

.aptitude-detail .article .infos span {
    margin: 0 5px;
}

.aptitude-detail .article .article-con {
    padding: 0 30px;
}

.aptitude-detail .article .article-con p {
}

.aptitude-detail .message {
    padding: 40px 30px;
    border-bottom: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
}

.aptitude-detail .message form {
    width: 38%;
}

.aptitude-detail .message form h4 {
    font-size: 24px;
    line-height: 1.5;
}

.aptitude-detail .message form input {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 46px;
    border: 1px solid #dadada;
    margin-top: 20px;
    padding: 0 20px;
    line-height: 44px;
    font-size: 16px;
}

.aptitude-detail .message form textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 106px;
    border: 1px solid #dadada;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 24px;
    resize: none;
    outline: none;
    margin-top: 20px;
}

.aptitude-detail .message form button {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 46px;
    background: #02b5c1;
    font-size: 16px;
    color: #fff;
    margin-top: 30px;
    cursor: pointer;
}

.aptitude-detail .message .text {
    width: 58%;
    padding-top: 50px;
}

.aptitude-detail .message .text p {
    line-height: 40px;
    font-size: 16px;
}

.aptitude-detail .message .text strong {
    font-size: 24px;
}

.aptitude-detail .message .text a {
    color: #02b5c1;
    text-decoration: underline;
}

.aptitude-detail .other {
    margin-top: 40px;
    padding-left: 30px;
    line-height: 28px;
}

.aptitude-detail .other .relative-link a {
    font-size: 16px;
    margin-right: 30px;
}

.aptitude-detail .other .relative-link a:hover {
    color: #02b5c1;
    transition: 0.4s;
}

.aptitude-detail .other .share span {
    font-weight: bold;
}

.aptitude-detail .other .share .bdsharebuttonbox {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
}

@media screen and (max-width: 1440px) {
    .aptitude-detail {
        margin: 22px auto 48px;
        padding: 0 120px 44px;
    }

    .aptitude-detail .article {
        padding: 36px 0 32px;
    }

    .aptitude-detail .message {
        padding: 40px 30px;
        border-bottom: 1px solid #dcdcdc;
    }

    .aptitude-detail .message form {
        width: 38%;
    }

    .aptitude-detail .message form h4 {
        font-size: 20px;
    }

    .aptitude-detail .message form input {
        height: 40px;
        margin-top: 18px;
        padding: 0 18px;
        line-height: 38px;
        font-size: 14px;
    }

    .aptitude-detail .message form textarea {
        height: 100px;
        padding: 9px 18px;
        font-size: 14px;
        line-height: 22px;
        margin-top: 18px;
    }

    .aptitude-detail .message form button {
        line-height: 40px;
        font-size: 14px;
        margin-top: 24px;
    }

    .aptitude-detail .message .text {
        width: 58%;
        padding-top: 50px;
    }

    .aptitude-detail .message .text p {
        line-height: 36px;
        font-size: 14px;
    }

    .aptitude-detail .message .text strong {
        font-size: 20px;
    }

    .aptitude-detail .other {
        margin-top: 36px;
        padding-left: 24px;
    }

    .aptitude-detail .other .relative-link a {
        font-size: 14px;
        margin-right: 24px;
    }

    .aptitude-detail .other .share .bdsharebuttonbox {
        display: inline-block;
        vertical-align: top;
        margin-left: 5px;
    }
}

@media screen and (max-width: 992px) {
    .aptitude-detail {
        margin: 22px auto 48px;
        padding: 0 60px 44px;
    }

    .aptitude-detail .article {
        padding: 30px 0 24px;
    }

    .aptitude-detail .message {
        padding: 20px 24px;
    }

    .aptitude-detail .message form {
        width: 44%;
    }

    .aptitude-detail .message form h4 {
        font-size: 18px;
    }

    .aptitude-detail .message form input {
        height: 34px;
        margin-top: 14px;
        line-height: 32px;
    }

    .aptitude-detail .message form textarea {
        height: 88px;
        margin-top: 14px;
    }

    .aptitude-detail .message form button {
        line-height: 34px;
    }

    .aptitude-detail .message .text {
        width: 52%;
        padding-top: 10px;
    }

    .aptitude-detail .message .text p {
        line-height: 28px;
        font-size: 14px;
    }

    .aptitude-detail .message .text strong {
        font-size: 20px;
    }

    .aptitude-detail .other {
        margin-top: 30px;
        padding-left: 0;
    }

    .aptitude-detail .other .relative-link {
        width: 100%;
        margin-bottom: 15px;
    }

    .aptitude-detail .other .share .bdsharebuttonbox {
        margin-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .aptitude-detail {
        margin: 22px auto 48px;
        padding: 0 20px 30px;
    }

    .aptitude-detail .article {
        padding: 30px 0 24px;
    }

    .aptitude-detail .article .title {
        padding-bottom: 20px;
        margin-bottom: 22px;
    }

    .aptitude-detail .article .title h3 {
        font-size: 18px;
        line-height: 36px;
    }

    .aptitude-detail .article .article-con {
        padding: 0;
    }

    .aptitude-detail .message {
        padding: 20px 0;
    }

    .aptitude-detail .message form {
        width: 100%;
    }

    .aptitude-detail .message .text {
        width: 100%;
    }

    .aptitude-detail .other .relative-link a {
        display: block;
        margin-right: 0;
    }

    .aptitude-detail .other .share .bdsharebuttonbox {
        margin-left: 0;
    }
}

/* 工商注册 */
#fixedBanner .swiper-slide {
    position: relative;
}

#fixedBanner .img {
    overflow: hidden;
}

#fixedBanner .img img {
    width: 100%;
    transform: scale(1.5);
}

#fixedBanner .text {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: #fff;
    text-align: center;
}

#fixedBanner .text h2 {
    font-size: 48px;
    line-height: 64px;
    text-shadow: 2px 2px 3px rgba(6, 63, 116, 0.75);
    transform: translateY(50px);
    opacity: 0;
}

#fixedBanner .text .line {
    width: 32%;
    height: 1px;
    background: #fff;
    margin: 28px auto;
}

#fixedBanner .text .line span {
    display: block;
    width: 0;
    height: 1px;
    background: #00b9c6;
}

#fixedBanner .text p {
    font-size: 18px;
    line-height: 32px;
    transform: translateY(50px);
    opacity: 0;
}

#fixedBanner .swiper-slide-active .text h2 {
    transform: translateY(0);
    opacity: 1;
    transition: .4s linear .4s;
}

#fixedBanner .swiper-slide-active .text p {
    transform: translateY(0);
    opacity: 1;
    transition: .4s linear .8s;
}

#fixedBanner .swiper-slide-active .text .line span {
    width: 100%;
    transition: 8s linear;
}

#fixedBanner .swiper-slide-active .img img {
    transform: scale(1);
    transition: 8s cubic-bezier(.59,.5,.41,.92);
}

.coreg-title {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}

.coreg-title h3 {
    font-size: 30px;
    line-height: 1.6;
}

.coreg-title h5 {
    font-size: 16px;
    line-height: 30px;
    color: #787878;
}

.co-register .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.co-register .bg img {
    width: 100%;
    min-height: 100%;
}

.co-register .sec-content {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
    z-index: 1;
}

.coreg-sec1 {
    padding: 64px 0 108px;
}

.coreg-sec1 ul {
    padding: 0 8%;
}

.coreg-sec1 ul li {
    float: left;
    width: 20%;
    position: relative;
}

.coreg-sec1 ul li::after {
    content: "";
    display: block;
    width: 58px;
    height: 14px;
    background: url('../images/icon7.png');
    background-size: 100% 100%;
    position: absolute;
    top: 64px;
    right: -29px;
}

.coreg-sec1 ul li:last-child::after {
    display: none;
}

.coreg-sec1 ul li .img {
    width: 142px;
    height: 142px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto 16px;
}

.coreg-sec1 ul li .img img {
    width: 100%;
    height: 100%;
}

.coreg-sec1 ul li p {
    text-align: center;
    font-size: 18px;
}

.coreg-sec2 {
    background-size: 100% 100%;
    padding: 88px 0 72px;
    position: relative;
}

.coreg-sec2 .coreg-title h3,.coreg-sec2 .coreg-title h5 {
    color: #fff;
}

.coreg-sec2 .sec-content .img {
    width: 47.35%;
    max-height: 516px;
    overflow: hidden;
}

.coreg-sec2 .sec-content .img img {
    width: 100%;
    height: 100%;
}

.coreg-sec2 .sec-content .text {
    width: 52.65%;
    background: #fff;
    padding: 36px 26px 16px;
}

.coreg-sec2 .sec-content .text ul {
    padding: 0 6%;
}

.coreg-sec2 .sec-content .text ul li {
    line-height: 22px;
    padding: 12px 0 12px 44px;
    position: relative;
    font-size: 18px;
}

.coreg-sec2 .sec-content .text ul li i {
    display: block;
    width: 28px;
    line-height: 22px;
    background: #00b9c6;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0;
    top: 12px;
}

.coreg-sec2 .sec-content .text ul li p {
    color: #5a5a5a;
}

.coreg-sec2 .sec-content .text ul li p span {
    color: #00b9c6;
}

.coreg-sec2 .sec-content .text .tips {
    margin-top: 25px;
    padding: 16px 6% 0;
    border-top: 1px solid #d2d2d2;
}

.coreg-sec2 .sec-content .text .tips p {
    line-height: 24px;
    color: #868686;
}

.coreg-sec3 {
    padding: 84px 0 124px;
}

.coreg-sec3 ul li {
    float: left;
    width: 22%;
    margin: 0 1.5%;
    background: #00b9c6;
    border-radius: 3px;
    padding: 25px;
    box-sizing: border-box;
}

.coreg-sec3 ul li h4 {
    font-size: 24px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    white-space: nowrap;
    margin-bottom: 20px;
}

.coreg-sec3 ul li .img img {
    width: 100%;
}

.coreg-sec4 {
    padding: 66px 0 100px;
    position: relative;
}

.coreg-sec4 .coreg-title h3,.coreg-sec4 .coreg-title h5 {
    color: #fff;
}

.coreg-sec4 .sec-content {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}

.coreg-sec4 .sec-content ul {
    width: 63.5%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.coreg-sec4 .sec-content ul li {
    padding: 20px 36px 14px;
    border-bottom: 1px solid #e7e7e7;
}

.coreg-sec4 .sec-content ul li:last-child {
    border: none;
}

.coreg-sec4 .sec-content ul li h4 {
    padding-left: 46px;
    position: relative;
    line-height: 30px;
    font-size: 18px;
    margin-bottom: 8px;
}

.coreg-sec4 .sec-content ul li h4 a {
    color: #00b9c6;
}

.coreg-sec4 .sec-content ul li h4::before {
    display: block;
    content: "问";
    width: 28px;
    height: 28px;
    border: 1px solid #00b9c6;
    border-radius: 15px;
    text-align: center;
    line-height: 28px;
    font-size: 18px;
    position: absolute;
    top: 0;
    left: 0;
    color: #00b9c6;
}

.coreg-sec4 .sec-content ul li h4 a:hover {
    color: #00b9c6;
    transition: 0.4s;
}

.coreg-sec4 .sec-content ul li p {
    padding-left: 46px;
    max-width: 690px;
    font-size: 16px;
    line-height: 28px;
}

.coreg-sec4 .sec-content form {
    width: 36.5%;
    background: #00b9c6;
    box-sizing: border-box;
    padding: 30px 39px 39px;
}

.coreg-sec4 .sec-content form h4 {
    font-size: 24px;
    line-height: 2;
    padding-bottom: 12px;
    color: #fff;
    text-align: center;
}

.coreg-sec4 .sec-content .input {
    margin-top: 20px;
    padding-left: 92px;
    background: #fff;
    position: relative;
}

.coreg-sec4 .sec-content .input span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 92px;
    line-height: 52px;
    text-align: center;
    font-size: 16px;
    color: #666;
}

.coreg-sec4 .sec-content .input input {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding-right: 20px;
    height: 52px;
    line-height: 52px;
    font-size: 16px;
}

.coreg-sec4 .sec-content textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 130px;
    background: #fff;
    resize: none;
    outline: none;
    margin-top: 20px;
    padding: 14px 22px;
    font-size: 16px;
    line-height: 24px;
}

.coreg-sec4 .sec-content .btns {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.coreg-sec4 .sec-content .btns .btn {
    display: block;
    width: 46.8%;
    line-height: 52px;
    background: #f08519;
    text-align: center;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.coreg-sec5 {
    padding: 80px 0 50px;
    background: #fff;
}

.coreg-sec5 .sec-item {
    margin-bottom: 50px;
}

.coreg-sec5 .sec-item:last-child {
    margin-bottom: 0;
}

.coreg-sec5 .sec-item .item-tit {
    width: 324px;
    line-height: 58px;
    background: #00b9c6;
    border-radius: 4px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    margin: 0 auto 38px;
}

.coreg-sec5 .sec-item .item-con {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.coreg-sec5 .sec-item .left {
    width: 70.7%;
    background: #f4f4f4;
    border-radius: 4px;
    padding: 30px;
}

.coreg-sec5 .sec-item .left ul {
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.coreg-sec5 .sec-item .left ul li {
    width: 100%;
    box-sizing: border-box;
    border-right: 1px solid #dcdcdc;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.coreg-sec5 .sec-item .left ul li:last-child {
    border: none;
}

.coreg-sec5 .sec-item .right {
    width: 28.5%;
    background: #f4f4f4;
    border-radius: 4px;
    padding: 38px 24px 35px;
}

.coreg-sec5 .sec-item .progress img {
    margin-top: 20px;
}

.coreg-sec5 .sec-item .progress p {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}

.coreg-sec5 .sec-item .progress span {
    display: block;
    text-align: center;
    font-size: 28px;
    line-height: 1.5;
    font-weight: bold;
}

.coreg-sec5 .sec-item .progress span::before,.coreg-sec5 .sec-item .progress span::after {
    display: inline-block;
    content: "";
    width: 39px;
    height: 1px;
    background: #00b9c6;
    vertical-align: middle;
}

.coreg-sec5 .sec-item .progress span::before {
    margin-right: 15px;
}

.coreg-sec5 .sec-item .progress span::after {
    margin-left: 15px;
}

.coreg-sec5 .sec-item .photo {
    width: 52.5%;
}

.coreg-sec5 .sec-item .photo img {
    width: 100%;
}

.coreg-sec5 .sec-item .infos {
    width: 44%;
    padding-top: 16px;
}

.coreg-sec5 .sec-item .infos h4 {
    font-size: 18px;
    line-height: 1.8;
}

.coreg-sec5 .sec-item .infos p {
    font-size: 16px;
    line-height: 28px;
    color: #666;
}

.coreg-sec5 .sec-item .infos a {
    display: block;
    line-height: 36px;
    border: 1px solid #01b8c6;
    border-radius: 4px;
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
    color: #01b8c6;
}

.coreg-sec5 .sec-item .infos a.orange {
    margin-top: 14px;
    border-color: #f08519;
    color: #f08519;
}

.coreg-sec5 .sec-item .infos a:hover {
    background: #01b8c6;
    color: #fff;
    transition: 0.4s;
}

.coreg-sec5 .sec-item .infos a.orange:hover {
    background: #f08519;
    color: #fff;
    transition: 0.4s;
}

.coreg-sec5 .sec-item .left .superior li {
    justify-content: center;
    color: #fff;
    padding: 30px 0;
    position: relative;
    overflow: hidden;
}

.coreg-sec5 .sec-item .superior li h4 {
    font-size: 38px;
    line-height: 1.5;
}

.coreg-sec5 .sec-item .superior li.first {
    background: #00b9c6;
}

.coreg-sec5 .sec-item .superior li.first p {
    font-size: 16px;
    line-height: 28px;
    margin-top: 14px;
}

.coreg-sec5 .sec-item .superior .superior-box {
    width: 78%;
    position: relative;
}

.coreg-sec5 .sec-item .superior .superior-box img {
    width: 100%;
}

.coreg-sec5 .sec-item .superior .superior-box h4 {
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.75);
}

.coreg-sec5 .sec-item .left .superior li .text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #00b9c6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: translateY(100%);
    transition: 0.4s;
}

.coreg-sec5 .sec-item .left .superior li .text p {
    font-size: 16px;
    line-height: 28px;
    margin-top: 14px;
}

.coreg-sec5 .sec-item .left .superior li:hover .text {
    transition: 0.4s;
    transform: translateY(0);
}

.coreg-sec5 .sec-item .other-laber {
    padding: 36px 42px;
}

.coreg-sec5 .sec-item .other-laber h4 {
    font-size: 24px;
    line-height: 60px;
    padding-bottom: 28px;
    text-align: center;
}

.coreg-sec5 .sec-item .other-laber a {
    float: left;
    width: 47%;
    line-height: 56px;
    background: #00b9c6;
    border-radius: 4px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-bottom: 24px;
}

.coreg-sec5 .sec-item .other-laber a:nth-child(even) {
    float: right;
}

.coreg-sec5 .sec-item .other-laber a:hover {
    background: #f08519;
    transition: 0.4s;
}

.coreg-sec6 {
    position: relative;
    padding: 112px 0;
}

.coreg-sec6 .btns {
    text-align: center;
    position: relative;
    z-index: 3;
}

.coreg-sec6 .btns a {
    display: inline-block;
    vertical-align: top;
    width: 186px;
    line-height: 48px;
    background: #01b8c6;
    border-radius: 4px;
    font-size: 18px;
    color: #fff;
    margin: 0 15px;
}

.coreg-sec6 .btns a.orange {
    background: #f08519;
}

.coreg-sec6 .btns a:hover {
    background: #038892;
    transition: 0.4s;
}

.coreg-sec6 .btns a.orange:hover {
    background: #ca6f12;
    transition: 0.4s;
}

@media screen and (max-width: 1440px) {
    #fixedBanner .text h2 {
        font-size: 40px;
        line-height: 56px;
    }

    #fixedBanner .text .line {
        margin: 24px auto;
    }

    #fixedBanner .text p {
        font-size: 16px;
        line-height: 28px;
    }

    .coreg-title {
        margin-bottom: 56px;
    }

    .coreg-title h3 {
        font-size: 24px;
    }

    .coreg-title h5 {
        font-size: 14px;
        line-height: 24px;
    }

    .coreg-sec1 {
        padding: 56px 0 90px;
    }

    .coreg-sec1 ul {
        padding: 0 5%;
    }

    .coreg-sec1 ul li::after {
        width: 50px;
        height: 12px;
        top: 62px;
        right: -25px;
    }

    .coreg-sec1 ul li .img {
        width: 136px;
        height: 136px;
        margin: 0 auto 14px;
    }

    .coreg-sec1 ul li p {
        text-align: center;
        font-size: 16px;
    }

    .coreg-sec2 {
        padding: 80px 0 64px;
    }

    .coreg-sec2 .sec-content .text {
        padding: 32px 22px 14px;
    }

    .coreg-sec2 .sec-content .text ul {
        padding: 0 5%;
    }

    .coreg-sec2 .sec-content .text ul li {
        line-height: 22px;
        padding: 8px 0 8px 44px;
        position: relative;
        font-size: 16px;
    }

    .coreg-sec2 .sec-content .text .tips {
        margin-top: 22px;
        padding: 16px 5% 0;
    }

    .coreg-sec3 {
        padding: 76px 0 108px;
    }

    .coreg-sec3 ul li h4 {
        font-size: 20px;
        line-height: 40px;
        margin-bottom: 18px;
    }

    .coreg-sec4 {
        padding: 60px 0 88px;
    }

    .coreg-sec4 .sec-content ul li {
        padding: 18px 32px 12px;
    }

    .coreg-sec4 .sec-content ul li h4 {
        padding-left: 42px;
        font-size: 16px;
    }

    .coreg-sec4 .sec-content form {
        padding: 26px 32px 32px;
    }

    .coreg-sec4 .sec-content form h4 {
        font-size: 20px;
    }

    .coreg-sec5 {
        padding: 72px 0 44px;
    }

    .coreg-sec5 .sec-item {
        margin-bottom: 44px;
    }

    .coreg-sec5 .sec-item .item-tit {
        line-height: 52px;
        font-size: 20px;
        margin: 0 auto 32px;
    }

    .coreg-sec5 .sec-item .left {
        width: 70.7%;
        padding: 26px;
    }

    .coreg-sec5 .sec-item .right {
        width: 28.5%;
        padding: 32px 20px 30px;
    }

    .coreg-sec5 .sec-item .progress p {
        font-size: 14px;
        line-height: 24px;
    }

    .coreg-sec5 .sec-item .progress span {
        font-size: 24px;
    }

    .coreg-sec5 .sec-item .progress span::before, .coreg-sec5 .sec-item .progress span::after {
        width: 32px;
    }

    .coreg-sec5 .sec-item .progress span::before {
        margin-right: 12px;
    }

    .coreg-sec5 .sec-item .progress span::after {
        margin-left: 12px;
    }

    .coreg-sec5 .sec-item .infos {
        width: 44%;
        padding-top: 0;
    }

    .coreg-sec5 .sec-item .infos h4 {
        font-size: 18px;
        line-height: 1.72;
    }

    .coreg-sec5 .sec-item .infos p {
        font-size: 14px;
        line-height: 24px;
    }

    .coreg-sec5 .sec-item .left .superior li {
        padding: 24px 0;
    }

    .coreg-sec5 .sec-item .superior li h4 {
        font-size: 32px;
    }

    .coreg-sec5 .sec-item .superior li.first p {
        font-size: 14px;
        line-height: 24px;
        margin-top: 12px;
    }

    .coreg-sec5 .sec-item .other-laber {
        padding: 32px 38px;
    }

    .coreg-sec5 .sec-item .other-laber h4 {
        font-size: 20px;
        line-height: 56px;
        padding-bottom: 24px;
    }

    .coreg-sec5 .sec-item .other-laber a {
        line-height: 50px;
        font-size: 16px;
        margin-bottom: 20px;
    }

    .coreg-sec6 {
        position: relative;
        padding: 102px 0;
    }

    .coreg-sec6 .btns a {
        width: 172px;
        line-height: 44px;
        font-size: 16px;
        margin: 0 12px;
    }
}

@media screen and (max-width: 1200px) {
    #fixedBanner .text h2 {
        font-size: 32px;
        line-height: 48px;
    }

    #fixedBanner .text .line {
        margin: 20px auto;
    }

    #fixedBanner .text p {
        font-size: 14px;
        line-height: 24px;
    }

    .coreg-title {
        margin-bottom: 50px;
    }

    .coreg-title h3 {
        font-size: 20px;
    }

    .coreg-title h5 {
        font-size: 14px;
    }

    .coreg-sec1 {
        padding: 50px 0 72px;
    }

    .coreg-sec1 ul {
        padding: 0;
    }

    .coreg-sec1 ul li::after {
        width: 36px;
        height: 9px;
        top: 55px;
        right: -18px;
    }

    .coreg-sec1 ul li .img {
        width: 120px;
        height: 120px;
        margin: 0 auto 14px;
    }

    .coreg-sec1 ul li p {
        text-align: center;
        font-size: 14px;
    }

    .coreg-sec2 {
        padding: 72px 0 56px;
    }

    .coreg-sec2 .sec-content .text {
        padding: 24px 18px 12px;
    }

    .coreg-sec2 .sec-content .text ul {
        padding: 0 5%;
    }

    .coreg-sec2 .sec-content .text ul li {
        line-height: 22px;
        padding: 8px 0 4px 44px;
        position: relative;
        font-size: 14px;
    }

    .coreg-sec2 .sec-content .text ul li i {
        margin-top: 0;
        vertical-align: top;
    }

    .coreg-sec2 .sec-content .text .tips {
        margin-top: 22px;
        padding: 16px 5% 0;
    }

    .coreg-sec3 {
        padding: 68px 0 90px;
    }

    .coreg-sec3 ul li h4 {
        font-size: 16px;
        line-height: 36px;
        margin-bottom: 14px;
    }

    .coreg-sec4 {
        padding: 50px 0 72px;
    }

    .coreg-sec4 .sec-content ul {
        padding: 18px;
    }

    .coreg-sec4 .sec-content ul li {
        padding: 10px 20px 8px;
    }

    .coreg-sec4 .sec-content ul li h4 {
        padding-left: 46px;
        line-height: 24px;
        font-size: 16px;
        margin-bottom: 5px;
    }

    .coreg-sec4 .sec-content ul li h4::before {
        width: 22px;
        height: 22px;
        border-radius: 12px;
        line-height: 22px;
        font-size: 12px;
    }

    .coreg-sec4 .sec-content ul li p {
        padding-left: 46px;
        font-size: 14px;
        line-height: 24px;
    }

    .coreg-sec4 .sec-content form {
        padding: 20px 24px 24px;
    }

    .coreg-sec4 .sec-content form h4 {
        font-size: 18px;
        line-height: 1.8;
        padding-bottom: 10px;
    }

    .coreg-sec4 .sec-content .input {
        margin-top: 16px;
        padding-left: 72px;
    }

    .coreg-sec4 .sec-content .input span {
        width: 64px;
        line-height: 42px;
        font-size: 14px;
    }

    .coreg-sec4 .sec-content .input input {
        padding-right: 18px;
        height: 42px;
        line-height: 40px;
        font-size: 14px;
    }

    .coreg-sec4 .sec-content textarea {
        height: 118px;
        margin-top: 16px;
        padding: 10px 20px;
        font-size: 14px;
        line-height: 22px;
    }

    .coreg-sec4 .sec-content .btns {
        margin-top: 16px;
    }

    .coreg-sec4 .sec-content .btns .btn {
        line-height: 42px;
        font-size: 14px;
    }

    .coreg-sec5 {
        padding: 64px 0 40px;
    }

    .coreg-sec5 .sec-item {
        margin-bottom: 40px;
    }

    .coreg-sec5 .sec-item .item-tit {
        line-height: 48px;
        font-size: 18px;
        margin: 0 auto 28px;
    }

    .coreg-sec5 .sec-item .left {
        padding: 22px;
        width: 69%
    }

    .coreg-sec5 .sec-item .right {
        width: 30.2%;
        padding: 28px 18px 26px;
    }

    .coreg-sec5 .sec-item .progress span {
        font-size: 20px;
    }

    .coreg-sec5 .sec-item .progress span::before, .coreg-sec5 .sec-item .progress span::after {
        width: 28px;
    }

    .coreg-sec5 .sec-item .progress span::before {
        margin-right: 10px;
    }

    .coreg-sec5 .sec-item .progress span::after {
        margin-left: 10px;
    }

    .coreg-sec5 .sec-item .infos {
        width: 44%;
        padding-top: 0;
    }

    .coreg-sec5 .sec-item .infos h4 {
        font-size: 16px;
        line-height: 1.5;
    }

    .coreg-sec5 .sec-item .infos p {
        font-size: 14px;
        line-height: 20px;
    }

    .coreg-sec5 .sec-item .infos a {
        line-height: 28px;
        margin-top: 8px;
        font-size: 14px;
    }

    .coreg-sec5 .sec-item .infos a.orange {
        margin-top: 12px;
    }

    .coreg-sec5 .sec-item .left .superior li {
        padding: 20px 0;
    }

    .coreg-sec5 .sec-item .superior li h4 {
        font-size: 26px;
    }

    .coreg-sec5 .sec-item .superior li.first p {
        font-size: 14px;
        line-height: 22px;
        padding: 0 10px;
    }

    .coreg-sec5 .sec-item .other-laber {
        padding: 26px 24px;
    }

    .coreg-sec5 .sec-item .other-laber h4 {
        font-size: 18px;
        line-height: 50px;
        padding-bottom: 20px;
    }

    .coreg-sec5 .sec-item .other-laber a {
        line-height: 44px;
        font-size: 14px;
        margin-bottom: 18px;
    }

    .coreg-sec6 {
        position: relative;
        padding: 102px 0;
    }

    .coreg-sec6 .btns a {
        width: 172px;
        line-height: 44px;
        font-size: 16px;
        margin: 0 12px;
    }
}

@media screen and (max-width: 992px) {
    #fixedBanner .text h2 {
        font-size: 24px;
        line-height: 32px;
    }

    #fixedBanner .text .line {
        margin: 14px auto;
    }

    #fixedBanner .text p {
        line-height: 22px;
    }

    .coreg-title {
        margin-bottom: 44px;
    }

    .coreg-title h3 {
        font-size: 18px;
    }

    .coreg-title h5 {
        font-size: 12px;
    }

    .co-register .sec-content {
        flex-direction: column;
    }

    .coreg-sec1 {
        padding: 44px 0 60px;
    }

    .coreg-sec1 ul {
        padding: 0;
    }

    .coreg-sec1 ul li::after {
        width: 24px;
        height: 6px;
        top: 47px;
        right: -12px;
    }

    .coreg-sec1 ul li .img {
        width: 100px;
        height: 100px;
    }

    .coreg-sec2 {
        padding: 64px 0 50px;
    }

    .coreg-sec2 .img {
        display: none;
    }

    .coreg-sec2 .sec-content .text {
        padding: 24px 18px;
        width: 100%;
    }

    .coreg-sec2 .sec-content .text ul {
        padding: 0 5%;
    }

    .coreg-sec3 {
        padding: 64px 0 56px;
    }

    .coreg-sec3 ul li {
        width: 47%;
        margin: 0 1.5% 22px;
    }

    .coreg-sec4 {
        padding: 50px 0 72px;
    }

    .coreg-sec4 .sec-content ul {
        width: 100%;
        box-sizing: border-box;
    }

    .coreg-sec4 .sec-content form {
        width: 100%;
    }

    .coreg-sec5 {
        padding: 60px 0 36px;
    }

    .coreg-sec5 .sec-item {
        margin-bottom: 36px;
    }

    .coreg-sec5 .sec-item .item-con {
        flex-direction: column;
    }

    .coreg-sec5 .sec-item .left {
        width: 100%
    }

    .coreg-sec5 .sec-item .left ul li {
        padding: 24px 0;
    }

    .coreg-sec5 .sec-item .right {
        width: 100%;
    }

    .coreg-sec5 .sec-item .photo {
        max-width: 200px;
        margin-right: 3%;
    }

    .coreg-sec5 .sec-item .infos {
        width: 44%;
        padding-top: 0;
        float: left;
    }

    .coreg-sec5 .sec-item .infos h4 {
        font-size: 16px;
        line-height: 1.5;
    }

    .coreg-sec5 .sec-item .infos p {
        font-size: 14px;
        line-height: 20px;
    }

    .coreg-sec5 .sec-item .infos a {
        line-height: 28px;
        margin-top: 8px;
        font-size: 14px;
    }

    .coreg-sec5 .sec-item .infos a.orange {
        margin-top: 12px;
    }

    .coreg-sec5 .sec-item .left .superior li {
        padding: 20px 0;
    }

    .coreg-sec5 .sec-item .superior li h4 {
        font-size: 26px;
    }

    .coreg-sec5 .sec-item .superior li.first p {
        font-size: 14px;
        line-height: 22px;
        padding: 0 10px;
    }

    .coreg-sec5 .sec-item .other-laber {
        padding: 26px 24px;
    }

    .coreg-sec5 .sec-item .other-laber h4 {
        font-size: 18px;
        line-height: 50px;
        padding-bottom: 20px;
    }

    .coreg-sec5 .sec-item .other-laber a {
        line-height: 44px;
        font-size: 14px;
        margin-bottom: 18px;
    }

    .coreg-sec6 {
        position: relative;
        padding: 72px 0;
    }

    .coreg-sec6 .btns a {
        width: 148px;
        line-height: 40px;
        font-size: 14px;
        margin: 0 10px;
    }
}

@media screen and (max-width: 767px) {
    #fixedBanner .text h2 {
        font-size: 18px;
        line-height: 28px;
    }

    #fixedBanner .text .line {
        margin: 12px auto;
    }

    #fixedBanner .img {
        overflow: hidden;
        height: 320px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #fixedBanner .img img {
        width: auto;
        height: 100%;
        transform: scale(1.5);
    }

    .co-register .bg img {
        width: auto;
        min-height: 100%;
    }

    .coreg-title {
        margin-bottom: 36px;
        padding: 0 15px;
    }

    .coreg-sec1 {
        padding: 32px 0;
    }

    .coreg-sec1 ul li::after {
        display: none;
    }

    .coreg-sec1 ul li .img {
        width: 48px;
        height: 48px;
    }

    .coreg-sec1 ul li p {
        font-size: 12px;
    }

    .coreg-sec2 {
        padding: 36px 0 30px;
    }

    .coreg-sec3 {
        padding: 36px 0 30px;
    }

    .coreg-sec3 ul li {
        width: 100%;
        margin: 0 0 22px;
    }

    .coreg-sec5 {
        padding: 36px 0 30px;
    }

    .coreg-sec5 .sec-item {
        margin-bottom: 30px;
    }

    .coreg-sec5 .sec-item .left ul {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .coreg-sec5 .sec-item .left ul li {
        padding: 24px 0;
        width: 50%;
        border-bottom: 1px solid #dcdcdc;
    }

    .coreg-sec5 .sec-item .left ul li:nth-child(2) {
        border-right: none;
    }

    .coreg-sec6 {
        position: relative;
        padding: 72px 0;
    }

    .coreg-sec6 .btns a {
        width: 148px;
        line-height: 40px;
        font-size: 14px;
        margin: 0 10px;
    }
}

/* 工商变更 */
.cochg-sec1 {
    padding: 60px 0 50px;
}

.cochg-sec1 ul li {
    float: left;
    width: 22%;
    margin: 0 1.5% 30px;
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    text-align: center;
    box-sizing: border-box;
    padding: 40px 10px 56px;
    position: relative;
}

.cochg-sec1 ul li h4 {
    line-height: 44px;
    margin-top: 15px;
    font-size: 28px;
    font-weight: bold;
}

.cochg-sec1 ul li p {
    font-size: 18px;
    line-height: 30px;
    color: #8b8b8b;
}

.cochg-sec1 ul li span {
    display: block;
    width: 146px;
    max-width: 70%;
    border: 1px solid #a4a4a4;
    border-radius: 10px;
    margin: 48px auto 0;
    line-height: 44px;
    font-size: 20px;
    text-align: center;
}

.cochg-sec1 ul li .btns {
    position: absolute;
    width: 100%;
    padding-bottom: 14px;
    bottom: 0;
    left: 0;
    transition: 0.4s;
    transform: translateY(100%);
}

.cochg-sec1 ul li .btns a {
    display: block;
    width: 72%;
    margin: 0 auto 18px;
    line-height: 36px;
    border: 1px solid #fff;
    border-radius: 19px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.cochg-sec1 ul li .btns a:hover {
    transition: 0.4s;
    border-color: #f08519;
    background: #f08519;
}

.cochg-sec1 ul li:hover {
    background: #01b8c6;
    transition: 0.4s;
}

.cochg-sec1 ul li:hover h4,.cochg-sec1 ul li:hover p {
    color: #fff;
    transition: 0.4s;
}

.cochg-sec1 ul li:hover span {
    opacity: 0;
}

.cochg-sec1 ul li:hover .btns {
    transform: translateY(0);
    transition: 0.4s ease-in-out;
}

.cochg-sec2 {
    position: relative;
    padding: 70px 0 100px;
}

.cochg-sec2 .coreg-title h3,.cochg-sec2 .coreg-title h5 {
    color: #fff;
}

.cochg-sec2 ul {
    position: relative;
    z-index: 3;
    width: 66.8%;
    margin: 0 auto;
}

.cochg-sec2 ul li {
    float: left;
    width: 22%;
    margin: 0 1.5%;
    background: #fff;
    box-sizing: border-box;
    padding: 24px 19px 45px;
    border-radius: 4px;
    text-align: center;
}

.cochg-sec2 ul li h4 {
    font-size: 22px;
    line-height: 40px;
    white-space: nowrap;
}

.cochg-sec2 ul li img {
    width: 100%;
    margin: 24px 0;
}

.cochg-sec2 ul li span {
    display: block;
    font-size: 24px;
    line-height: 30px;
}

.cochg-sec2 ul li span::before,.cochg-sec2 ul li span::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 24%;
    height: 1px;
    background: #5e5e5e;
}

.cochg-sec2 ul li span::before {
    margin-right: 15px;
}

.cochg-sec2 ul li span::after {
    margin-left: 15px;
}

.cochg-sec3 {
    padding: 68px 0 84px;
}

.cochg-sec3 .sec-item {
    position: relative;
}

.cochg-sec3 .sec-item .bg-img {
    position: relative;
    overflow: hidden;
}

.cochg-sec3 .sec-item .wave {
    position: relative;
    width: 200%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cochg-sec3 .sec-item .wave img {
    display: flex;
    width: 50%;
}

.cochg-sec3 .sec-item .step {
    position: absolute;
    width: 128px;
    height: 128px;
    overflow: visible;
    transition: 0.4s;
}

.cochg-sec3 .sec-item .step:hover {
    transition: 0.4s;
    transform: translateY(-15px);
}

.cochg-sec3 .sec-item .step .order {
    width: 100%;
    height: 100%;
    border: 1px solid #11bdc9;
    border-radius: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 52px;
    color: #fff;
}

.cochg-sec3 .sec-item .step .order::after {
    display: block;
    content: "";
    width: 78%;
    height: 78%;
    background: #11bdc9;
    border-radius: 100%;
    position: absolute;
    top: 11%;
    left: 11%;
    z-index: 0;
}

.cochg-sec3 .sec-item .step .order span {
    position: relative;
    z-index: 1;
}

.cochg-sec3 .sec-item .step p {
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    font-size: 30px;
    line-height: 50px;
    white-space: nowrap;
}

.cochg-sec3 .sec-item .step p.text-top {
    top: -68px;
}

.cochg-sec3 .sec-item .step p.text-bottom {
    bottom: -68px;
}

.cochg-sec3 .sec-item .step1 {
    left: 20.7%;
    top: 8.8%;
}

.cochg-sec3 .sec-item .step2 {
    left: 32.5%;
    top: 36%;
}

.cochg-sec3 .sec-item .step3 {
    left: 44.4%;
    top: 48%;
}

.cochg-sec3 .sec-item .step4 {
    left: 55.8%;
    top: 24%;
}

.cochg-sec3 .sec-item .step5 {
    left: 66.6%;
    top: 7%;
}

.cochg-sec3 .sec-item .step6 {
    left: 78.7%;
    top: 22%;
}

.cochg-sec4 {
    position: relative;
    padding: 86px 0 82px;
}

.cochg-sec4 .coreg-title h5 {
    color: #333;
}

.cochg-sec4 .left {
    width: 73.5%;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.cochg-sec4 .left .img {
    width: 34.6%;
}

.cochg-sec4 .left ul {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.cochg-sec4 .left ul li {
    position: absolute;
    width: 300px;
    box-sizing: border-box;
}

.cochg-sec4 .left ul li h4 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 18px;
}

.cochg-sec4 .left ul li p {
    font-size: 16px;
    line-height: 28px;
    color: #666;
}

.cochg-sec4 .left ul li span {
    display: block;
    width: 34px;
    line-height: 30px;
    background: #1e1e1e;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    position: absolute;
    top: 0;
}

.cochg-sec4 .left ul li:nth-child(1),.cochg-sec4 .left ul li:nth-child(2) {
    padding-right: 44px;
    text-align: right;
}

.cochg-sec4 .left ul li:nth-child(3),.cochg-sec4 .left ul li:nth-child(4) {
    padding-left: 44px;
    text-align: left;
}

.cochg-sec4 .left ul li:nth-child(1) span,.cochg-sec4 .left ul li:nth-child(2) span {
    right: 0;
}

.cochg-sec4 .left ul li:nth-child(3) span,.cochg-sec4 .left ul li:nth-child(4) span {
    left: 0;
}

.cochg-sec4 .left ul li:nth-child(1) {
    left: 7.2%;
    top: 26.7%;
}

.cochg-sec4 .left ul li:nth-child(2) {
    left: 3.2%;
    top: 61%;
}

.cochg-sec4 .left ul li:nth-child(3) {
    left: 62%;
    top: 26.7%;
}

.cochg-sec4 .left ul li:nth-child(4) {
    left: 70%;
    top: 61%;
}

.cochg-sec4 .right {
    width: 25.5%;
    background: #00b9c6;
    border-radius: 4px;
    padding: 22px 29px 0;
}

.cochg-sec4 .right h3 {
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    color: #fff;
}

.cochg-sec4 .right .form-group {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.cochg-sec4 .right .form-group input {
    display: block;
    width: 100%;
    height: 50px;
    background: #fff;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 0 20px;
    line-height: 50px;
    font-size: 16px;
}

.cochg-sec4 .right .ver-code input {
    width: 57.4%;
}

.cochg-sec4 .right .ver-code .ver-img {
    width: 40.5%;
    height: 50px;
    background: #f0f0f0;
    border-radius: 4px;
    overflow: hidden;
}

.cochg-sec4 .right .ver-code .ver-img img {
    width: 100%;
    height: 100%;
}

.cochg-sec4 .right .submit-btn {
    display: block;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: 4px;
    line-height: 48px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    margin: 32px 0;
}

.cochg-sec4 .right .submit-btn:hover {
    background: #fff;
    color: #00b9c6;
    transition: 0.4s;
}

.cochg-sec4 .right h4 {
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
}

.cochg-sec4 .right h4 span {
    font-size: 24px;
}

@media screen and (max-width: 1680px) {
    .cochg-sec2 ul {
        width: 80%;
    }
}

@media screen and (max-width: 1440px) {
    .cochg-sec1 {
        padding: 56px 0 44px;
    }

    .cochg-sec1 ul li h4 {
        line-height: 38px;
        margin-top: 14px;
        font-size: 24px;
    }

    .cochg-sec1 ul li p {
        font-size: 16px;
        line-height: 24px;
    }

    .cochg-sec2 {
        position: relative;
        padding: 60px 0 80px;
    }

    .cochg-sec2 ul {
        width: 86%;
    }

    .cochg-sec2 ul li {
        padding: 20px 17px 32px;
    }

    .cochg-sec2 ul li h4 {
        font-size: 18px;
        line-height: 36px;
    }

    .cochg-sec2 ul li img {
        margin: 20px 0;
    }

    .cochg-sec3 {
        padding: 60px 0 72px;
    }

    .cochg-sec3 .sec-item .step {
        width: 100px;
        height: 100px;
    }

    .cochg-sec3 .sec-item .step .order {
        font-size: 44px;
    }

    .cochg-sec3 .sec-item .step p {
        font-size: 24px;
        line-height: 40px;
    }

    .cochg-sec3 .sec-item .step p.text-top {
        top: -56px;
    }

    .cochg-sec3 .sec-item .step p.text-bottom {
        bottom: -56px;
    }

    .cochg-sec4 {
        padding: 72px 0 68px;
    }

    .cochg-sec4 .left ul li {
        width: 220px;
    }

    .cochg-sec4 .left ul li h4 {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 14px;
    }

    .cochg-sec4 .left ul li p {
        font-size: 14px;
        line-height: 24px;
    }

    .cochg-sec4 .left ul li span {
        width: 30px;
        line-height: 28px;
        font-size: 16px;
    }

    .cochg-sec4 .left ul li:nth-child(1), .cochg-sec4 .left ul li:nth-child(2) {
        padding-right: 38px;
    }

    .cochg-sec4 .left ul li:nth-child(3), .cochg-sec4 .left ul li:nth-child(4) {
        padding-left: 38px;
        text-align: left;
    }

    .cochg-sec4 .left ul li:nth-child(1) {
        left: 7.2%;
        top: 18%;
    }

    .cochg-sec4 .left ul li:nth-child(2) {
        left: 3.2%;
        top: 61%;
    }

    .cochg-sec4 .left ul li:nth-child(3) {
        left: 62%;
        top: 18%;
    }

    .cochg-sec4 .left ul li:nth-child(4) {
        left: 70%;
        top: 61%;
    }

    .cochg-sec4 .right {
        padding: 16px 22px;
    }

    .cochg-sec4 .right h3 {
        font-size: 20px;
        line-height: 36px;
    }

    .cochg-sec4 .right .form-group {
        margin-top: 16px;
    }

    .cochg-sec4 .right .form-group input {
        height: 40px;
        padding: 0 18px;
        line-height: 40px;
        font-size: 14px;
    }

    .cochg-sec4 .right .ver-code .ver-img {
        height: 40px;
    }

    .cochg-sec4 .right .submit-btn {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        margin: 24px 0;
    }

    .cochg-sec4 .right h4 {
        font-size: 14px;
        line-height: 24px;
    }

    .cochg-sec4 .right h4 span {
        font-size: 20px;
    }
}

@media screen and (max-width: 1200px) {
    .cochg-sec1 {
        padding: 50px 0 40px;
    }

    .cochg-sec1 ul li h4 {
        line-height: 32px;
        margin-top: 10px;
        font-size: 20px;
    }

    .cochg-sec1 ul li p {
        font-size: 14px;
        line-height: 22px;
    }

    .cochg-sec1 ul li span {
        border-radius: 8px;
        margin: 30px auto 0;
        line-height: 36px;
        font-size: 16px;
    }

    .cochg-sec1 ul li .btns {
        padding-bottom: 14px;
    }

    .cochg-sec1 ul li .btns a {
        margin: 0 auto 14px;
        line-height: 30px;
        border-radius: 16px;
        font-size: 16px;
    }

    .cochg-sec2 {
        position: relative;
        padding: 48px 0 64px;
    }

    .cochg-sec2 ul {
        width: 90%;
    }

    .cochg-sec2 ul li {
        padding: 18px 15px 28px;
    }

    .cochg-sec2 ul li h4 {
        font-size: 16px;
    }

    .cochg-sec2 ul li img {
        margin: 18px 0;
    }

    .cochg-sec3 {
        padding: 48px 0 56px;
    }

    .cochg-sec3 .sec-item .step {
        width: 72px;
        height: 72px;
    }

    .cochg-sec3 .sec-item .step .order {
        font-size: 32px;
    }

    .cochg-sec3 .sec-item .step p {
        font-size: 18px;
        line-height: 32px;
    }

    .cochg-sec3 .sec-item .step p.text-top {
        top: -40px;
    }

    .cochg-sec3 .sec-item .step p.text-bottom {
        bottom: -40px;
    }

    .cochg-sec4 {
        padding: 56px 0 50px;
    }

    .cochg-sec4 .left {
        width: 100%;
    }

    .cochg-sec4 .right {
        padding: 16px 22px;
        width: 100%;
    }

    .cochg-sec4 .gright h3 {
        font-size: 20px;
        line-height: 36px;
    }

    .cochg-sec4 .right .form-group {
        margin-top: 16px;
    }

    .cochg-sec4 .right .form-group input {
        height: 40px;
        padding: 0 18px;
        line-height: 40px;
        font-size: 14px;
    }

    .cochg-sec4 .right .ver-code .ver-img {
        height: 40px;
    }

    .cochg-sec4 .right .submit-btn {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        margin: 24px 0;
    }

    .cochg-sec4 .right h4 {
        font-size: 14px;
        line-height: 24px;
    }

    .cochg-sec4 .right h4 span {
        font-size: 20px;
    }
}

@media screen and (max-width: 992px) {
    .cochg-sec1 ul li {
        width: 47%;
        margin: 0 1.5% 30px;
    }

    .cochg-sec2 ul li {
        width: 47%;
        margin: 0 1.5% 30px;
    }
}

@media screen and (max-width: 767px) {
    .cochg-sec1 {
        padding: 36px 0 20px;
    }

    .cochg-sec1 ul li {
        width: 100%;
        margin: 0 0 24px;
    }

    .cochg-sec2 {
        padding: 36px 0 20px;
    }

    .cochg-sec2 ul li {
        width: 100%;
        margin: 0 0 24px;
    }

    .cochg-sec3 {
        padding: 30px 0 40px;
    }

    .cochg-sec3 .sec-item {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .cochg-sec3 .sec-item .bg-img {
        display: none;
    }

    .cochg-sec3 .sec-item .step {
        position: static;
        width: 33.33%;
        height: auto;
        margin-bottom: 20px;
    }

    .cochg-sec3 .sec-item .step .order {
        width: 72px;
        height: 72px;
        font-size: 30px;
        margin: 0 auto 4px;
    }

    .cochg-sec3 .sec-item .step p {
        position: static;
        text-align: center;
        font-size: 16px;
        line-height: 28px;
    }

    .cochg-sec4 {
        position: relative;
        padding: 30px 0;
    }

    .cochg-sec4 .left .img {
        display: none;
    }

    .cochg-sec4 .left ul {
        position: relative;
        height: auto;
        padding: 15px;
        box-sizing: border-box;
    }

    .cochg-sec4 .left ul li {
        position: relative;
        width: 100%;
        box-sizing: border-box;
    }

    .cochg-sec4 .left ul li h4 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 5px;
    }

    .cochg-sec4 .left ul li p {
        font-size: 14px;
        line-height: 24px;
    }

    .cochg-sec4 .left ul li span {
        display: block;
        width: 30px;
        line-height: 28px;
        border-radius: 3px;
        font-size: 16px;
        left: 0;
        top: 10px;
    }

    .cochg-sec4 .left ul li:nth-child(1), .cochg-sec4 .left ul li:nth-child(2) {
        padding: 10px 0 10px 40px;
        text-align: left;
        top: 0;
        left: 0;
    }

    .cochg-sec4 .left ul li:nth-child(3), .cochg-sec4 .left ul li:nth-child(4) {
        padding: 10px 0 10px 40px;
        top: 0;
        left: 0;
    }
}

/* 工商注销 */
.cocan-sec1 {
    padding: 60px 0 66px;
}

.cocan-sec1 ul li {
    float: left;
    width: 32%;
    margin: 0 0.65%;
    background: #fff;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 28px 20px;
    display: flex;
    justify-content: space-between
}

.cocan-sec1 ul li h4 {
    font-size: 24px;
    line-height: 2;
}

.cocan-sec1 ul li p {
    font-size: 16px;
    line-height: 28px;
}

.cocan-sec1 .photo {
    width: 41.8%;
    position: relative;
    overflow: hidden;
}

.cocan-sec1 .photo .img {
    position: relative;
}

.cocan-sec1 .photo .img img {
    width: 100%;
}

.cocan-sec1 .photo .img p {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    line-height: 36px;
    text-align: center;
    background: #01b8c6;
    font-size: 16px;
    color: #fff;
}

.cocan-sec1 .photo .infos {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    color: #fff;
    background: #01b8c6;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(100%);
    transition: 0.4s;
}

.cocan-sec1 .photo .infos a {
    display: block;
    width: 100%;
    line-height: 40px;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: 4px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.cocan-sec1 .photo .infos a:hover {
    transition: 0.4s;
    background: #fff;
    color: #01b8c6;
}

.cocan-sec1 .photo:hover .infos {
    transition: 0.4s;
    transform: translateY(0);
}

.cocan-sec1 .text {
    width: 52.5%;
}

.cocan-sec1 .text p {
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    height: 140px;
}

.cocan-sec1 .text a {
    display: block;
    width: 136px;
    line-height: 40px;
    border: 1px solid #01b8c6;
    border-radius: 4px;
    text-align: center;
    color: #01b8c6;
    font-size: 20px;
    margin-top: 20px;
}

.cocan-sec1 .text a:hover {
    transition: 0.4s;
    background: #01b8c6;
    color: #fff;
}

.cocan-sec2 {
    padding: 68px 0 84px;
    background: #fff;
}

.cocan-sec2 .sec-item {
    position: relative;
}

.cocan-sec2 .sec-item .bg-img {
    position: relative;
    overflow: hidden;
}

.cocan-sec2 .sec-item .wave {
    position: relative;
    width: 200%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cocan-sec2 .sec-item .wave img {
    display: flex;
    width: 50%
}

.cocan-sec2 .sec-item .step {
    position: absolute;
    width: 128px;
    height: 128px;
    overflow: visible;
    transition: 0.4s;
}

.cocan-sec2 .sec-item .step:hover {
    transition: 0.4s;
    transform: translateY(-15px);
}

.cocan-sec2 .sec-item .step .order {
    width: 100%;
    height: 100%;
    border: 1px solid #11bdc9;
    border-radius: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 52px;
    color: #fff;
}

.cocan-sec2 .sec-item .step .order::after {
    display: block;
    content: "";
    width: 78%;
    height: 78%;
    background: #11bdc9;
    border-radius: 100%;
    position: absolute;
    top: 11%;
    left: 11%;
    z-index: 0;
}

.cocan-sec2 .sec-item .step .order span {
    position: relative;
    z-index: 1;
}

.cocan-sec2 .sec-item .step p {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
    line-height: 40px;
    white-space: nowrap;
}

.cocan-sec2 .sec-item .step p.text-top {
    top: -56px;
}

.cocan-sec2 .sec-item .step p.text-bottom {
    bottom: -56px;
}

.cocan-sec2 .sec-item .step1 {
    left: 18.8%;
    top: 8.8%;
}

.cocan-sec2 .sec-item .step2 {
    left: 32.5%;
    top: 36%;
}

.cocan-sec2 .sec-item .step3 {
    left: 44.4%;
    top: 48%;
}

.cocan-sec2 .sec-item .step4 {
    left: 57.4%;
    top: 24%;
}

.cocan-sec2 .sec-item .step5 {
    left: 72.2%;
    top: 7%;
}

.cocan-sec3 {
    padding-top: 80px;
}

.cocan-sec3 .harm {
    position: relative;
}

.cocan-sec3 .harm .harm-img {
    text-align: center;
}

.cocan-sec3 .harm .harm-img img {
    width: 44.2%;
}

.cocan-sec3 .harm ul {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.cocan-sec3 .harm ul li {
    width: 354px;
    position: absolute;
    box-sizing: border-box;
}

.cocan-sec3 .harm ul li:nth-child(odd) {
    text-align: right;
    padding-right: 58px;
}

.cocan-sec3 .harm ul li:nth-child(even) {
    text-align: left;
    padding-left: 58px;
}

.cocan-sec3 .harm ul li p {
    font-size: 18px;
    line-height: 32px;
}

.cocan-sec3 .harm ul li img {
    width: 44px;
    position: absolute;
    top: 50%;
    margin-top: -22px;
}

.cocan-sec3 .harm ul li:nth-child(odd) img {
    right: 0;
}

.cocan-sec3 .harm ul li:nth-child(even) img {
    left: 0;
}

.cocan-sec3 .harm ul li:nth-child(1) {
    top: 13%;
    left: 22%;
    animation-delay: 0.4s;
}

.cocan-sec3 .harm ul li:nth-child(2) {
    top: 13%;
    right: 22%;
    animation-delay: 0.4s;
}

.cocan-sec3 .harm ul li:nth-child(3) {
    top: 29.5%;
    left: 20%;
    animation-delay: 0.8s;
}

.cocan-sec3 .harm ul li:nth-child(4) {
    top: 29.5%;
    right: 20%;
    animation-delay: 0.8s;
}

.cocan-sec3 .harm ul li:nth-child(5) {
    top: 45.5%;
    left: 16%;
    animation-delay: 1.2s;
}

.cocan-sec3 .harm ul li:nth-child(6) {
    top: 45.5%;
    right: 15%;
    animation-delay: 1.2s;
}

.cocan-sec3 .harm ul li:nth-child(7) {
    top: 64.8%;
    left: 12%;
    animation-delay: 1.6s;
}

.cocan-sec3 .harm ul li:nth-child(8) {
    top: 64.8%;
    right: 12%;
    animation-delay: 1.6s;
}

@media screen and (max-width: 1680px) {
    .cocan-sec3 .harm .harm-img img {
        width: 40%;
    }

    .cocan-sec3 .harm ul li:nth-child(1) {
        left: 20%;
    }

    .cocan-sec3 .harm ul li:nth-child(2) {
        right: 20%;
    }

    .cocan-sec3 .harm ul li:nth-child(3) {
        left: 18%;
    }

    .cocan-sec3 .harm ul li:nth-child(4) {
        right: 18%;
    }

    .cocan-sec3 .harm ul li:nth-child(5) {
        left: 14%;
    }

    .cocan-sec3 .harm ul li:nth-child(6) {
        right: 13%;
    }

    .cocan-sec3 .harm ul li:nth-child(7) {
        left: 10%;
    }

    .cocan-sec3 .harm ul li:nth-child(8) {
        right: 10%;
    }
}

@media screen and (max-width: 1440px) {
    .cocan-sec1 {
        padding: 56px 0 60px;
    }

    .cocan-sec1 ul li {
        padding: 24px 18px;
    }

    .cocan-sec1 ul li h4 {
        font-size: 20px;
    }

    .cocan-sec1 ul li p {
        font-size: 14px;
        line-height: 24px;
    }

    .cocan-sec1 .text p {
        overflow: hidden;
        height: 120px;
    }

    .cocan-sec1 .text a {
        display: block;
        width: 120px;
        line-height: 34px;
        font-size: 18px;
        margin-top: 16px;
    }

    .cocan-sec2 {
        padding: 60px 0 72px;
    }

    .cocan-sec2 .sec-item .step {
        width: 108px;
        height: 108px;
    }

    .cocan-sec2 .sec-item .step img {
        width: 100%;
        height: 100%;
    }

    .cocan-sec2 .sec-item .step p {
        font-size: 16px;
        line-height: 32px;
    }

    .cocan-sec2 .sec-item .step p.text-top {
        top: -48px;
    }

    .cocan-sec2 .sec-item .step p.text-bottom {
        bottom: -48px;
    }

    .cocan-sec3 {
        padding-top: 60px;
    }

    .cocan-sec3 .harm .harm-img img {
        width: 38%;
    }

    .cocan-sec3 .harm ul li {
        width: 300px;
    }

    .cocan-sec3 .harm ul li:nth-child(odd) {
        text-align: right;
        padding-right: 48px;
    }

    .cocan-sec3 .harm ul li:nth-child(even) {
        text-align: left;
        padding-left: 48px;
    }

    .cocan-sec3 .harm ul li p {
        font-size: 14px;
        line-height: 24px;
    }

    .cocan-sec3 .harm ul li img {
        width: 36px;
        top: 50%;
        margin-top: -18px;
    }

    .cocan-sec3 .harm ul li:nth-child(1) {
        left: 17%;
    }

    .cocan-sec3 .harm ul li:nth-child(2) {
        right: 17%;
    }

    .cocan-sec3 .harm ul li:nth-child(3) {
        left: 15%;
    }

    .cocan-sec3 .harm ul li:nth-child(4) {
        right: 15%;
    }

    .cocan-sec3 .harm ul li:nth-child(5) {
        left: 12%;
    }

    .cocan-sec3 .harm ul li:nth-child(6) {
        right: 12%;
    }

    .cocan-sec3 .harm ul li:nth-child(7) {
        left: 9%;
    }

    .cocan-sec3 .harm ul li:nth-child(8) {
        right: 9%;
    }
}

@media screen and (max-width: 1200px) {
    .cocan-sec1 {
        padding: 50px 0 56px;
    }

    .cocan-sec1 ul li {
        padding: 20px 16px;
    }

    .cocan-sec1 ul li h4 {
        font-size: 18px;
    }

    .cocan-sec1 ul li p {
        font-size: 14px;
        line-height: 20px;
    }

    .cocan-sec1 .text p {
        height: 100px;
    }

    .cocan-sec1 .text a {
        width: 108px;
        line-height: 28px;
        font-size: 16px;
        margin-top: 10px;
    }

    .cocan-sec2 {
        padding: 56px 0 64px;
    }

    .cocan-sec2 .sec-item .step {
        width: 90px;
        height: 90px;
    }

    .cocan-sec2 .sec-item .step p {
        font-size: 14px;
        line-height: 26px;
    }

    .cocan-sec2 .sec-item .step p.text-top {
        top: -36px;
    }

    .cocan-sec2 .sec-item .step p.text-bottom {
        bottom: -36px;
    }

    .cocan-sec3 {
        padding-top: 56px;
    }

    .cocan-sec3 .harm .harm-img img {
        width: 32%;
    }

    .cocan-sec3 .harm ul li {
        width: 280px;
    }

    .cocan-sec3 .harm ul li p {
        font-size: 14px;
        line-height: 24px;
    }

    .cocan-sec3 .harm ul li:nth-child(1) {
        left: 15%;
    }

    .cocan-sec3 .harm ul li:nth-child(2) {
        right: 15%;
    }

    .cocan-sec3 .harm ul li:nth-child(3) {
        left: 12%;
    }

    .cocan-sec3 .harm ul li:nth-child(4) {
        right: 12%;
    }

    .cocan-sec3 .harm ul li:nth-child(5) {
        left: 9%;
    }

    .cocan-sec3 .harm ul li:nth-child(6) {
        right: 9%;
    }

    .cocan-sec3 .harm ul li:nth-child(7) {
        left: 6%;
    }

    .cocan-sec3 .harm ul li:nth-child(8) {
        right: 6%;
    }
}

@media screen and (max-width: 992px) {
    .cocan-sec1 ul li {
        width: 47%;
        margin: 0 1.5% 30px;
    }

    .cocan-sec2 .sec-item .step {
        width: 72px;
        height: 72px;
    }

    .cocan-sec3 {
        padding-top: 50px;
    }

    .cocan-sec3 .harm .harm-img {
        display: none;
    }

    .cocan-sec3 .harm ul {
        position: relative;
        height: auto;
        box-sizing: border-box;
        padding: 20px 30px;
    }

    .cocan-sec3 .harm ul li {
        width: 100%;
        position: relative;
        box-sizing: border-box;
    }

    .cocan-sec3 .harm ul li:nth-child(odd) {
        text-align: left;
        padding: 10px 0 10px 36px;
    }

    .cocan-sec3 .harm ul li:nth-child(even) {
        padding: 10px 0 10px 36px;
    }

    .cocan-sec3 .harm ul li p {
        font-size: 18px;
        line-height: 32px;
    }

    .cocan-sec3 .harm ul li img {
        width: 28px;
        margin-top: -14px;
        left: 0;
    }

    .cocan-sec3 .harm ul li:nth-child(1), .cocan-sec3 .harm ul li:nth-child(2), .cocan-sec3 .harm ul li:nth-child(3), .cocan-sec3 .harm ul li:nth-child(4), .cocan-sec3 .harm ul li:nth-child(5), .cocan-sec3 .harm ul li:nth-child(6), .cocan-sec3 .harm ul li:nth-child(7), .cocan-sec3 .harm ul li:nth-child(8) {
        top: 0;
        left: 0;
    }
}

@media screen and (max-width: 767px) {
    .cocan-sec1 {
        padding: 30px 0 20px;
    }

    .cocan-sec1 ul li {
        width: 100%;
        margin: 0 0 20px;
    }

    .cocan-sec2 {
        padding: 30px 0 20px;
    }

    .cocan-sec2 .sec-item .bg-img {
        display: none;
    }

    .cocan-sec2 .sec-item {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .cocan-sec2 .sec-item .step {
        position: static;
        width: 33.33%;
        height: auto;
        margin-bottom: 20px;
    }

    .cocan-sec2 .sec-item .step img {
        display: block;
        width: 72px;
        height: 72px;
        margin: 0 auto;
    }

    .cocan-sec2 .sec-item .step p {
        position: static;
        transform: translateX(0);
        font-size: 12px;
        line-height: 24px;
        text-align: center;
        padding: 6px 10px 0;
        white-space: pre-wrap;
    }

    .cocan-sec3 {
        padding-top: 50px;
    }

    .cocan-sec3 .harm ul {
        padding: 15px
    }

    .cocan-sec3 .harm ul li p {
        font-size: 14px;
        line-height: 24px;
    }
}

/* 资质转让 */
.trans-banner {
    width: 1148px;
    margin: 120px auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.trans-banner .banner-tab {
    width: 65%;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.trans-banner .banner-tab .tab-menu {
    display: flex;
    height: 56px;
    justify-content: space-between;
    flex-grow: 0;
    flex-shrink: 0;
}

.trans-banner .banner-tab .tab-menu a {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    border-top: 3px solid #01b8c6;
    border-right: 1px solid #fff;
    line-height: 53px;
    text-align: center;
    background: #01b8c6;
    justify-content: center;
    font-size: 18px;
    color: #fff;
}

.trans-banner .banner-tab .tab-menu a:last-child {
    border-right: none;
}

.trans-banner .banner-tab .tab-menu a.active {
    background: #fff;
    color: #333;
    font-weight: bold;
    transition: 0.4s;
}

.trans-banner .banner-tab .swiper-container {
    height: 100%;
    width: 100%;
}

.trans-banner .banner-tab .swiper-slide {
    padding: 40px 24px 44px;
}

.trans-banner .banner-tab .item-box {
    height: 100%;
    overflow: hidden;
    position: relative;
    border: 1px solid #dadada;
}

.trans-banner .banner-tab .item-box ul {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    box-sizing: border-box;
}

.trans-banner .banner-tab .item-box ul li {
    float: left;
    width: 50%;
}

.trans-banner .banner-tab .item-box .item-ceil {
    height: 100%;
    border-bottom: 1px solid #dadada;
}

.trans-banner .banner-tab .item-box ul li:nth-child(odd) .item-ceil {
    border-right: 1px solid #dadada;
}

.trans-banner .banner-tab .item-box .item-ceil {
    padding: 10px 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.trans-banner .banner-tab .item-box .item-ceil h4 {
    font-size: 18px;
    line-height: 1.5;
}

.trans-banner .banner-tab .item-box .item-ceil p {
    color: #808080;
    line-height: 22px;
}

.trans-banner .banner-tab .item-box .item-ceil span {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}

.trans-banner .banner-tab .item-box .item-ceil span:last-child {
    margin-right: 0;
}

.trans-banner .banner-tab .item-box .item-ceil i {
    display: inline-block;
    vertical-align: top;
    width: 22px;
    height: 22px;
    margin-right: 5px;
}

.trans-banner .banner-tab .item-box .item-ceil i.icon1 {
    background: url('../images/icon9.png');
    background-size: 100% 100%;
}

.trans-banner .banner-tab .item-box .item-ceil i.icon2 {
    background: url('../images/icon10.png');
    background-size: 100% 100%;
}

.trans-banner .banner-form {
    width: 33%;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    padding-bottom: 32px;
}

.trans-banner .banner-form h3 {
    line-height: 56px;
    background: #f08519;
    text-align: center;
    font-size: 24px;
    color: #fff;
}

.trans-banner .banner-form form {
    padding: 20px 29px 30px;
}

.trans-banner .banner-form .form-group {
    margin-top: 20px;
}

.trans-banner .banner-form .form-group select {
    width: 100%;
    border-color: #dadada;
    box-sizing: border-box;
    padding: 0 20px;
    height: 46px;
    line-height: 44px;
    font-size: 16px;
    color: #666;
}

.trans-banner .banner-form .form-group input {
    display: block;
    width: 100%;
    height: 46px;
    box-sizing: border-box;
    border: 1px solid #dadada;
    padding: 0 20px;
    line-height: 44px;
    font-size: 16px;
    color: #666;
}

.trans-banner .banner-form .submit-btn {
    display: block;
    line-height: 46px;
    width: 100%;
    background: #f08519;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
}

.trans-banner .banner-form .notice {
    padding: 0 29px 0 73px;
    position: relative;
}

.trans-banner .banner-form .notice .icon {
    width: 24px;
    position: absolute;
    top: 0;
    left: 39px;
}

#myNotice {
    height: 24px;
}

#myNotice .swiper-slide {
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#myNotice .swiper-slide a:hover {
    color: #01b8c6;
}

.tran-sec1 {
    padding: 60px 0 64px;
}

.tran-sec1 ul li {
    float: left;
    width: 25%;
    position: relative;
    text-align: center;
}

.tran-sec1 ul li::after {
    display: block;
    content: "";
    width: 112px;
    height: 8px;
    background: url('../images/icon11.png');
    background-size: 100% 100%;
    position: absolute;
    right: -56px;
    top: 82px;
}

.tran-sec1 ul li:last-child::after {
    display: none;
}

.tran-sec1 ul li .img {
    width: 200px;
    margin: 0 auto;
    position: relative;
}

.tran-sec1 ul li .img img {
    width: 100%;
}

.tran-sec1 ul li .img span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 44px;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.95);
}

.tran-sec1 ul li .text h4 {
    margin-top: 18px;
    font-size: 20px;
    line-height: 2;
}

.tran-sec1 ul li .text p {
    font-size: 16px;
    line-height: 28px;
    color: #666;
    max-width: 200px;
    margin: 0 auto;
}

.tran-sec2 {
    padding: 80px 0 178px;
    position: relative;
}

.tran-sec2 .coreg-title h3,.tran-sec2 .coreg-title h5 {
    color: #fff;
}

.tran-sec2 ul {
    position: relative;
    z-index: 3;
}

.tran-sec2 ul li {
    float: left;
    width: 31.3%;
    margin: 0 1%;
    background: #fff;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.65);
    padding: 28px 48px 28px 35px;
    box-sizing: border-box;
}

.tran-sec2 ul li .title {
    padding-left: 92px;
    position: relative;
    line-height: 40px;
    margin-bottom: 28px;
}

.tran-sec2 ul li .title h4 {
    font-size: 18px;
}

.tran-sec2 ul li .title .photo {
    width: 92px;
    height: 92px;
    border: 1px solid #efefef;
    border-radius: 100%;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: -18px;
}

.tran-sec2 ul li .title .photo img {
    width: 100%;
    height: 100%;
}

.tran-sec2 ul li .scroll-con {
    padding-right: 28px;
    height: 140px;
    font-size: 16px;
    line-height: 28px;
    color: #666;
}

.tran-sec2 ul li .btns {
    margin-top: 40px;
}

.tran-sec2 ul li .btns a {
    float: right;
    line-height: 28px;
    padding: 0 16px;
    margin-left: 10px;
    background: #e5e5e5;
}

.tran-sec2 ul li .btns a.btn-blue {
    background: #01b8c6;
    color: #fff;
}

.tran-sec2 ul li .btns a.btn-orange {
    background: #f08519;
    color: #fff;
}

.tran-sec2 ul li .btns a.btn-blue,.tran-sec2 ul li .btns a.btn-orange {
    transform: translateY(100%);
    opacity: 0;
    transition: 0.4s;
}

.tran-sec2 ul li:hover .btns a.btn-blue,.tran-sec2 ul li:hover .btns a.btn-orange {
    transform: translateY(0);
    opacity: 1;
    transition: 0.4s;
}

@media screen and (max-width: 1440px) {
    .trans-banner {
        width: 1060px;
        margin: 108px auto 60px;
    }

    .trans-banner .banner-tab .tab-menu {
        height: 44px;
    }

    .trans-banner .banner-tab .tab-menu a {
        border-top: 2px solid #01b8c6;
        line-height: 42px;
        font-size: 16px;
    }

    .trans-banner .banner-tab .swiper-slide {
        padding: 30px 20px 32px;
    }

    .trans-banner .banner-tab .item-box .item-ceil {
        padding: 8px 20px;
    }

    .trans-banner .banner-tab .item-box .item-ceil h4 {
        font-size: 16px;
    }

    .trans-banner .banner-tab .item-box .item-ceil span {
        margin-right: 16px;
    }

    .trans-banner .banner-tab .item-box .item-ceil i {
        width: 22px;
        height: 22px;
        margin-right: 4px;
    }

    .trans-banner .banner-form {
        padding-bottom: 28px;
    }

    .trans-banner .banner-form h3 {
        line-height: 48px;
        font-size: 20px;
    }

    .trans-banner .banner-form form {
        padding: 18px 24px 28px;
    }

    .trans-banner .banner-form .form-group select {
        padding: 0 18px;
        height: 40px;
        line-height: 38px;
        font-size: 14px;
    }

    .trans-banner .banner-form .form-group input {
        height: 40px;
        padding: 0 18px;
        line-height: 38px;
        font-size: 14px;
    }

    .trans-banner .banner-form .submit-btn {
        line-height: 40px;
        font-size: 14px;
    }

    .tran-sec1 {
        padding: 56px 0 60px;
    }

    .tran-sec1 ul li::after {
        width: 84px;
        height: 6px;
        right: -42px;
        top: 71px;
    }

    .tran-sec1 ul li .img {
        width: 172px;
    }

    .tran-sec1 ul li .img img {
        width: 100%;
    }

    .tran-sec1 ul li .img span {
        font-size: 40px;
    }

    .tran-sec1 ul li .text h4 {
        margin-top: 16px;
        font-size: 18px;
    }

    .tran-sec1 ul li .text p {
        font-size: 14px;
        line-height: 24px;
    }

    .tran-sec2 {
        padding: 64px 0 120px;
        position: relative;
    }

    .tran-sec2 ul {
        padding-top: 40px;
    }

    .tran-sec2 ul li {
        padding: 24px 40px 24px 30px;
    }

    .tran-sec2 ul li .title {
        padding-left: 84px;
        line-height: 32px;
        margin-bottom: 24px;
    }

    .tran-sec2 ul li .title h4 {
        font-size: 16px;
    }

    .tran-sec2 ul li .title .photo {
        width: 84px;
        height: 84px;
        left: -16px;
    }

    .tran-sec2 ul li .scroll-con {
        padding-right: 24px;
        height: 120px;
        font-size: 14px;
        line-height: 24px;
    }

    .tran-sec2 ul li .btns {
        margin-top: 32px;
    }

    .tran-sec2 ul li .btns a {
        padding: 0 12px;
        margin-left: 5px;
    }
}

@media screen and (max-width: 1200px) {
    .trans-banner {
        width: 900px;
        margin: 90px auto 44px;
    }

    .trans-banner .banner-tab .tab-menu {
        height: 36px;
    }

    .trans-banner .banner-tab .tab-menu a {
        line-height: 34px;
        font-size: 14px;
    }

    .trans-banner .banner-tab .swiper-slide {
        padding: 20px 16px;
    }

    .trans-banner .banner-tab .item-box .item-ceil {
        padding: 4px 18px;
    }

    .trans-banner .banner-tab .item-box .item-ceil h4 {
        font-size: 14px;
    }

    .trans-banner .banner-tab .item-box .item-ceil p {
        font-size: 12px;
        line-height: 18px;
    }

    .trans-banner .banner-tab .item-box .item-ceil i {
        width: 18px;
        height: 18px;
    }

    .trans-banner .banner-form {
        padding-bottom: 20px;
    }

    .trans-banner .banner-form h3 {
        line-height: 40px;
        font-size: 18px;
    }

    .trans-banner .banner-form form {
        padding: 16px 20px 22px;
    }

    .trans-banner .banner-form .form-group {
        margin-top: 16px;
    }

    .trans-banner .banner-form .form-group select {
        height: 32px;
        line-height: 30px;
    }

    .trans-banner .banner-form .form-group input {
        height: 32px;
        line-height: 32px;
    }

    .trans-banner .banner-form .submit-btn {
        line-height: 32px;
        margin-top: 16px;
    }

    .tran-sec1 {
        padding: 50px 0 56px;
    }

    .tran-sec1 ul li::after {
        width: 56px;
        height: 4px;
        right: -28px;
        top: 60px;
    }

    .tran-sec1 ul li .img {
        width: 144px;
    }

    .tran-sec1 ul li .img span {
        font-size: 30px;
    }

    .tran-sec1 ul li .text h4 {
        margin-top: 14px;
        font-size: 16px;
    }

    .tran-sec1 ul li .text p {
        font-size: 12px;
        line-height: 22px;
    }

    .tran-sec2 {
        padding: 56px 0 90px;
    }

    .tran-sec2 ul {
        padding-top: 40px;
    }

    .tran-sec2 ul li {
        padding: 20px 22px;
    }

    .tran-sec2 ul li .title {
        padding-left: 72px;
        line-height: 28px;
        margin-bottom: 18px;
    }

    .tran-sec2 ul li .title h4 {
        font-size: 16px;
    }

    .tran-sec2 ul li .title .photo {
        width: 60px;
        height: 60px;
        left: -12px;
    }

    .tran-sec2 ul li .scroll-con {
        padding-right: 14px;
        height: 120px;
        font-size: 14px;
        line-height: 22px;
    }

    .tran-sec2 ul li .btns {
        margin-top: 24px;
    }

    .tran-sec2 ul li .btns a {
        padding: 0 6px;
        margin-left: 3px;
    }
}

@media screen and (max-width: 992px) {
    .trans-banner {
        width: 720px;
        margin: 90px auto 44px;
        flex-direction: column;
    }

    .trans-banner .banner-tab {
        height: 314px;
        width: 100%;
    }

    .trans-banner .banner-form {
        width: 100%;
        margin-top: 12px;
    }

    .trans-banner .banner-form h3 {
        line-height: 40px;
        font-size: 18px;
    }

    .tran-sec1 {
        padding: 44px 0 50px;
    }

    .tran-sec1 ul li::after {
        width: 28px;
        height: 2px;
        right: -14px;
        top: 49px;
    }

    .tran-sec1 ul li .img {
        width: 116px;
    }

    .tran-sec1 ul li .img span {
        font-size: 20px;
    }

    .tran-sec1 ul li .text {
        padding: 0 10px;
    }

    .tran-sec2 {
        padding: 50px 0 72px;
    }

    .tran-sec2 ul {
        padding-top: 32px;
    }

    .tran-sec2 ul li {
        padding: 20px 22px;
        width: 47%;
        margin: 0 1.5% 30px;
    }
}

@media screen and (max-width: 767px) {
    .trans-banner {
        width: 96%;
        margin: 220px auto 30px;
    }

    .trans-banner .banner-tab {
        height: 360px;
    }

    .trans-banner .banner-tab .tab-menu a {
        font-size: 12px;
    }

    .trans-banner .banner-form {
        width: 100%;
        margin-top: 12px;
    }

    .trans-banner .banner-form h3 {
        line-height: 40px;
        font-size: 18px;
    }

    .tran-sec1 {
        padding: 30px 0 20px;
    }

    .tran-sec1 ul li {
        width: 50%;
        margin-bottom: 24px;
    }

    .tran-sec1 ul li::after {
        display: none;
    }

    .tran-sec2 {
        padding: 30px 0 20px;
    }

    .tran-sec2 ul {
        padding-top: 20px;
    }

    .tran-sec2 ul li {
        width: 100%;
        margin: 0 0 32px;
    }
}

/* 案例展示 */
.case {
    padding: 34px 0 60px;
}

.case ul li {
    float: left;
    width: 23%;
    margin: 0 1% 28px;
    background: #fff;
    overflow: hidden;
    position: relative;
}

.case ul li .img {
    height: 512px;
    overflow: hidden;
}

.case ul li .img img {
    width: 100%;
    height: 100%;
}

.case ul li .text {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #fff;
    padding: 23px;
    transition: 0.4s;
}

.case ul li .text h4 {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 10px;
    color: #00b9c6;
    font-weight: bold;
}

.case ul li .text p {
    line-height: 24px;
    color: #898989;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    height: 96px;
    margin-bottom: 20px;
}

.case ul li .text .date {
    text-align: right;
    line-height: 28px;
    position: relative;
}

.case ul li .text .date::before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #dcdcdc;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
}

.case ul li .text .date span {
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
    background: #fff;
    z-index: 3;
    position: relative;
    color: #969696;
}

.case ul li .icon {
    display: block;
    width: 56px;
    height: 56px;
    background: url('../images/icon12.png');
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -28px 0 0 -28px;
    opacity: 0;
    transform: scale(0.3, 0.3);
    transition: 0.4s;
}

.case ul li:hover {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.35);
}

.case ul li:hover .text {
    transform: translateY(100%);
    transition: 0.4s ease-in-out;
}

.case ul li:hover .icon {
    transform: scale(1,1);
    transition: 0.4s;
    opacity: 1;
}

@media screen and (max-width: 1680px) {
    .case ul li .img {
        height: 452px;
    }
}

@media screen and (max-width: 1440px) {
    .case {
        padding: 30px 0 48px;
    }

    .case ul li .img {
        height: 436px;
    }

    .case ul li .text h4 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 8px;
    }

    .case ul li .text p {
        line-height: 22px;
        height: 88px;
        margin-bottom: 16px;
    }

    .case ul li .text .date {
        line-height: 24px;
    }
}

@media screen and (max-width: 992px) {
    .case ul li .img {
        height: 486px;
    }

    .case ul li {
        width: 47%;
        margin: 0 1.5% 30px;
    }

    .case ul li .text h4 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 8px;
    }

    .case ul li .text p {
        line-height: 22px;
        height: 88px;
        margin-bottom: 16px;
    }

    .case ul li .text .date {
        line-height: 24px;
    }
}

@media screen and (max-width: 767px) {
    .case {
        padding: 30px 0 32px;
    }

    .case ul li {
        margin-bottom: 20px;
    }

    .case ul li .img {
        height: 262px;
    }

    .case ul li .text {
        padding: 12px 15px;
    }

    .case ul li .text h4 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 4px;
    }

    .case ul li .text p {
        line-height: 20px;
        height: 80px;
        margin-bottom: 10px;
    }

    .case ul li .text .date {
        line-height: 20px;
    }
}

/* 新闻动态 */
.news {
    padding: 28px 0 54px;
}

.news .news-con {
    width: 100%;
    margin: auto;
}

.news .news-list li {
    margin-bottom: 20px;
}

.news .news-list li a {
    display: block;
    background: #fff;
    padding: 20px 56px 20px 20px;
}

.news .news-list li a .img {
    float: left;
    width: 32.5%;
}

.news .news-list li a .img img {
    width: 100%;
}

.news .news-list li a .text {
    float: right;
    width: 64%;
}

.news .news-list li a .text h4 {
    font-size: 18px;
    line-height: 30px;
    padding: 8px 0 16px;
}

.news .news-list li a .text p {
    font-size: 16px;
    line-height: 28px;
    color: #777777;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    height: 112px;
}

.news .news-list li a .text .date {
    padding-top: 16px;
    border-top: 1px solid #e5e5e5;
    line-height: 24px;
    font-size: 18px;
    color: #777;
    margin-top: 20px;
}

.news .news-list li a .text .date span {
    float: right;
    width: 8px;
    height: 8px;
    background: #a0a0a0;
    border-radius: 100%;
    margin: 8px 0 0 5px;
}

.news .news-list li a:hover {
    color: #00b9c6;
    box-shadow: 7px 7px 8px rgba(0, 0, 0, 0.3);
    transition: color 0.4s;
}

.news .news-list li a:hover .text .date span {
    background: #00b9c6;
    transition: 0.4s;
}

.pageNum {
    text-align: center;
    margin-top: 46px;
}

.pageNum a {
    display: inline-block;
    vertical-align: top;
    line-height: 28px;
    padding: 0 15px;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    color: #8d8d8d;
    margin: 0 5px;
}

.pageNum a.on {
    border-color: #00b9c6;
    color: #00b9c6;
}

.news .news-bar {
    width: 27.2%;
    padding: 23px;
    background: #fff;
}

.news .news-bar h3 {
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    text-align: center;
    padding: 16px 0 30px;
}

.news .news-bar .demand {
    margin-bottom: 30px;
}

.news .news-bar .demand ul {
    border-left: 1px solid #dbdbdb;
    border-top: 1px solid #dbdbdb;
}

.news .news-bar .demand ul li {
    float: left;
    width: 33.33%;
    box-sizing: border-box;
    border-right: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}

.news .news-bar .demand ul li a {
    display: block;
    padding: 10px 0 16px;
    text-align: center;
}

.news .news-bar .demand ul li a img {
    margin-bottom: 10px;
}

.news .news-bar .demand ul li a p {
    font-size: 18px;
    line-height: 1.5;
}

.news .news-bar .demand ul li a:hover {
    color: #00b9c6;
    transition: .4s;
}

.news .news-bar .expert {
    margin-bottom: 28px;
}

.news .news-bar .expert ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #dbdbdb;
}

.news .news-bar .expert ul li a .img {
    display: flex;
    width: 126px;
    height: 126px;
    border: 1px solid #dcdcdc;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
    flex-grow: 0;
    flex-shrink: 0;
    margin-left: 20px;
}

.news .news-bar .expert ul li a .img img {
    width: 100%;
    height: 100%;
}

.news .news-bar .expert ul li a .img span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #00b9c6;
    border-radius: 100%;
    color: #fff;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(0.3);
    opacity: 0;
}

.news .news-bar .expert ul li a .text h4 {
    font-size: 18px;
    line-height: 32px;
}

.news .news-bar .expert ul li a .text p {
    font-size: 16px;
    line-height: 28px;
    color: #666;
}

.news .news-bar .expert ul li a:hover .img span {
    transition: .4s;
    transform: scale(1);
    opacity: 1;
}

.news .news-bar .ad {
    display: block;
}

.news .news-bar .ad img {
    width: 100%;
}

@media screen and (max-width: 1440px) {
    .news .news-list li a {
        padding: 18px 48px 18px 18px;
    }

    .news .news-list li a .text h4 {
        font-size: 16px;
        line-height: 28px;
        padding: 4px 0 10px;
    }

    .news .news-list li a .text p {
        font-size: 14px;
        line-height: 22px;
        height: 88px;
    }

    .news .news-list li a .text .date {
        padding-top: 12px;
        font-size: 16px;
        margin-top: 16px;
    }

    .news .news-bar h3 {
        padding: 12px 0 24px;
    }

    .news .news-bar .demand {
        margin-bottom: 24px;
    }

    .news .news-bar .demand ul li a img {
        width: 52px;
    }

    .news .news-bar .demand ul li a p {
        font-size: 14px;
    }

    .news .news-bar .expert {
        margin-bottom: 24px;
    }

    .news .news-bar .expert ul li a {
        padding: 12px 0;
    }

    .news .news-bar .expert ul li a .img {
        width: 96px;
        height: 96px;
        margin-left: 16px;
    }

    .news .news-bar .expert ul li a .img span {
        font-size: 16px;
    }

    .news .news-bar .expert ul li a .text h4 {
        font-size: 16px;
        line-height: 24px;
    }

    .news .news-bar .expert ul li a .text p {
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (max-width: 992px) {
    .news .news-con {
        width: 100%;
    }

    .news .news-bar {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .news .news-list li a {
        padding: 15px;
    }

    .news .news-list li a .img {
        width: 36%;
    }

    .news .news-list li a .text {
        width: 60%;
    }

    .news .news-list li a .text h4 {
        font-size: 16px;
        line-height: 24px;
        padding: 0 0 4px;
        height: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
    }

    .news .news-list li a .text p {
        font-size: 14px;
        height: 44px;
        -webkit-line-clamp: 2;
    }

    .news .news-list li a .text .date {
        padding-top: 10px;
        font-size: 14px;
        margin-top: 10px;
    }

    .pageNum {
        margin-top: 28px;
    }

    .pageNum a {
        line-height: 24px;
        padding: 0 8px;
        border-radius: 2px;
        margin: 0 3px;
    }
}

/* 联系我们 */
.contact .cont-sec {
    margin: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.contact .cont-sec .erweima {
    width: 28.3%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.contact .cont-sec .erweima img {
    width: 210px;
}

.contact .cont-sec .erweima p {
    font-size: 16px;
    line-height: 28px;
}

.contact .cont-sec .infos {
    width: 41.8%;
    background: #fff;
    padding: 31px 24px 40px 34px;
    position: relative;
    overflow: hidden;
}

.contact .cont-sec .infos .img {
    display: block;
    position: absolute;
    width: 38.2%;
    top: 0;
    right: 5.3%;
}

.contact .cont-sec .infos .text {
    height: 100%;
    background: url('../images/line-box.png');
    background-size: 100% 100%;
    padding: 0 45% 0 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact .cont-sec .infos .text h4 {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 15px;
    font-weight: bold;
}

.contact .cont-sec .infos .text p {
    font-size: 18px;
    line-height: 32px;
}

.contact .cont-sec .infos .text h5 {
    text-align: right;
    margin-top: 44px;
}

.contact .cont-sec .infos .text h5 span {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 24px;
    position: relative;
}

.contact .cont-sec .infos .text h5 span::before {
    display: inline-block;
    vertical-align: top;
    content: "";
    width: 50px;
    height: 1px;
    background: #a0a0a0;
    position: absolute;
    left: -60px;
    top: 50%;
}

.contact .cont-sec .message {
    width: 28.3%;
    background: #fff;
    padding: 40px 46px 45px;
}

.contact .cont-sec .message h4 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 22px;
}

.contact .cont-sec .message input {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 42px;
    border: 1px solid #d2d2d2;
    margin-bottom: 14px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 40px;
    color: #666;
}

.contact .cont-sec .message textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 68px;
    border: 1px solid #d2d2d2;
    margin-bottom: 14px;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 24px;
    color: #666;
    resize: none;
    outline: none;
}

.contact .cont-sec .message .submit-btn {
    display: block;
    width: 100%;
    line-height: 44px;
    background: #00b9c6;
    font-size: 16px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

#myMap {
    height: 540px;
}

@media screen and (max-width: 1440px) {
    .contact .cont-sec .erweima {
        width: 28.3%;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .contact .cont-sec .erweima img {
        width: 210px;
    }

    .contact .cont-sec .erweima p {
        font-size: 16px;
        line-height: 28px;
    }

    .contact .cont-sec .infos {
        width: 41.8%;
        background: #fff;
        padding: 24px 20px 32px;
    }

    .contact .cont-sec .infos .text h4 {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 12px;
    }

    .contact .cont-sec .infos .text p {
        font-size: 14px;
        line-height: 24px;
    }

    .contact .cont-sec .infos .text h5 {
        margin-top: 30px;
    }

    .contact .cont-sec .infos .text h5 span {
        font-size: 14px;
        line-height: 22px;
    }

    .contact .cont-sec .message {
        padding: 30px 36px 32px;
    }

    .contact .cont-sec .message h4 {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .contact .cont-sec .message input {
        height: 34px;
        margin-bottom: 12px;
        padding: 0 18px;
        font-size: 14px;
        line-height: 32px;
    }

    .contact .cont-sec .message textarea {
        height: 60px;
        margin-bottom: 12px;
        padding: 10px 18px;
        font-size: 14px;
        line-height: 21px;
    }

    .contact .cont-sec .message .submit-btn {
        line-height: 36px;
        font-size: 14px;
    }

    #myMap {
        height: 480px;
    }
}

@media screen and (max-width: 992px) {
    .contact .cont-sec {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .contact .cont-sec .erweima {
        width: 47%;
        order: 1;
    }

    .contact .cont-sec .erweima img {
        width: 210px;
    }

    .contact .cont-sec .erweima p {
        font-size: 16px;
        line-height: 28px;
    }

    .contact .cont-sec .infos {
        width: 100%;
        order: 0;
        height: 320px;
        margin-bottom: 20px;
    }

    .contact .cont-sec .message {
        width: 50%;
        order: 2;
        margin-left: 3%;
    }

    #myMap {
        height: 360px;
    }
}

@media screen and (max-width: 767px) {
    .contact .cont-sec .erweima {
        width: 100%;
        margin-bottom: 20px;
        padding: 20px 0;
    }

    .contact .cont-sec .erweima img {
        width: 150px;
    }

    .contact .cont-sec .erweima p {
        font-size: 16px;
        line-height: 28px;
    }

    .contact .cont-sec .infos {
        width: 100%;
        height: 280px;
    }

    .contact .cont-sec .message {
        width: 100%;
        margin-left: 0;
    }

    #myMap {
        height: 240px;
    }
}

/* 加入我们 */
.join-top-img {
    height: 100%;
}

.join-banner {
    padding: 0;
    position: relative;
}

.join-banner .menu-bg img {
    width: 100%;
}

.join-banner .text {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.join .coreg-title h3 {
    font-size: 36px;
}

.join-sec1 {
    padding: 46px 0 56px;
    background: #f4f4f4;
}

.join-sec1 .text {
    width: 1148px;
    margin: 0 auto;
}

.join-sec1 .text p {
    font-size: 16px;
    line-height: 2;
}

.join-sec2 {
    position: relative;
    padding: 184px 0 326px;
}

.join-sec2 .sec-item {
    background: #fff;
    padding: 38px 50px 86px;
    position: relative;
    z-index: 3;
}

.join-sec2 .sec-item h2 {
    font-size: 50px;
    line-height: 108px;
    text-align: center;
}

.join-sec2 .sec-item .text p {
    font-size: 16px;
    line-height: 36px;
}

.join-sec2 .sec-item .text p span {
    color: #e62129;
}

.join-sec2 .recruit {
    margin-top: 30px;
}

.join-sec2 .recruit .flex-tab {
    display: flex;
    justify-content: space-between;
}

.join-sec2 .recruit .flex-tab:hover {
    background: #00b9c6;
    transition: 0.4s;
    color: #fff;
}

.join-sec2 .recruit .flex-ceil {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
}

.join-sec2 .recruit .title {
    background: #333333;
}

.join-sec2 .recruit .title .flex-ceil {
    color: #fff;
    border-right: 1px solid #efefef;
}

.join-sec2 .recruit .title .flex-ceil:last-child {
    border-right-color: #333;
}

.join-sec2 .recruit .flex-ceil {
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    font-size: 16px;
    padding: 3px;
}

.join-sec2 .recruit .flex-ceil:last-child {
    border-right-color: #fff;
}

@media screen and (max-width: 1440px) {
    .join .coreg-title h3 {
        font-size: 30px;
    }

    .join-sec1 {
        padding: 40px 0 48px;
    }

    .join-sec1 .text {
        width: 1024px;
    }

    .join-sec1 .text p {
        font-size: 14px;
    }

    .join-sec2 {
        padding: 144px 0 272px;
    }

    .join-sec2 .sec-item {
        padding: 32px 44px 72px;
    }

    .join-sec2 .sec-item h2 {
        font-size: 40px;
        line-height: 88px;
    }

    .join-sec2 .sec-item .text p {
        font-size: 14px;
        line-height: 30px;
    }

    .join-sec2 .recruit .flex-ceil {
        height: 64px;
        font-size: 14px;
    }
}

@media screen and (max-width: 1200px) {
    .join-sec1 .text {
        width: 920px;
    }

    .join-sec2 {
        padding: 120px 0 220px;
    }
}

@media screen and (max-width: 992px) {
    .join-sec1 .text {
        width: 720px;
    }

    .join-sec2 {
        padding: 100px 0 160px;
    }
}

@media screen and (max-width: 767px) {
    .join-banner .menu-bg {
        height: 240px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .join-banner .menu-bg img {
        width: auto;
        height: 100%;
    }

    .join .coreg-title h3 {
        font-size: 20px;
    }

    .join-sec1 {
        padding: 30px 0 32px;
    }

    .join-sec1 .text {
        width: 100%;
    }

    .join-sec2 {
        padding: 70px 0 102px;
    }

    .join-sec2 .sec-item {
        padding: 20px 15px 40px;
    }

    .join-sec2 .sec-item h2 {
        font-size: 24px;
        line-height: 48px;
    }

    .join-sec2 .sec-item .text p {
        font-size: 14px;
        line-height: 22px;
    }

    .join-sec2 .recruit .flex-ceil {
        height: 64px;
        font-size: 10px;
    }
}

/* 网站模板：https://www.mycodes.net*/
.lic-sec1 {
    padding: 60px 0;
}

.lic-sec1 ul li {
    float: left;
    width: 18%;
    margin: 0 1% 28px;
    background: #fff;
    padding-bottom: 24px;
    position: relative;
    overflow: hidden;
}

.lic-sec1 ul li .img {
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lic-sec1 ul li .img img {
    max-width: 80%;
    max-height: 80%;
}

.lic-sec1 ul li p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 56px;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}

.lic-sec1 ul li .btns {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: translateY(-100%);
    transition: .4s;
}

.lic-sec1 ul li .btns a {
    display: block;
    width: 64%;
    line-height: 38px;
    background: #02b5c1;
    border-radius: 3px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin: 10px 0;
}

.lic-sec1 ul li .btns a.btn-orange {
    background: #f08519;
}

.lic-sec1 ul li:hover {
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
}

.lic-sec1 ul li:hover .btns {
    transform: translateY(0);
    transition: .4s;
}

.lic-sec2 {
    background: #fff;
    padding: 60px 0 36px;
}

.lic-sec2 ul li {
    float: left;
    width: 18%;
    margin: 0 1% 20px;
    background: #f1f1f1;
    box-sizing: border-box;
    padding: 14px;
}

.lic-sec2 ul li .img img {
    width: 100%;
}

.lic-sec2 ul li p {
    font-size: 18px;
    line-height: 42px;
    padding-top: 6px;
    text-align: center;
}

@media screen and (max-width: 1440px) {
    .lic-sec1 {
        padding: 48px 0;
    }

    .lic-sec1 ul li {
        margin-bottom: 24px;
        padding-bottom: 20px;
    }

    .lic-sec1 ul li .img {
        height: 144px;
    }

    .lic-sec1 ul li p {
        height: 44px;
        font-size: 14px;
        line-height: 22px;
        padding: 0 10px;
    }

    .lic-sec1 ul li .btns a {
        width: 72%;
        line-height: 34px;
        font-size: 14px;
    }

    .lic-sec2 {
        padding: 48px 0 30px;
    }

    .lic-sec2 ul li {
        padding: 12px;
    }

    .lic-sec2 ul li p {
        font-size: 16px;
        line-height: 36px;
    }
}

@media screen and (max-width: 992px) {
    .lic-sec1 {
        padding: 40px 0 30px;
    }

    .lic-sec1 ul li {
        width: 31.33%;
        margin: 0 1% 20px;
    }

    .lic-sec2 {
        padding: 40px 0;
    }

    .lic-sec2 ul li {
        width: 31.33%;
        margin: 0 1% 20px;
    }
}

@media screen and (max-width: 767px) {
    .lic-sec1 {
        padding: 30px 0;
    }

    .lic-sec1 ul li {
        width: 47%;
        margin: 0 1.5% 20px;
    }

    .lic-sec2 {
        padding: 30px 0;
    }

    .lic-sec2 ul li {
        width: 47%;
        margin: 0 1.5% 20px;
    }
}
