
.lx {
    width: 23%;
    height: auto;
    overflow: hidden;
    float: left;
    margin: 40px 0 20px 8%;
    color: #666;
}

.lxone{
	width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
    margin: 40px 0 20px 8%;
    color: #666;
}

.lx:nth-child(1) {
    width: 23%;
   margin: 40px 0 20px 8%;
}

.lxt {
    line-height: 50px;
    font-size: 1.5rem;
    border-bottom: 1px solid #666;
    overflow: hidden;
}
.lxt span {
    display: block;
    float: left;
}
.lxt p {
    display: block;
    float: right;
}
.lxc {
    margin-top: 30px;
    font-size: 1.1rem;
    line-height: 180%;
}
.lxc strong, .lxc b {
    font-size: 1.5rem;
}
.lyt {
    margin-top: 80px;
}
.lxly {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 45px;
    margin-bottom: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.lyc {
    margin: 80px;
}
.lyrow {
    height: auto;
    overflow: hidden;
    font-size: 0;
}
.lyrow:nth-child(1) {
    margin-bottom: 30px;
}
.lyc .inp {
    display: inline-block;
    vertical-align: top;
    width: 400px;
    height: 55px;
    background: #fff;
    border-radius: 3px;
    border: 0;
    font-size: 1.2rem;
    padding: 0 10px;
    margin-right: 20px;
}
.lyc textarea {
    display: inline-block;
    vertical-align: bottom;
    width: 840px;
    height: 300px;
    border: 0;
    border-radius: 3px;
    background: #fff;
    font-size: 1.2rem;
    padding: 10px;
    margin-right: 20px;
}
.lyc b {
    display: inline-block;
    vertical-align: bottom;
    padding: 0 40px;
    font-size: 1.5rem;
    line-height: 55px;
    color: #fff;
    border: 2px solid #fff;
    cursor: pointer;
    font-weight: normal;
}
.lyc b:hover {
    background: rgba(255, 255, 255, .2);
}

.linkrow {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.linkrow2 {
    padding-bottom: 100px;
}
.linkbk {
    width: 30%;
    height: auto;
    overflow: hidden;
    margin-left: 5%;
    float: left;
}
.linkbk:nth-child(3n+1) {
    margin-left: 0;
}
.linkt {
    height: 80px;
    margin-top: 60px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #000;
}
.linkbk ul li {
    font-size: 1.2rem;
    line-height: 180%;
    padding-bottom: 15px;
}
.linkbk ul li span:hover {
    color: #000;
    font-weight: bold;
}

.salet {
    display: inline-block;
    line-height: 55px;
    background: #fff;
    padding: 0 60px 0 25px;
    font-size: 1.2rem;
    color: #000;
    margin-top: 40px;
    clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 100%, 0 100%);
}
.salet span {
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 40px;
}
.salec {
    height: auto;
    overflow: hidden;
    margin-top: 30px;
    font-size: 1.2rem;
    line-height: 200%;
    padding: 20px 5px;
}
.salec img {
    max-height: 100%;
}
.salec table {
    width: 100%;
    border-collapse: collapse;
}
.salec table, .salec table tr th, .salec table tr td{
    border: 1px solid #666;
    line-height: 160%;
}
.salec table tr th, .salec table tr td {
    padding: 15px 30px;
}
/* .salec table tr:nth-child(1) th, .salec table tr:nth-child(1) td {
    font-weight: bold;
    text-align: center;
}
.salec table tr th:nth-child(1), .salec table tr td:nth-child(1) {
    font-weight: bold;
    text-align: center;
} */

.askbox {
    width: 900px;
    height: auto;
    overflow: hidden;
    margin: 10px auto 80px auto;
}
.askrow {
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
}
.askrow span {
    display: block;
    width: 100px;
    font-size: 1rem;
    line-height: 40px;
    float: left;
}
.askrow span:nth-child(3) {
    margin-left: 20px;
}
.askrow input.inp, .askrow select {
    display: block;
    float: left;
    width: 330px;
    height: 40px;
    line-height: 40px;
    font-size: 1rem;
    padding: 0 10px;
    border: 0;
    background: #fff;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.askrow input.inp2 {
    width: 780px;
}
.askrow textarea {
    display: block;
    float: left;
    width: 780px;
    height: 180px;
    border: 0;
    background: #fff;
    border-radius: 3px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1rem;
    line-height: 26px;
}
.askrow b {
    display: block;
    padding: 0 50px;
    font-size: 1.2rem;
    line-height: 40px;
    color: #fff;
    cursor: pointer;
    font-weight: normal;
    background: #000;
    border-radius: 3px;
    float: left;
    margin-left: 100px;
    margin-top: 10px;
}

.yybox {
    width: 100%;
    height: auto;
    margin-top: 40px;
    position: relative;
}
.yybox img {
    display: block;
    width: 100%;
    height: auto;
}
.yyinp {
    position: absolute;
    height: auto;
    overflow: hidden;
    left: 52%;
    top: 100px;
    z-index: 10;
    color: #fff;
}
.yleft {
    height: auto;
    float: left;
}
.yyi {
    height: 45px;
    overflow: hidden;
}
.yyi span {
    display: block;
    float: left;
    font-size: 1.2rem;
    color: #fff;
    line-height: 35px;
    margin-right: 15px;
}
.yyi input, .yyi select {
    display: block;
    float: left;
    width: 250px;
    height: 35px;
    border: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, .7);
    font-size: 1rem;
    line-height: 35px;
    color: #000;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.yright {
    height: auto;
    overflow: hidden;
    float: left;
    margin-left: 70px;
}
.yright span, .yright b {
    display: block;
    color: #fff;
    text-align: center;
}
.yright span {
    font-size: 2.3rem;
    margin-top: 10px;
    line-height: 60px;
}
.yright b {
    width: 150px;
    line-height: 35px;
    font-size: 1rem;
    cursor: pointer;
    background: #000;
    border-radius: 10px;
    margin: 5px auto;
}

@media screen and (max-width: 1680px) {
    .bkt.linet {
        height: 60px;
    }
    .lxt {
        font-size: 1.3rem;
    }
    .lxc {
        font-size: 1.1rem;
    }
    .lxc strong, .lxc b {
        font-size: 1.3rem;
    }
    .lyt {
        margin-top: 60px;
    }
    .lxly {
        margin-top: 40px;
        margin-bottom: 80px;
    }
    .lyc {
        margin: 60px;
    }
    .lyc .inp {
        width: 300px;
        height: 45px;
        font-size: 1rem;
    }
    .lyc textarea {
        width: 640px;
        height: 220px;
        font-size: 1rem;
    }
    .lyc b {
        padding: 0 30px;
        font-size: 1.3rem;
        line-height: 40px;
    }
    .salet {
        line-height: 45px;
        padding: 0 50px 0 20px;
        font-size: 1.1rem;
        margin-top: 40px;
        clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 100%, 0 100%);
    }
    .salet span {
        margin-left: 30px;
    }
    .salec {
        font-size: 1.1rem;
    }
    .yyinp {
        top: 80px;
    }
    .yyi {
        height: 38px;
    }
    .yyi span {
        font-size: 1rem;
        line-height: 28px;
    }
    .yyi input, .yyi select {
        width: 220px;
        height: 28px;
        line-height: 28px;
        font-size: 1rem;
    }
}
@media screen and (max-width: 1440px) {
    .lxc {
        margin-top: 20px;
    }
    .lyt {
        margin-top: 40px;
    }
    .lxly {
        margin-top: 30px;
        margin-bottom: 60px;
    }
    .lyc {
        margin: 50px;
    }
    .lyc .inp {
        width: 260px;
        height: 40px;
    }
    .lyc textarea {
        width: 560px;
        height: 200px;
    }
    .lyrow:nth-child(1) {
        margin-bottom: 20px;
    }
    .lyc b {
        padding: 0 30px;
        font-size: 1.2rem;
    }
    .yyinp {
        top: 60px;
    }
    .yyi {
        height: 35px;
    }
    .yyi span {
        font-size: 0.875rem;
        line-height: 26px;
    }
    .yyi input, .yyi select {
        width: 220px;
        height: 26px;
        line-height: 26px;
        font-size: 0.875rem;
    }
}
@media screen and (max-width: 1280px) {
    
    .lxt {
        line-height: 40px;
    }
    
    .lyt {
        margin-top: 30px;
    }
    .lyc {
        margin: 40px;
    }
    .lyc .inp {
        width: 230px;
        height: 35px;
    }
    .lyc textarea {
        width: 500px;
        height: 160px;
    }
    .lyrow:nth-child(1) {
        margin-bottom: 15px;
    }
    .lyc b {
        padding: 0 25px;
        font-size: 1.1rem;
        line-height: 35px;
    }
    .salet {
        line-height: 40px;
        padding: 0 40px 0 20px;
        margin-top: 20px;
        clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 100%, 0 100%);
    }
    .salet span {
        margin-left: 20px;
    }
    .salec {
        font-size: 1rem;
    }
    .yyinp {
        top: 60px;
    }
    .yyi {
        height: 30px;
    }
    .yyi span {
        font-size: 0.75rem;
        line-height: 24px;
    }
    .yyi input, .yyi select {
        width: 200px;
        height: 24px;
        line-height: 24px;
        font-size: 0.75rem;
    }
    .yright {
        margin-left: 50px;
    }
    .yright span {
        font-size: 2.3rem;
        margin-top: 0;
        line-height: 60px;
    }
    .yright b {
        width: 120px;
        line-height: 30px;
        font-size: 0.875rem;
        margin: 0 auto;
    }
}
@media screen and (max-width: 1024px) {
	
    .bkbox {
        margin-top:50px;
    }

   	.lx {
    width: 98%;
       margin: 20px 0 10px 0;
} 
.lx:nth-child(3n+1) {
    width: 98%;
	margin-left: 0;
}

	.lx:nth-child(2n+1) {
    margin-left: 0;
}
.lx p {
    margin-bottom: 0.75em;
}
    .lyc .inp {
        width: 310px;
        height: 35px;margin-top:20px;
    }

  .bkbox2 {
        margin-top:-40px;
    }
    .yyinp {
        top: 40px;
    }
    .yyi {
        height: 26px;
    }
    .yyi span {
        line-height: 22px;
    }
    .yyi input, .yyi select {
        width: 180px;
        height: 22px;
        line-height: 22px;
        font-size: 0.75rem;
    }
    .yright {
        margin-left: 40px;
    }
    .yright span {
        font-size: 2rem;
        line-height: 60px;
    }
    .yright b {
        width: 100px;
        line-height: 26px;
        font-size: 0.75rem;
    }
	
	
}



/* 弹窗 */


@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,900);


.popup-overlay {
  background: rgba(179, 229, 252, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  opacity: 0;
  transition: all 150ms ease-in;
  pointer-events: none;
}

@media screen and (max-width: 1024px) {
	
	
.popup-overlay {
  background: rgba(179, 229, 252, 0.7);
  position: fixed;
  top: 100px;
  left: 10px;
  right: 10px;
  bottom: 120px;
  z-index: 50;
  opacity: 0;
  transition: all 150ms ease-in;
  pointer-events: none;
}	
	
	
}






.popup-overlay.is-open {
  pointer-events: auto;
  opacity: 1;
}

.popup-wrap {
  background: white;
  text-align: center;
  width: 70%;
  height: 50%;
  min-width: 700px;
  min-height: 400px;
  max-width: 700px;
  max-height: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 55;
}

.close {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 60;
}
.close .a, .close .b {
  background: #263238;
  position: absolute;
  height: 2px;
  width: 30px;
  left: 20%;
  top: 45%;
}
.close .a {
  transform: rotate(-45deg);
}
.close .b {
  transform: rotate(45deg);
}

.popup-img {
  background: url(//images.unsplash.com/photo-1443770760695-e1bfa3e62229?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&s=21a3b7d506c20ad475c323a9d8d9436e);
  background-size: cover;
  background-position: center;
  width: 35%;
  float: left;
  height: 100%;
}

.popup {
  padding: 0px 25px;
  width: 65%;
  float: left;
  height: 100%;
  position: relative;
}
.popup form {
  position: relative;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.popup form h2 {
  padding: 0px 70px;
  margin-bottom: 35px;
  color: #ff9e3;
  font-size: 1.5em;
  font-weight: 900;
}
.popup form input[type=email], .popup form input[type=text] {
  text-align: center;
  margin: 0px auto 15px;
  display: block;
  height: 40px;
  width: 60%;
  max-width: 300px;
  border: none;
  border-bottom: 1px solid rgba(38, 50, 56, 0.3);
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
}
.popup form input[type=email]:focus, .popup form input[type=text]:focus {
  border-bottom: 1px solid #444;
}
.popup form input[type=email] {
  margin-bottom: 35px;
}
.popup form input[type=submit] {
  margin-bottom: 10px;
  width: 100%;
  max-width: 300px;
  height: 55px;
  background: #444;
  color: #263238;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  border: none;
  transition: all 200ms ease-in-out;
  text-transform: uppercase;
}
.popup form input[type=submit]:hover {
  color: white;
  background: #ff9e35;
}
.popup form input[type=submit]:focus {
  box-shadow: 2px 0px 50px -15px black;
}
.popup form .privacy {
  font-size: 0.8em;
}

@media screen and (max-width: 1200px) {
  .menu {
    display: block;
    width: 70px;
    height: 70px;
    position: fixed;
    z-index: 20;
    top: 0;
  }

  .hero {
    min-height: 350px;
  }
  .hero .center h1 {
    font-size: 1.7em;
    padding: 0px !important;
  }
  .hero .center button {
    font-size: 0.8em;
  }

  .sec1 h2 {
    font-size: 1.5em;
  }

  .logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .logo:hover {
    transform: scale(1) !important;
  }

  .mobile-toggle:checked ~ nav {
    overflow-x: scroll;
    left: 0;
  }

  .mobile-toggle:checked ~ main {
    width: 70%;
    height: 100%;
    position: absolute;
    right: 0;
  }

  .mobile-toggle:checked ~ footer {
    width: 70%;
    right: 0;
  }

  .mobile-toggle:checked ~ .menu .toggle-menu .ham .b {
    transform: rotate(-45deg);
  }

  .mobile-toggle:checked ~ .menu .toggle-menu .ham .d {
    transform: rotate(45deg);
  }

  .mobile-toggle:checked ~ .menu .toggle-menu .ham .a {
    background: none;
  }

  .mobile-toggle:checked ~ .menu .toggle-menu .ham .c {
    background: none;
  }

  .toggle-menu {
    display: block !important;
  }

  nav {
    top: 70px;
    width: 30%;
    height: 100%;
    position: fixed;
    left: -30%;
    z-index: 4;
    background: white !important;
    transition: all 300ms ease;
  }
  nav a {
    height: 70px !important;
    background: white;
    display: block !important;
    color: #42A5F5 !important;
    text-align: center;
  }
  nav a:hover {
    background: #42A5F5 !important;
    color: white !important;
  }

  .toggle-menu {
    position: absolute;
    padding: 20px;
    top: 0px;
    width: 70px;
    height: 70px;
    box-sizing: border-box;
    cursor: pointer;
  }

  .ham {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
  }

  .a, .b, .c, .d {
    position: relative;
    display: block;
    z-index: 2;
    background: white;
    height: 13%;
    margin-bottom: 30%;
    border-radius: 50px;
    transform: rotate(0);
    transform-origin: 50% 50% 0;
    transition: all 400ms ease;
  }

  .d {
    bottom: 85%;
  }
}
@media screen and (max-width: 960px) {
  .sec1-text {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }

  .sec1-img {
    float: none;
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 800px) {
  .sec1 {
    box-shadow: none;
  }

  .footer-nav, .footer-logo, .footer-policy hr, .social-media {
    display: none;
  }

  .footer-policy br {
    display: block !important;
  }

  .footer-policy p, .footer-policy .policy-links a {
    font-size: 0.8em;
  }

  footer .social-media a {
    font-size: 1em;
    margin-left: 0px !important;
  }

  .contact, .footer-policy, .footer-policy .policy-links {
    float: none !important;
    text-align: center;
  }

  .policy-links:before {
    content: "";
  }

  .popup-wrap .popup-img {
    display: none;
  }

  .popup-wrap {
    min-width: 100% !important;
    min-height: 100% !important;
  }
  .popup-wrap .popup {
    width: 100%;
  }

  .popup-overlay .popup-wrap .popup h2 {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 520px) {
  nav {
    width: 100% !important;
    left: -100%;
  }

  .mobile-toggle:checked ~ main {
    overflow: hidden;
    width: 100%;
  }

  .hero .center h1 {
    font-size: 1.5em;
    padding: 0px !important;
  }

  .sec1 h2 {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 490px) {
  footer input[type=submit] {
    margin-top: 10px;
  }
}