.ban>img{
    width: 100%;
}
.about-about i{
    display: none;
}
a:focus{
    text-decoration: none!important;
}
/*neiye*/
.ny-news{
    padding: 10px 0;
}
.ny-contain{
    padding: 30px 0 50px 0;
    background: #fff;
}

.about-con{
    padding-bottom:  50px;
    background: #fff;
    box-shadow: 2px 2px 4px #ddd;
}

.left-nav{
    /*border: 1px solid #999;*/
    /*margin: 20px 30px 0 0;*/
    border-radius: 3px;
    /*width: 200px;*/
}
.ny-about{
    margin-top: 30px; font-size: 16px; text-align: justify; line-height: 28px;text-indent: 2em; color: #000;
}
.comp{
    padding: 0 15px;
}
.comp p{
    font-size: 14px;
    color: #333;
}
.left-nav .active{

    line-height: 40px;
}
.left-nav>.active>a{
    background: #00609a;
    color: #fff;
    /*padding: 10px 0;*/
    font-size: 16px;
    /*font-weight: bold;*/
    border-bottom: 1px solid #999;
    display: inline-block;
    width: 100%;
    text-align: center;
    border-radius: 3px;
}
.left-nav .mu-list{
    line-height: 40px;
    border-radius: 3px;
    text-align: center;
    margin-bottom: 4px;
    background: #ececec;
}

.left-nav .mu-list>a{
    color: #4c4948;
    /*padding: 10px 0;*/
    font-size: 15px;
    /*border-bottom: 1px solid #999;*/
    display: inline-block;
    width: 100%;
    text-align: center;
    border-radius: 3px;

}
.left-nav>.active>ul>li{
    text-align: center;
}
.left-nav>.active>ul>li>a{
    padding: 0 5%;
    font-size: 15px;
    border-bottom: 1px solid #999;
    display: inline-block;
    width: 90%;
    color: #333;
    padding-left: 15px;
    margin: 0 auto;
    text-align: left;
}
.left-nav .mu-list>ul>li>a{
    /*padding: 0 5%;*/
    font-size: 15px;
    border-bottom: 1px solid #999;
    display: inline-block;
    width: 100%;
    color: #666;
    padding-left: 15px;
    margin: 0 auto;
    text-align: left;
    background: #f5f5f5;
}
.left-nav>.active>ul>li>ul>li>a{
    padding: 0 10%;
    font-size: 15px;
    border-bottom: 1px dotted #999;
    display: inline-block;
    width: 80%;
    color: #999;
    padding-left: 30px;
    text-align: left;
}
.left-nav .mu-list>ul>li>ul>li>a{
    padding: 0 10%;
    font-size: 15px;
    border-bottom: 1px dotted #999;
    display: inline-block;
    width: 80%;
    color: #999;
    padding-left: 30px;
    text-align: left;
}

.left-nav>.active i{
    color: #fff;
}
.left-nav>li{
    position: relative;
}
.left-nav i{
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 10px;
    line-height: 60px;
}



.location{
    /*margin-top: 20px;*/
    line-height: 42px;
    border-bottom: 1px solid #ddd;
}
.location li{
    font-size: 14px;
    padding: 0;
}
.location li a{
    color: #000;
}
.fy-page{
    background-color: #fff;
    border: none;
    color: #000;
    padding-top: 30px;
}
.fy-page a{
    font-size: 14px;
    color: #777;
}
.fy-page .dq-page a{
    color: #000;
}
.pro-del-js pre{
    border: 1px solid #ddd;
    background: #fff;
    margin-bottom: 5px;
    border-radius: 0;
    color: #333;
    /*margin-top: 30px;*/
    font-size: 18px;
    font-weight: bold;
}

.wenh>div{
    font-size: 14px;
    text-align: center;
    padding: 0 10px;
    display: inline-block;
}
.wenh{
    text-align: center;
}
.wenh>div>img{
    margin: 0 auto;
}
.wen-lg{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;

}
.wen-lg img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.wen-lg>span{
    display: block;
    position: absolute;
    top: 10%;
    right: 10%;
    font-size: 20px;
    color: #fff;
    border: solid 1px #fff;
    border-radius: 50%;
    padding: 10px;

}

.pro-box{
    margin: 15px 0;
    /*padding: 15px 0;*/
    overflow: hidden;
    transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    border: 1px solid rgba(255,255,255,0);
}
.pro-box:hover {
    border: 1px solid rgba(183,183,183,0.6);
}
/*.pro-box:hover img {*/
    /*transform: scale(1.2);*/
    /*-webkit-transform: scale(1.2);*/
    /*-o-transform: scale(1.2);*/
    /*-moz-transform: scale(1.2);*/
/*}*/

.pro-box img {
    transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}
.pro-box p {
    text-align: center;
    margin: 0;
    font-size: 16px;
    height: 35px;
    overflow: hidden;
    color: #fff;
    display: block;
    background:#00609a;
    padding: 5px 0;

}
.pro-del-js p img{
	width: 100%;
	height: auto;
}
.pro-xq{
    margin: 30px 0;
}
.pro-xq h4{
    text-align: left;
}
.pro-xq p{
    line-height: 30px;
}

/*contact*/
@media all and (max-width: 768px){
    .left-nav{
        display: none;
    }
    .sp-wrap{
        width: 100%!important;
        margin: 0 auto!important;
    }
    .cd-nav-trigger{
        display: block!important;
    }
    .con-contact>h3{
        padding: 0!important;
    }
    .location>li>h4{
        display: none;
    }
    .location>li:last-of-type{
        float: none!important;
        padding-right: 0!important;
    }
    .down>a{
        width: 60%;
        height: 25px;
        display: inline-block;
        overflow: hidden;
    }
}
.down{
    padding: 15px 5px;
}
.contact1{
    /*background: #333333;*/
    padding: 20px 0;
}
.contact1>.title>h2{
    color: #333;
}
.con-con>h2{
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0 0;
}
.con-con>p{
    padding: 5px 0;
    font-size: 14px;
}
.con-con{
    color: #333;
    margin-bottom: 10px;
}
.cd-nav-trigger{
    display: none;
}
.pro-del-js table{
    width: 100%!important;
    float: right;
    margin-top: 10px;
}
.pro-del-js table td{
    border: solid 1px #aaa;
    padding: 5px 30px;
    width: 50%;
}
.pro-del-js img{
    width: 50%;
    float: left;
}
.pro-del-js p{
    text-align: center;
    width: 100%;
}
.location>li:last-of-type{
    float: right;
    padding-right: 15px;
}
