@charset "utf-8";

@import 'reset.css';
@import 'common.css';
/* @import 'animate.css'; */
:root {
  /* color */
  --bottom_line: 2px #563f3f solid;
  --h_color: #0000ff;
  /* font */
}
/*---------- Main Slider ----------*/
.mslider {
  position: relative;
  width: 100%;
  height: 100vh;
  border-bottom: var(--bottom_line);
  display: flex;
  font-size: 18px;
  text-align: center;
  color: #000;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}
.mslider h2 {
  font-size: 50px;
  font-weight: 500;
  margin-top: -160px;
  text-shadow: 0 0 5px #6c6a6a;
}
.mslider h3 {
  font-size: 23px;
  font-weight: normal;
  margin-top: 20px;
  text-shadow: 0 0 5px #fff;
}
.mslider p {
  font-size: 23px;
  font-weight: bold;
  margin-top: 0px;
  text-shadow: 0 0 5px #fff;
}

.mslider {
  background: url(../img/main_1.jpg) no-repeat center/cover;
}
/* .mslider h2 {
  -webkit-animation: mtext 1s 0.2s both;
  animation: mtext 1s 0.2s both;
}
.mslider h3 {
  -webkit-animation: mtext 1s 0.5s both;
  animation: mtext 1s 0.5s both;
}
.mslider p {
  -webkit-animation: mtext 1s 0.8s both;
  animation: mtext 1s 0.8s both;
}

.mslider .btn-m1 {
  -webkit-animation: btn-m1 1s 0.8s both;
  animation: btn-m1 1s 0.8s both;
}
.mslider .btn-m2 {
  -webkit-animation: btn-m2 1s 0.8s both;
  animation: btn-m2 1s 0.8s both;
}
.sec1_card_wrap .sec1_card1 {
  -webkit-animation: btn-m2 1s 0.8s both;
  animation: sec1_card1 1s 0.8s both;
} */

/*---------- Section 1 ----------*/
.sec1 {
  background-image: url('../img/sec1_bg.jpg');
  border-bottom: var(--bottom_line);
  text-align: center;
  width: 100%;
  height: auto;
  padding: 70px 50px 110px 50px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  overflow: hidden;
}
.sec1 > h3 {
  font-size: 40px;
  font-weight: 400;
  color: #000;
  margin-bottom: 5px;
}
.sec1 > p {
  color: #000;
  font-size: 20px;
  margin-bottom: 50px;
}
.sec1 .sec1_card_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  margin: 0 auto;
  color: #000;
  gap: 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sec1 .sec1_card {
  position: relative;
  flex: 1;
  height: 200px;
  text-align: left;
  border-radius: 5px;
  cursor: pointer;
  overflow: hidden;
}
.sec1 .sec1_card img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  transform: scale(1.1.1);
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
  z-index: -100;
}
.sec1 .sec1_card:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.sec1 .sec1_card .sec1_card_text {
  position: absolute;
  height: 130px;
  top: 20px;
  left: 20px;
  box-sizing: border-box;
}
.sec1 .sec1_card .sec1_card_text p {
  font-size: 13px;
  color: #fff;
}
.sec1 .sec1_card .sec1_card_text h3 {
  font-size: 18px;
  color: #fff;
}
.sec1 .sec1_card .sec1_card_text h3:after {
  position: absolute;
  content: '';
  width: 20px;
  height: 1px;
  left: 0;
  top: 70px;
  background: #fff;
}
.sec1 .sec1_card_text .sec1_card_text1 {
  margin-top: 65px;
}
.sec1 .sec1_request {
  position: absolute;
  display: flex;
  width: 50%;
  left: 20px;
  bottom: 20px;
  text-align: left;
  padding: 1px 0 1px 0;
  overflow: hidden;
}
.sec1 .sec1_request p {
  width: 70px;
  height: 22px;
  line-height: 18px;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  background: rgba(255, 2, 2, 0.6);
  border: 1px red solid;
  border-radius: 3px;
  margin-left: -75px;
  opacity: 1;
  transition: all 0.8s;
}
.sec1 .sec1_request i {
  font-size: 13px;
  line-height: 10px;
  color: #fff;
  margin-left: 8px;
  vertical-align: middle;
  transition: transform 0.9s;
}
.sec1 .sec1_card:hover .sec1_request p,
.sec1 .sec1_card:hover .sec1_request i {
  opacity: 1;
  -webkit-transform: translateX(75px);
  -moz-transform: translateX(75px);
  -ms-transform: translateX(75px);
  transform: translateX(75px);
}

/*---------- Section 2 ----------*/
.sec2 {
  background-image: url('../img/sec2_bg.jpg');
  width: 100%;
  height: auto;
  text-align: center;
  padding: 80px 50px 110px 50px;
  border-bottom: var(--bottom_line);
  text-align: center;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  overflow: hidden;
}
.sec2 > h3 {
  font-size: 40px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 5px;
}
.sec2 > p {
  font-size: 20px;
  margin-bottom: 50px;
}
.sec2 .sec2_card_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  margin: 0 auto;
  color: #000;
  gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sec2 .sec2_card {
  position: relative;
  flex: 1;
  height: 350px;
  text-align: left;
  border-radius: 5px;
  cursor: pointer;
  background: #fff;
  padding: 8px 4px;
  border: 1px #ddd solid;
  overflow: hidden;
  box-shadow: 0px 0px 5px #ddd;
  transition: all 0.3s;
}
.sec2 .sec2_card:hover {
  border: 1px #f8fc05 solid;
  box-shadow: 0px 0px 10px #fff;
  transform: translateY(-5px);
}

.sec2 .sec2_card p {
  font-size: 18px;
  writing-mode: vertical-rl;
  margin: 20px 0 0 10px;
}
.sec2 .sec2_card1,
.sec2 .sec2_card2,
.sec2 .sec2_card3,
.sec2 .sec2_card4,
.sec2 .sec2_card5,
.sec2 .sec2_card6,
.sec2 .sec2_card7,
.sec2 .sec2_card8,
.sec2 .sec2_card9 {
  width: 100%;
  height: 350px;
  font-weight: 500;
  text-shadow: 0px 0px 8px #000;
  background-position: center;
  background-repeat: no-repeat;
}
.sec2 .sec2_card1 {
  background-image: url('../img/sec2_card1_2.jpg');
  color: #fff;
}
.sec2 .sec2_card2 {
  background-image: url('../img/sec2_card2_2.jpg');
  color: #fff;
}
.sec2 .sec2_card3 {
  background-image: url('../img/sec2_card3_2.jpg');
  color: #fff;
}
.sec2 .sec2_card4 {
  background-image: url('../img/sec2_card4_2.jpg');
  color: #fff;
}
.sec2 .sec2_card5 {
  background-image: url('../img/sec2_card5.jpg');
  color: #fff;
}
.sec2 .sec2_card6 {
  background-image: url('../img/sec2_card6.jpg');
  color: #fff;
}
.sec2 .sec2_card7 {
  background-image: url('../img/sec2_card7.jpg');
  color: #fff;
}
.sec2 .sec2_card8 {
  background-image: url('../img/sec2_card8.jpg');
  color: #fff;
}
.sec2 .sec2_card9 {
  background-image: url('../img/sec2_card9.jpg');
  color: #fff;
}
.sec2 .sec2_card a {
  position: absolute;
  padding: 1px 10px;
  color: #fff;
  border: 1px #f73e3e solid;
  background: rgb(251, 48, 48);
  border-radius: 5px;
  bottom: -20px;
  left: 25px;
  transition: all 0.1s;
}
/*---------- Section 3 ----------*/
.sec3 {
  background-image: url('../img/sec4_bg.jpg');
  width: 100%;
  height: auto;
  text-align: center;
  padding: 80px 50px;
  border-bottom: 1px #c5c5c5 solid;
  text-align: center;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  overflow: hidden;
}
.sec3 .sec3_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  margin: 0 auto;
  color: #000;
  gap: 0px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sec3 > h3 {
  font-size: 40px;
  font-weight: 400;
  color: #000;
  margin-bottom: 5px;
}
.sec3 > p {
  font-size: 20px;
  color: #000;
  margin-bottom: 50px;
}
.sec3 .sec3_box {
  display: flex;
  flex: 1;
  justify-content: space-between;
  flex-direction: column;
  gap: 0px;
  height: 350px;
  background: #fff;
  padding: 30px;
  cursor: pointer;
  /* border: 1px #000 solid; */
  border-radius: 5px;
  transition: all 0.5s;
}
.sec3 .sec3_box:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 10px #000;
  z-index: 10;
}
.sec3 .sec3_box:hover .sec3_card1_1 span {
  color: red;
}
.sec3 .sec3_box .sec3_card1_1,
.sec3 .sec3_box .sec3_card1_2 {
  flex: 1;
  text-align: left;
  font-weight: normal;
  position: relative;
}
.sec3 .sec3_box .sec3_card1_1 p {
  font-size: 16px;
  color: #696969;
  line-height: 18px;
}
.sec3 .sec3_box .sec3_card1_1 span {
  font-weight: bold;
}
.sec3 .sec3_box .sec3_card1_1 p:nth-child(1) {
  font-size: 26px;
  font-weight: 500;
  color: #000;
  margin-bottom: 18px;
}
.sec3 .sec3_box .sec3_card1_1 p:last-child:after {
  position: absolute;
  content: '';
  width: 35px;
  height: 1px;
  left: 0;
  top: 110px;
  background: #8a8989;
  z-index: 10;
}
.sec3 .sec3_box .sec3_card1_img1,
.sec3 .sec3_box .sec3_card1_img2,
.sec3 .sec3_box .sec3_card1_img3,
.sec3 .sec3_box .sec3_card1_img4 {
  position: relative;
  flex: 1;
  text-align: left;
  font-weight: normal;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  padding: 20px;
  overflow: hidden;
}
.sec3 .sec3_box .sec3_card1_img1 {
  background-image: url('../img/sec3_1.jpg');
}
.sec3 .sec3_box .sec3_card1_img2 {
  background-image: url('../img/sec3_2.jpg');
}
.sec3 .sec3_box .sec3_card1_img3 {
  background-image: url('../img/sec3_3.jpg');
}
.sec3 .sec3_box .sec3_card1_img4 {
  background-image: url('../img/sec3_4.jpg');
}
.sec3 .sec3_box .sec3_card1_2 p {
  font-size: 16px;
  text-shadow: 0px 0px 10px #fff;
}
/*---------- Section 4 ----------*/
.sec4 {
  background-image: url('../img/sec4_bg.jpg');
  width: 100%;
  height: auto;
  text-align: center;
  padding: 80px 50px;
  border-bottom: var(--bottom_line);
  text-align: center;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #000;
  background: #fff;
  overflow: hidden;
}
.sec4 > h3 {
  font-size: 40px;
  font-weight: 400;
  color: #000;
  margin-bottom: 5px;
}
.sec4 > p {
  font-size: 20px;
  margin-bottom: 50px;
}
.sec4 .sec4_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: auto;
  margin: 0 auto;
  color: #000;
  gap: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sec4 .sec4_box {
  position: relative;
  flex: 1;
  height: auto;
  padding: 25px;
  text-align: left;
  line-height: 25px;
  font-size: 14px;
  cursor: pointer;
  border: 1px #aaa solid;
  border-radius: 8px;
  background: #fff;
  transition: all 0.5s;
}
.sec4 .sec4_box h2 {
  position: absolute;
  top: 50px;
  left: 45px;
  text-shadow: 0px 0px 10px #fff;
  margin-bottom: 12px;
}
.sec4 .sec4_box p {
  font-size: 15px;
}
.sec4 .sec4_box img {
  margin-bottom: 12px;
  border: 1px #ccc solid;
}
/*---------- Button ----------*/

.mbtn {
  position: absolute;
  bottom: 130px;
}
.btn {
  padding: 5px 35px;
  font-size: 1em;
  line-height: ;
  border: 2px #fff solid;
  border-radius: 3px;
  text-decoration: none;
  position: relative;
  /* box-shadow: inset 0 03px #736367; */
  cursor: pointer;
}
.btn-m1,
.btn-m2 {
  background-color: rgba(0, 0, 0, 0.7);
  border: 1px solid #fff;
  border-radius: 5px;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  color: #fff;
}
.btn-m1 {
  margin-right: 10px;
}
.btn-m1:hover,
.btn-m2:hover {
  box-shadow: 0 0 4px 0 #fff inset, 0 0 8px 1px #fff;
  border: 1px solid #fff;
  color: yellow;
}
