/*web.css*/
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
html {
	font-family: PingFang Medium;
	font-size: 16px;
}
ul,li {
	list-style: none;
}
img {
	display: block;
}
a {
	text-decoration: none;
}
a:hover, a:active, a:link, a:visited {
	color: inherit;
}

	/*公用*/
.web-outrow {
	width: 1440px;
	margin: 0 auto;
}
.web-left {
	float: left;
}
.web-right {
	float: right;
}
.web-center {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.web-text-center {
	text-align: center;
}
.web-text-right {
	text-align: right;
}
.fg-blue-1 {
	color: #0062bb !important;
}
.fg-blue-2 {
	color: #89c4fa !important;
}
.web-button-1 {
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	padding: 5px 30px;
	background-color: #0062bb !important;
	border: solid 1px #0062bb;
	color: #fff !important;
	font-size: 1.125em;
}
.web-button-2 {
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	padding: 10px 15px;
	background-color: #0062bb !important;
	border: solid 1px #0062bb;
	color: #fff !important;
	font-size: 1.5em;
}
.web-button-3 {
	font-family: PingFang Bold;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	padding: 3px 20px;
	border: solid 2px #0062bb !important;
	color: #0062bb !important;
	font-size: 1.5em;
}
.web-button-4 {
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	font-size: 1.25em;
	line-height: 1;
	padding: 0.2em 0.75em;
	border: solid 2px #0062BB;
	color: #0062BB !important;
	border-radius: 3px;
}
.web-button-4:hover {
	background-color: #0062BB;
	color: #fff !important;
}
.web-button-5 {
	display: inline-block;
	color: #fff !important;
	border: solid 1px #fff;
	padding: .25em .75em;
	line-height: 1;
	border-radius: 3px;
}
.web-modular-bottom {
	margin-bottom: 100px;
}
.web-table {
	width: 100%;
	height: 100%;
	display: table;
}
.web-table-row {
	display: table-row;
}
.web-table-cell {
	display: table-cell;
}
.web-indent {
	text-indent: 2em;
}

	/*边距*/
.mar-b-20 {
	margin-bottom: 20px !important;
}

	/*主页*/
.web-header {
	position: relative;
	height: auto;
	overflow: hidden;
}
.web-logo {
	display: block;
	margin-top: 19px;
}
.web-header .fa-bars {
	display: none;
	font-size: 1.5em;
}
.web-nav {
	float: right;
}
.web-nav li {
	display: inline-block;
}
.web-nav li > a {
	display: block;
	color: #004b8f;
	height: 86px;
	line-height: 86px;
	font-size: 1.25rem;
	padding-left: 0.66rem;
	padding-right: 0.66rem;
}
.web-nav .web-active a, .web-nav li > a:hover {
	color: #fff;
	background-color: #004b8f;
}
.web-nav > input[type="checkbox"] {
	display: none;
}
	/*轮播*/
.banner { position: relative; width: 100%;}
.banner img {
	display: block;
}
.banner .bx-wrapper {
	margin-bottom: 0;
}
.banner .bx-controls {
	position: absolute;
	width: 100%;
	bottom: 130px;
}
.banner .bx-wrapper .bx-pager {
	padding-top: 0;
}
.banner .bx-wrapper .bx-pager,.banner .bx-wrapper .bx-controls-auto {
	bottom: 0;
}
.banner .bx-wrapper .bx-pager.bx-default-pager a:hover,.banner .bx-wrapper .bx-pager.bx-default-pager a.active, .banner .bx-wrapper .bx-pager.bx-default-pager a:focus {
	background-color: #00a0e9;
	border: solid 1px #00a0e9;
}
.sliderimg {
	display: block;
}
.sliders-box li {
	float: left;
}

.web-sliders {
	width: 100%;
	position: relative;
}
.web-index-slider-box-img {
	overflow: hidden;
}
.web-index-banner-text-box {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 24px;
	color: #fff;
	text-align: right;
}
.web-index-banner-text-box > div {
	display: inline-block;
	text-align: left;
}
.web-index-banner-text-modular {
	margin-left: 90px;
}
.web-index-banner-text-modular > div {
	display: inline-block;
}
.web-index-banner-text-modular img {
	display: inline-block;
	vertical-align: 0;
	margin-right: 10px;
}
.web-index-sliders-box:hover .web-index-slider-box-text {
	animation: boxhover .4s forwards;
	-ms-animation: boxhover .4s forwards;
	-moz-animation: boxhover .4s forwards;
	-webkit-animation: boxhover .4s forwards;
	-o-animation: boxhover .4s forwards;
}
.web-index-sliders-box:hover .web-index-slider-box-text h4, .web-index-sliders-box:hover .web-index-slider-box-text p {
	color: #fff
}
.web-index-sliders-box:hover .web-button-1 {
	border-color: #fff;
}
.web-index-sliders-box:hover img {
	animation: boxhover_img .4s forwards;
	-ms-animation: boxhover .4s forwards;
	-moz-animation: boxhover_img .4s forwards;
	-webkit-animation: boxhover_img .4s forwards;
	-o-animation: boxhover_img .4s forwards;
}
.web-index-sliders-box > a {
	display: block;
}
.web-index-title {
	text-align: center;
	padding-top: 60px;
	padding-bottom: 30px;
}
.web-index-title h3{
	font-size: 1.875em;
	color: #00a0e9;
}
.web-index-title h4{
	display: inline-block;
	font-size: 1.5em;
	padding-left: 90px;
	padding-right: 90px;
	border-bottom: solid 2px #0062bb;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.web-index-title h4 i {
	font-style: normal;
	font-size: 1.083em;
}
.web-index-title .web-index-title-slogan {
	color: #00498d;
	display: inline-block;
	background: url(../images/index-title-slogan.png) no-repeat scroll;
	background-position: center right;
	background-size: auto 25%;
	padding-right: 2.5%;
	font-size: 0.875em;
}
.web-index-sliders-box {
	width: 25%;
	float: left;
	padding-left: 7px;
	padding-right: 7px;
	margin-bottom: 10px;
}
.web-index-sliders-box img {
	width: 100%;
}
.web-index-slider-box-text {
	padding-left: 10px;
	padding-right: 10px;
}
.web-index-slider-box-text .web-button-1 {
	margin: 0 auto 10px auto;
}
.web-index-list {
	overflow: hidden;
}
.web-index-list li {
	width: 50%;
	position: relative;
	float: left;
	padding-bottom: 2.4em;
	padding-left: 180px;
	padding-right: 10px;
	min-height: 170px;
	margin-bottom: 20px;
}
.web-index-list .web-index-list-img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 10px;
}
.web-index-list .web-index-list-img img {
	width: 160px;
}
.web-index-list .web-index-list-text h4, .web-index-synopsis-text h4 {
	color: #0062BB;	
}
.web-index-modular h4 {
	font-size: 1.5em;
}
.web-index-modular p {
	font-size: 1.25em;
}
.web-index-slider-box-text h4{
	padding-top: 10px;
	text-align: center;
	font-size: 1.375em;
	color: #0062bb;
	font-weight: 100;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.web-index-slider-box-text p {
	font-size: 1em;
	line-height: 1.25;
	overflow: hidden;
	text-indent: 2em;
	margin-top: 10px;
	margin-bottom: 15px;
	height: 3.9em;
}
.web-index-modular .web-button-2 {
	margin-top: 50px;
}
.web-index-list .web-text-right {
	position: absolute;
	bottom: 0;
	right: 10px;
	width: 100%;
}
.web-index-list .fg-blue-1 {
	font-size: 1.124em;
}
.web-index-fullScreen {
	margin-bottom: 0;
}
.web-index-synopsis {
	background: url(../images/index-bg.jpg) no-repeat scroll;
	background-position-x: center;
	background-size: auto 100%;
	padding-top: 110px;
	padding-bottom: 30px;
	padding-left: 12%;
	min-height: 575px;
}
.web-index-synopsis .web-outrow {
	position: relative;
	background-color: #fff;
	padding: 25px 4% 30px 12%;
}
.web-index-synopsis .web-index-synopsis-img {
	position: absolute;
	left: 0;
	top: 0;
	transform: translate(-50%,-20%);
	width: 24%;
}
.web-index-synopsis-text h4 {
	margin-bottom: 10px;
}
.web-index-synopsis-text p {
	text-indent: 2em;
	margin-bottom: .5em;
}
.web-index-synopsis .web-button-3 {
	margin-top: 30px;
}
.web-footer {
	background-color: #0062bb;
	color: #fff;
	padding-top: 35px;
	padding-bottom: 35px;
}
.web-footer-text > p {
    margin-bottom: 0;
}
.web-footer-text .web-footer-link, .web-footer-text p span {
	margin-bottom: 10px;
}
.web-footer .web-outrow {
	padding-right: 172px;
	position: relative;
}
.web-footer-QRcode {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.web-footer-QRcode img {
	width: 80%;
}
.web-footer .web-footer-link {
	height: auto;
	overflow: hidden;
}
.web-footer .web-footer-link a, .web-footer p span {
	display: inline-block;
	white-space: nowrap;
}
.web-footer .web-footer-link a {
	float: left;
	display: inline-block;
	padding-left: 10px;
	padding-right: 11px;
	border-right: solid 1px #fff;
}
.web-footer .web-footer-link a:first-child {
	padding-left:0;
}
.web-footer .web-footer-link a:last-child {
	padding-right:0;
	border-right: none;
}

/*智慧旅游*/
.web-facile-nav {
	font-size: 1.875em;
	padding-top: 30px;
	line-height: 1;
}
.web-facile-nav a {
	margin-right: 50px;
	color: #0062bb;
}
.web-facile-nav a:hover {
	color: #4aa9ff;
	cursor: pointer;
}
.web-facile-nav + .web-index-modular .web-index-title, #tourism-type + .web-index-modular .web-index-title{
	padding-top: 30px;
}
.banner.sliders-bottom .bx-controls {
	bottom: 5% !important;
}
.web-index-list li.x2 {
	width: 100%;
}

/*硬件产品*/
.web-tab {
	margin-bottom: 50px;
}
.web-tab .web-tab-title {
	position: relative;
	border-bottom: solid 2px #f5f5f5;
}
.web-tab .web-index-title {
	display: inline-block;
	text-align: left;
	line-height: 1;
	white-space:nowrap;
}
.web-tab .web-index-title h3 {
}
.web-tab .web-index-title h4, .web-tab .web-index-title .web-index-title-slogan {
	display: inline-block;
}
.web-tab .web-index-title h4 {
	padding: 0;
	border: none;
	margin-bottom: 0;
}
.web-tab .web-index-title .web-index-title-slogan {
	padding-right: 8%;
}
.web-tab-nav {
	/*float: right;*/
	position: absolute;
	right: 0;
	bottom: -2px;
}
.web-tab-nav-phone {
	display: none;
}
.web-tab-nav li {
	display: inline-block;
	padding-bottom: 1.875em;
	margin-left: 20px;
	font-size: 1.25em;
	padding-left: 10px;
	padding-right: 10px;
    cursor: pointer;
}
.web-tab-nav .web-tab-nav-phone-app {
	display: none;
}
.web-tab-nav li.web-active {
	border-bottom: solid 2px #0062bb;
}
.web-tab-list ul {
	overflow: hidden;
}
.web-tab-list li{
	width: 33.3333%;
	float: left;
} 
.web-hard-product {
	width: 75%;
	margin: 85px auto 0 auto;
}
.web-hard-product:hover .web-tab-product-text {
	background-color: #0062BB;
	color: #fff;
}
.web-tab-product-img {
	overflow: hidden;
	box-shadow: 0 0 5px 1px #ccc;	
	border: none;
	/*border: solid 2px #eee;*/
}
.web-tab-product-img > img {
	display: block;
	width: 100%;
}
.web-tab-product-text {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	color: #0062bb;
}
.web-tab-product-text h4 {
	font-size: 1.25em;
	font-weight: 100;
}
.web-tab-product-text h5 {
	font-size: 1.125em;
	font-weight: 100;
}
.web-tab-list-page {
	margin-top: 20px;
	text-align: center;
}
.web-tab-list-page a {
	font-size: 1.5em;
	padding: 2px 18px;
	color: #0062BB;
	border:solid 2px #0062BB;
	margin: 0 4%;
	cursor: pointer;
}
.web-tab-list-page a:hover {
	color: #fff;
	background-color: #0062BB;
}

/*成功案例*/
.web-tab-nav .web-tab-nav-2 {
	/*margin-left: 126px;*/
}
.web-tab-nav-2 {
	position: relative;
}
.web-tab-nav-2 dl {
	position: absolute;
	display: none;
	overflow: hidden;
	white-space: nowrap;
	background-color: #fff;
	box-shadow: 0 0 10px 1px #ddd;
	top: 3.5em;
}
.web-tab-nav-2 dl dt {
	padding: 5px 62px 5px 12px;
}
.web-tab-nav-2 dl dt:hover {
	background-color: #0062BB;
	color: #fff;
	cursor: pointer;
}
.web-tab-nav-2 dl dt a {
	display: block;
}
.web-tab-nav-phont-2 {
	padding-right: 1em;
	position: relative;
}
.web-tab-nav-phont-2:after {
	content: "\f0d7";
	font-family: FontAwesome;
	position: absolute;
	right: 0;
	font-size: 1em;
	top: .75em;
	transform: translateY(-50%);
}
.web-case-product {
	width: 95%;
	margin: 50px auto 0 auto;
}
.web-case-product .web-tab-product-text {
	text-align: left;
	padding-top: 10px 5px 0px 5px;
}
.web-case-product .web-tab-product-text p {
	color: #1a1a1a;
	height: 4.5em;
}

/*关于我们*/
.web-modelar-list {
	overflow: hidden;
}
.web-modelar-list > li {
	float: left;
	width: 25%;
	padding-left: 8px;
	padding-right: 8px;
	margin-bottom: 70px;
}
.web-modelar-list-3 > li {
	width: 33.3333%;
}
.web-modelar-list li:nth-last-child(-n+2) {
	margin-bottom: 0 !important;
}
.web-culture-box {
	position: relative;
}
.web-culture-img {
	
}
.web-culture-box img {
	width: 100%;
}
.web-culture-content .web-culture-text:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
}
.web-culture-box .web-culture-text {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #0062BB;
	color: #fff;
	padding: 1.5em 3.75em;
	top: 0;
	left: 0;
}
.web-culture-box:hover .web-culture-text {
	display: block;
}
.web-culture-box .web-culture-text:after {
	content: "";
	position: absolute;
	left: 1.75em;
	right: 1.75em;
	top: .75em;
	bottom: .75em;
	border: solid 1px #fff;
}
.web-culture-box:hover .web-culture-text .web-center {
	left: 3.75em;
	right: 3.75em;
	-ms-animation: culture_text .75s forwards;
	-moz-animation: culture_text .75s forwards;
	-webkit-animation: culture_text .75sforwards;
	-o-animation: culture_text .75s forwards;
	animation: culture_text .75s forwards;
}
.web-culture-text h4 {
	font-size: 1.375em;
	text-align: center;
	margin-bottom: 1em;
}
.web-culture-text p {
	font-size: 1.125em;
	margin-top: 0;
}
.web-culture-box:hover .web-culture-text p {
	animation: culture_text_p 1.5s forwards;
}
.web-conteact-content {
	overflow: hidden;
	color: #0062BB;
}
.web-conteact-content i[class^="icon-"] {
	display: inline-block;
	width: 3.125em;
	height: 3.125em;
	background: url(../images/about-icon.png) no-repeat scroll 0 0 / 3.125em 14.375em;
	vertical-align: middle;
	margin-right: 1em;
}
.web-conteact-content i.icon-address {
	background-position: 0 -7.5em;
}
.web-conteact-content i.icon-location {
	background-position: 0 -3.75em;
}
.web-conteact-content i.icon-phone {
	background-position: 0 0;
}
.web-conteact-content i.icon-fax {
	background-position: 0 -11.25em;
}
.web-conteact-row {
	margin-bottom: 2.5em;
}
.web-conteact-row span {
	font-size: 1.5em;
}
.web-conteact-box .web-text-center {
	font-size: 1.875em;
	margin-top: 1em;
	margin-bottom: 2em;
}

/*品牌中心*/
.web-brand-content img {
	width: 100%;
}
.web-brand-content .web-modelar-list > li {
	padding-left: 1.5em;
	padding-right: 1.5em;
	margin-bottom: 1.25em;
}
.web-develop-content {
	height: 16.875em;
	position: relative;
	padding-left: 25.3125em;
}
.web-develop-img {
	position: absolute;
	left: 0;
	width: 25.3125em;
	height: 16.875em;
}
.web-develop-img > img {
	height: 100%;
}
.web-develop-newest {
	position: relative;
	float: left;
	width: 60%;
	height: 100%;
	padding-top: 0.5em;
	padding-left: 7.5em;
	padding-right: 1.875em;
	padding-bottom: 4.125em;
}
.web-develop-date {
	position: absolute;
	left: 1.875em;
	color: #0062BB;
	line-height: 1.1;
}
.web-develop-newest .web-text-center {
	position: absolute;
	bottom: 0.5em;
}
.web-develop-newest .web-text-center .web-button-2 {
	padding: 0.15em 0.5em;
	font-size: 1.25em;
	margin-top: 0;
}
.web-develop-date h2{
	font-size: 3em;
}
.web-develop-date p {
	font-size: 1em;
	font-size: 1;
}
.web-develop-newlist {
	position: relative;
	color: #999;
	float: right;
	width: 40%;
	height: 100%;
	padding-top: 2em;
	padding-left: 1.875em;
}
.web-develop-newest-box p {
	font-size: 1.25em;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}
.web-develop-newlist-nav {
	position: absolute;
	top: 0;
	right: 0;
}
.web-develop-newlist-nav li{
	display: inline;
	padding-left: 1em;
	padding-right: 1em;
	border-left: solid 1px #999;
}
.web-develop-newlist li a:hover {
	color: #0062BB;
}
.web-develop-newlist-nav li:first-child {
	border-left: none;
}
.web-develop-newlist-content {
	height: 100%;
}
.web-develop-newlist-content li {
	height: 25%;
	overflow: hidden;
	padding-top: 1.125em;
	border-bottom: dashed 1px ;
}
.web-newlist-content-date {
	display: inline-block;
	width: 35%;
	float: left;
}
.web-newlist-content-title {
	display: inline-block;
	width: 65%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	float: left;
}
.web-brand-recruit {
	background: url(../images/brand-recruit-bg.jpg) no-repeat scroll;
	background-size: cover;
}
.web-brand-recruit .web-outrow {
	position: relative;
}
.web-brand-recruit .web-recruit-logo {
	position: absolute;
	width: 30%;
	left: 5%;
	top: 50%;
	transform: translateY(-50%);
}
.web-brand-recruit .web-recruit-logo > img {
	width: 100%;
}
.web-recruit-content {
	margin-left: 40%;
	color: #fff;
	padding-top: 3.5em;
	padding-bottom: 2em;
}
.web-recruit-title {
	width: 100%;
}
.web-recruit-list {
	overflow: hidden;
}
.web-recruit-list li {
	float: left;
	position: relative;
	padding-left: 5.5em;
	padding-right: 0.75em;
	width: 50%;
	margin-top: 2em;
	min-height: 4.75em;
}
.web-recruit-job-info h4 span {
	font-size: .6666em;
}
.web-recruit-job-icon {
	position: absolute;
	left: 0;
	top: 0;
}
.web-recruit-content i[class^="icon-job-"] {
	display: inline-block;
	width: 4.75em;
	height: 4.75em;
}
.web-recruit-content i.icon-job-1 {
	background: url(../images/icon-recruit-1.png);
	background-size: 100% 100%;
}
.web-recruit-content i.icon-job-2 {
	background: url(../images/icon-recruit-2.png);
	background-size: 100% 100%;
}
.web-recruit-content i.icon-job-3 {
	background: url(../images/icon-recruit-3.png);
	background-size: 100% 100%;
}
.web-recruit-content i.icon-job-4 {
	background: url(../images/icon-recruit-4.png);
	background-size: 100% 100%;
}
.web-recruit-phone {
	text-align: center;
	margin-top: 1em;
	font-size: 3em;
}

/*技术创新*/
.web-fullpage-nav-box {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
	background-color: #fff;
}
.inovate-bg-1, .inovate-bg-3, .inovate-bg-5 {
	color: #fff;
	position: relative;
}
.inovate-animate-1 {
	margin-left: 15%;
}
.inovate-animate-1 h4 {
	font-size: 3em;
	-ms-transform: translateX(-200%);
	-moz-transform: translateX(-200%);
	-webkit-transform: translateX(-200%);
	-o-transform: translateX(-200%);
	transform: translateX(-200%);
}
.inovate-animate-1 h3 {
	font-size: 3.75em;
	-ms-transform: translateY(5000%);
	-moz-transform: translateY(5000%);
	-webkit-transform: translateY(5000%);
	-o-transform: translateY(5000%);
	transform: translateY(5000%);
}
.inovate-animate-1.inovate-trigger h4 {
	-ms-animation: inovate_animate_h4 1.25s forwards;
	-moz-animation: inovate_animate_h4 1.25s forwards;
	-webkit-animation: inovate_animate_h4 1.25s forwards;
	-o-animation: inovate_animate_h4 1.25s forwards;
	animation: inovate_animate_h4 1.25s forwards;
}
.inovate-animate-1.inovate-trigger h3 {
	/*margin-bottom: 1.5em;*/
	-ms-animation: inovate_animate_h3 1.25s forwards;
	-moz-animation: inovate_animate_h3 1.25s forwards;
	-webkit-animation: inovate_animate_h3 1.25s forwards;
	-o-animation: inovate_animate_h3 1.25s forwards;
	animation: inovate_animate_h3 1.25s forwards;
}
.inovate-animate-2.inovate-trigger .inovate-animate-2-img {
	-ms-animation: inovate_animate_h4 1.25s forwards;
	-moz-animation: inovate_animate_h4 1.25s forwards;
	-webkit-animation: inovate_animate_h4 1.25s forwards;
	-o-animation: inovate_animate_h4 1.25s forwards;
	animation: inovate_animate_h4 1.25s forwards;
}
.inovate-animate-2.inovate-trigger .inovate-animate-2-text h4 {
	-ms-animation: inovate_animate2_h4 .5s forwards;
	-moz-animation: inovate_animate2_h4 .5s forwards;
	-webkit-animation: inovate_animate2_h4 .5s forwards;
	-o-animation: inovate_animate2_h4 .5s forwards;
	animation: inovate_animate2_h4 .5s forwards;
}
.inovate-animate-2.inovate-trigger .inovate-animate-2-text p:nth-child(2) {
	-ms-animation: inovate_animate_p .5s .15s forwards;
	-moz-animation: inovate_animate_p .5s .15s forwards;
	-webkit-animation: inovate_animate_p .5s .15s forwards;
	-o-animation: inovate_animate_p .5s .15s forwards;
	animation: inovate_animate_p .5s .15s forwards;
}
.inovate-animate-2.inovate-trigger .inovate-animate-2-text p:nth-child(3) {
	-ms-animation: inovate_animate_p .5s .3s forwards;
	-moz-animation: inovate_animate_p .5s .3s forwards;
	-webkit-animation: inovate_animate_p .5s .3s forwards;
	-o-animation: inovate_animate_p .5s .3s forwards;
	animation: inovate_animate_p .5s .3s forwards;
}
.inovate-animate-2.inovate-trigger .inovate-animate-2-text p:nth-child(4) {
	-ms-animation: inovate_animate_p .5s .45s forwards;
	-moz-animation: inovate_animate_p .5s .45s forwards;
	-webkit-animation: inovate_animate_p .5s .45s forwards;
	-o-animation: inovate_animate_p .5s .45s forwards;
	animation: inovate_animate_p .5s .45s forwards;
}
.inovate-animate-2.inovate-trigger .inovate-animate-2-text p:nth-child(5) {
	-ms-animation: inovate_animate_p .5s .6s forwards;
	-moz-animation: inovate_animate_p .5s .6s forwards;
	-webkit-animation: inovate_animate_p .5s .6s forwards;
	-o-animation: inovate_animate_p .5s .6s forwards;
	animation: inovate_animate_p .5s .6s forwards;
}
.inovate-animate-2.inovate-trigger .inovate-animate-2-text p:nth-child(6) {
	-ms-animation: inovate_animate_p .5s .75s forwards;
	-moz-animation: inovate_animate_p .5s .75s forwards;
	-webkit-animation: inovate_animate_p .5s .75s forwards;
	-o-animation: inovate_animate_p .5s .75s forwards;
	animation: inovate_animate_p .5s .75s forwards;
}
.inovate-animate-2.inovate-trigger .inovate-animate-2-text p:nth-child(7) {
	-ms-animation: inovate_animate_p .5s .9s forwards;
	-moz-animation: inovate_animate_p .5s .9s forwards;
	-webkit-animation: inovate_animate_p .5s .9s forwards;
	-o-animation: inovate_animate_p .5s .9s forwards;
	animation: inovate_animate_p .5s .9s forwards;
}
.inovate-animate-2.inovate-trigger .inovate-animate-2-text p:nth-child(8) {
	-ms-animation: inovate_animate_p .5s 1.05s forwards;
	-moz-animation: inovate_animate_p .5s 1.05s forwards;
	-webkit-animation: inovate_animate_p .5s 1.05s forwards;
	-o-animation: inovate_animate_p .5s 1.05s forwards;
	animation: inovate_animate_p .5s 1.05s forwards;
}
.inovate-animate-2.inovate-trigger .inovate-animate-2-text p:nth-child(9) {
	-ms-animation: inovate_animate_p .5s 1.2s forwards;
	-moz-animation: inovate_animate_p .5s 1.2s forwards;
	-webkit-animation: inovate_animate_p .5s 1.2s forwards;
	-o-animation: inovate_animate_p .5s 1.2s forwards;
	animation: inovate_animate_p .5s 1.2s forwards;
}
.inovate-animate-1 .web-button-5 {
	font-size: 1.625em;
}
.section .fa {
	vertical-align: middle;
}
.section .fa-circle {
	font-size: 0.4em;
	margin-right: 0.75em;
}
.section .fa-circle:nth-child(1) {
	color: #cbe5f9;
	margin-left: 0.75em;
}
.section .fa-circle:nth-child(2) {
	color: #6ab3ec;
}
.section .fa-circle:nth-child(3) {
	color: #198be2;
}
.inovate-animate-2 {
	display: table-row;
}
.section .fa-caret-right {
	color: #005ed8;
	font-size: 1.1em;
}
.inovate-animate-2-img {
	display: table-cell;
	vertical-align: middle;
	width: 40%;
	padding-left: 7.5%;
	padding-right: 7.5%;
	-ms-transform: translateX(-200%);
	-moz-transform: translateX(-200%);
	-webkit-transform: translateX(-200%);
	-o-transform: translateX(-200%);
	transform: translateX(-200%);
}
.inovate-bg-4 .inovate-animate-2-img {
	width: 50%;
	padding-right: 0;
}
.inovate-animate-2-img img {
	width: 100%;
}
.inovate-animate-2-text {
	display: table-cell;
	vertical-align: middle;
	padding-left: 7.5%;
}
.inovate-animate-2-text h4 {
	font-size: 3em;
	color: #0062BB;
	margin-bottom: .5em;
	-ms-transform: translateY(5000%);
	-moz-transform: translateY(5000%);
	-webkit-transform: translateY(5000%);
	-o-transform: translateY(5000%);
	transform: translateY(5000%);
}
.inovate-animate-2-text p {
	font-size: 1.375em;
	margin-bottom: 0;
	-ms-transform: translateY(3000%);
	-moz-transform: translateY(3000%);
	-webkit-transform: translateY(3000%);
	-o-transform: translateY(3000%);
	transform: translateY(3000%);
}
.inovate-animate-2-text .web-button-5 {
	color: #0062BB !important;
	border-color: #0062BB;
	margin-top: 3em;
}

/*分销系统*/
.distribution-animate-1 {
	text-align: center;
}
.distribution-animate-1 .logo-box {
	position: relative;
	display: inline-block;
	overflow: visible;
}
.distribution-animate-1 .logo-box .logo-box-frame-1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotateZ(45deg);
	width: 12.5em;
	height: 12.5em;
	background: rgba(255,255,255,0.3);
	border: solid 1px transparent;
	border-radius: 1.25em;
}
.distribution-animate-1 .logo-box .logo-box-frame-2 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 12.5em;
	height: 12.5em;
	background: rgba(255,255,255);
	border: solid 1px transparent;
	border-radius: 1.25em;
}
.distribution-logo {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 8em;
	height: 8em;
}
.distribution-logo > img {
	width: 100%;
}

/*软件列表*/
.full-list li{
	width: 100% !important;
}
.web-soft-list li {
	position: relative;
	padding-top: 2em;
	padding-bottom: 2em;
	border-bottom: dotted 1px #dddddd;
	padding-left: 5.625em;
}
.web-soft-img {
	position: absolute;
	left: 0;
	top: 2em;
}
.web-soft-img img {
	width: 4.625em;
}
.web-soft-text {
	min-height: 4.625em;
}
.web-soft-text h4 {
	font-size: 1.25em;
}
.web-page-1 {
	text-align: right;
	padding-top: 2em;
	padding-bottom: 2em;
}
.web-page-1 a {
	display: inline-block;
	border: solid 1px #dddddd;
	border-radius: 3px;
	padding: 0.5em 1em;
	margin-left: 0.5em;
}
.web-page-1 a:hover,.web-page-1 a.web-active {
	background-color: #eeeeee;
}
.web-soft-list .web-page-1 {
	padding-bottom: 0;
}

/*产品详情*/
.web-product {
	padding-bottom: 2.5em;
}
.consult-page .web-product {
	padding-top: 1em;
}
.web-product h3 {
	text-align: center;
	font-size: 2em;
	font-weight: 100;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}
.web-product h3 p {
	font-size: 0.5em;
	margin-bottom: 0;
}
.web-product-class {
	display: block;
	text-align: center;
	font-size: 1.5em;
	padding-top: 1em;
	padding-bottom: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
	background-color: #f9f9f9;
	color: #0062BB;
}
.web-product-title {
	font-size: 1.25em;
	font-weight: bold;
}
.web-product img {
	display: block;
	max-width: 50%;
	margin: 0 auto 1em auto;
}
.consult-page .web-product img {
	width: 80% !important;
	display: block;
	margin: 0 auto;
	max-width: 80%;
}
.web-product p {
	margin-bottom: 0.5em;
	line-height: 1.5;	
}
.web-product table {
	width: 50%;
	border-top: solid 1px #e6e6e6;
	border-left: solid 1px #e6e6e6;
}
.web-product table th, .web-product table td {
	border-right: solid 1px #e6e6e6;
	border-bottom: solid 1px #e6e6e6;
	padding: 5px 10px;
}

/*1024-1600*/
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
	.web-outrow {
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
	}
	
	.banner .bx-controls {
		bottom: 20%;
	}
	.banner .dots li {
		width: 12px;
		height: 12px;
		margin: 0 3px; 
	}
	.web-index-banner-text-box {
		/*padding-right: 10px;*/
		bottom: 12px;
	}
	.web-index-banner-text-modular {
		margin-left: 35px;
		font-size: 1.1em;
	}
	.web-index-title {
		padding-top: 30px;
		padding-bottom: 25px;
	}
	.web-tab-nav li{
		padding-bottom: 25px;
	}
	.web-index-title h4 {
		padding-left: 5%;
		padding-right: 5%;
		padding-bottom: 2px;
		margin-bottom: 5px;
	}
	.web-index-slider-box-text p {
		margin-top: 8px;
		margin-bottom: 12px;
	}
	.web-index-modular .web-button-2 {
		margin-top: 35px;
	}
	.web-case-product {
		margin-top: 35px;
	}
	.web-modelar-list li {
		margin-bottom: 40px;
	}
	.web-conteact-box  {
		width: 45%;
	}
	.web-conteact-map img {
		width: 100%;
	}
	.web-develop-content {
		height: 18em;
	}
}
/*1024-1200*/
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	.web-facile-nav {
		padding-top: 20px;
	}
	.web-facile-nav + .web-index-modular .web-index-title{
		padding-top: 20px;
	}
	.web-modular-bottom {
		margin-bottom: 60px;
	}
	.web-hard-product {
		margin-top: 60px;
	}
}

/*手机端*/
@media only screen and (min-width: 480px) and (max-width: 1025px) {
	.web-index-sliders-box {
		width: 50%;
	}
	.web-tab-list li, .web-modelar-list-3 li/*, .web-modelar-list li*/ {
		width: 50%;
	}
	.web-modelar-list li, .web-modelar-list li:nth-last-child(3) {
		margin-bottom: 35px !important;
	}
	.web-modelar-list li:nth-last-child(-n+2) {
		margin-bottom: 0 !important;
	}
	.web-hard-product {
		margin-top: 30px;
		width: 60%;
	}
	.web-conteact-box  {
		width: 70%;
		margin-left: auto;
		margin-right: auto;
		font-size: 8px;
	}
	.web-conteact-map img {
		width: 100%;
	}
	
}
/*小于1025*/
@media only screen and (max-width: 1024px) {
	.web-outrow {
		width: auto;
		padding-left: 5px;
		padding-right: 5px;
	}
	.web-left {
		float: none;
	}
	.web-right {
		float: none;
	}
	.web-button-1 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.web-button-2 {
		font-size: 1.25em;
		padding: 8px 12px;
	}
	.bx-wrapper {
		margin-bottom: 30px;
	}
	
	/*首页*/
	.web-nav > input[type="checkbox"] {
		/*appearance: none;
		-moz-appearance: none;
		-webkit-appearance: none;*/
		opacity: 0;
		-moz-opacity: 0;
		-webkit-opacity: 0;
		display: block;
		width: 24px;
		height: 24px;
		background-color: red;
		position: absolute;
		top: 16px;
		right: 16px;
		transform: translate(50%,-50%);
		z-index: 10;
	}
	/*.web-nav .web-active {
		display: block;
	}*/
	.web-nav {
		float: none;
		clear: none;
		font-size: 1.1rem;
	}
	.web-nav li {
		display: none;
		background-color: #fbfbfb;
		border-bottom: solid 3px #fff;
	}
	.web-nav li > a {
		height: 24px;
		line-height: 24px;
	}
	.web-nav > input:checked + ul li {
		display: block;
		clear: none;
		width: 100%;
	}
	.web-logo {
		height: 24px;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.web-header .fa-bars {
		display: block;
		position: absolute;
		right: 10px;
		top: 17px;
		transform: translateY(-50%);
		color: #0062bb;
	}
	.web-index-banner-text-box {
		display: none;
	}
	.banner .bx-controls {
		bottom: 10%;
	}
	.banner .dots li {
		width: 8px;
		height: 8px;
		margin: 0 2px; 
	}
	.web-index-title .web-index-title-slogan {
		background-size: auto 20%;
		padding-right: 10px;
		font-size: 0.6em;
	}
	.web-index-title h3,.web-index-title h4 {
		line-height: 1.1;
	}
	.web-index-title {
		padding-top: 10px;
		padding-bottom: 8px;
	}
	.web-facile-nav {
		padding-top: 10px;
		/*text-align: center;*/
		font-size: 1em;
	}
	.web-facile-nav a {
		margin-left: 5px;
		margin-right: 5px;
	}
	.web-facile-nav + .web-index-modular .web-index-title {
		padding-top: 15px;
	}
	.web-index-title h3 {
		font-size: 1.375em;
	}
	.web-index-title h4 {
		font-size: 0.9em;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 1px;
		margin-bottom: 0;
	}
	.web-index-modular .web-button-2 {
		margin-top: 0;
	}
	.web-index-synopsis {
		padding: 25px;
		min-height: 320px;
	}
	.web-index-synopsis .web-outrow {
		padding: 15px;
		background: rgba(255,255,255,0.5);
	}
	.web-index-synopsis .web-index-synopsis-img {
		display: none;
	}
	.web-index-synopsis .web-button-3 {
		margin-top: 15px;
	}
	.web-footer {
		padding: 15px;
	}
	.web-footer-text p span {
		width: 100%;
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
	}
	.web-footer .web-outrow {
		padding-right: 0;
	}
	.web-footer-QRcode {
		position: static;
		top: 0;
		transform: none;
		margin-top: 0;
		text-align: center;
	}
	.web-footer-QRcode img {
		width: 50%;
		max-width: 158px;
		display: inline-block;
		margin-left: auto;
		margin-right: auto;
	}
	.web-footer .web-footer-link {
		text-align: center;
		margin-bottom: 20px;
	}
	.web-footer .web-footer-link a {
		display: inline;
		float: none;
		padding-left: 5px;
		padding-right: 8px;
	}
	.web-modular-bottom {
		margin-bottom: 35px;
	}
	.web-tab {
		padding-left: 10px;
		padding-right: 10px;
	}
	.web-tab-nav {
		position: static;
	}
	.web-tab-nav-phone {
        cursor: pointer;
		display: block;
		position: absolute;
		right: 10px;
		top: 18px;
		font-size: 1.25em;
		padding-right: 12px;
	}
	.web-tab-nav-phone::after {
		content: "\f0d7";
		font-family: FontAwesome;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.web-tab-nav ul {
		display: none;
	}
	.web-tab-nav li{
		display: block;
		padding-bottom: 0;
		border-bottom: solid 5px #fff !important;
		margin-left: 0;
		background-color: #fbfbfb;
		padding: 5px 10px;
		color: #0062BB;
	}
	.phone-active + ul {
		display: block;
	}
	.phone-active + ul .web-tab-nav-phone-app {
		display: block;
	}
	.phone-active + ul .web-tab-nav-2 {
		display: none;
	}
	.web-tab-nav .web-active {
		background-color: #0062BB;
		color: #fff;
	}
	.web-tab-product-text {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.web-tab-list li, .web-modelar-list li {
		display: block !important;
	}
	.web-modelar-list li {
		margin-bottom: 15px;
	}
	.web-tab-list-page {
		display: none;
	}
	.web-tab-nav .web-tab-nav-2 {
		margin-left: 0;
		/*padding-bottom: 0;*/
	}
	.web-tab-nav-2 dl {
		position: static;
		padding-left: 1em;
		box-shadow: none;
		margin-top: 5px;
	}
	.web-tab-nav-2 dl dt {
		border-bottom: solid 10px #fbfbfb;
	}
	.web-tab-nav-phont-2 {
		display: block;
	}
	.web-tab-nav-phont-2:after {
		top: 50%;
		right: 0;
	}
	.web-tab-nav .web-tab-nav-2.web-active {
		background-color: #fbfbfb;
		color: #0062BB;
	}
	.web-tab-nav .web-tab-nav-2 dt.web-active {
		border-bottom: solid 10px #fff;
	}
	.web-tab-nav-2.web-active dl {
		display: block !important;
	}
	.web-case-product {
		margin-top: 20px;
	}
	.web-case-product .web-tab-product-text {
		padding-bottom: 0;
	}
	.web-develop-content {
		padding-left: 0;
	}
	.web-develop-img {
		display: none;
	}
	.web-develop-newlist {
		padding-right: 1.875em;
	}
	.web-develop-newlist-nav {
		right: auto;
		left: .875em;
		top: .75em;
	}
	.web-recruit-title {
		display: block;
		width: 50%;
		margin-left: auto;
		margin-right: auto;
	}
	.web-recruit-phone {
		font-size: 2em;
	}
	.inovate-animate-1 {
		margin-left: 10%;
	}
	.web-product p {
		padding-left: 1em;
		padding-right: 1em;	
	}
	.web-product table {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	/*.web-modelar-list li {
		width: 50%;
	}*/
}
/*小于720*/
@media only screen and (max-width: 720px) {
	.web-index-list li, .web-index-list li.x2 {
		float: none;
		width: 70%;
		margin: 0 auto;
		padding-bottom: 3em;
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 15px;
		min-height: auto;
		
	}
	.web-index-list .web-index-list-img {
		position: static;
		transform: translateY(0);
		top: 0;
		width: 50%;
		margin: 0 auto;
	}
	.web-index-list .web-index-list-img img {
		width: 100%;
	}
	.web-recruit-logo {
		display: none;
	}
	.web-recruit-content {
		width: 100%;
		margin-left: 0;
	}
	.inovate-animate-2-text {
		padding-right: 2.5%;
	}
	.inovate-animate-2-text h4 {
		font-size: 1.5em;
	}
	.inovate-animate-2-text p {
		font-size: 1em;
	}
	.inovate-animate-2-img {
		width: 50%;
		padding-right: 2.5%;
	}
	.web-index-list .web-index-list-text h4 {
		padding-top: 10px;
		padding-bottom: 5px;
	}
}
/*小于480*/
@media only screen and (max-width: 480px) {
	.bx-wrapper {
		margin-bottom: 10px;
	}
	.web-index-modular .web-button-2 {
		margin-bottom: 15px;
	}
	
	.web-index-slider-box-text h4 {
		font-size: 1em;
	}
	.web-index-slider-box-text p {
		font-size: 0.75em;
		height: auto;
	}
	.web-index-slider-box-text .web-button-1 {
		margin-bottom: 15px;
	}
	.web-modular-bottom {
		margin-bottom: 20px;
	}
	.web-tab-list li, .web-modelar-list-3 > li/*, .web-modelar-list li*/ {
		width: 100%;
	}
	.web-modelar-list li:nth-last-child(2), .web-modelar-list li:nth-last-child(3) {
		margin-bottom: 15px !important;
	}
	.web-modelar-list li:nth-last-child(1) {
		margin-bottom: 0 !important;
	}
	.web-hard-product {
		margin-top: 30px;
		width: 50%;
	}
	.web-conteact-box  {
		width: auto;
		margin-left: 10px;
		margin-right: 10px;
		font-size: 8px;
	}
	.web-conteact-row {
		margin-bottom: 1em;
	}
	.web-conteact-map img {
		width: 100%;
	}
	.web-develop-content {
		height: auto;
	}
	.web-conteact-box .web-text-center {
		margin-top: .5em;
		margin-bottom: 1em;
	}
	.web-develop-newest {
		width: 100%;
		float: none;
		padding-bottom: 2.5em;
	}
	.web-develop-newest .web-text-center {
		position: static;
		text-align: left;
		margin-top: 1em;
	}
	.web-develop-newest .web-text-center .web-button-2 {
		margin-bottom: 0;
	}
	.web-develop-newlist {
		float: none;
		width: 100%;
		margin-bottom: 2em;
	}
	.web-develop-newlist-nav {
		width: 100%;
		text-align: center;
	}
	.web-recruit-list {
		padding-left: 1em;
		padding-right: 1em;
	}
	.web-recruit-list li {
		float: none;
		width: 100%;
	}
	.web-recruit-job-info {
		font-size: 0.8em;
	}
	.web-recruit-phone {
		font-size: 1.5em;
	}
	.inovate-animate-1 {
		margin-left: 5%;
		margin-right: 5%;
		font-size: 0.5em;
	}
}

/*字体*/
@font-face {
    font-family: Muiicons;
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/mui.ttf') format('truetype');
}
	/*粗*/
@font-face {
	font-family: PingFang Bold;
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/PingFang Bold.ttf') format('truetype');
}
	/*细*/
@font-face {
	font-family: PingFang ExtraLight;
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/PingFang ExtraLight.ttf') format('truetype');
}
	/*细*/
@font-face {
	font-family: PingFang Heavy;
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/PingFang Heavy.ttf') format('truetype');
}
	/*细*/
@font-face {
	font-family: PingFang Light;
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/PingFang Light.ttf') format('truetype');
}
	/*细*/
@font-face {
	font-family: PingFang Medium;
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/PingFang Medium.ttf') format('truetype');
}
	/*正常*/
@font-face {
	font-family: PingFang Regular;
    font-weight: normal;
    font-style: normal;

    /*src: url('../fonts/PingFang Regular.ttf') format('truetype');*/
    src:url("../fonts/sfont.eot");
 	src:url("../fonts/sfont.eot?#iefix") format("embedded-opentype"),url("../fonts/sfont.svg#iconfont") format("svg"),url("../fonts/sfont.woff") format("woff"),url("../fonts/sfont.ttf") format("truetype");
}

/*动画*/
@keyframes boxhover {
	0% {background-color: #fff;}
	100% {background-color: #0062bb;}
}
@-ms-keyframes boxhover {
	0% {background-color: #fff;}
	100% {background-color: #0062bb;}
}
@-moz-keyframes boxhover {
	0% {background-color: #fff;}
	100% {background-color: #0062bb;}
}
@-webkit-keyframes boxhover {
	0% {background-color: #fff;}
	100% {background-color: #0062bb;}
}
@-o-keyframes boxhover {
	0% {background-color: #fff;}
	100% {background-color: #0062bb;}
}

@-ms-keyframes boxhover_img {
	0% {
		transform: scale(1,1);
		-ms-transform: scale(1,1);
		-moz-transform: scale(1,1);
		-webkit-transform: scale(1,1);
		-o-transform: scale(1,1);
	}
	100% {
		transform: scale(1.1,1.1);
		-ms-transform: scale(1.1,1.1);
		-moz-transform: scale(1.1,1.1);
		-webkit-transform: scale(1.1,1.1);
		-o-transform: scale(1.1,1.1);
	}
}
@-moz-keyframes boxhover_img {
	0% {
		transform: scale(1,1);
		-ms-transform: scale(1,1);
		-moz-transform: scale(1,1);
		-webkit-transform: scale(1,1);
		-o-transform: scale(1,1);
	}
	100% {
		transform: scale(1.1,1.1);
		-ms-transform: scale(1.1,1.1);
		-moz-transform: scale(1.1,1.1);
		-webkit-transform: scale(1.1,1.1);
		-o-transform: scale(1.1,1.1);
	}
}
@-webkit-keyframes boxhover_img {
	0% {
		transform: scale(1,1);
		-ms-transform: scale(1,1);
		-moz-transform: scale(1,1);
		-webkit-transform: scale(1,1);
		-o-transform: scale(1,1);
	}
	100% {
		transform: scale(1.1,1.1);
		-ms-transform: scale(1.1,1.1);
		-moz-transform: scale(1.1,1.1);
		-webkit-transform: scale(1.1,1.1);
		-o-transform: scale(1.1,1.1);
	}
}
@-o-keyframes boxhover_img {
	0% {
		transform: scale(1,1);
		-ms-transform: scale(1,1);
		-moz-transform: scale(1,1);
		-webkit-transform: scale(1,1);
		-o-transform: scale(1,1);
	}
	100% {
		transform: scale(1.1,1.1);
		-ms-transform: scale(1.1,1.1);
		-moz-transform: scale(1.1,1.1);
		-webkit-transform: scale(1.1,1.1);
		-o-transform: scale(1.1,1.1);
	}
}
@keyframes boxhover_img {
	0% {
		transform: scale(1,1);
		-ms-transform: scale(1,1);
		-moz-transform: scale(1,1);
		-webkit-transform: scale(1,1);
		-o-transform: scale(1,1);
	}
	100% {
		transform: scale(1.1,1.1);
		-ms-transform: scale(1.1,1.1);
		-moz-transform: scale(1.1,1.1);
		-webkit-transform: scale(1.1,1.1);
		-o-transform: scale(1.1,1.1);
	}
}

@-ms-keyframes culture_text {
	0% {
		top: 100%;
		transform: none;
	}
	100% {
		top: 20%;
		transform: none;
	}
}
@-moz-keyframes culture_text {
	0% {
		top: 100%;
		transform: none;
	}
	100% {
		top: 20%;
		transform: none;
	}
}
@-webkit-keyframes culture_text {
	0% {
		top: 100%;
		transform: none;
	}
	100% {
		top: 20%;
		transform: none;
	}
}
@-o-keyframes culture_text {
	0% {
		top: 100%;
		transform: none;
	}
	100% {
		top: 20%;
		transform: none;
	}
}
@keyframes culture_text {
	0% {
		top: 100%;
		transform: none;
	}
	100% {
		top: 20%;
		transform: none;
	}
}

@-ms-keyframes culture_text_p {
	0% {
		margin-top: 200px;
	}
	100% {
		margin-top: 0;
	}
}
@-moz-keyframes culture_text_p {
	0% {
		margin-top: 200px;
	}
	100% {
		margin-top: 0;
	}
}
@-webkit-keyframes culture_text_p {
	0% {
		margin-top: 200px;
	}
	100% {
		margin-top: 0;
	}
}
@-o-keyframes culture_text_p {
	0% {
		margin-top: 200px;
	}
	100% {
		margin-top: 0;
	}
}
@keyframes culture_text_p {
	0% {
		margin-top: 200px;
	}
	100% {
		margin-top: 0;
	}
}

@-ms-keyframes inovate_animate_h3 {
	0% {
		-ms-transform: translateY(5000%);
		-moz-transform: translateY(5000%);
		-webkit-transform: translateY(5000%);
		-o-transform: translateY(5000%);
		transform: translateY(5000%);
	}
	100% {
		-ms-transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		margin-bottom: 1.5em;
	}
}
@-moz-keyframes inovate_animate_h3 {
	0% {
		-ms-transform: translateY(5000%);
		-moz-transform: translateY(5000%);
		-webkit-transform: translateY(5000%);
		-o-transform: translateY(5000%);
		transform: translateY(5000%);
	}
	100% {
		-ms-transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		margin-bottom: 1.5em;
	}
}
@-webkit-keyframes inovate_animate_h3 {
	0% {
		-ms-transform: translateY(5000%);
		-moz-transform: translateY(5000%);
		-webkit-transform: translateY(5000%);
		-o-transform: translateY(5000%);
		transform: translateY(5000%);
	}
	100% {
		-ms-transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		margin-bottom: 1.5em;
	}
}
@-o-keyframes inovate_animate_h3 {
	0% {
		-ms-transform: translateY(5000%);
		-moz-transform: translateY(5000%);
		-webkit-transform: translateY(5000%);
		-o-transform: translateY(5000%);
		transform: translateY(5000%);
	}
	100% {
		-ms-transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		margin-bottom: 1.5em;
	}
}
@keyframes inovate_animate_h3 {
	0% {
		-ms-transform: translateY(5000%);
		-moz-transform: translateY(5000%);
		-webkit-transform: translateY(5000%);
		-o-transform: translateY(5000%);
		transform: translateY(5000%);
	}
	100% {
		-ms-transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		margin-bottom: 1.5em;
	}
}
@-ms-keyframes inovate_animate_h4 {
	0% {
		-ms-transform: translateX(-200%);
		-moz-transform: translateX(-200%);
		-webkit-transform: translateX(-200%);
		-o-transform: translateX(-200%);
		transform: translateX(-200%);
	}
	100% {
		-ms-transform: translateX(0);
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}
@-moz-keyframes inovate_animate_h4 {
	0% {
		-ms-transform: translateX(-200%);
		-moz-transform: translateX(-200%);
		-webkit-transform: translateX(-200%);
		-o-transform: translateX(-200%);
		transform: translateX(-200%);
	}
	100% {
		-ms-transform: translateX(0);
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}
@-webkit-keyframes inovate_animate_h4 {
	0% {
		-ms-transform: translateX(-200%);
		-moz-transform: translateX(-200%);
		-webkit-transform: translateX(-200%);
		-o-transform: translateX(-200%);
		transform: translateX(-200%);
	}
	100% {
		-ms-transform: translateX(0);
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}
@-o-keyframes inovate_animate_h4 {
	0% {
		-ms-transform: translateX(-200%);
		-moz-transform: translateX(-200%);
		-webkit-transform: translateX(-200%);
		-o-transform: translateX(-200%);
		transform: translateX(-200%);
	}
	100% {
		-ms-transform: translateX(0);
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes inovate_animate_h4 {
	0% {
		-ms-transform: translateX(-200%);
		-moz-transform: translateX(-200%);
		-webkit-transform: translateX(-200%);
		-o-transform: translateX(-200%);
		transform: translateX(-200%);
	}
	100% {
		-ms-transform: translateX(0);
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}
@-ms-keyframes inovate_animate2_h4 {
	0% {
		-ms-transform: translateY(1000%);
		-moz-transform: translateY(1000%);
		-webkit-transform: translateY(1000%);
		-o-transform: translateY(1000%);
		transform: translateY(1000%);
	}
	100% {
		-ms-transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		margin-bottom: 1.25em;
	}
}
@-moz-keyframes inovate_animate2_h4 {
	0% {
		-ms-transform: translateY(1000%);
		-moz-transform: translateY(1000%);
		-webkit-transform: translateY(1000%);
		-o-transform: translateY(1000%);
		transform: translateY(1000%);
	}
	100% {
		-ms-transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		margin-bottom: 1.25em;
	}
}
@-webkit-keyframes inovate_animate2_h4 {
	0% {
		-ms-transform: translateY(1000%);
		-moz-transform: translateY(1000%);
		-webkit-transform: translateY(1000%);
		-o-transform: translateY(1000%);
		transform: translateY(1000%);
	}
	100% {
		-ms-transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		margin-bottom: 1.25em;
	}
}
@-o-keyframes inovate_animate2_h4 {
	0% {
		-ms-transform: translateY(1000%);
		-moz-transform: translateY(1000%);
		-webkit-transform: translateY(1000%);
		-o-transform: translateY(1000%);
		transform: translateY(1000%);
	}
	100% {
		-ms-transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		margin-bottom: 1.25em;
	}
}
@keyframes inovate_animate2_h4 {
	0% {
		-ms-transform: translateY(1000%);
		-moz-transform: translateY(1000%);
		-webkit-transform: translateY(1000%);
		-o-transform: translateY(1000%);
		transform: translateY(1000%);
	}
	100% {
		-ms-transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		margin-bottom: 1.25em;
	}
}
@-ms-keyframes inovate_animate_p {
	0% {
		-ms-transform: translateY(3000%);
		-moz-transform: translateY(3000%);
		-webkit-transform: translateY(3000%);
		-o-transform: translateY(3000%);
		transform: translateY(3000%);
	}
	100% {
		-ms-transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		margin-bottom: 1em;
	}
}
@-moz-keyframes inovate_animate_p {
	0% {
		-ms-transform: translateY(3000%);
		-moz-transform: translateY(3000%);
		-webkit-transform: translateY(3000%);
		-o-transform: translateY(3000%);
		transform: translateY(3000%);
	}
	100% {
		-ms-transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		margin-bottom: 1em;
	}
}
@-webkit-keyframes inovate_animate_p {
	0% {
		-ms-transform: translateY(3000%);
		-moz-transform: translateY(3000%);
		-webkit-transform: translateY(3000%);
		-o-transform: translateY(3000%);
		transform: translateY(3000%);
	}
	100% {
		-ms-transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		margin-bottom: 1em;
	}
}
@-o-keyframes inovate_animate_p {
	0% {
		-ms-transform: translateY(3000%);
		-moz-transform: translateY(3000%);
		-webkit-transform: translateY(3000%);
		-o-transform: translateY(3000%);
		transform: translateY(3000%);
	}
	100% {
		-ms-transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		margin-bottom: 1em;
	}
}
@keyframes inovate_animate_p {
	0% {
		-ms-transform: translateY(3000%);
		-moz-transform: translateY(3000%);
		-webkit-transform: translateY(3000%);
		-o-transform: translateY(3000%);
		transform: translateY(3000%);
	}
	100% {
		-ms-transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		margin-bottom: 1em;
	}
}