﻿/*** 
 **  增加响应式 2017-12-27
 **
***/

.grWidth,
.w1200,
.wrapper {
    width: 100%;
    max-width: 1200px;
}

.wrap1000,
.w1000 {
    width: 100%;
    max-width: 1000px;
}

.slidebox {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.banner_wrapper {
    position: absolute;
    width: 100%;
    height: 600px;
}

html {
    position: relative;
    right: 0;
    transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

html.nav_open {
    position: relative;
    height: 100%;
    right: 200px;
    overflow-y: hidden;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.6);
    z-index: 999999;
}

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

.mobile_nav {
    display: block;
    position: fixed;
    top: 0;
    right: -200px;
    width: 200px;
    height: 100%;
    background: #fff;
    z-index: 9999;
    overflow-x: hidden;
    overflow-y: auto;
    /* box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.6); */
    transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.mobile_nav.mobile_nav_open {
    right: 0;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.6);
}

.mobile_nav .mobile_nav_item {
    display: block;
    min-height: 49px;
    border-top: 1px solid #ECECEC;
    font-size: 14px;
    width: 100%;
}

.mobile_nav .mobile_nav_item a {
    color: #8A8A8A;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    padding: 0 25px;
    height: 49px;
    line-height: 49px
}

.mobile_nav .mobile_nav_item a.current {
    color: #c52d29;
}

.mobile_button {
    display: none;
    float: right;
    padding: 22px 15px;
    border: 1px solid transparent;
}

.hamburger {
    font-size: 20px;
    vertical-align: middle;
}

.mobile_button.hamburger:before,
.mobile_button.hamburger .hamburger-bar,
.mobile_button.hamburger:after {
    background: #000;
}

.hamburger:before,
.hamburger:after {
    content: "";
}

.hamburger:before,
.hamburger .hamburger-bar,
.hamburger:after {
    display: block;
    width: 1em;
    height: .1em;
    margin: 0;
    background: #fafafa;
    border-radius: 1px;
}

.hamburger .hamburger-bar {
    margin: .2em 0;
}

.hamburger,
.hamburger:before,
.hamburger .hamburger-bar,
.hamburger:after {
    -webkit-transition: -webkit-transform .2s ease-in-out;
    -o-transition: -o-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.hamburger-open .hamburger-bar {
    opacity: 0;
}

.hamburger-open:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 8%;
    -ms-transform-origin: 8%;
    -o-transform-origin: 8%;
    transform-origin: 8%;
}

.hamburger-open:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 8%;
    -ms-transform-origin: 8%;
    -o-transform-origin: 8%;
    transform-origin: 8%;
}

#main img {
    max-width: 100%;
}

.fwb-list .fleft {
    width: 50%;
}

.fwb-list .fright {
    width: 46%;
}

@media screen and (max-width:1199px) {
    .grWidth,
    .newsList {
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
    }
    .header {
        padding-top: 0;
        height: 92px;
    }
    .nav {
        margin-right: 15px;
    }
    .nav li {
        padding: 0 25px;
    }
    .strength {
        padding-top: 50px;
    }
    .homeTitle h2 {
        font-size: 20px;
    }
    .strengthMain li {
        width: 50%;
        height: auto;
    }
    .strengthMain li img {
        width: 100%;
        height: auto;
    }
    .product {
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    .product .proBox {
        width: 32%;
        padding: 20px 15px 0 15px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    .product .proBox2 {
        margin: 0 2%;
    }
    .proBox img {
        width: 40%;
        height: auto;
    }
    .proBox ul {
        width: 60%;
    }
    /* 网站建设 */
    .websiteBox6 {
        height: 550px;
        background-size: auto 100%;
    }
    .websiteBox6 .grWidth {
        padding-left: 20px;
        padding-right: 20px;
    }
    /*.websiteBox7 {
        padding-left: 10px;
        padding-right: 10px;
    }*/
    /* 案例 */
    .mainCaseB {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width:1100px) {
    .nav li {
        padding: 0 15px;
    }
    .slidebox {
        height: 500px;
    }
    .banner_wrapper {
        transform: scale(0.833);
        -webkit-transform: scale(0.833);
        -moz-transform: scale(0.833);
        -ms-transform: scale(0.833);
        top: -50px;
    }
    /* 网站建设 */
    /*.websiteBox1,
    .websiteBox3 {
        background-position: 40% center;
    }
    .websiteBox2,
    .websiteBox4 {
        background-position: 60% center;
    }*/
    .websiteBox6 {
        height: 500px;
        background-size: auto 100%;
    }
    /* 新闻列表 */
    .newsList .itemCtwo {
        width: 80%;
    }
    /* 网站案例 */
    .caseBtitle_right {
        display: none;
    }
    .showCase {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width:992px) {
    .nav {
        display: none;
    }
    .header {
        height: 82px;
    }
    .header .logo img {
        width: auto;
        height: 60px;
    }
    .mobile_button {
        display: block;
    }
    .slidebox {
        height: 450px;
    }
    .banner_wrapper {
        transform: scale(0.75);
        -webkit-transform: scale(0.75);
        -moz-transform: scale(0.75);
        -ms-transform: scale(0.75);
        top: -75px;
    }
    .product .proBox {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }
    .product .proBox2 {
        margin-left: 0;
        margin-right: 0;
    }
    .proBox img {}
    .proBox ul {
        padding-top: 25px;
    }
    .proBox ul li {
        font-size: 20px;
        line-height: 2;
    }
    .proBox ul li h3 {
        font-size: 36px;
        line-height: 60px;
        height: 60px;
    }
    .newsLeft {
        width: 50%;
    }
    /* 联系我们 */
    .lxwmBox1 .left {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .lxwmBox1 .right {
        width: 100%;
        max-width: 100%;
    }
    /* 网站建设 */
    .websiteBox6 {
        display: none;
    }
    .websiteBox7 li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        padding-top: 50px;
       /* background-position: 5% 15px !important;
        background-size: 16% auto !important;
        padding-left: 25% !important;*/
    }
    /* 网站案例 */
    .caseBshow ul li {
        width: 32.66%;
    }
    .caseBshow ul li:nth-of-type(4n) {
        margin-right: 1%;
    }
    .caseBshow ul li:nth-of-type(3n) {
        margin-right: 0;
    }
    .rightBtn,
    .leftBtn {
        display: none;
    }
    /* 网络推广 */
    .qushi_01,
    .qushi_02,
    .qushi_03,
    .qushi_04,
    .qushi_05,
    .qushi_06 {
        background-image: none;
        height: auto;
        overflow: auto;
    }
    .qushi .fright,
    .qushi .fleft {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
    }
    .qushi .qushi_01 h2,
    .qushi .qushi_02 h2,
    .qushi .qushi_03 h2,
    .qushi .qushi_04 h2,
    .qushi .qushi_05 h2,
    .qushi .qushi_06 h2 {
        font-size: 36px;
        line-height: 48px;
        margin: 20px 0px 10px;
    }
    #tongdian {
        display: none;
    }
    .zxbannerbg {
        font-size: 30px;
        line-height: 100px;
        height: 125px;
        background-size: 100% auto;
    }
    /* 快速排名 */
    .sub_nav ul {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    .sub_nav ul li {
        padding-left: 65px;
        padding-right: 65px;
    }
    .sub_nav ul li div.icon {
        height: 80px;
    }
    .sub_nav ul li div.icon span.iconfont {
        font-size: 36px;
    }
    .sub_nav ul li div.title span {
        font-size: 16px;
        padding: 8px 15px;
    }
    .gongju {
        padding-top: 40px;
    }
    .websiteBox7 li.w1, .websiteBox7 li.w2, .websiteBox7 li.w3{
        height: auto !important;
    }
}

@media screen and (max-width:900px) {
    .slidebox {
        height: 400px;
    }
    .banner_wrapper {
        transform: scale(0.667);
        -webkit-transform: scale(0.667);
        -moz-transform: scale(0.667);
        -ms-transform: scale(0.667);
        top: -100px;
    }
    .banner .ban2 .txt {
        font-size: 28px;
        left: 10%;
        top: 20%!important;
        z-index: 999;
    }
    .banner .ban2 .txt p {
        font-size: 28px;
        line-height: 40px;
    }
    .banner .ban2 .txt .more {
        font-size: 24px;
        width: 160px;
        height: 40px;
        line-height: 40px;
    }
    .newsLeft {
        width: 100%;
        max-width: 100%;
    }
    .newsMain,
    .newsBox,
    .litsNews {
        height: auto;
    }
    .newsRight {
        width: 100%;
        max-width: 100%;
        margin-top: 10px;
    }
    .address li img {
        width: 60px;
        height: 60px;
    }
    /* aboutus  证书 */
    .aHonor_main li {
        width: 49%;
        margin-bottom: 10px;
    }
    .aHonor_main li:nth-of-type(2n) {
        margin-right: 0;
    }
    /* 网站建设 */
    /*.websiteBox1,
    .websiteBox3 {
        background-position: 35% center;
    }
    .websiteBox2,
    .websiteBox4 {
        background-position: 65% center;
    }*/
    .fwb-list .fleft,
    .fwb-list .fright {
        width: 100%;
    }
    .fwb-list .fright .DB_gallery {
        /* max-width: 450px; */
    }
    .fwb-list .fright .DB_gallery img {
        width: 100%;
    }
    .fwb-list .fleft {
        margin-bottom: 15px;
    }
    .zxbannerbg {
        font-size: 28px;
        line-height: 95px;
        height: 120px;
    }
    .cases li,
    .gsdt li,
    .hyzx li {
        width: 98.5%;
    }
    /* 快速排名 */
    .sub_nav ul li {
        padding-left: 60px;
        padding-right: 60px;
    }
    .sub_nav ul li div.icon {
        height: 75px;
    }
    .sub_nav ul li div.icon span.iconfont {
        font-size: 34px;
    }
    .sub_nav ul li div.title span {
        font-size: 16px;
        padding: 8px 15px;
    }
    .gongju {
        padding-bottom: 20px;
    }
}

@media screen and (max-width:800px) {
    .newsList .itemCtwo {
        width: 78%;
    }
    /* 网站建设 */
    .websiteBox1,
    .websiteBox3 {
        background-position: 30% center;
    }
    .websiteBox2,
    .websiteBox4 {
        background-position: 70% center;
    }
    .websiteBox5_main li,
    .websiteBox5_main li:nth-of-type(2n+1) {
        width: 52.5%;
    }
    .websiteBox5_main li:nth-of-type(2n) {
        width: 47.5%;
    }
    .zxbannerbg {
        font-size: 25px;
        line-height: 90px;
        height: 110px;
    }
    /* 快速排名 */
    .sub_nav ul li {
        padding-left: 55px;
        padding-right: 55px;
    }
    .sub_nav ul li div.icon {
        height: 70px;
    }
    .sub_nav ul li div.icon span.iconfont {
        font-size: 32px;
    }
    .sub_nav ul li div.title span {
        font-size: 15px;
        padding: 7px 15px;
    }
}

@media screen and (max-width:768px) {
    .slidebox {
        height: 350px;
    }
    .banner_wrapper {
        transform: scale(0.583);
        -webkit-transform: scale(0.583);
        -moz-transform: scale(0.583);
        -ms-transform: scale(0.583);
        top: -125px;
    }
    .strengthMain li {
        width: 100%;
    }
    .caseMain li {
        width: 50%;
    }
    .address li img {
        width: 50px;
        height: 50px;
    }
    .footLeft {
        width: 100%;
        max-width: 100%;
    }
    .footMenu li {
        padding-left: 20px;
    }
    .footRight {
        margin-top: 10px;
        padding-top: 20px;
        width: 100%;
        max-width: 100%;
        padding-left: 0;
        border-left: none;
        border-top: 1px solid #eaeaea;
        text-align: center;
    }
    .footWx img {
        float: none;
        display: inline-block;
        vertical-align: top;
    }
    .footWx p {
        display: inline-block;
        text-align: left;
    }
    .csd {
        display: none;
    }
    /* 支付 */
    .hkfsMain .box {
        width: 100%;
    }
    /* 新闻列表 */
    .newsList .itemCtwo {
        width: 75%;
    }
    .newsPage dl dt {
        width: 100%;
    }
    .newsPage dl dd {
        float: left;
    }
    .maiNews {
        width: 100%;
        margin-right: 0;
    }
    .zxbannerbg {
        font-size: 22px;
        line-height: 80px;
        height: 100px;
    }
    /* 快速排名 */
    .sub_nav ul li {
        padding-left: 40px;
        padding-right: 40px;
    }
    .sub_nav ul li div.icon {
        height: 65px;
    }
    .sub_nav ul li div.icon span.iconfont {
        font-size: 32px;
    }
    .sub_nav ul li div.title span {
        font-size: 15px;
        padding: 7px 15px;
    }
    .sanda .content ul li {
        padding: 50px 40px;
    }
    li.jiandan_item {
        width: 50%;
    }
    li.jiandan_item div.icon span.iconfont {
        font-size: 70px;
    }
    .gongju .content .con_box {
        padding-top: 30px;
    }
    .reg_bar,
    .wuda,
    .chijiu_bar,
    .anli {
        display: none;
    }
    .websiteFont{
        width: 53%;
        /*background-size: 30% auto;*/
        background: none;
        padding: 15px;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        margin-top: 0;
    }
    .websiteFont h2{
        font-size: 20px;
        margin-bottom: 0;
    }
    .websiteFont h3{
        font-size: 14px;
    }
    .websiteFont div{
        display: none;
    }
    .websiteFont .btn{
        height: auto;
        line-height: inherit !important;
    }
    .websiteFont .btn a{
        font-size: 12px;
        width: auto;
        height: auto;
        padding: 3px 8px;
        margin-right: 5px;
    }
    .websiteBox1, .websiteBox2, .websiteBox3, .websiteBox4{
        height: 160px;
        background-size: 135% 100%;
    }
    .websiteFont2, .websiteFont4{
        padding-right: 5px;
    }
    .websiteBox5{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .websiteTitle{
        font-size: 16px;
        line-height: 1.5;
    }
    .websiteBox5_main li div h3{
        font-size: 16px;
        line-height: 1.2;
        height: auto;
        font-weight: normal;
    }
    .websiteTitle span{
        font-size: 14px;
        color: #999;
        margin-top: 0;
    }
    .websiteBox7 li h3{
        font-weight: normal;
    }
    .websiteBox5_main li div p{
        line-height: 1.4;
    }
    .websiteBox5_main{
        padding-top: 0;
    }
    .websiteBox5_main li,
    .websiteBox5_main li:nth-of-type(2n),
    .websiteBox5_main li:nth-of-type(2n+1) {
        width: 100%;
        padding: 15px 30px 15px 0;
    }
}

@media screen and (max-width:700px) {
    .websiteFont .btn{
        height: auto;
        line-height: auto;
    }
    .websiteFont .btn a{
        font-size: 12px;
        width: auto;
        height: auto;
        padding: 2px 8px;
    }
    .proBox ul {
        padding-top: 10px;
    }
    .proBox ul li {
        font-size: 14px;
        line-height: 1.8;
    }
    .proBox ul li h3 {
        font-size: 18px;
        line-height: 50px;
        height: 50px;
    }
    /* 新闻列表 */
    .newsList .itemCtwo {
        width: 73%;
    }
    /* 网站案例 */
    .caseBshow ul li,
    .caseBshow ul li:nth-of-type(3n),
    .caseBshow ul li:nth-of-type(4n) {
        width: 49%;
        margin-right: 2%;
    }
    .caseBshow ul li:nth-of-type(2n) {
        margin-right: 0;
    }
    .fwb_td li {
        width: 100%;
        border-right: none;
        text-align: center;
    }
    .zxbannerbg {
        font-size: 22px;
        line-height: 80px;
        height: 90px;
    }
    .sanda .content ul li {
        padding: 30px 20px;
    }
    li.jiandan_item div.icon span.iconfont {
        font-size: 65px;
    }
    .websiteBox7 li {
        background-position: 5% 15px !important;
        background-size: 16% auto !important;
        padding-left: 25% !important;
    }
}

@media screen and (max-width:640px) {
    .slidebox {
        height: 300px;
    }
    .banner_wrapper {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        top: -150px;
    }
    .address li {
        width: 50%;
    }
    /* 新闻标题 */
    .pageTitle h2:before,
    .pageTitle h2:after {
        display: none;
    }
    /* 新闻列表 */
    .newsList .itemCtwo {
        width: 70%;
    }
    /* 网站建设 */
    .showCase {
        padding-left: 20px;
        padding-right: 20px;
    }
    .caseTextleft,
    .caseTextright {
        width: 100%;
        max-width: 100%;
    }
    .caseTextleft {
        margin-bottom: 20px;
    }
    .zxbannerbg {
        font-size: 20px;
        line-height: 70px;
        height: 80px;
    }
    .sanda .content ul {
        display: block;
    }
    .sanda .content ul li {
        padding: 30px 20px;
    }
    .sanda .content ul li div.icon {
        width: 100px;
        height: 100px;
    }
    .sanda .content ul li div.icon span {
        font-size: 36px;
    }
    .sanda .content ul li p.title {
        font-size: 18px;
    }
    li.jiandan_item div.icon span.iconfont {
        font-size: 60px;
    }
    .youyu {
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
    }
    li.youyu_item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .gongju .content .con_box {
        padding-left: 30px;
    }
    .gongju .content .con_box p.title {
        margin-bottom: 10px;
    }
    .gongju .content .con_box a.btn {
        margin-top: 20px;
    }
    .qushi .qushi_01 h2, 
    .qushi .qushi_02 h2, 
    .qushi .qushi_03 h2, 
    .qushi .qushi_04 h2, 
    .qushi .qushi_05 h2, 
    .qushi .qushi_06 h2{
        font-size: 20px;
        line-height: 1.5;
    }
    .fwb_td li{
        width: 33.3%;
        padding-left: 0;
        padding-right: 5px;
    }
    .fwb_td li:nth-of-type(1){
        margin-right: 0;
    }
    .fwb_td li img{
        height: 35px;
        margin-top: 0;
    }
    .fwb_td li h2{
        font-size: 16px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .fwb_td li p{
        font-size: 12px;
        line-height: 1.4;
    }
    .fwb-list h2{
        font-size: 20px;
    }
    .fwb-list h2 span.num{
        width: 35px;
        line-height: 35px;
    }
    .fwb-list .fleft h3{
        font-size: 16px;
    }
}

@media screen and (max-width:540px) {
    .proBox ul {
        padding-top: 10px;
    }
    .proBox ul li {
        font-size: 16px;
        line-height: 1.8;
    }
    .proBox ul li h3 {
        font-size: 18px;
        line-height: 36px;
        height: 36px;
    }
    /* 新闻列表 */
    .newsList .dateL {
        width: 100%;
        height: auto;
        background-image: none;
        background: #fff;
        text-align: left;
        padding: 2px 10px;
    }
    .newsList .dateL span {
        display: inline-block;
        vertical-align: top;
        font-size: 30px;
        line-height: 50px
    }
    .newsList .dateL i {
        display: inline-block;
        margin-left: 10px;
        padding-top: 18px;
        font-size: 16px;
    }
    .newsList .itemCtwo {
        width: 100%;
        height: auto;
        padding: 5px 10px 10px;
    }
    .newsList .itemCtwo h2 {
        padding: 5px 0;
    }
    /* 网站建设 */
    /*.websiteFont {
        width: 50%;
    }*/
    /*.websiteBox5_main li,
    .websiteBox5_main li:nth-of-type(2n),
    .websiteBox5_main li:nth-of-type(2n+1) {
        width: 100%;
        padding: 15px 30px 15px 0;
    }*/
    .websiteBox5_main li div {
        width: 100%;
        max-width: 90%;
    }
    .websiteBox5_main li div p {
        height: auto;
    }
    .websiteBox7 li {
        padding-top: 30px;
    }
    .zxbannerbg {
        font-size: 18px;
        line-height: 60px;
        height: 70px;
    }
    /* 快速排名 */
    .sub_nav ul {
        display: block;
    }
    .sub_nav ul li {
        height: auto;
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 10px;
    }
    .sub_nav ul li p.intro {
        text-align: center;
    }
    li.jiandan_item div.icon span.iconfont {
        font-size: 55px;
    }
    .gongju .content {
        display: block;
    }
    .gongju .content .img_box {
        padding: 20px 0 20px;
        width: 100%;
        text-align: center;
    }
    .gongju .content .con_box {
        width: 100%;
    }
    .gongju .content .con_box a.btn {
        margin: 20px auto 0;
    }
}

@media screen and (max-width:480px) {
    /* top */
    .topBar em {
        margin: 0 1px;
    }
    .topBar .phone {
        font-size: 12px;
        margin-right: 5px;
    }
    /* 轮播 */
    .slidebox {
        height: 250px;
    }
    .banner_wrapper {
        transform: scale(0.416);
        -webkit-transform: scale(0.416);
        -moz-transform: scale(0.416);
        -ms-transform: scale(0.416);
        top: -175px;
    }
    .banner .ban2 .txt {
        left: 15%;
    }
    .proBox ul {
        padding-top: 0px;
    }
    .proBox ul li {
        font-size: 15px;
        line-height: 1.8;
    }
    /*.caseMain li {
        width: 100%;
    }*/
    .caseMain li:nth-of-type(odd){
        padding-left: 0;
        padding-right: 5px;
        padding-bottom: 0;
    }
    .caseMain li:nth-of-type(even){
        padding-right: 0;
        padding-left: 5px;
        padding-bottom: 0;
    }
    .caseMain li h3{
        font-size: 12px;
        height: 35px;
        line-height: 35px;
    }
    .litsNews li .nImg {
        width: 150px;
    }
    .footMenu {
        width: 50%;
        margin-bottom: 10px;
    }
    .footMenu li {
        padding-left: 30px;
    }
    /* aboutus  证书 */
    .aHonor_main {
        padding-left: 20px;
        padding-right: 20px;
    }
    .aHonor_main li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    /* 联系我们 */
    .lxwmBox1 .right div.fl {
        width: 100%;
        padding-right: 0;
        border-right: none;
        margin-right: 0;
        text-align: center;
    }
    .lxwmBox1 .right div.fl img {
        width: 150px;
        height: auto;
        margin-bottom: 10px;
    }
    .lxwmBox1 .right h3 {
        text-align: center;
    }
    .lxwmBox1 .right p {
        text-align: center;
    }
    /* 网站建设 */
    .websiteBox7 li.w1,
    .websiteBox7 li.w2,
    .websiteBox7 li.w3 {
        height: 140px;
        padding: 15px;
        padding-left: 100px;
        background-size: 80px;
        background-position: 10px center;
    }
    .fwb-list .top10 {
        display: none;
    }
    li.jiandan_item div.icon span.iconfont {
        font-size: 50px;
    }
    .case .homeTitle{
        margin-bottom: 0;
    }
}

@media screen and (max-width:400px) {
    .proBox ul {
        padding-bottom: 20px;
    }
    /* 网站案例 */
    .caseBshow ul li,
    .caseBshow ul li:nth-of-type(2n),
    .caseBshow ul li:nth-of-type(3n),
    .caseBshow ul li:nth-of-type(4n) {
        width: 100%;
        margin-right: 0%!important;
    }
}

@media screen and (max-width:360px) {
    /* 轮播 */
    .slidebox {
        height: 200px;
    }
    .banner_wrapper {
        transform: scale(0.333);
        -webkit-transform: scale(0.333);
        -moz-transform: scale(0.333);
        -ms-transform: scale(0.333);
        top: -200px;
    }
    .proBox ul li h3 {
        font-size: 20px;
    }
    .hkfsMain .box img {
        margin-right: 0;
        border-right: none;
    }
    /* 网站建设 */
    .websiteBox7 li h3 {
        font-size: 16px;
        line-height: 24px;
        height: 24px;
    }
    .websiteBox7 li p {
        font-size: 12px;
        line-height: 22px;
    }
}