* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background-size: cover;
  height: 100vh;
  font-family: PingFangSC,helvetica neue,hiragino sans gb,arial,microsoft yahei ui,microsoft yahei,simsun,sans-serif;
  letter-spacing: 1px;
}
h1 {
  text-align: center;
  color: #fff;
  padding-top: 20px;
}

ul,li{
  list-style: none;
}

.daohang {
  height: 40px;
  background-color:#005de9;
  text-align: center;
}
a{
  text-decoration: none;
}
/*头部*/
.tou_1{
  width: 1200px;
  margin:auto;
  overflow: auto;
  padding:20px 0;
}
.tou_1_1{
  width: 50%;
  float: left;
}
.tou_1_2{
  width: 500px;
  float: right;
}
.tou_1_2_0{
  overflow: auto;
}
.tou_1_2_1{
  width: 85%;
  float: left;
  border-radius: 40px 0 0 40px;
  height: 40px;
  border:1px solid #dedede;
  border-right: 0px;
}
.tou_1_2_1 input{
  border:0px;
  height: 20px;
  margin:8px 0;
  padding-left: 10px;
  outline: none;
  width: 100%;
  border-radius: 40px 0 0 40px;
  font-size: 14px;
}
.tou_1_2_2{
  width: 15%;
  float: left;
  background: #005de9;
  color: #fff;
  height: 40px;
  border-radius: 0 40px 40px 0;
}
.tou_1_2_2 input{
  width: 100%;
  height: 40px;
  background: #005de9;
  color: #fff;
  font-family: 14px;
  border:0px;
  border-radius: 0 40px 40px 0;
}
.tou_1_2_00 a{
  color: #9f9f9f;
  font-size: 14px;
  padding:0 10px;
}
.tou_1_2_00{
  color: #9f9f9f;
  margin-top: 10px;
}
.daohang nav{
  width: 1200px;
  margin:auto;
  position: relative;
}
.main {
  display: flex;
  /*justify-content: center;*/
  position: absolute;
  width: 100%;
  z-index: 1;
}
.main > li {
  width: 10%;
}

.main a {
  text-decoration: none;
  color: #ffe;
  text-transform: capitalize;
  font-family: monospace;
  display: block;
  padding: 10px 15px;
  font-size: 14px;
  transition: background-color 0.5s ease-in-out;

  font-family: "Raleway", sans-serif;
}

.main a:hover{
  background-color: #0052ce;
}
.main_x{
  background-color: #0052ce;
}

.drop li {
  opacity: 0;
  transform-origin: top center;
}

.drop li a {
  background-color: #005de9;
  padding: 10px 0;
}

/*------------- menu1 animation -------------------*/

.main li:hover .menu1 li:first-of-type {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.3s;
}

.main li:hover .menu1 li:nth-of-type(2) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.6s;
}

.main li:hover .menu1 li:nth-of-type(3) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.9s;
}

.main li:hover .menu1 li:last-of-type {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 1.2s;
}

@keyframes menu1 {
  from {
    opacity: 0;
    transform: translateX(30px) rotateY(90deg);
  }
  to {
    opacity: 1;
    transform: translateX(0) rotateY(0);
  }
}

/*------------- menu2 animation -------------------*/

.main li:hover .menu2 li:first-of-type {
  animation: menu2 0.3s ease-in-out forwards;
  animation-delay: 0.3s;
}

.main li:hover .menu2 li:nth-of-type(2) {
  animation: menu2 0.3s ease-in-out forwards;
  animation-delay: 0.6s;
}

.main li:hover .menu2 li:nth-of-type(3) {
  animation: menu2 0.3s ease-in-out forwards;
  animation-delay: 0.9s;
}

.main li:hover .menu2 li:last-of-type {
  animation: menu2 0.3s ease-in-out forwards;
  animation-delay: 1.2s;
}

@keyframes menu2 {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/*------------- menu3 animation -------------------*/

.main li:hover .menu3 li:first-of-type {
  animation: menu3 0.3s ease-in-out forwards;
  animation-delay: 0.3s;
}

.main li:hover .menu3 li:nth-of-type(2) {
  animation: menu3 0.3s ease-in-out forwards;
  animation-delay: 0.6s;
}

.main li:hover .menu3 li:nth-of-type(3) {
  animation: menu3 0.3s ease-in-out forwards;
  animation-delay: 0.9s;
}

.main li:hover .menu3 li:last-of-type {
  animation: menu3 0.3s ease-in-out forwards;
  animation-delay: 1.2s;
}

@keyframes menu3 {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/*------------- menu4 animation -------------------*/

.main li:hover .menu4 li:first-of-type {
  animation: menu4 0.3s ease-in-out forwards;
  animation-delay: 0.3s;
}

.main li:hover .menu4 li:nth-of-type(2) {
  animation: menu4 0.3s ease-in-out forwards;
  animation-delay: 0.6s;
}

.main li:hover .menu4 li:nth-of-type(3) {
  animation: menu4 0.3s ease-in-out forwards;
  animation-delay: 0.9s;
}

.main li:hover .menu4 li:last-of-type {
  animation: menu4 0.3s ease-in-out forwards;
  animation-delay: 1.2s;
}

@keyframes menu4 {
  0% {
    opacity: 0;
    transform: translateX(50px) rotate(-90deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0) rotate(0);
  }
}

/*------------- menu5 animation -------------------*/

.main li:hover .menu5 li:first-of-type {
  animation: menu5 0.3s ease-in-out forwards;
  animation-delay: 0.3s;
}

.main li:hover .menu5 li:nth-of-type(2) {
  animation: menu5 0.3s ease-in-out forwards;
  animation-delay: 0.6s;
}

.main li:hover .menu5 li:nth-of-type(3) {
  animation: menu5 0.3s ease-in-out forwards;
  animation-delay: 0.9s;
}

.main li:hover .menu5 li:last-of-type {
  animation: menu5 0.3s ease-in-out forwards;
  animation-delay: 1.2s;
}

@keyframes menu5 {
  0% {
    opacity: 0;
    transform: rotateX(-90deg);
  }
  100% {
    opacity: 1;
    transform: rotateX(0);
  }
}

/*------------- menu6 animation -------------------*/

.main li:hover .menu6 li:first-of-type {
  animation: menu6 0.3s ease-in-out forwards;
  animation-delay: 0.2s;
}

.main li:hover .menu6 li:nth-of-type(2) {
  animation: menu6 0.3s ease-in-out forwards;
  animation-delay: 0.4s;
}

.main li:hover .menu6 li:nth-of-type(3) {
  animation: menu6 0.3s ease-in-out forwards;
  animation-delay: 0.6s;
}

.main li:hover .menu6 li:last-of-type {
  animation: menu6 0.3s ease-in-out forwards;
  animation-delay: 0.8s;
}

@keyframes menu6 {
  0% {
    opacity: 0;
    transform: scale(2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* my button style */
.white-mode {
  text-decoration: none;
  padding: 7px 10px;
  background-color: #122;
  border-radius: 3px;
  color: #fff;
  transition: 0.35s ease-in-out;
  position: absolute;
  left: 15px;
  bottom: 15px;
  font-family: sans-serif;
}

.white-mode:hover {
  background-color: #fff;
  color: #122;
}





/*公共底部*/
.bottom{
  border-top: 4px solid #005de9;
  margin-top: 60px;
  background: #3e3e3e;
}
.bottom_1{
  width: 1200px;
  margin:auto;
  padding:60px 0;
}
.bottom_1_1_2_qq{
  padding:5px 10px;
  line-height: 30px;
  background: #ff8723;
  font-size: 12px;
  color: #fff;
  border-radius: 30px;
}
.bottom_1_1_2_qq i{
  padding-right: 5px;
}
.bottom_1_1_2 p{
  font-size: 12px;
  color: #fff;
}
.bottom_1_1_2{
  margin-top: 20px;
}
.bottom_1_1_1_dh{
  width: 58px;
  height: 60px;
  float: left;
  margin-right: 10px;
}
.bottom_1_1_1{
  overflow: auto;
}
.bottom_1_1_1_hm span{
  line-height: 25px;
  color: #fff;
  font-size: 14px;
}
.bottom_1_1_1_hm p{
  font-size: 20px;
  color: #fff;
  line-height: 35px;
}

.bottom_1_2 ul li span{
  display: block;
  color: #fff;
  font-size: 20px;
}
.bottom_1_2 ul li a{
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 25px;
}
.bottom_1_2 ul li{
  width: 25%;
  float: left;
}
.bottom_1_2 ul,.bottom_1{
  overflow: auto;
}
.bottom_1_1{
  width: 30%;
  float: left;
}
.bottom_1_2{
  width:50%;
  float: left;
}
.bottom_1_3_1{
  width: 110px;
}
.bottom_1_3_1 img{
  width: 110px;
  height: 110px;
}
.bottom_1_3_1{
  text-align: center;
  float: right;
}
.bottom_1_3_1 span{
  color: #fff;
  font-size: 14px;
  line-height: 25px;
}
.bottom_1_3{
  width: 20%;
  float: right;
  overflow: auto;
}
.bottom_2{
  background: #1c1c1c;
  padding:20px;
  text-align: center;
}
.bottom_2 span{
  font-size: 14px;
  color: #fff;
}
.bottom_2 span a{
  color: #fff;
}
.ywbanner{
  width:100%;
  position:relative;
  overflow:hidden;
  height:280px;
}
.ywbanner img{
  width:1920px;
  position:absolute;
  left:50%;
  margin-left:-960px;
}
.daohang_timg{
  display: none;
}
.htmleaf-container,.hc-mobile-nav{
  display: none;
}



/*翻页*/
.fanye{
  text-align: center;
  overflow: auto;
  margin-top: 20px;
}
.fanye a{
  display: inline-block;
  font-size: 14px;
  color: #3e3e3e;
  margin:0 5px;
}
.fanye_1{
  background: #e4e4e4;
  padding:5px;
}
.fanye a:hover{
  color: #005de9;
}
.fanye_1:hover{
  background: #005de9;
  color: #fff !important;
}










