﻿@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */



@-webkit-keyframes flipOutYtest {
  from {
    -webkit-transform: perspective(1400px);
    transform: perspective(1400px);
  }

  40% {
    -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, 60deg);
    transform: perspective(1400px) rotate3d(0, 1, 0, 60deg);
    opacity: 1;
  }

  50% {
    -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(1400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }

  to {
    -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, 180deg);
    transform: perspective(1400px) rotate3d(0, 1, 0, 180deg);
    opacity: 0;
  }
}

.test{
  -webkit-animation: flipOutYtest 0.75s linear;
  animation: flipOutYtest 0.75s linear;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


@-webkit-keyframes flipInYtest {
  from {
    -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, -180deg);
    transform: perspective(1400px) rotate3d(0, 1, 0, -180deg);
    opacity: 0;
  }

  50% {
    -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, -90deg);
    transform: perspective(1400px) rotate3d(0, 1, 0, -90deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, -60deg);
    transform: perspective(1400px) rotate3d(0, 1, 0, -60deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(1400px);
    transform: perspective(1400px);
    opacity: 1;
  }
}

.test2{
  -webkit-animation: flipInYtest 0.75s linear;
  animation: flipInYtest 0.75s linear;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}



.wellfz{
    width: 1220px;
    min-height: 280px;
    margin: 0 auto;
    margin-top: 20px;
    height: auto;
    overflow: hidden;
    zoom:1;
    margin-bottom: 40px;
}

.service6{
  overflow: hidden;
  height: 630px;
  background: -webkit-linear-gradient(#7B90F7, #fff); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#7B90F7, #fff); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#7B90F7, #fff); /* Firefox 3.6 - 15 */
  background: linear-gradient(#7B90F7, #fff); /* 标准的语法 */
}

.service6-content_box{
  width: 20%;
  float: left;
  text-align: center;
}

.wellfz .well-item{
    position: relative;
    float: left;
    margin: 10px;
    width:224px;
    height: 403px;
    
}
/*.wellfz .well-item img{
    width: 100%;
    height: 100%;
   width: 100%;
  min-height: 250px; 
}*/
.correct{
  position: absolute;
  width:100%;
  height: 413px;
  
  overflow: hidden;
}
.correctc{
  width: 224px;
  height: 413px;
  background-color:#fff;
  border: 1px solid #EAEAEA;
  border-radius: 10px;
  overflow: hidden;
}

.correctc-img{
  margin-top: 50px;
  margin-bottom: 30px;
}
.correctc-text{
  font-size: 20px;
}
.correctc-text1{
  font-size: 18px;
}

.correctc-text2{
  font-size: 16px;
  line-height: 30px;
  margin-top: 40px;
  color: #666;
}

.opposite{
    width: 100%;
    height: 413px;
    background: none;
}

.opposite-content{
  display: table;
  width: 100%;
  height: 413px;
  background-color: #7B98FC;
  
  border-radius: 10px;
}
.opposite-img{
  margin-top: 23px;
  margin-bottom: 12px;
}

.opposite-text1{
  font-size: 16px;
  color:#04AEFB;
}

.opposite-text2{
  width: 189px;
  text-align: left;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  margin: 0 auto;
  margin-top: 50px;
}
