body {
    transition: all 0.2s ease;
    width: 100%;
    height: auto;
    min-width: 1300px;
    overflow: auto;
}
li,ul{ list-style: none; margin:0; padding: 0; }
h3,h4{ font-weight: normal; }

.flex-start {
    display: flex;
    justify-content: start;
    align-items: start;
}
.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.container-zt {
  
}
.container-zt .zt {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  position: relative;
}

.form-content{
   width:500px;
   height:200px;
   position:absolute;
   top:340px;
   left:290px; 
   display:flex;
   flex-direction: column;
   justify-content: space-between; 
}
.form-content ._input{
    width:500px;
    height:55px;
    background:#fff;
    border:0;
    padding-left:20px;
    font-size:16px;
    border-radius: 12px;
    background-image:url(../images/input-bg.png);
    background-repeat: no-repeat;
    background-position: left;
    background-position-x: 403px;
    margin-bottom:10px;
}
.form-content ._input.code{ background: #fff; }
.form-content .show-code{ position: absolute; right: 20px; font-size: 16px; top:16px; border-left: 1px solid #aaa; padding-left:15px; }
.form-content .submit{
    width:500px;
    height:60px;
    font-size:20px;
    color:#fff;
    background: linear-gradient(-90deg, #ca2b2f 0%, #a20408 100%);
    box-shadow: 0px 8px 16px 0px rgba(67, 120, 98, 0.16);
    border-radius: 12px;
}

.form-content .submit span{
    width: 32px;
    height: 28px;
}
.container-zt{
    background-position:center;
    height:688px;
    position:relative;
    
}
footer{
    margin:0;
}
.common-bottom-float{
    z-index:-1;
}
.container-center{
    width:1080px;
    height:608px;
    position:relative;
}
.container-center .show-msg{
    width:453px;
    height:208px;
    position:absolute;
    top:93px;
    left:-83px;
    transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    z-index:1;
    opacity:1;
}

.container-center .container-center-bgs{
    width:1200px;
    height:650px;
    position:absolute;
    top:-21px;
    left:-60px;
    background-color:rgba(255,255,255,0.8);
}

.container-center .container-center-bg{
    width:1200px;
    height:650px; 
    background-image:url(../images/bg.jpg);
    background-position:center;
    background-size: 1920px 688px;
    position:absolute;
    top:-21px;
    left:-60px;
    filter:blur(10px);
    -webkit-filter:blur(10px);
    -moz-filter:blur(10px);
    -ms-filter:blur(10px);
    -o-filter:blur(10px);
}
.test-container{
    width:100%;
    height:100%;
    z-index:1;
    opacity:1;
    transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
}
.test-container{
    overflow:hidden;
    border-radius: 20px;
}
.test-container .swiper-slide{ 
    width:100%;
    height:100%;
}
.test-container .swiper-slide h3{
    font-size:26px;
    color:#333;
    margin-top:100px;
}
.test-container .swiper-slide .select{
    margin-top:34px;
}
.test-container .swiper-slide .select div{
    width:280px;
    height:360px;
    margin-left:30px;
    position:relative;
    cursor:pointer;
    border-radius: 20px;
    overflow: hidden;
}
.test-container .swiper-slide .select img{ position: absolute; bottom: 0px; left: 0; }
.test-container .swiper-slide .select1 div{
    width:227px;
    height:360px;
    margin-left:30px;
    position:relative;
    cursor:pointer;
}
.test-container .swiper-slide .select2{
    flex-wrap: wrap;
}
.test-container .swiper-slide .select2 div{
    width:325px;
    height:128px;
    margin-left:20px;
    position:relative;
    cursor:pointer;
    margin-bottom:20px;
    overflow: hidden;
}
.test-container .swiper-slide .select2 div img{ width: 100%; }
.test-container .swiper-slide .select2 div:nth-child(3n+1){
    margin-left:0px;
}
.test-container .swiper-slide .select2{ padding: 0 30px; }
.test-container .swiper-slide .select2 .tit{ top: 15px; left: 15px; }
.test-container .swiper-slide .select div span{
    width:40px;
    height:40px;
    border-radius:25px;
    position:absolute;
    bottom:30px;
    left:30px;
    background:#fff;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.test-container .swiper-slide .select2 div span{ bottom:15px; left:15px; width:30px; height:30px;}
.test-container .swiper-slide .select2.small div:nth-child(n+7){ width: 240px; }
.test-container .swiper-slide .select2.small div:nth-child(10){ margin-left: 20px; }
.test-container .swiper-slide .select div span a{
    width:17px;
    height:17px;
    background-image:url(../images/right.png);
    background-position:center right;
    background-size: 40px 14px;
    background-repeat: no-repeat;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.test-container .swiper-slide .select div:hover span{
    width:60px;
}
.test-container .swiper-slide .select div:hover span a{
    width:40px;
}
.test-container .swiper-slide .zs{
    width:559px;
    height:199px;
    margin: 17px auto 0;
    display: block;
}
.icon-arrow-animations{
    width:50px;
    height:35px;
}
.testNav-list{
    min-width:850px;
    height:30px;
    position:absolute;
    top:20px;
    left:115px;
    z-index:2;
}
.testNav-msg{
    min-width:1080px;
    height:30px;
    position:absolute;
    top:60px;
    left:0;
    z-index:2;
}
.testNav-msg span{
    width:250px;
    height:100%;
    color: #271d1a;
    font-size: 16px;
    display:flex;
    justify-content: center;
}
.testNav-list .or{
    width: 10px;
    height: 10px;
    background: #271d1a;
    border-radius: 50%;
    color:#32695A;
    font-size:0px;
}
.testNav-list .or.active{
    width: 30px;
    height: 30px;
    color:#fff;
    font-size:18px;
}
.testNav-list .or.activeImg{
    width: 30px;
    height: 30px;
    font-size:0;
    background-image:url(../images/g.png);
    background-position:center;
    background-repeat: no-repeat;
}
.testNav-list .line{
    width:245px;
    height:1px;
    background: #271d1a;       
    opacity: 0.5;
     transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.testNav-list .line.active{
    opacity: 1;
}

.index-option {
  width: 100%;
  height: 85px;
  background-color: #fff;
}
.index-option .index-option-container {
  width: 1280px;
  margin: 0 auto;
  height: 100%;
}
.index-option .index-option-container .index-option-block {
  height: 61%;
  display: flex;
}
.index-option .index-option-container .index-option-block label {
  width: 80px;
  font-size: 20px;
  color: #333;
  font-weight: 400;
  background-position: left top;
  background-position-y: 3px;
  background-repeat: no-repeat;
  padding-left: 35px;
  background-size: 20px;
}
.index-option .index-option-container .index-option-block ul {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  width: 250px;
  margin-left: 34px;
}
.index-option .index-option-container .index-option-block ul li {
  margin-right: 34px;
  height: 30px;
  position: relative;
}
.index-option .index-option-container .index-option-block ul li:nth-child(4n) {
  margin-right: 0;
}
.index-option .index-option-container .index-option-block ul li a {
  font-size: 16px;
  color: #333;
  display: inline-block;
  height: 100%;
}
.index-option .index-option-container .index-option-block ul li a span {
  width: 100%;
  height: 1px;
  display: inline-block;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 5px;
}
.index-option .index-option-container .index-option-block ul li a:hover {
  color: #09543C;
}
.index-option .index-option-container .index-option-block ul li a:hover span {
  width: 100%;
  height: 1px;
  background-color: #09543C;
}
.index-option .index-option-container > span {
  height: 40px;
  width: 1px;
  background-color: #e6e6e6;
}

.index-top-block {
  width: 100%;
  height: 160px;
  background-color: #f2f2f2;
}
.index-top-block .top-block-container {
  width: 1280px;
  height: 100%;
  margin: 0 auto;
}
.index-top-block .top-block-container a {
  width: 240px;
  height: 100px;
  font-size: 20px;
  border-radius: 20px;
  display: block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background-color: #d16a69;
}
.index-top-block .top-block-container a:nth-child(2){ background-color: #9c93c5; }
.index-top-block .top-block-container a:nth-child(3){ background-color: #566392; }
.index-top-block .top-block-container a:nth-child(4){ background-color: #6f8a88; }
.index-top-block .top-block-container a:nth-child(5){ background-color: #d5a992; }
.test-container .swiper-slide .tit{ display: block; position: absolute; top: 40px; border-radius: 8px; left: 20px; color: #222; font-size: 22px; padding: 3px 8px; font-weight: 500; background:rgba(255,255,255,0.8); }

.index-top-block .top-block-container a > img {
  position: absolute;
  width: 250px;
  height: 104px;
  filter: blur(0);
  -webkit-filter: blur(0);
  -moz-filter: blur(0);
  -ms-filter: blur(0);
  -o-filter: blur(0);
  top: -2px;
  left: -5px;
}
.index-top-block .top-block-container > a:hover > img {
  filter: blur(2.5px);
  -webkit-filter: blur(2.5px);
  -moz-filter: blur(2.5px);
  -ms-filter: blur(2.5px);
  -o-filter: blur(2.5px);
}
.index-top-block .top-block-container a > div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.index-top-block .top-block-container a > div > h3 {
  font-size: 22px;
  color: #fff;
  margin-left: 20px;
}
.index-top-block .top-block-container a > div > h5 {
  font-size: 14px;
  color: #fff;
  margin-top: 8px;
  margin-left: 20px;
}
.index-top-block .top-block-container a > div > img {
  width: 70px;
  height: 40px;
  position: absolute;
  top: 30px;
  right: 0;
  opacity: 0;
  transition: all 0.5s;
}
.index-top-block .top-block-container a:hover > div > img {
  opacity: 1;
  right: 16px;
}

.main{ width: 1200px; margin:0 auto; }
.big-title{ margin: 50px 0 30px 0; }
.big-title h3{ font-size: 30px; line-height: 1.4; color: #271d1a; font-weight: 200; }
.bor{ display: inline-block; width: 100px; height: 2px;background: #271d1a;}
.main .swiper-container img{ max-width: 100%; margin:0 auto; border-radius: 16px;}
.main .swiper-container .font{ position: absolute; left: 565px; top: 120px; border:2px solid #fff; border-radius: 16px; font-size: 40px; width: 70px; z-index: 100; font-weight: 200; text-align: center; color: #fff; padding: 10px 0; text-shadow: 0px 3px 5px rgba(0,0,0,0.3);}
.mt20{ margin-top: 20px; }
.borr20{ border-radius: 20px; }
.tc{text-align: center;}