@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    list-style: none;
    border-style: none;
    text-decoration: none;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    color: #333;
    font: 14px/1.5 "Microsoft Yahei", "微软雅黑", Helvetica, Arial, sans-serif;
    overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #00b7ee;
}

a:focus {
    outline: none;
}

i,
em {
    font-style: normal;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

img {
    vertical-align: middle;
    border: 0;
    max-width: 100%;
}

input,
select,
textarea {
    border: none;
    outline: none;
    font-family: "Microsoft Yahei"
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #888;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #888;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #888;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #888;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.w1200 {
    max-width: 1200px;
    margin: 0 auto;
}

.w1400 {
    max-width: 1400px;
    margin: 0 auto;
}

@font-face {
    font-family: 'MTS';
    src: url('/Public/home/fonts/MTS.otf');
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #F5F5F5
}

::-webkit-scrollbar-track {
    background-color: #E2E2E2
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555
}

#wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    width: 100%;
    max-width: 2560px;
    position: relative;
    z-index: 1;
    margin: auto;
    overflow: hidden;
}

/*头部*/
.header {
    width: 100%;
    height: 80px;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 102;
    background-color: #181818;
    background-color: rgba(0, 0, 0, 0.85);
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

.header .logo {
    display: block;
    height: 80px;
    position: absolute;
    top: 0px;
    left: 20px;
    z-index: 6;
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

.header .logo a {
    float: left;
    padding: 15px 0px;
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

.header .logo a img {
    display: block;
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

.header .info {
    float: right;
    height: 80px;
    overflow: hidden;
    text-align: right;
    margin-right: 30px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.header .info .key {
    height: 30px;
    line-height: 30px;
}

.header .info .key h1 {
    display: inline;
    font-size: 12px;
    padding-right: 3px;
    color: #999;
    padding-left: 10px;
}

.header .info .key h1 a {
    color: #999;
}

.header .info .tel {
    height: 30px;
    color: #ffd800;
    float: right;
    padding-left: 25px;
    background: url(../images/common_icons1.png) no-repeat 0px center;
}

.header .info .tel h2 {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #ffd800;
    line-height: 30px;
}

.header .info .tel i {
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    margin: 0 2px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.header .navbar {
    float: right;
    margin: 30px 30px 0 0;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.header .navbar ul li {
    display: inline-block;
    list-style: none;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.header .navbar ul li a {
    display: block;
    padding: 0 18px;
    color: #fff;
    font-size: 16px;
}

.header .navbar ul li a span {
    display: block;
}

.header.fixednav {
    background: #000;
}

/*banner*/
.banner .swiper-slide {
    height: 700px;
    background-color: #000;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.pagination {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    z-index: 1;
    padding-right: 10px;
    box-sizing: border-box;
}

.pagination span {
    margin: 0 8px;
    border: 1px #fff solid;
    border-radius: 50%;
    background: none;
    width: 14px;
    height: 14px;
    opacity: 1;
}

.pagination span.swiper-pagination-bullet-active {
    background: #fff;
}

.nybanner {
    width: 100%;
    position: relative;
    height: 540px;
    overflow: hidden;
}

.nybanner .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.nybanner .img img {
    max-width: initial;
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.nybanner>.text {
    position: relative;
    max-width: 1400px;
    z-index: 2;
    margin: auto;
    color: #fff;
    padding-top: 275px;
    letter-spacing: 2px;
    transition: all ease .5s;
}

.nybanner>.text h1 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
}

.nybanner>.text p {
    font-size: 16px;
    line-height: 30px;
    margin-top: 12px;
}

.bread_crumbs {
    line-height: 60px;
    padding-left: 25px;
    background: url(../images/icon04.png) left center no-repeat;
    color: #aaa;
    letter-spacing: 2px;
    position: absolute;
    right: 0;
    top: 0;
}

.bread_crumbs a {
    color: #aaa;
}

.advisory {
    text-align: center;
}

.advisory a {
    width: 200px;
    height: 44px;
    ;
    line-height: 44px;
    border: 1px #666 solid;
    font-size: 16px;
    color: #666;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -ms-transition: .6s;
    transition: .6s;
}

.index_what {
    padding: 80px 0;
}

.index_what ul {
    margin-bottom: 30px;
    text-align: center;
}

.index_what ul li {
    width: 24%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 30px 2%;
    cursor: pointer;
}

.index_what ul li i {
    display: block;
}

.index_what ul li i img {
    width: 60px;
    height: 60px;
}

.index_what ul li h3 {
    line-height: 46px;
    font-size: 18px;
}

.index_what ul li p {
    font-size: 14px;
    color: #666;
    min-height: 48px;
    line-height: 24px;
}

@keyframes bounce {

    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    60% {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce
}

@keyframes bounceInLeft {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(-100px, 0, 0)
    }

    90% {
        transform: translate3d(5px, 0, 0)
    }

    to {
        transform: none
    }
}

.index_title {
    text-align: center;
    margin-bottom: 40px;
}

.index_title h3 {
    font-size: 30px;
    font-weight: bold;
}

.index_title p {
    font-size: 15px;
}

.index_title p span {
    color: #00b7ee;
}

.solution {
    padding: 80px 0;
    overflow: hidden;
    box-sizing: border-box;
}

.solution .solution-slide {
    position: relative;
}

.solution .solution-slide .solution-slide-menu {
    width: 330px;
    text-align: center;
    border: 1px #ccc solid;
    float: left;
}

.solution .solution-slide .solution-slide-menu ul {
    position: relative;
    z-index: 1
}

.solution .solution-slide .solution-slide-menu ul li {
    height: 111px;
    line-height: 110px;
    position: relative;
    overflow: hidden;
    ;
    cursor: pointer;
    background: hsla(0, 0%, 100%, .2);
    box-sizing: border-box;
    margin-bottom: -1px;
}

.solution .solution-slide .solution-slide-menu ul li a {
    display: block;
}

.solution .solution-slide .solution-slide-menu ul li span {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #00b7ee;
    overflow: hidden;
    display: block;
    z-index: 1;
}

.solution .solution-slide .solution-slide-menu ul li span {
    width: 0%;
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

.solution .solution-slide .solution-slide-menu ul li.cur span {
    width: 100%;
}

.solution .solution-slide .solution-slide-menu ul li.cur p {
    color: #fff;
}

.solution .solution-slide .solution-slide-menu ul li p {
    font-size: 18px;
    position: relative;
    z-index: 2;
    padding: 0 20px 0 90px;
    display: inline-block;
    transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -webkit-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    border-bottom: 1px #00b7ee dashed;
}

.solution .solution-slide .solution-slide-menu ul li:last-child p {
    border-bottom: none;
}

.solution .solution-slide .solution-slide-menu ul li p.icon1 {
    background: url(../images/icon07.png) 20px center no-repeat;
}

.solution .solution-slide .solution-slide-menu ul li p.icon2 {
    background: url(../images/icon08.png) 20px center no-repeat;
}

.solution .solution-slide .solution-slide-menu ul li p.icon3 {
    background: url(../images/icon09.png) 20px center no-repeat;
}

.solution .solution-slide .solution-slide-menu ul li p.icon4 {
    background: url(../images/icon10.png) 20px center no-repeat;
}

.solution .solution-slide .solution-slide-menu ul li.cur p.icon1 {
    background: url(../images/icon07-1.png) 20px center no-repeat;
}

.solution .solution-slide .solution-slide-menu ul li.cur p.icon2 {
    background: url(../images/icon08-1.png) 20px center no-repeat;
}

.solution .solution-slide .solution-slide-menu ul li.cur p.icon3 {
    background: url(../images/icon09-1.png) 20px center no-repeat;
}

.solution .solution-slide .solution-slide-menu ul li.cur p.icon4 {
    background: url(../images/icon10-1.png) 20px center no-repeat;
}

.solution .solution-slide .solution-slide-body {
    width: calc(100% - 380px);
    min-height: 440px;
    float: left;
    margin-left: 48px;
    position: relative;
}

.solution .solution-slide .solution-slide-body .solution-slide-item {
    width: 100%;
    display: none;
}

.solution .solution-slide .solution-slide-body .solution-slide-item:first-child {
    display: block;
}

.solution .solution-slide .solution-slide-body .solution-slide-item h3 {
    font-size: 28px;
    line-height: 80px;
}

.solution .solution-slide .solution-slide-body .solution-slide-item p {
    font-size: 15px;
    line-height: 30px;
}

.solution .solution-slide .solution-slide-body .solution-slide-item>a {
    width: 130px;
    height: 48px;
    line-height: 48px;
    display: block;
    border: 1px #00b7ee solid;
    text-align: center;
    margin-top: 50px;
    font-size: 15px;
    color: #00b7ee;
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

.solution .solution-slide .solution-slide-body .solution-slide-item ul {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.solution .solution-slide .solution-slide-body .solution-slide-item ul li {
    width: 31%;
    margin-right: 3.5%;
    float: left;
    height: 120px;
    background: #00b7ee;
    font-size: 18px;
    padding: 20px 3%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.solution .solution-slide .solution-slide-body .solution-slide-item ul li:last-child {
    margin-right: 0;
}

.solution .solution-slide .solution-slide-body .solution-slide-item ul li a {
    display: block;
    color: #fff;
    background: url(../images/bg05.png) right bottom no-repeat;
    height: 80px;
}

.solution .solution-slide .solution-slide-body .solution-slide-item ul li span {
    padding-left: 40px;
    display: block;
    line-height: 30px;
}

.solution .solution-slide .solution-slide-body .solution-slide-item ul li:nth-child(1) span {
    background: url(../images/bg04.png) left center no-repeat;
}

.solution .solution-slide .solution-slide-body .solution-slide-item ul li:nth-child(2) span {
    background: url(../images/icon05.png) left center no-repeat;
}

.solution .solution-slide .solution-slide-body .solution-slide-item ul li:nth-child(3) span {
    background: url(../images/icon06.png) left center no-repeat;
}

.index_partner {
    padding: 80px 0;
}

.index_partner ul li {
    width: 20%;
    border: 1px #eee solid;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.index_partner ul li a {
    display: block;
}

.index_date {
    background: url(../images/bg06.jpg) center center no-repeat;
    background-size: cover;
    padding: 80px 0 20px;
    background-attachment: fixed;
}

.index_date ul li {
    color: #fff;
    width: 32%;
    margin-right: 2%;
    float: left;
    text-align: center;
    padding-bottom: 80px;
}

.index_date ul li:nth-child(3n) {
    margin-right: 0;
}

.index_date ul li .num {
    font-size: 90px;
    text-align: center;
    font-family: "MTS";
}

.index_date ul li p {
    font-size: 20px;
}

.index_case {
    padding: 80px 0;
    background: #fafafa;
}

.case_nav {
    margin-bottom: 40px;
}

.case_nav ul {
    display: table;
    margin: auto;
}

.case_nav ul li {
    margin: 0 10px;
    width: 120px;
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
}

.case_nav ul li a {
    display: block;
    color: #666;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
}

.case_list ul li {
    float: left;
    width: 25%;
    position: relative;
    overflow: hidden;
}

.case_list ul li a {
    display: block;
}

.case_list ul li p {
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    position: absolute;
    bottom: -50px;
    width: 100%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.case_list ul li img {
    width: 100%;
    transition: all 0.6s;
    -ms-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.case_more {
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

.case_more a,
.news_more a {
    width: 40%;
    max-width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    background-color: #00b7ee;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
}

.index_news {
    background: #f7f7f7;
    padding: 80px 0;
}

.index_news_list ul li {
    width: calc(50% - 15px);
    margin-right: 30px;
    background: #fff;
    float: left;
    margin-bottom: 30px;
}

.index_news_list ul li:nth-child(2n) {
    margin-right: 0;
}

.index_news_list ul li a {
    display: block;
}

.index_news_list ul li .img {
    float: left;
    width: 200px;
    height: 160px;
    overflow: hidden;
}

.index_news_list ul li .img img {
    width: 200px;
    height: 160px;
    transition: all 0.6s;
    -ms-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.index_news_list ul li .text {
    float: left;
    padding: 0 20px;
    width: calc(100% - 240px);
    height: 160px;
}

.index_news_list ul li .text h2 {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 10px;
    line-height: 30px;
}

.index_news_list ul li h3 {
    width: 100px;
    height: 1px;
    background: #ccc;
    margin-bottom: 10px;
    transition: all 0.6s;
    -ms-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.index_news_list ul li .text p {
    font-size: 12px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.index_news_list ul li .text span {
    padding: 0 50px 0 15px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px #ccc solid;
    display: inline-block;
    background-image: url(../images/xian.png);
    background-position: 70px center;
    background-repeat: no-repeat;
    background-size: 20px auto;
    margin-top: 20px;
    color: #666;
}

.news_more {
    width: 100%;
    text-align: center;
}

.page {
    text-align: center;
    padding: 50px 0 40px;
}

.page a {
    width: 40px;
    height: 40px;
    background: #e6e6e6;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    float: left;
    margin: 0 5px;
    color: #99a1a7;
    font-size: 16px;
    margin-bottom: 10px;
}

.page a.prev,
.page a.next {
    width: 90px;
}

.page a.cur2 {
    background: #006acd;
    color: #fff;
}

.page .page_num {
    display: inline-block;
}

.page a.first,
.page a.end {
    width: 60px;
}

.web .web_build {
    padding: 70px 0;
}

.web .web_build:nth-child(2n) {
    background: #f9f9f9;
}

.web .web_build .text {
    width: 40%;
    margin-right: 10%;
    padding-top: 40px;
}

.web .web_build .text h2 {
    height: 70px;
    font-size: 28px;
    line-height: 50px;
    position: relative;
}

.web .web_build .text h2:after {
    content: "";
    width: 60px;
    height: 2px;
    background-color: #00b7ee;
    bottom: 0;
    left: 0;
    position: absolute;
}

.web .web_build .text p {
    line-height: 34px;
    color: #666;
    margin-top: 20px;
}

.web .web_build .text a {
    color: #00b7ee;
    width: 108px;
    display: block;
    margin-top: 70px;
    height: 34px;
    line-height: 34px;
    background: url(../images/right.png) no-repeat right center;
    text-indent: 10px;
}

.web .web_build .text.right {
    text-align: right;
    margin-left: 10%;
    margin-right: 0;
}

.web .web_build .text.right h2:after {
    right: 0;
    left: auto;
}

.web .web_build .text.right a {
    text-align: left;
    float: right;
}

.web .web_build .img {
    width: 50%;
}

.sz {
    padding: 70px 0;
    background: #f8f8f8;
    overflow: hidden
}

.sz .title {
    font-size: 38px;
    line-height: 38px;
    text-align: center;
}

.sz .title strong {
    color: #ff5800;
    font-weight: 400;
}

.sz_con {
    padding-top: 30px;
    overflow: hidden;
    min-height: 525px;
}

.sz_con li {
    float: left;
    height: 110px;
    padding: 35px 100px 30px 0;
    overflow: hidden;
    width: 300px;
    border-bottom: 1px dashed #b6b7b8;
}

.sz_con li span {
    display: inline-block;
    width: 46px;
    height: 46px;
    background: url(../images/sz_icon.png) no-repeat;
    float: left;
}

.sz_con li div {
    width: 240px;
    float: right;
    color: #848484;
}

.sz_con li div h3 {
    font-size: 21px;
    line-height: 35px;
    color: #222222;
    margin-bottom: 5px;
}

.sz_con li div p {
    color: #666;
    font-size: 14px;
}

.sz_con li.w2 span {
    background-position: -46px 0;
}

.sz_con li.w3 span {
    background-position: -92px 0;
}

.sz_con li.w4 span {
    background-position: -138px 0;
}

.sz_con li.w5 span {
    background-position: -184px 0;
}

.sz_con li.w6 span {
    background-position: -230px 0;
}

.sz_con li.w7 span {
    background-position: -276px 0;
}

.sz_con li.w8 span {
    background-position: -322px 0;
}

.sz_con li.w9 span {
    background-position: -368px 0;
}

.qywz_box6 {
    background: #4388ff url(../images/web/qy_bg2.jpg) center;
    background-size: cover;
    color: #fff;
    padding: 50px 0;
}

.qywz_box6 .top_box {
    width: 100%;
    font-size: 38px;
    text-align: center;
}

.qywz_box6 .top_box i {
    margin-left: 10px;
}

.qywz_box6 .lower_box {
    width: 100%;
    float: left;
}

.qywz_box6 .lower_box ul li {
    width: 46%;
    float: left;
    margin-top: 55px;
    margin-right: 8%;
}

.qywz_box6 .lower_box ul li:nth-child(2n) {
    margin-right: 0;
}

.qywz_box6 .lower_box ul li img {
    float: left;
}

.qywz_box6 .lower_box ul li div {
    width: calc(100% - 180px);
    float: left;
    margin-left: 50px;
}

.qywz_box6 .lower_box ul li div span {
    font-size: 24px;
    padding: 10px 0 5px;
    display: block;
}

.qywz_box6 .lower_box ul li div p {
    line-height: 24px;
    text-align: justify;
}

.qywz_box6 .jt {
    width: 100%;
    float: left;
    text-align: center;
    padding: 115px 0 20px;
}

.website_tc {
    padding: 30px 0;
}

.website_tc_top {
    text-align: center;
    font-size: 38px;
    color: #232323;
    font-weight: bold;
    margin-bottom: 30px;
}

.website_tc_top span {
    color: #686868;
    font-weight: normal;
}

.website_tc_list {
    width: 1280px;
    margin: 0 auto;
}

.jzlc {
    clear: both;
    background: url(../images/lc_bg.jpg) no-repeat center;
    height: 436px;
    padding-top: 40px;
}

.jzlc_list {
    width: 900px;
    float: left;
}

.jzlc_list li {
    width: 280px;
    height: 70px;
    float: left;
    margin: 10px 20px 30px 0;
}

.jzlc_list .img {
    float: left;
    width: 65px;
    height: 54px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.jzlc_list .t {
    line-height: 35px;
    font-size: 14px;
    font-weight: 700;
}

.jzlc_list p {
    color: #686868;
    font-size: 12px;
}

.jclc_right {
    width: 300px;
    float: right;
}

.solution_list {
    max-width: 1600px;
    padding: 60px 3% 90px;
    margin: 0 auto;
}

.solution_list .title {
    padding: 0 6.75% 67px;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
}

.solution_list .title h1 {
    margin: 0 0 12px;
    font-size: 36px;
    line-height: 70px;
    font-weight: bold;
    color: #222;
}

.solution_list .content ul li {
    width: 33.3333%;
    float: left;
    border: 1px #ddd solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: -1px;
}

.solution_list .content ul li a {
    display: block;
}

.solution_list .content ul li .img {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.solution_list .content ul li .img>img {
    width: 100%;
    display: block;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    transition: all ease .3s;
}

.solution_list .content ul li .img p {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
}

.solution_list .content ul li .img p img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -25px;
    width: 50px;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
}

.solution_list .content ul li .text {
    padding: 20px 5% 35px;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    transition: all ease .3s;
    background-color: #fff;
}

.solution_list .content ul li:nth-child(3n) .text {
    border-right: 1px #ddd solid;
}

.solution_list .content ul li .text h2 {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 48px;
    font-weight: bold;
}

.solution_list .content ul li .text p {
    font-size: 16px;
    color: #999;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-bottom: 30px;
}

.solution_list .content ul li .text span {
    display: block;
}

/*方案详情*/
.solution_det {
    background: #f5f5f5;
}

.solution_det .content {
    max-width: 1600px;
    margin: 0 5%;
    background: #fff;
}

.solution_det .content .top {
    position: relative;
}

.solution_det .content .top img {
    width: 100%;
}

.solution_det .content .top p {
    position: absolute;
    left: 5%;
    top: 10%;
    width: 280px;
    height: 80%;
    text-align: center;
    background: #00b7ee;
    font-size: 30px;
    font-weight: bold;
    line-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.solution_det .content ul {
    padding: 5%;
}

.solution_det .content ul li {
    padding: 50px 0 30px;
    border-bottom: 1px #ddd solid;
    overflow: hidden;
    *zoom: 1;
}

.solution_det .content ul li:first-child {
    padding-top: 0;
}

.solution_det .content ul li .num {
    width: 20%;
    float: left;
    font-size: 110px;
    font-style: italic;
    color: #e5e5e5;
    line-height: 110px;
    font-weight: lighter;
}

.solution_det .content ul li .right {
    width: 80%;
    float: left;
}

.solution_det .content ul li .right h2 {
    position: relative;
    margin-bottom: 45px;
    font-size: 28px;
    line-height: 48px;
    font-weight: bold;
    position: relative;
}

.solution_det .content ul li .right h2:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -20px;
    z-index: 3;
    width: 30px;
    height: 3px;
    background-color: #d93f3d;
}

.solution_det .content ul li .right .text {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    margin-bottom: 30px;
}

.solution_det .content ul li .right .text table {
    width: 100%;
}

.solution_det .content ul li .right .text td {
    border: 1px #ccc solid;
    padding: 5px 10px;
}

.solution_det .content ul li .right .dl {
    overflow: hidden;
    *zoom: 1;
}

.solution_det .content ul li .right .dl .dd {
    display: inline-block;
    vertical-align: top;
    padding-right: 15%;
    max-width: 39%;
    margin: 30px 0;
}

.solution_det .content ul li .right .dl .dd:nth-child(2n) {
    padding-right: 0;
}

.solution_det .content ul li .right .dl .dd h4,
.solution_det .content ul li .right .dl .arow h4 {
    padding: 24px 0 28px;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    color: #1a1a1a;
}

.solution_det .content ul li .right .dl .dd p,
.solution_det .content ul li .right .dl .arow p {
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

.case_sort {
    padding: 30px 0 20px;
}

.case_sort ul li {
    width: 10%;
    float: left;
    text-align: center;
    margin-right: 1%;
    margin-bottom: 1%;
    line-height: 40px;
    height: 40px;
    font-size: 14px;
}

.case_sort ul li a {
    display: block;
    border: 1px #eee solid;
}

.inside_sort .inside {
    position: relative;
}

.inside_sort {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    height: 60px;
    width: 100%;
    z-index: 100;
}

.inside_sort ul li {
    float: left;
    margin-right: 5px;
    font-size: 14px;
}

.inside_sort ul li a {
    display: block;
    padding: 0 20px;
    line-height: 32px;
    color: #fff;
    margin: 14px 0;
}

.inside_sort ul li a.cur {
    background-color: #fff;
    color: #00b7ee;
    border-radius: 16px;
}

.case {
    padding-top: 40px;
}

.case ul li,
.case_recommend ul li {
    width: 32.33333%;
    margin-right: 1%;
    margin-bottom: 1%;
    float: left;
    position: relative;
}

.case ul li:nth-child(3n),
.case_recommend ul li:nth-child(3n) {
    margin-right: 0;
}

.case ul li a,
.case_recommend ul li a {
    display: block;
}

.case ul li .img,
.case_recommend ul li .img {
    width: 100%;
    overflow: hidden;
}

.case ul li .img img,
.case_recommend ul li .img img {
    width: 100%;
    transition: all 0.6s;
    -ms-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.case ul li .name {
    overflow: hidden;
    *zoom: 1;
    padding-left: 10px;
}

.case ul li .name h3 {
    font-size: 18px;
    line-height: 60px;
    background: #fff;
    width: calc(100% - 80px);
    position: relative;
    z-index: 10;
    transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    float: left;
}

.case ul li .name h3 a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.case ul li .name .fr {
    float: right;
    width: 70px;
    text-align: right;
    padding-right: 10px;
}

.case ul li .name .fr a {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    margin-left: 10px;
    width: 20px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center;
}

.case ul li .name .fr a.case_pc {
    background-image: url(../images/pc_b.png);
}

.case ul li .name .fr a.case_phone {
    background-image: url(../images/phone_b.png);
}

.case ul li .tag,
.case_recommend ul li .tag {
    position: absolute;
    bottom: 0px;
    line-height: 50px;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    color: #fff;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.6s;
    -ms-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.nybanner .det_name {
    position: absolute;
    width: 1400px;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
}

.nybanner .det_name .text {
    color: #fff;
    float: left;
}

.nybanner .det_name .text h1 {
    font-size: 36px;
    line-height: 40px;
    position: relative;
    padding: 20px 0 25px;
    margin-bottom: 20px;
}

.nybanner .det_name .text h1:after {
    content: "";
    width: 50px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.nybanner .det_name .text p {
    font-size: 18px;
}

.nybanner .det_name .link {
    float: right;
    margin-top: 60px;
}

.nybanner .det_name .link a {
    display: inline-block;
    vertical-align: top;
    width: 54px;
    height: 54px;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.nybanner .det_name .link a.bg1 {
    background-image: url(../images/case/case_ico1.png);
}

.nybanner .det_name .link a.bg2 {
    background-image: url(../images/case/case_ico2.png);
}

.nybanner .det_name .link a.bg3 {
    background-image: url(../images/case/case_ico3.png);
}

.case_det {
    background: #f5f5f5;
    padding: 20px 0 100px;
}

.case_det .det_top_l {
    width: 50%;
    background: #fff;
    float: left;
    min-height: 464px;
}

.case_det .det_top_l .case_text {
    width: 86%;
    margin: 0 auto;
}

.case_det .det_top_l .case_text h3 {
    margin-top: 50px;
    height: 90px;
    line-height: 90px;
    color: #010000;
    font-size: 30px;
    margin-bottom: 30px;
    background: url(../images/case/case_bg2.jpg) left bottom no-repeat;
}

.case_det .det_top_l .case_text p {
    line-height: 30px;
    color: #666666;
    font-size: 16px;
}

.case_det .det_top_l .case_text .bdsharebuttonbox {
    margin-top: 40px;
}

.case_det .det_top_l .case_text .bdsharebuttonbox a {
    display: inline-block;
    vertical-align: top;
    width: 58px;
    height: 58px;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s;
    padding: 0;
    margin: 0 40px 0 0;
}

.case_det .det_top_l .case_text .bdsharebuttonbox a.bds_tsina {
    background-image: url(../images/case/case_icon04.png);
}

.case_det .det_top_l .case_text .bdsharebuttonbox a.bds_qzone {
    background-image: url(../images/case/case_icon05.png);
}

.case_det .det_top_l .case_text .bdsharebuttonbox a.bds_weixin {
    background-image: url(../images/case/case_icon06.png);
}

.case_det .det_top_r {
    width: 50%;
    float: left;
    /* background:url(../images/case/case_bg1.jpg) center center;*/
    background-color: #006acd;
    min-height: 464px;
}

.case_det .det_top_r .case_text {
    width: 70%;
    margin: 0 auto;
    color: #fff;
}

.case_det .det_top_r .case_text h3 {
    margin: 50px 0 30px;
    height: 90px;
    line-height: 90px;
    font-size: 30px;
    background: url(../images/case/case_bg3.jpg) left bottom no-repeat;
    color: #fff;
}

.case_det .det_top_r .case_text ul li {
    font-size: 18px;
    display: block;
    height: 48px;
    line-height: 48px;
}

.case_det .det_pc_content {
    background: #fff;
    margin-top: 20px;
    padding: 60px 3%;
    text-align: center;
}

.case_recommend .title {
    font-size: 30px;
    line-height: 60px;
    text-align: center;
    margin: 50px 0 30px;
}

.case_recommend ul li .name {
    font-size: 18px;
    line-height: 60px;
    background: #fff;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    z-index: 10;
    transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.det_pc_content .phone_ewm {
    margin-top: 50px;
    text-align: center;
}

.det_pc_content .phone_ewm .img img {
    width: 160px;
    height: 160px;
    padding: 9px;
    border: 1px #ddd solid;
}

.det_pc_content .phone_ewm .text {
    width: 180px;
    background: #00b7ee;
    color: #fff;
    line-height: 36px;
    margin: auto;
}

.mobile_det {
    height: 844px;
    background-image: url(../images/case/case_bg04.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    margin-top: 20px;
    padding-top: 80px;
}

.mobile_det .case_phone {
    width: 68%;
    float: left;
    position: relative;
}

.mobile_det .case_phone .img_left {
    width: 392px;
    height: 722px;
    margin: auto;
    background-image: url(../images/case/case_bg05.png);
    background-repeat: no-repeat;
    background-position: center;
}

.mobile_det .case_phone .swiper-container {
    position: static;
    width: 350px;
    height: 560px;
    overflow: hidden;
    margin: 0 21px;
    padding-top: 69px;
}

.mobile_det .case_phone .swiper-pagination {
    bottom: -70px;
}

.mobile_det .case_phone .swiper-pagination .swiper-pagination-bullet {
    border: 2px #fff solid;
    opacity: 1;
    background: none;
}

.mobile_det .case_phone .swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
}

.mobile_det .case_phone .swiper-button-prev,
.mobile_det .case_phone .swiper-button-next {
    width: 52px;
    height: 52px;
    background-position: center;
    background-size: 52px;
    background-repeat: no-repeat;
}

.mobile_det .case_phone .swiper-button-prev {
    background-image: url(../images/case/prev.png);
    left: 30px;
}

.mobile_det .case_phone .swiper-button-next {
    background-image: url(../images/case/next.png);
    right: 30px;
}

.mobile_det .case_ewm {
    float: right;
    width: 32%;
    text-align: center;
    margin-top: 200px;
}

.mobile_det .case_ewm img {
    display: block;
    margin: 0 auto;
}

.service_list {
    padding: 0 5%;
    background: url(../images/service/service-bg.jpg) center 60% no-repeat;
}

.service .service_title {
    text-align: center;
    padding: 60px 0;
}

.service .service_title h2 {
    font-size: 32px;
    line-height: 60px;
}

.service .service_title p {
    font-size: 16px;
    color: #666;
}

.service .service_title.white h2 {
    color: #fff;
}

.service .service_title.white p {
    color: #fff;
}

.service .service_list ul li {
    width: 31%;
    margin: 40px 3.5% 40px 0;
    float: left;
}

.service .service_list ul li:nth-child(3n) {
    margin-right: 0;
}

.service .service_list ul li .img {
    float: left;
    width: 46px;
    margin-right: 14px;
    margin-top: 6px;
}

.service .service_list ul li .text {
    float: left;
    width: calc(100% - 60px);
}

.service .service_list ul li .text h2 {
    font-size: 20px;
    line-height: 30px;
}

.service .service_list ul li .text h4 {
    font-size: 12px;
    color: #6c6c6c;
}

.service .service_list ul li .text p {
    margin: 15px 0;
    font-size: 12px;
    line-height: 20px;
    color: #4a4a4a;
    min-height: 80px;
}

.service .service_list ul li .text a {
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #fff;
    background-color: #00b7ee;
    padding: 0 30px;
    border-radius: 20px;
    display: inline-block;
}

.service .service_case {
    padding-bottom: 90px;
}

.service .service_case .service_img {
    text-align: center;
}

.service .service_case .service_img a {
    width: 180px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #6a6a6a;
    border: 2px solid #6a6a6a;
    margin: 40px auto 0;
    display: inline-block;
}

.service_process {
    background: url(../images/service/service-bg01.jpg);
    position: relative;
    padding-bottom: 120px;
}

.service_process ul {
    padding: 0 5%;
}

.service_process ul li {
    width: 19%;
    display: inline-block;
    vertical-align: top;
    padding-left: 5%;
    margin: 0 0 3% 2.5%;
    background: url(../images/service/service-bg02.png) left 10px no-repeat;
}

.service_process ul li:nth-child(4n + 1) {
    margin: 0 0 3% 0;
    background: none;
    padding: 0;
}

.service_process ul li .img {
    width: 44px;
    margin-right: 16px;
    float: left;
}

.service_process ul li .text {
    width: calc(100% - 60px);
    float: left;
}

.service_process ul li .text h2 {
    font-size: 18px;
    color: #fff;
}

.service_process ul li .text p {
    color: #6c6c6c;
    margin-top: 15px;
    font-size: 14px;
}

.service_process .absolute {
    position: absolute;
    z-index: 1;
}

.service_process .wave {
    height: 106px;
    bottom: 0;
    right: 0;
}

.service_process .wave-0 {
    width: 267.44%;
    background: url(../images/service/service-wave-0.png) repeat-x left bottom;
    opacity: .61;
    z-index: 3;
    -webkit-animation: WaveL 20s linear 0s infinite normal;
    animation: WaveL 20s linear 0s infinite normal;
}

.service_process .wave-1 {
    width: 223.125%;
    background: url(../images/service/service-wave-1.png) repeat-x right bottom;
    opacity: .73;
    z-index: 2;
    -webkit-animation: WaveL 10s linear 0s infinite normal;
    animation: WaveL 10s linear 0s infinite normal;
}

.service_process .wave-3 {
    width: 435.677%;
    background: url(../images/service/service-wave-2.png) repeat-x right bottom;
    opacity: .70;
    z-index: 1;
    -webkit-animation: WaveL 15s linear 0s infinite normal;
    animation: WaveL 15s linear 0s infinite normal;
}

@-o-keyframes WaveL {
    0% {
        -o-transform: translateX(0px);
        transform: translateX(0px);
    }

    100% {
        -o-transform: translateX(50%);
        transform: translateX(50%);
    }
}

@-ms-keyframes WaveL {
    0% {
        -ms-transform: translateX(0px);
        transform: translateX(0px);
    }

    100% {
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
}

@-moz-keyframes WaveL {
    0% {
        -moz-transform: translateX(0px);
        transform: translateX(0px);
    }

    100% {
        -moz-transform: translateX(50%);
        transform: translateX(50%);
    }
}

@-webkit-keyframes WaveL {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    100% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }
}

@keyframes WaveL {
    0% {
        -o-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    100% {
        -o-transform: translateX(50%);
        -ms-transform: translateX(50%);
        -moz-transform: translateX(50%);
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }
}

.domain_host {
    background-image: url(../images/service/service-bg05.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    min-height: 525px;
    position: relative;
    padding-bottom: 175px;
}

.domain_host ul li {
    color: #fff;
    display: table;
    width: 14%;
    height: 14vw;
    float: left;
    position: relative;
    margin: 0 3%;
    cursor: pointer;
}

.domain_host ul li .hexagon {
    width: 100%;
    height: 100%;
    background-image: url(../images/service/service-bg03.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.domain_host ul li .hexagon-1 {
    opacity: .5;
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
}

.domain_host ul li .name {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.domain_host .star {
    width: 100%;
    height: 175px;
    background: url(../images/service/service-bg04.jpg) no-repeat center bottom;
    position: absolute;
    left: 0;
    bottom: 0;
}

.news .news_nav {
    padding-bottom: 40px;
}

.news .news_nav .h {
    float: left;
}

.news .news_nav .h h4 {
    color: #444;
    font-size: 24px;
    color: #00b7ee;
}

.news .news_nav .h p {
    color: #666;
    font-size: 13px;
    line-height: 1.6;
}

.news .news_nav .list {
    float: right;
    font-size: 0;
}

.news .news_nav .list a {
    display: inline-block;
    width: 84px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #ccc;
    color: #333;
    font-size: 14px;
    margin-left: 10px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.news .news_list,
.news_det {
    width: calc(100% - 350px);
    margin-top: 40px;
}

.news .news_list ul li {
    overflow: hidden;
    zoom: 1;
    border-bottom: 1px #e7e7e7 solid;
    padding: 20px 0;
}

.news .news_list ul li a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news .news_list ul li:first-child {
    padding: 0 0 20px;
}

.news .news_list ul li .img {
    width: 240px;
    height: 180px;
    float: left;
    overflow: hidden;
    margin-right: 20px;
}

.news .news_list ul li .img img {
    width: 240px;
    height: 180px;
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

.news .news_list ul li .text {
    width: calc(100% - 260px);
    float: left;
    line-height: 30px;
    padding: 10px 0px;
}

.news .news_list ul li .text>h3 {
    font-size: 18px;
}

.news .news_list ul li .text h4 {
    font-size: 12px;
    color: #999;
}

.news .news_list ul li .text p {
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 60px;
}

.news .news_list ul li .text .tag {
    font-size: 12px;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
}

.news .news_list ul li .text .tag h3 {
    color: #999;
    float: left;
}

.news .news_list ul li .text .tag h3 span,
.news .news_list ul li .text .tag h3 a {
    display: inline-block;
    vertical-align: top;
}

.news .news_list ul li .text .tag h3 a {
    margin-right: 20px;
    color: #999;
}

.news .news_list ul li .text .tag>a {
    float: right;
    line-height: 28px;
    height: 28px;
    width: 88px;
    border: 1px #00b7ee solid;
    text-align: center;
    color: #00b7ee;
}

.news .news_con .con_list {
    width: 300px;
    margin-top: 40px;
}

.news .news_con .con_list .hots h3 {
    color: #181818;
    font-size: 16px;
    font-weight: 600;
}

.news .news_con .con_list .hots ul {
    margin-top: 10px;
}

.news .news_con .con_list .hots ul li a {
    display: block;
    height: 15px;
    line-height: 15px;
    padding: 8px 0px;
    color: #666;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news .news_con .con_list .hots ul li a em {
    float: left;
    display: block;
    margin-right: 10px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    background: #a0a0a0;
    color: #fff;
    font-size: 8px;
}

.news .news_con .con_list .hots ul li:nth-child(1) a em {
    background: #e60012;
}

.news .news_con .con_list .hots ul li:nth-child(2) a em {
    background: #ffa200;
}

.news .news_con .con_list .hots ul li:nth-child(3) a em {
    background: #006acd;
}

.news .news_con .con_list .lianxi {
    padding-top: 20px;
}

.news .news_con .con_list .lianxi h3 {
    font-size: 16px;
    font-weight: 600;
}

.news .news_con .con_list .lianxi p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.news .news_con .con_list .erweima {
    padding-top: 20px;
}

.news .news_con .con_list .erweima .item {
    float: left;
    text-align: center;
    margin-right: 40px;
}

.news .news_con .con_list .erweima .item span {
    display: block;
    margin-bottom: 5px;
    color: #333;
    font-size: 15px;
}

.inside_title {
    padding: 0px 0px 10px;
    border-bottom: 1px solid #ececec;
}

.inside_title h1 {
    font-size: 28px;
    color: #555;
    font-weight: 700;
}

.inside_title .time {
    padding-left: 25px;
    background: url(../images/news/icon.png) no-repeat 2px -44px;
}

.inside_title .info {
    clear: both;
    padding-top: 10px;
}

.inside_title .info .infovis {
    float: left;
    color: #888;
    font-size: 12px;
}

.inside_title .info .infovis span {
    margin-right: 20px;
}

.infovis .ll {
    padding-left: 25px;
    background: url(../images/news/icon.png) no-repeat 0px 2px;
}

.infovis .bj a {
    color: #888;
}

.inside_title .info .fx {
    float: right;
}

.inside_con {
    padding: 40px 0;
}

.inside_con p {
    font-size: 15px;
    line-height: 24px;
    text-align: justify;
}

.inside_con a {
    color: #006acd;
    text-decoration: underline;
}

.inside_con .t_time {
    color: #999;
    font-size: 12px;
    margin-top: 40px;
    background: #eee;
    padding: 20px;
}

.inside_con .t_time a {
    color: #999;
}

.inside_con .t_fx {
    width: 100%;
    padding: 20px 0px 10px;
}

.inside_con .t_fx a {
    display: block;
    color: #555;
    line-height: 26px;
    font-size: 14px;
    text-decoration: none;
}

.inside_con .t_fx a.fh {
    float: right;
    color: #fff;
    font-size: 14px;
    background: #006acd;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.inside_con .t_fx a.fh:hover {
    color: #fff;
}

.inside_con .bdsharebuttonbox a {
    display: block;
    padding: 0px;
    width: 24px;
    height: 24px;
}

.about .content {
    margin: 40px 0 60px;
}

.about .content h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: bold;
}

.about .content .text {
    line-height: 30px;
    color: #666;
    margin-bottom: 30px;
}

.about .core_value {
    padding-bottom: 60px;
    border-bottom: 1px #eee solid;
}

.about .core_value .title h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: bold;
}

.about .core_value .title p {
    color: #999;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
}

.about .core_value ul li {
    float: left;
    width: 32%;
    margin-right: 2%;
    cursor: pointer;
}

.about .core_value ul li:nth-child(3n) {
    margin-right: 0;
}

.about .core_value ul li .img {
    width: 100%;
    overflow: hidden;
}

.about .core_value ul li .img img {
    width: 100%;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -ms-transition: .6s;
    transition: .6s;
}

.about .core_value ul li .text {
    font-size: 14px;
    color: #666;
    padding-top: 10px;
}

.contact {
    padding: 25px 0 40px;
}

.contact_title {
    text-align: center;
    padding: 25px 0 50px;
}

.contact_title h3 {
    font-size: 42px;
    text-transform: uppercase;
}

.contact_title p {
    font-size: 24px;
}

.contact .content {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.contact .content .left {
    width: 65%;
    float: left;
    padding: 80px 5%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.contact .content .left h2 {
    font-size: 30px;
    padding-bottom: 20px;
}

.contact .content .left p {
    font-size: 18px;
    color: #555;
    line-height: 30px;
    margin-bottom: 20px;
}

.contact .content .left .qq {
    padding-top: 20px;
}

.contact .content .left .qq a {
    color: #ff0000;
    font-size: 18px;
    width: 150px;
    line-height: 40px;
    border: 1px #ff0000 solid;
    display: inline-block;
    text-align: center;
    margin-right: 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
}

.contact .content .left .qq a:last-child {
    margin-right: 0;
}

.contact .content .right {
    width: 35%;
    float: right;
    position: relative;
}

.contact .content .right iframe {
    width: 100%;
    height: 570px;
    display: block;
}

.contact .content .right .text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 570px;
    background: rgba(0, 0, 0, 0.6);
    padding: 10% 8% 0;
    color: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.contact .content .right .text p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
}

.contact .content .right .text .ewm {
    margin-top: 15%;
}

.contact .content .right .text dl {
    display: inline-block;
    text-align: center;
    margin-right: 10%;
}

.contact .content .right .text dl:last-child {
    margin-right: 0;
}

.contact .content .right .text dl img {
    width: 120px;
    height: 120px;
}

.contact .content .right .text dl dt {
    line-height: 40px;
}

.message {
    margin-bottom: 80px;
}

.message .inp-box li {
    margin: 0 0 20px 0;
    min-height: 50px;
}

.message .inp-box li .input_txt {
    width: 50%;
    float: left;
    padding: 0 10px;
    box-sizing: border-box;
}

.message .inp-box li .input_con {
    width: 100%;
    float: left;
    padding: 0 10px;
    box-sizing: border-box;
    text-align: right;
}

.message .inp-box ul li input,
.message .inp-box ul li select {
    color: #666;
    border: 1px solid #ddd;
    line-height: 50px;
    height: 50px;
    font-size: 16px;
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
}

.message .inp-box li.email input {
    width: 450px;
}

.message .inp-box li textarea {
    border: 1px solid #ddd;
    height: 148px;
    line-height: 1.5;
    font-size: 16px;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    resize: none;
    display: block;
}

.message .inp-box .fl {
    float: left;
}

.message .inp-box li .input_txt.code1 {
    width: 32%;
}

.message .inp-box li .code1 input {
    width: calc(100% - 160px);
    float: left;
}

.message .inp-box li .code1 img {
    width: 160px;
    height: 50px;
    float: left;
}

.message .inp-box li .code1 input.yzm {
    float: right;
    width: 37%;
    cursor: pointer;
    background: #00b7ee;
    color: #fff;
    border-color: #00b7ee;
}

.message .inp-box li .btn {
    width: 18%;
    padding: 0 10px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.message .inp-box li .but {
    border: 0;
    width: 100%;
    background: #00b7ee;
    color: #fff;
    height: 50px;
    cursor: pointer;
}

.index_footer {
    width: 100%;
    background-color: #141414;
    padding: 60px 0px;
    float: left;
}

.index_footer .index_main {
    max-width: 1200px;
    margin: 0 auto;
}

.index_footer .index_main .footer_fl {
    float: left;
    width: 160px;
    border-right: 1px solid #202020;
    margin-right: 50px;
}

.index_footer .index_main .footer_fl:nth-last-of-type(2) {
    border-right: 0px;
}

.index_footer .index_main .footer_fl dt a {
    color: #aaa;
    font-size: 18px;
    margin-bottom: 8px;
    line-height: 40px;
}

.index_footer .index_main .footer_fl dd a {
    display: block;
    color: #666;
    font-size: 14px;
    line-height: 28px;
}

.index_footer .index_main .footer_fr {
    float: right;
}

.index_footer .index_main .footer_fr p {
    color: #aaa;
    font-size: 18px;
    margin-bottom: 8px;
    text-align: center;
    line-height: 40px;
}

.index_footer .index_main .footer_fr img {
    display: block;
    width: 130px;
    height: 130px;
}

.index_footer .footer_link {
    max-width: 1200px;
    margin: 70px auto 50px;
    padding-top: 50px;
    color: #383838;
    border-top: 1px solid #1d1d1d;
}

.index_footer .footer_link a {
    color: #666;
}

.index_footer .footer_links {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.index_footer .footer_links span,
.index_footer .footer_links ul,
.index_footer .footer_links ul li {
    display: inline-block;
    vertical-align: middle;
    color: #787878;
    font-size: 14px;
}

.index_footer .footer_links ul li {
    height: 20px;
    line-height: 20px;
    margin-bottom: 6px;
}

.index_footer .footer_links ul li span {
    display: block;
    margin-right: 5px;
}

.index_footer .footer_links ul li a {
    color: #666;
    margin-right: 12px;
}

.index_footer .footer_links ul li a:after {
    content: '¦';
    display: inline;
    margin-left: 12px;
    font-size: 10px;
    position: relative;
    top: -1px;
}

.index_footer .footer_links ul li:last-of-type a:after {
    display: none;
}

.index_footer .Copyright {
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

.index_footer .Copyright span {
    color: #383838;
}

.index_footer .Copyright span a {
    color: #383838;
    margin-left: 10px;
}

.right_pop {
    position: fixed;
    right: 0;
    top: 35%;
    z-index: 1005;
}

.right_pop ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.right_pop ul li {
    height: 50px;
    position: relative;
    margin-bottom: 3px;
}

.right_pop ul a {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.3);
}

.right_pop a i {
    display: block;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
}

.right_pop a i.icon1 {
    background-image: url(../images/pop01.png);
}

.right_pop a i.icon2 {
    background-image: url(../images/pop02.png);
}

.right_pop a i.icon3 {
    background-image: url(../images/pop03.png);
}

.right_pop a i.icon4 {
    background-image: url(../images/pop04.png);
}

.right_pop a i.icon5 {
    background-image: url(../images/pop05.png);
}

.right_pop a .hide {
    display: none;
}

.right_pop span {
    width: 160px;
    padding: 0px 15px;
    display: none;
    font-size: 15px;
    color: white;
    box-sizing: border-box;
}

.right_pop a {
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

.right_pop a:hover span {
    display: block;
}

.right_pop a:hover {
    width: auto;
    background: #00b7ee;
}

.eqShow {
    position: absolute;
    width: 140px;
    height: 140px;
    padding: 10px;
    left: -150px;
    display: none;
    background: #00b7ee;
    box-sizing: border-box;
}

.eqShow:after {
    content: "";
    width: 12px;
    height: 12px;
    background: #00b7ee;
    position: absolute;
    right: -6px;
    top: 50%;
    margin-top: -6px;
    transform: rotate(45deg);
}

.right_pop a:hover .eqShow {
    display: block;
}

@media (min-width:1025px) {
    .hidden-lg {
        display: none;
    }

    .header.fixednav {
        height: 60px !important;
    }

    .header.fixednav .logo {
        height: 60px;
    }

    .header.fixednav .logo a {
        padding: 10px 0px;
    }

    .header.fixednav .logo a img {
        height: 40px;
    }

    .header.fixednav .logo .mapbtns {
        margin: 6px 20px;
    }

    .header.fixednav .navbar {
        margin: 15px 30px 0 0 !important;
    }

    .header.fixednav .info .key {
        display: none;
        height: 20px;
        line-height: 20px;
    }

    .header.fixednav .info .tel {
        margin-top: 15px;
        margin-left: 0;
        padding-left: 25px;
    }

    .header .navbarlogo,
    .header .navbar .menuclos {
        display: none;
    }

    .header .navbar ul li#a9 {
        display: none;
    }

    .case_list ul li:nth-child(3n) {
        margin-right: 0;
    }

    .header .info .key h1 a:hover {
        color: #006acd;
    }

    .header .navbar ul li a:hover,
    .header .navbar ul li.on a {
        color: #00b7ee;
    }

    .advisory a:hover {
        background-color: #00b7ee;
        color: #fff;
        border-color: #00b7ee;
    }

    .bread_crumbs a:hover,
    .bread_crumbs span,
    .bread_crumbs a:last-child {
        color: #fff;
    }

    .index_what ul li:hover {
        -webkit-box-shadow: 0 0 20px #eee;
        -moz-box-shadow: 0 0 20px #eee;
        -ms-box-shadow: 0 0 20px #eee;
        box-shadow: 0 0 20px #eee;
    }

    .index_what ul li:hover i img {
        animation: bounce 1s 0s linear normal;
        -webkit-animation: bounce 1s 0s ease-out normal;
    }

    .index_what ul li:hover h3 {
        color: #00b7ee;
    }

    .solution .solution-slide .solution-slide-body .solution-slide-item>a:hover {
        color: #fff;
        background: #00b7ee;
    }

    .index_partner ul li:hover {
        border-color: #00b7ee;
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
        filter: grayscale(0%);
        filter: none;
    }

    .index_partner ul li:hover img {
        -webkit-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        -ms-transform: rotateY(360deg);
        transform: rotateY(360deg);
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -ms-transition: 1s;
        transition: 1s;
    }

    .case_nav ul li a:hover {
        background-color: #00b7ee;
        color: #fff;
    }

    .case_list ul li:hover p {
        bottom: 0;
    }

    .case_list ul li:hover img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .case_more a:hover,
    .news_more a:hover {
        background: #0076e3;
    }

    .index_news_list ul li:hover .img img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .index_news_list ul li:hover h2 {
        color: #00b7ee;
    }

    .index_news_list ul li:hover h3 {
        width: 100%;
        background: #00b7ee;
    }

    .index_news_list ul li:hover .text span {
        background-color: #00b7ee;
        color: #fff;
        border: 1px #00b7ee solid;
        background-image: url(../images/xian2.png);
    }

    .page a.cur2,
    .page a:hover {
        background: #00b7ee;
        color: #fff;
    }

    .solution_list .content ul li:hover .img>img {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

    .solution_list .content ul li:hover .img p {
        opacity: 1;
    }

    .solution_list .content ul li:hover .img p img {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }

    .solution_list .content ul li:hover .text {
        padding: 20px 3% 35px 7%;
    }

    .case_sort ul li a:hover,
    .case_sort ul li a.cur {
        border: 1px #00b7ee solid;
        background: #00b7ee;
        color: #fff;
    }

    .inside_sort ul li a:hover {
        background-color: #fff;
        color: #00b7ee;
        border-radius: 16px;
    }

    .case ul li:hover img,
    .case_recommend ul li:hover img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .case ul li:hover .name {
        background: #00b7ee;
    }

    .case ul li:hover .name h3 a,
    .case_recommend ul li:hover .name {
        background: #00b7ee;
        color: #fff;
    }

    .case ul li:hover .name .fr a.case_pc {
        background-image: url(../images/pc_w.png);
    }

    .case ul li:hover .name .fr a.case_phone {
        background-image: url(../images/phone_w.png);
    }

    .case ul li:hover .tag,
    .case_recommend ul li:hover .tag {
        bottom: 60px;
    }

    .nybanner .det_name .link a.bg1:hover {
        background-image: url(../images/case/case_ico1_on.png);
    }

    .nybanner .det_name .link a.bg2:hover {
        background-image: url(../images/case/case_ico2_on.png);
    }

    .nybanner .det_name .link a.bg3:hover {
        background-image: url(../images/case/case_ico3_on.png);
    }

    .service .service_list ul li .text a:hover {
        opacity: .8;
    }

    .service .service_case .service_img a:hover {
        background-color: #00b7ee;
        border-color: #00b7ee;
        color: #fff;
    }

    .domain_host ul li:hover .hexagon-0 {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .domain_host ul li:hover .hexagon-1 {
        -webkit-transform: rotate(110deg);
        -moz-transform: rotate(110deg);
        -ms-transform: rotate(110deg);
        -o-transform: rotate(110deg);
        transform: rotate(110deg);
    }

    .news .news_nav .list a:hover,
    .news .news_nav .list a.cur {
        color: #fff;
        background: #006acd;
        border-color: #006acd;
    }

    .news .news_list ul li:hover .img img {
        transform: scale(1.05);
        -ms-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -o-transform: scale(1.05);
    }

    .news .news_list ul li .text .tag h3 a:hover {
        color: #00b7ee;
    }

    .news .news_list ul li:hover a {
        color: #00b7ee;
    }

    .news .news_list ul li:hover .text .tag>a {
        background: #00b7ee;
        color: #fff;
    }

    .news .news_con .con_list .hots ul li a:hover {
        color: #00b7ee;
    }

    .infovis .bj a:hover {
        color: #006acd;
    }

    .inside_con .t_fx a:hover {
        color: #006acd;
    }

    .about .core_value ul li:hover .img img {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

    .contact .content .left .qq a:hover {
        background-color: #ff0000;
        color: #fff;
    }

    .index_footer .index_main .footer_fl dd a:hover {
        color: #fff;
    }

    .index_footer .footer_link a:hover {
        color: #fff;
    }

    .index_footer .footer_links ul li a:hover {
        color: #dcdcdc;
    }

    .index_footer .footer_links ul li a:hover:after {
        color: #666;
    }

    .index_footer .Copyright span a:hover {
        color: #fff;
    }
}

@media (max-width:1440px) {
    .service .service_list ul li {
        width: 48%;
        margin: 0 4% 50px 0;
    }

    .service .service_list ul li:nth-child(3n) {
        margin-right: 4%;
    }

    .service .service_list ul li:nth-child(2n) {
        margin-right: 0;
    }

    .news {
        padding: 0 3%;
    }

    .case {
        padding: 50px 3% 0;
    }

    .case_sort {
        padding: 30px 3% 20px;
    }

    .nybanner>.text {
        padding: 0 3%;
    }
}

@media (max-width:1400px) {
    .nybanner .det_name {
        width: 94%;
    }

    .inside_sort .inside {
        padding: 0 3%;
    }

    .bread_crumbs {
        right: 3%;
    }
}

@media (max-width:1200px) {
    .header .info {
        display: none;
    }

    .nybanner {
        height: 380px;
    }

    .nybanner>.text {
        padding-top: 190px;
    }

    .inside_sort ul {
        overflow-x: auto;
        display: flex;
        white-space: nowrap;
    }

    .inside_sort ul::-webkit-scrollbar {
        display: none;
    }

    .index_footer .index_main {
        padding: 0 3%;
    }

    .index_footer .index_main .footer_fl {
        width: 12.6666%;
        margin-right: 4%;
    }

    .web .web_build {
        padding: 70px 5%;
    }

    .web .web_build .text {
        padding-top: 0;
    }

    .sz_con li {
        padding: 30px 0px;
        width: 33.3333%;
    }

    .sz_con li span {
        margin: 5px 10px;
    }

    .sz_con li div {
        width: calc(100% - 86px);
        float: left;
    }

    .service_process ul li {
        width: 27%;
        display: inline-block;
        vertical-align: top;
        padding-left: 5%;
        margin: 0 0 3% 2.5%;
        background: url(../images/service/service-bg02.png) left 10px no-repeat;
    }

    .service_process ul li:nth-child(4n + 1) {
        margin: 0 0 3% 2.5%;
        background: url(../images/service/service-bg02.png) left 10px no-repeat;
        padding-left: 5%;
    }

    .service_process ul li:nth-child(3n + 1) {
        margin: 0 0 3% 0;
        background: none;
        padding: 0;
    }

    .right_pop {
        display: none;
    }
}

@media (max-width:1024px) {
    .hidden-xs {
        display: none !important;
    }

    .hidden-lg {
        display: block !important;
    }

    .header {
        height: 50px;
    }

    .header .logo {
        height: 50px;
        left: 10px;
    }

    .header .logo a {
        padding: 5px 0px;
    }

    .header .logo a img {
        height: 40px;
    }

    .header .logo .mapbtns {
        display: none;
    }

    .header .navbar ul li#a9 {
        display: block;
    }

    .header .navbar {
        display: none;
        float: none;
        margin: 0px;
        position: fixed;
        z-index: 10;
        top: 0;
        left: 0;
        z-index: 59;
        background: #59b38d url(../images/navbarbg.jpg) no-repeat scroll center center / cover;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        -webkit-transition: all 0s ease;
        -moz-transition: all 0s ease;
        -ms-transition: all 0s ease;
        -o-transition: all 0s ease;
        transition: all 0s ease;
    }

    .header .navbarlogo {
        position: fixed;
        z-index: 11;
        top: 20px;
        margin: 0;
        width: 100%;
        text-align: center;
        opacity: 0;
    }

    .header .navbarlogo a {
        display: block;
        height: auto;
        color: #fff;
    }

    .header .navbarlogo img {
        height: 60px;
    }

    .header .navbarlogo a h2 {
        margin: 10px 0 0;
        font-size: 1.5em;
        font-weight: normal;
        line-height: 100%;
    }

    .header .navbarlogo a p {
        margin: 5px 0 0;
        font-size: 1rem;
        line-height: 100%;
    }

    .header .navbar ul {
        position: absolute;
        left: 0px;
        top: 130px;
        width: 100%;
        padding: 0 5%;
        box-sizing: border-box;
    }

    .header .navbar ul li {
        position: relative;
        z-index: 1;
        float: left;
        width: 33.333333%;
        height: auto;
        line-height: 100%;
        margin: 0 -1px -1px 0;
        text-align: center;
        border: solid 1px #fff;
        box-sizing: border-box;
    }

    .header .navbar ul li a {
        display: block;
        color: #fff;
        padding: 38px 0px;
        line-height: 100%;
        margin-top: 0px;
    }

    .header .navbar ul li a span {
        display: block;
        margin: 5px 0 0;
        font-size: 0.75em;
        font-family: sanfranciscodisplay-regular, arial;
        text-transform: uppercase;
    }

    .header .navbar ul li a:hover {
        margin-top: 0px !important;
    }

    .header .navbar ul li:hover {
        z-index: 2;
    }

    .header .navbar ul li.on {
        background: #fff;
    }

    .header .navbar ul li.on a {
        color: #555;
    }

    .header .navbar .menuclos {
        display: none;
        position: fixed;
        z-index: 11;
        left: 50%;
        bottom: 0;
        margin: 0 0 0 -50px;
        width: 100px;
    }

    .header .navbar .menuclos p {
        position: relative;
        z-index: 2;
        background: #fff;
        margin: 0 0 30px;
        padding: 6px 10px;
        color: #666;
        text-align: center;
        font-size: 1em;
        border-radius: 15px;
        line-height: 100%;
        cursor: pointer;
    }

    .header .navbar .menuclos:before {
        content: "";
        position: absolute;
        z-index: 1;
        left: 50%;
        background: rgba(255, 255, 255, 0.3);
        margin: 14px 0 0 -140px;
        width: 280px;
        height: 1px;
    }

    .header .nav-menu {
        display: block;
        position: relative;
        float: right;
        top: 10px;
        right: 10px;
        margin: 0;
        padding: 2px 5px;
        cursor: pointer;
    }

    .header .nav-menu span {
        display: block;
        background: #fff;
        margin: 4px 0;
        width: 25px;
        height: 4px;
        font-size: 1px;
        color: #fff;
        border-radius: 2px;
        text-indent: -99999px;
    }

    /*banner*/
    .banner .swiper-slide {
        height: 400px;
    }

    .nybanner>.text h1 {
        font-size: 24px;
    }

    .inside_sort {
        height: 50px;
    }

    .inside_sort ul li a {
        padding: 0 10px;
        margin: 11px 0;
        line-height: 28px;
    }

    .bread_crumbs {
        display: none;
    }

    /*首页*/
    .index_what,
    .index_case {
        padding: 50px 0;
    }

    .solution,
    .index_partner,
    .index_news {
        padding: 50px 3%;
    }

    .solution .solution-slide .solution-slide-menu {
        width: 240px;
    }

    .solution .solution-slide .solution-slide-body {
        width: calc(100% - 290px);
    }

    .index_date ul li .num {
        font-size: 72px;
    }

    .index_date ul li p {
        font-size: 16px;
    }

    /*网页*/
    .sz .title {
        font-size: 32px;
    }

    .sz {
        padding: 50px 3%;
    }

    .qywz_box6 {
        padding: 50px 3%;
    }

    .qywz_box6 .top_box {
        font-size: 32px;
    }

    .qywz_box6 .lower_box ul li div span {
        font-size: 20px;
    }

    .qywz_box6 .lower_box ul li div p {
        line-height: 20px;
    }

    .qywz_box6 .lower_box ul li div {
        margin-left: 30px;
        width: calc(100% - 160px);
    }

    .solution_list {
        padding: 50px 3%;
    }

    .solution_list .title {
        font-size: 14px;
        line-height: 24px;
        padding: 0 0 30px;
    }

    .solution_list .title h1 {
        font-size: 30px;
        line-height: 50px;
    }

    .solution_list .content ul li .text {
        padding: 10px 5% 20px;
    }

    .solution_list .content ul li .text h2 {
        font-size: 18px;
        line-height: 36px;
        margin-bottom: 10px;
    }

    .solution_list .content ul li .text p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .solution_det .content ul li .num {
        font-size: 90px;
        line-height: 90px;
    }

    .solution_det .content ul li .right .text {
        margin-bottom: 0;
    }

    .solution_det .content ul li .right h2 {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 30px;
    }

    .solution_det .content ul li .right h2:after {
        bottom: -15px;
    }

    .solution_det .content ul li .right .dl .dd {
        margin-bottom: 20px;
    }

    .solution_det .content ul li .right .dl .dd h4,
    .solution_det .content ul li .right .dl .arow h4 {
        padding: 15px 0;
    }

    .case ul li .name h3,
    .case_recommend ul li .name {
        font-size: 16px;
        background-color: #00b7ee;
        color: #fff;
        line-height: 40px;
    }

    .case ul li .name {
        padding: 0 10px;
        background: #00b7ee;
    }

    .case ul li .name h3 {
        width: 100%;
    }

    .case ul li .name h3 a {
        color: #fff;
    }

    .case ul li .name .fr {
        display: none;
    }

    .mobile_det {
        height: 720px;
    }

    .mobile_det .case_phone .img_left {
        width: 320px;
        height: 583px;
        background-size: 100%;
    }

    .mobile_det .case_phone .swiper-container {
        width: 284px;
        height: 450px;
        margin: 0 18px;
        padding-top: 55px;
    }

    .service_process ul li {
        width: 39%;
        padding-left: 5%;
        margin: 0 0 3% 2.5%;
        background: url(../images/service/service-bg02.png) left 10px no-repeat;
    }

    .service_process ul li:nth-child(4n + 1) {
        margin: 0 0 3% 2.5%;
        background: url(../images/service/service-bg02.png) left 10px no-repeat;
        padding-left: 5%;
    }

    .service_process ul li:nth-child(3n + 1) {
        margin: 0 0 3% 2.5%;
        background: url(../images/service/service-bg02.png) left 10px no-repeat;
        padding-left: 5%;
    }

    .service_process ul li:nth-child(2n + 1) {
        margin: 0 0 3% 0;
        background: none;
        padding: 0;
    }

    .news .news_list ul li .text {
        width: calc(100% - 210px);
    }

    .news .news_list ul li .text .tag {
        display: none;
    }

    .news .news_list ul li .img {
        width: 190px;
        height: 140px;
    }

    .news .news_list ul li .img img {
        width: 190px;
        height: 140px;
    }

    .inside_title h1 {
        font-size: 24px;
    }

    .inside_con {
        padding: 20px 0
    }

    .inside_con p {
        font-size: 14px;
    }

    .about {
        padding: 0 3%;
    }

    .contact .content {
        margin: 0 3%;
    }

    .contact .content .left {
        padding: 40px 5%;
        width: 60%;
    }

    .contact .content .left h2 {
        font-size: 24px;
    }

    .contact .content .left p {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .contact .content .left .qq a {
        font-size: 16px;
        width: 100px;
    }

    .contact .content .right {
        width: 40%;
    }

    .contact .content .right .text {
        display: none;
    }

    .contact .content .right iframe {
        height: 430px;
        overflow: hidden;
    }
}

@media (max-width:769px) {}

@media (max-width:768px) {
    .index_footer {
        width: auto;
        padding: 20px;
    }

    .index_footer .index_main .footer_fl {
        width: 100%;
        overflow: hidden;
        max-height: 50px;
        border-bottom: 1px solid #202020;
        border-right: 0px;
        -webkit-transition: max-height .3s cubic-bezier(.33, 0, 0, 1);
        transition: max-height .3s cubic-bezier(.33, 0, 0, 1);
    }

    .index_footer .index_main .footer_fl.active {
        max-height: 205px;
        will-change: transform, max-height;
    }

    .index_footer .index_main .footer_fl dt {
        width: auto;
        margin-bottom: 0;
        padding: 14px 0px;
        position: relative;
    }

    .index_footer .index_main .footer_fl dt:after {
        content: "+";
        display: block;
        float: right;
        color: #676767;
        font-size: 18px;
        height: 21px;
        line-height: 21px;
        -webkit-transform-origin: 50%;
        -ms-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }

    .index_footer .index_main .footer_fl.active dt:after {
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    .index_footer .index_main .footer_fl dt a {
        margin: 0px;
        font-size: 15px;
        height: 21px;
        line-height: 21px;
    }

    .index_footer .index_main .footer_fl dd a {
        text-indent: 1em;
    }

    .index_footer .index_main .footer_fl dd:last-child {
        margin-bottom: 20px;
    }

    .index_footer .index_main .footer_fr {
        width: 100%;
        text-align: center;
        padding: 15px 0px 0px;
    }

    .index_footer .index_main .footer_fr img {
        width: 150px;
        height: 150px;
        margin: 0 auto;
    }

    .index_footer .index_main .footer_fr p {
        font-size: 15px;
        line-height: 30px;
    }

    .banner {
        margin-top: 50px;
    }

    .banner .swiper-slide {
        height: 300px;
    }

    .pagination {
        bottom: 0px;
    }

    .pagination span {
        margin: 0 4px;
        width: 8px;
        height: 8px;
    }

    .index_what ul {
        margin-bottom: 0;
    }

    .index_what ul li {
        padding: 0 1% 30px;
        width: 22%;
    }

    .index_what ul li h3 {
        font-size: 16px;
        line-height: 36px;
    }

    .index_what ul li p {
        font-size: 13px;
        line-height: 20px;
    }

    .advisory a {
        line-height: 36px;
        height: 36px;
        width: 140px;
    }

    .index_title {
        margin-bottom: 30px;
    }

    .index_title h2 {
        font-size: 24px;
        font-weight: bold;
    }

    .solution .solution-slide .solution-slide-menu ul li {
        line-height: 90px;
        height: 91px;
    }

    .solution .solution-slide .solution-slide-menu ul li p {
        padding-left: 70px;
        font-size: 16px;
    }

    .solution .solution-slide .solution-slide-body {
        margin-left: 28px;
        width: calc(100% - 270px);
        min-height: 361px;
    }

    .solution .solution-slide .solution-slide-body .solution-slide-item h3 {
        font-size: 20px;
        line-height: 50px;
    }

    .solution .solution-slide .solution-slide-body .solution-slide-item p {
        font-size: 14px;
    }

    .solution .solution-slide .solution-slide-body .solution-slide-item>a {
        height: 36px;
        line-height: 36px;
        margin-top: 20px;
    }

    .solution .solution-slide .solution-slide-body .solution-slide-item ul li {
        padding: 3%;
        font-size: 16px;
        height: auto;
    }

    .solution .solution-slide .solution-slide-body .solution-slide-item ul li a {
        height: 60px;
        background-size: 17px auto;
    }

    .index_date {
        padding: 50px 3% 0;
    }

    .index_date ul li {
        padding-bottom: 50px;
    }

    .index_date ul li .num {
        font-size: 48px;
    }

    .index_date ul li p {
        font-size: 14px;
    }

    .case .index_title {
        margin: 0 2%;
    }

    .case_nav {
        display: none;
    }

    .case_list ul li {
        width: 46%;
        margin: 0 2% 20px;
    }

    .case_list ul li summary {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        background: #000;
        position: relative;
        bottom: 0;
    }

    .case_list ul li p {
        position: static;
        background: #00b7ee;
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }

    .case_more {
        margin-top: 20px;
    }

    .case_more a {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
    }

    .index_news_list ul li {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }

    .index_partner ul li {
        width: 25%;
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
        filter: grayscale(0%);
    }

    .solution_list .title h1 {
        font-size: 24px;
        line-height: 30px;
        padding: 10px 0;
    }

    .solution_list .content ul li {
        width: 50%;
    }

    .solution_list .content ul li:nth-child(3n) .text {
        border-right: none;
    }

    .solution_list .content ul li:nth-child(2n) .text {
        border-right: 1px #ddd solid;
    }

    .solution_list .content ul li .img p {
        display: none;
    }

    .solution_det .content ul {
        padding: 0 5% 5%;
    }

    .solution_det .content ul li {
        padding: 30px 0 10px;
    }

    .solution_det .content ul li .num {
        display: none;
    }

    .solution_det .content ul li .right {
        width: 100%;
    }

    .solution_det .content ul li:first-child {
        padding-top: 30px;
    }

    .case {
        padding: 30px 3% 0;
    }

    .nybanner .det_name {
        bottom: 10px;
    }

    .nybanner .det_name .text h1 {
        font-size: 28px;
        padding: 10px 0 15px;
        margin-bottom: 10px;
    }

    .nybanner .det_name .text p {
        font-size: 14px;
    }

    .nybanner .det_name .link {
        margin-top: 30px;
    }

    .case_det {
        padding: 20px 0 50px;
    }

    .case_det .det_top_l {
        width: 100%;
        min-height: auto;
        padding-bottom: 30px;
    }

    .case_det .det_top_r {
        display: none;
    }

    .case_recommend {
        display: none;
    }

    .case_det .det_top_l .case_text {
        width: 94%;
        min-height: auto;
    }

    .case_det .det_top_l .case_text h3 {
        font-size: 24px;
        height: 60px;
        line-height: 60px;
        margin: 20px 0;
    }

    .case_det .det_top_l .case_text p {
        font-size: 14px;
    }

    .case_det .det_top_l .case_text .bdsharebuttonbox {
        margin-top: 20px;
    }

    .mobile_det {
        height: 520px;
        padding-top: 50px;
    }

    .mobile_det .case_phone .img_left {
        width: 240px;
        height: 437px;
        background-size: 100%;
    }

    .mobile_det .case_phone .swiper-container {
        width: 214px;
        height: 330px;
        margin: 0 13px;
        padding-top: 45px;
    }

    .mobile_det .case_phone .swiper-pagination {
        bottom: -40px;
    }

    .mobile_det .case_ewm {
        margin-top: 120px;
    }

    .mobile_det .case_ewm img {
        width: 150px;
    }

    /*分页*/
    .page {
        padding: 30px 0 20px;
    }

    .web .web_build .text {
        width: 45%;
        margin-right: 5%;
    }

    .web .web_build .text.right {
        margin-left: 5%;
        margin-right: 0;
    }

    .web .web_build .text h2 {
        line-height: 60px;
    }

    .web .web_build .text p {
        line-height: 30px;
    }

    .web .web_build .text a {
        margin-top: 30px;
    }

    .sz_con li {
        width: 50%;
    }

    .qywz_box6 {
        padding: 30px 20px 50px;
    }

    .qywz_box6 .lower_box ul li {
        margin-top: 30px;
    }

    .qywz_box6 .lower_box ul li img {
        width: 100px;
        height: 100px;
    }

    .qywz_box6 .lower_box ul li div {
        width: calc(100% - 150px);
        margin-left: 20px;
    }

    .qywz_box6 .lower_box ul li div span {
        padding: 0px;
        font-size: 20px;
    }

    .qywz_box6 .lower_box ul li div p {
        font-size: 14px;
        line-height: 20px;
    }

    .service .service_title {
        padding: 30px 0;
    }

    .service .service_title h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .service .service_title p {
        font-size: 14px;
    }

    .service_process ul li {
        width: 100%;
        margin: 0 0 3% 0;
        background: url(../images/service/service-bg02-1.png) left top no-repeat;
        padding: 30px 0 0 0;
    }

    .service_process ul li:nth-child(n) {
        margin: 0 0 3% 0;
        background: url(../images/service/service-bg02-1.png) 10px top no-repeat;
        padding: 30px 0 0 0;
    }

    .service_process ul li:first-child {
        background: none;
    }

    .domain_host ul li {
        width: 27.3333%;
        height: 28vw;
        margin-bottom: 40px;
    }

    .news .news_nav {
        padding-bottom: 30px;
    }

    .news .news_nav .h {
        width: 100%;
        float: none;
    }

    .news .news_nav .list a {
        width: 24%;
        margin: 0 2% 0px 0;
        box-sizing: border-box;
    }

    .news .news_nav .h h4 {
        font-size: 18px;
        line-height: 120%;
        margin-bottom: 5px;
    }

    .news .news_nav .h p {
        font-size: 12px;
        line-height: 120%;
    }

    .news .news_con .con_list {
        display: none;
    }

    .news .news_list {
        width: 100%;
        margin-top: 30px;
    }

    .news .news_list ul li .img {
        width: 160px;
        height: 120px;
        margin-right: 10px;
    }

    .news .news_list ul li .img img {
        width: 160px;
        height: 120px;
    }

    .news .news_list ul li .text {
        width: calc(100% - 170px);
        padding: 0;
    }

    .news_det {
        width: 100%;
    }

    .inside_title h1 {
        font-size: 22px;
    }

    .inside_con .t_time {
        margin-top: 30px;
    }

    .page a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }

    .page a.prev,
    .page a.next {
        width: 60px;
    }

    .page a.first,
    .page a.end {
        width: 45px;
    }

    .contact_title {
        padding: 0 0 20px;
    }

    .contact_title h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .message {
        margin: 30px 3% 50px;
    }

    .message .inp-box li:first-child {
        margin-right: 0px;
    }

    .message .inp-box .fl {
        float: none;
    }

    .message .inp-box ul input,
    .message .inp-box li.email input,
    .message .inp-box li select,
    .message .inp-box li textarea {
        width: 100%;
        box-sizing: border-box;
    }

    .message .inp-box li.code1 input {
        width: calc(100% - 180px);
    }

    .message .inp-box li.code1 img {
        margin: 0px;
        float: right;
    }

    .message .inp-box li .but {
        width: 100%;
    }

    .message .inp-box li {
        margin-bottom: 0px;
    }

    .message .inp-box li .input_txt,
    .message .inp-box li .input_con {
        width: 100%;
        padding: 0px;
        margin-bottom: 10px;
    }

    .message .inp-box li .input_txt.code1 {
        width: 82%;
    }

    .message .inp-box li .btn {
        padding: 0 0 0 10px;
    }

    .about .core_value .title p {
        font-size: 14px;
        line-height: 24px;
    }
}

@media (max-width:540px) {

    /*banner*/
    .banner .swiper-slide {
        height: 180px;
    }

    .nybanner {
        height: 300px;
    }

    .nybanner>.text {
        padding-top: 120px;
    }

    .nybanner>.text h1 {
        font-size: 20px;
    }

    .nybanner>.text p {
        font-size: 14px;
        margin-top: 10px;
        line-height: 20px;
    }

    .index_news_list ul li .img {
        display: none;
    }

    .index_news_list ul li .text {
        width: calc(100% - 40px);
    }

    .index_news_list ul li .text p {
        height: 36px;
    }

    .index_title h3 {
        font-size: 22px;
        line-height: 40px;
    }

    .index_title p {
        font-size: 14px;
    }

    .advisory a {
        font-size: 14px;
        height: 30px;
        line-height: 30px;
    }

    .index_what {
        padding: 30px 3%
    }

    .index_what ul li {
        width: 47%;
    }

    .index_what ul li i img {
        width: 30px;
        height: 30px;
    }

    .solution,
    .index_partner,
    .index_news {
        padding: 30px 3%;
    }

    .solution .solution-slide .solution-slide-menu {
        width: 100%;
    }

    .solution .solution-slide .solution-slide-body {
        display: none;
    }

    .index_case {
        padding: 30px 0;
    }

    .case_more {
        margin-top: 10px;
    }

    .case_more a,
    .news_more a {
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }

    .index_partner ul li {
        width: 33.3333%;
    }

    .index_partner ul li a {
        padding: 0 5px;
    }

    .index_date {
        padding: 50px 3% 20px;
    }

    .index_date ul li {
        width: 46%;
        margin-right: 6%;
        padding-bottom: 30px;
    }

    .index_date ul li:nth-child(3n) {
        margin-right: 4%;
    }

    .index_date ul li:nth-child(2n) {
        margin-right: 0;
    }

    .service ul li h2 {
        font-size: 14px;
    }

    .service ul li p {
        font-size: 14px;
    }

    .service_bottom {
        display: none;
    }

    .web .web_build {
        padding: 30px 3%;
    }

    .web .web_build .text {
        width: 100%;
        margin: 0 0 30px;
    }

    .web .web_build .text.right {
        text-align: left;
    }

    .web .web_build .text.right h2:after {
        left: 0;
        right: auto;
    }

    .web .web_build .text.right a {
        float: left;
    }

    .web .web_build .text h2 {
        font-size: 24px;
        height: 50px;
        line-height: 50px;
    }

    .web .web_build .img {
        width: 100%;
    }

    .sz {
        padding: 30px 0px;
    }

    .sz .title {
        padding: 0px 10px;
        font-size: 24px;
    }

    .sz_con {
        padding: 0px;
    }

    .sz_con li {
        width: 100%;
        padding: 15px 0;
    }

    .sz_con li div h3 {
        font-size: 18px;
    }

    .qywz_box6 .top_box {
        font-size: 30px;
    }

    .qywz_box6 .top_box i {
        margin: 0 0 0 10px;
    }

    .qywz_box6 .lower_box ul li {
        width: 100%;
    }

    .qywz_box6 .lower_box ul li img {
        width: 65px;
        height: 65px;
    }

    .qywz_box6 .lower_box ul li div {
        width: calc(100% - 85px);
    }

    .solution_list {
        padding: 30px 3%
    }

    .solution_list .title {
        font-size: 14px;
        line-height: 24px;
    }

    .solution_list .title h1 {
        font-size: 22px;
        padding: 0;
    }

    .solution_list .content ul li {
        width: 100%;
        margin-bottom: 15px;
    }

    .solution_list .content ul li:nth-child(3n) .text {
        border-right: 1px #ddd solid;
    }

    .solution_list .content ul li .text {
        border-right: 1px #ddd solid;
        padding: 10px 3% 20px;
    }

    .solution_list .content ul li .text h2 {
        font-size: 18px;
        margin-bottom: 10px;
        line-height: 30px;
    }

    .solution_list .content ul li .text p {
        margin-bottom: 0px;
    }

    .solution_list .content ul li .text span {
        display: none;
    }

    .solution_det {
        padding: 15px 0;
    }

    .solution_det .content .top p {
        width: 100%;
        height: 100%;
        background: none;
        top: 0;
        left: 0;
        font-size: 18px;
        line-height: 36px;
    }

    .solution_det .content ul li {
        padding: 20px 0 10px;
    }

    .solution_det .content ul li .right .text {
        margin-bottom: 20px;
    }

    .solution_det .content ul li .right h2 {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 32px;
    }

    .solution_det .content ul li .right h2:after {
        bottom: -10px;
    }

    .solution_det .content ul li .right .text {
        font-size: 14px;
        line-height: 24px;
    }

    .solution_det .content ul li:first-child .right dl dd {
        margin: 0;
        padding-right: 15%;
    }

    .solution_det .content ul li .right .dl .dd {
        max-width: 100%;
        padding-right: 0;
        margin: 20px 0;
        text-align: center;
    }

    .solution_det .content ul li .right .dl .dd h4,
    .solution_det .content ul li .right .dl .arow h4 {
        padding: 10px 0;
        font-size: 16px;
    }

    .solution_det .content ul li .right .dl .dd img {
        width: 47px;
    }

    .service .service_title {
        padding: 30px 3%;
    }

    .service_list {
        background-position: center bottom;
    }

    .service .service_list ul li:nth-child(3n) {
        margin-right: 0;
    }

    .service .service_list ul li {
        width: 100%;
        margin: 0 0 30px 0;
    }

    .service .service_list ul li .text h2 {
        font-size: 18px;
    }

    .service .service_list ul li .text a {
        display: none;
    }

    .service .service_list ul li .text p {
        min-height: auto;
        margin-bottom: 0;
    }

    .service .service_case {
        padding-bottom: 40px;
    }

    .service .service_case .service_img a {
        width: 120px;
        height: 30px;
        line-height: 30px;
        border-width: 1px;
    }

    .service_process ul li .img {
        width: 22px;
        margin-top: 2px;
    }

    .service_process ul li .text h2 {
        font-size: 16px;
    }

    .service_process ul li .text p {
        margin-top: 10px;
    }

    .service_process ul li:nth-child(n) {
        background-position: center top;
    }

    .domain_host {
        padding: 0 3%;
    }

    .domain_host ul {
        position: relative;
        z-index: 10;
    }

    .case ul li,
    .case_recommend ul li {
        width: 49%;
        margin-bottom: 2%;
    }

    .case ul li:nth-child(3n),
    .case_recommend ul li:nth-child(3n) {
        margin-right: 2%;
    }

    .case ul li:nth-child(2n),
    .case_recommend ul li:nth-child(2n) {
        margin-right: 0;
    }

    .case ul li .tag,
    .case_recommend ul li .tag {
        display: none;
    }

    .case ul li .name h3,
    .case_recommend ul li .name {
        background: #00b7ee;
        color: #fff;
        font-size: 14px;
        line-height: 32px;
    }

    .case_det .det_top_l {
        min-height: auto;
        padding-bottom: 20px;
    }

    .case_det .det_top_l .case_text {
        width: 94%;
    }

    .case_det .det_pc_content {
        padding: 30px 3%;
    }

    .case_det .det_top_l .case_text p {
        font-size: 14px;
    }

    .case_det .det_top_l .case_text .bdsharebuttonbox a {
        width: 29px;
        height: 29px;
        background-size: 29px;
        margin-right: 20px;
    }

    .nybanner .det_name .text h1 {
        font-size: 22px;
        padding: 0 0 5px;
    }

    .nybanner .det_name .text h1:after {
        height: 1px;
        width: 30px;
    }

    .nybanner .det_name .link {
        display: none;
    }

    .case_det {
        padding: 0;
    }

    .case_det .det_pc_content {
        margin-top: 10px;
    }

    .case_det .det_top_l .case_text h3 {
        margin: 20px 0 10px;
        font-size: 20px;
        height: 50px;
        line-height: 50px;
    }

    .mobile_det {
        margin-top: 10px;
    }

    .mobile_det .case_phone {
        width: 100%;
    }

    .mobile_det .case_phone .swiper-button-prev,
    .mobile_det .case_phone .swiper-button-next {
        width: 26px;
        height: 26px;
        background-size: 26px;
    }

    .mobile_det .case_phone .swiper-button-prev {
        left: 3%;
    }

    .mobile_det .case_phone .swiper-button-next {
        right: 3%;
    }

    .mobile_det .case_ewm {
        display: none;
    }

    .domain_host ul li {
        width: 44%;
        height: 44vw;
        margin-bottom: 40px;
    }

    .news .news_nav {
        display: none;
    }

    .news .news_nav .list a {
        width: 32%;
        box-sizing: border-box;
    }

    .news .news_nav .list a:last-child {
        margin-right: 0;
    }

    .news .news_nav .h {
        display: none;
    }

    .news .news_list ul li {
        padding: 10px 0;
    }

    .news .news_list ul li .text h3 {
        font-size: 16px;
    }

    .news .news_list ul li .text p {
        line-height: 24px;
        height: 48px;
    }

    .inside_title h1 {
        font-size: 20px;
    }

    .inside_title .info .infovis span {
        margin-right: 10px;
    }

    .inside_title .info .infovis span:last-child {
        margin-right: 0;
    }

    .about .content {
        margin: 40px 0;
    }

    .about .core_value .title h3 {
        margin-bottom: 20px;
    }

    .about .core_value ul li {
        width: 100%;
        margin-bottom: 20px;
    }

    .about .core_value ul li .text {
        padding-top: 10px;
    }

    .contact_title h3 {
        font-size: 26px;
    }

    .contact_title p {
        font-size: 22px;
    }

    .contact .content .left {
        width: 100%;
        padding: 20px 3%;
    }

    .contact .content .left h2 {
        font-size: 18px;
        padding-bottom: 10px;
    }

    .contact .content .left p {
        font-size: 14px;
        margin-bottom: 0;
    }

    .contact .content .left .qq a {
        line-height: 30px;
        margin-right: 2%;
        width: 32%;
        float: left;
        font-size: 14px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .contact .content .right {
        display: none;
    }

    .message {
        margin: 0px 3% 30px;
    }

    .message .inp-box ul li input,
    .message .inp-box ul li select {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .message .inp-box li .code1 input {
        width: calc(100% - 120px);
    }

    .message .inp-box li textarea {
        font-size: 14px;
    }

    .message .inp-box li .input_txt.code1 {
        width: calc(100% - 100px);
    }

    .message .inp-box li .btn {
        width: 100px;
    }

    .message .inp-box li .but {
        height: 40px;
    }

    .message .inp-box li .code1 img {
        height: 40px;
        width: 120px;
    }

    .inside_con .t_fx a.fh {
        display: none;
    }

    .inside_con .t_fx a {
        width: 100%;
    }

    .index_footer .index_main .footer_fr img {
        width: 100px;
        height: 100px;
    }

    .index_footer .Copyright {
        margin-top: 20px;
    }

    .index_footer .Copyright span {
        font-size: 12px;
    }
}