﻿
.aside-container .aside-left p{
    background: #e56828;
}
.aside-container .aside-left ul li:hover a{
    color: #e56828;
}
.aside-container .aside-left ul li.current a{
   color: #e56828;
}

@media(max-width:760px){
    .banner img {
        width: 200%;
        margin-left: -60%;
    }
}


/* 联系我们 */
.contact-container{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5%;
    margin-bottom: 5%;
}
/* 顶部联系 */
.contact-top{
    margin-bottom: 3%;
}
    .contact-top table{
        width: 100%;
    }
    .contact-top table tr{
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .contact-top table tr td{
        display: inline-block;
        width: 50%;
    }
    .contact-top table tr td h1{
        font-size: 20px;
        margin-bottom: 3%;
        font-weight: normal;
    }
    .contact-top table tr td p{
        font-size: 16px;
        line-height: 28px;
    }

    @media(max-width:760px){
        .contact-top{
            margin-bottom: 10%;
        }
        .contact-top table tr{
            display: block;
        }
        .contact-top table tr td{
            width: 100%;
            margin-top: 3%;
        }
    }
    @media(max-width:580px){
        .contact-top table tr td h1{
            font-size: 18px;
        }
        .contact-top table tr td p{
            font-size: 14px;
            line-height: 24px;
        }
    }

/* 地图 */
.contact-map{
    width: 100%;
    margin-bottom: 5%;
}
.con_map{width:100%; padding-bottom:50%; position:relative;}
.con_map .map{ position:absolute; top:0px; left:0px; width:100%; height:100%;}

@media(max-width:580px){
    .con_map{width:100%; padding-bottom:80%; position:relative;}
}

/*在线留言 */
input,textarea,button{
    outline: none;
}
.c-message{
    margin-bottom: 5%;
}
    .c-message>h1{
        display: inline-block;
        font-size: 30px;
        color: #000;
        position: relative;
        font-weight: 500;
        margin-bottom: 2%;
    }
    .c-message>p{
        font-size: 16px;
        color: #000;
        margin-bottom: 3%;
    }
    .c-message ul{

    }
    .c-message ul li{
        display: inline-block;
        width: 31.5%;
        margin-right: 2%;
        margin-bottom: 2%;
        vertical-align: top;
        position: relative;
    } 
    .c-message ul li:nth-child(3){
        margin-right: 0;
    }
    .c-message ul li input{
        display: inline-block;
        width: 94%;
        padding: 0 3%;
        height: 40px;
        line-height: 40px;
        background: none;
        border: 1px solid #999;
        color: #000;
    }
    .c-message ul li input::-webkit-input-placeholder{
        color:#999;
        font-size:14px;
    }
    .c-message ul li input::-moz-placeholder{   /* Mozilla Firefox 19+ */
        color:#999;
        font-size:14px;
    }
    .c-message ul li input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
        color:#999;
        font-size:14px;
    }
    .c-message ul li input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
        color:#999;
        font-size:14px;
    }
    .c-message ul li:nth-child(5) img{
        position: absolute;
        right: 10px;
        top: 10px;
        display: inline-block;
        width: 60px;
        height: 25px;
        cursor: pointer;
    }
    .c-message ul li.lytext{
        display: inline-block;
        width: 100%;
    }
    .c-message ul li.lytext textarea{
        display: inline-block;
        width: 97.5%;
        padding: 0 1%;
        padding-top: 10px;
        padding-bottom: 20%;
        background: none;
        border: 1px solid #999;
        font-family: sans-serif;
    }
    .c-message ul li.lytext textarea::-webkit-input-placeholder{
        color:#999;
        font-size:14px;
        font-family: sans-serif;
    }
    .c-message ul li.lytext textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
        color:#999;
        font-size:14px;
        font-family: sans-serif;
    }
    .c-message ul li.lytext textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
        color:#999;
        font-size:14px;
        font-family: sans-serif;
    }
    .c-message ul li.lytext textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */
        color:#999;
        font-size:14px;
        font-family: sans-serif;
    }
    .c-message ul li.submitbtn{
        text-align: center;
    }
    .c-message ul li.submitbtn .button_1_b{
        display: inline-block;
        width: 50%;
        font-size: 16px;
        height: 44px;
        line-height: 44px;
        border: none;
        background: #666;
        color: #fff;
text-align:center;
    }

    @media(max-width:1200px){
        .c-message>h1{
            font-size: 26px;
        }
    }
    @media(max-width:760px){
        .c-message>h1{
            font-size: 20px;
        }
        .c-message>p {
            font-size: 14px;
        }
    }

    @media(max-width:620px){
        .c-message ul li{
            width: 100%;
            margin-right: 0;
        }
        .c-message ul li.lytext textarea{
            width: 94%;
            padding-left: 3%;
            padding-right: 3%;
        }
    }







/* 下载中心 */

.contact-download{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5%;
}
    .down-box{
        max-width: 1080px;
        margin: 0 auto;
        padding: 3%;
    }
    .down-box .down-img{
        display: inline-block;
        width: 100%;
        position: relative;
    }
    .down-box .down-img a{
        display: inline-block;
        width: 100%;
    }
    .down-box .down-img img{
        display: inline-block;
        width: 100%;
    }
    .down-box .down-text{
        display: block;
        text-align: center;
    }
    .down-box .down-text h1{
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 20px;
        color: #000;
        font-weight: normal;
        margin-top: 2%;
    }
    .down-box .down-text a{
        display: none;
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 20px;
        color: #000;
        cursor: pointer;
    }
    .down-box .down-text span{
        font-size: 30px;
        font-family: Arial, Helvetica, sans-serif;
    }

    @media(max-width:1200px){
        .down-box .down-text h1, .down-box .down-text a,.down-box .down-text span{
            font-size: 30px; 
            font-size: 25px;
            line-height: 25px;
            margin-bottom: 12px;
        }
    }
    @media(max-width:960px){
        .down-box .down-text h1, .down-box .down-text a,.down-box .down-text span{
            font-size: 18px;
            line-height: 18px;
        }
        .down-box .down-text{
            width: 100%;
        }
    }
    @media(max-width:520px){
        .down-box .down-text h1, .down-box .down-text a,.down-box .down-text span{
            font-size: 14px;
            line-height: 14px;
            margin-bottom: 8px;
        }
    }
    






