@charset "utf-8";

* {
    padding: 0;
    margin: 0;
}

ul {
    margin: 0 !important;
}

body {
    font-family: "微软雅黑" !important;
    overflow-x: hidden;
}

.wrap {
    width: 1200px;
    max-width: 96%;
    margin: 0 auto;
}

.top {
    width: 100%;
    height: 41px;
    background: #f5f5f5;
    z-index: 105;
    border-bottom: 1px #e6e6e6 solid;
    box-sizing: border-box;
}

.greet {
    display: inline-block;
    font-size: 12px;
    line-height: 40px;
    color: #757575;
}

.tel {
    float: right;
    margin: 0 20px 0 0;
    font-size: 14px;
    color: #bcbcbc;
    line-height: 40px;
}

    .tel span {
        display: inline-block;
        font-size: 18px;
        color: #fff;
        font-family: impact;
        line-height: 40px;
    }

.fx {
    float: right;
    margin: 0 0 0 10px;
    height: 30px;
}
.fx span{ display: inline-block; float: left; line-height: 40px; font-size: 13px; color: #878787;}

.a1 {
    float: left;
    width: 40px;
    height: 40px;
    background: url(../images/i2.png) no-repeat center center;
    display: inline-block;
    position: relative;
}

    .a1 > span {
        top: 100%;
        left: 50%;
        transform: translate(-50%, 0);
        position: absolute;
        z-index: 105;
        display: none;
    }

    .a1:hover > span {
        display: block;
    }

.a2 {
    float: left;
    width: 40px;
    height: 40px;
    background: url(../images/i3.png) no-repeat center center;
    display: inline-block;
}

.a3 {
    float: left;
    width: 40px;
    height: 40px;
    background: url(../images/i1.png) no-repeat center center;
    display: inline-block;
}

.a4 {
    float: left;
    width: 40px;
    height: 40px;
    background: url(../images/i4.png) no-repeat center center;
    display: inline-block;
}
/*顶部*/

.header {
    width: 100%;
    z-index: 104;
    background: #fff;
    position: relative;
    height: 99px;
    padding: 22px 0;
    transition: all 0.3s ease-out;
}

.Logo {
    float: left;
    transition: all 0.3s ease-out;
}

.tel2{ float: right; background: url(../images/tel.png) no-repeat left; padding: 0 0 0 50px; font-size: 14px; line-height: 24px; color: #767676;}
.tel2>b{ display: block; font-size: 24px; line-height: 32px; color: #0057a8;}
.tel2>b>span{ display: inline-block; margin: 0 0 0 10px; font-weight: 100; font-size: 14px; color: #979797;}
/*header.logo部分*/

.banner {
    width: 100%;
    overflow: hidden;
}

.pic {
    width: 100%;
    height: 480px;
}

.picture {
    width: 100%;
}

    .picture img {
        width: 100%;
    }

.aa .swiper-pagination-bullet {
    width: 15px;
    height: 4px;
    opacity: 1;
    border-radius: 2px;
    background: #fff;
}

.aa .swiper-pagination-bullet-active {
    background: #fe0000;
}
/*pc端轮播大图的显示高度和大图下面的分页按钮的颜色属性*/

.nav {
	 z-index: 105;
    width: 100%;
    background: #0057a8;
    border-bottom: 3px #002e7b solid;
}

.nul {
    transition: all 0.3s ease-out;
}

    .nul > li {
        float: left;
        width: 12.5%;
        position: relative;
        border-right: 1px #003e77 solid;
        box-shadow: 1px 0 1px #1665ae;
        box-sizing: border-box;
    }
    .nul > li:last-child{ border: none; box-shadow: initial;}

        .nul > li > a {
            color: #fff;
            line-height: 53px;
            height: 53px;
            padding: 0 3px;
            overflow: hidden;
            display: block;
            text-align: center;
            font-size: 16px;
            transition: all 0.3s ease-out;
        }

        .nul > li:hover > a {
        	color: #fff;
            background: #0d6bc3;
        }

        .nul > li ul {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            z-index: 104;
            background: rgba(0, 84, 168,0.68);
        }

            .nul > li ul li {
                width: 100%;
                border-top: 1px rgba(255, 255, 255, 0.38) solid;
            }

                .nul > li ul li > a {
                    line-height: 36px;
                    display: block;
                    text-align: center;
                    width: 100%;
                    overflow: hidden;
                    font-size: 14px;
                    height: 36px;
                    border: none;
                    color: #fff;
                    transition: all 0.3s ease-out;
                }

                    .nul > li ul li > a:hover {
                        color: #fff;
                        background: #0d6bc3;
                    }

.acta {
    color: #fff !important;
    background: #0d6bc3;
}
/*PC头部导航*/

.title {
    width: 100%;
    margin: 0 0 35px 0;
    cursor: pointer;
    text-align: center;
    background: url(../images/titbg1.png) no-repeat center center;
}

    .title h2 {
        width: 100%;
        font-size: 36px;
        line-height: 48px;
        color: #0057a8;
        font-weight: bold;
        margin: 0 !important;
        letter-spacing: 5px;
    }

    .title span {
        display: block;
        font-size: 18px;
        line-height: 28px;
        color: #bcbcbc;
    }
/*栏目标题*/

.cpzs {
    width: 100%;
    padding: 50px 0;
}

.tab1 {
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
    margin: 0 0 20px 0 !important;
}

    .tab1 > li {
        display: inline-block;
        padding: 3px 5px;
    }

        .tab1 > li > span {
            display: block;
            border: 1px #ececec solid;
            padding: 1px;
        }

.active1 > span {
	border-radius: 3px;
	overflow: hidden;
    border-color: #7fabd3 !important;
}

.tab1 > li > span > a {
	border-radius: 3px;
    display: block;
    font-size: 14px;
    color: #666;
    width: 150px;
    height: 30px;
    background: #fff;
    border: 1px #d9d9d9 double;
    box-sizing: border-box;
    line-height: 28px;
    padding: 0 3px;
    overflow:hidden;
}

.active1 > span > a {
    border-color: #0057a8 !important;
    color: #fff !important;
    background: #0057a8 !important;
}

.productctn {
    width: 100%;
    overflow: hidden;
    display: none;
}

.productshow {
    width: 100%;
    overflow: hidden;
    display: block;
}

.cp {
	border-radius: 8px;
	overflow: hidden;
    width: 100%;
    border: 1px #bfbfbf solid;
    box-sizing: border-box;
    transition: all 0.5s;
}

    .cp:hover {
        border-color: #0057a8;
    }

.cpimg {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #fff;
}

.cpimg1 {
    transition: all 0.5s ease-out;
}

.cp:hover .cpimg1 {
    transform: scale(1.08);
}

.cpimg2 {
    padding-top: 74.911%;
}

.cpbt {
    width: 100%;
    text-align: center;
    padding: 15px 5px;
    background: #f2f2f2;
}

.cptit {
    line-height: 30px;
    height: 30px;
    font-size: 14px;
    color: #313131;
    width: 100%;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
    margin: 0 0 5px 0;
}

.cpmore {
	border-radius: 3px;
    display: inline-block;
    transition: all 0.5s ease-out;
    border: 1px #797979 solid;
    padding: 1px;
}

.cp:hover .cpmore {
    border-color: #77abdc;
}

.cpmore > span {
    display: block;
    transition: all 0.5s ease-out;
    width: 108px;
    line-height: 20px;
    background: #797979;
    color: #fff;
    border-radius: 2px;
    font-size: 12px;
}

.cp:hover .cpmore > span {
    background: #236fb5;
}
/*产品展示*/

.gsjj {
    width: 100%;
    overflow: hidden;
    padding: 50px 0;
    background: url(../images/aboutbg.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

    .gsjj .title {
        background: url(../images/titbg2.png) no-repeat center center;
    }

        .gsjj .title h2 {
            color: #fff;
        }

        .gsjj .title span {
            color: #fff;
        }

.gsjjctn {
    width: 100%;
    overflow: hidden;
}

.gsjj-left {
	border-radius: 8px;
	overflow: hidden;
    float: left;
    width: 48%;
    margin: 24px 0 0 0;
}

.glimg {
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .glimg img {
        transition: all 0.5s ease-out;
    }

.gsjj-left:hover .glimg img {
    transform: scale(1.08);
}

.gltop {
    padding-top: 55.846%;
    height: 320px;
}

.gsjj-right {
    float: right;
    width: 49%;
    float: right;
    position: relative;
    padding: 25px 50px 40px 52px;
    background: url(../images/line1.png) no-repeat;
    background-size: 100% 100%;
}

.grtit {
    display: inline-block;
    border-bottom: 3px rgba(255, 255, 255, 0.5) double;
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
    color: #fff;
}

.grtxt {
    margin: 8px 0 0 0;
    fill: 14px;
    line-height: 22px;
    color: #fff;
    max-height: 264px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 12;
}

.grmore {
    position: absolute;
    left: -15px;
    bottom: 0;
}
/*公司简介*/

.ryzz {
	
    width: 100%;
    position: relative;
    margin: 25px 0 0 0;
    padding: 22px 72px;
    background: url(../images/line2.png) no-repeat left,url(../images/line3.png) no-repeat right;
}

.zs {
	border-radius: 5px;
	overflow: hidden;
    width: 100%;
    padding: 4px;
    border: 1px rgba(255, 255, 255, 0.3) solid;
}

.zsimg {
	border-radius: 5px;
	overflow: hidden;
    width: 100%;
    background: #fff;
    overflow: hidden;
}

.zsimg1 {
    transition: all 0.5s ease-out;
}

.zs:hover .zsimg1 {
    transform: scale(1.08);
}

.zsimg2 {
    padding-top: 100%;
}

.arrow1 {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
    width: 34px;
    height: 34px;
    background: url(../images/arrow1.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.arrow2 {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translate(0, -50%);
    width: 34px;
    height: 34px;
    background: url(../images/arrow2.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
/*荣誉资质*/

.ywly {
    width: 100%;
    padding: 40px 0;
}

.ywlyroll .swiper-slide {
    padding: 5px 0 0 0;
}

.yw {
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    transition: all 0.5s ease-out;
    border: 1px #a0a0a0 solid;
}

    .yw:hover {
        transform: translateY(-5px);
    }

.ywtop {
    padding-top: 100%;
}

.ywimg {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: calc(100% - 70px);
}

.ywtit {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    height: 70px;
    line-height: 70px;
    font-size: 18px;
    color: #aaa;
    letter-spacing: 3px;
    font-weight: bold;
    transition: all 0.5s ease-out;
}

.yw:hover .ywtit {
    color: #fff;
    background: #0057a8;
}
/*业务领域*/

.xmal {
    width: 100%;
    padding: 50px 0;
    background: url(../images/casebg.jpg) no-repeat center center;
    background-size: cover;
}

    /*.xmal .title {
        background: url(../images/titbg2.png) no-repeat center center;
    }

        .xmal .title h2 {
            color: #fff;
        }

        .xmal .title span {
            color: #fff;
        }*/

.xmalctn {
    width: 100%;
    overflow: hidden;
    display: none;
}

.xmalshow {
    width: 100%;
    overflow: hidden;
    display: block;
}

.al {
	border-radius: 8px;
	overflow: hidden;
    width: 100%;
    border: 1px #bfbfbf solid;
    box-sizing: border-box;
}

.alimg {
    width: 100%;
    overflow: hidden;
}

.alimg1 {
    transition: all 0.5s ease-out;
}

.al:hover .alimg1 {
    transform: scale(1.08);
}

.alimg2 {
    padding-top: 74.911%;
}

.altit {
    width: 100%;
    padding: 0 3px;
    text-align: center;
    transition: all 0.5s ease-out;
    font-size: 14px;
    color: #313131;
    line-height: 45px;
    height: 45px;
    background: #f2f2f2;
    overflow:hidden;
}

.al:hover .altit {
    color: #000;
}
/*项目案例*/

.tab2 {
    width: 100%;
    text-align: center;
    margin: 0 0 20px 0 !important;
}

    .tab2 > li {
        display: inline-block;
        padding: 3px 5px;
    }

        .tab2 > li > span {
			border-radius: 3px;
			overflow: hidden;
            display: block;
            border: 1px rgba(191, 191, 191, 0.3) solid;
            padding: 1px;
        }

.active2 > span {
    border: 1px #0057a8 solid !important;
}

.tab2 > li > span > a {
	border-radius: 5px;
	overflow: hidden;
    display: block;
    font-size: 14px;
    color: #2d2d2d;
    width: 150px;
    height: 30px;
    background: rgba(255, 255, 255, 0.6);
    border: 1px rgba(191, 191, 191, 0.6) solid;
    box-sizing: border-box;
    line-height: 28px;
    padding: 0 3px;
    overflow:hidden;
}

.active2 > span > a {
    border-color: #0057a8 !important;
    color: #fff !important;
    background: #0057a8 !important;
}
/*项目案例*/

.hzhb {
    width: 100%;
    padding: 50px 0;
}

.hzhbtit {
    width: 100%;
    text-align: center;
    margin: 0 0 35px 0;
    font-size: 30px;
    color: #0057a8;
    line-height: 55px;
    background: url(../images/hbtitbg.png) no-repeat center center;
}

    .hzhbtit span {
        display: inline-block;
        padding: 0 0 0 35px;
        color: #868686;
    }

.hzhbctn {
    width: 100%;
    overflow: hidden;
}

.hb {
	border-radius: 5px;
	overflow: hidden;
    width: 100%;
    transition: all 0.3s ease-out;
    border: 1px #e5e5e5 solid;
    box-sizing: border-box;
}

    .hb:hover {
        border-color: #0057a8;
    }

.hbimg {
	border-radius: 5px;
	overflow: hidden;
    width: 100%;
    position: relative;
}

    .hbimg img {
        transition: all 0.3s ease-out;
    }

.hb:hover .hbimg img {
    transform: scale(0.95);
}

.hbtop {
    padding-top: 41.489%;
}
/*合作伙伴*/

.footer {
    width: 100%;
    overflow: hidden;
    padding: 40px 0;
    background: url(../images/footerbg.jpg) no-repeat center center;
    background-size: cover;
}

.ft1 {
    width: 340px;
    float: left;
    max-width: 48%;
    overflow: hidden;
}

.ft1-ctn {
    float: left;
    width: 119px;
    background: url(../images/line4.png) no-repeat right;
    padding: 26px 0;
}

.ft1-tit {
    width: 100%;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
}

    .ft1-tit span {
        display: block;
        font-size: 12px;
    }

.ftmore {
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0 0 0 20px;
    text-align: center;
}

    .ftmore a {
        display: inline-block;
        width: 84px;
        line-height: 22px;
        background: rgba(255, 255, 255, 0.2);
        font-size: 12px;
        color: #fff;
        text-align: center;
    }

        .ftmore a:hover {
            color: #fff;
            text-decoration: underline !important;
        }

.lxw {
    width: calc(100% - 134px);
    float: right;
}

    .lxw span {
        display: block;
        font-size: 12px;
        line-height: 20px;
        color: #fff;
    }

.ft2 {
    width: 50%;
    overflow: hidden;
    float: right;
}

    .ft2 > h1 {
        float: left;
        margin: 0 !important;
        font-size: 24px;
        line-height: 24px;
        color: #fff;
        width: 120px;
    }

        .ft2 > h1 > span {
            display: block;
            font-size: 12px;
        }

.msg {
    width: calc(100% - 140px);
    float: right;
    overflow: hidden;
}

    .msg input {
        width: 48%;
        float: left;
        margin: 0 0 10px 0;
        height: 24px;
        line-height: 24px;
        background: rgba(255, 255, 255, 0.22);
        color: #fff;
        padding: 0 10px;
        font-size: 12px;
    }

        .msg input::-webkit-input-placeholder {
            color: #fff;
        }

        .msg input::-moz-input-placeholder {
            color: #fff;
        }

        .msg input::-ms-input-placeholder {
            color: #fff;
        }

        .msg input::-o-input-placeholder {
            color: #fff;
        }

        .msg input:nth-child(2) {
            float: right;
        }

    .msg textarea {
        width: 100%;
        margin: 0 0 10px 0;
        height: 78px;
        line-height: 24px;
        background: rgba(255, 255, 255, 0.22);
        color: #fff;
        padding: 0 10px;
        font-size: 12px;
        border: none;
        outline: none;
        resize: none;
    }

        .msg textarea::-webkit-input-placeholder {
            color: #fff;
        }

        .msg textarea::-moz-input-placeholder {
            color: #fff;
        }

        .msg textarea::-ms-input-placeholder {
            color: #fff;
        }

        .msg textarea::-o-input-placeholder {
            color: #fff;
        }

    .msg button {
        width: 100px;
        height: 24px;
        border: 1px rgba(255, 255, 255, 0.2) solid;
        box-sizing: border-box;
        line-height: 22px;
        font-size: 14px;
        color: #fff;
        outline: none;
        background: none;
    }

#footer {
    width: 100%;
    text-align: center;
    background: #fff;
    padding: 15px 0;
}

.fnav {
    width: 100%;
    text-align: center;
}

    .fnav a {
        display: inline-block;
        font-size: 12px;
        line-height: 24px;
        color: #333;
        padding: 0 10px 0 8px;
        background: url(../images/xli.jpg) no-repeat right;
    }

        .fnav a:last-child {
            background: none;
        }

        .fnav a:hover {
            color: #333;
            text-decoration: underline !important;
        }

#footer span {
    display: block;
    font-size: 12px;
    line-height: 24px;
    color: #333;
    text-align: center;
}
/*页脚*/

.ctn {
    width: 100%;
    overflow: hidden;
    padding: 50px 0;
}

.ctn-left {
    float: left;
    width: 270px;
}

.clt {
    width: 100%;
    border: 1px #e5e5e5 solid;
    box-sizing: border-box;
			border-radius: 8px;
}

.cltit {
    width: 100%;
    position: relative;
    text-align: center;
    pointer-events: none;
    padding: 35px 0;
}

    .cltit span {
        display: inline-block;
        font-size: 24px;
        color: #333;
        height: 35px;
        line-height: 24px;
        padding: 0 0 0 50px;
        background: url(../images/k1.png) no-repeat left;
    }

    .cltit b {
        position: absolute;
        top: 50%;
        right: 8%;
        transform: translate(0,-50%);
        font-size: 18px;
        transition: all 0.3s;
    }

.hg b {
    transform: translate(0,-50%) rotateX(180deg);
}

.clb {
			border-radius: 8px;
			overflow: hidden;
    width: 100%;
    margin: 25px 0 0 0;
    border: 1px #e5e5e5 solid;
    box-sizing: border-box;
}

.clbx {
    width: 100%;
    border-top: 1px #e5e5e5 solid;
    padding: 20px 20px 50px 20px;
    background: url(../images/clbbg.png) no-repeat right bottom;
}

    .clbx span {
        display: block;
        font-size: 13px;
        line-height: 22px;
        color: #333;
    }

.ctn-right {
    width: calc(100% - 300px);
    float: right;
}

.crt {
    width: 100%;
    height: 43px;
    border-bottom: 3px #b2b2b2 double;
    box-sizing: border-box;
    line-height: 40px;
    margin: 0 0 20px 0;
    overflow: hidden;
}

    .crt > div {
        float: left;
        line-height: 40px;
        font-size: 18px;
        color: #333;
    }

    .crt > span {
        display: inline-block;
        color: #333;
        float: right;
        line-height: 40px;
        font-size: 12px;
    }

.crb {
    width: 100%;
    overflow: hidden;
}
/*内页*/

.cplist {
    width: 100%;
    overflow: hidden;
}

    .cplist li {
        width: 33.3%;
        float: left;
        padding: 9px;
    }

.honorul {
    width: 100%;
    overflow: hidden;
}

    .honorul li {
        width: 25%;
        float: left;
        padding: 5px;
    }

.ptn {
    width: 100%;
    overflow: hidden;
}

    .ptn li {
        width: 25%;
        float: left;
        padding:13px 5px;
    }

.about {
    width: 100%;
}

    .about p {
        display: block;
        margin: 0 !important;
        font-size: 14px;
        line-height: 26px;
        color: #333;
    }

.pd {
    width: 100%;
}

.pd1 {
    font-size: 18px;
    line-height: 26px;
    color: #333;
    text-align: center;
}

.pdimg {
    text-align: center;
    margin: 10px 0;
}

    .pdimg img {
        max-width: 100%;
    }

.pd2 {
    font-size: 14px;
    line-height: 24px;
    color: #333;
}

.pd2 img {
	max-width:100%;
}

.contact {
    width: 100%;
}

.map {
    width: 100%;
}

.cont {
    display: block;
    margin: 0 0 15px 0;
    width: 100%;
}

    .cont span {
        width: 100%;
        display: block;
        font-size: 12px;
        line-height: 18px;
        color: #333;
    }

/*.news{ width:100%; overflow:auto;}
.news li{ width:100%; padding:10px 0;}
.new{ width:100%; overflow:auto; padding: 5px 0; background:#fff; border-bottom:1px #e5e5e5 solid;}
.newimg{ width:126px; float:left; margin:0 12px 0 0; overflow:hidden;}
.newimg1{ transition:all 0.3s;}
.new:hover .newimg1{ transform:scale(1.1);}
.newimg2{ padding-top:87.301%;}
.newtit{ font-size:16px; line-height:28px; color:#000; transition:all 0.3s; height:28px; overflow:hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1;}
.newtxt{ font-size:14px; line-height:24px; color:#5f5f5f; height:48px; overflow:hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; margin:5px 0;}
.new:hover .newtit{ color:#008cd6;}
.newtime{ font-size:12px; line-height:22px; color:#5f5f5f;}*/
/*新闻列表*/

.accordion {
    width: 100%;
    border-top: 1px #e5e5e5 solid;
    padding: 20px;
}

    .accordion > li {
        width: 100%;
        margin: 0 0 15px 0; 
    }
	.accordion > li:last-child{ margin: 0 !important;}

        .accordion > li > a {
			border-radius: 5px;
            transition: all 0.3s;
            display: block;
            color: #333;
            line-height: 37px;
            border: 1px #e5e5e5 solid;
            box-sizing: border-box;
            height: 35px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            font-size: 15px;
            text-align: left;
            padding: 0 10px;
        }

            .accordion > li > a:hover {
                color: #fff;
                background: #0057a8;
                border-color: #0057a8;
            }

.dka {
    color: #fff !important;
    background: #0057a8 !important;
    border-color: #0057a8 !important;
}
.accordion>li>ul{display: block !important;}
.accordion>li>ul>li{ width: 100%; border-bottom: 1px #e7e7e7 solid;}
.accordion>li>ul>li>a{display: block; padding: 0 10px 0 35px; height:36px; line-height:36px; overflow:hidden; color:#000; -webkit-transition: all 0.25s ease; -o-transition: all 0.25s ease; transition: all 0.25s ease;}
.accordion>li>ul>li>a:hover{ color:#005099;}
/*内页左侧栏目*/

.rollctn{ border: 1px #dcdcdc solid; box-sizing: border-box; padding: 14px; background: #f9f9f9; border-radius: 8px; overflow: hidden;}
.br{ margin: 30px 0 20px 0; height: 2px; background: #bdbdbd; display: block; width: 100%;}
.recommend .swiper-slide{ padding: 0 3px 3px 0;}
.recommend .swiper-slide .al{ box-shadow: 3px 3px 0 #d4d4d4; border-radius: 10px; overflow: hidden;}
@media screen and (max-width: 1200px) {
    .pic {
        height: 350px;
    }

    .nul > li > a {
        font-size: 14px;
    }

    .ryzz {
        padding: 0 50px;
        background: none;
    }

    .arrow2 {
        left: 0;
    }

    .arrow1 {
        right: 0;
    }

    .honorul li {
        width: 25%;
    }
}

@media screen and (max-width: 991px) {
    .Logo {
        margin: 0;
        float: none;
        display: inline-block;
        padding: 0;
    }

    .header {
        padding: 12px 0;
    }

        .header .navbar-toggle {
            margin: 0;
            position: absolute;
            padding: 0;
            right: 3%;
            top: 50%;
            transform: translate(0,-50%);
            display: block;
            cursor: pointer;
        }

            .header .navbar-toggle .icon-bar {
                background: #0057a8;
                width: 35px;
                height: 5px;
            }

                .header .navbar-toggle .icon-bar + .icon-bar {
                    margin-top: 6px;
                }

    .sjdnav {
        width: 140px;
        position: absolute;
        top: 100%;
        z-index: 100;
        background: rgba(0, 87, 168, 0.72);
        right: 3%;
    }

        .sjdnav li {
            height: 45px;
            line-height: 44px;
            overflow: hidden;
            text-align: center;
            border-bottom: 1px solid #fff;
            box-sizing: border-box;
        }

            .sjdnav li a {
                display: block;
                line-height: 44px;
                font-size: 14px;
                color: #fff;
                transition: all 0.3s ease-out;
            }

                .sjdnav li a:hover {
                    background: rgba(0, 87, 168, 0.82);
                }

    .sjdnavhide {
        display: none;
    }

    .icon-bar {
        transition: all 0.4s;
    }

    .tx .icon-bar:nth-child(1) {
        margin-top: 12px;
        transform: rotateZ(45deg);
    }

    .tx .icon-bar:nth-child(2) {
        opacity: 0;
    }

    .tx .icon-bar:nth-child(3) {
        top: 50%;
        position: absolute;
        margin: 0 !important;
        transform: translate(0,-50%) rotateZ(135deg);
    }
    /*移动端导航*/

    .pic {
        height: 310px;
    }

    .header {
        height: auto;
    }

    .ywtit {
        height: 60px;
        line-height: 60px;
    }

    .ywimg {
        height: calc(100% - 60px);
    }

    .cplist li {
        width: 50%;
    }

    .honorul li {
        width: 33.33%;
    }

    .ptn li {
        width: 33.33%;
    }
}

@media screen and (max-width: 767px) {
    .Logo img {
        height: auto;
        max-width: calc(100% - 60px);
    }

    .aa .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        opacity: 1;
        border-radius: 3px;
        margin: 0 2px !important;
        background: #fff;
    }

    .aa .swiper-pagination-bullet-active {
        background: #fe0101;
    }
    /*手机端轮播大图的显示高度和大图下面的分页按钮的颜色属性*/

    .tab1 > li > span > a {
        font-size: 12px;
        width: 120px;
        overflow: hidden;
    }

    .tab1 > li {
        padding: 3px 2px;
    }

    .tab2 > li > span > a {
        font-size: 12px;
        width: 120px;
        overflow: hidden;
    }

    .tab2 > li {
        padding: 3px 2px;
    }

    .cpzs {
        padding: 30px 0;
    }

    .title {
        background: none;
        margin: 0 0 25px 0;
    }

        .title h2 {
            font-size: 24px;
            line-height: 36px;
        }

        .title span {
            font-size: 14px;
            line-height: 24px;
        }

    .gsjj .title {
        background: none;
    }

    .gsjj {
        padding: 30px 0;
    }

    .gsjj-left {
        width: 100%;
        float: none;
    }

    .gltop {
        height: auto;
    }

    .gsjj-right {
        width: 100%;
        float: none;
        margin: 18px 0 0 0;
        padding: 0;
        background: none;
    }

    .grmore {
        position: initial;
        left: initial;
        bottom: initial;
        margin: 10px 0 0 0;
    }

    .ywtit {
        letter-spacing: initial;
    }

    .xmal {
        padding: 30px 0;
    }

        .xmal .title {
            background: none;
        }

    .altit {
        height: 36px;
        line-height: 36px;
    }

    .hzhbtit {
        font-size: 22px;
        margin: 0 0 25px 0;
    }

        .hzhbtit span {
            padding: 0 0 0 40px;
        }

    .hzhb {
        padding: 30px 0;
    }

    .footer {
        padding: 30px 0;
    }

    .ft1 {
        width: 100%;
        max-width: 100%;
        float: none;
    }

    .ft2 {
        width: 100%;
        max-width: 100%;
        float: none;
        margin: 20px 0 0 0;
        display: none;
    }

    #footer {
        padding: 10px 0 0 0;
        margin: 0 0 54px 0;
    }

    .ctn {
        padding: 30px 0;
    }

    .ctn-left {
        width: 100%;
        float: none;
    }

    .ctn-right {
        width: 100%;
        float: none;
        margin: 20px 0 0 0;
    }

    .cltit {
        padding: 0;
        pointer-events: auto;
    }

        .cltit span {
            background: none;
            padding: 0;
            height: auto;
            line-height: 50px;
            font-weight: bold;
            font-size: 22px;
        }

    .accordion {
        display: none;
    }

    .cplist li {
        padding: 5px;
    }

    .honorul li {
        width: 50%;
    }

    .ptn li {
        width: 50%;
    }
	.dock {
		display:none;
	}
}



/*手机底部*/
@font-face {
    font-family: 'iconfont';
    src: url('http://at.alicdn.com/t/font_1432720974_1547027.eot');
    src: url('http://at.alicdn.com/t/font_1432720974_1547027.eot?#iefix') format('embedded-opentype'),url('http://at.alicdn.com/t/font_1432720974_1547027.woff') format('woff'),url('http://at.alicdn.com/t/font_1432720974_1547027.ttf') format('truetype'),url('http://at.alicdn.com/t/font_1432720974_1547027.svg#iconfont') format('svg');
}

@font-face {
    font-family: 'Pacifico';
    font-style: normal;
    font-weight: 400;
    src: local('Pacifico Regular'),local('Pacifico-Regular'),url(http://fonts.gstatic.com/s/pacifico/v7/Q_Z9mv4hySLTMoMjnk_rCfesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
}

.fa {
    display: inline-block;
    font-family: "iconfont";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.fa-icon-qq:before {
    content: "\e604";
}

.fa-icon-weibo:before {
    content: "\e600";
}

.fa-icon-weixin:before {
    content: "\e605";
}

.fa-icon-zaixianzixun:before {
    content: "\e608";
}

body {
    background: #e4e6e7;
    background-size: cover;
    font: 12px/22px "Microsoft YaHei","SimSun";
    font-size: 100%;
}

body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div, tr, dl, dd, select, option {
    margin: 0;
    padding: 0;
}

li, img, input, em, select {
    list-style: none;
    border: none;
    font-style: normal;
    outline: none;
}

a {
    text-decoration: none !important;
    cursor: pointer !important;
}

select::-ms-expand {
    display: none;
}

.img-position-absolute {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
    padding: auto;
}

/*手机底部*/
.hot {
    width: 100%;
    height: 54px;
    background: #000;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    border-top: solid 1px #fff;
}

.ds {
    display: block;
    border-right: 1px #fff solid;
    box-sizing: border-box;
}

    .ds:nth-child(4) {
        border: none;
    }

    .ds:hover {
        background: #fff;
    }

.hot .row div a:hover {
    color: #000;
}

    .hot .row div a:hover span {
        color: #000 !important;
    }

.hot span {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
}

.hot h6 {
    font-size: 12px;
    line-height: 20px;
    margin: 4px 0 0 0;
}

.hot .row div a {
    display: block;
    color: #fff;
    padding: 7px 0 3px 0;
}

.dbbox {
    position: fixed;
    left: 0;
    bottom: 70px;
    z-index: 99;
    width: 100%;
}

    .dbbox .dbs {
        position: relative;
        padding: 0 15px;
        display: none;
    }

        .dbbox .dbs .neirong {
            padding: 10px;
            background: #fff;
            border-radius: 5px;
        }

        .dbbox .dbs.ewm-box {
            text-align: center;
        }

            .dbbox .dbs.ewm-box:after {
                content: "";
                position: absolute;
                left: 50%;
                bottom: -6px;
                z-index: 1;
                width: 25%;
                height: 6px;
                background: url(../images/icon/dbtc_jt.png) no-repeat center;
            }

        .dbbox .dbs.fenxiang-box:after {
            content: "";
            position: absolute;
            left: 75%;
            bottom: -6px;
            z-index: 1;
            width: 25%;
            height: 6px;
            background: url(../images/icon/dbtc_jt.png) no-repeat center;
        }

        .dbbox .dbs.ewm-box img {
            max-width: 140px;
        }

        .dbbox .dbs.fenxiang-box .bdshare-button-style1-32 .li {
            position: relative;
            padding: 6px 0;
            width: 20%;
            height: 44px;
        }

        .dbbox .dbs.fenxiang-box .bdshare-button-style1-32 a {
            position: absolute;
            left: 50%;
            top: 6px;
            margin: 0 0 0 -16px;
            float: inherit !important;
            display: block;
        }



/*浮动QQ*/
.dock {
    position: fixed;
    right: 0px;
    width: 50px;
    -moz-opacity: 0.7;
    opacity: 0.7;
    z-index: 200;
}

    .dock.close {
        z-index: 50;
    }

    .dock ul.icons {
        position: absolute;
        list-style: none;
        right: 0px;
        padding: 0px;
        width: 50px;
        border: 1px solid #333;
        border-right: none;
        background: #111;
        -moz-border-radius: 10px 0 0 10px;
        -webkit-border-radius: 10px 0 0 10px;
        border-radius: 10px 0 0 10px;
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        -ms-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
    }

    .dock.close ul.icons {
        right: -70px;
    }

    .dock ul.icons li i {
        display: block;
        position: relative;
        width: 50px;
        height: 50px;
        background: url(../images/icons.png) no-repeat;
        cursor: pointer;
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        -ms-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
        z-index: 210;
    }

    .dock ul.icons li.active i {
        -moz-opacity: 0.4;
        opacity: 0.4;
    }

    .dock ul.icons li.up i {
        background-position: -63px -150px;
    }

    .dock ul.icons li.phone i {
        background-position: -62px -108px;
    }

    .dock ul.icons li.im i {
        background-position: -63px -20px;
    }

    .dock ul.icons li.wechat i {
        background-position: -59px -66px;
    }

    .dock ul.icons li.down i {
        background-position: -63px -190px;
    }

    .dock ul.icons li p {
        display: block;
        position: absolute;
        top: 50px;
        right: -260px;
        padding: 15px 20px;
        height: 120px;
        color: White;
        line-height: 30px;
        border: 1px solid #333;
        border-right: none;
        background: #111;
        -moz-border-radius: 10px 0 0 10px;
        -webkit-border-radius: 10px 0 0 10px;
        border-radius: 10px 0 0 10px;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all .4s ease-in-out .1s;
        -moz-transition: all .4s ease-in-out .1s;
        -ms-transition: all .4s ease-in-out .1s;
        -o-transition: all .4s ease-in-out .1s;
        transition: all .4s ease-in-out .1s;
        overflow: hidden;
        z-index: 201;
    }

    .dock ul.icons li.active p {
        right: 50px;
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .dock ul.icons li.phone p {
        width: 143px;
        height: 130px;
        line-height: 30px;
    }

    .dock ul.icons li.im p {
        width: 140px;
        height: 170px;
        line-height: 30px;
    }

        .dock ul.icons li.im p a {
            display: block;
            margin-top: 12px;
            width: 100px;
            height: 35px;
            line-height: 32px;
            color: #00dfb9;
            font-size: 16px;
            text-align: center;
            text-decoration: none;
            border: 1px solid #00dfb9;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            -webkit-transition: all .3s ease-in-out 0s;
            -moz-transition: all .3s ease-in-out 0s;
            -ms-transition: all .3s ease-in-out 0s;
            -o-transition: all .3s ease-in-out 0s;
            transition: all .3s ease-in-out 0s;
        }

            .dock ul.icons li.im p a:hover {
                color: White;
                background: #0f8773;
                border: 1px solid #0f8773;
            }

    .dock ul.icons li.wechat p {
        width: 180px;
        height: 180px;
        line-height: 30px;
    }

        .dock ul.icons li.wechat p img {
            border: 2px solid #000;
        }

    .dock a.switch {
        position: absolute;
        display: block;
        top: 270px;
        right: 11px;
        width: 26px;
        height: 26px;
        background: url(../images/icons.png) no-repeat 0px -640px;
        cursor: pointer;
        -webkit-transition-delay: .15s;
        -moz-transition-delay: .15s;
        -ms-transition-delay: .15s;
        -o-transition-delay: .15s;
        transition-delay: .15s;
    }

        .dock a.switch.off {
            background-position: -32px -640px;
        }

/*清除样式*/
.clear { clear:both;}

/*分页css scott style pagination*/
div.scott{padding:3px;margin:3px;text-align:center;}
div.scott a{border:#ddd 1px solid;padding:2px 5px;color:#1657a7;margin:0 2px 0 0;text-decoration:none;}
div.scott a:hover{border:#1657a7 1px solid;color:#1657a7;background-color:#d6e6ff;}
div.scott a:active{border:#1657a7 1px solid;color:#1657a7;background-color:#d6e6ff;}
div.scott span.current{border:#1657a7 1px solid;padding:2px 5px;font-weight:bold;color:#fff;margin:0 2px 0 0;background-color:#1657a7;}
div.scott span.disabled{border:#f3f3f3 1px solid;padding:2px 5px;color:#ccc;margin:0 2px 0 0;}