body {
    background-color: #f1f1f1;
}

.index-main {
    background: url(../image/bg2.png) no-repeat center bottom;
    padding-top: 50px;
}
.pc-show{
	display: none;
}

.slideBox {
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
}
.slideBox .hd {
    overflow: hidden;
    position: absolute;
    right: 50%;
    bottom: 20px;
    z-index: 1;
    transform: translateX(50%);
}
.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}
.slideBox .hd ul li {
    float: left;
    margin-right: 10px;
    width: 32px;
    height: 10px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}
.slideBox .hd ul li.on {
    background: #005bac;
    color: #fff;
}
.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}
.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}
.slideBox .bd img {
    width: 100%;
    height: 100%;
    display: block;
}


.slideBox .prev,
.slideBox .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../image/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.slideBox .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}
.slideBox .prev:hover,
.slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}
.slideBox .prevStop {
    display: none;
}
.slideBox .nextStop {
    display: none;
}


.slideTxtBox {
    width: 100%;
}
.slideTxtBox .hd {
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
}
.slideTxtBox .hd ul {
    position: absolute;
    right: 50%;
    margin: 0 auto;
    transform: translateX(50%);
    height: 32px;
}
.slideTxtBox .hd ul li {
    float: left;
    width: 170px;
    height: 40px;
    cursor: pointer;
    background-color: #e5e5e5;
    margin-right: 14px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color: #333;
}
.slideTxtBox .hd ul li.on {
    height: 40px;
    background: #005bac;
    color: #fff;
}
.slideTxtBox .bd {
    margin-top: 24px;
}
.slideTxtBox .bd li {
    overflow: hidden;
}
.slideTxtBox .bd li .news-left {
    width: 49%;
    float: left;
}
.slideTxtBox .bd li dl {
    border: 1px solid #f3f3f3;
    background-color: #fff;

}
.slideTxtBox .bd li a {
    display: block;
}
.slideTxtBox .bd li h2 {
    font-size: 20px;
}
.slideTxtBox .bd li p {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #666;
}
.slideTxtBox .bd li img {
    width: 100%;
    height: 100%;
}
.slideTxtBox .bd li .news-left dt {
    width: 100%;
    height: 321px;
    overflow: hidden;
}
.slideTxtBox .bd li .news-left dd {
    padding: 30px;
    line-height: 30px;
    height: 126px;
}
.slideTxtBox .bd li .news-right {
    width: 49%;
    float: right;
}
.slideTxtBox .bd li .news-right dl {
    overflow: hidden;
    margin-bottom: 13px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.slideTxtBox .bd li .news-right dl:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.slideTxtBox .bd li .news-right dt {
    width: 214px;
    height: 159px;
    float: left;
    overflow: hidden;
}
.slideTxtBox .bd li .news-right dd {
    padding-top: 20px;
    float: left;
    padding-left: 20px;
    width: 350px;
}
.slideTxtBox .bd li .news-right dd h3,.slideTxtBox .bd li .news-right dd span{display:none}



.server {
    background-color: #fff;
    overflow: hidden;
    padding: 30px 0;
}
.server dl {
    float: left;
    width: 32%;
    text-align: center;
    margin-right: 2%;
}
.server dl:last-child {
    margin-right: 0;
}
.server dl dt {
    margin: 0 75pt;
    border-bottom: 2px solid #005bac;
    font-weight: 700;
    font-size: 18px;
    line-height: 40px;
}
.server dl dd {
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 20px;
    color: #666;
    font-size: 14px;
    line-height: 24px;
}
.server dl a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 220px;
}
.server dl a img {
    width: 100%;
    height: 100%;
}

.main {

    overflow: hidden;
}
.item {
    background-color: #fff;
    padding-left: 20px;
    overflow: hidden;
    margin-bottom: 48px;
}
.item .item-hd {
    height: 22px;
    padding: 30px 0 20px;
}
.item .item-hd h2 {
    float: left;
    position: relative;
    font-size: 20px;
    line-height: 22px;
    padding-left: 10px;
}
.item .item-hd h2:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 22px;
    background-color: #0d70c1;
}
.item .item-hd a {
    float: right;
    font-size: 14px;
    color: #666;
    margin-right: 20px;
}
.item .item-hd a:hover {
    color: #0d70c1;
}
.item .item-bd ul li {
    width: 275px;
    background-color: #fafafa;
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
}
.item .item-bd ul li a {
    display: block;
    padding: 20px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.item .item-bd ul li a:hover {
    background-color: #0d70c1;
    color: #fff;
}
.item .item-bd ul li h2 {
    font-size: 18px;
    font-weight: 700;
    padding: 0 30px;
    text-align: center;
    height: 48px;
    overflow: hidden;
}
.item .item-bd ul li p {
    font-size: 12px;
    padding-top: 15px;
}
.item .item-bd ul li span{display:none}
.index-about {
    width: 100%;
    height: 500px;
    padding: 100px 0;
    background-color: #005bac;
    position: relative;
}
.index-about .hd h2 {
    font-size: 38px;
    color: #f4f4f4;
    opacity: .3;
    font-weight: 700;
}
.index-about .hd h3 {
    margin-top: -20px;
    display: inline-block;
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    border-bottom: 2px solid #fff;
}
.index-about .bd {
    padding-top: 80px;
    width: 400px;
    line-height: 30px;
    font-size: 18px;
    color: #fff;
}
.index-about img.bg {
    position: absolute;
    top: 0;
    right: 0;
    height: 700px;
    width: 50%;

}
.about-link {
    position: absolute;
    top: 100px;
    right: 340px;
    width: 690px;
}
.about-link li {
    width: 340px;
    height: 200px;
    background: rgba(255, 255, 255, .7);
    float: left;
    margin-right: 1px;
    margin-bottom: 1px;
    text-align: center;
    padding-top: 46px;

}
.about-link li img {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;

}
.about-link img:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.about-link li p {
    font-size: 26px;
}
.index-news {
    padding-bottom: 50px;
}
.news-tit {
    width: 220px;
    margin: 0 auto;
    text-align: center;
    padding: 50px 0 30px 0;

}
.news-tit h2 {
    font-size: 28px;
}
.news-tit p {
    font-size: 18px;
    color: #555;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 3px solid #005bac;
}



.stock-book {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 12px;
    padding-right: 12px
}
.stock-book .box {
    display: block;
    padding-left: 40px;
    padding-right: 40px;
    color: #333;
    background-color: #fff;
    border-top: 1px dashed #e5e5e5
}
.stock-book .box:hover {
    color: #005bac
}
.stock-book .box:first-child {
    border-top: 0
}
.stock-book .box:nth-child(even) {
    background-color: #fafafa
}
.stock-book .box .word {
    font-size: 18px;
    height: 60px;
    padding-left: 30px;
    line-height: 60px;
    background-image: url("../image/pdf1.png");
    background-repeat: no-repeat;
    background-position: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
.stock-book .box .time {
    float: right;
    font-size: 15px;
    font-family: 'Arial';
    height: 60px;
    line-height: 60px
}
.common-main {
    padding: 20px 0;
    overflow: hidden;
}
.common-main .wp .content h2 {
    text-align: center;
    border-bottom: 1px dashed #CCC;
    font-size: 32px
}
.content-ms {
    padding: 20px;
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
}
.content-ms span {margin-left:50px}

.public-tit {
    text-align: center;
    padding-bottom: 20px;
    line-height: 50px;
    font-size: 36px;
    text-transform: uppercase;
    position: relative;
}

.public-tit dd {
    color: #d5d5d5;
}

.public-tit:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -80px;
    width: 160px;
    height: 3px;
    background: #005bac;
}
.main-con {
    margin-top: 30px;
    position: relative;
    padding: 20px 0;
    line-height: 30px;
    color: #666;
    min-height: 450px;
}

.contact {
    position: absolute;
    right: 0;
    top: 20px;
    width: 600px;
    height: 700px;
    line-height: 50px;
    padding: 60px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, .7);
    color: #fff;
}
.contact img {
    width: 100%;
    margin-bottom: 50px;
}
.contact p {
    font-size: 18px;
    font-weight: normal;
}





.content {
    margin: 50px 0;
}
.content p {
    line-height: 28px;
}
.teamtitle {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin: 30px 0px 40px 0px;
}
.teamtitle h2 {
    font-size: 34px;
    text-align: center;
}
h2 {
    padding-bottom: 15px;
    font-size: 20px;
}


.pagecont  {
    padding: 50px 20px;
    line-height: 25px;
    font-size: 18px;
}
#prenext {
    overflow: hidden;
    padding: 12px 30px;
    font-size: 14px;
    color: #666;
    margin-top: 20px;
}
#prenext .prev {
    overflow: hidden;
    height: 22px;
}
#prenext .next {
    overflow: hidden;
    height: 22px;
}
#prenext a {
    color: #333;
}



.case_wrap {
    margin: 30px 0;
}
.case_wrap ul li {
    background-color: #fff;
    float: left;
    width: 32%;
    margin: 0.5%;
    text-align: center;
    background: #fff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.case_wrap ul li a {
    display: block;
}
.case_wrap ul li article {
    position: relative;
    height: 0;
    padding-top:80%;
    overflow: hidden;
}
.case_wrap ul li article img {
    position: absolute;
    top: 0px;
    height: 100%;
    left: 50%;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transform: translateX(-50% );
}
.case_wrap ul li article summary {
    display: none;
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: -50px;
    left: 0;
    line-height: 50px;
    color: #dcdcdc;
    background: rgba(0, 0, 0, 0.5);
    background: #666\9;
    text-align: left;
    text-indent: 20px;
    z-index: 3;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.case_wrap ul li .info {
    width: 100%;
    height: 60px;
    overflow: hidden;
    padding: 0px 0px 0px 10px;
    box-sizing: border-box;
}
.case_wrap ul li .info h5 {
    display: block;
    float: left;
    width: calc(100% - 100px);
    height: 40px;
    line-height: 40px;
    margin: 10px 0px;
    text-align: left;
}
.case_wrap ul li .info h5 a {
    font-size: 18px;
    color: #333;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.case_wrap ul li .info .fr {
    width: 90px;
    height: 60px;
}
.case_wrap ul li .info .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_wrap ul li .info .fr a.case_pc {
    background-image: url(../image/pdf1.png);
}
.case_wrap ul li .info .fr a.case_phone {
    background-image: url(../image/pdf1.png);
}

.case_wrap ul li:hover {
    /*background-color: #006acd;*/
}
.case_wrap ul li:hover a article summary {
    bottom: 0;

}
.case_wrap ul li:hover a article img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    transform: translateX(-50%);
}
.case_wrap ul li:hover a article:before {
    opacity: 1;
    filter: alpha(opacity=100);
    zoom: 1;
}
.case_wrap ul li:hover a article:after {
    opacity: 1;
    filter: alpha(opacity=100);
    zoom: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}
.case_wrap ul li:hover .info {
    background: #005aab;
}
.case_wrap ul li:hover .info h5 a {
    color: #fff;
}
.case_wrap ul li:hover .info .fr a.case_pc {
    background-image: url(../image/pdf1.png);
}
.case_wrap ul li:hover .info .fr a.case_phone {
    background-image: url(../image/pdf1.png);
}


.suspension {
    position: fixed;
    z-index: 999999999;
    right: 0;
    bottom: 20%;
    width: 70px;
    height: 240px;
}
.suspension-box {
    position: relative;
    float: right;
}
.suspension .a {
    display: block;
    width: 55px;
    height: 40px;
    padding: 10px 0 5px;
    background-color: #1f71c2;
    margin-bottom: 4px;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    text-align: center;
    border-radius: 2px;
}
.suspension .a.active,
.suspension .a:hover {
    background: #16b4b9;
}
.suspension .a .i {
    display: inline-block;
    width: 44px;
    height: 44px;
    background-image: url(../image/side_icon.png);
    background-repeat: no-repeat;
}
.suspension .a-service .i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../image/suspension-bg.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
.suspension .a span {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding-top: 4px;
}
.suspension .a-service-phone .i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../image/suspension-bg.png);
    background-repeat: no-repeat;
    background-position: -27px 0;
}
.suspension .a-qrcode .i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-position: -56px -12px;
}
.suspension .a-cart .i {
    background-position: -88px 0;
}
.suspension .a-top .i {
    background-position: -132px 0;
}
.suspension .a-top {
    background: #D2D3D6;
    display: none;
}
.suspension .a-top:hover {
    background: #c0c1c3;
}
.suspension .d {
    display: none;
    width: 240px;
    background: #fff;
    position: absolute;
    right: 67px;
    border: 1px solid #E0E1E5;
    border-radius: 3px;
    box-shadow: 0px 2px 5px 0px rgba(161, 163, 175, 0.11);
}
.suspension .d .arrow {
    position: absolute;
    width: 8px;
    height: 12px;

    right: -8px;
    top: 31px;
}
.qrcode-img img {
    width: 150px;
    margin: 0 auto;
}
.suspension .d-service {
    top: 0;
}
.suspension .d-service-phone {
    top: 50px;
}
.suspension .d-qrcode {
    top: 78px;
}
.suspension .d .inner-box {
    padding: 8px 22px;
}
.suspension .d-service-item {
    padding: 4px 0;
}
.suspension .d-service .d-service-item {
    border-bottom: none;
}
.suspension .d-service-item .circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    background: #F1F1F3;
    display: block;
    float: left;
}
.suspension .d-service-item .i-qq {
    width: 44px;
    height: 44px;
    background: url(../image/side_con_icon03.png) no-repeat center 15px;
    display: block;
    transition: all .2s;
    border-radius: 50%;
    overflow: hidden;
}
.suspension .d-service-item:hover .i-qq {
    background-position: center 3px;
}
.suspension .d-service-item .i-tel {
    width: 44px;
    height: 44px;
    background: url(../image/side_con_icon02.png) no-repeat center center;
    display: block;
}
.suspension .d-service-item p {
    float: left;
    width: 112px;
    line-height: 22px;
    font-size: 15px;
    margin-left: 12px;
}
.suspension .d-service .d-service-item p {
    float: left;
    width: 112px;
    line-height: 44px;
    font-size: 15px;
    margin-left: 12px;
}
.suspension .d-service-item .text {
    float: left;
    width: 112px;
    line-height: 22px;
    font-size: 15px;
    margin-left: 12px;
}
.suspension .d-service-item .text .number {
    font-family: Arial, "Microsoft Yahei", "HanHei SC", PingHei, "PingFang SC", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}
.suspension .d-service-intro {
    padding-top: 10px;
}
.suspension .d-service-intro p {
    float: left;
    line-height: 27px;
    font-size: 12px;
    width: 50%;
    white-space: nowrap;
    color: #888;
}
.suspension .d-service-intro i {
    background: url(../image/pdf1.png) no-repeat center center;
    height: 27px;
    width: 14px;
    margin-right: 5px;
    vertical-align: top;
    display: inline-block;
}
.suspension .d-qrcode {
    text-align: center;
    width: 160px;
}
.suspension .d-qrcode .inner-box {
    padding: 10px 0;
}
.suspension .d-qrcode p {
    font-size: 14px;
    color: #999;
    padding-top: 5px;
}

.index-line {
    width: 100%;
    margin-bottom: 50px;
}
.index-line ul {}
.index-line ul li {
    float: left;
    margin: 0 47px 20px 0;
}
.index-line ul li:nth-child(5n) {
    margin-right: 0
}
.index-line ul li img {
    border: 1px solid #999;
}
.index-line ul li p {
    text-align: center;
    font-size: 14px;
    padding: 5px;
}
.tel-top {
    margin-top: 20px;
}
.tel-top img{margin:30px 20px}
.tel-top span {
    font-size: 14px;
    color: #999
}
.tel-top strong {
    font-size: 24px;
    color: #F00;
    display: block;
}
.search {
    float: right;
    margin: 10px;
    position: relative
}
.search-keyword {
    height: 30px;
    border: none;
    width: 215px;
    background-color: #1178d5;
    border-radius: 30px;
    padding-left: 10px;
    color: #fff
}
.search-submit {
    border: none;
    background: none;
    position: absolute;
    top: 3px;
    right: 12px
}

.wq_lx_pc {
    width: 480px;
    height: 277px;
    position: absolute;
    background: url(../image/bj_pc.png) no-repeat;
    top: 0px;
    left: 0px;
    padding: 19px;
    z-index: 99999;
}
.wq_lx_pcheader {
    height: 64px;
    line-height: 64px;
    font-size: 24px;
    color: #3E60A8;
    text-align: center;
    position: relative;
}
.wq_lx_pcheader .tongzhiicon {
    margin-right: 5px;
    vertical-align: inherit;
}
.wq_lx_pcheader .closex {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1;
    cursor: pointer;
}
.wq_lx_pctztit {
    width: 421px;
    height: 77px;
    margin: 0px auto;
    background: url(../image/bj_pc2.png) no-repeat;
    font-size: 22px;
    color: #333;
    padding: 10px 17px;
    letter-spacing: 1px;
}
.wq_lx_pctztit p {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 30px;
}
.wq_lx_pctzdsoj {
    font-size: 14px;
    color: #333;
    line-height: 40px;
    padding-left: 17px;
}
.wq_lx_pctzdes {
    padding: 0px 18px;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    height: 80px;
    overflow: hidden;
}
    .m_nav {
    	display: none;
    }

.search-box {
    display: none;
}

@media only screen and (max-width:640px) {
    .wp {
        width: auto !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .header {
        height: 64px;
    }
    .header .logo {
        width: 80%;
        float: left;
        padding: 10px 0;
    }
    .header .logo img {
        width: 100%;
    }
    .tel-top {
        display: none;
    }
    .nav {
        /*display: none;*/
    }
    .slideBox {
        height: auto !important;
    }
    .server {
        margin: 20px 10px 20px;
        padding: 10px 0;
    }
    .server dl dt {
    	margin: 0; 
    	font-weight:normal; 
        
    }
    .server dl a img,.server dl a{
    	height: auto;
    }
	.server dl dd{
		height: 80px;
	}
	.index-main{padding-top:20px}
    .index-main .item {
        margin: 10px 0;
        padding: 10px;
    }
    .pb50{padding:5px 0 20px 0}
    .slideTxtBox{padding-top:10px}
    .news-tit{padding: 10px 0 10px 0;}
    .item .item-hd{padding: 10px 0 20px;}
    .item .item-hd a{margin-right:0;}
    .item .item-bd ul li {
        width: 100%;
    	background-color:#fff;
		margin: auto;
		padding:10px 0;
    	border-bottom: 1px dashed #dcdcdc;
    }
	.item .item-bd ul li a{padding:0}
	.item .item-bd ul li h2{ text-align:inherit;font-weight:normal; padding: 0;font-size: 14px;float:left}
	.item .item-bd ul li p{display:none}
	.item .item-bd ul li span{float:right;font-size:14px;display:block!important;}
	.index-news{padding-bottom:20px}
    .slideTxtBox .hd ul {
        width: 90%;
    }
    .slideTxtBox .hd ul li {
        width: 32.2%;
        margin-right: 1%;
        font-size: 16px;
    }
    .slideTxtBox .bd li .news-left dt{height:auto;float:left;width:40%}
    .slideTxtBox .bd li .news-left dt img{height:105px}
    .news-tit h2 {
        padding-bottom: 0px;font-size: 20px;
    }
    .news-tit p{font-size:14px}
    .slideTxtBox .bd li p{display:none}
    .slideTxtBox .bd li .news-left {
        margin-bottom: 10px;
        background-color: #fff;
    }
    .slideTxtBox .bd dl{
    }
    .slideTxtBox .bd li .news-left,
    .slideTxtBox .bd li .news-right {
        width: 100%;
    }
    .slideTxtBox .bd li .news-right dl{
    	margin-bottom: 5px;
    }
    .slideTxtBox .bd li .news-left dd {
        padding: 10px 0;
        height: auto;
        float: right;
        width: 57%;
    }
    .slideTxtBox .bd li .news-right dt {
        width: 100%;
        height: auto;
        display: none;
    }
    .slideTxtBox .bd li .news-right dd {
        padding: 10px 3%;
        width: 94%;
    }
    .slideTxtBox .bd li .news-left h2 {
        font-size: 14px;
    }
    .slideTxtBox .bd li .news-right h2 {
        display: none;
    }
    .slideTxtBox .bd li h3 {
    	display: block !important;
        padding-bottom: 0;
        font-size: 14px;
        float: left;
    }
    .slideTxtBox .bd li span {
    	display: block !important;
        font-size: 14px;
        float: right;
    }
    .index-about {
        padding: 20px 0;
        height: auto;
        overflow: hidden;
    }
    .index-about .hd h3{font-size:20px}
    .index-about .hd h2{font-size:24px}
    .index-about>img {
        display: none;
    }
    .index-about .about {
        margin-bottom: 20px;
    }
    .index-about .about .hd{
    	text-align: center;
    }
    .index-about .bd {
        width: auto;
        padding-top: 20px;
        font-size: 16px;
    }
    .about-link li p{font-size:18px}
    .about-link {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
    }
    .about-link li {
        width: 49.6%;
	    height: auto;
	    padding: 10px 0 20px 0;
    }
    .about-link li img {
        margin: 10px 0;
    }
    .index-line ul li {
        width: 48%;
        margin: 0;
    }
    .index-line ul li:nth-child(odd) {
        margin-right: 10px;
    }

    .index-line ul li img {
        width: 100%;
    }
    .footer-box {
        width: auto;
        padding: 10px;
        overflow: hidden;
    }
    .footer-service,
    .footer-line {
        display: none;
    }
    .footer-container {
        width: 100%;
    }
    .footer-links {
        padding: 10px;
        display: none;
    }
    .footer-article-item {
        width: 25%;
        margin-right: 0%;
    }
    .common-main {
        padding: 0px;
        margin-top: 20px;
    }
    .bf {
        padding: 0;
    }
    .public-tit {
        padding-top: 20px;
        font-size: 30px;
        line-height: 36px;
    }
	.banner,.common-banner{
		margin-top: 64px;
	}
    .common-banner {
        height: 200px;
    }
    .common-banner img {
        width: 100%;
        height: 100%;
    }
    .public-tit dd {
        font-size: 24px;
    }
    .content {
        margin: 20px 0;
    }
    .content img {
        width: 100% !important;
    }
    .case_wrap ul li {
        width: 48%;
        margin: 0;
        margin-right: 2%;
        margin-bottom: 10px;
        overflow: hidden;

    }
    .case_wrap ul li .info .fr {
        display: none;
    }
    .case_wrap ul li .info h5 {
        width: 100%;
    }
    .case_wrap ul li .info {}
    .common-paged .btn {
        padding: 9px 10px;
    }
    .common-paged li {
        margin-right: 5px;
    }
    .case_wrap ul li article {
        margin-top: 10px;
    }
    .pagecont {
        padding: 20px;
    }
    .pagecont img {
        width: 100% !important;
        height: auto !important;
    }
    #prenext .prev,
    #prenext .next {
        width: 100%;
        margin-bottom: 20px;
    }
    .stock-book {
        padding: 0;
    }
    .stock-book .box {
        padding: 0 10px;
    }
    .stock-book .box .word {
        padding-left: 0;
    }
    .nav {
        display: none;
    }
    .header {
        position: fixed;
        top: 0;
        left: 0;
    }
    .header #navToggle {
        height: 100%;
        padding: 9px 15px;
        margin-right: -15px;
        display: inline-block;
        float: right;
    }
    .header #navToggle span {
        position: relative;
        width: 25px;
        height: 1px;
        margin-top: 19px;
    }
    .header #navToggle span:before,
    .header #navToggle span:after {
        content: '';
        position: relative;
        width: 100%;
        height: 1px;
        left: 0;
    }
    .header #navToggle span,
    .header #navToggle span:before,
    .header #navToggle span:after {
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        display: block;
        background: #4f4f4f;
    }
    .header #navToggle span:before {
        top: 8px;
    }
    .header #navToggle span:after {
        bottom: 10px;
    }
    .header #navToggle.open span:before {
        top: 10px;
        -webkit-transform: translateY(-11px) rotate(-45deg);
        -moz-transform: translateY(-11px) rotate(-45deg);
        -ms-transform: translateY(-11px) rotate(-45deg);
        -o-transform: translateY(-11px) rotate(-45deg);
        transform: translateY(-11px) rotate(-45deg);
    }
    .header #navToggle.open span:after {
        bottom: 12px;
        -webkit-transform: translateY(10px) rotate(45deg);
        -moz-transform: translateY(10px) rotate(45deg);
        -ms-transform: translateY(10px) rotate(45deg);
        -o-transform: translateY(10px) rotate(45deg);
        transform: translateY(10px) rotate(45deg);
    }
    .header #navToggle.open span {
        background: none;
    }
    .header #navToggle.open span:before,
    .header #navToggle.open span:after {
        background: #4f4f4f;
    }
    .search-box {
        height: 36px;
        padding: 10px;
        margin-top: 64px;
    }
    .search-active {
        height: 36px;
        padding: 10px 0;
    }
    .search-box .search {
        width: 100%;
        margin: 0 auto;
        background-color: #fff;
        border-radius: 10px;
        line-height: 36px;
        overflow: hidden;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding: 0 0 0 10px;
        color: #999;
    }

    .search-box .search form {
        margin-top: 0;
    }

    .search-box .search form input {
        border: 0;
        outline: none;
        font-size: 14px;
        color: #999;
        width: 75%;
    }

    .search-box .search form input::placeholder {
        color: #999;
    }
    .search-box .search .icon-search {
        width: 20px;
        height: 20px;
    }
    .search-box .search form button {
        width: 17%;
        background: #fff;
        color: #999;
        text-align: center;
        padding: 0;
        height: 36px;
        float: right;
        border: none;
    }
    .common-nav .nav-item {
        padding: 14px 20px;
    }
    .m_nav {
	display: block;
    position: fixed;
    top: 0px;
    box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);
    width: 100%;
    height: 100%;
    background: #fff;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    z-index: 1000;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    overflow-y: auto;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    top: 0;
    transform: translateX(100%);
    z-index: 99999;
}
.m_nav.open {
    transform: translateX(0);
}
.m_nav .top {
    height: 60px;
    padding: 20px;
    box-sizing: border-box;
}
.m_nav .top .closed {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    float: right;
    cursor: pointer;
}
.m_nav .logo {
    width: 100%;
    margin: 0 auto;
}
.m_nav .logo img {
    width: 100%;
    height: 50px;
    display: block;
    margin: 30px auto;
}
.m_nav .ul {
    margin-top: 30px;
}
.m_nav .ul li {
    padding: 0 20px;
    border-bottom: 1px solid #f5f5f5;
    transform: translateY(0);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    opacity: 0;
}
.m_nav.open .ul li {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.m_nav .ul li:nth-child(1) {
    -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(2) {
    -webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(3) {
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(4) {
    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(5) {
    -webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(6) {
    -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li a {
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    width: 100%;
    text-align: center;
}
.m_nav .ul li .dropdown_menu {
    display: none;
}
.m_nav .ul li.dropdown.active .dropdown_menu {
    display: block;
}
.m_nav .ul li .dropdown_menu a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
    box-sizing: border-box;
    border-bottom: 1px solid #f5f5f5;
}
.m_nav .ul li .dropdown_menu a:last-child {
    border: none;
}
.suspension,.wq_lx_pc{display:none}
.content-ms{width:auto}
.content-ms span{float:none;display:block}
.common-main .wp .content h2{font-size:18px}

.contact {

    width: auto;
    height: 450px;
    line-height: 30px;
    padding: 20px;
}

iframe{
	display: none;
}
}