@font-face{
  font-family: textbold;
  src:url("../font/LibertinusSans-Bold.otf");
}
@font-face{
  font-family: textregular;
  src:url("../font/LibertinusSans-Regular.otf");
}

*{
  padding: 0;
  margin: 0;
  /*font-family: textregular;*/
  /*font-size: 18px;*/
  /*color: #0e101a;*/
}
div,label,a{
  font-family: textregular;
  font-size: 18px;
  color: #0e101a;
}
h2{font-weight: normal;}
ul,li,p{
  margin:0;
  padding:0;
  list-style:none;
}
textarea{
  resize: none;
}
input{
  outline: none;
}
iframe{
  border: medium none;
}
a{text-decoration: none;}
a:visited{text-decoration: none;}
a:hover {text-decoration: none;}
a:active{text-decoration:none;}

body{
  min-width: 1200px;
  position: relative;
  padding-top: 220px;
}
.header{
  position: absolute;
  width: 100vw;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 25px 0 45px;
  box-sizing: border-box;
  height: 220px;
  border-bottom: 1px solid #f7f7f7;
  background-color: #ffffff;
}
.header-top{
  position: fixed;
  z-index: 99;
  width: 100vw;
  height: 100px;
  top: -100px;
  flex-direction: row;
  opacity: 0;
  padding: 0;
}
.header-top-show{
  top: 0;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: top 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.header-top > .h-logo{
  width: 60px;
  margin-right: 50px;
}
.h-logo{
  width: 90px;
}
.h-menu{
  padding-top: 15px;
  display: flex;
}
.h-menu-item{
  padding: 0 5px;
  position: relative;
  z-index: 10;
}
.h-menu-item:not(:last-child){
  margin-right: 40px;
}
.h-menu-item:hover,
.h-menu-item-a{
  background-color: #b0dde0;
}
.f-sub-menu{
  display: none;
  position: absolute;
  z-index: 9;
  left: 0;
  top: 0;
  /* padding-top: 40px; */
}
.f-sub-link{
  height: 40px;
  display: inline-block;
}
.f-sub-menu-inner{
  border: 1px solid #f7f7f7;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
}
.f-sub-menu-item{
  height: 35px;
  /* width: 170px; */
  line-height: 35px;
  padding: 0 15px;
  font-size: 14px;
  border-bottom: 1px solid #f7f7f7;
}
.f-sub-menu-item:hover{
  background-color: #b0dde0;
}
.h-menu-item:hover > .f-sub-menu{
  display: block;
}
.footer{
  background-color: #565f9a;
}
.footer-inner{
  display: flex;
  justify-content: space-around;
  width: 1200px;
  margin: 0 auto;
  padding: 95px 0 50px;

}
.f-logo{
  width: 120px;
  height: 144px;
}
.f-menu{
  display: flex;
  flex-direction: column;
}
.f-menu-item{
  cursor: pointer;
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
}
.f-contact{

}
.f-company{
  color: #ffffff;
  font-family: textbold;
  line-height: 26px;
}
.f-contact-item{
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
}
.f-blog-info{
  padding-top: 30px;
  display: flex;
  align-items: center;
}
.f-blog-icon{
  width: 30px;
  height: 30px;
  margin-right: 15px;
  cursor: pointer;
}
.f-msg-input{
  height: 40px;
  border: 1px solid #b0dde0;
  background-color: #ffffff;
  display: flex;
}
.f-mi-title{
  color: #565f9a;
  font-size: 14px;
  line-height: 40px;
  padding: 0 10px;
}
.f-mi-input{
  height: 40px;
  border: 0;
  outline: none;
}
.f-mi-input:focus{
  border: 0;
  outline: none;
}
.f-mi-btn{
  width: 80px;
  text-align: center;
  cursor: pointer;
  line-height: 40px;
  background-color: #b0dde0;
}
.title{
  font-family: textbold;
  font-size: 30px;
  text-align: center;
  margin-bottom: 15px;
}
.title-bg{
  background-color: #b0dde0;
  margin: 0 auto;
  line-height: 50px;
  padding: 0 35px;
}
.min-title{
  font-size: 16px;
  text-align: center;
}
.center{
  display: flex;
  align-items: center;
}

.t-three-line *{
  word-wrap: break-word;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.t-two-line{
  word-wrap: break-word;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.t-two-line *{
  word-wrap: break-word;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.t-one-line{
  word-wrap: break-word;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.t-one-line *{
  word-wrap: break-word;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.form-input-warning{
  background-color: #f8e5e6 !important;
}