@charset "utf-8";

/* CSS Document */

* {
  font-family: Microsoft Yahei, SourceHanSansCN, PingFangSC-Regular, Arial, Helvetica, sans-serif, SimSun, SimHei, STHeiti Light;
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
}

/* /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f5f5;
}

/*定义滚动条轨道 内阴影+圆角*/

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  background-color: #f5f5f5;
}

/*定义滑块 内阴影+圆角*/

::-webkit-scrollbar-thumb {
  border-radius: 6px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #c1c1c1;
}

body,
html {
  font-family: Microsoft Yahei, SourceHanSansCN, PingFangSC-Regular, Arial, Helvetica, sans-serif, SimSun, SimHei, STHeiti Light;
  width: 100%;
  height: 100%;
  color: #1d1d1d;
  overflow: hidden;
}

img {
  border: none;
}

li {
  list-style: none;
}

a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  font-family: Microsoft Yahei, SourceHanSansCN, PingFangSC-Regular, Arial, Helvetica, sans-serif, SimSun, SimHei, STHeiti Light;
  color: inherit;
}

label > input[type="checkbox"],
label > input[type="radio"] {
  margin: 0 5px;
  vertical-align: -1px;
  vertical-align: middle\0;
  cursor: pointer;
  border: none;
}

input[type="button"] {
  margin: 2px;
  border-radius: 4px;
  padding: 2px 10px;
  cursor: pointer;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  vertical-align: middle;
  appearance: none;
}

input[type="button"]:disabled {
  cursor: not-allowed;
}

input[type="text"],
input[type="number"],
select {
  margin: 2px;
  height: 25px;
  padding: 1px 3px 2px 3px;
}

input[type="text"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #1989fa;
}

table,
td {
  table-layout: fixed;
  border-collapse: collapse;
  padding: 0px;
  outline: none;
}
.ht-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ht-fl {
  float: left;
}

.text {
  width: 422px;
  height: 100%;
}
.ht-fr {
  float: right;
}
/*清除浮动解决使用float:left时高度塌陷的问腿*/

.ht-clearfix {
  zoom: 1;
}

.ht-clearfix:after {
  content: " ";
  clear: both;
  display: block;
}
.w1440 {
  max-width: 1300px;
  margin: 0 auto;
}
.index-more {
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
  margin-bottom: 10px;
  color: #1989fa;
}
.flex {
  display: flex;
}
.address-left {
  flex: 1;
}
.address-right {
  flex: 1;
  margin-left: 20px;
}
.address-list .address-title {
  font-weight: bold;
  font-size: 16px;
  color: #000;
  padding-left: 20px;
  background: url(../images/contact-us/address.svg) no-repeat left center;
  background: url(../images/contact-us/address.png) no-repeat left center\0;
}
.address-list {
  margin-bottom: 40px;
}
/* 首页 */
header {
  width: 100%;
  background-color: #fff;
  height: 97px;
  z-index: 100;
  box-shadow: 2px 0 20px rgb(0, 0, 0, 0.2);
}
.header-div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
  height: 80px;
  background: url(../images/logo.png) no-repeat center center;
}
.header-div .header-menu > ul {
  display: flex;
}
.header-div .header-menu > ul > li {
  height: 95px;
  line-height: 95px;
  justify-content: center;
}
header .header-menu > ul > li:hover {
  border-bottom: 3px solid #3f75bc;
  color: #3f75bc;
  cursor: pointer;
}
header .header-menu a {
  display: block;
  width: 100%;
  padding: 0 20px;
  font-size: 16px;
  text-align: center;
}
.header-menu .sub-header-menu {
  display: none;
  position: absolute;
  top: 95px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 2px 5px 10px rgb(0, 0, 0, 0.2);
  z-index: 1000;
}
.header-menu .sub-header-menu li {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
}
.header-menu .sub-header-menu li:hover {
  color: #3f75bc;
}
.header-select {
  color: #3f75bc;
  font-weight: bold;
  border-bottom: 3px solid #3f75bc;
}
header .header-menu > ul > li:hover .sub-header-menu {
  display: block;
  color: #1d1d1d;
}
.header-select .sub-header-menu {
  font-weight: normal;
}

.content {
  height: calc(100% - 99px);
  overflow: auto;
}
.webcontent {
  height: 100%;
  overflow: auto;
}
.banner {
  height: 750px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.banner ul {
  width: 100%;
}

.banner ul li {
  width: 100%;
  height: 750px;
  background-color: #ffecdb;
}

.banner ol {
  position: absolute;
  left: 50%;
  margin-left: -416px;
  bottom: 75px;
}

.banner ol li {
  width: 244px;
  height: 3px;
  margin: 0 17px;
  background-color: #fff;
  float: left;
  line-height: center;
  text-align: center;
  cursor: pointer;
  opacity: 0.5;
}

.banner ol .on {
  background: #fff;
  opacity: 1;
}
.banner01 {
  height: 750px;
  background: url(../images/home/banner01.jpg) no-repeat center center;
  background-size: cover;
}
.banner01-text {
  display: flex;
  width: 100%;
  padding-top: 240px;
  justify-content: center;
}
.banner01-text span {
  font-size: 58px;
  color: #fff;
  font-weight: bold;
}
.banner02-text span {
  font-size: 58px;
  color: #fff;
  font-weight: bold;
}
.banner02 {
  height: 750px;
  background: url(../images/home/banner02.jpg) no-repeat center center;
  background-size: cover;
}
.banner02-text {
  display: flex;
  width: 100%;
  padding-top: 230px;
  padding-left: 240px;
  font-size: 58px;
  color: #fff;
  font-weight: bold;
}

.banner03 {
  height: 750px;
  background: url(../images/home/banner03.jpg) no-repeat center center;
  background-size: cover;
}
.banner-button {
  width: 300px;
  height: 76px;
  line-height: 76px;
  color: #fff;
  border: 1px solid #fff;
  margin: 0 auto;
  font-size: 26px;
  text-align: center;
  margin-top: 117px;
}
.banner-button:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.1);
}
.pic-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 168px;
}

.index-title {
  display: flex;
  height: 213px;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1.25px;
  align-items: center;
  justify-content: center;
}
.news-area-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: -20px;
}
.news-defult {
  width: calc(100% / 3 - 20px);
  margin: 0 0 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 520px;
  background: #ffffff;
  box-shadow: 0 3px 9px 5px rgba(221, 221, 221, 0.38);
}
.news-defult:hover {
  transform: scale(1.05);
  cursor: pointer;
}
.newpic {
  height: 326px;
}
.newpic img {
  width: 100%;
  height: 326px;
}
.newpic-title {
  font-size: 16px;
  margin: 24px 10px 14px 17px;
  width: 80%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold;
}
.newpic-date {
  width: 120px;
  color: #27669f;
  margin: 0 0 15px 17px;
  padding-bottom: 15px;
  border-bottom: 1px solid #919191;
}
.newpic-text {
  padding: 0 30px 0 17px;
  color: #919191;
  position: relative;
  line-height: 20px; /* height高度正好是line-height的3倍； */
  height: 42px;
  text-align: justify;
  overflow: hidden;
}
.newpic-text::after {
  content: "...";
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 16px 6px 10px;
}

.ht-ui-tabs {
  overflow: hidden;
  margin-bottom: 132px;
}

.ht-ui-tabs * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.ht-ui-tabs ul {
  font-size: 0;
  white-space: nowrap;
}

.ht-ui-tabs li {
  list-style: none;
}

.ht-tab-two .ht-tab-nav {
  position: relative;
  color: #3b3b3b;
  height: 60px;
  line-height: 60px;
  text-align: justify;
  border: 1px solid #dbdbdb;
  font-weight: bold;
}

.ht-tab-two .ht-tabbox {
  position: absolute;
}

.ht-tab-two .ht-tab-nav .ht-tab-nav-el {
  position: relative;
  display: inline-block;
  width: 20%;
  text-align: center;
  white-space: nowrap;
  border-right: 1px solid #dbdbdb;
}

.ht-tab-two .ht-tab-nav .ht-tab-nav-el:hover {
  color: #fff;
  cursor: pointer;
  background: #3c73bb;
}

.ht-tab-two .ht-tab-nav .ht-tab-nav-el a {
  font-size: 16px;
  display: block;
  height: 100%;
  text-decoration: none;
}

.ht-tab-two .ht-tab-nav .select {
  position: relative;
  color: #fff;
  background: #3c73bb;
  font-weight: bold;
}
.ht-tab-two .select .ht-tab-nav .select {
  background: #f5f8fd;
}
.ht-tab-two .ht-tabpanel {
  background: #fff;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  border-color: #dbdbdb;
  height: 512px;
}
.product {
  height: 100%;
}
.product-icon {
  width: 422px;
  height: 200px;
  background: url(../images/home/icon1.svg) no-repeat center center;
}
.product-text {
  color: #898989;
  letter-spacing: 0.41px;
  text-align: justify;
  line-height: 31px;
  padding: 0 50px;
}
.productpic {
  width: calc(100% - 422px);
  height: 100%;
  background-size: cover;
}
.productpic01 {
  background: url(../images/home/productpic1.jpg) no-repeat center center;
  background-size: 100%;
}

.productpic02 {
  background: url(../images/home/productpic4@2x.png) no-repeat center center;
  background-size: 100%;
}

.productpic03 {
  background: url(../images/home/productpic3@2x.png) no-repeat center center;
  background-size: 100%;
}

.productpic04 {
  background: url(../images/home/productpic2@2x.png) no-repeat center center;
  background-size: 100%;
}

.productpic05 {
  background: url(../images/home/productpic5@2x.png) no-repeat center center;
  background-size: 100%;
}
.fotter {
  padding: 20px 0 0 0;
  background: #f1f1f1;
  overflow: hidden;
}
.fotterdiv {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fotter-logo {
  display: flex;
  flex-direction: column;
  width: 400px;
  align-items: center;
  justify-content: center;
}
.fotter-logo-pic {
  width: 100%;
  height: 40px;
  background: url(../images/fotter-logo.svg) no-repeat center center;
  margin-bottom: 35px;
}
.fotter-qr-codeimg {
  width: 100%;
  height: 170px;
  background: url(../images/qr-codeimg.svg) no-repeat center center;
  margin-bottom: 10px;
}
.fotter-menu {
  display: flex;
  flex: 1;
}
.fotter-menu div {
  width: calc(100% / 8);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.fotter-menu div p {
  line-height: 30px;
  color: #7e7e7e;
  cursor: pointer;
}
.fotter-menu div p:first-of-type {
  font-size: 14px;
  font-weight: bold;
}
.fotter-menu p:hover,
.privacy:hover {
  color: #3c73bb;
  font-weight: bold;
  cursor: pointer;
}
.copyright {
  text-align: center;
  height: 80px;
  line-height: 80px;
  margin: 0 80px;
  color: #919191;
  border-top: 1px solid #d2d2d2;
}
.copyright span {
  margin: 0 8px;
  vertical-align: middle;
}
.patb {
  height: 20px;
  background: url(../images/patb.png) no-repeat left center;
  padding-left: 24px;
  padding-left: 24px;
}

/* 关于海泰 */

.banner-crumbs {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 35px;
  line-height: 35px;
  padding-left: 30px;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  display: none;
}
.about-title {
  position: relative;
  height: 213px;
  line-height: 213px;
  font-size: 28px;
  letter-spacing: 1.25px;
  align-items: center;
  justify-content: flex-start;
  font-weight: bold;
}
.title-line {
  position: absolute;
  width: 55px;
  height: 2px;
  background: #af1a1a;
  top: 150px;
  left: 30px;
}
.about-section {
  display: flex;
}
.page {
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
  margin-bottom: 27px;
  text-indent: 32px;
}
.bold {
  font-weight: bold;
  font-size: 20px;
  color: #27669f;
}
.page img {
  display: block;
  width: 80%;
  margin: 0 auto;
}
.solutionimage img {
  width: 40%;
}
.compeypicdiv {
  min-width: 400px;
  padding: 0 20px;
}
.solution-list {
  color: #767676;
  margin-bottom: 20px;
}
.solution-listtwo {
  width: 50%;
  float: left;
}
.solution-pic {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.solution-item {
  display: inline-block;
  vertical-align: middle;
}
.solution-pic img {
  width: 26px;
  height: 26px;
  vertical-align: middle;
}
.solution-title {
  color: #333;
  font-size: 16px;
  margin-bottom: 6px;
}
.solution-detail {
  font-size: 16px;
}
.compeypic {
  height: 380px;
  max-height: 380px;
  background: url(../images/aboutus/about-compey.png) no-repeat center center;
  background-size: 100%;
}
.aboutus-banner {
  background: url(../images/aboutus/aboutus-banner01.png) no-repeat center center;
}
.solution-banner {
  background: url(../images/aboutus/aboutus-banner01.png) no-repeat center center;
}
.news-banner {
  background: url(../images/aboutus/aboutus-banner01.png) no-repeat center center;
}
.partner-banner {
  background: url(../images/aboutus/aboutus-banner01.png) no-repeat center center;
}
.contactus-banner {
  background: url(../images/aboutus/aboutus-banner01.png) no-repeat center center;
}
.history {
  height: 400px;
  overflow: auto;
}
.sub-banner {
  position: relative;
  height: 325px;
  padding-top: 80px;
  background-size: cover;
  color: #fff;
}
.news-dt {
  font-size: 50px;
}
.news-dt-detail {
  font-size: 32px;
  margin-top: 20px;
}
.loft {
  text-align: center;
  height: 80px;
  line-height: 80px;
  font-size: 24px;
}
/* 总部及分公司 */
.map {
  height: 900px;
  background-image: url(../images/aboutus/map1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 50px;
}
.certificate-defult {
  width: calc(100% / 4 - 30px);
  margin: 0 0 40px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  background: #ffffff;
}
/* 解决方案 */
.solution-point li {
  float: left;
  width: 40%;
  list-style: disc;
  margin-left: 40px;
  line-height: 28px;
  font-size: 14px;
  color: #585858;
  white-space: nowrap;
  /* overflow: hidden;
  text-overflow: ellipsis; */
}
.solution-point li:hover {
  color: #1989fa;
  cursor: pointer;
}
.solution-1 {
  background: url(../images/solution/solution-1.png) no-repeat center center;
  background-size: cover;
}
.solution-2 {
  background: url(../images/solution/solution-2.png) no-repeat center center;
  background-size: cover;
}
.solution-3 {
  background: url(../images/solution/solution-3.png) no-repeat center center;
  background-size: cover;
}
.solution-4 {
  background: url(../images/solution/solution-4.png) no-repeat center center;
  background-size: cover;
}
.solution-5 {
  background: url(../images/solution/solution-5.png) no-repeat center center;
  background-size: cover;
}
/* 新闻 */
.news-title {
  display: flex;
  margin: 80px 0 50px 0;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1.25px;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.news-small-title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.news-small-left {
  font-size: 20px;
  text-align: left;
}
.news-date {
  height: 60px;
  line-height: 40px;
  color: #27669f;
}
.news-page {
  width: 60%;
  margin: 0 auto 80px;
}
.img-title {
  font-size: 18px;
  height: 40px;
  line-height: 20px;
  text-align: center;
}

/* 合作伙伴 */
.ac-defult {
  width: 100%;
  margin: 0 0 40px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.ac-defult img {
  width: 100%;
}
.partner-defult {
  width: calc(100% / 3 - 60px);
  margin: 0 0 40px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  background: #ffffff;
}
.product .partner-defult:hover {
  transform: scale(1.05);
  cursor: pointer;
}
.partner-defult2 {
  width: calc(100% / 3 - 30px);
  margin: 0 0 40px 30px;
}
.partnerpic {
  height: 260px;
  box-shadow: 0 0 5px rgba(90, 90, 90, 0.38);
  display: flex;
  justify-content: center;
  align-items: center;
}
.partner-defult2 .partnerpic {
  height: 550px;
}
.partnerpic img {
  width: 100%;
  height: 100%;
}
.partner-title {
  height: 80px;
  line-height: 26px;
  padding-top: 40px;
  font-size: 18px;
  text-align: center;
}
.join {
  background: url(../images/partner/join.png) no-repeat center center;
  background-size: 20%;
  padding-top: 110px;
}
/* 招聘岗位 */
.shop-banner {
  background: url(../images/aboutus/aboutus-banner01.png) no-repeat center center;
}
.shop-section {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  align-content: center;
  justify-content: center;
  box-shadow: 0 2px 4px 1px #eaeaea;
  margin-bottom: 30px;
}
.ideaheight {
  height: 240px;
}
.shop-sectionleft {
  width: 350px;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.shop-sectionleft img {
  width: 100%;
  height: 245px;
}
.shop-sectionright {
  width: calc(100% - 350px);
  padding: 20px 0;
  height: 100%;
  box-sizing: border-box;
}
.idea-text {
  background-color: #f9f9f9;
  padding: 1rem 5rem;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.idea-text p {
  font-size: 14px;
  line-height: 30px;
  color: #7e7e7e;
}
.idea-text b {
  font-size: 18px;
  line-height: 40px;
  color: #000;
}
.shop-icon {
  width: 44px;
  height: 64px;
  background-image: url(../images/shop/shop-icon.svg);
  background-repeat: no-repeat;
}
.shop-name {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
.shop-point li {
  list-style: disc;
  margin-left: 40px;
  line-height: 28px;
  font-size: 14px;
  color: #585858;
}
.shop-point li:hover {
  color: #1989fa;
  cursor: pointer;
}
.shop-list {
  display: flex;
  padding-bottom: 60px;
}
.shop-list ul {
  flex: 1;
  margin: 0 20px;
}
.shop-list li {
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px dotted #c7c7c7;
}
.shop-list li a {
  height: 40px;
  line-height: 40px;
  display: inline-block;
  width: 100%;
  font-size: 16px;
}
.shop-list li:hover {
  color: #3f75bc;
  cursor: pointer;
}
.shop-email {
  display: flex;
  height: 80px;
  background-color: #f5f5f5;
  margin: 0 0 30px 0;
}
.shop-email div {
  display: flex;
  flex: 1;
  font-size: 18px;
  align-items: center;
  justify-content: center;
}
.garytext {
  color: #3b3b3b;
  padding: 20px 0;
  text-align: right;
}

/* 联系我们 */
.video-div {
  width: 100%;
  height: 440px;
  position: relative;
}

.video-div video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.adress p {
  font-size: 14px;
  line-height: 30px;
  color: #5a5a5a;
}
.link p {
  font-size: 20px;
  line-height: 34px;
  display: flex;
  align-items: center;
  padding: 10px;
}
.link .link-page img {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin: 0 20px 0 0;
}

.top {
  position: absolute;
  width: 40px;
  height: 40px;
  bottom: 40px;
  right: 120px;
  background: url(../images/top.svg) no-repeat center center;
}
/* 典型客户 */
.custtab .ht-tab-nav {
  background-color: #f5f5f5;
  position: relative;
  color: #3b3b3b;
  border-radius: 40px;
  height: 60px;
  line-height: 60px;
  text-align: justify;
  font-weight: bold;
  margin-bottom: 40px;
}

.custtab .ht-tabbox {
  position: absolute;
}

.custtab .ht-tab-nav .ht-tab-nav-el {
  position: relative;
  display: inline-block;
  width: 14%;
  text-align: center;
  white-space: nowrap;
}

.custtab .ht-tab-nav .ht-tab-nav-el:hover {
  cursor: pointer;
  color: #3c73bb;
}

.custtab .ht-tab-nav .ht-tab-nav-el a {
  font-size: 18px;
  display: block;
  height: 100%;
  text-decoration: none;
}

.custtab .ht-tab-nav .select {
  position: relative;
  color: #3c73bb;
  font-weight: bold;
  transform: scale(1.2);
}
.custtab .ht-tabpanel {
  padding: 10px;
  background: #fff;
  box-sizing: border-box;
}

.cust-defult {
  width: calc(100% / 3 - 60px);
  margin: 0 0 40px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  background: #ffffff;
}
.custpic {
  height: 360px;
}
.custpic:hover {
  cursor: pointer;
  transform: scale(1.05);
}
.custpic img {
  width: 100%;
  height: 100%;
}
.cust-title {
  height: 80px;
  line-height: 26px;
  padding-top: 40px;
  font-size: 18px;
  text-align: center;
}

.custom-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.ht-development {
  display: flex;
  width: 100%;
  height: 100%;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background: url(../images/development.gif) no-repeat center center;
}

@media screen and (min-width: 1280px) and (max-width: 1399px) {
  .header-div .header-menu > ul > li {
    height: 65px;
    line-height: 65px;
  }

  .logo {
    width: 125px;
    height: 65px;
    background-size: 100px;
  }
  .w1440 {
    max-width: 1200px;
    margin: 0 auto;
  }
  header .header-menu a {
    padding: 0 10px;
    font-size: 14px;
    width: 116px;
  }
  .content {
    height: calc(100% - 65px);
  }
  header {
    height: 67px;
  }
  .banner {
    height: 600px;
  }
  .banner01 {
    height: 600px;
  }
  .banner01-text,
  .banner01-text {
    padding-top: 200px;
  }
  .banner01-text span,
  .banner02-text span {
    font-size: 48px;
  }
  .banner-button {
    width: 240px;
    height: 66px;
    line-height: 66px;
    font-size: 22px;
  }
  .banner ol {
    bottom: 45px;
  }
  .banner ul li {
    height: 600px;
  }
  .banner02,
  .banner03 {
    height: 600px;
  }
  .banner02-text {
    font-size: 48px;
  }
  .index-title {
    height: 110px;
    font-size: 26px;
  }
  .newpic {
    height: 260px;
  }
  .newpic img {
    height: 260px;
  }
  .newpic-title {
    font-size: 13px;
    margin: 10px 10px 10px 17px;
  }
  .newpic-date {
    margin: 0 0 10px 17px;
    padding-bottom: 10px;
    font-size: 12px;
  }
  .newpic-text {
    font-size: 12px;
  }
  .news-defult {
    height: 390px;
  }
  .ht-tab-two .ht-tab-nav {
    height: 40px;
    line-height: 40px;
  }
  .ht-tab-two .ht-tab-nav .ht-tab-nav-el a {
    font-size: 14px;
  }
  .ht-tab-two .ht-tabpanel {
    height: 440px;
  }
  .product-icon {
    height: 140px;
  }
  .fotter-logo-pic,
  .fotter-qr-codeimg {
    background-size: 150px;
    margin-bottom: 0;
  }
  .fotter-menu div p,
  .copyright span {
    font-size: 12px;
  }
  .sub-banner {
    height: 225px;
    padding-top: 40px;
  }
  .news-dt {
    font-size: 40px;
  }
  .news-title {
    margin: 40px 0 20px 0;
    font-size: 26px;
  }
  .news-date {
    height: 40px;
    line-height: 30px;
  }
  .page {
    font-size: 13px;
    line-height: 25px;
    margin-bottom: 15px;
  }
  .img-title {
    font-size: 13px;
  }
  .solution-title {
    font-size: 13px;
  }
  .solution-detail {
    font-size: 13px;
  }
  .solution-pic img {
    width: 22px;
    height: 22px;
  }
  .img-title {
    font-size: 15px;
    height: 50px;
  }
  .solution-pic {
    margin-right: 6px;
  }
  .header-menu .sub-header-menu {
    top: 65px;
  }
  .news-dt-detail {
    font-size: 24px;
    margin-top: 16px;
  }
  .about-title {
    height: 113px;
    line-height: 113px;
    font-size: 24px;
  }
  .title-line {
    top: 90px;
  }
  .compeypic {
    height: 300px;
    max-height: 300px;
    background-size: 90%;
  }
  .loft {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .partnerpic {
    height: 200px;
  }
  .partner-title {
    height: 30px;
    line-height: 20px;
    padding-top: 15px;
    font-size: 14px;
  }
  .partner-defult2 .partnerpic {
    height: 380px;
  }
  .custtab .ht-tab-nav .ht-tab-nav-el a {
    font-size: 16px;
  }
  .shop-list li a {
    font-size: 13px;
  }
  .link p {
    font-size: 16px;
  }
  .link .link-page img {
    width: 25px;
    height: 25px;
  }
  .idea-text b {
    font-size: 16px;
  }
  .shop-point li,
  .solution-point li {
    font-size: 13px;
  }
  .link p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1679px) {
  .logo {
    width: 125px;
    height: 80px;
    background-size: 120px;
  }
  .fotter-logo-pic {
    margin-bottom: 15px;
    background-size: 180px;
  }
  .product-text {
    line-height: 32px;
    font-size: 14px;
  }
  .product-icon {
    height: 150px;
  }
  header .header-menu a {
    width: 126px;
  }
  .banner ul li {
    height: 664px;
  }
  .img-title {
    font-size: 16px;
  }
  .banner {
    height: 664px;
  }
  .banner01,
  .banner02,
  .banner03 {
    height: 664px;
  }
  .link p {
    font-size: 18px;
  }
  .solution-pic img {
    width: 26px;
    height: 26px;
  }
}
@media screen and (min-width: 1680px) and (max-width: 1919px) {
  .logo {
    width: 125px;
    height: 80px;
    background-size: 120px;
  }
  .w1440 {
    max-width: 1440px;
  }
  header .header-menu a {
    font-size: 18px;
    width: 136px;
  }
  .newpic-text {
    line-height: 22px;
    font-size: 14px;
  }
  .img-title {
    font-size: 18px;
  }
  .banner01-text span,
  .banner02-text span {
    font-size: 68px;
  }
  .banner01-text {
    padding-top: 200px;
  }
  .product-text {
    line-height: 32px;
    font-size: 14px;
  }
  .product-icon {
    height: 150px;
  }
}
@media screen and (min-width: 1681px) and (max-width: 1920px) {
  .logo {
    width: 125px;
    height: 80px;
    background-size: 120px;
  }
  .w1440 {
    max-width: 1440px;
  }
  header .header-menu a {
    font-size: 16px;
  }
  header .header-menu a {
    width: 140px;
  }
  .header-div .header-menu > ul > li {
    width: 140px;
  }
  .newpic-text {
    line-height: 23px;
    font-size: 15px;
  }
  .banner01-text span,
  .banner02-text span {
    font-size: 68px;
  }
  .banner01-text {
    padding-top: 200px;
  }
  .product-text {
    line-height: 32px;
    font-size: 15px;
  }
  .product-icon {
    height: 150px;
  }
  .index-more a,
  .news-date {
    font-size: 16px;
  }
  .newpic-title,
  .ht-tab-two .ht-tab-nav .ht-tab-nav-el a {
    font-size: 18px;
  }
  .fotter-menu div p:first-of-type {
    font-size: 16px;
  }
  .fotter-menu div p {
    font-size: 14px;
  }
  .index-title,
  .news-title {
    font-size: 40px;
  }
  .page {
    font-size: 18px;
    line-height: 38px;
  }
  .solution-title {
    font-size: 18px;
  }
  .img-title {
    font-size: 18px;
  }
  .compeypic {
    height: 500px;
    max-height: 500px;
  }
  .solution-point li,
  .shop-point li {
    line-height: 36px;
    font-size: 16px;
  }
  .idea-text b {
    font-size: 22px;
  }
}
/* 新增 */

.news-small-left {
  text-align: left;
}
