


html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,
img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}



/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,ul {
  list-style: none;
}

blockquote,q {
  quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}







@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}



div{
     -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
     -moz-box-sizing: border-box;    /* Firefox, other Gecko */
     box-sizing: border-box;
}




#DIV1{
  float: right;
}

#DIV1 img{
  padding-right: 10px;
}




@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}


@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:focus {
  outline: none;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

input {
  border: none;
}

button {
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

html, body {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  font-family: 'Microsoft YaHei', sans-serif;
  background-color: #000000;
}



.wrap {
  width: 100%;
  max-width: 1920px;
  height: 800px;
  margin: 0 auto;
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  overflow: hidden;
}





/* Small devices (tablets, 320 I5) */

@media (min-width:320px) { 
  
  .wrap {
    width: 100%;
    max-width: 739px;
    height: 100%;
    margin: 0 auto;
    background-image: url("../images/bg_320.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    overflow: hidden;
  }
  .qrcode-wrap{
    position: relative;
    width: 320px;
    text-align: center;
    height: 80px;
    margin:0 auto;
 
  }

.Bi-text{
  position:absolute;
  display: block;
  background-image: url("../images/bg_t1.png");
  background-size:100%;
  top: 100px;
  width: 315px;
  height: 160px;
  left: 5px;
  margin: 0 auto;

}

.link-list-wrap {
    padding-top: 156px;
  }

.link-list li a {
    font-size: 20px;
   line-height: 40px;
  }

  .link-list li {
  position: relative;
  display: block;
  display: inline-block;
  width: calc((100% - 132px) / 3);
  max-width: 200px;
  height: 28px;
  margin-right: 30px;
  -webkit-transition: all .3s;
  transition: all .3s;
}



  .logo img{
    width: 180px;
    top:0;
  }

  #dor_Btn{
  position: absolute;
  right: 0;
  top:0px;
  
}

.button{
  
  display: block;
  text-decoration: none;
  background-image: url("../images/conta.png");
  height:100px;
  width: 125px;
}
.cont_text{
  color: #fff;
  margin: 0;
  padding: 0;
  text-align: right;
  padding-top: 60px;
  padding-right: 10px;
  font-size: 15px;
}




 }

@media (min-width:360px) { 
  
  .wrap {
    width: 100%;
    max-width: 739px;
    height: 100%;
    margin: 0 auto;
    background-image: url("../images/1224_02.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    overflow: hidden;
  }

   .qrcode-wrap{
    position: relative;
    width: 360px;
    text-align: center;
    height: 80px;
    margin:0 auto;
 
  }

  .Bi-text{
  position:absolute;
  display: block;
  background-image: url("../images/bg_t1.png");
  top: 200px;
  width: 315px;
  height: 170px;
  left: 10%;
  margin: 0 auto;
  

}

  .link-list-wrap {
    padding-top: 288px;
  }

  .link-list li a {
    font-size: 26px;
   line-height: 45px;
  }

  .link-list li {
  position: relative;
  display: block;
  display: inline-block;
  width: calc((100% - 132px) / 3);
  max-width: 240px;
  height: 66px;
  margin-right: 40px;
  -webkit-transition: all .3s;
  transition: all .3s;
}




  .logo {
    width: 170px;
    padding-top: 0px;
    margin: 0 auto;
    
  }



 }




 
/* Medium devices (desktops,739px and up) */
@media (min-width: 739px) { 
  .wrap {
    width: 100%;
    max-width: 1400px;
    height: 100%;
    margin: 0 auto;
    background-image: url("../images/bg_02.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    overflow: hidden;
  }

  .logo img{
    width: 220px;
    top:0;
  }

  .qrcode-wrap{
    position: relative;
    width: 739px;
    text-align: center;
    height: 80px;
    margin:0 auto;
 
  }

  .Bi-text{
  position:absolute;
  display: block;
  background-image: url("../images/bg_t2.png");
  top: 200px;
  width: 665px;
  height: 186px;
  left: 10%;
  margin: 0 auto;
  

}



  .link-list-wrap {
    padding-top: 280px;
  }

.link-list li a {
    font-size: 26px;
   line-height: 45px;
  }

  .link-list li {
  position: relative;
  display: block;
  display: inline-block;
  width: calc((100% - 132px) / 3);
  max-width: 240px;
  height: 50px;
  margin: 10px ;
  -webkit-transition: all .3s;
  transition: all .3s;
}


    #dor_Btn{
  position: absolute;
  right: 0;
  top:100px;
  
}


.button{
  
  display: block;
  text-decoration: none;
  background-image: url("../images/conta.png");
  height:100px;
  width: 125px;
}
.cont_text{
  color: #fff;
  margin: 0;
  padding: 0;
  text-align: right;
  padding-top: 60px;
  padding-right: 10px;
  font-size: 15px;
}


}



@media (min-width: 800px) { 
 
  .wrap {
    width: 100%;
    max-width: 1400px;
    height: 100%;
    margin: 0 auto;
    background-image: url("../images/bg_02.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    overflow: hidden;
  }

.qrcode-wrap{
    position: relative;
    width: 800px;
    text-align: center;
    height: 80px;
    margin:0 auto;
 
  }

  .Bi-text{
  position:absolute;
  display: block;
  background-image: url("../images/bg_t3.png");
  top: 300px;
  width: 825px;
  height: 223px;
  left: 0%;
  margin: 0 auto;
  

}

  .logo img{
    width: 220px;
    top:0;
  }

  .link-list-wrap {
    padding-top: 420px;
  }

.link-list li a {
    font-size: 26px;
   line-height: 45px;
  }

  .link-list li {
  position: relative;
  display: block;
  display: inline-block;
  width: calc((100% - 132px) / 3);
  max-width: 240px;
  height: 50px;
  margin: 10px ;
  -webkit-transition: all .3s;
  transition: all .3s;
}


#dor_Btn{
  position: absolute;
  right: 0;
  top:100px;
  
}

.button{
  
  display: block;
  text-decoration: none;
  background-image: url("../images/conta.png");
  height:100px;
  width: 125px;
}
.cont_text{
  color: #fff;
  margin: 0;
  padding: 0;
  text-align: right;
  padding-top: 60px;
  padding-right: 10px;
  font-size: 15px;
}


 }


 
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
 
  .wrap {
    width: 100%;
    max-width: 1920px;
    height: 100%;
    margin: 0 auto;
    background-image: url("../images/bg.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
   
  }

  .qrcode-wrap{
    position: relative;
    width: 937px;
    text-align: center;
    height: 80px;
    margin:0 auto;
 
  }

    .Bi-text{
  position:relative;
  background-image: url("../images/bg_t4.png");
  width: 937px;
  height: 208px;
  top:260px;
  left: -10px;

}

  .logo img{
    width: 220px;
    top:0;
  }

  .link-list-wrap {
    padding-top: 380px;
  }

.link-list li a {
    font-size: 26px;
   line-height: 45px;
  }

  .link-list li {
  position: relative;
  display: block;
  display: inline-block;
  width: calc((100% - 132px) / 3);
  max-width: 240px;
  height: 50px;
  margin: 10px ;
  -webkit-transition: all .3s;
  transition: all .3s;
}


#dor_Btn{
  position: absolute;
  right: 0;
  top:100px;
  
}

.button{
  
  display: block;
  text-decoration: none;
  background-image: url("../images/conta.png");
  height:100px;
  width: 125px;
}
.cont_text{
  color: #fff;
  margin: 0;
  padding: 0;
  text-align: right;
  padding-top: 60px;
  padding-right: 10px;
  font-size: 15px;
}


 }



/* -------------------------------------------------------------- */

.logo {
  width: 220px;
  display: block;
  padding-top: 10px;
  text-align: center;
}

.logo a {
  display: inline-block;
}



.link-list-wrap {
  margin-top: 20px;
  overflow: hidden;
}


.link-list {
  font-size: 0;
  text-align: center;
}



/*小版面*/
@media (max-width: 576px) {
  .link-list li {
    display: block;
    width: 220px;
    height: 42px;
    margin: 0 auto 8px auto;
  }
}


.link-list li a {
  display: block;
  position: relative;
  z-index: 2;
  font-weight: 900;
  letter-spacing: -0.28px;
  color: #ffffff;
  border-radius: 2px;
 
}


.link-list li:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity:1;
  border-radius: 10px;
  
}


.link-list li:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}



.yellow{
 
background: #fef690; 
background: -moz-linear-gradient(top, #fef690 0%, #fbf548 31%, #ffbf14 53%, #fbfd61 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #fef690 0%,#fbf548 31%,#ffbf14 53%,#fbfd61 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #fef690 0%,#fbf548 31%,#ffbf14 53%,#fbfd61 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef690', endColorstr='#fbfd61',GradientType=0 ); /* IE6-9 */

color: #000000;

  border-radius: 10px;
  border: #05459a 3px ;
  border-style:solid ;
  font-weight: bold;

  text-shadow: -1px -1px 0 #ca9300, 
  1px -1px 0 #ca9300,
 -1px 1px 0 #ca9300, 
 1px 1px 0 #ca9300;


}
.blue{
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0e0b41+0,2356c9+32,0a3fb7+75,0a3fb7+100 */
background: #0a3fb7; /* Old browsers */
background: -moz-linear-gradient(top,  #100b64 0%, #2356c9 32%, #0a3fb7 75%, #0a3fb7 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #100b64 0%,#2356c9 32%,#0a3fb7 75%,#0a3fb7 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #100b64 0%,#2356c9 32%,#0a3fb7 75%,#0a3fb7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#100b64', endColorstr='#0a3fb7',GradientType=0 ); /* IE6-9 */
border-radius: 10px;

}




/*btn*/


.lightbox-target {
  background: rgba(0,0,0,.7);
  width: 100%;
  opacity: 0;
  position: fixed;
  top: -100%;
  overflow: hidden;
  transition: 0.5s ease-in-out;
  z-index: 99999;
}

.lightbox-target:target {
  top: 0;
  bottom: 0;
  opacity: 1;
}	

.lightbox-close {
  width: 50px;
  height: 50px;
  background: #b100eb;
  color: #fff;
  position: absolute;
  top: 0;
  right: 5%;
}

.lightbox-close:after {
  width: 30px;
  height: 1px;
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  top: 23px;
  left: 10px;
  transform: rotate(45deg);
}
.lightbox-close:before {
  width: 30px;
  height: 1px;
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  top: 23px;
  left: 10px;
  transform: rotate(-45deg);
}
.content {
  position: relative;
  top:0px;
 padding-top: 42px;
  left: 0;
  right: 0;
  width: 100%;
  height: 300px;
  background: #fff;
  margin: auto;

  max-width: 90%;
  max-height: 50%;
  text-align: center;
  line-height: 25px;
}


/* -------------------------------------------------------------------- */





@media   (min-width: 370px) and (max-width: 700px)  {
  .wrap {
    width: 100%;
    max-width: 739px;
    height: 100%;
    margin: 0 auto;
    background-image: url("../images/bg_02.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-position-y: 10px;
    overflow: hidden;
    background-size: 180%;
  }

   .qrcode-wrap{
    position: relative;
    width: 375px;
    text-align: center;
    height: 80px;
    margin:0 auto;
 
  }

  .Bi-text{
  position:absolute;
  display: block;
  background-image: url("../images/bg_t1.png");
  top: 190px;
  width: 315px;
  height: 160px;
  left: 10%;
  margin: 0 auto;
  

}

  .link-list-wrap {
    padding-top: 270px;
  }

  .link-list li a {
    font-size: 22px;
   line-height:40px;
  }

  .link-list li {
  position: relative;
  display: block;
  display: inline-block;
  width: calc((100% - 132px) / 1);
  max-width: 240px;
  height: 50px;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-transition: all .3s;
  transition: all .3s;
}




  .logo {
    width: 170px;
    padding-top: 0px;
    margin: 0 auto;
    
  }




 
}

/* == i88888==*/

@media only screen and (width: 375px) and (device-height:667px)  {
  .wrap {
    width: 100%;
    max-width: 739px;
    height: 100%;
    margin: 0 auto;
    background-image: url("../images/bg_02.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-position-y: 10px;
    overflow: hidden;
    background-size: 180%;
  }

   .qrcode-wrap{
    position: relative;
    width: 375px;
    text-align: center;
    height: 80px;
    margin:0 auto;
 
  }

  .Bi-text{
  position:absolute;
  display: block;
  background-image: url("../images/bg_t1.png");
  top: 170px;
  width: 315px;
  height: 160px;
  left: 10%;
  margin: 0 auto;
  

}

  .link-list-wrap {
    padding-top: 235px;
  }

  .link-list li a {
    font-size: 18px;
   line-height:38px;
  }

  .link-list li {
  position: relative;
  display: block;
  display: inline-block;
  width: calc((100% - 132px) / 1);
  max-width: 240px;
  height: 42px;
  margin-right: 10px;
  margin-bottom: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}




  .logo {
    width: 170px;
    padding-top: 0px;
    margin: 0 auto;
    
  }




 
}



/* == iPad ==*/

@media only screen and (width: 768px) and (device-height: 1024px) {
  .wrap {
    width: 100%;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    background-image: url("../images/bg_02.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 150%;
   
  }

  .qrcode-wrap{
    position: relative;
    width: 768px;
    text-align: center;
    height: 80px;
    margin:0 auto;
 
  }

    .Bi-text{
  position:relative;
  background-image: url("../images/bg_t1.png");
  width: 937px;
  height: 800px;
  top:300px;
  left: 100px;
  background-repeat: no-repeat;
  background-size: 60%;

}

  .logo img{
    width: 220px;
    top:0;
  }

  .link-list-wrap {
    padding-top: 550px;
  }

.link-list li a {
    font-size: 36px;
   line-height: 80px;
  }

  .link-list li {
  position: relative;
  display: block;
  display: inline-block;
  width: calc((100% - 132px) /1);
  max-width: 240px;
  height:80px;
  margin: 10px ;
  -webkit-transition: all .3s;
  transition: all .3s;
}



 
}

/*landscape*/
@media only screen and (width: 1024px) and (device-height: 768px) {
  .qrcode-wrap{
    position: relative;
    width: 768px;
    text-align: center;
    height: 80px;
    margin:0 auto;
  }

    .Bi-text{
  position:relative;
  background-image: url("../images/bg_t2.png");
  width: 662px;
  height:186px;
  top:300px;
  left: 0px;
  background-repeat: no-repeat;
  background-size: 100%;

}

  .logo img{
    width: 220px;
    top:0;
  }

  .link-list-wrap {
    padding-top: 400px;
  }

.link-list li a {
    font-size: 30px;
   line-height: 70px;
  }

  .link-list li {
  position: relative;
  display: block;
  display: inline-block;
  width: calc((100% - 132px) /3);
  max-width: 240px;
  height:70px;
  margin: 10px ;
  -webkit-transition: all .3s;
  transition: all .3s;
}

  
  
}



/* -------------------------------------------------------------------- */

/* == iPad Pro ==*/


/*Portrait*/
@media only screen and  (width: 1024px) and (device-height: 1366px) {
  .wrap {
    width: 100%;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    background-image: url("../images/bg_02.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 150%;
   
  }

  .qrcode-wrap{
    position: relative;
    width: 768px;
    text-align: center;
    height: 80px;
    margin:0 auto;
 
  }

    .Bi-text{
  position:relative;
  background-image: url("../images/bg_t3.png");
  width: 900px;
  height:500px;
  top:520px;
  left: -50px;
  background-repeat: no-repeat;
  background-size: 100%;

}

  .link-list-wrap {
    padding-top: 750px;
    margin: 0 auto;
    text-align: center;
    padding-left: 20%;
  }

.link-list li a {
    font-size: 42px;
   line-height: 80px;
  }

  .link-list li {
  position: relative;
  
  display: block;
  width: calc((80% - 132px) /1);
  max-width: 540px;
  height:80px;
  margin: 20px ;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#dor_Btn{
  position: absolute;
  right: 15;
  top:100px;
  
}

.button{
  
  display: block;
  text-decoration: none;
  background-image: url("../images/conta.png");
  height:200px;
  width: 225px;
  background-size: 105%;
}
.cont_text{
  color: #fff;
  margin: 0;
  padding: 0;
  text-align: right;
  padding-top: 120px;
  padding-right: 10px;
  font-size: 26px;
}



  

}




/*landscape*/
@media only screen and (width: 1366px) and (device-height: 1024px) {
  .wrap {
    width: 100%;
    max-width: 1920px;
    height: 100%;
    margin: 0 auto;
    background-image: url("../images/bg.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 130%;
   
  }

  .qrcode-wrap{
    position: relative;
    width: 937px;
    text-align: center;
    height: 80px;
    margin:0 auto;
 
  }

    .Bi-text{
  position:relative;
  background-image: url("../images/bg_t4.png");
  width: 1100px;
  height: 240px;
  top:300px;
  left: -100px;
  background-size: 100%;

}

  .logo img{
    width: 220px;
    top:0;
  }

  .link-list-wrap {
    padding-top: 480px;
  }

.link-list li a {
    font-size: 26px;
   line-height:75px;
  }

  .link-list li {
  position: relative;
  display: block;
  display: inline-block;
  width: calc((100% - 132px) / 3);
  max-width: 340px;
  height: 80px;
  margin: 10px ;
  -webkit-transition: all .3s;
  transition: all .3s;
}


#dor_Btn{
  position: absolute;
  right: 0;
  top:100px;
  
}

.button{
  
  display: block;
  text-decoration: none;
  background-image: url("../images/conta.png");
  height:100px;
  width: 125px;
}
.cont_text{
  color: #fff;
  margin: 0;
  padding: 0;
  text-align: right;
  padding-top: 60px;
  padding-right: 10px;
  font-size: 15px;
}

  

}

/* -------------------------------------------------------------------- */

