﻿.container-fluid {
  padding: 0;
}

button:focus,
button:active:focus,
button.active:focus,
button.focus,
button:active.focus,
button.active.focus {
  outline: none !important;
  box-shadow: none !important;
}

ul {
  list-style: none;
  padding: 0;
}

.img-fluid {
  width: 100%;
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
}

.p-3 {
  padding: 0 !important;
}

.jishu {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
}

.section1 {
  display: flex;
  align-content: stretch;
}
.section1 .section1-left {
  width: 55.47%;
}
.section1 .section1-right {
  padding: 10px 15px 15px 30px;
}
.section1 .section1-right .bread-nav a{
  font-size: 16px;
  line-height: 26px;
  font-family: OpenSans;
  color: #000;
}
.section1 .section1-right h1 {
  font-size: 48px;
  line-height: 60px;
  font-family: OpenSans;
  font-weight: bold;
  color: #000;
  margin-top: 46px;
}
.section1 .section1-right .line1 {
  font-size: 16px;
  line-height: 26px;
  font-family: OpenSans;
  color: #000;
  font-weight: bold;
  margin-top: 40px;
}
.section1 .section1-right .line2 {
  font-size: 16px;
  line-height: 26px;
  font-family: OpenSans;
  color: #333;
  margin-top: 20px;
}
.section1 .section1-right .line3 {
  font-size: 16px;
  line-height: 26px;
  font-family: OpenSans;
  color: #333;
  margin-top: 40px;
}
.section1 .section1-right .line3 b {
  color: #000;
}
.section1 .section1-right .btn-group {
  font-size: 18px;
  line-height: 26px;
  font-family: OpenSans;
  margin-top: 40px;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
.section1 .section1-right .btn-group .btn-left {
  color: #fff;
  border-radius: 22px;
  padding: 9px 0;
  width: 260px;
  text-align: center;
  transition: 0.5s;
  background-image: linear-gradient(to right, #fb3a4a, #fe4754);
  text-decoration: none;
  background-size: 200% auto;
  transition: 0.5s;
}
.section1 .section1-right .btn-group .btn-left:hover {
  background-image: linear-gradient(to right, #f60e10 0%, #bd2e32 51%, #fe4754 100%);
  background-position: center right;
}
.section1 .section1-right .btn-group .btn-right {
  color: #fff;
  border-radius: 22px;
  padding: 9px 0;
  width: 260px;
  text-align: center;
  background-image: linear-gradient(to right, #1f2f48, #28374f);
  text-decoration: none;
  background-size: 200% auto;
  transition: 0.5s;
}
.section1 .section1-right .btn-group .btn-right:hover {
  background-image: linear-gradient(to right, #000428 0%, #0e477a 51%, #000428 100%);
  background-position: center right;
}
.section1 .section1-right .line4 a {
  font-size: 16px;
  line-height: 26px;
  font-family: OpenSans;
  color: #000;
}
.section1 .section1-right .line4 a img {
  width: 27px;
  height: 21px;
}
.section1 .section1-right .line4 a:first-child {
  margin-right: 60px;
}
.section1 .section1-content {
  display: none;
}
.section1 .section1-content .content-left {
  width: 100%;
  margin: 0 auto;
}
.section1 .section1-content .content-right {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0 50px 0;
}
.section1 .section1-content .content-right h1 {
  margin-top: 20px;
  font-size: 48px;
  line-height: 60px;
  font-family: OpenSans;
  font-weight: bold;
  color: #000;
}
.section1 .section1-content .content-right .line1 {
  margin-top: 20px;
  font-size: 16px;
  line-height: 26px;
  font-family: OpenSans;
  color: #000;
  font-weight: bold;
}
.section1 .section1-content .content-right .line2 {
  margin-top: 20px;
  font-size: 16px;
  line-height: 26px;
  font-family: OpenSans;
  color: #333;
}
.section1 .section1-content .content-right .line3 {
  margin-top: 20px;
  font-size: 16px;
  line-height: 26px;
  font-family: OpenSans;
  color: #333;
}
.section1 .section1-content .content-right .line3 b {
  color: #000;
}
.section1 .section1-content .content-right .btn-group {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 26px;
  font-family: OpenSans;
  display: flex;
}
.section1 .section1-content .content-right .btn-group .btn-left {
  color: #fff;
  background: #fb3a4a;
  border-radius: 22px;
  padding: 9px 0;
  width: 260px;
  text-align: center;
  margin-right: 55px;
}
.section1 .section1-content .content-right .btn-group .btn-right {
  color: #fff;
  background: #1f2f48;
  border-radius: 22px;
  padding: 9px 0;
  width: 260px;
  text-align: center;
}
.section1 .section1-content .content-right .line4 a {
  font-size: 16px;
  line-height: 26px;
  font-family: OpenSans;
  color: #000;
}
.section1 .section1-content .content-right .line4 a img {
  width: 27px;
  height: 21px;
}
.section1 .section1-content .content-right .line4 a:first-child {
  margin-right: 60px;
}

.section2 {
  background: #1f2f48;
}
.protedianhide {
  display: none;
}
.section2 .container {
  padding: 92px 15px;
}
.section2 .container h1 {
  font-size: 36px;
  line-height: 46px;
  font-family: OpenSans;
  color: #fff;
}
.section2 .container .section2-list {
  margin-top: 40px;
}
.section2 .container .section2-list .accordion-item {
  border: none;
  border-radius: 0;
  margin-bottom: 5px;
}
.section2 .container .section2-list .accordion-item .accordion-header {
  border: none;
}
.section2 .container .section2-list .accordion-item .accordion-header .accordion-button {
  font-size: 18px;
  line-height: 26px;
  font-family: OpenSans;
  padding: 0.9rem 1.25rem 0.95rem 1.9rem;
}
.section2 .container .section2-list .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #fb3a4a;
  box-shadow: none;
  border-radius: 0;
  font-weight: bold;
}
.section2 .container .section2-list .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url(../images/section2_icon1.png);
  transform: rotate(0deg);
}
.section2 .container .section2-list .accordion-item .accordion-header .accordion-button::after {
  flex-shrink: 0;
  width: 17px;
  height: 17px;
  margin-left: auto;
  content: "";
  background-image: url(../images/section2_icon2.png);
  background-repeat: no-repeat;
  background-size: 17px;
  transition: transform 0.2s ease-in-out;
}
.section2 .container .section2-list .accordion-item .accordion-collapse {
  margin-top: -1px;
}
.section2 .container .section2-list .accordion-item .accordion-collapse .accordion-body {
  padding: 0.9rem 1.25rem 0.95rem 1.9rem;
  color: #fff;
  background-color: #fb3a4a;
  font-size: 16px;
  line-height: 26px;
  font-family: OpenSans;
}

.section3 {
  display: flex;
  justify-content: flex-end;
}
.proshowhide {
  display: none;
}
.section3 .section3-left {
  color: #333;
  padding: 70px 70px 30px 15px;
}
.section3 .content-text {
 width: auto !important;
}
.section3 .section3-left h1 {
  font-size: 48px;
  font-family: OpenSans;
  font-weight: bold;
}
.section3 .section3-left p {
  font-size: 16px;
  line-height: 28px;
  font-family: OpenSans;
  margin-top: 35px;
}
.section3 .section3-right {
  width: 43.265%;
}
.section3 .section3-content {
  display: none;
}
.section3 .section3-content .content-left {
  color: #333;
  padding: 50px 0px 30px 0px;
}
.section3 .section3-content .content-left h1 {
  font-size: 48px;
  font-family: OpenSans;
  font-weight: bold;
}
.section3 .section3-content .content-left p {
  font-size: 16px;
  line-height: 28px;
  font-family: OpenSans;
  margin-top: 25px;
}

.section4 {
  background: url(../images/section4_bg.jpg) no-repeat;
  background-size: 100% 100%;
}
.section4 .container {
  padding: 70px 15px;
}
.section4 .container h1 {
  font-size: 48px;
  font-family: OpenSans;
  color: #333;
  text-align: center;
}
.section4 .container .section4-list {
  display: flex;
  margin-top: 40px;
  margin-bottom: 50px;
}
.section4 .container .section4-list .list-item {
  overflow: hidden;
  padding: 0 2.5px;
}
.section4 .container .section4-list .list-item .img-box {
  width: 100%;
  overflow: hidden;
  display: block;
}
.section4 .container .section4-list .list-item .img-box img {
  transition: all 0.6s ease 0s;
  transform: scale(1);
}
.section4 .container .section4-list .list-item .img-box img:hover {
  transform: scale(1.02);
}
.section4 .container .section4-list li:nth-child(1) {
  padding-left: 0;
}
.section4 .container .section4-list li:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section4 .container .section4-list li:nth-child(3) {
  display: flex;
  flex-direction: column;
  padding-right: 0;
  justify-content: space-between;
}
.section4 .container .section4-button {
  border-radius: 30px;
  width: 450px;
  padding: 10px 0;
  font-size: 24px;
  font-family: OpenSans;
  font-weight: bold;
  color: #fff;
  display: block;
  text-align: center;
  margin: 0 auto;
  background-image: #238be2;
  text-decoration: none;
  background-size: 200% auto;
  transition: 0.5s;
}
.section4 .container .section4-button:hover {
  background-image: #238be2;
  background-position: center right;
}

.section5 {
  padding: 60px 15px 80px 15px;
}
.section5 h1 {
  font-size: 48px;
  font-family: OpenSans;
  text-align: center;
  color: #333;
}
.section5 .table-content {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
}
.section5 .table-content .section5-table {
  margin-top: 40px;
  min-width: 600px;
  width: 100%;
}
.section5 .table-content .section5-table thead tr {
  font-size: 18px;
  line-height: 28px;
  font-family: OpenSans;
  background: #1f2f48;
  color: #fff;
  font-weight: bold;
}
.section5 .table-content .section5-table thead tr th {
  text-align: center;
  padding: 16px 0;
}
.section5 .table-content .section5-table thead tr .btnn {
  color: #1f2f48;
}
.section5 .table-content .section5-table tbody .large-item td {
  text-align: center;
}
.section5 .table-content .section5-table tbody .large-item .model {
  font-size: 18px;
  line-height: 26px;
  font-family: OpenSans;
  font-weight: bold;
  color: #333;
  height: 60px;
}
.section5 .table-content .section5-table tbody .large-item .bg-hui {
  background: #ececec;
}
.section5 .table-content .section5-table tbody .large-item .cell1 {
  font-size: 18px;
  line-height: 44px;
  font-family: OpenSans;
  display: none;
}
.section5 .table-content .section5-table tbody .item1::after {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  content: "";
  background-image: url(../images/table_icon.png);
  background-repeat: no-repeat;
  background-size: 22px;
  transition: transform 0.2s ease-in-out;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  position: absolute;
  right: 15px;
  top: 5px;
  cursor: pointer;
}
.section5 .table-content .section5-table tbody .item1 {
  position: relative;
}
.section5 .table-content .section5-table tbody .item2 {
  border-bottom: 1px solid #ececec;
}
.section5 .table-content .section5-table tbody .active .cell1 {
  display: table-cell;
}
.section5 .table-content .section5-table tbody .active .model {
  height: auto;
}
.section5 .table-content .section5-table tbody .active::after {
  background-image: url(../images/table_icon1.png);
}

.section6 {
  background: #1f2f48;
  padding: 80px 0px 60px 0px !important;
}
.section6 h1 {
  font-size: 48px;
  font-family: OpenSans;
  color: #fff;
  text-align: center;
}
.section6 .section6-list {
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: space-between;
  margin-top: 40px;
}
.section6 .section6-list li .card {
  border: none;
  border-radius: 0;
  background: none;
}
.section6 .section6-list li .card .img-box {
  width: 100%;
  overflow: hidden;
  display: block;
}
.section6 .section6-list li .card .img-box img {
  transition: all 0.6s ease 0s;
  transform: scale(1);
}
.section6 .section6-list li .card .img-box img:hover {
  transform: scale(1.02);
}
.section6 .section6-list li .card .card-body {
  padding: 16px 15px;
}
.section6 .section6-list li .card .card-body .card-text {
  color: #fff;
  font-size: 24px;
  font-family: OpenSans;
  text-align: center;
  padding: 0;
  display: block;
}
.section6 .section6-list li .card .card-body .card-text:hover {
  color: #fb3a4a;
}


.section7 h1 {
  font-size: 48px;
  font-family: OpenSans;
  color: #333;
  text-align: center;
  padding-top: 60px;
}
.section7 .section7-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  justify-content: space-between;
  margin-bottom: 80px;
}
.section7 .section7-list .section7-item {
  position: relative;
  background: #ffffff;
  box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.18);
  border-radius: 0px;
  overflow: hidden;
}
.section7 .section7-list .section7-item span {
  width: 120px;
  height: 120px;
  font-size: 48px;
  font-family: OpenSans;
  color: #fff;
  font-weight: bold;
  position: absolute;
  background: #fb3a4a;
  left: -60px;
  top: -60px;
  border-radius: 50%;
  padding-top: 50px;
  padding-left: 70px;
}
.section7 .section7-list .section7-item p {
  color: #333;
  font-size: 16px;
  line-height: 28px;
  font-family: OpenSans;
  padding: 45px 50px 46px 60px;
}
.section7 .section7-list .active {
  background: #fb3a4a;
}
.section7 .section7-list .active span {
  background: #fff;
  color: #fb3a4a;
}
.section7 .section7-list .active p {
  color: #fff;
}
.section7 .section7-service {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.section7 .section7-service .section7-bg {
  width: 100%;
}
.section7 .section7-service .service-right {
  position: absolute;
  background: rgb(31, 47, 72);
  width: 50%;
  padding: 70px 60px 130px 80px;
  color: #fff;
  font-family: OpenSans;
  opacity: 0.9;
  height: 100%;
}
.section7 .section7-service .service-right h4 {
  font-size: 48px;
}
.section7 .section7-service .service-right .line1 {
  font-size: 18px;
  margin-bottom: 45px;
  margin-top: 0;
}
.section7 .section7-service .service-right .line2 {
  font-size: 24px;
  line-height: 28px;
  margin-top: 30px;
}
.section7 .section7-service .service-right .line2 strong {
  font-size: 60px;
  color: #fb3a4a;
  line-height: 60px;
  display: inline-block;
  transform: skewX(-15deg);
}
.section7 .section7-service .service-right p:nth-child(3) {
  padding-left: 15px;
}
.section7 .section7-service .service-right p:nth-child(3) strong {
  margin-right: 10px;
}
.section7 .section7-service .service-right .line3 {
  font-size: 24px;
  line-height: 28px;
  padding-left: 75px;
  margin-top: 10px;
}
.section7 .section7-service .service-right .line4 {
  padding-left: 20px;
}
.section7 .section7-service .service-right .line4 img {
  width: 22px;
  height: 77px;
}

.section8 {
  padding: 65px 15px !important;
}
.section8 h1 {
  font-size: 48px;
  font-family: OpenSans;
  color: #333;
  text-align: center;
}
.section8 .section8-swiper {
  margin-top: 40px;
  position: relative;
}
.section8 .section8-swiper .swiper-wrapper .swiper-slide .img-box {
  width: 100%;
  overflow: hidden;
  display: block;
}
.section8 .section8-swiper .swiper-wrapper .swiper-slide .img-box img {
  transition: all 0.6s ease 0s;
  transform: scale(1);
}
.section8 .section8-swiper .swiper-wrapper .swiper-slide .img-box img:hover {
  transform: scale(1.02);
}
.section8 .section8-swiper .swiper-wrapper .swiper-slide .img-text {
  display: block;
  font-size: 24px;
  line-height: 28px;
  font-family: OpenSans;
  color: #000;
  text-align: center;
  padding: 20px 0;
}
.section8 .section8-swiper .swiper-wrapper .swiper-slide .img-text:hover {
  color: #fb3a4a;
}
.section8 .swiper-button-next::after {
  color: #fb3a4a;
  font-size: 40px !important;
}
.section8 .swiper-button-prev::after {
  color: #fb3a4a;
  font-size: 40px !important;
}
.section8 .swiper-button-next {
  font-weight: bold;
  position: absolute;
  top: 37%;
}
.section8 .swiper-button-prev {
  font-weight: bold;
  position: absolute;
  top: 37%;
}

.message .container {
  padding: 0 15px;
}

.footer {
  margin-top: 0 !important;
}

@media (max-width: 387px) {
  .section1 .section1-content .content-right .btn-group {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .section1 .section1-content .content-right .btn-group a:first-child {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .section4 .container .section4-button {
    font-size: 18px !important;
  }
}
@media (max-width: 487px) {
  .section1 .section1-content .content-right h1 {
    font-size: 30px !important;
    line-height: 44px !important;
  }
  .section1 .section1-content .content-right .line4 {
    display: flex;
    flex-direction: column;
  }
  .section1 .section1-content .content-right .line4 a:first-child {
    margin-bottom: 10px;
  }
  .section4 .container .section4-list {
    flex-wrap: wrap;
  }
  .section4 .container .section4-list .list-item {
    width: 100% !important;
    padding: 0 !important;
  }
  .section4 .container .section4-list li:nth-child(2) {
    margin-top: 5px;
  }
  .section4 .container .section4-list li:nth-child(2) .img-box:nth-child(2) {
    margin-top: 5px;
  }
  .section4 .container .section4-list li:nth-child(3) {
    width: 100% !important;
    flex-direction: column !important;
    margin-top: 5px;
  }
  .section4 .container .section4-list li:nth-child(3) .img-box {
    width: 100% !important;
  }
  .section4 .container .section4-list li:nth-child(3) .img-box:nth-child(1) {
    padding-right: 0 !important;
  }
  .section4 .container .section4-list li:nth-child(3) .img-box:nth-child(2) {
    margin-top: 5px;
    padding-left: 0 !important;
  }
  .section4 .container .section4-button {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .section1 .section1-content .content-right .btn-group .btn-left {
    width: 200px;
    margin-right: 30px;
  }
  .section1 .section1-content .content-right .btn-group .btn-right {
    width: 200px;
  }
  .section1 .section1-content .content-right .line4 a:first-child {
    margin-right: 40px;
  }
}
@media (max-width: 767px) {
  .section1 .section1-content .content-right h1 {
    font-size: 36px;
    line-height: 48px;
  }
  .section3 .section3-content .content-left h1 {
    font-size: 36px;
  }
  .section4 .container h1 {
    font-size: 40px;
  }
  .section4 .container .section4-button {
    width: 70% !important;
  }
  .section5 h1 {
    font-size: 40px;
  }
  .section6 h1 {
    font-size: 40px;
  }
  .section6 .section6-list li {
    width: 100% !important;
    margin-top: 20px;
  }
  .section7 .container h1 {
    font-size: 40px;
  }
  .section7 .container .section7-list .section7-item {
    width: 100% !important;
  }
  .section7 .container .section7-list li:nth-child(2) {
    margin-top: 15px;
  }
  .section8 h1 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .section1 .section1-left {
    display: none;
  }
  .section1 .section1-right {
    display: none;
  }
  .section1 .section1-content {
    display: block;
  }
  .section3 .section3-left {
    display: none;
  }
  .section3 .section3-right {
    display: none;
  }
  .section3 .section3-content {
    display: flex;
    flex-direction: column-reverse;
  }
  .section4 .container .section4-list {
    flex-wrap: wrap;
  }
  .section4 .container .section4-list .list-item {
    width: 48.8%;
  }
  .section4 .container .section4-list li:nth-child(2) {
    width: 51.2%;
    padding-right: 0;
  }
  .section4 .container .section4-list li:nth-child(3) {
    padding: 0;
    width: 100%;
    flex-direction: row;
    margin-top: 5px;
  }
  .section4 .container .section4-list li:nth-child(3) .img-box:nth-child(1) {
    width: 48.8%;
    padding-right: 2.5px;
  }
  .section4 .container .section4-list li:nth-child(3) .img-box:nth-child(2) {
    width: 51.2%;
    padding-left: 2.5px;
  }
  .section4 .container .section4-button {
    width: 50%;
  }
  .section6 .section6-list li {
    width: 49%;
  }
  .section7 .container .section7-list .section7-item {
    width: 49%;
  }
  .section7 .container .section7-list li:nth-child(3) {
    margin-top: 15px;
  }
  .section7 .section7-service {
    background: url(../images/section7_01.jpg) no-repeat;
    background-size: 100% 100%;
  }
  .section7 .section7-service .section7-bg {
    display: none;
  }
  .section7 .section7-service .service-right {
    position: relative;
    width: 100% !important;
    padding: 30px 30px 60px 40px;
  }
  .section7 .section7-service .service-right h4 {
    font-size: 40px !important;
  }
  .section7 .section7-service .service-right .line1 {
    margin-bottom: 10px;
  }
  .section7 .section7-service .service-right .line2 {
    margin-top: 0px;
    font-size: 20px;
  }
  .section7 .section7-service .service-right .line2 strong {
    font-size: 50px;
  }
  .section7 .section7-service .service-right .line3 {
    margin-top: 0px;
    font-size: 20px;
  }
  .section7 .section7-service .service-right .line4 img {
    width: 16px;
    height: 45px;
  }
  .footer {
    margin-bottom: 70px;
  }
}
@media (min-width: 1200px) {
  .section6 .section6-list li {
    width: 32.292%;
  }
  .section7 .section7-list .section7-item {
    width: 31.78%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section1 .section1-left {
    width: 50%;
  }
  .section1 .section1-right {
    width: 496px;
    padding-right: 15px;
  }
  .section1 .section1-right h1 {
    font-size: 31px;
    line-height: 44px;
    margin-top: 10px;
  }
  .section1 .section1-right .line1 {
    margin-top: 10px;
  }
  .section1 .section1-right .line2 {
    margin-top: 10px;
  }
  .section1 .section1-right .line3 {
    margin-top: 10px;
  }
  .section1 .section1-right .btn-group {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .section1 .section1-right .btn-group .btn-left {
    width: 200px;
  }
  .section1 .section1-right .btn-group .btn-right {
    width: 200px;
  }
  .section1 .section1-right .line4 a:first-child {
    margin-right: 20px;
  }
  .section3 .section3-left {
    padding: 40px 30px 20px 15px;
    width: 535px;
  }
  .section3 .section3-left h1 {
    font-size: 42px;
  }
  .section3 .section3-left p {
    margin-top: 20px;
  }
  .section3 .section3-right {
    width: 45%;
  }
  .section6 .section6-list li {
    width: 49%;
  }
  .section7 .section7-list .section7-item {
    width: 31.78%;
  }
  .section7 .section7-service .service-right {
    width: 55%;
    padding: 30px 30px 60px 40px;
  }
  .section7 .section7-service .service-right h4 {
    font-size: 40px !important;
  }
  .section7 .section7-service .service-right .line1 {
    margin-bottom: 10px;
  }
  .section7 .section7-service .service-right .line2 {
    margin-top: 0px;
    font-size: 20px;
  }
  .section7 .section7-service .service-right .line2 strong {
    font-size: 50px;
  }
  .section7 .section7-service .service-right .line3 {
    margin-top: -30px;
    font-size: 20px;
    float: left;
    padding-left: 150px !important;
  }
  .section7 .section7-service .service-right .line4 img {
    width: 16px;
    height: 45px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .section1 .section1-left {
    width: 53%;
  }
  .section1 .section1-right {
    width: 520px;
    padding-right: 15px;
  }
  .section1 .section1-right h1 {
    font-size: 40px;
    line-height: 44px;
    margin-top: 10px;
  }
  .section1 .section1-right .line1 {
    margin-top: 10px;
  }
  .section1 .section1-right .line2 {
    margin-top: 10px;
  }
  .section1 .section1-right .line3 {
    margin-top: 10px;
  }
  .section1 .section1-right .btn-group {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .section1 .section1-right .btn-group .btn-left {
    width: 220px;
  }
  .section1 .section1-right .btn-group .btn-right {
    width: 220px;
  }
  .section1 .section1-right .line4 a:first-child {
    margin-right: 20px;
  }
  .section3 .section3-left {
    padding: 40px 40px 20px 15px;
    width: 655px;
  }
  .section3 .section3-left h1 {
    font-size: 42px;
  }
  .section3 .section3-left p {
    margin-top: 20px;
  }
  .section7 .section7-service .service-right {
    padding: 40px 30px 60px 60px;
  }
  .section7 .section7-service .service-right h4 {
    font-size: 40px !important;
  }
  .section7 .section7-service .service-right .line1 {
    margin-bottom: 5px;
  }
  .section7 .section7-service .service-right .line2 {
    margin-top: 0px;
  }
  .section7 .section7-service .service-right .line2 strong {
    font-size: 50px;
  }
  .section7 .section7-service .service-right .line3 {
    margin-top: 0;
  }
  .section7 .section7-service .service-right .line4 img {
    width: 18px;
    height: 55px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .section1 .section1-right {
    width: 570px;
  }
  .section1 .section1-right h1 {
    margin-top: 20px;
  }
  .section1 .section1-right .line1 {
    margin-top: 10px;
  }
  .section1 .section1-right .line2 {
    margin-top: 10px;
  }
  .section1 .section1-right .line3 {
    margin-top: 20px;
  }
  .section1 .section1-right .btn-group {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .section1 .section1-right .btn-group .btn-left {
    width: 240px;
  }
  .section1 .section1-right .btn-group .btn-right {
    width: 240px;
  }
  .section3 .section3-left {
    padding-right: 60px;
    width: 765px;
  }
  .section7 .section7-service .service-right {
    width: 50%;
    padding: 40px 60px 60px 80px;
  }
  .section7 .section7-service .service-right h4 {
    font-size: 40px !important;
  }
  .section7 .section7-service .service-right .line1 {
    margin-bottom: 15px;
  }
  .section7 .section7-service .service-right .line2 {
    margin-top: 0px;
  }
}
@media (min-width: 1600px) and (max-width: 1799px) {
  .section1 .section1-left img {
    max-width: 1065px;
  }
  .section1 .section1-right {
    width: 625px;
  }
  .section1 .section1-right h1 {
    margin-top: 30px;
  }
  .section1 .section1-right .line1 {
    margin-top: 30px;
  }
  .section1 .section1-right .line2 {
    margin-top: 10px;
  }
  .section1 .section1-right .line3 {
    margin-top: 20px;
  }
  .section1 .section1-right .btn-group {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .section3 .section3-left {
    padding-right: 60px;
    width: 840px;
  }
  .section7 .section7-service .service-right {
    padding: 60px 60px 100px 80px;
  }
  .section7 .section7-service .service-right .line1 {
    margin-bottom: 25px;
  }
  .section7 .section7-service .service-right .line2 {
    margin-top: 10px;
  }
}
@media (min-width: 1800px) {
  .section1 .section1-right {
    width: 615px;
  }
  .section3 .section3-left {
    width: 850px;
  }
}/*# sourceMappingURL=product.css.map */