@charset "utf-8";
/* CSS Document */

.language {
    position: absolute;
    right: 0;
    top: 47px;
}

.language .lantit {
    font-size: 14px;
}

.language .lantit span {
    background: url("../images/jt.png") no-repeat;
    width: 12px;
    height: 7px;
    display: inline-block;
    margin-left: 10px;
}

.language:hover ul {
    display: block;
}

.language ul {
    position: absolute;
    display: none;
}

.language ul li a {
    display: block;
    text-indent: 24px;
    padding: 10px 0;
}

.language ul li .cn {
    background: url("../images/cn.gif") left center no-repeat;
}

.language ul li .en {
    background: url("../images/en.gif") left center no-repeat;
}

.blbg {
    background: url("../images/bl.png") repeat-x;
    width: 100%;
    height: 47px;
    margin-top: -23.5px;
    position: relative;
    z-index: 10;
}

.cpfl {
    text-align: center;
}

.cpfl a {
    display: inline-block;
    border: 1px solid #d2d2d2;
    padding: 0 20px;
    height: 38px;
    line-height: 38px;
    margin: 0 10px;
}

.cpfl a:hover {
    background: #4e8b86;
    color: #ffffff;
}

.prolist {
    width: 1200px;
    padding: 30px 0;
    white-space: nowrap;
    height: 180px;
    overflow: hidden;
}

.prolist #marquePic1 td a img, .prolist #marquePic2 td a img {
    width: 285px;
    border-radius: 15px;
    overflow: hidden;
}

.prolist #marquePic1 td a, .prolist #marquePic2 td a {
    display: block;
    text-align: center;
}

.prolist #marquePic1 td a span, .prolist #marquePic2 td a span {
    font-size: 14px;
    color: #666666;
    margin-top: 10px;
    display: inline-block;
}

.prolist #marquePic1 td a:hover span, .prolist #marquePic2 td a:hover span {
    color: #eb5405;
}

.prolist #marquePic1 td, .prolist #marquePic2 td {
    padding: 0 15px;
}

.indexPart5-top {
    background: url("../images/indexPart5-top.jpg") repeat-x;
    height: 47px;
    width: 100%;
}

.indexPart5-bottom {
    background: url("../images/indexPart5-bottom.jpg") repeat-x;
    height: 47px;
    width: 100%;
}

.about {
    font-size: 16px;
    line-height: 26px;
}

.prolistny li {
    width: 20%;
    padding: 1% 1.5% 0.5%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.prolistny li > div {
    margin: 3px auto;
    position: relative;
    margin: 0 auto;
    width: 96.6%;
    text-align: center;
    vertical-align: middle;
}

.prolistny li > div > a {
    display: block;
}

.prolistny li a img {
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
    height: 139px;
}

.prolistny li > p {
    width: 88%;
    margin: 0 auto;
    text-align: center;
    font: 14px/40px "microsoft yahei";
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.slt img {
    max-width: 80%;
}

.slt {
    text-align: center;
    margin-bottom: 20px;
}

.lx-dt {
    width: 52%;
}

.lx-m {
    width: 40%;
    padding: 40px;
    line-height: 36px;
}

@media screen and ( max-width: 768px ) {
    .language {
        right: 69px;
        top: 23px;
    }

    .nav {
        display: none;
    }

    .cpfl a {
        margin-bottom: 10px;
    }

    .footDiv .footNav ul {
        padding-left: 35px;
    }

    .headDiv .logo img {
        width: 123px !important;
    }

    .prolistny li {
        width: 47%;
    }

    .prolistny li a img{
        height: 96px;
    }

    .news_2 {
        padding-top: 0;
    }

    .news_2 li {
        margin-bottom: 10px;
    }

    .lx-dt {
        width: 100%;
    }

    .lx-m {
        width: 94%;
        margin-top: 20px;
        padding: 0;
    }
}

.lytit {
    text-align: center;
    margin-top: 20px;
}

.lytit span {
    font-family: 微软雅黑;
    font-size: 35px;
    line-height: 250%;
    color: rgb(204, 204, 204);
}

.mesform {
    position: relative;
    overflow: hidden;
    width: 60%;
    margin: 20px auto;
    text-align: center;
}

.mfields li {
    display: inline-block;
    width: 45%;
    margin: 0 2%;
}

.mfields .title {
    padding: 10px 0;
    line-height: 1.5;
    width: 100%;
    text-align: left;
}

.mfields .inpbox {
    width: 100%;
}

.mfields .inptext {
    font-family: '微软雅黑';
    border: 1px solid #dedede;
    font-size: 12px;
    text-indent: 5px;
    height: 38px;
    width: 100%;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    text-align: left;
}

.mfields .txtarea {
    font-size: 12px;
    padding: 2px 0;
    width: 100%;
    height: 34px;
    border: 1px solid #dedede;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    height: 100px;
}

.btnsubmit {
    display: block;
    background-color: #ed3c46;
    border-style: solid;
    border-width: 0;
    line-height: 40px;
    height: 40px;
    width: 100%;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    text-align: center;
    margin: 5px 0;
    color: #FFF !important;
    transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    cursor: pointer;
}

.btnsubmit:hover {
    background-color: #ff545e;
    text-decoration: none;
}