/* header */
* {
    margin: 0px;
    padding: 0px;
    font-family:"微软雅黑","黑体",sans-serif;
}

.mobilediv {
    display: none !important;
}

@media screen and (max-width: 450px) {

    .computerdiv {
        display: none !important;
    }

    .mobilediv {
        display: block !important;
    }

}

.ssimg {
    width: 100%;
    display: block;
}

.header {
    width: 100%;
    height: 85px;
    background: #3a3b3f;
}

.cds {
    width: 1316px;
    height: 100%;
    margin: auto;
    position: relative;
}

.cdsimg {
    display: block;
    padding-top: 20px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.cdsa {
    color: white;
    font-size: 16px;
    width: 97px;
    height: 37px;
    margin-top: 27px;
    line-height: 37px;
    display: block;
    float: left;
    text-align: center;
    margin-right: 20px;
}

.cdsaact{
    background: #1c499a;
    border-radius: 15px;
    color:#ffffff;
}

.cdsleft {
    display: block;
    float: left;
    height: 100%;
}

.cdsright {
    display: block;
    float: right;
    height: 100%;
}

.cdsss {
    display: block;
    margin-top: 27px;
    margin-left: 60px;
    float: left;
}

@media screen and (max-width: 1550px) {
    .cds {
        width: 1200px;
    }
}

@media screen and (max-width: 1400px) {
    .cds {
        width: 1150px;
    }
}

@media screen and (max-width: 1300px) {
    .cds {
        width: 1100px;
    }

    .cdsa {
        margin-right: 15px;
    }

    .cdsss {
        margin-left: 40px;
    }
}

@media screen and (max-width: 1250px) {
    .cds {
        width: 1080px;
    }

    .cdsa {
        font-size: 15px;
    }
}

@media screen and (max-width: 1150px) {
    .cds {
        width: 1000px;
    }

    .cdsa {
        margin-right: 4px;
    }

}

@media screen and (max-width: 1100px) {
    .cds {
        width: 950px;
    }

    .cdsa {
        margin-right: 3px;
    }

}

@media screen and (max-width: 768px) {

    .cdsa {
        margin-right: 0px;
        font-size: 12px;
        width: 75px;
    }

    .cds {
        width: 95%;
    }

    .cdsimg {
        width: 100px;
        margin-top: 6px;
    }

}

@media screen and (max-width: 450px) {

    .logo img {
        height: 28px;
        display: block;
        margin-top: 14px;
        margin-left: 20px;
    }

}

/* 搜索 */
.sshui {
    position: absolute;
    width: 100%;
    height: 64px;
    background: #f0f0f0;
    z-index: 2;
}

.ssh {
    position: relative;
    width: 1200px;
    margin: auto;
    height: 100%;
}

.sshimg {
    display: block;
    margin-top: 18px;
    float: left;
}

.sshinput {
    position: relative;
    margin-top: 18px;
    float: left;
    width: 400px;
    border: none;
    height: 30px;
    margin-left: 15px;
    background: #f0f0f0;
    outline: none;
    font-size: 27px;
}

.guanbi {
    float: right;
    font-size: 40px;
    color: #a6a6a6;
    margin-top: 7px;
    cursor: pointer;
}

.sshui {
    opacity: 0;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
}

@media screen and (max-width: 1500px) {
    .ssh {
        width: 80%;
    }
}

@media screen and (max-width: 450px) {
    .mivform {
        width: 80%;
        margin: auto;
        height: 50px;
        border-bottom: 1px solid #5e5e5e;
    }

    .sshinput {
        width: 160px;
        margin-left: 15px;
        margin-top: 10px;
        height: 30px;
        border: none;
    }

    .sousuoan {
        border: none;
        font-size: 14px;
        width: 45px;
        height: 30px;
        margin-top: 10px;
        float: right;
        background: white;
        border-radius: 5px;
        outline: none;
    }

    .sshinput {
        background: none;
        font-size: 23px;
        color: white;
    }
}



/* 服务 */
.fuwu {
    font-size: 30px;
    width: 100%;
    text-align: center;
    padding-bottom: 46px;
    border-bottom: 1px solid #e9e9e9;
}

.footfour {
    width: 1703px;
    height: 230px;
    margin: auto;
}

.ffdiv {
    /* width: 24.96%; */
	width: 33.3%;
    float: left;
    height: 100%;
}

.fddb {
    width: 0.05%;
    height: 135px;
    background: #e9e9e9;
    margin-top: 40px;
    float: left;
}

.ffdtop {
    width: 100%;
    height: 94px;
    position: relative;
}

.ffdimg {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0%);
    transition: all .2s linear;
}

.ffdp {
    font-size: 16px;
    margin-top: 27px;
    text-align: center;
    color: black;
}

.ffdpp {
    text-align: center;
    color: #595757;
    margin-top: 15px;
}

.ffdtop:hover .ffdimg{
    bottom: 10px;
}

@media screen and (max-width: 1710px) {
    .footfour {
        width: 80%;
    }
}

@media screen and (max-width: 450px) {

    .fuwu {
        font-size: 23px;
        padding-bottom: 30px;
    }

    .footfour {
        width: 98%;
        height: 145px;
    }

    .ffdp {
        font-size: 12px;
        margin-top: 15px;
    }

    .ffdpp {
        font-size: 10px;
        margin-top: 10px;
    }

    .ffdimg {
        /* width: 40%; */
		width: 30%;
    }

    .ffdtop {
        height: 54px;
    }

    .fddb {
        display: none;
    }

    .ffdiv {
        /* width: 24%; */
		width: 32.33%;
        margin-left: 0.5%;
        margin-right: 0.5%;
    }
}




/* footer */
.footer {
    width: 100%;
    height: 531px;
    background: #3a3b3f;
}

.ffour {
    width: 1400px;
    height: 123px;
    border-bottom: 1px solid #59504f;
    margin: auto;
}

.ffourdiv {
    width: 700px;
    height: 100%;
    margin: auto;
}

.fvdiv {
    width: 24.92%;
    height: 100%;
    float: left;
}

.ffborder {
    width: 0.1%;
    height: 36px;
    background: #59504f;
    margin-top: 45px;
    float: left;
}

.fvimg {
    display: block;
    float: left;
    margin-top: 45px;
    margin-left: 35px;
}

.fvp {
    font-size: 16px;
    color: white;
    display: block;
    float: left;
    margin-top: 50px;
    margin-left: 13px;
}

.ffcds {
    width: 1400px;
    height: 280px;
    border-bottom: 1px solid #59504f;
    margin: auto;
    padding-left: 33px;
    padding-top: 42px;
}

.ffcdsdiv {
    width: 210px;
    height: auto;
    float: left;
}

.ffcdp {
    color: white;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 12px;
}

.ffcda {
    color: white;
    font-size: 14px;
    display: block;
    line-height: 25px;
}

.ffewm {
    width: 280px;
    float: right;
    margin-right: 67px;
    position: absolute;
    right: 10%;
}

.ffewmp {
    font-size: 14px;
    color: white;
    text-align: center;
    margin-top: 14px;
    width: 100%;
    float: left;
}

.ffewmpp {
    font-size: 14px;
    color: white;
    text-align: center;
    margin-top: 6px;
}

.erweima {
    display: block;
    max-width: 40%;
    float: left;
    margin: 0% 4%;
}

.footfoot {
    width: 1400px;
    height: 84px;
    margin: auto;
}

.ffp {
    font-size: 14px;
    color: white;
    padding-top: 33px;
    float: left;
}

.ffps {
    font-size: 14px;
    color: white;
    padding-top: 33px;
    float: left;
    margin-left: 100px;
}

.ffpss {
    font-size: 14px;
    color: white;
    padding-top: 33px;
    float: left;
    margin-left: 78px;
}

@media screen and (max-width: 1680px) {
    .ffewm{
        right:5%;
    }
}

@media screen and (max-width: 1550px) {

    .ffcds {
        width: 1200px;
    }

    .ffcdsdiv {
        width: 190px;
    }

    .footfoot {
        width: 1200px;
    }

    .ffour {
        width: 1200px;
    }

}

@media screen and (max-width: 1300px) {
    .ffour {
        width: 90%;
    }

    .ffcds {
        width: 90%;
    }

    .ffcdsdiv {
        width: 170px;
    }

    .footfoot {
        width: 90%;
    }

}

@media screen and (max-width: 1250px) {

    .ffcdsdiv {
        width: 150px;
    }

}

@media screen and (max-width: 1150px) {

    .ffcdsdiv {
        width: 130px;
    }

}

@media screen and (max-width: 768px) {

    .erweima {
        width: 100px;
    }

    .ffcdsdiv {
        width: 100px;
    }

    .ffewmp {
        font-size: 12px;
    }

    .ffewmp {
        font-size: 12px;
    }

    .ffewm {
        margin-right: 0px;
    }

}

@media screen and (max-width: 450px) {

    .ffour {
        width: 100%;
    }

    .ffourdiv {
        width: 100%;
    }

    .fvdiv {
        width: 50%;
        height: 50px;
    }

    .fvimg {
        margin-top: 10px;
        margin-left: 15px;
        max-width: 30px;
        max-height: 30px;
    }

    .ffborder {
        display: none;
    }

    .fvp {
        margin-top: 15px;
    }

    .ffour {
        height: 100px;
    }

    .ffcds {
        padding-left: 0%;
        padding-top: 10px;
        width: 90%;
        height: auto;
        border: none;
        overflow: hidden;
    }

    .ffcdsdiv {
        width: 100%;
        border-bottom: 2px solid #59504f;
        padding-bottom: 10px;
    }

    .ffnone {
        display: none;
		margin-top: 10px;
    }

    /* .ffcdsdiv:hover .ffnone {
        display: block;
    } */

    /* .ffcdsdiv:hover .ffcdp {
        margin-bottom: 10px;
    } */

    .ffcdp {
        margin-top: 10px;
        margin-bottom: 0px;
    }

    .footer {
        height: auto;
        overflow: hidden;
    }

    .ffewm {
        width: 100%;
        position: relative;
        right: 0;
    }

    .erweima {
	    margin: 0% 8.5%;
	    margin-top: 15px;
	    width: 33%;
    }

    .ffp {
        padding-top: 5px;
        width: 100%;
        text-align: center;
    }

    .ffps {
        padding-top: 7px;
        float: left;
        margin-left: 0px;
        text-align: center;
        width: 100%;
    }

    .ffpss {
        padding-top: 6px;
        margin-left: 0px;
        width: 100%;
        text-align: center;
    }

    .ffspan {
        display: block;
        float: right;
    }
	
	.ffewmpp{
		display: none;
	}

}

/* Index */
.recommend_box {
    width: 30%;
    float: left;
}

.h_recommend_list {
    width: 380px;
    height: 350px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.h_recommend_list:hover {
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .2);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .2);
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    z-index: 3;
}