* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: inherit;
  font-size: inherit;
  font-weight: normal;
}
i {
  font-style: normal;
}
img {
  border: none;
  vertical-align: middle;
}
ul,
ol {
  list-style: none;
}
li {
  list-style: inherit;
}
input,
textarea,
button,
span,
li,
a,
div {
  border: none;
  outline: none;
  resize: none;
}


a,
a:active,
a:hover,
a:visited {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.mycol {
  margin: 0 -10px;
  *zoom: 1;
}
.mycol:before,
.mycol:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.mycol .col {
  float: left;
  padding: 0 10px;
  text-align: center;
}
.o-info input{
    width: 100%;
    height: 60px;
    padding: 20px 0 24px 30px;
    margin-right: 30px;
    font-size: 16px;
    color: #666666;
    background: #fff
}
.o-other textarea{
  width: 100%;
  height: 240px;
  padding: 20px 30px;
  margin-top: 10px;
  font-size: 16px;
  color: #333333;
  background: #fff
}
.o-other textarea {
  width: 100%;
  height: 240px;
  padding: 20px 30px;
  margin-top: 10px;
  font-size: 16px;
  color: #333333;
}
.o-footer {
  padding-top: 50px;
  width: 680px;
  margin: 0 auto;
  height: 200px;
}
.o-footer a {
  display: block;
  width: 246px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  background-color: #005fc2;
  border-radius: 45px;
}
.o-footer .icon {
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  height: 45px;
  color: #005fc2;
  margin-left: 64px;
  padding-left: 40px;
  padding-top: 5px;
  background: url(../images/icon_phone.png) left center no-repeat;
  -webkit-background-size: 30px 30px;
  background-size: 30px 30px;
}
.o-footer .phone {
  font-size: 30.715px;
  color: #33323a;
  font-weight: 700;
  padding-left: 26px;
  height: 45px;
  line-height: 45px;
  letter-spacing: 1px;
}
.mycol .col img {
  max-width: 100%;
}
.mycol2 {
  margin: 0 -6.5vw;
  *zoom: 1;
}
.mycol2:before,
.mycol2:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.mycol2 .col {
  float: left;
  padding: 0 6.5vw;
  text-align: center;
}
.mycol2 .col img {
  max-width: 100%;

}
.mycol-2 .col {
  width: 50%;
}
.mycol-3 .col {
  width: 33.33333%;
}
.mycol-4 .col {
  width: 25%;
}
.mycol-5 .col {
  width: 20%;
}
.box {
  display: block;
}
.center-fa {
  position: relative;
}
.center-fa .center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,50%);
}
.center-fa .centerX {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.center-fa .centerY {
  /* position: absolute;
  top: 50%;
  transform: translateY(-50%); */
}
.center-img {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.center-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  max-width: none;
  min-width: 100%;
  height: 100%;
  transform: translate(-50%,-50%);
}
.center-img-hover img {
  transition: all .3s;
}
.center-img-hover:hover img {
  transform: translate(-50%,-50%) scale(1.05);
}
.full-img {
  width: 100%;
  height: 0;
  position: relative;
}
.full-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.lr-ti li {
  overflow: hidden;
}
.lr-ti li > div {
  width: 50%;
  height: 100%;
  float: left;
}
.lr-ti li > div .box {
  height: 100%;
}
.lr-ti li > div .box > div {
  width: 100%;
}
.lr-ti li:nth-child(2n) > div {
  float: right;
}
.hvr-color {
  transition: all .3s;
}
.hvr-color:hover {
  color: #005fc2;
}
.w {
  width: 1400px;
  margin: 0 auto;
  *zoom: 1;
}
.w:before,
.w:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.w1600 {
  width: 1600px;
  margin: 0 auto;
  *zoom: 1;
}
.w1600:before,
.w1600:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.bg-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg-left {
  background-position: left center;
  background-repeat: no-repeat;
}
.imgs-btn img {
  cursor: zoom-in;
}
.com-padding {
  padding-top: 80px;
  padding-bottom: 78px;
}
.pt0 {
  padding-top: 0;
}
.pb0 {
  padding-bottom: 0;
}
.p-color {
  color: #666;
}
.tsi {
  transition: all .3s;
}
.com-bg {
  background-color: #f8f8f8;
}
.bg-f {
  background-color: #fff;
}
.co-f {
  color: #fff;
}
.com-ba:before,
.com-ba:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: transform .3s;
}
.com-title {
  padding-bottom: 35px;
  text-align: center;
}
.com-title h3 {
  height: 55px;
  font-size: 36px;
  position: relative;
}
.com-title p {
  height: 50px;
  color: #666;
}
.com-title .more {
  display: block;
  margin-bottom: 30px;
  margin-top: -20px;
  color: #005fc2;
  font-size: 14px;
}
.position {
  height: 55px;
  line-height: 55px;
  overflow: hidden;
  font-size: 14px;
  transition: all .3s;
  background-color: #f4f4f4;
  margin-top: 80px;
}
.position a {
  transition: all .3s;
}
.position a:hover {
  color: #005fc2;
}
.position.top {
  position: fixed;
  left: 0;
  top: 60px;
  width: 100%;
  background: #fff;
  z-index: 998;
  border-bottom: 1px solid #ddd;
}
.position .nav a {
  display: inline-block;
  width: 115px;
  text-align: center;
  color: #333;
  transition: all .3s;
}
.position .nav a.active {
  background: #005fc2;
}
.position .pos > a,
.position .w > a {
  transition: all .3s;
}
.position .pos > a:hover,
.position .w > a:hover {
  color: #005fc2;
}
.go-top {
  display: none;
  cursor: pointer;
}
.go-top:before,
.go-top:after {
  content: '';
  position: fixed;
  right: 20px;
  bottom: 50px;
  width: 50px;
  height: 50px;
  background-color: #999;
  border-radius: 5px;
  z-index: 9999;
}
.go-top:before {
  background: none;
  width: 20px;
  height: 20px;
  right: 34px;
  bottom: 58px;
  border: 3px solid #fff;
  border-bottom: none;
  border-right: none;
  transform: rotate(45deg);
  z-index: 2;
  border-radius: 0;
  z-index: 99999;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background-color: #005fc2;
}
.swiper-pagination.swiper-pagination {
  bottom: 30px;
}
div.swiper-button-next,
div.swiper-button-prev {
  width: 34px;
  height: 34px;
  border-radius: 5px;
  background: #005fc2;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  border: 2px solid #fff;
  border-left: none;
  border-bottom: none;
  transform: translate(-50%,-50%) rotate(45deg);
}
.swiper-button-prev:after {
  left: 50%;
  transform: translate(-50%,-50%) rotate(-135deg);
}
.swiper-button-next:before,
.swiper-button-prev:before {
  content: '';
  position: absolute;
  left: 45%;
  top: 50%;
  width: 15px;
  margin-left: -8px;
  margin-top: -1px;
  border-bottom: 2px solid #fff;
}
.swiper-button-prev:before {
  margin-left: -2px;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #005fc2;
}
.swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
  border-color: #fff;
}
.index-banner {
  width: 100%;
}
.index-banner img {
  width: 100%;
}
.index-banner .swiper-pagination-bullet.swiper-pagination-bullet {
  margin: 0 6px;
}
.index-banner .swiper-pagination-bullet {
  position: relative;
  width: 30px;
  height: 3px;
  background: #fff;
  border-radius: 0;
}
.index-banner .swiper-pagination-bullet-active {
  background: #005fc2;
}
.index-service {
  padding: 50px 0;
  background: #fafafa;
  box-shadow: 0 4px 20px -15px #000;
}
.index-service .main li .box {
  display: block;
  padding-left: 70px;
  text-align: left;
}
.index-service .main li h4 {
  height: 35px;
  color: #3c3c3c;
  font-size: 20px;
}
.index-service .main li p {
  color: #666;
  font-size: 14px;
}
.index-product .title {
  width: 360px;
  height: 545px;
  padding: 2.5vw;
  color: #fff;
}
.index-product .title h3 {
  height: 45px;
  font-size: 30px;
}
.index-product .title p {
  font-size: 18px;
}
.index-product .title .con {
  margin-top: 300px;
  line-height: 30px;
}
.index-product .nav {
  width: calc(100% - 360px);
  padding-left: 3vw;
  text-align: center;
  margin: 0 -5px;
}
.index-product .nav .col {
  padding: 0 5px;
  margin-bottom: 10px;
}
.index-product .nav li .box {
  display: block;
  height: 175px;
  padding-top: 30px;
  background: #fff;
  transition: all .3s;
}
.index-product .nav li .img {
  height: 90px;
}
.index-product .nav li .img img {
  max-width: 100%;
  max-height: 100%;
}
.index-product .nav li h4 {
  margin-top: 10px;
  color: #666;
}
.index-product .nav li:last-child h4 {
  color: #005fc2;
}
.index-product .nav li:hover h4 {
  color: #fff;
}
.index-product .nav li:last-child:hover .img img {
  filter: brightness(0) invert(100%);
}
.index-case .nav {
  position: relative;
}
.index-case .nav .swiper-container {
  padding-bottom: 110px;
}
.index-case .nav li {
  position: relative;
  padding-bottom: 50px;
}
.index-case .nav li .img img {
  width: 100%;
}
.index-case .nav li .txt {
  position: absolute;
  left: 20px;
  bottom: 0;
  width: 160px;
  height: 160px;
  padding: 35px 30px;
  background: #fff;
  border: 1px solid #e3e3e3;
  transition: all .3s;
}
.index-case .nav li .txt h4 {
  height: 35px;
  font-size: 18px;
  position: relative;
}
.index-case .nav li .txt h4:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  border-bottom: 2px solid #005fc2;
}
.index-case .nav li .txt p {
  margin-top: 25px;
}
.index-case .nav li:hover .txt {
  border-color: #005fc2;
}
.index-case .nav li:hover .txt:after {
  border-width: 330px 330px 0 0;
}
.index-case .nav li:hover .txt h4 {
  color: #fff;
}
.index-case .nav li:hover .txt h4:after {
  border-color: #fff;
}
.index-case .nav li:hover .txt img {
  filter: brightness(0) invert(100%);
}
.index-case .swiper-pagination.swiper-pagination {
  display: inline-block;
  width: auto;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  padding: 15px 50px;
  border: 1px solid #ddd;
}
.index-case .swiper-pagination.swiper-pagination span {
  width: 15px;
  height: 15px;
  border: 1px solid #ddd;
}
.index-ser .main {
  height: 690px;
  padding-top: 430px;
}
.index-ser .main li:hover {
  background: #005fc2;
}
.index-ser .main li:hover * {
  color: #fff;
}
.index-ser .main li:hover .box {
  background: none;
}
.index-ser .main li .box {
  height: 240px;
  padding: 60px 90px;
  background: rgba(255,255,255,0.9);
  position: relative;
  text-align: left;
}
.index-ser .main li span {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #5f5f5f;
  font-size: 36px;
  transition: all .3s;
}
.index-ser .main li h4 {
  height: 55px;
  font-size: 30px;
  transition: all .3s;
}
.index-ser .main li p {
  color: #666;
  font-size: 18px;
  line-height: 30px;
  padding-right: 5vw;
  transition: all .3s;
}
.index-about {
  position: relative;
}
.index-about:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 420px;
  background-color: #f4f4f4;
  z-index: -1;
}
.index-about .w {
  padding-top: 90px;
  padding-bottom: 140px;
}
.index-about .title {
  width: 50%;
  padding-left: 6.5vw;
  color: #fff;
}
.index-about .title h3 {
  padding-bottom: 20px;
  font-size: 36px;
  line-height: 50px;
}
.index-about .title .con {
  width: 60%;
}
.index-about .title .con p {
  line-height: 30px;
}
.index-about .title .more {
  display: block;
  width: 130px;
  line-height: 40px;
  margin-top: 40px;
  text-align: center;
  font-size: 14px;
  background: #005fc2;
}
.index-news .com-title {
  padding-top: 45px;
  border-top: 2px solid #005fc2;
}
.index-news .main li {
  margin-bottom: 20px;
}
.index-news .main li .box {
  display: block;
  padding: 10px;
  border: 1px solid #c7c7c7;
}
.index-news .main li:hover .box{
  border-color: #005fc2
}
.index-news .main li .date {
  width: 120px;
  height: 120px;
  padding-top: 13px;
  background: #ececec;
  color: #666;
  transition: all .3s;
}
.index-news .main li:hover .date{
  background: #005fc2
}
.index-news .main li .date span {
  font-size: 36px;
}
.index-news .main li .date p {
  margin-top: -5px;
}
.index-news .main li:hover .date {
  color: #fff;
}
.index-news .main li:hover .date:after,
.index-news .main li:hover .date:before {
  height: 50%;
}
.index-news .main li .txt {
  width: calc(100% - 120px);
  padding-left: 1.5vw;
  padding-top: 30px;
  padding-right: 4vw;
  text-align: left;
}
.index-news .main li .txt h4 {
  height: 20px;
  font-size: 18px;
  font-weight: 700;
  /* overflow: hidden; */
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 20px;
}
.index-news .main li .txt p {
  height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
}
.index-partner .main {
  position: relative;
}
.index-partner .main li {
  height: 120px;
  line-height: 120px;
  text-align: center;
  border: 1px solid #ddd;
  background: #fff;
}
.index-partner .main li img {
  max-width: 95%;
  max-height: 95%;
}
.index-partner .main div.swiper-button-prev {
  left: -70px;
}
.index-partner .main div.swiper-button-next {
  right: -70px;
}
.index-after .w {
  background: #fff;
  padding-left: 4vw;
  padding-right: 4vw;
  position: relative;
  bottom: -130px;
  margin-top: -130px;
  border-bottom: 3px solid #005fc2;
  z-index: 2;
}
.index-after .main .img {
  height: 75px;
}
.index-after .main h4 {
  height: 30px;
  font-size: 20px;
}
.index-after .main p {
  color: #666;
  font-size: 14px;
}
.banner {
  width: 100%;
  overflow: hidden;
}
.banner img {
  width: 100%;
  transition: all 1s;
}
.banner img:hover {
  transform: scale(1.02);
}
.banner .pos {
  color: #fff;
  line-height: 70px;
  position: relative;
  top: -70px;
  margin-bottom: -70px;
}
.product .subnav {
  height: 90px;
  line-height: 90px;
  text-align: center;
}
.product .subnav a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  color: #666;
  font-size: 14px;
  margin: 0 5px;
  padding: 0 10px;
  transition: all .3s;
}
.product .subnav a:hover {
  color: #fff;
}
.product .subnav a.active {
  color: #fff;
  background: #005fc2;
}
.product .main {
  margin: 0 -20px;
}
.product .main .col {
  padding: 0 20px;
  margin-bottom: 40px;
}
.product .main li .box {
  background: #fff;
}
.product .main li .img {
  width: 280px;
  height: 260px;
  line-height: 260px;
}
.product .main li .img img {
  max-width: 90%;
  max-height: 90%;
}
.product .main li .txt {
  width: calc(100% - 280px);
  padding-top: 80px;
  text-align: left;
}
.product .main li .txt h4 {
  height: 60px;
  line-height: 20px;
  padding-right: 1vw;
  font-size: 18px;
}
.product .main li .txt .more {
  display: block;
  width: 126px;
  line-height: 35px;
  text-align: center;
  color: #005fc2;
  border: 1px solid #005fc2;
}
.product .main li:hover .more {
  color: #fff;
}
.product .main li:hover .more:before {
  width: 100%;
}
.case li .img {
  padding-bottom: 70%;
}
.case li h4 {
  height: 65px;
  line-height: 65px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.join-require .main ul.mycol {
  margin: 0 -2.5vw;
}
.join-require .main li.col {
  padding: 0 2.5vw;
}
.join-require .main .box {
  padding: 2.5vw 3.5vw;
  background: #313131;
  text-align: left;
  color: #005fc2;
}
.join-require .main .box h4 {
  height: 35px;
  font-size: 28px;
}
.join-require .main .box h5 {
  height: 40px;
  font-size: 14px;
}
.join-require .main .box img {
  width: 100%;
  margin-bottom: 30px;
}
.join-require .main .box .con,
.join-require .main .box .con p {
  line-height: 25px;
  color: #fff;
  font-size: 14px;
}
.join-require .more {
  display: block;
  width: 150px;
  line-height: 45px;
  margin: 3.5vw auto 0;
  text-align: center;
  color: #005fc2;
  font-size: 14px;
  background: #313131;
}
.join-policy .main {
  position: relative;
  top: -145px;
  margin-bottom: -145px;
  margin-left: 270px;
  width: calc("~100% - 270px");
  padding: 60px 0;
  background: url(../images/join_policy_bg02.png) 42% top no-repeat;
  background-size: auto 100%;
  *zoom: 1;
}
.join-policy .main:before,
.join-policy .main:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.join-policy .main li {
  float: left;
  width: 50%;
  margin-right: 1%;
  padding-left: 30px;
  border-left: 7px solid #005fc2;
  color: #fff;
  position: relative;
}
.join-policy .main li:nth-child(2n - 1) {
  float: right;
}
.join-policy .main li h4 {
  height: 50px;
  font-size: 22px;
  font-weight: 700;
}
.join-policy .main li .con {
  width: 90%;
}
.join-policy .main li .con p {
  line-height: 30px;
}
.join-policy .main li span {
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  color: #005fc2;
  font-size: 38px;
  border: 1px solid #005fc2;
  border-radius: 50%;
  background: #fff;
}
.join-policy .main li:nth-child(2n - 1) span {
  right: auto;
  left: -140px;
}
.join-after .main li:nth-child(2) {
  padding-top: 5vw;
}
.join-after .main li:nth-child(3) {
  padding-top: 2.5vw;
}
.join-after .main li:nth-child(4) {
  padding-top: 7.5vw;
}
.join-after .main li .box {
  padding: 3vw 2vw 0;
  background: #313131;
  border-bottom: 15px solid #005fc2;
  text-align: left;
}
.join-after .main li h4 {
  height: 50px;
  color: #005fc2;
  font-size: 20px;
  border-bottom: 1px solid #626262;
}
.join-after .main li .con {
  height: 250px;
  padding-top: 1.2vw;
  overflow: hidden;
}
.join-after .main li .con p {
  line-height: 22px;
  color: #fff;
  font-size: 14px;
}
.join-after .tel {
  margin-top: 30px;
  text-align: center;
  color: #fff;
  font-size: 28px;
}
.join-form .t2 p {
  height: 55px;
  color: #005fc2;
}
.join-form .main {
  width: 50%;
}
.join-form .main input {
  width: 100%;
  line-height: 48px;
  padding-left: 20px;
  font-size: 14px;
  border: 1px solid #005fc2;
}
.join-form .main textarea {
  width: 100%;
  height: 160px;
  padding: 20px;
  margin-top: 20px;
  border: 1px solid #005fc2;
}
.join-form .main .sub {
  display: block;
  width: 150px;
  line-height: 50px;
  text-align: center;
  margin-top: 4vw;
  background: #005fc2;
}
.solution .title {
  text-align: center;
  margin-bottom: 80px;
}
.solution .title h3 {
  font-size: 40px;
  font-weight: 700;
  height: 70px;
  position: relative;
}
.solution .title h3:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 30px;
  margin-left: -15px;
  border-bottom: 2px solid #005fc2;
}
.solution .title p {
  font-size: 18px;
  margin-top: 30px;
}
.solution .main li {
  height: 400px;
  margin-bottom: 5.5vw;
}
.solution .main li .img {
  height: 100%;
}
.solution .main li .img img {
  height: 100%;
}
.solution .main li .txt {
  height: 100%;
  padding: 0 4vw;
}
.solution .main li .txt h4 {
  padding-bottom: 1vw;
  color: #005fc2;
  font-size: 32px;
}
.solution .main li .txt .con p {
  height: 150px;
  overflow: hidden;
  color: #666;
  font-size: 14px;
  line-height: 30px;
}
.solution .main li .txt .more {
  display: block;
  width: 150px;
  line-height: 45px;
  margin-top: 15px;
  text-align: center;
  background: #005fc2;
}
.service .ser1 {
  padding-bottom: 130px;
}
.service .ser1 .main {
  margin: 0 -4.5vw;
  padding: 0 3.5vw;
}
.service .ser1 .main .col {
  padding: 0 4.5vw;
  margin-top: 3.5vw;
}
.service .ser1 .main li .box {
  border: 1px solid #333;
  position: relative;
  height: 150px;
  padding-top: 45px;
  font-size: 18px;
  line-height: 35px;
}
.service .ser1 .main li span {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -28px;
  margin-top: -20px;
  display: block;
  width: 55px;
  height: 40px;
  line-height: 40px;
  color: #005fc2;
  font-size: 36px;
  z-index: 1;
}
.service .ser1 .main li span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  margin-top: -1px;
  border-bottom: 1px solid #e8e8e8;
  z-index: -1;
}
.service .ser2 {
  padding-bottom: 130px;
}
.service .ser2 .main {
  margin: 0 -4px;
}
.service .ser2 .main .col {
  width: 14.285%;
  padding: 0 4px;
}
.service .ser2 .main li .box {
  height: 255px;
  padding-top: 70px;
}
.service .ser2 .main li h4 {
  height: 70px;
  margin-bottom: 30px;
  color: #005fc2;
  font-size: 48px;
  font-weight: 700;
  position: relative;
}
.service .ser2 .main li h4:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 40px;
  margin-left: -20px;
  border-bottom: 1px solid #b2b2d9;
}
.service .ser2 .main li .con p {
  color: #666;
  padding: 0 15px;
}
.service .ser3 .main {
  padding: 0 165px;
  position: relative;
}
.service .ser3 .main .swiper-container {
  padding: 30px 0;
}
.service .ser3 .main li {
  text-align: center;
  padding: 30px 0;
}
.service .ser3 .main li .img {
  background: #ececec;
  padding: 40px 3vw;
  opacity: .5;
  transition: all .3s;
}
.service .ser3 .main li .img img {
  max-height: 100%;
  max-width: 100%;
}
.service .ser3 .main li h4 {
  display: none;
  height: 75px;
  line-height: 75px;
  overflow: hidden;
}
.service .ser3 .main li.swiper-slide-active {
  padding: 0;
}
.service .ser3 .main li.swiper-slide-active .img {
  padding: 70px 3vw;
  margin: 0 -40px;
  opacity: 1;
  background: #fff;
  box-shadow: 0 0 30px -5px #888;
}
.service .ser3 .main li.swiper-slide-active h4 {
  display: block;
}
.research .res1 .main li {
  margin-bottom: 20px;
}
.research .res1 .main li img {
  width: 100%;
}
.research .res1 .main li .box {
  position: relative;
}
.research .res1 .main li h4 {
  position: absolute;
  left: 0;
  bottom: 40px;
  display: inline-block;
  padding: 0 55px;
  line-height: 60px;
  color: #fff;
  font-size: 24px;
  background: #005fc2;
}
.research .res2 .main {
  width: 80%;
  margin: 0 auto;
}
.research .res2 .main li {
  background-color: #fff;
  height: 0;
  opacity: 0;
  top: -30px;
  position: relative;
  overflow: hidden;
  transition: top .3s, opacity .3s;
}
.research .res2 .main li.active {
  padding: 40px 100px;
  height: auto;
  opacity: 1;
  top: 0;
  box-shadow: 0 0 30px #ddd;
}
.research .res2 .main li img {
  width: 330px;
  height: 300px;
}
.research .res2 .main li .txt {
  width: calc(100% - 335px);
  padding-left: 5.5vw;
  padding-right: 2.5vw;
  padding-top: 2vw;
}
.research .res2 .main li .txt h4 {
  height: 50px;
  font-size: 24px;
}
.research .res2 .main li .txt .con {
  height: 210px;
  overflow: hidden;
}
.research .res2 .main li .txt .con p {
  color: #666;
  line-height: 25px;
}
.research .res2 .list {
  padding: 0 150px;
  margin-top: 70px;
  position: relative;
}
.research .res2 .list li img {
  width: 100%;
}
.research .res2 .list li h4 {
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  text-align: center;
}
.research .res2 .list li.active h4 {
  border-bottom: 2px solid #005fc2;
}
.research .res3 .main li {
  text-align: center;
}
.research .res3 .main li .img {
  width: 100%;
  height: 320px;
  line-height: 320px;
  border: 1px solid #d5d5d5;
}
.research .res3 .main li .img img {
  max-width: 90%;
  max-height: 90%;
}
.research .res3 .main li h4 {
  color: #666;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.research .res3 .swiper-container {
  padding-bottom: 70px;
}
.research .res3 .swiper-container .swiper-pagination-bullet {
  background: #005fc2;
}
.news-detail {
  padding-bottom: 50px;
}
.news-detail .main {
  width: calc(100% - 340px);
}
.news-detail .main img {
  max-width: 100%;
}
.news-detail .title {
  text-align: center;
}
.news-detail .title h3 {
  line-height: 42px;
  padding-bottom: 10px;
  font-size: 30px;
}
.news-detail .title p {
  height: 60px;
  color: #666;
  font-size: 14px;
}
.news-detail .content {
  padding: 70px 80px;
  background: #fff;
}
.news-detail .content .con {
  min-height: 100px;
  line-height: 30px;
  margin-bottom: 60px;
}
.news-detail .content .con img {
  max-width: 100%;
}
.news-detail .more {
  height: 110px;
  padding: 20px;
  margin-top: 35px;
  background: #fff;
  position: relative;
}
.news-detail .more p {
  line-height: 35px;
}
.news-detail .more p a {
  display: inline-block;
  color: #666;
  font-size: 16px;
  transition: all .3s;
}
.news-detail .more p a:hover {
  color: #005fc2;
}
.news-detail .more p {
  display: block;
}
.news-detail .more .back {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 150px;
  line-height: 45px;
  margin-top: -23px;
  text-align: center;
  color: #fff;
  background: #005fc2;
  border-radius: 5px;
}
.news-detail .side {
  width: 320px;
}
.news-detail .latest {
  padding: 40px 30px;
  margin-bottom: 20px;
  background: #fff;
}
.news-detail .latest h5 {
  font-size: 20px;
}
.news-detail .latest li {
  padding-top: 30px;
  padding-bottom: 15px;
  color: #666;
  font-size: 15px;
  border-bottom: 1px dashed #e5e5e5;
}
.news-detail .latest h6 {
  margin-bottom: 10px;
  transition: all .3s;
}
.news-detail .latest li:hover h6 {
  color: #005fc2;
}
.news-detail .latest p span {
  color: #005fc2;
}
.news-detail .pro {
  margin-top: 35px;
}
.news-detail .pro h5 {
  height: 30px;
  padding-left: 20px;
  font-size: 20px;
}
.news-detail .pro li .img {
  background: #fff;
  text-align: center;
}
.news-detail .pro li img {
  max-width: 100%;
}
.news-detail .pro li h6 {
  line-height: 55px;
  font-size: 14px;
  text-align: center;
  transition: all .3s;
}
.news-detail .pro li:hover h6 {
  color: #005fc2;
}
.page-nav {
  height: 60px;
  line-height: 60px;
  background: #fff;
  border-bottom: 1px solid #d9d9d9;
}
.page-nav a {
  display: inline-block;
  height: 59px;
  color: #666;
  font-size: 14px;
  margin-right: 2.5vw;
  transition: all .3s;
}
.page-nav a:hover,
.page-nav a.active {
  color: #005fc2;
  border-bottom: 2px solid #005fc2;
}
.pro-detail .top .img {
  width: 50%;
  overflow: hidden;
}
.pro-detail .top .txt {
  width: 50%;
}
.pro-detail .top {
  padding: 25px;
  background-color: #fff;
}
.pro-detail .top .big li {
  text-align: center;
  background-color: #fff;
}
.pro-detail .top .big li .box {
  height: 360px;
  line-height: 360px;
  overflow: hidden;
  text-align: center;
}
.pro-detail .top .big li .box img {
  max-width: 90%;
  max-height: 90%;
}
.pro-detail .top .list {
  position: relative;
  padding: 0 40px;
  margin-top: 10px;
  text-align: center;
}
.pro-detail .top .list li {
  border: 1px solid transparent;
  cursor: pointer;
}
.pro-detail .top .list li .box {
  height: 120px;
  line-height: 120px;
}
.pro-detail .top .list li.on img{
  border: 2px solid #f1861a
}
.pro-detail .top .list li img {
  max-width: 90%;
  max-height: 90%;
}
.pro-detail .top .list .swiper-slide-thumb-active {
  border-color: #005fc2;
}
.pro-detail .top .txt {
  padding-top: 20px;
  padding-left: 2vw;
}
.pro-detail .top h4 {
  height: 52px;
  color: #1e242b;
  font-size: 24px;
  border-bottom: 1px solid #ddd;
}
.pro-detail .top .con {
  min-height: 260px;
  padding: 20px 0;
  /* padding: 20px 1.5vw 0; */
  color: #999;
  font-size: 14px;
  line-height: 35px;
}
.pro-detail .top .more a {
  display: inline-block;
  padding: 5px 30px;
  margin-right: 1vw;
  color: #fff;
  font-size: 18px;
  background-color: #005fc2;
  border-radius: 40px;
  vertical-align: middle;
}
.pro-detail .top span {
  display: inline-block;
  padding-left: 35px;
  color: #005fc2;
  font-size: 22px;
  vertical-align: middle;
  background: url(../images/icon_phone01.png) left center no-repeat;
}
.pro-detail .swiper-button-next,
.pro-detail .swiper-button-prev {
  width: 30px;
  height: 50px;
  background: #a3a3a3;
  z-index: 99999;
  left: 0;
  margin-top: -25px;
}
.pro-detail .swiper-button-next {
  left: auto;
  right: 0;
}
.pro-detail .swiper-button-next:after,
.pro-detail .swiper-button-prev:after {
  content: "";
  position: absolute;
  left: 45%;
  top: 50%;
  width: 10px;
  height: 10px;
  border: 3px solid #fff;
  border-left: none;
  border-bottom: none;
  transform: translate(-50%,-50%) rotate(45deg);
}
.pro-detail .swiper-button-prev:after {
  left: 55%;
  transform: translate(-50%,-50%) rotate(-135deg);
}
.pro-detail .swiper-button-next:hover,
.pro-detail .swiper-button-prev:hover {
  background-color: #005fc2;
}
.pro-detail .swiper-button-next:hover:after,
.pro-detail .swiper-button-prev:hover:after {
  border-color: #fff;
}
.pro-content .tit {
  border-bottom: 1px solid #e5e5e5;
}
.pro-content .tit a {
  display: inline-block;
  width: 150px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
}
.pro-content .tit a.active {
  color: #fff;
  background: #005fc2;
}
.pro-content .item {
  padding: 50px 0;
}
.pro-content .item img {
  max-width: 100%;
}
.pro-related .nav {
  width: 65%;
  height: 70px;
}
.pro-related .nav a {
  color: #1e242b;
  font-size: 28px;
}
.pro-related li a {
  display: block;
  transition: all .3s;
}
.pro-related li:hover a {
  transform: translateY(-5px);
}
.pro-related .img {
  /* height: 240px; */
  /* line-height: 240px; */
  text-align: center;
  /* overflow: hidden; */
  background: #fff;
}
.pro-related .img img {
  max-width: 100%;
  max-height: 100%;
  transition: all .3s;
}
.pro-related li:hover .img img {
  transform: scale(1.02);
}
.pro-related h4 {
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  color: #1e242b;
}
.pro-related li:hover h4 {
  color: #005fc2;
}
.case-detail {
  background-color: #f4f4f4;
}
.case-detail .box {
  height: 430px;
}
.case-detail .img img {
  height: 100%;
  max-width: none;
  max-height: none;
}
.case-detail .txt {
  padding-left: 6vw;
  color: #333;
}
.about .top li.row {
  height: 500px;
}
.about .top li.row .img {
  padding-left: 2.5vw;
}
.about .top li.row:nth-child(2n) .img {
  padding-left: 0;
  padding-right: 2.5vw;
}
.about .top li.row .txt {
  padding-right: 2.5vw;
}
.about .top li.row .txt .box {
  height: 100%;
}
.about .top li.row .txt h4 {
  padding-bottom: 1.5vw;
  font-size: 36px;
}
.about .top li.row .txt h5 {
  height: 50px;
  color: #666;
  font-size: 16px;
}
.about .top li.row .txt .con {
  line-height: 26px;
  font-size: 14px;
}
.about .top li.row:nth-child(2n) .txt {
  padding-right: 0;
  padding-left: 2.5vw;
}
.about-history .main {
  position: relative;
}
.about-history .main li {
  text-align: center;
  position: relative;
}
.about-history .main li span {
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  color: #576077;
  font-weight: 700;
  border: 1px solid #e4e8f2;
  border-radius: 50%;
  background: #fff;
}
.about-history .main li span:before,
.about-history .main li span:after {
  display: none;
  content: '';
  position: absolute;
  top: 26px;
  width: 100%;
  border-bottom: 1px solid #e4e8f2;
  z-index: -2;
}
.about-history .main li.swiper-slide-active span:after,
.about-history .main li.swiper-slide-next span:after {
  display: block;
}
.about-history .main li.swiper-slide-active span {
  border-color: #005fc2;
}
.about-history .main li.swiper-slide-active span:before {
  width: 40%;
  display: block;
  border-color: #005fc2;
  z-index: -1;
}
.about-history .main li h4 {
  height: 80px;
  margin-top: 30px;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 12px;
}
.about-history .main li.swiper-slide-active h4 {
  color: #005fc2;
}
.about-history .main li p {
  display: inline-block;
  width: 70%;
  color: #666;
  line-height: 30px;
  margin-top: -7px;
  text-align: left;
}
.about-history .swiper-button-next,
.about-history .swiper-button-prev {
  top: 30px;
}
.about-photo .main {
  position: relative;
  padding: 0 60px;
}
.about-photo li {
  overflow: hidden;
}
.about-photo li img {
  width: 100%;
  transition: all .3s;
}
.about-photo li:hover img {
  transform: scale(1.02);
}
.com-pages {
  margin-top: 40px;
  text-align: center;
  font-size: 0;
}
.com-pages span,
.com-pages a {
  display: inline-block;
  width: 35px;
  height: 40px;
  line-height: 40px;
  margin: 0 5px;
  font-size: 14px;
  font-weight: 700;
  background: #d6d6d6;
  transition: all .3s;
  vertical-align: middle;
}
.com-pages a:first-of-type,
.com-pages a:last-of-type {
  width: 85px;
  color: #005fc2;
  background: #d6d6d6;
}
.com-pages a:first-of-type:before,
.com-pages a:last-of-type:before {
  content: '上一页';
  display: block;
  width: 100%;
  height: 100%;
}
.com-pages a:last-of-type:before {
  content: '下一页';
}
.com-pages a:hover {
  color: #fff;
  background-color: #005fc2;
}
.com-pages span {
  color: #fff;
  background: #005fc2;
}
.com-pages label {
  display: none;
}
.news .first {
  height: 550px;
  padding-bottom: 70px;
  margin-bottom: 60px;
  border-bottom: 1px solid #ccc;
}
.news .first .img {
  width: 55%;
  height: 100%;
  border: 1px solid #ddd;
}
.news .first .txt {
  width: 45%;
  height: 100%;
  padding: 3vw 4vw 0;
}
.news .first .txt h4 {
  padding-bottom: 20px;
  color: #005fc2;
  font-size: 30px;
  line-height: 1.5;
}
.news .first .txt span {
  display: block;
  height: 3vw;
  color: #999;
  font-size: 12px;
}
.news .first .txt .con {
  height: 150px;
  overflow: hidden;
  color: #666;
  font-size: 14px;
  line-height: 30px;
}
.news .first .txt .more {
  display: block;
  width: 120px;
  line-height: 40px;
  margin-top: 10px;
  text-align: center;
  color: #666;
  font-size: 14px;
  border: 1px solid #c4c4c4;
}
.news .first .txt .more:hover{
   border-color: #02338e;
   color: #fff;
   background: #02338e
}
.contact-main {
  position: relative;
  z-index: 2;
  margin-bottom: 8px;
}
.contact-main .com-width {
  background-color: #fff;
}
.contact-m-left {
  width: 500px;
  padding: 78px 0 68px 70px;
}
.contact-m-left h3 {
  height: 56px;
  font-size: 24px;
  color: #005fc2;
  border-bottom: 1px solid #ddd;
  margin-bottom: 33px;
}
.contact-m-left p {
  height: 36px;
  font-size: 16px;
  color: #666666;
}
.contact-m-left .qrcode {
  margin-top: 40px;
  position: relative;
}
.contact-m-left .qrcode img {
  float: left;
  width: 85px;
  height: 85px;
}
.contact-m-left .qrcode span {
  position: absolute;
  left: 100px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #666666;
}
.contact-m-right {
  width: 680px;
  padding: 38px 31px 38px 0;
}
.contact-m-right img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.contact-m-right {
  overflow: hidden;
}

.hor-top-show {
  position: relative;
  bottom: -40px;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all .3s;
}
.hor-top-show.active {
  height: auto;
  opacity: 1;
  bottom: 0;
}
.hvr1.hvr1 .img {
  background: #000;
  position: relative;
}
.hvr1.hvr1 .img img {
  transition: all .5s;
}
.hvr1.hvr1 .img:before {
  content: '';
  position: absolute;
  top: 35px;
  bottom: 35px;
  left: 20px;
  right: 20px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: scaleX(0);
  transition: all .5s;
  z-index: 1;
}
.hvr1.hvr1 .img:after {
  content: '';
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 35px;
  right: 35px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scaleY(0);
  transition: all .5s;
  z-index: 1;
}
.hvr1.hvr1:hover img {
  opacity: .8;
}
.hvr1.hvr1:hover .img:before {
  transform: scaleX(1);
}
.hvr1.hvr1:hover .img:after {
  transform: scaleY(1);
}
.hover-img-big .img {
  overflow: hidden;
}
.hover-img-big .img img {
  transition: transform .5s;
}
.hover-img-big:hover img {
  transform: scale(1.04);
}
.hover-color.hover-color h4 {
  transition: all .3s;
}
.hover-color.hover-color:hover h4 {
  color: #005fc2;
}
.hover-left-rotate {
  transition: transform .3s;
}
.hover-left-rotate:hover {
  transform: rotateY(360deg);
}
.hover-left-move {
  position: relative;
  right: 0;
  transition: all .3s;
}
.hover-left-move:hover {
  right: -4px;
}
.hover-top-move {
  display: inline-block;
  position: relative;
  transition: transform .3s;
}
.hover-top-move:hover {
  transform: translateY(-5px);
}
.hover-bg-big {
  position: relative;
  z-index: 1;
}
.hover-bg-big:after {
  content: "";
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: transform .3s;
  z-index: -1;
}
.hover-bg-big:hover:after {
  transform: scale(1);
}
.hvr-bg-move {
  position: relative;
  overflow: hidden;
  transition: all .5s;
}
.hvr-bg-move:hover {
  box-shadow: 0 0 5px #fff inset;
}
.hvr-bg-move:after {
  content: '';
  position: absolute;
  left: -100%;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #fff;
  opacity: .5;
  box-shadow: 0 0 30px #fff;
}
.hvr-bg-move:hover:after {
  left: 100%;
  width: 50%;
  transition: all .5s;
}
.hvr-bg-move2 {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all .3s;
}
.hvr-bg-move2:hover {
  box-shadow: 0 0 5px #fff inset;
}
.hvr-bg-move2:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 300px;
  height: 300px;
  margin-top: -150px;
  margin-left: -150px;
  border-radius: 50%;
  background: #fff;
  transform: scale(0);
  transition: all .3s;
  z-index: -1;
}
.hvr-bg-move2:hover:after {
  animation: bg_big 1s;
}
@keyframes bg_big {
  0% {
    opacity: .6;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.flash {
  overflow: hidden;
  width: 380px;
  height: 230px;
  position: relative;
}
.flash em {
  cursor: pointer;
  height: 230px;
  width: 380px;
  left: -380px;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  transition: all 0s;
  background-image: -moz-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,0.7),rgba(255,255,255,0));
  background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,0.7),rgba(255,255,255,0));
  background-image: -o-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,0.7),rgba(255,255,255,0));
  background-image: -ms-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,0.7),rgba(255,255,255,0));
}
.flash:hover em {
  left: 380px;
  transition: all 0.7s;
}
.flip img {
  width: 380px;
  height: 230px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transform: rotateY(0deg);
  transition: all 0.6s ease 0s;
  backface-visibility: hidden;
}
.flip span {
  position: absolute;
  width: 380px;
  height: 230px;
  background: #e1e1e1;
  line-height: 230px;
  text-align: center;
  transform: rotateY(-180deg);
  transition: all 0.5s ease 0s;
  backface-visibility: hidden;
  left: 0;
  top: 0;
}
.flip:hover img {
  transform: rotateY(180deg);
}
.flip:hover span {
  transform: rotateY(0deg);
}
.up span {
  height: 40px;
  bottom: -40px;
  display: block;
  background: #333;
  transition: all 0.5s;
  line-height: 40px;
  color: #fff;
}
.up:hover img {
  margin-top: -40px;
  transition: all 0.5s;
}
.panorama {
  background-image: url(http://7vilbi.com1.z0.glb.clouddn.com/blog/6608185829213862083.jpg);
  background-size: auto 100%;
  cursor: pointer;
  animation: panorama 10s linear infinite alternate;
  animation-play-state: paused;
}
.panorama:hover,
.panorama:focus {
  animation-play-state: running;
}
@keyframes panorama {
  to {
    background-position: 100% 0;
  }
}
.border .txt {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  color: #fff;
  line-height: 230px;
  transform: scale(0);
}
.border .txt:before,
.border .txt:after {
  position: absolute;
  content: '';
  opacity: 0;
  transition: all 0.5s;
  transition-delay: .3s;
}
.border .txt:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: scale(0,1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.border .txt:after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale(1,0);
  transform-origin: 100% 0;
}
.border:hover .txt:before,
.border:hover .txt:after {
  opacity: 1;
  transform: scale(1);
  transition: all 0.5s;
}
.border:hover .txt {
  transform: scale(1);
}
.border:hover img {
  opacity: .5;
}
.border2 .txt {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  color: #fff;
  line-height: 230px;
  transform: scale(0);
}
.border2 .txt:before,
.border2 .txt:after {
  position: absolute;
  content: '';
  opacity: 0;
  transition: all 0.5s;
  transition-delay: .3s;
}
.border2 .txt:before {
  top: 15px;
  right: 0;
  bottom: 15px;
  left: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: scale(0,1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.border2 .txt:after {
  top: 0;
  right: 15px;
  bottom: 0;
  left: 15px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale(1,0);
  transform-origin: 100% 0;
}
.border2:hover .txt:before,
.border2:hover .txt:after {
  opacity: 1;
  transform: scale(1);
  transition: all 0.5s;
}
.border2:hover .txt {
  transform: scale(1);
}
.border2:hover img {
  opacity: .5;
}
.jitter:hover img {
  animation: tada 1s .2s ease both;
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%,
  20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.effect1 {
  perspective: 800px;
}
.effect1 .pic {
  display: block;
  transition: 0.4s;
}
.effect1 .txt {
  position: absolute;
  left: 0;
  background: #fff;
  height: 90%;
  width: 80%;
  padding: 5% 10%;
  transition: 0.6s;
  top: -100%;
  transition: all 0.5s;
  z-index: -1;
}
.effect1:hover .pic {
  transform: rotateX(80deg);
  transform-origin: center bottom 0;
}
.effect1:hover .txt {
  top: 0;
}
.effectBtn {
  display: inline-block;
  padding: 5px 25px;
  font-size: 14px;
  color: #fff;
  border: 2px solid #005fc2;
  background-color: #005fc2;
  text-decoration: none;
  transition: 0.4s;
}
.text-desc {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  height: 100%;
  opacity: 0;
  width: 100%;
  padding: 20px;
}
.effect2 {
  perspective: 500px;
  z-index: 5;
}
.effect2 .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  height: 90%;
  width: 80%;
  padding: 5% 10%;
  transition: 0.6s;
  z-index: -1;
  transform: rotateX(80deg);
  transform-origin: center bottom 0;
  opacity: 0;
}
.effect2:hover .txt {
  transform: none;
  opacity: 1;
}
.effect2:hover img {
  transform: translateY(-100%);
}
.effect3 {
  perspective: 500px;
  overflow: visible;
}
.effect3 .txt {
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  height: 90%;
  width: 70%;
  padding: 5% 20% 5% 10%;
  transition: 0.6s;
  transform: translateX(-100%);
  opacity: 0;
}
.effect3:hover .txt {
  transform: translateX(0px);
  opacity: 1;
}
.effect3:hover img {
  transform: scale(0.5) translateX(100%);
  position: relative;
  z-index: 9;
}
.effect4 .txt {
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  height: 70%;
  width: 80%;
  padding: 25% 10% 5% 10%;
  transition: 0.6s;
  transform: translateY(100%);
  opacity: 0;
}
.effect4:hover .txt {
  transform: translateY(0px);
  opacity: 1;
}
.effect4:hover img {
  transform: scale(0.3) translateY(-100%);
  position: relative;
  z-index: 9;
}
.effect5 .txt {
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  height: 90%;
  width: 90%;
  padding: 5%;
  transition: 0.6s;
  opacity: 0;
  transform: perspective(600px) rotateY(-90deg);
  transform-origin: right center 0;
  width: 40%;
}
.effect5 img {
  position: relative;
  right: 0;
}
.effect5:hover .txt {
  opacity: 1;
  transform: perspective(600px) rotateY(0deg);
  z-index: 5;
}
.effect5:hover img {
  right: 50%;
}
.effect6 {
  border: 5px solid #eee;
}
.effect6 .txt {
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  width: 70%;
  height: 90%;
  padding: 5% 15%;
  transition: 0.6s;
  transform: scale(0);
  backface-visibility: hidden;
}
.effect6:hover .txt {
  transform: scale(1);
  border-radius: 50% 0 50% 0;
}
.effect6:hover img {
  transform: scale(1.1);
}
.button1 {
  background: #555;
  padding: 50px 0;
  margin-bottom: 50px;
  overflow: hidden;
}
.btn {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 45px;
  margin: 0 auto 2em;
  max-width: 160px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  width: 100%;
  margin: 0 10px;
}
.btn:hover {
  text-decoration: none;
}
.btn1 {
  background: #005fc2;
  font-weight: 100;
}
.btn1 svg {
  height: 45px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.btn1 rect {
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-dasharray: 422, 0;
}
.btn1:hover {
  background: #005fc2;
  font-weight: 900;
  letter-spacing: 1px;
}
.btn1:hover rect {
  stroke-width: 5;
  stroke-dasharray: 15, 310;
  stroke-dashoffset: 48;
  -webkit-transition: all 1.35s cubic-bezier(0.19,1,0.22,1);
  transition: all 1.35s cubic-bezier(0.19,1,0.22,1);
}
.btn2 {
  letter-spacing: 0;
}
.btn2:hover,
.btn2:active {
  letter-spacing: 5px;
}
.btn2:after,
.btn2:before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 1px solid rgba(255,255,255,0);
  bottom: 0px;
  content: " ";
  display: block;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 280ms ease-in-out;
  transition: all 280ms ease-in-out;
  width: 0;
}
.btn2:hover:after,
.btn2:hover:before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-color: #fff;
  -webkit-transition: width 350ms ease-in-out;
  transition: width 350ms ease-in-out;
  width: 70%;
}
.btn2:hover:before {
  bottom: auto;
  top: 0;
  width: 70%;
}
.btn3 {
  background: #005fc2;
  border: 1px solid #da251f;
  box-shadow: 0px 2px 0 #d6251f, 2px 4px 6px #e02a24;
  font-weight: 900;
  letter-spacing: 1px;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
.btn3:hover {
  background: #005fc2;
  border: 1px solid rgba(0,0,0,0.05);
  box-shadow: 1px 1px 2px rgba(255,255,255,0.2);
  color: #ec817d;
  text-decoration: none;
  text-shadow: -1px -1px 0 #c2211c;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}
.btn4 {
  border: 1px solid;
  overflow: hidden;
  position: relative;
}
.btn4 span {
  z-index: 20;
}
.btn4:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .2;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transition: all 550ms cubic-bezier(0.19,1,0.22,1);
  transition: all 550ms cubic-bezier(0.19,1,0.22,1);
  width: 50px;
  z-index: 10;
}
.btn4:hover:after {
  left: 120%;
  -webkit-transition: all 550ms cubic-bezier(0.19,1,0.22,1);
  transition: all 550ms cubic-bezier(0.19,1,0.22,1);
}
.btn5 {
  border: 0 solid;
  box-shadow: inset 0 0 20px rgba(255,255,255,0);
  outline: 1px solid;
  outline-color: rgba(255,255,255,0.5);
  outline-offset: 0px;
  text-shadow: none;
  -webkit-transition: all 1250ms cubic-bezier(0.19,1,0.22,1);
  transition: all 1250ms cubic-bezier(0.19,1,0.22,1);
}
.btn5:hover {
  border: 1px solid;
  box-shadow: inset 0 0 20px rgba(255,255,255,0.5), 0 0 20px rgba(255,255,255,0.2);
  outline-color: rgba(255,255,255,0);
  outline-offset: 15px;
  text-shadow: 1px 1px 2px #427388;
}
.btn-hvr:before,
.btn-hvr:after {
  z-index: -1;
  box-sizing: border-box;
  transition: 0.5s;
}
.btn-hvr {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all .3s;
}
.btn-hvr.btn-hvr.btn-hvr.btn-hvr:hover {
  color: #fff;
}
.btn-hvr0 {
  color: #9a3789;
}
.btn-hvr0:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 80px;
  background: #005fc2;
}
.btn-hvr0:hover {
  color: #fff;
}
.btn-hvr0:hover:before {
  width: 250px;
}
.btn-hvr1:after {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: #005fc2 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.btn-hvr1:hover {
  color: #ecdcd4;
}
.btn-hvr1:hover:after {
  border-width: 330px 330px 0 0;
}
.btn-hvr1:active {
  background: #b27254;
}
.btn-hvr1-2 {
  color: #bc4b41;
}
.btn-hvr1-2:before {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent transparent #6a1a13;
  position: absolute;
  bottom: 0;
  left: 0;
}
.btn-hvr1-2:after {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent #6a1a13 transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
.btn-hvr1-2:hover {
  color: #ebcac7;
}
.btn-hvr1-2:hover:before {
  border-width: 206.25px 0 0 206.25px;
}
.btn-hvr1-2:hover:after {
  border-width: 0 0 206.25px 206.25px;
}
.btn-hvr1-2:active {
  background: #b02b20;
}
.btn-hvr2 {
  color: #48a6b1;
}
.btn-hvr2:before {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent transparent #185a62;
  position: absolute;
  bottom: 0;
  left: 0;
}
.btn-hvr2:after {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent #185a62 transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
}
.btn-hvr2:hover {
  color: #c9e5e8;
}
.btn-hvr2:hover:before {
  border-width: 165px 0 0 165px;
}
.btn-hvr2:hover:after {
  border-width: 0 165px 165px 0;
}
.btn-hvr2:active {
  background: #2896a3;
}
.btn-hvr3 {
  color: #ad96a0;
}
.btn-hvr3:before {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent transparent #5f4f56;
  position: absolute;
  bottom: 0;
  left: 0;
}
.btn-hvr3:after {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent #5f4f56 transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
}
.btn-hvr3 span:before {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent #5f4f56 transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
.btn-hvr3 span:after {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: #5f4f56 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.btn-hvr3:hover {
  color: #e7e0e3;
}
.btn-hvr3:hover:before {
  border-width: 165px 0 0 165px;
}
.btn-hvr3:hover:after {
  border-width: 0 165px 165px 0;
}
.btn-hvr3:hover span:before {
  border-width: 0 0 165px 165px;
}
.btn-hvr3:hover span:after {
  border-width: 165px 165px 0 0;
}
.btn-hvr3:active {
  background: #9e838f;
}
.btn-hvr4 {
  color: #8d53b3;
}
.btn-hvr4:after {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent #492064 transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
}
.btn-hvr4:before {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent transparent #492064;
  position: absolute;
  bottom: 0;
  left: 0;
}
.btn-hvr4:before,
.btn-hvr4:after {
  border-color: #492064;
}
.btn-hvr4 span:after {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: #492064 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.btn-hvr4 span:before {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent #492064 transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
.btn-hvr4 span:before,
.btn-hvr4 span:after {
  border-color: #492064;
}
.btn-hvr4:hover {
  color: #decde9;
}
.btn-hvr4:hover:before {
  border-width: 20px 62.5px;
}
.btn-hvr4:hover:after {
  border-width: 20px 62.5px;
}
.btn-hvr4:hover span:before {
  border-width: 20px 62.5px;
}
.btn-hvr4:hover span:after {
  border-width: 20px 62.5px;
}
.btn-hvr4:active {
  background: #7935a6;
}
.btn-hvr5 {
  color: #808695;
}
.btn-hvr5:after {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent #3f444e transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
}
.btn-hvr5:before {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent transparent #3f444e;
  position: absolute;
  bottom: 0;
  left: 0;
}
.btn-hvr5:hover {
  color: #dadce0;
}
.btn-hvr5:hover:before,
.btn-hvr5:hover:after {
  border-width: 80px 262.5px;
}
.btn-hvr5:active {
  background: #697182;
}
.btn-hvr6 {
  color: #80629f;
}
.btn-hvr6 span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: #402a55;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transition: width 0.4s, height 0.4s;
  transition: width 0.4s, height 0.4s;
  z-index: -1;
}
.btn-hvr6:hover {
  color: #dad1e3;
}
.btn-hvr6:hover span {
  width: 562.5px;
  height: 562.5px;
}
.btn-hvr6:active {
  background: #6a468e;
}
.btn-hvr7 {
  color: #27692b;
}
.btn-hvr7:before,
.btn-hvr7:after,
.btn-hvr7 span:before,
.btn-hvr7 span:after {
  content: '';
  position: absolute;
  top: 0;
  width: 63.5px;
  height: 0;
  background: #012f04;
}
.btn-hvr7:before {
  left: 0;
}
.btn-hvr7:after {
  left: 125px;
}
.btn-hvr7 span:before,
.btn-hvr7 span:after {
  top: auto;
  bottom: 0;
}
.btn-hvr7 span:before {
  left: 62.5px;
}
.btn-hvr7 span:after {
  left: 187.5px;
}
.btn-hvr7:hover {
  color: #c0d3c1;
}
.btn-hvr7:hover:before,
.btn-hvr7:hover:after,
.btn-hvr7:hover span:before,
.btn-hvr7:hover span:after {
  height: 80px;
}
.btn-hvr7:active {
  background: #014f06;
}
.btn-hvr8 {
  color: #5177a7;
}
.btn-hvr8:before,
.btn-hvr8:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #005fc2;
}
.btn-hvr8:after {
  top: auto;
  bottom: 0;
}
.btn-hvr8:hover:before,
.btn-hvr8:hover:after {
  height: 50%;
}
.btn-hvr8:active {
  background: #325f98;
}
.btn-hvr9 {
  color: #c93a8e;
}
.btn-hvr9:before,
.btn-hvr9:after,
.btn-hvr9 span:before,
.btn-hvr9 span:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  height: 0;
  background: rgba(115,14,73,0.25);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.btn-hvr9:after,
.btn-hvr9 span:before {
  top: auto;
  bottom: 0;
}
.btn-hvr9 span:before,
.btn-hvr9 span:after {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.btn-hvr9:hover {
  color: #efc5de;
}
.btn-hvr9:hover:before,
.btn-hvr9:hover:after,
.btn-hvr9:hover span:before,
.btn-hvr9:hover span:after {
  height: 80px;
}
.btn-hvr9:active {
  background: #c0177a;
}
.btn-hvr10 {
  color: #8f5c82;
}
.btn-hvr10:before,
.btn-hvr10:after,
.btn-hvr10 span:before,
.btn-hvr10 span:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 80px;
  background: rgba(74,38,65,0.25);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.btn-hvr10:after,
.btn-hvr10 span:before {
  left: auto;
  right: 0;
}
.btn-hvr10 span:before,
.btn-hvr10 span:after {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.btn-hvr10:hover {
  color: #decfda;
}
.btn-hvr10:hover:before,
.btn-hvr10:hover:after,
.btn-hvr10:hover span:before,
.btn-hvr10:hover span:after {
  width: 250px;
}
.btn-hvr10:active {
  background: #7b3f6c;
}
@-webkit-keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@-webkit-keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
.btn-hvr11 {
  position: relative;
  color: #9a7cba;
}
.btn-hvr11:before,
.btn-hvr11:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 20px;
  height: 20px;
  background: #8865ae;
  border-radius: 50%;
}
.btn-hvr11:before {
  left: -20px;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.btn-hvr11:hover:before {
  -webkit-animation: criss-cross-left 0.8s both;
  animation: criss-cross-left 0.8s both;
}
.btn-hvr11:hover:after {
  -webkit-animation: criss-cross-right 0.8s both;
  animation: criss-cross-right 0.8s both;
}
.sea-product ul.mycol {
  margin: 0 -10px;
}
.sea-product li.col {
  padding: 0 10px;
  margin-bottom: 20px;
}
.sea-product li {
  transition: all .3s;
}
.sea-product li:hover {
  transform: translateY(-10px);
}
.sea-product li .img {
  height: 280px;
  line-height: 280px;
  text-align: center;
  position: relative;
}
.sea-product li img {
  max-width: 80%;
  max-height: 80%;
}
.sea-product li h4 {
  height: 50px;
  line-height: 50px;
  color: #1e242b;
  font-size: 18px;
  overflow: hidden;
  text-align: center;
}
.cs {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  padding: 16px 0;
  background: #8f9090;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  z-index: 1000;
}
.cs li {
  line-height: 50px;
  position: relative;
  text-align: center;
}
.cs li > a {
  display: inline-block;
  padding: 0 8px;
  position: relative;
}
.cs li > a:after {
  content: '';
  position: absolute;
  left: 8px;
  bottom: 0;
  width: 34px;
  border-bottom: 1px solid #a5a6a6;
}
.cs li:last-child > a:after {
  display: none;
}
.cs li .txt {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  height: 50px;
  padding-left: 20px;
  padding-right: 10px;
  transform: translateX(100%);
  background: #005fc2;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  opacity: 0;
  transition: all .3s;
  z-index: 9;
}
.cs li:hover .txt {
  opacity: 1;
  transform: translateX(0);
}
.cs li .img {
  position: absolute;
  right: 50px;
  top: 0;
  transform: translateX(100%);
  opacity: 0;
  transition: all .3s;
}
.cs li:hover .img {
  opacity: 1;
  transform: translateX(0);
}
.cs li .img img {
  width: 120px;
  height: 120px;
}
.cs li .txt a {
  display: block;
  width: 100px;
  color: #fff;
  font-size: 16px;
}
.cs li:nth-child(3) .txt a {
  width: 160px;
}
.cs li .txt a img {
  margin-left: 10px;
}
@media (max-width: 1700px) {
  .w1600 {
    width: 1400px;
  }
}
@media (max-width: 1500px) {
  .w {
    width: 1200px;
  }
  .w1600 {
    width: 1200px;
  }
  .header .nav li {
    margin-right: 2vw;
  }
  .header .nav li > a {
    font-size: 16px;
  }
}
@media (max-width: 1300px) {
  .header .nav li {
    margin-right: 1.5vw;
  }
}
