/* Animate.css动画演示 */
@import "../plugin/swiper/animate.min.css";

/* Swiper 7.4.1 */
@import "../plugin/swiper/swiper-bundle.min.css";

/* 字体图标 */
@import "../plugin/font/css/font-awesome.min.css";

/* 核心样式 */
@import "../css/core/bootstrap.min.css";
 
/* 公用样式 */
@import "../css/public.css";

/* main */
.mainBox {
  width: 100%;
  overflow: hidden;
  background: url(../images/bj1.jpg) no-repeat center center;
  background-size: cover;
}
/* 产品分类 */
.cpList {
  width: 100%;
  overflow: hidden;
  padding: 0 4%;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cpList li {
  width: calc(33.3333% - 20px);
  float: left;
}
.cpList li .cpImg {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.cpList li .cpImg>img {
  transform: scale(1.1);
}
.cpList li .cpImg::before {
  content: "";
  display: block;
  padding-top: 50.53381%;
}
.cpList li .cpImg .cpIcon {
  width: 78px;
  float: left;
  height: 78px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.cpList li .cpTitle {
  display: block;
  overflow: hidden;
  line-height: 30px;
  margin-top: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dbdbdb;
  font-size: 14px;
  color: #a6a6a6;
  text-transform: uppercase;
}
.cpList li .cpTitle>span {
  float: left;
  font-size: 24px;
  color: #303030;
  margin-right: 10px;
}
.cpList li .cpTxt {
  display: block;
  overflow: hidden;
  line-height: 24px;
  margin-top: 15px;
  font-size: 15px;
  color: #666;
}
.cpList li:hover .cpTitle>span {
  color: #004ea2;
}
.cpList li:hover .cpImg>img {
  transform: scale(1);
}

@media (max-width: 1200px) {
  .cpList {
    padding: 0 1%;
    margin-top: 30px;
  }
  .cpList li {
    width: calc(33.3333% - 15px);
  }
}

@media (max-width: 991px) {
  .cpList {
    padding: 0 20px;
    margin-top: 20px;
  }
  .cpList li {
    width: calc(33.3333% - 10px);
  }
  .cpList li .cpTitle {
    margin-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
  }
  .cpList li .cpTitle>span {
    font-size: 20px;
    margin-right: 5px;
  }
}

@media (max-width: 767px) {
  .cpList {
    padding: 0 15px;
    margin-top: 15px;
  }
  .cpList li {
    width: calc(33.3333% - 5px);
  }
  .cpList li .cpImg::before {
    padding-top: 100%;
  }
  .cpList li .cpImg .cpIcon {
    width: 50px;
    height: 50px;
  }
  .cpList li .cpImg .cpIcon>img {
    height: 24px;
  }
  .cpList li .cpTitle {
    margin-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    line-height: 16px;
    letter-spacing: -0.3pt;
  }
  .cpList li .cpTitle>span {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    letter-spacing: 0pt;
  }
}

/* 最新资讯 */
.news {
  width: 100%;
  float: left;
  padding: 75px 0;
}
.newsTitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: flex-end;
}
.newsLeft {
  float: left;
  line-height: 20px;
  font-size: 18px;
  color: #b3b3b3;
  text-transform: uppercase;
}
.newsLeft>span {
  display: block;
  overflow: hidden;
  line-height: 36px;
  font-size: 30px;
  color: #222;
  margin-bottom: 10px;
}
.newsRight {
  width: 302px;
  float: right;
  border-bottom: 1px solid #cfcfcf;
  position: relative;
}
.newsTit {
  display: block;
  overflow: hidden;
  line-height: 38px;
  font-size: 18px;
  color: #434343;
  background: url(../images/news_jiantou.png) no-repeat right center;
  cursor: pointer;
}
.newsNav {
  display: none;
  width: 100%;
  float: left;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 2;
  transition: initial;
}
.newsNav li {
  display: block;
  overflow: hidden;
}
.newsNav li>a {
  display: block;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  overflow: hidden;
}
.newsNav li>a:hover {
  background-color: #004ea2;
  color: #fff;
}
.newsContect {
  display: flex;
  margin-top: 30px;
  position: relative;
}
.newsSwiper {
  width: 100%;
}
.newsSwiper .swiper-slide>a {
  width: 100%;
  height: 520px;
  float: left;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #dfdfdf;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.newsSwiper .swiper-slide>a .newsImg {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 45%;
}
.newsSwiper .swiper-slide>a .newsCont {
  width: 100%;
  height: 55%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  padding: 50px 35px;
}
.newsSwiper .swiper-slide>a .newsCont .newsTime {
  width: 100%;
  overflow: hidden;
  line-height: 18px;
  font-size: 14px;
  color: #8d8c8c;
  text-decoration: underline;
}
.newsSwiper .swiper-slide>a .newsCont .newsBox {
  width: 100%;
  overflow: hidden;
}
.newsSwiper .swiper-slide>a .newsCont .newsBox .newsSubTitle {
  display: block;
  overflow: hidden;
  font-size: 20px;
  line-height: 30px;
  color: #2b2b2b;
  font-weight: bold;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newsSwiper .swiper-slide>a .newsCont .newsBox .newsTxt {
  display: block;
  overflow: hidden;
  height: 0;
  line-height: 24px;
  font-size: 14px;
  color: #979696;
  margin-top: 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.newsSwiper .swiper-slide>a .newsCont .newsMore {
  width: 100%;
  overflow: hidden;
  line-height: 26px;
  font-size: 14px;
  color: #7d7d7d;
}
.newsSwiper .swiper-slide>a:hover {
  background-color: #f5f7fa;
}
.newsSwiper .swiper-slide>a:hover .newsImg {
  height: 0;
}
.newsSwiper .swiper-slide>a:hover .newsCont {
  height: 100%;
}
.newsSwiper .swiper-slide>a:hover .newsCont .newsBox .newsSubTitle {
  color: #004ea2;
}
.newsSwiper .swiper-slide>a:hover .newsCont .newsBox .newsTxt {
  height: 72px;
  margin-top: 30px;
}
.news-prev,
.news-next {
  display: block;
  width: 60px;
  float: left;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: -98px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
  border: none;
}
.news-prev>img,
.news-next>img {
  width: 100%;
  height: 100%;
  display: block;
}
.news-next {
  left: initial;
  right: -98px;
}

@media (max-width: 1600px) {
  .news-prev,
  .news-next {
    left: 0;
  }
  .news-next {
    left: initial;
    right: 0;
  }
}

@media (max-width: 1200px) {
  .news {
    padding: 50px 0;
  }
  .newsSwiper .swiper-slide>a {
    height: 400px;
  }
  .newsSwiper .swiper-slide>a .newsCont {
    padding: 30px;
  }
  .news-prev,
  .news-next {
    left: 0;
  }
  .news-next {
    left: initial;
    right: 0;
  }
}

@media (max-width: 991px) {
  .news {
    padding: 30px 0;
  }
  .newsSwiper .swiper-slide>a {
    height: 340px;
  }
  .newsSwiper .swiper-slide>a .newsCont {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .news {
    padding: 15px 0;
  }
  .newsTitle {
    flex-wrap: wrap;
    justify-content: center;
  }
  .newsLeft {
    width: 100%;
    text-align: center;
    line-height: 16px;
    font-size: 14px;
  }
  .newsLeft>span {
    line-height: 24px;
    font-size: 18px;
    margin-bottom: 5px;
  }
  .newsRight {
    width: 100%;
    margin-top: 5px;
  }
  .newsTit {
    line-height: 30px;
    font-size: 16px;
  }
  .newsNav {
    position: relative;
    top: 0;
  }
  .newsContect {
    margin-top: 15px;
  }
  .newsSwiper .swiper-slide>a {
    height: auto;
  }
  .newsSwiper .swiper-slide>a .newsImg {
    height: auto;
  }
  .newsSwiper .swiper-slide>a .newsImg::before {
    content: "";
    display: block;
    padding-top: 65%;
  }
  .newsSwiper .swiper-slide>a .newsCont {
    padding: 10px;
    height: auto;
  }
  .newsSwiper .swiper-slide>a .newsCont .newsBox .newsSubTitle {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
  }
  .newsSwiper .swiper-slide>a .newsCont .newsBox .newsTxt {
    height: 60px;
    line-height: 20px;
    margin: 5px 0;
  }
  .news-prev, .news-next {
    width: 30px;
    height: 30px;
  }
  .newsSwiper .swiper-slide>a:hover .newsImg {
    height: auto;
  }
  .newsSwiper .swiper-slide>a:hover .newsCont {
    height: auto;
  }
  .newsSwiper .swiper-slide>a:hover .newsCont .newsBox .newsTxt {
    height: 60px;
    margin: 5px 0;
  }
}
/* END-main */

/* 内页banner大图 */
.nBanner {
  width: 100%;
  overflow: hidden;
  height: 220px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}
.nBanner>.container {
  width: 100%;
  display: flex;
  align-items: center;
}
.nBanner span {
  float: left;
  font-size: 30px;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .nBanner {
    height: 150px;
  }
}

/* 当前所在位置 */
.mainTitle {
  width: 100%;
  overflow: hidden;
}
.mainTitle>.container {
  background: url(../images/dqwz_icon.png) no-repeat left center;
  padding: 15px 0 15px 30px;
  border-bottom: 1px solid #ddd;
  line-height: 30px;
  font-size: 13px;
  color: #b5b5b5;
}
.mainTitle a {
  color: #5a5f69;
}
.mainTitle a:hover {
  color: #004ea2;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .mainTitle>.container {
    line-height: 22px;
    padding: 10px 0 10px 25px;
  }
}

/* 产品 */
.main {
  width: 100%;
  overflow: hidden;
  padding: 60px 0;
}
.cpCategory {
  width: 100%;
  overflow: hidden;
}
.cpCategoryTitle {
  display: block;
  overflow: hidden;
  line-height: 40px;
  font-size: 28px;
  color: #2e2e2e;
}
.cpCategoryImg {
  width: 36.1806%;
  float: right;
  overflow: hidden;
  position: relative;
  margin: -28px 0 0 60px;
}
.cpCategoryImg::before {
  content: "";
  display: block;
  padding-top: 58.1574%;
}
.cpCategoryTxt {
  display: block;
  margin-top: 45px;
  min-height: 180px;
  line-height: 26px;
  font-size: 16px;
  color: #636363;
}
.cpCategoryMore {
  display: block;
  overflow: hidden;
  margin-top: 5px;
  line-height: 28px;
  font-size: 16px;
  color: #d2d2d2;
}
.cpCategoryMore>span:last-child { display:none;}
.cpCategoryMore>a {
  color: #2d2d2d;
  margin: 0 10px;
}
.cpCategoryMore>a:first-child {
  margin: 0 10px 0 0;
}
.cpCategoryMore>a:hover {
  color: #004ea2;
  text-decoration: underline;
}

.cpCategoryList {
  width: 1472px;
  display: block;
  overflow: hidden;
  margin-top: 80px;
}
.cpCategoryList li {
  width: 336px;
  float: left;
  margin: 30px 32px 0 0;
}
.cpCategoryList li>a {
  display: block;
  overflow: hidden;
  border-radius: 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 35px;
}
.cpCategoryList li>a .cpCategoryListIcon {
  display: block;
  overflow: hidden;
  position: relative;
  width: 68px;
  height: 68px;
}
.cpCategoryList li>a .cpCategoryListTitle {
  display: block;
  overflow: hidden;
  line-height: 36px;
  margin-top: 50px;
  font-size: 20px;
  color: #fff;
  font-weight: bold; white-space:nowrap; text-overflow:ellipsis;
}
.cpCategoryList li>a .cpCategoryListTxt {
  display: block;
  overflow: hidden;
  height: 96px;
  line-height: 24px;
  font-size: 14px;
  color: #fff;
  margin: 25px 0 10px 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.cpCategoryList li>a .cpCategoryListMore {
  display: block;
  overflow: hidden;
  padding: 20px 0;
}
.cpCategoryList li>a .cpCategoryListMore>img {
  float: left;
  position: relative;
  top: 0;
  transition: all 0.4s;
}
.cpCategoryList li>a:hover .cpCategoryListMore>img {
  top: -20px;
}

@media (max-width: 1440px) {
  .main {
    padding: 50px 0;
  }
  .cpCategoryList {
    width: 102%;
    margin: 60px 0 0 -1%;
  }
  .cpCategoryList li {
    width: 23%;
    margin: 30px 1% 0 1%;
  }
}

@media (max-width: 1200px) {
  .main {
    padding: 40px 0;
  }
  .cpCategoryImg {
    margin: -28px 0 0 40px;
  }
  .cpCategoryList {
    margin: 40px 0 0 -1%;
  }
  .cpCategoryList li>a {
    padding: 25px;
  }
  .cpCategoryList li>a .cpCategoryListTitle {
    margin-top: 40px;
  }
}

@media (max-width: 991px) {
  .main {
    padding: 30px 0;
  }
  .cpCategoryImg {
    margin: -20px 0 0 20px;
  }
  .cpCategoryTxt {
    margin-top: 20px;
  }
  .cpCategoryList {
    margin: 20px 0 0 -1%;
  }
  .cpCategoryList li>a {
    padding: 15px;
  }
  .cpCategoryList li>a .cpCategoryListTitle {
    margin-top: 20px;
  }
  .cpCategoryList li>a .cpCategoryListMore {
    padding: 10px 0;
  }
  .cpCategoryList li>a:hover .cpCategoryListMore>img {
    top: -10px;
  }
}

@media (max-width: 767px) {
  .main {
    padding: 15px 0;
  }
  .cpCategoryTitle {
    line-height: 30px;
    font-size: 20px;
  }
  .cpCategoryImg {
    width: 100%;
    float: none;
    margin: 5px 0 0 0;
  }
  .cpCategoryTxt {
    margin-top: 5px;
    line-height: 24px;
    font-size: 14px;
  }
  .cpCategoryMore {
    line-height: 24px;
    font-size: 14px;
  }
  .cpCategoryMore>a {
    margin: 0 5px;
  }
  .cpCategoryMore>a:first-child {
    margin: 0 5px 0 0;
  }
  .cpCategoryList {
    margin: 0 0 0 -1%;
  }
  .cpCategoryList li {
    width: 48%;
    margin: 2% 1% 0 1%;
  }
  .cpCategoryList li>a {
    padding: 10px;
  }
  .cpCategoryList li>a .cpCategoryListIcon {
    width: 40px;
    height: 40px;
  }
  .cpCategoryList li>a .cpCategoryListTitle {
    line-height: 30px;
    margin-top: 10px;
    font-size: 18px;
  }
  .cpCategoryList li>a .cpCategoryListTxt {
    margin: 5px 0;
  }
  .cpCategoryList li>a .cpCategoryListMore {
    padding: 5px 0;
  }
  .cpCategoryList li>a .cpCategoryListMore>img {
    height: 22px;
  }
}
/* END-产品 */

/* 产品类别 */
.mainLeft {
  width: 294px;
  float: left;
}
.menuTitle {
  display: block;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  color: #a1a1a1;
  font-weight: bold;
  background: url(../images/menu_icon.png) no-repeat left center;
  padding-left: 35px;
}
.menuList {
  display: block;
  overflow: hidden;
  transition: initial;
  margin-top: 15px;
  background-color: #f6f6f6;
  border-radius: 5px;
  padding: 0 30px 30px 30px;
}
.menuList>li>h2 {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #c3c3c3;
  position: relative;
  padding-right: 20px;
  font-weight: normal;
}
.menuList>li>h2>span {
  float: left;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  border: none;
}
.menuList>li>h2>span::before,
.menuList>li>h2>span::after {
  content: "";
  width: 100%;
  height: 2px;
  float: left;
  background-color: #7d7d7d;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
}
.menuList>li>h2>span::after {
  width: 2px;
  height: 100%;
}
.menuList>li>h2>a {
  max-width: 100%;
  float: left;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #474747;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.menuList>li.liActive>h2>span::after {
  opacity: 0;
}
.menuList>li>h2>a:hover,
.menuList>li.liActive>h2>a {
  color: #004ea2;
}

/* 左侧一层下拉 */
.menuSubList {
  display: none;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.menuSubList>li {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #e4e4e4;
}
.menuSubList>li:last-child {
  border: none;
}
.menuSubList>li>h2 {
  float: left;
  max-width: 100%;
  overflow: hidden;
  padding: 0 10px 0 25px;
  position: relative;
  font-weight: normal;
}
.menuSubList>li>h2>span {
  float: left;
  width: 0;
  height: 0;
  border-left: 6px solid #c8c8c8;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  left: 25px;
  top: 50%;
  margin-top: -6px;
  cursor: pointer;
}
.menuSubList>li>h2>a {
  float: left;
  max-width: 100%;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  font-size: 14px;
  color: #444444;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.menuSubList>li.subActive>h2>span {
  border-left-color: #004ea2;
  transform: rotate(90deg);
}
.menuSubList>li>h2:hover>span {
  border-left-color: #004ea2;
}
.menuSubList>li>h2:hover>a,
.menuSubList>li.subActive>h2>a {
  font-weight: bold;
  color: #004ea2;
}

/* 左侧两层下拉 */
.menuLastList {
  display: none;
  overflow: hidden;
  border-top: 1px solid #e4e4e4;
  padding: 15px 25px;
  width: 100%;
  float: left;
}
.menuLastList>li {
  display: block;
  overflow: hidden;
  margin-top: -1px;
}
.menuLastList>li:first-child {
  margin: 0;
}
.menuLastList>li>a {
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #c9c0c0;
  padding: 0 15px;
  position: relative;
}
.menuLastList>li>a>span {
  float: left;
  max-width: 100%;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  color: #8f8f8f;
  text-transform: uppercase;
  padding-left: 20px;
  position: relative;
}
.menuLastList>li>a>span::before {
  content: "";
  width: 8px;
  float: left;
  height: 8px;
  border: 1px solid #a3a3a3;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.menuLastList>li>a:hover,.menuLastList>li>a:hover>span::before {
  border-color: #004ea2;
  z-index: 1;
}
.menuLastList>li>a:hover>span {
  color: #004ea2;
}
.menuLastList>li.act>a,.menuLastList>li.act>a>span::before {
  border-color: #004ea2;
  z-index: 1;
}
.menuLastList>li.act>a>span {
  color: #004ea2;
}

.mainRight {
  width: 1094px;
  float: right;
}
.subCategory {
  display: block;
  overflow: hidden;
  margin-top: 40px;
}
.subCategoryImg {
  width: 340px;
  float: left;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  margin: 5px 30px 0 0;
}
.subCategoryImg::before {
  content: "";
  display: block;
  padding-top: 64.7059%;
}
.subCategoryImg::after {
  content: "";
  width: 92px;
  float: left;
  height: 92px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.subCategoryIcon {
  width: 72px;
  float: left;
  height: 72px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.subCategoryTitle {
  display: block;
  overflow: hidden;
  line-height: 36px;
  color: #004ea2;
  font-size: 28px;
}
.subCategoryTxt {
  display: block;
  font-size: 16px;
  color: #636363;
  line-height: 30px;
  margin-top: 25px;
}
.subCategoryContect {
  float: left;
  width: 100%;
  overflow: hidden;
  padding-top: 45px;
  margin-top: 45px;
  border-top: 1px solid #d1d1d1;
  font-size: 16px;
  color: #636363;
  line-height: 30px;
}
.subCategoryContect img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 5px;
}

@media (max-width: 1440px) {
  .mainLeft {
    width: 21%;
  }
  .mainRight {
    width: 77%;
  }
}

@media (max-width: 1200px) {
  .mainLeft {
    width: 24%;
  }
  .mainRight {
    width: 74%;
  }
}
@media (max-width: 991px) {
  .mainLeft {
    width: 29%;
  }
  .menuList {
    padding: 0 20px 20px 20px;
  }
  .mainRight {
    width: 69%;
  }
  .subCategoryImg {
    width: 52%;
    margin: 5px 20px 0 0;
  }
  .subCategoryContect {
    padding-top: 20px;
    margin-top: 20px;
  }
}


@media (max-width: 767px) {
  .mainLeft {
    width: 100%;
  }
  .menuTitle {
    width: calc(100% + 30px);
    text-align: left;
    margin-left: -15px;
    font-size: 18px;
    font-weight: bold;
    background: #004ea2;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color: #fff;
    position: relative;
  }
  .menuTitle::after {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .menuList {
    display: none;
    margin-top: 5px;
    padding: 0 10px 10px 10px;
  }
  .menuList>li>h2>a {
    height: 40px;
    line-height: 40px;
  }
  .menuSubList>li>h2>a {
    float: left;
    height: 40px;
    line-height: 40px;
  }
  .mainRight {
    width: 100%;
  }
  .subCategory {
    margin-top: 15px;
  }
  .subCategoryImg {
    width: 100%;
    margin: 0;
    float: none;
  }
  .subCategoryTitle {
    line-height: 30px;
    font-size: 20px;
    margin-top: 10px;
  }
  .subCategoryTxt {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }
  .subCategoryContect {
    padding-top: 10px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
  }

}
/* END-产品类别 */

/* 产品列表 */
.pro {
  display: block;
  overflow: hidden;
  font-size: 16px;
  color: #636363;
  line-height: 30px;
  margin-top: 40px;
  min-height: 140px;
  padding-bottom: 5px;
  border-bottom: 1px solid #d1d1d1;
}
.proTitle {
  display: block;
  overflow: hidden;
  font-size: 24px;
  color: #004ea2;
  margin-bottom: 20px;
}

.proList {
  display: flex;
  flex-wrap: wrap;
  width: 1125px;
  margin-top: 40px;
}
.proList li {
  width: 343px;
  float: left;
  margin: 0 31px 34px 0;
}
.proList li>a {
  display: block;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.proList li .proImg {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.proList li .proImg>img {
  transform: scale(1.1);
}
.proList li .proImg::before {
  content: "";
  display: block;
  padding-top: 72.67442%;
}
.proList li .proTxt {
  display: block;
  overflow: hidden;
  height: 60px;
  line-height: 60px;
  background-color: #fff;
  font-size: 16px;
  color: #004ea2;
  font-weight: bold;
  padding: 0 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.proList li:hover .proImg>img {
  transform: scale(1);
}
.proList li:hover .proTxt {
  background-color: #004ea2;
  color: #fff;
}

@media (max-width: 1440px) {
  .proList {
    width: 102%;
    margin-left: -1%;
  }
  .proList li {
    width: 31.3333%;
    margin: 0 1% 34px 1%;
  }
}

@media (max-width: 1200px) {
  .proList {
    margin-top: 30px;
  }
  .proList li {
    margin: 0 1% 25px 1%;
  }
  .proList li .proTxt {
    padding: 0 20px;
  }
}

@media (max-width: 991px) {
  .proList {
    margin-top: 20px;
  }
  .proList li {
    margin: 0 1% 15px 1%;
  }
  .proList li .proTxt {
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .pro {
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
  }
  .proTitle {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .proList {
    margin-top: 10px;
  }
  .proList li {
    width: 48%;
    margin: 0 1% 2% 1%;
  }
  .proList li .proTxt {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 14px;
  }
}
/* END-产品列表 */

/* 产品详情 */
.cpxq {
  display: block;
  overflow: hidden;
  padding-top: 40px;
}
.cpxqTitle {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 28px;
  color: #004ea2;
}
.cpxqNav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
  padding: 35px 0;
  border-bottom: 1px solid #d1d1d1;
}
.cpxqNav li {
  width: 152px;
  float: left;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 21px;
  background-color: #eff2f4;
  font-size: 16px;
  color: #4e4e4e;
  font-weight: bold;
  margin-top: 15px;
  cursor: pointer;
}
.cpxqNav li.cpxqActive {
  background-color: #004ea2;
  color: #fff;
}
.cpxqContect {
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  color: #5c5c5c;
  margin-top: 35px;
}
.cpxqContect .txt img{ max-width:100% !important; height:auto !important;}

.cpxqTit {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 18px;
  color: #004ea2;
  font-weight: bold;
  margin-bottom: 20px;
}
.cpxqContect .img {
  float: right;
  width:350px;
  height: auto;
}
.cpxqContect .img img {
  max-width: 100%;
  height: auto;
}
.cpxqContect>div {
  display: none;
}
.cpxqContect>div:first-child {
  display: block;
}

@media (max-width: 1440px) {
  .cpxqNav li {
    width: 15%;
  }
}

@media (max-width: 1200px) {
  .cpxqNav {
    padding: 25px 0;
  }
  .cpxqNav li {
    width: 16%;
    margin-top: 10px;
  }
  .cpxqContect {
    margin-top: 25px;
  }
  .cpxqContect img {
    width: 50%;
  }
}

@media (max-width: 991px) {
  .cpxqNav {
    padding: 15px 0;
    justify-content: center;
  }
  .cpxqNav li {
    width: 23%;
    margin: 5px 1% 0 1%;
  }
  .cpxqContect {
    margin-top: 15px;
  }
  .cpxqContect img {
    width: 40%;
    margin-left: 15px;
  }
}

@media (max-width: 767px) {
  .cpxq {
    padding: 15px 0;
  }
  .cpxqTitle {
    line-height: 24px;
    font-size: 20px;
  }
  .cpxqNav {
    padding: 10px 0;
    width: 102%;
    margin-left: -1%;
  }
  .cpxqNav li {
    width: 31.3333%;
    margin: 1%;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    font-size: 14px;
  }
  .cpxqContect {
    margin-top: 10px;
    line-height: 24px;
  }
  .cpxqTit {
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 10px;
  }
   .cpxqContect .img{ width:100%; float:none;}
  .cpxqContect .img img {
    width: 100%;
    float: none;
    margin: 0;
  }
}
/* END-产品详情 */

/* 应用-大类 */
.appsList {
  display: flex;
  flex-wrap: wrap;
  width: 1119px;
  margin-top: 45px;
}
.appsList li {
  width: 348px;
  float: left;
  margin: 0 25px 35px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.appsList li .appsImg {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}
.appsList li .appsImg>img {
  transform: scale(1.1);
}
.appsList li .appsImg:hover>img {
  transform: scale(1);
}
.appsList li .appsImg::before {
  content: "";
  display: block;
  padding-top: 53.4483%;
}
.appsList li .appsBox {
  width: calc(100% - 40px);
  overflow: hidden;
  position: relative;
  z-index: 2;
  margin-top: -32px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 20px 25px;
}
.appsList li .appsBox>a {
  display: block;
  overflow: hidden;
}
.appsList li .appsBox>a .appsIcon {
  display: block;
  overflow: hidden;
  height: 42px;
  position: relative;
}
.appsList li .appsBox>a .appsIcon>img {
  right: inherit;
}
.appsList li .appsBox>a .appsTitle {
  display: block;
  overflow: hidden;
  line-height: 36px;
  font-size: 24px;
  color: #004ea2;
  padding: 15px 0;
}
.appsList li .appsBox>a .appsTitle::after {
  content: "";
  display: block;
  overflow: hidden;
  width: 48px;
  height: 1px;
  background-color: #e1e1e1;
  margin-top: 15px;
}
.appsList li .appsBox .appsTxt {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 15px;
  color: #444444;
}
.appsList li .appsBox .appsTxt>a {
  width: 50%;
  float: left;
  color: #444444; font-size:14px;
}
.appsList li .appsBox .appsTxt>a:hover {
  color: #004ea2;
  text-decoration: underline;
}

@media (max-width: 1440px) {
  .appsList {
    width: 102%;
    margin-left: -1%;
  }
  .appsList li {
    width: 31.3333%;
    margin: 0 1% 35px 1%;
  }
}

@media (max-width: 1320px) {
  .appsList li .appsBox .appsTxt>a {
    width: 50%;
  }
}

@media (max-width: 1200px) {
  .appsList li {
    width: 48%;
    margin: 0 1% 20px 1%;
  }
}

@media (max-width: 991px) {
  .appsList li {
    margin: 0 1% 2% 1%;
  }
  .appsList li .appsBox {
    width: calc(100% - 30px);
    padding: 15px 20px;
  }

}

@media (max-width: 767px) {
  .appsList {
    margin-top: 15px;
    width: 100%;
    margin-left: 0;
  }
  .appsList li {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .appsList li .appsBox {
    width: calc(100% - 20px);
    padding: 10px;
    margin-top: -15px;
  }
  .appsList li .appsBox>a .appsIcon {
    height: 32px;
  }
  .appsList li .appsBox>a .appsTitle {
    line-height: 26px;
    font-size: 18px;
    padding: 10px 0;
  }
  .appsList li .appsBox>a .appsTitle::after {
    margin-top: 5px;
  }
  .appsList li .appsBox .appsTxt {
    line-height: 24px;
    font-size: 13px;
  }
  .appsList li .appsBox .appsTxt>a {
    width: 33.3333%;
  }
}
/* END-应用-大类 */

/* 应用 */
.appTitle {
  display: flex;
  align-items: center;
  overflow: hidden;
  line-height: 42px;
  margin-top: 40px;
}
.appTitle>span {
  float: left;
  color: #004ea2;
  font-size: 30px;
  margin-right: 20px;
}
.appList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 30px;
}
.appList>li {
  width: calc(50% - 17px);
  float: left;
  margin-bottom: 36px;
}
.appList>li>a {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}
.appList>li>a>img {
  transform: scale(1.1);
}
.appList>li>a::before {
  content: "";
  display: block;
  padding-top: 63.8258%;
}
.appList>li>a .appHover {
  width: 100%;
  overflow: hidden;
  height: 64px;
  background-color: rgba(0, 111, 226, 0.8);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: flex-start;
  justify-content: center;
}
.appList>li>a .appHover .appTit {
  width: 100%;
  overflow: hidden;
  line-height: 64px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  padding: 0 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.appList>li>a .appHover .appTit::after {
  content: "";
  width: 0;
  height: 1px;
  display: block;
  overflow: hidden;
  background-color: #fff;
  margin: 20px auto 0 auto;
  transition: all 0.4s;
}
.appList>li>a .appHover .appTxt {
  width: 60%;
  overflow: hidden;
  height: 96px;
  line-height: 24px;
  font-size: 14px;
  color: #fff;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-top: 25px;
}
.appList>li>a .appHover .appMore {
  width: 100%;
  display: block;
  overflow: hidden;
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.appList>li>a .appHover .appMore>img {
  width: 37px;
  float: left;
}
.appList>li>a:hover>img {
  transform: scale(1);
}
.appList>li>a:hover .appHover {
  height: 100%;
  align-content: center;
}
.appList>li>a:hover .appHover .appTit {
  line-height: 38px;
}
.appList>li>a:hover .appHover .appTit::after {
  width: 48px;
}

@media (max-width: 1200px) {
  .appList>li {
    width: calc(50% - 14px);
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .appTitle {
    margin-top: 20px;
  }
  .appList {
    padding-top: 20px;
  }
  .appList>li {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
  .appList>li>a .appHover {
    height: 50px;
  }
  .appList>li>a .appHover .appTit {
    line-height: 50px;
  }
  .appList>li>a .appHover .appTit::after {
    margin: 5px auto 0 auto;
  }
  .appList>li>a .appHover .appTxt {
    width: 80%;
    height: 48px;
    -webkit-line-clamp: 2;
    margin-top: 10px;
  }
  .appList>li>a .appHover .appMore {
    margin-top: 10px;
  }
  .appList>li>a .appHover .appMore>img {
    width: 24px;
  }
}

@media (max-width: 767px) {
  .appTitle {
    margin-top: 10px;
    line-height: 30px;
    font-size: 18px;
  }
  .appTitle>span {
    font-size: 18px;
    margin-right: 5px;
  }
  .appTitle>img {
    height: 24px;
  }
  .appList {
    padding-top: 10px;
  }
  .appList>li {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
  .appList>li>a::before {
    padding-top: 90%;
  }
  .appList>li>a .appHover {
    height: 40px;
  }
  .appList>li>a .appHover .appTit {
    line-height: 40px;
    font-size: 16px;
  }
}
/* END-应用 */

/* 应用详情 */
.appxq {
  display: block;
  overflow: hidden;
  margin-top: 40px;
}
.appxqTitle {
  display: block;
  line-height: 40px;
  overflow: hidden;
  font-size: 30px;
  color: #004ea2;
}
.appxqContect {
  display: block;
  overflow: hidden;
  margin-top: 35px;
  font-size: 14px;
  color: #515151;
  line-height: 30px;
}
.appxqContect>img {
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .appxq {
    margin-top: 10px;
  }
  .appxqTitle {
    line-height: 30px;
    font-size: 18px;
  }
  .appxqContect {
    margin-top: 10px;
    line-height: 24px;
  }
}
/* END-应用详情 */

/* 在线技术支持 */
.onlineTitle {
  width: 100%;
  float: left;
  overflow: hidden;
  padding-bottom: 25px;
  border-bottom: 1px solid #d8d8d8;
  line-height: 44px;
  font-size: 30px;
  color: #004ea2;
  margin-top: 40px;
}
.onlineForm {
  width: 356px;
  float: right;
  border: 1px solid #c1c1c1;
  border-radius: 22px;
  overflow: hidden;
}
.onlineForm>input {
  width: calc(100% - 66px);
  float: left;
  height: 42px;
  line-height: 42px;
  padding-left: 25px;
  font-size: 16px;
  color: #333;
}
.onlineForm>input::-webkit-input-placeholder {
  color: #b2b2b2;
}
.onlineForm>input:-moz-placeholder {
  color: #b2b2b2;
}
.onlineForm>button {
  width: 66px;
  float: left;
  height: 40px;
  background: url(../images/online_ss.png) no-repeat center center;
}

.com {
  width: 100%;
  float: left;
  overflow: hidden;
  margin: 25px 0;
}
.comTitle {
  display: block;
  overflow: hidden;
  line-height: 26px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #484848;
  font-weight: bold;
}
.comList {
  display: block;
  overflow: hidden;
}
.comList>li {
  display: block;
  overflow: hidden;
  background-color: #f1f3f6;
  margin-bottom: 1px;
  padding: 20px;
}
.comList>li .comQ {
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 16px;
  color: #004ea2;
  position: relative;
  padding-right: 25px;
}
.comList>li .comQ>span {
  width: 28px;
  float: left;
  height: 28px;
  text-align: center;
  border-radius: 50%;
  background-color: #004ea2;
  color: #fff;
  font-weight: bold;
  margin-right: 10px;
}
.comList>li .comQ::after {
  content: "";
  width: 15px;
  float: left;
  height: 20px;
  background: url(../images/online_jiantou.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s;
}
.comList>li .comA {
  display: none;
  overflow: hidden;
  border-top: 1px solid #dcdcdc;
  padding-top: 15px;
  margin-top: 15px;
  line-height: 28px;
  font-size: 16px;
  color: #404040;
  transition: initial;
}
.comList>li .comA .tit {
  width: 28px;
  float: left;
  height: 28px;
  text-align: center;
  border-radius: 50%;
  background-color: #8baacb;
  color: #fff;
  font-weight: bold;
  margin-right: 10px;
  float:left;
}
.comList>li .comA .text{ display:block; overflow:hidden;}
.comList>li:nth-child(even) {
  background-color: #f9fafb;
}
.comList>li.comActive .comQ::after {
  transform: translateY(-50%) rotate(90deg);
}

.comForm {
  display: block;
  overflow: hidden;
}
.comForm>input {
  width: 100%;
  float: left;
  height: 54px;
  line-height: 52px;
  border: 1px solid #c8c8c8;
  border-radius: 10px;
  overflow: hidden;
  padding: 0 20px;
  font-size: 16px;
  color: #333;
}
.comForm>input::-webkit-input-placeholder {
  color: #bdbdbd;
}
.comForm>input:-moz-placeholder {
  color: #bdbdbd;
}
.comForm>textarea {
  width: 100%;
  float: left;
  height: 175px;
  border: 1px solid #c8c8c8;
  border-radius: 10px;
  overflow: hidden;
  padding: 15px 20px;
  line-height: 22px;
  font-size: 16px;
  color: #333;
  margin-top: 15px;
  font-family: "Microsoft YaHei";
}
.comForm>textarea::-webkit-input-placeholder {
  color: #bdbdbd;
}
.comForm>textarea:-moz-placeholder {
  color: #bdbdbd;
}
.comForm>button {
  width: 100%;
  float: left;
  height: 55px;
  background-color: #044d96;
  border-radius: 10px;
  overflow: hidden;
  font-size: 18px;
  color: #fff;
  margin-top: 20px;
  font-weight: bold;
}

@media (max-width: 991px) {
  .onlineForm {
    width: 300px;
  }
}

@media (max-width: 767px) {
  .onlineTitle {
    padding-bottom: 15px;
    line-height: 34px;
    font-size: 18px;
    margin-top: 15px;
  }
  .onlineForm {
    width: 230px;
    border-radius: 10px;
  }
  .onlineForm>input {
    width: calc(100% - 40px);
    height: 34px;
    line-height: 34px;
    padding-left: 15px;
    font-size: 14px;
  }
  .onlineForm>button {
    width: 40px;
    height: 34px;
  }
  .com {
    margin: 10px 0;
  }
  .comTitle {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .comList>li {
    padding: 10px;
  }
  .comList>li .comQ {
    line-height: 24px;
    font-size: 14px;
  }
  .comList>li .comQ>span {
    width: 24px;
    height: 24px;
  }
  .comList>li .comA {
    padding-top: 10px;
    margin-top: 10px;
    line-height: 24px;
    font-size: 14px;
  }
  .comList>li .comA>span {
    width: 24px;
    height: 24px;
  }
  .comForm>input {
    height: 40px;
    line-height: 38px;
    padding: 0 10px;
    font-size: 14px;
  }
  .comForm>textarea {
    height: 150px;
    padding: 10px;
    line-height: 22px;
    font-size: 14px;
    margin-top: 10px;
  }
  .comForm>button {
    height: 44px;
    font-size: 16px;
    margin-top: 10px;
  }
}
/* END-在线技术支持 */

/* 新闻中心 */
.newsList {
  display: block;
  overflow: hidden;
  margin-top: 45px;
}
.newsList li {
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}
.newsList li>a {
  width: 100%;
  float: left;
  display: flex;
  border: 1px solid #dfdfdf;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  padding: 20px;
}
.newsList li>a .newsImg {
  width: 30%;
  float: left;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}
.newsList li>a .newsCont {
  width: 70%;
  float: left;
  padding: 10px 0 10px 30px;
}
.newsList li>a .newsCont .newsTime {
  display: block;
  overflow: hidden;
  line-height: 18px;
  font-size: 14px;
  color: #8d8c8c;
  margin-bottom: 5px;
}
.newsList li>a .newsCont .newsSubTitle {
  display: block;
  overflow: hidden;
  font-size: 20px;
  line-height: 30px;
  color: #2b2b2b;
  font-weight: bold;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newsList li>a .newsCont .newsTxt {
  display: block;
  overflow: hidden;
  height: 90px;
  line-height: 30px;
  font-size: 14px;
  color: #979696;
  margin: 10px 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.newsList li>a .newsCont .newsMore {
  display: block;
  overflow: hidden;
  line-height: 18px;
  font-size: 14px;
  color: #7d7d7d;
}
.newsList li>a:hover {
  background-color: #f5f7fa;
}
.newsList li>a:hover .newsCont .newsSubTitle {
  color: #004ea2;
}

.xwxq {
  display: block;
  overflow: hidden;
  margin-top: 20px;
}
.xwxqTitle {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  line-height: 1.8;
}
.xwxqTime {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 12px;
  color: #666;
  line-height: 1.1;
  padding: 10px 0;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 10px;
}
.xwxqContect {
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  padding-top: 10px;
}
.xwxqContect img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 10px auto;
}

@media (max-width: 991px) {
  .newsList li {
    margin-bottom: 20px;
  }
  .newsList li>a {
    padding: 15px;
  }
  .newsList li>a .newsImg {
    width: 40%;
  }
  .newsList li>a .newsCont {
    width: 60%;
    padding: 5px 0 5px 20px;
  }
  .newsList li>a .newsCont .newsSubTitle {
    font-size: 18px;
    line-height: 28px;
  }
  .newsList li>a .newsCont .newsTxt {
    height: 72px;
    line-height: 24px;
    margin: 5px 0;
  }

}

@media (max-width: 767px) {
  .newsList {
    margin-top: 15px;
  }
  .newsList li>a {
    padding: 10px;
  }
  .newsList li>a .newsCont {
    padding: 0 0 0 15px;
  }
  .newsList li>a .newsCont .newsTime {
    line-height: 16px;
    font-size: 12px;
    margin-bottom: 3px;
  }
  .newsList li>a .newsCont .newsSubTitle {
    font-size: 16px;
    line-height: 22px;
  }
  .newsList li>a .newsCont .newsTxt {
    height: 54px;
    line-height: 18px;
    margin: 3px 0;
  }
  .newsList li>a .newsCont .newsMore {
    line-height: 16px;
    font-size: 12px;
  }
  .xwxq {
    margin-top: 15px;
  }
  .xwxqTitle {
    font-size: 16px;
  }
  .xwxqContect {
    line-height: 24px;
  }
}
/* END-新闻中心 */

/* 关于我们 */
.company {
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  color: #333;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .company {
    line-height: 24px;
    font-size: 14px;
    margin-top: 15px;
  }
}
/* END-关于我们 */

/* 联系我们 */
.contact {
  display: block;
  overflow: hidden;
  border-left: 1px solid #d6d6d6;
  margin-top: 45px;
  padding-left: 35px;
}
.contactTitle {
  display: block;
  overflow: hidden;
  line-height: 1;
  font-size: 24px;
  color: #004ea2;
  margin-bottom: 30px;
}
.contactList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
.contactList li {
  width: calc(50% - 45px);
  float: left;
  margin-bottom: 74px;
}
.contactList li .contactLeft {
  width: 40%;
  float: left;
  overflow: hidden;
  position: relative;
}
.contactList li .contactLeft::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.contactList li .contactRight {
  width: calc(60% - 15px);
  float: right;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0;
}
.contactList li .contactRight .contactTit {
  display: block;
  overflow: hidden;
  line-height: 22px;
  font-size: 16px;
  color: #292929;
}
.contactList li .contactRight .contactTit>span {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 18px;
  color: #014099;
  font-weight: bold;
  margin-bottom: 15px;
}
.contactList li .contactRight .contactTxt {
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  margin-top: 15px;
}
.contactMap {
  width: 100%;
  overflow: hidden;
  height: 350px;
  border: none;
  margin-top: 20px;
}

@media (max-width: 1200px) {
  .contactTitle {
    margin-bottom: 20px;
  }
  .contactList li {
    width: calc(50% - 20px);
    margin-bottom: 50px;
  }
  .contactList li .contactRight {
    padding: 15px 0;
  }
}

@media (max-width: 991px) {
  .contactTitle {
    margin-bottom: 15px;
  }
  .contactList li {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .contact {
    border-left: 0;
    margin-top: 15px;
    padding-left: 0;
  }
  .contactTitle {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .contactList li {
    margin-bottom: 15px;
  }
  .contactList li .contactLeft {
    width: 30%;
  }
  .contactList li .contactRight {
    width: calc(70% - 15px);
    padding: 10px 0;
  }
  .contactList li .contactRight .contactTit>span {
    line-height: 1;
    font-size: 16px;
    margin-bottom: 5px;
  }
  .contactList li .contactRight .contactTit {
    line-height: 20px;
    font-size: 14px;
  }
  .contactList li .contactRight .contactTxt {
    font-size: 12px;
    line-height: 18px;
    margin-top: 5px;
  }


}
/* END-联系我们 */