.ctn1.partner{
    padding:50px 0;
}
.ctn1.partner .con .ctn-list {
    margin-top:0;
}
.inner-banner {
  position: relative;
  overflow: hidden;
}
.inner-banner .swiper-slide {
  overflow: hidden;
}
.inner-banner .swiper-slide img {
  width: 100%;
  transition: 4s linear;
  transform: scale(1.1, 1.1);
}
.inner-banner .swiper-slide .text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #fff;
}
.inner-banner .swiper-slide .text h2 {
  font-family: FWC26-UltraCondensedBlack;
  font-size: 90px;
  line-height: 80px;
  position: relative;
  opacity: 0;
  transform: translateY(60px);
}
.inner-banner .swiper-slide-active img {
  transform: scale(1, 1);
}
.inner-banner .swiper-slide-active .text h2 {
  opacity: 1;
  transform: translateY(0);
  transition: all 1s ease 0.3s;
  -webkit-transition: all 1s ease 0.3s;
  -moz-transition: all 1s ease 0.3s;
  -ms-transition: all 1s ease 0.3s;
}
.inner-banner .swiper-pagination {
  display: block;
  bottom: 6%;
}
.inner-banner .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  opacity: 1;
  margin: 0 8px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.inner-banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #ebff00;
}
.ctn1 {
  position: relative;
  overflow: hidden;
  padding: 250px 0 50px;
}
.ctn1 .con {
  position: relative;
  z-index: 2;
}
.ctn1 .con .titles {
  text-align: center;
}
.ctn1 .con .titles h2 {
  font-size: 90px;
  font-family: FWC26-UltraCondensedBlack;
  color: #fff;
  line-height: 0.8;
}
.ctn1 .con .ctn-wrapper {
  margin-top: 80px;
}
.ctn1 .con .ctn-wrapper ul {
  display: flex;
  justify-content: center;
}
.ctn1 .con .ctn-wrapper ul li {
  width: 220px;
  height: 56px;
  border-radius: 6px;
  background: #000;
  display: flex;
  align-items: center;
  padding-left: 16px;
  cursor: pointer;
}
.ctn1 .con .ctn-wrapper ul li .yuan {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn1 .con .ctn-wrapper ul li .yuan svg {
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn1 .con .ctn-wrapper ul li h2 {
  color: #fff;
  position: relative;
  top: 1px;
}
.ctn1 .con .ctn-wrapper ul li:not(:last-child) {
  margin-right: 20px;
}
.ctn1 .con .ctn-wrapper ul li:hover .yuan {
  background: #ebff00;
}
.ctn1 .con .ctn-wrapper ul li:hover .yuan svg {
  opacity: 1;
}
.ctn1 .con .ctn-wrapper ul li.active .yuan {
  background: #ebff00;
}
.ctn1 .con .ctn-wrapper ul li.active .yuan svg {
  opacity: 1;
}
.ctn1 .con .ctn-box .box {
  display: none;
}
.ctn1 .con .ctn-box .box.active {
  display: block;
}
.ctn1 .con .ctn-box .btn {
  display: flex;
  justify-content: center;
}
.ctn1 .con .ctn-box .btn button {
  display: block;
  width: 150px;
  height: 52px;
  color: #fff;
  text-align: center;
  line-height: 52px;
  font-family: FWC26-NormalMedium;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55), box-shadow 0.3s ease, background-color 0.3s ease;
  border: none;
}
.ctn1 .con .ctn-box .btn button:hover {
  color: #111;
  transform: scale(1.05);
  /* �Ŵ� 10% */
  background-color: var(--color);
  /* ��ɫ���� */
}
.ctn1 .con .ctn-box .btn.black button {
  background: #111;
}
.ctn1 .con .ctn-box .btn.black button:hover {
  color: #111;
  transform: scale(1.05);
  /* �Ŵ� 10% */
  background-color: var(--color);
  /* ��ɫ���� */
}
.ctn1 .con .ctn-box .certified {
  width: 460px;
  border-radius: 6px;
  background: #000;
  padding: 20px 20px 40px;
  margin: 60px auto 0;
  max-width: 100%;
}
.ctn1 .con .ctn-box .certified .back {
  width: 22px;
  cursor: pointer;
}
.ctn1 .con .ctn-box .certified .back span {
  font-size: 22px;
  color: rgba(255, 255, 255, 0.4);
}
.ctn1 .con .ctn-box .certified .inp {
  padding: 0 20px;
  margin-top: 10px;
}
.ctn1 .con .ctn-box .certified .inp input {
  font-family: FWC26-NormalLight;
  font-size: 14px;
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  background: none;
}
.ctn1 .con .ctn-box .certified .inp input::-webkit-input-placeholder {
  color: #fff;
}
.ctn1 .con .ctn-box .certified .inp input::placeholder {
  color: #fff;
}
.ctn1 .con .ctn-box .not_certified {
  width: 540px;
  margin: 60px auto 0;
  max-width: 100%;
}
.ctn1 .con .ctn-box .not_certified .inp {
  display: flex;
  overflow: hidden;
  position: relative;
}
.ctn1 .con .ctn-box .not_certified .file_name{
    color: #fff;
}
.ctn1 .con .ctn-box .not_certified .inp h2 {
  flex-shrink: 0;
  line-height: 40px;
  color: #fff;
}
.ctn1 .con .ctn-box .not_certified .f-btns{
    position: absolute;
    width: 20px;
    height: 20px;
    right:0;
    top:50%;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	cursor: pointer;
}
.ctn1 .con .ctn-box .not_certified .f-btns:before{
    content:'';
    width: 100%;
    height: 3px;
    background: #fff;
    position: absolute;
    left:0;
    top:50%;
        transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.ctn1 .con .ctn-box .not_certified .f-btns:after{
    content:'';
    width: 3px;
    height: 100%;
    background: #fff;
    position: absolute;
    top:0;
    left:50%;
    transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.ctn1 .con .ctn-box .not_certified .inp h2 span {
  color: #e72020;
  font-family: FWC26-NormalRegular;
  margin-left: 4px;
}
.ctn1 .con .ctn-box .not_certified .inp select {
  border: none;
  margin-left: 8px;
  flex-shrink: 0;
  background: none;
  color: #fff;
}
.ctn1 .con .ctn-box .not_certified .inp select option {
  color: #111;
}
.ctn1 .con .ctn-box .not_certified .inp input {
  font-family: FWC26-NormalLight;
  width: 100%;
  height: 40px;
  border: none!important;
  padding-left: 14px;
  color: #fff;
  background: none;
  transform: translateZ(0);
  /* ǿ�� GPU ��Ⱦ����ֹģ�� */
}
.ctn1 .con .ctn-box .not_certified .inp input::-webkit-input-placeholder {
  color: #fff;
}
.ctn1 .con .ctn-box .not_certified .inp input::placeholder {
  color: #fff;
}
.ctn1 .con .ctn-box .not_certified .inp textarea {
  font-family: FWC26-NormalLight;
  width: 100%;
  height: 200px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 14px;
  color: #fff;
  transform: translateZ(0);
  /* ǿ�� GPU ��Ⱦ����ֹģ�� */
  background: rgba(255, 255, 255, 0.3);
}
.ctn1 .con .ctn-box .not_certified .inp textarea::-webkit-input-placeholder {
  color: #fff;
}
.ctn1 .con .ctn-box .not_certified .inp textarea::placeholder {
  color: #fff;
}
.ctn1 .con .ctn-box .not_certified .inp:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.ctn1 .con .ctn-list {
  margin-top: 250px;
}
.ctn1 .con .ctn-list .roll {
  width: 100%;
}
.ctn1 .con .ctn-list .roll ul {
  display: flex;
  justify-content: center;
}
.ctn1 .con .ctn-list .roll ul li {
  float: left;
  width: 220px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ctn1 .con .ctn-list .roll ul li img {
  width: auto;
  height: 52px;
  object-fit: contain;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn1 .con .ctn-list .roll ul li:not(:last-child) {
  margin-right: 80px;
}
.ctn1 .con .ctn-list .roll ul li:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.ctn1 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
    background: #5c2cd6;
}
.ctn1 .bg img {
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1700px) {
  .inner-banner .swiper-slide .text h2 {
    font-size: 4.5vw;
    line-height: 4vw;
  }
  .ctn1 {
    padding: 12.5vw 0 2.5vw;
  }
  .ctn1 .con .titles h2 {
    font-size: 4.6vw;
  }
  .ctn1 .con .ctn-wrapper {
    margin-top: 4vw;
  }
  .ctn1 .con .ctn-box .certified {
    margin: 3vw auto 0;
  }
  .ctn1 .con .ctn-box .not_certified {
    margin: 3vw auto 0;
  }
  .ctn1 .con .ctn-list {
    margin-top: 12.5vw;
  }
}
@media screen and (max-width: 1440px) {
  .inner-banner .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }
   .ctn1 .con .ctn-list .roll ul li:not(:last-child){
       margin-right:4vw;
   }
}
@media screen and (max-width: 1200px) {
  .inner-banner {
    margin-top: 76px;
  }
}
@media screen and (max-width: 1024px) {
  .inner-banner {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .inner-banner .swiper-slide .text h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .ctn1 {
    padding: 40px 0 30px;
  }
  .ctn1 .con .titles h2 {
    font-size: 30px;
    line-height: 1;
  }
  .ctn1 .con .ctn-wrapper {
    margin-top: 20px;
  }
  .ctn1 .con .ctn-wrapper ul li .yuan {
    width: 16px;
    height: 16px;
    margin-right: 8px;
  }
  .ctn1 .con .ctn-box .certified {
    margin: 20px auto 0;
  }
  .ctn1 .con .ctn-box .not_certified {
    margin: 20px auto 0;
  }
  .ctn1 .con .ctn-box .btn {
    margin-top: 30px;
  }
  .ctn1 .con .ctn-list {
    margin-top: 60px;
  }
  .ctn1 .con .ctn-list .roll ul li img{
    height:26px;
  }
  .ctn1 .con .ctn-list .roll ul li:not(:last-child) {
    margin-right: 20px;
  }
}




.form-success-form {
  position: fixed;
  width: 686px;
  height: 250px;
  max-width: 90%;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 20px;
  left: 50%;
  top: 50%;
  z-index: 10001;
  padding: 0 14px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: none;
}
.form-success-form .center {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.form-success-form .center h2 {
  font-family: FWC26-NormalBold;
  text-align: center;
  color: #fff;
  line-height: 1.3;
}
.form-success-form .center a {
  position: relative;
  padding-bottom: 1px;
  text-align: center;
  line-height: 1.3;
  display: none;
}
.form-success-form .center a:after {
  content: '';
  width: 0;
  height: 1px;
  background: #ebff00;
  position: absolute;
  left: 50%;
  bottom: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.form-success-form .center a em {
  color: #ebff00;
  margin-right: 8px;
}
.form-success-form .center a svg {
  width: 11px;
  height: 11px;
}
.form-success-form .center a svg .st0 {
  fill: #ebff00;
}
.form-success-form .center a:hover:after {
  width: 100%;
  left: 0;
}
.form-success-form .closes {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.form-success-form .closes:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 3px;
  background: #fff;
  transform-origin: center;
  transition: background 0.3s;
  transform: translate(-50%, -50%) rotate(45deg);
}
.form-success-form .closes:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 3px;
  background: #fff;
  transform-origin: center;
  transition: background 0.3s;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.form-success-form .closes:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
@media screen and (max-width: 1400px) {
  .form-success-form {
    width: 500px;
    height: 200px;
  }
  .form-success-form .center a {
    margin-top: 20px;
  }
  .form-success-form .closes {
    top: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .form-success-form .center a {
    font-size: 12px;
  }
  .form-success-form .center a em {
    margin-right: 4px;
  }
  .form-success-form .center a svg {
    width: 9px;
    height: 9px;
  }
}
