.main-auto {
    width: 1200px;
    margin: 10px auto;
}
.main-top {
    margin: 100px auto;
}

.title-box {
    margin: 20px 0;
    width: 600px;
    margin: auto;
}

.title-0 {
    text-align: center;
    font-size: 30px;
    font-weight: 600
}

.title-1 {
    color: #b9b9b9;
    position: relative;
    font-size: 16px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}

.title-1:before {
    content: "";
    position: absolute;
    width: 200px;
    height: 2px;
    top: 50%;
    background-color: #b9b9b9;
    left: 0;
}

.title-1:after {
    content: "";
    position: absolute;
    width: 200px;
    height: 2px;
    top: 50%;
    background-color: #b9b9b9;
    right: 0;
}

.title-2 {
    text-align: center;
    font-size: 12px;
    color: #b9b9b9;
}

.title-3 {
    color: #397789;
    font-size: 20px;
    font-weight: bold;
    margin: 40px 0
}

.title-4 {
    color: #1e1e1e;
    position: relative;
    font-size: 24px;
    line-height: 40px;
    border-bottom: 2px solid #333;
    width: 100px;
    margin-bottom:1.5rem;
}

.title-4:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 4px;
    background: #4ba3b6;
    left: 0;
    bottom: -3px;
}

.title-5 {
    font-size: 26px;
    margin-top: 30px;
    line-height: 50px;
    border-bottom: 2px solid #546f79;
    width: 160px;
    margin: auto
}

.hxys-content-box-text {
    width: 200px;
    margin: 20px auto;
}

.hxys {
    padding: 60px 0;
    margin-bottom: 50px;
}

.hxys-content {

    width: 1000px;
    margin: 60px auto;
    display: flex;
    text-align: center;
    justify-content: space-between
}

.hxys-content-box {
    cursor: pointer;
    width: 300px;
    background: #e6f2f6;
    padding: 60px 0 40px 0;
    box-sizing: border-box;
}

.hxys-content-img {
    height: 170px;
    box-sizing: border-box;
}

.hxys-content-box-text {
    line-height: 28px
}

.hxys-content-box:hover {
    background: #08859f;
    color: #fff;
}

.hxys-content-box:hover .title-5 {
    border-color: #fff;
}

.jjfa {
    background: #fff;
    margin-bottom: 80px;
}

.jjfa-top {
    position: relative;
    background: #eee;
    display: flex;
    padding: 70px 0px 0 30px;
    margin-bottom: 200px
}

.sanjiao {
    position: absolute;
    bottom: -200px;
    left: 0;
    right: 0;
    height: 200px
}

.sanjiao img {
    width: 100%;
    height: 100%
}

.jjfa-top-content {
    display: flex
}

.jjfa-top-right {
    padding-left: 60px;
    flex: 1
}

.jjfa-top-left {
    flex: 1
}

.jjfa-top-left-content {
    line-height: 25px;
}

.jjfa-bottom {
    display: flex;
    padding: 20px;
}

.jjfa-bottom-left {
    flex: 1
}

.jjfa-bottom-right {
    flex: 1;
    padding: 40px 0 0 220px;
}

.jjfa-bottom-right-content {
    padding-left: 20px
}

.jjfa-bottom-right-content li {
    margin-bottom: 8px;
    list-style: disc;
}

.xwzx {
    background: #fff
}

.xwzx .title-1:before {
    width: 180px
}

.xwzx .title-1:after {
    width: 180px
}

.xwzx-content {
    display: flex;
    margin-top: 50px;
    width:80%;
    margin:50px auto;
}

.xwzx-content-box {
    width: 600px;
}

.xwzx-content ul {

    margin-top: 20px;
    padding-left: 15px;
}

.xwzx-content ul li {
    color: #666;
    margin-bottom: 8px;
    list-style: disc;
    cursor: pointer;
}

.more-link {
    display: block;
    font-size: 0.8rem;
    cursor: pointer;
    width:8rem;
    border:1px solid #ccc;
    text-align:center;
    padding:0.4rem 0;
    color:#ccc;
    margin:20px auto;
}
.more-link:hover{
color:#008890;
border:1px solid #008890;
}




.cgal {
    width: 100%;
    height: 800px;
    background: url("../images/sub/bg.jpg") no-repeat 0 0;
    background-size: 100% 100%;
    padding: 80px 0;
    color: #fff
}

.cgal .title-1 {
    color: #fff
}

.cgal .title-2 {
    color: #fff
}

.cgal-content {
    width: 900px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 85px
}

.cgal-content-box {
    cursor: pointer;
    width: 280px;
}

.cgal-content-img {
    width: 280px;
    height: 390px;
    margin: auto
}

.cgal-content-img img {
    width: 100%;
    height: 100%
}

.cgal-content-box-text {
    padding: 0 30px;
    box-size: border-box;
    color: #333;
    text-align: center;
    font-size: 17px;
    line-height: 28px;
    margin: 40px 0;
    font-weight: bold;
}


/*首页-头部*/
.header-box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #fff;
}

.header {
    width: 1200px;
	height: 130px;
	padding: 5px 20px 0px;
    margin: 0 auto;
    overflow: hidden;
}
/*
.header .logo {
    height: 80px;
}
 */
.header .tools-bar {
    float: right;
    height: 40px;
    margin: initial;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.header .tools-bar a {
    display: inline-block;
    margin-left: 6px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    border-radius: 40px;
    text-decoration: none;
    background-color: #008890;
    color: #FFFFFF;
}

.header .tools-bar a:hover {
    background-color: #009ab7;
}

.header .tools-bar a:active {
    background-color: #008890;
}

.header .search-bar {
    position: absolute;
    top: 3PX;
    right: 95px;
    height: 34px;
    width: 200px;
    border-radius: 50px;
    border: 1px solid #E5E5E5;
    background-color: #FFFFFF;
    overflow: hidden;
}

.header .search-bar input {
    float: left;
    border: none;
    height: 34px;
    width: 160px;
    padding: 0 0 0 8px;
    font-size: 16px;
    outline: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.header .search-bar div {
    float: left;
    display: block;
    text-align: center;
    line-height: 34px;
    width: 40px;
}

.header .search-bar div em,
.header .search-bar div .em {
    font-size: 18px;
    cursor: pointer;
    color: #666666;
    border: none;
    background-color: transparent;
    padding: 10px;
    outline: none;
}

.header .search-bar div em:active,
.header .search-bar div .em:active {
    color: #666666;
}

.header .search-bar div em:hover,
.header .search-bar div .em:hover {
    color: #999999;
}

/*首页-导航*/
.nav-bar {
    /* padding: 10px 0; */
    height: 60px;
    letter-spacing: 2px;
    background-color: #008890;
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4)
}

.navbar {
    display: none;
}

.nav {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    text-align: left;
    list-style: none outside none;
    font-size: 0px;
    padding: 0;
    color: #fff;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
}

.nav > li {
    font-family: "microsoft yahei", "Roboto", Helvetica, Arial, "Apple LiGothic Medium", "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€", "Microsoft JhengHei", sans-serif;
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: 60px;
    line-height: 60px;
    padding: 0 8px;
    width: 170px;
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
    position: relative;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    -webkit-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}

.nav > li > a {
    /* font-size: inherit; */
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}


.nav > li:hover a,
.nav > li a:hover {
    text-decoration: none;
    color: #008890;
}

.nav > li:hover {
    color: #008890;
    background-color: #FFFFFF;
}

.nav > li .sub {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    z-index: 999;
    width: 200px;
    border-radius: 10px;
    box-shadow: 2px 2px 2px 2px #ddd;
}

.nav > li .sub a {
    display: block;
    padding: 0 20px;
    /* min-width: 125px; */
    text-align: left;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    border-bottom: 1px solid rgba(229, 229, 229, .9);
    background-color: rgba(255, 255, 255, .9);
    color: #333333;
    white-space: nowrap;
    position:relative;
}

.nav > li .sub a.is-spacing {
    letter-spacing: -1px;
}

.nav > li > .sub a:last-child {
    border-bottom: none;
}

.nav > li .sub a:hover {
    color: #008890;
}

.nav > li.hover .sub {
    display: block;
}

.nav > li .sub-inner {
position:absolute;
right:-180px;
}
.nav > li .sub-inner:first-child{
display:none;
background:red
}

.nav-three {
    display: none;
    width: 170px;
    background: #fff;
    position: absolute;
    left: 0;
    border-radius: 5px;
}
.nav > li:hover .nav-three {
    display: block;
}
.nav-three > li {
    height: 40px;
    position: relative;
    border-bottom: 1px solid #ccc;
    line-height: 40px;
    padding: 0;
}

.nav-three > li .nav-three-item {
    display: none !important;
    position: absolute;
    top: 0;
    left: 170px;
}
.nav-three > li:hover .nav-three-item {
    display: block !important;
    position: absolute;
    top: 0;
    left: 170px;
    width: 242px;
    padding: 0 0 0 1px;
    border-radius: 5px;
}

.nav-three li:hover .nav-three-item {
    display: block;
}
.nav-three > li > a {
    color: #333 !important;
}
.nav-three > li:hover > a {
    color: #008890 !important;
}

.nav-2 {
    padding: 20px;
    background: rgb(245, 245, 245);
    display: flex;
    justify-content: space-between
}

.nav-2 .nav-2-item {
    display: flex;

}

.nav-2 .nav-2-item li {
    cursor: pointer;
    padding: 0 20px;
    border-right: 1px solid #ccc;
}

.nav-2 .breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
}

.nav-2 .breadcrumb img {
    width: 20px;
    height: 20px;
}

.product-detail-nav-2 {
    display: none;
}

.detail {
    min-height: 300px;
    margin: 80px auto;
}

.detail h3 {
    font-size: 1.8rem;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #efefef;
}

.detail h4 {
    font-size: 1.5rem;
    text-align: center;
    padding-top: 20px;
    font-weight: bold;
}

.detail-p-title {
    margin-top: 20px;
}

.detail-p-img {
    text-align: center;
    width: 100%;
}

.detail-content {
    padding: 60px 0;
    line-height: 2;
}

.detail-content img {
	max-width: 100%;
}

.detail-p {
    text-indent: 2em;
}

.detail-p li {
    list-style: disc;
}

/*banner*/
.banner-box {
    /* margin-top: 160px; */
    margin-top: 60px;
    width: 100%;
    height: 380px;
    position: relative;
}

.banner-box .swiper-container {
    height: 100%;
    width: 100%;
}

.banner-box .swiper-slide img {
    width: 100%;
    height: 100%;
}

.banner-box .arrow-left,
.banner-box .arrow-right {
    opacity: 0;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    width: 60px;
    height: 100px;
    z-index: 999;
}

.banner-box:hover .arrow-left,
.banner-box:hover .arrow-right {
    opacity: 1;
}

.banner-box .arrow-left {
    background: url("../images/slide/banner-arrow.png") no-repeat 0 0;
    left: 2%;
}

.banner-box .arrow-right {
    background: url("../images/slide/banner-arrow.png") no-repeat -60px 0;
    right: 2%;
}

.banner-box .arrow-left:active,
.banner-box .arrow-right:active {
    background-color: rgba(0, 0, 0, .7);
}

/* 首页-新闻动态 */


.news-dynamic-content {
display:flex;
    width: 1000px;
    margin: 50px auto;
    overflow: hidden;
}

.news-dynamic-content .inner {
margin-right:20px;
}

.news-dynamic-content .content {
cursor:pointer;
box-sizing:border-box;
    margin: 10px 0;
    padding:10px 20px 10px 0;
}

.news-dynamic-content .content:hover{
box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, .2);
background:rgb(125,177,179);
}

.news-dynamic-content .content:hover  .title a{
color:#fff
}
.news-dynamic-content .content:hover  .title span{
color:rgb(167,197,201)
}
.news-dynamic-content .content:hover  .date{
color:#fff;
}


.news-dynamic-content .content .date {
padding-top:5px;
    float: left;
    width: 80px;
    height: 60px;
    text-align: center;
    margin-right: 15px;
    color: #ccc;
}

.news-dynamic-content .content .date h3 {
width:2.5rem;
padding-bottom:5px;
margin:auto;
    font-size: 1.1rem;
    border-bottom:1px solid #Efefef
}

.news-dynamic-content .content .date div {
padding-top:5px;
    font-size: 0.8rem;
}

.news-dynamic-content .content .title {
    overflow: hidden;
}

.news-dynamic-content .content .title a {
    font-size: 1rem;
    font-weight:bold;
    text-decoration: none;
    color:#666;
}

.news-dynamic-content .content .title div {
    margin-top: 4px;
}

.news-dynamic-content .content .title div:hover {
    color: #008890;
}

.news-dynamic-content .content .title span {
    display: block;
    margin-top: 9px;
    color: #999999;
}

.news-pagination {
    width: 30px;
    margin: 0 auto;
    overflow: hidden;
}

.news-pagination span {
    float: left;
    display: block;
    height: 9px;
    width: 9px;
    margin: 0 3px;
    border-radius: 9px;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    background-color: #bbbbbb;
}

.news-pagination span.is-active {
    background-color: #33bbd5;
}

/*项目案例*/
.project-box {
    width: 100%;
    height: 280px;
    position: relative;
    margin-top: 20px;
}

.project-box .swiper-container {
    height: 100%;
    width: 100%;
}

.project-box .arrow-left,
.project-box .arrow-right {

    position: absolute;
    top: 50%;
    margin-top: -38px;
    width: 42px;
    height: 42px;
    border-radius: 42px;
    box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, .35);
    z-index: 999;
}

.project-box .arrow-left {
    background: url("../images/slide/project-arrow.png") no-repeat 0 0;
    left: -52px;
}

.project-box .arrow-right {
    background: url("../images/slide/project-arrow.png") no-repeat -42px 0;
    right: -52px;
}

.project-box .arrow-left:hover,
.project-box .arrow-right:hover {
    box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, .5);
}

.project-box .arrow-left:active,
.project-box .arrow-right:active {
    opacity: .6;
}

.project-box-list {
    height:280px
}

.project-box-list a {
    float: left;
    display: block;
    width: 286px;
    padding: 30px 15px;
    margin-right: 18px;
    text-decoration: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #fff;
}

.project-box-list a:hover{
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2)
}

.project-box-list a:nth-child(4n+0) {
    margin-right: 0;
}

.project-box-list a img {
    display: block;
    margin: 0 auto;
    width: 200px;
    height: 160px;
}

.project-box-list a h3 {
    margin-top: 2rem;
    text-align: center;
    font-size:1.4rem;
}
.more-project{

color:#ccc;
   margin:auto;
   width:12rem;
   border:1px solid #ccc;
   text-align:center;
   padding:0.5rem 1rem;
   margin-top:3rem;
   cursor:pointer;
   text-decoration:none
}
.more-project a{
    color:#ccc;
.}
.more-project:hover{

border:1px solid #008890;

}
.more-project:hover a{
text-decoration:none;
color:#008890;
}

/*成功案例*/
.media-box {
    width: 100%;
    height: 200px;
    position: relative;
    margin-top: 20px;
}

.media-box .swiper-container {
    height: 100%;
    width: 100%;
}

.media-box .arrow-left,
.media-box .arrow-right {
    position: absolute;
    top: 50%;
    margin-top: -21px;
    width: 42px;
    height: 42px;
    border-radius: 42px;
    z-index: 999;
}

.media-box .arrow-left {
    background: url("../images/slide/media-arrow.png") no-repeat 0 0;
    left: -52px;
}

.media-box .arrow-right {
    background: url("../images/slide/media-arrow.png") no-repeat -42px 0;
    right: -52px;
}

.media-box .arrow-left:active,
.media-box .arrow-right:active {
    opacity: .6;
}

.media-box-list {
    overflow: hidden;
}

.media-box-list a {
    float: left;
    display: block;
    width: 280px;
    height: 200px;
    margin-right: 26px;
    text-decoration: none;
    overflow: hidden;
}


.media-box-list a:nth-child(4n+0) {
    margin-right: 0;
}

.media-box-list a img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: all 0.5s linear;
}
.media-box-list a .swiper-image {
    position: relative;
}
.media-box-list a .swiper-image .p_img_hover{
    background: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity:0;
    z-index: 99;
    transition: 0.5s
}
.media-box-list a .swiper-image .more_img{
    width:58px;
    height:58px;
    position: absolute;
    top: 22%;
    left: 50%;
    margin-left:-20px;
    transition: 0.5s;
}
.media-box-list a .swiper-image .p_desc{
    padding: 115px 10% 0;
    font-size: 15px;
    color: #FFF;
    text-align: center;
    margin-left: 15px;
}
.media-box-list a .swiper-image:hover img {
    transform: scale(1.2);
}
.media-box-list a .swiper-image:hover  .p_img_hover{
    opacity:1;
}
.media-box-list a .swiper-image:hover .more_img{
    transform: rotate(180deg);
}

/*首页-模块*/
.module-bg {
    width: 100%;
    height: 780px;
    background: #EEE;
}

.module-title {
    height: 40px;
    overflow: hidden;
}

.module-title .title {
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
    float: left;
}

.module-title .more {
    float: right;
    display: block;
    width: 80px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 40px;
    text-decoration: none;
    border: 1px solid #008890;
    color: #008890;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    -webkit-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}

.module-title .more:hover {
    background-color: #008890;
    color: #FFFFFF;
}

/*首页-底部*/
.footer {
    background-color: #f3f3f3;
    color: #666666;
}

.footer a {
    color: #666666;
}

.footer a:hover {
    color: #008890;
}

.footer .inner {
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
    overflow: hidden;
}

.footer .inner .company-info {
    float: left;
    width: 930px;
	color: #003f43;
}

.footer .inner .company-info .title {
    font-size: 16px;
}

.footer .inner .company-info .content {
    width: 800px;
}

.footer .inner .company-info .content li {
    margin-right: 60px;
    margin-top: 8px;
    overflow:hidden;
}

.footer .inner .company-info .content li div {
float:left;
    margin-top: 8px;
    margin-right:40px;
}

.footer .inner .qr-code {
    float: right;
    width: 130px;
}

.footer .inner .qr-code img {
    display: block;
    width: 130px;
    height: 130px;
}

.footer .inner .company-info .link {
    margin-top: 15px;
}

.footer .inner .company-info .link > div {
    float: left;
    line-height: 32px;
    margin-right: 33px;
}

.footer .inner .company-info .link > div:last-child {
    margin-right: 0;
}

.footer .copyright {
    height: 34px;
    line-height: 34px;
    text-align: center;
    background-color: #e5e5e5;
}

/*swiper*/
.pagination {
    position: absolute;
    z-index: 20;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    margin-right: 5px;
    opacity: 0.8;
    cursor: pointer;
    background: #AAAAAA;
}

.swiper-visible-switch {
    background: #AAAAAA;
}

.swiper-active-switch {
    background: #008890;
}

/*子页页面*/
.sub-page-main {
    width: 1200px;
    margin: 0 auto 50px;
}

.sub-page-title {
    font-size: 36px;
    height: 36px;
    line-height: 36px;
    padding: 50px 0;
    font-weight: bold;
    color: #008db5;
}

.sub-page-banner {
    width: 100%;
    height: 220px;
    background-image: url("../images/sub-banner.jpg");
    background-size: 100% 100%;
}

/*人才招聘*/
.sub-recruit-info {
    font-size: 18px;
    margin-bottom: 20px;
    color: #33333;
}

.sub-recruit-info .title {
    font-size: 22px;
}

.sub-recruit-info div {
    margin-bottom: 10px;
}

.sub-recruit-info a {
    color: #337ab7;
    text-decoration: none;
}

.sub-recruit-info a:hover {
    color: #23527c;
}

.sub-recruit-module {
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #E5E5E5;
}

.sub-recruit-module:last-child {
    margin-bottom: 0;
}

.sub-recruit-module .title {
    font-size: 18px;
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
    background-color: #f5f5f5;
}

.sub-recruit-module .title span {
    margin-left: 40px;
}

.sub-recruit-module .content {
    display: none;
    padding: 15px;
    font-size: 15px;
    color: #333333;
    border-top: 1px solid #E5E5E5;
}

.sub-recruit-module .sub-title {
    font-size: 20px;
}

.sub-recruit-module .sub-content {
    margin: 25px 0;
}

.sub-recruit-module .sub-content li {
    list-style: disc;
    margin: 5px 0px 5px 40px;
}

/*发展历程*/
.sub-history {
    width: 100%;
    height: 640px;
    position: relative;
}

.sub-history-line-bg {
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    line-height: 0;
    font-size: 0;
    background-color: #008890;
}

.sub-history-line-bg .line-bg {
    position: absolute;
    top: 50%;
    margin-top: -21px;
    left: 50%;
    margin-left: -600px;
    height: 42px;
    width: 1200px;
    background-image: url("../images/history/history-bg.png");
    background-repeat: no-repeat;
}

.sub-history-box {
    width: 1200px;
    height: 640px;
    position: relative;
    margin: 0 auto;
}

.sub-history-box .swiper-container {
    height: 100%;
    width: 100%;
}

.sub-history-box .arrow-left,
.sub-history-box .arrow-right {
    position: absolute;
    top: 50%;
    margin-top: -21px;
    width: 42px;
    height: 42px;
    border-radius: 42px;
    z-index: 999;
}

.sub-history-box .arrow-left {
    background: url("../images/slide/media-arrow.png") no-repeat 0 0;
    left: 0;
}

.sub-history-box .arrow-right {
    background: url("../images/slide/media-arrow.png") no-repeat -42px 0;
    right: 0;
}

.sub-history-box .swiper-slide {
    position: relative;
}

.sub-history-box .time-one {
    padding-left: 20px;
    background: url("../images/history/time-top-line.png") no-repeat top left;
    position: absolute;
    text-align: left;
    padding-bottom: 30px;
}

.sub-history-box .time-one .year {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 15px;
    color: #008890;
}

.sub-history-box .time-one .title {
    padding: 8px 0;
    width: 260px;
    line-height: 1.2;
    border-bottom: 1px solid #DDDDDD;
    color: #666666;
}

.sub-history-box .time-one .content {
    margin-top: 8px;
    width: 260px;
    line-height: 1.2;
    color: #666666;
}

.sub-history-box .time-one .image {
    width: 180px;
    height: 100px;
    margin-top: 8px;
}

.sub-history-box .time-one .image img {
    display: block;
    width: 100%;
    height: 100%;
}

.sub-history-box .swiper-slide .time-one:nth-child(1) {
    bottom: 50%;
    left: 105px;
    background-position: 0 15px;
}

.sub-history-box .swiper-slide .time-one:nth-child(2) {
    top: 50%;
    left: 250px;
    background: url("../images/history/time-bottom-line.png") no-repeat top left;
    padding-top: 50px;
    padding-bottom: 0;
    background-position: 0 -210px;
}

.sub-history-box .swiper-slide .time-one:nth-child(3) {
    bottom: 50%;
    left: 400px;
    padding-bottom: 60px;
    background-position: 0 15px;
}

.sub-history-box .swiper-slide .time-one:nth-child(4) {
    top: 50%;
    left: 633px;
    background: url("../images/history/time-bottom-line.png") no-repeat top left;
    padding-top: 70px;
    padding-bottom: 0;
    background-position: 0 -190px;
}

.sub-history-box .swiper-slide .time-one:nth-child(5) {
    bottom: 50%;
    left: 785px;
    padding-bottom: 20px;
    background-position: 0 15px;
}

.sub-history-box .swiper-slide .time-one:nth-child(6) {
    top: 50%;
    left: 923px;
    background: url("../images/history/time-bottom-line.png") no-repeat top left;
    padding-top: 55px;
    padding-bottom: 0;
    background-position: 0 -200px;
}

/*媒体中心*/
.sub-video-list .video-one {
    overflow: hidden;
    padding: 25px 0;
    border-bottom: 1px dotted #DDDDDD;
}

.sub-video-list .video-one:last-child {
    border-bottom: none;
}

.sub-video-list .video-one .video {
    float: left;
    width: 340px;
    height: 210px;
}

.sub-video-list .video-one .title {
    position: relative;
    padding: 20px 0 20px 20px;
    overflow: hidden;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6;
    height: 170px;
}

.sub-video-list .video-one .title span {
    position: absolute;
    left: 20px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

/*子页菜单*/
.sub-menu-bar {
    font-size: 0;
    border-bottom: 1px solid #E5E5E5;
    background-color: #f9f9f9;
}

.sub-menu-bar .inner {
    width: 900px;
    margin: 0 auto;
    height: 80px;
    display:flex
}

.sub-menu-bar .inner > a {
    height: 80px;
    padding: 0 70px;
    text-align: center;
    display: inline-block;
    color: #666666;

}

.sub-menu-bar .inner > a:hover {
    color: #00bbde;
}

.sub-menu-bar .inner > a.is-active {
    background-color: #eeeeee;
    color: #00aaca;
}

.sub-menu-bar .inner > a em {
    width: 50px;
    float: left;
    display: block;
    font-size: 34px;
    line-height: 80px;
}

.sub-menu-bar .inner > a span {
    width: 80px;
    float: left;
    display: block;
    font-size: 18px;
    line-height: 80px;
    font-weight: bold;
}

.sub-menu-bar .inner > a:nth-child(4) {
    width: 250px;
    padding: 0 25px;
}

.sub-menu-bar .inner > a:nth-child(4) span {
    width: 145px;
    text-align: right;
}

/*职业发展*/
.sub-development-title {
    width: 100%;
    border-bottom: 2px solid #008890;
}

.sub-development-title div {
    margin-top: 90px;
    text-align: center;
    font-size: 30px;
    padding: 5px 0;
    background-color: #008890;
    color: #FFFFFF;
}

.sub-development-content {
    text-align: center;
    padding: 80px 0;
}

/*薪资福利*/
.sub-salary-content {
    padding: 100px 0;
}

.sub-salary-title {
    position: relative;
    height: 50px;
}

.sub-salary-title > div {
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #009AB7;
}

.sub-salary-title > h3 {
    width: 200px;
    margin: 0 auto;
    line-height: 50px;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    z-index: 10;
    position: relative;
    background-color: #FFFFFF;
    color: #008db5;
}

.sub-salary-other-main {
    width: 1000px;
    margin: 0 auto;
}

.sub-salary-other-list li {
    float: left;
    width: 20%;
    text-align: center;
    margin-bottom: 70px;
    color: #008890;
}

.sub-salary-other-list li:hover {
    color: #ff6600;
}

.sub-salary-other-list li:hover .icon {
    border-color: #ff6600;
}

.sub-salary-other-list li .icon {
    display: block;
    height: 110px;
    line-height: 110px;
    width: 110px;
    margin: 0 auto;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    border: 3px solid #008890;
}

.sub-salary-other-list li .icon em {
    font-size: 80px;
}

.sub-salary-other-list li .title {
    font-size: 22px;
    font-weight: bold;
    margin-top: 10px;
}

/*业务领域*/
.sub-business-area-one {
    position: relative;
    display: block;
    width: 288px;
    height: 600px;
    margin: 80px 0 30px 0;
    float: left;
    margin-right: 16px;
    overflow: hidden;
}

.sub-business-area-one.bg1 {
    background-image: url('../images/business/1.jpg');
}

.sub-business-area-one.bg2 {
    background-image: url('../images/business/2.jpg');
}

.sub-business-area-one.bg3 {
    background-image: url('../images/business/3.jpg');
}

.sub-business-area-one.bg4 {
    background-image: url('../images/business/4.jpg');
}

.sub-business-area-one .inner {
    position: absolute;
    top: 0;
    left: 0;
    height: 600px;
    width: 288px;
    text-align: center;
    -webkit-transition: top 0.6s;
    -moz-transition: top 0.6s;
    -ms-transition: top 0.6s;
    transition: top 0.6s;
    background-color: rgba(0, 170, 202, 0.4);
    color: #FFFFFF;
}

.sub-business-area-one:hover .inner {
    top: 550px;
}

.sub-business-area-one .inner-icon-btn {
    margin-top: 75%;
}

.sub-business-area-one .inner-icon-btn > div {
    display: block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    border: 2px solid #FFFFFF;
}

.sub-business-area-one .inner-icon-btn > div > em {
    font-size: 60px;
}

.sub-business-area-one .inner-icon-btn > h3 {
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
}

.sub-business-area-one .inner-title {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    /* background-color: rgba(0, 170, 202, 0.6); */
}

/*子页面分类列表*/
.sub-type-main {
    width: 101.5%;
    padding: 45px 0;
    overflow: hidden;
}

.sub-type-list li {
    float: left;
    width: 23.5%;
    height: 46px;
    line-height: 46px;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 10px 1.5% 10px 0;
    font-size: 16px;
    border-radius: 46px;
    -webkit-border-radius: 46px;
    cursor: pointer;
    font-weight: bold;
    border: 1px solid #E5E5E5;
    color: #666666;
}

.sub-type-list li.is-selected {
    color: #FFFFFF;
    border-color: #00bbde;
    background-color: #00bbde;
}

.sub-type-list li.is-selected:hover {
    background-color: #008890;
}

.sub-type-list li.is-selected:hover a,
.sub-type-list li.is-selected a {
    color: #FFFFFF;
}

.sub-type-list li:hover {
    background-color: #f7f7f7;
}

.sub-type-list li:active {
    opacity: .8;
}

.sub-type-list li a {
    font-size: 16px;
    text-decoration: none;
    color: #666666;
}

/*业务领域-列表*/
.sub-case-list li {
    position: relative;
    padding: 15px;
    overflow: hidden;
    margin-top: 40px;
    background-color: #F7F7F7;
}

.sub-case-list li:first-child {
    margin-top: 0;
}

.sub-case-list li .list-img {
    float: left;
    padding: 3px;
    margin-right: 25px;
    border: 1px solid #E5E5E5;
    background-color: #FFFFFF;
}

.sub-case-list li .list-img img {
    display: block;
    margin: 0 auto;
    width: 420px;
    height: 240px;
}

.sub-case-list li .list-info {
    overflow: hidden;
}

.sub-case-list li .list-info .info-row {
    width: 700px;
    font-size: 20px;
    margin-top: 10px;
    height: 36px;
    line-height: 36px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333333;
}

.sub-case-list li .list-info .info-row.link {
    margin-top: 30px;
    padding-bottom: 5px;
    color: #008db5;
}

.sub-case-list li .list-info .info-row a {
    font-size: 26px;
    font-weight: bold;
    color: #008db5;
}

.sub-case-list li .list-link {
    position: absolute;
    bottom: 15px;
    right: 15px;
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    background-color: #008890;
    color: #FFFFFF;
}

.sub-case-list li .list-link:hover {
    background-color: #009AB7;
}

.sub-case-list li .list-link:active {
    background-color: #008db5;
}

/*管理团队*/
.sub-team-one .inner {
    width: 1200px;
    padding: 60px 0;
    margin: 0 auto;
}

.sub-team-one.bg {
    background-color: #F7F7F7;
}

.sub-team-one .left {
    float: left;
    width: 350px;
    height: 500px;
    margin-right: 30px;
}

.sub-team-one .left img {
    display: block;
    width: 100%;
    height: 100%;
}

.sub-team-one .right {
    overflow: hidden;
}

.sub-team-one .right .title {
    margin-top: 25px;
    font-size: 30px;
    height: 36px;
    line-height: 36px;
    font-weight: bold;
    color: #008db5;
}

.sub-team-one .right .jobs {
    margin-top: 8px;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 25px;
    border-bottom: 1px solid #E5E5E5;
}

.sub-team-one .right .content {
    font-size: 18px;
    margin-top: 25px;
    line-height: 28px;
}

/*核心团队*/
.sub-team-title {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin: 70px 0 50px 0;
}

.sub-team-list {
    width: 1200px;
    margin: 0 auto;
}

.user-list > li {
    float: left;
    width: 252px;
    margin-right: 64px;
    margin-bottom: 62px;
    height: 340px;
    position: relative;
    /* box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3); */
}

.user-list > li:nth-child(4n+0) {
    margin-right: 0;
}

.user-list > li .user-img {
    display: block;
    width: 100%;
    height: 100%;
}

.user-list > li .user-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
    background-color: rgba(255, 255, 255, .9);
    border-top: 5px solid #008db5;
}

.user-list > li .user-info .name {
    font-size: 16px;
    color: #008db5;
}

.user-list > li .user-info .jobs {
    font-size: 14px;
    color: #666666;
}

.user-list > li .arrow {
    display: none;
    position: absolute;
    bottom: 66px;
    left: 50%;
    margin-left: -23px;
    height: 20px;
    width: 46px;
    z-index: 100;
    background-image: url('../images/icon-arrow-top.png');
    background-repeat: no-repeat;
}

.user-list > li .user-content {
    position: absolute;
    top: 273px;
    z-index: 99;
    display: none;
    padding: 20px;
    height: 320px;
    width: 1200px;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #EEEEEE;
    background-color: #FFFFFF;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
}

.user-list > li .user-content .name {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 10px;
    color: #008db5;
    border-bottom: 1px solid #E5E5E5;
}

.user-list > li .user-content .jobs {
    margin-left: 10px;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
    color: #333333;
}

.user-list > li .user-content .content {
    margin-top: 10px;
}

/*企业文化*/
.corporate-culture-main {
    position: relative;
    margin: 0 auto 80px;
    height: 600px;
    width: 600px;
    background-image: url("../images/sub/corporate-culture-img.png");
}

.corporate-culture-main .main-module {
    position: absolute;
    top: 178px;
    left: 178px;
    width: 240px;
    height: 240px;
    text-align: center;
    border-radius: 50%;
    /* background-color: rgba(0,0,0,.5); */
}

.corporate-culture-main .main-module .title {
    margin-top: 80px;
    letter-spacing: 4px;
    font-weight: bold;
    font-size: 32px;
}

.corporate-culture-main .main-module .content {
    font-size: 17px;
    margin-top: 5px;
    color: #666666;
}

.corporate-culture-main .sub-module {
    position: absolute;
    width: 154px;
    height: 154px;
    border-radius: 50%;
    /* background-color: rgba(0, 0, 0, .5); */
}

.corporate-culture-main .sub-module.vision {
    top: 0;
    left: 0;
    color: #ff9100;
}

.corporate-culture-main .sub-module.vision:hover .sub-title,
.corporate-culture-main .sub-module.mission:hover .sub-title,
.corporate-culture-main .sub-module.service:hover .sub-title,
.corporate-culture-main .sub-module.strategy:hover .sub-title {
    /* -webkit-animation-name: rubberBand;
    animation-name: rubberBand; */
}

.corporate-culture-main .sub-module.mission {
    top: 0;
    right: 0;
    color: #8078bf;
}

.corporate-culture-main .sub-module.service {
    bottom: 0;
    right: 0;
    color: #07a9f0;
}

.corporate-culture-main .sub-module.strategy {
    bottom: 0;
    left: 0;
    color: #c50048;
}

.corporate-culture-main .sub-module .sub-title {
    line-height: 33px;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 5px;
    margin-top: 40px;
    cursor: default;
}

.corporate-culture-main .sub-module .sub-content {
    position: absolute;
    display: block;
}

.corporate-culture-main .sub-module .sub-content.is-show {
    display: block;
}

.corporate-culture-main .sub-module .sub-content.vision {
    left: -240px;
    top: -20px;
    width: 220px;
    padding: 10px 15px 10px 10px;
    border-bottom: 3px solid #ffaa38;
}

.corporate-culture-main .sub-module .sub-content.mission {
    right: -178px;
    top: 30px;
    width: 150px;
    padding: 10px 15px 10px 30px;
    border-top: 3px solid #8078bf;
}

.corporate-culture-main .sub-module .sub-content.service {
    right: -220px;
    top: -30px;
    width: 200px;
    padding: 10px 15px;
    border-bottom: 3px solid #25b4f3;
}

.corporate-culture-main .sub-module .sub-content.strategy {
    left: -255px;
    bottom: -60px;
    width: 260px;
    padding: 10px 0 10px 10px;
    border-top: 3px solid #da0047;
}

.corporate-culture-main .sub-module .sub-content .title {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
}

.corporate-culture-main .sub-module .sub-content .content {
    font-size: 17px;
    margin-top: 5px;
    letter-spacing: 1px;
    color: #333333;
}

.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
}


.product-container {
    width: 1200px;
    margin: 100px auto;
}

.title-6 {
    text-align: center;
    width: 100%;
}

.title-6 h2 {
    font-weight: bold;
    margin-bottom: 15px;
}

.title-6 h6 {
    color: rgb(160, 160, 160);
    margin-bottom: 15px;
}

.title-6 .line {
    width: 40px;
    height: 3px;
    background: #008890;
    margin: auto;
}

.title-7 {
    margin: 50px 0;
}

.title-7-item {
    width: 90%;
    border: 1px solid #efefef;
    padding: 10px 0;
    border-radius: 30px;
    text-align: center;
    margin-bottom: 20px;
    cursor: pointer;
}

.title-7-item.active {
	color: #fff;
    background: #008890;
}

.product-box {
    width: 90%;
    margin: auto;
}

.title-7-item:hover {
	color: #fff;
    background: #008890;
}

.product-box-item .card {
    cursor: pointer;
    height: 390px;
    position: relative;
    margin-bottom: 40px;
}

.product-box-item .card .card-img-top {
    width:100%;
    height: 12rem;
    overflow: hidden;
    position:relative;
}
.product-box-item .card .card-img-top img{
    width:100%;
    height: 100%;
    transform: scale(1);
    transition: all 0.5s linear;
}



.product-box-item .card .card-img-top .p_img_hover{
    background: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity:0;
    z-index: 99;
    transition: 0.5s
}

.product-box-item .card .card-img-top .more_img{
    width:58px;
    height:58px;
    position: absolute;
    top: 22%;
    left: 50%;
    margin-left:-20px;
    transition: 0.5s;
}

.product-box-item .card .card-img-top .p_desc{
    padding: 110px 10% 0;
    font-size: 15px;
    color: #FFF;
    text-align: center;
}

.product-box-item .card .card-img-top:hover img{
    transform: scale(1.2);
}


.product-box-item .card .card-img-top:hover  .p_img_hover{
    opacity:1;
}

.product-box-item .card .card-img-top:hover .more_img{
    transform: rotate(180deg);
}

.product-box-item .card .card-body .card-title {
    text-align: center;
    margin: 30px 0;
}

.product-box-item .card .card-body .card-text {
    color: #777;
}

.product-box-item .card .card-body .card-body-arrow {
    height: 19px;
    text-align: center;
    position: absolute;
    bottom: 25px;
    left: 50%;
    margin-left: -16px;
    display: none;
}

.product-box-item .card:hover {
    box-shadow: 0 0 10px 0 #999;
}

.product-box-item .card:hover .card-body-arrow {
    display: inline-block;
}


.telephone{
	position:relative;
	border-radius:3px;
    width:180px;
    height:45px;
    border:1px solid #ccc;
    text-align:center;
    padding-top:12px;
    color:rgb(84,105,108);
    font-weight:bold;
    font-size:1.1rem

}
.phone-icon{
	font-size:1rem;
	background:#fff;
	top:-12px;
	left:50%;
	margin-left:-40px;
	position:absolute;
	color:rgb(0,115,128)
}

.sub-recruit-info .qr-code{
	position: relative;
}
.sub-recruit-info .qr-code img{
	position: absolute;
    top: -300px;
    right: 200px;
	width: 260px;
}





DIV.page {
	padding: 30px 0 10px;
	margin: 2px;
	text-align: center
}

DIV.page A {
	margin: 2px;
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 10px;
	PADDING-BOTTOM: 1px;
	PADDING-TOP: 1px;
	text-decoration: none;
	background: #b5b5b5;
	font-size: 12px;
	color: #fff
}

DIV.page A:hover {
	margin: 2px;
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 10px;
	PADDING-BOTTOM: 1px;
	PADDING-TOP: 1px;
	text-decoration: none;
	background: #81bfea
}

DIV.page A:active {
	margin: 2px;
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 10px;
	PADDING-BOTTOM: 1px;
	PADDING-TOP: 1px;
	text-decoration: none;
	background: #81bfea
}

DIV.page SPAN.current {
	margin: 2px;
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 10px;
	PADDING-BOTTOM: 1px;
	PADDING-TOP: 1px;
	text-decoration: none;
	background: #81bfea;
	font-size: 12px;
	color: #FFF
}

DIV.page SPAN.disabled {
	margin: 2px;
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 10px;
	PADDING-BOTTOM: 1px;
	PADDING-TOP: 1px;
	text-decoration: none;
	background: #ddd;
	font-size: 12px;
	color: #FFF
}






@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }

    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        transform: translateX(0%) skewX(-15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        -ms-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }

    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        -ms-transform: translateX(0%) skewX(-15deg);
        transform: translateX(0%) skewX(-15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        -ms-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}


@keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(-100%) skewX(30deg);
        transform: translateX(-100%) skewX(30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: translateX(0%) skewX(-30deg);
        transform: translateX(0%) skewX(-30deg);
        opacity: 1
    }

    80% {
        -webkit-transform: translateX(30%) skewX(-15deg);
        transform: translateX(30%) skewX(-15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
}

@keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(-100%) skewX(30deg);
        -ms-transform: translateX(-100%) skewX(30deg);
        transform: translateX(-100%) skewX(30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: translateX(0%) skewX(-30deg);
        -ms-transform: translateX(0%) skewX(-30deg);
        transform: translateX(0%) skewX(-30deg);
        opacity: 1
    }

    80% {
        -webkit-transform: translateX(30%) skewX(-15deg);
        -ms-transform: translateX(30%) skewX(-15deg);
        transform: translateX(30%) skewX(-15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        -ms-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    30% {
        -webkit-transform: scaleX(1.25) scaleY(0.75);
        transform: scaleX(1.25) scaleY(0.75)
    }

    40% {
        -webkit-transform: scaleX(0.75) scaleY(1.25);
        transform: scaleX(0.75) scaleY(1.25)
    }

    60% {
        -webkit-transform: scaleX(1.15) scaleY(0.85);
        transform: scaleX(1.15) scaleY(0.85)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    30% {
        -webkit-transform: scaleX(1.25) scaleY(0.75);
        -ms-transform: scaleX(1.25) scaleY(0.75);
        transform: scaleX(1.25) scaleY(0.75)
    }

    40% {
        -webkit-transform: scaleX(0.75) scaleY(1.25);
        -ms-transform: scaleX(0.75) scaleY(1.25);
        transform: scaleX(0.75) scaleY(1.25)
    }

    60% {
        -webkit-transform: scaleX(1.15) scaleY(0.85);
        -ms-transform: scaleX(1.15) scaleY(0.85);
        transform: scaleX(1.15) scaleY(0.85)
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}


