.header{
  width: 100%;
  height: 80px;
  /*background-color: #2b303b;*/
  background-color: transparent;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
/*box-shadow: 4px 0px 8px #242424;*/
}
.header_contain{
  width: 1520px;
  margin: 0 auto;
  position: relative;
}
.header_logo{
  width: 121px;
  height: 46px;
  margin: 15px 0 0 0;
}
.header_title{
  font-size: 16px;
  color: #fff;
  height: 26px;
  line-height: 26px;
  position: absolute;
  left: 216px;
  top: 37px;
  text-indent: 20px;
  border-left: 1px solid #fff;
}
.header_contain ul{
  position: absolute;
  top: 0;
  left: 320px;
}
.header_contain ul li{
  float: left;
  /*width: 120px;*/
  text-align: center;
  height: 65px;
  line-height: 64px;
  cursor: pointer;
  margin: 0 23px;
}
.header ul li:hover a{
  /*background: #0074d8;*/
  color:#0050FE;
}
.header ul li.active{
  border-bottom: 2px solid #0050FE;
  box-sizing: border-box;
}
.header ul li a{
  display: block;
  color: #000;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
}

.phone_box{
  width: 223px;
  position: absolute;
  right: 180px;
  top: 19px;
  display: flex;
  align-items: center;
}
.phone_box img{
  width: 22px;
  height: 22px;
  margin-right:10px;
}
.phone_box span{
  font-weight: bold;
  font-size:25px;
}
.header_btn{
  width: 180px;
  height: 34px;
  position: absolute;
  right: 0;
  top: 19px;
  display: flex;
  justify-content: space-between;
}
.header_btn div{
  /*width: 65px;*/
  /*line-height: 26px;*/
  font-size: 14px;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  display: block;
  padding:7px 15px;
}
.header_btn div a{
  color: #000;
}
.header_btn div:nth-of-type(2){
  background-color: #0050FE;
  border: 1px solid #0050FE;
  cursor: pointer;
  color:#fff;
}
.header_btn div:nth-of-type(2) a{
  color:#fff;
}
/*.header_btn div:nth-of-type(2){*/
/*  border: 1px solid #fff;*/
/*}*/
.header_show{
  display: none;
}


.footer{
  /*border-top: 5px solid #0096ff;*/
  background: #020F2D;
  height:512px;
}
.footer_head{
  width: 100%;
  height: 408px;
  /*background: #323e4c;*/
}
.footer_contain{
  width: 1520px;
  margin: 0 auto;
  position: relative;
}
.footer_head_left {
  float: left;
  overflow: hidden;
  width: 1010px;
  display: flex;
}
.footer_head_left h1{
  margin-top: 75px;
  font-size: 20px;
  color: #fff;
  line-height: 60px;
}
.footer_head_left h1 img{
  float: left;
  margin: 12px 16px 0 0;
}
.footer_head_left ul{
  padding-top: 16px;
}
.footer_head_left ul li{
  color: rgba(255,255,255,0.7);
  font-size: 16px;
  line-height: 36px;
}
.footer_head_left ul li a{
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}
.footer_head_right{
  position: relative;
  text-align: center;
  width: 280px;
  float: left;
  overflow: hidden;
  margin-left: 229px;
}
.footer_head_left .head_left_item{
  width:30%;
  display: inline-block;
}
.footer_head_left .head_left_item:nth-of-type(3){
  width:40%;
}
.footer_head_right .logo_top{
  display: none;
}
.footer_head_right .logo_bottom{
  display: inline-block;
}
.footer_head_right .logo img{
  width:192px;
  height:46px;
  margin-top:69px;
}
.footer_head_right .erweima img{
  width: 168px;
  height: 168px;
  margin:41px 0 19px 0;
}
.footer_head_right .erweima p{
  font-size: 16px;
  color: #FFFFFF;
  line-height: 22px;
}


.footer_bottom{
  width: 100%;
  height: 103px;
  line-height: 103px;
  text-align: center;
  /*background-color: #151b22;*/
  color: rgba(255,255,255,0.7);
  font-size: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.about_banner{
  width: 100%;
  height: 530px;
  margin-top: 0;
  background-size: cover,contain;
  background-position: center center;
}
.banner_text{
  padding-left: 200px;
  padding-top: 205px;
}
.banner_text h1{
  font-size: 60px;
  color: #FFFFFF;
  line-height: 80px;
}
.banner_text p{
  font-size: 46px;
  color: #FFFFFF;
  line-height: 80px;
}

@media screen and (min-width: 1301px) and (max-width: 1598px){
  .header_contain {
    width: 1200px;
  }
  .footer_contain{
    width: 1200px;
  }
  .footer_head_left {
    width: 800px;
  }
  .footer_head_right{
    margin-left: 100px;
  }
  .header_contain ul {
    left: 226px;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1300px) {
  .header_contain {
    width: 1000px;
  }
  .header_contain ul{
    left: 150px;
  }
  .header_contain ul li{
    float: left;
    /*width: 110px;*/
    text-align: center;
    height: 65px;
    line-height: 64px;
    margin: 0 23px;
  }
  .phone_box{
    right: 180px;
    width: 155px;
    top: 24px;
  }
  .phone_box span {
    font-weight: bold;
    font-size: 18px;
  }
  .phone_box img {
    width: 18px;
    height: 18px;
    margin-right: 10px;
  }
  .header ul li:hover{
    color:#0050FE;
  }
  .header ul li.active{
    border-bottom: 2px solid #0050FE;
    box-sizing: border-box;
  }
  .header ul li a{
    color: #000;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
  }

  .footer_contain{
    width: 1000px;
  }
  .footer_head_left{
    width: 623px;
  }
  .footer_head_left ul li{
    font-size: 14px;
  }
  .footer_head_left ul li a{
    color:#fff;
  }
  .footer_head_right {
    margin-left: 80px;
  }
  .footer_head_right>p{
    left: 350px;
  }
  .footer_head_right>div{
    left: 356px;
  }
  .footer_head_right h1:nth-of-type(1){
    left: 160px;
  }
  .footer_head_right h1:nth-of-type(2){
    left: 160px;
  }
  .footer_head_line{
    left: 500px;
  }
  .footer_bottom{
    /*width: 100%;*/
    /*height: 48px;*/
    /*line-height: 48px;*/
    /*text-align: center;*/
    /*background-color: #151b22;*/
    /*color: #999;*/
    /*font-size: 14px;*/
  }
}

@media screen and (max-width: 1079px) {
  .header {
    height: 0.6rem;
    background-color: rgb(255, 255, 255)!important;
  }

  .header_contain {
    width: 100%;
  }

  .header_logo {
    width: 0.83rem;
    height: 0.30rem;
    margin: 0.15rem 0 0 0.16rem;
    position: absolute;
  }

  .header_title {
    display: none;
  }

  .header_show{
    display: block;
    position: absolute;
    right: 0.16rem;
    top: 0.20rem;
    color: #000;
    font-size: 0.25rem;
    cursor: pointer;
    font-weight: normal;
  }
  .header ul{
    top: 0.60rem;
    left: 0;
    width: 100%;
    background: #fff;
    overflow: hidden;
    display: none;
    box-shadow: rgb(173 173 173) 0.01rem 0.07rem 0.1rem;
  }
  .header ul li{
    width: 100%;
    height: 0.50rem;
    line-height: 0.50rem;
    /*border-bottom: 1px solid rgba(0,0,0,.4);*/
    box-sizing: border-box;
    padding: 0;
    text-indent: 0.30rem;
    text-align: center;
    margin: 0;
  }
  .header ul li.active{
    border-bottom: 0px solid rgba(0,0,0,.4);
  }
  .header ul li.active a{
    color: #0050FE;
  }
  .header ul li a{
    font-size: 0.14rem;
    color: #595A60;
  }
  .header ul li a:focus{
    background-color: #fff!important;
  }
  .header ul li:focus{
    background-color: #fff!important;
  }

  .header_btn {
    top: 3.10rem;
    left: 0;
    width: 100%;
    background: #fff;
    height: 0.50rem;
    display: none;
    border: 1px solid #eee;
  }
  .header_btn div{
    height: 0.25rem;
    line-height: 0.25rem;
    font-size: 0.14rem;
    margin-top: 0.05rem;
  }
  .header_btn div:nth-of-type(1){
    float: left;
    margin-left: 0.50rem;
  }
  .header_btn div:nth-of-type(2){
    float: right;
    margin-right: 0.50rem;
  }

  .footer,.footer_head{
    height: auto;
  }
  .footer_contain{
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .footer_head_left,
  .footer_head_right{
    width: calc(100% - 0.32rem);
    margin: 0 auto;
    float: none;
    flex-wrap: wrap;
  }
  .footer_head_left h1{
    margin-top: 0.50rem;
    font-size: 0.16rem;
    line-height: 0.30rem;
  }
  .footer_head_left ul li{
    font-size: 0.14rem;
    line-height: 0.40rem;
  }
  .footer_head_left .head_left_item:nth-of-type(1){
    width: 53%;
  }
  .footer_head_left .head_left_item:nth-of-type(2){
    width: 47%;
  }
  .footer_head_left .head_left_item:nth-of-type(3){
    width:100%;
  }
  .footer_head_right .logo_bottom{
    display: none;
  }
  .footer_head_right .logo_top{
    display: block;
    text-align: left;
    line-height: 0.6rem;
  }
  .footer_head_right .logo img{
    margin-top: 0.30rem;
    width: 1.92rem;
    height: 0.46rem;
  }
  .footer_head_right .erweima img{
    width: 1.68rem;
    height: 1.68rem;
    margin: 0.41rem 0 0.19rem 0;
  }
  .footer_head_right .erweima p{
    color: rgba(255,255,255,0.7);
    margin-bottom: 0.42rem;
    font-size: 0.12rem;
    line-height: 0.17rem;
  }

  .footer_bottom{
    width: calc(100% - 0.20rem);
    height: auto;
    line-height: 0.20rem;
    padding: 0.15rem 0.10rem;
    font-size: 0.12rem;
  }

  .about_banner{
    margin-top: 0.60rem;
    height: 1.82rem;
  }
  .banner_text{
    text-align: center;
    padding-top: 0.5rem;
    padding-left: 0;
  }
  .banner_text h1{
    font-size: 0.24rem;
    line-height: 0.26rem;
    margin-bottom:0.06rem;
  }
  .banner_text p{
    font-size: 0.24rem;
    line-height: 0.26rem;
  }
  .phone_box{
    display: none;
  }
}
