﻿*{margin:0;padding:0;}
body {
    font: 14px/1.5 Helvetica,Tahoma,Arial,"Hiragino Sans GB","Microsoft YaHei",SimSun,Heiti,sans-serif;
    color: #515151;
}
ul,li{list-style:none}
img{border:0}
p {margin: 0;}
a{text-decoration:none;color:#515151}
a:focus,a:hover {outline:0;	text-decoration:none;}
.fl{float:left}
.fr{float:right}
.bgf8 {background-color:#f8f8f8;}
.bgf5 {background-color:#f5f5f5;}
.pd50 {padding:50px 0;}
.scroll-hidden {
    opacity: 0!important;
    transform: translateY(50px);
}
.scroll-visible {
    opacity: 1;
    transform: translateY(0);
}
.motion {
    transition: all .5s;
}
.container-custom {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .container-custom {
        width:100%;
    }
}

@media (min-width: 992px) {
    .container-custom {
        width: 85.652%;
        max-width: 1430.016px;
    }
}
/*topbar*/
.topbar {
    height: 28px;
    background: #6c6c6c;
    padding: 6px 20px;
    font-size: 12px;
    line-height: 16px;
    color: #a1a1a1;
    position: fixed;
    width: 100%;
    z-index: 100;
}
.topbar ul , .topbar p {margin: 0;padding: 0;border: 0;}
.topbar ul li {
    padding-right: 10px;
    margin-right: 10px;
    float: left;
    background: url(../images/line.gif) no-repeat right center;
}
.topbar a {
    color: #eee;
}
.topbar p label {
    float: left;
    margin-right: 10px;
    color: #eee;
}
.topbar  .phone400 {
	float:left;
    color: #fff;
    font-size: 16px;
}
/**导航**/
.header {
	width: 100%; 
	background: #fff; 
	background: rgba(255,255,255,.6); 
	position: fixed;
    top: 28px;
	left: 0; 
	z-index: 100; 
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
	border-bottom: 2px solid #21B53D;
}
.header:hover {background: rgba(255,255,255,1); }
.header h1 {
	display: inline-block;
	margin:0;
}
.header h1 a {
	display: block;
    width: 100px;
    height: 67px;
	line-height:67px;
    background: url(../images/logo.png) 0 no-repeat;
	text-indent:-9999px;
    float: left;
}
.header h1 .slogan {
	width:300px;
	float: left;
    font-size: 15px;
    font-weight: 600;
    color: #00a0e9;
    border-left: 1px solid #999;
    margin: 15px 0;
    margin-left: 15px;
    padding-left: 15px;
    height: 37px;
    line-height: 37px;
}
.header h1 p {
    position: absolute;
    transform: rotateX(270deg);
}
@keyframes up-down-3d
{
0%   {transform:rotateX(270deg);}
20%  {transform:rotateX(270deg);}
40%	 {transform:rotateX(360deg);}
60%  {transform:rotateX(360deg);}
80%  {transform:rotateX(270deg);}
100% {transform:rotateX(270deg);}
}
.header .logo .s1 {
    animation: up-down-3d 6s linear 0s infinite alternate;
    color: #f52727;
    letter-spacing: 4px;
}
.header .logo .s2 {
    animation: up-down-3d 6s linear 3s infinite alternate;
    color: #00a0e9;
    letter-spacing: 2px;
}
@media (max-width: 992px) and (min-width: 768px){
	.header h1 .slogan {
    display: none;
	}
}
.menu > li  {
    padding: 0 15px;
    position: relative;
}
.menu > li > a {
	position: relative;
    display: inline-block;
	color:#333;
	font-size:15px;
	line-height: 68px;
}
.menu > li > a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 0;
    background-color: #009944;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.menu > li > a:hover{
	color:#009944;
}
@media (min-width: 768px) {
	.logo,.menu,.menu > li {
		float: left;
	}
}
.menu .nav-up-selected a {
	color:#009944;
}
.menu > li.nav-up-selected > a:after {
    content: '';
    display: block;
    width: 100%;
    background-image: -webkit-linear-gradient(right, #68b939, #009944);
    background-image: -moz-linear-gradient(right, #68b939, #009944);
    background-image: -moz-linear-gradient(to left, #68b939, #009944);
    background-image: -o-linear-gradient(to left, #68b939, #009944);
    background-image: linear-gradient(to left, #68b939, #009944);
    background-repeat: repeat;
}
.navigation-down {
	width: 100%;
    background-color: #f5f5f5;
}
.navigation-down .nav-down-menu {
	padding: 15px 0;
}
.navigation-down .nav-down-menu dl,.navigation-down .menu-1 ul li {
	float:left;
	text-align:center;
	margin:5px 80px 5px 0;
}
.navigation-down .nav-down-menu ul li a:hover {
	color:#129738;
}
.navigation-down-inner li a {
	color:#666;
	display:block;
	line-height:24px;
}
.join a:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 20px;
    background: #f00;
    color: #fff;
    width: 6px;
    height: 6px;
    border-radius: 5px;
}
/**新菜单**/
.header-column-wrapper {
    width: 100%;
    display: flex;
}
.header-column-wrapper .header-column {
	flex-grow: 1;
    padding-left: 24px;
    padding-right: 24px;
}
.header-column-wrapper .header-column:first-child {
    padding-left: 0;
}
.header-column-wrapper .header-column:last-child {
    padding-right: 0;
}
.header-column-wrapper .header-column h3{
	position:relative;
    display: flex;
    align-items: center;
    line-height: 1.4;
    border-bottom: 1px solid #e2e6f0;
    padding-bottom: 12px;
	margin: 0;
}
.header-item-block h3>a {
	display:inline-block;
	font-weight: 600;
    color: #009944;
    font-size: 14px;
}
.header-item-block h3:hover .nav-link-icon {
	-webkit-transform:translate(5px);
    transform:translate(5px);
	-webkit-transition: all .6s;
	transition: all .6s;
}
.header-item-block ul li a{
	display:block;
    font-size: 14px;
    line-height: 1.4;
    padding-top: 15px;
}
.animated{-webkit-animation-duration:0.5s;animation-duration:0.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}
/**轮播图**/
#fullSlide {
    position: relative;
    width: 100%;
    overflow: hidden;
}
#fullSlide .pic {
	display: block;
	position:relative;
}
#fullSlide .pic li {
	box-sizing: content-box;
	display: block;
    height: 630px;
    background-position: center 0;
    background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
#fullSlide .pic li a{
	position: absolute;
    height: 100%;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    display: inline;
}
.pagination {
	position: absolute;
    bottom: 50px;
    text-align: center;
    width: 100%;
}
.pagination ul li {
	display: inline-block;
    zoom: 1;
    width: 12px;
    height: 12px;
    text-indent: -9999px;
    border-radius: 50%;
    background: #ececec;
    background: rgba(0,0,0,.2);
    margin: 10px 12px;
    cursor: pointer;
}
.pagination ul li.on { background: #009944;}
#fullSlide .prev,#fullSlide .next,.client-slide .prev,.client-slide .next {
	display:none;
	position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    line-height: 50px;
    font-size: 30px;
    color: #fff;
    font-family: SimSun,arial,sans-serif;
    font-weight: 700;
    background: rgba(0,0,0,.3);
    border-radius: 50%;
}
#fullSlide a.prev {left:8%;}
#fullSlide a.next {right:8%;}
/**优势**/
.event-list.container {
    margin: 0 auto;
    height: 110px;
    display: flex;
    justify-content: center;
}
.event-list {
    position: relative;
    top: -55px;
    background: #fff;
    transition: all .3s ease-out;
    box-shadow: 0 10px 20px rgba(0,0,0,.05);
    border-radius: 4px;
}
.event-list a {
    padding: 26px 0 26px 32px;
    transition: all .2s ease-in-out;
}
.event-list a:hover h4 {
    color:#009944;
}
@media screen and (min-width:1400px){
	.event-list a{width:295px}
}
@media screen and (min-width:1200px) and (max-width:1400px){
	.event-list a{width:250px}
}
.event-list .event-icon {
    float: left;
    width: 56px;
    height: 56px;
	border-radius:50%;
	background:#f6f8f9;
    padding: 13px;
}
.event-list .event-icon i {
	display:block;
    width: 30px;
    height: 30px;
}
.event-list .event-item:nth-child(1) i {
    background:url(../images/apply.png) no-repeat center;
    background-size: 100% 100%;
}
.event-list .event-item:nth-child(2) i {
    background:url(../images/safe.png) no-repeat center;
    background-size: 100% 100%;
}
.event-list .event-item:nth-child(3) i {
    background:url(../images/hb.png) no-repeat center;
    background-size: 100% 100%;
}
.event-list .event-item:nth-child(4) i {
    background:url(../images/custom.png) no-repeat center;
    background-size: 100% 100%;
}
.event-list .event-icon  i  {
    -webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out;
    -o-transition: -o-transform 0.5s ease-out;
    -ms-transition: -ms-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
}
.event-list a:hover .event-icon i {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.event-list figcaption {
    margin-left: 68px;
}
.event-list h4 {
    font-size: 16px;
    line-height: 24px;
    font-family: PingFangSC-Medium;
    color: #191c3d;
    margin: 3px 0;
}
.event-list span {
    color: rgba(25,28,61,.5);
}
/**核心内容部分**/
.page-header {
	border-bottom:0;
	margin-top:0;
    text-align: center;
}
.page-header h2 {
    font-size: 1.66667vw;
    font-weight: 600;
    color: #333;
    margin: 0;
}
.page-header .line {
    border-top: 3px solid #009944;
    width: 38px;
    margin: 20px auto 25px;
    display: block;
}
.page-header p {
	font-size:18px;
}
/**产品**/
/* .row .col {
	width:25%;
	float:left;
	position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.full-a {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
	border: 1px solid #eee;
    padding: 40px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
.full-a:hover {
    box-shadow: 0 15px 30px rgba(0,0,0,.1);
	padding-bottom:20px;
	padding-top:20px;
}
.full-a p {
	color:#8B92A0;
}
.sys .sys-btns {
	width: 100%;
    overflow: hidden;
	display:none;
	margin-top:5px;
}
.sys .row li:hover .sys-btns {
	display:block;
}
.sys .sys-btns a {
    float: left;
    height: 38px;
    line-height: 38px;
    width: 50%;
    color: #fff;
    border-left: solid 1px;
    margin-left: -1px;
    background: #00a0e9;
    border-left-color: #6bc0e6;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.sys .sys-btns a:hover {
    background: #00BCD4;
} */
.product {
    margin-top: -60px;
    margin-bottom: 50px;
}
.product .container {
	margin: 40px auto;
}
.product .page-header {
    margin:0;
}
/* .product .row li h4 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 8px;
}
.product .hd ul {
	text-align:center;
}
.product .hd ul li{
	display: inline-block;
    position: relative;
    margin: 0 30px;
    text-align: center;
    cursor: pointer;
    transition: all .4s ease-in-out;
}
.product .hd ul li h3 {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    font-weight: 600;
}
.product .hd ul li.on {
	color: #009944;
}
.product .hd ul li:after {
	content: "";
    display: inline-block;
    height: 3px;
    width: 100%;
    background: #009944;
    position: absolute;
    bottom: -14px;
    left: 0;
    transform: scaleX(0);
    transform-origin: 50% 50%;
    transition: all .4s ease-in-out;
}
.product .hd ul li.on:after{
	transform: scale(1);
}
.product .hd .line {
    margin-top: 12px;
    height: 1px;
    width: 100%;
    background: rgba(169,184,208,.3);
    position: relative;
}
.product .line span {
    display: block;
    width: 70px;
    height: 2px;
    background: #2468f2;
    position: absolute;
    left: 138px;
    bottom: 0;
    transition: all .4s ease-in-out;
} */
/* .product .hd ul li.on:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background: #ef8200;
    transition: ease .6s;
} */
/* .product .hd i {
	display:block;
	width:30px;
	height:30px;
	margin:0 auto;
	margin-bottom:10px;
	transition: all .4s ease-in-out;
}
.product .hd li i.dfh {
	background:url(../images/dfhA.png) no-repeat center;
}
.product .hd li i.fh {
	background:url(../images/fhA.png) no-repeat center;
}
.product .hd li i.dyp {
	background:url(../images/dypA.png) no-repeat center;
}
.product .hd li i.yp {
	background:url(../images/ypA.png) no-repeat center;
}
.product .hd li i.fs {
	background:url(../images/fsA.png) no-repeat center;
}
.product .hd li i.fq {
	background:url(../images/fqA.png) no-repeat center;
}
.product .hd li i.xf {
	background:url(../images/xfA.png) no-repeat center;
}
.product .hd li.on i.dfh {
	background:url(../images/dfhB.png) no-repeat center;
}
.product .hd li.on i.fh {
	background:url(../images/fhB.png) no-repeat center;
}
.product .hd li.on i.dyp {
	background:url(../images/dypB.png) no-repeat center;
}
.product .hd li.on i.yp {
	background:url(../images/ypB.png) no-repeat center;
}
.product .hd li.on i.fs {
	background:url(../images/fsB.png) no-repeat center;
}
.product .hd li.on i.fq {
	background:url(../images/fqB.png) no-repeat center;
}
.product .hd li.on i.xf {
	background:url(../images/xfB.png) no-repeat center;
}
.product .row .item {
	width:33.33333333%;
	float:left;
    padding: 15px;
}
.product .row .item a {
    width: 100%;
    height: auto;
	padding: 20px;
    background-color: #fff;
}
.product .row .item a img {
    width: 80%;
}
.product .bd .slide_box p {
	text-align:center;
	font-size:16px;
} */
.product .container .logos {
    margin-top: 10px;
    height: 110px;
    width: 100%;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 20px 0 rgba(0,0,0,.05);
    border-radius: 4px;
}
.product .container .logos img {
    width: 100%;
    margin-top: 5px;
}
.productlist .goods-box {
	overflow: hidden;
	padding:15px;
	float:left;
}
.productlist .big-w{
	width:66.666666%;
}
.productlist .small-w{
	width:33.333333%;
}
.goods-box  a {
    color: #fff;
    text-decoration: none;
    display: block;
    overflow: hidden;
    position: relative;
}
.goods-box .image-box {
    position: relative;
}
.goods-box .image-box  .mask {
	position: absolute;
    visibility: visible;
    opacity: 1;
    height: 50%;
    width: 100%;
    content: "";
    background: linear-gradient(rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 70%);
    display: block;
    top: auto;
    bottom: 0;
	z-index:3;
}
.goods-box .image-box img {
    width: 100%;
    height: auto;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
	border-radius:3px;
}
.goods-box .text-box {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    color: #fff;
    text-align: left;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 4;
    padding: 25px 30px;
    bottom: -10%;
    font-size: 20px;
}
.goods-box .text-box .name {
    line-height: 1.4vw;
    font-weight: bold;
    margin: 0;
    font-size: 1.2vw;
}
.goods-box .text-box .text {
    font-size: 0.83333vw;
    line-height: 1.8vw;
    opacity: 0.7;
}
.goods-box .text-box .read-more {
	font-size: 0.83333vw;
    line-height: 1.66667vw;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
	color:#009944;
}
.goods-box .text-box .read-more span {
    float: left;
    display: inline;
    vertical-align: middle;
}
.goods-box:hover .text-box {
	bottom: 0;
}
.goods-box:hover .text-box .read-more {
	visibility: visible;
	opacity: 1;
}
.goods-box:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.goods-box:hover .mask {
	opacity: 1;
	visibility: visible;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	background-image: url(../images/mask_grad.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-size: auto 100%;
}
.goods-box:hover .read-more {
	opacity: 1;
}
/**技术**/
.jishu .row .col,.service .row .col{
	width:33.333333%;
	float:left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-div {
	height: auto;
	position:relative;
    overflow: hidden;
    text-align: center;
    color: rgba(255,255,255,.8);
    border-radius: 2px;
    padding: 18% 10%;
	cursor:pointer;
}
.col-div.bg1{
    background-image: url(../images/jisubg1.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.col-div.bg2{
    background-image: url(../images/jisubg2.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.col-div.bg3{
    background-image: url(../images/jisubg3.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.ac-figure-icon {
    margin-left: auto;
    margin-right: auto;
}
.ji-logo-icon {
    background-image: url(../images/yiliao1.png);
    background-repeat: no-repeat;
    background-size: 110px 110px;
    width: 110px;
    height: 110px;
}
.ren-logo-icon {
    background-image: url(../images/yiliao2.png);
    background-repeat: no-repeat;
    background-size: 110px 110px;
    width: 110px;
    height: 110px;
}
.su-logo-icon {
    background-image: url(../images/yiliao3.png);
    background-repeat: no-repeat;
    background-size: 110px 110px;
    width: 110px;
    height: 110px;
}
.col-div h4 {
    color: #fff;
    margin-top: 9%;
    margin-bottom: 5%;
}
.col-div .des {
	position:relative;
	z-index:2;
}
.col-div .cover {
	position: absolute;
	border-radius:2px;
    background-color: rgba(0,153,68,.8);
    height: 100%;
    width: 100%;
    top: auto;
    left: 0;
    bottom: -100%;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
	z-index:1;
}
.col-div:hover .cover {bottom:0;}
/**服务**/
.service .unit-box {
    background-color: #fff;
    text-align: center;
    display: block;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    padding: 0 10px;
}
.unit-box:hover {
    -webkit-box-shadow: 0 3px 20px rgba(0,0,0,.1);
    box-shadow: 0 3px 20px rgba(0,0,0,.1);
    -webkit-transform: translate3d(0,-2px,0);
    transform: translate3d(0,-2px,0);
}
.service  .vertical-text {
    padding: 25px 0;
}
.service .service-img {
    display: block;
    margin: 0 auto 10px;
    width: 144px;
    height: 100px;
}
.service .vertical-text .title {
    font-size: 18px;
    color: #333;
    margin-bottom: 5px;
}
.service .vertical-text .des-text {
	font-size:14px;
    color: #666;
    line-height: 24px;
    padding-left: 10px;
    padding-right: 10px;
}
/**产品特点**/
.tedian-title {
	position:relative;
}
.tedian-title .page-header{
	color: #fff;
    padding: 60px 0 170px;
    margin-bottom: 0;
}
.tedian-title .page-header h2 {color:#fff;}
.fullbg {
	background: url(https://img.alicdn.com/imgextra/i3/3171298375/O1CN01DTAOya2BjnvkDr5QY_!!3171298375.png) no-repeat center/cover ,transparent;
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.tedian-box {
	background-color:#f6f9fe;
}
.tedian-box .card {
	background-color:#fff;
    transform: translateY(-80px);
	text-align: center;
    padding: 40px 20px;
	border-radius: 3px;
    box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.05);
	transition: box-shadow .25s ease,transform .25s ease;
}
.tedian-box .card:hover {
	cursor:pointer;
	box-shadow: 0 2rem 5rem rgba(22,28,45,.1),0 .5rem 1rem -.75rem rgba(22,28,45,.05)!important;
    transform: translate3d(0,-85px,0);
}
.tedian-box .card  .card-img{
	padding-bottom: 15px;
}
.tedian-box .card  h4{
	font-weight: 600;
}
.tedian-box .more {
    transition: all 0.3s;
    background: rgba(40, 130, 255, 1);
    border-color: rgba(40, 130, 255, 1);
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
    padding: 8px 30px;
}
.tedian-box .more:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}
/**关于我们**/
.about .VR {
    margin-left: 10px;
    color: #f00;
}
.about .VR:hover {
    text-decoration: underline;
}
.about .video {
    width: 70%;
	height:420px;
    float: left;
    overflow: hidden;
}
.about-slide {
	position:relative;
	overflow:hidden;
}
.about-slide .bd {
	background-image: linear-gradient(90deg, #009944 0, #00bf54 97%);
	color:#fff;
	min-height:414px;
	margin-bottom: 0.78125vw;
}
.about-slide .item {
    display: flex;
	-webkit-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.about-slide .item .img {
	float:left;
	width:70%;
}
.about-slide .item .des {
	float:left;
	width:30%;
    padding: 0 2%;
    text-align: center;
}
.about-ico {
    background-size: 64px 64px;
    height: 64px;
    width: 64px;
    margin: auto;
	display: block;
    background-repeat: no-repeat;
}
.about-ico.pingpai {
    background-image: url(../images/pingpai-ico.png);
}
.about-ico.aosheng {
    background-image: url(../images/design-ico.png);
}
.about-ico.china {
    background-image: url(../images/work-ico.png);
}
.about-ico.sv {
    background-image: url(../images/service-ico.png);
}
.about-slide .item .about-title {
	font-size:18px;
}
.about-slide .item .about-txt {
	text-align:justify;
	color:rgba(255,255,255,.8);
}
.about-slide .item .btn {
	border:1px solid #f8f8f8;
	color:#fff;
	transition:background-color 0.2s;
	margin-top:20px;
}
.about-slide .item .btn:hover {
	border:1px solid #f8f8f8;
	color:#009944;
	background-color:rgba(255,255,255,0.5)
}
.about-slide .hd {
    z-index: 10 !important;
    width: 100%;
    overflow: hidden;
    position: absolute;
    bottom: 0.78125vw;
    text-align: center;
}
.about-slide .hd li {
    display:inline-block;
    width: 40px;
    height: 3px;
    background-color: rgba(170,170,170,.5);
    margin: 2px 10px 0 0;
	cursor:	pointer;
}
.about-slide .hd li.on {
    background-color: #009944;
}
.about-us {
    padding: 100px 0 90px;
    background: url(/static/assets/images/about-us.jpg) center top no-repeat fixed;
    -webkit-background-size: cover;
    background-size: cover;
    height: 780px;
}
.about-us .r {
    width: 50%;
    float: right;
    position: relative;
}
.about-us .l {
    width: 50%;
    padding-right: 80px;
    float: left;
}
.about-us .l .pic {
	margin-bottom:45px;
}
.about-us .txt .tit {
	font-size:36px;
	font-weight:600;
    color: #fff;
    line-height: 1.4em;
    margin-bottom: 10px;
    max-height: 2.8em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.about-us .desc {
	font-size: 16px;
    color: #ffffff;
    line-height: 1.8em;
    text-align: justify;
    height: 5.4em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.about-us .tit {
    color: #fff;
	font-size:36px;
	font-weight:600;
    margin-bottom: 45px;
}
.about-us .itbn {
    padding: 15px 0 20px;
    border-top: 1px solid rgba(255,255,255,.2);
    display: flex;
    justify-content: space-between;
}
.about-us .itbn .nl {
    display: flex;
    color: #fff;
	width: calc(100% - 270px);
}
.about-us .itbn p {
	font-size: 80px;
    color: #fff;
    margin: 0;
    margin-right: 10px;
}
.about-us .itbn .nl .inf {
	padding-top: 25px;
}
.about-us .itbn .nl span {
    display: block;
}
.about-us .itbn .nl .c1 {
    font-size: 32px;
    color: rgba(255,255,255,.8);
}
.about-us .itbn .nl .c2 {
    font-size: 14px;
    color: #fff;
}
.about-us .itbn .nr {
	font-size: 18px;
    color: #fff;
    width: 270px;
    line-height: 1.4em;
    max-height: 4.2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-transform: translatey(10px);
    -moz-transform: translatey(10px);
    -o-transform: translatey(10px);
    transform: translatey(10px);
}
.delay_100 {
	-webkit-animation-delay: 100ms;
	-o-animation-delay: 100ms;
	animation-delay: 100ms;
}
.delay_300 {
	-webkit-animation-delay: 300ms;
	-o-animation-delay: 300ms;
	 animation-delay: 300ms;
}
.delay_500 {
	-webkit-animation-delay: 500ms;
	-o-animation-delay: 500ms;
	animation-delay: 500ms;
}
.delay_700 {
	-webkit-animation-delay: 700ms;
	-o-animation-delay: 700ms;
	animation-delay: 700ms;
}
/**实力数据**/
.data {
	width:100%;
    padding: 20px 0;
	background: url(/static/assets/images/map-data-bg.png) no-repeat center;
}
.data .data-box {
    text-align:center;
}
.data .data-box .data-num span {
    font-size:48px;
	font-weight:bold;
}
.data .data-box .data-num i {
	font-style: normal;
    font-size: 24px;
    letter-spacing: 1px;
    word-break: break-all;
}
/**全新解决方案**/
.solution {
    position: relative;
    height: 636px;
	overflow:hidden;
}
.solution .cover {
	z-index: 2;
    position: absolute;
    background: rgba(45,56,58,.5);
    width: 100%;
    height: 100%;
}
.solution video {
    position: absolute;
    z-index: 0;
    bottom: 0;
	width:100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.solution .container {
    position: relative;
    margin: 0 auto;
    z-index: 5;
}
.solution .solution-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: background-position 0.5s ease-out;
    -moz-transition: background-position 0.5s ease-out;
    -ms-transition: background-position 0.5s ease-out;
    -o-transition: background-position 0.5s ease-out;
    transition: background-position 0.5s ease-out;
}
.solution .sidebar {
    float: left;
    width: 230px;
    height: 636px;
    overflow: hidden;
    background: rgba(0, 4, 7, 0.7);
    padding: 22px 0;
}
.solution .sidebar li {
    height: 98px;
    padding: 0 15px;
    color: #454545;
    cursor: pointer;
}
.solution .sidebar li.active, .solution .sidebar li.hover {
    background-image: -webkit-linear-gradient(-270deg, #009944 0, #00bf54 97%);
    background-image: -moz-linear-gradient(-270deg, #009944 0, #00bf54 97%);
    background-image: -o-linear-gradient(-270deg, #009944 0, #00bf54 97%);
    background-image: linear-gradient(270deg, #009944 0, #00bf54 97%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=.75, startColorstr=#009944, endColorstr=#00bf54);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0.75, startColorstr=#009944, endColorstr=#00bf54)";
}
.solution .sidebar .sidebar-item {
    font-weight: normal;
}
.solution .sidebar a {
    color: #fff;
    text-decoration: none;
    display: block;
    border-top: 1px solid #666;
    padding: 18px 0 22px 0;
}
.solution .sidebar li a {
    padding-left: 15px;
    -webkit-transition: padding-left 0.1s ease-out;
    -moz-transition: padding-left 0.1s ease-out;
    -ms-transition: padding-left 0.1s ease-out;
    -o-transition: padding-left 0.1s ease-out;
    transition: padding-left 0.1s ease-out;
    border-top: 1px solid #666;
}
.solution .sidebar li.active a, .solution .sidebar li.hover a {
    padding-left: 25px;
    border-color: transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.solution .sidebar li:first-child a {
    border-top: none;
}
.solution .sidebar h3 {
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
    margin: 0;
}
.solution p {
    margin: 0;
    color: #626262;
}
.solution .sidebar p {
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    opacity: .4;
    filter: alpha(opacity=40);
}
.solution .content {
    margin: 50px 0 50px 395px;
    height: 536px;
    position: relative;
}
.solution .content .content-item {
    color: #fff;
    position: absolute;
    top: 20px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.15s ease-out 0.05s;
    -moz-transition: all 0.15s ease-out 0.05s;
    -ms-transition: all 0.15s ease-out 0.05s;
    -o-transition: all 0.15s ease-out 0.05s;
    transition: all 0.15s ease-out 0.05s;
}
.solution .content .content-item.active {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 2;
    top: 0;
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.33, 1.02) 0.25s;
    -moz-transition: all 1s cubic-bezier(0, 0, 0.33, 1.02) 0.25s;
    -ms-transition: all 1s cubic-bezier(0, 0, 0.33, 1.02) 0.25s;
    -o-transition: all 1s cubic-bezier(0, 0, 0.33, 1.02) 0.25s;
    transition: all 1s cubic-bezier(0, 0, 0.33, 1.02) 0.25s;
}
.solution .content .header-section {
    position: relative;
    overflow: hidden;
    /* width: 712px; */
}
.solution .content h3 {
    font-weight: normal;
    font-size: 24px;
    line-height: 40px;
    margin: 0;
}
.solution .content p {
    line-height: 26px;
    font-size: 14px;
    color: #c6c6c6;
    margin-top: 20px;
}
.solution .content .solution-link {
    font-size: 14px;
    width: 157px;
    height: 36px;
    border: 1px solid #D8D8D8;
    display: block;
    margin-top: 30px;
    text-align: center;
    line-height: 34px;
    color: #FFF;
    text-decoration: none;
    opacity: .8;
    filter: alpha(opacity=80);
}
.solution .content .solution-link:hover {
    background-color: #09c75e;
    border-color: #09c75e;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.solution .content .solution-detail {
    overflow: hidden;
    margin-top: 30px;
}
.solution .solution-detail h4 {
    font-size: 14px;
    line-height: 26px;
    margin: 0;
    padding: 0;
}
.solution .content .solution-detail ul li {
	float:left;
	width:20%;
    padding-right: 10px;
}
.solution-detail ul li img{
	width:100%;
    height: 100px;
    border: 1px solid #d8d8d8;
    opacity: .8;
    filter: alpha(opacity=80);
}
.solution-detail ul li a:hover img{
    border-color: #009944;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.solution .content .solution-detail li p {
	margin:0;
	font-size: 12px;
	text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/**视频**/
.videos {
    background-color: #f6f9fe;
}
.video-card {
    padding-bottom: 56.5%;
    height: 0;
    position: relative;
    overflow: hidden;
    border-radius: 7px;
}
.video-card a img {
    max-height: none;
    display: block;
    width: 100%;
}
.video-card a em {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 46px;
    height: 46px;
    background: url(/static/assets/images/play-ico.png) no-repeat;
    background-size: cover;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.video-card:hover em {
    opacity: 1;
}
.video-card  p {
    height: 33px;
    line-height: 33px;
    overflow: hidden;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
	padding: 0 10px;
    width: 100%;
    background-color: rgba(153,153,153,0.8);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
	overflow: hidden;
	white-space: nowrap;
    -webkit-box-orient: vertical;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    word-break: break-word!important;
    word-break: break-all;
}
.video-card:hover p {
    background-color: rgb(00 99 44 / 0.85);
    background-image: linear-gradient(90deg, rgb(00 99 44 / 0.85), rgb(24 167 15 / 85%));
}
.video-card  p a {
    color: #fff;
}
/**新闻**/
.dealye-news .content-item {
	width:33.33333333%;
	float:left;
	padding:0 15px;
}
.dealye-news .content-item .item-box {
    transition: all .15s cubic-bezier(.4,0,.2,1);
    cursor: pointer;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid rgba(0, 153, 68, 0.3);
    height: 250px;
}
.content-item .item-box .img-area {
    width: 100%;
    overflow: hidden;
    height: 200px;
}
.content-item .item-box .img-area img {
    transition: all .5s ease;
    width: 100%;
}
.content-item .item-box .box-header {
    padding: 18px 25px;
    font-size: 14px;
    color: #373d41;
}
.content-item .item-box .box-header p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dealye-news .content-item .item-box:hover{
	box-shadow:0 0 15px rgba(186,204,207,.7)
}
.dealye-news .content-item .item-box:hover .img-area img{
	-webkit-transform:scale(1.1);transform:scale(1.1)
}
/* .dealye-news .other_news li {
	width:33.333333%;
	float:left;
	padding:0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.other_news li .i-dot{
    display: inline-block;
    vertical-align: middle;
    background: #ccc;
    width: 3px;
    height: 3px;
    margin-right: 9px;
} */
.news-list .hd ul {
    height: 50px;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 20px;
}
.news-list .hd ul li {
    height: 50px;
    line-height: 50px;
    display: inline-block;
    cursor: pointer;
    padding: 0 16px;
    border: 0;
    border-bottom: 2px solid transparent;
    transition: 0.3s all;
}
.news-list .hd ul li.on {
    border-bottom: 2px solid #009944;
    color: #009944;
}
.col-item a {
    display: block;
    overflow: hidden;
}
.col-item .imgbox  {
    overflow: hidden;
    position: relative;
}
@media (min-width: 1920px) {
    .col-item .imgbox {
        height:280px;
    }
}

@media (max-width: 1920px) {
    .col-item .imgbox {
        height:280px;
    }
}

@media (max-width: 1680px) {
    .col-item .imgbox {
        height:240px;
    }
}

@media (max-width: 1440px) {
    .col-item .imgbox {
        height:220px;
    }
}

@media (max-width: 1366px) {
    .col-item .imgbox {
        height:200px;
    }
}

@media (max-width: 1200px) {
    .col-item .imgbox {
        height:180px;
    }
}

@media (max-width: 992px) {
    .col-item .imgbox {
        height:180px;
    }
}
.col-item .imgbox img {
    float: none;
    height: 100%;
    width: 100%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: 0;
}
.col-item .textbox {
    background: #f8f8f8;
    text-align: left;
    padding: 25px 28px 36px 28px;
}
.col-item .textbox .title {
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    height: 52px;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 10px;
}
.col-item .textbox .time {
    display: inline-block;
	font-size:16px;
    height: 30px;
}
.col-item .textbox .time em {
    font-style: normal;
    margin-left: 6px;
}
.col-item .textbox .overtext .text {
    display: block;
    overflow: hidden;
}
/* 定义滚动条样式 */
.scroller::-webkit-scrollbar {
  width: 6px;
  height: 10px;
  background-color: rgba(240, 240, 240, 1);
}
/*定义滚动条轨道 内阴影+圆角*/
.scroller::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px rgba(240, 240, 240, .5);
  border-radius: 10px;
  background-color: rgba(240, 240, 240, .5);
}
/*定义滑块 内阴影+圆角*/
.scroller::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 0px rgba(240, 240, 240, .5);
  background-color: rgba(180, 180, 180, .5);
}
.news-item .list-box {
	width: 100%;
    background: #f8f8f8;
    padding: 20px 20px 0 28px;
    overflow-y: auto;
}
.news-item a {
	margin:5% 0;
	display: block;
    overflow: hidden;
}
.news-item a .news-title {
    font-size: 16px;
    line-height: 26px;
	font-weight: bold;
}
.news-item a .news-time {
	font-size: 16px;
    color: #666;
	line-height:26px;
}
/**实力展示**/
.apply_btn {border:1px solid #00a0e9;text-align:center;margin-top:10px;}
.apply_btn:hover {border:1px solid #009944;color:#fff;background-color:#009944;transition:.5s;}
.show-group {
    width: 100%;
    overflow: hidden;
    clear: both;
}
.show-group .show-group-l {
    width: 24%;
    float: left;
}
.show-group .show-group-c {
    width: 37.2%;
    float: left;
    margin-left: .675%;
}
.show-group .show-group-r {
    width: 37.45%;
    float: right;
}
.show-group .show-link {
    position: relative;
    display: block;
    overflow: hidden;
    line-height: 0;
	cursor: pointer;
}
.show-group-c img, .show-group-l img, .show-group-r img {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.show-group-c .show-link+.show-link, .show-group-l .show-link+.show-link, .show-group-r .show-link+.show-link {
    margin-top: 9px;
}
.show-group .show-link .cover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -100%;
    left: 0;
    background-color: rgba(0,153,68,.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f11bc90, endColorstr=#7f11bc90);
    color: #fff;
    text-align: center;
}
.cover-inner {
    width: 100%;
    top: 50%;
    left: 0;
    height: 34px;
    margin-top: -17px;
    line-height: 20px;
	position:absolute;
}
.cover-title {
    display: block;
    font-size: 20px;
}
.cover-num {
    display: block;
    margin-top: 25px;
    font-size: 16px;
}
.show-group-l .show-link.first {
    height: 330px;
}
.show-group-l .show-link.second {
    height: 240px;
}
.show-group .show-group-c {
    width: 37.2%;
    float: left;
    margin-left: .675%;
}
.show-group-c .show-link.first {
    height: 260px;
}
.show-group-c .show-link.second {
    height: 310px;
}
.show-group .show-group-r {
    width: 37.45%;
    float: right;
}
.show-group-r .show-link.first {
    height: 320px;
}
.show-group-r .show-link.second {
    height: 250px;
}
/**底部**/
.main-footer {
	background:#202020;
	padding:35px 0;
	color:#959595;
	position: relative;
}
.main-footer .widget {
	width:33.3333333%;
	padding:0 30px
}
.main-footer .widget .title {
	border-bottom:1px solid #303030
}
.main-footer .widget .tag-cloud a {
	border:1px solid #303030
}
.main-footer .widget .tag-cloud a:hover {
	border:1px solid #337ab7
}
.main-footer .content p {
    margin: 0 0 10px;
}
.widget .title {
	margin-top:0;
	padding-bottom:7px;
	border-bottom:1px solid #ebebeb;
	margin-bottom:21px;
	position:relative
}
.widget .title:after {
	content:"";
	width:75px;
	height:1px;
	background:#00a0e9;
	position:absolute;
	left:0;
	bottom:-1px
}
.main-footer .followus .ftel{
    display: block;
    font-size: 2em;
    line-height: 40px;
    color: #009944;
    background: url(../images/phone24h.png) no-repeat 0;
    text-indent: 2em;
}
.widget .friend-links a {
	display:block;
	border-bottom:1px dashed #303030;
	padding-bottom:14px;
	margin-bottom:14px;
	color:#959595;
	-webkit-transition:all .2s ease;
	-o-transition:all .2s ease;
	transition:all .2s ease
}
.widget .friend-links a:hover {
	color:#fff;
	text-decoration:none
}
.widget .friend-links a:last-child {
	margin-bottom:0;
	border:0;
}
.footer .f-link {
	background-color: #211E1E;
    padding: 10px 0;
    border-top: 1px solid #303030;
}
.footer .f-link a {
    margin-left: 5px;
    color: #959595;
	font-size:12px;
}
.copyright {
	background:#111;
	font-size:13px;
	text-align:center;
	color:#555;
	padding-top:14px;
	padding-bottom:20px;
	border-top:1px solid #303030;
	position: relative;
}
.copyright span {
	margin:0 .5em;
	height:20px;
}
.copyright a {
	color:#555; 
	display:inline-block;
	line-height: 20px;
}
.footer .social .qr {
	width:50%;
	float:left;
	padding:5px;
	text-align:center;
}
.footer .social .qr img {
	width:100%;
}
#qr-wechat { display: none; position: absolute; top: -126px; left: -144px; }
#back-to-top {
	position:fixed;
	right:10px;
	bottom:10px;
	background:rgba(51,122,183,0.6);
	color:#fff;
	text-align:center;
	border-radius:2px;
	z-index:1;
	display:none
}
#back-to-top:hover {
	background:#337ab7
}
#back-to-top i {
	width:30px;
	height:30px;
	line-height:30px
}
/**悬浮条**/
.down-bar-btn {
    width: 156px;
    height: 165px;
    position: fixed;
    left: -156px;
    bottom: 20px;
    z-index: 21;
    background: url(../images/hqbj.png) no-repeat;
    cursor: pointer;
    z-index: 10000;
}
.fBar {
    width: 100%;
    height: 115px;
    background: rgba(0,18,28,0.7);
    position: fixed;
    bottom: 0px;
    left: 0;
    z-index: 999;
}
.fBar .x-close {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    z-index: 11;
}
.fBar .x-close:hover {
    background: #222;
}
.fBar .fapply {
	float:right;
}
.fBar .dsq {
    width: 543px;
    height: 84px;
    float: left;
    background: url(../images/dsq.png) no-repeat;
    margin-top: 20px;
	margin-right:50px;
}
.fBar .freedesign {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 362px;
    height: 127px;
    background: url("../images/freedesign.png") no-repeat;
}
.fBar .ljbj {
    float: left;
    margin-top: 55px;
}
.fBar .ljbj a {
    color: #fff;
    font-size: 16px;
    background-color: #FF9244;
    padding: 10px 15px;
    margin-right: 70px;
}
.fBar .ljbj a:hover {
	background-color: #FF6B01;
}
/**********************************改版************************************/
/**presentation**/
/* .feature {background: #f7f8fa;} */
.presentation .home-event-item {
	width:20%;
	float:left;
    border-right: 1px solid #dadee4;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.presentation .home-event-item:last-child {
	border-right: none;
}
.home-event-item:hover {
    background-color: rgba(255,255,255,.7);
}
.home-event-item a {
    display: block;
    padding: 36px 10px 25px;
    color: #333;
}
.home-event-item:hover a,.home-event-item.on a {color:#00a4ff}
.home-event-item-con {
    position: relative;
    z-index: 2;
}
.home-event-item-tit {
    font-size: 18px;
    font-weight: 400;
    position: relative;
    padding-bottom: 15px;
	margin:0;
}
.home-event-item-tit:after {
    content: '';
    position: absolute;
    width: 35px;
    height: 2px;
    background-color: #009944;
    left: 0;
    bottom: 0;
}
.home-event-item-tit span {
    vertical-align: middle;
}
.home-event-icon-new {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
}
.home-event-item i img{
    width:100%;
}
.home-event-item-txt {
    padding-top: 10px;
    line-height: 1.6;
    color: #666;
}
.vr-asidebox {
	position: fixed;
    bottom: 290px;
    left: 10px;
    width: 160px;
    height: 90px;
    background: #eee;
    overflow: hidden;
    border: 4px solid rgba(4, 120, 237, 0.24);
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    z-index: 1000;
}
.vr-animate {
	width: 152px;
	height: 82px;
	background: #eee;
	position: relative;
}
.vr-group {
	position: relative;
}
@-webkit-keyframes moveSlideshow {
    0%,50%,to {
        transform: translateX(-66%)
    }

    25%,75% {
        transform: translateX(0)
    }
}

@keyframes moveSlideshow {
    0%,50%,to {
        transform: translateX(-66%)
    }

    25%,75% {
        transform: translateX(0)
    }
}
.vr-imgslidr {
    position: absolute;
    top: 0;
    left: 0;
    width: 1163px;
    height: 100%;
    transform: translate3d(0,0,0);
    -webkit-animation: moveSlideshow 300s linear infinite;
    animation: moveSlideshow 300s linear infinite;
}
.vr-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.vr-mask {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background: #000;
    opacity: 0.4;
}
.vr-jump {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background: url(/static/assets/images/ctm_icon_see.png) no-repeat center center;
    background-size: 34px;
    font-size: 0;
}
.vr-logo {
	position: absolute;
    top: 0;
    left: 4px;
    width: 32px;
    height: 32px;
    background: url(/static/assets/images/vr-logo.png) no-repeat;
}
.vr-group:hover .vr-link {
	display: block;
}