img{
   -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.guidePages {
  width: 100vw;
  height: 100vh;
  position: relative;
}
.guidePages .title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 9;
}
.guidePages .title div {
  text-align: center;
  margin: auto;
}
.guidePages .xian {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  overflow: hidden;
}
.guidePages .xian img {
  width: 100vw;
}
.w_1720 {
  width: 94%;
  max-width: 1720px;
  margin: auto;
}
.w_1434 {
  width: 94%;
  max-width: 89.625rem;
  margin: auto;
}
.index_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 54;
  background: #fff;
  box-shadow: 0 2px 3px #f5f5f5;
}
.index_header .box .logo {
  padding: 20px 0;
}
.index_header .box .logo a img {
  height: 40px;
}
.index_header .box .search_ {
  padding: 17px 0;
}
.index_header .box .search_ .search {
  width: 5rem;
  height: 2.875rem;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 1.5rem;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  transition: 0.3s;
}
.index_header .box .search_ .search form {
  height: 100%;
  transition: 0.5s;
}
.index_header .box .search_ .search div {
  height: 100%;
  width: 80%;
  transform: translateX(4rem);
  transition: 0.3s;
  opacity: 0;
}
.index_header .box .search_ .search div input {
  height: 100%;
  display: block;
  width: 100%;
  border: 0;
  background: none;
  box-sizing: border-box;
  padding: 0 1.25rem;
  color: #535353;
  font-size: 16px;
}
.index_header .box .search_ .search div input::-webkit-input-placeholder {
  color: #ccc;
  font-size: 16px;
}
.index_header .box .search_ .search div input::-moz-placeholder {
  color: #ccc;
  font-size: 16px;
}
.index_header .box .search_ .search div input:-moz-placeholder {
  color: #ccc;
  font-size: 16px;
}
.index_header .box .search_ .search div input:-ms-input-placeholder {
  color: #ccc;
  font-size: 16px;
}
.index_header .box .search_ .search label {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 100%;
  right: 1.5rem;
}
.index_header .box .search_ .search label input {
  display: none;
}
.index_header .box .search_ .search:hover {
  width: 25rem;
  border: 1px solid #ccc;
}
.index_header .box .search_ .search:hover div {
  opacity: 1;
  transform: translateX(0px);
}
.indexHeader {
  z-index: 50;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  background: #fff;
}
.indexHeader .box .logo a img {
  height: 40px;
}
.indexHeader .box .main .left {
  padding: 11px 0;
}
.indexHeader .box .main .left img {
  height: 18px;
}
.indexHeader .box .main .right {
  padding: 10px 0;
  margin-left: 3rem;
}
.indexSearch {
  z-index: 50;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 0;
  background: #fff;
  transform: translateY(-100%);
  transition: 0.3s;
}
.indexSearch .box {
  position: relative;
}
.indexSearch .box span {
  position: absolute;
  right: 3rem;
  top: 0;
  z-index: 5;
  font-size: 20px;
  height: 100%;
  display: flex;
  align-items: center;
}
.indexSearch .box::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
}
.indexSearch .box .left {
  width: 90%;
}
.indexSearch .box .left input {
  height: 50px;
  border: 0;
  display: block;
  width: 100%;
  font-size: 1rem;
}
.indexSearch .box .right label {
  display: block;
  padding: 15px 0;
  height: 20px;
}
.indexSearch .box .right input {
  display: none;
}
.indexSearchOn {
  transform: translateY(0%);
}
.indexNav {
  display: none;
  position: fixed;
  width: 100%;
  top: 80px;
  left: 0;
  height: calc(100% - 80px);
  z-index: 50;
  background: #f3f3f3;
}
.indexNav .box {
  padding-top: 5rem;
}
.indexNav .box .item {
  text-align: center;
  padding: 1.25rem 0;
}
.indexNav .box .item .top {
  height: 2rem;
  overflow: hidden;
}
.indexNav .box .item .top p {
  color: #000;
  font-size: 2rem;
  text-transform: uppercase;
  line-height: 2rem;
  position: relative;
}
.indexNav .box .item .top p a {
  color: #000;
  display: block;
}
.indexNav .box .item .bot {
  display: none;
}
.indexNav .box .item .bot ul {
  margin-top: 1.875rem;
}
.indexNav .box .item .bot ul li {
  line-height: 2.1875rem;
}
.indexNav .box .item .bot ul li a {
  font-size: 1.5rem;
  color: #999;
}
.indexNav .box .active .top p {
  top: -2rem;
}
.index_footer {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 3.75rem;
  z-index: 50;
}
.index_footer .box {
  text-align: right;
}
.index_footer .box div {
  font-size: 12px;
  color: #ccc;
}
.index_footer .box div a {
  color: #ccc;
}
.index_footer .box p {
  margin-top: 8px;
}
.index_footer .box p a {
  font-size: 12px;
  color: #ccc;
}
.index_footer .box p a a {
  color: #ccc;
}
.index_banner {
  margin-top: 80px;
  width: 100vw;
  position: relative;
}
.index_banner .banner {
  background: url(../images/xian.png) no-repeat 50% 100%;
  background-size: 100% auto;
}
.index_banner .banner .swiper-slide {
  height: calc(100vh - 80px);
}
.index_banner .banner .swiper-slide .box {
  height: 100%;
}
.index_banner .banner .swiper-slide .box .boxLeft {
  width: 68.5%;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.index_banner .banner .swiper-slide .box .boxLeft p {
  height: 0%;
  overflow: hidden;
  width: 100%;
  transition: 1.5s;
  margin: auto;
}
.index_banner .banner .swiper-slide .box .boxLeft .phone {
  display: none;
}
.index_banner .banner .swiper-slide .box .boxLeft img {
  width: 100%;
  height: 101%;
  object-fit: cover;
}
.index_banner .banner .swiper-slide .box .boxRight {
  width: 31.5%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 6.25rem 0 5rem;
}
.index_banner .banner .swiper-slide .box .boxRight .main {
  text-align: right;
}
.index_banner .banner .swiper-slide .box .boxRight .main .top {
  font-size: 1.875rem;
  color: #000;
  line-height: 2.8125rem;
}
.index_banner .banner .swiper-slide .box .boxRight .main .bot {
  color: #996600;
  font-size: 1.25rem;
  margin-top: 2.8125rem;
  text-transform: uppercase;
}
.index_banner .box1 {
  position: absolute;
  left: 0;
  bottom: 7rem;
  width: 100%;
  z-index: 5;
}
.index_banner .box1 .box1_ .left {
  font-size: 14px;
  color: #fff;
}
.index_banner .box1 .box1_ .roght .layui-icon {
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-left: 1.875rem;
}
.index_banner .box1 .box1_ .roght .layui-icon:hover {
  color: #000;
}
@keyframes dash {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.index_banner_phone {
  display: none;
}
.index_banner_pc .banner .box {
  position: relative;
}
.index_banner_pc .banner .box .boxRight_box {
  position: absolute;
  top: 0;
  right: 0%;
 width: 100%;
  height: 100%;
}
.index_banner .banner .swiper-slide .box .boxRight {
   
    padding: 0 3% 0 5rem !important;
}


.index_nav {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: calc(100% - 80px);
  top: 80px;
  left: 0;
  background: #f3f3f3 url(../images/xian1.png) no-repeat 50% 100%;
  background-size: 100% auto;
  display: flex;
  align-items: center;
  opacity: 0;
}
.index_nav .box {
  height: 38.25rem;
  width: 100%;
}
.index_nav .boxLeft {
  width: 12.5%;
  text-align: center;
  box-sizing: border-box;
  border-right: 1px solid #999;
  display: flex;
  align-items: center;
}
.index_nav .boxLeft span {
  display: inline-block;
  margin: auto;
  cursor: pointer;
}
.index_nav .boxLeft img {
  filter: invert(40%);
}
.index_nav .boxRight {
  width: 87.5%;
}
.index_nav .boxRight .item {
  flex: 1;
  position: relative;
  opacity: 0;
  top: -1.875rem;
  transition-property: opacity,top,background;
  transition-duration: 0.5s, 0.5s, 0.5s;
  -webkit-transition-property: opacity,top,background;
  -webkit-transition-duration: 0.5s, 0.5s, 0.5s;
  overflow: hidden;
}
.index_nav .boxRight .item > div,
.index_nav .boxRight .item > a {
  display: block;
  font-size: 2rem;
  color: #999;
  height: 100%;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  position: relative;
  transition: all 0.5s;
}
.index_nav .boxRight .item > div p,
.index_nav .boxRight .item > a p {
  margin: auto;
}
.index_nav .boxRight .item > div .p1{
	display: none;
}


.index_nav .boxRight .item > div ul li a:hover .p1{
	display: block;
}
.index_nav .boxRight .item > div ul li a:hover .p2{
	display: none;
}

.index_nav .boxRight .item > div div,a
.index_nav .boxRight .item > a div {
  margin: auto;
  color: #fff;
  transition: 0.5s;
  position: relative;
  top: 0;
  width: 100%;
  text-align: center;
}
.index_nav .boxRight .item > div:nth-child(2),
.index_nav .boxRight .item > a:nth-child(2) {
  transform: translateY(-70%);
  opacity: 0;
}
.index_nav .boxRight .item > div:nth-child(2) div,
.index_nav .boxRight .item > a:nth-child(2) div{
  color: #fff;
  margin: auto;
} 
.index_nav .boxRight .item > div ul,
.index_nav .boxRight .item > a ul {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 4rem;
 
}
.index_nav .boxRight .item > div ul li,
.index_nav .boxRight .item > a ul li {
  line-height: 20px;
}
.index_nav .boxRight .item > div ul li a,
.index_nav .boxRight .item > a ul li a {
  font-size: 14px;
  color: #fff;
  display: inline-block;
}
.index_nav .boxRight .item:hover a:nth-child(2) {
  transform: translateY(-100%);
  opacity: 1;
}
.index_nav .boxRight .item:hover > div {
  transform: translateY(-100%);
  opacity: 1;
}
.index_nav .boxRight .item:nth-child(1) {
  transition-delay: 0.4s, 0.4s, 0s;
  -webkit-transition-delay: 0.4s, 0.4s, 0s;
}
.index_nav .boxRight .item:nth-child(2) {
  transition-delay: 0.6s, 0.6s, 0s;
  -webkit-transition-delay: 0.6s, 0.6s, 0s;
}
.index_nav .boxRight .item:nth-child(3) {
  transition-delay: 0.8s, 0.8s, 0s;
  -webkit-transition-delay: 0.8s, 0.8s, 0s;
}
.index_nav .boxRight .item:nth-child(4) {
  transition-delay: 1s,1s,0s;
  -webkit-transition-delay: 1s,1s,0s;
}
.index_nav .boxRight .item:nth-child(5) {
  transition-delay: 1.2s, 1.2s, 0s;
  -webkit-transition-delay: 1.2s, 1.2s, 0s;
}
.index_nav .boxRight .item:nth-child(6) {
  transition-delay: 1.4s, 1.4s, 0s;
  -webkit-transition-delay: 1.4s, 1.4s, 0s;
}
.navActive {
  z-index: 55;
  opacity: 1;
}
.navActive .item {
  opacity: 1 !important;
  top: 0 !important;
}
.index_menu {
  position: fixed;
  z-index: 40;
  width: 12.5%;
  height: calc(100% - 80px);
  top: 80px;
  left: 0;
  display: flex;
  align-items: center;
  transition: 0.5s;
}
.index_menu .box {
  height: 38.25rem;
  width: 100%;
}
.index_menu .boxLeft {
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
}
.index_menu .boxLeft span {
  display: inline-block;
  margin: auto;
  cursor: pointer;
}
.index_menu .boxLeft img {
  transition: 0.5s;
}
.index_menuAct .boxLeft {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.index_menuAct .boxLeft img {
  filter: invert(100%);
}
.index_box {
  height: calc(100vh - 80px);
  margin-top: 80px;
  box-sizing: border-box;
}
.index_about {
  position: relative;
  padding: 0 !important;
}
.index_about .pc {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.index_about .phone {
  display: none;
}
.index_about .box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.index_about .box .main {
  width: 40.625rem;
  margin: auto;
  position: relative;
top: 2rem;
transition: 0.3s;
opacity: 0;
}
.index_about .box .main1 {
  top: 0;
  opacity: 1;
}
.index_about .box .main p {
  font-size: 1rem;
  color: #fff;
  line-height: 1.625rem;
  text-align: justify;
}
.indexFooter {
  /* position: sticky; */
  background: #f3f3f3;
  padding: 4.625rem 0;
  width: 100%;
  bottom: 0;
  left: 0;
  /* z-index: -1; */
}
.indexFooter .box {
  /* opacity: 0; */
  transition: all 0.2s;
}
.indexFooter .box .top p {
  margin: 0 1.375rem;
}
.indexFooter .box .top p a {
  font-size: 1.25rem;
  color: #999;
  text-transform: uppercase;
}
.indexFooter .box .bot {
  text-align: center;
  margin-top: 1.25rem;
}
.indexFooter .box .bot p {
  font-size: 12px;
  color: #999;
  line-height: 1.5rem;
}
.indexFooter .box .bot p a {
  color: #999;
}
.index_partner {
  background: #f3f3f3;
  /*padding-left: 4.5rem;*/
  display: flex;
  align-items: center;
}
.index_partner .box {
  width: 76.25rem;
  margin: auto;
  position: relative;
}
.index_partner .box .banner .swiper-slide p {
  height: 7.375rem;
  background: #fff;
  display: flex;
  align-items: center;
}
.index_partner .box .banner .swiper-slide p img {
  margin: auto;
  max-width: 96%;
  max-height: 96%;
}
.index_partner .box .swiper-pagination {
  text-align: center;
  position: inherit;
  width: 100%;
}
.index_partner .box .btn {
  margin-top: 3.125rem;
}
.index_partner .box .btn .layui-icon {
  font-size: 18px;
  color: #999;
  cursor: pointer;
  margin: 0 0.9375rem;
}
.index_partner .box .btn .layui-icon:hover {
  color: #000;
}
.p150 {
  padding-top: 9.375rem;
}
.p150_ {
  padding-bottom: 9.375rem;
}
.index_partner1 {
  background: #fff url(../images/xian1.png) no-repeat 50% 50%;
  background-size: 100% auto;
}
.index_partner1 .box .boxLeft {
  width: 51%;
}
.index_partner1 .box .boxLeft img {
  width: 120%;
}
.index_partner1 .box .boxRight {
  width: 49%;
  display: flex;
  align-items: center;
}
.index_partner1 .box .boxRight .main {
  background: #996600;
  box-sizing: border-box;
  padding: 4.125rem;
  width: 100%;
  text-align: justify;
}
.index_partner1 .box .boxRight .main div {
  font-size: 1.625rem;
  color: #fff;
  line-height: 2.5rem;
}
.index_partner1 .box .boxRight .main p {
  margin-top: 2rem;
  font-size: 1.25rem;
  color: #fff;
  line-height: 2rem;
}
.index_partner1 .box1 {
  font-size: 1.875rem;
  color: #996600;
  text-align: center;
}
.supplier_box0 .box .banner {
  position: relative;
}
.supplier_box0 .box .banner .swiper-slide a {
  background: none;
  height: 14.375rem;
  display: flex;
  align-items: center;
  width: 100%;
}
.supplier_box0 .box .banner .swiper-slide a img {
  opacity: 0.4;
  margin: auto;
  max-width: 80%;
  max-height: 100%;
}
.supplier_box0 .box .banner .swiper-slide-active a img {
  opacity: 1;
}
.supplier_box0 .box .banner .btn {
  margin-top: 0;
}
.supplier_box0 .box .banner .layui-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.supplier_box0 .box .banner .layui-icon-left {
  left: 30%;
}
.supplier_box0 .box .banner .layui-icon-right {
  right: 30%;
}
.supplier_box {
  text-align: center;
  margin-top: 5rem;
}
.supplier_box h5 {
  font-size: 3.5rem;
  color: #996600;
  text-transform: uppercase;
}
.supplier_box p {
  font-size: 1.375rem;
  color: #666;
  line-height: 1.875rem;
  margin-top: 0.5rem;
}
.supplier_box1 {
  background: url(../images/xian1.png) no-repeat 50% 50%;
  background-size: 100% auto;
}
.supplier_box1 .box {
  text-align: center;
}
.supplier_box1 .box .top p {
  font-size: 1.25rem;
  color: #666;
  line-height: 2.1875rem;
  opacity: 0.8;
}
.supplier_box1 .box .bot {
  margin-top: 17.5rem;
  padding-left: 19.6875rem;
  box-sizing: border-box;
}
.supplier_box1 .box .bot .img1 {
  width: 41%;
}
.supplier_box1 .box .bot .img1 img {
  width: 100%;
}
.supplier_box1 .box .bot .img2 {
  width: 22.5%;
  margin: 0 4%;
}
.supplier_box1 .box .bot .img2 img {
  width: 100%;
}
.supplier_box1 .box .bot .img3 {
  width: 28.5%;
}
.supplier_box1 .box .bot .img3 img {
  width: 100%;
}
.box_bg {
  background: #fff;
}
.supplier_box2 {
  margin-top: 5rem;
}
.supplier_box2 .box {
  box-sizing: border-box;
  padding: 0 9.0625rem 0 13.4375rem;
}
.supplier_box2 .box .boxLeft {
  font-size: 14.125rem;
  color: #fff;
  text-stroke: 1px #ccc;
  -webkit-text-stroke: 1px #ccc;
  opacity: 0.4;
}
.supplier_box2 .box .boxRight {
  line-height: 16.25rem;
}
.supplier_box2 .box .boxRight a {
  font-size: 1.5rem;
  color: #000;
}
.supplier_box2 .box .boxRight a span {
  display: inline-block;
  margin-left: 4rem;
  width: 9rem;
  height: 1px;
  background: #996600;
  vertical-align: middle;
  transition: all 0.3s;
}
.supplier_box2 .box .boxRight a:hover span {
  margin-left: 2rem;
}
.project_box .box {
  box-sizing: border-box;
  padding-left: 9rem;
}
.project_box .box .toggle ul li {
  margin-right: 2.625rem;
 /* height: 20px;
  overflow: hidden;*/
}
.project_box .box .toggle ul li a {
  display: block;
  text-align: center;
  transition: 0.3s;
  width: 7.5rem;
}
.project_box .box .toggle ul li a p {
  font-size: 1rem;
  color: #999;
  line-height: 20px;
}
.project_box .box .toggle ul li a p:nth-child(2){
	display: none;				
}
/*.project_box .box .toggle ul li:hover a p:nth-child(1){
  transform: translateY(-20px);
  display: none;
}*/
.project_box .box .toggle ul li:hover a p{
  /*transform: translateY(-20px);*/
  /*display: block;*/
  color: #996600;
}
.project_box .box .toggle ul .active a p:nth-child(1) {
  /*display: none;*/
   color: #996600;
}

.project_box .box .toggle ul li:hover a p:nth-child(1){
  display: none;
}
.project_box .box .toggle ul li:hover a p:nth-child(2){
  display: block;
}
/*.project_box .box .toggle ul .active a p:nth-child(2) {
  display: block;
   color: #996600;
}*/
.project_box .box .main {
  margin-top: 6.25rem;
}
.project_box .box .main .fall_box .item {
  width: calc((100% - 80px)/3);
  margin-bottom: 2.5rem;
}
.project_box .box .main .fall_box .item a {
  display: block;
  position: relative;
}
.project_box .box .main .fall_box .item img {
  width: 100%;
}
.project_box .box .main .fall_box .item section {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  opacity: 0;
  transition: 0.3s;
}
.project_box .box .main .fall_box .item section p {
  font-size: 1.375rem;
  color: #fff;
  width: 100%;
  box-sizing: border-box;
  padding: 0 1rem;
  text-align: center;
  position: relative;
  top: 3rem;
  opacity: 0;
  transition: 0.5s;
}
.project_box .box .main .fall_box .item:hover section {
  opacity: 1;
}
.project_box .box .main .fall_box .item:hover section p {
  top: 0;
  opacity: 1;
}
.more_a {
  display: block;
  text-align: center;
  padding: 0 0 3rem;
}
.more_a img {
  width: 2.5rem;
}
.more_a span {
  font-size: 2.5rem;
}
.more_ao {
  padding: 0 0 6.25rem;
}
.more_ao img {
  display: none;
}
.project_info {
  position: relative;
  padding: 0 !important;
}

.project_info .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.project_info .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: dash 10s linear forwards;
}
.project_info .img .phone{
  display: none;
}
.project_info .main {
  position: absolute;
  bottom: -3.2rem;
  right: 15.25rem;
  min-width: 24.5rem;
  background: #996600;
  min-height: 12.5rem;
  box-sizing: border-box;
  padding: 2.875rem;
}
.project_info .main .item {
  line-height: 1.5rem;
  padding: 0.3125rem 0;
}
.project_info .main .item .name {
  font-size: 0.875rem;
  color: #fff;
}
.project_info .main .item .xian {
  font-size: 14px;
  color: #fff;
  opacity: 0.3;
  width: 2%;
  margin: 0 8%;
}
.project_info .main .item .text {
  font-size: 0.875rem;
  color: #fff;
  opacity: 0.5;
  width: 60%;
}
.project_info1 {
  padding-top: 12.5rem;
  padding-bottom: 3.125rem;
}
.project_info1 .box > div {
  box-sizing: border-box;
  margin-bottom: 6rem;
}
.project_info1 .box > div img {
  max-width: 100%;
}
.project_info1 .box .img1 img {
  width: 100%;
}
.project_info1 .box .img2 {
  width: 75%;
  padding-left: 4.5rem;
}
.project_info1 .box .par {
  padding-right: 4.5rem;
}
.project_info1 .box .img3 {
  width: 37.5%;
}
.project_info1 .box .img4 {
  width: 60%;
}
.project_info1 .box .img5 {
  padding-left: 9.75rem;
}
.project_info1 .box .par1 {
  padding-left: 4.5rem;
}
.project_info1 .box .par1 .left {
  width: 54%;
}
.project_info1 .box .par1 .right {
  width: 42%;
}
.project_info1 .box .par1 .right .img7 {
  margin-bottom: 3.125rem;
}
.project_info1 .box .img9 {
  padding-right: 9rem;
}
.project_info1 .box .img10 {
  width: 57.5%;
}
.project_info1 .box .img11 {
  width: 39%;
}
.news_box {
  margin-top: 13.75rem;
  padding-bottom: 7.5rem;
}
.news_box .box {
  box-sizing: border-box;
  padding-left: 9rem;
}
.news_box .box .list .item {
  margin-bottom: 5.625rem;
}
.news_box .box .list .item a .left {
  font-size: 1rem;
  color: #999;
  width: 6%;
  padding-top: 1.25rem;
}
.news_box .box .list .item a .left p {
  line-height: 2.1875rem;
}
.news_box .box .list .item a .center {
  width: 58%;
  box-sizing: border-box;
  padding: 1.25rem 15.625rem 0 5.3125rem;
}
.news_box .box .list .item a .center .title {
  font-size: 1.625rem;
  color: #000;
  line-height: 2.5rem;
  height: 5rem;
  transition: all 0.5s;
}
.news_box .box .list .item a .center .text {
  font-size: 1rem;
  color: #666;
  line-height: 1.875rem;
  height: 3.75rem;
  margin-top: 2.625rem;
}
.news_box .box .list .item a .center .time {
  font-size: 14px;
  color: #996600;
  margin-top: 2.875rem;
}
.news_box .box .list .item a .center .time span {
  font-size: 14px;
  display: inline-block;
  margin-left: 1rem;
  transition: all 0.5s;
}
.news_box .box .list .item a .right {
  width: 36%;
}
.news_box .box .list .item a .right img {
  width: 100%;
  filter: grayscale(100%);
  transition: all 0.5s;
}
.news_box .box .list .item:hover a .center .title {
  color: #996600;
}
.news_box .box .list .item:hover a .center .time span {
  margin-left: 2rem;
}
.news_box .box .list .item:hover a .right img {
  filter: grayscale(0%);
}
.index_page {
  line-height: 1.875rem;
  font-size: 1rem;
}
.index_page .btn a:hover {
  color: #996600;
}
.index_page .cen {
  margin: 0 5rem;
}
.index_page .cen a {
  padding: 0 0.8125rem;
}
.index_page .cen a:hover {
  color: #996600;
}
.index_page .cen .on {
  color: #996600;
}
.news_info_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #f3f3f3 url(../images/xian1.png) no-repeat 50% 50%;
  background-size: 100% auto;
}
.news_info {
  max-width: 1290px;
  width: 94%;
  margin: 20rem auto 0;
  position: relative;
  z-index: 10;
}
.news_info .box {
  text-align: center;
}
.news_info .box h5 {
  font-size: 2.875rem;
  color: #000;
}
.news_info .box h6 {
  font-size: 1.125rem;
  color: #333;
  margin-top: 1.875rem;
}
.news_info .box .main {
  margin-top: 9.375rem;
}
.news_info .box .main p {
  font-size: 1.25rem;
  line-height: 2.1875rem;
  color: #666;
}
.news_info .box .main p img {
  max-width: 100%;
  margin: auto;
}
.new_info1 {
  border-top: 1px solid #ccc;
  max-width: 1290px;
  width: 94%;
  margin: 0 auto 0;
  text-align: center;
  padding-top: 6.25rem;
}
.new_info1 h5 {
  font-size: 3rem;
  color: #996600;
  text-transform: uppercase;
}
.new_info1 h6 {
  font-size: 1.875rem;
  color: #996600;
  margin-top: 0.3125rem;
}
.news_box_ {
  margin-top: 7.5rem;
  padding-bottom: 2.5rem;
}
.news_box_ .box {
  padding-left: 0;
  max-width: 1290px;
  width: 94%;
  margin: 0 auto 0;
}
.recruitment_box {
  margin-top: 13.75rem;
}
.recruitment_box .box {
  box-sizing: border-box;
  padding-left: 9rem;
  padding-bottom: 6.25rem;
}
.recruitment_box .box .list .item {
  background: #f3f3f3;
  cursor: pointer;
  width: 48.5%;
  box-sizing: border-box;
  padding: 3.125rem;
  transition: 0.5s;
  margin-bottom: 2.5rem;
}
.recruitment_box .box .list .item h5 {
  font-size: 1.875rem;
  color: #000;
}
.recruitment_box .box .list .item h6 {
  font-size: 1rem;
  color: #999;
  margin-top: 1rem;
}
.recruitment_box .box .list .item .tit {
  font-size: 1.25rem;
  color: #999;
  margin-top: 3.125rem;
}
.recruitment_box .box .list .item .text {
  height: 7.5rem;
  overflow: hidden;
  margin-top: 1.25rem;
}
.recruitment_box .box .list .item .text p {
  font-size: 1rem;
  color: #000;
  line-height: 1.875rem;
  position: relative;
  padding-left: 1.5rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.recruitment_box .box .list .item .text p span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}
.recruitment_box .box .list .item .link {
  font-size: 14px;
  color: #996600;
  margin-top: 5.125rem;
}
.recruitment_box .box .list .item .link span {
  font-size: 14px;
  display: inline-block;
  margin-left: 1rem;
}
.recruitment_box .box .list .item .posi {
  display: none;
}
.recruitment_box .box .list .item:hover {
  background: url(../images/xian2.png) no-repeat left bottom;
  background-size: 100% 100%;
}
.recruitment_box .box .list .item:hover h5 {
  color: #fff;
  opacity: 0.65;
}
.recruitment_box .box .list .item:hover h6 {
  color: #fff;
  opacity: 0.5;
}
.recruitment_box .box .list .item:hover .tit {
  color: #fff;
  opacity: 0.5;
}
.recruitment_box .box .list .item:hover .text p {
  color: #fff;
  opacity: 0.65;
}
.recruitment_box .box .list .item:hover .link {
  color: #fff;
  opacity: 0.65;
}
.recruitment_layer {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  display: none;
  transition: 0.5s;
}
.recruitment_layer .box {
  width: 62.5rem;
  height: 46rem;
  background: #fff url(../images/xian3.png) no-repeat left bottom;
  margin: auto;
  box-sizing: border-box;
  padding: 4.5rem;
  position: relative;
}
.recruitment_layer .box > span {
  font-size: 1.5rem;
  color: #ddd;
  position: absolute;
  right: 2.5rem;
  top: 2.5rem;
  cursor: pointer;
}
.recruitment_layer .box > div {
  height: 100%;
}
.recruitment_layer .box .html {
  height: 100%;
}
.recruitment_layer .box h5 {
  font-size: 2.25rem;
  text-align: center;
}
.recruitment_layer .box h6 {
  font-size: 1rem;
  color: #666;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 5.625rem;
}
.recruitment_layer .box .main {
  margin-bottom: 4.5rem;
}
.recruitment_layer .box .main .title {
  font-size: 1.25rem;
  color: #999;
}
.recruitment_layer .box .main .text {
  margin-top: 2rem;
}
.recruitment_layer .box .main .text p {
  font-size: 1.25rem;
  color: #000;
  position: relative;
  padding-left: 1.5rem;
  line-height: 2rem;
  opacity: 0.8;
}
.recruitment_layer .box .main .text p span {
  position: absolute;
  top: 0;
  left: 0;
}
.recruitment_layer .box .info {
  font-size: 1.25rem;
  color: #999;
}
.recruitment_layer .box .info1 {
  margin-top: 3.375rem;
}
.recruitment_layer .box .info1 div {
  font-size: 1.75rem;
  color: #996600;
  line-height: 3.125rem;
}
.recruitment_layer .box .info1 div img {
  width: 2.1875rem;
  margin-right: 2.1875rem;
}
.contact_box {
  margin-top: 5rem;
  background: #f3f3f3;
}
.contact_box .box .boxLeft {
  width: 43%;
}
.contact_box .box .boxLeft img {
  width: 100%;
}
.contact_box .box .boxRight {
  width: 57%;
  box-sizing: border-box;
  padding: 4.375rem 15.25rem 0 9rem;
  color: #999;
}
.contact_box .box .boxRight h5 {
  font-size: 1.5rem;
  color: #996600;
  text-transform: uppercase;
}
.contact_box .box .boxRight .item {
  margin-top: 4.875rem;
}
.contact_box .box .boxRight .item p {
  font-size: 1.5rem;
  line-height: 2.1875rem;
}
.contact_box .box .boxRight .item1 {
  margin: 2.625rem 0;
}
.contact_box .box .boxRight .item1 p {
  font-size: 1.5rem;
  line-height: 2.1875rem;
}
.contact_box .box .boxRight .item2 {
  font-size: 1.5rem;
}
@media screen and (min-width: 1921px) {
.index_footer .box{
  max-width: 3840px;
}
.index_banner .box1 .box1_ {
  max-width: 3840px;
}
.index_banner_pc .banner .box .boxRight_box {
  position: absolute;
  top: 0;
  right: 3%;
 width: 30%;
  height: 100%;
}
.index_banner_pc .banner .box .boxRight {
  padding: 0 0 0 5rem !important;
  width: 100% !important;
}
.index_banner_pc .banner .box .boxRight .main{
	width: 100%;
}
}
@media screen and (max-width: 1440px) {
  .index_partner .box .banner .swiper-slide p {
    height: 12rem;
  }
  .supplier_box1 .box .bot {
    margin-top: 12.5rem;
  }
  .project_box .box {
    padding-left: 10rem;
  }
  .project_box .box .main .fall_box .item {
    width: calc((100% - 60px)/3);
    margin-bottom: 2.2rem;
  }
  .index_nav .boxRight .item > div,
  .index_nav .boxRight .item > a {
    font-size: 1.6rem;
  }
  .news_box .box {
    box-sizing: border-box;
    padding-left: 10rem;
  }
  .contact_box .box .boxRight {
    padding: 6.375rem 15.25rem 0 9rem;
  }
  .recruitment_layer .box h5 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1366px) {
  .index_about .box .main {
    width: 45rem;
  }
  .index_partner1 .box .boxRight .main div {
    font-size: 1.4rem;
  }
  .news_info {
    margin: 17rem auto 0;
  }
  .news_info .box h5 {
    font-size: 2.4rem;
  }
  .index_banner .banner .swiper-slide .box .boxRight .main .top {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .index_banner .banner .swiper-slide .box .boxLeft {
    width: 65%;
  }
  .index_banner .banner .swiper-slide .box .boxRight {
    width: 35%;
    padding: 0 3rem 0 2rem;
  }
  .index_menu {
    display: none;
  }
  .index_header {
    display: none;
  }
  .indexHeader {
    display: block;
  }
  .indexHeader .box .main .left .open{
	  
  }
  .indexHeader .box .main .left .close{
  	  display: none;
  }
  .indexHeader .box .main .act .open{
  	  display: none;
  }
  .indexHeader .box .main .act .close{
  	  display: block;
  }
  .index_footer {
    display: none;
  }
  .indexSearch {
    display: block;
  }
  .indexFooter {
    padding: 2.625rem 0;
  }
  .index_partner {
    padding-left: 0;
  }
  .index_partner .box {
    width: 94%;
  }
  .p150_ {
    padding-bottom: 6.375rem;
  }
  .p150 {
    padding-top: 6.375rem;
  }
  .index_partner1 .box .boxRight .main div {
    font-size: 1.2rem;
    line-height: 2rem;
  }
  .supplier_box h5 {
    font-size: 3rem;
  }
  .supplier_box0 .box .banner .swiper-slide a {
    height: 12rem;
  }
  .supplier_box1 .box .bot {
    padding-left: 10rem;
  }
  .supplier_box2 .box {
    padding: 0 9.0625rem 0 7rem;
  }
  .supplier_box2 .box .boxLeft {
    font-size: 12rem;
  }
  .supplier_box2 .box {
    padding: 0 0 0 7rem;
  }
  .supplier_box2 .box .boxRight a span {
    margin-left: 3rem;
    width: 7rem;
  }
  .project_box .box {
    padding-left: 0;
  }
  .project_box {
    padding-top: 8rem;
  }
  .project_box .box .main {
    margin-top: 3.25rem;
  }
  .project_box .box .main .fall_box .item section {
    display: none;
  }
  .project_info .main {
    right: 3%;
  }
  .project_info1 {
    padding-top: 7.5rem;
  }
  .project_info1 .box > div {
    margin-bottom: 4rem;
  }
  .news_box .box {
    padding-left: 0;
  }
  .news_box .box .list .item a .center {
    padding: 1.25rem 8.625rem 0 5.3125rem;
  }
  .news_box .box .list .item a .center .title {
    font-size: 1.5rem;
    line-height: 2rem;
    height: 4rem;
  }
  .news_box .box .list .item a .center .text {
    margin-top: 1.625rem;
  }
  .news_box .box .list .item a .center .time {
    margin-top: 1.875rem;
  }
  .news_box {
    margin-top: 13.75rem;
    padding-bottom: 4.5rem;
  }
  .news_info .box h5 {
    font-size: 2rem;
  }
  .news_info {
    margin: 13rem auto 0;
  }
  .news_info .box .main {
    margin-top: 6.375rem;
  }
  .news_info .box .main p {
    font-size: 1.2rem;
    line-height: 2rem;
  }
  .new_info1 h5 {
    font-size: 2.5rem;
  }
  .news_box_ {
    margin-top: 5.75rem;
    padding-bottom: 1.5rem;
  }
  .new_info1 {
    border-top: 1px solid #ececec;
  }
  .recruitment_box .box {
    padding-left: 0;
  }
  .recruitment_box .box {
    padding-bottom: 3.25rem;
  }
  .recruitment_box {
    margin-top: 10.75rem;
  }
  .recruitment_box .box .list .item h5 {
    font-size: 1.6rem;
  }
  .contact_box .box .boxRight {
    padding: 6.375rem 10rem 0 8rem;
  }
}
@media screen and (max-width: 768px) {
	
	.project_info .main {
	    bottom: -4.2rem; 
	}
	
	.indexNav .box .item .top{
		height: 1.8rem;
	}
  .index_banner .banner .swiper-slide .box .boxLeft .pc {
    display: none;
  }
  .index_banner .banner .swiper-slide .box .boxLeft .phone {
    display: block;
  }
  .index_banner .banner .swiper-slide .box .boxLeft {
    height: 100%;
  }
  .index_banner .banner .swiper-slide .box .boxLeft {
    width: 100%;
  }
  .index_banner .banner .swiper-slide .box .boxRight {
    width: 100%;
  }
  .index_banner .banner .swiper-slide .box .boxRight .main {
    text-align: center;
    width: 100%;
    margin-top: 2rem;
  }
  .index_banner .banner .swiper-slide .box .boxRight .main .bot {
    margin-top: 1.8125rem;
  }
  .index_banner .banner .swiper-slide .box {
    display: block;
  }
  .index_banner .box1 .box1_ .left {
    display: none;
  }
  .index_banner .box1 {
    bottom: 50%;
  }
  .index_banner .box1 .roght {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .index_banner .box1 .roght span {
    margin: 0 !important;
  }
  .index_banner .box1 .box1_ .roght .layui-icon {
    color: #fff;
  }
  .index_about .box .main {
    width: 90%;
  }
  .index_box {
    /*height: auto;*/
	padding: 5rem 0 3rem;
  }
  .index_partner1 .box .boxLeft {
    width: 100%;
  }
  .index_partner1 .box .boxLeft img {
    width: 100%;
  }
  .index_partner1 .box .boxRight {
    width: 100%;
  }
  .supplier_box1 .box .bot {
    padding-left: 0rem;
  }
  .supplier_box2 .box {
    padding: 0;
  }
  .supplier_box2 .box .boxLeft {
    font-size: 9rem;
  }
  .supplier_box2 .box .boxRight {
    line-height: 10rem;
  }
  .supplier_box1 .box .bot {
    margin-top: 9.5rem;
  }
  .project_box .box .main .fall_box .item {
    width: calc((100% - 40px)/3);
    margin-bottom: 2.2rem;
    margin-bottom: 20px;
  }
  .project_info .main .item .text {
    font-size: 1rem;
  }
  .project_info .main .item .name {
    font-size: 1rem;
  }
  .project_info .main {
    min-width: 31.5rem;
  }
  .news_box .box .list .item a .center {
    padding: 0 5.625rem 0 3.3125rem;
  }
  .news_info .box h5 {
    font-size: 1.7rem;
  }
  .recruitment_layer .box {
    width: 90%;
    height: 80%;
  }
  .contact_box .box .boxLeft {
    width: 100%;
  }
  .contact_box .box .boxRight {
    padding: 5rem;
    width: 100%;
    box-sizing: border-box;
  }
  .project_box .box .toggle ul li a{
    height: 20px;
    overflow: hidden;
    width: auto;
  }
  /*.project_box .box .toggle ul li:hover a {
      transform: translateY(0px); 
  }
  .project_box .box .toggle ul .active a p{
      transform: translateY(-20px); 
  }*/
 /*  .project_box .box .toggle ul li a p:nth-child(1) {
    display: none;
  }*/

 .project_box .box .toggle ul .active a p:nth-child(1){
  display: none;
 }
  .project_box .box .toggle ul .active a p:nth-child(2) {
display: block;
   color: #996600;
}

.project_box .box .toggle ul li:hover a p:nth-child(1){
  display: block;
}
.project_box .box .toggle ul li:hover a p:nth-child(2){
  display: none;
}

  .index_banner_phone {
  display: block;
}
.index_banner_pc .banner  {
 display: none;
}
}
@media screen and (max-width: 414px) {
	.news_info .box .main {
    margin-top: 4.375rem;
}
	.news_info {
	    margin: 8rem auto 0;
	}
	.news_info_bg{
		background: none;
	}
	.index_about .pc{
		display: none;
	}
	.index_about .phone{
		display: block;
		width: 100%;
	}
	.news_info_bg{
		padding: 0 !important;
	}

.project_info .img .pc{
  display: none;
}
.project_info .img .phone{
  display: block;
}

  .news_box .box .list .item a .center .text {
    margin-top: 0.625rem;
}
.news_box .box .list .item a .center .time {
    margin-top: 0.875rem;
}
  .indexHeader .box .logo a img {
    height: 30px;
  }
  .indexHeader .box .main .left img {
    /*height: 12px;*/
    transform: scale(0.7);
    position: relative;
    right: -1rem;
  }
  .indexHeader .box .main .right {
    padding: 5px 0;
    height: 20px;
    margin-left: 2rem;
  }
  .indexHeader .box .main .left {
    padding: 7px 0;
  }
  .index_banner .banner .swiper-slide .box .boxRight .main .top {
    font-size: 1.1rem;
    line-height: 1.8rem;
  }
  .index_banner .banner .swiper-slide .box .boxRight .main .bot {
    margin-top: 0.8125rem;
  }
  .index_banner {
    margin-top: 70px;
  }
  .indexNav {
    top: 70px;
    height: calc(100% - 70px);
  }
  .indexNav .box .item .top p {
    font-size: 1.5rem;
  }
  .indexSearch {
    padding: 10px 0;
  }
  .indexNav .box .item .bot ul li a {
    font-size: 1.3rem;
  }
  .index_box {
    height: auto;
	padding: 4rem 0 3rem;
    margin-top: 70px;
  }
  .indexFooter .box .top {
    display: none;
  }
  .indexFooter .box .bot {
    margin-top: 0;
  }
  .index_partner .box .banner .swiper-slide p {
    height: 9rem;
  }
  .index_partner .box .banner .swiper-slide p img {
    margin: auto;
    max-width: 91%;
    max-height: 91%;
  }
  .index_partner1 .box .boxRight .main {
    padding: 2.125rem;
  }
  .index_partner1 .box .boxRight .main div {
    font-size: 1rem;
  }
  .p150 {
    padding-top: 4rem;
  }
  .p150_ {
    padding-bottom: 4rem;
  }
  .supplier_box0 .box .banner .layui-icon-left {
    left: -1rem;
  }
  .supplier_box0 .box .banner .layui-icon-right {
    right: -1rem;
  }
  .supplier_box {
    margin-top: 7rem;
  }
  .supplier_box h5 {
    font-size: 2.5rem;
  }
  .supplier_box p {
    font-size: 1.2rem;
  }
  .supplier_box1 .box .bot {
    margin-top: 7.5rem;
  }
  .supplier_box2 .box .boxLeft {
    font-size: 6rem;
  }
  .supplier_box2 .box .boxRight {
    line-height: 5rem;
  }
  .project_box .box .main .fall_box .item {
    width: calc((100% - 10px)/2);
    margin-bottom: 10px;
  }
  .project_box {
    padding-top: 8rem;
  }
  .project_box .box .toggle ul {
    padding: 0 0 0.625rem 0;
    overflow-x: scroll;
    width: 100%;
    flex-wrap: nowrap;
  }
  .project_box .box .toggle ul li {
    white-space: nowrap;
  }
  .project_box .box .toggle ul li {
    overflow: initial;
  }
 
  .project_box .box .main {
    margin-top: 2.25rem;
  }
  .project_info .main {
    min-width: 94%;
  }
  .project_info1 .box > div {
    margin-bottom: 3rem;
  }
  .project_info1 .box .img2 {
    padding-left: 2.5rem;
  }
  .project_info1 .box .par1 {
    padding-left: 2.5rem;
  }
  .project_info1 .box .img5 {
    padding-left: 6.75rem;
  }
  .news_box .box .list .item a .left {
    display: none;
  }
  .news_box .box .list .item a .center {
    padding: 0 0 2rem;
    width: 100%;
  }
  .news_box .box .list .item a .right {
    width: 100%;
  }
  .news_box .box .list .item {
    margin-bottom: 2.625rem;
  }
  .news_box .box .list .item a .center .title {
    font-size: 1.2rem;
  }
  .news_box {
    margin-top: 9.75rem;
  }
  .index_page .cen {
    margin: 0 4rem;
  }
  .news_info .box h5 {
    font-size: 1.4rem;
  }
  .new_info1 {
    padding-top: 3.25rem;
  }
  .news_box_ {
    margin-top: 5.5rem;
  }
  .new_info1 h6 {
    font-size: 1.5rem;
  }
  .new_info1 h5 {
    font-size: 1.8rem;
  }
  .recruitment_box .box .list .item {
    width: 100%;
    margin-bottom: 1rem;
  }
  .recruitment_layer .box {
    padding: 2rem;
  }
  .recruitment_layer .box h5 {
    font-size: 1.5rem;
  }
  .recruitment_layer .box > span {
    right: 8px;
    top: 8px;
  }
  .recruitment_layer .box h6 {
    margin-bottom: 2.625rem;
  }
  .contact_box .box .boxRight {
    padding: 3rem;
  }
  .contact_box .box .boxRight .item p {
    font-size: 1.3rem;
  }
  .contact_box .box .boxRight .item1 p {
    font-size: 1.3rem;
  }
  .contact_box .box .boxRight .item2 {
    font-size: 1.3rem;
  }
  .recruitment_layer .box .info1 div {
    font-size: 1.4rem;
  }
  .recruitment_layer .box .info1 div img {
    margin-right: 1.1875rem;
  }
  .recruitment_layer .box .main .text p {
    font-size: 1.1rem;
    line-height: 2rem;
  }
  .l_scroll::-webkit-scrollbar {
    width: 1px;
    height: 1px;
  }
  .guidePages .title div img {
    width: 60%;
  }
  .guidePages .xian img {
    width: 100vw;
    height: 300px;
    object-fit: cover;
  }
  .recruitment_box {
    margin-top: 7.75rem;
}
.index_banner_pc .box1{
display: none;
}
.index_banner .box1 .box1_ .roght .layui-icon:hover {
    color: #fff;
}
.index_banner .banner .swiper-slide .box .boxRight {
     padding: 0 3% !important; 
}
}


@media screen and (max-width: 360px){
.indexHeader .box .main .right {
   
  
    margin-left: 0rem;
}
.indexHeader .box .main .left img {
   transform: scale(1);
     right: 0rem; 
}

.indexHeader .box .main .left{
  transform: scale(0.6);
}
.indexHeader .box .main .right svg{
   transform: scale(0.8);
}
.indexHeader .box .logo a img {
    height: 28px;
    margin-top: 1px;
}
.indexHeader .box .main .left {
   width: 100px;
}
}
