/* 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 */
/* 产品中心 */
.cpzx {
  width: 100%;
  overflow: hidden;
  background: url(../images/cpzx_bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 70px 0;
}
.cpzxTitle {
  display: block;
  overflow: hidden;
  text-align: center;
}
.cpzxEn {
  line-height: 40px;
  font-size: 36px;
  color: #272636;
  text-transform: uppercase;
}
.cpzxCn {
  line-height: 44px;
  margin-top: 10px;
  text-align: center;
  position: relative;
  font-size: 36px;
  color: #272636;
}
.cpzxCn>span {
  position: relative;
  z-index: 2;
}
.cpzxCn::before {
  content: "";
  width: 180px;
  height: 9px;
  background-color: #c70902;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.cpzxNav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 40px;
}
.cpzxNav>li {
  width: 20%;
  float: left;
  padding: 0 2px;
  margin-bottom: 4px;
}
.cpzxNav>li>a {
  display: block;
  overflow: hidden;
  height: 52px;
  line-height: 52px;
  text-align: center;
  background-color: #c70902;
  font-size: 16px;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 15px;
}
.cpzxNav>li>a:hover,
.cpzxNav>li.cpzxActive>a {
  background-color: #ffa800;
  font-weight: bold;
}
.cpzxContect {
  display: flex;
  padding-top: 30px;
}
.cpzxContect>div {
  display: none;
  width: 100%;
  float: left;
}
.cpzxContect>div:first-child {
  display: block;
}
.cpzxList {
  display: flex;
  flex-wrap: wrap;
}
.cpzxList>li {
  width: 25%;
  float: left;
  margin-bottom: 15px;
}
.cpzxList>li .cpzxImg {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cpzxList>li .cpzxImg::before {
  content: "";
  display: block;
  padding-top: 92.03189%;
}
.cpzxList>li .cpzxHover {
  opacity: 0;
  width: 100%;
  height: 100%;
  float: left;
  background-color: rgba(255, 255, 255, 0.9);
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: flex;
  font-size: 14px;
  line-height: 30px;
  color: #000;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding: 30px;
}
.cpzxList>li .cpzxTxt {
  display: block;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  margin-top: 10px;
  text-align: center;
  font-size: 16px;
  color: #666;
}
.cpzxList>li:hover .cpzxImg {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.cpzxList>li:hover .cpzxHover {
  opacity: 1;
}
.cpzxList>li:hover .cpzxTxt {
  color: #c70902;
}
.cpzxMore{
	display: flex;
	justify-content: center;
	padding-top: 15px;
}
.cpzxMore>a{
	width: 140px;
	float: left;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background-color: #c70902;
}
.cpzxMore>a:hover{
	background-color: #ffa800;
}

@media (max-width: 1200px) {
  .cpzx {
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  .cpzx {
    padding: 30px 0;
  }
  .cpzxNav {
    padding-top: 20px;
  }
  .cpzxNav>li {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .cpzx {
    padding: 15px 0;
  }
  .cpzxEn {
    line-height: 20px;
    font-size: 18px;
  }
  .cpzxCn {
    line-height: 24px;
    margin-top: 0;
    font-size: 20px;
  }
  .cpzxCn::before {
    height: 4px;
  }
  .cpzxNav {
    padding-top: 10px;
  }
  .cpzxNav>li {
    width: 50%;
  }
  .cpzxNav>li>a {
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    padding: 0 10px;
  }
  .cpzxContect {
    padding-top: 0;
  }
  .cpzxList>li {
    width: 50%;
    margin: 15px 0 0 0;
  }
  .cpzxList>li .cpzxHover {
    line-height: 20px;
    padding: 10px;
  }
	.cpzxMore>a{
		width: 110px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
}

/* 关于彩臻 */
.about {
  width: 100%;
  overflow: hidden;
  background: url(../images/about_bj.jpg) no-repeat center center;
  background-size: cover;
}
.aboutList {
  display: flex;
  flex-wrap: wrap;
  padding: 42px 0;
}
.aboutList>li {
  width: 25%;
  float: left;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
	text-align: center;
}
.aboutList>li:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.aboutList>li .aboutIcon {
  width: 100%;
  height: 90px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.aboutList>li .aboutIcon>img {
  display: block;
  max-width: 100%;
  height: auto;
}
.aboutList>li .aboutTxt {
  display: block;
  overflow: hidden;
  line-height: 1;
  font-size: 18px;
  color: #fff;
  margin-top: 20px;
}
.aboutContect {
  display: flex;
  position: relative;
  background-color: #fff;
  border-bottom: 9px solid #f6f6f6;
}
.aboutContect::before {
  content: "";
  width: 13px;
  float: left;
  height: calc(100% + 9px);
  background-color: #ffa800;
  position: absolute;
  left: -13px;
  top: 0;
}
.aboutContect::after {
  content: "";
  width: 1920px;
  float: left;
  height: calc(100% + 9px);
  background-color: #fff;
  border-bottom: 9px solid #f6f6f6;
  position: absolute;
  left: 90%;
  top: 0;
}
.aboutContect>div {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  overflow: hidden;
  padding: 55px 0 50px 50px;
}
.aboutImg {
  width: 46.25%;
  float: right;
  overflow: hidden;
  position: relative;
  margin-top: 6px;
}
.aboutImg::before {
  content: "";
  display: block;
  padding-top: 72.0721%;
}
.aboutLeft {
  width: 53.75%;
  float: left;
}
.aboutLeft .cpzxEn,
.aboutLeft .cpzxCn {
  text-align: left;
}
.aboutLeft .cpzxCn::before {
  left: 0;
  transform: translateX(0);
}
.aboutTxts {
  display: block;
  overflow: hidden;
  height: 150px;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  margin-top: 25px;
  padding-right: 40px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.aboutDL {
  display: block;
  overflow: hidden;
  margin-top: 10px;
}
.aboutDL>dd {
  float: left;
  margin-right: 65px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  color: #a0a0a0;
}
.aboutDL>dd>span {
  display: block;
  overflow: hidden;
  line-height: 42px;
  font-size: 30px;
  font-weight: bold;
  color: #ffa800;
}
.aboutDL>dd:last-child {
  margin: 0;
}
.aboutMore {
  display: block;
  overflow: hidden;
  margin-top: 25px;
  position: relative;
  padding: 0 17px;
}
.aboutMore::before {
  content: "";
  width: 100%;
  float: left;
  height: 1px;
  background-color: #000;
  padding: 0 17px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.aboutMore>a {
  width: 170px;
  float: left;
  height: 32px;
  line-height: 32px;
  background-color: #c70902;
  border-radius: 5px;
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 14px;
  color: #fff;
}

@media (max-width: 1200px) {
  .aboutList {
    padding: 30px 0;
  }
  .aboutContect>div {
    padding: 40px 0 40px 40px;
  }
}

@media (max-width: 991px) {
  .aboutList {
    padding: 20px 0;
  }
  .aboutContect>div {
    padding: 30px 0 30px 30px;
  }
}

@media (max-width: 767px) {
  .aboutList {
    padding: 15px 0;
  }
  .aboutList>li .aboutIcon {
    height: 40px;
  }
	.aboutList>li .aboutIcon>img {
		height: 40px;
	}
  .aboutList>li .aboutTxt {
    font-size: 16px;
    margin-top: 10px;
  }
  .aboutContect>div {
    padding: 0;
  }
  .aboutImg {
    width: 100%;
    margin-top: 0;
  }
  .aboutLeft {
    width: 100%;
    padding: 10px;
  }
  .aboutTxts {
    height: auto;
    line-height: 24px;
    margin-top: 10px;
    padding-right: 0;
    -webkit-line-clamp: initial;
  }
  .aboutDL {
    display: flex;
    justify-content: space-between;
  }
  .aboutDL>dd {
    margin-right: 0;
    font-size: 14px;
  }
  .aboutDL>dd>span {
    line-height: 30px;
    font-size: 20px;
  }
  .aboutMore {
    margin-top: 10px;
    padding: 0;
    display: flex;
    justify-content: center;
  }
  .aboutMore>a {
    width: 120px;
  }
}

/* 应用领域 */
.app {
  width: 100%;
  overflow: hidden;
  background: url(../images/app_bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 80px 0;
}
.appList {
  display: block;
  overflow: hidden;
  width: 1239px;
  padding-top: 5px;
}
.appList>li {
  width: 374px;
  float: left;
  margin: 30px 39px 0 0;
}
.appList>li .appImg {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.appList>li .appImg::before {
  content: "";
  display: block;
  padding-top: 61.764706%;
}
.appList>li .appTxt {
  display: block;
  overflow: hidden;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background-color: #fff;
  font-size: 16px;
  color: #666;
}
.appList>li:hover .appImg>img {
  transform: scale(1.1);
}
.appList>li:hover .appTxt {
  background-color: #c70902;
  color: #fff;
}

@media (max-width: 1200px) {
  .app {
    padding: 50px 0;
  }
  .appList {
    width: 102%;
    margin-left: -1%;
  }
  .appList>li {
    width: 31.3333%;
    margin: 30px 1% 0 1%;
  }
}

@media (max-width: 991px) {
  .app {
    padding: 30px 0;
  }
  .appList>li {
    margin: 20px 1% 0 1%;
  }
}

@media (max-width: 767px) {
  .app {
    padding: 15px 0;
  }
  .appList>li {
    width: 48%;
    margin: 10px 1% 0 1%;
  }
}

/* 定制流程 */
.cus {
  width: 100%;
  overflow: hidden;
  background: url(../images/cus_bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 70px 0;
  position: relative;
}
.cus .cpzxEn,
.cus .cpzxCn {
  text-align: left;
  color: #fff;
}
.cus .cpzxCn::before {
  left: 0;
  transform: translateX(0);
}
.cusContect {
  display: flex;
  position: relative;
  margin-top: 20px;
  min-height: 524px;
}
.cusContect>img {
  width: 53%;
  float: right;
  max-width: 1010px;
  position: absolute;
  right: -5%;
  top: 0;
}
.cusContect>.container {
  width: 100%;
}
.cusList {
  float: left;
  position: relative;
  z-index: 2;
  padding-top: 15px;
}
.cusList>li {
  float: left;
  padding-right: 80px;
  position: relative;
}
.cusList>li::before {
  content: "";
  width: 80px;
  float: left;
  height: 38px;
  background: url(../images/cus_jiantou1.png) no-repeat center center;
  position: absolute;
  right: 0;
  top: 0;
}
.cusList>li .cusTitle {
  display: block;
  width: 195px;
  text-align: center;
  overflow: hidden;
  height: 38px;
  line-height: 38px;
  background-color: #eb9542;
  font-size: 18px;
  color: #fff;
}
.cusList>li:first-child .cusTitle {
  background-color: #c70902;
}
.cusList>li:last-child .cusTitle {
  background-color: #ffa800;
}
.cusList>li .cusDL {
  display: block;
  overflow: hidden;
  padding-top: 16px;
}
.cusList>li .cusDL>dd {
  display: block;
  overflow: hidden;
  position: relative;
}
.cusList>li .cusDL>dd .cusImg {
  display: block;
  overflow: hidden;
  position: relative;
  height: 70px;
}
.cusList>li .cusDL>dd .cusTxt {
  display: block;
  overflow: hidden;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
}
.cusList>li .cusDL>dd::after {
  content: "";
  width: 100%;
  height: 74px;
  background: url(../images/cus_jiantou2.png) no-repeat center center;
}
.cusList>li .cusDL>dd:last-child::after {
  display: none;
}
.cusList>li:last-child {
  padding: 0;
}
.cusList>li:last-child::before {
  display: none;
}

@media (max-width: 1400px) {
  .cusContect>img {
    right: -10%;
    top: 10%;
  }
}

@media (max-width: 1200px) {
  .cus {
    padding: 50px 0;
  }
  .cusList>li .cusDL>dd::after {
    height: 60px;
  }
}

@media (max-width: 991px) {
  .cus {
    padding: 30px 0;
  }
  .cusList>li {
    padding-right: 50px;
  }
  .cusList>li::before {
    width: 50px;
  }
  .cusList>li .cusDL>dd::after {
    height: 50px;
  }
}

@media (max-width: 767px) {
  .cus {
    padding: 15px 0;
  }
  .cusContect {
    display: block;
    margin-top: 10px;
  }
  .cusContect>img {
    width: 100%;
    float: none;
    display: block;
    max-width: 100%;
    position: relative;
    height: auto;
  }
  .cusContect>.container {
    width: 100%;
  }
  .cusList {
    width: 100%;
    padding: 0;
  }
  .cusList>li {
    width: 100%;
    padding: 0;
    margin-top: 15px;
  }
  .cusList>li::before {
    display: none;
  }
  .cusList>li .cusTitle {
    width: 100%;
  }
  .cusList>li .cusDL {
    padding-top: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .cusList>li .cusDL>dd {
    width: 50%;
    float: left;
  }
  .cusList>li .cusDL>dd::after {
    display: none;
  }
  .cusList>li .cusDL>dd .cusImg {
    height: 40px;
  }
  .cusList>li .cusDL>dd .cusTxt {
    line-height: 22px;
  }
  .cusList>li:nth-child(2) .cusDL>dd {
    width: 33.33333%;
  }
}

/* 资讯动态 */
.news {
  width: 100%;
  overflow: hidden;
  background-color: #f6f6f6;
  padding: 70px 0;
}
.newsList {
  display: block;
  overflow: hidden;
  width: 1236px;
  padding-top: 35px;
}
.newsList>li {
  width: 376px;
  float: left;
  margin: 0 36px 10px 0;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  padding: 20px 16px;
}
.newsList>li::before {
  content: "";
  width: 100%;
  height: 48%;
  float: left;
  background-color: #e1e1e1;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.4s;
}
.newsList>li .newsTitle {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
  font-size: 24px;
  color: #6f6f6f;
}
.newsList>li .newsTitle::after {
  content: "";
  width: 28px;
  float: left;
  height: 28px;
  background: url(../images/news_jiantou1.png) no-repeat center center #fff;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 6px;
  transition: all 0.4s;
}
.newsList>li .newsTitle .newsEn {
  line-height: 28px;
  text-transform: uppercase;
}
.newsList>li .newsTitle .newsCn {
  line-height: 34px;
  margin-top: 5px;
}
.newsList>li:hover::before {
  background-color: #212121;
}
.newsList>li:hover .newsTitle {
  color: #fff;
}
.newsList>li:hover .newsTitle::after {
  background: url(../images/news_jiantou2.png) no-repeat center center #c70902;
}
.newsList>li .newsContect {
  display: block;
  overflow: hidden;
  margin-top: 25px;
  position: relative;
  z-index: 2;
}
.newsList>li .newsContect>a {
  display: flex;
  flex-wrap: wrap;
}
.newsList>li .newsContect>a .newsImg {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.newsList>li .newsContect>a .newsImg::before {
  content: "";
  display: block;
  padding-top: 58.4796%;
}
.newsList>li .newsContect>a .newsBox {
  width: 100%;
  float: left;
  overflow: hidden;
  margin-top: 20px;
}
.newsList>li .newsContect>a .newsBox .newsTit {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: #212121;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
}
.newsList>li .newsContect>a .newsBox .newsTxt {
  display: block;
  overflow: hidden;
  margin: 10px 0;
  line-height: 24px;
  font-size: 14px;
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 0 10px;
}
.newsList>li .newsContect>a .newsBox .newsTime {
  display: block;
  overflow: hidden;
  line-height: 30px;
  text-align: right;
  font-size: 12px;
  color: #999;
  position: relative;
}
.newsList>li .newsContect>a .newsBox .newsTime::before {
  content: "";
  width: 72px;
  float: left;
  height: 2px;
  background-color: #c70902;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.newsList>li .newsContect>a:hover .newsImg>img {
  transform: scale(1.1);
}
.newsList>li .newsContect>a:hover .newsBox .newsTit {
  color: #c70902;
}

@media (max-width: 1200px) {
  .news {
    padding: 50px 0;
  }
  .newsList {
    width: 102%;
    margin-left: -1%;
  }
  .newsList>li {
    width: 31.3333%;
    margin: 0 1% 10px 1%;
  }
}

@media (max-width: 991px) {
  .news {
    padding: 30px 0;
  }
  .newsList>li {
    padding: 10px;
  }
  .newsList>li .newsTitle {
    font-size: 18px;
  }
  .newsList>li .newsTitle .newsCn {
    line-height: 24px;
  }
  .newsList>li .newsContect {
    margin-top: 15px;
  }
  .newsList>li .newsContect>a .newsBox {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .news {
    padding: 15px 0;
  }
  .newsList {
    padding-top: 15px;
    width: 100%;
    margin: 0;
  }
  .newsList>li {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .newsList>li .newsTitle .newsEn {
    line-height: 20px;
  }
  .newsList>li .newsTitle .newsCn {
    line-height: 20px;
  }
  .newsList>li .newsContect {
    margin-top: 10px;
  }
  .newsList>li .newsContect>a .newsImg {
    width: 30%;
  }
  .newsList>li .newsContect>a .newsBox {
    width: 70%;
    margin-top: 0;
  }
  .newsList>li .newsContect>a .newsBox .newsTxt {
    margin: 5px 0;
  }
  .newsList>li .newsContect>a .newsBox .newsTime {
    line-height: 20px;
  }

}

/* 客户案例 */
.case {
  width: 100%;
  overflow: hidden;
  padding-top: 70px;
}
.caseSwiper {
  margin-top: 40px;
}
.caseSwiper .swiper-slide>a {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
.caseSwiper .swiper-slide>a::before {
  content: "";
  display: block;
  padding-top: 74.45415%;
}
.caseSwiper .swiper-slide>a .caseTxt {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 16px;
  color: rgba(255, 255, 255, 0);
  font-weight: bold;
}
.caseSwiper .swiper-slide>a:hover .caseTxt {
  height: 60px;
  background-color: rgba(199, 9, 2, 0.45);
  color: rgba(255, 255, 255, 1);
}

@media (max-width: 1200px) {
  .case {
    padding-top: 50px;
  }
}

@media (max-width: 991px) {
  .case {
    padding-top: 30px;
  }
  .caseSwiper {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .case {
    padding-top: 15px;
  }
  .caseSwiper {
    margin-top: 15px;
  }
  .caseSwiper .swiper-slide>a .caseTxt {
    height: 40px;
    background-color: rgba(199, 9, 2, 0.45);
    color: rgba(255, 255, 255, 1);
  }
}

/* 地图 */
.lxwm {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 80px 0 0 0;
}
.lxwm>iframe {
  width: 100%;
  float: left;
  height: 370px;
}
.lxwmBox {
  width: 100%;
  height: 100%;
  float: left;
  max-width: 405px;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 18.75%;
  top: 0;
  z-index: 9;
  padding: 50px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}
.lxwmTitle {
  display: block;
  overflow: hidden;
  text-align: center;
  line-height: 32px;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  margin-bottom: 20px;
}
.lxwmTxt {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 30px;
  color: #000;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .lxwm {
    margin: 50px 0;
  }
  .lxwmBox {
    left: 5%;
    padding: 40px;
  }
}

@media (max-width: 991px) {
  .lxwm {
    margin: 30px 0;
  }
  .lxwmBox {
    left: 2%;
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .lxwm {
    margin: 15px 0 0 0;
  }
  .lxwm>iframe {
    height: 250px;
  }
  .lxwmBox {
    position: relative;
    left: 0;
    padding: 15px;
  }
  .lxwmTitle {
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .lxwmTxt {
    line-height: 24px;
  }
}
/* END-main */

/* 关于我们 */
.main {
  width: 100%;
  overflow: hidden;
  padding: 80px 0;
}
.mainLeft {
  width: 266px;
  float: left;
}
.leftMenu {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.leftMenu:last-child {
  margin: 0;
}
.menuTitle {
  display: block;
  overflow: hidden;
  background-image: url(../images/menu_jiantou.png);
  background-color: #3a3a3a;
  background-repeat: no-repeat;
  background-position: right top;
  font-size: 18px;
  color: #fff;
  line-height: 26px;
  font-weight: bold;
  padding: 25px 20px;
  text-transform: uppercase;
}
.menuTitle>span {
  display: block;
  overflow: hidden;
  line-height: 40px;
  font-size: 30px;
}
.menuList {
  display: block;
  overflow: hidden;
  transition: initial;
}
.menuList>li {
  display: block;
  overflow: hidden;
  margin-top: 1px;
}
.menuList>li>a {
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  color: #404040;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 20px;
  background-color: #efefef;
}
.menuList>li>a::before {
  content: ">";
  float: right;
  font-family: SimSun;
  font-size: 18px;
  color: #404040;
  font-weight: bold;
  position: relative;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s;
  margin-left: 5px;
}
.menuList>li:hover>a,
.menuList>li.menuActive>a {
  background-color: #c70902;
  color: #fff;
}
.menuList>li:hover>a::before,
.menuList>li.menuActive>a::before {
  color: #fff;
  transform: translateY(-50%) rotate(90deg);
}
.menuList>li>ul {
  display: none;
  overflow: hidden;
  transition: initial;
  border: 1px solid #e3e3e3;
  margin-top: 1px;
}
.menuList>li>ul>li>a {
  display: block;
  overflow: hidden;
  line-height: 36px;
  height: 36px;
  font-size: 16px;
  color: #959595;
  text-align: center;
}
.menuList>li>ul>li>a:hover {
  color: #c70902;
}
.menuBox {
  display: block;
  overflow: hidden;
  background-color: #f6f6f6;
  padding: 4px;
}
.menuBox>img {
  width: 100%;
  display: block;
  height: auto;
}
.menuTxt {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 14px;
  color: #404040;
  padding: 8px;
}

.mainRight {
  width: 895px;
  float: right;
}
.dqwzTitle {
  width: 100%;
  float: left;
  height: 53px;
  line-height: 52px;
  border-bottom: 1px solid #e3e3e3;
}
.dqwzTit {
  float: left;
  font-size: 16px;
  color: #3a3a3a;
}
.dqwzNav {
  float: right;
  height: 53px;
  line-height: 50px;
  border-bottom: 2px solid #3a3a3a;
  font-size: 14px;
  color: #989898;
  padding-left: 10px;
}
.dqwzNav>span {
  color: #c70902;
}
.dqwzContect {
  width: 100%;
  float: left;
  padding-top: 45px;
}
.company {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  color: #333;
}

@media (max-width: 1200px) {
  .main {
    padding: 60px 0;
  }
  .mainLeft {
    width: 24%;
  }
  .mainRight {
    width: 74%;
  }
}

@media (max-width: 991px) {
  .main {
    padding: 40px 0;
  }
  .mainLeft {
    width: 31%;
  }
  .mainRight {
    width: 67%;
  }
  .dqwzContect {
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .main {
    padding: 0;
  }
  .mainLeft {
    width: 100%;
  }
  .leftMenu {
    margin: 0;
  }
  .menuTitle {
    width: calc(100% + 30px);
    text-align: left;
    margin-left: -15px;
    font-size: 18px;
    font-weight: bold;
    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;
  }
  .menuList>li>a {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
  }
  .menuList>li>ul>li>a {
    line-height: 30px;
    height: 30px;
    font-size: 14px;
  }
  .mainRight {
    width: 100%;
  }
  .dqwzContect {
    padding: 15px 0;
  }
  .company {
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-关于我们 */

/* 产品中心/客户案例 */
.cpList {
  display: flex;
  flex-wrap: wrap;
}
.cpList>li {
  width: 33.33333%;
  float: left;
  margin-bottom: 28px;
}
.cpList>li .cpImg {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cpList>li .cpImg::before {
  content: "";
  display: block;
  padding-top: 92.3345%;
}
.cpList>li .cpTxt {
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  color: #666;
}
.cpList>li:hover .cpImg {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.cpList>li:hover .cpImg>img {
  transform: scale(1.1);
}
.cpList>li:hover .cpTxt {
  color: #c70902;
}

.caseList {
	width: 102%;
	margin-left: -1%;
}
.cpList>li {
  width: 31.33333%;
  margin: 0 1% 28px 1%;
}

.mainCpxq{
	padding: 0;
}
.mainTitle{
	width: 100%;
	float: left;
}
.mainContect{
	width: 100%;
	float: left;
	padding: 80px 0;
}



.cpxq {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.cpxqLeft {
  width: 50%;
  float: left;
}
#gallery{
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#gallery .swiper-slide::before {
  content: "";
  display: block;
  padding-top: 65%;
}
.thumbs{
	width: 100%;
	margin-top: 15px;
	padding: 0 40px;
	position: relative;
}
#thumbs .swiper-slide{
	border: 1px solid #ccc;
	margin-bottom: 1px;
}
#thumbs .swiper-slide::before {
  content: "";
  display: block;
  padding-top: 100%;
}
#thumbs .swiper-slide-thumb-active{
	border-color: #c70902;
}
.thumbs-prev,
.thumbs-next{
	width: 30px;
	float: left;
	height: 100%;
	background-color: #c70902;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	border: none;
}
.thumbs-next{
	left: initial;
	right: 0;
}

.cpxqRight {
  width: 50%;
  float: left;
  padding-left: 40px;
}
.cpxqTitle {
  display: block;
  overflow: hidden;
  font-size: 16px;
  color: #3a3a3a;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 5px;
}
.cpxqTxt {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 14px;
  color: #3a3a3a;
	min-height: 210px;
}
.cpxqMore{
	display: block;
	overflow: hidden;
	margin-top: 15px;
}
.cpxqMore>a{
	width: 170px;
	float: left;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 10px;
	background-color: #c70902;
	font-size: 20px;
	color: #fff;
}


.cpxqContect {
  width: 100%;
  float: left;
  font-size: 14px;
  color: #3a3a3a;
  line-height: 30px;
}
.coxqSubTitle {
  display: block;
  overflow: hidden;
  margin-bottom: 25px;
  line-height: 18px;
  font-size: 16px;
  color: #3a3a3a;
  background-color: #efefef;
  padding: 15px;
}
.cpxqContect img {
  display: block;
  max-width: 80%;
  height: auto;
  margin: 10px auto;
}

@media (max-width: 1200px) {
  .cpList>li {
    margin-bottom: 20px;
  }
	.mainContect{
		padding: 50px 0;
	}
}

@media (max-width: 991px) {
  .cpList>li {
    margin-bottom: 10px;
  }
	.mainContect{
		padding: 30px 0;
	}
}

@media (max-width: 767px) {
  .cpList>li {
    width: 50%;
  }
	.cpList>li {
	  width: 48%;
	  margin: 0 1% 10px 1%;
	}
  .cpList>li .cpTxt {
    height: 38px;
    line-height: 38px;
  }
	
	.mainContect{
		padding: 15px 0;
	}
	.cpxqLeft{
		width: 100%;
	}
	.cpxqRight{
		width: 100%;
		padding: 0;
		margin-top: 15px;
	}
  .cpxqTitle {
    font-size: 16px;
		line-height: 30px;
  }
  .cpxqContect {
    line-height: 24px;
  }
	.coxqSubTitle {
		margin: 15px 0;
	}
	.cpxqContect img {
		max-width: 100%;
	}
	
}
/* END-产品中心/客户案例 */

/* 资讯动态 */
.xwList {
  display: block;
  overflow: hidden;
}
.xwList li {
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}
.xwList li>a {
  display: flex;
  background-color: #f6f6f6;
}
.xwList li>a .xwImg {
  width: 30%;
  float: left;
  overflow: hidden;
  position: relative;
}
.xwList li>a .xwRight {
  width: 70%;
  float: left;
  padding: 20px;
}
.xwList li>a .xwRight .xwTitle {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.xwList li>a .xwRight .xwTxt {
  display: block;
  overflow: hidden;
  height: 90px;
  line-height: 30px;
  font-size: 14px;
  color: #333;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 10px 0;
}
.xwList li>a .xwRight .xwTime {
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 12px;
  color: #666;
}
.xwList li>a:hover {
  background-color: #c70902;
}
.xwList li>a:hover .xwImg>img {
  transform: scale(1.1);
}
.xwList li>a:hover .xwRight .xwTitle,
.xwList li>a:hover .xwRight .xwTxt,
.xwList li>a:hover .xwRight .xwTime {
  color: #fff;
}

.xwxq {
  display: block;
  overflow: hidden;
}
.xwxqTitle {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  line-height: 1.2;
}
.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: 0 auto;
}

@media (max-width: 991px) {
  .xwList li {
    margin-bottom: 20px;
  }
  .xwList li>a .xwRight {
    padding: 15px;
  }
  .xwList li>a .xwRight .xwTxt {
    height: 60px;
    -webkit-line-clamp: 2;
    margin: 5px 0;
  }
}

@media (max-width: 767px) {
  .xwList li {
    margin-bottom: 10px;
  }
  .xwList li>a .xwRight {
    padding: 10px;
  }
  .xwList li>a .xwRight .xwTxt {
    height: 44px;
    line-height: 22px;
    margin: 3px 0;
  }

  .xwxqTitle {
    font-size: 16px;
  }
  .xwxqContect {
    line-height: 24px;
  }
}
/* END-资讯动态 */

/* 联系我们 */
.zxly{
	display: block;
	overflow: hidden;
}
.zxlyBox{
	width: 100%;
	float: left;
	margin-bottom: 20px;
	display: flex;
}
.zxlyBox>label{
	float: left;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	color: #333;
	margin-right: 15px;
	padding-right: 15px;
	position: relative;
}
.zxlyBox>label>span{
	width: 15px;
	float: left;
	height: 100%;
	color: #c70902;
	text-align: right;
	position: absolute;
	right: 0;
	top: 0;
}
.zxlyBox>input{
	flex: 1;
	float: left;
	height: 42px;
	line-height: 40px;
	border: 1px solid #ccc;
	font-size: 16px;
	color: #333;
	padding: 0 15px;
}
.zxlyBtn{
	width: 100%;
	float: left;
	margin-bottom: 20px;
	background-color: #c70902;
	font-size: 18px;
	color: #fff;
	height: 50px;
}







.contactTxt {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
}
.contactMap {
  width: 100%;
  overflow: hidden;
  height: 350px;
  border: none;
  margin-top: 20px;
}

@media (max-width: 767px) {

  .contactTxt {
    font-size: 14px;
    line-height: 24px;
  }
  .contactMap {
    margin-top: 10px;
  }
}
/* END-联系我们 */