﻿@charset "utf-8";
/* CSS Document */

body {
  margin: 0px;
  padding: 0px;
  padding-top: 100px;
  position: relative;
}

@media (max-width: 1200px) {
  body {
    padding-top: 80px;
  }
}

@media (max-width: 992px) {
  body {
    padding-top: 50px;
  }
}
* {
  font-family: Arial, "微软雅黑", Microsoft YaHei;
}
dd,
dl,
dt,
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
input {
  margin: 0;
  outline: none;
}
a {
  text-decoration: none;
}
a:link {
  color: inherit;
} /*未访问样式*/
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
h1 {
  margin: 0px;
}
i {
  font-weight: normal;
}
hr {
  border: none;
  border-top: 1px solid #f0f0f0;
  margin: 10px 0px;
}
img {
  max-width: 100%;
}

::-webkit-scrollbar-track {
  background: #ccc;
}
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-thumb {
  background: #003c8d;
}
/*滚动条设置*/
table {
  box-sizing: border-box;
  width: 100%;
  border-right: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
}
table td {
  font-size: 14px;
  line-height: 24px;
  padding: 5px 10px;
  border-left: 1px solid #f5f5f5;
  border-top: 1px solid #f5f5f5;
  background: #fff;
}
table td p {
  margin-bottom: 0px;
}
/*表格边框样式*/

.modal-open {
  overflow: scroll !important;
}

/*boostrap遮罩层导致页面抖动*/

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1430px;
  }
}
@media (min-width: 1800px) {
  .container {
    width: 90%;
  }
}
/* 初始设置 */

.margin-box {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 992px) {
  .margin-box {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
/*栏目间距*/

.dropdown-menu {
  margin: 0px;
  border: none;
  border-radius: 0px;
}
/*设置*/

/*顶部导航*/
#haed-nav {
  padding: 0px 5%;
  margin: 0px;
  text-align: center;
  background: #003c8d;
  border: none;
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.3);
  transform: translate(0%, 0%);
  transition: all ease 0.45s;
}
.wap-nav-open #haed-nav {
  transform: translate(-66%, 0%);
}
.navbar-brand {
  width: auto;
  padding: 0px;
  height: auto;
  overflow: hidden;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  transition: all 0.3s;
}
.navbar-brand h1 {
  display: inline-block;
  font-size: 0px;
  height: 50px;
  padding: 8px 0px 8px;
  line-height: 34px;
}
.navbar-brand > h1 > img {
  display: inline-block;
  max-height: 100%;
  vertical-align: bottom;
}
#wap-nav-button {
  display: inline-block;
  padding: 0px 15px;
  font-size: 0px;
  line-height: 50px;
  height: 50px;
  border: none;
  background: none;
}
#wap-nav-button span {
  display: inline-block;
  font-size: 26px;
  color: #fff;
  line-height: inherit;
  height: inherit;
}
.web-language button {
  position: relative;
  z-index: 3;
  display: block;
  padding: 0px;
  white-space: nowrap;
  border: none;
  background: none;
  font-size: 15px;
  color: #fff;
}
.web-language button:hover {
  opacity: 0.7;
}
.web-language button span {
  position: relative;
  z-index: -1;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 6px;
  font-size: 18px;
  color: inherit;
}
.web-language button b {
  position: relative;
  z-index: -1;
}
.web-language .dropdown-menu {
  left: auto;
  right: 0px;
}
.web-language .dropdown-menu a {
  line-height: 30px;
}
.web-language .dropdown-menu a:hover {
  color: #fff;
  background: #003c8d;
}
#haed-nav .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: bottom;
}
#haed-nav .navbar-nav > li > a {
  padding: 15px;
  color: #fff;
}
#haed-nav .navbar-nav > li:hover > a,
#haed-nav .navbar-nav > li.on > a {
  opacity: 0.7;
}
#haed-nav .navbar-nav > .open > a,
#haed-nav .navbar-nav > .open > a:hover,
#haed-nav .navbar-nav > .open > a:focus {
  opacity: 0.7;
  background: none !important;
}

#haed-nav .navbar-nav > li > .dropdown-menu {
  background: #003c8d;
}
#haed-nav .navbar-nav > li > .dropdown-menu a {
  line-height: 30px;
  color: #fff;
}
#haed-nav .navbar-nav > li > .dropdown-menu a:hover {
  color: #003c8d;
  background: #fff;
}

@media (min-width: 992px) {
  .navbar-brand h1 {
    height: 80px;
    padding: 18px 0px 18px;
    line-height: 44px;
  }
  .web-language {
    line-height: 80px;
    height: 80px;
  }
  #haed-nav .navbar-nav > li > a {
    padding: 15px;
    line-height: 50px;
  }
  #wap-nav-button {
    display: inline-block;
    padding: 0px 15px;
    font-size: 0px;
    line-height: 80px;
    height: 80px;
    border: none;
    background: none;
  }
}

@media (min-width: 1200px) {
  #wap-nav-button {
    display: none;
  }

  .navbar-brand h1 {
    height: 100px;
    padding: 25px 0px 25px;
    line-height: 50px;
  }
  .web-language {
    line-height: 100px;
    height: 100px;
  }
  #wap-nav-button {
    display: none;
  }
  #haed-nav .navbar-nav > li > a {
    padding: 15px 15px;
    line-height: 70px;
  }
}

@media (min-width: 1400px) {
  #haed-nav .navbar-nav > li > a {
    padding: 15px 30px;
    line-height: 70px;
  }
}
@media (max-width: 1200px) {
  .navbar-header {
    width: 100%;
  }
  .web-language {
    display: none;
  }
  #haed-nav .navbar-nav {
    display: none;
  }
}

@media (max-width: 992px) {
  #haed-nav .navbar-header {
    width: 100%;
    margin: 0px;
  }
}

/*顶部导航*/

/*容器*/
.wrap {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: #fff;
  transform: translate(0%, 0%);
  transition: all ease 0.45s;
  box-shadow: 0 2vw 2vw rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.wap-nav-open .wrap {
  transform: translate(-66%, 0%);
}
/*容器*/
/*手机侧导航*/
.wap-nav-mask {
  position: fixed;
  z-index: 999999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: none;
  transform: translate(0%, 0%);
  transition: all ease 0.45s;
}
.wap-nav-open .wap-nav-mask {
  display: block;
  transform: translate(-66%, 0%);
}
#wap-nav {
  position: fixed;
  z-index: 0;
  top: 0px;
  bottom: 0px;
  right: 0px;
  width: 66%;
  overflow: hidden;
  transition: all ease 0.45s;
}
.wap-nav-open #wap-nav {
  transform: translate(0%, 0%);
}
.wap-nav-haed {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 50px;
  padding-left: 8%;
  color: #fff;
  background: #003c8d;
  overflow: hidden;
}
.wap-nav-haed a {
  display: inline-block;
  min-width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  letter-spacing: 2px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.wap-nav-haed a span {
  display: inline-block;
  width: inherit;
  height: inherit;
  line-height: inherit;
  font-size: 18px;
  color: #fff;
  vertical-align: bottom;
}
.wap-nav-haed a.wap-nav-close span {
  font-size: 24px;
}
.wap-nav-bottom {
  position: absolute;
  z-index: 2;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 50px;
  font-size: 0px;
  color: #4d4d4d;
}
.wap-nav-bottom > div {
  display: inline-block;
  width: 50%;
}
.wap-nav-bottom > div.open {
  background: #333;
}
.wap-nav-bottom > div > a {
  display: inline-block;
  width: 100%;
  padding: 0px !important;
  font-size: 14px;
  line-height: 50px;
  text-align: center;
  color: #4d4d4d;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.wap-nav-bottom > div.open > a {
  color: #fff;
}
.wap-nav-bottom > div:first-child > a {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.wap-nav-bottom > div > a > span {
  display: inline-block;
  margin-right: 6px;
  font-size: 18px;
  vertical-align: bottom;
}
.wap-nav-bottom > div div.dropdown-menu {
  position: absolute;
  z-index: 1000;
  top: auto;
  bottom: 100%;
  width: 100%;
  box-sizing: border-box;
  padding: 8% 8%;
  border: none;
  box-shadow: none;
  border-radius: 0px;
  background: #333;
  font-size: 0px;
}
.wap-nav-bottom > div div.wap-language a {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  line-height: 42px;
  text-align: center;
  color: #ccc;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.wap-nav-bottom > div div.wap-language a:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.wap-nav-bottom > div div.wap-search input {
  display: inline-block;
  max-width: 80%;
  font-size: 14px;
  line-height: 32px;
  color: #fff;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  vertical-align: bottom;
}
.wap-nav-bottom > div div.wap-search a {
  display: inline-block;
  width: 20%;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  vertical-align: bottom;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.wap-nav-box {
  position: absolute;
  z-index: 1;
  top: 50px;
  bottom: 50px;
  left: 0px;
  right: 0px;
  width: 100%;
  overflow-y: auto;
}
.wap-nav-box > li {
  font-size: 14px;
  line-height: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.wap-nav-box > li > a {
  display: inline-block;
  width: 100%;
  padding: 0px 8%;
  line-height: inherit;
  color: #4d4d4d;
  transition: all 0.3s;
}
.wap-nav-box > li.open > a {
  padding-left: 12%;
  color: #fff;
  background: #4d4d4d;
}
#wap-nav .dropdown-backdrop {
  display: none !important;
}
.wap-nav-box > li > ul {
  position: relative;
  border: none;
  width: 100%;
  border-radius: 0px;
  box-shadow: none;
  padding: 10px 0px;
}
.wap-nav-box > li > ul > li > a {
  font-size: 14px;
  line-height: 32px;
  padding: 0px 8%;
}
.wap-nav-box > li > ul > li > a span {
  display: inline-block;
  margin-right: 8px;
  font-size: 18px;
  color: #003c8d;
  vertical-align: bottom;
}
/*手机侧导航*/

.index-about {
  overflow: hidden;
}
.index-about-box a {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
}

@media (min-width: 992px) {
  .index-about-box {
    float: left;
    width: 50%;
    margin: 15px 0px;
  }
  .index-about-box:first-child {
    padding-right: 8px;
  }
  .index-about-box:last-child {
    padding-left: 7px;
  }
  .index-about-box a .index-about-text {
    position: absolute;
    z-index: 2;
    left: 0px;
    top: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0px 12%;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: all ease 0.4s;
    transition-delay: 0.3s;
  }
  .index-about-box a:hover .index-about-text {
    position: absolute;
    z-index: 2;
    left: 0px;
    top: 0%;
    opacity: 1;
  }
  .index-about-box a .index-about-text div {
    opacity: 0;
    transform: translate(0px, 100%);
    transition: all ease 0.6s;
    transition-delay: 0s;
  }
  .index-about-box a:hover .index-about-text div {
    opacity: 1;
    transform: translate(0px, 0%);
    transition-delay: 0.5s;
  }
  .index-about-box a:hover .index-about-text h2 {
    margin: 0px 0px 15px;
    font-size: 24px;
    color: #fff;
  }
  .index-about-box a:hover .index-about-text p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    height: 120px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .index-about-box a .index-about-text span {
    position: relative;
    display: inline-block;
    padding: 0px 25px;
    line-height: 36px;
    color: #fff;
  }
  .index-about-box a .index-about-text span:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0%;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    transition: all 0.3s;
  }
  .index-about-box a .index-about-text span:hover:before {
    content: "";
    border: 1px solid #003c8d;
    transition: all 0.3s;
  }
  .index-about-box a .index-about-text span:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    width: 0%;
    height: 0%;
    background: #003c8d;
    transition: all 0.3s;
  }
  .index-about-box a .index-about-text span:hover:after {
    content: "";
    top: 16%;
    left: 5%;
    width: 90%;
    height: 68%;
  }
}
@media (max-width: 992px) {
  .index-about-text {
    padding: 6vh 5vw;
    text-align: center;
  }
  .index-about-text h2 {
    margin: 0px 0px 20px;
    color: #333;
  }
  .index-about-text p {
    font-size: 14px;
    line-height: 24px;
    color: #808080;
    height: 120px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .index-about-text span {
    display: inline-block;
    padding: 0px 25px;
    margin-top: 20px;
    font-size: 14px;
    line-height: 36px;
    color: #fff;
    background: #003c8d;
  }
}
/*首页关于*/

/*友情链接*/
.link {
  padding-top: 30px;
  padding-bottom: 10px;
  overflow: hidden;
  background: #f7f7f7;
}
.link .index-title {
  float: left;
  display: inline-block;
}
.link .index-title h3 {
  position: relative;
  z-index: 1;
  margin: 0px;
  font-size: 24px;
  line-height: 1.5em;
  color: #333;
}
.link .index-title span {
  position: relative;
  margin: 0px;
  font-size: 13px;
  line-height: 1.5em;
  color: #999;
  padding-left: 18px;
}
.link .index-title span:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 48%;
  left: 0%;
  width: 12px;
  height: 1px;
  background-color: #999;
}
.link .index-title {
  margin-right: 40px;
}
.lin-list {
  padding-bottom: 20px;
}
.lin-list a {
  display: inline-block;
  padding-right: 10px;
  font-size: 13px;
  line-height: 24px;
  color: #999;
  transition: all 0.4s;
}
.lin-list a:hover {
  color: #cc0011;
}

@media (max-width: 992px) {
  .link {
    display: none;
  }
}

/*页脚*/
.foot {
  background: #003c8d;
  padding: 40px 5% 0px;
  color: #ccc;
  font-size: 13px;
}

#foot-nav {
  display: flex;
  justify-content: space-between;
  margin: 0px;
  overflow: hidden;
}
#foot-nav .panel {
  display: block;
  border: none;
  background: none;
  box-shadow: none;
}
#foot-nav .panel + .panel {
  margin-top: 0px;
}
#foot-nav .panel-heading {
  font-size: 0px;
  border-radius: 0px;
  overflow: hidden;
  padding: 0px;
  background: none;
}
#foot-nav .panel-heading a {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  font-size: 15px;
  padding: 0px 0px 15px;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}
#foot-nav .panel-body {
  border: none;
  padding: 0px;
  margin: 0px;
}
#foot-nav .panel-body a,
#foot-nav .panel-body p {
  display: inline-block;
  font-size: 12px;
  line-height: 30px;
  color: #ccc;
}
#foot-nav .panel-body i {
  display: inline-block;
  float: left;
  margin-right: 4px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 18px;
  color: #ccc;
}
#foot-nav .panel-body p {
  display: inline-block;
  font-size: 12px;
  line-height: 22px;
  color: #ccc;
}
#foot-nav .panel-body a:hover {
  color: #fff;
}
#foot-nav input {
  display: inline-block;
  padding: 0px 10px;
  margin-bottom: 15px;
  width: 100%;
  min-width: 250px;
  font-size: 12px;
  line-height: 30px;
  color: #fff;
  background: #4d4d4d;
  border: none;
}
#foot-nav textarea {
  display: inline-block;
  padding: 10px;
  margin-bottom: 15px;
  width: 100%;
  min-width: 250px;
  height: 120px;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  background: #4d4d4d;
  border: none;
}
#foot-nav a.submit {
  display: inline-block;
  padding: 0px 30px;
  font-size: 13px;
  line-height: 34px;
  color: #fff;
  background: #003c8d;
}
#foot-nav a.submit:hover {
  display: inline-block;
  padding: 0px 30px;
  font-size: 12px;
  line-height: 34px;
  color: #003c8d;
  background: #ccc;
}

@media (max-width: 992px) {
  #foot-nav {
    padding: 0px 15px;
  }
  .ewm {
    display: none !important;
  }
}

@media (max-width: 992px) {
  #foot-nav {
    display: inline-block;
    width: 100%;
    margin: 0px;
    overflow: hidden;
  }
  #foot-nav .panel {
    display: inline-block;
    margin: 0px;
    padding: 0px 30px;
    width: 100%;
  }
  #foot-nav .panel-heading a {
    position: relative;
    padding: 15px 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #003c8d;
  }
  #foot-nav .panel-heading a.collapsed {
    color: #fff;
  }
  #foot-nav .panel-heading a:after {
    content: "×";
    position: absolute;
    z-index: 1;
    line-height: 42px;
    font-size: 16px;
    font-weight: normal;
    color: #003c8d;
    bottom: 0px;
    right: 10px;
  }
  #foot-nav .panel-heading a.collapsed:after {
    content: "+";
    position: absolute;
    z-index: 1;
    line-height: 42px;
    font-size: 16px;
    color: #ccc;
    bottom: 0px;
    right: 10px;
  }
  #foot-nav .panel-body {
    padding: 10px 0px;
    border-bottom: 1px solid #666;
  }
  #foot-nav .panel-body > div {
    padding: 0px 15px;
  }
  #foot-nav .panel-body a {
    display: inline-block;
    width: 100%;
    padding: 0px 15px;
    font-size: 14px;
    line-height: 36px;
    color: #ccc;
  }
}

@media (max-width: 768px) {
  #foot-nav .panel {
    padding: 0px;
  }
  #foot-nav .panel-heading a {
    font-size: 14px;
  }
}
/*页脚折叠效果*/
@media (min-width: 992px) {
  .foot #feedback {
    padding-left: 50px;
  }
  .foot #feedback b {
    display: block;
    width: 100%;
    font-size: 15px;
    padding: 0px 0px 15px;
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
  }
  .foot #feedback input {
    display: inline-block;
    width: 100%;
    padding: 0px 10px;
    margin-bottom: 10px;
    background: none;
    border: none;
    height: 36px;
    line-height: 36px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .foot #feedback textarea {
    display: inline-block;
    width: 100%;
    height: 108px;
    padding: 10px 10px;
    margin-bottom: 10px;
    background: none;
    border: none;
    line-height: 22px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .foot #feedback input::placeholder,
  .foot #feedback textarea::placeholder {
    color: rgba(255, 255, 255, 0.7);
  }
  .foot #feedback #messages_submit {
    display: inline-block;
    padding: 0px 30px;
    margin-top: 10px;
    font-size: 14px;
    color: #003c8d;
    line-height: 34px;
    background: #fff;
    cursor: pointer;
    transition-duration: 0.3s;
  }
  .foot #feedback #messages_submit:hover {
    background: #ccc;
  }
}
@media (max-width: 992px) {
  .foot #feedback {
    display: none;
  }
}
.bq {
  padding: 15px;
  margin: 30px 0px 0px;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
  color: #ccc;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
}
.bq a {
  display: inline-block;
  margin: 0px 5px;
}
/* 版权 */

.sidebar {
  display: none;
  position: fixed;
  right: 46px;
  top: 40%;
  transform: translateX(100%);
  -ms-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -o-transform: translateX(100%);
  font-size: 0px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-right: none;
  transition: all 0.3s;
}
.sidebar:hover {
  right: 0;
  transform: translateX(0%);
  -ms-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -o-transform: translateX(0%);
  transition: all 0.3s;
}
.sidebar li {
  display: block;
  max-height: 46px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 60, 141, 0.8);
  transition: all 0.3s;
  transition: max-height 0.15s ease-out;
  overflow: hidden;
}
.sidebar:hover li {
  max-height: 140px;
  transition: max-height 0.25s ease-in;
}
.sidebar li:last-child {
  border-bottom: none;
}
.sidebar li:hover {
  background: rgba(0, 60, 141, 1);
}
.sidebar li div {
  display: inline-block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  vertical-align: text-top;
}
.sidebar li div i,
.sidebar li div em {
  font-size: 20px;
}
.sidebar li a,
.sidebar li b {
  vertical-align: text-top;
  display: inline-block;
  padding: 0 25px;
  height: 46px;
  font-size: 14px;
  line-height: 46px;
  font-weight: bold;
  color: #fff;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.sidebar li img {
  vertical-align: text-top;
  box-sizing: border-box;
  width: 0;
  padding: 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s;
}
.sidebar:hover li img {
  width: 140px;
  padding: 10px;
}
/*右侧客服*/

/*右侧客服*/

.inside-banner {
  width: 100%;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 1200px) {
  .inside-banner {
    height: 300px;
  }
}

@media (max-width: 992px) {
  .inside-banner {
    height: 200px;
  }
}

@media (max-width: 768px) {
  .inside-banner {
    height: 180px;
  }
}

.breadcrumb {
  background: none;
  padding: 0px;
  border-bottom: 1px solid #ebebeb;
  border-radius: 0px;
  margin: 0px;
  overflow: hidden;
}
.breadcrumb li {
  display: inline-block;
  padding: 0px;
  line-height: normal;
}
.breadcrumb li a,
.breadcrumb li span {
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  color: #999;
  padding: 0px;
  margin: 20px 0px;
}
.breadcrumb li a:hover {
  color: #003c8d;
}
.inside-nav li {
  display: inline-block;
}
.inside-nav li a {
  display: inline-block;
  padding: 0px;
  margin: 20px 15px;
  font-size: 14px;
  line-height: 20px;
  color: #4d4d4d;
}
.inside-nav li.on a {
  color: #003c8d;
}
@media (max-width: 992px) {
  .breadcrumb li a,
  .breadcrumb li span {
    display: inline-block;
    line-height: 20px;
    padding: 0px;
    margin: 20px 0px 15px;
  }
  .inside-nav {
    float: none;
    width: 100%;
  }
  .inside-nav li a {
    display: inline-block;
    padding: 0px;
    margin: 0px 15px 15px;
  }
  .inside-nav li:first-child a {
    margin-left: 0px;
  }
}
@media (max-width: 768px) {
  .inside-nav {
    font-size: 0px;
    padding-bottom: 15px;
  }
  .inside-nav li {
    width: 48%;
    margin: 4px 0px;
  }
  .inside-nav li:nth-child(Odd) {
    margin-right: 4%;
  }
  .inside-nav li a {
    display: inline-block;
    width: 100%;
    padding: 0px;
    margin: 0px;
    line-height: 30px;
    text-align: center;
    background: #f7f7f7;
  }
}
.pagination > li > a {
  color: #666;
  font-size: 12px;
}
.pagination > li > a:hover {
  color: #003c8d;
  background: #f7f7f7;
}
.pagination > li.on > a {
  color: #fff;
  background: #003c8d;
  border-color: #003c8d;
}
/*内页公共*/

h2.about-title {
  margin: 0px 0px 20px;
  font-size: 28px;
  text-align: center;
}
#about p {
  font-size: 14px;
  line-height: 2em;
}
.about-banner {
  width: 100%;
  height: 450px;
  background-image: url(../images/img-about-banner1.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
@media (max-width: 992px) {
  .about-banner {
    height: 250px;
    background-image: url(../images/img-about-banner2.jpg);
  }
}

.culture-list {
  padding: 15px;
}
.culture-list img {
  margin-bottom: 15px;
}

#join {
  width: 100%;
  background-image: url(../images/img-about-join1.jpg);
  background-size: cover;
  background-position: center;
  color: #fff;
}
#join h2 {
  margin-top: 20px;
}
#join p {
  font-size: 14px;
  line-height: 2em;
}
#join a {
  display: inline-block;
  padding: 0px 25px;
  margin-top: 30px;
  line-height: 36px;
  color: #4d4d4d;
  background: #fff;
  transition-duration: 0.3s;
}
#join a:hover {
  color: #fff;
  background: #003c8d;
}
@media (max-width: 992px) {
  #join {
    height: 250px;
    background-image: url(../images/img-about-join2.jpg);
  }
}
/*关于我们*/

.join-list {
  position: relative;
  z-index: 1;
  padding: 15px;
}
.join-list > span {
  position: absolute;
  z-index: 2;
  top: 2%;
  right: 5%;
  font-size: 8vmax;

  opacity: 0.2;
}
.join-list:first-child > span {
  color: #003c8d;
}
.join-list:nth-child(2) > span {
  color: #e79b31;
}
.join-list:nth-child(3) > span {
  color: #c22981;
}
.join-list:nth-child(4n) > span {
  color: #256aaf;
}
.join-list:nth-child(4n + 1) > span {
  color: #003c8d;
}
.join-list:nth-child(4n + 2) > span {
  color: #e79b31;
}
.join-list:nth-child(4n + 3) > span {
  color: #c22981;
}

.join-list > div {
  padding: 30px;
  background: #fafafa;
  border-radius: 6px;
}
.join-list > div i {
  font-size: 16px;
  font-weight: bold;
  color: #ccc;
  text-transform: Uppercase;
}
.join-list > div h3 {
  margin-top: 0px;
  margin-bottom: 25px;
}
.join-text {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 160px;
  padding-right: 10px;
  overflow-y: auto;
}
/*招聘*/

.product-list {
  margin-bottom: 20px;
  text-align: center;
}
.product-list a .product-list-img {
  overflow: hidden;
}
.product-list a .product-list-img img {
  transform: scale(1);
  transition: all 0.3s ease;
}
.product-list a:hover .product-list-img img {
  transform: scale(1.2);
}
.product-list a p {
  width: 100%;
  margin: 15px 0px 5px;
  font-size: 14px;
  line-height: 1em;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.3s;
}
.product-list a:hover p {
  color: #003c8d;
}
.product-list a span {
  font-size: 12px;
  color: #999;
}
/*产品列表*/

.product-text h4 {
  color: #003c8d;
}
.product-text p {
  font-size: 14px;
  color: #333;
  line-height: 1.75em;
}
.product-text a {
  display: inline-block;
  padding: 0px 15px;
  margin-top: 10px;
  margin-right: 10px;
  line-height: 38px;
  color: #fff;
  background: #003c8d;
  transition: all 0.3s;
}
.product-text a i {
  display: inline-block;
  margin-right: 6px;
  font-size: 22px;
  line-height: inherit;
  color: #fff;
  vertical-align: bottom;
  transition: all 0.3s;
}
.product-text a:hover {
  color: #fff;
  background: #00ade7;
}
@media (min-width: 992px) {
  .product-text {
    padding-left: 35px;
  }
}
@media (max-width: 992px) {
  .product-text {
    margin-top: 30px;
  }
}

.product-details {
  background: #f2f2f2;
  margin-top: 70px;
}
.product-details .inside-title2 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0px;
}

@media (max-width: 992px) {
  .product-details {
    margin-top: 50px;
  }
}
#product-details-button {
  padding: 0px 10px;
}
#product-details-button li {
  display: inline-block;
  border: none;
  margin: 0px 1px;
}
#product-details-button li a {
  padding: 10px 20px;
  border-radius: 0px;
  line-height: 30px;
  color: #4d4d4d;
  background: none;
  border: none;
}
#product-details-button li.active a {
  border-radius: 0px;
  color: #fff;
  background: #003c8d;
}

#details-body {
  padding: 30px 0px;
}
#details-body table p {
  margin: 0px;
  font-size: 14px;
  line-height: 26px;
}
.details-img-list {
  text-align: center;
  padding: 15px;
}
.details-img-list img {
  margin-bottom: 10px;
}
.details-img-list span {
  color: #333;
}
.details-img-list:hover span {
  color: #003c8d;
}

/*产品详情*/

.program-list-box {
  background: #fafafa;
  margin-bottom: -40px;
}
.program-list {
  padding: 15px;
}
.program-list a {
  display: inline-block;
  padding: 20px;
  background: #fff;
  border: 1px solid #f2f2f2;
  transition: all 0.4s;
}
.program-list a:hover {
  box-shadow: 0px 0px 15px rgba(0, 60, 141, 0.2);
}
.program-list a .program-img img {
  transition: all 0.4s;
}
.program-list a:hover .program-img img {
}
.program-list h4 {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  line-height: 20px;
  color: #4d4d4d;
  margin: 25px 0px 12px;
  transition: all 0.4s;
}
.program-list a:hover h4 {
  color: #003c8d;
}
.program-list span {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 12px;
  color: #999;
  font-weight: bold;
}
.program-list p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 22px;
  height: 44px;
  color: #999;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*方案*/

.down {
  background: #f7f7f7;
}
.down-list1 > div {
  padding: 25px;
}
a.down-title {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  max-width: 100%;
  font-size: 18px;
  color: #003c8d;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}
a.down-title:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0px;
  left: 0%;
  width: 0%;
  height: 1px;
  background-color: #003c8d;
  transition: all 0.3s;
}
a.down-title:hover:after {
  content: "";
  width: 100%;
}
.down-list1 p {
  font-size: 12px;
  color: #999;
}
.down-list1 p span {
  display: inline-block;
  margin-left: 8px;
  font-size: 12px;
  color: #666;
}
.down-list1 p span:first-child {
  margin: 0px;
}
a.down-button {
  display: inline-block;
  padding: 0px 25px;
  margin-top: 10px;
  margin-left: 5px;
  font-size: 12px;
  line-height: 32px;
  color: #999;
  border: 1px solid #ccc;

  transition: all 0.4s;
}
a.down-button:hover {
  color: #fff;
  border: 1px solid #003c8d;
  background: #003c8d;
}
a.service-more {
  display: inline-block;
  padding: 0px 25px;
  margin-top: 20px;
  line-height: 42px;
  color: #666;
  border: 1px solid #ebebeb;
  transition: all 0.4s;
}
a.service-more:hover {
  color: #fff;
  border: 1px solid #003c8d;
  background: #003c8d;
}
.faq-list1 {
  padding: 8px 15px;
}
.faq-list1 > div {
  border: 1px solid #ebebeb;
  padding: 25px;
  transition: all 0.3s;
}
.faq-list1 > div:hover {
  border: 1px solid #003c8d;
}
.faq-list1 > div a {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  max-width: 100%;
  font-size: 18px;
  color: #003c8d;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}
.faq-list1 > div a:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0px;
  left: 0%;
  width: 0%;
  height: 1px;
  background-color: #003c8d;
  transition: all 0.3s;
}
.faq-list1 > div a:hover:after {
  content: "";
  width: 100%;
}
.faq-list1 > div p {
  width: 100%;
  font-size: 14px;
  line-height: 2em;
  height: 4em;
  margin: 0px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*服务*/
.down-list2 {
  margin-bottom: 20px;
}
.down-list2 li {
  width: 100%;
  padding: 30px 0px;
  border-bottom: 1px dashed #ebebeb;
  overflow: hidden;
}
.down-list2 li:first-child {
  border-top: 1px dashed #ebebeb;
}
.down-l {
  width: 80%;
}
.down-r {
  width: 20%;
  text-align: right;
}
.down-list2 li {
  font-size: 0px;
}
.down-list2 li a.down-title {
  margin-bottom: 15px;
}
.down-list2 p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin: 0px;
}
.down-list2 p span {
  display: inline-block;
  margin-left: 8px;
  font-size: 12px;
  color: #666;
}
.down-list2 p span:first-child {
  margin: 0px;
}
@media (max-width: 992px) {
  .down-l {
    width: 100%;
  }
  .down-r {
    width: 100%;
    margin-top: 10px;
    text-align: left;
  }
  .down-r a {
    margin-right: 4px;
  }
}
/*下载*/

#faq .panel {
  border: none;
  padding: 0px;
  border-radius: 0px;
}
#faq .panel-heading {
  border: none;
  padding: 0px;
  border-radius: 0px;
  background: none;
  box-shadow: none;
}
#faq .panel-heading a {
  display: inline-block;
  width: 100%;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  color: #003c8d;
}
#faq .panel-heading a.collapsed {
  color: #4d4d4d;
  background: none;
}
#faq .panel-body {
  border-top: 1px dashed #ebebeb;
  box-shadow: none;
  padding: 40px 20px;
}
/*常见问题*/

.news-list {
  margin-bottom: 20px;
}
.news-list li {
  display: flex;
  padding: 30px 0px;
  border-bottom: 1px solid #ebebeb;
  overflow: hidden;
}
.news-list li:first-child {
  border-top: 1px solid #ebebeb;
}
.news-img {
  margin-right: 40px;
}
.news-img a {
  display: block;
  width: 12vmax;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .news-img {
    margin-right: 30px;
  }
  .news-img a {
    width: 20vmax;
  }
}
@media (max-width: 992px) {
  .news-img {
    margin-right: 25px;
  }
  .news-img a {
    width: 22vmax;
  }
}
@media (max-width: 480px) {
  .news-list li {
    display: block;
  }
  .news-img {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .news-img a {
    width: 100%;
  }
}
.news-text {
  overflow: hidden;
}
.news-text .news-title {
  display: inline-block;
  max-width: 100%;
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.3s;
}
.news-text .news-title:hover {
  display: inline-block;
  color: #003c8d;
}
.news-text p {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  max-height: 72px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
a.news-more {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0px 20px;
  margin-top: 10px;
  font-size: 12px;
  line-height: 32px;
  color: #999;
  border: 1px solid #ebebeb;
  transition: all 0.3s;
}
a.news-more:hover {
  color: #fff;
  border: 1px solid #003c8d;
  transition: all 0.3s;
}
a.news-more:after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0px;
  left: 0%;
  width: 0%;
  height: 100%;
  background-color: #003c8d;
  transition: all 0.3s;
}
a.news-more:hover:after {
  content: "";
  width: 100%;
}
/*新闻列表*/

.news-head {
  margin-bottom: 40px;
  text-align: center;
}
.news-head span {
  display: inline-block;
  margin-left: 20px;
  color: #999;
}
.news-head h3 {
  margin-bottom: 20px;
}
.news-head hr {
  border-top: 1px dashed #ebebeb;
}
.news-body p {
  font-size: 14px;
  line-height: 2em;
}
@media (max-width: 768px) {
  .news {
    padding: 20px;
    background: #fff;
  }
  .news-head span {
    margin-left: 0px;
    margin: 10px 0px;
  }
}
.news-page {
  padding-top: 20px;
  margin-top: 40px;
  border-top: 1px solid #ebebeb;
}
.news-page a {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  line-height: 26px;
  color: #4d4d4d;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.3s;
}
.news-page a:hover {
  color: #003c8d;
}
.news-page a.no-more {
  color: #999;
}
.news-page a.news-return {
  display: inline-block;
  width: auto;
  padding: 0px 30px;
  margin-top: 10px;
  line-height: 30px;
  color: #fff;
  background: #003c8d;
}

@media (min-width: 768px) {
  .news-page {
    position: relative;
    padding-right: 140px;
    padding-bottom: 20px;
  }
  .news-page a.news-return {
    position: absolute;
    z-index: 1;
    right: 0px;
    top: 50%;
    transform: translate(0px, -50%);
    display: inline-block;
    margin-top: 0px;
  }
  .news-page a.news-return:hover {
    right: 10px;
    top: 50%;
    transform: translate(0px, -50%);
  }
  .news-page a.news-return:hover {
    right: 10px;
    top: 50%;
    transform: translate(0px, -50%);
  }
}
/*文章通用*/

#map-canvas {
  height: 400px;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.contact-list {
  text-align: center;
  padding: 15px;
}
.contact-icon {
  display: inline-block;
  width: 10vmin;
  height: 10vmin;
  margin-bottom: 20px;
  border-radius: 50%;
  background: #003c8d;
}
.contact-icon span {
  display: inline-block;
  width: 10vmin;
  height: 10vmin;
  font-size: 5vmin;
  line-height: 10vmin;
  color: #fff;
}
/*联系我们*/

.ly {
}
.ly input {
  border: 1px solid #ebebeb;
  line-height: 44px;
  width: 100%;
  padding: 0px 15px;
  margin: 10px 0px;
}
.ly input:hover,
.ly input:focus {
  border: 1px solid #003c8d;
}
.ly textarea {
  border: 1px solid #ebebeb;
  line-height: 22px;
  width: 100%;
  height: 160px;
  padding: 15px;
  margin: 10px 0px;
  outline: none;
  box-shadow: none;
}
.ly .submit {
  display: inline-block;
  padding: 0px 25px;
  background: #4d4d4d;
  font-size: 14px;
  line-height: 36px;
  color: #fff;
  margin: 15px 0px;
  transition: all 0.3s;
}
.ly .submit:hover {
  background: #003c8d;
}

.select {
  position: relative;
  width: 100%;
  font-size: 0px;
  margin: 0px 0px 15px;
}
.select dt {
  position: relative;
  z-index: 99;
  display: inline-block;
  width: 100%;
  padding: 0px 12px;
  font-size: 14px;
  line-height: 46px;
  font-weight: normal;
  color: #808080;
  border: 1px solid #ebebeb;
  background: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.select dt:hover,
.select dt.cur {
  border: 1px solid #003c8d;
}
.select dd {
  width: 100%;
  padding: 15px 0px;
  border: 1px solid #ebebeb;
  background: #fff;
  display: none;
}
.select dd ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  overflow: auto;
}
.select dd ul li {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.select dd ul li a {
  display: block;
  font-size: 13px;
  color: #4d4d4d;
  line-height: 32px;
  padding: 0 15px;
}
.select dd ul li a:hover {
  color: #fff;
  background: #003c8d;
  text-decoration: none;
}
/*下拉*/

/*功能区 语言、登录*/
.shop {
  margin-right: 80px;
}
.shop > li {
  float: left;
}
.shop > li > a {
  display: inline-block;
  padding: 0 12px;
  font-size: 22px;
  line-height: 22px;
  vertical-align: middle;
}
.shop > li > a span {
  display: inline-block;
  padding-top: 2px;
  font-size: 18px;
  color: #fff;
}
.shop > li > a span {
  font-size: 22px;
  color: #fff;
}
.shop > li .dropdown-menu {
  position: absolute;
  z-index: 1;
  left: auto;
  right: 0;
}
.shop > li.language .dropdown-menu {
  right: -30px;
  margin: 0;
  padding: 10px;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.shop > li.language .dropdown-menu div {
  padding: 6px 0;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.shop > li.language .dropdown-menu:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 5px;
  right: 50%;
  margin-right: -30px;
  width: 10px;
  height: 10px;
  background-color: #fff;
  transform: translate(50%, 0%) rotate(45deg);
}
.shop > li.language .dropdown-menu div li {
  line-height: 36px;
}
.shop > li.language .dropdown-menu div li a {
  position: relative;
  z-index: 2;
  display: block;
  padding: 0 15px;
  font-size: 15px;
  line-height: 32px;
  color: #666;
  transition: all 0.4s;
}
.shop > li.language .dropdown-menu div li a:hover {
  color: #fff;
}
.shop > li.language .dropdown-menu div li a:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0%;
  width: 0%;
  height: 100%;
  background-color: #00a189;
  transition: all ease 0.3s;
}
.shop > li.language .dropdown-menu div li a:hover:after {
  content: "";
  width: 100%;
}

.shop > li.login .dropdown-menu {
  right: -60px;
  margin: 0;
  padding: 10px 0;
  background: none;
  box-shadow: none;
  border: none;
}
.login .login-box {
  display: flex;
  width: 650px;
  padding: 30px;
  line-height: 22px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.login-box > div {
  position: relative;
  width: 50%;
  padding-bottom: 60px;
  color: #666;
}
.login-box > div:first-child {
  padding-right: 25px;
  border-right: 1px solid #ebebeb;
}
.login-box > div:last-child {
  padding-left: 25px;
}
.login-box > div h4 {
  margin-top: 0;
  margin-bottom: 18px;
  color: #333;
}
.login-box > div input {
  margin-bottom: 18px;
  width: 100%;
  padding: 0px 15px;
  font-size: 15px;
  line-height: 48px;
  color: #666;
  border: 1px solid #ebebeb;
  background: #fcfcfc;
  transition: all 0.4s;
}
.login-box > div input:focus {
  border: 1px solid #00a189;
  background: #fff;
}
.radio-box {
  position: relative;
  overflow: hidden;
}
.radio-box input {
  position: absolute;
  z-index: 1;
  left: -20px;
  width: 10px !important;
}
.radio-box label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding-left: 18px;
  margin-bottom: 18px;
}
.radio-box label:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  margin-top: -5px;
  width: 11px;
  height: 11px;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
}
.radio-box label:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 2px;
  margin-top: -3px;
  width: 7px;
  height: 7px;
  background-color: #fff;
  border-radius: 2px;
}
.radio-box input[type="checkbox"]:checked + label:after {
  content: "";
  background: #00a189;
}
.radio-box a {
  color: #666;
  transition: all 0.4s;
}
.radio-box a:hover {
  color: #00a189;
}

.login-box > div .button {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: calc(100% - 25px);
  font-size: 15px;
  font-weight: bold;
  line-height: 48px;
  color: #333;
  text-align: center;
  text-transform: Uppercase;
  border: 1px solid #ebebeb;
  background: none;
  transition: all 0.4s;
}
.login-box > div .button.sign {
  left: auto;
  right: 0;
}

.login-box > div .button:hover {
  color: #fff;
}
.button:after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0px;
  left: 0%;
  width: 100%;
  height: 0%;
  background-color: #00a189;
  transition: all 0.4s;
}
.button:hover:after {
  content: "";
  height: 100%;
}

/*登陆注册*/
.new-box {
  max-width: 1050px;
  margin: 50px auto 0;
  color: #666;
}
.new-box.new-flex {
  display: flex;
  flex-wrap: wrap;
}
.new-box.new-flex > div {
  position: relative;
  width: 50%;
  padding-bottom: 70px;
  color: #666;
}
.new-box.new-flex > div:first-of-type {
  padding-right: 40px;
  border-right: 1px solid #ebebeb;
}
.new-box.new-flex > div:last-of-type {
  padding-left: 40px;
}
.new-box h4 {
  margin-top: 0;
  margin-bottom: 18px;
  color: #333;
}
.new-box input {
  margin-bottom: 18px;
  width: 100%;
  padding: 0px 15px;
  font-size: 15px;
  line-height: 48px;
  color: #666;
  border: 1px solid #ebebeb;
  background: #fcfcfc;
  transition: all 0.4s;
}
.new-box input:focus {
  border: 1px solid #00a189;
  background: #fff;
}
.new-box .button {
  position: relative;
  display: inline-block;
  width: 200px;
  font-size: 15px;
  font-weight: bold;
  line-height: 48px;
  color: #333;
  text-align: center;
  text-transform: Uppercase;
  border: 1px solid #ebebeb;
  background: none;
  transition: all 0.4s;
}
.new-box.new-flex > div .button {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: calc(100% - 40px);
}
.new-box.new-flex > div .button.sign {
  left: auto;
  right: 0;
}

.new-box .button:hover {
  color: #fff;
}
.button:after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0px;
  left: 0%;
  width: 100%;
  height: 0%;
  background-color: #00a189;
  transition: all 0.4s;
}
.button:hover:after {
  content: "";
  height: 100%;
}