
.banner_mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /*渐变色*/
}

.product-sec1 {
    position: relative;
    padding: 100px 0;
	box-sizing: border-box;
	display: block;
}

.product-container {
    position: static;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.product-details {
    background: #fff;
    max-width: 670px;
    border: 1px solid #eee;
    padding: 50px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    -webkit-box-shadow: 0 5px 30px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 5px 30px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 30px 0 rgba(0,0,0,.15);
	width: 100%;
	float: left;
}

p, .text {
    position: relative;
    line-height: 1.8em;
    font-family: 'Barlow',sans-serif;
	font-size: 15px;
	color: #777;
}

.sec-title {
    position: relative;
    margin-bottom: 10px;
    z-index: 1;
}

.sec-title.style-two .sub-title {
    margin-bottom: 12px;
}

.sec-title .sub-title {
    position: relative;
    color: #999;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
}

.sec-title h2 span {
    color: #333f9d;
}

.sec-title.style-two h2 {
    padding-bottom: 0;
}

.sec-title h2 {
    font-size: 40px;
    color: #34322d;
    font-weight: 600;
    line-height: 1.2em;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.sec-title .separator {
    position: relative;
    width: 60px;
    height: 5px;
    text-align: center;
    margin-top: 20px!important;
	font-weight: 400;
    background-color: #262a57;
}

.product-details-image {
    float: right;
	width: 50%;
}

.product-details-image .image {
    position: relative;
}

.product-details-image .image img {
    position: relative;
    width: 100%;
    display: block;
}

.wrapper {
    position: relative;
    max-width: 1080px;
    margin: 50px auto;
}
.wizard {
    max-width: 820px;
    margin: 0 auto;
}
.wizard__header {
  position: relative;
  color: #FFF;
  padding: 50px;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  text-align: center;
  height: 100px;
  background: url("../images/procedure1.jpg");
  background-color: #4D637B;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.wizard__header-content {
  position: absolute;
  width: 100%;
  padding: 0 50px;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
}
.wizard__header-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(77, 99, 123, 0.6);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.wizard__title {
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 0;
}
.wizard__subheading {
  text-transform: uppercase;
  margin: 0;
  font-size: .8rem;
  font-weight: 100;
  letter-spacing: 2px;
}
.wizard__subheading span {
  font-weight: 600;
}
.wizard__steps {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(50%);
  z-index: 10;
}
.wizard__footer {
  padding: 0 50px 50px;
  border-radius: 5px;
}
.wizard__content {
  background: #FFF;
  box-shadow: 0px 0px 10px #c5c5c5;
  border-radius: 5px;
}
.wizard__congrats-message {
  color: #676767;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.wizard.completed .wizard__content {
  animation: gettingOut 2s cubic-bezier(1, -0.71, 1, 1.16) forwards;
}
.wizard.completed .wizard__congrats-message {
  animation: fadeIn 2s cubic-bezier(1, -0.71, 1, 1.16) forwards;
}

.line {
  position: absolute;
  top: 20px;
  left: 50%;
  z-index: -1;
  height: 6px;
  transition: all 0.5s ease;
}
.line.-start {
  left: 0%;
  background: #5094de;
  width: 50%;
}
.line.-end {
  left: 50%;
  background: #5094de;
  width: 50%;
}
.line.-background {
  background: #c3c3c3;
  width: 100%;
}
.line.-progress {
  background: #5094de;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left center;
}
.line.-in-progress {
  transform: scaleX(1);
}

.panels {
  position: relative;
  overflow: hidden;
}

.panel {
  position: absolute;
  top: 0;
  left: 0;
  transition: .5s all;
  padding: 50px;
}
.panel__header {
  margin-bottom: 30px;
}
.panel__title {
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 0;
}
.panel__subheading {
  font-size: .9rem;
  line-height: 1.2rem;
  margin: 0;
}
.panel.movingOutBackward {
  transform: translateX(-820px);
}
.panel.movingOutFoward {
  transform: translateX(820px);
}
.panel.movingIn {
  transform: translateX(0);
}

.steps {
  position: relative;
  display: flex;
  flex: 0 1 auto;
  color: #fff;
}

.step {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  box-sizing: border-box;
  text-align: center;
  border-radius: 5px;
}
.step__content {
  position: relative;
  z-index: 2;
}
.step__number {
  font-size: 1.3rem;
  color: #676767;
  background: #FFF;
  font-weight: 800;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  border-radius: 50%;
  border: 5px solid #c3c3c3;
  transition: opacity .5s;
  opacity: 1;
  z-index: 5;
}
.step.-completed .step__number {
  opacity: 0;
}
.step.-completed .checkmark {
  z-index: 0;
  animation: fill .4s ease-in-out forwards,  scale .3s ease-in-out .6s both;
}
.step.-completed .checkmark__check {
  animation: stroke .5s linear .4s forwards;
}
.step.-completed .line {
  transform: scaleX(1);
}
.step:last-child .line {
  width: 50%;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  box-shadow: inset 0px 0px 0px #75b2f5;
  z-index: -1;
}
.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 8;
  stroke-miterlimit: 10;
  stroke: #5094de;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 40;
  stroke-dashoffset: 40;
  stroke: #FFF;
  stroke-width: 5;
}

.button {
  cursor: pointer;
  font-size: 1rem;
  line-height: 1rem;
  background: #5094de;
  color: #FFF;
  padding: 10px 15px;
  border: none;
  outline: none;
  display: inline-block;
  transition: all .3s;
}
.button:hover {
  background: #7baee6;
}
.button.previous {
  margin-right: 5px;
}
.button.disabled {
  background: #c3c3c3;
  cursor: default;
}


@media only screen and (max-width: 767px) {

.product-details {
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
    border: 0;
    padding: 0 20px 40px 20px;
    max-width: 100%;
    position: relative;
    top: 0;
    transform: none;
}

.product-details-image {
    float: left;
	width: 99%;
}

}

@media (min-width: 768px){
	
.product-details {
	width: 100%;
}

}

.product-sec3 {
    position: relative;
    padding: 100px 0;
	box-sizing: border-box;
	display: block;
}

.product-sec3 .title  p{padding: 0px 10% 0px 10%;}

.product-sec4 {
    position: relative;
    padding: 50px 0;
	box-sizing: border-box;
	display: block;
}

.product-sec5 .title {padding: 50px 0px 0px 0px;;margin-bottom: 0px;}

.container {
    margin: 0 15%;
    padding: 4rem;
    
}

.accordion-item {
	/* border-bottom: 1px solid #e5e5e5;
	width: 100%; */
	margin: 5px 10px;
	height: 125px;
}

.accordion_di {
    text-align: center;
    padding: 1em 0;
    font-size: 1.15rem;
    font-weight: 400;
	float: left;
	width: 55px;
	height: 25px;
	background: #5094de;
	color: #fff;
	border-radius: 8rem;
	margin-right: 15px;
}

.accordion-content{
	float: right;
	width: 80%;
}

.accordion_title{
	color: black;
	font-weight: 500;
}
.icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
}

.accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 500;
}

.product-sec6 {
    position: relative;
    padding: 100px 0;
	box-sizing: border-box;
	display: block;
}

.product-sec6 .title  p{padding: 0px 10% 0px 10%;}

.product-sec6 img {
    position: relative;
    width: 100%;
    display: block;
}

.product-sec7{background: #396CEF url('../images/pattern.png');background-size: 100% 100%;padding: 86px 0 124px;}
.product-sec7 .item-swiper{margin: 0 -15px;position: relative;}
.product-sec7 .item-swiper .swiper-slide{padding: 0 15px;}
.product-sec7 .item-swiper .item-box{display: block;border-radius: 4px;overflow: hidden;filter: grayscale(100%);}
.product-sec7 .item-swiper .item-box .img{overflow: hidden;}
.product-sec7 .item-swiper .item-box .img span{display: block;height: 100%;border-radius: 4px 4px 0 0;overflow: hidden;}
.product-sec7 .item-swiper .item-box .img img{width: 100%;height: 100%;transition: 0.4s;}
.product-sec7 .item-swiper .item-box .text{padding: 20px 40px;background: #fff;text-align: center;}
.product-sec7 .item-swiper .item-box .text h4{font-size: 16px;line-height: 22px;color: #2A2A2A;}
.product-sec7 .item-swiper .item-box .text p{margin-top: 18px;font-size: 12px;line-height: 18px;color: #385064;height: 36px;overflow: hidden;}
.product-sec7 .item-swiper .item-box .text .links{margin-top: 16px;}
.product-sec7 .item-swiper .item-box .text .links span{display: inline-block;vertical-align: top;width: 36px;height: 36px;border-radius: 100%;overflow: hidden;margin: 0 14px;}
.product-sec7 .item-swiper .item-box:hover{filter: grayscale(0%);transition: 0.4s;}
.product-sec7 .item-swiper .item-box:hover .img img{transition: 0.4s;transform: scale(1.1);}
.product-sec7 .item-swiper .swiper-button-prev,
.product-sec7 .item-swiper .swiper-button-next{width: 24px;height: 36px;margin-top: -18px;outline: none;}
.product-sec7 .item-swiper .swiper-button-prev{background: url('../images/prev.png');background-size: 100% 100%;left: -40px;}
.product-sec7 .item-swiper .swiper-button-next{background: url('../images/next.png');background-size: 100% 100%;right: -40px;}


@media screen and (max-width: 1320px) {
	.index-sec3 .item-swiper .swiper-button-prev{left: 0px;}
	.index-sec3 .item-swiper .swiper-button-next{right: 0px;}
}
