/*row居中*/

.row {
    margin: 0 !important;
}


/*去除col的间距*/

.row>div {
    padding-left: 0;
    padding-right: 0;
}

a:hover {
    text-decoration: none !important;
}

a:focus {
    text-decoration: none !important;
}


/*header*/

#header .navbar {
    border: 0;
    margin-bottom: 0;
    z-index: 1000;
    border-radius: 0;
    background-color: #fff;
}

#header .navbar {
    border-color: transparent;
    background: rgba(0, 0, 0, 0.2);
}

#header .navbar-brand {
    height: auto;
    padding: 0;
}

#header .navbar-toggle {
    padding: 0 0;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 15px;
    background: url(../img/pc_home_icon1.png) no-repeat;
    background-size: 21px auto;
    width: 21px;
    height: 19px;
    border: 0;
    border-radius: 0;
}


/*logo*/

#header .navbar {
    min-height: auto !important;
}

.navbar-brand {
    margin-left: 15px;
    margin-top: 8px;
}

#header .navbar-brand img {
    width: 78px;
    display: block;
}


/*nav*/

#header .navbar-nav a {
    color: rgba(255, 255, 255, 0.6);
}

#header .navbar-nav .active>a {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0);
    position: relative;
}

.navbar-nav>li>a:hover {
    color: rgba(255, 255, 255, 1);
}


/*1、首页*/


/*banner*/

.cus_banner img {
    display: block;
    width: 100%;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: transparent !important;
    border-radius: 50% !important;
    opacity: 1 !important;
    border: solid 2px #ffffff;
}

.swiper-pagination-bullet-active {
    background: #fff !important;
    border: solid 2px #ffffff;
}


/*home_info*/

.home_info {
    text-align: center;
    padding-bottom: 30px;
    padding-top: 20px;
}

.homeI_one {
    font-size: 20px;
    color: #262731;
    padding-bottom: 10px;
}

.homeI_two {
    font-size: 10px;
    color: #404355;
    padding-bottom: 10px;
}

.homeI_three {
    margin-bottom: 15px;
}

.homeI_three a {
    font-size: 10px;
    color: #1983ff;
}

.home_info img {
    display: inline-block;
    width: 100%;
}


/*home_case*/

.home_case {
    text-align: center;
    background: #f3f3f4;
}

.homeC_row dl {
    width: 100%;
    margin-bottom: 15px;
}

.homeC_row dl:hover {
    -webkit-box-shadow: 0 4px 20px rgba(243, 244, 246, .8);
    box-shadow: 0 4px 20px rgba(243, 244, 246, .8);
}

.home_case {
    padding-top: 30px;
}

.homeC_title {
    font-size: 20px;
    color: #262731;
    padding-bottom: 10px;
}

.homeC_hint {
    font-size: 10px;
    color: #666a80;
    padding-bottom: 20px;
}

.homeC_row dl dt img {
    display: block;
    width: 100%;
}

.homeC_dd1 {
    font-size: 18px;
    color: #262731;
}

.homeC_dd2 {
    font-size: 10px;
    color: #a1a3b2;
    line-height: 20px;
    width: 100%;
    height: 40px;
}

.homeC_row dl dd {
    padding: 10px 15px;
    height: 100px;
    background: #fff;
    text-align: center;
}

.homeC_more {
    padding-top: 15px;
    padding-bottom: 30px;
}

.homeC_more a {
    display: block;
    width: 150px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: #1571db;
    font-size: 14px;
    border-radius: 20px;
    margin: 0 auto;
}

.home_procedure img {
    display: block;
    width: 100%;
}


/*合作伙伴*/

.home_parter {
    background: #fff;
    text-align: center;
    padding-top: 30px;
}

.homeC_logo {
    padding-bottom: 30px;
}

.homeC_logo li {
    width: 33.33%;
    height: 70px;
    background: #fff;
    box-sizing: border-box;
    padding: 0 5px;
}

.homeC_logo li>div {
    width: 100%;
    height: 100%;
}

.homeC_logo li>div img {
    max-width: 100%;
    max-height: 100%;
}


/*关于*/

.home_about {
    background: #fff;
}

.home_about .container {
    position: relative;
    padding-left: 0;
    padding-right: 0;
}

.home_about img {
    display: block;
    width: 100%;
}

.homeA_content {
    width: 100%;
    background: #fff;
}

.homeA_left {
    padding-top: 30px;
    font-size: 10px;
    line-height: 20px;
    text-align: justify;
    color: #4a4e50;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.homeA_right {
    position: relative;
    margin-bottom: 20px;
}

.home_contack {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 50%;
    background: transparent;
    z-index: 1000;
}


/*footer*/

.footer {
    background: #191c25;
    border-bottom: solid 1px #2b2e36;
}

.foot_top {
    padding: 10px 0;
}

.foot_top img {
    width: 80px;
    margin-bottom: 10px;
}

.foot_img {
    width: 100%;
    text-align: center;
}

.foot_top ul {
    color: #7c7e8b;
    width: 100%;
    text-align: center;
    font-size: 12px;
}

.foot_top ul li {
    margin: 0 5px;
}

.foot_top ul li:nth-child(2) img {
    width: 20px;
}

.foot_top ul li:nth-child(3) img {
    width: 13px;
}

.foot_top ul li:nth-child(4) img {
    width: 16px;
}

.foot_center {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
    color: #7c7e8b;
    text-align: center;
}

.foot_center a {
    color: #7c7e8b;
    padding-right: 5px;
}

.footC_sl {
    margin-bottom: 10px;
}

.foot_bottom {
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    font-size: 10px;
    padding-top: 10px;
    padding-bottom: 15px;
}

.foot_code {
    margin-top: 10px;
}


/*2、关于*/

.about_info {
    padding-bottom: 30px;
    padding-top: 30px;
    text-align: center;
}

.aboutI_one {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

.aboutI_one:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background: url(../img/wj_gy_icon01.png) no-repeat center center;
    background-size: 130px auto;
}

.aboutI_cont {
    line-height: 20px;
    color: #757d81;
    font-size: 10px;
    text-align: left;
    text-align: justify;
}

.about_tech {
    background: #fafafc url(../img/wj_gy_bg.png) no-repeat center bottom;
    background-size: auto 100%;
    text-align: center;
}

.aboutT_row div {
    padding: 0 0 0 0;
}

.aboutT_top {
    color: #1983ff;
}

.aboutT_bottom {
    line-height: 20px;
    color: #222425;
    font-size: 12px;
}

.about_tech {
    padding-top: 30px;
    padding-bottom: 30px;
}

.about_heart {
    position: relative;
    cursor: pointer;
    transform: perspective(1000);
    -moz-transform: perspective(1000);
    -o-transform: perspective(1000);
    -webkit-transform: perspective(1000);
}

.about_heart .about_h1 {
    display: block;
    width: 100%;
}

.about_cont {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*旋转到背面*/
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    /*旋转到背面看不见*/
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.about_heart:hover .about_cont {
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.about_cont img {
    display: block;
    width: 100%;
    height: 100%;
}

.about_ad .about_info {
    padding-bottom: 30px;
}

.about_map {
    position: relative;
}

.about_map .about_map {
    display: block;
    width: 100%;
}

.about_map .about_address {
    position: absolute;
    top: 12px;
    left: 5%;
    width: 200px;
}


/*3、服务*/

.service_nav {
    border-bottom: solid 1px #eff0f1;
}

.service_ul li {
    width: 33.33%;
    text-align: center;
    font-size: 12px;
    color: #222425;
    padding: 15px 0;
}

.service_ul li a {
    color: #222425;
    padding: 10px 0;
}

.service_ul li a:hover {
    color: #222425;
}

.service_link {
    color: #1983ff !important;
    border-bottom: solid 3px #1983ff;
}


/*一个切换*/

.service_floor {
    display: none;
}

.service_step {
    background: #f6f7f9;
    padding-top: 20px;
    padding-bottom: 30px;
}

.service_step img {
    display: inline-block;
    max-width: 100%;
}

.serviceS_word {
    margin-top: 20px;
    font-size: 12px;
    color: #757d81;
}

.serviceSL {
    margin-left: 10px;
}

.serviceSL p {
    font-weight: bold;
    font-size: 12px;
    color: #222425;
    margin-bottom: 5px;
}

.serviceSL div {
    font-size: 9px;
    color: #757d81;
    line-height: 20px;
}

.service_row>div {
    margin-top: 15px;
}

.service_row>div:nth-child(1) {
    margin-top: 25px;
}

.service_step3 img {
    display: block;
    width: 100%;
}


/*网站*/

.serviceW_img {
    text-align: center;
    padding: 0 10px;
}

.serviceW_img img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.serviceW_top {
    text-align: center;
    background: #f4f9fe;
    color: #0f3c75;
    line-height: 20px;
    font-size: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 30px;
}

.serviceW_line {
    border-top: solid 1px #e8e9eb;
}

.serviceW_cover {
    padding-bottom: 20px;
}


/*APP*/

.serviceA_top>div .serviceA_child {
    width: 100%;
    height: auto;
    background: #fff;
    -webkit-box-shadow: 0 4px 20px rgba(243, 244, 246, .8);
    box-shadow: 0 4px 20px rgba(243, 244, 246, .8);
    margin-bottom: 15px;
}

.serviceA_img1 {
    display: block;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 15px;
}

.serviceA_img2 {
    display: block;
    margin: 0 auto;
    padding-bottom: 10px;
}

.serviceA_child p {
    font-size: 10px;
    color: #a1a3b2;
    line-height: 20px;
    padding: 20px;
}

.serviceA_info {
    padding-bottom: 20px;
}


/*定制*/

.serviceD_cover {
    padding-bottom: 30px;
}

.serviceD_one {
    text-align: center;
}

.serviceD_one img {
    width: 60px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.serviceD_txt {
    font-weight: bold;
    color: #222425;
    font-size: 12px;
}

.serviceD_cont {
    font-size: 10px;
    color: #a1a3b2;
    padding: 0 20px;
    height: 60px;
    overflow: hidden;
}

.serviceD_one:hover {
    -webkit-box-shadow: 0 4px 20px rgba(243, 244, 246, .8);
    box-shadow: 0 4px 20px rgba(243, 244, 246, .8);
}


/*标准*/

.sD_one .serviceD_cont {
    height: 70px;
}


/*优势*/

.serviceY_cover {
    background: #1c1623;
    padding-bottom: 40px;
}

.serviceY_cover .homeI_one {
    color: #fff;
}

.serviceY_cover .aboutI_one:after {
    background: url(../img/wl_ys_bg.png) no-repeat center center;
    background-size: 130px auto;
}

.SD_two .serviceD_txt {
    color: #ffffff;
}

.SD_two .serviceD_cont {
    color: #a1a3b2;
    padding: 0 10px;
}


/*优势*/

.SD_two>div {
    width: 100%;
    height: 200px;
}

.SD_two:hover {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.SD_two>div:hover {
    background: rgba(0, 0, 0, 0.6);
}

.SD_two img {
    margin-top: 0;
    margin-bottom: 0;
}

.sdT_img {
    width: 100%;
    height: 90px;
}

.serviceY_cover .serviceA_info {
    padding-bottom: 0;
}


/*4、案例*/

.case_one {
    padding-top: 20px;
}


/*悬浮*/

.home_dialog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 900;
    display: none;
}

.home_float {
    position: fixed;
    top: 90%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 0%;
    z-index: 1000;
}

.home_float li {
    width: 30px;
    height: 30px;
    border-radius: 3px;
    margin-bottom: 5px;
    position: relative;
    cursor: pointer;
}

.home_float li i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    border-radius: 3px;
    transition: all 0.2s ease-in-out 0.1s;
    -webkit-transition: all 0.2s ease-in-out 0.1s;
}

.home_float li div {
    position: absolute;
    right: 0;
    top: 0;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 10px;
    color: #fff;
    background: #2888ff;
    border-radius: 3px 0 0 3px;
    z-index: 1;
    transition: all 0.2s ease-in-out 0.1s;
    -webkit-transition: all 0.2s ease-in-out 0.1s;
    width: 30px;
    overflow: hidden;
}

.fight_login {
    background: #2888ff url(../img/wj_dl_icon1.png) no-repeat center center;
    background-size: 50% 50%;
}

.fight_reg {
    background: #2888ff url(../img/wj_dl_icon2.png) no-repeat center center;
    background-size: 50% 50%;
}

.fight_contack {
    background: #2888ff url(../img/wj_dl_icon3.png) no-repeat center center;
    background-size: 50% 50%;
}

.fight_back {
    background: #eaeef3 url(../img/wj_dl_icon4.png) no-repeat center center;
    background-size: 50% auto;
}

.home_float li:hover i {
    border-radius: 0 3px 3px 0;
    transition: all 0.2s ease-in-out 0.1s;
    -webkit-transition: all 0.2s ease-in-out 0.1s;
}

.home_float li:hover div {
    right: 99%;
    transition: all 0.2s ease-in-out 0.1s;
    -webkit-transition: all 0.2s ease-in-out 0.1s;
}

.home_float li:hover .fl1 {
    width: 45px;
    transition: all 0.2s ease-in-out 0.1s;
    -webkit-transition: all 0.2s ease-in-out 0.1s;
}

.home_float li:hover .fl2 {
    width: 65px;
    transition: all 0.2s ease-in-out 0.1s;
    -webkit-transition: all 0.2s ease-in-out 0.1s;
}


/*弹层*/

.wj_login {
    position: fixed;
    top: 50%;
    left: 10px;
    right: 10px;
    z-index: 2000;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    box-sizing: border-box;
    background: #fff;
    border-radius: 3px;
    display: none;
    padding-bottom: 20px;
}

.login_one {
    display: none;
}

.login_cover {
    background: #f7f8fa;
    border-radius: 3px 3px 0 0;
    padding-top: 25px;
    position: relative;
}

.login_close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 6.5px;
    cursor: pointer;
}

.login_top {
    padding: 12px 0;
    margin-bottom: 0;
    width: 80%;
    border-radius: 3px 3px 0 0;
}

.login_top li {
    width: 50%;
    text-align: center;
}

.login_top li a {
    color: #222425;
    font-size: 12px;
}

.login_link {
    color: #2888ff !important;
    border-bottom: solid 2px #2888ff;
    padding-bottom: 12px;
}

.login_form {
    padding: 20px 15px 0 15px;
}

.login_form input {
    display: block;
    border-radius: 3px;
    width: 100%;
    height: 35px;
    line-height: 35px;
    border: solid 1px #e6e6e6;
    font-family: "微软雅黑";
    font-size: 12px;
    padding-left: 30px;
    margin-bottom: 10px;
    color: #000;
}

.login_form input:focus {
    border: solid 1px #2888ff;
}

.lone_one input:nth-child(1) {
    background: #fafbfc url(../img/wj_login_icon1.png) no-repeat left 11px center;
    background-size: 8px auto;
}

.lone_one input:nth-child(2) {
    background: #fafbfc url(../img/wj_login_icon2.png) no-repeat left 11px center;
    background-size: 8px auto;
}

.login_code input {
    background: #fafbfc url(../img/wj_login_icon3.png) no-repeat left 11px center !important;
    background-size: 8px auto !important;
}

.lone_two input:nth-child(1) {
    background: #fafbfc url(../img/wj_login_icon1.png) no-repeat left 11px center;
    background-size: 8px auto;
}

.lone_two input:nth-child(2) {
    background: #fafbfc url(../img/wj_login_icon2.png) no-repeat left 11px center;
    background-size: 8px auto;
}

.lone_two input:nth-child(3) {
    background: #fafbfc url(../img/wj_login_icon2.png) no-repeat left 11px center;
    background-size: 8px auto;
}

.lone_two input:nth-child(4) {
    background: #fafbfc url(../img/wj_login_icon6.png) no-repeat left 11px center;
    background-size: 8px auto;
}

.login_code {
    position: relative;
}

.login_code img {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 54px;
    display: block;
}
.login_code .btnCode{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 120px;
    line-height: 3;
    font-size: 12px;
    text-align: center;
    background: #206dcc;
    color: #fff;
    border-radius: 0 6px 6px 0;
    cursor: pointer;
}

.login_right {
    width: 100%;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background: #206dcc;
    font-size: 12px;
    color: #fff;
    display: block;
    border-radius: 3px;
}

.login_right:hover,
.login_right:focus {
    color: #fff;
}

.login_forget {
    color: #a1a3b2;
    font-size: 12px;
    padding: 5px 0;
}

.login_forget:hover {
    color: #206dcc;
}

.login_three {
    font-size: 12px;
    color: #a1a3b2;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 10px;
}

.login_three img {
    width: 15px;
    cursor: pointer;
}

.login_fill {
    position: relative;
}

.login_fill input {
    padding-right: 15px;
}

.login_fill input:focus+img {
    display: block;
}

.login_fill img {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 8px;
    display: none;
}


/*5、联系我们*/

.contack_bg {
    background: url(../img/wj_contack_bg.png) no-repeat;
    padding-top: 15%;
    padding-bottom: 16%;
    background-size: 100% 100%;
    color: #fff;
    text-align: center;
}

.contack_bg .contack_pone {
    margin-bottom: 15px;
    font-size: 12px;
}

.contack_bg .contack_ptwo {
    margin-bottom: 20px;
    font-size: 16px;
}

.contack_row {
    width: 100%;
    background: #fff;
    border-radius: 6px;
    padding: 15px;
    margin: 0 auto !important;
}

.cont_left input {
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-radius: 3px;
    display: block;
    border: solid 1px #e6e6e6;
    background: #fafbfc;
    font-size: 12px;
    padding-left: 15px;
    font-family: "微软雅黑";
    margin-bottom: 10px;
    color: #000;
}

.cont_left textarea {
    width: 100%;
    height: 60px;
    border-radius: 3px;
    display: block;
    border: solid 1px #e6e6e6;
    background: #fafbfc;
    font-size: 12px;
    padding-left: 15px;
    font-family: "微软雅黑";
    margin-bottom: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #000;
}

.cont_contack {
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    background: #2888ff;
    display: block;
    border-radius: 3px;
}

.cont_contack:hover,
.cont_contack:focus {
    color: #fff;
}

.cont_right {
    text-align: center;
    margin-top: 30px;
}

.contR_top {
    font-size: 14px;
    color: #222425;
    font-weight: bold;
}

.contR_address {
    font-size: 12px;
    color: #222425;
}

.contR_floor {
    margin-bottom: 10px;
}

.contR_address img {
    width: auto;
    margin-left: 0;
}

@media (min-width: 552px) {
    /*合作伙伴*/
    .homeC_logo li {
        width: 33.33%;
        height: 90px;
        padding: 0 10px;
    }
}

@media (min-width: 768px) {
    /*1、首页*/
    /*logo*/
    #header .navbar-header {
        margin-top: 12px;
    }
    /*nav*/
    #header .navbar-nav li a {
        font-size: 18px;
        padding: 0 20px!important;
        line-height: 70px;
        margin: 0 30px;
    }
    #header .navbar-nav .active>a {
        position: relative;
    }
    #header .navbar-nav .active>a:after {
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background: #fff;
    }
    #header .navbar-nav .active>a:before {
        position: absolute;
        content: "";
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        border-right: solid 10px transparent;
        border-left: solid 10px transparent;
        border-bottom: solid 8px #fff;
    }
    /*logo*/
    .navbar-brand {
        margin-left: 0 !important;
        margin-top: 0 !important;
    }
    #header .navbar-brand img {
        width: auto!important;
        display: block;
    }
    /*banner*/
    .swiper-pagination-bullet {
        width: 22px !important;
        height: 22px !important;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 30px !important;
    }
    /*home_info*/
    .home_info {
        padding-top: 115px;
        padding-bottom: 100px;
    }
    .homeI_one {
        font-size: 46px;
        padding-bottom: 25px;
    }
    .homeI_two {
        font-size: 20px;
        padding-bottom: 35px;
    }
    .homeI_three {
        margin-bottom: 60px;
    }
    .homeI_three a {
        font-size: 20px;
    }
    /*home_case*/
    .home_case {
        padding-top: 110px;
    }
    .homeC_title {
        font-size: 46px;
        padding-bottom: 25px;
    }
    .homeC_hint {
        font-size: 20px;
        padding-bottom: 60px;
    }
    .homeC_row dl dd {
        padding: 30px 40px;
        height: 175px;
        background: #fff;
        text-align: left;
    }
    .homeC_dd1 {
        font-size: 30px;
    }
    .homeC_dd2 {
        font-size: 16px;
        line-height: 28px;
        width: 100%;
        height: 56px;
    }
    .homeC_more {
        padding-top: 80px;
        padding-bottom: 110px;
    }
    .homeC_more a {
        width: 300px;
        height: 80px;
        line-height: 80px;
        font-size: 26px;
        border-radius: 40px;
    }
    /*合作伙伴*/
    .homeC_logo {
        padding-bottom: 80px;
    }
    .homeC_logo li {
        width: 20%;
        height: 115px;
        padding: 0 10px;
    }
    /*关于*/
    .home_about {
        background: #f3f3f4;
    }
    .home_about .container {
        padding-bottom: 240px;
    }
    .homeA_content {
        top: -45%;
        position: absolute;
        left: 0;
    }
    .homeA_right {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-bottom: 0;
    }
    /*footer*/
    .foot_top {
        padding-top: 25px;
        padding-bottom: 30px;
    }
    .foot_top img {
        width: auto;
    }
    .foot_top ul {
        width: auto;
        font-size: 14px;
    }
    .foot_top ul {
        margin-top: 10px;
        width: auto;
    }
    .foot_top ul li {
        margin: 0 20px;
    }
    .foot_top ul li:nth-child(2) img {
        width: auto;
    }
    .foot_top ul li:nth-child(3) img {
        width: auto;
    }
    .foot_top ul li:nth-child(4) img {
        width: auto;
    }
    .foot_center {
        padding-top: 60px;
        padding-bottom: 60px;
        font-size: 18px;
    }
    .foot_center a {
        padding-right: 15px;
    }
    .foot_center a:hover {
        color: #7c7e8b;
    }
    .footC_word {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .foot_bottom {
        font-size: 14px;
        padding-top: 25px;
        padding-bottom: 30px;
    }
    /*2、关于*/
    .about_info {
        padding-bottom: 90px;
        padding-top: 90px;
        text-align: center;
    }
    .aboutI_one {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .aboutI_one:after {
        background-size: auto auto;
    }
    .aboutI_cont {
        line-height: 36px;
        font-size: 20px;
    }
    .aboutT_top {
        font-size: 50px;
        margin-bottom: 30px;
    }
    .aboutT_bottom {
        line-height: 36px;
        font-size: 20px;
    }
    .about_tech {
        padding-top: 90px;
        padding-bottom: 120px;
    }
    .aboutT_row {
        padding-top: 30px;
    }
    .aboutT_row div {
        padding: 0 53px 0 30px;
    }
    .about_ad .about_info {
        padding-bottom: 160px;
    }
    .about_map .about_address {
        left: 18%;
        top: 80px;
        width: 400px;
    }
    /*3、服务*/
    .service_ul {
        margin-bottom: 0;
    }
    .service_ul li {
        font-size: 20px;
        padding: 30px 0;
    }
    .service_ul li a {
        padding: 30px 0;
    }
    /*一个切换*/
    .service_step {
        padding-top: 55px;
        padding-bottom: 70px;
    }
    .service_step img {
        width: auto;
    }
    .serviceS_word {
        font-size: 20px;
        margin-top: 30px;
    }
    /*网站*/
    .serviceW_top {
        line-height: 60px;
        font-size: 20px;
        margin-bottom: 10px;
        margin-top: 60px;
        padding: 0;
    }
    /*APP*/
    .serviceA_top>div .serviceA_child {
        width: 95%;
        background: #fff;
        -webkit-box-shadow: 0 4px 20px rgba(243, 244, 246, .8);
        box-shadow: 0 4px 20px rgba(243, 244, 246, .8);
    }
    .serviceA_child:nth-child(1) {
        float: left;
    }
    .serviceA_child:nth-child(3) {
        float: right;
    }
    .serviceA_img1 {
        display: block;
        margin: 0 auto;
        padding-top: 88px;
        padding-bottom: 60px;
    }
    .serviceA_img2 {
        display: block;
        margin: 0 auto;
        padding-bottom: 25px;
    }
    .serviceA_child p {
        font-size: 16px;
        color: #a1a3b2;
        padding: 40px;
        line-height: 30px;
    }
    /*定制*/
    .serviceD_cover {
        padding-bottom: 60px;
    }
    /*优势*/
    .serviceY_cover .aboutI_one:after {
        background-size: auto auto;
    }
    /*4、案例*/
    .case_one {
        padding-top: 60px;
        padding-bottom: 70px;
    }
    /*悬浮*/
    .home_float li {
        width: 50px;
        height: 50px;
        margin-bottom: 10px;
    }
    .home_float li div {
        height: 50px;
        line-height: 50px;
        font-size: 14px;
        width: 50px;
    }
    .fight_login {
        background-size: auto auto;
    }
    .fight_reg {
        background-size: auto auto;
    }
    .fight_contack {
        background-size: auto auto;
    }
    .fight_back {
        background-size: auto auto;
    }
    .home_float li:hover .fl1 {
        width: 65px;
    }
    .home_float li:hover .fl2 {
        width: 85px;
    }
    /*弹层*/
    .wj_login {
        top: 50%;
        left: 50%;
        right: auto;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        border-radius: 6px;
        width: 480px;
        padding-bottom: 40px;
    }
    .login_cover {
        border-radius: 6px 5px 0 0;
        padding-top: 50px;
    }
    .login_close {
        right: 20px;
        top: 20px;
        width: auto;
    }
    .login_top {
        padding: 25px 0;
        border-radius: 6px 6px 0 0;
    }
    .login_top li {
        width: 50%;
        text-align: center;
    }
    .login_top li a {
        color: #222425;
        font-size: 16px;
    }
    .login_link {
        color: #2888ff !important;
        border-bottom: solid 2px #2888ff;
        padding-bottom: 25px;
    }
    .login_form {
        padding: 40px 30px 0 30px;
    }
    .login_form input {
        border-radius: 6px;
        width: 100%;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        padding-left: 60px;
        margin-bottom: 20px;
    }
    .lone_one input:nth-child(1) {
        background: #fafbfc url(../img/wj_login_icon1.png) no-repeat left 11px center;
        background-size: auto auto;
    }
    .lone_one input:nth-child(2) {
        background: #fafbfc url(../img/wj_login_icon2.png) no-repeat left 11px center;
        background-size: auto auto;
    }
    .login_code input {
        background: #fafbfc url(../img/wj_login_icon3.png) no-repeat left 11px center !important;
        background-size: auto auto !important;
    }
    .login_code .btnCode{
        font-size: 16px;
    }
    .lone_two input:nth-child(1) {
        background: #fafbfc url(../img/wj_login_icon1.png) no-repeat left 11px center;
        background-size: auto auto;
    }
    .lone_two input:nth-child(2) {
        background: #fafbfc url(../img/wj_login_icon2.png) no-repeat left 11px center;
        background-size: auto auto;
    }
    .lone_two input:nth-child(3) {
        background: #fafbfc url(../img/wj_login_icon2.png) no-repeat left 11px center;
        background-size: auto auto;
    }
    .lone_two input:nth-child(4) {
        background: #fafbfc url(../img/wj_login_icon6.png) no-repeat left 11px center;
        background-size: auto auto;
    }
    .login_code img {
        right: 10px;
        top: 50%;
        width: 108px;
    }
    .login_right {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        border-radius: 6px;
    }
    .login_forget {
        color: #a1a3b2;
        font-size: 16px;
        padding: 10px 0;
    }
    .login_three {
        font-size: 16px;
        padding-bottom: 40px;
        padding-top: 20px;
    }
    .login_three img {
        width: auto;
    }
    .login_fill input {
        padding-right: 30px;
    }
    .login_fill img {
        right: 20px;
        width: auto;
        display: none;
    }
    /*5、联系我们*/
    .contack_bg {}
    .contack_bg .contack_pone {
        margin-bottom: 25px;
        font-size: 18px;
    }
    .contack_bg .contack_ptwo {
        margin-bottom: 35px;
        font-size: 24px;
    }
    .contack_row {
        width: 100%;
        border-radius: 6px;
        padding: 90px 30px;
        margin: 0 auto !important;
    }
    .cont_left {
        padding: 0 30px;
    }
    .cont_left input {
        height: 50px;
        line-height: 50px;
        border-radius: 6px;
        font-size: 16px;
        padding-left: 30px;
        margin-bottom: 30px;
    }
    .cont_left textarea {
        height: 120px;
        border-radius: 6px;
        font-size: 16px;
        padding-left: 30px;
        margin-bottom: 50px;
    }
    .cont_contack {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }
    .cont_right {
        text-align: center;
        margin-top: 30px;
    }
    .contR_top {
        font-size: 24px
    }
    .contR_address {
        font-size: 16px;
    }
    .contR_floor {
        margin-bottom: 60px;
    }
}

@media (min-width: 992px) {
    /*home_case*/
    .homeC_row dl {
        width: 97%;
        cursor: pointer;
        margin-bottom: 40px;
    }
    /*合作伙伴*/
    .home_parter {
        padding-top: 110px;
    }
    /*关于我们*/
    .homeA_content {
        top: -20%;
        position: absolute;
        left: 0;
    }
    .homeA_left {
        padding-top: 85px;
        padding-left: 55px;
        padding-right: 45px;
        font-size: 20px;
        line-height: 36px;
        text-align: justify;
    }
    .home_about .container {
        padding-bottom: 620px;
    }
    /*3、服务*/
    .service_row>div {
        height: 160px;
        overflow: hidden;
        margin-top: 45px;
        margin-bottom: 10px;
    }
    .serviceS_left {
        padding-right: 40px !important;
    }
    .serviceS_right {
        padding-left: 40px !important;
    }
    .serviceSL {
        margin-left: 20px;
    }
    .serviceSL p {
        font-weight: bold;
        font-size: 20px;
        color: #222425;
    }
    .serviceSL div {
        font-size: 18px;
        color: #757d81;
        line-height: 36px;
    }
    /*网站*/
    .serviceW_cover {
        padding-bottom: 60px;
    }
    /*APP*/
    .serviceA_top>div .serviceA_child {
        height: 700px;
    }
    .serviceA_child p {
        padding: 0 40px;
    }
    .serviceA_info {
        padding-bottom: 50px;
    }
    /*定制*/
    .serviceD_cover {
        padding-bottom: 80px;
    }
    .serviceD_one {
        margin-bottom: 25px;
    }
    .serviceD_one img {
        width: auto;
        margin-top: 60px;
        margin-bottom: 40px;
    }
    .serviceD_txt {
        font-size: 24px;
    }
    .serviceD_cont {
        font-size: 16px;
        padding: 0 40px;
        height: 110px;
        overflow: hidden;
    }
    /*标准*/
    .serviceD_one>div {
        width: 75%;
    }
    .sD_one>div:hover {
        -webkit-box-shadow: 0 4px 20px rgba(243, 244, 246, .8);
        box-shadow: 0 4px 20px rgba(243, 244, 246, .8);
    }
    .sD_one:hover {
        box-shadow: none;
        -webkit-box-shadow: none;
    }
    .sD_one .serviceD_cont {
        height: 110px;
    }
    /*优势*/
    .serviceY_cover {
        background: url(../img/wj_bz_bg.png) no-repeat;
        background-size: 100% 100%;
        padding-bottom: 70px;
    }
    .SD_two>div {
        width: 87%;
        height: 280px;
    }
    .SD_two:hover {
        box-shadow: none;
        -webkit-box-shadow: none;
    }
    .SD_two>div:hover {
        background: rgba(0, 0, 0, 0.6);
    }
    .sdT_img {
        height: 145px;
    }
    /*footer*/
    .foot_center {
        text-align: left;
    }
    /*5、联系我们*/
    .cont_right {
        padding: 0 30px !important;
        text-align: left;
        margin-top: 0;
    }
    /*foot*/
    .foot_top img {
        width: auto;
        margin-bottom: 0;
    }
    .foot_img {
        width: auto;
    }
}

@media (min-width: 1000px) {
    /*网站*/
    .serviceW_img {
        padding: 0;
    }
    .serviceW_img img {
        display: inline-block;
        width: auto;
        margin-top: 80px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px !important;
        width: auto !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    /*2、关于*/
    .about_map .about_address {
        left: 18%;
        top: 100px;
        width: 600px;
    }
    /*home_Info*/
    .home_info img {
        display: inline-block;
        width: auto;
    }
    /*APP*/
    .serviceA_top>div .serviceA_child {
        height: 630px;
    }
    .serviceA_child p {
        padding: 0 40px;
    }
    /*3、服务*/
    .service_ul li {
        width: 16.6%;
    }
    /*4、案例*/
    .case_ul li {
        width: 12.5%;
    }
    .case_ul li:nth-child(1) {
        width: 8%;
    }
    .case_ul li:nth-child(6) {
        width: 17%;
    }
    /*5、联系我们*/
    .contack_bg {
        padding-top: 14%;
    }
    .contack_bg .contack_pone {
        font-size: 55px;
        margin-bottom: 70px;
    }
    .contack_bg .contack_ptwo {
        font-size: 66px;
        margin-bottom: 110px;
    }
    .contack_row {
        width: 85%;
        border-radius: 6px;
        padding: 90px 0;
        margin: 0 auto !important;
    }
    .cont_left {
        padding-left: 90px !important;
        padding-right: 40px !important;
    }
    .cont_left input {
        height: 50px;
        line-height: 50px;
        border-radius: 6px;
        font-size: 16px;
        padding-left: 30px;
        margin-bottom: 30px;
    }
    .cont_left textarea {
        height: 120px;
        border-radius: 6px;
        font-size: 16px;
        padding-left: 30px;
        margin-bottom: 50px;
    }
    .cont_contack {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }
    .cont_right {
        padding-left: 40px !important;
        padding-right: 100px !important;
        text-align: left;
    }
    .contR_top {
        font-size: 24px
    }
    .contR_address {
        font-size: 16px;
    }
    .contR_floor {
        margin-bottom: 60px;
    }
}

@media (min-width: 1700px) {
    /*2、关于*/
    .about_map .about_address {
        left: 18%;
        top: 147px;
        width: auto;
    }
}