﻿.w1780 {
  width: 100%;
  max-width: 1780px;
  margin: 0 auto;
}
.w1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.mimg{display:none}
.about_page{padding-bottom:30px;}

#header2 {
  display: none;
  background: rgba(255, 255, 255, 0.6);
}
.header {
  width: 100%;
  height: 100px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
}
.header .header_right {
  display: flex;
  align-items: center;
}
.header .header_right .nav ul {
  display: flex;
}
.header .header_right .nav ul li a {
  line-height: 24px;
  text-align: center;
  display: block;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'BIG JOHN' , "思源黑体";
  transition: ease-in-out 0.5s;
  position: relative;
}
.header .header_right .nav ul li a span {
  transition: ease-in-out 0s;
}
.header .header_right .nav ul li a span.z {
  opacity: 0;
  position: absolute;
  width: 100%;
  display: block;
  left: 0;
  top: 0;
  font-weight: bold;
  font-family: 'BIG JOHN' , "思源黑体";
  color: #000;
}
.header .header_right .nav ul li:last-child a {
  width: 100px;
}
.header .header_right .nav ul li:nth-child(4) a {
  width: 165px;
}
.header .header_right .nav ul li:nth-child(5) a {
  width: 165px;
}
.header .header_right .nav ul li:nth-child(3) a {
  width: 165px;
}
.header .header_right .nav ul li:nth-child(2) a {
  width: 130px;
}
.header .header_right .nav ul li:first-child a {
  width: 130px;
}
.header .header_right .language {
  display: flex;
  align-items: center;
  margin-left: 55px;
}
.header .header_right .language b {
  display: block;
  margin: 0 12px;
  width: 2px;
  height: 24px;
  background: #fff;
}
.header .header_right .language .icon {
  height: 24px;
  cursor: pointer;
  transition: ease-in-out 0.3s;
  
}
.header .header_right .language .icon .nohover{
	 width:40px;
	 display:block;
	 text-align:center;
}
.header .header_right .language .icon .hover {
   display:none;
   color: rgb(250, 165, 23);
   font-size:20px;
   font-weight: bold;
   line-height:24px;
   font-family: 'BIG JOHN' , "思源黑体";
  
}
.pro_img1 img{
	width:100%;
}
.header .header_right .language .icon:hover .hover{
 display:block;
}
.header .header_right .language .icon:hover .nohover{
 display:none;
}
.header .flex {
  height: 100%;
  align-items: center;
}
.header.on {
  background: rgba(255, 255, 255, 0.6);
}
.banner .swiper-container {
  --swiper-pagination-color: #fff;
  /* 两种都可以 */
}
.banner .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #FFF;
  margin: 0 15px;
}
.banner .swiper-pagination-fraction,
.banner .swiper-pagination-custom,
.banner .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 40px;
}
.banner img{
	width:100%;
}
.index_title {
  padding: 90px 0 40px 0;
  text-align: center;
}
.index_title h3 {
  font-size: 42px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 10px;
}
.index_title p {
  font-size: 20px;
  color: #808080;
  line-height: 36px;
  font-weight: 300;
  margin-top: 35px;
  margin-bottom: 22px;
}
.number_list ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.number_list ul li {
  width: 33.33%;
}
.number_list ul li figure {
  position: relative;
  overflow: hidden;
}
.number_list ul li figure img {
  transition: ease-in-out 0.5s;
}
.number_list ul li figure figcaption {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.number_list ul li figure figcaption h3 {
  font-size: 160px;
  font-weight: bold;
  color: #fff;
  transition: ease-in-out 0.5s;
  display: flex;
  align-items: flex-start;
}
.number_list ul li figure figcaption h3 span:last-child {
  font-size: 100px;
}
.number_list ul li figure figcaption h4 {
  font-size: 56px;
  font-weight: bold;
  color: #fff;
}
.number_list ul li:hover figure img {
  transform: scale(1.2);
}
.number_list ul li:hover figure figcaption h3 {
  text-shadow: 5px 5px 8px #999;
}
.moudle_page2 .mode {
  margin-bottom: 20px;
  position: relative;
}
.moudle_page2 .mode .img img{
	width:100%;
}
.moudle_page2 .mode a {
  display: block;
  width: 100%;
  height: 100%;
}
.moudle_page2 .mode a .title {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  top: 75px;
  z-index: 10;
}
.moudle_page2 .mode a .title h6 {
  font-size: 48px;
  color: #fff;
}
.moudle_page2 .mode a .title p {
  font-size: 20px;
  color: #fff;
  margin-top: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.7;
  transition: ease-in-out 0.5s;
  width: fit-content;
  margin: 0 auto;
}
.moudle_page2 .mode a .title p span {
  display: block;
  height: 29px;
  padding-top: 5px;
  margin-left: 20px;
  transition: ease-in-out 0.5s;
  animation-delay: 0ms;
  opacity: 0.7;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.moudle_page2 .mode a .title p span.arrow {
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-name: arrow;
  animation-play-state: running;
  animation-timing-function: linear;
}
.moudle_page2 .mode a .title p:hover {
  opacity: 1;
}
.moudle_page2 .mode a .title p:hover span {
  opacity: 1;
  -webkit-transform: translate3d(20px, 0px, 0px);
}
@-webkit-keyframes arrow {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0px, 0px, 0px);
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0px, 0px);
  }
}
.footer {
  width: 100%;
  padding: 70px 0 25px 0;
  margin-top: 100px;
  background-image: linear-gradient(to right, #faa517 0%, #fa8e12 50%, #f84f05 100%);
}
.footer .left .footer_messgae {
  display: flex;
  justify-content: space-between;
  max-width: 510px;
  width: 510px;
}
.footer .left .footer_messgae .mode p {
  font-size: 14px;
  color: #ffffff;
  margin-top: 5px;
  margin-bottom: 10px;
}
.footer .left .footer_messgae .mode p a{
	color: #ffffff;
}
.footer .left .footer_messgae .mode ul {
  max-width: 245px;
  width: 100%;
}
.footer .left .footer_messgae .mode ul li {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.4);
  margin-bottom: 2px;
}
.footer .left .footer_messgae .mode ul li div {
  line-height: 28px;
  width: 70px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  border-right: 1px solid #fff;
}
.footer .left .footer_messgae .mode ul li input {
  background: transparent;
  color: #fff;
  font-size: 12px;
  line-height: 28px;
  padding-left: 10px;
  width:calc(100% - 70px);
}
.footer .left .footer_messgae .mode .btn {
  background: rgba(255, 255, 255, 0.4);
  text-align: center;
  line-height: 28px;
  font-size: 14px;
  color: #fff;
  display: block;
  width: 100%;
  cursor: pointer;
  transition: ease-in-out 0.3s;
}
.footer .left .footer_messgae .mode .btn:hover {
  background: #fff;
  color: #333;
}
.footer .left .footer_messgae b {
  width: 2px;
  height: 98px;
  background-color: #fff;
  margin-top: 48px;
  margin-right: 24px;
}
.footer .title {
  font-size: 20px;
  color: #ffffff;
  /* font-family: "思源黑体"; */
  font-weight: bold;
  margin-top: 10px;
}
.footer .right ul {
  margin-top:17px;
}
.footer .right ul li {
  font-size: 16px;
  color: #ffffff;
  /* font-family: "思源黑体"; */
  line-height: 2;
}
.footer .right .title {
  margin-top: 37px;
}
.footer .footer_font {
  text-align: center;
  color: #fff;
  margin-top: 60px;
  font-size: 16px;
  font-weight: 300;
}
.footer .footer_font a{
	color:#fff;
}
.w1300 {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
.menu.m {
  position: absolute;
  right: 4%;
  top: 35px;
  z-index: 11;
  cursor: pointer;
}
#header2 .menu.m{
	position:inherit;
}
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;
}
.search_container {
  width: 870px;
  height: 250px;
  margin: 0 auto;
  position: fixed;
  top: 240px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  background-color: #fff;
  padding: 80px 0;
  display: none;
}
.search_container input {
  position: relative;
  border-bottom: 1px solid #3a434a;
  padding-bottom: 20px;
  padding-left: 70px;
  font-size: 20px;
  color: #3a434a;
  width: 670px;
  margin: 0 auto;
  display: block;
  font-weight: 400;
  line-height: 30px;
}
.search_container #searchBtn {
  background: url(../images/search_btn.png) no-repeat center center;
  background-size: 25px 25px;
  display: block;
  width: 60px;
  height: 40px;
  position: absolute;
  top: 72px;
  left: 105px;
}
.search_container .search_close {
  background: url(../images/search_close.png) no-repeat center center;
  background-size: 15px 15px;
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  top: 22px;
  right: 22px;
  cursor: pointer;
}
.search_container .search_list {
  position: absolute;
  top: 160px;
  left: 105px;
}
.search_container .search_list ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.search_container .search_list ul li {
  margin-right: 20px;
}
.search_container .search_list ul li a {
  font-size: 14px;
  color: #b2b2b2;
  transition: 0.5s;
}
.search_container .search_list ul li a:hover {
  color: #FBA81E;
}
.search_container .search_list ul li:first-child {
  margin-right: 10px;
}
.search_container .search_list ul li:first-child a {
  color: #4c4c4c;
}
.w670 {
  max-width: 670px;
  width: 100%;
  margin: 0 auto;
}
.message_container {
  width: 870px;
  height: 550px;
  margin: 0 auto;
  position: fixed;
  top: 170px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  background-color: #fff;
  padding: 80px 0 0 0;
  display: none;
}
.message_container .search_close {
  background: url(../images/search_close.png) no-repeat center center;
  background-size: 15px 15px;
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  top: 22px;
  right: 22px;
  cursor: pointer;
}
.message_container .btn {
  display: block;
  width: 100%;
  height: 70px;
  border-radius: 5px;
  margin: 40px 0 0 0;
  font-size: 22px;
  outline: none;
  border: none;
  background-image: linear-gradient(to right, #FAA517, #fdaf2d, #FAA517);
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  /* font-family: 'Roboto', sans-serif; */
  background-size: 200%;
  transition: 0.5s;
}
.message_container .btn:hover {
  background-position: right;
}
.message_container .input_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.message_container .input_list .input-group {
  width: 300px;
  position: relative;
  display: grid;
  grid-template-columns: 10% 90%;
  margin: 20px 0;
  padding: 5px 0;
}
.message_container .input_list .input-group .icon {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.message_container .input_list .input-group div {
  position: relative;
  height: 45px;
}
.message_container .input_list .input-group div img {
  height: 25px;
  object-fit: cover;
}
.message_container .input_list .input-group div h5 {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #d9d9d9;
  font-size: 18px;
  transition: 0.3s;
}
.message_container .input_list .input-group div:last-child {
  margin-left: 10px;
}
.message_container .input_list .input-group .input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: none;
  outline: none;
  background: none;
  padding: 0.5rem 0.7rem;
  font-size: 20px;
  color: #555;
  /* font-family: 'Roboto', sans-serif; */
  border-bottom: 2px solid #d9d9d9;
}
.message_container .input_list .input-group .input::-webkit-input-placeholder {
  color: #b2b2b2;
  font-size: 20px;
}
.message_container .input_list .input-group:nth-child(5) {
  width: 100%;
}
.message_container .input_list .input-group:last-child {
  grid-template-columns: 4% 96%;
}
.w1640 {
  max-width: 1640px;
  margin: 0 auto;
  width: 100%;
}
.public_menu {
  width: 100%;
  height: 100vh;
  background: #faa517;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 19;
  opacity: 1;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
}
.public_menu .header {
  position: absolute;
  width:100%;
  left:0;
  top:0;
  z-index: 20;
}
.public_menu .public_nav {
  padding-top: 120px;
}
.public_menu .public_nav ul li {
  margin-bottom: 10px;
  position: relative;
  display: table;
  transition: transform 1.65s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateX(-100%) translateX(-17.5rem);
  opacity: 0;
}
.public_menu .public_nav ul li a {
  text-transform: uppercase;
  color: #fff;
  font-size: 72px;
  line-height: 1.2;
  font-family: 'BIG JOHN' , "思源黑体";
  display: block;
  min-width: 420px;
  text-align: left;
  position: relative;
}
.public_menu .public_nav ul li a span {
  transition: ease-in-out 0s;
}
.public_menu .public_nav ul li a span.z {
  opacity: 0;
  position: absolute;
  width: 100%;
  display: block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  text-align: left;
  font-weight: bold;
  font-family: 'BIG JOHN' , "思源黑体";
  color: #000;
  font-size: 60px;
}
.public_menu .public_nav ul li dl {
  position: absolute;
  width: max-content;
  left: 100%;
  top: 0;
  z-index: 9;
  opacity: 0;
  z-index: -1;
  transition: ease-in-out 0.3s;
}
.public_menu .public_nav ul li dl dd a {
  font-size: 40px;
  line-height: 2;
  padding-right: 0 !important;
  width: auto !important;
  color: #000000;
}
.public_menu .public_nav ul li dl dd a span.z {
  font-size: 40px;
  color: #FFF;
}
.public_menu .public_nav ul li dl.active {
  z-index: 1;
  opacity: 1;
}
.public_menu .public_nav ul li:nth-child(2)::before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 0;
  height: 4px;
  left: calc(100% - 200px);
  top: calc(50% + 2px);
  background: #000;
  transition: ease-in-out 0.5s;
  pointer-events: none;
}
.public_menu .public_nav ul li:nth-child(2).active::before {
  width: 120px;
}
.public_menu .public_nav ul li:nth-child(2) a {
  width: 580px;
  padding-right: 280px;
  min-width: 300px;
}
.public_menu .public_f {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 20px;
  margin-top: 80px;
  opacity: 0;
  transform: translateY(80px);
  transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 1s;
}
.public_menu .public_f .ewm{
	max-width:60px;
	margin:0 auto;
}
.inside_banner{
	margin-top:100px;
}
.public_menu .public_f .right .ewm {
  text-align: center;
}
.public_menu .public_f .right p {
  font-size: 16px;
  color: #fffefe;
  margin-top: 8px;
  text-align:center;
}
.public_menu .public_f .left {
  text-align: right;
}
.public_menu .public_f .left p {
  font-size: 16px;
  color: #fff;
  text-align: center;
  font-weight: 200;
  text-align: right;
}
.public_menu .public_f .left p span {
  font-weight: 500;
  letter-spacing: 1px;
}
.public_menu .public_f .left a {
  font-size: 16px;
  color: #fff;
  display: block;
  font-weight: 200;
  text-align: right;
}
.public_menu.active {
  left: 0;
}
.public_menu.active .public_nav li {
  transform: translateX(0);
  opacity: 1;
}
.public_menu.active .public_f {
  transform: translateY(0);
  opacity: 1;
}
.inside_header {
  background: #fff;
  box-shadow: 0px 0px 5px #ccc;
}
.inside_header .header_right .nav ul li a {
  color: #000;
}
/* .inside_header .header_right .language .icon.messg {
  background: url(../images/message_b.png) no-repeat;
}
.inside_header .header_right .language .icon.search {
  background: url(../images/search_b.png) no-repeat;
} */
.inside_header .header_right .language b {
  background: #000;
}
.inside_header#header2 {
  background: #fff;
}
.work_page {
  padding-top: 100px;
}
.work_page .work_list li {
  padding: 0 10px;
  margin-bottom: 10px;
  padding-bottom: 32%;
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}
.work_page .work_list li figure {
  width: calc((100% - 30px) / 2);
  flex-basis: auto;
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 1;
  height: 100%;
}
.work_page .work_list li figure img{
	width:100%;
}
.work_page .work_list li figcaption {
  width: calc((100% - 30px) / 2);
  background: #FAA517;
  color: #fff;
  flex-basis: auto;
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 1;
  height: 100%;
  padding: 0 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.work_page .work_list li figcaption h4 {
  font-size: 30px;
  font-weight: 800;
  /* font-family: "思源黑体"; */
}
.work_page .work_list li figcaption h5 {
  font-size: 24px;
  color: #fff;
  font-family: 'BIG JOHN' , "思源黑体";
}
.work_page .work_list li figcaption p {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 30PX;
  margin-top: 30px;
}
.work_page .work_list li:nth-child(2n) {
  flex-direction: row-reverse;
}
.work_page .work_list li:nth-child(2n) figure {
  left: auto;
  right: 10px;
}
.work_page .work_list li:nth-child(2n) figcaption {
  right: auto;
  left: 10px;
}
.w1600 {
  max-width: 1580px;
  width: 100%;
  margin: 0 auto;
}
.about_tact {
  display: flex;
  justify-content: space-between;
}
.about_tact .about_p {
  width: 70%;
  font-size: 16px;
  color: #808080;
  line-height: 36px;
  margin-top: 100px;
  word-break: normal;
  text-align: justify;
}
.in_title {
  margin-top: 100px;
}
.in_title h6 {
  font-size: 24px;
  color: #000;
  margin-top: 5px;
  font-weight: 400;
}
.in_title h4 {
  color: #000;
  font-family: 'BIG JOHN' , "思源黑体";
  font-size: 55px;
}
.num_list {
  margin-top: 71px;
  margin-bottom: 104px;
}
.num_list ul {
  display: flex;
  justify-content: space-between;
}
.num_list ul li {
  text-align: left;
  margin-right: 170px;
}
.num_list ul li span {
  font-size: 90px;
  color: #faa517;
  font-weight: 800;
  /* font-family: "思源黑体"; */
}
.num_list ul li h4 {
  font-size: 20px;
  color: #000000;
  font-weight: 400;
}
.num_list ul li:last-child {
  margin-right: 0;
}
.num_list ul li:first-child {
  margin-right: 30px;
}
.num_list ul li:nth-child(3) {
  margin-right: 180px;
}
.team_swiper {
  position: relative;
  margin-top: 80px;
}
.team_swiper .swiper-button-prev {
  left: 46%;
  top: auto;
  bottom: -50px;
  width: 37px;
  height: 24px;
  background: url(../images/prev.png) no-repeat;
  transition: all 0.5s;
}
.team_swiper .swiper-button-next {
  right: 46%;
  top: auto;
  bottom: -50px;
  width: 37px;
  height: 24px;
  background: url(../images/next.png) no-repeat;
  transition: all 0.5s;
}
.team_swiper .swiper-button-prev:hover {
  background: url(../images/prev_h.png) no-repeat;
}
.team_swiper .swiper-button-next:hover {
  background: url(../images/next_h.png) no-repeat;
}
.team_swiper .swiper-button-prev:after {
  display: none;
}
.team_swiper .swiper-button-next:after {
  display: none;
}
.team_swiper .hidetext {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  transition: all 1.5s;
  z-index: 9;
  opacity: 0;
  filter: alpha(opacity=0);
}
.team_swiper .swiper-slide {
  cursor: pointer;
}
.team_swiper .swiper-slide:hover .hidetext {
  opacity: 1;
  filter: alpha(opacity=100);
}
.cul_list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cul_list ul li {
  width: 33.33%;
  display: flex;
  align-items: center;
  margin-top: 80px;
}
.cul_list ul li .icon {
  margin-right: 15px;
}
.cul_list ul li .font h6 {
  font-size: 24px;
  font-weight: 800;
  color: #000000;
}
.cul_list ul li .font p {
  font-size: 18px;
  color: #808080;
  margin-top: 5px;
  transition: ease-in-out 0.5s;
}
.cul_list ul li:nth-child(3n + 1) {
  width: calc(33.33% - 40px);
}
.cul_list ul li:nth-child(3n + 2) {
  width: calc(33.33% - 20px);
}
.cul_list ul li:nth-child(3n) {
  width: calc(33.33% + 60px);
}
.cul_list ul li:hover .font p {
  color: #000;
}
.contact_page1 {
  padding: 120px 0;
}
.mod {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mod figcaption .tit {
  margin-bottom: 80px;
}
.mod figcaption .tit h3 {
  font-family: 'BIG JOHN' , "思源黑体";
  font-size: 60px;
}
.mod figcaption .tit h5 {
  font-size: 32px;
  color: #221815;
  font-weight: bold;
  margin-top: 10px;
}
.mod figcaption .tit2 {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 12px;
}
.mod figcaption .tit2 h6 {
  font-size: 22px;
  color: #faa517;
  font-weight: 800;
}
.mod figcaption .tit2 h6 span {
  font-family: 'BIG JOHN' , "思源黑体";
  font-weight: normal;
  margin-left: 5px;
}
.mod figcaption .tit2 h4 {
  font-size: 32px;
  color: #221815;
  font-weight: bold;
}
.cont_m {
  max-width: 620px;
  margin-top: 40px;
}
.cont_m ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cont_m ul li {
  display: flex;
  align-items: center;
  padding: 35px 0;
}
.cont_m ul li img {
  margin-right: 12px;
}
.cont_m ul li p {
  font-size: 18px;
  color: #221815;
  font-weight: 500;
}
.cont_m ul li p span {
  color: #b2b2b2;
}
.cont_m ul li:first-child {
  width: 100%;
  border-bottom: 1px solid #E5E5E5;
}
.cont_m ul li:nth-child(2) {
  width: 50%;
  position: relative;
}
.cont_m ul li:nth-child(2)::after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 50px;
  background: #EBEBEB;
  right: 0;
  top: 35px;
  z-index: 1;
}
.contact_page3 {
  padding-top: 120px;
}
.contact_page3 .mod {
  margin-bottom: 120px;
}
.contact_page3 .mod:nth-child(2n+1) {
  flex-direction: row-reverse;
}
.strat_page {
  min-height:420px;
  padding: 106px 0 100px 0;
}
.strat_page .strat_tt {
  margin-top: 65px;
  margin-bottom: 30px;
}
.strat_page .strat_tt h3 {
  font-family: 'BIG JOHN' , "思源黑体";
  font-size: 40px;
  color: #000000;
}
.strat_list {
  padding: 0 20px;
}
.strat_list ul li {
  padding: 0;
  width: calc(33.33% - 10px);
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
  background: #faa517;
}
.strat_list ul li figure {
  opacity: 1;
  overflow: hidden;
  transition: all 0.7s;
}
.strat_list ul li figure img {
  transform: scale(1);
  transition: all 0.7s;
  width:100%;
}
.proimg_list img{
	width:100%;
}
.strat_list ul li figcaption {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  margin-top: 30px;
  transform: translateY(-50%);
  transition: all 0.7s;
}
.strat_list ul li figcaption b {
  display: block;
  background: #fff;
  width: 80px;
  height: 2px;
  margin: 12px 0;
}
.strat_list ul li figcaption h4 {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
.strat_list ul li figcaption h6 {
  font-size: 16px;
  color: #ffffff;
  font-weight: 300;
  text-transform: uppercase;
}
.strat_list ul li:nth-child(3n) {
  margin-right: 0;
}
.strat_list ul li:hover figure {
  opacity: 0.2;
}
.strat_list ul li:hover figure img {
  transform: scale(1.12);
}
.strat_list ul li:hover figcaption {
  opacity: 1;
  margin-top: 0;
}
.product_page {
  padding-top: 100px;
}
.product_page .pro_content {
  padding: 80px 0 90px 0;
}
.product_page .pro_content h3 {
  font-size: 60px;
  color: #000000;
  font-family: 'BIG JOHN' , "思源黑体";
}
.product_page .pro_content h6 {
  font-size: 30px;
  color: #000000;
  font-weight: 500;
  margin-top: 10px;
}
.product_page .pro_content p {
  font-size: 18px;
  color: #808080;
  line-height: 30px;
  margin-top: 40px;
}
.product_page .pro_content span {
  display: block;
  font-size: 16px;
  color: #b2b2b2;
  line-height: 24px;
  margin-top: 30px;
}
.product_page .proimg_list li {
  width: 100%;
  padding: 0 20px;
  margin-bottom: 10px;
  float: left;
}
.product_page .proimg_list li:first-child {
  padding: 0;
}
.product_page .proimg_list li:nth-child(2) {
  width: calc((100% - 50px) / 2);
  margin-right: 10px;
  margin-left: 20px;
  padding: 0;
}
.product_page .proimg_list li:nth-child(3) {
  width: calc((100% - 50px) / 2);
  margin-right: 20px;
  padding: 0;
}
.w1540 {
  max-width: 1540px;
  width: 100%;
  margin: 0 auto;
}
.p_control {
  padding: 50px 0;
}
.p_control .w1540 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p_control .w1540 a {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  transition: all 0.5s;
}
.p_control .w1540 a aside {
  width: 37px;
  height: 25px;
  margin-right: 30px;
  transition: all 0.5s;
}
.p_control .w1540 a aside.prev {
  background: url(../images/prev.png) no-repeat;
}
.p_control .w1540 a aside.next {
  background: url(../images/next.png) no-repeat;
}
.p_control .w1540 a:last-child aside {
  margin-right: 0;
  margin-left: 30px;
}
.p_control .w1540 a:hover {
  color: #FAA517;
}
.p_control .w1540 a:hover aside.prev {
  background: url(../images/prev_h.png) no-repeat;
}
.p_control .w1540 a:hover aside.next {
  background: url(../images/next_h.png) no-repeat;
}
.pro_more {
  margin-top: 140px;
}
.pro_more .pro_tit {
  text-align: center;
  font-size: 28px;
  color: #000000;
  font-family: 'BIG JOHN' , "思源黑体";
  margin-bottom: 50px;
}
.top {
  text-align: center;
  margin-top: 100px;
}
.about_page4 .img {
  margin-top: 80px;
}
.about_page3 {
padding-bottom:10px;
}
.about_page3 .in_title h6 {margin-top:0;}
.about_page1 {
  padding-bottom: 12px;
}
.about_page1 .img {
  overflow: hidden;
}
.about_page1 .img img {
  transition: ease-in-out 0.5s;
}
.about_page1 .img:hover img {
  transform: scale(1.1);
}
.pro_nav {
  margin-right: 120px;
}
.pro_nav ul {
  display: flex;
  align-items: center;
}
.pro_nav ul li {
  margin-left: 40px;
}
.pro_nav ul li a {
  display: block;
  line-height: 100px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  position: relative;
  transition: ease-in-out 0.5s;
}
.pro_nav ul li a::after {
  content: '';
  position: absolute;
  width: 0;
  left: 50%;
  bottom: 0;
  z-index: 9;
  background: #FAA517;
  height: 6px;
  transition: ease-in-out 0.5s;
}
.pro_nav ul li a:hover {
  color: #FAA517;
}
.pro_nav ul li a:hover::after {
  width: 100%;
  left: 0;
}
.pro_nav ul li.active a {
  color: #FAA517;
}
.pro_nav ul li.active a::after {
  width: 100%;
  left: 0;
}
.w1480 {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
}
.strat_page2 p.text {
  font-size: 24px;
  color: #262626;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 2.5px;
}
.strat_page2 p.title {
  font-size: 40px;
  color: #010101;
  font-weight: 800;
  margin-bottom: 80px;
  margin-top: 120px;
}
.strat_page2 p.title2 {
  font-size: 30px;
  font-weight: 500;
  color: #000000;
  margin-top: 100px;
}
.strat_page2 p.text2 {
  font-size: 22px;
  color: #262626;
  line-height: 36px;
  font-weight: 500;
  margin-top: 20px;
}
.strat_page2 .st_list {
  margin-top: 45px;
}
.strat_page2 .st_list ul {
  display: flex;
  flex-wrap: wrap;
}
.strat_page2 .st_list ul li {
  width: 390px;
  margin-right: 140px;
  margin-bottom: 50px;
}
.strat_page2 .st_list ul li .tt {
  display: flex;
  align-items: center;
}
.strat_page2 .st_list ul li .tt h6 {
  color: #272727;
  font-size: 24px;
  font-weight: bold;
  margin-left: 20px;
}
.strat_page2 .st_list ul li p {
  font-size: 18px;
  color: #808080;
  line-height: 30px;
  margin-top: 20px;
}
.strat_page2 .st_list ul li:nth-child(3n) {
  margin-right: 0;
}
.strat_page2 .st_list ul li:first-child p {
  padding-left: 70px;
}
.strat_page2 .st_list ul li:nth-child(4) p {
  padding-left: 70px;
}
.strat_page2 .st_list2 ul li {
  margin-bottom: 55px;
}
.strat_page2 .st_list2 ul li .tit {
  font-size: 24px;
  font-weight: bold;
  color: #faa517;
}
.strat_page2 .st_list2 ul li .tit span {
  font-family: 'BIG JOHN' , "思源黑体";
  font-size: 30px;
  margin-right: 5px;
}
.strat_page2 .st_list2 ul li p.sec_tit {
  font-size: 20px;
  color: #000000;
  margin: 15px 0 0 0;
  font-weight: 500;
}
.strat_page2 .st_list2 ul li p.con_f {
  font-size: 18px;
  color: #808080;
  font-weight: 400;
  line-height: 30px;
  margin-top: 25px;
}
.strat_page2 .st_list2 ul li .img {
  margin-top: 40px;
}
.con_banner{margin-top:100px}
.float_win{
  display: none;
}
.mobile_sec{
  display: none;
  height:0;
  overflow:hidden;
}
.footer_messgae p{
  display: none;
}
.footer_messgae .mode p{
  display: block;
}
.mobile_banner{
	display:none;
}





/* 二次新增样式 */


.strat_navpage{
  padding-top: 200px;
}

.strat_navpage .nav_list{
  padding-left: 150px;
}

.strat_navpage .nav_list li{
  padding: 20px 0;
  /* border-top: 1px solid #E6E6E6; */
}

.strat_navpage .nav_list li a{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.strat_navpage .nav_list li figcaption{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.strat_navpage .nav_list li figcaption .s_num{
  font-size: 16px;
  color: #000000;
  font-family: 'BIG JOHN' , "思源黑体";
  margin-top: 10px;
  margin-right: 95px;
}
.nav_list li figcaption .right_wz h3{
  font-size: 42px;
  color: #000000;
  font-family: "思源黑体";
  font-weight: 800;
}

.nav_list li figcaption .right_wz p{
  font-size: 18px;
  font-family: "思源黑体";
  color: #4c4c4c;
  line-height: 2.4;
  margin-top: 30px;
  font-weight: 500;
}

.jishu_page{
  background: url(../images/jishu_bg.jpg) center top no-repeat #FAFBFC;
  padding-bottom: 100px;
  padding-top: 110px;
}

.j_tit1{
  font-size: 28px;
  color: #000000;
  font-weight: bold;
  font-family: "思源黑体";
  text-align: center;
}
.jishu_tit{
  margin-top: 120px;
  text-align: center;
}
.jishu_tit h3{
  font-size: 40px;
  color: #010101;
  font-weight: bold;
}
.jishu_tit b{
  display: block;
  width: 100px;
  height: 4px;
  margin: 20px auto 40px auto;
  background: #FAA517;
}
.jishu_mod .p1{
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 4px;
  margin: 60px 0 20px 0;
}
.jishu_mod .p2{
  text-align: center;
  font-size: 18px;
  color: #808080;
  line-height: 2;
}
.jishu_mod .p3{
  font-size: 28px;
  color: #000000;
  font-weight: bold;
  margin-top: 90px;
  text-align: center;
}
.ewm_list dl{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ewm_list dl dd{
  margin-left: 20px;
  text-align: center;
  padding-top: 7px;
}
.ewm_list dl dd:first-child{
  margin-left: 0;
}
.ewm_list dl dd .img{
  width: 80px;
}