.w1340 {
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
}
.w1460 {
  max-width: 1460px;
  width: 100%;
  margin: 0 auto;
}
.w1540 {
  max-width: 1540px;
  width: 100%;
  margin: 0 auto;
}
.w1260 {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
}
html {
  overflow-x: hidden;
}
.header {
  height: 100px;
  width: 100%;
  padding: 0 55px;
  background: #0B0E0B;
  position: relative;
  z-index: 99;
}
.header .flex {
  height: 100%;
  align-items: center;
}
.header .flex .header-r {
  display: flex;
  align-items: center;
}
.header .flex .nav ul {
  display: flex;
  align-items: center;
}
.header .flex .nav ul li {
  margin-left: 12px;
}
.header .flex .nav ul li a {
  font-size: 16px;
  padding: 0 25px;
  color: #ffffff;
  display: block;
  line-height: 100px;
  transition: ease-in-out 0.5s;
  letter-spacing: 2px;
  position: relative;
}
.header .flex .nav ul li .down_navbox {
  position: absolute;
  width: 1200px;
  height: 325px;
  background: #fff;
  right: 0;
  top: 100%;
  z-index: 999;
  display: none;
}
.header .flex .nav ul li .down_nav {
  padding: 50px 190px 50px 172px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .flex .nav ul li .down_nav dl dd {
  padding: 20px 0;
}
.header .flex .nav ul li .down_nav dl dd a {
  font-size: 16px;
  color: #282828;
  display: flex;
  align-items: center;
  padding: 0;
  line-height: initial;
}
.header .flex .nav ul li .down_nav dl dd a span {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background: #B5B5B5;
  transform: all 0.3s;
  margin-right: 12px;
}
.header .flex .nav ul li .down_nav dl dd a:hover span {
  background: #FFE100;
}
.header .flex .nav ul li .down_nav dl dd a::after {
  display: none;
}
.header .flex .nav ul li a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 3px;
  background: #FFE629;
  left: 50%;
  bottom: 0;
  z-index: 1;
  transition: ease-in-out 0.5s;
}
.header .flex .nav ul li:hover a::after {
  width: 100%;
  left: 0;
}
.header .flex .nav ul li:hover a {
  color: #FFE629;
}
.header .flex .nav ul li:first-child {
  margin-left: 0;
}
.header .flex .nav ul li.active2 a {
  color: #FFE629;
}
.header .flex .nav ul li.active2 a::after {
  width: 100%;
  left: 0;
}
.header .flex .icon ul {
  display: flex;
}
.header .flex .icon ul li {
  margin-left: 30px;
  transition: all 0.5s;
}
.header .flex .icon ul li a {
  font-size: 16px;
  color: #fff;
}
.header .flex .icon ul li :hover {
  color: #ffe100;
}
.header .flex .icon ul li:last-child {
  width: 18px;
  height: 18px;
  background: url(../images/search.png) center no-repeat;
}
.header .flex .icon ul li:last-child a {
  display: block;
  width: 100%;
  height: 100%;
}
.header .flex .icon ul li:last-child:hover {
  background: url(../images/search-h.png) center no-repeat;
}
.index_page {
  padding: 0 21px;
}
.index_page .title {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index_page .title p {
  font-size: 20px;
  font-weight: normal;
  color: #282828;
}
.index_page .title a {
  display: flex;
  color: #282828;
  font-size: 18px;
  align-items: center;
}
.index_page .title a b {
  display: block;
  width: 20px;
  height: 2px;
  background: #FFE100;
  margin-right: 6px;
}
.in_pro {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px;
}
.in_pro .left {
  position: relative;
  max-width: calc((100% - 28px) / 2);
}
.in_pro .left img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.in_pro .left figcaption {
  position: absolute;
  left: 30px;
  top: 35px;
  z-index: 9;
  padding-right: 40px;
}
.in_pro .left figcaption p.f1 {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 22px;
}
.in_pro .left figcaption h3 {
  font-size: 40px;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 4px;
}
.in_pro .left figcaption p.f2 {
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 2px;
  margin-top: 145px;
  opacity: 0;
  transform: translateY(30px);
  transition: 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.in_pro .left figcaption b {
  display: block;
  width: 72px;
  height: 2px;
  background: #FFE100;
  margin-top: 20px;
}
.in_pro .left:hover figcaption p.f2 {
  opacity: 1;
  transform: translateY(0);
}
.in_pro .right {
  max-width: calc((100% - 28px) / 2);
}
.in_pro .right ul li {
  position: relative;
  margin-bottom: 28px;
}
.in_pro .right ul li figcaption {
  position: absolute;
  left: 30px;
  top: 25px;
  z-index: 9;
  padding-right: 40px;
}
.in_pro .right ul li figcaption p.f1 {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 22px;
}
.in_pro .right ul li figcaption h3 {
  font-size: 40px;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 4px;
}
.in_pro .right ul li figcaption p.f2 {
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 2px;
  margin-top: 58px;
  opacity: 0;
  transform: translateY(30px);
  transition: 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.in_pro .right ul li figcaption b {
  display: block;
  width: 72px;
  height: 2px;
  background: #FFE100;
  margin-top: 20px;
}
.in_pro .right ul li:last-child {
  margin-bottom: 0;
}
.in_pro .right ul li:hover figcaption p.f2 {
  opacity: 1;
  transform: translateY(0);
}
.in_news {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 30px;
}
.in_news .left {
  max-width: 65.5%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.in_news .left video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.in_news .right {
  max-width: 33.12%;
}
.btn_play {
  position: absolute;
  z-index: 3;
  padding: 56px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
}
.btn_play:hover img {
  transform: scale(1.1);
  cursor: pointer;
}
.btn_play img {
  transform: 1s all;
}
/* .videopop{
  height: 862px;
} */
#g5video {
  z-index: 100;
}
.videopop {
  width: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  display: none;
}
 .shadow {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
  display:none;
}
.videopop .wrap {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.videopop .wrap .con {
  width: 80%;
  max-height: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.videopop .wrap .close {
  cursor: pointer;
  width: 56px;
  height: 56px;
  background-size: 36px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/close_btn.png);
  position: absolute;
  right: 16px;
  top: 20px;
  z-index: 1000;
}
.videopop .wrap video {
  display: block;
  width: 100%;
  max-height: 80%;
  position: relative;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0 !important;
}
.news_list {
  padding-top: 15px;
}
.news_list ul li {
  height: 108px;
  border-bottom: 1px solid #E5E5E5;
}
.news_list ul li a {
  display: block;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news_list ul li a span {
  font-size: 16px;
  color: #bcbcbc;
}
.news_list ul li a p {
  font-size: 22px;
  color: #282828;
  margin-top: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.in_about {
  width: 100%;
  min-height: 805px;
  margin-bottom: 30px;
  text-align: center;
  padding: 90px 0 200px 0;
  background: url(../images/module_page3.jpg) center center no-repeat fixed;
  background-size: cover;
}
.in_about h3 {
  font-size: 59px;
  color: #ffe100;
  font-weight: bold;
  height: 70px;
}
.in_about p {
  font-size: 20px;
  color: #e8e8e8;
  line-height: 35px;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.in_about .logo {
  margin-bottom: 45px;
}
.in_about .list {
  margin-top: 48px;
}
.in_about .list ul {
  width: 100%;
  position: relative;
  height: 130px;
}
.in_about .list ul li {
  width: 396px;
  height: 130px;
  border-radius: 65px;
  background: #41454E;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.in_about .list ul li:nth-child(2) {
  left: calc(396px - 80px);
  background: url(../images/bg1.png) center no-repeat;
  z-index: 6;
  padding-left: 65px;
}
.in_about .list ul li:nth-child(3) {
  left: calc((396px - 80px) * 2);
  background: url(../images/bg2.png) center no-repeat;
  z-index: 3;
  padding-left: 65px;
}
.in_about .list ul li:last-child {
  left: calc((396px - 80px) * 3);
  background: url(../images/bg3.png) center no-repeat;
  z-index: 1;
  padding-left: 65px;
}
.footer {
  background: #202020;
}
.footer .logo {
  max-width: 235px;
}
.footer .flex {
  justify-content: space-between;
  align-items: center;
}
.footer .top_con {
  padding: 100px 0 70px 0;
}
.footer .hx {
  width: 100%;
  height: 0;
  display: block;
  border-bottom: 1px solid #535353;
}
.footer .share ul {
  display: flex;
  align-items: center;
}
.footer .share ul li {
  max-width: 30px;
  margin-left: 23px;
}
.footer .sec_con .cn_add {
  padding: 80px 0 70px 0;
  width: 520px;
  height: 358px;
  border-right: 1px solid #535353;
}
.footer .sec_con .cn_add p.tt {
  font-size: 18px;
  color: #e8e8e8;
  margin-bottom: 32px;
}
.footer .sec_con .cn_add p.add {
  font-size: 16px;
  color: #c6c6c6;
  line-height: 28px;
  letter-spacing: 2;
}
.footer .sec_con .en_add {
  padding: 80px 0 70px 0;
}
.footer .sec_con .en_add p.tt {
  font-size: 18px;
  color: #e8e8e8;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
}
.footer .sec_con .en_add p.tt img {
  margin-right: 15px;
}
.footer .sec_con .en_add p.add {
  font-size: 16px;
  color: #c6c6c6;
  line-height: 25px;
  letter-spacing: 2;
  max-width: 450px;
  margin-top: 10px;
}
.footer .sec_con .en_add p.add:first-child {
  margin-top: 0;
}
.footer .sec_con.flex {
  align-items: flex-start;
}
.footer .ewm {
  padding: 80px 0 70px 0;
  width: 330px;
  border-left: 1px solid #535353;
  text-align: right;
}
.footer .ewm p {
  font-size: 16px;
  color: #e8e8e8;
  margin-top: 22px;
}
.footer .last_con {
  height: 200px;
  align-items: center;
}
.footer .last_con p {
  font-size: 14px;
  color: #c6c6c6;
  margin-top: 40px;
  opacity: 0.7;
}
.footer .last_con p a{
 color: #c6c6c6;
}
.footer .last_con .right a {
  display: block;
  width: 105px;
  height: 45px;
  font-size: 18px;
  color: #fff;
  border-top: 1px solid #9F8E0E;
  border-bottom: 1px solid #9F8E0E;
  line-height: 43px;
  text-align: center;
}
.footer .f_nav ul {
  display: flex;
  align-items: center;
}
.footer .f_nav ul li a {
  font-size: 16px;
  color: #e8e8e8;
}
.footer .f_nav ul b {
  display: block;
  width: 2px;
  height: 18px;
  background: #CFCFCF;
  margin: 0 18px;
}
.inside_coninfo {
  background: #0B0E0B;
  padding-top: 120px;
  padding-bottom: 140px;
}
.inside_coninfo .left ul {
  margin-top: 75px;
}
.inside_coninfo .left ul li {
  margin-top: 15px;
}
.inside_coninfo .left ul li a {
  font-size: 18px;
  color: #c6c6c6;
  display: block;
  transition: ease-in-out 0.5s;
}
.inside_coninfo .left ul li a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  background: #FFE100;
  margin-left: 12px;
  margin-top: 12px;
  transition: ease-in-out 0.5s;
}
.inside_coninfo .left ul li:hover a::after {
  width: 30px;
}
.inside_coninfo .left ul li:hover a {
  color: #FFE100;
}
.inside_coninfo .flex {
  justify-content: space-between;
}
.inside_coninfo .flex h3 {
  text-transform: uppercase;
  font-size: 50px;
  color: #fff;
}
.inside_coninfo .flex p.f {
  font-size: 20px;
  color: #ffffff;
  max-width: 670px;
  text-align: left;
  line-height: 1.8;
}
.inside_coninfo .flex p.m {
  font-size: 18px;
  color: #c6c6c6;
  max-width: 610px;
  text-align: left;
  margin-top: 70px;
  line-height: 2;
}
.w1200 {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.ab_flex {
  justify-content: space-between;
  padding: 120px 0;
}
.ab_flex h3 {
  font-size: 50px;
  color: #282828;
  text-transform: uppercase;
}
.ab_flex p {
  font-size: 18px;
  color: #282828;
  line-height: 30px;
  max-width: 615px;
  margin-bottom: 40px;
}
.con_li h6 {
  font-size: 20px;
  color: #ffffff;
  display: flex;
  align-items: center;
  margin-top: 70px;
  margin-bottom: 12px;
}
.con_li h6 img {
  margin-right: 8px;
}
.con_li p {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #c6c6c6;
  letter-spacing: 2px;
  line-height: 2.2;
}
.con_li p img {
  margin-right: 8px;
}
.con_page {
  background: #EEEEEE;
}
.inside_banner {
  position: relative;
}
.inside_banner figcaption {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
}
.inside_banner figcaption h3 {
  font-size: 50px;
  color: #ffffff;
  font-weight: bold;
}
.inside_banner figcaption p {
  font-size: 20px;
  color: #ffffff;
  margin-top: 20px;
}
.inside_banner .sec_nav {
  width: 100%;
  height: 120px;
  position: absolute;
  left: 0;
  bottom: -60px;
  z-index: 9;
}
.inside_banner .sec_nav ul {
  max-width: 1450px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: #fff;
  display: flex;
  align-items: center;
}
.inside_banner .sec_nav ul li {
  width: 50%;
  text-align: center;
  background: #FAFAFA;
}
.inside_banner .sec_nav ul li a {
  display: block;
  line-height: 120px;
  text-align: center;
  margin: 0 auto;
  width: fit-content;
  font-size: 24px;
  padding: 0 24px;
  color: #282828;
  position: relative;
}
.inside_banner .sec_nav ul li a::after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0;
  z-index: 9;
  width: 0%;
  height: 4px;
  background: #FFE100;
  transition: all 0.3s;
}
.inside_banner .sec_nav ul li a:hover::after {
  width: 100%;
  left: 0;
}
.inside_banner .sec_nav ul li.active a::after {
  width: 100%;
  left: 0;
}
.case_list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.case_list ul li {
  width: calc((100% - 40px) / 2);
  margin-right: 40px;
  margin-bottom: 60px;
}
.case_list ul li figure {
  overflow: hidden;
}
.case_list ul li figure img {
  transition: all 0.5s;
}
.case_list ul li p {
  text-align: center;
  font-size: 20px;
  color: #282828;
  line-height: 65px;
}
.case_list ul li:nth-child(2n) {
  margin-right: 0;
}
.case_list ul li:hover figure img {
  transform: scale(1.12);
}
.case_page {
  padding: 100px 0 80px 0;
}
.news_list2 ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.news_list2 ul li {
  width: 33.33%;
  text-align: left;
  border: 1px solid #EEEEEE;
  border-top: none;
  border-left: none;
  transition: 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.news_list2 ul li:first-child{
  border-left: 1px solid #eeeeee;
}
.news_list2 ul li a {
  display: block;
  padding: 65px 50px 85px 50px;
}
.news_list2 ul li .button {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 65px auto 0 0;
  background: transparent;
  transition: 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.news_list2 ul li p.time {
  font-size: 35px;
  font-weight: bold;
  color: #666666;
  text-align: left;
  margin-bottom: 40px;
  opacity: 0;
  transition: 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.news_list2 ul li p.tit {
  font-size: 23px;
  height: 64px;
  color: #282828;
  text-align: left;
  margin-bottom: 48px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_list2 ul li p.info {
  font-size: 14px;
  height: 56px;
  color: #a4a3a3;
  line-height: 2;
  text-align: left;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_list2 ul li:hover {
  box-shadow: 0px 0px 54px rgba(0, 0, 0, 0.06);
}
.news_list2 ul li:hover p.time {
  opacity: 1;
}
.news_list2 ul li:hover .button {
  background: #FFE100;
  transform: rotateZ(402deg);
}
.news_list2 ul li:hover p.tit {
  font-weight: bold;
}
.news-title {
  width: 100%;
  height: 345px;
  background: #0B0E0B;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.news-title h3 {
  font-size: 26px;
  color: #ffe100;
  font-weight: bold;
}
.news-title p.time {
  font-size: 14px;
  color: #cacaca;
  margin: 18px 0 25px 0;
}
.news-title p.info {
  font-size: 14px;
  color: #9d9c9c;
}
.news-info {
  font-size: 14px;
  line-height: 2;
  color: #646464;
  padding: 100px 0;
}
.control {
  max-width: 1460px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 120px;
}
.control .left a {
  display: block;
  font-size: 16px;
  color: #787878;
  line-height: 2.6;
}
.control .left a:hover {
  font-size: 16px;
  color: #282828;
  font-weight: bold;
}
.control .right a {
  display: block;
  width: 105px;
  height: 45px;
  font-size: 18px;
  color: #282828;
  border-top: 1px solid #969696;
  border-bottom: 1px solid #969696;
  line-height: 43px;
  text-align: center;
}
.control .right a:hover {
  border-color: #FFE100;
}
.product_page {
  background: #F8F8F8;
  padding: 60px 0 90px 0;
}
.product_list ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.product_list ul li {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  margin-bottom: 20px;
}
.product_list ul li figure {
  position: relative;
}
.product_list ul li figure img {
  position: relative;
  z-index: 9;
  transition:1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.product_list ul li:hover figure img{
  transform: scale(1.1);
}
.product_list ul li figure::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 140px;
  background: #fff;
  left: 0;
  bottom: 0;
  z-index: 1;
  box-shadow: 0px 0px 32px transparent;
  transition: 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.product_list ul li figcaption {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 30px;
}
.product_list ul li figcaption p.name {
  font-size: 20px;
  color: #282828;
  transition: 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.product_list ul li figcaption p.xh {
  font-size: 16px;
  color: #999999;
  margin-top: 5px;
}
.product_list ul li .jt {
  position: absolute;
  right: 35px;
  bottom: -30px;
  z-index: 3;
  opacity: 0;
  transition: 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: rotateZ(-180deg);
}
.product_list ul li:nth-child(3n) {
  margin-right: 0;
}
.product_list ul li:hover .jt {
  opacity: 1;
  transform: rotateZ(0);
}
.product_list ul li:hover figure::after {
  box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.07);
}
.product_list ul li:hover figcaption p.name {
  font-weight: bold;
}
.prodea_page {
  background: #F8F8F8;
  padding: 100px 0;
}
.prodea_page .top_box {
  background: #fff;
  padding: 56px 32px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.prodea_page .top_box .left figure {
  border: 1px solid #D2D2D2;
}
.prodea_page .top_box .left .sm_pic {
  margin-top: 32px;
}
.prodea_page .top_box .left .sm_pic ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.prodea_page .top_box .left .sm_pic ul li {
  width: 182px;
  border: 1px solid #D2D2D2;
  margin-right: 20px;
}
.prodea_page .top_box .left .sm_pic ul li:last-child {
  margin-right: 0;
}
.prodea_page .top_box .pro_name {
  padding-top: 52px;
}
.prodea_page .top_box .pro_name p.name {
  font-size: 26px;
  color: #282828;
  font-weight: bold;
}
.prodea_page .top_box .pro_name p.xh {
  font-size: 20px;
  color: #999999;
  margin-top: 5px;
}
.prodea_page .top_box .right .link_a {
  margin-top: 39px;
}
.prodea_page .top_box .right .link_a li {
  width: 100%;
  height: 80px;
  background: #282828;
  border-bottom: 1px solid #535353;
  padding-left: 20px;
}
.prodea_page .top_box .right .link_a li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.prodea_page .top_box .right .link_a li a p {
  color: #fff;
  font-size: 20px;
  margin-left: 12px;
}
.prodea_page2 {
  background: #fff;
  padding-bottom: 145px;
}
.prodea_page2 .box .tit {
  margin: 100px 0 45px 0;
  font-size: 26px;
  font-weight: bold;
  color: #282828;
}
.prodea_page3 {
  background: #0B0E0B;
  padding-top: 80px;
}
.prodea_page3 h3.tit {
  font-size: 26px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 27px;
}
.prodea_page3 .product_list ul li figure::after {
  background: #232323;
}
.prodea_page3 .product_list ul li figcaption p.name {
  color: #fff;
}
.prodea_page3 .product_list ul li:hover figcaption p.name {
  color: #FFE100;
}
.service_page {
  padding: 130px 0 140px 0;
}
.service_page .down_box {
  padding-bottom: 59.1%;
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}
.service_page .down_box .figure {
  width: 50%;
  flex-basis: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  overflow: hidden;
}
.service_page .down_box .figure img {
  width: 100%;
  object-fit: cover;
  transition: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.service_page .down_box .figure:hover img{
  transform: scale(1.1);
}
.service_page .down_box .figcaption {
  width: 50%;
  flex-basis: auto;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  height: 100%;
  background: #F8F8F8;
  padding: 40px 45px 0 40px;
}
.service_page .down_box .down_list ul li {
  height: 123px;
  border-bottom: 1px solid #D2D2D2;
}
.service_page .down_box .down_list ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.service_page .down_box .down_list ul li a .left {
  display: flex;
  align-items: center;
}
.service_page .down_box .down_list ul li a .left img {
  margin-right: 18px;
}
.service_page .down_box .down_list ul li a .left p.name {
  font-size: 20px;
  color: #282828;
  letter-spacing: 2px;
  position: relative;
}
.service_page .down_box .down_list ul li a .left p.name::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 1.5px;
  background: #FFE100;
  transition: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.service_page .down_box .down_list ul li a:hover .left p.name::after{
  width: 100%;
}
.service_page .down_box .down_list ul li a .left p.size {
  font-size: 16px;
  color: #b8b8b8;
  margin-top: 10px;
}
.service_page .down_box .down_list ul li a .right p.time {
  font-size: 16px;
  color: #b8b8b8;
}
.service_page .down_box .down_list ul li a .right p.number {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 16px;
  color: #b8b8b8;
  margin-top: 10px;
}
.service_page .down_box .down_list ul li a .right p.number img {
  margin-right: 10px;
}
.service_page .down_box .control {
  margin-top: 55px;
}
.service_page .down_box .control ul {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.service_page .down_box .control ul li {
  width: 25px;
  height: 25px;
  border-radius: 25px;
  overflow: hidden;
  background: transparent;
  margin: 0 10px;
  text-align: center;
}
.service_page .down_box .control ul li a {
  display: block;
  font-size: 16px;
  color: #707070;
  line-height: 25px;
}
.service_page .down_box .control ul li.active {
  background: #FFE83B;
}
.service_page .down_box:nth-child(2n) .figure {
  left: auto;
  right: 0;
}
.service_page .down_box:nth-child(2n) .figcaption {
  right: auto;
  left: 0;
}
.index_banner .swiper-button-next:after {
  display: none;
}
.index_banner .swiper-button-prev:after {
  display: none;
}
.index_banner .swiper-button-next {
  width: 69px;
  height: 69px;
  background: url(../images/next.png) center no-repeat;
  right: 50px;
  top: 46%;
}
.index_banner .swiper-button-prev {
  width: 69px;
  height: 69px;
  background: url(../images/prev.png) center no-repeat;
  left: 50px;
  top: 46%;
}
.index_banner .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 16px;
  opacity: 1;
}
.index_banner .swiper-pagination-bullet-active {
  background: #FFE30F;
}
.index_banner .swiper-pagination {
  text-align: left;
  padding-left: 50px;
}
.index_banner .swiper-pagination-fraction,
.index_banner .swiper-pagination-custom,
.index_banner .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 40px;
}
.index_banner .swiper-num {
  position: absolute;
  width: 76px;
  right: 50px;
  bottom: 40px;
  z-index: 2;
  color: #fff;
  font-size: 18px;
}
.index_banner .swiper-num .active {
  display: inline-block;
  color: #FFE30F;
  font-size: 28px;
  margin-right: 5px;
}
.index_banner .swiper-num span {
  color: #fff;
  font-size: 18px;
}
.index_banner .swiper-num .total {
  display: inline-block;
  color: #fff;
  font-size: 18px;
}
.search_page {
  display: none;
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 99;
}
.search_container {
  width: 930px;
  height: 180px;
  background: #fff;
  left: 50%;
  top: 230px;
  z-index: 99;
  position: absolute;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.search_container .search_close {
  width: 16px;
  height: 17px;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  background: url(../images/close.png) center no-repeat;
}
.search_container .search {
  display: flex;
  align-items: center;
  width: 675px;
  border-bottom: 1px solid #BFBFBF;
  padding-bottom: 20px;
}
.search_container .search #searchBtn {
  width: 18px;
  height: 18px;
  background: url(../images/search2.png) center no-repeat;
  margin-right: 15px;
}
.search_container .search input {
  width: 100%;
}


.menu.m {
  position: absolute;
  width: 28px;
  height: 26px;
  right: 4%;
  top: 40px;
  z-index: 11;
  cursor: pointer;
  display: none;
}

body.open .menu.m span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

body.open .menu.m span:nth-child(2) {
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
}

body.open .menu.m span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu.m span {
  position: absolute;
  width: 100%;
  display: block;
  height: 2px;
  background: #000;
  left: 0;
  top: 0;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  z-index: 11;
  border-radius: 2em;
}

.menu.m_o span {
  background: #fff;
}

.menu.m span:nth-child(2) {
  top: 10px;
}

.menu.m span:nth-child(3) {
  top: 21px;
}

.m_nav {
  display: none;
}

.tra_box{
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  z-index: 9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 65px;
  
}
.tra_box b{
  display: block;
  width: 1px;
  height: 60px;
  background: #B5B5B5;
  margin-bottom: 20px;
}
.tra_box p{
  font-size: 18px;
  color: #898989;
  line-height: 28px;
}
.in_about .list ul li:first-child .tra_box{
  padding-left: 0;
}

.message_page{
  background: #0B0E0B;
  padding: 140px 0 125px 0;
}
.message_page .title{
  display: flex;
  align-items: center;
}
.message_page .title h3{
  text-transform: uppercase;
  font-size: 50px;
  color: #fff;
}
.message_page .title p{
  font-size: 20px;
  color: #ffffff;
  line-height: 1.6;
  margin-left: 145px;
}
.message ul{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.message{
  margin-top: 90px;
}
.message li{
  width: calc((100% - 15px) / 2);
  border: 1px solid #707070;
  height: 50px;
}
.message li input{
  width: 100%;
  height: 100%;
  background: transparent;
  padding-left: 20px;
  font-size: 16px;
  color: #fff;
}
.message li input::-webkit-input-placeholder{
  font-size: 16px;
  color: #9f9f9f;
  font-weight: bold;
}
.message li:last-child{
  margin-top: 20px;
  width: 100%;
  height: 165px;
}
.message li:last-child textarea{
  width: 100%;
  height: 100%;
  background: transparent;
  padding-left: 20px;
  padding-top: 15px;
  font-size: 16px;
  color: #fff;
}
.message li textarea::-webkit-input-placeholder{
  font-size: 16px;
  color: #9f9f9f;
  font-weight: bold;
}
.button{
  margin-top: 50px;
  width: 215px;
  height: 50px;
  margin: 50px auto 0 auto;
  background: #FFE100;
}
.button input{
  width: 100%;
  height: 100%;
  background: transparent;
  font-size: 18px;
  color: #282828;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

.inside_bg_m{
	display:none;
}
#in_banner1{
  width: 100%;
  height: 550px;
  background: url(../images/about_banner.jpg) center center no-repeat fixed;
  /* background-size: 100% 100%; */
  background-size: cover;
}

#in_banner2{
  width: 100%;
  height: 550px;
  background: url(../images/product_banner.jpg) center center no-repeat fixed;
  background-size: cover;
}

#in_banner3{
  width: 100%;
  height: 500px;
  background: url(../images/contact_banner.jpg) center center no-repeat fixed;
  background-size: cover;
}