.tit {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.25em;
  letter-spacing: 4px;
  color: #030303;
  text-align: center;
}
.txt {
  font-size: 24px;
  line-height: 2em;
  color: #4c4c4c;
  font-weight: 300;
  padding: 0 10%;
}
.innovating .tit1 {
  padding: 125px 0 20px;
}
.innovating .fullPic {
  width: 100%;
  overflow: hidden;
  margin: 65px 0;
  box-sizing: border-box;
}
.innovating .fullPic img {
  object-fit: cover;
}
.innovating .adrTitle {
  font-size: 30px;
  line-height: 1.25em;
  letter-spacing: 3px;
  color: #030303;
  text-align: center;
}
.innovating .adrIntro {
  font-size: 24px;
  line-height: 48px;
  color: #4c4c4c;
  text-align: center;
  font-weight: 300;
}
.production {
  margin-top: 200px;
}
.production .fullPic2 {
  width: 100%;
  height: 327px;
}
.production .fullPic2 img {
  height: 100%;
  object-fit: cover;
}
.production .productionMain {
  background: #fff;
  margin-top: -135px;
  position: relative;
}
.production .productionMain .tit {
  padding: 90px 0 20px;
}
.production .productionMain .product .typeTit {
  font-size: 30px;
  letter-spacing: 3px;
  color: #030303;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
.production .productionMain .product .typeTit img {
  width: 24px;
  height: 24px;
  margin-right: 25px;
}
.production .productionMain .product1 {
  margin-top: 160px;
}
.production .productionMain .product1 ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.production .productionMain .product1 ul li {
  width: 23%;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
}
.production .productionMain .product1 ul li img {
  object-fit: cover;
}
.production .productionMain .product1 ul li .txtMask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-45deg, transparent 40%, rgba(3, 71, 127, 0.9) 0) no-repeat bottom right / 100% 100%;
  transform: translateX(-100%);
  transition: 0.5s cubic-bezier(0.14, 0.99, 0.43, 0.99);
}
.production .productionMain .product1 ul li .txtMask .t {
  font-size: 24px;
  line-height: 48px;
  color: #ffffff;
  padding: 10px 0 10px 0;
  margin: 0 28px;
  border-bottom: 2px solid #fff;
  display: inline-block;
  transform: translateX(-100%);
  transition: 1s;
}
.production .productionMain .product1 ul li:hover .txtMask,
.production .productionMain .product1 ul li:hover .t {
  transform: none;
}
.production .productionMain .product2 {
  margin-top: 110px;
}
.production .productionMain .product2 ul {
  display: flex;
  justify-content: space-between;
}
.production .productionMain .product2 ul li {
  width: 23%;
}
.production .productionMain .product2 ul li div {
  width: 100%;
  overflow: hidden;
  border: 1px solid #c3c3c3;
  cursor: pointer;
}
.production .productionMain .product2 ul li div img {
  transition: transform 1s cubic-bezier(0.14, 0.99, 0.43, 0.99);
}
.production .productionMain .product2 ul li p {
  font-size: 24px;
  line-height: 2em;
  color: #4c4c4c;
}
.production .productionMain .product2 ul li:hover div img {
  transform: scale(1.2, 1.2);
}
.production .productionMain .product3 {
  margin-top: 160px;
}
.production .productionMain .product3 .productList {
  width: 100%;
  height: 100%;
  border: solid 1px #c3c3c3;
  padding: 0 50px 70px;
  box-sizing: border-box;
}
.production .productionMain .product3 .productList ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 15%;
}
.production .productionMain .product3 .productList ul li {
  font-size: 18px;
  line-height: 32px;
  color: #4c4c4c;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.production .productionMain .product3 .productList ul li:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #145389;
  margin-right: 10px;
}
.production .productionMain .product3 .productList ul li.on {
  color: #0496ca;
}
.production .productionMain .product3 .productList ul li.on:before {
  background-color: #0496ca;
}
.production .productionMain .product3 .productList .table .tabTit {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #abdced;
}
.production .productionMain .product3 .productList .table .tabTit div {
  height: 60px;
  background-color: #0496ca;
  border-right: 1px solid #abdced;
  font-size: 18px;
  line-height: 60px;
  color: #ffffff;
  text-align: center;
}
.production .productionMain .product3 .productList .table .d1 {
  width: 22%;
}
.production .productionMain .product3 .productList .table .d2 {
  width: 12%;
}
.production .productionMain .product3 .productList .table .d3 {
  width: 45%;
}
.production .productionMain .product3 .productList .table .d4 {
  width: 21%;
}
.production .productionMain .product3 .productList .table .con {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f6fbfd;
  background: #e5f4fa;
}
.production .productionMain .product3 .productList .table .con div {
  padding: 20px;
  max-width: 80%;
  font-size: 18px;
  color: #4c4c4c;
  text-align: center;
  box-sizing: border-box;
}
.marketing {
  margin-top: 140px;
  margin-bottom: 110px;
}
.marketing .fullPic3 {
  width: 100%;
  height: 327px;
}
.marketing .fullPic3 img {
  height: 100%;
  object-fit: cover;
}
.marketing .marketCon {
  background: #fff;
  margin-top: -135px;
  position: relative;
}
.marketing .marketCon .tit {
  padding: 90px 0 20px;
}
.marketing .marketCon .txt {
  text-align: center;
}
.marketing .marketCon .layer {
  padding: 0 5%;
  margin-top: 50px;
}
.marketing .marketCon .layer img {
  width: 100%;
}
.marketing .marketCon .adrNav {
  border-bottom: 1px solid #c3c3c3;
  margin: 70px 0;
}
.marketing .marketCon .adrNav .layer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
}
.marketing .marketCon .adrNav .layer div {
  font-size: 18px;
  line-height: 3.25em;
  color: #030303;
  font-weight: 300;
  margin-right: 7%;
  cursor: pointer;
}
.marketing .marketCon .adrNav .layer div.on {
  color: #0496ca;
  font-weight: bold;
  border-bottom: 4px solid #0496ca;
}
.marketing .marketCon .adrNav .layer div:last-child {
  margin-right: 0;
}
.marketing .marketCon .city .layer {
  display: flex;
}
.marketing .marketCon .city .layer .left {
  width: 600px;
  margin-right: 10%;
}
.marketing .marketCon .city .layer .left img {
  object-fit: cover;
}
.marketing .marketCon .city .layer .right .title1 {
  font-size: 30px;
  letter-spacing: 3px;
  color: #030303;
  font-weight: bold;
  margin-bottom: 40px;
}
.marketing .marketCon .city .layer .right .title2 {
  font-size: 18px;
  letter-spacing: 2px;
  color: #030303;
  font-weight: bold;
}
.marketing .marketCon .city .layer .right p {
  font-size: 18px;
  line-height: 28px;
  color: #030303;
  margin: 25px 0 70px;
}
.marketing .marketCon .city .layer .right p span {
  color: #4c4c4c;
}
.marketing .marketCon .city .layer .right a {
  font-size: 16px;
  height: 42px;
  line-height: 42px;
  color: #030303;
  padding: 0 34px;
  border: solid 2px #c3c3c3;
  display: inline-block;
}
/*# sourceMappingURL=full.css.map */