body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
body {
  background: #fff;
  color: #555;
  font-size: 14px;
  font-family: Microsoft YaHei,Arial;
}
td,
th,
caption {
  font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
a {
  color: #555;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
img {
  border: none;
}
ol,
ul,
li {
  list-style: none;
}
input,
textarea,
select,
button {
  font: 14px ,Arial,Microsoft YaHei;
}
table {
  border-collapse: collapse;
}
html {
  overflow-y: scroll;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.f_l {
  float: left;
}
.f_r {
  float: right;
}
.header {
  clear: both;
  padding: 20px 0 0 0;
}
.header .container .header-menu {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
}
.header .container .header-logo {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.header .container .header-logo img {
  width: 122px;
  height: 58px;
  position: relative;
  top: 20px;
}
.header .container .header-phone {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 10px;
}
.header .container .header-phone > div {
  margin-left: 10px;
}
.header .container .header-phone p:nth-child(1) {
  font-size: 20px;
  color: #666666;
}
.header .container .header-phone p:nth-child(2) {
  font-size: 30px;
  color: #ec8911;
}
.header .container .header-text {
  margin-top: 10px;
  line-height: 40px;
  font-size: 22px;
  color: #11264f;
  text-align: left;
  font-weight: bold;
  border-left: 1px solid #d4d0c8;
  padding-left: 25px;
}
@media only screen and (max-width: 768px) {
  .header .container .header-logo img {
    top: 0;
  }
  .header .container .header-text {
    border-left: none;
    padding-left: 0;
    flex-wrap: wrap;
    text-align: center;
  }
  .header .container .header-phone {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.header .container .ul-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  background-image: url(../../images/nav_bg.jpg);
}
.header .container ul {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
.header .container ul li {
  padding: 15px 20px;
  font-size: 14px;
  text-align: center;
  position: relative;
}
.header .container ul li:hover .ul-hover {
  display: block;
}
.header .container ul li::after {
  content: '';
  position: absolute;
  left: 0;
  top: 25px;
  width: 100%;
  height: 30px;
}
.header .container ul li .ul-hover {
  display: none;
  position: absolute;
  left: 0;
  top: 48px;
  z-index: 3;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.3);
}
.header .container ul li .ul-hover a {
  padding: 10px 20px;
  cursor: pointer;
  color: #11264f;
  font-size: 12px;
}
.header .container ul li .ul-hover a:hover {
  color: #4cc3c7;
  text-decoration: none;
  background: url(../../images/home_top_bg.jpg) no-repeat center 30px;
}
.header .container ul li a {
  display: block;
  color: #fff;
}
.header .container ul li > a:hover {
  color: #4cc3c7;
  text-decoration: none;
}
.header .container ul .li-active {
  color: #4cc3c7;
}
.header .container .header-icon {
  position: fixed;
  z-index: 3;
  top: 20px;
  right: 10px;
  padding: 5px;
  background-color: #fff;
  border-radius: 4px;
}
.header .container .layui-icon:hover {
  color: #0084e9;
}
.header .container .layui-icon {
  font-size: 30px;
  cursor: pointer;
}
.float-menu {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 80%;
  max-width: 400px;
  height: 100vh;
  z-index: 3;
  background-color: #f2f2f2;
  box-shadow: 1px 2px 10px #131313;
}
.float-menu ul li:nth-child(1) {
  padding: 10px 0;
  text-align: center;
  color: rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid #dadada;
}
.float-menu ul li {
  padding: 10px 15px;
  border-bottom: 1px solid #dadada;
}
.navigation {
  width: 100%;
  height: 100%;
  padding: 20px 0;
  background-color: #283442;
  color: #fff;
}
.navigation .container {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
}
.navigation .container .layui-breadcrumb a,
.navigation .container .layui-breadcrumb span {
  color: #fff!important;
}
.navigation .container .layui-breadcrumb a:hover {
  text-decoration: none;
}
.menu li:nth-child(1) {
  border: none;
  font-size: 18px;
}
.menu li:nth-child(1) a {
  color: #0084e9;
}
.menu li:last-child {
  border-bottom: 1px solid #eee;
}
.menu li {
  padding: 15px 20px;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
}
.menu li a {
  color: #666;
}
.common-title {
  padding-bottom: 12px;
  font-size: 18px;
  border-bottom: 1px solid #eeeeee;
  padding-top: 12px;
  margin-bottom: 20px;
}
.home-banner {
  width: 100%;
  height: 100%;
}
.home-banner .login-wrap {
  position: relative;
}
.home-banner .layui-carousel {
  width: 100%;
  height: 100%;
}
.home-banner .layui-carousel img {
  width: 100%;
  height: 100%;
}
.home-banner .home-float-form {
  position: absolute;
  right: 0;
  top: 0;
  width: 40%;
  max-width: 320px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
}
.home-banner .home-form .login-title {
  margin: 20px 0;
}
.home-banner .home-form .login-input-wrap {
  margin: 10px;
}
.home-banner .home-form,
.home-banner .home-float-form {
  height: 100%;
}
@media screen and (min-width: 1200px) {
  .home-banner .home-form form,
  .home-banner .home-float-form form {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .home-banner .home-form .row-wrapper,
  .home-banner .home-float-form .row-wrapper {
    height: 80%;
  }
}
.home-banner .home-form form,
.home-banner .home-float-form form {
  height: 100%;
}
.home-banner .home-form .row-wrapper,
.home-banner .home-float-form .row-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin: 0 10px;
}
.home-banner .home-form .login-title,
.home-banner .home-float-form .login-title {
  text-align: center;
  font-size: 28px;
  color: #fff;
}
.home-banner .home-form .login-input-wrap,
.home-banner .home-float-form .login-input-wrap {
  position: relative;
}
.home-banner .home-form .login-input-wrap .change-login,
.home-banner .home-float-form .login-input-wrap .change-login {
  margin-top: 10px;
  text-align: right;
}
.home-banner .home-form .login-input-wrap .code-img,
.home-banner .home-float-form .login-input-wrap .code-img {
  height: 40px;
  position: absolute;
  right: 10%;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
}
.home-banner .home-form .login-input-wrap .code-img img,
.home-banner .home-float-form .login-input-wrap .code-img img,
.home-banner .home-form .login-input-wrap .code-img canvas,
.home-banner .home-float-form .login-input-wrap .code-img canvas {
  width: 100px;
  position: absolute;
  right: 0;
  top: -13px;
  height: 40px;
}
.home-banner .home-form .login-input-wrap .login-btn,
.home-banner .home-float-form .login-input-wrap .login-btn,
.home-banner .home-form .login-input-wrap .login-btn1,
.home-banner .home-float-form .login-input-wrap .login-btn1 {
  width: 100%;
  border-radius: 100px;
  background-color: #fff;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
  border: none;
  color: #4cc3c7;
  padding: 15px 0;
  cursor: pointer;
}
.home-banner .home-form .login-input-wrap .login-btn:hover,
.home-banner .home-float-form .login-input-wrap .login-btn:hover,
.home-banner .home-form .login-input-wrap .login-btn1:hover,
.home-banner .home-float-form .login-input-wrap .login-btn1:hover {
  opacity: .8;
  color: #4cc3c7;
}
.home-banner .home-form .login-input-wrap .login-btn1,
.home-banner .home-float-form .login-input-wrap .login-btn1 {
  background-color: #f2f2f2;
}
.home-banner .home-form .login-input-wrap .code-input,
.home-banner .home-float-form .login-input-wrap .code-input {
  padding: 24px 150px 24px 24px;
}
.home-banner .home-form .login-input-wrap input,
.home-banner .home-float-form .login-input-wrap input {
  border-radius: 100px;
  background-color: #e9e9e9;
  padding: 24px;
}
.home-banner .home-form .login-input-wrap input:focus,
.home-banner .home-float-form .login-input-wrap input:focus {
  border-color: #4cc3c7!important;
}
.home-banner .home-form .login-input-wrap input::-webkit-input-placeholder,
.home-banner .home-float-form .login-input-wrap input::-webkit-input-placeholder {
  /* placeholder颜色  */
  color: rgba(0, 0, 0, 0.4);
  /* placeholder字体大小  */
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .home-banner .home-form,
  .home-banner .home-float-form {
    min-height: auto;
  }
}
.home-footer {
  width: 100%;
  height: 100%;
  background-image: url(../../images/footerBg.jpg);
  padding: 20px 0;
}
.home-footer .footer-row {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.home-footer .footer-row ul {
  width:0;
  flex:0 0 20%;
}
.home-footer .footer-row ul li {
  overflow:hidden;
}
.home-footer ul > li:nth-child(1) {
  text-align: left;
  font-size: 14px;
}
.home-footer ul li {
  font-size: 12px;
  text-align: left;
  line-height: 25px;
}
.home-footer ul li a {
  color: #fff;
}
.home-footer ul a:hover {
  color: #4cc3c7;
}
.home-footer .container {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
.home-footer .container .company-concat {
  margin-top: 30px;
}
.home-footer .container .company-concat p {
  font-size: 12px;
  text-align: left;
  line-height: 30px;
}
.home-footer .container .company-phone {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  position: relative;
}
.home-footer .container .company-phone .company-line1 {
  width: 1px;
  height: 130px;
  background-color: #4673ac;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 3;
}
.home-footer .container .company-phone .company-line2 {
  width: 1px;
  height: 150px;
  background-color: #0046a1;
  position: absolute;
  top: 0;
  left: 0;
}
.home-footer .container .company-phone .company-phone-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.home-footer .container .company-phone .company-phone-text span {
  margin-top: 10px;
}
.home-footer .container .company-phone img {
  width: 40px;
  height: 75px;
}
.home-footer .container .company-code {
  font-size: 16px;
}
.home-footer .container .company-code img {
  width: 150px;
  height: 150px;
  margin-top: 30px;
  cursor: pointer;
}
