@charset "utf-8";
/* CSS Document */
.swiper1{
	position:relative;
}
.swiper1 .swiper-wrapper{
    z-index: 0;
}
.izc {
    position:absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: flex;
    background: rgba(0, 0, 0, 0.3);
}
.izc .ilt {
    width: 45%;
    height: 100%;
    background: url(../images/in_1_1.png) center no-repeat;
    background-size: cover;
    padding: 10% 0 0 12rem;
}
.izc .ilt .itt {
    font-size: 60px;
    line-height: 1.5;
	color:#fff;
	font-family: Be;
}
.izc .ilt .itc {
	font-size:24px;
	color:#fdcf10;
    line-height: 1.5;
    margin-top: 30px;
}
.izc .ilt .xian {
    width: 100%;
    height: 2px;
    background: #fdcf10;
    margin: 60px 0;
}
.swiper1 .swiper-pagination{
	bottom:5%;
	text-align: left;
	padding-left: 12rem;
}
.swiper1 .swiper-pagination-bullet{
	width:7px;
	height:7px;
	position: relative;
	background:#fdcf10;
	margin-right: 20px!important;
}
.swiper1 .swiper-pagination-bullet-active:before{
    content: "";
    border: 1px solid #CB9B6B;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 23px;
    height: 23px;
   transform: translate(-50%,-50%);
}
.more {
    display: flex;
    align-items: center;
    text-align: left;
    padding-left: 40px;
    width: 260px;
    height: 80px;
    box-sizing: border-box;
    position: relative;
    border: 1px solid #fff;
    transition: color .3s cubic-bezier(.45,.05,.3,.93), border-color .3s cubic-bezier(.45,.05,.3,.93);
}
.more::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fdcf10;
    transform: scale(0, 1);
    transform-origin: right;
    transition: transform .3s cubic-bezier(.45,.05,.3,.93);
}
.more:hover{
    border-color: #fdcf10;
}
.more:hover::after {
    transform: scale(1, 1);
    transform-origin: left;
}
.btn__Body {
    position: relative;
    z-index: 1;
    width: 100%;
}
.btn__Text {
    position: relative;
    top: 1px;
	color:#fff;
	font-size:16px;
}
.btn__Bar {
    overflow: hidden;
    position: absolute;
    width: 50px;
    height: 7px;
    top: 0;
    right: 40px;
    bottom: 0;
    margin: auto 0;
}
.btn__Bar::before {
    content: '';
    position: absolute;
    right: 2px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 52px;
    height: 1px;
    background: #fff;
    transition: 1s cubic-bezier(.075,.82,.165,1);
	-webkit-animation: btn_line 1.5s cubic-bezier(.45,.05,.3,.93) 1s infinite;
    animation: btn_line 1.5s cubic-bezier(.45,.05,.3,.93) 1s infinite;
}
.btn__Dot {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 100%;
    margin: auto 0;
    transition: 1s cubic-bezier(.075,.82,.165,1);
	-webkit-animation: btn_dot 1.5s cubic-bezier(.45,.05,.3,.93) 1s infinite;
    animation: btn_dot 1.5s cubic-bezier(.45,.05,.3,.93) 1s infinite;
}
.izc .irt {
    width: 55%;
    height: 100%;
    position: relative;
}
.izc .irt .bf{
	display:flex;
	align-items: center;
	justify-content: center;
}
.izc .irt .bf img{max-height:800px;}
/*****************公司简介*****************/
.ab{
	padding-top:10rem;
}
.ab .con1 {
    display: flex;
    justify-content: space-between;
}
.ab .con1 .le {
    width: calc(720 / 1600* 100%);
}
.ab .con1 .re {
    width: calc(810 / 1600* 100%);
}
.ind_tit {
	font-size:3.6rem;
	font-family:WorkM;
    line-height: calc(1em + 10px);
    color: #111;
}
.ab .con1 .re .rline {
    height: 1px;
    background: #e5e5e5;
	margin-top: 35px;
}
.ab .con1 .re .t1 {
    line-height: calc(1em + 10px);
    color: #313133;
	font-size:2rem;
	font-weight: bold;
	margin:3.5rem 0;
}
.ab .con1 .re .t2{
    line-height: 2;
    color: #313133;
	font-size:1.6rem;
	margin-bottom: 2rem;
}
.ab .con1 .re .t3 a{
	max-width:20rem;
}
.con2{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(25rem, 1fr)) [auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
    gap: 8rem;
    margin: 6rem 0;
}
.con2 .item{
    padding: 40px 20px 22px;
    background: #fff;
    text-align: center;
    border: 1px solid rgba(13, 14, 20, 0.1);
    border-top: 4px solid #2653e5;
    position: relative;
    z-index: 1;
    border-radius: 4px;
    margin-bottom: 30px;
}
.con2 .item:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    z-index: -1;
    background: #2653e5;
    transition: .5s;
    border-radius: 0 0 4px 4px;
}
.feature-icon-thumb{
	display:flex;
	justify-content: center;
}
.feature-icon-thumb img {
    transition: .5s;
}
.item:hover img.feature-image-2 {
    opacity: 0.2;
    left: 60px;
    -webkit-animation: dance 7s alternate infinite;
}
.item:hover .feature-icon-thumb img {
    filter: brightness(0) invert(1);
}
img.feature-image-2 {
    position: absolute;
    content: "";
    top: 54px;
    left: 157px;
    right: 0;
    transition: .5s;
    opacity: 0;
}
.feature-title h4 {
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    padding: 20px 0 15px;
    transition: .5s;
}
.feature-text p {
    transition: .5s;
    font-size: 15px;
    line-height: 24px;
}
.con2 .item:hover:before {
    top: 0;
    height: 100%;
}
.con2 .item:hover .feature-icon-thumb img {
    filter: brightness(0) invert(1);
}
.con2 .item:hover .feature-title h4, 
.con2 .item:hover .feature-text p {
    color: #fff;
}

/***********************生产线**********************/
.pl{
	position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: #efefef;
    background-size: cover;
}
.pl .iox {
    position: relative;
}
.pl .iox .iolt {
    width: 35%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.pl .iox .iolt .tt{
	font-size:3.6rem;
	color:#121212;
	font-family: WorkM;
}
.pl .iox .iolt .ul1 {
    line-height: 60px;
    margin-top: 4rem;
}
.pl .iox .iolt .ul1 li {
    display: flex;
    cursor: pointer;
	font-size:1.6rem;
}
.pl .iox .iolt .ul1 li span {
    display: inline-block;
    position: relative;
    -webkit-transition: all .1s cubic-bezier(.4,0,.2,1);
    -moz-transition: all .1s cubic-bezier(.4, 0, .2, 1);
    transition: all .1s cubic-bezier(.4,0,.2,1);
	
}
.pl .iox .iolt .ul1 li span s {
    display: block;
    width: 0px;
    height: 2px;
    background: #2653e5;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.pl .iox .iolt .ul1 li.act span s {
    width: 620px;
}
.pl .iox .iolt .ul1 li.act {
    font-size: 2.4rem;
    color: #2653e5;
}
.pl .swiper2 .swiper-slide .sbox {
    position: relative;
    opacity: 0;
}
.pl .swiper2 .swiper-slide .sbox .itop {
    margin: 0 0 70px 38%;
    width: 60%;
    min-height: 260px;
    padding-left: 60px;
    border-left: 1px solid #ddd;
}
.pl .swiper2 .swiper-slide .sbox .itop li a{
	display: block;
	font-size:1.6rem;
	color:#121212;
	padding-bottom: 2rem;
}
.pl .swiper2 .swiper-slide-active .sbox {
    opacity: 1;
}
.video-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
}
.play-btn {
    display: inline-block;
    padding: 0;
    height: 75px;
    width: 75px;
    line-height: 75px;
    font-size: 20px;
    text-align: center;
    background: #fff000;
    color: #fff !important;
    position: absolute;
    border-radius: 50%;
    z-index: 1;
}
.play-btn i::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #fff000;
    border-radius: 50px;
    animation: ripple-wave 1s linear infinite;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 0.5s ease-in-out;
}

/********************产品列表********************/
.pro{
	padding:10rem 0;
}
.p-tit{
	display:flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 8rem;
}
.pro .swiper3{
	overflow: hidden;
}
.pro .swiper-slide {
    background-color: #f1f5f8;
}
.cp-wrap{
	position: relative;
}
.index_1_mid {
    margin: 0 7.5%;
    min-height: 50rem;
}
.index_1_mid_img {
	display: flex;
	justify-content: center;
    margin-bottom: 3rem;
    margin-top: 3rem;
	mix-blend-mode: multiply;
}
.index_1_mid_1 {
    font-size: 2.4rem;
    letter-spacing: 0em;
    color: #121212;
}
.index_1_mid_2 {
    margin-top: 1rem;
    position: relative;
    font-size:1.4rem;
    letter-spacing: 0.05em;
    color: #666;
    padding-top:2rem;
	font-weight: bold;
	margin-bottom: 2rem;
}
.index_1_mid_2:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 0.1428571428571429em;
    width: 2.714285714285714em;
    background-color: #194695;
}
.index_1_mid_4 {
    opacity: 0;
}
.index_1_mid_4 span {
    background-color: #194695;
    text-align: center;
    font-size: 0.75em;
    display: inline-block;
    width: 129px;
    height: 28px;
    line-height: 28px;
    color: #fff;
}
.index_1_mid_4 span font {
    text-align: left;
    font-style: normal;
    width: 98px;
    display: inline-block;
    background-position: right center;
    background-repeat: no-repeat;
    background-image: url(../images/img10.png);
}
.pro .swiper-slide:hover .index_1_mid_4 {
    opacity: 1;
}
.pro .swiper-slide:hover .index_1_mid_img img {
    margin-top: -28px;
}
.cp-wrap .btns {
    position: absolute;
    top: 38%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #333333;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    z-index: 40;
    cursor: pointer;
	width:50px;
	height:50px;
	color:#fff;
	font-size:2.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cp-wrap .prev {
    left: -1.5416%;
}
.cp-wrap .next {
    right: -1.5416%;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}
.cp-wrap .btns:hover {
    background: #2653e5;
}

/***************新闻中心******************/
.news{
	background: url(../images/nbg.jpg) center no-repeat;
	background-size:cover;
	padding:10rem 0;
}
.news .nt{
	margin-bottom: 5rem;
}
.news .nt .n1{
	display:flex;
	justify-content: space-between;
}
.news .nt .n1 h2{
	font-size:3.6rem;
	color:#fff;
	font-family: WorkM;
	margin-bottom: 2rem;
}
.news .nt .n1 .btn{
	width:200px;
	background-color: #fff;
	color:#121212;
}
.news .nt .n1 .btn:before{
	background-color: #efeff1;
}
.news .nt .n1 .btn__icon-wrap{
	background-color: #efeff1;
}
.news .nt p{
	font-size:1.8rem;
	color:#fff;
}
.news ul{
	display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(30rem, 1fr)) [auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    gap: 2rem;
}
.news ul li {
    overflow: hidden;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow:0 0 10px 15px rgba(255,255,255,.16);
    box-shadow:0 0 10px 7px rgba(255,255,255,.16);
    cursor: pointer;
	padding:3rem 2rem;
}
.news ul li h2 {
    display: block;
    font-size: 2rem;
    font-weight: 600;
    color: var(--black);
    line-height: 1.3;
    padding: 1rem 0;
}
.news ul li s {
    width: 60px;
    height: 1px;
    display: block;
    background-color:#dadada;
    margin: 30px 0;
}
.news ul li p {
    font-size: 1.6rem;
    letter-spacing: 0.5px;
    font-weight: 450;
    color: var(--grey);
    line-height: 1.6;
	margin-bottom: 16px;
}
.news ul li .date {
    color: #2653e5;
    display: flex;
    align-items: center;
}
.news ul li .date img {
    margin-right: 10px;
}

/***************案例中心******************/
.case{
	padding-bottom: 5.2083%;
	overflow: hidden;
}
.ca-tit{
	text-align: center;
    padding: 11rem 0 7rem;
}
.ca-tit .cn {
    font-size:3.6rem;
    color: #121212;
    font-weight: bold;
    margin-bottom: 14px;
}
.case .swiper4{
    padding-bottom: 10%;
    position: relative;
}
.case .btn2 {
    position: absolute;
    top: 38%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #333333;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    z-index: 40;
    cursor: pointer;
}
.case .prev_sol {
    left: 13.5416%;
}
.case .btn2:hover {
    background: #015aa1;
}
.case .next_sol {
    right: 13.5416%;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}
.case .swiper4 .swiper-slide {
    position: relative;
}
.case .swiper4 .swiper-slide .infobox {
    position: absolute;
    left: 8.5714%;
    top: 100%;
    width: 440px;
    height: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(176, 176, 176, 0.35);
    -moz-box-shadow: 0px 5px 30px 0px rgba(176, 176, 176, 0.35);
    box-shadow: 0px 5px 30px 0px rgba(176, 176, 176, 0.35);
    opacity: 0;
    padding-top: 100px;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    -moz-transition: all .8s;
    transition: all .8s;
}
.case .swiper4 .swiper-slide .infobox .title {
    font-size: 24px;
    font-weight: bold;
    color: #015aa1;
}
.case .swiper4 .swiper-slide .infobox .title span {
    display: block;
    padding: 0 0 26px 58px;
    border-left: 4px solid #015aa1;
    position: relative;
}
.case .swiper4 .swiper-slide .infobox .title span::before {
    content: "";
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #e5e5e5;
    left: 56px;
    bottom: -2px;
}
.case .swiper4 .swiper-slide .infobox .title span::after {
    content: "";
    height: 1px;
    bottom: 0;
    left: 58px;
    right: 60px;
    background-color: #e5e5e5;
}
.case .swiper4 .swiper-slide .infobox .box {
    padding: 40px 62px 0 62px;
}
.case .swiper4 .swiper-slide .infobox .box .te {
    text-align: justify;
    line-height: 26px;
    color: #888888;
    height: 130px;
    overflow: auto;
    margin-bottom: 30px;
	font-size:1.4rem;
}
.case .swiper4 .swiper-slide .infobox .box .lookMore {
    width: 140px;
    height: 40px;
    border: solid 1px #e5e5e5;
    text-align: center;
    line-height: 38px;
    color: #aaaaaa;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    position: relative;
    cursor: pointer;
}
.case .swiper4 .swiper-slide .infobox .page {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 70px;
    color: #888888;
    font-size: 16px;
}
.case .swiper4 .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    border: solid 4px #2653e5;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    opacity: 1;
    background: #2653e5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.case .swiper4 .swiper-pagination-bullet-active {
    border: solid 4px #fdf00b;
    background: #fff;
}
.case .swiper4 .swiper-slide-active .infobox {
    opacity: 1;
    top: 18.9655%;
}
#modals-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999;
    box-sizing: border-box;
    width: 100%;
    height: 100vh;
}
#modals-container .mak {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}
#modals-container .box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    min-width: 864px;
    min-height: 502px;
    padding: 40px;
}
.modal-form_close {
    position: absolute;
    top: 11px;
    right: 15px;
    width: 20px;
    cursor: pointer;
    box-sizing: content-box;
    padding: 10px;
    margin: -10px;
}
.modal-form_close path {
    fill: #121212;
    transition: .3s;
}
.video-box{
    width:60vw;
    height: 100%;
    overflow: hidden;
}
.video-box video{
    width:100%;
    height: 100%;
}













@keyframes ripple-wave {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@keyframes dance {
  0% {
    -webkit-transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1.2);
  }
}
@-webkit-keyframes btn_line {
	0% {
		transform: scaleX(0);
		transform-origin: left center
	}
	30% {
		transform: scaleX(1);
		transform-origin: left center
	}
	30.001% {
		transform: scaleX(1);
		transform-origin: right center
	}
	60% {
		transform: scaleX(0);
		transform-origin: right center
	}
	100% {
		transform: scaleX(0);
		transform-origin: right center
	}
}

@keyframes btn_line {
	0% {
		transform: scaleX(0);
		transform-origin: left center
	}
	30% {
		transform: scaleX(1);
		transform-origin: left center
	}
	30.001% {
		transform: scaleX(1);
		transform-origin: right center
	}
	60% {
		transform: scaleX(0);
		transform-origin: right center
	}
	100% {
		transform: scaleX(0);
		transform-origin: right center
	}
}

@-webkit-keyframes btn_dot {
	0% {
		transform: scale(0);
		opacity: 1
	}
	30.001% {
		transform: scale(0);
		opacity: 1
	}
	60% {
		transform: scale(1);
		opacity: 1
	}
	100% {
		transform: scale(1);
		opacity: 0
	}
}

@keyframes btn_dot {
	0% {
		transform: scale(0);
		opacity: 1
	}
	30.001% {
		transform: scale(0);
		opacity: 1
	}
	60% {
		transform: scale(1);
		opacity: 1
	}
	100% {
		transform: scale(1);
		opacity: 0}
}
