/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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,

header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-family: "Microsoft YaHei", "PingFang SC", "PingFang-SC-Light", "Hiragino Sans GB", Arial, sans-serif;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,

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;
}
.wrap {
  overflow-x: hidden;
}
body {
  overflow-x: hidden;
  padding-top: 70px;
}
a {
  text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}
.header-container {
  width: 1280px;
  margin: 0 auto;
}
.header-nav {
  overflow: hidden;
}
.header-nav * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header-nav .nav-logo {
  background: url(/assets/header_logo_vq.png);
  width: 216px;
  height: 48px;
  float: left;
  margin-top: 13px;
}
.header-nav .nav-menus {
  overflow: hidden;
  float: right;
}
.header-nav .nav-menus li {
  float: left;
  margin: 0 7px;
  padding: 15px 0;
  text-align: center;
}
.header-nav .nav-menus li a {
  color: #fff;
  font-size: 18px;
  padding: 10px 18px;
  font-family: "PingFang-SC-Light";
  font-weight: 100;
  border-radius: 4px;
  display: block;
  width: 110px;
  height: 40px;
  cursor: pointer;
  text-decoration: none;
}
.header-nav .nav-menus li.active a,
.header-nav .nav-menus li:hover a {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.1);
}
.header-nav .nav-menus li:hover .nav-menus-login {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.header-nav .nav-menus li.product-nav {
  overflow-y: hidden;
  overflow-x: visible;
  -webkit-transition: height 0.6s;
  -o-transition: height 0.6s;
  transition: height 0.6s;
}
.header-nav .nav-menus li.product-nav.product-nav-active {
  height: 285px;
}
.header-nav .nav-menus li.product-nav.product-nav-active ul {
  display: block;
}
.header-nav .nav-menus li.product-nav ul {
  padding-left: 40px;
  display: none;
}
.header-nav .nav-menus li.product-nav ul li {
  border-bottom: none;
}
.header-nav .nav-menus .trial {
  display: none;
}
.header-nav .nav-menus .nav-menus-login {
  border: 1px solid #fff;
  border-radius: 40px !important;
  padding: 4px 16px;
  margin-left: 16px;
  margin-top: 6px;
  width: 70px;
  height: 28px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.header-nav .dropdown-button {
  display: none;
}
.header-block {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.header-block .nav-logo {
  background-image: url(/assets/vq-logo.png);
}
.header-block .nav-menus li a {
  color: #4d6378;
}
.header-block .nav-menus li:hover a,
.header-block .nav-menus li.active a {
  background-color: #4d6378;
  color: #fff;
}
.header-block .nav-menus li:hover .nav-menus-login {
  border: 1px solid #2b85e1;
}
.header-block .nav-menus .nav-menus-login {
  border: 1px solid #2b85e1;
  color: #2b85e1 !important;
  border-radius: 40px;
  padding: 4px 16px;
  background-color: #fff !important;
}
.prod-nav {
  height: 375px;
  position: fixed;
  top: 69px;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
  display: none;
}
.prod-nav .prod-container {
  height: 240px;
  width: 800px;
  margin: 0 auto;
  padding-top: 19px;
}
.prod-nav .prod-button {
  height: 90px;
  border-top: 2px solid #e5e5e5;
  margin-top: 45px;
  text-align: center;
  line-height: 90px;
}
.prod-nav .prod-button a {
  color: #3fcdd3;
  font-size: 20px;
  text-decoration: none;
}
.prod-nav .prod-item {
  float: left;
  width: 160px;
  height: 220px;
  text-align: center;
  padding-top: 164px;
  cursor: pointer;
  color: #b1bdc9;
  text-decoration: none;
  font-size: 20px;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: center 38px;
  background-size: 100px 100px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.prod-nav .prod-item:hover {
  -webkit-box-shadow: 0 4px 10px 0 rgba(144, 160, 175, 0.3);
          box-shadow: 0 4px 10px 0 rgba(144, 160, 175, 0.3);
}
.prod-nav .prod-item:hover.prod-item-equiry {
  background-image: url(/assets/ic_submenu_01_hover.png);
}
.prod-nav .prod-item:hover.prod-item-business {
  background-image: url(/assets/ic_submenu_02_hover.png);
}
.prod-nav .prod-item:hover.prod-item-collateral {
  background-image: url(/assets/ic_submenu_03_hover.png);
}
.prod-nav .prod-item:hover.prod-item-sample {
  background-image: url(/assets/ic_submenu_04_hover.png);
}
.prod-nav .prod-item:hover.prod-item-priceIndex {
  background-image: url(/assets/ic_submenu_05_hover.png);
}
.prod-nav .prod-item.prod-item-equiry {
  background-image: url(/assets/ic_submenu_01.png);
}
.prod-nav .prod-item.prod-item-business {
  background-image: url(/assets/ic_submenu_02.png);
}
.prod-nav .prod-item.prod-item-collateral {
  background-image: url(/assets/ic_submenu_03.png);
}
.prod-nav .prod-item.prod-item-sample {
  background-image: url(/assets/ic_submenu_04.png);
}
.prod-nav .prod-item.prod-item-priceIndex {
  background-image: url(/assets/ic_submenu_05.png);
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 0 !important;
  }
  .prod-nav {
    display: none !important;
  }
  .header-container {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .header-block {
    position: fixed;
    height: 50px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
  }
  .header-block .dropdown-item {
    background-color: #4d6378 !important;
  }
  .header-nav {
    overflow: visible;
  }
  .header-nav .nav-logo {
    width: 108px;
    height: 24px;
    background-size: cover;
    margin-left: 15px;
  }
  .header-nav .nav-menus {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 50px 48px 0;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 0;
    visibility: hidden;
  }
  .header-nav .nav-menus .trial {
    display: block;
  }
  .header-nav .nav-menus li {
    float: none;
    margin: 0;
    padding: 0;
    height: 48px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
  .header-nav .nav-menus li a {
    color: #fff;
    background-color: transparent !important;
    margin: 0 !important;
    font-size: 16px;
    display: block;
    padding: 15px 0 0 !important;
    border: none !important;
    text-align: left;
    -webkit-transform: translate(-8px, -8px);
        -ms-transform: translate(-8px, -8px);
            transform: translate(-8px, -8px);
    opacity: 0;
  }
  .header-nav .nav-menus li .nav-menus-login {
    display: none;
  }
  .header-nav .nav-menus li.login-block {
    display: none;
  }
  .header-nav .nav-menus.responsive {
    height: 100vh;
    opacity: 1;
    background-color: #000;
    position: fixed;
    visibility: visible;
  }
  .header-nav .nav-menus.responsive + .dropdown-button .dropdown-item-top {
    -webkit-transform: rotate(45deg) translate(0, 0);
        -ms-transform: rotate(45deg) translate(0, 0);
            transform: rotate(45deg) translate(0, 0);
    -webkit-transform-origin: 2px 5px;
        -ms-transform-origin: 2px 5px;
            transform-origin: 2px 5px;
  }
  .header-nav .nav-menus.responsive + .dropdown-button .dropdown-item-middle {
    opacity: 0;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
  }
  .header-nav .nav-menus.responsive + .dropdown-button .dropdown-item-bottom {
    -webkit-transform: rotate(-45deg) translate(0px, 0px);
        -ms-transform: rotate(-45deg) translate(0px, 0px);
            transform: rotate(-45deg) translate(0px, 0px);
    -webkit-transform-origin: 1px -4px;
        -ms-transform-origin: 1px -4px;
            transform-origin: 1px -4px;
  }
  .header-nav .nav-menus.responsive li:nth-child(1) a {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .header-nav .nav-menus.responsive li:nth-child(2) a {
    -webkit-transition: all 0.5s 0.1s;
    -o-transition: all 0.5s 0.1s;
    transition: all 0.5s 0.1s;
  }
  .header-nav .nav-menus.responsive li:nth-child(3) a {
    -webkit-transition: all 0.5s 0.2s;
    -o-transition: all 0.5s 0.2s;
    transition: all 0.5s 0.2s;
  }
  .header-nav .nav-menus.responsive li:nth-child(4) a {
    -webkit-transition: all 0.5s 0.3s;
    -o-transition: all 0.5s 0.3s;
    transition: all 0.5s 0.3s;
  }
  .header-nav .nav-menus.responsive li:nth-child(5) a {
    -webkit-transition: all 0.5s 0.4s;
    -o-transition: all 0.5s 0.4s;
    transition: all 0.5s 0.4s;
  }
  .header-nav .nav-menus.responsive li a {
    opacity: 1;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .header-nav .dropdown-button {
    display: block;
    width: 27px;
    height: 22px;
    position: absolute;
    right: 15px;
    top: 15px;
  }
  .header-nav .dropdown-button .dropdown-item {
    background-color: #fff;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .header-nav .dropdown-button .dropdown-item-top {
    top: 0;
  }
  .header-nav .dropdown-button .dropdown-item-middle {
    top: 50%;
    margin-top: -1px;
  }
  .header-nav .dropdown-button .dropdown-item-bottom {
    bottom: 0;
  }
}

.footer .footer-contact {
  float: left;
}
.footer .footer-contact a {
  text-decoration: none;
  color: inherit;
}
.footer .footer-contact .footer-logo {
  width: 153px;
  height: 60px;
  background: url(/assets/footer_logo_fxt.png);
}
.footer .footer-contact h3 {
  margin-top: 33px;
  margin-bottom: 33px;
  font-size: 16px;
  color: #fff;
  opacity: .8;
}
.footer .footer-contact p {
  color: #fff;
  opacity: .54;
  font-size: 16px;
  margin-bottom: 16px;
}
.footer .footer-nav {
  float: left;
  margin-top: 41px;
}
.footer .footer-nav .footer-nav-item {
  float: left;
  margin-left: 40px;
}
.footer .footer-nav .footer-nav-item h3 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 33px;
}
.footer .footer-nav .footer-nav-item li {
  margin-bottom: 25px;
}
.footer .footer-nav .footer-nav-item li a {
  color: #FCB736;
  opacity: .67;
}
.footer .footer-nav .footer-nav-item li a:hover {
  border-bottom: 1px solid #FCB736;
}
.footer .footer-qrcode-block {
  float: left;
  margin-left: 40px;
  height: 215px;
  border-left: 1px solid #555;
  padding-left: 14px;
  padding-top: 40px;
}
.footer .footer-qrcode-block .footer-qrcode {
  float: left;
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-right: 54px;
}
.footer .footer-qrcode-block .footer-qrcode .footer-qrcode-ic {
  width: 140px;
  height: 140px;
}
.footer .footer-qrcode-block .footer-qrcode .footer-qrcode-ic img {
  margin-bottom: 16px;
  width: 140px;
  height: 140px;
}
.footer-container {
  width: 1080px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.footer-left-ic {
  width: 626px;
  height: 362px;
  background: url(/assets/footer_bg_left.png);
  position: absolute;
  left: 0;
  top: 0;
  opacity: .2;
  filter: alpha(opacity=20);
}
.footer-right-ic {
  width: 745px;
  height: 420px;
  background: url(/assets/footer_bg_right.png);
  position: absolute;
  right: 0;
  top: 0;
  opacity: .2;
  filter: alpha(opacity=20);
}
.footer-copyright {
  text-align: center;
  height: 36px;
  line-height: 36px;
  background: #19232E;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #555;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer {
    overflow: hidden;
    padding-top: 32px;
    height: 1150px;
  }
  .footer .footer-qrcode-block {
    border-left: 0;
    width: 200px;
    height: 550px;
    margin: 0 auto;
    float: none;
    overflow: hidden;
    padding-left: 0px;
  }
  .footer .footer-qrcode-block .footer-qrcode {
    margin-right: 0;
    height: 260px;
  }
  .footer .footer-qrcode-block .footer-qrcode .footer-qrcode-ic {
    width: 200px;
    height: 200px;
  }
  .footer .footer-qrcode-block .footer-qrcode .footer-qrcode-ic img {
    width: 200px;
    height: 200px;
  }
  .footer .footer-nav {
    width: 400px;
  }
  .footer .footer-contact {
    line-height: 22px;
    padding-left: 32px;
  }
  .footer-container {
    width: auto;
  }
  .footer-left-ic {
    width: 313px;
    height: 181px;
    background-size: cover;
  }
  .footer-right-ic {
    width: 521.5px;
    height: 294px;
    bottom: 0;
    top: auto;
  }
  .footer-copyright {
    padding: 16px 0;
    height: initial;
    line-height: 22px;
  }
  .footer-copyright span {
    display: block;
  }
}
@media screen and (max-width: 375px) {
  .footer {
    padding-top: 16px;
  }
  .footer .footer-contact {
    padding-left: 16px;
  }
}
@media screen and (max-width: 320px) {
  .footer-copyright {
    font-size: 14px;
  }
}
.lr-block {
  height: 600px;
  width: 1030px;
  margin: 0 auto;
}
.lr-grey {
  background-color: #edf1f6;
}
.lr-l {
  float: left;
}
.lr-r {
  float: right;
}
.lr-block-text {
  width: 446px;
  color: #4d6378;
  margin-top: 190px;
}
.lr-block-text h3 {
  font-size: 40px;
  border-left: 8px solid #fcc800;
  padding-left: 10px;
}
.lr-block-text .lr-block-en {
  font-size: 30px;
  color: #90a0af;
  font-family: "PingFang-SC-Light";
  margin-top: 8px;
}
.lr-block-text .lr-block-cn {
  font-size: 21px;
  margin-top: 28px;
  line-height: 33px;
}
.lr-block-img {
  margin-top: 144px;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.htc);
}
@media screen and (max-width: 768px) {
  .lr-block-text {
    margin-top: 20px;
    width: 100%;
  }
  .lr-block-text h3 {
    display: inline-block;
    font-size: 24px;
  }
  .lr-block-text .lr-block-en {
    font-size: 18px;
  }
  .lr-block-text .lr-block-cn {
    font-size: 16px;
    width: 310px;
    margin: 16px auto 0;
  }
  .lr-block {
    text-align: center;
    width: 100%;
    height: initial;
    display: inline-block;
  }
  .lr-l,
  .lr-r {
    float: none;
  }
  .lr-block-img {
    margin: 30px auto;
  }
}
@font-face {
  font-family: "PingFang-SC-Light";
  src: url("PingFang-SC-Light.eot");
  /* IE9 */
  src: url("PingFang-SC-Light.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("PingFang-SC-Light.woff") format("woff"), /* chrome、firefox */ url("PingFang-SC-Light.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */ url("PingFang-SC-Light.svg#PingFang-SC-Light") format("svg");
  /* iOS 4.1- */
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PingFang-SC-Regular";
  src: url("PingFang-SC-Regular.eot");
  /* IE9 */
  src: url("PingFang-SC-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("PingFang-SC-Regular.woff") format("woff"), /* chrome、firefox */ url("PingFang-SC-Regular.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */ url("PingFang-SC-Regular.svg#PingFang-SC-Regular") format("svg");
  /* iOS 4.1- */
  font-style: normal;
  font-weight: normal;
}
.dialog-box {
  width: 390px;
  height: 250px;
  border-radius: 10px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -195px;
  z-index: 100002;
  padding: 30px;
  text-align: center;
  font-size: 16px;
  font-family: "PingFangSC-Medium";
  overflow: hidden;
  color: #4D6378;
  display: none;
}
.dialog-mask {
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100001;
  display: none;
}
.dialog-info {
  height: 25px;
  line-height: 25px;
}
.dialog-qrcode {
  width: 100%;
}
.dialog-qrcode img {
  width: 140px;
  height: 140px;
}
.dialog-tips {
  height: 25px;
  line-height: 25px;
}
.dialog-close {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.bounceInDown {
  -webkit-animation: bounceInDown 1s;
          animation: bounceInDown 1s;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation: bounceOutDown 1s;
          animation: bounceOutDown 1s;
}