/* 清空样式 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box; 
}
  a {
    text-decoration: none; }
  
  ul {
    list-style: none; }
/* 开始 */
#all{
    width:100%;
    height:100%;
}
.all{
    width:100%;
    height:100%; 
}
.alll{
    width:100%;
    height:100%;
}
.head-all{
    width:100%;
    height:100%;
    /* background:url("../img/top.jpg")no-repeat center; */
    background-size:100% 100%;
}
.head-lq{
    width:1200px;
    margin:0 auto;
    display:flex;
    justify-content: space-between;
}
@media all and (min-width:1200px){
    .head-lq{
        width:1200px;
        margin:0 auto;
        display:flex;
        justify-content: space-between;
    }
}
@media all and (min-width: 960px) and (max-width: 1199px) {
    .head-lq{
        width:100%;
        margin:0 auto;
        display:flex;
        justify-content: space-between;
    }
}
@media all and (min-width: 768px) and (max-width: 959px) {
    .head-lq{
        width:100%;
        margin:0 auto;
        display:flex;
        justify-content: space-between;
    }
}
@media all and (min-width: 480px) and (max-width: 767px){
    .head-lq{
        width:100%;
        margin:0 auto;
        display:flex;
        justify-content: space-between;
    }
}
@media all and (max-width: 479px) {
    .head-lq{
        width:100%;
        margin:0 auto;
        display:flex;
        justify-content: space-between;
    }
}
.head-logo{
    display:flex;
    justify-content: space-between;
    padding-top:10px;
    padding-bottom:10px;
    box-sizing: border-box;
}
.head-logo a{
    display:block;
    border-right: 1px solid #262626;
    padding-right: 10px;
    box-sizing: border-box;
}
.head-logo a h3{
    color: #000000;
    font-size:32px;
    font-family:SimSun;
}
.head-logo a p{
    color: #181818;
    font-size:20px;
    font-weight: normal;
}
.head-logo-d{
    margin-top:5px;
    padding-left: 10px;
    box-sizing: border-box;
}
.head-logo-d p{
    color: #1c1c1c;
    font-size:24px;
    font-family:SimSun;
    font-weight: bold;
}
.head-nav{
    display:flex;
    justify-content: space-between;
    align-items: center;
    margin-top:15px;
}
.head-nav li{
    padding-left:25px;
    padding-right:25px;
    box-sizing: border-box;
}
.head-nav li a{
    color: #080808;
    font-size: 18px;
}
.head-nav div{
    margin:0 auto;
    padding-top:5px;
    width: 0; 
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color:transparent transparent transparent transparent;
}
.head-nav .active div{
    margin:0 auto;
    padding-top:5px;
    width: 0; 
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color:transparent transparent #f4f4f9 transparent;
}
@media all and (min-width: 768px) and (max-width:1027px) {
    .head-logo a{
        display:block;
        border-right:1px solid #0644c3;
        padding-right: 10px;
        box-sizing: border-box;
    }
    .head-logo a h3{
        color:#f4f4f9;
        font-size:24px;
        font-family:SimSun;
    }
    .head-logo a p{
        color:#f4f4f9;
        font-size:14px;
    }
    .head-logo-d{
        margin-top:25px;
        padding-left: 10px;
        box-sizing: border-box;
    }
    .head-logo-d p{
        color: #f4f4f9;
        font-size:16px;
        font-family:SimSun;
        font-weight: bold;
    }
    .head-nav{
        display:flex;
        justify-content: space-between;
        align-items: center;
        margin-top:15px;
    }
    .head-nav li{
        padding-left:10px;
        padding-right:10px;
        box-sizing: border-box;
    }
    .head-nav li a{
        color:#f4f4f9;
        font-size:14px;
    }
}
@media all and (min-width: 480px) and (max-width: 767px){
    .head-logo a{
        display:block;
        border-right:1px solid #0644c3;
        padding-right: 10px;
        box-sizing: border-box;
    }
    .head-logo a h3{
        color:#f4f4f9;
        font-size:24px;
        font-family:SimSun;
    }
    .head-logo a p{
        color:#f4f4f9;
        font-size:14px;
    }
    .head-logo-d{
        margin-top:25px;
        padding-left: 10px;
        box-sizing: border-box;
    }
    .head-logo-d p{
        color: #f4f4f9;
        font-size:16px;
        font-family:SimSun;
        font-weight: bold;
    }
    .head-nav{
        display:flex;
        justify-content: space-between;
        align-items: center;
        margin-top:15px;
    }
    .head-nav li{
        padding-left:10px;
        padding-right:10px;
        box-sizing: border-box;
    }
    .head-nav li a{
        color:#f4f4f9;
        font-size:14px;
    }
}
@media all and (max-width: 479px) {
    .head-lq{
        width:95%;
        margin:0 auto;
        display:flex;
        justify-content: space-between;
    }
    .head-logo a{
        display:block;
        border-right:1px solid #666666;
        padding-right: 10px;
        box-sizing: border-box;
        padding-top: 10px;
    }
    .head-logo a h3{
        color:#d61919;
        font-size:25px;
        font-family:SimSun;
    }
    .head-logo a p{
        color:#666666;
        font-size:18px;
    }
    .head-logo-d{
        padding-left: 10px;
        box-sizing: border-box;
    }
    .head-logo-d p{
        color: #000000;
        font-size:14px;
        font-weight: bold;
        font-family:SimSun;
    }
    .head-nav{
        display:flex;
        justify-content: space-between;
        align-items: center;
        margin-top:15px;
    }
    .head-nav li{
        padding-left:10px;
        padding-right:10px;
        box-sizing: border-box;
    }
    .head-nav li a{
        color:#f4f4f9;
        font-size:12px;
    }
    .head-nav{
        display:none;
    }
}
.dropdown{
    display:none;
}
@media all and (max-width: 479px) {
    .dropdown>img{
        display:block;
        height:30px;
        margin-top:25px;
        
    }
    .dropbtn {
        height:30px;
        margin-top:20px;
        border: none;
        cursor: pointer;
    }
    
    /* 容器 <div> - 需要定位下拉内容 */
    .dropdown {
        z-index:666;
        display:block;
        display: inline-block;
    }
    
    /* 下拉内容 (默认隐藏) */
    .dropdown-content {
        display: none;
        position: absolute;
        top:0;
        right:0;
        background-color: #f9f9f9;
        min-width: 160px;
        width:200px;
        height:100%;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    }
    
    /* 下拉菜单的链接 */
    .dropdown-content a {
        color:#666666;
        padding: 12px 16px; 
        text-decoration: none;
        display: block;
        font-size:20px;
        border-bottom: 1px solid #8a8a8a;
    }
    
    /* 鼠标移上去后修改下拉菜单链接颜色 */
    .dropdown-content a:hover {background-color: #f1f1f1}
    
    /* 在鼠标移上去后显示下拉菜单 */
    .dropdown:hover .dropdown-content {
        display: block;
    }
    
    /* 当下拉内容显示后修改下拉按钮的背景颜色 */
    .dropdown:hover .dropbtn {
        background-color: #3e8e41;
    } 
}
#head-all{
    width:100%;
    background-color:#ffffff;
    position: fixed;
	top: 0px;
    left: 0px;
    z-index:999;
    transition: all .2s linear;
    box-shadow: 0 3px 13px rgb(161 158 158 / 20%);
}
#head-all .head-lq .head-logo a{
        display:block;
        border-right:1px solid #666666;
        padding-right: 10px;
        box-sizing: border-box;
}
#head-all .head-lq .head-logo h3{
    color:#d61919;
    font-size:32px;
    font-family:SimSun;
}
#head-all .head-lq .head-logo p{
    color:#666666;
    font-size:20px;
}
#head-all .head-lq .head-logo-d p{
    color: #333333;
    font-size:24px;
    font-family:SimSun;
    font-weight: bold;
}
#head-all .head-lq .head-nav li a{
    color:#333333;
    font-size:18px;
}
#head-all .head-lq .head-nav .active a{
    color:#d61919;
    font-size:18px;
}
#head-all .head-lq .head-nav .active div{
    margin:0 auto;
    padding-top:5px;
    width: 0; 
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color:transparent transparent #d61919 transparent;
}
@media all and (min-width: 768px) and (max-width:1027px) {
    #head-all{
        width:100%;
        background-color:#ffffff;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index:999;
    }
    #head-all .head-lq .head-logo a{
            display:block;
            border-right:1px solid #666666;
            padding-right: 10px;
            box-sizing: border-box;
    }
    #head-all .head-lq .head-logo h3{
        color:#d61919;
        font-size:24px;
        font-family:SimSun;
    }
    #head-all .head-lq .head-logo p{
        color:#666666;
        font-size:14px;
    }
    #head-all .head-lq .head-logo-d p{
        color: #333333;
        font-size:16px;
        font-family:SimSun;
        font-weight: bold;
    }
    #head-all .head-lq .head-nav li a{
        color:#333333;
        font-size:14px;
    }
    #head-all .head-lq .head-nav .active a{
        color:#d61919;
        font-size:14px;
    }
    #head-all .head-lq .head-nav .active div{
        margin:0 auto;
        padding-top:5px;
        width: 0; 
        height: 0;
        border-width: 5px;
        border-style: solid;
        border-color:transparent transparent #d61919 transparent;
    }
}
@media all and (min-width: 480px) and (max-width: 767px){
    #head-all{
        width:100%;
        background-color:#ffffff;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index:999;
    }
    #head-all .head-lq .head-logo a{
            display:block;
            border-right:1px solid #666666;
            padding-right: 10px;
            box-sizing: border-box;
    }
    #head-all .head-lq .head-logo h3{
        color:#d61919;
        font-size:24px;
        font-family:SimSun;
    }
    #head-all .head-lq .head-logo p{
        color:#666666;
        font-size:14px;
    }
    #head-all .head-lq .head-logo-d p{
        color: #333333;
        font-size:16px;
        font-family:SimSun;
        font-weight: bold;
    }
    #head-all .head-lq .head-nav li a{
        color:#333333;
        font-size:14px;
    }
    #head-all .head-lq .head-nav .active a{
        color:#d61919;
        font-size:14px;
    }
    #head-all .head-lq .head-nav .active div{
        margin:0 auto;
        padding-top:5px;
        width: 0; 
        height: 0;
        border-width: 5px;
        border-style: solid;
        border-color:transparent transparent #d61919 transparent;
    }
}
@media all and (max-width: 479px) {
    #head-all{
        width:100%;
        background-color:#ffffff;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index:999;
    }
    #head-all .head-lq .head-logo a{
            display:block;
            border-right:1px solid #666666;
            padding-right: 10px;
            box-sizing: border-box;
    }
    #head-all .head-lq .head-logo h3{
        color:#d61919;
        font-size:18px;
        font-family:SimSun;
    }
    #head-all .head-lq .head-logo p{
        color:#666666;
        font-size:12px;
    }
    #head-all .head-lq .head-logo-d p{
        color: #333333;
        font-size:14px;
        font-family:SimSun;
        font-weight: bold;
    }
    #head-all .head-lq .head-nav li a{
        color:#333333;
        font-size:12px;
    }
    #head-all .head-lq .head-nav .active a{
        color:#d61919;
        font-size:12px;
    }
    #head-all .head-lq .head-nav .active div{
        margin:0 auto;
        padding-top:5px;
        width: 0; 
        height: 0;
        border-width: 5px;
        border-style: solid;
        border-color:transparent transparent #d61919 transparent;
    }
    #head-all{
        display:none;
    }
    #head-all .head-lq{
        display:none;
    }

}
/* 底部 */
.foot{
    width:100%;
    background-color: #606568;
}
.foot p{
    color:#ffffff
}
.footer{
    width: 1200px;
    background: #606568;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 50px;
}
.footer_t{
  width:100%;
  padding:30px 0;
  border-bottom: 1px solid #464646;
}
.footer_t .wrap{
  display:flex;
  justify-content: space-between;
}
.footer_t .wrap .left{
  width:78%;
}
.footer_t .wrap .left .nav{
  width:100%;
  display:flex;
  justify-content: flex-start;
  flex-wrap:wrap;
}
.footer_t .wrap .left .nav li{
  margin-top:10px;
}
.footer_t .wrap .left .nav li:nth-child(n+2){
  border-left:1px solid #fff;
}
.footer_t .wrap .left .nav li a{
  padding:0 10px;
  color:#fff;
  font-size:14px;
  line-height: 16px;
}
.footer_t .wrap .left .nav li a:hover{
  text-decoration: underline;
}
.footer_t .wrap .left .list{
  width:100%;
  display:flex;
  justify-content: flex-start;
}
.footer_t .wrap .left .list dd{
  width:33.3%;
  margin-top:60px;
  display:flex;
  justify-content: flex-start;
  align-items: center;
}
.footer_t .wrap .left .list dd img{
  width:80px;
  height:auto;
}
.footer_t .wrap .left .list dd .text{
  margin-left:15px;
}
.footer_t .wrap .left .list dd .text p{
  line-height: 30px;
  font-size:14px;
  color:#fff;
}
.footer_t .wrap .left .list dd .text span{
  display:block;
  color:#fff;
  font-size:22px;
}
.footer_t .wrap .right{
  
}
.footer_t .wrap .right .erweima{

}
.footer_t .wrap .right .erweima .img{
  width:120px;
}
.footer_t .wrap .right .erweima .img img{
  width:100%;
  height: auto;
}
.footer_t .wrap .right .erweima .text{
  width:100%;
  margin-top:10px;
}
.footer_t .wrap .right .erweima .text p{
  color:#fff;
  font-size:12px;
  text-align: center;
}
.footer_b{
    width: 1200px;
    background: #606568;
    overflow: hidden;
    margin: 0 auto;
    padding: 30px 0;
}
.footer_b .wrap{
  margin: 0 auto;
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
.footer_b .wrap p{
  font-size:14px;
  color:#fff;
}
.footer_b .wrap p a{
  color:#fff;
}
@media all and (max-width:750px) {
  .footer{
      width:100%
  }
  .footer_t .wrap .left{
    width:100%;
  }
  .footer_t .wrap .right{
    width:100%;
  }
  .footer_t .wrap{
    flex-wrap:wrap;
  }
  .footer_t .wrap .left .nav{
    justify-content: center;
  }
  .footer_t .wrap .left .list dd{
    margin-top:30px;
  }
  .footer_t .wrap .left .list dd img{
    width:50px;
  }
  .footer_t .wrap .left .list dd .text p{
    line-height: 20px;
  }
  .footer_t .wrap .left .list dd .text span{
    font-size:14px;
  }
  .footer_t .wrap .right .erweima{
    margin-top:20px;
  }
  .footer_t .wrap .right .erweima .img{
    width:100%;
    text-align: center;
  }
  .footer_t .wrap .right .erweima .img img{
    width:120px;
    margin:0 auto;
  }
  .footer_b{
    padding:10px 0;
    width: 100%;
  }
  .footer_b .wrap p{
    line-height: 25px;
    width:100%;
    text-align: center;
  }
}
@media all and (max-width:480px) {
  .footer_t .wrap .left .list{
    flex-wrap:wrap;
  }
  .footer_t .wrap .left .list dd img{
    display:none;
  }
  .footer_t .wrap .left .list dd{
    width:100%;
    margin:20px auto 0;
  }
  .footer_b .wrap p{
    font-size:12px;
  }
  .footer_t .wrap .left .list dd .text{
    width:100%;
  }
  .footer_t .wrap .left .list dd .text p{
    text-align: center;
  }
  .footer_t .wrap .left .list dd .text span{
    text-align: center;
  }
  .footer_t .wrap .right .erweima .img img{
    width:100px;
  }
}