@charset "utf-8";
.base_title {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  color: #000;
  line-height: 48px;
}

.cc1_box {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 100px;
}

.cc1_box .cc1_subtitle {
	
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  margin-top: 10px;
  margin-bottom: 100px;
  
}

.swiper-1 {
  margin-top: 75px;
  padding-bottom: 50px;
}

.swiper-1 .swiper-slide {
  width: 63%;
  -webkit-transform: scale(0.91);
  transform: scale(0.91);
}

.swiper-1 .swiper-slide-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-1 .swiper-slide .cc1_img {
  opacity: 0.5;
  width: 100%;
}

.swiper-1 .swiper-slide-active .cc1_img {
  opacity: 1;
}

.swiper-pagination1 {
  bottom: 0 !important;
}

.swiper-pagination1 .swiper-pagination-bullet {
  opacity: 0.3 !important;
  background: #000 !important;
  width: 12px !important;
  height: 12px !important;
  margin: 0 7px !important;
}

.swiper-pagination1 .swiper-pagination-bullet-active {
  opacity: 0.5 !important;
  background: #000 !important;
}

.next_arrow,
.prev_arrow {
  width: 68px;
  height: 68px;
  background: #666666;
  border-radius: 50%;
  margin-top: -60px;
  opacity: 0.3;
}

.next_arrow:after,
.prev_arrow:after {
  font-size: 20px;
  color: #fff;
}

.next_arrow {
  right: 4.6%;
}

.prev_arrow {
  left: 4.6%;
}

.next_arrow:hover,
.prev_arrow:hover {
  opacity: 1;
}

.cc2_box {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 118px;
  background: #fafafa;
}

.cc2_box .cc2_inner {
  margin-top: 60px;
  width: 100%;
}

.cc2_box .cc2_left {
  width: 48.4%;
}

.cc2_box .cc2_right {
  width: 48.6%;
}

.cc2_box .cc2_right .cc2_img {
  width: 100%;
  border-radius: 10px;
}

.cc2_box .cc2_nav {
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  height: 65px;
  width: 100%;
  margin-bottom: 18px;
  box-sizing: border-box;
  padding: 0 20px;
}

.cc2_box .cc2_nav .cc2_nav_txt {
  font-style: italic;
  color: #999999;
  font-size: 30px;
}

.cc2_box .cc2_nav .cc2_nav_txt2 {
  font-style: italic;
  height: 48px;
  width: 1px;
  background: #e7e7e7;
  margin: 0 20px;
  transform: rotate(20deg);
}

.cc2_box .cc2_nav .cc2_nav_txt3 {
  color: #333333;
}

.cc2_box .cc2_nav:last-child {
  margin-bottom: 0;
}

.cc3_box {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 118px;
}

.cc3_box .cc3_inner {
  margin-top: 80px;
  height: 474px;
  width: 100%;
  overflow: hidden;
}

.cc3_box .cc3_nav {
  width: 7%;
  height: 100%;
  position: relative;
  border-radius: 10px;
  background: #eee;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.cc3_box .cc3_nav.on {
  width: 41%;
}

.cc3_box .cc3_nav .cc3_info {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 60px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  border-radius: 10px;
}

.cc3_box .cc3_nav.on .cc3_info {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}

.cc3_box .cc3_nav .cc3_info_title {
  font-size: 36px;
  color: #fff;
  line-height: 36px;
}

.cc3_box .cc3_nav .cc3_info_subtitle {
  font-size: 16px;
  color: #fff;
  line-height: 32px;
  margin-top: 24px;
}

.cc3_box .cc3_nav .cc3_nav_title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 30px;
  z-index: 1;
  color: #999999;
  font-size: 30px;
  line-height: 36px;
  opacity: 1;
  visibility: visible;
}

.cc3_box .cc3_nav.on .cc3_nav_title {
  opacity: 0;
  visibility: hidden;
}

.cc3_box .cc3_nav .cc3_nav_img {
  height: 100%;
  display: none;
  width: 100%;
  border-radius: 10px;
}
.cc3_box .cc3_nav .gray_box{
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background: transparent;
	display: none;
}

.cc3_box .cc3_nav.on .cc3_nav_img {
  display: block;
}

.cc3_box .cc3_nav.on .gray_box{
	background: rgba(0,0,0,0.5);
	display: block;
}
.cc4_box {
  width: 100%;
  padding-top: 90px;
  padding-bottom: 118px;
  background: #fafafa;
}

.cc4_box .cc4_inner {
  margin-top: 60px;
  width: 100%;
}

.cc4_box .cc4_nav_title {
  text-align: center;
  font-size: 20px;
  color: #333333;
  margin-top: 18px;
  line-height: 20px;
}

.cc4_box .cc4_nav_img .img {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
  max-width: 100%;
  margin: auto;
}

.cc5_box {
  width: 100%;
  padding-top: 90px;
  padding-bottom: 118px;
  background: #fafafa;
}

.cc5_box .cc5_inner {
  margin: 60px auto 0;
  width: 75%;
}

.input-cell {
  box-sizing: border-box;
  width: calc(100% + 30px);
  margin: 0 -15px;
}

[class*=input-span] {
  box-sizing: border-box;
  position: relative;
  float: left;
  padding: 0 15px;
  margin-bottom: 60px;
}

.input-span-8 {
  width: calc(100% / 3);
}

.input-span-24 {
  width: 100%;
}

.input-remark-red {
  margin-bottom: 60px;
  font-size: 18px;
  color: #FF1717;
}

.input-title {
  padding-left: 16px;
  margin-bottom: 18px;
  font-size: 20px;
  color: #333333;
}

.required:before {
  position: absolute;
  left: 16px;
  content: '*';
  font-size: 20px;
  color: #FF1717;
}

.input-input {
  position: relative;
  box-sizing: border-box;
  width: 100%;
}

.input-input input, .input-input select, .input-input textarea {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 20px 30px;
  border: 0;
  background: #EEEEEE;
  font-size: 16px;
  border-radius: 10px;
}

.input-input textarea {
  resize: none;
}

.input-input .select-city {
  z-index: 1;
  position: absolute;
  left: 15px;
  top: 22px;
}

.input-button {
  display: flex;
  float: left;
  width: 100%;
  justify-content: center;
}

.input-button button {
  padding: 20px 66px;
  margin: 0 15px;
  border: 0;
  border-radius: 30px;
  font-size: 24px;
  cursor: pointer;
}

.submit-button {
  background: #C30D23;
  color: #FFFFFF;
}

.reset-button {
  background: #EEEEEE;
  color: #333333;
}

	#codeImg{
		margin-top: 20px;
	}
/*响应式适配*/

@media screen and (max-width: 1861px) {

}

@media screen and (max-width: 1681px) {
  .cc4_box .cc4_nav_img .img {
    width: 110px;
  }
}

@media screen and (max-width: 1450px) {
  .base_title {
    font-size: 30px;
    line-height: 30px;
  }

  .cc1_box .cc1_subtitle {
    margin-bottom: 100px;
  }

  .next_arrow, .prev_arrow {
    width: 48px;
    height: 48px;
  }

  .cc2_box .cc2_nav {
    font-size: 14px;
  }

  .cc2_box .cc2_nav .cc2_nav_txt {
    font-size: 20px;
  }

  .cc2_box .cc2_nav .cc2_nav_txt2 {
    height: 30px;
  }

  .cc4_box .cc4_nav_img .img {
    width: 100px;
  }

  .cc4_box .cc4_nav_title {
    font-size: 16px;
    line-height: 16px;
  }

  .cc4_box .cc4_nav .arrow {
    width: 12px;
  }

  .cc3_box .cc3_nav .cc3_nav_title {
    font-size: 20px;
    line-height: 26px;
  }

  .cc3_box .cc3_nav .cc3_info_title {
    font-size: 20px;
    line-height: 20px;
  }

  .cc3_box .cc3_nav .cc3_info_subtitle {
    line-height: 26px;
    font-size: 14px;
    margin-top: 10px;
  }

  .cc3_box .cc3_nav.on .cc3_info {
    padding: 30px;
  }
}

@media screen and (max-width: 1335px) {
  .cc4_box .cc4_nav_img .img {
    width: 80px;
  }
}

@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 1100px) {

}

@media screen and (max-width: 1000px) {

}

@media screen and (max-width: 768px) {
  .input-span-8 {
    width: 100%;
  }

  [class*=input-span] {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 500px) {
  .cc1_box {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .base_title {
    font-size: 18px;
    line-height: 18px;
  }

  .cc1_box .cc1_subtitle {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 50px;
    text-align: justify;
  }

  .next_arrow, .prev_arrow {
    width: 28px;
    height: 28px;
    top: 70%;
  }

  .next_arrow:after, .prev_arrow:after {
    font-size: 12px;
  }

  .swiper-pagination1 .swiper-pagination-bullet {
    width: 6px !important;
    height: 6px !important;
    margin: 0 5px !important;
  }

  .swiper-1 {
    margin-top: 30px;
    padding-bottom: 30px;
  }

  .cc2_box {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cc2_box .cc2_inner {
    margin-top: 20px;
    display: block;
  }

  .cc2_box .cc2_left {
    width: 100%;
  }

  .cc2_box .cc2_right {
    width: 100%;
    margin-top: 10px;
  }

  .cc2_box .cc2_nav {
    border-radius: 10px;
    height: auto;
    margin-bottom: 10px;
    padding: 10px;
  }

  .cc2_box .cc2_nav .cc2_nav_txt {
    font-size: 16px;
  }

  .cc2_box .cc2_nav .cc2_nav_txt2 {
    height: 20px;
  }

  .cc3_box {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cc3_box .cc3_inner {
    margin-top: 20px;
    height: auto;
    width: 100%;
    overflow: hidden;
    display: block;
  }

  .cc3_box .cc3_nav,
  .cc3_box .cc3_nav.on {
    width: 100%;
    margin-bottom: 10px;
  }

  .cc3_box .cc3_nav .cc3_info {
    position: initial;
    padding: 20px !important;
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
  }
	.cc3_box .cc3_nav .cc3_nav_title{
		display: none;
		font-size: 16px;
    line-height: 16px;
	}
  .cc3_box .cc3_nav .cc3_nav_img {
    position: absolute;
    width: 100%;
    display: block;
  }
  .cc3_box .cc3_nav .gray_box,
  .cc3_box .cc3_nav.on .gray_box{
  	display: block;
  	background: rgba(0,0,0,0.6);
  }
  .cc3_box .cc3_nav .cc3_info_title{
  	font-size: 14px;
  	line-height: 14px;
  }
  .cc3_box .cc3_nav .cc3_info_subtitle {
    line-height: 18px;
    font-size: 12px;
  }

  .cc4_box {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cc4_box .cc4_inner {
    margin-top: 20px;
    display: block;
    overflow: hidden;
  }
 	.cc4_box .cc4_nav{
 		float: left;
 		width: calc((100% - 60px) / 4);
 		margin-bottom: 10px;
 	}
 	.cc4_box .cc4_nav:nth-child(2n + 1){
 		width: 15px;
 	}
  .cc4_box .cc4_nav_img .img {
    width: 36px;
  }
  .cc4_box .cc4_nav .arrow {
    width: 6px;
    margin: 12px auto;
  }

  .cc4_box .cc4_nav_title {
    font-size: 12px;
    line-height: 14px;
    margin-top: 5px;
  }

  .input-button button {
    padding: 10px 14px;
    font-size: 14px;
  }
  .cc5_box{
  	padding-top: 0px;
  	padding-bottom: 30px;
  }
  .cc5_box .cc5_inner {
	    margin: 0px auto 0;
	    width: 94%;
	}
	.input-title{
		font-size: 14px;
		margin-bottom: 5px;
	}
	.input-input input{
		height: 38px;
		line-height: 38px;
		padding: 0 10px;
		font-size: 14px;
	}
	
	
	[class*=input-span] {
	    margin-bottom: 15px;
	}
	.input-input .select-city{
		display: none;
	}
	.input-remark-red{
		font-size: 12px;
		position: relative;
		top: -10px;
	}
	#codeImg{
		margin-top: 10px;
		-moz-transform: scale(0.7);
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
		position: relative;
		left: -15px;
	}
}
