@charset "UTF-8";
body {
  overflow-x: hidden;
}

p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
}
#LRdiv0{
  display: none !important;
}
@font-face {
  font-family: "Corbel";
  src: "./fonts/corbel.ttf" format("truetype");
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

input:focus {
  outline: none;
}

button:focus {
  outline: none;
}

textarea:focus {
  outline: none;
}

#index #mainlevel_00 .nav-link,
#product #mainlevel_01 .nav-link,
#case #mainlevel_03 .nav-link,
#contact #mainlevel_05 .nav-link {
  color: #000;
  border-bottom: 3px inset #e94609;
}

.sidebar {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 100;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.sidebar .sidebar-item {
  display: block;
  width: 63px;
  height: 70px;
  background: #fff;
  border-bottom: solid 1px #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.sidebar .sidebar-item1 p {
  font-size: 12px;
  color: #3c4457;
}
.sidebar .sidebar-item1 .icon2 {
  display: none;
}
.sidebar .sidebar-item1:hover .icon1 {
  display: none;
}
.sidebar .sidebar-item1:hover .icon2 {
  display: block;
}
.sidebar .sidebar-item1:hover {
  background: #e94609;
}
.sidebar .sidebar-item1:hover p {
  color: #fff;
}
.sidebar .sidebar-item2 {
  background: #3c4457;
  border-bottom: none;
  height: 45px;
}
.sidebar .sidebar-item2 p {
  color: #fff;
  font-size: 12px;
}

.header-top {
  background: #efefef;
  display: none;
}
.header-top .top-container {
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-top .top-container .whatsapp {
  margin-right: 15px;
}
.header-top .top-container .whatsapp .whatsapp-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 28px;
  padding: 0 10px;
  background: #fff;
  color: #333;
  font-size: 14px;
  line-height: 28px;
}
.header-top .top-container .whatsapp .whatsapp-btn img {
  margin-right: 5px;
}
.header-top .top-container .whatsapp .whatsapp-btn:hover {
  background: #e94609;
  color: #fff;
}
.header-top .top-container .search form {
  display: flex;
}
.header-top .top-container .search form .search-input {
  border: none;
  height: 28px;
  font-size: 16px;
  color: #333;
  padding-left: 10px;
  background: #fcfcfc;
}
.header-top .top-container .search form .search-btn {
  background: #fcfcfc;
  border: none;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
}
.header-top .top-right {
  display: flex;
}
.header .header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header-container #mainnav {
  position: relative;
}
.header .header-container #mainnav #navbarNav .navbar-nav .nav-item {
  position: relative;
}
.header .header-container #mainnav #navbarNav .navbar-nav .nav-item .nav-link {
  padding: 0;
  font-family: ArialMT;
  color: #191919;
}
.header .header-container #mainnav #navbarNav .navbar-nav .nav-item .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: -20px;
  width: 130px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  z-index: 999;
  padding: 10px;
  min-width: 110px;
}
.header .header-container #mainnav #navbarNav .navbar-nav .nav-item .sub-menu li {
  font-size: 16px;
  line-height: 30px;
  border-bottom: 1px solid #eee;
  padding: 5px 0;
  font-family: Arial;
}
.header .header-container #mainnav #navbarNav .navbar-nav .nav-item .sub-menu li a {
  color: #333;
}
.header .header-container #mainnav #navbarNav .navbar-nav .nav-item .sub-menu li a:hover {
  color: #e94609;
}
.header .header-container #mainnav #navbarNav .navbar-nav .nav-item .sub-menu li:last-child {
  border-bottom: none;
}
.header .header-container #mainnav #navbarNav .navbar-nav .nav-item:hover .nav-link {
  color: #000;
  border-bottom: 3px inset #e94609;
}

.form-section {
  background: #ecf0f9;
}
.form-section .form-title {
  font-family: Arial;
  color: #333333;
  text-align: center;
  font-weight: bold;
}
.form-section .form-text {
  font-family: Arial;
  font-size: 18px;
  line-height: 26px;
  color: #666;
  text-align: center;
}
.form-section .form {
  margin-top: 25px;
}
.form-section .form .form-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.form-section .form .form-content .form-left input {
  width: 100%;
  padding-left: 20px;
  border: none;
  font-family: Arial;
  color: #666;
}
.form-section .form .form-content .form-left .form-item {
  position: relative;
  margin-bottom: 23px;
}
.form-section .form .form-content .form-left .form-item:last-child{margin-bottom: 0;}
.form-section .form .form-content .form-left .form-item .required {
  position: absolute;
  top: 15px;
  left: 8px;
  font-size: 24px;
  line-height: 24px;
  color: #dd0000;
}
.form-section .form .form-content .form-left .imBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.form-section .form .form-content .form-left .imBox .imtypeBox {
  position: relative;
}
.form-section .form .form-content .form-left .imBox .imtypeBox span {
  position: absolute;
  top: 15px;
  left: 8px;
  font-size: 24px;
  line-height: 24px;
  color: #dd0000;
}
.form-section .form .form-content .form-left .imBox .imtypeBox select {
  width: 100%;
  border: none;
  padding-left: 20px;
  font-family: Arial;
  color: #666;
  background: #fff;
}
.form-section .form .form-content .form-left .imBox .imtypeBox select option {
  font-size: 18px;
  font-family: Arial;
}
.form-section .form .form-content .form-left .imBox .imvalueBox .imvalueBox-1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.form-section .form .form-content .form-left .imBox .imvalueBox .imvalueBox-2 {
  width: 100%;
  display: none;
}
.form-section .form .form-content .form-right .form-item {
  position: relative;
  width: 100%;
  height: 100%;
}
.form-section .form .form-content .form-right .form-item .required {
  position: absolute;
  font-size: 24px;
  line-height: 24px;
  color: #dd0000;
}
.form-section .form .form-content .form-right .form-item .content {
  width: 100%;
  height: 100%;
  border: none;
  font-family: Arial;
  color: #666;
}
.form-section .form .submit-item {
  width: 100%;
}
.form-section .form .submit-item .btn-submit {
  width: 100%;
  background-color: #f94f12;
  font-family: Arial;
  color: #fff;
  border: none;
  background-size: 200% auto;
  transition: all 0.5s ease;
}
.form-section .form .submit-item .btn-submit:hover {
  background-image: linear-gradient(to right, #f94f12 20%, #f0d4ca 50%, #f94f12 100%);
  background-position: center right;
}

.footer {
  background: #3c4457;
}
.footer .footer-content {
  position: relative;
}
.footer .footer-content .footer-list {
  display: flex;
  justify-content: space-between;
}
.footer .footer-content .footer-list .footer-item1 .footer-logo {
  height: auto;
  display: block;
}
.footer .footer-content .footer-list .footer-item1 .line1 {
  display: flex;
  align-items: center;
}
.footer .footer-content .footer-list .footer-item1 .line1 a:hover {
  color: #fff;
}
.footer .footer-content .footer-list .footer-item1 .line1 span {
  margin-right: 10px;
}
.footer .footer-content .footer-list .footer-item1 .line1 span .icon {
  display: block;
}
.footer .footer-content .footer-list .footer-item1 .line1 a {
  font-family: Arial;
  color: rgba(255, 255, 255, 0.67);
}
.footer .footer-content .footer-list .footer-item1 .line2 img {
  margin-right: 25px;
}
.footer .footer-content .footer-list .footer-item a {
  color: rgba(255, 255, 255, 0.67);
  font-family: Corbel;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.footer .footer-content .footer-list .footer-item a:hover {
  color: #fff;
}
.footer .footer-content .footer-list .footer-item a:first-child {
  font-family: AlibabaSans;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}
.footer .footer-content .footer-list .footer-item a:first-child:hover {
  text-decoration: underline;
}
.footer .footer-content .footer-list .footer-item .more span:first-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.67);
}
.footer .footer-content .footer-list .footer-item .more span:last-child {
  font-family: "宋体";
  color: rgba(255, 255, 255, 0.67);
  font-size: 18px;
  line-height: 42px;
  font-weight: bold;
}
.footer .footer-content .footer-list .footer-item .more:hover span:last-child {
  color: #fff;
}
.footer .footer-content .icon-list {
  position: absolute;
  display: none;
}
.footer .footer-content .icon-list img {
  margin: 0 10px;
  display: inline-block;
}
.footer .footer-content .icon-list img:first-child {
  margin-left: 0;
}
.footer .footer-content .icon-list img:last-child {
  margin-right: 0;
}
.footer .footer-copyright {
  background: #181a1f;
  font-family: AlibabaSans;
  line-height: 1.6;
  text-align: center;
}
.footer .footer-copyright a {
  color: #737373;
  display: inline-block;
}
.footer .footer-copyright a:first-child {
  cursor: default;
}
.footer .footer-copyright a:last-child {
  margin-right: 0;
}

@media (max-width: 575px) {
  .sidebar {
    display: none;
  }
  .header .header-container #mainnav {
    width: 100%;
  }
  .header .header-container #mainnav .navbar-brand {
    margin-right: 0px;
    padding: 10px 0;
  }
  .header .header-container #mainnav .navbar-brand .logo {
    width: 180px;
    height: auto;
    display: block;
  }
  .header .header-container #mainnav #navbarNav .navbar-nav .nav-item {
    padding: 10px 15px;
    text-align: center;
  }
  .header .header-container #mainnav #navbarNav .navbar-nav .nav-item .nav-link {
    font-size: 18px;
  }
  .form-section {
    padding: 35px 0 40px;
  }
  .form-section .form-title {
    font-size: 32px;
  }
  .form-section .form .form-content .form-left {
    width: 100%;
  }
  .form-section .form .form-content .form-left input {
    height: 46px;
    font-size: 16px;
    line-height: 46px;
  }
  .form-section .form .form-content .form-left .imBox .imtypeBox {
    width: 32%;
  }
  .form-section .form .form-content .form-left .imBox .imtypeBox select {
    height: 46px;
    font-size: 16px;
    line-height: 46px;
  }
  .form-section .form .form-content .form-left .imBox .imvalueBox {
    width: 66%;
  }
  .form-section .form .form-content .form-left .imBox .imvalueBox .imvalueBox-1 input {
    width: 48.5%;
    padding-left: 5px;
  }
  .form-section .form .form-content .form-right {
    width: 100%;
    margin-top: 23px;
  }
  .form-section .form .form-content .form-right .form-item .required {
    top: 15px;
    left: 8px;
  }
  .form-section .form .form-content .form-right .form-item .content {
    font-size: 16px;
    padding: 15px 0 0 20px;
  }
  .form-section .form .submit-item {
    margin-top: 28px;
  }
  .form-section .form .submit-item .btn-submit {
    height: 46px;
    font-size: 18px;
    line-height: 46px;
  }
  .footer .footer-content {
    padding: 45px 12px;
  }
  .footer .footer-content .footer-list .footer-item1 {
    width: 100%;
  }
  .footer .footer-content .footer-list .footer-item1 .footer-logo {
    width: 220px;
    margin-bottom: 20px;
  }
  .footer .footer-content .footer-list .footer-item1 .line1 {
    margin-bottom: 10px;
  }
  .footer .footer-content .footer-list .footer-item1 .line1 a {
    font-size: 14px;
  }
  .footer .footer-content .footer-list .footer-item1 .line1 span .icon {
    width: 20px;
    height: 20px;
  }
  .footer .footer-content .footer-list .footer-item1 .line2 {
    margin-top: 20px;
  }
  .footer .footer-content .footer-list .footer-item2 {
    display: none;
  }
  .footer .footer-content .footer-list .footer-item3 {
    display: none;
  }
  .footer .footer-content .footer-list .footer-item4 {
    display: none;
  }
  .footer .footer-copyright {
    padding: 10px 0;
  }
  .footer .footer-copyright a {
    margin-right: 30px;
    font-size: 13px;
  }
  .footer .footer-copyright a:first-child {
    margin-right: 0;
  }
}
@media (min-width: 576px) {
  .header .header-container #mainnav {
    width: 100%;
  }
  .header .header-container #mainnav .navbar-brand {
    margin-right: 45px;
    padding: 16px 0;
  }
  .header .header-container #mainnav .navbar-brand .logo {
    width: auto;
    height: auto;
    display: block;
  }
  .header .header-container #mainnav #navbarNav .navbar-nav .nav-item {
    padding: 10px 15px;
    text-align: center;
  }
  .header .header-container #mainnav #navbarNav .navbar-nav .nav-item .nav-link {
    font-size: 18px;
  }
  .form-section {
    padding: 35px 0 40px;
  }
  .form-section .form-title {
    font-size: 32px;
  }
  .form-section .form .form-content .form-left {
    width: 100%;
  }
  .form-section .form .form-content .form-left input {
    height: 46px;
    font-size: 16px;
    line-height: 46px;
  }
  .form-section .form .form-content .form-left .imBox .imtypeBox {
    width: 32%;
  }
  .form-section .form .form-content .form-left .imBox .imtypeBox select {
    height: 46px;
    font-size: 16px;
    line-height: 46px;
  }
  .form-section .form .form-content .form-left .imBox .imvalueBox {
    width: 66%;
  }
  .form-section .form .form-content .form-left .imBox .imvalueBox .imvalueBox-1 input {
    width: 48.5%;
  }
  .form-section .form .form-content .form-right {
    width: 100%;
    margin-top: 23px;
  }
  .form-section .form .form-content .form-right .form-item .required {
    top: 15px;
    left: 8px;
  }
  .form-section .form .form-content .form-right .form-item .content {
    font-size: 16px;
    padding: 15px 0 0 20px;
  }
  .form-section .form .submit-item {
    margin-top: 28px;
  }
  .form-section .form .submit-item .btn-submit {
    height: 46px;
    font-size: 20px;
    line-height: 46px;
  }
  .footer .footer-content {
    padding: 45px 12px;
  }
  .footer .footer-content .footer-list .footer-item1 {
    width: 100%;
  }
  .footer .footer-content .footer-list .footer-item1 .footer-logo {
    width: 240px;
    margin-bottom: 20px;
  }
  .footer .footer-content .footer-list .footer-item1 .line1 {
    margin-bottom: 15px;
  }
  .footer .footer-content .footer-list .footer-item1 .line1 a {
    font-size: 16px;
  }
  .footer .footer-content .footer-list .footer-item1 .line1 span .icon {
    width: 20px;
    height: 20px;
  }
  .footer .footer-content .footer-list .footer-item1 .line2 {
    margin-top: 20px;
  }
  .footer .footer-content .footer-list .footer-item2 {
    display: none;
  }
  .footer .footer-content .footer-list .footer-item3 {
    display: none;
  }
  .footer .footer-content .footer-list .footer-item4 {
    display: none;
  }
  .footer .footer-content .footer-list .footer-item a {
    font-size: 18px;
    line-height: 34px;
  }
  .footer .footer-content .footer-list .footer-item a:first-child {
    font-size: 26px;
  }
  .footer .footer-copyright {
    padding: 15px 0;
    font-size: 16px;
  }
  .footer .footer-copyright a {
    margin-right: 30px;
  }
  .footer .footer-copyright a:first-child {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .header-top {
    display: block;
  }
  .footer .footer-content .footer-list .footer-item1 {
    width: 60%;
  }
  .footer .footer-content .footer-list .footer-item1 .line1 {
    margin-bottom: 10px;
  }
  .footer .footer-content .footer-list .footer-item2 {
    width: 40%;
    display: block;
  }
  .footer .footer-copyright a:first-child {
    margin-right: 30px;
  }
}
@media (min-width: 992px) {
  .form-section .form-title {
    font-size: 34px;
  }
  .footer .footer-content .footer-list .footer-item1 {
    width: 32%;
  }
  .footer .footer-content .footer-list .footer-item2 {
    width: 30%;
  }
  .footer .footer-content .footer-list .footer-item4 {
    width: 28%;
    display: block;
  }
  .footer .footer-copyright {
    padding: 15px 0;
    font-size: 16px;
  }
  .footer .footer-content .icon-list {
    right: 35px;
    bottom: 55px;
    display: block;
  }
}
@media (max-width: 1199px) {
  .header .header-container #mainnav #navbarNav {
    position: absolute;
    right: 0;
    width: 150px;
    top: 90px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 11;
  }
}
@media (min-width: 1200px) { 
  .navbar-expand-xl .navbar-nav {
    width: 100%;
    justify-content: space-around;
  }
  .header .header-container #mainnav #navbarNav .navbar-nav .nav-item .nav-link {
    font-size: 19px;
  }
  .header .header-container #mainnav #navbarNav .navbar-nav .nav-item:hover .sub-menu {
    display: block;
  }
  .form-section {
    padding: 40px 0 50px;
  }
  .form-section .form-title {
    font-size: 36px;
  }
  .form-section .form .form-content .form-left {
    width: 49%;
  }
  .form-section .form .form-content .form-left input {
    height: 56px;
    font-size: 18px;
    line-height: 56px;
  }
  .form-section .form .form-content .form-left .imBox .imtypeBox {
    width: 30.4%;
  }
  .form-section .form .form-content .form-left .imBox .imtypeBox select {
    height: 56px;
    font-size: 18px;
    line-height: 56px;
  }
  .form-section .form .form-content .form-left .imBox .imvalueBox {
    width: 65.5%;
  }
  .form-section .form .form-content .form-left .imBox .imvalueBox .imvalueBox-1 input {
    width: 46.42%;
  }
  .form-section .form .form-content .form-right {
    width: 49%;
    margin-top: 0;
  }
  .form-section .form .form-content .form-right .form-item .required {
    top: 15px;
    left: 15px;
  }
  .form-section .form .form-content .form-right .form-item .content {
    font-size: 18px;
    padding: 15px 0 0 30px;
  }
  .form-section .form .submit-item {
    margin-top: 50px;
  }
  .form-section .form .submit-item .btn-submit {
    height: 56px;
    font-size: 24px;
    line-height: 56px;
  }
  .footer .footer-content .footer-list .footer-item1 {
    width: 26%;
  }
  .footer .footer-content .footer-list .footer-item1 .footer-logo {
    width: 210px;
  }
  .footer .footer-content .footer-list .footer-item2 {
    width: 25%;
  }
  .footer .footer-content .footer-list .footer-item3 {
    width: 22%;
    display: block;
  }
  .footer .footer-content .footer-list .footer-item4 {
    width: 21%;
  }
  .footer .footer-content .footer-list .footer-item a {
    font-size: 16px;
  }
  .footer .footer-content .icon-list {
    right: 17px;
    bottom: 55px;
  }
}
@media (min-width: 1400px) {
  .header .header-container #mainnav #navbarNav .navbar-nav .nav-item .nav-link {
    font-size: 20px;
  }
  .form-section {
    padding: 40px 0 50px;
  }
  .form-section .form-title {
    font-size: 38px;
  }
  .footer .footer-content .footer-list .footer-item1 .line1 {
    margin-bottom: 20px;
  }
  .footer .footer-content .footer-list .footer-item1 .line1 a {
    font-size: 18px;
  }
  .footer .footer-content .footer-list .footer-item1 .line1 span .icon {
    width: 24px;
    height: 24px;
  }
  .footer .footer-content .footer-list .footer-item1 .line2 {
    margin-top: 30px;
  }
  .footer .footer-content .footer-list .footer-item1 .footer-logo {
    width: 260px;
    margin-bottom: 20px;
  }
  .footer .footer-content .footer-list .footer-item a {
    font-size: 18px;
    line-height: 38px;
  }
  .footer .footer-content .footer-list .footer-item a:first-child {
    font-size: 28px;
  }
  .footer .footer-content .icon-list {
    right: 43px;
    bottom: 56px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1440px;
    padding: 0 15px;
  }
  .form-section .form-title {
    font-size: 40px;
  }
  .footer .footer-content {
    padding: 55px 15px;
  }
  .footer .footer-content .footer-list .footer-item1 .footer-logo {
    width: 280px;
    margin-bottom: 25px;
  }
  .footer .footer-content .footer-list .footer-item2 {
    width: 24%;
  }
  .footer .footer-content .footer-list .footer-item4 {
    width: 17%;
  }
  .footer .footer-content .footer-list .footer-item a:first-child {
    font-size: 30px;
  }
  .footer .footer-content .icon-list {
    right: 20px;
    bottom: 65px;
  }
  .footer .footer-copyright {
    font-size: 16px;
  }
  .footer .footer-copyright a {
    margin-right: 70px;
  }
  .footer .footer-copyright a:first-child {
    margin-right: 70px;
  }
}/*# sourceMappingURL=common.css.map */