/* CSS Document */
::-webkit-scrollbar{width:0px; height:0px;}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
          /* font-size: 14px !important; */
}
html, body {
	/*min-height: 100%;*/
	-moz-box-sizing: border-box; /*Firefox3.5+*/
	-webkit-box-sizing: border-box; /*Safari3.2+*/
	-o-box-sizing: border-box; /*Opera9.6*/
	-ms-box-sizing: border-box; /*IE8*/
	box-sizing: border-box;
	font-size: 16px !important;
	background: #f5f7f9;
	/* min-height: 900px !important;
	min-width: 1600px !important; */
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, fieldset, lengend, button, input, textarea, th, td form,i{
	margin: 0;
	padding: 0;
   _background-image:url(about:blank);
   _background-attachment:fixed;
	list-style: none;
} 
button,input,optgroup,select,textarea,a {
  color: inherit;
  font: inherit;
  margin: 0;outline:medium;transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, fieldset, lengend, button, input, textarea, th, td form,i{
  margin: 0;
  padding: 0;
   _background-image:url(about:blank);
   _background-attachment:fixed;
  list-style: none;
} 
button,input,optgroup,select,textarea,a {
  color: inherit;
  font: inherit;
  margin: 0;
  outline:medium;
}
.header{
  padding:30px 8% 0 8%;
}
.header img{
  height: 48px;
}
.header .nav{
  text-align: right;
}
.header .nav ul li{
  display: inline-block;
  font-size: 14px;
}
.header .nav ul li button{
  margin: 0 3px;
}
.Text{
  text-align: center;
  padding-top:4%;
  display: block;
}
.TextM{
  display: none;
  padding: 0 8%;
  padding-top: 15%;
}
.TextM img{
  width: 100%;
}
#firstDiv {
  width: 248px;
  height: 427px;
  position: absolute;
  left:18%;
  bottom:24%;
  z-index: 50;
  cursor: pointer;
}

#firstDiv>img:first-of-type {
  width: 248px;
  height: 427px;
}

#firstDiv .turnImg {
  width: 94px;
  height: 94px;
  position: absolute;
  top: -20px;
  left: 20px;
}

    #firstDiv a {
        display: inline-block;
        position: absolute;
        padding: 13px 22px 21px;
        right: 10px;
        top: -5px;
        font-size: 18px;
        color: #000e2b;
    }
    #secondDiv {
      width: 250px;
      height: 173px;
      position: absolute;
      left:29%;
      bottom:32%;
      z-index: 100;
      cursor: pointer;
    }
    
    #secondDiv>img:first-of-type {
      width: 250px;
      height: 173px;
    }
    
    #secondDiv .turnImg {
      width: 83px;
      height: 83px;
      position: absolute;
      top: -10px;
      left: 30px;
    }
    
        #secondDiv a {
            display: inline-block;
            position: absolute;
            padding: 11px 30px 11px 21px;
            right: 5px;
            top: -5px;
            font-size: 18px;
            color: #000e2b;
        }
    #thirdDiv {
      width: 244px;
      height: 320px;
      position: absolute;
      left:43%;
      bottom:22%;
      z-index: 60;
      cursor: pointer;
    }
    
    #thirdDiv>img:first-of-type {
      width: 244px;
      height: 320px;
    }
    
    #thirdDiv .turnImg {
      width: 70px;
      height: 70px;
      position: absolute;
      top: -10px;
      left: 40px;
    }
    
        #thirdDiv a {
            display: inline-block;
            position: absolute;
            padding: 11px 40px 11px 25px;
            right: -5px;
            top: -5px;
            font-size: 18px;
            color: #000e2b;
        }
    
    #fourthDiv {
      width: 243px;
      height:320px;
      position: absolute;
      left:60%;
      bottom:32%;
      z-index: 50;
      cursor: pointer;
    }
    
    #fourthDiv>img:first-of-type {
      width: 243px;
      height:320px;
    }
    
    #fourthDiv .turnImg {
      width: 70px;
      height: 70px;
      position: absolute;
      top: -10px;
      left: 40px;
    }
    
        #fourthDiv a {
            display: inline-block;
            position: absolute;
            right: 5px;
            top: -5px;
            font-size: 18px;
            color: #000e2b;
            padding: 11px 30px 20px 19px;
        }
    
    #fifthDiv {
      width: 255px;
      height: 320px;
      position: absolute;
      left:70%;
      bottom:14%;
      z-index: 80;
      cursor: pointer;
    }
    
    #fifthDiv>img:first-of-type {
      width: 255px;
      height: 320px;
    }
    
    #fifthDiv .turnImg {
      width: 70px;
      height: 70px;
      position: absolute;
      top: -10px;
      left: 40px;
      z-index: 0;
    }
    
    #fifthDiv a {
      display: inline-block;
      position: absolute;
      padding: 11px 30px 11px 19px;
      right: 5px;
      top:0;
      font-size: 18px;
      color: #000e2b;
    }
    footer {
      text-align: center;
      position: fixed;
      bottom: 0;
      width: 100%;
      vertical-align: middle;
  }
      footer span {
          padding: 0 30px;
      }
  
     /* footer ul {
          padding: 20px 0 0 0;
          display: inline-block
      }*/
  
         /* footer ul li {
              float: left;
              line-height: 32px;
          }*/
  
      footer img {
          height: 32px;
          display: inline-block;
      }
  
      footer a {
          display: inline-block;
      }
.p-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: calc(100%);
    vertical-align: middle;
    background: #fff;
    z-index: 99999999999999999;
    box-shadow: 0px 2px 6px 1px rgb(0 0 0 / 10%);
    height: 62px;
    border-top: 1px solid #F2F2F2;
}
    .p-footer ul {
        display: flex;
        align-items: center;
    }
      .sidebar {
        position: fixed;
        right: 0;
        top:40%;
        transform: translateY(-50%);
        display: flex;
        flex-direction: column;
        margin-right: 10px;
      }
      
      .sidebar>img {
        width: 100px;
        /* height: 88px; */
        margin-bottom: 20px;
        cursor: pointer;
        transition: all 0.3s;
      }
      
      .sidebar>img:hover {
        transform: scale(1.2);
      }
      .s-login {
        font-size: 40px;
        margin-right: 29px;
      }
  
        .s-login i {
          font-size: 40px;
        }
  
      .s-login-item li {
        font-size: 40px;
        color: #0254a8;
        padding: 1px 0;
        cursor: pointer;
        color: #fff;
      }
  
        .s-login-item li div {
          font-size: 40px;
          background-color: #026ECB;
          width: 51%;
          float: right;
          height: 87px;
          display: flex;
          justify-content: center;
          align-items: center;
        }
  
      .bottom-sidebar {
        position: absolute;
        bottom: 180px;
        z-index: 99999999;
        display: none;
        width: 100%;
        padding: 0 10px;
      }
  
        .bottom-sidebar li {
          color: #fff;
          text-align: center;
          cursor: pointer;
          float: left;
          padding:15px;
          width: 50%;
        }
        .bottom-sidebar li img{
          width: 75%;
        }

        .s-in-footer {
            padding: 10px 0;
            margin-bottom: 20px;
            display: none;
            font-size: 12px;
            line-height: 20px;
        }
       /* .s-in-footer > div:first-child img {
            height: 68px!important;
            margin-left: 0!important;
        }
        .s-in-footer > div:last-child img {
            height: 40px !important;
        }

        .s-login-wrap {
            text-align: right;
            display: none;
        }*/
.phone-img{
    display:none;
}
@media screen and (min-width:0px) and (max-width:768px) {
    .phone-img {
        display:block;
    }
        .top{
              height:auto;
              padding:10px;
          }
        .sidebar {
          display: none;
        }
  .TextM{
    display: block !important;
  }
  .Text{
    display: none !important;
  }
        .l-footer {
          display: none !important;
        }
  
        .pageTopLsatImg {
          width: 683px;
          height: 150px;
          top: 406px;
        }

        .s-in-footer {
            display: flex !important;
            justify-content: space-between;
            align-items: center;
            background-color: #fff;
        }
  
        .bottom-sidebar {
          display: block !important;
        }

        .nav > ul {
            display: none !important;
        }
  
        .s-login {
          display: block !important;
        }
  
        .sloginImage {
          height: 50px !important;
        }
  
        .s-login-wrap {
          display: block !important;
        }
  
        body {
          background: url(../image/newPage.png) no-repeat center center;
          background-size: 100% 100%;
        }
  
        .btnLink {
          display: none !important;
        }
  
        .bodyRight {
          display: none !important;
        }
        .header{
          padding:20px 4% 0 5%;
        }
        .header img{
          height: 25px;
          margin-top:4px;
        }
        .I_user {
            display: none !important;
        }
      }

      /*display:flex start*/
.df {
    display: flex;
}

.df-a-c {
    align-items: center;
}

.df-d-c {
    flex-direction: column;
}

.df-w-w {
    flex-wrap: wrap;
}

.df-j-c {
    justify-content: center;
}

.df-j-b {
    justify-content: space-between;
}

.df-j-a {
    justify-content: space-around;
}

.df-j-s {
    justify-content: start;
}


.df-j-e {
    justify-content: end;
}

.df-a-c {
    align-items: center;
}

.df-a-b {
    align-items: baseline;
}

.df-a-e {
    align-items: flex-end;
}

.df-1 {
    flex: 1;
}

.df-d-c {
    flex-direction: column;
}
.width0{
    width:0px;
}

/* display:flex End*/