/* 内页 */
.inside-page {
  padding: 160px 0 90px;
  min-height: 400px;
}
.inside-page .page {
  display: flex;
  align-items: flex-start;
}
.inside-page .main {
  flex: 1;
}
.left_nav {
  width: 21%;
  margin-right: 3%;
  position: relative;
  z-index: 2;
}
.left_nav .tit {
  padding: 30px 0;
  text-align: center;
  background-color: #cc261d;
}
.left_nav .tit p {
  font-size: 26px;
  font-weight: bold;
  color: #ffffff;
}
.left_nav .tit span {
  font-size: 15px;
  text-transform: uppercase;
  color: #eee;
  margin-top: 8px;
}
.left_nav .sort-nav {
  background-color: #fff;
  border: 1px solid #eee;
}
.left_nav .sort-nav > ul > li p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.left_nav .sort-nav > ul > li > a {
  padding: 20px 30px;
  background-color: #f5f5f5;
  border-top: 1px solid #fff;
  position: relative;
}
.left_nav .sort-nav > ul > li > a p {
  padding-right: 20px;
}
.left_nav .sort-nav > ul > li > a i {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  text-align: center;
  line-height: 28px;
}
.left_nav .sort-nav > ul > li > a:hover {
  background-color: #cc261d;
  color: #fff;
}
.left_nav .sort-nav > ul > li > a:hover i {
  border-color: #fff;
}
.left_nav .sort-nav > ul .open .iconfont {
  transform-origin: 50% 50%;
  transform: translateY(-50%) rotate(90deg);
}
.left_nav .sort-nav > ul .on {
  background-color: #cc261d;
  color: #fff;
}
.left_nav .sort-nav > ul .on i {
  border-color: #fff;
}
.left_nav .sort-nav > ul .erji {
  padding: 10px 0;
}
.left_nav .sort-nav > ul .erji li a {
  padding: 10px 40px;
  font-size: 15px;
}
.left_nav .com-info {
  background-color: #fff;
  margin-top: 50px;
  padding-bottom: 10px;
  border: 1px solid #eee;
}
.left_nav .com-info li {
  padding: 5px 20px;
  line-height: 1.75;
  font-size: 16px;
  color: #444;
}
.left_nav .com-info li img {
  width: 100%;
  margin: 20px 0 5px 0;
}
.left_nav .com-info .yx {
  white-space: nowrap;
}
.left_nav .com-info .dz {
  display: flex;
}
.left_nav .com-info .dz i {
  flex: 1;
}
h2.tit {
  font-size: 48px;
  text-align: center;
  padding-bottom: 25px;
  margin-bottom: 100px;
  background: url(../images/tit-line.png) no-repeat bottom center;
}
.pag-bar {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pag-bar a {
  width: 37px;
  line-height: 35px;
  background: #ffffff;
  border: 1px solid #d2d2d2;
  text-align: center;
  font-size: 13px;
  margin: 4px;
  border-radius: 4px;
  color: #666;
}
.pag-bar a:hover {
  border-color: #cc261d;
}
.pag-bar .page-num-current {
  border-color: #cc261d;
  background-color: #cc261d;
  color: #fff;
}
.honor-list {
  display: flex;
  flex-wrap: wrap;
}
.honor-list li {
  width: 25%;
  transition: all 0.2s linear;
  border: 1px solid #ccc;
}
.honor-list li:nth-child(n+5) {
  border-top: none;
}
.honor-list li:nth-child(4n-2) {
  border-left: none;
}
.honor-list li:nth-child(4n-1) {
  border-left: none;
}
.honor-list li:nth-child(4n) {
  border-left: none;
}
.honor-list li a {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.honor-list li .pic {
  flex: 1;
  display: flex;
  padding: 10%;
}
.honor-list li img {
  margin: auto;
}
.honor-list li p {
  width: 100%;
  border-top: 1px solid #ccc;
  margin: auto;
  text-align: center;
  font-size: 30px;
  line-height: 90px;
  padding: 0 15px;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.honor-list li:hover img {
  transform: scale(1.1);
}
.honor-list li:hover p {
  background-color: #cc261d;
  color: #fff;
}
.inside-list {
  display: flex;
  flex-wrap: wrap;
}
.inside-list li {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
  transition: all 0.2s linear;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.inside-list li:nth-child(4n) {
  margin-right: 0;
}
.inside-list li p {
  line-height: 55px;
  font-size: 15px;
  color: #666;
  text-align: center;
  transition: all 0.2s linear;
  padding: 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.inside-list li:hover img {
  transform: scale(1.1);
}
.inside-list li:hover p {
  background-color: #cc261d;
  color: #fff;
}
.pro-nav {
  margin-bottom: 100px;
}
.pro-nav .lf {
  padding: 10px 0 30px;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}
.pro-nav .lf h3 {
  font-size: 28px;
}
.pro-nav .con {
  display: flex;
  line-height: 60px;
}
.pro-nav .con .list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  font-size: 17px;
}
.pro-nav .con .list > li {
  width: 50%;
  display: flex;
}
.pro-nav .con .list > li .a {
  color: #333;
  margin-right: 20px;
}
.pro-nav .con .pro-erji {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.pro-nav .con .pro-erji li {
  width: 33.33%;
}
.pro-nav .con .pro-erji li a {
  padding-right: 20px;
  padding-left: 40px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pro-nav .con .pro-erji li a::after {
  content: '';
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pro-nav .con .pro-erji li a::before {
  content: '';
  width: 14px;
  height: 14px;
  background-color: #cc261d;
  border-radius: 50%;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.pro-nav .con .pro-erji li:hover a::after {
  border-color: #cc261d;
}
.pro-nav .con .pro-erji li:hover a::before {
  display: block;
}
.pro-nav .con .pro-erji .on a::after {
  border-color: #cc261d;
}
.pro-nav .con .pro-erji .on a::before {
  display: block;
}
.pro-nav .btm {
  display: flex;
}
.pro-nav .btm a {
  width: 180px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #cc261d;
  border-radius: 10px;
  color: #cc261d;
  font-size: 18px;
  margin: 20px 20px 0 auto;
}
.pro-nav .btm a:hover {
  background-color: #cc261d;
  color: #fff;
}
.pro_tit {
  margin-bottom: 80px;
}
.pro_tit .top {
  width: 700px;
}
.pro_tit .top em {
  font-size: 50px;
  color: #999;
  opacity: 0.4;
  text-transform: uppercase;
}
.pro_tit .top p {
  font-size: 40px;
}
.pro_tit .top hr {
  width: 100%;
  height: 2px;
  background-color: #ccc;
  position: relative;
  overflow: visible;
  margin: 25px 0 30px;
}
.pro_tit .top hr::after {
  content: '';
  width: 120px;
  height: 4px;
  background-color: #cc261d;
  position: absolute;
  left: 0;
  bottom: 0;
}
.pro_tit .top span {
  font-size: 18px;
  line-height: 1.75;
}
.pro_tit .text {
  margin-top: 90px;
  font-size: 22px;
  line-height: 1.75;
}
.pro-list {
  display: flex;
  flex-wrap: wrap;
}
.pro-list li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 70px;
}
.pro-list li .pic {
  background-color: #f2f2f2;
  padding: 70px 5px;
}
.pro-list li p {
  font-size: 24px;
  padding: 20px 0 15px;
}
.pro-list li span {
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.pro-list li:nth-child(3n) {
  margin-right: 0;
}
.pro-list li:nth-child(n+4) {
  width: 49%;
}
.pro-list li:nth-child(n+4) .pic {
  padding: 10px 100px;
}
.pro-list li:last-child {
  margin-right: 0;
}
.pro-list li:hover .pic {
  background-color: #fff;
}
.pro-list li:hover img {
  transform: scale(1.1);
}
.pro-list li:hover p {
  color: #cc261d;
}
.ptn-list {
  display: flex;
  flex-wrap: wrap;
}
.ptn-list li {
  width: 18.4%;
  margin-right: 2%;
  margin-bottom: 2%;
  transition: all 0.2s linear;
  border: 1px solid #eee;
  transition: all 0.3s;
  cursor: pointer;
}
.ptn-list li:nth-child(5n) {
  margin-right: 0;
}
.ptn-list li img {
  width: 100%;
}
.ptn-list li:hover {
  border-color: #cc261d;
}
.medialist .page {
  max-width: 1400px;
}
.video-list {
  margin-top: 50px;
}
.video-list li {
  margin-bottom: 50px;
  display: flex;
  align-items: flex-end;
}
.video-list li .pic {
  border: 1px solid #e2e2e2;
  width: 650px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 50px;
}
.video-list li .rg {
  margin-left: 50px;
  flex: 1;
}
.video-list li .rg h5 {
  font-size: 28px;
  margin-bottom: 60px;
}
.video-list li .rg p {
  font-size: 21px;
  line-height: 2;
}
.video-list li .rg p a {
  text-decoration: underline;
}
.video-list li .rg hr {
  margin: 60px 0;
  border-top: 1px dashed #e2e2e2;
}
.video-list li .rg .more {
  line-height: 90px;
  background-color: #cc261d;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding-left: 40px;
}
.case-page .page {
  max-width: 1600px;
}
.case-page .main {
  width: 100%;
}
.case-page .case-top li .pic img {
  width: 100%;
  height: 550px;
  object-fit: cover;
}
.case-page .case-top li .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10% 6%;
  background: linear-gradient(to right, #0e67e1, rgba(14, 103, 225, 0.9), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  color: #fff;
  transition: all 0.3s linear;
}
.case-page .case-top li .text p {
  font-size: 36px;
}
.case-page .case-top li .text span {
  width: 40%;
  font-size: 20px;
  line-height: 2;
  margin-top: 10px;
}
.case-page .case-top li .more {
  position: absolute;
  left: 6%;
  bottom: 10%;
  width: 133px;
  line-height: 38px;
  height: 40px;
  font-size: 14px;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  border: 1px solid #fff;
  z-index: 1;
}
.case-page .case-top li:hover .text {
  opacity: 0;
}
.case-page .case-top li:hover .more {
  background-color: #cc261d;
  border-color: #cc261d;
}
.case-page .case-list {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
}
.case-page .case-list li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
  position: relative;
  overflow: hidden;
}
.case-page .case-list li:nth-child(2n) {
  margin-right: 0;
}
.case-page .case-list li img {
  width: 100%;
}
.case-page .case-list li .text {
  width: 100%;
  line-height: 80px;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
  font-size: 24px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s linear;
}
.case-page .case-list li:hover img {
  transform: scale(1.1);
}
.case-page .case-list li:hover .text {
  bottom: -80px;
  opacity: 0;
}
.case-row .title2 h2 {
  text-align: center;
  font-size: 30px;
  padding-top: 30px;
  color: #cc261d;
}
.case-row .title2 ul {
  display: flex;
  padding: 10px 0px;
  width: 100%;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #ddd;
  margin-top: 15px;
}
.case-row .title2 ul li {
  font-size: 14px;
  margin-right: 25px;
  color: #666;
  white-space: nowrap;
}
.case-row .title2 ul li:last-child {
  margin-right: 0;
}
.case-row .title2 ul li .iconfont {
  font-size: 14px;
  color: #666;
}
.case-row .preNext {
  padding-top: 15px;
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.case-row .preNext a {
  font-size: 15px;
  color: #333;
}
.pro-detail {
  width: 100%;
}
.pro-detail .row {
  display: flex;
}
.pro-detail .row .pro-pics {
  width: 580px;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  padding: 60px 10px;
  position: relative;
}
.pro-detail .row .pro-pics img {
  background-color: #fff;
  filter: contrast(90%);
}
.pro-detail .row .pro-pics .btn {
  position: absolute;
  left: 10px;
  bottom: 10px;
  display: flex;
  align-items: center;
  font-size: 18px;
}
.pro-detail .row .pro-pics .btn .iconfont {
  cursor: pointer;
}
.pro-detail .row .pro-pics .btn .pics-pagination {
  display: flex;
  align-items: center;
  margin: 0 8px;
}
.pro-detail .row .description {
  margin-left: 200px;
  flex: 1;
  max-width: 580px;
}
.pro-detail .row .description h2 {
  font-size: 40px;
  margin-top: 20px;
}
.pro-detail .row .description .det-l .tags,
.pro-detail .row .description .det-l .btn {
  width: 320px;
}
.pro-detail .row .description .det-l ul {
  margin: 25px 0;
  display: flex;
  flex-wrap: wrap;
}
.pro-detail .row .description .det-l ul li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
  line-height: 48px;
  border: 1px solid #666;
  text-align: center;
}
.pro-detail .row .description .det-l ul li:nth-child(2n) {
  margin-right: 0;
}
.pro-detail .row .description .det-l .describe {
  font-size: 17px;
  line-height: 2;
}
.pro-detail .row .description .det-l .btn {
  margin-top: 40px;
}
.pro-detail .row .description .det-l .btn a {
  line-height: 65px;
  border: 1px solid #666;
  border-radius: 35px;
  text-align: center;
  margin-bottom: 10px;
}
.pro-detail .row .description .det-l .btn a:hover {
  background-color: #cc261d;
  color: #fff;
}
.pro-detail .row .description .det-l .btn a:nth-child(2) {
  background-color: #cc261d;
  color: #fff;
}
.pro-detail .row .description .det-l .btn a:nth-child(2):hover {
  opacity: 0.85;
}
.pro-detail .del-con {
  font-size: 22px;
  line-height: 1.75;
  margin-top: 100px;
}
.pro-detail .comp {
  margin: 100px 0 50px;
}
.pro-detail .comp h1 {
  font-size: 55px;
  color: #000;
}
.pro-detail .comp h2 {
  font-size: 27px;
  margin-top: 20px;
  color: #000;
}
.pro-detail .comp hr {
  width: 660px;
  border-top: 1px solid #333;
  margin: 30px 0 20px;
}
.pro-detail .comp p {
  font-size: 22px;
  line-height: 1.75;
}
.news-nav {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 100px;
}
.news-nav li {
  position: relative;
  padding-bottom: 22px;
}
.news-nav li::after {
  content: '';
  width: 0;
  height: 10px;
  background-color: #cc261d;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: all 0.3s linear;
}
.news-nav li a {
  position: relative;
}
.news-nav li p {
  position: absolute;
  top: 50%;
  left: 174px;
  transform: translateY(-50%);
  font-size: 32px;
  font-weight: bold;
  color: #fff;
}
.news-nav li:hover::after {
  width: 85%;
}
.news-nav .on::after {
  width: 85%;
}
.news-list {
  margin-top: 80px;
}
.news-list li {
  margin-bottom: 80px;
}
.news-list li .date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  font-weight: lighter;
  color: #939393;
  padding-right: 20px;
}
.news-list li a {
  display: flex;
  align-items: center;
}
.news-list li .pic img {
  width: 430px;
  height: 280px;
  object-fit: cover;
}
.news-list li .text {
  flex: 1;
  margin-left: 50px;
}
.news-list li .text p {
  font-size: 30px;
  height: 100px;
}
.news-list li .text span {
  margin-bottom: 30px;
  font-size: 20px;
  color: #666464;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news-list1 li {
  position: relative;
  margin-bottom: 30px;
  background: #FFF;
  transition: 0.45s;
  border: 3px solid #f5f5f5;
  padding: 30px;
}
.news-list1 li a {
  display: flex;
  justify-content: space-between;
}
.news-list1 li .date {
  width: 10%;
  height: 140px;
  margin-right: 3%;
  background-color: #a9a9a9;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.news-list1 li .date i {
  font-size: 24px;
}
.news-list1 li .date em {
  display: block;
  font-size: 34px;
  font-weight: bold;
}
.news-list1 li .date span {
  font-weight: lighter;
}
.news-list1 li .text {
  flex: 1;
}
.news-list1 li .text p {
  font-size: 16px;
  font-weight: bold;
  height: 38px;
  line-height: 20px;
  border-bottom: 1px solid #c8c8c8;
}
.news-list1 li .text span {
  line-height: 28px;
  color: #888;
  margin-top: 12px;
  font-size: 14px;
  color: #666;
  font-weight: lighter;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-list1 li .text em {
  font-size: 14px;
  font-weight: lighter;
  display: flex;
  align-items: center;
  color: #333;
  margin-top: 8px;
}
.news-list1 li .text em i {
  font-size: 24px;
  color: #8c8c8c;
  margin-right: 3px;
}
.news-list1 li:hover {
  border-color: #cc261d;
}
.news-list1 li:hover .date {
  background-color: #cc261d;
}
.news-page .main {
  padding: 40px 40px 20px;
  box-shadow: 0 0 10px #eee;
}
.news-page .news-con .tit h2 {
  text-align: center;
  font-size: 26px;
  line-height: 1.5;
}
.news-page .news-con .tit ul {
  display: flex;
  padding: 12px 0px;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #ddd;
}
.news-page .news-con .tit ul li {
  font-size: 14px;
  margin-right: 25px;
  color: #999;
  white-space: nowrap;
}
.news-page .news-con .tit ul li:last-child {
  margin-right: 0;
}
.news-right {
  width: 300px;
  margin-left: 10px;
}
.news-right ul {
  padding: 30px 30px 20px 30px;
  background: #fff;
  margin-bottom: 10px;
  box-shadow: 0 0 10px #eee;
}
.news-right ul h6 {
  font-size: 20px;
  border-bottom: 1px solid #e7e7e7;
  height: 40px;
  line-height: 20px;
  position: relative;
  margin-bottom: 10px;
  white-space: nowrap;
}
.news-right ul h6::after {
  content: "";
  width: 82px;
  height: 1px;
  background: #cc261d;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.news-right ul h6 i {
  color: #cc261d;
}
.news-right ul li {
  display: block;
  width: 220px;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  font-size: 15px;
}
.news-right ul li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-right ul li i {
  font-size: 16px;
  margin-right: 10px;
}
.turn_page {
  padding-top: 15px;
  border-top: 1px solid #e1e7f1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  color: #666;
}
.turn_page .lf {
  max-width: 600px;
  overflow: hidden;
}
.turn_page .lf li {
  line-height: 1.875;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.turn_page .lf a {
  display: inline;
}
.turn_page .lf a:hover {
  color: #cc261d;
}
.turn_page .return a {
  padding: 10px 35px;
  border-radius: 50px;
  border: 1px solid #ccc;
  transition: all 0.2s linear;
}
.turn_page .return a:hover {
  background-color: #cc261d;
  color: #fff;
  border-color: #cc261d;
}
.message-w {
  padding: 70px 0;
  background-color: #f5f5f5;
}
.message-w .form-con {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.message-w .form-con input,
.message-w .form-con textarea {
  background-color: #f5f5f5;
  border: 1px solid #e2e2e2;
  font-size: 15px;
  padding: 15px 20px;
}
.message-w .form-con input {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.message-w .form-con input:nth-child(2) {
  margin-right: 0;
}
.message-w .form-con textarea {
  width: 100%;
}
.message-w input[type="submit"] {
  width: 250px;
  line-height: 55px;
  text-align: center;
  background-color: #cc261d;
  color: #fff;
  font-size: 18px;
  margin: 30px auto 0;
  cursor: pointer;
}
.message-w input[type="submit"]:hover {
  opacity: 0.85;
}
.contact_nav .page {
  max-width: none;
}
.contact_nav ul {
  display: flex;
}
.contact_nav ul li {
  width: 300px;
  line-height: 70px;
  text-align: center;
  font-size: 24px;
  border: 1px solid #cc261d;
}
.contact_nav ul li:nth-child(n+2) {
  border-left: none;
}
.contact_nav ul li:hover {
  background-color: #cc261d;
}
.contact_nav ul li:hover a {
  color: #fff;
}
.contact_nav ul .on {
  background-color: #cc261d;
}
.contact_nav ul .on a {
  color: #fff;
}
.contact_p {
  padding-top: 80px;
}
.contact_p .tit {
  text-align: center;
}
.contact_p .tit p {
  font-size: 48px;
}
.contact_p .tit hr {
  width: 480px;
  height: 2px;
  background-color: #ccc;
  position: relative;
  overflow: visible;
  margin: 25px auto 30px;
}
.contact_p .tit hr::after {
  content: '';
  width: 120px;
  height: 4px;
  background-color: #cc261d;
  position: absolute;
  left: 0;
  bottom: 0;
}
.contact_p .tit span {
  font-size: 25px;
  color: #999999;
  margin-top: 10px;
  text-transform: uppercase;
}
.contact_p .address {
  padding-bottom: 80px;
}
.contact_p .address .page {
  max-width: 1700px;
}
.contact_p .address img {
  margin: 0 auto;
}
.contact_p .contact-info {
  padding: 100px 0 50px;
}
.contact_p .contact-info .con {
  margin-top: 80px;
  line-height: 1.5;
  text-align: center;
  font-size: 28px;
  color: #666666;
}
.contact_p .contact-info .con strong {
  font-weight: normal;
  color: #333;
}
.contact_p .contact-info .con img {
  margin: 0 auto;
  margin-bottom: 25px;
}
.contact_p .contact-info tr {
  display: flex;
}
.contact_p .contact-info tr td {
  flex: 1;
}
.company_profile .intr-b {
  padding: 160px 0 100px;
  background: url(../images/who.png) no-repeat 10px 90px;
}
.company_profile .intr-b .tit em {
  font-size: 50px;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.company_profile .intr-b .tit hr {
  width: 100px;
  height: 4px;
  background-color: #cc261d;
  margin: 15px 0 10px;
}
.company_profile .intr-b .tit p {
  font-size: 50px;
}
.company_profile .intr-b .page {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.company_profile .intr-b .con {
  width: 45%;
}
.company_profile .intr-b .con .text {
  margin: 45px 0;
  font-size: 20px;
  line-height: 2;
}
.company_profile .intr-b .con .more {
  display: flex;
  align-items: center;
}
.company_profile .intr-b .con .more i {
  width: 80px;
  line-height: 80px;
  text-align: center;
  background-color: #cc261d;
  border-radius: 50%;
  font-size: 30px;
  color: #fff;
  margin-right: 20px;
}
.company_profile .intr-b .con .more p {
  font-size: 21px;
}
.company_profile .intr-b .con .more:hover {
  text-decoration: underline;
}
.company_profile .intr-b .con .more:hover i {
  opacity: 0.85;
}
.company_profile .intr-b .rg {
  width: 45%;
}
.company_profile .intr-b .rg ul {
  display: flex;
  align-items: center;
  height: 160px;
  border-bottom: 1px solid #efefef;
}
.company_profile .intr-b .rg ul li {
  flex: 1;
  display: flex;
  align-items: flex-end;
}
.company_profile .intr-b .rg ul li p {
  font-size: 70px;
  color: #cc261d;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}
.company_profile .intr-b .rg ul li i {
  font-size: 25px;
  color: #cc261d;
  margin-bottom: 15px;
  margin-left: 10px;
}
.company_profile .intr-b .rg ul li span {
  font-size: 52px;
}
.company_profile .honor {
  position: relative;
  background-color: #fafafa;
}
.company_profile .honor .page {
  display: flex;
  padding: 6.25rem 0;
}
.company_profile .honor .lf {
  width: 50%;
}
.company_profile .honor .lf .tit {
  font-size: 48px;
}
.company_profile .honor .lf .honor_swiper1 {
  height: 26.5625rem;
  margin-top: 2.5rem;
}
.company_profile .honor .lf .honor_swiper1 .swiper-slide {
  height: auto;
  margin-bottom: 2.1875rem;
  opacity: 0.4;
  cursor: pointer;
}
.company_profile .honor .lf .honor_swiper1 .swiper-slide h6 {
  font-size: 1.875rem;
  font-weight: normal;
}
.company_profile .honor .lf .honor_swiper1 .my-slide-thumb-active {
  opacity: 1;
}
.company_profile .honor .lf .honor_swiper1 .my-slide-thumb-active h6 {
  font-size: 2.25rem;
  color: #cc261d;
}
.company_profile .honor .rg {
  width: 50%;
}
.company_profile .honor .rg .honor_swiper2 {
  height: 33.125rem;
  padding-right: 9.5rem;
  text-align: right;
  padding-bottom: 3.125rem;
}
.company_profile .honor .rg .honor_swiper2 ul {
  overflow: visible;
}
.company_profile .honor .rg .honor_swiper2 .swiper-slide {
  height: auto;
  padding-right: 3.75rem;
  margin-bottom: 3.125rem;
  line-height: 1;
  cursor: pointer;
}
.company_profile .honor .rg .honor_swiper2 .swiper-slide h6 {
  font-size: 4.375rem;
  font-weight: normal;
  color: #eaeff6;
}
.company_profile .honor .rg .honor_swiper2 .my-slide-thumb-active {
  height: 10rem;
}
.company_profile .honor .rg .honor_swiper2 .my-slide-thumb-active::after {
  content: '';
  width: 10rem;
  height: 10rem;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  border: 1px solid #eaeff6;
  border-right-color: #cc261d;
  transform: rotateZ(-45deg);
}
.company_profile .honor .rg .honor_swiper2 .my-slide-thumb-active h6 {
  line-height: 10rem;
  color: #cc261d;
  position: relative;
  z-index: 1;
}
.company_profile .honor .mid {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
}
.company_profile .honor .mid .honor_swiper {
  margin: auto;
  width: 29.625rem;
  height: 25rem;
}
.company_profile .honor .mid .honor_swiper .hon_pics img {
  display: none;
  height: 20.9375rem;
  margin: 0 auto;
  object-fit: contain;
}
.company_profile .honor .mid .honor_swiper .hon_pics .show {
  display: block;
}
.company_profile .honor .mid .honor_swiper .pics_tabs {
  display: flex;
  margin-top: 1.5625rem;
  justify-content: center;
}
.company_profile .honor .mid .honor_swiper .pics_tabs i {
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  border: 2px solid transparent;
  border-radius: 50%;
  margin-right: 0.9375rem;
  cursor: pointer;
  user-select: none;
  position: relative;
}
.company_profile .honor .mid .honor_swiper .pics_tabs i::after {
  content: '';
  width: 0.5625rem;
  height: 0.5625rem;
  border-radius: 50%;
  background-color: #d0d9e6;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.company_profile .honor .mid .honor_swiper .pics_tabs i:last-child {
  margin-right: 0;
}
.company_profile .honor .mid .honor_swiper .pics_tabs .on {
  border-color: #cc261d;
}
.company_profile .honor .mid .honor_swiper .pics_tabs .on::after {
  background-color: #cc261d;
}
.company_profile .honor .med {
  position: absolute;
  width: 100%;
}
.company_profile .honor .med li {
  visibility: hidden;
}
.company_profile .honor .pr {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.75rem;
  height: 100%;
}
.company_profile .honor .pr .swiper-pagination {
  width: 3px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  right: auto;
}
.company_profile .honor .pr .swiper-pagination .swiper-pagination-bullet {
  width: 1px;
  flex: 1;
  margin: 0;
  border-radius: 0;
  background-color: #e5e5e5;
  opacity: 1;
}
.company_profile .honor .pr .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #cc261d;
  width: 3px;
}
.company_profile .honor .pr p {
  width: 1.0625rem;
  color: #8493a8;
  margin: 15rem 0 0 auto;
  padding-bottom: 5.1875rem;
  background: url(../images/mouse.png) no-repeat center bottom;
  background-size: 100%;
}
@media screen and (max-width: 992px) {
  .company_profile .honor .page {
    padding: 5rem 0;
  }
  .company_profile .honor .lf {
    padding-right: 10px;
  }
  .company_profile .honor .rg {
    display: none;
  }
  .company_profile .honor .pr {
    display: none;
  }
  .company_profile .honor .mid {
    width: 46%;
    right: 0;
    left: auto;
  }
}
.company_profile .about-tit {
  background-color: #f8f9fa;
  margin: 100px 0 80px;
  padding: 70px 0 60px;
}
.company_profile .about-tit em {
  font-size: 34px;
  text-transform: uppercase;
}
.company_profile .about-tit hr {
  width: 80px;
  height: 4px;
  background-color: #cc261d;
  margin: 15px 0 10px;
}
.company_profile .about-tit p {
  font-size: 42px;
}
.company_profile .about-tit a {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  font-size: 18px;
}
.company_profile .about-tit a i {
  width: 60px;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  background-color: #cc261d;
  color: #fff;
  margin-left: 20px;
}
.company_profile .about-tit a:hover {
  text-decoration: underline;
}
.company_profile .about-tit a:hover i {
  opacity: 0.85;
}
.company_profile .promo_b .promo-box {
  position: relative;
}
.company_profile .promo_b .promo-box li {
  width: 57%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background-color: #000;
}
.company_profile .promo_b .promo-box li img {
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
.company_profile .promo_b .promo-box .swiper-slide-active img {
  opacity: 1;
}
.company_profile .promo_b .promo-box .swiper-slide-active .text {
  display: block;
}
.company_profile .promo_b .promo-box .swiper-btn {
  width: calc(57% + 8.5625rem);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
}
.company_profile .promo_b .promo-box .swiper-btn .iconfont {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .company_profile .promo_b .promo-box li {
    width: 80%;
    background-color: #f7f5f7;
  }
  .company_profile .promo_b .promo-box li .text {
    display: block;
    position: static;
    padding: 1.33rem 2rem;
  }
  .company_profile .promo_b .promo-box li .text * {
    color: #333;
  }
  .company_profile .promo_b .promo-box .swiper-btn {
    display: none;
  }
}
.company_profile .tech-b .box {
  padding: 0 70px;
  display: flex;
}
.company_profile .tech-b .box .lf {
  width: 63%;
  display: flex;
}
.company_profile .tech-b .box .lf li {
  flex: 1;
  margin-right: 50px;
  position: relative;
}
.company_profile .tech-b .box .lf li:nth-child(2) {
  margin-right: 0;
}
.company_profile .tech-b .box .lf li img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
.company_profile .tech-b .box .lf li .text {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 280px;
  background-color: #fff;
  padding: 70px 45px;
  transition: all 0.3s linear;
}
.company_profile .tech-b .box .lf li .text .date {
  font-size: 20px;
}
.company_profile .tech-b .box .lf li .text p {
  font-size: 22px;
  font-weight: bold;
  line-height: 44px;
  margin: 30px 0;
}
.company_profile .tech-b .box .lf li .text span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 20px;
  line-height: 1.875;
  opacity: 0;
}
.company_profile .tech-b .box .lf li .text .more {
  position: absolute;
  top: 70px;
  right: 45px;
  display: flex;
  align-items: center;
  color: #999;
}
.company_profile .tech-b .box .lf li .text .more .iconfont {
  margin-left: 20px;
}
.company_profile .tech-b .box .lf li:hover .text {
  height: 600px;
  background-color: rgba(204, 38, 29, 0.85);
}
.company_profile .tech-b .box .lf li:hover .text * {
  color: #fff;
}
.company_profile .tech-b .box .lf li:hover .text span {
  opacity: 1;
}
.company_profile .tech-b .box .lf li:hover .text .more {
  top: auto;
  right: auto;
  left: 45px;
  bottom: 70px;
}
.company_profile .tech-b .box .lf li:hover .text .more .iconfont {
  margin-left: 30px;
  width: 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
}
.company_profile .tech-b .box .rg {
  flex: 1;
  margin-left: 50px;
}
.company_profile .tech-b .box .rg li {
  height: 160px;
  margin-bottom: 60px;
}
.company_profile .tech-b .box .rg li:last-child {
  margin-bottom: 0;
}
.company_profile .tech-b .box .rg li a {
  display: flex;
}
.company_profile .tech-b .box .rg li .pic {
  width: 40%;
  margin-right: 30px;
}
.company_profile .tech-b .box .rg li .pic img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}
.company_profile .tech-b .box .rg li .text {
  flex: 1;
  font-size: 20px;
}
.company_profile .tech-b .box .rg li .text .date {
  color: #999;
}
.company_profile .tech-b .box .rg li .text p {
  line-height: 38px;
  margin: 10px 0;
}
.company_profile .tech-b .box .rg li .text .more {
  color: #999;
}
.company_profile .tech-b .box .rg li:hover img {
  transform: scale(1.1);
}
.company_profile .tech-b .box .rg li:hover .more {
  color: #cc261d;
  text-decoration: underline;
}
.company_profile .env-b {
  padding: 200px 0 130px;
}
.company_profile .env-b .tit {
  text-align: center;
}
.company_profile .env-b .tit p {
  font-size: 64px;
  font-weight: bold;
}
.company_profile .env-b .tit p i {
  color: #cc261d;
}
.company_profile .env-b .tit span {
  font-size: 23px;
  text-transform: uppercase;
  margin-top: 10px;
}
.company_profile .env-b .env-box {
  margin-top: 40px;
  position: relative;
}
.company_profile .env-b .env-box li {
  padding: 1px;
}
.company_profile .env-b .env-box li a {
  border: 1px solid #ccc;
}
.company_profile .env-b .env-box li .text {
  padding: 30px;
  color: #333;
}
.company_profile .env-b .env-box li .text p {
  font-size: 26px;
  font-weight: bold;
}
.company_profile .env-b .env-box li .text span {
  font-size: 22px;
  margin-top: 15px;
}
.company_profile .env-b .env-box li .text em {
  display: block;
  margin-top: 15px;
  font-size: 18px;
}
.company_profile .env-b .env-box li .text em i {
  font-size: 24px;
}
.company_profile .hf-b {
  background: url(../images/about-hf.jpg) no-repeat center;
}
.company_profile .hf-b .page {
  max-width: 1400px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.company_profile .hf-b p {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
}
.company_profile .hf-b a {
  width: 166px;
  line-height: 50px;
  text-align: center;
  background-color: #fff;
  border-radius: 25px;
  color: #cc261d;
  font-weight: bold;
}
.company_profile .hf-b a:hover {
  opacity: 0.85;
}
.case_con .tit {
  text-align: center;
}
.case_con .tit h2 {
  font-size: 48px;
}
.case_con .tit p {
  font-size: 28px;
  color: #999;
  font-weight: lighter;
  margin-top: 15px;
}
.pro-app ul {
  display: flex;
}
.pro-app ul li {
  flex: 1;
  background-color: #191919;
  position: relative;
}
.pro-app ul li img {
  opacity: 0.5;
  width: 100%;
  height: 500px;
  overflow: hidden;
}
.pro-app ul li .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 170px 50px 0 90px;
}
.pro-app ul li .text p {
  font-size: 26px;
}
.pro-app ul li .text hr {
  width: 40px;
  height: 1px;
  background-color: #fff;
  margin: 12px 0;
}
.pro-app ul li .text span {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: lighter;
}
.pro-app ul li .text em {
  font-size: 20px;
  font-weight: bold;
  display: block;
  margin-top: 140px;
}
.pro-app ul li:hover img {
  transform: scale(1.1);
  opacity: 1;
}
.pro-app ul li:hover em {
  color: #cc261d;
}
.pro-ptn {
  padding: 100px 0;
}
.pro-ptn .tit p {
  font-size: 55px;
  font-weight: lighter;
}
.pro-ptn .tit hr {
  width: 40px;
  border-top: 1px solid #e2e2e2;
}
.pro-ptn .tit span {
  font-size: 33px;
  font-weight: bold;
  margin-top: 10px;
}
.pro-ptn .box {
  margin-top: 40px;
}
.inquiry-w {
  background: url(../images/inquiry-bg.jpg);
  background-size: cover;
}
.inquiry-w .page {
  max-width: 1450px;
  height: 850px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.inquiry-w .page form {
  width: 100%;
  display: flex;
  align-items: center;
  border: 2px solid #e4e7eb;
  margin-top: 70px;
  line-height: 95px;
  border-radius: 25px;
  font-size: 28px;
  color: #666;
}
.inquiry-w .page form p {
  width: 350px;
  text-align: center;
  background-color: rgba(210, 210, 210, 0.5);
  border-radius: 25px;
}
.inquiry-w .page form input {
  flex: 1;
  border: none;
  padding: 0 60px;
  background-color: transparent;
  line-height: 95px;
  font-size: 28px;
}
.inquiry-w .page form button {
  width: 310px;
  border-radius: 25px;
  background-color: #0042b8;
  color: #fff;
  line-height: 95px;
  font-size: 28px;
  cursor: pointer;
}
.inquiry-w .page form button:hover {
  background-color: #cc261d;
}
.adv-page .anchor {
  transform: translateY(-90px);
}
.adv-page .xbt {
  margin-top: 20px;
  text-align: center;
}
.adv-page .xbt p {
  font-size: 24px;
  font-weight: lighter;
  line-height: 1.5;
}
.adv-page .xbt span {
  font-weight: lighter;
  line-height: 1.5;
  margin-top: 5px;
}
.adv-page .s1 {
  padding: 100px 0;
}
.adv-page .s1 .page {
  max-width: 1350px;
}
.adv-page .s1 ul {
  margin-top: 60px;
  display: flex;
}
.adv-page .s1 ul li {
  flex: 1;
  margin-right: 30px;
  background-color: #f7f8f8;
  padding: 50px 50px;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.adv-page .s1 ul li:last-child {
  margin-right: 0;
}
.adv-page .s1 ul li .ico {
  margin: 0 auto;
  width: 135px;
  height: 135px;
  border-radius: 50%;
  border: 2px solid #c6a47f;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #fff;
}
.adv-page .s1 ul li .ico::after {
  content: '';
  width: 160px;
  height: 160px;
  border: 2px dotted #c6a47f;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.adv-page .s1 ul li hr {
  margin: 40px auto 25px;
  width: 60px;
  height: 2px;
  background-color: #c6a47f;
}
.adv-page .s1 ul li p {
  font-size: 20px;
  line-height: 1.875;
}
.adv-page .s1 ul li:hover {
  background-color: #cc261d;
  color: #fff;
}
.adv-page .s2 {
  padding: 100px 0 150px;
}
.adv-page .s2 .page {
  max-width: none;
}
.adv-page .s2 .tj-list {
  margin-top: 50px;
}
.adv-page .s2 .tj-list li {
  display: flex;
}
.adv-page .s2 .tj-list li .pic {
  width: 55%;
}
.adv-page .s2 .tj-list li .pic:hover img {
  transform: scale(1.05);
}
.adv-page .s2 .tj-list li .text {
  flex: 1;
  padding-top: 5%;
  margin-right: 40px;
}
@media screen and (max-width: 1600px) {
  .adv-page .s2 .tj-list li .text {
    padding-right: 0;
  }
}
.adv-page .s2 .tj-list li .text h5 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: right;
  padding-right: 90px;
  background: url(../images/tj-arrow.png) no-repeat right center;
}
.adv-page .s2 .tj-list li .text h6 {
  text-align: right;
  font-size: 30px;
}
.adv-page .s2 .tj-list li .text .text1 {
  margin-top: 50px;
  color: #4b4b4b;
  line-height: 2;
}
.adv-page .s2 .btn {
  position: absolute;
  right: calc(55% + 40px);
  bottom: 20px;
  z-index: 11;
  display: flex;
  align-items: center;
}
.adv-page .s2 .btn .iconfont {
  margin-left: 15px;
  text-transform: uppercase;
  color: #4da8b5;
  cursor: pointer;
}
.adv-page .s2 .btn .iconfont:hover {
  color: #cc261d;
}
.adv-page .s3 {
  padding: 50px 0;
  background: url(../images/adv3-bg.jpg) no-repeat center 310px;
}
.adv-page .s3 .page {
  max-width: 1200px;
}
.adv-page .s3 .s3-box {
  margin-top: 175px;
}
.adv-page .s3 .s3-box li {
  padding: 15px;
}
.adv-page .s3 .s3-box li a {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.adv-page .s3 .s3-box li .text {
  padding: 25px 25px 50px;
  line-height: 1.75;
  color: #333;
}
.adv-page .s3 .s3-box li .text p {
  font-size: 18px;
  font-weight: bold;
}
.adv-page .s3 .s3-box li .text span {
  margin-top: 30px;
  font-size: 18px;
  font-weight: bold;
}
.adv-page .s3 .s3-box li:hover img {
  transform: scale(1.05);
}
.adv-page .s4 {
  padding: 80px 0 0;
}
.adv-page .s4 .tit-box {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.adv-page .s4 .tit-box .tit p {
  font-size: 54px;
  position: relative;
  color: #cc261d;
  text-transform: uppercase;
}
.adv-page .s4 .tit-box .tit span {
  font-size: 20px;
  margin-top: 10px;
  color: #cc261d;
  text-transform: uppercase;
}
.adv-page .s4 .tit-box .tit em {
  font-size: 22px;
  color: #515151;
  line-height: 1.875;
  display: block;
  margin-top: 30px;
}
.adv-page .s4 .tit-box .tit hr {
  width: 90px;
  height: 10px;
  background-color: #cc261d;
  border-radius: 5px;
  margin-top: 20px;
}
.adv-page .s4 .tit-box .swiper {
  width: auto;
  margin: 0;
  margin-bottom: 20px;
}
.adv-page .s4 .tit-box ul {
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.adv-page .s4 .tit-box ul li {
  width: 180px !important;
  height: 45px;
  line-height: 45px;
  border-radius: 25px;
  text-align: center;
  border: 1px solid #cc261d;
  margin: 0 -20px;
  background-color: #fff;
}
.adv-page .s4 .tit-box ul li:nth-child(1) {
  z-index: 6;
}
.adv-page .s4 .tit-box ul li:nth-child(2) {
  z-index: 5;
}
.adv-page .s4 .tit-box ul li:nth-child(3) {
  z-index: 4;
}
.adv-page .s4 .tit-box ul li:nth-child(4) {
  z-index: 3;
}
.adv-page .s4 .tit-box ul li:nth-child(5) {
  z-index: 2;
}
.adv-page .s4 .tit-box ul li:nth-child(6) {
  z-index: 1;
}
.adv-page .s4 .tit-box ul li:nth-child(n+2) {
  padding-left: 20px;
}
.adv-page .s4 .tit-box ul li:nth-child(n+2) a {
  padding: 0 2px 0 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}
.adv-page .s4 .tit-box ul li:hover {
  background-color: #cc261d;
}
.adv-page .s4 .tit-box ul li:hover a {
  color: #fff;
}
.adv-page .s4 .tit-box ul .swiper-slide-thumb-active {
  background-color: #cc261d;
}
.adv-page .s4 .tit-box ul .swiper-slide-thumb-active a {
  color: #fff;
}
.adv-page .s4 .btm-more {
  margin-top: 70px;
  display: flex;
  align-items: center;
  padding-left: 30px;
}
.adv-page .s4 .btm-more h5 {
  width: 72%;
  min-width: 870px;
  font-size: 20px;
  line-height: 1.875;
}
.adv-page .s4 .btm-more a {
  width: 65px;
  line-height: 65px;
  text-align: center;
  background-color: #cc261d;
  color: #fff;
  font-size: 22px;
  border-radius: 50%;
  padding-left: 4px;
  margin: 0 0 0 auto;
  position: relative;
}
.adv-page .s4 .btm-more a::before {
  content: '';
  width: 15px;
  height: 7px;
  background-color: #cc261d;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  right: 135px;
  transform: translateY(-50%);
}
.adv-page .s4 .btm-more a:hover {
  opacity: 0.85;
}
.adv-page .s4 .tech-con {
  margin-top: 50px;
}
.adv-page .s4 .tech-con ul {
  display: flex;
}
.adv-page .s4 .tech-con ul li img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.adv-page .s4 .tech-con ul li:nth-child(1) {
  margin-right: 70px;
  flex: 2.15;
}
.adv-page .s4 .tech-con ul li:nth-child(1) .pic {
  position: relative;
  overflow: visible;
}
.adv-page .s4 .tech-con ul li:nth-child(1) .pic::after {
  content: '';
  width: 99px;
  height: 99px;
  background: url(../images/tech-ico.png) no-repeat center;
  position: absolute;
  left: 99px;
  bottom: -50px;
}
.adv-page .s4 .tech-con ul li:nth-child(2) {
  flex: 1;
}
.adv-page .s4 .tech-con ul li .text {
  color: #515151;
}
.adv-page .s4 .tech-con ul li .text p {
  font-size: 30px;
  margin: 80px 0 35px;
  letter-spacing: 2px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.adv-page .s4 .tech-con ul li .text span {
  padding-top: 25px;
  border-top: 1px solid #e2e2e2;
  font-size: 14px;
  font-family: "宋体";
  line-height: 2;
}
.join-page {
  padding: 100px 0 80px;
}
.join-page .job {
  padding: 130px 0;
}
.join-page .job .page {
  max-width: none;
}
.join-page .job .con {
  margin-top: 80px;
  font-size: 24px;
  line-height: 2;
}
.join-page .join_us .tit {
  text-align: center;
}
.join-page .join_us .tit p {
  font-size: 50px;
}
.join-page .join_us .tit hr {
  width: 130px;
  height: 3px;
  background-color: #cc261d;
  margin: 30px auto 0;
}
.join-page .join_us .box {
  margin-top: 80px;
}
.join-page .join_us .box ul {
  display: flex;
  flex-wrap: wrap;
}
.join-page .join_us .box ul li {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
}
.join-page .join_us .box ul li:nth-child(3n) {
  margin-right: 0;
}
.join-page .join_us .box ul li p {
  width: 170px;
  font-size: 25px;
}
.join-page .join_us .box ul li input {
  flex: 1;
  line-height: 50px;
  border: 1px solid #c6a47f;
}
.join-page .join_us .box ul li:nth-child(3n - 1) {
  padding: 0 25px;
}
.join-page .join_us .box ul li:nth-child(3n - 1) p {
  width: 120px;
}
.join-page .join_us .box input[type="submit"] {
  width: 300px;
  line-height: 80px;
  text-align: center;
  margin: 80px auto 0;
  background-color: #cc261d;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
}
.join-page .join_us .box input[type="submit"]:hover {
  opacity: 0.85;
}
.news_page {
  padding-top: 80px;
}
.news_page .page {
  max-width: none;
}
.news_page .wz-bt {
  text-align: left;
}
.news_page .date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  font-weight: lighter;
  color: #939393;
  padding-right: 20px;
}
.news_page .focus {
  padding: 100px 0;
}
.news_page .focus .focus-con {
  margin-top: 80px;
}
.news_page .focus .focus-con li a {
  display: flex;
  align-items: center;
}
.news_page .focus .focus-con li .pic {
  width: 60%;
  margin-right: 50px;
}
.news_page .focus .focus-con li .pic img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
.news_page .focus .focus-con li .pic:hover img {
  transform: scale(1.1);
}
.news_page .focus .focus-con li .text {
  flex: 1;
}
.news_page .focus .focus-con li .text p {
  font-size: 30px;
  height: 130px;
}
.news_page .focus .focus-con li .text span {
  margin-top: 30px;
  font-size: 20px;
  color: #666464;
  line-height: 1.75;
}
.news_page .focus .focus-con li .text .more {
  width: 180px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #c6a47f;
  margin-top: 80px;
}
.news_page .focus .focus-con li .text .more:hover {
  background-color: #cc261d;
  color: #fff;
}
.news_page .hangye {
  padding: 100px 0 20px;
  background-color: #f7f8f8;
}
.news_page .hangye ul {
  margin-top: 80px;
}
.news_page .hangye ul li {
  margin-bottom: 80px;
}
.news_page .hangye ul li a {
  display: flex;
  align-items: center;
}
.news_page .hangye ul li .pic img {
  width: 430px;
  height: 280px;
  object-fit: cover;
}
.news_page .hangye ul li .text {
  flex: 1;
  margin-left: 50px;
}
.news_page .hangye ul li .text p {
  font-size: 30px;
  height: 100px;
}
.news_page .hangye ul li .text span {
  margin-bottom: 30px;
  font-size: 20px;
  color: #666464;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news_page .jt {
  padding: 100px 0;
}
.news_page .jt .jt-con {
  margin-top: 60px;
}
.news_page .jt .jt-con p {
  font-size: 30px;
  height: 100px;
  margin-top: 40px;
}
.news_page .jt .jt-con span {
  margin-top: 30px;
  font-size: 20px;
  color: #666464;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.news_page .mt {
  padding: 100px 0;
  background-color: #f7f8f8;
}
.news_page .mt .mt-con {
  margin-top: 80px;
}
