/* 内页 */
.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: #e60012;
}
.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: #e60012;
  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: #e60012;
  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: #e60012;
}
.pag-bar .page-num-current {
  border-color: #e60012;
  background-color: #e60012;
  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 {
  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: #e60012;
  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: #e60012;
  color: #fff;
}
.pro-nav {
  margin-bottom: 100px;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 10px 0 30px;
  display: flex;
  align-items: center;
}
.pro-nav .lf {
  flex: 1;
  margin-right: 100px;
}
.pro-nav .lf h3 {
  font-size: 28px;
}
.pro-nav .lf h5 {
  font-size: 21px;
}
.pro-nav .rg {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.pro-nav .rg a {
  padding: 0 30px;
  line-height: 40px;
  text-align: center;
  margin-top: 20px;
  border: 1px solid #e60012;
  border-radius: 10px;
  font-size: 18px;
}
.pro-nav .rg a:nth-child(1) {
  background-color: #e60012;
  color: #fff;
}
.pro-nav .rg a:nth-child(1):hover {
  opacity: 0.85;
}
.pro-nav .rg a:nth-child(2):hover {
  background-color: #e60012;
  color: #fff;
  opacity: 0.85;
}
.pro-nav .con {
  display: flex;
  line-height: 60px;
}
.pro-nav .con ul {
  margin-left: 30px;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  font-size: 17px;
}
.pro-nav .con ul li {
  width: 25%;
}
.pro-nav .con ul li a {
  padding-right: 20px;
  padding-left: 40px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pro-nav .con ul 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 ul li a::before {
  content: '';
  width: 14px;
  height: 14px;
  background-color: #e60012;
  border-radius: 50%;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.pro-nav .con ul li:hover a::after {
  border-color: #e60012;
}
.pro-nav .con ul li:hover a::before {
  display: block;
}
.pro-nav .con ul .on a::after {
  border-color: #e60012;
}
.pro-nav .con ul .on a::before {
  display: block;
}
.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.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  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: #e60012;
}
.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: #e60012;
}
.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: #e60012;
  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: #e60012;
  border-color: #e60012;
}
.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: #e60012;
}
.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: #f2f2f2;
  padding: 60px 10px;
  position: relative;
}
.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;
  width: 360px;
}
.pro-detail .row .description h2 {
  font-size: 40px;
  margin-top: 20px;
}
.pro-detail .row .description .det-l {
  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: 1.875;
}
.pro-detail .row .description .det-l .btn {
  margin-top: 20px;
}
.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: #e60012;
  color: #fff;
}
.pro-detail .row .description .det-l .btn a:nth-child(2) {
  background-color: #e60012;
  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: #e60012;
  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 li {
  padding: 38px 60px;
  position: relative;
  margin-bottom: 70px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  border-radius: 25px;
  transition: all 0.5s;
  display: flex;
}
.news-list li .pic {
  width: 300px;
  height: 300px;
  margin-right: 40px;
  position: relative;
}
.news-list li .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.news-list li .pic .news-pic {
  background-color: #fff;
  filter: contrast(95%);
}
.news-list li .pic .date {
  width: 135px;
  line-height: 35px;
  background-color: rgba(5, 84, 172, 0.7);
  color: #fff;
  text-align: center;
  font-size: 13px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.news-list li .pic:hover img {
  transform: scale(1.1);
}
.news-list li .text {
  flex: 1;
  position: relative;
}
.news-list li .text p {
  font-size: 26px;
  margin: 30px 0 50px;
}
.news-list li .text span {
  line-height: 38px;
  color: #707070;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.news-list li .text a {
  position: absolute;
  top: 30px;
  right: 20px;
  font-size: 13px;
  padding: 10px 25px;
  border-radius: 30px;
  color: #707070;
  border: 1px solid #ccc;
  transition: all 0.3s linear;
}
.news-list li .text a:hover {
  background-color: #e60012;
  border-color: #e60012;
  color: #fff;
}
.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: #e60012;
}
.news-list1 li:hover .date {
  background-color: #e60012;
}
.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: #e60012;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.news-right ul h6 i {
  color: #e60012;
}
.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: #e60012;
}
.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: #e60012;
  color: #fff;
  border-color: #e60012;
}
.contact-w {
  display: flex;
  align-items: center;
  padding: 50px 0;
}
.contact-w .lf {
  width: 50%;
}
.contact-w .rg {
  margin-left: 50px;
  flex: 1;
}
.contact-w .rg img {
  margin: 0 auto;
}
.contact-w .rg .info {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-w .rg .info li {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  line-height: 45px;
  font-size: 17px;
  padding: 0 15px;
}
.contact-w .rg .info li i {
  font-size: 20px;
  color: #e60012;
  margin-right: 8px;
}
.contact-w .rg .btm ul {
  margin: 50px auto;
  width: 90%;
  height: 80px;
  background-color: #616161;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.contact-w .rg .btm ul li {
  width: 50px;
  height: 50px;
  margin: 0 15px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
}
.contact-w .rg .btm ul li i {
  font-size: 30px;
  color: #fff;
  line-height: 50px;
}
.contact-w .rg .btm .wx img {
  width: 170px;
  border: 1px solid #e2e2e2;
}
.message-w {
  padding: 60px 0;
  background: url(../images/message-bg.jpg);
  background-size: cover;
}
.message-w .page {
  max-width: 1300px;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 50px 40px;
}
.message-w .lf {
  flex: 1;
  padding: 0 50px;
}
.message-w .lf h5 {
  font-size: 38px;
}
.message-w .lf hr {
  width: 100px;
  height: 8px;
  background-color: #e60012;
  margin: 30px 0;
}
.message-w .lf p {
  line-height: 1.875;
}
.message-w .lf a {
  width: 320px;
  line-height: 70px;
  text-align: center;
  font-size: 24px;
  background-color: #e60012;
  color: #fff;
  margin-top: 40px;
}
.message-w .lf a:hover {
  opacity: 0.8;
}
.message-w form {
  flex: 1;
  border: 8px solid #c1c5cb;
}
.message-w form .tit {
  text-align: center;
  border-bottom: 2px solid #dadce0;
  line-height: 1.5;
  padding: 10px 0;
}
.message-w form .tit p {
  font-size: 26px;
}
.message-w form .tit span {
  font-size: 13px;
}
.message-w .form-con {
  padding: 20px;
}
.message-w .form-con input,
.message-w .form-con textarea {
  width: 100%;
  border: none;
  background-color: #f2f2f2;
  padding: 15px;
  line-height: 30px;
}
.message-w .form-con textarea {
  resize: none;
}
.message-w .form-con p {
  font-size: 15px;
  line-height: 2;
}
.message-w .form-con ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.message-w .form-con ul li {
  width: 30%;
}
.message-w input[type="submit"] {
  width: 120px;
  line-height: 50px;
  background-color: #e60012;
  text-align: center;
  color: #fff;
  cursor: pointer;
  padding: 0;
  margin: 20px 0 0 auto;
}
.message-w input[type="submit"]:hover {
  opacity: 0.8;
}
.company_profile {
  display: flex;
}
.company_profile .lf .tit p {
  font-size: 30px;
  text-transform: capitalize;
  display: block;
  line-height: 40px;
  padding: 20px 0 0;
  font-weight: lighter;
}
.company_profile .lf .tit span {
  font-size: 30px;
  line-height: 40px;
  padding: 0 0 30px;
  font-weight: normal;
}
.company_profile .rg {
  flex: 1;
  padding: 60px;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
}
.company_profile .rg h1 {
  font-size: 32px;
  line-height: 30px;
  padding: 0 15px 40px;
  border-bottom: 1px solid #f3edf0;
  margin-bottom: 30px;
  color: #e60012;
}
.company_profile .rg .text {
  height: 420px;
  overflow-y: auto;
  line-height: 2.5;
  color: #666;
  padding: 0 15px;
}
.company_profile .rg .text::-webkit-scrollbar {
  width: 3px;
}
.company_profile .rg .text::-webkit-scrollbar-button {
  display: none;
}
.company_profile .rg .text::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
.company_profile .rg .text::-webkit-scrollbar-thumb {
  background-color: #e60012;
}
.case_con .tit {
  text-align: center;
}
.case_con .tit h2 {
  font-size: 48px;
}
.case_con .tit p {
  font-size: 28px;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
  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: #e60012;
}
.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: #003da5;
}
