body,
p,
dl,
dd,
ul,
ol,
li,
div,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
table,
tr,
td {
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: "PingFang";
  src: url("../common/PingFang.ttc") format("truetype");
}

body {
  font-family: "PingFang", Arial;
}

ul,
ol {
  list-style: none;
}

img {
  border: 0;
}

a {
  text-decoration: none;
}
/* header */
header {
  width: 87%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 30px auto 0px;
  box-sizing: border-box;
}
header>img{
  width: 130px;
  height: auto;
  cursor: pointer;
}

header>p{
  line-height: 75px;
}

header>p>a{
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  color: black;
}

.Bar {
  display: flex;
  justify-content: space-around;
  align-items: center;
  z-index: 1;
  margin-right: 205px;
}

.Bar>div {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 10px 20px;
  height: 75px;
  box-sizing: border-box;
  cursor: pointer;
}

.Bar>div>p{
  font-size: 15px;
  font-weight: 500;
  color: #333333;
  padding: 10px 0;
  box-sizing: border-box;
  border-bottom:2px solid #FFFFFF;
  font-weight: 600;
}

.Bar>div img{
  width: 20px;
  height: auto;
}

.Bar ul {
  width: 95%;
  background-color:#0817DD;
  border-radius: 3px;
  box-shadow: 1px 2px 8px #d3d2d1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 3px 0px;
  position: absolute;
  top: 65px;
  left: 0px;
  display: none;
  -webkit-transition:all 1.0s ease-in-out;
  -moz-transition:all 1.0s ease-in-out;
  -o-transition:all 1.0s ease-in-out;
  -ms-transition:all 1.0s ease-in-out;
  transition:all 1.0s ease-in-out;
}

.Bar>div:hover p{
  box-sizing: border-box;
  border-bottom:3px solid #0817DD;
}

.Bar>div:hover img {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.Bar>div:hover ul{
  display: flex;
}

.Bar>div>p>a{
  font-size: 15px;
  color: #333333;
  font-weight: 600;
}

.Bar ul li{
  padding: 3px 0px;
}

.Bar ul li a{
  width: 100%;
  font-size: 14px;
  text-align: center;
  color: aliceblue;
}

/* phoneHtml */
#phoneHtml{
  display: none;
}
#drawer{
  background-color: #0817DD;
}
.logobox{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  padding: 15px 0px;
}
.logobox a{
  height: 30px;
}
.logobox img{
  width: 105px;
  height: auto;
}
.smallTit{
  width: 23px;
  height: auto;
  position: absolute;
  top: 20px;
  left: 10px;
}
.phoneFooter{
  display: none;
}


/* footer */
footer{
  width: 100%;
  background-color: #0817DD;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 20px 0 5px 0;
  margin-top: 100px;
}
footer>div{
  width: 65%;
}
footer .main{
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
footer>HR{
  margin-top: 30px;
}
footer .main_left{
  height: 130px;
  display: flex;
  flex-direction: column;
}

/* footer .main_left>div{
  position: relative;
} */

footer .main_left>img{
  width: 100px;
  height: auto;
  margin: 8px 0 20px 0;
  cursor: pointer;
}
footer .main_left>div>img{
  width: 20px;
  height: auto;
  cursor: pointer;
}
footer .main_left>div>img:nth-child(2){
  margin-left: 10px;
  cursor: pointer;
}
footer .main_right{
  display: flex;
  justify-content: space-around;
  align-items: center;
}
footer .main_right>li{
  height: 130px;
  display: flex;
  flex-direction: column;
  margin-right: 84px;
}
footer .main_right>li:nth-child(2){
  margin-right: 22px;
}
footer .main_right>li:last-child{
  margin-right: 0px;
}
footer .main_right>li a{
  font-size: 16px;
  color: #D1D1D1;
  line-height: 32px;
}
footer .main_right>li a:nth-child(1){
  font-size: 20px;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 16px;
}
footer .copyright{
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 28px;
}
footer .copyright>span{
  font-size: 14px;
  color: #FFFFFF;
}


/******
媒体查询phone_css-------------------------------------
******/
@media screen and (max-width: 1680px) {
  header {
    width: 87%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 30px auto 0px;
    box-sizing: border-box;
  }
  .Bar {
    margin-right: 0px;
    margin-left: 23px;
  }
}
@media screen and (max-width: 1440px) {
  header {
    width: 77%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 30px auto 0px;
    box-sizing: border-box;
  }
  .Bar {
    margin-right: 0px;
    margin-left: 90px;
  }
  footer .main_left>img {
    width: 90px;
    height: auto;
    margin: 8px 0 20px 0;
  }
  footer .main_right>li a {
    font-size: 15px;
    color: #D1D1D1;
    line-height: 28px;
  }
  footer .main_right>li a:nth-child(1){
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 16px;
  }
  footer .copyright>span {
    font-size: 14px;
    color: #FFFFFF;
  }
}

/******
媒体查询phone_css-------------------------------------
******/
@media screen and (max-width: 480px) {
  header{
    display: none;
  }
  footer{
    display: none;
  }
  #phoneHtml{
    display: block;
  }
  .banner{
    margin-top: 0px;
  }
  .phoneFooter{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #0817DD;
    margin-top: 50px;
    box-sizing: border-box;
    padding: 15px 0px;
  }
  .phoneFooter li{
    font-size: 14px;
    color: #FFFFFF;
  }
  .phoneFooter li:nth-child(2){
    margin: 15px auto;
    width: 25%;
    display: flex;
    justify-content: space-around;
    position: relative;
  }
  .phoneFooter li:nth-child(1) a img{
    width: 100px;
    height: auto;
  }
  .phoneFooter li:nth-child(2) a img{
    width: 20px;
    height: auto;
  }
  .phoneFooter li:nth-child(3){
    width: 90%;
    border-bottom: 1px solid #FFFFFF;
  }
  .phoneFooter li:nth-child(4){
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
  }
  .phoneFooter li:nth-child(4) span{
    margin-top: 5px;
  }
  .QRcode{
    width: 100px;
    height: 100px;
    display: none;
    position: absolute;
    top: -120px;
    right: -100px;
  }
  .clickA:hover +.QRcode{
    display: block;
  }
}