/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
body{
 min-width: 1400px;
 font-size: 12px;
}
.web{
 display: block;
}
.wap{
 display: none;
}
@font-face{
 font-family: "Rubik-Regular";
 src: url("../fonts/Rubik-Regular.ttf")
}
@font-face{
 font-family: "Rubik-Bold";
 src: url("../fonts/Rubik-Bold.ttf")
}
@font-face{
 font-family: "Rubik-Medium";
 src: url("../fonts/Rubik-Medium.ttf")
}
@font-face{
 font-family: "Rubik-Light";
 src: url("../fonts/Rubik-Light.ttf")
}
.app-center{
 width: 1176px;
 margin: 0px auto;
}
nav{
 height: 110px;
}
.app-center nav{
 padding-top: 35px;
}
a:link{
 color: inherit;
}
nav .logo-wrap{
 width: 108px;
 height: 25px;
 margin-left: -75px;
 float: left;
}
nav .logo-wrap img{
 width: 100%;
 height: 100%;
 margin-top: 12.5px;
}
nav .nav-list{
 float: right;
 display: inline-block;
}
.nav-list li{
 height: 50px;
 float: left;
 margin-right: 50px;
 line-height: 50px;
}
.nav-list li a{
 font-family: "Rubik-Medium";
 color: #000000;
 font-size: 16px;
 text-decoration: inherit;
}
.nav-list li.request{
 margin-right: -75px;
 border: 1px solid #fc275d;
 color:#fc275d;
 padding: 0 25px;
 cursor: pointer;
 font-size: 16px;
}
.nav-list li.request a{
 color:#fc275d;
}
.lang{
 background-color: #fc275d;
 height: 24px;
 border-bottom-right-radius: 10px;
 border-bottom-left-radius: 10px;
 position: fixed;
 top: 0;
 right: 20px;
 padding: 0 12px;
}
.lang a{
 padding: 0 12px;
 font-size: 12px;
 margin-top: 5px;
 border-right: 1px solid #F1F0F2;
 height: 14px;
 display: inline-block;
 line-height: 14px;
 text-decoration: none;
 color: #fff;
}
.lang a:focus,.lang a:active,.lang a:link{
 color: #fff;
}
 
.lang a:last-child{
 border-right: 0px solid transparent;
}
footer{
 background-color: #f9fafc;
 height: 600px;
 padding: 65px 0px;
}
footer .app-center{
 overflow: hidden;
}
footer .nav-footer{
 width: 680px;
 float: left;
}
footer .request-form{
 float: left;
 width: 460px;
 /*height: 479px;*/
 height: auto;  
 border: 2px solid #fc275d;
 margin-left: 36px;
 background-color: #f1f0f2;
 padding: 25px 50px;
 margin-bottom: 50px;
}
footer .request-form .title{
  font-size: 20px;
  font-family: "Rubik-medium";
  color: rgb(0, 0, 0);
  line-height: 32px;
  text-align: center;
}
footer .request-form .form-wrap{
 width: 360px;
 height: 45px;
 background-color: #fff;
 padding: 0 20px;
 margin-top: 15px;
}
footer .request-form .form-wrap input{
 height: 100%;
 width: 100%;
 color: #bcbcbc;
 font-size: 16px;
 font-family: "Rubik-Light";
 line-height: 45px;
}

footer .request-form .form-wrap input::placeholder,
footer .request-form .form-wrap input::-webkit-input-placeholder,
footer .request-form .form-wrap input::-moz-placeholder,
footer .request-form .form-wrap input::-ms-placeholder
{
 color: #bcbcbc;
 font-size: 16px;
 font-family: "Rubik-Light";
}
footer .request-form .form-btn{
 display: block;
 border-width: 1px;
 border-color: rgb(252, 39, 93);
 border-style: solid;
 background-color: rgb(252, 39, 93);
 width: 198px;
 height:60px;
 color: #fff;
 font-family: "Rubik-Light";
 font-size: 16px;
 text-decoration: none;
 line-height: 60px;
 text-align: center;
 margin: 30px auto;
}

input,input:focus{
  border: none;
  outline:none;
  box-shadow: none;
}
footer .nav-footer .navigation{
 height: 465px;
}
footer .nav-footer .navigation li{
 height: 40px;
 font-size: 16px;
 font-family: "Rubik-Light";
 line-height: 28px;
}
footer .nav-footer .navigation li a{
 color: rgb(93, 93, 93);
 text-decoration: none;
}
footer .terms{
   font-size: 12px;
   display: inline-block;
   font-family: "Rubik-light";
   color: rgb(153, 151, 153);
   text-decoration: none;
}
/* 手机端 */
@media screen and (max-width: 750px) {
 body {
  width: 100%;
  min-width:100%;
  padding-top: 1rem;
 }
 .web{
  display: none;
 }
 .wap{
  display: block;
 }
 .app-center{
  width: 100%;
 }
 nav.pop{
  position: fixed;
  display: block;
  height: auto;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
 }
 .header.pop nav.web{
  display: block;
  position: fixed;
  left: 0;
  top: 1rem;
  right: 0;
  bottom: 0;
  background-color: #fff;
  height: auto;
  padding-top: 1rem;
  z-index: 88;
 }
 .header.pop nav.web .nav-list{
  float: none;
  width: 100%;
 }
 .header.pop nav.web .nav-list li{
  float: none;
  margin-left: none;
  line-height: 1rem;
  font-size: .32rem;
  border-bottom: 1px solid #f2f3f5;
  width: 100%;
  text-align: center;
 }
 .header.pop nav.web .nav-list li:last-child{
  border: 0px solid transparent;
 }
 .header.pop nav.web .nav-list li.request{
  text-align: center;
  margin-right: 0;
 }
 .header.pop nav.web .nav-list li.request a{
  margin-top: 1.4rem;
  border: 1px solid #fc275d;
  padding: .3rem .34rem;
  display: inline-block;
  font-size: .3rem;
  line-height: .3rem;
 }
 .app-center nav.wap{
  padding-top: 0;
  height: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 .4rem;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background-color: #fff;
  z-index: 99;
 }
 .lang{
  z-index: 888;
  height: 1rem;
  line-height: 1rem;
  background-color: transparent;
  right: 1rem;
  left: 1rem;
  text-align: center;
 }
 .lang a{
  color: #8C8C8C;
  font-size: .2rem;
  border-color: #ccc;
 }
 .lang a:focus, .lang a:active, .lang a:link{
  color: #8C8C8C;
 }
 .app-center nav .img-wrap img{
  width: 100%;
 }
 .app-center nav .img-wrap.logo{
  width: 1.08rem;
  height: 0.25rem;
 }
 .app-center nav .img-wrap.menu{
  width: 0.4rem;
  height: 0.32rem;
 }
 footer{
  height: auto;
  padding: 1rem .4rem;
 }
 footer .app-center{
  display: flex;
  flex-direction: column-reverse;
 }
 footer .nav-footer{
  width: auto;
 }
 footer .nav-footer .navigation , footer .request-form{
  width: 100%;
  height: auto;
  margin: 0;
 }
 footer .request-form{
  height: auto;
  padding: .3rem .8rem .4rem;
 }
 footer .request-form .form-wrap{
  width: auto;
 }
 footer .request-form .title{
  font-size: 0.3rem;
  line-height: 0.49rem;
 }
 footer .request-form .form-wrap input{
  font-size: .26rem;
 }
 footer .request-form .form-wrap input::placeholder,
 footer .request-form .form-wrap input::-webkit-input-placeholder,
 footer .request-form .form-wrap input::-moz-placeholder,
 footer .request-form .form-wrap input::-ms-placeholder
 {
  color: #bcbcbc;
  font-size: .26rem;
 }
 footer .request-form .form-wrap{
  height: .7rem;
  width: 5.2rem;
  padding: 0 .36rem;
 }
 footer .request-form .form-btn{
  width: 2.65rem;
  height: .8rem;
  line-height: .8rem;
  font-size: .3rem;
 }
 footer .nav-footer .navigation{
  margin-top: .8rem;
 }
 footer .nav-footer .navigation li{
  font-size: .26rem;
  height: .8rem;
 }
}

@media print{ 
  .no-print {
    display: none;
  }

  a[href]:after {
    content: none !important;
  }
}