@charset "UTF-8";
/* ========================reset=============================== */
html {
  width: 100%;
}

body {
  width: 100%;
  height: 100%;
  min-width: 1200px;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
ul,
li,
dl,
dt,
dd,
ol,
input,
figure,
figcaption {
  padding: 0;
  margin: 0;
}

ul,
ol {
  list-style: none;
}

img {
  display: block;
}

input {
  outline: none;
}

header,
footer,
nav,
aside,
article,
section,
main {
  display: block;
}

body {
  font-size: 12px;
  /* color: #3e3e3e; */
  font-family: "微软雅黑";
  background: #ffffff !important;
}

a {
  text-decoration: none !important;
  /* color: #909090 */
}

/* a:hover { 
    text-decoration: underline;
    color: #f60;
} */
/* =======================手机端========================== */
* {
  box-sizing: border-box;
}

/* ========================public=============================== */
.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
  float: none;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.container {
  width: 1200px;
  margin: 0 auto;
  height: auto;
}

.top {
  width: 100%;
  height: 28px;
  margin-top: 12px;
}

.top .container {
  height: 28px;
  line-height: 28px;
}

.top .container .topname {
  color: rgba(39, 39, 39, 0.62);
  font-size: 14px;
}
.top .container .topname a {
  color: rgba(39, 39, 39, 0.62);

}

.top .container .toplist {
  width: auto;
  height: 28px;
  line-height: 28px;
}

.top .container .toplist li {
  margin-left: 27px;
  width: auto;
  height: 28px;
  line-height: 28px;
}

.top .container .toplist li a {
  display: block;
  width: 100%;
  height: 100%;
  color: rgba(39, 39, 39, 0.62);
  font-size: 14px;
}

.top .container .toplist li form {
  display: block;
  width: 300px;
  height: 28px;
}

.top .container .toplist li form input {
  width: 238px;
  height: 28px;
  display: block;
  border: 0;
  border-left: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  padding-left: 16px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top: 1px solid #dbdbdb;
  font-size: 14px;
}

.top .container .toplist li form button {
  width: 62px;
  height: 28px;
  display: block;
  background-color: #027fdb;
  color: #fff;
  border: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  font-size: 14px;
  background-image: url(../images/searchIcon.png);
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: 9px center;
  padding-left: 27px;
}

.banner {
  width: 100%;
  height: auto;
  margin-top: 53px;
  position: relative;
}

.banner .swiper-container {
  width: 100%;
  height: auto;
}

.banner .swiper-container img {
  width: 100%;
  height: auto;
}

.banner .InnerSwiper {
  width: 100%;
  height: auto;
  position: relative;
}

.banner .InnerSwiper img {
  width: 100%;
  height: auto;
}

.banner .InnerSwiper .InnerSwipertitle {
  width: 100%;
  height: 63px;
  line-height: 63px;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #FFF;
  font-size: 48px;
  font-weight: 700;
}

.banner .nav {
  height: 110px;
  width: 1200px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  z-index: 9;
}

.banner .nav .navback {
  background-image: url(../images/navBack.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
  width: 100%;
  height: 74px;
  position: absolute;
  top: 0;
  left: 0;
}

.banner .nav .navList {
  width: 100%;
  height: 110px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
}

.banner .nav .navList li {
  height: 110px;
  line-height: 70px;
}

.banner .nav .navList li a {
  font-size: 18px;
  color: #fff;
}

.banner .nav .navList .logo {
  width: 246px;
  height: 110px;
  border-radius: 0 0 110px 110px;
  background: #fff;
  position: relative;
}

.banner .nav .navList .logo img {
  width: 183px;
  height: 150px;
  position: absolute;
  top: -67px;
  left: 50%;
  transform: translateX(-50%);
}

.gobackList {
  width: 87px;
  height: auto;
  text-align: center;
  line-height: 20px;
  position: fixed;
  bottom: 100px;
  right: 200px;
  display: none;
}

.gobackList .gobackList1 {
  width: 87px;
  height: auto;
}

.gobackList .gobackList1 li {
  width: 87px;
  height: 96px;
}

.gobackList .gobackList1 li a {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/gobackList.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
  padding-top: 22px;
  text-align: center;
  color: #fff;
  font-size: 20px;
}

.gobackList .gobackList1 li:nth-child(3) a {
  line-height: 44px;
}

.gobackList .goTop {
  width: 100%;
  height: 86px;
  background-image: url(../images/gobackList2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
  color: #fff;
  font-size: 20px;
  padding-top: 23px;
  line-height: 26px;
}

.enterprise {
  width: 100%;
  height: auto;
  margin-top: 46px;
}

.enterprise .container .title {
  width: 100%;
  height: auto;
}

.enterprise .container .title img {
  width: 368px;
  margin: 0 auto;
}

.enterprise .container .enterpriseList {
  width: 100%;
  height: 220px;
  margin-top: 48px;
  display: flex;
  flex-direction: row;
}

.enterprise .container .enterpriseList li {
  width: 25%;
  height: 220px;
  background-image: url(../images/rightLine.png);
  background-repeat: no-repeat;
  background-position: right 0;
  background-size: 1px 120px;
}

.enterprise .container .enterpriseList li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 79px;
  background-repeat: no-repeat;
  background-position: center 0;
}

.enterprise .container .enterpriseList li a .enterprisename {
  width: 100%;
  height: 23px;
  line-height: 23px;
  color: #272727;
  font-size: 18px;
}

.enterprise .container .enterpriseList li a .enterpriseeng {
  width: 100%;
  height: 21px;
  line-height: 21px;
  color: #858585;
  font-size: 13px;
}

.enterprise .container .enterpriseList li a .enterpriseCont {
  width: 100%;
  margin-top: 6px;
  line-height: 27px;
  color: #272727;
  font-size: 16px;
}

.enterprise .container .enterpriseList li:last-child {
  background-image: none;
}

.enterprise .container .enterpriseList li:last-child a {
  background-image: url(../images/enterpriseIcon4.png);
}

.enterprise .container .enterpriseList li:nth-child(1) a {
  background-image: url(../images/enterpriseIcon1.png);
}

.enterprise .container .enterpriseList li:nth-child(2) a {
  background-image: url(../images/enterpriseIcon2.png);
}

.enterprise .container .enterpriseList li:nth-child(3) a {
  background-image: url(../images/enterpriseIcon3.png);
}

.products {
  width: 100%;
  height: auto;
  margin-top: 46px;
}

.products .container .title {
  width: 100%;
  height: auto;
}

.products .container .title img {
  width: 401px;
  margin: 0 auto;
}

.products .container .productsList {
  width: 100%;
  margin-top: 44px;
  height: auto;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}

.products .container .productsList li {
  width: 265px;
  height: auto;
}

.products .container .productsList li a {
  display: block;
  width: 100%;
  height: 100%;
}

.products .container .productsList li a img {
  width: 265px;
  display: block;
  height: 210px;
}

.products .container .productsList li a .productsListname {
  width: 100%;
  line-height: 29px;
  margin-top: 15px;
  text-align: center;
  font-size: 18px;
  color: #272727;
}

.technology {
  width: 100%;
  height: auto;
  margin-top: 46px;
}

.technology .title {
  width: 100%;
  height: auto;
}

.technology .title img {
  width: 408px;
  margin: 0 auto;
}

.technology .technologyList {
  margin-top: 42px;
  width: 100%;
  height: 410px;
  background-image: url(../images/technology.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
}

.technology .container2 {
  width: 1324px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.technology .container2 li {
  width: 20%;
  height: auto;
}

.technology .container2 li a {
  display: block;
  width: 100%;
  height: auto;
}

.technology .container2 li a img {
  width: 127px;
  height: 127px;
  margin: 0 auto;
}

.technology .container2 li a div {
  text-align: center;
  margin-top: 10px;
}

.technology .container2 li a .techname {
  height: 32px;
  line-height: 32px;
  color: #000000;
  font-size: 22px;
}

.technology .container2 li a .technameeng {
  height: 27px;
  line-height: 27px;
  color: #636363;
  font-size: 19px;
}

.technology .container2 li:nth-child(1),
.technology .container2 li:nth-child(3),
.technology .container2 li:nth-child(5) {
  padding-top: 44px;
}

.technology .container2 li:nth-child(2),
.technology .container2 li:nth-child(4) {
  padding-top: 170px;
}

.ProcessPlant {
  width: 100%;
  height: 622px;
  margin-top: 46px;
  background-image: url(../images/ProcessPlant.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
  padding-top: 44px;
}

.ProcessPlant .container .title {
  width: 100%;
  height: auto;
}

.ProcessPlant .container .title img {
  width: 368px;
  margin: 0 auto;
}

.ProcessPlant .container .ProcessPlantList {
  width: 100%;
  height: 402px;
  margin-top: 41px;
  display: flex;
  justify-content: space-between;
}

.ProcessPlant .container .ProcessPlantList li {
  width: 293px;
  height: 402px;
}

.ProcessPlant .container .ProcessPlantList li a {
  display: block;
  width: 100%;
  height: 100%;
}

.ProcessPlant .container .ProcessPlantList li a img {
  width: 100%;
  height: 337px;
  margin-bottom: 14px;
}

.ProcessPlant .container .ProcessPlantList li a p {
  width: 100%;
  height: 51px;
  line-height: 51px;
  text-align: center;
  background: #fff;
  color: #292929;
  font-size: 20px;
  border-radius: 9px;
}

.market {
  width: 100%;
  height: auto;
  background: #f6f6f6;
}

.market .container {
  padding-top: 46px;
  padding-bottom: 65px;
}

.market .container .title {
  width: 100%;
  height: auto;
}

.market .container .title img {
  width: 368px;
  margin: 0 auto;
}

.market .container .marketBox {
  width: 100%;
  height: auto;
  margin-top: 36px;
}

.market .container .marketBox .marketintro {
  width: 100%;
  height: 100px;
  line-height: 25px;
  color: #3c3c3c;
  font-size: 16px;
  text-indent: 2em;
  
/*  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;*/
  
}

.market .container .marketBox .marketList {
  width: 100%;
  height: 258px;
  display: flex;
  justify-content: space-between;
  margin-top: 27px;
}

.market .container .marketBox .marketList li {
  width: 367px;
  height: 100%;
}

.market .container .marketBox .marketList li a {
  display: block;
  width: 100%;
  height: 100%;
}

.market .container .marketBox .marketList li a img {
  display: block;
  width: 100%;
  height: 100%;
}

.aftergrades {
  width: 100%;
  height: auto;
  padding: 30px 0;
}

.aftergrades .aftergradesList {
  display: flex;
  justify-content: space-between;
  height: auto;
}

.aftergrades .aftergradesList .aftergradesListli {
  width: 570px;
  height: 100%;
}

.aftergrades .aftergradesList .aftergradesListli .title {
  width: 100%;
  height: 55px;
  line-height: 55px;
  display: flex;
  border-bottom: 1px solid #ebebeb;
  justify-content: space-between;
  padding-left: 20px;
  background-image: url(../images/titleLine.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 5px 25px;
  color: #000000;
  font-size: 30px;
}

.aftergrades .aftergradesList .aftergradesListli .title a {
  color: #3293de;
  font-size: 15px;
}

.aftergrades .aftergradesList .aftergradesListli .aftersaleList {
  width: 100%;
  height: auto;
  margin-top: 15px;
}

.aftergrades .aftergradesList .aftergradesListli .aftersaleList li {
  width: 100%;
  height: 38px;
  line-height: 38px;
}

.aftergrades .aftergradesList .aftergradesListli .aftersaleList li a {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 14px;
  background-image: url(../images/point.png);
  background-repeat: no-repeat;
  background-size: 4px 4px;
  background-position: 0 center;
}

.aftergrades .aftergradesList .aftergradesListli .aftersaleList li a span {
  height: 38px;
  display: block;
}

.aftergrades .aftergradesList .aftergradesListli .aftersaleList li a .name {
  width: 440px;
  color: #29323f;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.aftergrades .aftergradesList .aftergradesListli .aftersaleList li a .date {
  width: 115px;
  color: #a9a9a9;
  font-size: 14px;
  text-align: right;
}

.aftergrades .aftergradesList .aftergradesListli .aftersaleList li:hover .name,
.aftergrades .aftergradesList .aftergradesListli .aftersaleList li:hover .date {
  color: #3293de;
}

.aftergrades .aftergradesList .aftergradesListli .gradesList {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
}

.aftergrades .aftergradesList .aftergradesListli .gradesList li {
  width: 183px;
  height: 207px;
}

.aftergrades .aftergradesList .aftergradesListli .gradesList li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.aftergrades .aftergradesList .aftergradesListli .gradesList li a .gradeopacitybox {
  width: 100%;
  height: 100%;
  display: none;
}

.aftergrades .aftergradesList .aftergradesListli .gradesList li a img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.aftergrades .aftergradesList .aftergradesListli .gradesList li a .gradesname {
  width: 100%;
  height: 43px;
  line-height: 43px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #4ba8ef;
  color: #fff;
  text-align: center;
  font-size: 20px;
}

.aftergrades .aftergradesList .aftergradesListli .gradesList li:hover a .gradeopacitybox {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.aftergrades .aftergradesList .aftergradesListli .gradesList li:hover a .gradeopacitybox .gradeopacity {
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background: #4ba8ef;
  position: absolute;
  z-index: 0;
}

.aftergrades .aftergradesList .aftergradesListli .gradesList li:hover a .gradeopacitybox .gradeshow {
  width: 100%;
  height: 71px;
  color: #000000;
  position: absolute;
  z-index: 999;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.aftergrades .aftergradesList .aftergradesListli .gradesList li:hover a .gradeopacitybox .gradeshow .gradesname2 {
  width: 100%;
  height: 37px;
  line-height: 37px;
  color: #fff;
  font-size: 24px;
  text-align: center;
}

.aftergrades .aftergradesList .aftergradesListli .gradesList li:hover a .gradeopacitybox .gradeshow .look {
  width: 100%;
  height: 23px;
  text-align: center;
  margin-top: 11px;
}

.aftergrades .aftergradesList .aftergradesListli .gradesList li:hover a .gradeopacitybox .gradeshow .look span {
  padding: 0 25px;
  border-radius: 5px;
  background: #fff;
  color: #0050c0;
  font-size: 14px;
}

.aftergrades .aftergradesList .aftergradesListli .gradesList li:hover a .gradesname {
  display: none;
}

.FriendlyLinks {
  width: 100%;
  height: auto;
  margin-top: 30px;
  padding-bottom: 60px;
  background: linear-gradient(#ffffff, #fefefe, #f9f9f9, #fefefe, #ffffff);
}

.FriendlyLinks .container .title {
  width: 100%;
  height: auto;
}

.FriendlyLinks .container .title img {
  width: 368px;
  margin: 0 auto;
}

.FriendlyLinks .container .FriendlyLinksList {
  width: 100%;
  height: 94px;
  display: flex;
  justify-content: space-between;
  margin-top: 37px;
}

.FriendlyLinks .container .FriendlyLinksList li {
  width: 230px;
  height: 94px;
  border: 1px solid #e8edf3;
}

.FriendlyLinks .container .FriendlyLinksList li a {
  display: block;
  width: 100%;
  height: 100%;
}

.FriendlyLinks .container .FriendlyLinksList li a img {
  display: block;
  width: 100%;
  height: 100%;
}

.footer {
  width: 100%;
  height: 290px;
  /*background: #1b1c20;*/
  padding-top: 62px;
  color: #fff;
  background: linear-gradient(to right,#55acee,#65b2ed)
}

.footer div {
  text-align: center;
  line-height: 38px;
  width: 100%;
  height: 38px;
  font-size: 14px;
  /*color: rgba(255, 255, 255, 0.3);*/
    color: #fff;
}

.footer div a {
  /*color: rgba(255, 255, 255, 0.3);*/
  color: #fff;
}

.location {
  width: 100%;
  height: 55px;
  line-height: 55px;
  border: 2px solid rgba(0, 0, 0, 0.05);
}

.location .container {
  height: 53px;
}

.location .container .locationLeft {
  width: auto;
  height: 53px;
  line-height: 53px;
}

.location .container .locationLeft a {
  display: inline-block;
  width: auto;
  height: 53px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  font-weight: 400;
}

.location .container .locationLeft span {
  display: inline-block;
  width: 6px;
  height: 53px;
  margin: 0 20px;
  background-image: url(../images/location.png);
  background-repeat: no-repeat;
  background-size: 6px 12px;
  background-position: center center;
}

.location .container .locationRight {
  width: auto;
  height: 100%;
  text-align: right;
}

.location .container .locationRight a {
  color: rgba(0, 0, 0, 0.6);
  font-family: Microsoft YaHei;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 10px;
  display: inline-block;
  width: auto;
  height: 53px;
}

.location .container .locationRight .current {
  background-image: url(../images/locationRightIcon.png);
  background-repeat: no-repeat;
  background-size: 20px 14px;
  background-position: center 22px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: bold;
}

.NewsCenter2 {
  background: #F2F4F7;
}

.page {
  width: 100%;
  height: 32px;
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
  font-size: 16px;
}

.page a{ 
  color:#000;
}

.NewsCenter {
  width: 100%;
  height: auto;
  padding: 17px 0 40px;
}

.NewsCenter .container {
  height: auto;
}

.NewsCenter .container .NewsCenterTop {
  width: 100%;
  height: 280px;
  display: flex;
  flex-direction: row;
}

.NewsCenter .container .NewsCenterTop .NewsCenterTopLeft {
  width: 610px;
  height: 280px;
}

.NewsCenter .container .NewsCenterTop .NewsCenterTopLeft img {
  width: 100%;
  height: 100%;
}

.NewsCenter .container .NewsCenterTop .NewsCenterTopright {
  flex: 1;
  background: #F2F4F7;
  padding: 32px;
  position: relative;
}

.NewsCenter .container .NewsCenterTop .NewsCenterTopright .time {
  width: 100%;
  color: rgba(0, 0, 0, 0.4);
  font-size: 16px;
  font-weight: 400;
}

.NewsCenter .container .NewsCenterTop .NewsCenterTopright .name {
  width: 100%;
  height: auto;
  margin-top: 20px;
  color: rgba(0, 0, 0, 0.8);
  font-family: Microsoft YaHei;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
}

.NewsCenter .container .NewsCenterTop .NewsCenterTopright .more {
  position: absolute;
  bottom: 40px;
  left: 32px;
  width: 100%;
  height: 21px;
}

.NewsCenter .container .NewsCenterTop .NewsCenterTopright .more a {
  color: #4BA8EE;
  font-size: 16px;
  font-weight: 400;
}

.NewsCenter .container .NewsCenterList {
  width: 100%;
  height: 145px;
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
}

.NewsCenter .container .NewsCenterList li {
  width: 218px;
  height: 145px;
}

.NewsCenter .container .NewsCenterList li a {
  display: block;
  width: 100%;
  height: 100%;
}

.NewsCenter .container .NewsCenterList li a img {
  display: block;
  width: 100%;
  height: 100%;
}

.NewsCenter .container .NewsCenter2List {
  width: 1224px;
  height: auto;
}

.NewsCenter .container .NewsCenter2List li {
  width: 588px;
  height: 210px;
  margin-right: 24px;
  float: left;
  border-radius: 8px;
  background: #FFF;
  margin-bottom: 24px;
}

.NewsCenter .container .NewsCenter2List li .NewsCenter2ListBox {
  display: block;
  width: 100%;
  height: 100%;
  padding: 35px;
}

.NewsCenter .container .NewsCenter2List li .NewsCenter2ListBox .NewsCenter2Listimg {
  width: 140px;
  height: 140px;
}

.NewsCenter .container .NewsCenter2List li .NewsCenter2ListBox .NewsCenter2Listimg img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.NewsCenter .container .NewsCenter2List li .NewsCenter2ListBox .NewsCenter2Listright {
  width: 350px;
  height: 100%;
}

.NewsCenter .container .NewsCenter2List li .NewsCenter2ListBox .NewsCenter2Listright .NewsCenter2Listname {
  width: 100%;
  height: 90px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.NewsCenter .container .NewsCenter2List li .NewsCenter2ListBox .NewsCenter2Listright .NewsCenter2Listtime {
  width: 100%;
  height: 34px;
  margin-top: 13px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 12px;
  display: flex;
  justify-content: space-between;
}

.NewsCenter .container .NewsCenter2List li .NewsCenter2ListBox .NewsCenter2Listright .NewsCenter2Listtime span:nth-child(1) {
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-weight: 400;
}

.NewsCenter .container .NewsCenter2List li .NewsCenter2ListBox .NewsCenter2Listright .NewsCenter2Listtime span:nth-child(2) {
  color: #4BA8EE;
  font-size: 16px;
  font-weight: 400;
}

.NewsCenter .container .NewsCenterdetails {
  width: 100%;
  height: auto;
  background: #fff;
  padding: 0px 30px 60px;
}

.NewsCenter .container .NewsCenterdetails .detailsTitle {
  width: 100%;
  height: auto;
  color: rgba(0, 0, 0, 0.85);
  font-size: 40px;
  text-align: center;
  font-weight: 400;
  line-height: 84px;border-bottom: 1px solid #D9D9D9;
}

.NewsCenter .container .NewsCenterdetails .detailsTime {
  width: 100%;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  margin-top: 40px;
  height: 21px;
}

.NewsCenter .container .NewsCenterdetails .detailsTime span {
  margin-right: 40px;
}

.NewsCenter .container .NewsCenterdetails .detailsart {
  margin-top: 16px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
}

.NewsCenter .container .NewsCenterdetails .detailsart img {
  margin: 20px auto;
  display: block;
  max-width: 800px;
  height: auto;
}


.NewsCenter .container .NewsCenterdetails .detailsart table{
    margin: 0 auto;
}

.NewsCenter .container .NewsCenterdetails .detailsnext {
  width: 100%;
  height: 76px;
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
}

.NewsCenter .container .NewsCenterdetails .detailsnext li {
  background: #F4F4F6;
  width: 560px;
  height: 76px;
}

.NewsCenter .container .NewsCenterdetails .detailsnext li a {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/detailsnextline.png);
  background-repeat: no-repeat;
  background-size: 1px 44px;
  background-position: 118px center;
  padding: 16px 0;
}

.NewsCenter .container .NewsCenterdetails .detailsnext li a div:nth-child(1) {
  width: 118px;
  height: auto;
  line-height: 44px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.NewsCenter .container .NewsCenterdetails .detailsnext li a div:nth-child(2) {
  padding: 0 35px;
  width: 440px;
}

.NewsCenter .container .NewsCenterdetails .detailsnext li a div:nth-child(2) p:nth-child(1) {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  width: 100%;
  font-weight: 400;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.NewsCenter .container .NewsCenterdetails .detailsnext li a div:nth-child(2) p:nth-child(2) {
  color: rgba(0, 0, 0, 0.4);
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  margin-top: 4px;
}

.NewsCenter .container .NewsCenterdetails .detailsnext li:hover a div:nth-child(1) {
  color: #0050c0;
}

.NewsCenter .container .NewsCenterdetails .detailsnext li:hover a div:nth-child(2) {
  color: #0050c0;
}

.NewsCenter .container .NewsCenterdetails .detailsnext li:hover a div:nth-child(2) p {
  color: #0050c0;
}

.product {
  width: 100%;
  height: auto;
  padding-top: 40px;
}

.product .container {
  height: auto;
}

.product .container .productList {
  width: 1246px;
  height: auto;
}

.product .container .productList li {
  width: 265px;
  height: 272px;
  border: 1px solid #F2F4F7;
  float: left;
  margin-right: 46px;
  margin-bottom: 40px;
}

.product .container .productList li a {
  display: block;
  width: 100%;
  height: 100%;
}

.product .container .productList li a img {
  width: 100%;
  display: block;
  height: 210px;
}

.product .container .productList li a p {
  width: 100%;
  height: 61px;
  line-height: 61px;
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  overflow:hidden; 
  text-overflow:ellipsis;
  white-space:nowrap; 
}

.product .container .productList li:hover {
  border: 1px solid #4BA8EE;
}

.product .container .productList li:hover a p {
  background: #4BA8EE;
  color: #fff;
}

/*productList1*/
.product .container .productListall {
  width: 909px;
  height: auto;
  background: #fff;
  padding: 24px;
}
.product .container .productList1 {
  width: 909px;
  height: auto;
}

.product .container .productList1 li {
  width: 256px;
  height: 272px;
  border: 1px solid #F2F4F7;
  float: left;
  margin-right: 46px;
  margin-bottom: 40px;
}
.product .container .productList1 li:nth-child(3n){
    margin-right: 0;
}
.product .container .productList1 li a {
  display: block;
  width: 100%;
  height: 100%;
}

.product .container .productList1 li a img {
  width: 100%;
  display: block;
  height: 210px;
}

.product .container .productList1 li a p {
  width: 100%;
  height: 61px;
  line-height: 61px;
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  overflow:hidden; 
  text-overflow:ellipsis;
  white-space:nowrap; 
}

.product .container .productList1 li:hover {
  border: 1px solid #4BA8EE;
}

.product .container .productList1 li:hover a p {
  background: #4BA8EE;
  color: #fff;
}
/*productList1*/

.recruit {
  width: 100%;
  height: auto;
  background: #F2F4F7;
  padding: 40px 0 100px;
}

.recruit .container {
  height: auto;
}

.recruit .container .recruitLeft {
  width: 267px;
  height: auto;
  padding: 40px 20px;
  background: #fff;
}

.recruit .container .recruitLeft .recruitLeftname {
  width: 100%;
  height: 42px;
  line-height: 21px;
  border-bottom: 1px solid #D9D9D9;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-weight: 700;
}

.recruit .container .recruitLeft .recruitLeftList {
  width: 100%;
  height: auto;
  padding-top: 24px;
}

.recruit .container .recruitLeft .recruitLeftList li {
  width: 100%;
  height: 21px;
  margin-bottom: 20px;
}

.recruit .container .recruitLeft .recruitLeftList li a {
  display: block;
  width: 100%;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-weight: 400;
  height: 21px;
}

.recruit .container .recruitLeft .recruitLeftList .current a {
  color: #4BA8EE;
}

.recruit .container .recruitLeft .recruitLeftList li:hover a {
  color: #4BA8EE;
}

.recruit .container .recruitRight {
  width: 909px;
}

.recruit .container .recruitRight li {
  width: 100%;
  height: auto;
  background: #fff;
  padding: 32px;
  position: relative;
  margin-bottom: 24px;
}

.recruit .container .recruitRight li .name {
  width: 100%;
  height: 26px;
  line-height: 26px;
}

.recruit .container .recruitRight li .name span {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-weight: 400;
}

.recruit .container .recruitRight li .name .line {
  margin: 0 24px;
  color: #D9D9D9;
}

.recruit .container .recruitRight li .name .name1 {
  font-weight: bold;
  font-size: 20px;
}

.recruit .container .recruitRight li .Tel {
  width: 100%;
  height: 26px;
  line-height: 26px;
  margin-top: 24px;
}

.recruit .container .recruitRight li .Tel span {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-weight: 400;
}

.recruit .container .recruitRight li .Tel .line {
  margin: 0 24px;
  color: #D9D9D9;
}

.recruit .container .recruitRight li .discuss {
  position: absolute;
  right: 35px;
  top: 32px;
  color: #EB0610;
  font-size: 16px;
}

.recruit .container .recruitRight li .recruitRightCont {
  width: 100%;
  height: auto;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 32px;
  font-size: 16px;
}

.leavemessage {
  width: 100%;
  height: auto;
  background: #F2F4F7;
  padding: 40px 0 80px;
}

.leavemessage .leavemessageBox {
  width: 888px;
  height: auto;
  background: #fff;
  margin: 0 auto;
  padding: 60px;
}

.leavemessage .leavemessageBox .title {
  width: 100%;
  height: 32px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 24px;
  font-weight: 400;
}

.leavemessage .leavemessageBox .leavemessagelist {
  width: 100%;
  height: 61px;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.leavemessage .leavemessageBox .leavemessagelist li {
  width: 240px;
  height: 61px;
}

.leavemessage .leavemessageBox .leavemessagelist li span {
  display: block;
  width: 100%;
  height: 21px;
  line-height: 21px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  font-weight: 400;
}

.leavemessage .leavemessageBox .leavemessagelist li span b {
  color: var(--error-error-6-normal, #D54941);
  font-size: 14px;
}

.leavemessage .leavemessageBox .leavemessagelist li input {
  display: block;
  width: 100%;
  height: 32px;
  padding-left: 8px;
  margin-top: 8px;
  border-radius: 3px;
  border: 1px solid var(--gray-gray-4, #DCDCDC);
  background: var(--gray-white, #FFF);
}

.leavemessage .leavemessageBox .leavemessagelist2 {
  width: 100%;
  height: auto;
  margin-top: 40px;
}

.leavemessage .leavemessageBox .leavemessagelist2 span {
  display: block;
  width: 100%;
  height: 21px;
  line-height: 21px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  font-weight: 400;
}

.leavemessage .leavemessageBox .leavemessagelist2 span b {
  color: var(--error-error-6-normal, #D54941);
  font-size: 14px;
}

.leavemessage .leavemessageBox .leavemessagelist2 textarea {
  width: 100%;
  height: auto;
  display: block;
  resize: none;
  outline: none;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-top: 8px;
  height: 124px;
  padding: 5px 8px;
  border: 1px solid var(--gray-gray-4, #DCDCDC);
}

.leavemessage .leavemessageBox .leavemessagebtn {
  margin-top: 40px;
  width: 100%;
  height: 42px;
  line-height: 42px;
}

.leavemessage .leavemessageBox .leavemessagebtn .submit {
  width: 124px;
  height: 42px;
  background: #4BA8EE;
  color: #fff;
  border: 0;
  font-size: 16px;
}

.leavemessage .leavemessageBox .leavemessagebtn .cancellation {
  width: 124px;
  height: 42px;
  border: 1px solid #4BA8EE;
  background: rgba(75, 168, 238, 0.2);
  color: #4BA8EE;
  font-size: 16px;
}

.production {
  width: 100%;
  height: auto;
  padding-top: 40px;
}

.production .container {
  height: auto;
}

.production .container .productList {
  width: 1246px;
  height: auto;
}

.production .container .productList li {
  width: 265px;
  height: 259px;
  border: 1px solid #F2F4F7;
  float: left;
  margin-right: 46px;
  margin-bottom: 40px;
}

.production .container .productList li a {
  display: block;
  width: 100%;
  height: 100%;
}

.production .container .productList li a img {
  width: 100%;
  display: block;
  height: 199px;
}

.production .container .productList li a p {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
}

.production .container .productList li:hover {
  border: 1px solid #4BA8EE;
}

.production .container .productList li:hover a p {
  background: #4BA8EE;
  color: #fff;
}

.Informationdisclosure {
  width: 100%;
  height: auto;
  background: #F2F4F7;
  padding: 32px 0 32px;
}

.Informationdisclosure .container {
  height: auto;
}

.Informationdisclosure .container ul {
  width: 1224px;
  height: auto;
}

.Informationdisclosure .container ul li {
  width: 588px;
  height: 167px;
  margin-right: 24px;
  float: left;
  border-radius: 8px;
  background: #FFF;
  margin-bottom: 24px;
}

.Informationdisclosure .container ul li a {
  display: block;
  padding: 35px;
  width: 100%;
  height: 100%;
}

.Informationdisclosure .container ul li a p {
  width: 100%;
  color: rgba(0, 0, 0, 0.85);
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.Informationdisclosure .container ul li a div {
  width: 100%;
  height: auto;
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
}

.Informationdisclosure .container ul li a div span:nth-child(1) {
  background-image: url(../images/Informationdisclosure.png);
  background-repeat: no-repeat;
  background-size: 146px 38px;
  display: block;
  background-position: 0 0;
  width: 146px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #4BA8EE;
  font-size: 16px;
}

.Informationdisclosure .container ul li a div span:nth-child(2) {
  color: #4BA8EE;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  width: auto;
  display: block;
  font-weight: 400;
}

.enterpriseBox {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin-top: 31px;
}

.enterpriseBox .enterpriseBoxImg {
  width: 406px;
  height: 272px;
  border-radius: 8px;
  overflow: hidden;
}

.enterpriseBox .enterpriseBoxImg img {
  display: block;
  width: 100%;
  height: 100%;
}

.enterpriseBox .enterpriseBoxart {
  width: 758px;
  height: auto;
  line-height: 35px;
  color: #000000;
  font-size: 21px;
  position: relative;
}

.enterpriseBox .enterpriseBoxart a {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #4ba8ef;
}

.enterpriseBox .enterpriseBoxart a span {
  font-size: 15px;
}

.aftersaleListBox {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin-top: 19px;
}

.aftersaleListBox .aftersaleListBoxImg {
  width: 180px;
  height: 208px;
  padding-top: 10px;
}

.aftersaleListBox .aftersaleListBoxImg img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.aftersaleListBox .aftersaleList2 {
  width: 362px;
  height: auto;
}

.aftersaleListBox .aftersaleList2 li {
  width: 100%;
  height: 38px;
  line-height: 38px;
}

.aftersaleListBox .aftersaleList2 li a {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 14px;
  background-image: url(../images/point.png);
  background-repeat: no-repeat;
  background-size: 4px 4px;
  background-position: 0 center;
}

.aftersaleListBox .aftersaleList2 li a span {
  height: 38px;
  display: block;
}

.aftersaleListBox .aftersaleList2 li a .name {
  width: 65%;
  color: #29323f;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.aftersaleListBox .aftersaleList2 li a .date {
  width: 35%;
  color: #a9a9a9;
  font-size: 14px;
  text-align: right;
}

.aftersaleListBox .aftersaleList2 li:hover .name,
.aftersaleListBox .aftersaleList2 li:hover .date {
  color: #3293de;
}

