@charset "UTF-8";

/**
 * @desc File Info
 * @author MaLiang
 * @date 2019-4-16
*/


/* S 公用 */


/**
 * @desc File Info
 * @author MaLiang
 * @date 2019-5-13
*/


/* S 公用 */

.current_class {
    color: #fd7851 !important;
}

.flot_left {
    float: left;
}

.flot_right {
    float: right;
}

.transitionStyle {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    /* Firefox 4 */
    -webkit-transition: all 0.5s;
    /* Safari 和 Chrome */
    -ms-transition: all 0.5s;
    /* Safari 和 Chrome */
    -o-transition: all 0.5s;
    /* Opera */
}

.active>a {
    color: #fd7851 !important;
    border-bottom: 2px solid #fd7851;
}


/* S 点击效果 */

.click_style:active {
    opacity: 0.6;
}


/* E 点击效果 */

.zhyw_base_title {
    width: 100%;
    text-align: center;
}

.zhyw_base_title b {
    display: inline-block;
    font-size: 28px;
    color: #eaeaea;
    line-height: 0.849;
    -webkit-transform: matrix(2.47347217, 0, 0, 2.49355567, 0, 0);
    transform: matrix(2.47347217, 0, 0, 2.49355567, 0, 0);
    text-transform: uppercase;
    background-image: -webkit-linear-gradient(bottom, rgba(51, 51, 51, 0.02) 20%, rgba(51, 51, 51, 0.102) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.zhyw_base_title div {
    width: 100%;
    text-align: center;
    margin-top: -22px;
    position: relative;
    z-index: 1;
}

.zhyw_base_title div h3 {
    display: inline-block;
    font-size: 30px;
    color: #333;
    font-weight: 500;
}

.zhyw_base_title div img {
    margin-top: -16px;
}

.zhyw_base_title p {
    font-size: 14px;
    text-align: center;
    color: #888;
    margin-top: 8px;
}


/* S 公用按钮  */

.base_zx_btn {
    width: 540px;
    height: 52px;
    margin: auto;
}

.base_zx_btn>span {
    float: left;
    width: 340px;
    height: 100%;
    border: 1px solid #fd7851;
    background-color: #ffffff;
    border-radius: 2px;
    border-right: none;
    padding-left: 20px;
    line-height: 50px;
}

.base_zx_btn>span span {
    font-size: 16px;
    color: #666;
    margin-left: 8px;
}

.base_zx_btn>span b {
    font-size: 16px;
    color: #fd7851;
}

.base_zx_btn>a {
    float: left;
    width: 200px;
    height: 100%;
    background-color: #fd7851;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    line-height: 50px;
    padding-left: 80px;
    position: relative;
}

.base_zx_btn>a>i {
    position: absolute;
    top: 0;
    left: 26px;
}

.base_zx_btn>a span {
    font-size: 14px;
    color: #fff;
}

.zhyw_base_btn {
    clear: both;
    display: inline-block;
    height: 48px;
    padding: 0 60px;
    line-height: 48px;
    border-radius: 2px;
    background-color: #fd7851;
    font-size: 16px;
    color: #fff;
}


/* E 公用按钮  */


/* S 白色标题 */

.white_base_title h3,
.white_base_title p {
    color: #fff !important;
}

.white_base_title>div>span:nth-child(1) {
    display: inline-block;
    width: 106px;
    height: 24px;
    background: url("../images/white_title_left.png") no-repeat;
}

.white_base_title>div>span:nth-child(1) img {
    display: none;
}

.white_base_title>div>span:nth-child(3) {
    display: inline-block;
    width: 106px;
    height: 24px;
    background: url("../images/white_title_right.png") no-repeat;
}

.white_base_title>div>span:nth-child(3) img {
    display: none;
}

.white_base_title b {
    color: rgba(255, 255, 255, 0.08);
    background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.02) 20%, rgba(255, 255, 255, 0.102) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* E 白色标题 */


/* E 公用 */


/* S 轮播分页器样式调整 */

.pagination span {
    width: 18px;
    height: 4px;
    border-radius: 2px;
    border: none;
    background-color: #eeeeee;
    opacity: 0.502;
}

.swiper-active-switch {
    background-color: #fff !important;
    opacity: 1!important;
}


/* E 轮播分页器样式调整 */


/* S 头部 */


/* S header top */

.header_top {
    background-color: #f5f5f5;
    padding-top: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.header_top>.w1200 {
    position: relative;
}

.header_top span {
    font-size: 12px;
    font-family: "Microsoft YaHei";
    color: #666;
}

.header_top .head_top_left {
    float: left;
}

.header_top .head_top_left .welcome_text {
    margin-right: 12px;
}

.header_top .head_top_left .current_city {
    display: inline-block;
    cursor: pointer;
}

.header_top .head_top_left .current_city span {
    font-size: 12px;
    color: #004b92;
}

.header_top .head_top_left .current_city i img {
    margin-top: -2px;
}

.header_top .head_top_left .city_list {
    position: absolute;
    left: 0;
    top: 28px;
    width: 300px;
    z-index: 99;
    padding: 6px 6px;
    background-color: #fff;
    border: 1px solid #f1f1f1;
    display: none;
}

.header_top .head_top_left .city_list li {
    float: left;
    width: 25%;
    text-align: center;
    cursor: pointer;
    line-height: 24px;
}


/* E header top */


/* S 导航 */

.header_btm {
    background-color: #fff;
}

.header_btm .head_logo {
    float: left;
    margin-top: 18px;
}

.header_btm nav {
    float: right;
    margin-right: 40px;
}

.header_btm nav ul>li {
    float: left;
    margin-top: 46px;
    margin-left: 48px;
    position: relative;
    padding-bottom: 28px;
}

.header_btm nav ul>li>a {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    padding-bottom: 8px;
}

.header_btm nav ul>li>a:hover {
    color: #fd7851;
    border-bottom: 2px solid #fd7851;
}

.header_btm nav ul>li>i {
    position: absolute;
    top: -24px;
    left: 50%;
    margin-left: -14px;
    -webkit-animation: myfirst 2s infinite;
    animation: myfirst 2s infinite;
}

@-webkit-keyframes myfirst {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
    50% {
        -webkit-transform: translate(0px, -6px);
        transform: translate(0px, -6px);
    }
    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

@keyframes myfirst {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
    50% {
        -webkit-transform: translate(0px, -6px);
        transform: translate(0px, -6px);
    }
    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

.header_btm nav ul>li span {
    position: absolute;
    right: -16px;
    top: 4px;
    width: 16px;
    height: 16px;
    background: url("../images/nav_icons.png") no-repeat;
    background-position: center 0;
}

.header_btm nav ul>li:hover span {
    background-position-y: -16px;
}

.header_btm nav ul>li:hover .two_nav {
    display: block;
}

.header_btm nav ul>li .two_nav {
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -139px;
    top: 48px;
    z-index: 2;
    width: 300px;
    border-width: 1px;
    border-color: #fd7851;
    border-style: solid;
    background-color: #ffffff;
}

.header_btm nav ul>li .two_nav>i {
    width: 10px;
    height: 10px;
    border-left: 1px solid;
    border-top: 1px solid;
    border-color: #fd7851;
    background-color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    top: -5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header_btm nav ul>li .two_nav ol {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 35px;
}

.header_btm nav ul>li .two_nav ol>li {
    float: left;
    width: 33.33%;
    text-align: center;
    padding: 20px 6px 0 6px;
}

.header_btm nav ul>li .two_nav ol>li a {
    font-size: 14px;
    color: #666;
}

.header_btm nav ul>li .two_nav ol>li a:hover {
    color: #fd7851;
}

.header_btm .head_tel {
    float: right;
    width: 228px;
    height: 40px;
    border-radius: 2px;
    background-color: #fd7851;
    margin-top: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 26px;
    color: #ffffff;
}

.header_btm .head_tel i {
    display: inline-block;
}

.header_btm .head_tel i img {
    margin-top: -2px;
}


/* E 导航 */


/* E 头部 */


/* S banner nav */

.banner_nav {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 10px 0;
}

.banner_nav>div {
    height: 25%;
    padding-top: 24px;
    position: relative;
}

.banner_nav>div>div {
    padding: 0 20px 0 20px;
    line-height: 30px;
}

.banner_nav>div>div i {
    display: inline-block;
    width: 30px;
    height: 30px;
    overflow: hidden;
}

.banner_nav>div>div span {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    vertical-align: top;
}

.banner_nav>div>div b {
    float: right;
}

.banner_nav>div>ul {
    padding-left: 20px;
}

.banner_nav>div>ul li a {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.571;
}

.banner_nav>div .hover_nav {
    position: absolute;
    right: -549px;
    top: 0;
    width: 549px;
    height: 170px;
    background-color: #ffffff;
    padding: 25px 26px 0 30px;
    z-index: 2;
    display: none;
}

.banner_nav>div .hover_nav>i {
    position: absolute;
    left: -9px;
    top: 50%;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    background-color: #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.banner_nav>div .hover_nav>.hover_nav_title {
    width: 100%;
    padding-bottom: 14px;
    border-bottom: 1px solid #e5e5e5;
}

.banner_nav>div .hover_nav>.hover_nav_title p {
    height: 14px;
    line-height: 14px;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: #333;
}

.banner_nav>div .hover_nav>div {
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
}

.banner_nav>div .hover_nav>div b {
    float: left;
    width: 100%;
    font-size: 16px;
    height: 16px;
    line-height: 16px;
}

.banner_nav>div .hover_nav>div>ul {
    clear: both;
    overflow: hidden;
}

.banner_nav>div .hover_nav>div>ul li {
    float: left;
    margin-top: 10px;
    margin-right: 26px;
}

.banner_nav>div .hover_nav>div>ul li a {
    display: inline-block;
    font-size: 14px;
    color: #666666;
    height: 14px;
    line-height: 14px;
}

.banner_nav>div .hover_nav>div>ul li a:hover {
    color: #fd7851;
}

.banner_nav>div .hover_nav1 {
    height: 310px;
}

.banner_nav>div .hover_nav1 i {
    top: 60px;
}

.banner_nav>div .hover_nav2>i {
    top: 60px;
}

.banner_nav>div .hover_nav3 {
    height: 310px;
    top: -50px;
}

.banner_nav>div .hover_nav3>i {
    top: 110px;
}

.banner_nav>div .hover_nav4 {
    height: auto;
    top: -148px;
}

.banner_nav>div .hover_nav4>i {
    top: 215px;
}

.banner_nav>div:hover {
    background-color: rgba(255, 255, 255, 0.902);
}

.banner_nav>div:hover i>img {
    margin-top: -30px;
}

.banner_nav>div:hover span {
    color: #333;
}

.banner_nav>div:hover a {
    color: #888;
}

.banner_nav>div:hover .hover_nav {
    display: block;
}

.banner_nav>div:not(:last-child) {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.11);
}

.banner_nav>div:nth-child(2)>div>i>img {
    margin-left: -30px;
}

.banner_nav>div:nth-child(3)>div>i>img {
    margin-left: -60px;
}

.banner_nav>div:nth-child(4)>div>i>img {
    margin-left: -90px;
}

.banner_nav>div:nth-child(3)>ul>li,
.banner_nav>div:nth-child(4)>ul>li {
    float: left;
    width: 120px;
}


/* E banner nav */


/* S banner form */

.banner_form {
    background-color: #fff;
    padding: 22px 25px 25px 25px;
    margin-top: 100px;
}

.banner_form h4 {
    font-size: 20px;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
}

.banner_form h4 span {
    font-weight: 500;
    font-size: 18px;
}

form {
    width: 100%;
}

form div {
    width: 100%;
    height: 40px;
    margin-bottom: 14px;
    position: relative;
}

form div input,
form div select {
    width: 100%;
    height: 100%;
    padding-left: 44px;
    font-size: 14px;
    border: 1px solid #fff;
    border-radius: 4px;
    background-color: #f7f7f7;
}

form div input:focus,
form div select:focus {
    border-width: 1px;
    border-color: #fd7851;
    border-style: solid;
}

form div i {
    position: absolute;
    left: 0;
    top: 0;
    width: 44px;
    height: 100%;
    text-align: center;
    line-height: 36px;
}

form div span {
    position: absolute;
    right: 1px;
    top: 1px;
    width: 20px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    z-index: 2;
    border-radius: 4px;
    background-color: #f7f7f7;
}

form div button {
    position: absolute;
    right: 0;
    font-size: 14px;
    color: #fd7851;
    height: 15px;
    line-height: 15px;
    border-left: 1px solid #e5e5e5;
    padding: 0 16px;
    top: 50%;
    margin-top: -7px;
}

form>button {
    width: 100%;
    height: 40px;
    background-color: #fd7851;
    border-radius: 2px;
    font-size: 16px;
    color: #ffffff;
    margin-top: 2px;
}

.white_banner_form {
    background-color: #fff;
    opacity: 1;
    margin-top: 80px;
}

.white_banner_form>h4 {
    color: #333;
}

.white_banner_form>h4>span {
    color: #fd7851;
}

.white_banner_form input,
.white_banner_form select {
    border: 1px solid #e5e5e5 !important;
    border-radius: 2px;
}

.white_banner_form input:focus,
.white_banner_form select:focus {
    border-width: 1px;
    border-color: #fd7851 !important;
    border-style: solid;
}


/* E banner form */


/* S banner 下方优势 */

.advantage {
    background-color: #ffffff;
    background-color: #f4f6f8;
}

.advantage ul {
    height: 120px;
    overflow: hidden;
}

.advantage ul li {
    float: left;
    width: 267px;
    height: 100%;
    padding-left: 14px;
    background-color: #ffffff;
    position: relative;
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.advantage ul li:not(:last-child) {
    border-right: 1px solid #e5e5e5;
}

.advantage ul li i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.advantage ul li i img {
    width: 100%;
    height: 100%;
}

.advantage ul li div {
    padding-top: 38px;
    position: relative;
    z-index: 1;
}

.advantage ul li div b {
    font-size: 22px;
    color: #333;
}

.advantage ul li div span {
    font-size: 16px;
    color: #333;
    margin-left: 12px;
}

.advantage ul li p {
    font-size: 12px;
    color: #888;
    margin-top: 8px;
    position: relative;
    z-index: 1;
}

.advantage ul li:nth-child(1) {
    width: 398px;
    padding-left: 22px;
}

.advantage ul li:nth-child(1) i {
    display: block;
}


/* E banner 下方优势 */


/* S 页脚 */

.footer {
    background-color: #2b2e33;
    margin-bottom: 0;
}

.footer .links {
    height: 200px;
    padding-top: 36px;
    padding-bottom: 30px;
}

.footer .links>div {
    height: 100%;
    float: left;
}

.footer .links>div:not(:last-child) {
    border-right: 1px solid #414348;
}

.footer .links>div:nth-child(1) {
    width: 210px;
    height: 130px;
    text-align: center;
    border: 1px solid rgba(181, 181, 181, 0.051);
    padding-top: 20px;
}

.footer .links>div:nth-child(1) p {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    margin-top: 12px;
}

.footer .links>div:nth-child(1) span {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #adb4c0;
    margin-top: 10px;
}

.footer .links>div:nth-child(1) span b {
    font-size: 20px;
    font-family: "Impact";
    color: #ffffff;
}

.footer .links>div:nth-child(2) {
    width: 550px;
    padding-top: 6px;
    padding-left: 38px;
}

.footer .links>div:nth-child(2) a,
.footer .links>div:nth-child(2) span {
    font-size: 14px;
    color: #888;
}

.footer .links>div:nth-child(2)>div {
    clear: both;
}

.footer .links>div:nth-child(2)>div:nth-child(2) {
    margin-top: 20px;
    overflow: hidden;
}

.footer .links>div:nth-child(2)>div:nth-child(2) span {
    float: left;
}

.footer .links>div:nth-child(2)>div:nth-child(2) ul {
    width: 440px;
    float: left;
}

.footer .links>div:nth-child(2)>div:nth-child(2) ul li {
    float: left;
    margin-right: 30px;
    margin-bottom: 6px;
}

.footer .links>div:nth-child(2)>div:nth-child(3) {
    margin-top: 12px;
}

.footer .links>div:nth-child(2)>div:nth-child(3) b {
    font-size: 20px;
    color: #fe862d;
}

.footer .links>div:nth-child(3) {
    width: 436px;
    padding-top: 14px;
}

.footer .links>div:nth-child(3) i {
    float: left;
    width: 170px;
    padding-left: 22px;
}

.footer .links>div:nth-child(3)>div {
    float: left;
    width: 265px;
}

.footer .links>div:nth-child(3)>div span {
    font-size: 16px;
    color: #ffffff;
}

.footer .links>div:nth-child(3)>div p {
    font-size: 12px;
    color: #8e8e8e;
    line-height: 1.9;
    margin-top: 12px;
}

.footer .record_info {
    background-color: #24272b;
}

.footer .record_info p {
    font-size: 14px;
    color: #555555;
    text-align: center;
    padding: 22px 0;
}


/* E 页脚 */


/* S 侧边栏 */

.suspension_window {
    width: 139px;
    height: 496px;
    background-color: #4874d3;
    padding: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom-right-radius: 75px;
    border-bottom-left-radius: 75px;
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 999;
    margin-top: -250px;
}

.suspension_window_content {
    width: 133px;
    height: 490px;
    border: 1px solid rgba(253, 252, 252, 0.35);
    border-bottom-right-radius: 75px;
    border-bottom-left-radius: 75px;
    margin: auto;
}

.suspension_top {
    width: 120px;
    height: 103px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    margin: auto;
}

.suspension_top>span {
    display: block;
    width: 100%;
    padding-top: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
    overflow: hidden;
    text-align: center;
    font-size: 0;
}

.suspension_top>span>p {
    display: inline-block;
    font-size: 12px;
    font-family: "Microsoft YaHei";
    color: #fdfcfc;
    margin-left: 4px;
    vertical-align: middle;
}

.suspension_top>b {
    clear: both;
    font-size: 19px;
    font-family: "Microsoft YaHei";
    color: #fdfcfc;
    font-weight: bold;
    text-align: center;
    display: block;
    width: 100%;
    margin-top: 6px;
}

.suspension_window_content>ul {
    width: 120px;
    margin: auto;
}

.suspension_window_content>ul>li {
    list-style: none;
    margin-top: 14px;
    position: relative;
}

.suspension_window_content>ul>li>a {
    display: block;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: #ffffff;
    width: 111px;
    height: 32px;
    border-width: 1px;
    border-color: #ffffff;
    border-style: solid;
    border-radius: 3px;
    text-align: center;
    line-height: 30px;
    margin: auto;
    cursor: pointer;
}

.suspension_window_content>ul>li:hover a {
    color: #fd7851;
    background-color: #fdfcfc;
}

.suspension_window_content>ul>li>span {
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #ed3737;
    line-height: 16px;
    text-align: center;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: #fdfcfc;
    position: absolute;
    right: -2px;
    top: 0px;
}

.zx_phone_number {
    display: block;
    width: 120px;
    height: 68px;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    margin: auto;
    margin-top: 19px;
    text-align: center;
}

.zx_phone_number>p {
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: #fdfcfc;
    margin-top: 14px;
    text-align: center;
}

.zx_phone_number>b {
    font-size: 20px;
    font-family: "Impact";
    color: #fdfcfc;
    font-weight: 500;
    white-space: nowrap;
}

.suspension_window_content>a {
    display: block;
    width: 42px;
    height: 42px;
    border-width: 1px;
    border-color: #ffffff;
    border-style: dashed;
    border-radius: 50%;
    background-color: #ffffff;
    text-align: center;
    margin: 12px auto 0;
    cursor: pointer;
}

.suspension_window_content>a>p {
    font-size: 12px;
    font-family: "Microsoft YaHei";
    color: #288ae1;
    text-align: center;
    margin-top: -4px;
}

.top {
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: #288ae1;
    text-transform: uppercase;
    line-height: 1.038;
    text-align: center;
    position: absolute;
    left: 1773px;
    top: 746.734px;
    z-index: 130;
}

.blink_btn {
    color: #fc3703 !important;
    background-color: #eff9ee;
}

.active_color {
    background-color: #fcfe03;
}

.zx_phone_number:hover b {
    color: #fcfe03 !important;
}


/* E 侧边栏 */


/* S 分页按钮样式 */

.el-pagination {
    width: 360px;
    margin: auto;
}

.el-pagination .btn-prev,
.el-pagination .btn-next {
    border: 1px solid #d8d5d5;
}

.el-pagination .btn-prev i,
.el-pagination .btn-next i {
    text-align: center;
}

.el-pagination .number {
    border: 1px solid #d8d5d5 !important;
}

.el-pagination .active {
    background-color: #004b92 !important;
    border: none!important;
}


/* E 分页按钮样式 */


/* S 一站式企业服务平台    顶呱呱20余年沉淀 */

.dgg_info {
    height: 697px;
    background: url("../images/good_bg.jpg") no-repeat;
    background-position-x: center;
    overflow: hidden;
}

.dgg_info .dgg_info_title {
    margin-bottom: 40px;
}

.dgg_info .dgg_info_title h3 {
    font-size: 26px;
}

.dgg_info .dgg_info_title p {
    font-size: 14px;
    color: #888;
}

.dgg_info .find_content {
    width: 1200px;
    height: 540px;
    margin: -40px auto 0;
}

.dgg_info .find_content .find_title {
    text-align: center;
}

.dgg_info .find_content .find_title .find_c_title {
    font-size: 32px;
    color: #383838;
    font-weight: bold;
    margin-right: 70px;
    color: #324777;
}

.dgg_info .find_content .find_title .find_c_title span {
    color: #fff;
}

.dgg_info .find_content .find_title .find_title_info {
    font-size: 14px;
    color: #bbbcc0;
    margin-top: 5px;
    margin-right: 77px;
    color: #828fae;
}

.dgg_info .find_content .find_title .find_title_info span {
    color: #6d7998;
}

.dgg_info .find_content .policy {
    margin: 165px 0 0 0;
    position: relative;
    float: left;
}

.dgg_info .find_content .policy li,
.dgg_info .find_content .policy .on,
.dgg_info .find_content .policy .on1 {
    width: 292px;
    height: 118px;
    background: url("../images/s4_bg.png") no-repeat center;
    -webkit-transform: scale(0.915);
    transform: scale(0.915);
    opacity: 0.35;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 20px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    cursor: pointer;
}

.dgg_info .find_content .policy li .img_frame,
.dgg_info .find_content .policy .on .img_frame,
.dgg_info .find_content .policy .on1 .img_frame {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0px 0 0 15px;
    float: left;
}

.dgg_info .find_content .policy li .r_img_info,
.dgg_info .find_content .policy .on .r_img_info,
.dgg_info .find_content .policy .on1 .r_img_info {
    margin-left: 16px;
    float: left;
    width: 142px;
}

.dgg_info .r_img_info>i {
    display: block;
    width: 31px;
    height: 3px;
    background-color: #fd7851;
    margin: 10px 0;
}

.dgg_info .find_content .policy li .r_img_info .info_title,
.dgg_info .find_content .policy .on .r_img_info .info_title,
.dgg_info .find_content .policy .on1 .r_img_info .info_title {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.dgg_info .find_content .policy li .r_img_info .info_content,
.dgg_info .find_content .policy .on .r_img_info .info_content,
.dgg_info .find_content .policy .on1 .r_img_info .info_content {
    font-size: 12px;
    color: #999;
    margin-top: -1px;
}

.dgg_info .find_content .policy .one_policy1 {
    margin-left: 118px;
}

.dgg_info .find_content .policy .one_policy2 {
    margin-left: 36px;
}

.dgg_info .find_content .policy .one_policy4 {
    margin-left: 96px;
}

.dgg_info .find_content .policy .on,
.dgg_info .find_content .policy .on1 {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    position: relative;
    z-index: 1;
    top: 15px;
    -webkit-box-shadow: 0 5px 10px rgba(56, 80, 133, 0.2);
    box-shadow: 0 5px 10px rgba(56, 80, 133, 0.2);
    -webkit-animation: bounceIn 0.8s ease-in;
    animation: bounceIn 0.8s ease-in;
}

.dgg_info .find_content .policy .on1 {
    top: -15px;
}

@-webkit-keyframes bounceIn {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    20% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
    40% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    60% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    80% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes bounceIn {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    20% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
    40% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    60% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    80% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.dgg_info .find_content .wrap_r_content {
    float: left;
    margin-top: 90px;
    margin-left: 30px;
}

.dgg_info .find_content .wrap_r_content .r_show_content1,
.dgg_info .find_content .wrap_r_content .r_show_content2,
.dgg_info .find_content .wrap_r_content .r_show_content3,
.dgg_info .find_content .wrap_r_content .r_show_content4 {
    width: 0;
    height: 0;
    background: url("../images/s4_bg3.jpg") no-repeat right bottom;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    overflow: hidden;
}

.dgg_info .find_content .wrap_r_content .r_show_content1>div,
.dgg_info .find_content .wrap_r_content .r_show_content2>div,
.dgg_info .find_content .wrap_r_content .r_show_content3>div,
.dgg_info .find_content .wrap_r_content .r_show_content4>div {
    width: 740px;
    height: 450px;
    background-color: #fff;
    padding: 26px 24px 0 24px;
    position: relative;
}

.dgg_info .find_content .wrap_r_content .r_show_content1>div b,
.dgg_info .find_content .wrap_r_content .r_show_content2>div b,
.dgg_info .find_content .wrap_r_content .r_show_content3>div b,
.dgg_info .find_content .wrap_r_content .r_show_content4>div b {
    font-size: 18px;
    color: #333;
}

.dgg_info .find_content .wrap_r_content .r_show_content1>div i,
.dgg_info .find_content .wrap_r_content .r_show_content2>div i,
.dgg_info .find_content .wrap_r_content .r_show_content3>div i,
.dgg_info .find_content .wrap_r_content .r_show_content4>div i {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #fd7851;
    margin: 20px 0;
}

.dgg_info .find_content .wrap_r_content .r_show_content1>div p,
.dgg_info .find_content .wrap_r_content .r_show_content2>div p,
.dgg_info .find_content .wrap_r_content .r_show_content3>div p,
.dgg_info .find_content .wrap_r_content .r_show_content4>div p {
    font-size: 14px;
    color: #888;
    line-height: 1.714;
}

.dgg_info .find_content .wrap_r_content .r_show_content1>div ul,
.dgg_info .find_content .wrap_r_content .r_show_content2>div ul,
.dgg_info .find_content .wrap_r_content .r_show_content3>div ul,
.dgg_info .find_content .wrap_r_content .r_show_content4>div ul {
    width: 695px;
    height: 243px;
    position: absolute;
    left: 24px;
    bottom: 0;
}

.dgg_info .find_content .wrap_r_content .r_show_content1>div ul li,
.dgg_info .find_content .wrap_r_content .r_show_content2>div ul li,
.dgg_info .find_content .wrap_r_content .r_show_content3>div ul li,
.dgg_info .find_content .wrap_r_content .r_show_content4>div ul li {
    float: left;
    width: 220px;
    height: 100%;
}

.dgg_info .find_content .wrap_r_content .r_show_content1>div ul li:not(:last-child),
.dgg_info .find_content .wrap_r_content .r_show_content2>div ul li:not(:last-child),
.dgg_info .find_content .wrap_r_content .r_show_content3>div ul li:not(:last-child),
.dgg_info .find_content .wrap_r_content .r_show_content4>div ul li:not(:last-child) {
    margin-right: 16px;
}

.dgg_info .find_content .wrap_r_content .r_show_content1>div ul li span,
.dgg_info .find_content .wrap_r_content .r_show_content2>div ul li span,
.dgg_info .find_content .wrap_r_content .r_show_content3>div ul li span,
.dgg_info .find_content .wrap_r_content .r_show_content4>div ul li span {
    display: block;
    width: 100%;
}

.dgg_info .find_content .wrap_r_content .r_show_content1>div ul li span img,
.dgg_info .find_content .wrap_r_content .r_show_content2>div ul li span img,
.dgg_info .find_content .wrap_r_content .r_show_content3>div ul li span img,
.dgg_info .find_content .wrap_r_content .r_show_content4>div ul li span img {
    width: 100%;
}

.dgg_info .find_content .wrap_r_content .r_show_content1>div ul li p,
.dgg_info .find_content .wrap_r_content .r_show_content2>div ul li p,
.dgg_info .find_content .wrap_r_content .r_show_content3>div ul li p,
.dgg_info .find_content .wrap_r_content .r_show_content4>div ul li p {
    text-align: center;
    padding-top: 16px;
    font-size: 14px;
    color: #666;
}

.dgg_info .find_content .wrap_r_content .r_show_content1 .put_img img,
.dgg_info .find_content .wrap_r_content .r_show_content1 .put_img .has_question .question_content .questions div,
.dgg_info .has_question .question_content .questions .find_content .wrap_r_content .r_show_content1 .put_img div,
.dgg_info .find_content .wrap_r_content .r_show_content2 .put_img img,
.dgg_info .find_content .wrap_r_content .r_show_content2 .put_img .has_question .question_content .questions div,
.dgg_info .has_question .question_content .questions .find_content .wrap_r_content .r_show_content2 .put_img div,
.dgg_info .find_content .wrap_r_content .r_show_content3 .put_img img,
.dgg_info .find_content .wrap_r_content .r_show_content3 .put_img .has_question .question_content .questions div,
.dgg_info .has_question .question_content .questions .find_content .wrap_r_content .r_show_content3 .put_img div,
.dgg_info .find_content .wrap_r_content .r_show_content4 .put_img img,
.dgg_info .find_content .wrap_r_content .r_show_content4 .put_img .has_question .question_content .questions div,
.dgg_info .has_question .question_content .questions .find_content .wrap_r_content .r_show_content4 .put_img div {
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.dgg_info .find_content .wrap_r_content .r_show_content1 .img_intro,
.dgg_info .find_content .wrap_r_content .r_show_content2 .img_intro,
.dgg_info .find_content .wrap_r_content .r_show_content3 .img_intro,
.dgg_info .find_content .wrap_r_content .r_show_content4 .img_intro {
    margin: 22px 0 0 34px;
    width: 510px;
    font-size: 0;
}

.dgg_info .find_content .wrap_r_content .r_show_content1 .img_intro .r_buyer_title,
.dgg_info .find_content .wrap_r_content .r_show_content2 .img_intro .r_buyer_title,
.dgg_info .find_content .wrap_r_content .r_show_content3 .img_intro .r_buyer_title,
.dgg_info .find_content .wrap_r_content .r_show_content4 .img_intro .r_buyer_title {
    font-size: 18px;
    font-weight: bold;
    color: #383838;
}

.dgg_info .find_content .wrap_r_content .r_show_content1 .img_intro .buyer_icon,
.dgg_info .find_content .wrap_r_content .r_show_content2 .img_intro .buyer_icon,
.dgg_info .find_content .wrap_r_content .r_show_content3 .img_intro .buyer_icon,
.dgg_info .find_content .wrap_r_content .r_show_content4 .img_intro .buyer_icon {
    margin: 10px 0 10px 0;
}

.dgg_info .find_content .wrap_r_content .r_show_content1 .img_intro .buyer_info,
.dgg_info .find_content .wrap_r_content .r_show_content2 .img_intro .buyer_info,
.dgg_info .find_content .wrap_r_content .r_show_content3 .img_intro .buyer_info,
.dgg_info .find_content .wrap_r_content .r_show_content4 .img_intro .buyer_info {
    font-size: 14px;
    color: #383838;
}

.dgg_info .find_content .wrap_r_content .r_show_content1 .img_intro .get_btn,
.dgg_info .find_content .wrap_r_content .r_show_content2 .img_intro .get_btn,
.dgg_info .find_content .wrap_r_content .r_show_content3 .img_intro .get_btn,
.dgg_info .find_content .wrap_r_content .r_show_content4 .img_intro .get_btn {
    display: inline-block;
    width: 126px;
    height: 28px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 14px;
    border: 1px solid #4553ba;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    color: #405edb;
    padding-left: 14px;
    margin-left: 384px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    margin-top: 7px;
}

.dgg_info .find_content .wrap_r_content .r_show_content1 .img_intro .get_btn i,
.dgg_info .find_content .wrap_r_content .r_show_content2 .img_intro .get_btn i,
.dgg_info .find_content .wrap_r_content .r_show_content3 .img_intro .get_btn i,
.dgg_info .find_content .wrap_r_content .r_show_content4 .img_intro .get_btn i {
    display: inline-block;
    width: 17px;
    height: 10px;
    background-color: pink;
    position: relative;
    left: -7px;
}

.dgg_info .find_content .wrap_r_content .r_show_content1 .img_intro .get_btn:hover,
.dgg_info .find_content .wrap_r_content .r_show_content2 .img_intro .get_btn:hover,
.dgg_info .find_content .wrap_r_content .r_show_content3 .img_intro .get_btn:hover,
.dgg_info .find_content .wrap_r_content .r_show_content4 .img_intro .get_btn:hover {
    background-color: pink;
    border: none;
    color: #fff;
    position: relative;
    top: -2px;
}

.dgg_info .find_content .wrap_r_content .r_show_content1 .img_intro .get_btn:hover i,
.dgg_info .find_content .wrap_r_content .r_show_content2 .img_intro .get_btn:hover i,
.dgg_info .find_content .wrap_r_content .r_show_content3 .img_intro .get_btn:hover i,
.dgg_info .find_content .wrap_r_content .r_show_content4 .img_intro .get_btn:hover i {
    background-color: pink;
}

.dgg_info .find_content .wrap_r_content .r_show_content1:hover .put_img img,
.dgg_info .find_content .wrap_r_content .r_show_content1:hover .put_img .has_question .question_content .questions div,
.dgg_info .has_question .question_content .questions .find_content .wrap_r_content .r_show_content1:hover .put_img div,
.dgg_info .find_content .wrap_r_content .r_show_content2:hover .put_img img,
.dgg_info .find_content .wrap_r_content .r_show_content2:hover .put_img .has_question .question_content .questions div,
.dgg_info .has_question .question_content .questions .find_content .wrap_r_content .r_show_content2:hover .put_img div,
.dgg_info .find_content .wrap_r_content .r_show_content3:hover .put_img img,
.dgg_info .find_content .wrap_r_content .r_show_content3:hover .put_img .has_question .question_content .questions div,
.dgg_info .question_content .questions .find_content .wrap_r_content .r_show_content3:hover .put_img div,
.dgg_info .find_content .wrap_r_content .r_show_content4:hover .put_img img,
.dgg_info .find_content .wrap_r_content .r_show_content4:hover .put_img .has_question .question_content .questions div,
.dgg_info .has_question .question_content .questions .find_content .wrap_r_content .r_show_content4:hover .put_img div {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.dgg_info .find_content .wrap_r_content .on,
.dgg_info .find_content .wrap_r_content .policy .on1,
.dgg_info .find_content .policy .wrap_r_content .on1 {
    -webkit-transition: 0.8s;
    transition: 0.8s;
    display: block;
    width: 750px!important;
    height: 465px;
    -webkit-animation: fadeIn 1s ease;
    animation: fadeIn 1s ease;
}


/* E 一站式企业服务平台    顶呱呱20余年沉淀  */


/* S 顶呱呱帮助企业轻松解决烦恼 */

.dgg_jj_worry {
    height: 960px;
    padding-top: 80px;
    background: url("../images/fannao_bg.jpg") no-repeat;
    background-position-x: center;
    background-color: #f1f3f5;
}

.dgg_jj_worry .zhyw_base_title h3 {
    color: #fff;
}

.dgg_jj_worry>ul {
    overflow: hidden;
    margin-top: 48px;
    margin-bottom: 30px;
}

.dgg_jj_worry>ul li {
    float: left;
    width: 390px;
    height: 309px;
    background-color: #ffffff;
    margin-right: 14px;
    margin-bottom: 14px;
    padding: 10px;
}

.dgg_jj_worry>ul li:nth-child(3n+0) {
    margin-right: 0;
}

.dgg_jj_worry>ul li>i {
    display: block;
    width: 100%;
    overflow: hidden;
}

.dgg_jj_worry>ul li>i img {
    width: 100%;
}

.dgg_jj_worry>ul li>b {
    display: block;
    font-size: 18px;
    color: #333;
    padding: 22px 0 12px 17px;
}

.dgg_jj_worry>ul li>p {
    font-size: 14px;
    color: #888;
    padding-left: 17px;
    padding-right: 40px;
}

.dgg_jj_worry>ul li:hover>i>img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.dgg_jj_worry>ul li:hover b,
.dgg_jj_worry>ul li:hover p {
    color: #fd7851;
}


/* E 顶呱呱帮助企业轻松解决烦恼 */


/* S 顶呱呱ICP许可证办理流程 */

.icp_handle_flow {
    height: 534px;
    background-color: #fff;
    padding-top: 70px;
}

.icp_handle_flow .icp_handle_flow_content {
    margin-top: 56px;
    overflow: hidden;
    padding: 0 20px;
}

.icp_handle_flow .icp_handle_flow_content li {
    float: left;
    width: 210px;
    position: relative;
}

.icp_handle_flow .icp_handle_flow_content li:not(:last-child) {
    margin-right: 27px;
}

.icp_handle_flow .icp_handle_flow_content li>i>img {
    width: 100%;
}

.icp_handle_flow .icp_handle_flow_content li>div {
    position: absolute;
    left: -21px;
    top: 175px;
    width: 246px;
    font-size: 0;
}

.icp_handle_flow .icp_handle_flow_content li>div>i {
    float: left;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #e5e5e5;
}

.icp_handle_flow .icp_handle_flow_content li>div>span {
    float: left;
    width: 230px;
    height: 1px;
    background-color: #eeeeee;
    margin-top: 4px;
}

.icp_handle_flow .icp_handle_flow_content li>span {
    position: absolute;
    left: 50%;
    top: 167px;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-width: 1px;
    border-color: #e5e5e5;
    border-style: dotted;
    border-radius: 50%;
    z-index: 1;
    padding: 4px;
}

.icp_handle_flow .icp_handle_flow_content li>span>i {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #e5e5e5;
}

.icp_handle_flow .icp_handle_flow_content li>em {
    display: block;
    width: 69px;
    height: 30px;
    border: 1px solid #c8c8c8;
    margin: 58px auto 0;
    font-style: inherit;
}

.icp_handle_flow .icp_handle_flow_content li>em>b {
    display: block;
    width: 45px;
    height: 30px;
    background-color: #fff;
    margin: -1px auto 0;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    color: #666;
}

.icp_handle_flow .icp_handle_flow_content li>b {
    display: block;
    font-size: 18px;
    color: #333;
    text-align: center;
    margin-top: 14px;
}

.icp_handle_flow .icp_handle_flow_content li>p {
    font-size: 14px;
    color: #888;
    text-align: center;
    margin-top: 8px;
}

.icp_handle_flow .icp_handle_flow_content li:hover>i {
    display: block;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.icp_handle_flow .icp_handle_flow_content li:hover>span {
    border-color: #fd7851;
}

.icp_handle_flow .icp_handle_flow_content li:hover>span>i {
    background-color: #fd7851;
}

.icp_handle_flow .icp_handle_flow_content li:hover b,
.icp_handle_flow .icp_handle_flow_content li:hover p {
    color: #fd7851;
}


/* E 顶呱呱ICP许可证办理流程 */


/* S 关于ICP你可能还需要 */

.icp_nede_data {
    height: 525px;
    background-color: #f1f3f5;
    padding-top: 70px;
}

.icp_nede_data>ul {
    margin-top: 80px;
}

.icp_nede_data>ul li {
    float: left;
    width: 166px;
}

.icp_nede_data>ul li:not(:last-child) {
    margin-right: 90px;
}

.icp_nede_data>ul li>i {
    display: block;
    width: 100%;
}

.icp_nede_data>ul li>i img {
    width: 100%;
}

.icp_nede_data>ul li>b {
    display: block;
    font-size: 18px;
    color: #333;
    text-align: center;
    margin-top: 28px;
}

.icp_nede_data>ul li>a {
    display: block;
    width: 118px;
    height: 34px;
    border-width: 1px;
    border-color: #60788f;
    border-style: solid;
    border-radius: 2px;
    text-align: center;
    line-height: 32px;
    margin: 20px auto 0;
    font-size: 14px;
    color: #60788f;
}

.icp_nede_data>ul li:hover>i {
    -webkit-transition: 0.6s;
    transition: 0.6s;
    margin-top: -5px;
}

.icp_nede_data>ul li:hover a {
    border: none;
    background-color: #fd7851;
    color: #fff;
}


/* E 关于ICP你可能还需要 */


/* S 面包屑 */

.service_column {
    height: 40px;
    line-height: 40px;
    font-size: 0;
}

.service_column i {
    float: left;
    margin-right: 3px;
}

.service_column a {
    font-size: 12px;
    color: #879bc2;
    float: left;
    margin: 0 5px;
}

.service_column em {
    float: left;
    width: 0;
    height: 0;
    border-width: 3px 0 3px 3px;
    border-style: solid;
    border-color: transparent transparent transparent #879bc2;
    /*透明 透明 透明 灰*/
    margin-top: 18px;
}


/* E 面包屑 */


/* S 顶呱呱郑重承诺 */

.zzdx_commitment {
    padding-top: 70px;
    padding-bottom: 60px;
}

.zzdx_commitment .zzdx_commitment_content {
    width: 100%;
    height: 380px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 32.55px 2.45px rgba(30, 35, 64, 0.11);
    box-shadow: 0px 0px 32.55px 2.45px rgba(30, 35, 64, 0.11);
    margin: 40px auto;
    padding: 9px;
}

.zzdx_commitment .zzdx_commitment_content .service_promise_swiper {
    float: left;
    width: 584px;
    height: 360px;
}

.zzdx_commitment .zzdx_commitment_content .service_promise_swiper .cn_content {
    position: relative;
    width: 584px;
    height: 360px;
    border-radius: 2px;
    background-color: #f2f1f9;
    padding: 28px 170px 0 26px;
}

.zzdx_commitment .zzdx_commitment_content .service_promise_swiper .cn_content>i {
    position: absolute;
    right: 0;
    bottom: 0;
}

.zzdx_commitment .zzdx_commitment_content .service_promise_swiper .cn_content>b {
    font-size: 18px;
    color: #333;
}

.zzdx_commitment .zzdx_commitment_content .service_promise_swiper .cn_content>p {
    font-size: 14px;
    color: #888;
    line-height: 1.714;
    margin-top: 20px;
}

.zzdx_commitment .zzdx_commitment_content .service_promise_swiper .fwcn_pagination {
    width: 130px;
}

.zzdx_commitment .zzdx_commitment_content .service_promise_swiper .fwcn_pagination>span {
    width: 14px;
    height: 14px;
    border-width: 2px;
    border-color: #3c4f7a;
    border-style: solid;
    border-radius: 50%;
    opacity: 0.541;
}

.zzdx_commitment .zzdx_commitment_content .service_promise_swiper .fwcn_pagination .swiper-active-switch {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #3c4f7a !important;
    opacity: 0.541;
}

.zzdx_commitment .zzdx_commitment_content .zzdx_commitment_right {
    float: right;
    width: 584px;
}

.zzdx_commitment .zzdx_commitment_content .zzdx_commitment_right>div {
    position: relative;
    width: 584px;
    height: 175px;
    border-radius: 2px;
    padding: 30px 170px 0 24px;
    overflow: hidden;
}

.zzdx_commitment .zzdx_commitment_content .zzdx_commitment_right>div:nth-child(1) {
    background-color: #f2f1f9;
    margin-bottom: 10px;
}

.zzdx_commitment .zzdx_commitment_content .zzdx_commitment_right>div:nth-child(2) {
    background-color: #f5f6f9;
}

.zzdx_commitment .zzdx_commitment_content .zzdx_commitment_right>div>b {
    font-size: 18px;
    color: #333;
}

.zzdx_commitment .zzdx_commitment_content .zzdx_commitment_right>div>p {
    font-size: 14px;
    line-height: 1.7;
    color: #888;
    margin-top: 20px;
}

.zzdx_commitment .zzdx_commitment_content .zzdx_commitment_right>div>i {
    position: absolute;
    right: 0;
    bottom: 0;
}

.zzdx_commitment .zzdx_commitment_content .zzdx_commitment_right>div:hover>b {
    color: #fd7851;
}

.zzdx_commitment .zzdx_commitment_content .zzdx_commitment_right>div:hover>i {
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/* E 顶呱呱郑重承诺 */


/* S 办理EDI流程 */

.edi_handle_flow {
    padding: 70px 0 60px;
    background-color: #f1f3f5;
}

.edi_handle_flow .edi_handle_flow_content {
    height: 470px;
    margin: 40px auto;
}

.edi_handle_flow .edi_handle_flow_content>div {
    width: 570px;
    height: 439px;
    background-color: #fff;
    padding: 0 18px 0;
}

.edi_handle_flow .edi_handle_flow_content>div>b {
    display: block;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 70px;
}

.edi_handle_flow .edi_handle_flow_content>div>div {
    width: 100%;
    height: 399px;
    border-radius: 2px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 8.37px 0.63px rgba(170, 190, 214, 0.52);
    box-shadow: 0px 0px 8.37px 0.63px rgba(170, 190, 214, 0.52);
}

.edi_handle_flow .edi_handle_flow_content .edi_handle_flow_left {
    float: left;
    background-color: #3385e9;
}

.edi_handle_flow .edi_handle_flow_content .edi_handle_flow_left>div>ul {
    width: 100%;
    padding: 22px 22px 0 56px;
}

.edi_handle_flow .edi_handle_flow_content .edi_handle_flow_left>div>ul>li {
    width: 100%;
    height: 50px;
    background-color: #f2f8ff;
    margin-bottom: 14px;
    text-align: center;
    line-height: 50px;
    padding-right: 60px;
}

.edi_handle_flow .edi_handle_flow_content .edi_handle_flow_left>div>ul>li>span {
    font-size: 16px;
    color: #3385e9;
}

.edi_handle_flow .edi_handle_flow_content .edi_handle_flow_left>div>ul>li>b {
    float: left;
    width: 63px;
    height: 63px;
    border-radius: 50%;
    background-color: #ffffff;
    text-align: center;
    line-height: 63px;
    font-size: 25px;
    font-family: "Impact";
    color: #cce3ff;
    font-weight: 500;
    margin-left: -30px;
    margin-top: -6px;
}

.edi_handle_flow .edi_handle_flow_content .edi_handle_flow_left>div>ul>li:hover {
    background-color: #3385e9;
}

.edi_handle_flow .edi_handle_flow_content .edi_handle_flow_left>div>ul>li:hover>span {
    color: #fff;
}

.edi_handle_flow .edi_handle_flow_content .edi_handle_flow_left>div>ul>li:hover>b {
    background-color: #ffffff;
    color: #3385e9;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(170, 190, 214, 0.52);
    box-shadow: 0px 0px 4px 0px rgba(170, 190, 214, 0.52);
}

.edi_handle_flow .edi_handle_flow_content .edi_handle_flow_right {
    float: right;
    background-color: #abb3bd;
}

.edi_handle_flow .edi_handle_flow_content .edi_handle_flow_right>div {
    overflow: hidden;
}

.edi_handle_flow .edi_handle_flow_content .edi_handle_flow_right>div>ul {
    position: relative;
    width: 496px;
    height: 248px;
    background: url("../images/liucheng_gf_bg.png") no-repeat;
    margin: 42px auto 0;
}

.edi_handle_flow .edi_handle_flow_content .edi_handle_flow_right>div>ul li {
    float: left;
    height: 67px;
    line-height: 67px;
    width: 130px;
    padding-left: 25px;
    margin-bottom: 114px;
    font-size: 16px;
    color: #333;
}

.edi_handle_flow .edi_handle_flow_content .edi_handle_flow_right>div>ul li:nth-child(4) {
    position: absolute;
    right: 0;
    top: 76px;
    width: 106px;
    height: 96px;
    line-height: 1.474;
    text-align: center;
    padding: 26px 12px 0;
}

.edi_handle_flow .edi_handle_flow_content .edi_handle_flow_right>div>ul li:hover {
    color: #3385e9;
}


/* E 办理EDI流程 */


/* S 专业顾问推荐 */

.zzdx_advisers {
    padding-top: 70px;
    padding-bottom: 60px;
    background-color: #f1f3f5;
}

.zzdx_advisers .zzdx_advisers_content {
    width: 100%;
    height: 326px;
    margin-top: 40px;
}

.zzdx_advisers .zzdx_advisers_content>li {
    float: left;
    width: 190px;
    height: 326px;
    border-radius: 2px;
    background-color: #ffffff;
}

.zzdx_advisers .zzdx_advisers_content>li:not(:last-child) {
    margin-right: 12px;
}

.zzdx_advisers .zzdx_advisers_content>li>i {
    display: block;
    width: 125px;
    height: 125px;
    overflow: hidden;
    margin: 30px auto 0;
}

.zzdx_advisers .zzdx_advisers_content>li>i img {
    width: 100%;
}

.zzdx_advisers .zzdx_advisers_content>li>span {
    display: block;
    font-size: 16px;
    text-align: center;
    color: #333;
    margin-top: 26px;
}

.zzdx_advisers .zzdx_advisers_content>li>div {
    margin-top: 12px;
    text-align: center;
    font-size: 0;
}

.zzdx_advisers .zzdx_advisers_content>li>div>span {
    display: inline-block;
    width: 59px;
    height: 21px;
    background: url("../images/sanjiao_icon.png") no-repeat;
    font-size: 12px;
    color: #fd7851;
    line-height: 21px;
    padding-left: 4px;
    margin-right: 10px;
}

.zzdx_advisers .zzdx_advisers_content>li>div>p {
    display: inline-block;
    font-size: 12px;
    color: #888;
}

.zzdx_advisers .zzdx_advisers_content>li>a {
    display: block;
    width: 108px;
    height: 30px;
    border-width: 1px;
    border-color: #60788f;
    border-style: solid;
    border-radius: 2px;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    color: #60788f;
    margin: 30px auto 0;
}

.zzdx_advisers .zzdx_advisers_content>li:hover>i {
    -webkit-transition: 0.9s;
    transition: 0.9s;
    -webkit-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
}

.zzdx_advisers .zzdx_advisers_content>li:hover a {
    border: none;
    background-color: #fd7851;
    color: #fff;
}


/* E 专业顾问推荐 */


/* S 选择顶呱呱    办理增值电信更放心 */

.zzdx_choose {
    padding-top: 70px;
    padding-bottom: 60px;
    background: #004b92 url(../images/choose_bg.jpg) no-repeat center bottom;
    background-size: 1920px auto;
    height: 660px;
}

.zzdx_choose .zzdx_choose_content {
    position: relative;
    margin-top: 60px;
    height: 460px;
}

.zzdx_choose .zzdx_choose_content div {
    position: absolute;
    height: 188px;
    width: 363px;
    padding: 4px 24px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.zzdx_choose .zzdx_choose_content div:hover span {
    color: #fd7851;
}

.zzdx_choose .zzdx_choose_content div span {
    font-size: 18px;
    line-height: 54px;
    color: #333;
    font-weight: bold;
}

.zzdx_choose .zzdx_choose_content div p {
    line-height: 22px;
    color: #666;
    font-size: 14px;
}

.zzdx_choose .zzdx_choose_content div:nth-of-type(2n+1) {
    background: url(../images/choose_left.png) no-repeat;
    background-size: 100% 100%;
}

.zzdx_choose .zzdx_choose_content div:nth-of-type(2n) {
    background: url(../images/choose_right.png) no-repeat;
    background-size: 100% 100%;
}

.zzdx_choose .zzdx_choose_content div:nth-of-type(1) {
    top: 0;
    left: 93px;
}

.zzdx_choose .zzdx_choose_content div:nth-of-type(2) {
    top: 0;
    right: 93px;
}

.zzdx_choose .zzdx_choose_content div:nth-of-type(3) {
    top: 215px;
    left: 0;
}

.zzdx_choose .zzdx_choose_content div:nth-of-type(4) {
    top: 215px;
    right: 0;
}


/* E 选择顶呱呱    办理增值电信更放心 */


/* S 一站式企业服务平台    顶呱呱10余年沉淀 */

.DGG_cd {
    padding: 70px 0 60px 0;
    background-color: #f1f3f5;
}

.DGG_cd .DGG_cd_content {
    height: 416px;
    margin-top: 40px;
}

.DGG_cd .DGG_cd_content>ul {
    float: left;
    width: 414px;
}

.DGG_cd .DGG_cd_content>ul li {
    float: left;
    width: 200px;
    height: 200px;
    background-color: #ffffff;
    margin-right: 12px;
    margin-bottom: 15px;
    cursor: pointer;
}

.DGG_cd .DGG_cd_content>ul li:nth-child(2n+0) {
    margin-right: 0;
}

.DGG_cd .DGG_cd_content>ul li>i {
    display: block;
    width: 80px;
    height: 80px;
    overflow: hidden;
    background: url("../images/youshi_icon.png") no-repeat;
    margin: 40px auto 0;
}

.DGG_cd .DGG_cd_content>ul li>span {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #666;
    margin-top: 20px;
}

.DGG_cd .DGG_cd_content>ul li:nth-child(2)>i {
    background-position-x: -80px;
}

.DGG_cd .DGG_cd_content>ul li:nth-child(3)>i {
    background-position-x: -160px;
}

.DGG_cd .DGG_cd_content>ul li:nth-child(4)>i {
    background-position-x: -240px;
}

.DGG_cd .DGG_cd_content>ul .active {
    background-color: #3385e9;
}

.DGG_cd .DGG_cd_content>ul .active>span {
    color: #fff;
}

.DGG_cd .DGG_cd_content>ul .active>i {
    background-position-y: -80px;
}

.DGG_cd .DGG_cd_content .DGG_cd_cont {
    float: right;
    width: 767px;
    height: 416px;
    background-color: #ffffff;
    overflow: hidden;
}

.DGG_cd .DGG_cd_content .DGG_cd_cont>div {
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 26px 24px 0 24px;
    position: relative;
}

.DGG_cd .DGG_cd_content .DGG_cd_cont>div b {
    font-size: 18px;
    color: #333;
}

.DGG_cd .DGG_cd_content .DGG_cd_cont>div i {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #fd7851;
    margin: 20px 0;
}

.DGG_cd .DGG_cd_content .DGG_cd_cont>div p {
    font-size: 14px;
    color: #888;
    line-height: 1.714;
}

.DGG_cd .DGG_cd_content .DGG_cd_cont>div ul {
    width: 695px;
    height: 243px;
    position: absolute;
    left: 24px;
    bottom: 0;
}

.DGG_cd .DGG_cd_content .DGG_cd_cont>div ul li {
    float: left;
    width: 220px;
    height: 100%;
}

.DGG_cd .DGG_cd_content .DGG_cd_cont>div ul li:not(:last-child) {
    margin-right: 16px;
}

.DGG_cd .DGG_cd_content .DGG_cd_cont>div ul li span {
    display: block;
    width: 100%;
}

.DGG_cd .DGG_cd_content .DGG_cd_cont>div ul li span img {
    width: 100%;
}

.DGG_cd .DGG_cd_content .DGG_cd_cont>div ul li p {
    text-align: center;
    padding-top: 16px;
    font-size: 14px;
    color: #666;
}


/* E 一站式企业服务平台    顶呱呱10余年沉淀 */


/*  S 表单提交成功提示信息  */

.success_tips {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
}

.success_tips>div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 450px;
    height: 266px;
    border-radius: 2px;
    background-color: #ffffff;
    margin-top: -133px;
    margin-left: -225px;
    padding-top: 30px;
    text-align: center;
}

.success_tips>div .success_close_btn {
    position: absolute;
    right: 12px;
    top: 8px;
}

.success_tips>div>i {
    display: block;
    width: 64px;
    height: 64px;
    margin: auto;
}

.success_tips>div>b {
    display: inline-block;
    font-size: 18px;
    color: #333;
    margin-top: 18px;
}

.success_tips>div>p {
    width: 258px;
    margin: auto;
    text-align: center;
    font-size: 14px;
    color: #888;
    line-height: 1.571;
    margin-top: 10px;
}

.success_tips>div>button {
    width: 120px;
    height: 36px;
    border-radius: 2px;
    background-color: #fd7851;
    margin-top: 16px;
    font-size: 12px;
    color: #fff;
}


/*  E 表单提交成功提示信息  */


/* E 公用 */


/* S 资质类别  */

.zz_type {
    height: 2700px;
    background-color: #f4f6f8;
    overflow: hidden;
    /* S 热门资质 */
    /* E 热门资质 */
    /* S 增值电信 */
    /* E 增值电信 */
    /* S 文化审批 */
    /* E 文化审批 */
    /* S 前置审批 */
    /* E 前置审批 */
    /* S 网站认证 */
    /* E 网站认证 */
}

.zz_type .arrow-left {
    background: url("../images/arrows.png") no-repeat left top;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    width: 20px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.zz_type .arrow-right {
    background: url("../images/arrows.png") no-repeat left bottom;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
    width: 20px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.zz_type .zz_type_cont {
    height: 484px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 2px 18px 0px rgba(72, 117, 211, 0.16);
    box-shadow: 0px 2px 18px 0px rgba(72, 117, 211, 0.16);
    margin-top: 50px;
}

.zz_type .zz_type_cont .hot_zz_lef {
    float: left;
    width: 270px;
    height: 100%;
    background: url("../images/hot_zz_bg.jpg") no-repeat;
}

.zz_type .zz_type_cont .hot_zz_lef .hot_zz_title {
    width: 100%;
    height: 120px;
    background-color: rgba(253, 120, 81, 0.9);
    padding: 32px 0 0 24px;
}

.zz_type .zz_type_cont .hot_zz_lef .hot_zz_title b {
    font-size: 24px;
    color: #fff;
}

.zz_type .zz_type_cont .hot_zz_lef .hot_zz_title i {
    display: block;
    width: 12px;
    height: 2px;
    background-color: #fdfffe;
    opacity: 0.6;
    margin: 8px 0;
}

.zz_type .zz_type_cont .hot_zz_lef .hot_zz_title p {
    font-size: 12px;
    color: #fff;
}

.zz_type .zz_type_cont .hot_zz_lef .hot_zz_swiper {
    width: 220px;
    height: 160px;
    overflow: hidden;
    margin: 30px auto 0;
}

.zz_type .zz_type_cont .zz_list {
    width: 220px;
    height: 92px;
    padding-top: 18px;
    margin: auto;
    padding-left: 20px;
}

.zz_type .zz_type_cont .zz_list li {
    float: left;
    width: 50%;
    text-align: left;
    margin-bottom: 10px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
}

.zz_type .zz_type_cont .zz_list li:hover {
    color: #ffffff;
}

.zz_type .zz_type_cont .zz_btn {
    display: block;
    width: 190px;
    height: 37px;
    margin: auto;
    border-width: 1px;
    border-color: #efefef;
    border-style: solid;
    border-radius: 4px;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    color: #fff;
}

.zz_type .zz_type_cont .zz_btn:hover {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.25882)), to(rgba(255, 255, 255, 0.36078)));
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.25882) 0%, rgba(255, 255, 255, 0.36078) 100%);
    background-color: rgba(255, 255, 255, 0.25882);
}

.zz_type .zz_type_cont .zz_right {
    float: left;
    width: 930px;
    height: 100%;
}

.zz_type .zz_type_cont .zz_right>div:nth-child(1) {
    width: 100%;
    height: 47px;
    border-bottom: 1px solid #efefef;
    padding-left: 18px;
    line-height: 45px;
    padding-right: 22px;
}

.zz_type .zz_type_cont .zz_right>div:nth-child(1) b {
    font-size: 18px;
    color: #333;
    margin-right: 3px;
}

.zz_type .zz_type_cont .zz_right>div:nth-child(1) span {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #d8d8d8;
    color: #d8d8d8;
    line-height: 12px;
    text-align: center;
    font-size: 16px;
}

.zz_type .zz_type_cont .zz_right>div:nth-child(1) p {
    float: right;
    font-size: 12px;
    color: #888;
}

.zz_type .zz_type_cont .zz_right .hot_zz_list {
    width: 910px;
    height: 420px;
    border-top: 1px solid #efefef;
    border-left: 1px solid #efefef;
    margin: 10px 0 0 10px;
}

.zz_type .zz_type_cont .zz_right .hot_zz_list li {
    float: left;
    width: 303px;
    height: 208px;
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    background-color: #ffffff;
    padding: 25px 0 0 30px;
    position: relative;
    overflow: hidden;
}

.zz_type .zz_type_cont .zz_right .hot_zz_list li:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-top: 4px solid #4c64d2;
}

.zz_type .zz_type_cont .zz_right .hot_zz_list li:hover a {
    background-color: #fd7851;
    color: #fff;
}

.zz_type .zz_type_cont .zz_right .hot_zz_list li>div {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.zz_type .zz_type_cont .zz_right .hot_zz_list li>div b {
    font-size: 16px;
    color: #333;
}

.zz_type .zz_type_cont .zz_right .hot_zz_list li>div dl {
    width: 100%;
    height: 102px;
    padding-top: 12px;
}

.zz_type .zz_type_cont .zz_right .hot_zz_list li>div dl dt {
    float: left;
    width: 96px;
    margin-bottom: 8px;
    font-size: 12px;
    color: #888;
    margin-right: 10px;
}

.zz_type .zz_type_cont .zz_right .hot_zz_list li>div dl dt:hover {
    color: #fd7851;
}

.zz_type .zz_type_cont .zz_right .hot_zz_list li>div a {
    display: block;
    width: 88px;
    height: 26px;
    border-width: 1px;
    border-color: #fd7851;
    border-style: solid;
    border-radius: 2px;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    color: #fd7851;
}

.zz_type .zz_type_cont .zz_right .hot_zz_list li span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.zz_type .zz_type_cont .zz_right .hot_zz_list li span img {
    width: 100%;
}

.zz_type .zzyw_zzdx .hot_zz_lef {
    background: url("../images/zzdx_bg.jpg") no-repeat;
}

.zz_type .zzyw_zzdx ul {
    width: 620px;
}

.zz_type .other_zz {
    margin-top: 50px;
}

.zz_type .other_zz>b {
    display: block;
    font-size: 20px;
    color: #333;
    padding-left: 8px;
    border-left: 4px solid #5c58ac;
    line-height: 21px;
}

.zz_type .other_zz .other_zz_cont {
    height: 428px;
    margin-top: 24px;
}

.zz_type .other_zz .other_zz_cont .hot_zz_lef .other_zz_title {
    width: 163px;
    height: 191px;
    background: url("../images/tite_bg.png") no-repeat;
    margin: 45px auto 0;
    padding-top: 72px;
}

.zz_type .other_zz .other_zz_cont .hot_zz_lef .other_zz_title b {
    display: block;
    text-align: center;
    font-size: 24px;
    color: #fff;
}

.zz_type .other_zz .other_zz_cont .hot_zz_lef .other_zz_title p {
    text-align: center;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.341);
    margin-top: 4px;
    text-transform: uppercase;
}

.zz_type .other_zz .other_zz_cont .hot_zz_lef ul {
    padding-left: 8px;
}

.zz_type .other_zz .other_zz_cont .zz_right_content {
    width: 930px;
    height: 381px;
    background-color: #fff;
}

.zz_type .other_zz .other_zz_cont .zz_right_content .other_zz_btn {
    text-align: center;
    margin-top: 35px;
    font-size: 0;
}

.zz_type .other_zz .other_zz_cont .zz_right_content .other_zz_btn a {
    display: inline-block;
    width: 88px;
    height: 26px;
    border-width: 1px;
    border-color: #fd7851;
    border-style: solid;
    border-radius: 2px;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    color: #fd7851;
}

.zz_type .other_zz .other_zz_cont .zz_right_content .other_zz_btn a:nth-child(1) {
    margin-right: 22px;
}

.zz_type .other_zz .other_zz_cont .zz_right_content .other_zz_btn a:hover {
    background-color: #fd7851;
    color: #fff;
}

.zz_type .other_zz .other_zz_cont .zz_right_content .zzdx_swiper {
    float: left;
    width: 310px;
    height: 381px;
    border-right: 1px solid #edecec;
    overflow: hidden;
}

.zz_type .other_zz .other_zz_cont .zz_right_content .zzdx_swiper .swiper-slide {
    width: 100%;
    height: 100%;
    padding-top: 50px;
}

.zz_type .other_zz .other_zz_cont .zz_right_content .zzdx_swiper .swiper-slide i {
    display: block;
    width: 140px;
    margin: auto;
}

.zz_type .other_zz .other_zz_cont .zz_right_content .zzdx_swiper .swiper-slide i img {
    width: 140px;
}

.zz_type .other_zz .other_zz_cont .zz_right_content .zzdx_swiper .swiper-slide b {
    display: block;
    font-size: 16px;
    color: #333;
    margin-top: 28px;
    text-align: center;
}

.zz_type .other_zz .other_zz_cont .zz_right_content .zzdx_swiper .swiper-slide p {
    font-size: 12px;
    color: #888;
    text-align: center;
    margin-top: 10px;
}

.zz_type .other_zz .other_zz_cont .zz_right_content .zzdx_swiper .zzdx_pagination span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #dfe0e4;
}

.zz_type .other_zz .other_zz_cont .zz_right_content .zzdx_swiper .zzdx_pagination .swiper-active-switch {
    background-color: #fd7851 !important;
}

.zz_type .other_zz .other_zz_cont .zz_right_content ul {
    height: 381px;
    float: left;
}

.zz_type .other_zz .other_zz_cont .zz_right_content ul li {
    width: 50%;
    height: 50%;
    float: left;
    border-right: 1px solid #edecec;
    border-bottom: 1px solid #edecec;
    padding-top: 18px;
}

.zz_type .other_zz .other_zz_cont .zz_right_content ul li i {
    display: block;
    width: 80px;
    margin: auto;
}

.zz_type .other_zz .other_zz_cont .zz_right_content ul li i img {
    width: 100%;
}

.zz_type .other_zz .other_zz_cont .zz_right_content ul li b {
    display: block;
    font-size: 16px;
    color: #333;
    text-align: center;
    margin-top: 15px;
}

.zz_type .other_zz .other_zz_cont .zz_right_content ul li p {
    font-size: 12px;
    color: #888;
    text-align: center;
    margin-top: 8px;
}

.zz_type .other_zz .other_zz_cont .zz_right_content ul li .other_zz_btn {
    display: none;
    margin-top: 12px;
}

.zz_type .other_zz .other_zz_cont .zz_right_content ul li:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0px 2px 18px 0px rgba(76, 100, 210, 0.16);
    box-shadow: 0px 2px 18px 0px rgba(76, 100, 210, 0.16);
    padding-top: 8px;
}

.zz_type .other_zz .other_zz_cont .zz_right_content ul li:hover b {
    margin-top: 5px;
}

.zz_type .other_zz .other_zz_cont .zz_right_content ul li:hover .other_zz_btn {
    display: block;
}

.zz_type .zzyw_whsp .hot_zz_lef {
    background: url("../images/whsp_bg.jpg") no-repeat;
}

.zz_type .zzyw_whsp .zz_right_content>ul {
    width: 930px;
}

.zz_type .zzyw_whsp .zz_right_content>ul li {
    width: 33.333% !important;
}

.zz_type .zzyw_qzsp .hot_zz_lef {
    background: url("../images/qzsp_bg.jpg") no-repeat;
}

.zz_type .zzyw_qzsp .zz_right_content>ul {
    width: 930px;
}

.zz_type .zzyw_qzsp .zz_right_content>ul li {
    width: 25%!important;
}

.zz_type .zzyw_qzsp .zz_right_content>ul li:nth-child(1),
.zz_type .zzyw_qzsp .zz_right_content>ul li:nth-child(2) {
    padding: 34px 30px 0 35px!important;
    width: 50%!important;
}

.zz_type .zzyw_qzsp .zz_right_content>ul li:nth-child(1) i,
.zz_type .zzyw_qzsp .zz_right_content>ul li:nth-child(2) i {
    float: right;
    width: 120px!important;
}

.zz_type .zzyw_qzsp .zz_right_content>ul li:nth-child(1) b,
.zz_type .zzyw_qzsp .zz_right_content>ul li:nth-child(2) b,
.zz_type .zzyw_qzsp .zz_right_content>ul li:nth-child(1) p,
.zz_type .zzyw_qzsp .zz_right_content>ul li:nth-child(2) p {
    text-align: left!important;
}

.zz_type .zzyw_qzsp .zz_right_content>ul li:nth-child(1)>div,
.zz_type .zzyw_qzsp .zz_right_content>ul li:nth-child(2)>div {
    margin-top: 26px!important;
    display: block!important;
    text-align: left!important;
}

.zz_type .zzyw_qzsp .zz_right_content>ul li:nth-child(1):hover b,
.zz_type .zzyw_qzsp .zz_right_content>ul li:nth-child(2):hover b {
    margin-top: 15px;
}

.zz_type .zzyw_wzrz .hot_zz_lef {
    background: url("../images/wzrz_bg.jpg") no-repeat;
}

.zz_type .zzyw_wzrz .zz_right_content ul {
    width: 620px;
}

.zz_type .zzyw_wzrz .zz_right_content .wzrz_swiper {
    height: 380px;
    border-left: 1px solid #edecec;
}

.zz_type .zzyw_wzrz .zz_right_content .wzrz_swiper .swiper-wrapper {
    height: 380px!important;
}

.zz_type .zzyw_wzrz .zz_right_content .wzrz_swiper .swiper-slide {
    position: relative;
}

.zz_type .zzyw_wzrz .zz_right_content .wzrz_swiper .swiper-slide span {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.zz_type .zzyw_wzrz .zz_right_content .wzrz_swiper .swiper-slide span img {
    width: 100%;
}

.zz_type .zzyw_wzrz .zz_right_content .wzrz_swiper .swiper-slide p {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 38px;
    background-color: rgba(0, 0, 0, 0.502);
    line-height: 38px;
    padding-left: 22px;
    color: #fff;
    font-size: 16px;
}


/* E 资质类别 */


/* S 优势对比 */

.zhyw_ysdb {
    height: 698px;
    background: url("../images/pk_bg.jpg") no-repeat;
    background-position-x: center;
    overflow: hidden;
}

.zhyw_ysdb .zhyw_ysdb_content {
    height: 540px;
    background-color: #ffffff;
    margin-top: 82px;
    position: relative;
}

.zhyw_ysdb .zhyw_ysdb_content>div:nth-child(1) {
    width: 100px;
    height: 100%;
    position: absolute;
    top: -18px;
    left: 50%;
    margin-left: -50px;
}

.zhyw_ysdb .zhyw_ysdb_content>div:nth-child(1) b {
    display: block;
    width: 100px;
    height: 100px;
    border: 10px solid #fecbbb;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    font-size: 35px;
    background-color: #fff;
    color: #fd7851;
    margin-bottom: 27px;
}

.zhyw_ysdb .zhyw_ysdb_content>div:nth-child(1) span {
    display: block;
    width: 32px;
    height: 32px;
    border-width: 1px;
    border-color: #eeeeee;
    border-style: solid;
    border-radius: 50%;
    background-color: #ffffff;
    text-align: center;
    line-height: 30px;
    color: #eeeeee;
    margin: auto;
    font-size: 18px;
    margin-bottom: 84px;
}

.zhyw_ysdb .zhyw_ysdb_content>div:not(:first-child) {
    float: left;
    width: 50%;
    padding-top: 19px;
}

.zhyw_ysdb .zhyw_ysdb_content>div:not(:first-child)>b {
    display: block;
    font-size: 20px;
    color: #333;
    padding-left: 12px;
    border-left: 4px solid #fd7851;
    line-height: 21px;
}

.zhyw_ysdb .zhyw_ysdb_content>div:not(:first-child) ul {
    margin-top: 17px;
    width: 100%;
}

.zhyw_ysdb .zhyw_ysdb_content>div:not(:first-child) ul li {
    height: 120px;
    border-top: 1px dotted rgba(196, 196, 196, 0.502);
    padding-top: 22px;
}

.zhyw_ysdb .zhyw_ysdb_content>div:not(:first-child) ul li i {
    float: left;
    width: 116px;
    height: 76px;
    border-width: 2px;
    border-color: #f5f5f5;
    border-style: solid;
    background-color: #c4c4c4;
}

.zhyw_ysdb .zhyw_ysdb_content>div:not(:first-child) ul li i img {
    width: 100%;
}

.zhyw_ysdb .zhyw_ysdb_content>div:not(:first-child) ul li div {
    float: left;
    padding-left: 18px;
    padding-top: 4px;
}

.zhyw_ysdb .zhyw_ysdb_content>div:nth-child(2) {
    padding-left: 30px;
}

.zhyw_ysdb .zhyw_ysdb_content>div:nth-child(3) {
    padding-right: 30px;
}

.zhyw_ysdb .zhyw_ysdb_content .other_problem li>div p {
    font-size: 14px;
    color: #333;
}

.zhyw_ysdb .zhyw_ysdb_content .other_problem li>div a {
    display: block;
    font-size: 12px;
    color: #fd7851;
    margin-top: 8px;
}

.zhyw_ysdb .zhyw_ysdb_content .other_problem li>div span {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #d8d8d8;
    border-radius: 50%;
    text-align: center;
    line-height: 12px;
    margin-top: 14px;
    color: #d8d8d8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    vertical-align: middle;
}

.zhyw_ysdb .zhyw_ysdb_content .other_problem li>div:hover a {
    text-decoration: underline;
}

.zhyw_ysdb .zhyw_ysdb_content .other_problem li>div:hover span {
    color: #fd7851;
    border-color: #fd7851;
}

.zhyw_ysdb .zhyw_ysdb_content .dgg_problem>b {
    margin-left: 108px;
}

.zhyw_ysdb .zhyw_ysdb_content .dgg_problem ul {
    border-left: 1px solid #eeeeee;
}

.zhyw_ysdb .zhyw_ysdb_content .dgg_problem ul li {
    padding-left: 108px;
}

.zhyw_ysdb .zhyw_ysdb_content .dgg_problem ul li div {
    width: 345px;
    padding-right: 18px;
}

.zhyw_ysdb .zhyw_ysdb_content .dgg_problem ul li div b {
    display: block;
    font-size: 16px;
    color: #333;
    margin-bottom: 8px;
}

.zhyw_ysdb .zhyw_ysdb_content .dgg_problem ul li div p {
    font-size: 14px;
    color: #888;
}

.zhyw_ysdb .zhyw_ysdb_content .dgg_problem ul li:hover b,
.zhyw_ysdb .zhyw_ysdb_content .dgg_problem ul li:hover p {
    color: #fd7851;
}


/* E 优势对比 */


/* S 实力源自成功案例 */

.zhyw_case {
    height: 740px;
    background: url("../images/reason_bg.jpg") no-repeat;
    background-position-x: center;
    padding-top: 80px;
}

.zhyw_case .zhyw_case_content {
    width: 100%;
}

.zhyw_case .zhyw_case_content ul {
    width: 420px;
    height: 45px;
    margin: auto;
    margin-top: 38px;
}

.zhyw_case .zhyw_case_content ul li {
    float: left;
    width: 33%;
    text-align: center;
    line-height: 45px;
    background-color: #fff;
    margin-right: 1px;
    cursor: pointer;
    position: relative;
}

.zhyw_case .zhyw_case_content ul li a {
    font-size: 16px;
    color: #666;
}

.zhyw_case .zhyw_case_content ul li i {
    position: absolute;
    left: 50%;
    bottom: -6px;
    margin-left: -6px;
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fd7851;
    display: none;
}

.zhyw_case .zhyw_case_content ul .current_menue {
    background-color: #fd7851;
}

.zhyw_case .zhyw_case_content ul .current_menue a {
    color: #fff;
}

.zhyw_case .zhyw_case_content ul .current_menue i {
    display: block;
}

.zhyw_case .zhyw_case_content .zhyw_case_btm {
    position: relative;
    width: 100%;
    height: 510px;
    background-color: #ffffff;
    margin-top: 40px;
    overflow: hidden;
}

.zhyw_case .zhyw_case_content .zhyw_case_btm>div {
    width: 100%;
    padding: 30px;
    display: none;
}

.zhyw_case .zhyw_case_content .zhyw_case_btm>div>b {
    font-size: 18px;
    color: #333;
}

.zhyw_case .zhyw_case_content .zhyw_case_btm>div p {
    font-size: 13px;
    color: #888;
    line-height: 1.835;
    margin-top: 10px;
}

.zhyw_case .zhyw_case_content .zhyw_case_btm>div span {
    position: absolute;
    bottom: 35px;
    left: 30px;
    width: 1140px;
}

.zhyw_case .zhyw_case_content .zhyw_case_btm>div span img {
    width: 100%;
}

.zhyw_case .zhyw_case_content .zhyw_case_btm>div:nth-child(2) {
    display: block;
}


/* E 实力源自成功案例 */


/* S 行业资讯 */

.zhyw_hyzx {
    height: 697px;
    background-color: #fbfbfb;
    padding-top: 85px;
}

.zhyw_hyzx .zhyw_hyzx_content {
    width: 100%;
    height: 425px;
    margin-top: 40px;
}

.zhyw_hyzx .zhyw_hyzx_content .zhyw_hyzx_list {
    float: left;
    width: 386px;
    height: 423px;
    border-width: 1px;
    border-color: #eeeeee;
    border-style: solid;
    background-color: #ffffff;
    -webkit-box-shadow: 0.588px 0.809px 5px 0px rgba(13, 15, 52, 0.14);
    box-shadow: 0.588px 0.809px 5px 0px rgba(13, 15, 52, 0.14);
}

.zhyw_hyzx .zhyw_hyzx_content .zhyw_hyzx_list:not(:last-child) {
    margin-right: 20px;
}

.zhyw_hyzx .zhyw_hyzx_content .zhyw_hyzx_list>div:nth-child(1) {
    height: 55px;
    line-height: 55px;
    padding-left: 26px;
    padding-right: 20px;
    border-bottom: 1px dotted #cacfd9;
}

.zhyw_hyzx .zhyw_hyzx_content .zhyw_hyzx_list>div:nth-child(1) b {
    font-size: 16px;
    font-weight: 500;
}

.zhyw_hyzx .zhyw_hyzx_content .zhyw_hyzx_list>div:nth-child(1) a {
    float: right;
    font-size: 0;
}

.zhyw_hyzx .zhyw_hyzx_content .zhyw_hyzx_list>div:nth-child(1) a span {
    font-size: 14px;
    color: #888;
    margin-right: 4px;
    float: left;
}

.zhyw_hyzx .zhyw_hyzx_content .zhyw_hyzx_list>div:nth-child(1) a i {
    float: left;
    width: 0;
    height: 0;
    border-width: 3px 0 3px 4px;
    border-style: solid;
    border-color: transparent transparent transparent #707070;
    /*透明 透明 透明 灰*/
    margin-top: 25px;
}

.zhyw_hyzx .zhyw_hyzx_content .zhyw_hyzx_list>div:nth-child(1) a:hover span {
    color: #fd7851;
}

.zhyw_hyzx .zhyw_hyzx_content .zhyw_hyzx_list>div:nth-child(1) a:hover i {
    border-color: transparent transparent transparent #fd7851;
}

.zhyw_hyzx .zhyw_hyzx_content .zhyw_hyzx_list>a {
    display: block;
    padding: 18px 0 20px 24px;
    overflow: hidden;
    border-bottom: 1px dotted #cacfd9;
}

.zhyw_hyzx .zhyw_hyzx_content .zhyw_hyzx_list>a i {
    float: left;
    width: 160px;
    height: 100px;
}

.zhyw_hyzx .zhyw_hyzx_content .zhyw_hyzx_list>a i img {
    width: 100%;
}

.zhyw_hyzx .zhyw_hyzx_content .zhyw_hyzx_list>a>div {
    float: left;
    width: 200px;
    padding-left: 16px;
}

.zhyw_hyzx .zhyw_hyzx_content .zhyw_hyzx_list>a>div b {
    font-size: 16px;
    font-weight: 500;
    color: #666;
}

.zhyw_hyzx .zhyw_hyzx_content .zhyw_hyzx_list>a>div span {
    display: block;
    font-size: 10px;
    color: #888;
    margin-top: 8px;
}

.zhyw_hyzx .zhyw_hyzx_content .zhyw_hyzx_list>a>div p {
    font-size: 14px;
    line-height: 1.571;
    color: #888;
    margin-top: 10px;
    padding-right: 30px;
}

.zhyw_hyzx .zhyw_hyzx_content .zhyw_hyzx_list ul {
    width: 100%;
}

.zhyw_hyzx .zhyw_hyzx_content .zhyw_hyzx_list ul li {
    clear: both;
    height: 52px;
    line-height: 52px;
    border-bottom: 1px dotted #cacfd9;
    padding-left: 24px;
    padding-right: 20px;
    overflow: hidden;
    cursor: pointer;
}

.zhyw_hyzx .zhyw_hyzx_content .zhyw_hyzx_list ul li i {
    float: left;
    width: 0;
    height: 0;
    border-width: 3px 0 3px 4px;
    border-style: solid;
    border-color: transparent transparent transparent #707070;
    /*透明 透明 透明 灰*/
    margin-top: 24px;
    margin-right: 8px;
}

.zhyw_hyzx .zhyw_hyzx_content .zhyw_hyzx_list ul li p {
    display: inline-block;
    font-size: 12px;
    color: #666;
}

.zhyw_hyzx .zhyw_hyzx_content .zhyw_hyzx_list ul li span {
    float: right;
    font-size: 10px;
    color: #888;
}

.zhyw_hyzx .zhyw_hyzx_content .zhyw_hyzx_list ul li:hover p {
    color: #fd7851;
}


/* E 行业资讯 */


/* S 新表单样式 */

.zh_form {
    /*padding: 0 0 50px;*/
    background-color: #f2f3f7;
}

.zh_form>div {
    position: relative;
    z-index: 2;
    margin-top: -12px;
    border-radius: 4px;
    box-shadow: 0px 0px 16.38px 1.62px rgba(174, 174, 174, 0.19);
    overflow: hidden;
}

.zh_form>div .form_title {
    width: 100%;
    height: 72px;
    line-height: 72px;
    text-align: center;
    background: url("../images/form_title_bg.png") no-repeat;
    background-size: 100%;
}

.zh_form>div .form_title>h3 {
    display: inline-block;
    font-size: 30px;
    color: #fff;
    vertical-align: middle;
}

.zh_form>div>form {
    width: 100%;
    padding: 32px 30px;
    background-color: #fff;
    overflow: hidden;
}

.zh_form>div>form>div {
    float: left;
    height: auto;
    margin: 0;
}

.zh_form>div>form>div:nth-child(1) {
    width: 330px;
    margin-right: 28px;
}

.zh_form>div>form>div:nth-child(1) p:nth-child(2) {
    width: 225px;
}

.zh_form>div>form>div:nth-child(2) {
    width: 426px;
    margin-right: 28px;
}

.zh_form>div>form>div:nth-child(2) p:nth-child(2) {
    width: 320px;
}

.zh_form>div>form>div:nth-child(3) {
    width: 328px;
}

.zh_form>div>form>div:nth-child(3) p:nth-child(2) {
    width: 220px;
}

.zh_form>div>form>div>div {
    width: 100%;
    height: 50px;
    margin: 0;
}

.zh_form>div>form>div>div:nth-child(1) {
    margin-bottom: 24px;
}

.zh_form>div>form>div>div>p {
    position: relative;
    display: inline-block;
}

.zh_form>div>form>div>div>p>i {
    line-height: 50px;
    font-size: 18px;
    color: #10bbb8;
}

.zh_form>div>form>div>div>p:nth-child(1) {
    min-width: 100px;
    font-size: 20px;
    font-family: "Microsoft YaHei";
    color: #333333;
}

.zh_form>div>form>div>div>p:nth-child(2) {
    height: 50px;
}

.zh_form>div>form>div>div>p:nth-child(2)>input,
.zh_form>div>form>div>div>p:nth-child(2) select {
    font-size: 14px;
    background: none;
    border-radius: 2px;
    border: 1px solid #dde1e1;
}

.zh_form>div>form>div>div>p:nth-child(2)>select {
    background: url("../images/select_icon.png") no-repeat right 10px center;
}

.zh_form>div>form>div>div>p:nth-child(2)>button {
    color: #10bbb8;
    border-color: #10bbb8;
}

.zh_form>div>form>div>div>button {
    position: relative;
    left: 0;
    top: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background-color: #10bbb8;
    font-size: 18px;
    color: #fff;
    border-radius: 2px;
}


/* E 新表单样式 */

2 .ilianxi {
    color: #666;
}