﻿@import url("iconfont.css");

/*
全部灰度
 html,
  html * {
   filter: gray !important;
   filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
   filter: grayscale(100%);
   -webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
   -ms-filter: grayscale(100%);
   -o-filter: grayscale(100%);
  }
*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.trans {
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

hr {
    border: none;
    outline: none;
}

h1,
h2,
h3,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

/* img {
    max-width: 100%;
} */

body {
    font-family: "微软雅黑", "Microsoft Yahei";
}

.wp {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
}

.fd-copy .wp a {
    color: #fff;
}

a {
    color: #333;
}

a:hover {
    color: #fe8319;
}

/*头部*/

#bd {
    padding-top: 90px;
}

#hd {
    /*height: 101px;*/
    height: 90px;
    background: #fff;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.fixed {
    top: -101px !important;
}

#hd .logo {
    float: left;
    vertical-align: top;
    margin: 0px 40px 0 0;
}

#hd .logo a {
    display: inline-block;
    height: 100%;
    line-height: 90px;
    width: 60px;
}

#hd .logo a img {
    display: inline-block;
    vertical-align: middle;
    width: 64px;
    height: 64px;
}

#hd .logo .company {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    line-height: 50px;
    padding-left: 5px;
    font-weight: 600;
    color: #fe8319;
    border-left: 3px outset #e39921;
}

#nav ul li {
    float: left;
    line-height: 90px;
    width: 80px;
    margin-right: 10px;
}

#nav ul li a {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    border-bottom: 3px solid #fff;
    height: 90px;
}

#nav ul li a:hover {
    border-bottom: 3px solid #fe8319;
}

#hd .tel {
    background: url(../images/tel_bg.png) left center no-repeat;
    line-height: 90px;
    float: right;
    padding-left: 25px;
    color: #fe8319;
    font-size: 18px;
}

/*手机头部*/

#m-hd {
    display: none;
}

#m-hd {
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    padding: 0;
    position: fixed;
    width: 100%;
    z-index: 999999;
}

#m-hd img {
    height: 40px;
    padding: 10px 0 0 10px;
}

.m-trigger {
    position: absolute;
    top: 0;
    right: 10px;
    width: 50px;
    color: #fff;
    text-align: center;
    font-size: 30px;
    line-height: 45px;
    cursor: pointer;
    background: url(../images/menu_add.png) center center no-repeat;
    -webkit-background-size: 50px;
    background-size: 25px;
    height: 50px;
}

.m-company {
    display: block;
    font-size: 18px;
    text-align: center;
    margin-top: -60px;
    color: #fe8319;
}

.m-nav {
    z-index: 60;
    position: absolute;
    top: 50px;
    width: 100%;
    left: 0;
    background: url(../images/alpha_black_70.png) repeat;
    text-align: center;
    display: none;
}

.m-nav li {
    border-bottom: 1px solid #565656;
}

.m-nav a {
    display: block;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.m-nav a:hover,
.m-nav a:active {
    color: #fe8319;
}

/* .m-nav:hover, .m-nav:active {
    display: none;
} */

.m-sub {
    text-align: left;
    display: none;
    width: 100%;
}

.m-sub a {
    border-bottom: none;
    font-size: 13px;
}

/*底部*/

#fd {
    background: url(../images/fd_bg.png) center no-repeat;
    padding-top: 20px;
    background-size: 100% 100%;
}

.index-fd {
    margin-top: -31px;
}

#fd .fd-top {
    overflow: hidden;
    color: #fff;
    /* padding-bottom: 25px; */
}

#fd .m-fd-top {
    color: #fff;
}

#fd dl {
    float: left;
    width: 20%;
}

#fd dl dt {
    font-size: 16px;
    padding-bottom: 20px;
}

#fd .ul-fd li {
    line-height: 26px;
}

#fd .ul-fd li a {
    color: #a8a8af;
}

#fd .ul-fd li a:hover {
    text-decoration: underline;
}

#fd .weixin,
#fd .sina {
    background: url(../images/fd_icon1.png) no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 25px;
}

#fd .weixin-pic {
    position: absolute;
    left: -150px;
    top: 0;
    display: none;
}

#fd .tel {
    font-weight: normal;
    font-size: 24px;
    padding-bottom: 15px;
}

#fd h5 {
    font-size: 16px;
    color: #a8a8af;
}

#fd .sina {
    background-image: url(../images/fd_icon2.png);
}

#fd .fd-copy {
    height: 40px;
    line-height: 40px;
    color: #a3a3a9;
    background-color: #000022;
}

.fd-copy p {
    display: inline-block;
}

/* side */

.side {
    position: fixed;
    width: 50px;
    height: 275px;
    right: 0;
    top: 250px;
    z-index: 100;
}

.side ul li {
    width: 50px;
    height: 50px;
    float: left;
    position: relative;
    margin-bottom: 2px;
}

.side ul li .sidebox {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 5px 0 0 5px;
    top: 0;
    right: 0;
    transition: all 0.3s;
    background: #000022;
    color: #fff;
    font: 16px/50px "微软雅黑";
    overflow: hidden;
}

.side ul li a:hover .sidebox {
    width: 175px;
}

.side ul li .sidetop {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    background: #000;
    opacity: 0.8;
    filter: Alpha(opacity=80);
    transition: all 0.3s;
}

.side ul li .sidetop:hover {
    background: #fe8319;
}

.side ul li img {
    float: right;
}

.side2 {
    position: fixed;
    width: 40px;
    right: 10px;
    z-index: 100;
    top: 500px;
    height: 80px;
}

.side2 ul li {
    width: 40px;
    height: 40px;
}

.side2 ul li a {
    display: block;
    background-color: #fe8319;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
}

.side2 ul li a img {
    vertical-align: middle;
    display: inline-block;
}

.side2 ul li a:hover {
    background-color: #000022;
}

.side2 ul li .weixin {
    position: absolute;
    left: -154px;
    bottom: 0;
    display: none;
}

.side2 ul li .weixin em {
    background: url(../images/arr3.png) no-repeat;
    width: 5px;
    height: 17px;
    display: block;
    position: absolute;
    right: -5px;
    top: 50%;
    margin-top: 3px;
}

.side2 ul li .weixin img {
    display: block;
    width: 154px;
    height: 154px;
}

/*banner*/

#banner .flexslider {
    background: none;
}

#banner .slides li {
    text-align: center;
    vertical-align: middle;
    /* display: block;
    padding-top: 36.4%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center bottom;
    position: relative; */
}

#banner .slides li .ban-txt {
    width: 800px;
    position: absolute;
    left: 50%;
    margin-left: -380px;
    top: 50%;
    height: 205px;
    margin-top: -102px;
    text-align: center;
}

#banner .slides li.s1 .ban-txt {
    background: url(../images/ban_k.png) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}

#banner .flexslider .slides img {
    height: 350px;
    max-width: 100%;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
}

#banner .slides li .ban-txt h5 {
    font-size: 22px;
    color: #fe8319;
    margin-top: -5px;
}

#banner .slides li .ban-txt h2 {
    height: 118px;
    line-height: 118px;
    margin-top: 0px;
    font-size: 55px;
    color: #ffffff;
}

#banner .slides li .ban-txt h3 {
    padding: 10px 30px 0px 30px;
    font-size: 24px;
    color: #fe8319;
}

#banner .flex-control-paging li a {
    width: 40px;
    height: 3px;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.7);
}

#banner .flex-control-paging li a.flex-active {
    background-color: #fe8319;
}

#banner .flex-control-nav {
    bottom: 80px;
}

#banner .flex-direction-nav a {
    background: url(../images/ban_prev.png) no-repeat;
    width: 44px;
    height: 44px;
    opacity: 1;
    filter: alpha(opacity=100);
}

#banner .flex-direction-nav .flex-prev {
    left: 50%;
    margin-left: -570px;
}

#banner .flex-direction-nav .flex-next {
    background-image: url(../images/ban_next.png);
    width: 44px;
    height: 44px;
    right: 50%;
    margin-right: -570px;
}

#banner {
    position: relative;
}

.banner-bg {
    height: 54px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -30px;
    z-index: 60;
}

/*首页*/

.tit-i {
    text-align: center;
    padding: 15px 0;
    line-height: 36px;
    overflow: hidden;
}

.tit-i h3 {
    font-size: 30px;
    color: #fe8319;
    margin-bottom: 10px;
}

.tit-i h5 {
    font-size: 20px;
    color: #cacace;
    text-transform: uppercase;
    font-family: Arial;
}

.tit-i h5 span {
    color: #fe8319;
}

.tit-i em {
    width: 45px;
    border-bottom: 1px solid #7f7f90;
    display: inline-block;
}

.ul-icon-i li {
    float: left;
    width: 25%;
    text-align: center;
    padding-bottom: 30px;
    overflow: hidden;
}

.ul-icon-i li .pad {
    padding: 0 15px;
    position: relative;
}

.ul-icon-i li a {
    display: block;
}

.ul-icon-i li a span {
    background: url(../images/i_icon1.png) no-repeat;
    width: 134px;
    height: 134px;
    display: inline-block;
    margin-bottom: 5px;
}

.ul-icon-i li h3 {
    font-size: 16px;
    margin-bottom: 5px;
}

.ul-icon-i li em {
    width: 25px;
    border-bottom: 2px solid #707070;
    display: inline-block;
    margin-bottom: 5px;
}

.ul-icon-i li p {
    text-align: left;
    line-height: 24px;
    font-size: 14px;
}

.ul-icon-i li.li1 a span {
    background-position: 0 0;
}

.ul-icon-i li.li2 a span {
    background-position: -305px 0;
}

.ul-icon-i li.li3 a span {
    background-position: -615px 0;
}

.ul-icon-i li.li4 a span {
    background-position: -930px 0;
}

/*.ul-icon-i li a:hover span{
	background-image: url(../images/i_icon1_h.png);
}*/

.ul-icon-i li .pad .pic {
    position: absolute;
    left: 50%;
    top: 0;
    width: 134px;
    margin-left: -67px;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.ul-icon-i li .pad .pic img {
    display: none;
}

.ul-icon-i li .pad .pic .pic-icon {
    position: absolute;
    left: 0;
    top: -134px;
    display: block;
}

.ul-icon-i li h3.active,
.ul-icon-i li p.active,
.ul-icon-i li a:hover p {
    color: #fe8319;
}

.row2 {
    padding-top: 10px;
}

.case-i-l,
.case-i-r {
    width: 50%;
}

.case-i-l {
    float: left;
    padding-right: 15px;
}

.case-i-r {
    float: right;
    padding-left: 30px;
}

.case-img,
.case-img a img {
    width: 100%;
}

.case-img {
    position: relative;
    overflow: hidden;
}

.case-img .hover {
    position: absolute;
    left: 0;
    top: -434px;
    /*top: -433px;*/
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
    height: 100%;
    text-align: center;
    background: url(../images/alpha_red_80.png) repeat;
    color: #fff;
}

.case-img.on .hover {
    top: 0;
}

.case-img .hover b,
.case-img .hover .txt {
    display: inline-block;
    vertical-align: middle;
}

.more-i {
    text-align: center;
    padding-bottom: 35px;
}

.more-i a {
    display: inline-block;
    width: 65px;
    height: 65px;
    background: url(../images/arr2.png) center center no-repeat #000014;
    border-radius: 100%;
}

.more-i a:hover {
    background-color: #fe8319;
}

.tit-i-1 h3 {
    color: #fff;
}

.tit-i-1 em {
    border-bottom-color: #dddde1;
}

.ul-propose-i {
    /* margin-left: -30px; */
    width: 100%;
    height: 540px;
    position: relative;
    background: url(../images/zongzhi.jpg) no-repeat left;
    background-size: 100% 100%;
}

.ul-propose-i li {
    float: left;
    width: 25%;
    color: #fff;
    position: relative;
    min-height: 200px;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
    text-align: center;
}

.ul-propose-i li .proposeimg {
    width: 100px;
    height: 100px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.ul-propose-i li p {
    color: #fff;
    line-height: 26px;
    font-size: 16px;
    height: 280px;
    padding-top: 100px;
    margin: 0px 10px 0px 10px;
}

.ul-propose-i li.on p {
    color: #fe8319;
}

.ul-propose-i li .hover .img {
    width: 100%;
    position: absolute;
    width: 100%;
    height: 120px;
    top: -265px;
    -o-transition: 1s;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    transition: 1.8s;
    text-align: center;
}

.ul-propose-i li .leave .img {
    width: 100%;
    position: absolute;
    width: 100%;
    height: 100px;
    top: 0px;
    -o-transition: 1s;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    transition: 1.8s;
    text-align: center;
}

.ul-propose-i li.on .hover .img {
    display: block;
    top: 0;
}

.ul-propose-i li.on .leave .img {
    display: block;
    top: 400px;
}

.ul-propose-i li span {
    position: absolute;
    background: #fe8319;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ul-propose-i li .wk_span_1 {
    top: 120px;
    left: 0;
    width: 0;
    height: 2px;
}

.ul-propose-i li .wk_span_2 {
    top: 120px;
    right: 0;
    width: 2px;
    height: 0;
}

.ul-propose-i li .wk_span_3 {
    right: 0;
    bottom: 0;
    width: 0;
    height: 2px;
}

.ul-propose-i li .wk_span_4 {
    bottom: -120px;
    left: 0;
    width: 2px;
    height: 0;
}

.contact-l {
    width: 38%;
    float: left;
}

.contact-r {
    width: 100%;
    float: right;
}

.ul-contact li {
    background: url(../images/i_icon2.png) no-repeat;
    padding-left: 60px;
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 35px;
}

.ul-contact li.li1 {
    background-position: 0 0;
}

.ul-contact li.li2 {
    background-position: 0 -74px;
}

.ul-contact li.li3 {
    background-position: 0 -184px;
}

.contact-form .inp {
    width: 49%;
    border: 1px solid #6d6d88;
    height: 33px;
    padding: 0 10px;
    margin-bottom: 15px;
}

.contact-form textarea {
    width: 100%;
    border: 1px solid #6d6d88;
    height: 98px;
    margin-bottom: 24px;
}

.contact-form .sub {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #63637f;
    border: 0;
    cursor: pointer;
    font-family: "微软雅黑", "Microsoft Yahei";
    font-size: 16px;
}

.map {
    margin-bottom: 5px;
    position: relative;
}

.map em {
    background: url(../images/arr1.png) center top no-repeat;
    width: 100%;
    height: 20px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.map-s {
    background: url(../images/map_s.png) center top;
    height: 107px;
    text-align: center;
    overflow: hidden;
}

.map .btn {
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 132px;
    display: inline-block;
}

.map .btn-down {
    background: url(../images/map_down.png) no-repeat;
    width: 56px;
    height: 24px;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 5px;
    margin-left: -26px;
    z-index: 99;
}

#map {
}

.map-pop {
    display: none;
    height: 540px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.map .map-bg1,
.map .map-bg2 {
    background: url(../images/ban_bg_top.png) no-repeat center 0;
    height: 54px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 66;
}

.map .map-bg2 {
    background-image: url(../images/map_bg2.png);
    height: 41px;
    bottom: 0px;
    top: auto;
}

.map-pop-big {
    height: 600px;
    bottom: auto;
    top: 0;
}

.map-big {
    height: 600px;
    margin-top: 0;
}

#ban-in {
    position: relative;
    background-position: center 0;
    background-repeat: no-repeat;
    height: 300px;
    width: 100%;
}

.pages {
    text-align: center;
    margin-bottom: 105px;
    margin-top: 20px;
}

.pages a {
    display: inline-block;
    width: 41px;
    height: 41px;
    background-color: #edecec;
    border-radius: 3px;
    text-align: center;
    line-height: 41px;
    font-family: Arial;
    font-size: 18px;
    color: #666;
    margin: 0 4px;
}

.pages a:hover,
.pages .page-on {
    background-color: #fe8319;
    color: #fff;
}

.ul-list {
    margin: 0 -15px;
}

.ul-list li {
    float: left;
    width: 25%;
    margin-bottom: 30px;
}

.ul-list li .pic img {
    width: 100%;
    display: block;
    transform: perspective(800px) rotateY(0deg);
    transition: all 1s ease 0s;
    -moz-transform: perspective(800px) rotateY(0deg);
    -moz-transition: all 1s ease 0s;
    -webkit-transform: perspective(800px) rotateY(0deg);
    -webkit-transition: all 1s ease 0s;
    -o-transform: perspective(800px) rotateY(0deg);
    -o-transition: all 1s ease 0s;
    -ms-transform: perspective(800px) rotateY(0deg);
    -ms-transition: all 1s ease 0s;
    zoom: 1;
}

.ul-list li:hover img {
    transform: perspective(800px) rotateY(-179.9deg);
    -moz-transform: perspective(800px) rotateY(-179.9deg);
    -webkit-transform: perspective(800px) rotateY(-179.9deg);
    -o-transform: perspective(800px) rotateY(-179.9deg);
    -ms-transform: perspective(800px) rotateY(-179.9deg);
}

.ul-list li .pad {
    padding: 0 10px;
}

.ul-list li .bor {
    border: 1px solid #e2e3e8;
}

.ul-list li:hover .bor {
    border-color: #fe8319;
}

.ul-list li .txt {
    padding: 20px 14px;
    line-height: 20px;
    color: #666;
}

.ul-list li .more {
    height: 42px;
    line-height: 42px;
    border-top: 1px dotted #e2e3e8;
    background-color: #f0f2f5;
    padding: 0 14px;
    display: none;
}

.ul-list li .more a {
    color: #fe8319;
}

.ul-list li .more a:hover {
    text-decoration: underline;
}

.ul-list li .title {
    height: 55px;
    margin-bottom: 20px;
}

.ul-list li .title span {
    float: left;
    border: 1px solid #e2e3e8;
    background-color: #f0f2f5;
    display: inline-block;
    text-align: center;
    padding: 6px 5px;
    margin-right: 15px;
}

.ul-list li .title span em {
    display: block;
    font-size: 16px;
}

.ul-list li .title h3 {
    border-bottom: 1px solid #e2e3e8;
    overflow: hidden;
    height: 54px;
}

/*案例*/

.sub-nav {
    text-align: center;
    margin-bottom: 50px;
    margin-top: -18px;
}

.sub-nav ul li {
    display: inline-block;
    margin: 0 10px;
    font-size: 16px;
}

.sub-nav ul li a {
    padding-left: 14px;
    display: inline-block;
}

.sub-nav ul li a:hover,
.sub-nav ul li.on a {
    /* background: url(../images/disc.jpg) left center no-repeat; */
    color: #fe8319;
}

.ul-case {
    margin: 0 -15px;
}

.ul-case li {
    float: left;
    width: 33.3%;
    padding: 0 10px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

.ul-case li .block {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.ul-case li .pic {
    display: block;
    text-align: center;
    width: 100%;
}

.ul-case li .pic img {
    display: block;
    width: 100%;
    filter: blur(2px);
}

.ul-case li .fcpic img {
    display: block;
    width: 100%;
}
.ul-case li .fcpic p {
    display: block;
    position: absolute;
    clear: both;
    top: 35%;
    width: 100%;
    text-align: center;
    color: #fe8319;
    font-size: 2em;
}
.ul-case li .txt {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/alpha_blue_60.png) repeat;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}

.ul-case li .txt h2 {
    height: 30px;
    margin-top: 3px;
    color: #fe8319;
    text-align: center;
    border-bottom: 3px solid #ffffff;
    border-image: linear-gradient(to right, #ffffff, #fe8319) 30 30;
}

.ul-case li .txt p {
    position: relative;
    color: #fe8319;
    text-align: left;
    width: 95%;
    font-size: 1.3em;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    max-height: 78%;
    overflow-y: auto;
}

/* 隐藏滚动条 */

.ul-case li .txt p::-webkit-scrollbar {
    display: none;
}

.ul-case li .pic p {
    display: block;
    position: absolute;
    clear: both;
    top: 35%;
    width: 100%;
    text-align: center;
    color: #fe8319;
    font-size: 2em;
}

.ul-case li .pic span {
    display: block;
    position: absolute;
    clear: both;
    top: 50%;
    left: 30%;
    width: 40%;
    text-align: center;
    background-color: #fe8319;
    background-image: url("../images/click.png");
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: 50%;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
}

.ul-case li .txt:hover {
    opacity: 1;
}

.ul-case li.on .txt {
    top: 0px;
}

.about-info {
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    color: #666;
    /* padding-bottom: 10px; */
}

.customer {
    background: url(../images/bg_3.jpg) center top no-repeat;
    padding-top: 25px;
    padding-bottom: 54px;
    margin-top: 50px;
}

.ul-customer li {
    float: left;
    width: 20%;
}

.ul-customer li a {
    display: block;
    width: 100%;
    height: 87px;
    border: 1px solid #fff;
    text-align: center;
    border: 0;
}

.ul-customer li a b,
.ul-customer li a img {
    display: inline-block;
    vertical-align: middle;
}

.ul-customer li a b {
    width: 0;
    height: 100%;
}

.ul-customer li a img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    /* Firefox 10+, Firefox on Android */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.ul-customer li a:hover {
    border: 1px solid #fff;
}

.team {
    padding-bottom: 50px;
}

.team .flexslider {
    position: relative;
}

.team .flexslider em {
    width: 10px;
    height: 30px;
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: 0;
    background-color: #fff;
}

/* .team .flexslider .slides ul {} */

.team .flexslider .slides li {
    height: 220px;
}

.team .flexslider li .txt {
    /* padding-top: 5px; */
    font-size: 14px;
    line-height: 36px;
    width: 50%;
    float: left;
}

.team .flexslider li .txt h3 {
    font-size: 20px;
    color: #63637f;
    padding-bottom: 5px;
}

.team .flexslider li .txt .more {
    width: 123px;
    height: 37px;
    border-radius: 5px;
    display: inline-block;
    line-height: 37px;
    text-align: center;
    margin-top: 40px;
    font-size: 16px;
    border: 1px solid #63637f;
    color: #63637f;
}

.team .flexslider li .txt .more:hover {
    border: 1px solid #e85346;
    color: #fe8319;
}

.team .flexslider li .pic {
    float: left;
    position: relative;
    text-align: center;
    margin-left: 20%;
}

/* 这里重新定义位置了  产品经理、前端工程师*/

.team .flexslider li.li1 .pic img {
    position: absolute;
    left: 10%;
    padding-top: 5px;
    width: 240px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)" \9;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\9;
}

/* 这里重新定义位置了  项目经理*/

.team .flexslider li.li2 .pic img {
    position: absolute;
    left: 10%;
    padding-top: 5px;
    width: 300px;
    opacity: 0;
    margin-top: 50px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)" \9;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\9;
}

/* 这里重新定义位置了  设计师*/

.team .flexslider li.li3 .pic img {
    position: absolute;
    left: 10%;
    padding-top: 5px;
    width: 300px;
    opacity: 0;
    margin-top: 40px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)" \9;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\9;
}

/* 这里重新定义位置了  后端工程师*/

.team .flexslider li.li5 .pic img {
    position: absolute;
    left: 10%;
    padding-top: 5px;
    width: 300px;
    opacity: 0;
    margin-top: 30px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)" \9;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\9;
}

/* 这里重新定义位置了  培训师*/

.team .flexslider li.li7 .pic img {
    position: absolute;
    left: 10%;
    padding-top: 5px;
    width: 300px;
    opacity: 0;
    margin-top: 40px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)" \9;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\9;
}

/* 这里重新定义位置了  运维工程师*/

.team .flexslider li.li8 .pic img {
    position: absolute;
    left: 0;
    padding-top: 5px;
    width: 300px;
    opacity: 0;
    margin-top: 30px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)" \9;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\9;
}

.team .flex-direction-nav {
    max-width: 1170px;
    margin: 0 auto;
    /* background: url(../images/line.jpg) repeat-x center center; */
    height: 30px;
    text-align: center;
}

.team .flex-direction-nav li {
    display: inline-block;
}

.team .flex-direction-nav a {
    position: relative;
    width: 100px;
    height: 30px;
    margin: 0 5px;
    text-align: center;
    background: url(../images/arr_t.png) center center no-repeat #63637f;
    border-radius: 10px;
    display: inline-block;
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    top: 13px;
}

/* .team .flex-direction-nav .flex-prev {
} */

.team .flex-direction-nav .flex-next {
    background-image: url(../images/arr_b.png);
    left: 10px;
}

.team .flex-direction-nav .flex-prev:hover {
    background-image: url(../images/arr_t_f.png);
}

.team .flex-direction-nav .flex-next:hover {
    background-image: url(../images/arr_b_f.png);
}

.team .flex-direction-nav a:hover {
    background-color: #fe8319;
}

.flexslider .animated {
    opacity: 0;
    filter: alpha(opacity=0);
    opacity: 100\9;
    filter: alpha(opacity=100) \9;
}

.ul-about li {
    float: left;
    width: 33.333%;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

.ul-about li .block img {
    max-width: 100%;
}

.ul-about li h3 {
    font-size: 24px;
    color: #002;
    line-height: 25px;
}

.ul-about li p {
    font-size: 14px;
    width: 90%;
    line-height: 25px;
}

.ul-about li em {
    display: inline-block;
    width: 45px;
    height: 0;
    border-bottom: 2px solid #707070;
    margin-bottom: 10px;
    margin-top: 10px;
}

.ul-about li .block {
    position: relative;
    height: 135px;
    margin: 0 auto;
}

.ul-about li .block img {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.ul-about li.li1 .block {
    width: 120px;
    padding-top: 30px;
}

.ul-about li.li2 .block {
    width: 190px;
}

.ul-about li.li3 .block {
    width: 150px;
}

/*动态详情页*/

.cur {
    line-height: 76px;
    font-family: "宋体";
    color: #666;
    background-color: #f8f9fa;
}

.cur1 {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 31px;
}

.cur a {
    color: #666;
}

.article {
    color: #666;
    line-height: 30px;
}

.article h1 {
    font-size: 26px;
    color: #333;
    text-align: center;
    padding-top: 45px;
}

.article .time {
    line-height: 72px;
    border-bottom: 1px solid #999;
    text-align: center;
    margin-bottom: 25px;
}

.article .share {
    margin-bottom: 70px;
}

.article .share span {
    font-size: 14px;
    float: left;
    display: inline-block;
    line-height: 37px;
}

/*案例详情*/

.case-article {
    line-height: 30px;
    color: #666;
}

.case-article-bg {
    margin-bottom: 13%;
    margin-bottom: 5%\0 !important;
    background-position: top center\0 !important;
}

.case-article .case-logo {
    text-align: center;
    padding-top: 38px;
}

.case-article h1 {
    line-height: 40px;
    font-size: 18px;
    text-align: center;
}

.case-article .btn {
    text-align: center;
    padding: 10px 0;
    margin-bottom: 30px;
}

.case-article .btn a {
    display: inline-block;
    width: 120px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: #fe8319;
    color: #fff;
    font-size: 14px;
    margin: 0 12px;
    border-radius: 5px;
}

.case-article .computer-bg {
    position: relative;
    text-align: center;
    background: url(../images/computer.png) center top no-repeat;
    transform: translateY(45.9%);
    -webkit-transform: translateY(45.9%);
    -moz-transform: translateY(45.9%);
    width: 70%;
    margin: 0 auto;
    margin: -32% auto 0 auto;
    -webkit-background-size: 100%;
    background-size: 89%;
    padding-top: 70%;
    margin: 0 auto\0;
    padding-top: 50%\0;
}

.case-article .computer-bg img {
    position: absolute;
    left: 8.5%;
    top: 4%;
    width: 83%;
}

.case-article .case-back {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 90px;
}

.case-article .case-back a {
    display: inline-block;
    width: 178px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    border: 1px solid #63637f;
    color: #002;
    font-size: 18px;
    border-radius: 5px;
}

.case-article .case-back a:hover {
    background-color: #fe8319;
    color: #fff;
    border-color: #fe8319;
}

.article-prev,
.article-next {
    position: absolute;
    top: 50%;
    background: url(../images/article_prev.png) no-repeat;
    width: 36px;
    height: 66px;
    margin-top: -33px;
    left: 0;
    z-index: 2;
}

.article-next {
    background-image: url(../images/article_next.png);
    left: auto;
    right: 0;
}

.h50 {
    height: 50px;
    overflow: hidden;
    clear: both;
}

.ul-webset li {
    float: left;
    width: 33.333%;
    text-align: center;
    height: 220px;
}

.ul-webset li .block {
    position: relative;
    height: 170px;
    margin: 0 auto;
}

.ul-webset li.li1 .block {
    width: 366px;
}

.ul-webset li.li2 .block {
    width: 316px;
}

.ul-webset li.li3 .block {
    width: 230px;
}

.ul-webset li .block img {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    margin-left: 10%;
    width: 254px;
    height: 160px;
}

.ul-webset li.li3 .block img {
    margin-left: 0;
}

/* .ul-webset li .block2 img {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    margin-left: 10%;
    width: 254px;
    height: 160px;
}
.ul-webset li .block3 img {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    margin-left: 10%;
    width: 254px;
    height: 160px;
} */

.ul-webset li h3 {
    font-size: 24px;
    line-height: 34px;
    color: #333;
}

.ul-webset li .btn {
    background: url(../images/disc2.png) center center no-repeat #fe8319;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    display: inline-block;
    margin-top: 2px;
}

.ul-webset li .btn:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 60)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
}

/* .ul-webset {} */

.webset-pop {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #f5f6fa;
    border: 1px solid #e4e5e7;
    z-index: 60;
    padding: 0 27px;
    padding-bottom: 30px;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1;
    left: -100%;
    width: 100%;
    overflow: hidden;
}

.webset-pop h2 {
    font-size: 20px;
    text-align: left;
    line-height: 66px;
}

.webset-pop h2 a.close {
    background: url(../images/close.png) no-repeat;
    width: 28px;
    height: 28px;
    display: inline-block;
    position: relative;
    top: 20px;
    left: auto;
    float: right;
}

.webset-pop .txt {
    width: 25%;
    margin-right: -10px;
    display: inline-block;
    text-align: left;
    vertical-align: top;
}

.nowrap * {
    white-space: nowrap;
}

.webset-pop .txt h4 {
    font-size: 20px;
    padding-left: 60px;
    height: 40px;
}

.webset-pop .txt dl {
    padding-left: 57px;
}

.webset-pop .txt dl dd {
    font-size: 16px;
    line-height: 34px;
    padding-left: 15px;
}

.webset-pop .txt1 {
    width: 50%;
}

.ul-webset li .ul-txt {
    padding-left: 57px;
    border: 0;
}

.ul-webset li .ul-txt li {
    width: 100%;
    text-align: left;
    height: auto;
}

.ul-webset li .ul-txt li h5 {
    border: 0;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
}

.ul-webset li .ul-txt li h5 a {
    padding-left: 15px;
    /* background: url(../images/disc4.png) left center no-repeat; */
}

.ul-webset li .ul-txt li .txt-1 {
    font-size: 14px;
    line-height: 24px;
    color: #999;
    padding-left: 27px;
    padding-bottom: 15px;
    display: none;
}

.ul-webset li .ul-txt li.ok .txt-1 {
    display: block;
}

.ul-web {
    /* background: url(../images/jjd.png) center center no-repeat; */
    overflow: hidden;
    background-size: 100%;
}

.ul-web li {
    float: left;
    text-align: center;
    width: 25%;
    padding-left: 5%;
}

.ul-web li h3 {
    display: inline-block;
    border: 1px dashed #fe8319;
    height: 38px;
    line-height: 38px;
    border-radius: 5px;
    padding: 0 17px;
    color: #fe8319;
    font-size: 16px;
    margin-top: 20px;
}

.ul-web li .block {
    position: relative;
    height: 151px;
}

.ul-web li .block img {
    position: absolute;
    left: 20px;
    top: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.ul-web li.li1 .block {
    width: 116px;
    left: 50%;
    margin-left: -70px;
}

.ul-web li.li2 .block {
    width: 151px;
    left: 50%;
    margin-left: -95px;
}

.ul-web li.li3 .block {
    width: 125px;
    left: 50%;
    margin-left: -85px;
}

.ul-web li.li4 .block {
    width: 195px;
    left: 50%;
    margin-left: -120px;
}

.bg-blue {
    /* background: url(../images/bg_4.png) center top no-repeat; */
    padding-top: 25px;
    padding-bottom: 30px;
}

.ul-tab {
    width: 193px;
    height: 300px;
    float: left;
    background: url(../images/line3.png) repeat-y 183px top;
    /* margin-left: 80px; */
    padding-top: 45px;
}

.ul-tab li {
    margin-bottom: 10px;
    margin-right: 20px;
    text-align: right;
}

.ul-tab li a {
    color: #666;
}

.ul-tab li h3 {
    font-size: 18px;
}

.ul-tab li span {
    display: block;
    font-size: 14px;
    color: #999;
}

.ul-tab li.hover h3,
.ul-tab li a:hover h3 {
    color: #fe8319;
}

.ul-tab li.hover span,
.ul-tab li a:hover span {
    color: #fe8319;
}

.tab-con {
    overflow: hidden;
    height: 300px;
}

/* .tab-con .animated {
    opacity: 0;
    filter: alpha(opacity=0);
} */

.tab-show {
    height: 300px;
    width: 100%;
    overflow: hidden;
}

.web-con .shou {
    position: absolute;
    right: 30px;
    top: 0;
    /* z-index: 10; */
}

.web-con .shou img {
    top: 25px;
    right: 0px;
    width: 150px;
    height: 300px;
}

.web-con .pic {
    float: right;
    position: relative;
    width: 135px;
    text-align: center;
    margin-top: 8px;
    left: -39px;
}

.web-con .flex-control-nav {
    display: none;
}

.tab-con .txt {
    width: 95%;
}

.tab-con .pic {
    float: right;
    position: relative;
    width: 218px;
    text-align: center;
    margin-top: 50px;
}

.tab-con .pic .img {
    /* position: absolute;
	left: 43px;
	top: 50px; */
    width: 139px;
    z-index: -1;
}

.tab-con-box {
    width: 67%;
    float: left;
}

.tab-con .txt p {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    padding-bottom: 10px;
}

.ul-icon {
    /*padding-right: 50px;*/
    overflow: hidden;
}

.ul-icon li {
    width: 94px;
    height: 94px;
    border-radius: 100%;
    background-color: #fe8319;
    border: 1px solid #fe8319;
    color: #ffffff;
    text-align: center;
    float: left;
    font-size: 15px;
    line-height: 22px;
    padding: 0 10px;
    margin: 0 5px 10px 5px;
}

.ul-icon li b,
.ul-icon li span {
    display: inline-block;
    vertical-align: middle;
}

.ul-icon li b {
    width: 0;
    height: 100%;
}

.service {
    background: url(../images/bg_5.png) center top no-repeat;
    padding-top: 25px;
    padding-bottom: 63px;
}

.process {
    overflow: hidden;
}

.process .con {
    position: relative;
}

.animate-box,
.animate-box .con {
    width: 1170px;
}

.process .pad {
    padding-top: 26%;
}

.process img {
    position: absolute;
    left: 0;
    top: 0;
}

.process span {
    display: inline-block;
    color: #fe8319;
    font-size: 16px;
    position: absolute;
}

.process span.s1 {
    left: 0%;
    top: 0%;
}

.process span.s2 {
    left: 4.6%;
    top: 0%;
}

.process span.s3 {
    left: 1.6%;
    top: 22%;
}

.process span.s4 {
    left: 1.6%;
    top: 65%;
}

.process span.s5 {
    left: 9.5%;
    top: 42%;
}

.process span.s6 {
    left: 20%;
    top: 65%;
}

.process span.s7 {
    left: 27%;
    top: 50%;
}

.process span.s8 {
    left: 38%;
    top: 89%;
}

.process span.s9 {
    left: 49%;
    top: 15%;
}

.process span.s10 {
    left: 57%;
    top: 89%;
}

.process span.s11 {
    left: 77.5%;
    top: 64%;
}

.process span.s12 {
    left: 94%;
    top: 4%;
}

.service-con .pic a:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}

.service-con .col-l,
.service-con .col-r {
    width: 50%;
    float: left;
}

.service-con .tit-s {
    line-height: 100px;
    background: url(../images/disc3.png) left center no-repeat;
    padding-left: 14px;
    font-size: 18px;
}

.ul-service li {
    float: left;
    width: 50%;
    padding-right: 29px;
    margin-bottom: 30px;
}

.ul-service li .pad {
    font-size: 14px;
    padding: 14px;
    height: 148px;
    border: 1px solid #e5e5e5;
}

.ul-service li .pad p {
    max-height: 60px;
    overflow: hidden;
}

.ul-service li .pad span {
    display: block;
    overflow: hidden;
    clear: both;
}

.ul-service li .pad span i {
    display: block;
    font-style: normal;
    vertical-align: top;
    padding-left: 40px;
    padding-top: 6px;
}

.ul-service li img {
    display: block;
    float: left;
    margin-bottom: 16px;
}

.ul-txt {
    border: 1px solid #e5e5e5;
}

/* .ul-txt li {} */

.ul-txt li h5 {
    /* background: url(../images/jia.png) 95% center no-repeat; */
    font-size: 14px;
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #e5e5e5;
    padding-left: 14px;
}

.ul-txt li .txt {
    border-bottom: 1px solid #e5e5e5;
    line-height: 20px;
    display: none;
    color: #666;
    height: 130px;
    padding: 0 14px;
}

.ul-txt li.ok .txt {
    display: block;
}

.service-btn {
    text-align: center;
    padding: 55px 0;
}

.service-btn a {
    display: inline-block;
    width: 170px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #fe8319;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    margin: 0 22px;
}

.service-btn a:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}

.case-img2 p {
    text-align: center;
}

.yg_footer {
    position: relative;
    width: 100%;
    padding: 5px 0 13px 0;
}

.yg_footer .contactus {
    display: inline-block;
}

.yg_footer .contactus .Title {
    color: #fff;
    font-size: 18px;
}

.yg_footer .iconBox {
    height: 20px;
    color: #fff;
    margin: 20px 0 0 5px;
}

.yg_footer .iconBox i {
    float: left;
    vertical-align: middle;
}

.yg_footer .iconBox img {
    width: 87px;
    height: 87px;
}

.yg_footer .iconBox span {
    vertical-align: middle;
    padding: 0 0 0 15px;
    /* display: inline-block; */
    text-align: center;
    font-size: 15px;
    float: left;
}

.yg_footer .iconBox span a {
    color: #fff;
}

.yg_footer .iconBox a {
    color: #fe8319;
}

.yg_footer .iconBox span label {
    display: inline-block;
}

.yg_footer .mapbox {
    display: inline-block;
    vertical-align: top;
    position: relative;
    /* width: 570px; */
    text-align: right;
    padding-top: 50px;
}

.yg_footer .mapbox .Title {
    color: #fff;
    font-size: 18px;
}

.yg_footer .mapbox .map {
    position: absolute;
    right: 0;
    top: -20px;
}

.yg_footer .mapbox .map i {
    position: absolute;
    top: 244px;
    left: 200px;
    color: #fff;
    font-size: 32px;
    -webkit-animation: bounce linear 0.8s infinite both;
    cursor: pointer;
}

.yg_footer .mapbox .map i:hover {
    color: #b88b41;
    transition: all ease 0.3s;
}

.yg_footer .copyright {
    text-align: center;
    font-size: 12px;
    width: 100%;
    color: #fff;
    padding: 60px 0 0 0;
}

.purpose {
    padding-bottom: 40px;
}

.selmenu {
    color: #fe8319 !important;
    border-bottom: 3px solid #fe8319 !important;
}

.m-yg_footer {
    display: none;
    position: relative;
    width: 100%;
    padding: 5px 0 13px 0;
}

.m-yg_footer .contactus {
    display: inline-block;
}

.m-yg_footer .contactus .Title {
    color: #fff;
    font-size: 18px;
}

.m-yg_footer .iconBox {
    color: #fff;
    margin: 20px 0 0;
    height: 20px;
}

.m-yg_footer .iconBox i {
    float: left;
    vertical-align: middle;
}

.m-yg_footer .iconBox img {
    width: 87px;
    height: 87px;
}

.m-yg_footer .iconBox span {
    vertical-align: middle;
    padding: 0 0 0 15px;
    /* display: inline-block; */
    text-align: center;
    font-size: 15px;
    float: left;
}

.m-yg_footer .iconBox span a {
    color: #fff;
}

.yg_footer .footul {
    position: relative;
    width: 300px;
    padding-top: 40px;
    float: right;
}

.yg_footer .footul li {
    width: 50%;
    float: left;
    text-align: center;
    vertical-align: middle;
    height: 150px;
    position: relative;
}

.yg_footer .footul img {
    text-align: center;
    width: 100px;
    height: 100px;
}

.yg_footer .footul .footfont {
    position: relative;
    padding-top: 130px;
    text-align: center;
    vertical-align: middle;
}

.m-yg_footer .footul {
    position: relative;
    width: 100%;
    height: 30px;
    top: 10px;
}

.m-yg_footer .footul li {
    width: 50%;
    float: left;
    text-align: center;
    vertical-align: middle;
    height: 150px;
    position: relative;
}

.m-yg_footer .footul img {
    text-align: center;
    width: 100px;
    height: 100px;
}

.m-yg_footer .footul .footfont {
    position: relative;
    padding-top: 140px;
    text-align: center;
    vertical-align: middle;
}

.rectanglestep,
.rectanglestep::before,
.rectanglestep::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999999;
}

.rectanglestep {
    width: 100px;
    height: 100px;
    margin: auto;
    color: #fe8319;
    box-shadow: inset 0 0 0 1px rgba(105, 202, 98, 0.5);
}

.rectanglestep::before,
.rectanglestep::after {
    content: "";
    z-index: 99999;
    margin: -5%;
    box-shadow: inset 0 0 0 2px;
    animation: clipMe 8s linear infinite;
}

.rectanglestep::before {
    animation-delay: -4s;
}

@keyframes clipMe {
    0%,
    100% {
        clip: rect(0px, 110px, 2px, 0px);
    }
    25% {
        clip: rect(0px, 2px, 110px, 0px);
    }
    50% {
        clip: rect(98px, 110px, 110px, 0px);
    }
    75% {
        clip: rect(0px, 110px, 110px, 98px);
    }
}

.m-yg_footer .iconBox a {
    color: #fe8319;
}

.m-yg_footer .iconBox span label {
    display: inline-block;
}

.m-yg_footer .mapbox {
    display: inline-block;
    vertical-align: top;
    position: relative;
    /* width: 570px; */
    text-align: right;
    padding-top: 50px;
}

.m-yg_footer .mapbox .Title {
    color: #fff;
    font-size: 18px;
}

.yg_footer .mapbox .map {
    position: absolute;
    right: 0;
    top: -20px;
}

.yg_footer .mapbox .map i {
    position: absolute;
    top: 244px;
    left: 200px;
    color: #fff;
    font-size: 32px;
    -webkit-animation: bounce linear 0.8s infinite both;
    cursor: pointer;
}

.yg_footer .mapbox .map i:hover {
    color: #b88b41;
    transition: all ease 0.3s;
}

.yg_footer .copyright {
    text-align: center;
    font-size: 12px;
    width: 100%;
    color: #fff;
    padding: 60px 0 0 0;
}

/*服务流程*/

.ul-process li {
    position: relative;
    height: 200px;
    width: 20%;
    float: left;
    display: inline;
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transition: translate3d(0, 0, 0);
    -o-transition: translate3d(0, 0, 0);
    transition: translate3d(0, 0, 0);
    transition-delay: 600ms;
    -o-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -webkit-transition-delay: 600ms;
}

.ul-process .ease-3 {
    -webkit-transition: all 0.3s;
    -khtml-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.ul-process span.c-1 {
    width: 100%;
    height: 100%;
    background: url(../images/icon_01.png) center no-repeat;
    display: block;
    float: left;
    border-radius: 50%;
    /* margin-top:-22px; */
}

.ul-process span.c-2 {
    width: 100%;
    height: 100%;
    background: url(../images/icon_02.png) center no-repeat;
    display: block;
    float: left;
    border-radius: 50%;
    /* margin-top:-22px; */
}

.ul-process span.c-3 {
    width: 100%;
    height: 100%;
    background: url(../images/icon_03.png) center no-repeat;
    display: block;
    float: left;
    border-radius: 50%;
}

.ul-process span.c-4 {
    width: 100%;
    height: 100%;
    background: url(../images/icon_04.png) center no-repeat;
    display: block;
    float: left;
    border-radius: 50%;
}

.ul-process span.c-5 {
    width: 100%;
    height: 100%;
    background: url(../images/icon_05.png) center no-repeat;
    display: block;
    float: left;
    border-radius: 50%;
}

.ul-process span.c-6 {
    width: 100%;
    height: 100%;
    background: url(../images/icon_06.png) center no-repeat;
    display: block;
    float: left;
    border-radius: 50%;
}

.ul-process span.c-7 {
    width: 100%;
    height: 100%;
    background: url(../images/icon_07.png) center no-repeat;
    display: block;
    float: left;
    border-radius: 50%;
}

.ul-process span.c-8 {
    width: 100%;
    height: 100%;
    background: url(../images/icon_08.png) center no-repeat;
    display: block;
    float: left;
    border-radius: 50%;
}

.ul-process span.c-9 {
    width: 100%;
    height: 100%;
    background: url(../images/icon_09.png) center no-repeat;
    display: block;
    float: left;
    border-radius: 50%;
}

.ul-process li.on .c-1 {
    background: url(../images/icon_01_h.png) center no-repeat;
}

.ul-process li.on .c-2 {
    background: url(../images/icon_02_h.png) center no-repeat;
}

.ul-process li.on .c-3 {
    background: url(../images/icon_03_h.png) center no-repeat;
}

.ul-process li.on .c-4 {
    background: url(../images/icon_04_h.png) center no-repeat;
}

.ul-process li.on .c-5 {
    background: url(../images/icon_05_h.png) center no-repeat;
}

.ul-process li.on .c-6 {
    background: url(../images/icon_06_h.png) center no-repeat;
}

.ul-process li.on .c-7 {
    background: url(../images/icon_07_h.png) center no-repeat;
}

.ul-process li.on .c-8 {
    background: url(../images/icon_08_h.png) center no-repeat;
}

.ul-process li.on .c-9 {
    background: url(../images/icon_09_h.png) center no-repeat;
}

.ul-process .circle {
    width: 100px;
    height: 100px;
    margin: 10px auto 0px;
    position: relative;
    color: #333;
    background: #e5e5e5;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    behavior: url(ie-css3.htc);
    z-index: 2;
}

/*横杠*/

.ul-process .circle::before {
    content: "";
    position: absolute;
    left: -28px;
    top: 48px;
    border-width: 0;
    background: #e5e5e5;
    width: 30px;
    height: 4px;
}

/*箭头*/

.ul-process .circle::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border: 4px solid #e5e5e5;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    border-top: none;
    border-right: none;
    top: 42px;
    left: -18px;
}

.ul-process .circle .circle_l {
    position: absolute;
    top: 0px;
    width: 50px;
    height: 100px;
    border: 2px solid #333;
    -webkit-transition-timing-function: linear;
    left: 0px;
    border-right: 0;
    clip: rect(124px, 62px, 124px, 0);
    -webkit-border-radius: 62px 0 0 62px;
    -moz-border-radius: 62px 0 0 62px;
    border-radius: 62px 0 0 62px;
    behavior: url(ie-css3.htc);
    z-index: 2;
}

.ul-process .circle .circle_r {
    position: absolute;
    top: 0px;
    width: 50px;
    height: 100px;
    border: 2px solid #333;
    -webkit-transition-timing-function: linear;
    right: 0px;
    border-left: 0;
    clip: rect(0px, 62px, 0px, 0);
    -webkit-border-radius: 0 62px 62px 0;
    -moz-border-radius: 0 62px 62px 0;
    border-radius: 0 62px 62px 0;
    behavior: url(ie-css3.htc);
    z-index: 2;
}

.ul-process .circle .step {
    position: absolute;
    text-align: center;
    top: 70px;
    left: 30%;
    color: #fe8319;
}

.ul-process li.on .step {
    color: #fff;
}

.ul-process .fontprocess {
    position: relative;
    text-align: center;
    width: 90%;
    padding-left: 10%;
}

.ul-process h1 {
    font-size: 18px;
    padding: 10px 0px 0px;
    line-height: 20px;
}

.ul-process p {
    line-height: 24px;
    font-size: 14px;
}

.ul-process .easespan span {
    position: absolute;
    background: #fe8319;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 999;
}

.circle .ease_wk_span_1 {
    left: -29px;
    top: 50px;
    width: 0px;
    height: 4px;
}

.ul-process li.on .ease_wk_span_1 {
    width: 30px;
    -webkit-transform: translate3d(0px, -2px, 0);
    -moz-transition: translate3d(0px, -2px, 0);
    -o-transition: translate3d(0px, -2px, 0);
    transition: translate3d(0px, -2px, 0);
    transition-delay: 0.22s;
    -o-transition-delay: 0.22s;
    -moz-transition-delay: 0.22s;
    -webkit-transition-delay: 0.22s;
}

.circle .ease_wk_span_2 {
    left: -14px;
    top: 44px;
    height: 4px;
    border: 2px solid FE8319;
    /* width: 16px; */
    width: 0;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.ul-process li.on .ease_wk_span_2 {
    width: 16px;
    -webkit-transform: translate3d(10px, -10px, 0);
    -moz-transition: translate3d(10px, -10px, 0);
    -o-transition: translate3d(10px, -10px, 0);
    transition: translate3d(10px, -10px, 0);
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition-delay: 0.22s;
    -o-transition-delay: 0.22s;
    -moz-transition-delay: 0.22s;
    -webkit-transition-delay: 0.22s;
    /* transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg); */
    /* transition-delay: .52s;
    -o-transition-delay: .52s;
    -moz-transition-delay: .52s;
    -webkit-transition-delay: .52s; */
}

.circle .ease_wk_span_3 {
    left: -14px;
    top: 52px;
    height: 4px;
    border: 2px solid FE8319;
    /* width: 16px; */
    width: 0;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.ul-process li.on .ease_wk_span_3 {
    width: 16px;
    -webkit-transform: translate3d(10px, -10px, 0);
    -moz-transition: translate3d(10px, -10px, 0);
    -o-transition: translate3d(10px, -10px, 0);
    transition: translate3d(10px, -10px, 0);
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition-delay: 0.22s;
    -o-transition-delay: 0.22s;
    -moz-transition-delay: 0.22s;
    -webkit-transition-delay: 0.22s;
    /* transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg); */
    /* transition-delay: .52s;
    -o-transition-delay: .52s;
    -moz-transition-delay: .52s;
    -webkit-transition-delay: .52s; */
}

.ul-process li.on .circle_l {
    clip: rect(0, 62px, 124px, 0);
    border-color: #fe8319;
}

.ul-process li.on .circle_r {
    clip: rect(0, 62px, 124px, 0);
    border-color: #fe8319;
}

.ul-process li.on .circle {
    background: #fe8319;
    color: #fff;
    -webkit-transform: translate3d(0px, -10px, 0);
    -moz-transition: translate3d(0px, -10px, 0);
    -o-transition: translate3d(0px, -10px, 0);
    transition: translate3d(0px, -10px, 0);
    transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
}

.ul-process li.on h1,
.ul-process li.on p {
    color: #fe8319;
}

.case-i-r ul li {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px;
    width: 160px;
    height: 100px;
}

.case-i-r li span {
    position: absolute;
    background: #fe8319;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.case-i-r li .wk_span_1 {
    top: 0;
    left: 0;
    width: 0;
    height: 2px;
}

.case-i-r li .wk_span_2 {
    top: 0;
    right: 0;
    width: 2px;
    height: 0;
}

.case-i-r li .wk_span_3 {
    right: 0;
    bottom: 0;
    width: 0;
    height: 2px;
}

.case-i-r li .wk_span_4 {
    bottom: 0;
    left: 0;
    width: 2px;
    height: 0;
}

.case-i-r li.on .wk_span_1,
.case-i-r li.on .wk_span_3 {
    width: 100%;
}

.case-i-r li.on .wk_span_2,
.case-i-r li.on .wk_span_4 {
    height: 100%;
}

.ul-pro-i {
    width: 100%;
    height: 240px;
    position: relative;
    background: url(../images/xuhuan.jpg) no-repeat left;
}

.ul-pro-i li {
    float: left;
    width: 16.6%;
    color: #fff;
    position: relative;
    min-height: 120px;
    -o-transition: 1s;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
    overflow: hidden;
    text-align: center;
}

.ul-pro-i .proborder {
    position: absolute;
    /* border: 4px solid #fff; */
    margin-left: 0;
    width: 100%;
    /* height: 100px; */
}

.ul-pro-i .proborder h2 {
    padding-top: 75px;
    color: #fff;
    font-size: 18px;
    /* 文字逐渐变色 */
    transition: color 1s;
}

.ul-pro-i li .proimg {
    width: 160px;
    height: 90px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.ul-pro-i li .leave .img {
    width: 100%;
    position: absolute;
    /* height: 160px; */
    top: 0px;
    -o-transition: 1s;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
    text-align: center;
}

.ul-pro-i li .hover .img {
    width: 100%;
    position: absolute;
    height: 160px;
    top: 365px;
    -o-transition: 1s;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
    text-align: center;
}

.ul-pro-i li.on .hover .img {
    display: block;
    top: 0;
}

.ul-pro-i li.on .leave .img {
    display: block;
    top: -200px;
}

.ul-pro-i li span {
    position: absolute;
    background: #fe8319;
    -webkit-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ul-pro-i li .wk_span_1 {
    top: 5px;
    left: 10%;
    width: 0;
    height: 4px;
}

.ul-pro-i li .wk_span_2 {
    top: 5px;
    right: 0;
    width: 4px;
    height: 0;
    left: 89%;
}

.ul-pro-i li .wk_span_3 {
    right: 10%;
    bottom: 15px;
    width: 0;
    height: 4px;
}

.ul-pro-i li .wk_span_4 {
    bottom: 15px;
    left: 10%;
    width: 4px;
    height: 0;
}

.ul-pro-i li.on .proborder h2 {
    /* 文字逐渐变色 */
    color: #fe8317;
}

.ul-pro-i li.on .wk_span_1,
.ul-pro-i li.on .wk_span_3 {
    width: 80%;
}

.ul-pro-i li.on .wk_span_2,
.ul-pro-i li.on .wk_span_4 {
    height: 100px;
}

@keyframes sidebarshow {
    from {
        transform: translate(-134px, 0px);
    }
    to {
        transform: translate(0px, -134px);
    }
}

@keyframes sidebarhide {
    from {
        transform: translate(0px, -134px);
    }
    to {
        transform: translate(-134px, 0px);
    }
}

.sidebar-show {
    animation: sidebarshow 0.5s;
    transform: translate(-134px, 0px);
}

.sidebar-hide {
    animation: sidebarhide 0.5s;
    transform: translate(0px, -134px);
}

.ul-trade {
    width: 100%;
    height: 240px;
}

.ul-trade li {
    float: left;
    width: 20%;
    position: relative;
    height: 160px;
    -o-transition: 1s;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
    overflow: hidden;
    text-align: center;
}

.ul-trade .tradeborder {
    position: absolute;
    border: 4px solid #a7aab3;
    margin-left: 10%;
    width: 80%;
    height: 122px;
}

.ul-trade .tradeborder h2 {
    padding-top: 82px;
    color: #a7aab3;
    font-size: 18px;
    /* 文字逐渐变色 */
    transition: color 1s;
    -moz-transition: color 2s;
    /* Firefox 4 */
    -webkit-transition: color 2s;
    /* Safari 和 Chrome */
    -o-transition: color 2s;
    /* Opera */
}

.ul-trade li .proimg {
    height: 100px;
}

.ul-trade li .leave .img {
    width: 100%;
    position: absolute;
    height: 140px;
    top: 0px;
    -o-transition: 1s;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
    text-align: center;
}

.ul-trade li .hover .img {
    width: 100%;
    position: absolute;
    height: 360px;
    top: 365px;
    -o-transition: 1s;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
    text-align: center;
}

.ul-trade li.on .hover .img {
    display: block;
    top: 0;
}

.ul-trade li.on .tradeborder h2 {
    /* 文字逐渐变色 */
    color: #fe8317;
}

.ul-trade li.on .leave .img {
    display: block;
    top: -200px;
}

.ul-trade li span {
    position: absolute;
    background: #fe8319;
    -webkit-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ul-trade li .wk_span_1 {
    top: 0px;
    left: 10%;
    width: 0;
    height: 4px;
    right: 0;
}

.ul-trade li .wk_span_2 {
    top: 0px;
    right: 0;
    width: 4px;
    height: 0;
    left: 88.7%;
}

.ul-trade li .wk_span_3 {
    right: 10%;
    top: 118px;
    width: 0;
    height: 4px;
}

.ul-trade li .wk_span_4 {
    bottom: 40px;
    left: 10%;
    width: 4px;
    height: 0;
}

.ul-trade li.on .wk_span_1,
.ul-trade li.on .wk_span_3 {
    width: 80%;
}

.ul-trade li.on .wk_span_2,
.ul-trade li.on .wk_span_4 {
    height: 120px;
}

.map-i {
    width: 100%;
    height: 450px;
}

.map-button {
    outline: none;
    position: absolute;
    background-color: #fe8319;
    height: 30px;
    width: 140px;
    color: #ffffff;
    padding: 5px 5px 5px 5px;
    cursor: pointer;
    border: 1px solid #fe8319;
    border-radius: 5px;
    z-index: 999;
    font-size: 13px;
}

.map-button img {
    float: left;
    height: 20px;
    width: 20px;
}

.map-button p {
    float: left;
    position: relative;
}

/* 去掉百度地图图标及文字 */

.BMap_cpyCtrl {
    display: none;
}

.anchorBL img {
    display: none;
}

.pinfoot {
    width: 15px;
    height: 15px;
    border-radius: 50% 50% 50% 0;
    background: #fe8319;
    position: relative;
    transform: rotate(-45deg);
    /* left: 50%;
    top: 50%; */
    margin: 0 0 0 2px;
    /* animation-name: bounce;
    animation-fill-mode: both;
    animation-duration: 1s; */
    animation: bouncefoot 1s linear infinite;
}

.pinfoot::after {
    content: "";
    width: 7px;
    height: 7px;
    margin: 4px 0 0 4px;
    background: #2f2f2f;
    position: absolute;
    border-radius: 50%;
}

.pulsefoot {
    background: #fe8319;
    border-radius: 50%;
    height: 7px;
    width: 7px;
    position: absolute;
    margin: 3px 0px 0px 6px;
    transform: rotateX(55deg);
}

.pulsefoot::after {
    content: "";
    border-radius: 50%;
    height: 20px;
    width: 20px;
    position: absolute;
    margin: -6px 0 0 -6px;
    animation: pulsatefoot 1s ease-out;
    animation-iteration-count: infinite;
    opacity: 0;
    box-shadow: 0 0 1px 2px #fe8319;
    animation-delay: 1.1s;
}

@keyframes pulsatefoot {
    0% {
        transform: scale(0.1, 0.1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2, 1.2);
        opacity: 0;
    }
}

@keyframes bouncefoot {
    0% {
        opacity: 0;
        transform: translateY(-2000px), rotate(-45deg);
    }
    60% {
        opacity: 1;
        transform: translateY(30px), rotate(-45deg);
    }
    80% {
        transform: translateY(-10px), rotate(-45deg);
    }
    100% {
        transform: translateY(0), rotate(-45deg);
    }
}

/* 
.rectanglestep, .rectanglestep::before, .rectanglestep::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.rectanglestep {
    width: 100px;
    height: 100px;
    margin: auto;
    color: #FE8319;
    box-shadow: inset 0 0 0 1px rgba(105, 202, 98, 0.5);
}

.rectanglestep::before, .rectanglestep::after {
    content: '';
    z-index: 999;
    margin: -5%;
    box-shadow: inset 0 0 0 2px;
    animation: clipMe 8s linear infinite;
}

.rectanglestep::before {
    animation-delay: -4s;
}

@keyframes clipMe {
    0%, 100% {
        clip: rect(0px, 110.0px, 2px, 0px);
    }
    25% {
        clip: rect(0px, 2px, 110.0px, 0px);
    }
    50% {
        clip: rect(98.0px, 110.0px, 110.0px, 0px);
    }
    75% {
        clip: rect(0px, 110.0px, 110.0px, 98.0px);
    }
} */
