.content{
    width: 1200px;
    margin: 0 auto;
}
.dqwz{
    height: 43px;
    background-color: #ededed;
}
.dqwzcon{
    display: flex;
    justify-content: left;
    align-items: center;
    height: 100%;
}
.dqwzcon img{
    margin-right: 5px;
}
.dqwzcon a{
    color: #000000;
    margin: 0 5px;
}
.zoomCon{
    width: 1100px;
    margin: 0 auto;
}
.tab {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 31px 0;
}
.tab li{
    border: 1px solid #717171;
    border-right: 0px;
    padding: 20px 0;
    text-align: center;
}
.tab li {
    width: 10%;
}

.tab li:nth-child(2n){
    width: 20%;
}
.tab li:nth-child(2){
    width: 30%;
}
.tab li:last-child{
    border-right: 1px solid #717171;
}
.tit{
    font-size: 26px;
    color: #000000;
    text-align: center;
    border-bottom: 2px solid #717171;
    padding-bottom: 20px;
}
.Con{
    margin:20px 0 40px 0 ;
    color: #000000;
    font-size: 16px;
    width: 100%;
}
.Con p{
   line-height: 180%;
}
.Con img{
	max-width: 90% !important;
	height: auto !important;
}
.nr_bottom {
    width: 100%;
    line-height: 40px;
    background: #f1f1f1;
    text-align: right;
    height: 41px;
    margin-bottom: 30px;
}
.nr_bottom .canRea{font-size: 14px;color: #333;float: right;padding-right: 30px;}
.nr_bottom .canRea img { margin-right: 10px; margin-bottom: 4px;}


/* 自适应 */
@media screen and (max-width: 1200px){
    body{
        width: 100%;
        height: 100%;
    }
    .content {
        width: 100%;
        padding: 0 1%;
    }
    .header{
        width: 100%;
        background-size: cover;  
    }
    .logo, .logoTit {
        float: left;
        margin-right: 36px;
        margin-left: 32px;
        width: 30%;
    }
    .logoTit {
        margin-top: 20px;
        width: 50%;
    }
    .logo img{
        width: 100%;
    }
    .logoTit img{
        width: 100%;
    }

}
@media screen and (max-width: 899px){
    .header {
        background-size: cover !important;
        padding-top: 69px !important;
        height: 205px !important;
    }
.dqwz {
    display:none;
}
    .zoomCon {
        width: 98%;
        margin: 0 auto;
        padding: 0 1%;
    }
    .tab li:nth-child(2n) {
        width: 22%;
    }
    .tab li:nth-child(2) {
        width: 26%;
    }
}
@media screen and (max-width: 710px){
    .header {
        padding-top: 54px !important;
        height: 168px !important;
    }
    .nav_bg .nav {
        padding: 0 5px;
    }
    .tab li {
        padding: 10px 5.5px;
    }
}
@media screen and (max-width: 500px){
    .header {
        padding-top: 35px !important;
        height: 108px !important;
    }
    .nav_bg {
       display: none;
    }
    .logo, .logoTit {
        margin-right: 4px !important;
    }
    .logoTit {
        margin-top: 10px !important ;
        margin-left: 10px !important;
    }
    .tab {
        flex-wrap: wrap;
    }
    .tab li {
        width: 30%;
    }
    .tab li:nth-child(2n){
        width: 70%;
        border-right: 1px solid #717171;
    }
    .footfour{
        display: none;
    }
    .bt-footer .footLf {
        display: none;
    }
}
@media screen and (max-width: 400px){
    .logo, .logoTit {
        margin-right: 0px !important;
    }
    .logoTit {
        margin-top: 0px !important;
    }
    .bt-footer .footRg>div {
        font-size: 14px;
    }
    .bt-footer .footRg .footOne a {
        font-size: 14px;
    }

}