div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
textarea,
p,
th,
td {
    margin: 0;
    padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

body {
    background: #fff;
    color: #333333;
    font-size: 14px;
    font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", "Hiragino Sans GB", "WenQuanYi Micro Hei", Arial, sans-serif;
    position: relative;
}

a {
    text-decoration: none;
}

a:hover,
a:focus,
a:active,
a:link,
a:visited {
    text-decoration: none;
}

img {
    border: none;
    width: 100%;
    height: auto;
}

ol,
ul,
li {
    list-style: none;
}

audio,
canvas,
video {
    display: inline-block;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
    width: 224px;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

/*----------------------
* 01首页样式
* ---------------------*/
header .nav_top01 {
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
header .nav_top01 .logo {
    float: left;
    width: 300px;
    height: 90px;
    line-height: 90px;
}
header .nav_top01 .logo img {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

header .nav_top01 ul {
    float: right;
}
header .nav_top01 ul li {
    float: left;
    font-size: 16px;
    line-height: 90px;
    margin: 0 37px;
}
header .nav_top01 ul li a {
    color: #fff;
}
header .nav_top01 ul li a:hover {
    color: #00aef2;
}
header .nav_top02 {
    /* display: none; */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    background-color: #fff;
    box-shadow: 0 0 5px 5px rgba(0,0,0,.1);
}
.zhanwei {
    height: 62px;
}
.t_box {
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden;
}

header .nav_top02 .logo {
    float: left;
    width: 300px;
    height: 62px;
    line-height: 62px;
}

header .nav_top02 ul {
    float: right;
}

header .nav_top02 ul li {
    float: left;
    font-size: 16px;
    line-height: 62px;
    margin: 0 37px;
}

header .nav_top02 ul li a {
    color: #333333;
}

header .nav_top02 ul li a:hover {
    color: #00aef2;
}

header .nav_top02_show {
    display: block;
}

header .mobile {
    display: none;
}

header .nav_right {
    text-align: center;
    z-index: 999;
    background: #0e0e0e;
    width: 76px;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
}

header .nav_right a {
    display: block;
    margin: 60px 23px 22px 23px;
}


.swiper-banner {
    width: 100%;
    height: 650px;
}
.swiper-banner .swiper-pagination-bullet {
    width: 52px;
    height: 3px;
    border-radius: 0;
}
.swiper-banner .swiper-pagination-bullet-active {
    background: #00aef2;
}
.swiper-banner .swiper-slide .img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media screen and (max-width: 1400px) {
    header .nav_top01 {
        max-width: 1200px;
    }
    header .nav_top01 .logo {
        width: 240px;
    }
    header .nav_top01 ul li {
        margin: 0 20px;
    }
    .t_box {
        max-width: 1200px;
    }
    header .nav_top02 .logo {
        width: 240px;
    }
    header .nav_top02 ul li {
        margin: 0 20px;
    }
}
@media screen and (max-width: 768px) {
    header .nav_top01 {
        position: absolute;
        z-index: 2;
    }

    header .nav_top01 span {
        margin: 20px 0 0 20px;
        float: left;
    }

    header .nav_top01 span img {
        width: 70%;
    }

    header .nav_top01 ul {
        display: none;
        float: left;
        margin-left: 40px;
    }

    header .nav_top01 ul li {
        float: left;
        font-size: 16px;
        line-height: 120px;
        margin: 0 37px;
    }

    header .nav_top01 ul li a {
        color: #fff;
    }

    header .nav_top01 ul li a:hover {
        color: #00aef2;
    }

    header .nav_top02_show {
        display: none;
    }

    header .mobile {
        z-index: 2;
        display: block;
        position: absolute;
        right: 20px;
        top: 32px;
    }

    header .nav_right {
        transition: 0.3s;
        z-index: 999;
        background: #0e0e0e;
        width: 0px;
        height: 100%;
        position: fixed;
        right: 0;
    }

    header .nav_right a {
        display: block;
        margin: 60px 34px 22px 12px;
    }

    header .home_banner .swiper-container .swiper-wrapper .swiper-slide img {
        width: 100%;
        height: 400px;
    }

    header .home_banner .swiper-pagination .swiper-pagination-bullet {
        width: 52px;
        height: 3px;
        border-radius: 0;
    }

    header .home_banner .swiper-pagination .swiper-pagination-bullet-active {
        background: #00aef2;
    }

    header .home_banner .swiper-button-prev {
        display: none;
        padding: 4px 4px 4px 38px;
        margin-left: 0;
        width: 124px;
        height: 72px;
        background: #00aef2;
    }

    header .home_banner .swiper-button-prev .btn_left {
        position: absolute;
        left: 14px;
        top: 32px;
    }

    header .home_banner .swiper-button-prev .swiper-container02 {
        overflow: hidden;
    }

    header .home_banner .swiper-button-prev .swiper-container02 .swiper-wrapper .swiper-slide img {
        width: 122px;
        height: 72px;
    }
}

.home_service_bg {
    background-color: #f4f1f1;
}
main .home_service {
    max-width: 1400px;
    margin: 0 auto;
    padding: 68px 0 0;
    position: relative;
    background: #f4f1f1;
    height: auto;
}

main .home_service h1 {
    font-size: 30px;
    color: #00aef2;
}

main .home_service .a_01 {
    margin: 20px 0 40px 0;
    display: block;
    font-size: 16px;
    color: #909090;
}

main .home_service .a_01 img {
    width: 174px;
    height: 102px;
}

main .home_service .layui-tab .layui-tab-title {
    border: none;
}

main .home_service .layui-tab .layui-tab-title li {
    width: 118px;
    height: 42px;
    color: #333333;
}

main .home_service .layui-tab .layui-tab-title .layui-this {
    color: #fff;
    background: #00aef2;
    width: 118px;
    height: 42px;
}
main .home_service .layui-tab-content {
    padding: 30px 0 50px;
}
main .home_service .layui-tab-item {
    overflow: hidden;
}
main .home_service .layui-tab-item .txt {
    float: left;
    width: 45%;
}
main .home_service .layui-tab-item .txt h6 {
    width: 338px;
    font-size: 32px;
    color: #000;
    margin-bottom: 22px;
}
main .home_service .layui-tab-item .txt p {
    width: 460px;
    font-size: 16px;
    line-height: 2;
    color: #6b6b6b;
}

main .home_service .layui-tab-item img {
    float: right;
    width: 640px;
    height: 340px;
}

main .home_service .layui-tab .layui-tab-content .picbox_top ul .show {
    opacity: 1;
}

main .home_service .layui-tab .layui-tab-content .picbox_bottom {
    background: #00aef2;
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    height: 170px;
}

main .home_service .layui-tab .layui-tab-content .picbox_bottom .product_list {
    margin-top: 20px;
}

main .home_service .layui-tab .layui-tab-content .picbox_bottom .product_list .arrow_left {
    background: url("../images/home/arrow_left.png") no-repeat;
    width: 35px;
    height: 35px;
    padding: 40px 20px 0 0;
    display: inline-block;
}

main .home_service .layui-tab .layui-tab-content .picbox_bottom .product_list .arrow_right {
    background: url("../images/home/arrow_right.png") no-repeat;
    width: 35px;
    height: 35px;
    padding-top: 40px;
    display: inline-block;
}

main .home_service .layui-tab .layui-tab-content .picbox_bottom .product_list .product_listbox {
    display: inline-block;
    width: 1081px;
    overflow: hidden;
    margin-left: 16%;
}

main .home_service .layui-tab .layui-tab-content .picbox_bottom .product_list .product_listbox ul {
    position: relative;
    left: 0;
    width: 1000%;
}

main .home_service .layui-tab .layui-tab-content .picbox_bottom .product_list .product_listbox ul li {
    float: left;
    margin: 0 20px;
}

main .home_service .layui-tab .layui-tab-content .picbox_bottom .product_list .product_listbox ul li a {
    padding: 0;
}

main .home_service .layui-tab .layui-tab-content .picbox_bottom .product_list .product_listbox ul li a img {
    width: 174px;
    height: 102px;
}
@media screen and (max-width: 1400px) {
    main .home_service {
        max-width: 1200px;
    }
    main .home_service .layui-tab-content {
        padding: 30px 20px;
        box-sizing: border-box;
    }
    main .home_service .layui-tab-item .txt {
        width: 40%;
    }
}

@media screen and (max-width: 768px) {
    main .home_service {
        background: #f4f1f1;
        padding: 20px 10px;
        box-sizing: border-box;
        height: auto;
        margin: 0 auto;
    }

    main .home_service h1 {
        padding: 0;
        font-size: 22px;
        color: #00aef2;
    }

    main .home_service .a_01 {
        padding: 0;
        margin: 10px 0 20px 0;
        display: block;
        font-size: 14px;
        color: #909090;
    }

    main .home_service .a_01 img {
        width: 139px;
        height: auto;
    }

    main .home_service .layui-tab .layui-tab-title {
        padding: 0;
        text-align: center;
        border: none;
    }

    main .home_service .layui-tab .layui-tab-title li {
        width: 30%;
        height: 42px;
        color: #333333;
        padding: 0;
    }

    main .home_service .layui-tab .layui-tab-title .layui-this {
        padding: 0;
        color: #fff;
        background: #00aef2;
        width: 30%;
        height: 42px;
    }

    main .home_service .layui-tab .layui-tab-title .layui-this:after {
        border: none;
    }

    main .home_service .layui-tab .layui-tab-content {
        padding: 0 0 20px 0;
    }

    main .home_service .layui-tab-item .txt {
        float: none;
        width: 100%;
    }
    main .home_service .layui-tab-item .txt h6 {
        width: 100%;
    }
    main .home_service .layui-tab-item .txt p {
        width: 100%;
        font-size: 14px;
    }
    main .home_service .layui-tab-item img {
        float: none;
        width: 100%;
        height: auto;
    }
    main .home_case .case_list ul li .show {
        width: 100%;
    }
    main .home_service .layui-tab .layui-tab-content .picbox_top {
        width: 100%;
        height: 460px;
        position: relative;
    }

    main .home_service .layui-tab .layui-tab-content .picbox_top ul li {
        position: absolute;
        opacity: 0;
        transition: 0.5s;
        padding-top: 20px;
    }

    main .home_service .layui-tab .layui-tab-content .picbox_top ul li p:nth-child(1) {
        width: 320px;
        font-size: 32px;
        color: #000;
        margin-left: 0px;
        margin-bottom: 22px;
    }

    main .home_service .layui-tab .layui-tab-content .picbox_top ul li p:nth-child(2) {
        width: 320px;
        font-size: 32px;
        color: #00aef2;
        margin-left: 0px;
        margin-bottom: 30px;
    }

    main .home_service .layui-tab .layui-tab-content .picbox_top ul li p:nth-child(3) {
        width: 320px;
        font-size: 18px;
        color: #6b6b6b;
        margin-left: 0px;
    }

    main .home_service .layui-tab .layui-tab-content .picbox_top ul li img {
        width: 300px;
        height: 200px;
        position: absolute;
        top: 266px;
        left: 0px;
    }

    main .home_service .layui-tab .layui-tab-content .picbox_top ul .show {
        opacity: 1;
    }

    main .home_service .layui-tab .layui-tab-content .picbox_bottom {
        background: #00aef2;
        position: absolute;
        bottom: 40px;
        left: -20px;
        width: 106%;
        height: 136px;
    }

    main .home_service .layui-tab .layui-tab-content .picbox_bottom .product_list {
        margin-top: 20px;
    }

    main .home_service .layui-tab .layui-tab-content .picbox_bottom .product_list .arrow_left {
        background: url("../images/home/arrow_left.png") no-repeat;
        width: 35px;
        height: 35px;
        display: block;
        position: absolute;
        left: 16px;
        bottom: 0px;
    }

    main .home_service .layui-tab .layui-tab-content .picbox_bottom .product_list .arrow_right {
        background: url("../images/home/arrow_right.png") no-repeat;
        width: 35px;
        height: 35px;
        display: block;
        position: absolute;
        right: 0%;
        bottom: 0px;
    }

    main .home_service .layui-tab .layui-tab-content .picbox_bottom .product_list .product_listbox {
        width: 100%;
        overflow: hidden;
        margin-left: 0%;
    }

    main .home_service .layui-tab .layui-tab-content .picbox_bottom .product_list .product_listbox ul {
        position: relative;
        top: 18px;
        left: 0;
        width: 2000%;
    }

    main .home_service .layui-tab .layui-tab-content .picbox_bottom .product_list .product_listbox ul li {
        float: left;
        margin: 0 20px;
    }

    main .home_service .layui-tab .layui-tab-content .picbox_bottom .product_list .product_listbox ul li a img {
        width: 134px;
        height: 78px;
    }
}

main .home_case {
    max-width: 1400px;
    padding-top: 68px;
    margin: 0 auto;
}

main .home_case h1 {
    font-size: 30px;
    color: #00aef2;
    padding-left: 0px;
}

main .home_case .a_01 {
    margin: 20px 0 40px 0;
    display: block;
    font-size: 16px;
    color: #909090;
    padding-left: 0px;
}
main .home_case .case_list {
    width: 100%;
}
main .home_case .case_list ul li {
    position: relative;
    float: left;
    cursor: pointer;
    width: 24.1%;
    margin-right: 1.2%;
    margin-bottom: 30px;
}
main .home_case .case_list ul li:nth-of-type(4n) {
    margin-right: 0;
}

main .home_case .case_list ul li .a {
    width: 100%;
    height: 240px;
    line-height: 240px;
    border: 1px solid #d6d6d6;
    display: block;
    overflow: hidden;
    font-size: 0;
    text-align: center;
}
main .home_case .case_list ul li .a img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
main .home_case .case_list ul li .show {
    display: none;
}

main .home_case .case_list ul li .show {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

main .home_case .case_list ul li .show img {
    display: block;
    margin: 0 auto 20px;
    width: 70%;
}

main .home_case .case_list ul li .show .con {
    padding: 0 0 10px;
}

main .home_case .case_list ul li .show .p {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 15px;
    text-align: center;
    font-weight: bold;
}

main .home_case .case_list ul li .show p {
    color: #333;
    font-size: 14px;
    line-height: 2;
}

main .home_case .case_list ul li .a img {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

main .home_case .case_list ul li .a .text {
    z-index: 1;
    position: absolute;
    border: none;
    opacity: 0;
    top: 21px;
    padding: 80px 54px;
    transition: 0.3s;
}

main .home_case .case_list ul li .a .text p:nth-child(1) {
    width: 262px;
    font-size: 24px;
    color: #fff;
    margin-bottom: 24px;
}

main .home_case .case_list ul li .a .text p:nth-child(2) {
    width: 262px;
    font-size: 18px;
    color: #fff;
}

main .home_case .case_list ul li .a .bg {
    width: 350px;
    height: 320px;
    display: block;
    background: #00aef2;
    position: absolute;
    top: 21px;
    opacity: 0;
    transition: 0.3s;
}

main .home_case .case_list ul li .a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

main .home_case .case_list ul li .a:hover .text {
    opacity: 1;
}

main .home_case .case_list ul li .a:hover .bg {
    opacity: 0.8;
}
@media screen and (max-width: 1400px) {
    main .home_case {
        max-width: 1200px;
    }
    main .home_case .case_list ul li .a {
        height: 200px;
        line-height: 200px;
    }
}
@media screen and (max-width: 768px) {
    main .home_case {
        width: 94%;
        background: #ffffff;
        padding-top: 20px;
        padding-left: 20px;
        height: auto;
        margin: 0 auto;
    }

    main .home_case h1 {
        font-size: 24px;
        color: #00aef2;
        padding-left: 0;
    }

    main .home_case .a_01 {
        margin: 10px 0 20px 0;
        display: block;
        font-size: 14px;
        color: #909090;
        padding-left: 0;
    }

    main .home_case .case_list ul li {
        width: 40%;
        height: auto;
        float: left;
        margin-right: 10px;
        margin-left: 14px;
        cursor: pointer;
    }

    main .home_case .case_list ul li .a {
        margin: 20px 0;
        width: 100%;
        height: auto;
        border: 1px solid #d6d6d6;
        position: relative;
    }

    main .home_case .case_list ul li .a img {
        width: 100%;
        height: auto;
    }

    main .home_case .case_list ul li .a .text {
        display: none;
        z-index: 1;
        position: absolute;
        border: none;
        opacity: 0;
        top: 0;
        padding: 80px 54px;
        transition: 0.3s;
    }

    main .home_case .case_list ul li .a .text p:nth-child(1) {
        width: 262px;
        font-size: 24px;
        color: #fff;
        margin-bottom: 24px;
    }

    main .home_case .case_list ul li .a .text p:nth-child(2) {
        width: 262px;
        font-size: 18px;
        color: #fff;
    }

    main .home_case .case_list ul li .a .bg {
        width: 100%;
        height: 100%;
        display: block;
        background: #00aef2;
        position: absolute;
        top: 0;
        opacity: 0;
        transition: 0.3s;
    }

    main .home_case .case_list ul li .a:hover .text {
        opacity: 1;
    }

    main .home_case .case_list ul li .a:hover .bg {
        opacity: 0.8;
    }
}

main .home_support {
    max-width: 1400px;
    padding: 60px 0;
    margin: 0 auto;
}

main .home_support h1 {
    font-size: 30px;
    color: #00aef2;
    margin-bottom: 80px;
}

main .home_support .support_list {
    width: 82%;
    margin: 0 auto;
}

.zx-support_list .pos_relative {
    position: relative;
    zoom: 1;
}

.zx-support_list .xmlc {
    padding-bottom: 28%;
}

.zx-support_list .item_imglist1,
.item_imglist2 {
    margin-bottom: 10px;
}


.zx-support_list .item_imglist1 {
    position: relative;
    z-index: 1;
}

.zx-support_list .list-unstyled {
    padding-left: 0;
    list-style: none;
}

.zx-support_list .item_imglist1 img {
    display: block;
    width: 100%;
}

.zx-support_list .item_imglist1 li {
    display: block;
    width: 25%;
}

.zx-support_list .item_imglist1 li {
    position: absolute;
    left: 10%;
    top: 10%;
}

.zx-support_list .item_imglist1 li.li_2 {
    left: 40%;
}

.zx-support_list .item_imglist1 li.li_3 {
    left: 70%;
}

.zx-support_list .item_imglist1 li.li_4 {
    left: 75%;
}

.zx-support_list .item_imglist2 {
    position: absolute;
    width: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    overflow: hidden;
    padding-bottom: 30%;
}

.zx-support_list .item_imglist2 li {
    position: absolute;
    bottom: -400px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.zx-support_list .item_imglist2 li {
    width: 49.7%;
    left: 0;
}

.zx-support_list .item_imglist2 li.li_2 {
    width: 56.6%;
    left: 25%;
}

.zx-support_list .item_imglist2 li.li_3 {
    width: 24%;
    left: auto;
    right: 0;
}

.zx-support_list .li_4 {
    width: 49.7%;
    left: 0px;
}

.zx-support_list .li_5 {
    width: 56.6%;
    left: 25%;
}

.zx-support_list .li_6 {
    width: 24%;
    right: 0px;
}
@media screen and (max-width: 1400px) {
    main .home_support {
        max-width: 1200px;
    }
}
@media screen and (max-width: 768px) {
    main .home_support {
        background: #2d2e29;
        padding-top: 20px;
        padding-left: 20px;
        height: auto;
        margin: 0 auto;
    }

    main .home_support h1 {
        font-size: 24px;
        color: #00aef2;
        padding-left: 0;
    }

    main .home_support .support_list ul li:nth-child(1) {
        float: left;
        padding: 80px 0;
        text-align: center;
        width: 95%;
        height: auto;
        background: #fff;
        margin: 40px 22px 0 0;
    }

    main .home_support .support_list ul li:nth-child(1) span {
        background: url("../images/home/support_hui01.png") no-repeat;
        width: 75px;
        height: 71px;
        display: inline-block;
    }

    main .home_support .support_list ul li:nth-child(1) h3 {
        font-size: 26px;
        margin: 40px 0 50px;
    }

    main .home_support .support_list ul li:nth-child(1) p {
        font-size: 15px;
        padding: 0 20px;
        line-height: 24px;
        text-align: justify;
    }

    main .home_support .support_list ul li:nth-child(1):hover span {
        background: url("../images/home/support_huang01.png") no-repeat;
        width: 75px;
        height: 71px;
        display: inline-block;
    }

    main .home_support .support_list ul li:nth-child(1):hover h3 {
        font-size: 26px;
        margin: 40px 0 50px;
        color: #00aef2;
    }

    main .home_support .support_list ul li:nth-child(1):hover p {
        font-size: 15px;
        padding: 0 20px;
        line-height: 24px;
        text-align: justify;
    }

    main .home_support .support_list ul li:nth-child(2) {
        float: left;
        padding: 80px 0;
        text-align: center;
        width: 95%;
        height: auto;
        background: #fff;
        margin: 40px 22px 0 0;
    }

    main .home_support .support_list ul li:nth-child(2) span {
        background: url("../images/home/support_hui02.png") no-repeat;
        width: 75px;
        height: 71px;
        display: inline-block;
    }

    main .home_support .support_list ul li:nth-child(2) h3 {
        font-size: 26px;
        margin: 40px 0 50px;
    }

    main .home_support .support_list ul li:nth-child(2) p {
        font-size: 15px;
        padding: 0 20px;
        line-height: 24px;
        text-align: justify;
    }

    main .home_support .support_list ul li:nth-child(2):hover span {
        background: url("../images/home/support_huang02.png") no-repeat;
        width: 75px;
        height: 71px;
        display: inline-block;
    }

    main .home_support .support_list ul li:nth-child(2):hover h3 {
        font-size: 26px;
        margin: 40px 0 50px;
        color: #00aef2;
    }

    main .home_support .support_list ul li:nth-child(2):hover p {
        font-size: 15px;
        padding: 0 20px;
        line-height: 24px;
        text-align: justify;
    }

    main .home_support .support_list ul li:nth-child(3) {
        float: left;
        padding: 80px 0;
        text-align: center;
        width: 95%;
        height: auto;
        background: #fff;
        margin: 40px 22px 0 0;
    }

    main .home_support .support_list ul li:nth-child(3) span {
        background: url("../images/home/support_hui03.png") no-repeat;
        width: 75px;
        height: 71px;
        display: inline-block;
    }

    main .home_support .support_list ul li:nth-child(3) h3 {
        font-size: 26px;
        margin: 40px 0 50px;
    }

    main .home_support .support_list ul li:nth-child(3) p {
        font-size: 15px;
        padding: 0 20px;
        line-height: 24px;
        text-align: justify;
    }

    main .home_support .support_list ul li:nth-child(3):hover span {
        background: url("../images/home/support_huang03.png") no-repeat;
        width: 75px;
        height: 71px;
        display: inline-block;
    }

    main .home_support .support_list ul li:nth-child(3):hover h3 {
        font-size: 26px;
        margin: 40px 0 50px;
        color: #00aef2;
    }

    main .home_support .support_list ul li:nth-child(3):hover p {
        font-size: 15px;
        padding: 0 20px;
        line-height: 24px;
        text-align: justify;
    }
}

main .home_news {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    background: #ffffff;
    padding-top: 68px;
    padding-bottom: 68px;
}

main .home_news h1 {
    font-size: 30px;
    color: #00aef2;
}

main .home_news a {
    margin: 20px 0 40px 0;
    display: block;
    font-size: 16px;
    color: #909090;
}

main .home_news .news_box {
    width: 100%;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    padding: 15px 20px;
    overflow: hidden;
}

.pull-right a span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

main .home_news .news_box h3 {
    font-size: 20px;
    color: #282828;
    margin-bottom: 36px;
}

main .home_news .news_box h3 span {
    float: right;
    margin-right: 146px;
}

@media screen and (max-width: 1720px) {
    main .home_news .news_box h3 span {
        display: none;
    }
}

main .home_news .news_box .box01 {
    width: 532px;
    height: 344px;
}

main .home_news .news_box .box01 .swiper-container_news {
    overflow: hidden;
    position: relative;
}

main .home_news .news_box .box01 .swiper-container_news .swiper-wrapper {
    position: relative;
}

main .home_news .news_box .box01 .swiper-container_news .swiper-wrapper .swiper-slide img {
    width: 532px;
    height: 344px;
}

main .home_news .news_box .box01 .swiper-container_news .swiper-wrapper .swiper-slide p {
    z-index: 1;
    font-size: 14px;
    color: #fff;
    position: absolute;
    bottom: 10px;
    left: 20px;
}

main .home_news .news_box .box01 .swiper-container_news .swiper-wrapper .swiper-slide span {
    height: 40px;
    width: 532px;
    color: #fff;
    background: #000;
    opacity: 0.7;
    position: absolute;
    bottom: 0px;
    left: 0;
}

main .home_news .news_box .box01 .swiper-container_news .swiper-pagination {
    width: 100%;
    line-height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: right;
}

main .home_news .news_box .box01 .swiper-container_news .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 0;
}

main .home_news .news_box .box01 .swiper-container_news .swiper-pagination .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    background: #00aef2;
    border-radius: 0;
}

main .home_news .news_box .box02 {
    width: 534px;
    margin-left: 44px;
}

main .home_news .news_box .box02 ul li {
    border-bottom: 1px solid #e1e1e1;
    padding: 26px 0;
}

main .home_news .news_box .box02 ul li a {
    margin: 0;
}

main .home_news .news_box .box02 ul li a div {
    float: left;
    width: 72px;
    height: 82px;
    text-align: center;
    background: #c0c0c0;
}

main .home_news .news_box .box02 ul li a div p:nth-child(1) {
    padding-top: 8px;
    font-size: 32px;
    color: #fff;
    margin: 0;
    width: auto;
}

main .home_news .news_box .box02 ul li a div p:nth-child(2) {
    font-size: 16px;
    color: #fff;
    margin: 0;
    width: auto;
}

main .home_news .news_box .box02 ul li a h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 16px 90px;
    width: 378px;
    height: 21px;
    overflow: hidden;
}

main .home_news .news_box .box02 ul li a p {
    font-size: 14px;
    margin: 0 0 0px 90px;
    width: 378px;
    height: 38px;
    overflow: hidden;
}

main .home_news .news_box .box02 ul li a:hover div {
    background: #00aef2;
}

main .home_news .news_box .box02 ul li a:hover h3 {
    color: #00aef2;
}

main .home_news .news_box .box03 a {
    margin: 0 0 30px 0;
}

main .home_news .news_box .box03 a img {
    width: 224px;
    height: 122px;
    display: block;
    margin-bottom: 10px;
}

@media screen and (max-width: 1720px) {
    main .home_news .news_box .box03 {
        display: none;
    }
}

/* main .home_news .news_box {
    width: 80%;
} */
@media screen and (max-width: 1400px) {
    main .home_news {
        max-width: 1200px;
    }
}
@media screen and (max-width: 768px) {
    main .home_news {
        background: #ffffff;
        padding-top: 20px;
        padding-left: 20px;
        height: auto;
        margin: 0 auto;
    }

    main .home_news h1 {
        font-size: 24px;
        color: #00aef2;
    }

    main .home_news a {
        margin: 10px 0 20px 0;
        display: block;
        font-size: 14px;
        color: #909090;
    }

    main .home_news .news_box {
        width: 100%;
        height: auto;
        border: 0px solid #e6e6e6;
        padding: 0;
    }

    main .home_news .news_box h3 {
        font-size: 20px;
        color: #282828;
        margin-bottom: 36px;
    }

    main .home_news .news_box h3 span {
        display: none;
        float: right;
        margin-right: 146px;
    }

    main .home_news .news_box .box01 {
        width: 95%;
        height: 344px;
        float: none;
    }

    main .home_news .news_box .box01 .swiper-container_news {
        overflow: hidden;
        position: relative;
    }

    main .home_news .news_box .box01 .swiper-container_news .swiper-wrapper {
        position: relative;
    }

    main .home_news .news_box .box01 .swiper-container_news .swiper-wrapper .swiper-slide img {
        width: 532px;
        height: 344px;
    }

    main .home_news .news_box .box01 .swiper-container_news .swiper-wrapper .swiper-slide p {
        z-index: 1;
        font-size: 14px;
        color: #fff;
        position: absolute;
        bottom: 30px;
        left: 20px;
    }

    main .home_news .news_box .box01 .swiper-container_news .swiper-wrapper .swiper-slide span {
        height: 40px;
        width: 532px;
        color: #fff;
        background: #000;
        opacity: 0.7;
        position: absolute;
        bottom: 20px;
        left: 0;
    }

    main .home_news .news_box .box01 .swiper-container_news .swiper-pagination {
        width: 100%;
        line-height: 40px;
        position: absolute;
        bottom: 20px;
        left: 0;
        text-align: right;
    }

    main .home_news .news_box .box01 .swiper-container_news .swiper-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        background: #fff;
        border-radius: 0;
    }

    main .home_news .news_box .box01 .swiper-container_news .swiper-pagination .swiper-pagination-bullet-active {
        width: 10px;
        height: 10px;
        background: #00aef2;
        border-radius: 0;
    }

    main .home_news .news_box .box02 {
        width: 100%;
        margin-left: 0px;
        float: none;
    }

    main .home_news .news_box .box02 ul {
        margin-top: 20px;
    }

    main .home_news .news_box .box02 ul li {
        width: 95%;
        border-bottom: 1px solid #e1e1e1;
        padding: 14px 0;
    }

    main .home_news .news_box .box02 ul li a {
        margin: 0;
    }

    main .home_news .news_box .box02 ul li a div {
        float: left;
        width: 72px;
        height: 82px;
        text-align: center;
        background: #00aef2;
    }

    main .home_news .news_box .box02 ul li a div p:nth-child(1) {
        padding-top: 8px;
        font-size: 32px;
        color: #fff;
        margin: 0;
        width: auto;
    }

    main .home_news .news_box .box02 ul li a div p:nth-child(2) {
        font-size: 16px;
        color: #fff;
        margin: 0;
        width: auto;
    }

    main .home_news .news_box .box02 ul li a h3 {
        font-size: 16px;
        font-weight: bold;
        margin: 0 0 16px 90px;
        width: 236px;
        height: 21px;
        overflow: hidden;
    }

    main .home_news .news_box .box02 ul li a p {
        font-size: 14px;
        margin: 0 0 0px 90px;
        width: 236px;
        height: 38px;
        overflow: hidden;
    }

    main .home_news .news_box .box02 ul li a:hover h3 {
        color: #00aef2;
    }

    main .home_news .news_box .box03 {
        float: none;
        display: none;
    }

    main .home_news .news_box .box03 a {
        margin: 0 0 30px 0;
    }

    main .home_news .news_box .box03 a img {
        width: 224px;
        height: 122px;
        display: block;
        margin-bottom: 10px;
    }
}
.home_about_bg {
    background: url("../images/home/about_bg.jpg") no-repeat 0px 100px;
}
main .home_about {
    max-width: 1400px;
    margin: 0 auto;
    border-top: 1px solid #e6e6e6;
    position: relative;
    padding: 60px 0 90px;
}

main .home_about h1 {
    font-size: 30px;
    color: #00aef2;
}

main .home_about a {
    margin: 20px 0 40px 0;
    display: block;
    font-size: 16px;
    color: #909090;
}

main .home_about .about_box {
    position: relative;
    width: 100%;
    margin-left: 0px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

main .home_about .about_box h3 {
    padding: 50px 0 50px 60px;
    font-size: 22px;
}

main .home_about .about_box p {
    width: 50%;
    padding-left: 60px;
    font-size: 15px;
    color: #808080;
    line-height: 2;
    margin-bottom: 40px;
}

main .home_about .about_box a {
    margin-left: 60px;
    width: 122px;
    height: 45px;
    display: block;
    border: 1px solid #d5d6e8;
    text-align: center;
    line-height: 45px;
}

main .home_about .about_box img {
    width: 570px;
    height: 406px;
    position: absolute;
    right: 0;
    top: 0;
}
@media screen and (max-width: 1400px) {
    main .home_about {
        max-width: 1200px;
    }
    main .home_about .about_box p {
        padding-left: 20px;
        font-size: 14px;
        width: 47%;
    }
    main .home_about .about_box img {
        width: 540px;
        height: 386px;
        right: 20px;
        top: 20px;
    }
}
@media screen and (max-width: 768px) {
    main .home_about {
        border-top: 1px solid #e6e6e6;
        position: relative;
        padding-top: 20px;
        padding-bottom: 100px;
        padding-left: 20px;
        height: auto;
        margin: 0 auto;
        background: url("../images/home/about_bg.jpg") no-repeat 0px 100px;
    }

    main .home_about h1 {
        font-size: 24px;
        color: #00aef2;
    }

    main .home_about a {
        margin: 20px 0 40px 0;
        display: block;
        font-size: 14px;
        color: #909090;
    }

    main .home_about .about_box {
        padding-bottom: 20px;
        position: relative;
        width: 95%;
        height: auto;
        margin-left: 0px;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    }

    main .home_about .about_box h3 {
        padding: 20px 0 20px 20px;
        font-size: 22px;
    }

    main .home_about .about_box p {
        width: 91%;
        padding-left: 20px;
        font-size: 14px;
        color: #808080;
        line-height: 40px;
        margin-bottom: 40px;
    }

    main .home_about .about_box a {
        margin: 0px auto;
        width: 122px;
        height: 45px;
        display: block;
        border: 1px solid #d5d6e8;
        text-align: center;
        line-height: 45px;
    }

    main .home_about .about_box img {
        display: none;
        width: 406px;
        height: 406px;
        position: absolute;
        right: 0;
        top: 0;
    }
}

footer .home_contact {
    padding: 60px 0;
    background: url("../images/contact_bg1.jpg") no-repeat;
}

footer .home_contact .contact_box {
    position: relative;
    left: 66%;
    width: 320px;
    height: 460px;
    background: rgba(0, 174, 242, 0.85);
    padding: 40px;
}

footer .home_contact .contact_box p:nth-child(1) {
    color: #ffffff;
    font-size: 36px;
    margin-bottom: 12px;
    text-align: right;
}

footer .home_contact .contact_box p:nth-child(2) {
    color: #ffffff;
    font-size: 21px;
    margin-bottom: 14px;
    text-align: right;
}

footer .home_contact .contact_box span:nth-child(3) {
    width: 320px;
    height: 3px;
    background: #ffffff;
    display: block;
    margin-bottom: 16px;
}

footer .home_contact .contact_box p:nth-child(4) {
    font-size: 22px;
    line-height: 40px;
    color: #ffffff;
}

footer .home_contact .contact_box p:nth-child(5) {
    font-size: 22px;
    line-height: 40px;
    color: #ffffff;
}

footer .home_contact .contact_box p:nth-child(6) {
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
}

footer .home_contact .contact_box p:nth-child(7) {
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 16px;
}

footer .home_contact .contact_box p:nth-child(8) {
    font-size: 26px;
    color: #fff;
    margin-bottom: 20px;
}

footer .home_contact .contact_box span:nth-child(9) {
    width: 294px;
    height: 62px;
    background: rgba(0, 174, 242, 0.85);
    border: 2px solid #f7e9c4;
    display: block;
    border-radius: 6px;
    text-align: center;
}

footer .home_contact .contact_box span:nth-child(9) img {
    width: 39px;
    height: 24px;
}

footer .home_contact .contact_box span:nth-child(9) p {
    display: inline-block;
    line-height: 62px;
    margin-left: 10px;
}
@media screen and (max-width: 1400px) {
    footer .home_contact .contact_box {
        left: 63.7%;
    }
    footer .home_contact .contact_box p:nth-child(1) {
        font-size: 32px;
    }
}
@media screen and (max-width: 768px) {
    footer .home_contact {
        padding: 0px 0;
        background: url("../images/home/contact_bg.jpg") no-repeat;
    }

    footer .home_contact .contact_box {
        position: relative;
        left: 0%;
        width: 90%;
        height: auto;
        padding: 20px;
    }

    footer .home_contact .contact_box p:nth-child(1) {
        color: #ffffff;
        font-size: 36px;
        margin-bottom: 12px;
        text-align: left;
    }

    footer .home_contact .contact_box p:nth-child(2) {
        color: #ffffff;
        font-size: 21px;
        margin-bottom: 14px;
        text-align: left;
    }

    footer .home_contact .contact_box span:nth-child(3) {
        width: 320px;
        height: 3px;
        background: #ffffff;
        display: block;
        margin-bottom: 16px;
    }

    footer .home_contact .contact_box p:nth-child(4) {
        font-size: 22px;
        line-height: 40px;
        color: #ffffff;
    }

    footer .home_contact .contact_box p:nth-child(5) {
        font-size: 22px;
        line-height: 40px;
        color: #ffffff;
    }

    footer .home_contact .contact_box p:nth-child(6) {
        font-size: 14px;
        line-height: 30px;
        color: #ffffff;
    }

    footer .home_contact .contact_box p:nth-child(7) {
        font-size: 14px;
        line-height: 30px;
        color: #ffffff;
        margin-bottom: 16px;
    }

    footer .home_contact .contact_box p:nth-child(8) {
        font-size: 26px;
        color: #fff;
        margin-bottom: 20px;
    }

    footer .home_contact .contact_box span:nth-child(9) {
        margin: 0 auto;
        width: 294px;
        height: 62px;
        border: 2px solid #f7e9c4;
        display: block;
        border-radius: 6px;
        text-align: center;
    }

    footer .home_contact .contact_box span:nth-child(9) img {
        width: 39px;
        height: 24px;
    }

    footer .home_contact .contact_box span:nth-child(9) p {
        display: inline-block;
        line-height: 62px;
        margin-left: 10px;
    }
}

footer .footer_text {
    width: 100%;
    padding: 10px 0;
    background: #1b1b1b;
}

footer .footer_text p {
    text-align: center;
    font-size: 14px;
    color: #909090;
    line-height: 30px;
}

footer .footer_text p a {
    margin-left: 40px;
    color: #909090;
}

@media screen and (max-width: 768px) {
    footer .footer_text {
        width: 100%;
        height: auto;
        background: #1b1b1b;
    }

    footer .footer_text p {
        text-align: center;
        font-size: 14px;
        color: #909090;
        line-height: 20px;
        padding: 20px;
    }

    footer .footer_text p a {
        margin-left: 8px;
        color: #909090;
    }
}

/*----------------------
* 02服务内容
* ---------------------*/
.zx-other {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background-color: #fff;
}
header .nav_top_other {
    background: #fff;
    max-width: 1400px;
    margin: 0 auto;
    height: 62px;
}

header .nav_top_other .logo {
    float: left;
    width: 300px;
    height: 62px;
    line-height: 62px;
    font-size: 0;
}
header .nav_top_other .logo img {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

@media screen and (max-width: 768px) {
    header .nav_top_other span {
        margin: 14px 0 0 20px;
    }
}

header .nav_top_other ul {
    float: right;
}

header .nav_top_other ul li {
    float: left;
    font-size: 16px;
    line-height: 62px;
    margin: 0 20px;
}

header .nav_top_other ul li a {
    color: #333333;
}

header .nav_top_other ul li a:hover {
    color: #00aef2;
}

header .mobile_other {
    display: none;
}

header .home_banner img {
    width: 100%;
    height: auto;
}
@media screen and (max-width: 1400px) {
    header .nav_top_other {
        max-width: 1200px;
    }
    header .nav_top_other .logo {
        width: 240px;
    }
}
@media screen and (max-width: 768px) {
    header .nav_top_other .nav_btn02 {
        display: none;
    }

    header .mobile_other {
        z-index: 2;
        display: block;
        position: absolute;
        right: 20px;
        top: 20px;
    }

    header .home_banner img {
        width: 100%;
        height: 164px;
    }
}

main .service_tabs .layui-tab-title {
    width: 1200px;
    margin: 0 auto;
    border: none;
}

main .service_tabs .layui-tab-title li {
    width: 118px;
    height: 42px;
    color: #333333;
}

main .service_tabs .layui-tab-title .layui-this {
    color: #fff;
    background: #00aef2;
    width: 118px;
    height: 42px;
}

main .service_tabs .layui-tab-title .layui-this:after {
    border: none;
}

main .service_tabs .layui-tab-content {
    padding: 12px 0 0 0;
}

main .service_tabs .layui-tab-content .layui-tab-item ul li {
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

main .service_tabs .layui-tab-content .layui-tab-item ul li div {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 25px 0 0;
}

main .service_tabs .layui-tab-content .layui-tab-item ul li .zx-content .img {
    float: left;
    width: 380px;
    margin-right: 20px;
    margin-bottom: 20px;
}

main .service_tabs .layui-tab-content .layui-tab-item ul li div div:nth-child(2) {
    width: 750px;
    float: right;
}

main .service_tabs .layui-tab-content .layui-tab-item ul li div div:nth-child(2) p:nth-child(1) {
    font-size: 30px;
    color: #000;
    margin-bottom: 20px;
}

main .service_tabs .layui-tab-content .layui-tab-item ul li div div:nth-child(2) p:nth-child(2) {
    width: 600px;
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 10px;
}

main .service_tabs .layui-tab-content .layui-tab-item ul li:hover {
    /* background: #00aef2; */
}

main .service_tabs .layui-tab-content .layui-tab-item ul li:hover div:nth-child(2) p:nth-child(2) {
    /* color: #ffffff; */
}

main .service_tabs .layui-tab-content .layui-tab-item .page {
    margin: 60px 0;
    text-align: center;
}

main .service_tabs .layui-tab-content .layui-tab-item .page ul {
    display: inline-block;
}

main .service_tabs .layui-tab-content .layui-tab-item .page ul li {
    border: none;
    float: left;
    background: #f5f7fa;
    margin-right: 4px;
    border-radius: 3px;
}

main .service_tabs .layui-tab-content .layui-tab-item .page ul li a {
    display: block;
    padding: 5px 10px;
    color: #838383;
}

main .service_tabs .layui-tab-content .layui-tab-item .page ul li:hover {
    background: #00aef2;
}

main .service_tabs .layui-tab-content .layui-tab-item .page ul li:hover a {
    color: #fff;
}

@media screen and (max-width: 768px) {
    main .service_tabs .layui-tab-title {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        border: none;
    }

    main .service_tabs .layui-tab-title li {
        width: 90px;
        height: 42px;
        color: #333333;
    }

    main .service_tabs .layui-tab-title .layui-this {
        color: #fff;
        background: #00aef2;
        width: 90px;
        height: 42px;
    }

    main .service_tabs .layui-tab-title .layui-this:after {
        border: none;
    }

    main .service_tabs .layui-tab-content {
        padding: 12px 0 0 0;
    }

    main .service_tabs .layui-tab-content .layui-tab-item ul li {
        border-bottom: 1px solid rgba(51, 51, 51, 0.1);
    }

    main .service_tabs .layui-tab-content .layui-tab-item ul li div {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    main .service_tabs .layui-tab-content .layui-tab-item ul li div div:nth-child(1) {
        float: none;
        width: 100%;
        height: auto;
    }

    main .service_tabs .layui-tab-content .layui-tab-item ul li div div:nth-child(2) {
        width: 90%;
        float: none;
        margin: 0px 0px 0 20px;
    }

    main .service_tabs .layui-tab-content .layui-tab-item ul li div div:nth-child(2) p:nth-child(1) {
        font-size: 30px;
        color: #000;
        margin-bottom: 0px;
    }

    main .service_tabs .layui-tab-content .layui-tab-item ul li div div:nth-child(2) p:nth-child(2) {
        font-size: 30px;
        color: #00aef2;
        margin-bottom: 12px;
    }

    main .service_tabs .layui-tab-content .layui-tab-item ul li div div:nth-child(2) p:nth-child(3) {
        width: 100%;
        font-size: 18px;
        color: #333333;
        margin-bottom: 20px;
    }

    main .service_tabs .layui-tab-content .layui-tab-item ul li:hover {
        background: #00aef2;
    }

    main .service_tabs .layui-tab-content .layui-tab-item ul li:hover div:nth-child(2) p:nth-child(2) {
        color: #ffffff;
    }

    main .service_tabs .layui-tab-content .layui-tab-item .page {
        margin: 60px 0;
        text-align: center;
    }

    main .service_tabs .layui-tab-content .layui-tab-item .page ul {
        display: inline-block;
    }

    main .service_tabs .layui-tab-content .layui-tab-item .page ul li {
        border: none;
        float: left;
        background: #f5f7fa;
        margin-right: 4px;
        border-radius: 3px;
    }

    main .service_tabs .layui-tab-content .layui-tab-item .page ul li a {
        display: block;
        padding: 5px 10px;
        color: #838383;
    }

    main .service_tabs .layui-tab-content .layui-tab-item .page ul li:nth-child(6) {
        display: none;
    }

    main .service_tabs .layui-tab-content .layui-tab-item .page ul li:nth-child(7) {
        display: none;
    }

    main .service_tabs .layui-tab-content .layui-tab-item .page ul li:hover {
        background: #00aef2;
    }

    main .service_tabs .layui-tab-content .layui-tab-item .page ul li:hover a {
        color: #fff;
    }
}

/*----------------------
* 03案例展示
* ---------------------*/
main .case_container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 30px 0 10px;
}
main .case_container ul {
    width: 100%;
    overflow: hidden;
}

main .case_container ul li {
    float: left;
    cursor: pointer;
    width: 24.1%;
    margin-right: 1.2%;
    margin-bottom: 20px;
}
main .case_container ul li:nth-of-type(4n) {
    margin-right: 0;
}

main .case_container ul li .a {
    width: 100%;
    position: relative;
    cursor: pointer;
}

main .case_container ul li .a .img {
    border: 1px solid #d6d6d6;
    width: 100%;
    height: 280px;
    line-height: 280px;
    transition: 0.5s;
    overflow: hidden;
    text-align: right;
    font-size: 0;
}

main .case_container ul li .a .img img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

main .case_container ul li .a .img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

main .case_container ul li .a .img:hover {
    opacity: 1;
    visibility: visible;
}

main .case_container ul li .show {
    display: none;
}

main .case_container ul li .show {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

main .case_container ul li .show img {
    display: block;
    margin: 0 auto 20px;
    width: 70%;
}

main .case_container ul li .show .con {
    padding: 0 0 10px;
}

main .case_container ul li .show .p {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 15px;
    text-align: center;
    font-weight: bold;
}

main .case_container ul li .show p {
    color: #333;
    font-size: 14px;
    line-height: 2;
}

main .page {
    text-align: center;
}

main .page ul {
    padding: 25px 0;
    text-align: center;
}

main .page ul li {
    display: inline-block;
    vertical-align: top;
    border: none;
    background-color: #f5f7fa;
    margin: 0 5px;
    border-radius: 3px;
}

main .page ul li a {
    display: block;
    padding: 5px 10px;
    color: #838383;
}

main .page ul li:hover {
    background: #00aef2;
}

main .page ul li:hover a {
    color: #fff;
}
@media screen and (max-width: 1400px) {
    main .case_container {
        max-width: 1200px;
    }
    main .case_container ul li .a .img {
        height: 240px;
        line-height: 240px;
    }
}
@media screen and (max-width: 768px) {
    main .case_container ul {
        width: 100%;
        margin: 30px auto 10px;
    }

    main .case_container ul li {
        margin: 10px;
        float: left;
    }

    main .case_container ul li div {
        position: relative;
    }

    main .case_container ul li div div:nth-child(1) {
        border: 0px solid #d6d6d6;
        width: 100%;
        height: auto;
        transition: 0.5s;
    }

    main .case_container ul li div div:nth-child(2) {
        z-index: 1;
        position: relative;
        top: 0;
        left: 0px;
        width: 100%;
        background: #00aef2;
        height: auto;
        opacity: 1;
        visibility: visible;
        transition: 0.5s;
    }

    main .case_container ul li div div:nth-child(2) h3 {
        margin: 0px auto 20px;
        padding-top: 20px;
        font-size: 24px;
        color: #ffffff;
        width: 270px;
    }

    main .case_container ul li div div:nth-child(2) p {
        font-size: 18px;
        color: #ffffff;
        width: 270px;
        height: 168px;
        margin: 0 auto;
    }

    main .case_container ul li:nth-child(4n) {
        margin: 10px;
        float: left;
    }

    main .case_container ul li:nth-child(4n) div {
        position: relative;
    }

    main .case_container ul li:nth-child(4n) div div:nth-child(1) {
        border: 0px solid #d6d6d6;
        width: 352px;
        height: 317px;
        transition: 0.5s;
    }

    main .case_container ul li:nth-child(4n) div div:nth-child(2) {
        z-index: 1;
        position: relative;
        top: 0;
        left: 0px;
        width: 100%;
        background: #00aef2;
        height: auto;
        opacity: 1;
        visibility: visible;
        transition: 0.5s;
    }

    main .case_container ul li:nth-child(4n) div div:nth-child(2) h3 {
        margin: 0px auto 20px;
        padding-top: 20px;
        font-size: 24px;
        color: #ffffff;
        width: 270px;
    }

    main .case_container ul li:nth-child(4n) div div:nth-child(2) p {
        font-size: 18px;
        color: #ffffff;
        width: 270px;
        height: 168px;
        margin: 0 auto;
    }

    main .case_container .page {
        margin: 60px 0;
        text-align: center;
    }

    main .case_container .page ul {
        width: 334px;
        display: inline-block;
    }

    main .case_container .page ul li {
        border: none;
        float: left;
        background: #f5f7fa;
        margin: 0 4px 0 0;
        border-radius: 3px;
    }

    main .case_container .page ul li a {
        display: block;
        padding: 5px 10px;
        color: #838383;
    }

    main .case_container .page ul li:nth-child(6) {
        display: none;
    }

    main .case_container .page ul li:nth-child(7) {
        display: none;
    }

    main .case_container .page ul li:hover {
        background: #00aef2;
    }

    main .case_container .page ul li:hover a {
        color: #fff;
    }
}

/*----------------------
* 04行业新闻
* ---------------------*/
main .news_container {
    width: 1200px;
    margin: 0 auto;
}

main .news_container .news_left {
    width: 890px;
    height: auto;
}

main .news_container .news_left ul {
    margin-top: 40px;
}

main .news_container .news_left ul li {
    position: relative;
    padding: 22px 28px;
    background: #f7f6f6;
    margin-bottom: 20px;
}

main .news_container .news_left ul li h1 {
    font-size: 18px;
    color: #333333;
    margin-bottom: 6px;
}

main .news_container .news_left ul li p:nth-child(2) {
    font-size: 14px;
    color: #8f8f8f;
    margin-bottom: 20px;
}

main .news_container .news_left ul li p:nth-child(2) span {
    margin-left: 40px;
}

main .news_container .news_left ul li div {
    width: 117px;
    height: 87px;
}

main .news_container .news_left ul li p:nth-child(4) {
    font-size: 15px;
    line-height: 24px;
    width: 650px;
    height: 70px;
    overflow: hidden;
    position: absolute;
    top: 100px;
    right: 74px;
}

main .news_container .news_left ul li:hover h1 {
    color: #00aef2;
}

main .news_container .news_left .page {
    margin: 60px 0;
    text-align: center;
}

main .news_container .news_left .page ul {
    display: inline-block;
}

main .news_container .news_left .page ul li {
    padding: 0;
    border: none;
    float: left;
    background: #f5f7fa;
    margin-right: 4px;
    border-radius: 3px;
}

main .news_container .news_left .page ul li a {
    display: block;
    padding: 5px 10px;
    color: #838383;
}

main .news_container .news_left .page ul li:hover {
    background: #00aef2;
}

main .news_container .news_left .page ul li:hover a {
    color: #fff;
}

main .news_container .news_right {
    width: 232px;
    height: 672px;
    background: #f7f6f6;
    padding: 24px;
    margin-top: 40px;
}

main .news_container .news_right h1 {
    font-size: 16px;
    color: #252525;
    font-weight: bold;
}

main .news_container .news_right div {
    margin-top: 12px;
    width: 236px;
    height: 2px;
    background: #d8d8d8;
}

main .news_container .news_right div span {
    width: 66px;
    height: 2px;
    background: #00aef2;
    display: block;
}

main .news_container .news_right ul li {
    padding: 18px 0;
    border-bottom: 1px dashed #d8d8d8;
}

main .news_container .news_right ul li span {
    width: 16px;
    height: 16px;
    display: block;
    background: #737373;
    border-radius: 10px;
    text-align: center;
    line-height: 16px;
    color: #fff;
    float: left;
    margin-top: 2px;
}

main .news_container .news_right ul li p {
    height: 40px;
    overflow: hidden;
    font-size: 15px;
    float: left;
    width: 206px;
    margin-left: 8px;
}

main .news_container .news_right ul li:nth-child(1) span {
    background: #00aef2;
}

main .news_container .news_right ul li:nth-child(2) span {
    background: #fdc334;
}

main .news_container .news_right ul li:nth-child(3) span {
    background: #fcd065;
}

main .news_container .news_right ul li:hover p {
    color: #00aef2;
}

@media screen and (max-width: 768px) {
    main .news_container {
        width: 100%;
        margin: 0 auto;
    }

    main .news_container .news_left {
        width: 100%;
        height: auto;
    }

    main .news_container .news_left ul {
        margin-top: 40px;
    }

    main .news_container .news_left ul li {
        position: relative;
        padding: 20px;
        background: #f7f6f6;
        margin-bottom: 20px;
    }

    main .news_container .news_left ul li h1 {
        font-size: 18px;
        color: #333333;
        margin-bottom: 6px;
    }

    main .news_container .news_left ul li p:nth-child(2) {
        font-size: 14px;
        color: #8f8f8f;
        margin-bottom: 20px;
    }

    main .news_container .news_left ul li p:nth-child(2) span {
        margin-left: 18px;
    }

    main .news_container .news_left ul li div {
        width: 117px;
        height: 87px;
    }

    main .news_container .news_left ul li p:nth-child(4) {
        font-size: 15px;
        line-height: 24px;
        width: 200px;
        height: 94px;
        position: absolute;
        top: 83px;
        right: 22px;
        overflow: hidden;
    }

    main .news_container .news_left ul li:hover h1 {
        color: #00aef2;
    }

    main .news_container .news_left .page {
        margin: 0px 0;
        text-align: center;
    }

    main .news_container .news_left .page ul {
        width: 334px;
        display: inline-block;
        margin: 0px;
    }

    main .news_container .news_left .page ul li {
        border: none;
        float: left;
        background: #f5f7fa;
        margin: 0 4px 0 0;
        border-radius: 3px;
    }

    main .news_container .news_left .page ul li a {
        display: block;
        padding: 5px 10px;
        color: #838383;
    }

    main .news_container .news_left .page ul li:nth-child(6) {
        display: none;
    }

    main .news_container .news_left .page ul li:nth-child(7) {
        display: none;
    }

    main .news_container .news_left .page ul li:hover {
        background: #00aef2;
    }

    main .news_container .news_left .page ul li:hover a {
        color: #fff;
    }

    main .news_container .news_right {
        display: none;
        width: 232px;
        height: 672px;
        background: #f7f6f6;
        padding: 24px;
        margin-top: 40px;
    }

    main .news_container .news_right h1 {
        font-size: 16px;
        color: #252525;
        font-weight: bold;
    }

    main .news_container .news_right div {
        margin-top: 12px;
        width: 236px;
        height: 2px;
        background: #d8d8d8;
    }

    main .news_container .news_right div span {
        width: 66px;
        height: 2px;
        background: #00aef2;
        display: block;
    }

    main .news_container .news_right ul li {
        padding: 18px 0;
        border-bottom: 1px dashed #d8d8d8;
    }

    main .news_container .news_right ul li span {
        width: 16px;
        height: 16px;
        display: block;
        background: #737373;
        border-radius: 10px;
        text-align: center;
        line-height: 16px;
        color: #fff;
        float: left;
        margin-top: 2px;
    }

    main .news_container .news_right ul li p {
        font-size: 15px;
        float: left;
        width: 206px;
        margin-left: 8px;
    }

    main .news_container .news_right ul li:nth-child(1) span {
        background: #00aef2;
    }

    main .news_container .news_right ul li:nth-child(2) span {
        background: #fdc334;
    }

    main .news_container .news_right ul li:nth-child(3) span {
        background: #fcd065;
    }

    main .news_container .news_right ul li:hover p {
        color: #00aef2;
    }
}

/*----------------------
* 05新闻详情
* ---------------------*/
main .news_container .news_left .news_box {
    width: 842px;
    height: auto;
    background: #f7f6f6;
    padding: 24px;
    margin-top: 40px;
}

main .news_container .news_left .news_box h1 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 24px;
}

main .news_container .news_left .news_box p {
    font-size: 13px;
    line-height: 2;
    color: #8f8f8f;
    margin-bottom: 12px;
}

main .news_container .news_left .news_box p span {
    margin-left: 20px;
}

main .news_container .news_left .news_box .news_line {
    width: 100%;
    height: 1px;
    background: #e2e2e2;
    display: block;
    margin-bottom: 36px;
}

main .news_container .news_left .news_box .textbox {
    margin-bottom: 40px;
}

main .news_container .news_left .news_box .btn_box {
    padding-bottom: 26px;
}

main .news_container .news_left .news_box .btn_box a:nth-child(1) {
    float: left;
}

main .news_container .news_left .news_box .btn_box a:nth-child(2) {
    float: right;
}

main .news_container .news_left .news_box .btn_box a:hover {
    color: #00aef2;
}

@media screen and (max-width: 768px) {
    main .news_container .news_left .news_box {
        width: 89%;
        height: auto;
        background: #f7f6f6;
        padding: 20px;
        margin-top: 20px;
    }

    main .news_container .news_left .news_box h1 {
        font-size: 18px;
        font-weight: bold;
        color: #333;
        margin-bottom: 24px;
    }

    main .news_container .news_left .news_box p {
        font-size: 13px;
        color: #8f8f8f;
        margin-bottom: 12px;
    }

    main .news_container .news_left .news_box p span {
        margin-left: 20px;
    }

    main .news_container .news_left .news_box p span:nth-child(2) {
        display: none;
    }

    main .news_container .news_left .news_box .news_line {
        width: 100%;
        height: 1px;
        background: #e2e2e2;
        display: block;
        margin-bottom: 20px;
    }

    main .news_container .news_left .news_box .textbox {
        margin-bottom: 40px;
    }

    main .news_container .news_left .news_box .btn_box {
        padding-bottom: 26px;
    }

    main .news_container .news_left .news_box .btn_box a:nth-child(1) {
        float: none;
        display: block;
    }

    main .news_container .news_left .news_box .btn_box a:nth-child(2) {
        float: none;
        display: block;
    }
}

/*----------------------
* 06关于纵远
* ---------------------*/
main .about_tabs {
    margin: 0;
}

main .about_tabs .layui-tab-title {
    width: 100%;
    height: 64px;
    background: #f4f1f1;
    border: none;
}

main .about_tabs .layui-tab-title li {
    font-size: 16px;
    margin: 14px 10px 0;
}

main .about_tabs .layui-tab-title li:nth-child(1) {
    margin-left: 270px;
}

main .about_tabs .layui-tab-title .layui-this {
    background: #00aef2;
    color: #fff;
    border: none;
}

main .about_tabs .layui-tab-title .layui-this:after {
    border: none;
}

main .about_tabs .layui-tab-content {
    padding: 0;
}

main .about_tabs .layui-tab-content .layui-tab-item .box_top_bg {
    background: #f8f8f8;
    padding: 60px 0;
}

main .about_tabs .layui-tab-content .layui-tab-item .box_top_bg .box_top {
    background: url("../images/about/box_bg.png");
    max-width: 1400px;
    height: 592px;
    margin: 0px auto;
}

main .about_tabs .layui-tab-content .layui-tab-item .box_top_bg .box_top .box_top_l {
    float: left;
    margin: 88px 0 0 138px;
}

main .about_tabs .layui-tab-content .layui-tab-item .box_top_bg .box_top .box_top_l h1 {
    font-size: 24px;
    color: #00aef2;
    font-weight: bold;
    margin-bottom: 12px;
}

main .about_tabs .layui-tab-content .layui-tab-item .box_top_bg .box_top .box_top_l span {
    width: 44px;
    height: 1px;
    background: #00aef2;
    display: block;
    margin-bottom: 48px;
}

main .about_tabs .layui-tab-content .layui-tab-item .box_top_bg .box_top .box_top_l div {
    width: 411px;
    height: auto;
}

main .about_tabs .layui-tab-content .layui-tab-item .box_top_bg .box_top .box_top_l div img {
    width: 411px;
    height: 232px;
}

main .about_tabs .layui-tab-content .layui-tab-item .box_top_bg .box_top p:nth-child(2) {
    width: 665px;
    height: auto;
    font-size: 16px;
    color: #5b5b5b;
    line-height: 40px;
    float: left;
    margin: 88px 0 0 40px;
}

main .about_tabs .layui-tab-content .layui-tab-item .box_top_bg .box_top p:nth-child(3) {
    width: 665px;
    height: auto;
    font-size: 14px;
    color: #5b5b5b;
    line-height: 20px;
    float: left;
    margin: 10px 0 0 40px;
}

main .about_tabs .layui-tab-content .layui-tab-item .box_bottom ul li {
    padding: 22px 0px;
}

main .about_tabs .layui-tab-content .layui-tab-item .box_bottom ul li div {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

main .about_tabs .layui-tab-content .layui-tab-item .box_bottom ul li div div {
    width: 338px;
    float: left;
}

main .about_tabs .layui-tab-content .layui-tab-item .box_bottom ul li div div img {
    width: 338px;
    height: 270px;
}

main .about_tabs .layui-tab-content .layui-tab-item .box_bottom ul li div p {
    width: 810px;
    float: right;
    color: #5b5b5b;
    line-height: 24px;
    margin-top: 14px;
}

main .about_tabs .layui-tab-content .layui-tab-item .box_bottom ul li:nth-child(2) {
    background: #00aef2;
}

main .about_tabs .layui-tab-content .layui-tab-item .box_bottom ul li:nth-child(2) div div {
    width: 338px;
    float: right;
}

main .about_tabs .layui-tab-content .layui-tab-item .box_bottom ul li:nth-child(2) div p {
    width: 810px;
    float: left;
    color: #5b5b5b;
    line-height: 24px;
}

main .about_tabs .layui-tab-content .layui-tab-item .qualification_bg {
    background: url("../images/about/zizhi_bg.jpg") no-repeat 0 472px;
}

main .about_tabs .layui-tab-content .layui-tab-item .honor_list ul {
    width: 1200px;
    margin: 40px auto;
}

main .about_tabs .layui-tab-content .layui-tab-item .honor_list ul li {
    width: 216px;
    height: 320px;
    float: left;
    padding: 30px;
    border: 1px solid #e1e1e1;
    display: flex;
    align-items: center;
    margin: 10px;
}

main .about_tabs .layui-tab-content .layui-tab-item .honor_list ul li:hover {
    border: 1px solid #00aef2;
}

@media screen and (max-width: 768px) {
    main .about_tabs {
        margin: 0;
    }

    main .about_tabs .layui-tab-title {
        width: 100%;
        height: 64px;
        background: #f4f1f1;
        border: none;
        text-align: center;
    }

    main .about_tabs .layui-tab-title li {
        font-size: 14px;
        margin: 14px 0 0 0;
        padding: 0 12px;
    }

    main .about_tabs .layui-tab-title li:nth-child(1) {
        margin-left: 10px;
    }

    main .about_tabs .layui-tab-title .layui-this {
        background: #00aef2;
        color: #fff;
        border: none;
    }

    main .about_tabs .layui-tab-title .layui-this:after {
        border: none;
    }

    main .about_tabs .layui-tab-content {
        padding: 0;
    }

    main .about_tabs .layui-tab-content .layui-tab-item .box_top_bg {
        background: #f8f8f8;
        padding: 20px 0;
    }

    main .about_tabs .layui-tab-content .layui-tab-item .box_top_bg .box_top {
        background: none;
        width: 100%;
        height: auto;
        margin: 0px auto;
    }

    main .about_tabs .layui-tab-content .layui-tab-item .box_top_bg .box_top .box_top_l {
        float: left;
        margin: 0px 0 0 20px;
    }

    main .about_tabs .layui-tab-content .layui-tab-item .box_top_bg .box_top .box_top_l h1 {
        font-size: 24px;
        color: #00aef2;
        font-weight: bold;
        margin-bottom: 12px;
    }

    main .about_tabs .layui-tab-content .layui-tab-item .box_top_bg .box_top .box_top_l span {
        width: 44px;
        height: 1px;
        background: #00aef2;
        display: block;
        margin-bottom: 48px;
    }

    main .about_tabs .layui-tab-content .layui-tab-item .box_top_bg .box_top .box_top_l div {
        width: 95%;
        height: auto;
        margin-bottom: 10px;
    }

    main .about_tabs .layui-tab-content .layui-tab-item .box_top_bg .box_top p:nth-child(2) {
        width: 90%;
        height: auto;
        font-size: 14px;
        color: #5b5b5b;
        line-height: 21px;
        float: none;
        margin: 20px 0 0 20px;
        text-align: justify;
    }

    main .about_tabs .layui-tab-content .layui-tab-item .box_top_bg .box_top p:nth-child(3) {
        width: 90%;
        height: auto;
        font-size: 14px;
        color: #5b5b5b;
        line-height: 21px;
        float: none;
        margin: 10px 0 0 20px;
        text-align: justify;
    }

    main .about_tabs .layui-tab-content .layui-tab-item .box_bottom ul li {
        padding: 22px 20px;
    }

    main .about_tabs .layui-tab-content .layui-tab-item .box_bottom ul li div {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    main .about_tabs .layui-tab-content .layui-tab-item .box_bottom ul li div div {
        width: 338px;
        float: left;
    }

    main .about_tabs .layui-tab-content .layui-tab-item .box_bottom ul li div p {
        width: 100%;
        float: right;
        color: #5b5b5b;
        line-height: 24px;
        margin-top: 14px;
        text-align: justify;
    }

    main .about_tabs .layui-tab-content .layui-tab-item .box_bottom ul li:nth-child(2) {
        background: #00aef2;
    }

    main .about_tabs .layui-tab-content .layui-tab-item .box_bottom ul li:nth-child(2) div div {
        width: 338px;
        float: right;
    }

    main .about_tabs .layui-tab-content .layui-tab-item .box_bottom ul li:nth-child(2) div p {
        width: 100%;
        float: left;
        color: #5b5b5b;
        line-height: 24px;
    }

    main .about_tabs .layui-tab-content .layui-tab-item .qualification_bg {
        background: url("../images/about/zizhi_bg.jpg") no-repeat 0 472px;
    }

    main .about_tabs .layui-tab-content .layui-tab-item .honor_list ul {
        width: 100%;
        margin: 20px auto;
    }

    main .about_tabs .layui-tab-content .layui-tab-item .honor_list ul li {
        width: 40%;
        height: 264px;
        float: left;
        padding: 10px;
        border: 1px solid #e1e1e1;
        display: flex;
        align-items: center;
        margin: 5px;
    }

    main .about_tabs .layui-tab-content .layui-tab-item .honor_list ul li:hover {
        border: 1px solid #00aef2;
    }
}

.home_banner {
    width: 100%;
    /* height: 520px; */
}

.home_banner .swiper-container {
    width: 100%;
    height: 100%;
}

.home_banner .swiper-container .swiper-slide img {
    width: 100%;
    height: 100%;
}