/* @font-face {
	font-family:"Noto Sans SC";
	src: url(font/SOURCEHANSANSSC-NORMAL.OTF);
}
@font-face {
	font-family:'Sans Blod';
	src: url(font/SOURCEHANSANSSC-BOLD.OTF);
} */
* {
  font-size: 14px;
  /* 	font-family: "Noto Sans SC"; */
  font-weight: 100;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5 {
  cursor: default;
}

/* reset.css */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

body {
  background-color: rgb(242, 242, 242);
  font-family: -apple-system, 'Helvetica Neue', Helvetica, 'PingFang SC', 'Microsoft YaHei', 'Source Han Sans SC', 'Noto Sans CJK SC',
    'WenQuanYi Micro Hei', sans-serif;
}

ul,
ol,
li {
  list-style: none;
}

i {
  font-style: normal;
}

input[type='text'],
input[type='password'],
button {
  background: none;
  outline: none;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
}

button {
  cursor: pointer;
}

button:focus {
  outline: none;
}

select {
  outline: none;
  background-color: #fff;
}

input[disabled] {
  color: #666 !important;
  opacity: 1;
}

/* input[type=number]上下箭头 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type='number'] {
  -moz-appearance: textfield;
}

textarea {
  outline: none;
  -webkit-appearance: none;
  resize: none;
  font-family: -apple-system, 'Helvetica Neue', Helvetica, 'PingFang SC', 'Microsoft YaHei', 'Source Han Sans SC', 'Noto Sans CJK SC',
    'WenQuanYi Micro Hei', sans-serif;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

a,
a:hover,
a:active {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

/* img {
	display: block;
    pointer-events: none;
} */

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
}

.page-limit {
  width: 100%;
  min-width: 1378px;
  overflow: hidden;
}

.inner {
  width: 1240px;
  margin: 0 auto;
}

/* reset.css end */
/* login-box start */
.login-box {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 10, 19, 0.6);
  z-index: 1003;
  display: none;
}

.login-box .login-root > span {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 30px;
  cursor: pointer;
  color: #666666;
}

.login-box .login-root {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 920px;
  height: 538px;
  margin: auto;
  background-color: white;
  border-radius: 10px;
  -moz-box-shadow: 0px 5px 20px rgba(3, 28, 66, 0.203921568627451);
  -webkit-box-shadow: 0px 5px 20px rgb(3 28 66 / 20%);
  box-shadow: 0px 5px 20px rgb(3 28 66 / 20%);
}

.login-box .login-root .login-nr {
  display: flex;
  align-items: center;
}

.login-box .login-nr .login-left {
  width: 435px;
  height: 538px;
  background: url('../../img/home-logo-back.png') no-repeat;
  background-size: 100% 100%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.login-box .login-nr .login-right {
  width: 485px;
  height: 538px;
}

.login-box .login-head {
  margin-top: 75px;
  margin-left: 70px;
}

.login-box .login-head h3 {
  font-family: 'Arial Narrow', 'Arial';
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  color: #3464e0;
}

.login-box .mobile,
.login-box .message,
.login-box .code,
.login-box .login-footer {
  width: 343px;
  margin-left: 70px;
  margin-top: 20px;
  position: relative;
}

.login-box .mobile-input,
.login-box .message-input,
.login-box .codeBox {
  width: 343px;
  height: 63px;
  border: 1px solid rgba(121, 121, 121, 0.3);
  border-radius: 6px;
  display: flex;
  align-items: center;
}

.login-box .codeBox {
  border-color: transparent;
}

.login-box .codeBox .code-input {
  width: 193px;
  height: 40px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(121, 121, 121, 0.3);
  margin-right: 20px;
  box-sizing: border-box;
}

.login-box .mobile img,
.login-box .code-input img,
.login-box .message img {
  width: 24px;
  height: 24px;
  margin-left: 15px;
}

.login-box .code-input img {
  margin-left: 0;
  margin-right: 15px;
}

.login-box .mobile img,
.login-box .password img {
  opacity: 0.3;
}

.login-box .codeBox > img {
  height: 40px;
  width: 128px;
}

.login-box .mobile input,
.login-box .message input {
  height: 60px;
  padding: 18px;
  margin-left: 15px;
  font-size: 16px;
  flex: 1;
}

.login-box input::placeholder {
  opacity: 0.3;
}

.login-box .errortip {
  position: absolute;
  top: 100%;
  left: 63px;
  font-family: '微软雅黑';
  font-weight: 400;
  font-size: 12px;
  color: #f41f1f;
}

.login-box .message-input input {
  max-width: 155px;
}

.login-box .message .getMessage {
  width: 114px;
  height: 45px;
  background-color: rgba(43, 106, 215, 1);
  border-radius: 4px;
  color: #ffffff;
  margin-right: 10px;
}

.login-box .message .active {
  background-color: rgba(233, 237, 246, 1);
  color: #676f80;
}

.login-box .login-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.login-box .login-footer button {
  width: 343px;
  height: 50px;
  border-radius: 4px;
  font-size: 13px;
}

.login-box .login-footer .login {
  background-color: rgba(43, 106, 215, 1);
  color: #ffffff;
}

.login-box .login-footer .register {
  border: 1px solid rgba(162, 162, 162, 1);
  color: #333333;
}

.login-box .other {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

.login-box .other p {
  opacity: 0.3;
}

.login-box .other div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  cursor: pointer;
}

.login-box .other div img {
  width: 28px;
  height: 25px;
}

.login-box .other div span {
  font-size: 16px;
  margin-left: 10px;
}

/* login-box end */

/* 顶部导航栏开始 */
.menu {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  border-bottom: 1px solid #919198;
  display: flex;
}

.menu-top {
  width: 100%;
  height: 67px;
  padding-left: 20px;
  display: flex;
}

.menu-top .menu-logo {
  margin-left: 150px;
  height: 100%;
  display: flex;
  color: #ffffff;
  margin-right: 40px;
}

.menu-top .menu-logo > img {
  width: 35px;
  height: 35px;

  margin-top: 16px;
}

.menu-top .menu-logo > p {
  white-space: nowrap;
  line-height: 67px;
}

.menu-top .menu-nav {
  height: 100%;
  display: flex;
  margin: 0;
}

.menu .menu-top .menu-nav > li {
  display: block;
  height: 100%;
  width: 130px;

  margin-left: 20px;
  position: relative;
  z-index: 5;
  text-align: center;
  cursor: pointer;
}

.menu .menu-top .menu-nav > li:first-of-type {
  width: 70px;
}

/* .menu .menu-top .menu-nav>li:last-of-type{
	
} */
.menu .menu-top .menu-nav > li > a {
  display: block;
  width: 80%;
  height: 100%;
  margin: 0 auto;
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
  line-height: 67px;
}

.menu-top .menu-nav > li:hover > a {
  font-weight: 700;
  font-family: 'Sans Blod';
  border-bottom: 3px solid #439638;
}

.menu-top .menu-nav > li > .menu-active {
  font-weight: 700;
  font-family: 'Sans Blod';
  border-bottom: 3px solid #439638;
}

.menu .menu-top .menu-nav > li .combobox {
  display: none;
  background: #f5f5f5;
  width: 100%;
  top: 0;
  overflow: hidden;
}

.menu .menu-top .menu-nav > li .combobox.active {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: visible;
}

.combobox > a {
  display: block;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  color: #333;
  padding: 10px 0;
}

.combobox > a:hover {
  font-weight: 700;
  background: #ffffff;
  color: #0000ff;
  font-family: 'Sans Blod';
}

.scrll-menu {
  background: #ffffff;
}

.scrll-menu p {
  color: #000;
}

.scrll-menu .menu-top .menu-nav > li > a {
  color: #333;
}

.scrll-menu .menu-top .menu-nav > li > a:hover {
  color: #439638;
  font-weight: 700;
  font-family: 'Sans Blod';
  border-bottom: 3px solid #439638;
}

.scrll-menu .menu-top .menu-nav > li > .menu-active {
  color: #439638;
  font-weight: 700;
  font-family: 'Sans Blod';
  border-bottom: 3px solid #439638;
}

.scrll-menu .combobox {
  width: 130px;
  background: #ffffff;
  position: absolute;
  top: 67px;
  left: 0;
  border: 1px solid #919198;
}

.scrll-menu .combobox > a {
  display: block;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  color: #333;
  padding: 10px 0;
}

.scrll-menu .combobox > a:hover {
  color: #0000ff;
  font-weight: 700;
  font-family: 'Sans Blod';
}

/* 顶部导航栏结束 */

/* 白色导航栏样式开始 */
.menu-white {
  height: 67px;
  background-color: #fff;
  position: static;
}

.menu-white .menu-top .menu-logo > p {
  color: #000;
  font-weight: 400;
}

.menu-white .menu-top .menu-nav > li > a {
  font-size: 14px;
  color: #333333;
}

.menu-white .menu-top .menu-nav .combobox {
  border: 1px solid #d1d1da;
  background: #ffffff;
  top: 66px;
}

.menu-white .menu-top .menu-nav .combobox > a {
  color: #333333;
}

.menu-white .menu-top .menu-nav .combobox > a:hover {
  color: #0000ff;
}

/* 白色导航栏样式结束 */

/* 首页标题开始 */
.title {
  text-align: center;
  margin-bottom: 20px;
}

.title > h3 {
  color: #497ce7;
  font-size: 32px;
  font-weight: 600;
}

.title > h4 {
  margin-top: 5px;
  color: #666;
  font-size: 18px;
}

/* 首页标题结束 */

/* 公司简介开始 */
.company-profile {
  width: 100%;
  height: 468px;
  background: url(../../img/u69.png) no-repeat center;
  background-size: cover;
  color: #ffffff;
  padding: 30px;
}

.company-profile .containers {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  flex-direction: column;
}

.company-profile h2 {
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}

.company-profile p {
  font-size: 16px;
  line-height: 33px;
  margin: 30px 0;
}

.company-profile .txt-img {
  overflow: hidden;
}

.company-profile .txt-img .img-item {
  float: left;
  margin-right: 225px;
}

.company-profile .txt-img .img-item > p {
  font-size: 13px;
  text-align: center;
}

.company-profile .txt-img .img-item:last-of-type {
  margin-right: 0;
}

/* 公司简介结束 */

/* 底部导航开始 */
.footer {
  width: 100%;
  height: auto;
  background: #333;
  color: #ffffff;
  padding: 30px;
}

.footer > .containers {
  border-bottom: 1px solid #444444;
  overflow: hidden;
}

.footer .footer-left {
  float: left;
}

.footer .footer-left > h4 {
  height: 38px;
  overflow: hidden;
  line-height: 58px;
}

.footer .footer-left > h4 > img {
  width: 35px;
  height: 35px;
  float: left;
}

.footer .footer-left > h4 > span {
  float: right;
  font-size: 18px;
  margin-top: -10px;
}

.footer .footer-left .left-link > ul > li {
  margin-right: 50px;
  float: left;
}

.footer .footer-left .left-link a {
  display: block;
  color: #ccc;
  font-size: 15px;
  font-weight: 700;
  font-family: 'Sans Blod';
  text-decoration: none;
  margin: 30px 10px;
}

.footer .footer-left .left-link a:hover {
  color: #ffffff;
}

.footer .footer-center {
  float: left;
  margin: 10px 0 0 110px;
}

.footer .footer-center > h4 {
  margin-bottom: 30px;
}

.footer .footer-center > p {
  font-size: 14px;
  height: 25px;
  line-height: 25px;
  margin-bottom: 10px;
}

.footer .footer-center > p > img {
  width: 20px;
  height: 20px;
  margin: 10px 20px 0 0;
}

.footer .footer-right {
  width: 200px;
  margin-top: 20px;
  float: right;
}

.footer .footer-right > img {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto 20px;
}

.footer .footer-right > p {
  font-size: 12px;
  text-align: center;
}

.footer .footer-bottom {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
  color: #cccccc;
  text-align: center;
  margin-top: 20px;
  white-space: nowrap;
}

.footer .footer-bottom > a {
  font-size: 12px;
  color: #ffffff;
  text-decoration: underline;
}

.footer .footer-bottom > a:hover {
  color: #e3e3e3;
}

/* 底部导航结束 */

/* 公共banner开始 */
.c-banner {
  width: 100%;
  height: 322px;
  position: relative;
}

.c-banner .c-banner-imgbox {
  width: 534px;
  height: 73px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.c-banner .c-banner-imgbox .c-banner-left {
  position: absolute;
  top: -60px;
  left: -90px;
}

.c-banner .c-banner-imgbox .c-banner-right {
  position: absolute;
  bottom: -60px;
  right: -90px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=-1, M12=1.2246467991473532e-16, M21=-1.2246467991473532e-16, M22=-1, SizingMethod='auto expand')";
}

.c-banner .c-banner-imgbox .c-banner-txt {
  position: absolute;
  left: 50%;
  margin-left: -135px;
  bottom: -70px;
  font-size: 30px;
  color: #ffffff;
  font-weight: 400;
}

.c-banner .c-banner-imgbox .c-banner-title {
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -135px;
  bottom: 50px;
  font-size: 30px;
  color: #ffffff;
  font-weight: 400;
  transform: translateX(30%);
}

.c-banner strong {
  letter-spacing: 85px;
  font-size: 70px;
  font-weight: 700;
  font-family: 'Sans Blod';
  color: #ffffff;
  margin: 0;
  white-space: nowrap;
}

/* 公共banner结束 */

/* 公共banner图2开始 */
.ct-banner {
  width: 100%;
  height: 593px;
  position: relative;
  background-size: cover;
}

.ct-banner .ct-banner-bg {
  width: 100%;
  height: auto;
}

.ct-banner .ct-banner-imgbox {
  max-width: 725px;
  width: 100%;
  height: 242px;
  position: absolute;
  left: 200px;
  top: 50%;
  margin-top: -121px;
  color: #ffffff;
}

.ct-banner .ct-banner-imgbox > h1 {
  font-size: 70px;
  font-weight: 700;
  font-family: 'Sans Blod';
  margin: 30px 0;
  position: relative;
}

.ct-banner .ct-banner-imgbox > h1 > img {
  position: absolute;
  left: -70px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.ct-banner .ct-banner-imgbox > p {
  font-size: 14px;
  line-height: 30px;
}

/* 公共banner图2结束 */

/* 产品公共展示块开始 */
.pro-show {
  padding: 50px 0;
  overflow: hidden;
}

.pro-show .show-left {
  float: left;
}

.pro-show .show-left > h4 {
  font-size: 36px;
  color: #333333;
  margin-bottom: 40px;
  font-weight: 700;
  text-align: center;
}

.pro-show .show-left > p {
  font-size: 16px;
  color: #555;
  line-height: 35px;
}

.pro-show .show-right {
  float: right;
  margin-bottom: 40px;
}

.pro-show .show-right > img {
  width: 100%;
}

.pro-show .containers > img {
  margin: 0 auto;
  display: block;
}

/* 产品公共展示块结束 */

/* 版心开始 */
.containers {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* 版心结束 */

/* more按钮样式开始 */
.more {
  display: block;
  width: 160px;
  height: 44px;
  background: #439638;
  border-radius: 4px;
  line-height: 44px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.more > p {
  margin-left: 25px;
  color: #ffffff;
  float: left;
  margin-top: 0px;
  margin-bottom: 0px;
}

.more > img {
  -ms-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  margin-left: 5px;
}

.more:hover > img {
  -ms-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -webkit-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}

/* more按钮样式结束 */

/* 联系弹窗样式开始 */
.contact-box {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 10, 19, 0.6);
  z-index: 1003;
  display: none;
}

.contact-box .contact-root {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 450px;
  background-color: white;
  border-radius: 2px;
  padding: 20px;
}

.contact-box .contact-root > span {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 30px;
  cursor: pointer;
  color: #666666;
}

.contact-box .contact-head {
  text-align: center;
  margin-bottom: 20px;
}

.contact-box .contact-head h3 {
  font-size: 20px;
  color: #439638;
  margin-bottom: 5px;
  font-weight: 600;
}

.contact-box .contact-head p {
  font-size: 12px;
  color: #333;
  margin-top: 10px;
}

.contact-box .name,
.contact-box .phone,
.contact-box .message {
  margin-bottom: 20px;
}

.contact-box .name-input,
.contact-box .phone-input,
.contact-box .message-input {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
}

.contact-box .message-input {
  height: 120px;
}

.contact-box .message-input textarea {
  width: 100%;
  height: 100%;
  border: none;
  resize: none;
  outline: none;
}

.contact-box input {
  width: 100%;
  height: 24px;
  border: none;
  outline: none;
}

.contact-box input::placeholder,
.contact-box textarea::placeholder {
  color: #999;
}

.contact-box .errortip {
  color: #f56c6c;
  font-size: 12px;
  margin-top: 5px;
  padding-left: 10px;
}

.contact-box .contact-footer {
  text-align: center;
}

.contact-box .contact-footer button {
  width: 160px;
  height: 40px;
  background-color: #439638;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.contact-box .contact-footer button:hover {
  background-color: #3a8230;
}

.contact-box .required::after {
  content: '*';
  color: #f56c6c;
  margin-left: 4px;
}

/* 联系弹窗样式结束 */

/* 移动端菜单样式开始 */
@media (max-width: 768px) {
  .c-banner .c-banner-imgbox .c-banner-title {
    display: block;
  }

  .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100vw;
    z-index: 1000;
    background: #fff;
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);
    border-bottom: none;
  }

  .menu-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    height: 60px;
  }

  .menu-logo {
    display: flex;
    align-items: center;
  }

  .menu-top .menu-logo {
    margin-left: 0;
  }

  .menu-logo img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }

  .menu-top .menu-logo > img {
    margin-top: 0px;
  }

  .menu-logo p {
    font-size: 14px;
    color: #333;
  }

  .menu-btn {
    width: 30px;
    height: 30px;
    position: relative;
    cursor: pointer;
  }

  .menu-btn span {
    display: block;
    width: 100%;
    height: 2px;
    background: #333;
    position: absolute;
    transition: all 0.3s;
  }

  .menu-btn span:nth-child(1) {
    top: 8px;
  }

  .menu-btn span:nth-child(2) {
    top: 14px;
  }

  .menu-btn span:nth-child(3) {
    top: 20px;
  }

  .menu-btn.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 14px;
  }

  .menu-btn.active span:nth-child(2) {
    opacity: 0;
  }

  .menu-btn.active span:nth-child(3) {
    transform: rotate(-45deg);
    top: 14px;
  }

  .menu-top .menu-nav {
    height: auto;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    max-width: 100vw;
    background: #fff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s;
    display: flex;
    flex-direction: column;
    z-index: 100;
  }

  .menu-nav.active {
    max-height: 100vh;
  }

  .menu .menu-top .menu-nav > li:first-of-type {
    width: 100%;
  }

  .menu .menu-top .menu-nav > li {
    border-bottom: 1px solid #eee;
    display: flex;
    flex-direction: column;
    position: relative;
    color: #000;
    width: 100%;
    margin-left: 0px;
  }

  .menu .menu-top .menu-nav > li > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0px;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s;
    line-height: 48px;
  }

  .menu-top .menu-nav > li > .menu-active {
    border: none;
  }

  .menu-top .menu-nav > li:hover > a {
    border: none;
  }

  .menu .menu-top .menu-nav > li .expand-btn {
    position: absolute;
    right: 20px;
    top: 10px;
    width: 48px;
    height: 48px;
    cursor: pointer;
  }

  .menu .menu-top .menu-nav > li .expand-btn span {
    display: block;
    width: 10px;
    height: 2px;
    background: #333;
    position: absolute;
    top: 10px;
    left: 10px;
    transition: all 0.3s;
  }

  .menu .menu-top .menu-nav > li .expand-btn span:nth-child(1) {
    transform: rotate(90deg);
  }

  .menu .menu-top .menu-nav > li.active .expand-btn span:nth-child(1) {
    transform: rotate(0);
  }

  .menu .menu-top .menu-nav > li .combobox {
    display: none;
    background: #f5f5f5;
    width: 100%;
    top: 0;
  }

  .menu .menu-top .menu-nav > li .combobox.active {
    display: flex;
    flex-direction: column;
    position: relative;
  }

  .menu .menu-top .menu-nav > li .combobox a {
    display: block;
    padding: 12px 20px 12px 40px;
    color: #333;
    font-size: 14px;
    transition: all 0.3s;
  }

  .menu .menu-top .menu-nav > li .combobox a:hover {
    background: #e8e8e8;
  }

  /* 移动端菜单样式结束 */
  .company-profile .txt-img {
    display: none;
  }

  .company-profile {
    height: 300px;
  }

  .company-profile h2 {
    font-size: 16px;
    font-weight: 600;
  }

  .company-profile p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .footer .footer-left {
    display: none;
  }

  .footer .footer-center {
    margin: 0;
  }

  .footer .footer-right {
    float: left;
    display: flex;
    flex-direction: column;
    width: auto;
    margin-bottom: 10px;
  }

  .footer .footer-right > img {
    margin: 0 0 10px 0;
  }

  .contact-box .contact-root {
    width: 90%;
  }
}
