@charset "UTF-8";
@import url(iconfont.css);
.login {
  padding-top: 70px;
  height: 100%;
  z-index: 99;
  width: 100%;
  min-height: 580px;
  background: url("../images/login/loginbg.png") no-repeat top center;
  background-size: 100% 100%; }

.login .login-form {
  margin: 0 auto;
  color: #fff;
  width: 356px; }

.login .item-label, .loginTab li, .login .forget, .newCheckbox > span {
  color: #fff;
  color: rgba(255, 255, 255, 0.4); }

.login .item-label {
  padding-left: 18px;
  width: 28%; }

.login .item-row {
  margin: 0 auto 36px;
  width: 100%; }

.login .code-input {
  width: 46%; }

.login .code-div {
  position: relative;
  margin-left: 10px;
  height: 38px;
  width: 46%; }

.code-div img {
  width: 110px;
  /* margin-left: 16px;*/
  margin-top: 6px;
  margin-left: -16px; }

.login-number {
  position: absolute;
  top: 50%;
  right: 1px;
  margin-top: -15px;
  display: block;
  width: 30px;
  height: 30px;
  background: url("../images/login/loginSprite1.png") no-repeat -11px -12px;
  cursor: pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%; }

.login .login-tit {
  width: 100%;
  margin-top: 10px;
  padding: 20px 0;
  font-size: 20px; }

.item-input, .item-btn {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px; }

.item-label {
  width: 24%;
  line-height: 36px;
  min-width: 110px; }

.item-label label {
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  white-space: nowrap; }

.item-input-block {
  position: relative;
  min-height: 36px; }

.item-input, .code-div, .logRegBtn > div, .forget-step2 .fresh, .forget-step3 > a {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px; }

.item-input, .code-div, .textConsult {
  background: #343668;
  background-color: rgba(255, 255, 255, 0.1);
  filter: alpha(opacity=100); }

.code-div {
  background: #464a76; }

.item-input {
  padding: 0 18px;
  display: block;
  width: 100%;
  height: 38px;
  border: none;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  line-height: 38px !important;
  color: #fff; }

.item-input:focus, .item-input:active {
  border: 2px solid #9b9ab4; }

.item-input-block.error .item-input, .item-input-block.error .item-input:focus, .item-input-block.error .item-input:active {
  border: 1px solid #95233a; }

.item-btn {
  height: 38px;
  line-height: 38px;
  padding: 0 18px;
  background-color: #009688;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
  border: none;
  cursor: pointer; }

.item-btn-primary {
  margin-left: 120px;
  border: 1px solid #C9C9C9;
  background: #fff;
  color: #555; }

.item-remember {
  margin: 3px auto;
  padding-left: 18px; }

.newCheckbox > div, .newCheckbox > span, .newCheckbox > a {
  vertical-align: middle; }

.notSelect, .newCheckbox {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.newCheckbox > div {
  margin-right: 8px;
  width: 14px;
  height: 14px;
  border: 1px solid #1449af;
  cursor: pointer; }

.newCheckbox > div:hover, .newCheckbox.act > div {
  background: #1161ed; }

.newCheckbox.act > span {
  color: #fff; }

.newCheckbox.act > div:before {
  content: "";
  background: url("../images/login/loginSprite1.png") no-repeat -155px -20px;
  display: block;
  width: 100%;
  height: 100%;
  font-family: "宋体";
  margin-top: -3px;
  font-size: 12px;
  text-align: center; }

.login .logRegBtn {
  margin: 22px 0 0; }

.logRegBtn > div, .forget-step2 .fresh, .forget-step3 > a {
  background: #1161ed;
  width: 100%;
  line-height: 36px;
  font-size: 17px;
  font-family: "幼圆"; }

.login .login-disabled {
  background: #4762f5; }

.login .login-disabled:hover {
  cursor: default; }

.btn:hover {
  opacity: .8;
  filter: Alpha(opacity=80); }

.loginTab {
  padding-left: 18px;
  margin-bottom: 30px; }

.loginTab li {
  float: left;
  min-width: 78px;
  height: 34px;
  line-height: 34px;
  font-size: 20px;
  font-family: "幼圆";
  cursor: pointer;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s; }

.loginTab li:first-child {
  margin-right: 40px; }

.loginTab li.act {
  color: #fff;
  border-bottom: 2px solid #1161ed; }

.loginBot {
  margin-top: 31px;
  padding-top: 16px;
  border-top: 2px solid #413258; }

.login .forget {
  display: block;
  font-size: 12px; }

.login .forget:hover {
  cursor: pointer;
  color: #1161ed; }

.qqLogin, .weixinLogin {
  width: 36px;
  height: 32px;
  vertical-align: middle;
  background-image: url("../images/login/loginSprite1.png");
  background-repeat: no-repeat; }

.qqLogin {
  background-position: -53px -11px; }

.weixinLogin {
  margin-right: 10px;
  background-position: -99px -10px; }

.loginBot > p {
  margin: 16px auto 10px; }

.loginBox, .registerBox {
  display: none; }

.loginBox.act, .registerBox.act {
  display: block; }

.registerBox > h6 {
  margin: 28px auto 6px;
  font-size: 20px;
  font-family: "宋体"; }

.registerBox .item-row {
  margin-bottom: 0; }

.registerRead .newCheckbox {
  margin: 16px auto; }

.registerRead .newCheckbox > a {
  display: inline;
  color: #1161ed; }

.registerBox .logRegBtn {
  margin: 0; }

.registerSuc {
  color: #fff;
  font-size: 20px;
  font-family: "黑体"; }

.registerSuc > p:first-child {
  margin: 136px auto 22px; }

.getCode {
  line-height: 38px;
  font-size: 14px;
  background: #1161ed;
  cursor: pointer; }

.getCode.act {
  background: #7c8188; }

.login-header {
  padding: 20px;
  background: #000;
  height: 80px; }

.login-header .login-btn {
  cursor: pointer;
  padding: 10px;
  color: #fff; }

.login-btn:hover {
  color: #1ab394; }

.login-header .userName-admin {
  display: none; }

.login-header .userName-admin a {
  color: #fff !important;
  padding: 10px; }

.login-header .userName-admin a:hover {
  color: #1ab394 !important; }

.auThen-error {
  display: none;
  white-space: nowrap;
  padding-left: 20px;
  margin-top: 3px;
  color: #cd494d;
  font-size: 12px;
  line-height: 18px; }

.login-icon {
  width: 25px;
  position: absolute;
  bottom: 8px;
  left: 10px; }

.login-icon-input {
  padding-left: 36px !important; }

/*弹出*/
.el-message {
  min-width: 380px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  border-width: 1px;
  opacity: 0;
  border-style: solid;
  border-color: #ebeef5;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #edf2fc;
  -webkit-transition: all .8s;
  transition: all .8s;
  overflow: hidden;
  padding: 15px 15px 15px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.alert-el {
  opacity: 0;
  display: none !important; }

.display-el {
  opacity: 1;
  display: block !important; }

.success-el {
  background-color: #e1f3d8;
  border-color: #e1f3d8;
  color: #67c23a; }

.error-el {
  background-color: #fef0f0;
  border-color: #fde2e2;
  color: #f56c6c; }

/* 去除 谷歌浏览器 黄色底色 */
input:-webkit-autofill {
  -webkit-text-fill-color: #fff !important;
  transition: background-color 5000s ease-in-out 0s; }

@keyframes layerFadeIn {
  0% {
    opacity: 0;
    transform: scale(0.5); }
  100% {
    opacity: 1;
    transform: scale(1); } }
@-webkit-keyframes layerFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1); } }
@-moz-keyframes layerFadeIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5); }
  100% {
    opacity: 1;
    -moz-transform: scale(1); } }
@-ms-keyframes layerFadeIn {
  0% {
    opacity: 0;
    -ms-transform: scale(0.5);
    filter: Alpha(opacity=0); }
  100% {
    opacity: 1;
    -ms-transform: scale(1);
    filter: Alpha(opacity=100); } }
@-o-keyframes layerFadeIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.5); }
  100% {
    opacity: 1;
    -o-transform: scale(1); } }
@keyframes hideFadeIn {
  0% {
    opacity: 1;
    transform: scale(1); }
  100% {
    transform: scale(0.5);
    opacity: 0; } }
@-webkit-keyframes hideFadeIn {
  0% {
    opacity: 1;
    -webkit-transform: scale(1); }
  100% {
    -webkit-transform: scale(0.5);
    opacity: 0; } }
@-moz-keyframes hideFadeIn {
  0% {
    opacity: 1;
    -moz-transform: scale(1); }
  100% {
    -moz-transform: scale(0.5);
    opacity: 0; } }
@-ms-keyframes hideFadeIn {
  0% {
    opacity: 1;
    -ms-transform: scale(1); }
  100% {
    -ms-transform: scale(0.5);
    opacity: 0;
    filter: Alpha(opacity=0); } }
@-o-keyframes hideFadeIn {
  0% {
    opacity: 1;
    -webkit-transform: scale(1); }
  100% {
    -webkit-transform: scale(0.5);
    opacity: 0; } }
.showAlert[data-animation=layerFadeIn] {
  animation: layerFadeIn .3s;
  -webkit-animation: layerFadeIn .3s;
  -moz-animation: layerFadeIn .3s;
  -ms-animation: layerFadeIn .3s;
  -o-animation: layerFadeIn .3s; }

.hideAlert[data-animation=layerFadeIn] {
  animation: hideFadeIn .2s forwards;
  -webkit-animation: hideFadeIn .2s forwards;
  -moz-animation: hideFadeIn .2s forwards;
  -ms-animation: hideFadeIn .2s forwards;
  -o-animation: hideFadeIn .2s forwards; }

.msg-layer-bg {
  width: 100%;
  z-index: 9999;
  position: fixed;
  background: #000;
  opacity: 0.8;
  top: 0;
  height: 100%;
  filter: alpha(opacity=80);
  display: none; }

.msg-layer {
  z-index: 9999;
  position: fixed;
  left: 50%;
  top: 50%;
  text-align: center;
  opacity: 1;
  filter: alpha(opacity=100);
  border-radius: 5px;
  max-width: 800px;
  min-width: 300px;
  display: none; }

.msg-con {
  word-break: break-all;
  max-height: 100%;
  overflow-y: auto; }

.layer-close {
  /*display: none;*/
  position: absolute;
  right: 16px;
  top: 18px;
  font-size: 18px;
  font-family: "宋体";
  text-align: center;
  color: #fff;
  background: #1161ed;
  width: 40px;
  height: 26px;
  line-height: 26px;
  cursor: pointer;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

.layer-close:hover {
  width: 46px; }

.msg-layer > h5 {
  font-size: 18px;
  line-height: 38px;
  border-bottom: 1px solid #ccc; }

.layer-btn {
  padding: 16px 0 10px;
  text-align: center; }

.layer-btn > input {
  display: none;
  width: 100px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  cursor: pointer;
  border: none;
  outline: none; }

.layer-cancel {
  background: #ccc9c9; }

.layer-commit {
  background: #50bce0;
  margin-left: 10px; }

@media screen and (max-width: 500px) {
  .login-form {
    width: 90% !important; }

  .msg-layer {
    width: 90% !important;
    left: 4% !important;
    margin-left: 0 !important; } }
.forget-step {
  display: none; }
  .forget-step.act {
    display: block; }
  .forget-step.forget-step1 p.text {
    margin: 40px auto 90px; }
  .forget-step.forget-step2 p.text {
    margin: 0 auto 8px;
    font-size: 13px; }
  .forget-step.forget-step2 .item-row {
    margin-bottom: 10px; }
  .forget-step.forget-step2 .fresh {
    margin: 20px auto 10px;
    cursor: pointer; }
    .forget-step.forget-step2 .fresh.disable {
      background: #7c8188; }
  .forget-step.forget-step3 p {
    margin: 114px auto 100px;
    font-size: 18px;
    font-family: 'Adobe 黑体 Std R'; }
    .forget-step.forget-step3 p span {
      color: #1161ed; }
  .forget-step.forget-step3 > a {
    display: block;
    color: #fff; }

.forget .loginTab {
  padding-left: 0; }

/* 咨询样式*/
#consult .login {
  padding-top: 40px; }
#consult .consult-info {
  margin-bottom: 16px;
  padding-left: 10px; }
#consult .login .item-row {
  margin-bottom: 14px; }
  #consult .login .item-row input {
    text-align: center; }
#consult .textConsult {
  width: 100%;
  height: 100px;
  padding: 5px 10px;
  display: block;
  border: none;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  color: #fff; }
#consult textarea::-webkit-input-placeholder {
  color: #c0c4cc; }
#consult textarea:-moz-placeholder {
  color: #c0c4cc; }
#consult textarea::-moz-placeholder {
  color: #c0c4cc; }
#consult textarea:-ms-input-placeholder {
  color: #c0c4cc; }

.fontBlue {
  color: #1f5dea;
  display: inline-block !important;
  width: auto !important; }

.header {
  position: relative;
  padding: 30px 0;
  background: #ecf0f5; }
  .header .logo {
    margin-right: 8%; }
  .header .right {
    position: absolute;
    right: 8%;
    top: 50%;
    margin-top: -20px;
    height: 40px;
    line-height: 40px;
    white-space: nowrap; }
    .header .right > div {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      vertical-align: middle; }
  .header .header-search {
    margin-right: 6%;
    width: 194px;
    height: 100%; }
    .header .header-search input, .header .header-search div {
      height: 100%; }
    .header .header-search input {
      padding-left: 13px;
      width: 75%;
      border: none;
      background: #fff;
      line-height: 38px;
      border-radius: 20px 0 0 20px;
      -webkit-border-radius: 20px 0 0 20px;
      -moz-border-radius: 20px 0 0 20px;
      -ms-border-radius: 20px 0 0 20px;
      -o-border-radius: 20px 0 0 20px; }
    .header .header-search div {
      width: 25%;
      border-left: 1px solid #ecf0f5;
      background: #1f5dea;
      border-radius: 0 20px 20px 0;
      -webkit-border-radius: 0 20px 20px 0;
      -moz-border-radius: 0 20px 20px 0;
      -ms-border-radius: 0 20px 20px 0;
      -o-border-radius: 0 20px 20px 0;
      cursor: pointer;
      line-height: 40px;
      text-align: center; }
      .header .header-search div i {
        color: #fff;
        font-size: 22px; }
  .header .header-btn a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0 16px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px; }
    .header .header-btn a.loginBtn {
      border: 1px solid #1f5dea;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .header .header-btn a.loginBtn:hover {
        background: #1f5dea;
        color: #fff; }
  .header .header-btn .logOut {
    padding: 0px !important;
    cursor: pointer; }
  .header .header-btn a, .header .header-user a {
    height: 32px;
    line-height: 32px; }
    .header .header-btn a.loginBtn, .header .header-user a.loginBtn {
      line-height: 30px; }
  .header .header-btn .pointerNone, .header .header-user .pointerNone {
    cursor: default !important; }
  .header .manage {
    margin-left: 6px; }
    .header .manage a {
      padding: 0 20px;
      display: inline-block;
      *display: inline;
      *zoom: 1;
      vertical-align: middle;
      color: #fff;
      font-size: 12px;
      background: #1f5dea;
      border-radius: 20px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      -o-border-radius: 20px; }
  .header .user {
    position: relative; }
    .header .user a {
      color: #9f9e9c;
      font-size: 14px; }
    .header .user > ul {
      display: none;
      padding-top: 10px;
      position: absolute;
      left: 0;
      top: 100%;
      z-index: 2000; }
      .header .user > ul a:hover {
        color: #1f5dea; }
    .header .user:hover > ul {
      display: block; }

.loginOut {
  width: 80px;
  height: 30px;
  padding: 5px 0;
  border: 1px solid #d2d2d2;
  background: #ecf0f5;
  z-index: 2001;
  color: #1f5dea;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  white-space: nowrap;
  box-shadow: 0 2px 4px #a5a4a4;
  -webkit-box-shadow: 0 2px 4px #a5a4a4;
  -moz-box-shadow: 0 2px 4px #a5a4a4;
  -ms-box-shadow: 0 2px 4px #a5a4a4;
  -o-box-shadow: 0 2px 4px #a5a4a4;
  -webkit-animation: manage-upbit 0.3s;
  -moz-animation: manage-upbit 0.3s;
  -ms-animation: manage-upbit 0.3s;
  -o-animation: manage-upbit 0.3s;
  animation: manage-upbit 0.3s; }
  .loginOut a {
    line-height: 18px;
    max-height: 100%;
    vertical-align: top; }

@keyframes manage-upbit {
  0% {
    transform: translate3d(0, 30px, 0);
    opacity: .3; }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@-webkit-keyframes manage-upbit {
  0% {
    -webkit-transform: translate3d(0, 30px, 0);
    opacity: .3; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1; } }
@-moz-keyframes manage-upbit {
  0% {
    -moz-transform: translate3d(0, 30px, 0);
    opacity: .3; }
  100% {
    -moz-transform: translate3d(0, 0, 0);
    opacity: 1; } }
@-ms-keyframes manage-upbit {
  0% {
    -ms-transform: translate3d(0, 30px, 0);
    opacity: .3; }
  100% {
    -ms-transform: translate3d(0, 0, 0);
    opacity: 1; } }
@-o-keyframes manage-upbit {
  0% {
    -o-transform: translate3d(0, 30px, 0);
    opacity: .3;
    filter: Alpha(opacity=30); }
  100% {
    -o-transform: translate3d(0, 0, 0);
    opacity: 1;
    filter: Alpha(opacity=100); } }
/*导航*/
.gt_navigation {
  width: auto;
  position: relative;
  z-index: 100;
  font-size: 14px; }

.gt_navigation ul li {
  position: relative;
  float: left;
  width: auto; }

.gt_navigation ul li:before, .gt_navigation ul li a.current:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 100%; }

.gt_navigation ul li a.current:before {
  z-index: -1; }

.gt_navigation ul li.active:before, .gt_navigation ul li:hover:before, .gt_navigation ul li a.current:before {
  width: 100%; }

.gt_navigation > ul > li > a {
  color: #222328;
  display: block;
  position: relative;
  padding: 0 32px;
  z-index: 99;
  text-transform: uppercase;
  line-height: 40px; }
  .gt_navigation > ul > li > a:focus {
    outline: none; }

.gt_navigation > ul > li.active > a {
  color: #1f5dea; }

.gt_navigation > ul > li.active > a, .gt_navigation > ul > li:hover > a {
  font-weight: bold; }

.gt_navigation > ul > li:hover > a {
  color: #fff;
  background: #1f5dea; }

.gt_navigation ul ul {
  width: 160px;
  position: absolute;
  top: 100%;
  left: 0px;
  margin-top: -2px;
  z-index: 100;
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform: perspective(600px) rotateX(-90deg);
  -webkit-transform: perspective(600px) rotateX(-90deg);
  -moz-transform: perspective(600px) rotateX(-90deg);
  opacity: 0;
  visibility: hidden;
  border-top: 2px solid #1f5dea;
  background-color: #1f5dea;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.gt_navigation ul ul li {
  width: 100%; }

.gt_navigation ul ul li a {
  display: block;
  position: relative;
  padding: 16px 0;
  z-index: 99;
  text-transform: capitalize;
  font-size: 12px;
  color: #fff; }
  .gt_navigation ul ul li a:hover {
    color: #fff;
    font-weight: bold; }
  .gt_navigation ul ul li a:focus {
    outline: none; }

.gt_navigation ul > li:hover > ul {
  -moz-transform: perspective(600px) rotateX(0deg);
  -webkit-transform: perspective(600px) rotateX(0deg);
  transform: perspective(600px) rotateX(0deg);
  opacity: 1;
  visibility: visible; }

.gt_navigation ul ul ul {
  left: 100%;
  top: 0px; }

.gt_mobile_menu {
  position: relative;
  padding-top: 11px;
  width: 40px;
  height: 40px;
  display: none;
  background: #1f5dea;
  cursor: pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%; }
  .gt_mobile_menu > span.icon-bar {
    display: block;
    width: 50%;
    height: 3px;
    margin: 0 auto 4px;
    background-color: #ffffff; }
    .gt_mobile_menu > span.icon-bar:last-child {
      margin-bottom: 0; }

.footer, .header {
  min-width: 1180px; }

/*@media screen and (max-width: 990px) {
  .gt_mobile_menu {
    display: block
  }
  .gt_navigation {
    margin-left: 30px;
  }

  .gt_navigation > ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 300px;
    background-color: #1f5dea
  }

  .gt_navigation ul ul {
    left: 20px;
    width: 100%;
    background-color:  #1f5dea
  }

  .gt_navigation ul ul ul {
    right: 0;
    top: 100%;
    left: 20px;
    margin: auto
  }

  .gt_navigation ul li {
    width: 100%
  }

  .gt_navigation > ul > li > a {
    padding: 6px 15px;
    color: #fff;
  }
  .gt_navigation ul li.active > a, .gt_navigation ul li:hover > a {
    color: #fff;
  }
  .gt_navigation ul li.active:before, .gt_navigation ul li:hover:before {
    font-weight: bold;
    color: #fff;
    @include transition(all 0.3s ease-in-out);
  }
}*/
.footer {
  width: 100%; }

.footer_top {
  padding-top: 28px;
  width: 100%;
  background: url("../images/footer-bg.png") no-repeat center 16px #fcfcfc; }

.footer_list {
  padding-bottom: 26px;
  width: 1140px;
  border-bottom: 1px solid #eae9e9; }
  .footer_list li {
    margin-bottom: 4px;
    font-size: 13px; }
    .footer_list li i {
      font-size: 22px;
      vertical-align: middle; }

.footer_item h5 {
  font-size: 16px;
  color: #1f5dea;
  margin-bottom: 12px; }

.footer_cert {
  padding: 20px 0;
  width: 100%;
  text-align: center; }
  .footer_cert a {
    display: inline-block !important;
    vertical-align: middle;
    width: 110px; }
    .footer_cert a:first-child {
      margin-right: 16px;
      height: 42px; }
  .footer_cert img {
    width: auto;
    height: 42px; }

.footer_bot {
  padding: 10px 0;
  width: 100%;
  background: #ecf0f5;
  color: #4f5362;
  font-size: 13px; }
  .footer_bot img {
    width: 18px;
    margin-right: 6px; }
  .footer_bot a {
    display: inline;
    color: #4f5362; }

.footer-describe {
  padding-bottom: 10px;
  font-size: 13px; }
  .footer-describe h6 {
    font-size: 13px; }
  .footer-describe p {
    max-width: 80%;
    padding-top: 6px; }
    .footer-describe p strong {
      font-weight: bold; }

.footer_follow li {
  position: relative;
  line-height: 48px; }
  .footer_follow li i, .footer_follow li a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle; }
  .footer_follow li i {
    margin-right: 4px;
    font-size: 22px;
    vertical-align: middle;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 34px;
    border: 1px solid #ccc;
    color: #737171;
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .footer_follow li div {
    display: none;
    width: 128px;
    height: 120px;
    position: absolute;
    left: -130px;
    top: 12px; }
  .footer_follow li:hover i {
    color: #fff;
    background: #205cea;
    border-color: #205cea; }

@media screen and (max-width: 1400px) {
  .header .logo {
    margin-right: 4%; } }
@media screen and (max-width: 1280px) {
  .header .logo {
    margin-right: 3%; } }
@media screen and (max-width: 1300px) {
  .gt_navigation > ul > li > a {
    padding: 0 20px; }

  .header .right {
    right: 4%; }

  .footer_list {
    width: 1050px !important; } }
/*
@media screen and (max-width: 1200px){
  .gt_navigation > ul > li > a{
    padding: 0 18px;
  }
}
@media screen and (max-width: 600px){
  .header .header-search{
    width: 160px;
  }
}
@media screen and (max-width: 800px){
  .footer_list{
    padding-bottom: 0;
    >li{
      width: 100%;
      padding: 0 20px;
      margin-bottom: 10px;
    }
  }
}
@media screen and (max-width: 560px){
  .header{
    .logo{
      width: 100%;
      float: none;
      img{
        display: block;
        margin:0 auto;
        max-width: 100%;
      }
    }
    .right{
      position: static;
      margin: 10px auto;
      text-align: right;
      white-space: normal;
    }
    .header-search{
      margin-right: 4px;
      width: 40%;
    }
    .gt_navigation{
      position: absolute;
      right: 0;
      top:30px;
    }
  }
  .gt_navigation > ul{
    right: 0;
    left: auto;
  }
}*/
