/*

overflow:hidden;text-overflow:ellipsis;white-space:nowrap;

-webkit-transition:all .7s;transition:all .7s;

transition: all 1s;

outline: 1px dashed #fff;outline-offset: -5px;

transform:rotate(360deg);

text-transform: Uppercase;font-family:Arial;

*/

/* 公用标题 */
@keyframes msClock {

  0%,
  70%,
  100% {
    transform: rotate(0) scale(1);
  }

  10%,
  30% {
    transform: rotate(-15deg) scale(1);
  }

  20%,
  40% {
    transform: rotate(15deg) scale(1);
  }
}


/* 产品中心 */
.box_01 {
  width: 100%;
  height: 875px;
  padding-top: 90px;
  background: url(../images/pro_back.jpg) center top no-repeat;
  overflow: hidden;
}

.box_01 .center {
  width: 1280px;
  height: 360px;
  margin: 0 auto;
}

.box_01 .center .left {
  width: 270px;
  height: 360px;
  float: left;
  position: relative;
}

.box_01 .center .left .bt {
  width: 270px;
  height: auto;
}

.box_01 .center .left .bt h3 {
  font-size: 36px;
  color: #333;
  font-weight: bold;
  line-height: 38px;
  letter-spacing: 5px;
  position: relative;
}

.box_01 .center .left .bt h3::before {
  content: '';
  width: 290px;
  height: 38px;
  background: url(../images/h_back01.png) center center no-repeat;
  position: absolute;
  top: 0;
  right: 300px;
}

.box_01 .center .left .bt p {
  font-size: 14px;
  color: #999;
  line-height: 12px;
  text-transform: Uppercase;
  font-family: Arial;
  margin-top: 12px;
  letter-spacing: 4px;
}

.box_01 .center .left .fl_list {
  width: 270px;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
}

.box_01 .center .left .fl_list li {
  width: 270px;
  height: 55px;
  position: relative;
  z-index: 0;
  background: #f9f9f9;
  border-radius: 5px;
  margin-top: 40px;
  overflow: hidden;
}

.box_01 .center .left .fl_list li::before {
  content: '';
  width: 0px;
  height: 55px;
  background: #EA5506;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all .7s;
  transition: all .7s;
}

.box_01 .center .left .fl_list li:hover::before {
  content: '';
  width: 270px;
  height: 55px;
  background: #EA5506;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all .7s;
  transition: all .7s;
}

.box_01 .center .left .fl_list li a {
  display: block;
  width: 260px;
  height: 55px;
  padding: 0 5px;
  overflow: hidden;
}

.box_01 .center .left .fl_list li a .icon {
  width: 45px;
  height: 45px;
  float: left;
  border-radius: 5px;
  overflow: hidden;
  float: left;
  margin: 5px 0;
}

.box_01 .center .left .fl_list li:nth-of-type(1) a .icon {
  background: url(../images/pro_icon_01.png) center center no-repeat #EA5506;
}

.box_01 .center .left .fl_list li:nth-of-type(2) a .icon {
  background: url(../images/pro_icon_02.png) center center no-repeat #EA5506;
}

.box_01 .center .left .fl_list li:nth-of-type(3) a .icon {
  background: url(../images/pro_icon_03.png) center center no-repeat #EA5506;
}

.box_01 .center .left .fl_list li a p {
  width: 180px;
  line-height: 55px;
  float: right;
  font-size: 18px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all .7s;
  transition: all .7s;
}

.box_01 .center .left .fl_list li:hover a p {
  font-weight: bold;
  color: #fff;
  -webkit-transition: all .7s;
  transition: all .7s;
}

.pro_center {
  width: 930px;
  height: 360px;
  position: relative;
  float: right;
  z-index: 0;
}

.pro_center::after {
  content: '';
  width: 387px;
  height: 150px;
  background: url(../images/pro_pos.png);
  position: absolute;
  top: 0;
  right: -30px;
  z-index: -1;
  -webkit-transition: all .7s;
  transition: all .7s;
}

.pro_center .hd {
  width: 126px;
  height: 35px;
  position: absolute;
  bottom: 12px;
  right: 0;
  z-index: 9;
}

.pro_center .hd .prev {
  width: 60px;
  height: 35px;
  background: url(../images/pro_jt_01.png) center center no-repeat #222;
  cursor: pointer;
  float: left;
  -webkit-transition: all .7s;
  transition: all .7s;
}

.pro_center .hd .prev:hover {
  background: url(../images/pro_jt_01.png) center center no-repeat #EA5506;
  -webkit-transition: all .7s;
  transition: all .7s;
}

.pro_center .hd .next {
  width: 60px;
  height: 35px;
  background: url(../images/pro_jt_02.png) center center no-repeat #222;
  cursor: pointer;
  float: right;
  -webkit-transition: all .7s;
  transition: all .7s;
}

.pro_center .hd .next:hover {
  background: url(../images/pro_jt_02.png) center center no-repeat #EA5506;
  -webkit-transition: all .7s;
  transition: all .7s;
}

.pro_center .bd {
  width: 930px;
  height: 360px;
}

.pro_center .bd .main {
  width: 930px;
  height: 360px;
  overflow: hidden;
  position: relative;
}

.pro_center .bd .main a {
  display: block;
}

.pro_center .bd .main .img {
  width: 510px;
  height: 340px;
  padding: 9px;
  border: solid 1px #ddd;
  float: left;
  overflow: hidden;
  -webkit-transition: all .7s;
  transition: all .7s;
}

.pro_center .bd .main:hover .img {
  border: solid 1px #EA5506;
  -webkit-transition: all .7s;
  transition: all .7s;
}

.pro_center .bd .main .img .pic {
  width: 510px;
  height: 340px;
  overflow: hidden;
}

.pro_center .bd .main .img .pic img {
  display: block;
  width: 510px;
  height: 340px;
  vertical-align: top;
  transition: all 1s;
  object-fit: cover;
}

.pro_center .bd .main:hover .img .pic img {
  transform: scale(1.05);
}

.pro_center .bd .main .txt {
  width: 365px;
  height: 360px;
  float: right;
  position: relative;
}

.pro_center .bd .main .txt .name {
  width: 365px;
  font-size: 20px;
  color: #333;
  line-height: 22px;
  height: 50px;
  margin-top: 65px;
  position: relative;
  text-align: right;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all .7s;
  transition: all .7s;
}

.pro_center .bd .main:hover .txt .name {
  color: #EA5506;
  font-weight: bold;
  -webkit-transition: all .7s;
  transition: all .7s;
}

.pro_center .bd .main .txt .name::before {
  content: '';
  width: 180px;
  height: 1px;
  background: #999;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all .7s;
  transition: all .7s;
}

.pro_center .bd .main .txt .name::after {
  content: '';
  width: 0px;
  height: 1px;
  background: #EA5506;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all .7s;
  transition: all .7s;
}

.pro_center .bd .main:hover .txt .name::after {
  content: '';
  width: 365px;
  height: 1px;
  background: #EA5506;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all .7s;
  transition: all .7s;
}

.pro_center .bd .main .txt p {
  text-align: right;
  font-size: 15px;
  color: #666;
  margin-top: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 35px;
  height: 105px;
}

.pro_center .bd .main .txt .more {
  width: 65px;
  height: 35px;
  margin-top: 60px;
  border-bottom: solid 1px #eee;
  padding-left: 25px;
  font-size: 14px;
  font-family: Arial;
  line-height: 35px;
  color: #333;
  background: url(../images/mouse.png) 5px center no-repeat;
}

.box_01 .pro_list {
  width: 1280px;
  height: 280px;
  margin: 50px auto 0 auto;
}

.box_01 .pro_list li {
  width: 290px;
  height: 280px;
  float: left;
  margin-right: 40px;
  float: left;
  overflow: hidden;
}

.box_01 .pro_list li:last-child {
  margin-right: 0;
}

.box_01 .pro_list li a {
  display: block;
}

.box_01 .pro_list li .img {
  width: 270px;
  height: 200px;
  padding: 9px;
  border: solid 1px #ddd;
  background: #fff;
  float: left;
  overflow: hidden;
  -webkit-transition: all .7s;
  transition: all .7s;
}

.box_01 .pro_list li:hover .img {
  border: solid 1px #EA5506;
  background: #EA5506;
  -webkit-transition: all .7s;
  transition: all .7s;
}

.box_01 .pro_list li .img .pic {
  width: 270px;
  height: 200px;
  overflow: hidden;
}

.box_01 .pro_list li .img .pic img {
  display: block;
  width: 270px;
  height: 200px;
  vertical-align: top;
  transition: all 1s;
  object-fit: cover;
}

.box_01 .pro_list li:hover .img .pic img {
  transform: scale(1.05);
}

.box_01 .pro_list li .txt {
  width: 270px;
  height: 60px;
  padding: 0 10px;
  overflow: hidden;
}

.box_01 .pro_list li .txt .name {
  width: 200px;
  padding-right: 70px;
  font-size: 16px;
  color: #333;
  line-height: 60px;
  background: url(../images/pro_jt_03.png) right center no-repeat;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all .7s;
  transition: all .7s;
}

.box_01 .pro_list li:hover .txt .name {
  font-weight: bold;
  -webkit-transition: all .7s;
  transition: all .7s;
}

.box_01 .h_title {
  width: 1280px;
  height: auto;
  margin: 65px auto 0 auto;
  text-align: center;
  position: relative;
}

.box_01 .h_title::before {
  content: '';
  width: 156px;
  height: 62px;
  background: url(../images/h_back02.png) center center no-repeat;
  position: absolute;
  top: 0;
  left: 235px;
}

.box_01 .h_title::after {
  content: '';
  width: 156px;
  height: 62px;
  background: url(../images/h_back03.png) center center no-repeat;
  position: absolute;
  top: 0;
  right: 235px;
}

.box_01 .h_title h3 {
  font-size: 36px;
  color: #333;
  font-weight: bold;
  line-height: 38px;
  letter-spacing: 5px;
  position: relative;
}

.box_01 .h_title p {
  font-size: 14px;
  color: #999;
  line-height: 12px;
  text-transform: Uppercase;
  font-family: Arial;
  margin-top: 12px;
  letter-spacing: 4px;
}




/* 企业优势 */
.box_02 {
  width: 100%;
  height: 960px;
  background: url(../images/ys_back.jpg) center top no-repeat;
  overflow: hidden;
}

.box_02 .ys {
  width: 90%;
  height: 700px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

.box_02 .ys li {
  width: 24.4%;
  height: 700px;
  float: left;
  position: relative;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.box_02 .ys li::before {
  content: '';
  width: 100%;
  height: 700px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .7s;
  transition: all .7s;
}

.box_02 .ys li.active::before {
  content: '';
  width: 100%;
  height: 700px;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .7s;
  transition: all .7s;
}

.box_02 .ys li:nth-of-type(1) {
  background: url(../images/ys_01.jpg) center center no-repeat;
}

.box_02 .ys li:nth-of-type(2) {
  background: url(../images/ys_02.jpg) center center no-repeat;
}

.box_02 .ys li:nth-of-type(3) {
  background: url(../images/ys_03.jpg) center center no-repeat;
}

.box_02 .ys li:nth-of-type(4) {
  background: url(../images/ys_04.jpg) center center no-repeat;
}

.box_02 .ys li .bx {
  width: auto;
  height: 700px;
  padding: 0 20px;
  float: left;
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.box_02 .ys li .bx::before {
  content: '';
  width: 44px;
  height: 44px;
  background: url(../images/ys_jx01.png);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.box_02 .ys li.active .bx::before {
  content: '';
  width: 44px;
  height: 44px;
  background: url(../images/ys_jx01.png);
  position: absolute;
  top: 30px;
  left: 30px;
  opacity: 1;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.box_02 .ys li .bx::after {
  content: '';
  width: 44px;
  height: 44px;
  background: url(../images/ys_jx02.png);
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.box_02 .ys li.active .bx::after {
  content: '';
  width: 44px;
  height: 44px;
  background: url(../images/ys_jx02.png);
  position: absolute;
  bottom: 30px;
  right: 30px;
  opacity: 1;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.box_02 .ys li .bx .icon {
  width: 68px;
  height: 68px;
  margin: 275px auto 0 auto;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.box_02 .ys li.active .bx .icon {
  margin: 175px auto 0 auto;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.box_02 .ys li:nth-of-type(1) .bx .icon {
  background: url(../images/ys_icon_01.png);
}

.box_02 .ys li:nth-of-type(2) .bx .icon {
  background: url(../images/ys_icon_02.png);
}

.box_02 .ys li:nth-of-type(3) .bx .icon {
  background: url(../images/ys_icon_03.png);
}

.box_02 .ys li:nth-of-type(4) .bx .icon {
  background: url(../images/ys_icon_04.png);
}

.box_02 .ys li .bx h4 {
  font-size: 22px;
  color: #fff;
  line-height: 25px;
  margin: 180px auto 0 auto;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.box_02 .ys li.active .bx h4 {
  color: #fff;
  font-weight: bold;
  margin: 70px auto 0 auto;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.box_02 .ys li .bx .line {
  width: 35px;
  height: 1px;
  background: #fff;
  margin: 20px auto 0 auto;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.box_02 .ys li .bx p:nth-of-type(1) {
  font-size: 14px;
  color: #fff;
  line-height: 12px;
  height: 12px;
  text-transform: Uppercase;
  font-family: Arial;
  overflow: hidden;
  margin-top: 25px;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.box_02 .ys li.active .bx p:nth-of-type(1) {
  font-size: 14px;
  color: #fff;
  line-height: 12px;
  height: 0;
  text-transform: Uppercase;
  font-family: Arial;
  overflow: hidden;
  opacity: 0;
  margin-top: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.box_02 .ys li .bx p:nth-of-type(2) {
  font-size: 16px;
  color: #fff;
  line-height: 35px;
  height: 0;
  overflow: hidden;
  margin-top: 10px;
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.box_02 .ys li.active .bx p:nth-of-type(2) {
  font-size: 16px;
  color: #fff;
  line-height: 35px;
  height: 70px;
  overflow: hidden;
  margin-top: 10px;
  opacity: 1;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.box_02 .ys li .bx p:nth-of-type(3) {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 25px;
  height: 0;
  overflow: hidden;
  margin-top: 35px;
  opacity: 0;
  text-transform: Uppercase;
  font-family: Arial;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.box_02 .ys li.active .bx p:nth-of-type(3) {
  font-size: 12px;
  line-height: 35px;
  height: 75px;
  overflow: hidden;
  margin-top: 35px;
  opacity: 1;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.box_02 .txt {
  width: 100%;
  height: auto;
  margin: 60px auto 0 auto;
  overflow: hidden;
  text-align: center;
}

.box_02 .txt p:nth-of-type(1) {
  font-size: 24px;
  color: #fff;
  line-height: 24px;
}

.box_02 .txt p:nth-of-type(2) {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
  line-height: 10px;
  margin-top: 15px;
  text-transform: Uppercase;
  font-family: Arial;
}

.box_02 .tel {
  width: 470px;
  height: 60px;
  margin: 30px auto 0 auto;
  padding: 0 25px;
  overflow: hidden;
  background: #fff;
}

.box_02 .tel p {
  padding-left: 35px;
  background: url(../images/tel02.png) left center no-repeat;
  font-size: 26px;
  color: #333;
  line-height: 60px;
  font-weight: bold;
  font-family: 'Times New Roman';
  float: left;
}

.box_02 .tel p span {
  display: block;
  float: left;
  font-size: 16px;
  color: #666;
  font-weight: normal;
}

.box_02 .tel a {
  display: block;
  width: 80px;
  height: 40px;
  float: right;
  margin: 10px 0;
  padding-left: 45px;
  background: url(../images/qq01.png) 18px center no-repeat #EA5506;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  -webkit-transition: all .7s;
  transition: all .7s;
}

.box_02 .tel a:hover {
  color: #EA5506;
  background: url(../images/qq02.png) 18px center no-repeat #333;
  -webkit-transition: all .7s;
  transition: all .7s;
}






/*case-box*/
.case-box {
  width: 100%;
  height: 737px;
  padding-top: 90px;
  background: url(../images/case_back.jpg) center top no-repeat;
  overflow: hidden;
}

.case-box .h_title {
  width: 1280px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.case-box .h_title::before {
  content: '';
  width: 156px;
  height: 62px;
  background: url(../images/h_back02.png) center center no-repeat;
  position: absolute;
  top: 0;
  left: 360px;
}

.case-box .h_title::after {
  content: '';
  width: 156px;
  height: 62px;
  background: url(../images/h_back03.png) center center no-repeat;
  position: absolute;
  top: 0;
  right: 360px;
}

.case-box .h_title h3 {
  font-size: 36px;
  color: #333;
  font-weight: bold;
  line-height: 38px;
  letter-spacing: 5px;
  position: relative;
}

.case-box .h_title p {
  font-size: 14px;
  color: #999;
  line-height: 12px;
  text-transform: Uppercase;
  font-family: Arial;
  margin-top: 12px;
  letter-spacing: 4px;
}

.case-box .case {
  width: 1390px;
  height: 550px;
  margin: 60px auto 0 auto;
  position: relative;
}

.case-box .case .swiper-container {
  height: 530px;
  padding-bottom: 50px !important;
}

.case-box .case .swiper-slide {
  width: 710px;
  height: 530px;
  overflow: visible !important;
  position: relative;
  z-index: 0;
}

.case-box .case .swiper-slide::after {
  content: '';
  width: 710px;
  height: 44px;
  background: url(../images/touying.png);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all .7s;
  transition: all .7s;
}

.case-box .case .swiper-slide-active::after {
  content: '';
  width: 710px;
  height: 44px;
  background: url(../images/touying.png);
  position: absolute;
  bottom: -25px;
  left: 0;
  z-index: -1;
  -webkit-transition: all .7s;
  transition: all .7s;
}

.case-box .case .swiper-slide .case-img {
  display: block;
  width: 690px;
  height: 480px;
  border: solid 10px rgba(0, 0, 0, 0);
  margin-top: 15px;
  opacity: 0.3;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.case-box .case .swiper-slide .case-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-box .case .swiper-slide-active .case-img {
  border: solid 10px #EA5506;
  width: 690px;
  height: 510px;
  margin-top: 0;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.case-box .case .swiper-slide .txt {
  width: calc(100% - 120px);
  height: 140px;
  padding: 0 50px;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 10px;
  bottom: 10px;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.case-box .case .swiper-slide-active .txt {
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.case-box .case .swiper-slide .case-name {
  display: block;
  font-size: 20px;
  color: #fff;
  line-height: 20px;
  margin-top: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

.case-box .case .swiper-slide p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 16px;
  margin-top: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

.case-box .case-but {
  position: absolute;
  top: 230px;
  height: 0;
  left: -30px;
  width: 1450px;
  z-index: 9;
}

.case-box .cl {
  background: url(../images/case_jt_01.png) center center no-repeat #333;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  -webkit-transition: all .7s;
  transition: all .7s;
  outline: none;
}

.case-box .cr {
  background: url(../images/case_jt_02.png) center center no-repeat #333;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  -webkit-transition: all .7s;
  transition: all .7s;
  outline: none;
}

.case-box .cl:hover {
  background: url(../images/case_jt_01.png) center center no-repeat #EA5506;
  -webkit-transition: all .7s;
  transition: all .7s;
}

.case-box .cr:hover {
  background: url(../images/case_jt_02.png) center center no-repeat #EA5506;
  -webkit-transition: all .7s;
  transition: all .7s;
}



/* 关于我们 */
.box_04 {
  width: 100%;
  height: 580px;
  padding-top: 90px;
  background: url(../images/ab_back.jpg) center top no-repeat;
  overflow: hidden;
}

.box_04 .center {
  width: 1280px;
  height: 490px;
  margin: 0 auto;
}

.box_04 .center .left {
  width: 600px;
  height: 490px;
  float: left;
}

.box_04 .center .left .h_title {
  width: 270px;
  height: auto;
}

.box_04 .center .left .h_title h3 {
  font-size: 36px;
  color: #333;
  font-weight: bold;
  line-height: 38px;
  letter-spacing: 5px;
  position: relative;
}

.box_04 .center .left .h_title h3::before {
  content: '';
  width: 290px;
  height: 38px;
  background: url(../images/h_back01.png) center center no-repeat;
  position: absolute;
  top: 0;
  right: 300px;
}

.box_04 .center .left .h_title p {
  font-size: 14px;
  color: #999;
  line-height: 12px;
  text-transform: Uppercase;
  font-family: Arial;
  margin-top: 12px;
  letter-spacing: 4px;
}

.box_04 .center .left .txts {
  width: 600px;
  height: auto;
  margin-top: 45px;
  position: relative;
}

.box_04 .center .left .txts h4 {
  font-size: 22px;
  color: #333;
  line-height: 22px;
}

.box_04 .center .left .txts .line {
  width: 60px;
  height: 3px;
  background: #EA5506;
  margin-top: 30px;
}

.box_04 .center .left .txts .more {
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/more01.png) center center no-repeat #EA5506;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all .7s;
  transition: all .7s;
}

.box_04 .center .left .txts .more:hover {
  border-radius: 25px;
  transform: rotate(360deg);
  -webkit-transition: all .7s;
  transition: all .7s;
}

.box_04 .center .left .txts p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 35px;
  height: 105px;
  font-size: 16px;
  coor: #666;
  margin-top: 25px;
}

.box_04 .center .left .list {
  width: 600px;
  height: auto;
  margin: 75px auto 0 auto;
  display: flex;
  justify-content: space-between;
}

.box_04 .center .left .list li {
  height: auto;
  height: auto;
  float: left;
  position: relative;
}

.box_04 .center .left .list li .txt {
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
}

.box_04 .center .left .list li .txt p:nth-of-type(1) {
  position: relative;
  margin-top: 0;
  position: relative;
  height: 35px;
}

.box_04 .center .left .list li .txt p:nth-of-type(1) i {
  display: inline-block;
  font-size: 46px;
  color: #444;
  line-height: 35px;
  font-weight: bold;
  font-family: Arial;
}

.box_04 .center .left .list li:nth-of-type(1) .txt p:nth-of-type(1) span {
  width: 72px;
  font-size: 16px;
  line-height: 16px;
  color: #EA5506;
  position: absolute;
  bottom: 3px;
  left:120px;
}

.box_04 .center .left .list li:nth-of-type(2) .txt p:nth-of-type(1) span {
  width: 32px;
  font-size: 16px;
  line-height: 16px;
  color: #EA5506;
  position: absolute;
  bottom: 3px;
  left: 80px;
}

.box_04 .center .left .list li:nth-of-type(3) .txt p:nth-of-type(1) span {
  width: 32px;
  font-size: 16px;
  line-height: 16px;
  color: #EA5506;
  position: absolute;
  bottom: 3px;
  left: 108px;
}

.box_04 .center .left .list li .txt p:nth-of-type(2) {
  font-size: 16px;
  line-height: 16px;
  color: #666;
  text-align: center;
  margin-top: 15px;
}

.box_04 .center .right {
  width: 600px;
  height: 490px;
  float: right;
  position: relative;
}

.box_04 .center .right .img {
  width: 750px;
  height: 490px;
  position: absolute;
  left: 35px;
  top: 0;
}

.box_04 .center .right .img img {
  display: block;
  width: 750px;
  height: 490px;
  vertical-align: top;
}

.box_04 .center .right .yyzz {
  width: 280px;
  height: 180px;
  padding: 26px 25px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/yy_bk.png);
}

.box_04 .center .right .yyzz img {
  display: block;
  width: 280px;
  height: 180px;
  object-fit: cover;
  vertical-align: top;
}




/* 在线留言 */
.box_05 {
  width: 100%;
  height: 810px;
  padding-top: 73px;
  background: url(../images/lc_back.jpg) center top no-repeat;
  overflow: hidden;
}

.box_05 .h_title {
  width: 1280px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.box_05 .h_title::before {
  content: '';
  width: 156px;
  height: 62px;
  background: url(../images/h_back02.png) center center no-repeat;
  position: absolute;
  top: 0;
  left: 360px;
}

.box_05 .h_title::after {
  content: '';
  width: 156px;
  height: 62px;
  background: url(../images/h_back03.png) center center no-repeat;
  position: absolute;
  top: 0;
  right: 360px;
}

.box_05 .h_title h3 {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  line-height: 38px;
  letter-spacing: 5px;
  position: relative;
}

.box_05 .h_title p {
  font-size: 14px;
  color: #999;
  line-height: 12px;
  text-transform: Uppercase;
  font-family: Arial;
  margin-top: 12px;
  letter-spacing: 4px;
}

.box_05 .ly {
  width: 1280px;
  height: 100px;
  padding-top: 60px;
  margin: 57px auto 0 auto;
  position: relative;
}

.box_05 .ly .form {
  width: 1280px;
  height: 40px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.box_05 .ly .form p {
  width: 298px;
  height: 38px;
  border: solid 1px #d6d6d6;
  overflow: hidden;
  float: left;
  position: relative;
}

.box_05 .ly .form input {
  display: block;
  width: 170px;
  height: 38px;
  line-height: 38px;
  color: #333;
  font-size: 14px;
  padding: 0 8px 0 40px;
  box-sizing: content-box;
}

.box_05 .ly .form p:nth-of-type(1) input {
  background: url(../images/name.png) 15px center no-repeat rgba(0, 0, 0, 0);
}

.box_05 .ly .form p:nth-of-type(2) input {
  background: url(../images/phone.png) 15px center no-repeat rgba(0, 0, 0, 0);
}

.box_05 .ly .form p:nth-of-type(3) {
  width: 318px;
}

.box_05 .ly .form p:nth-of-type(3) input {
  display: block;
  width: 90px;
  height: 38px;
  line-height: 38px;
  color: #333;
  font-size: 14px;
  float: left;
  padding: 0 0 0 40px;
  background: url(../images/yzm.png) 15px center no-repeat rgba(0, 0, 0, 0);
}

.box_05 .ly .form p:nth-of-type(3) img {
  display: block;
  float: right;
  width: 90px;
  height: 36px;
  cursor: pointer;
  margin: 1px;
}

.box_05 .ly .form p:nth-of-type(4) {
  width: 298px;
}

.box_05 .ly .form textarea {
  width: 250px;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  padding: 0 8px 0 40px;
  box-sizing: content-box;
  background: url(../images/liuyan.png) 15px center no-repeat rgba(0, 0, 0, 0);
}

.box_05 .ly .form .tj {
  width: 220px;
  height: 40px;
  border: none;
  overflow: hidden;
  position: relative;
  z-index: 0;
  border-radius: 0;
  -webkit-transition: all .7s;
  transition: all .7s;
}

.box_05 .ly .form .tj .btn {
  display: block;
  width: 220px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border: none;
  background: none;
  cursor: pointer;
  position: relative;
  padding: 0 !important;
  box-sizing: content-box;
  -webkit-transition: all .7s;
  transition: all .7s;
}

.btn_bubble_3 {
  background-color: #EA5506;
  background-repeat: no-repeat;
  -webkit-transition: all .7s;
  transition: all .7s;
}

.box_05 .ly .form .tj:hover .btn {
  color: #fff;
  -webkit-transition: all .7s;
  transition: all .7s;
}

.btn_bubble_3:hover,
.btn_bubble_3:focus {
  -webkit-animation: btn_3 1s forwards ease-out;
  animation: btn_3 1s forwards ease-out;
  background: radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 90% 90% / 0.88em 0.88em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 23% 141% / 0.81em 0.81em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 17% 90% / 0.68em 0.68em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 15% 94% / 1.12em 1.12em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 42% 126% / 0.86em 0.86em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 102% 120% / 0.58em 0.58em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 12% 121% / 0.67em 0.67em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 69% 87% / 1.18em 1.18em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 32% 99% / 0.79em 0.79em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 84% 129% / 0.79em 0.79em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 40% 99% / 0.72em 0.72em;
  background-color: #EA5506;

  background-repeat: no-repeat;
}

@-webkit-keyframes btn_3 {
  100% {
    background-position: 92% -220%, 31% -185%, 24% 6%, 16% -328%, 39% -366%, 110% -375%, 5% -60%, 59% -365%, 41% -363%, 82% -8%, 37% -224%;
    box-shadow: inset 0 -140px 0 #EA5506;

  }
}

@keyframes btn_3 {
  100% {
    background-position: 92% -220%, 31% -185%, 24% 6%, 16% -328%, 39% -366%, 110% -375%, 5% -60%, 59% -365%, 41% -363%, 82% -8%, 37% -224%;
    box-shadow: inset 0 -140px 0 #EA5506;
  }
}

.box_05 .center {
  width: 1280px;
  height: 470px;
  margin: 60px auto 0 auto;
  position: relative;
}

.box_05 .center .left {
  width: 234px;
  height: 470px;
  float: left;
  padding-left: 40px;
}

.box_05 .center .left h3 {
  font-size: 36px;
  color: #fff;
  line-height: 38px;
  margin-top: 55px;
  font-weight: bold;
}

.box_05 .center .left p:nth-of-type(1) {
  font-size: 14px;
  color: #fff;
  line-height: 12px;
  text-transform: Uppercase;
  font-family: Arial;
  letter-spacing: 4px;
  margin-top: 22px;
}

.box_05 .center .left p:nth-of-type(2) {
  width: 30px;
  height: 1px;
  background: #fff;
  margin-top: 50px;
}

.box_05 .center .left p:nth-of-type(3) {
  font-size: 20px;
  color: #fff;
  line-height: 22px;
  margin-top: 75px;
  font-weight: bold;
}

.box_05 .center .left p:nth-of-type(4) {
  font-size: 16px;
  color: #fff;
  line-height: 16px;
  margin-top: 20px;
}

.box_05 .center .left p:nth-of-type(5) {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 22px;
  letter-spacing: 0;
  margin-top: 25px;
}

.box_05 .center .right {
  width: 920px;
  height: 470px;
  float: right;
  position: relative;
}

.box_05 .center .right .lc_list {
  width: 920px;
  height: auto;
  margin-top: 10px;
  overflow: hidden;
  background: url(../images/lc_jt_01.png) 147px 35px no-repeat;
}

.box_05 .center .right .lc_list li {
  width: 90px;
  height: auto;
  float: left;
  margin: 0 185px 60px 0;
  overflow: hidden;
}

.box_05 .center .right .lc_list li:nth-of-type(4n) {
  margin-right: 0;
}

.box_05 .center .right .lc_list li .icon {
  width: 80px;
  height: 80px;
  border: solid 5px #eee;
  border-radius: 45px;
  margin: 0 auto;
  -webkit-transition: all .7s;
  transition: all .7s;
}

.box_05 .center .right .lc_list li.active .icon {
  border: solid 5px #EA5506;
  -webkit-transition: all .7s;
  transition: all .7s;
}

.box_05 .center .right .lc_list li .icon i {
  display: block;
  width: 80px;
  height: 80px;
}

.box_05 .center .right .lc_list li.active .icon i {
  -webkit-animation: jello 1s;
  -moz-animation: jello 1s;
  animation: jello 1s;
}

.box_05 .center .right .lc_list li:nth-of-type(1) .icon i {
  background: url(../images/lc_icon_01.png) center center no-repeat;
  -webkit-transition: all .7s;
  transition: all .7s;
}

.box_05 .center .right .lc_list li:nth-of-type(2) .icon i {
  background: url(../images/lc_icon_03.png) center center no-repeat;
  -webkit-transition: all .7s;
  transition: all .7s;
}

.box_05 .center .right .lc_list li:nth-of-type(3) .icon i {
  background: url(../images/lc_icon_05.png) center center no-repeat;
  -webkit-transition: all .7s;
  transition: all .7s;
}

.box_05 .center .right .lc_list li:nth-of-type(4) .icon i {
  background: url(../images/lc_icon_07.png) center center no-repeat;
  -webkit-transition: all .7s;
  transition: all .7s;
}

.box_05 .center .right .lc_list li:nth-of-type(5) .icon i {
  background: url(../images/lc_icon_09.png) center center no-repeat;
  -webkit-transition: all .7s;
  transition: all .7s;
}

.box_05 .center .right .lc_list li:nth-of-type(6) .icon i {
  background: url(../images/lc_icon_11.png) center center no-repeat;
  -webkit-transition: all .7s;
  transition: all .7s;
}

.box_05 .center .right .lc_list li:nth-of-type(7) .icon i {
  background: url(../images/lc_icon_13.png) center center no-repeat;
  -webkit-transition: all .7s;
  transition: all .7s;
}

.box_05 .center .right .lc_list li:nth-of-type(8) .icon i {
  background: url(../images/lc_icon_15.png) center center no-repeat;
  -webkit-transition: all .7s;
  transition: all .7s;
}

.box_05 .center .right .lc_list li:nth-of-type(1).active .icon i {
  background: url(../images/lc_icon_02.png) center center no-repeat;
  -webkit-transition: all .7s;
  transition: all .7s;
}

.box_05 .center .right .lc_list li:nth-of-type(2).active .icon i {
  background: url(../images/lc_icon_04.png) center center no-repeat;
  -webkit-transition: all .7s;
  transition: all .7s;
}

.box_05 .center .right .lc_list li:nth-of-type(3).active .icon i {
  background: url(../images/lc_icon_06.png) center center no-repeat;
  -webkit-transition: all .7s;
  transition: all .7s;
}

.box_05 .center .right .lc_list li:nth-of-type(4).active .icon i {
  background: url(../images/lc_icon_08.png) center center no-repeat;
  -webkit-transition: all .7s;
  transition: all .7s;
}

.box_05 .center .right .lc_list li:nth-of-type(5).active .icon i {
  background: url(../images/lc_icon_10.png) center center no-repeat;
  -webkit-transition: all .7s;
  transition: all .7s;
}

.box_05 .center .right .lc_list li:nth-of-type(6).active .icon i {
  background: url(../images/lc_icon_12.png) center center no-repeat;
  -webkit-transition: all .7s;
  transition: all .7s;
}

.box_05 .center .right .lc_list li:nth-of-type(7).active .icon i {
  background: url(../images/lc_icon_14.png) center center no-repeat;
  -webkit-transition: all .7s;
  transition: all .7s;
}

.box_05 .center .right .lc_list li:nth-of-type(8).active .icon i {
  background: url(../images/lc_icon_16.png) center center no-repeat;
  -webkit-transition: all .7s;
  transition: all .7s;
}

.box_05 .center .right .lc_list li p {
  font-size: 16px;
  color: #333;
  line-height: 16px;
  text-align: center;
  margin-top: 25px;
}

.box_05 .center .right .bottom {
  width: 920px;
  height: 36px;
  position: absolute;
  bottom: 10px;
  right: 0;
}

.box_05 .center .right .bottom .tel {
  padding-left: 53px;
  background: url(../images/tel03.png) left center no-repeat;
  font-size: 30px;
  color: #333;
  line-height: 36px;
  font-weight: bold;
  font-family: 'Times New Roman';
  float: left;
}

.box_05 .center .right .bottom .tel span {
  display: block;
  float: left;
  font-size: 16px;
  color: #333;
  font-weight: normal;
}

.box_05 .center .right .bottom p {
  font-size: 16px;
  color: #999;
  line-height: 36px;
  position: absolute;
  right: -8px;
  top: 0;
  letter-spacing: 8px;
}

.box_05 .center .right .bottom p::before {
  content: '';
  width: 60px;
  height: 1px;
  background: #ccc;
  position: absolute;
  top: 18px;
  left: -80px;
}




/* 新闻资讯 */
.box_06 {
  width: 100%;
  height: auto;
  padding: 90px 0 40px 0;
  overflow: hidden;
}

.box_06 .h_title {
  width: 1280px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.box_06 .h_title::before {
  content: '';
  width: 156px;
  height: 62px;
  background: url(../images/h_back02.png) center center no-repeat;
  position: absolute;
  top: 0;
  left: 360px;
}

.box_06 .h_title::after {
  content: '';
  width: 156px;
  height: 62px;
  background: url(../images/h_back03.png) center center no-repeat;
  position: absolute;
  top: 0;
  right: 360px;
}

.box_06 .h_title h3 {
  font-size: 36px;
  color: #333333;
  font-weight: bold;
  line-height: 38px;
  letter-spacing: 5px;
  position: relative;
}

.box_06 .h_title p {
  font-size: 14px;
  color: #999;
  line-height: 12px;
  text-transform: Uppercase;
  font-family: Arial;
  margin-top: 12px;
  letter-spacing: 4px;
}

.box_06 .ly {
  width: 1280px;
  height: 100px;
  padding-top: 60px;
  margin: 57px auto 0 auto;
  position: relative;
}


.box_06 .center {
  width: 1280px;
  height: auto;
  margin: 60px auto 0 auto;
}

.box_06 .center .newsson-nav {
  display: flex;
  justify-content: space-around;
  flex-flow: row;
  margin-bottom: 35px;
}

.box_06 .center .newsson-nav li {
  width: 166px;
  height: 45px;
  border: 1px solid #d6d6d6;
  box-sizing: border-box;
  text-align: center;
  line-height: 45px;
  font-size: 18px;
  font-weight: bold;
}

.box_06 .center .newsson-lis {
  display: flex;
}

.box_06 .center .newsson-lis .fl {
  width: 580px;
}

.box_06 .center .newsson-lis .fl .news-img {
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.box_06 .center .newsson-lis .fl .news-info {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-flow: row;
  border-bottom: 1px solid #d6d6d6;
  padding: 20px 0;
}

.box_06 .center .newsson-lis .fl .news-info .times {
  width: 120px;
  border-right: 1px solid #d6d6d6;
  text-align: center;
  margin-right: 25px;
}

.box_06 .center .newsson-lis .fl .news-info .times .day {
  font-size: 36px;
  font-weight: bold;
  line-height: 44px;
  margin-bottom: 10px;
}

.box_06 .center .newsson-lis .fl .news-info .times .year {
  font-size: 14px;
  line-height: 1;
}

.box_06 .center .newsson-lis .fl .news-info .news-txt {
  flex: 1;
}

.box_06 .center .newsson-lis .fl .news-info .news-txt h3 {
  font-size: 16px;
  line-height: 1;
  margin: 0 0 10px 0;
}

.box_06 .center .newsson-lis .fl .news-info .news-txt .desc {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
}

.box_06 .center .newsson-lis .fr {
  width: calc(100% - 600px);
  margin: 0 0 0 20px;
}

.box_06 .center .newsson-lis .fr li {
  width: 100%;
  height: 113.75px;
  box-sizing: border-box;
  border: 1px solid #d6d6d6;
  margin-bottom: 20px;
  padding: 20px 0px;
}

.box_06 .center .newsson-lis .fr li:last-child {
  margin: 0;
}

.box_06 .center .newsson-lis .fr li a {
  display: flex;
  align-items: center;
}

.box_06 .center .newsson-lis .fr .times {
  width: 120px;
  border-right: 1px solid #d6d6d6;
  text-align: center;
  margin-right: 25px;
}

.box_06 .center .newsson-lis .fr .times .day {
  font-size: 36px;
  font-weight: bold;
  line-height: 44px;
  margin-bottom: 10px;
}

.box_06 .center .newsson-lis .fr .times .year {
  font-size: 14px;
  line-height: 1;
}

.box_06 .center .newsson-lis .fr .news-txt {
  flex: 1;
  box-sizing: border-box;
  padding-right: 20px;
}

.box_06 .center .newsson-lis .fr .news-txt h3 {
  font-size: 16px;
  line-height: 1;
}

.box_06 .center .newsson-lis .fr .news-txt .desc {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
  margin: 10px 0 0 0;
}

.box_06 .center .newsson-lis .fr li:hover {
  background: #EA5506;
}

.box_06 .center .newsson-lis .fr li:hover .times {
  color: #ffffff;
}

.box_06 .center .newsson-lis .fr li:hover .news-txt h3 {
  color: #ffffff;
}


.box_06 .center .newsson-lis .fr li:hover .news-txt .desc {
  color: #ffffff;
}


/* 友情链接 */
.links {
  width: 100%;
  height: auto;
  padding: 30px 0 70px 0;
  overflow: hidden;
}

.links .center {
  width: 1280px;
  height: auto;
  margin: 0 auto;
}

.links .center p {
  width: 144px;
  height: 40px;
  float: left;
  background: url(../images/links.png) center center no-repeat;
  position: relative;
}

.links .center p span {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 16px;
  position: absolute;
  top: -7px;
  right: 40px;
}

.links .center .lk {
  width: 1070px;
  height: auto;
  float: right;
  position: relative;
}

.links .center .lk a {
  display: block;
  width: auto;
  font-size: 14px;
  color: #666;
  margin-right: 40px;
  line-height: 40px;
  float: left;
  -webkit-transition: all .7s;
  transition: all .7s;
}

.links .center .lk a:hover {
  color: #EA5506;
  -webkit-transition: all .7s;
  transition: all .7s;
}













/* animated home */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}

.animated_1 {
  animation-delay: 0.7s;
}

.animated_2 {
  animation-delay: 0.6s;
}

.animated_3 {
  animation-delay: 0.9s;
}

.animated_4 {
  animation-delay: 1.2s;
}

.animated_5 {
  animation-delay: 1.7s;
}

.animated_6 {
  animation-delay: 1.8s;
}

.animated_7 {
  animation-delay: 2.1s;
}

.animated_8 {
  animation-delay: 2.4s;
}

.animated_9 {
  animation-delay: 2.7s;
}

.animated_10 {
  animation-delay: 3s;
}

.animated_11 {
  animation-delay: 3.7s;
}

.animated_12 {
  animation-delay: 3.6s;
}

/* animated end */




@keyframes jello {

  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}