/*滚动条样式*/

::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

::-webkit-scrollbar-track {
	background: #f8f8f8;
}

::-webkit-scrollbar-thumb {
	background: #002fa7;
	height: 60px;
}

::-webkit-scrollbar-thumb:window-inactive {
	background: #002fa7;
}

::-webkit-scrollbar-thumb:vertical:hover {
	background: #002fa7;
}

body {
	font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif", "微软雅黑";
	word-break: break-all;
	padding-top: 84px;
}

html,
body {
	height: 100%;
}

.bgColorF0 {
	background-color: #f0f0f0;
}

i,
em {
	font-style: normal;
}

a:focus,
a:hover {
	text-decoration: none;
}

.Animation {
	-webkit-transition: all 1s;
	transition: all 1s;
	opacity: 0;
}

.fullpage {
	width: 100%;
	overflow: hidden;
}
.section {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: 50px;
}
.section .container {
	z-index: 2;
}
.img {
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
.img img {
	display: block;
	width: 100%;
	-webkit-transition: all .5s;
	transition: all .5s;
}

@media (max-width: 767px) {
	.section .container,
	.banner_text .container {
		width: 100%;
	}
	.PC_img {
		display: none!important;
	}
}
@media (min-width: 768px) {
	body {
		padding-top: 94px;
	}
	.min_img {
		display: none!important;
	}
}
@media (min-width: 1200px) {
	body {
		padding-top: 114px;
	}
}
@media (min-width: 1440px) {
	.container {
		width: 1400px;
	}
}
@media (min-width: 1600px) {
	.container {
		width: 1530px;
	}
}

/*搜索页面*/
.noResult {
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	margin: 50px 0;
}

@media (min-width: 768px) {
	.noResult {
		font-size: 20px;
	}
}

/*foot*/
.gotop {
	width: 40px;
	height: 40px;
	background: url(../images/icon/gotop.png) no-repeat center;
	background-size: contain;
	position: fixed;
	right: -40px;
	bottom: 50px;
	z-index: 1;
	cursor: pointer;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.gotop.on {
	right: 5px;
}
.gotop:hover {
	background-image: url(../images/icon/gotop1.png);
}
.footer {
	background-color: #262626;
	color: #d9d9d9;
}
.footer a {
	display: inline-block;
	color: #d9d9d9;
}
.footer a:hover {
	color: #c21827;
}
.copyright {
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	padding: 10px 0;
	border-top: 1px rgba(224,224,224,.2) solid;
}
.foot_top {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin: 10px -15px 20px;
}
.foot_top>.column {
	width: 100%;
	padding: 0 15px;
}
.foot_nav_box {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.foot_nav_box>.column {
	padding: 0 15px;
	text-transform: uppercase;
	margin: 10px 0;
}
.foot_nav_box>.column>h2 {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0 0 15px;
}
.foot_nav {
	margin-left: -5px;
	margin-right: -5px;
}
.foot_nav a {
	display: inline-block;
	color: #bfbfbf;
	line-height: 24px;
	padding: 0 5px;
}
.foot_top_right {
	display: flex;
	flex-direction: row;
	margin: 10px 0;
	justify-content: center;
}
.foot_wechat {
	/*width: 50%;*/
	max-width: 140px;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.foot_wechat+.foot_wechat {
	margin-left: 30px;
}
.foot_wechat span {
	flex: 0 0 auto;
	display: block;
	writing-mode: vertical-rl;
	writing-mode: tb-rl;
	width: 14px;
	margin-right: 6px;
	letter-spacing: 2px;
}

@media (max-width: 767px) {
	.gotop {
		width: 30px;
		height: 30px;
	}
	.copyright {
		font-size: 12px;
	}
	.foot_nav_box>.column {
		width: 100%;
	}
	.foot_nav_box>.column>h2 {
		border-bottom: 1px rgba(255,255,255,.1) solid;
		padding-bottom: 10px;
	}
	.foot_wechat+.foot_wechat {
		margin-left: 20px;
	}
}
@media (max-width: 479px) {
	.foot_wechat span {
		font-size: 12px;
	}
}
@media (min-width: 768px) {	
	.foot_nav a {
		display: block;
	}
}
@media (min-width: 992px) {
	.foot_top {
		flex-wrap: nowrap;
	}
	.foot_top .foot_top_right {
		flex: 0 0 auto;
		width: 300px;
	}
}
@media (min-width: 1440px) {
	.foot_nav_box>.column {
		min-width: 130px;
	}
}

/*导航*/
.navbar-default {
	background-color: #fff;
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
}
.navbar-brand {
	height: auto;
	padding: 5px 0 5px 15px;
}
.navbar-brand img {
	height: 40px;
}
.navbar-brand .logo1 {
	display: none;
}
.navbar-default .navbar-toggle {
	border: 0;
	padding-right: 0;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #002fa7;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: transparent;
}
.navbar-default .menu_close .icon-bar:nth-child(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: relative;
	top: 6px;
}
.navbar-default .menu_close .icon-bar:nth-child(2) {
	display: none;
}
.navbar-default .menu_close .icon-bar:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.navbar-default .navbar-nav>li>a {
	color: #333;
	text-transform: uppercase;
}
.navbar-default .navbar-nav>.icon>a img {
	display: block;
	width: 20px;
	height: 20px;
}
.navbar-default .navbar-nav>li>a:after {
	content: "";
	width: 0;
	height: 2px;
	background-color: #002fa7;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.navbar-default .navbar-nav>li>a:hover:after,
.navbar-default .navbar-nav>.active>a:after {
	width: 100%;
}
.navbar-default .navbar-nav>.icon>a:after {
	display: none;
}
.navbar-default .nav>li>a:focus,
.navbar-default .nav>li>a:hover,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #333;
	background-color: #f1f1f1;
}
.navbar-default .navbar-nav>.icon>a:hover {
	background-color: transparent;
}
.navbar-collapse::-webkit-scrollbar {
	width: 2px;
	height: 2px;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
}
.header .navbar-fixed-bottom .navbar-collapse,
.header .navbar-fixed-top .navbar-collapse {
	max-height: 300px;
}
.header .dropdown-menu .img {
	max-width: 372px;
	border: 6px rgba(217,217,217,.8) solid;
	border-radius: 6px;
}
.header .dropdown-menu .a {
	display: flex;
	flex-direction: column;
	border-left: 2px rgba(38,38,38,.15) solid;
	margin: 15px 0;
}
.header .dropdown-menu .a a {
	display: block;
	color: #666;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 0 18px;
	margin: 9px 0;
	position: relative;
}
.header .dropdown-menu .a a:before {
	content: "";
	width: 2px;
	height: 0;
	background-color: #002fa7;
	position: absolute;
	left: -2px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .5s;
	transition: all .5s;
}
.header .dropdown-menu .a a:hover {
	color: #002fa7;
}
.header .dropdown-menu .a a:hover:before {
	height: 100%;
}
.header .dropdown-menu .text {
	line-height: 24px;
	color: #666;
	letter-spacing: 2px;
}
.header .dropdown-menu .text p {
	margin: 0;
}

.top_main {
	background-color: #f0f0f0;
	padding: 5px 0;
}
.top_main .container {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}
.top_main .container:before,
.top_main .container:after {
	display: none;
}
.top_left {
	color: #666;
	line-height: 24px;
}
.top_right {
	flex: 0 0 auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	color: #666;
	line-height: 24px;
}
.top_right>span {
	display: block;
	letter-spacing: 2px;
}
.top_right>.column {
	position: relative;
}
.top_right>.column+.column {
	margin-left: 20px;
}
.top_right>.column>a {
	display: block;
	color: #666;
}
.top_right>.column>a>img {
	display: block;
	width: 24px;
	height: 24px;
}
.function-infor {
	position: absolute;
	top: calc(100% + 5px);
	right: -15px;
	z-index: 2;
	border-radius: 5px;
	-webkit-box-shadow: 0 2px 8px rgba(0,0,0,.2);
	box-shadow: 0 2px 8px rgba(0,0,0,.2);
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transform-origin: 100% 0%;
	transform-origin: 100% 0%;
}
.function-infor .inner {
	background-color: #fff;
	padding: 10px 20px;
	min-width: 140px;
}
.top_right>.column:hover .function-infor,
.top_sub .column:hover .function-infor {
	-webkit-transform: none;
	transform: none;
}
.function-infor .img {
	width: 140px;
}
.function-infor a {
	font-size: 16px;
	color: #575757;
}

.top_sub {
	float: right;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-left: 15px;
}
.top_sub>.column {
	margin-left: 10px;
	padding: 10px 0;
	position: relative;
}
.top_sub>.column>a {
	color: #333;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.top_sub>.column>a>img {
	display: block;
	width: 30px;
	height: 30px;
	background-color: #d1d1d1;
	border-radius: 100%;
	flex: 0 0 auto;
}
.top_sub>.column.language>a {
	display: block;
	width: 30px;
	height: 30px;
	background-color: #d1d1d1;
	border-radius: 100%;
	font-size: 12px;
	color: #002fa7;
	text-transform: uppercase;
	text-align: center;
	line-height: 30px;
}
.top_sub .function-infor {
	top: 100%;
}

@media (max-width: 767px) {
	.header .navbar-collapse {
		max-height: none;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		top: 84px;
		background-color: #fff;
		margin: 0;
	}
	.header .dropdown-menu .img,
	.header .dropdown-menu .text {
		display: none;
	}
	.top_sub {
		position: absolute;
		right: 50px;
		top: 0;
		z-index: 1;
	}
	.function-infor .inner {
		padding: 10px;
	}
}
@media (max-width: 639px) {
	.top_main .container {
		display: block;
	}
	.function-infor {
		right: initial;
		left: -30px;
	}
}
@media (max-width: 359px) {
	.navbar-brand{padding-top:10px;padding-bottom:10px;}
	.navbar-brand img{height:30px;}
	/* .navbar-brand .logo {
		display: none;
	}
	.navbar-brand .logo1 {
		display: block;
	} */
}
@media (min-width: 768px) {
	.navbar-brand {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.navbar-brand img {
		height: 40px;
	}
	.navbar_EN .navbar-brand .logo {
		display: none;
	}
	.navbar_EN .navbar-brand .logo1 {
		display: block;
	}
	.navbar-default .navbar-nav>li {
		position: static;
	}
	.navbar-default .navbar-nav>li+li {
		margin-left: 4px;
	}
	.navbar-default .navbar-nav>li>a {
		padding: 20px 10px;
	}
	.navbar-default .navbar-nav>.icon>a {
		padding-left: 5px!important;
		padding-right: 5px!important;
	}
	.header .dropdown-menu {
		width: 100%;
		background-color: #fff;
		padding: 20px 0;
		margin: 0;
		border: 0;
		border-radius: 0;	
		-webkit-box-shadow: 0 2px 6px rgba(0,0,0,.3);	
		box-shadow: 0 2px 6px rgba(0,0,0,.3);	
	}
	.header .dropdown-menu .container {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	.header .dropdown-menu .container:before,
	.header .dropdown-menu .container:after {
		display: none;
	}
	.header .dropdown-menu .img {
		flex: 0 0 auto;
		width: 24.8%;
	}
	.header .dropdown-menu .a {
		flex: 0 0 auto;
		margin: 0 7.33333%;
	}
	.header .dropdown-menu .a a {
		font-size: 16px;
	}
	.header .dropdown-menu .text {
		width: 100%;
		max-height: 144px;
		overflow-y: auto;
	}
	.header .dropdown-menu .text::-webkit-scrollbar {
		width: 3px;
		height: 3px;
	}
	.top_sub>.column {
		padding: 15px 0;
		margin-left: 20px;
	}
}
@media (min-width: 992px) {
	.navbar-brand {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.navbar-brand img {
		height: 50px;
	}
	.navbar-default .navbar-nav>li>a {
		padding-left: 18px;
		padding-right: 18px;
	}
}
@media (min-width: 1200px) {
	.navbar-brand img {
		height: 70px;
	}
	.navbar-default .navbar-nav>li>a {
		font-size: 16px;
		padding: 30px 20px;
	}
	.navbar-default .navbar-nav>li>a:after {
		height: 4px;
	}
	.top_sub>.column {
		padding: 25px 0;
	}
}
@media (min-width: 1440px) {	
	.navbar_EN .navbar-brand .logo {
		display: block;
	}
	.navbar_EN .navbar-brand .logo1 {
		display: none;
	}
	.navbar-default .navbar-nav>li>a {
		padding-left: 25px;
		padding-right: 25px;
	}
	.top_sub>.column {
		margin-left: 40px;
	}
}

/*banner*/
.index_banner img {
	display: block;
	width: 100%;
}
.banner_text {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.banner1 .banner_text img {
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.banner2 .banner_text img {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
.banner3 .banner_text img {
	-webkit-transform: scale(0);
	transform: scale(0);
}
.banner4 .banner_text img {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}
.banner5 .banner_text img {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}
.index_banner .swiper-slide-active .banner_text img {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}
.index_banner .swiper-button-prev{left:2vw;}
.index_banner .swiper-button-next{right:2vw;}
.index_banner .swiper-button-white{width:40px;height:40px;margin-top:-20px;background-size:auto 50%;background-color:#002fa7;border-radius: 50%;outline: none;opacity: 0;transition: all 0.5s;}
.index_banner:hover .swiper-button-white{opacity: 1;}
.index_banner .swiper-pagination {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	bottom: 6.45161%;
}
.index_banner .swiper-pagination-bullet {
	position: relative;
	width: 20px;
	height: 20px;
	border-radius: 0;
	background-color:transparent;
	opacity: .9;
	outline: none;
}
.index_banner .swiper-pagination-bullet:after{content:'';position: absolute;width:100%;height:2px;left:0;top:9px;background-color: #fff;}
.index_banner .swiper-pagination-bullet-active:after{background-color: #002fa7;}
.index_banner .swiper-pagination-bullet-active {
	background-color:transparent;
	opacity: 1;
}
@media (min-width: 768px) {
	.index_banner .swiper-button-white{width:50px;height:50px;margin-top:-25px;}
	.index_banner .swiper-pagination-bullet{width: 30px;margin:0 10px!important;}
	.index_banner .swiper-pagination-bullet:after{height:4px;top:8px;}
}

/*首页*/
.index_main {
	padding: 35px 0;
	overflow: hidden;
	position: relative;
}
.index_bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.index_bg_right {
	display: none;
}
.index_title {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 20px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.index_title:before,
.index_title:after {
	content: "";
	width: 40px;
	height: 1px;
	background-color: #a6a6a6;
	display: block;
}
.index_title:before {
	margin-right: -20px;
}
.index_title:after {
	margin-left: -20px;
}
.index_title a {
	display: block;
	color: #333;
	letter-spacing: 1px;
	padding: 6px 15px;
	position: relative;
	min-width: 220px;
}
.index_title a:before,
.index_title a:after {
	content: "";
	width: 100%;
	height: 15px;
	border: 1px #a6a6a6 solid;
	position: absolute;
	left: 0;
}
.index_title a:before {
	border-bottom: 0;
	top: 0;
}
.index_title a:after {
	border-top: 0;
	bottom: 0;
}
.index_title h2 {
	font-size: 20px;
	margin: 0;
}
.index_title h2 i {
	color: #002fa7;
}
.index_title span {
	display: block;
	font-size: 12px;
	color: #666;
	line-height: 1.1;
	margin-top: 5px;
}

.index_more {
	text-align: center;
	margin-top: 30px;
}
.index_more a {
	display: block;
	color: #6b6b6b;
	border: 1px #a8a7a6 solid;
	padding: 6px;
	max-width: 120px;
	margin: 0 auto;
}
.index_more a:hover {
	border-color: #002fa7;
	background-color: #002fa7;
	color: #fff;
}

@media (max-width: 767px) {
	.index_bg_left,
	.index_bg_right {
		width: 100%;
	}
}
@media (min-width: 768px) {
	.index_main {
		padding: 60px 0;
	}
	.index_title {
		margin-bottom: 50px;
	}
	.index_title:before,
	.index_title:after {
		width: 60px;
	}
	.index_title:before {
		margin-right: -30px;
	}
	.index_title:after {
		margin-left: -30px;
	}
	.index_title a {
		min-width: 280px;
	}
	.index_title h2 {
		font-size: 24px;
	}
	.index_title span {
		font-size: 14px;
	}
	.index_more {
		margin-top: 60px;
	}
	.index_more a {
		font-size: 16px;
		max-width: 160px;
		padding: 10px;
	}
}
@media (min-width: 992px) {	
	.index_bg_left {
		width: 50%;
		left: 0;
	}
	.index_bg_right {
		width: 50%;
		right: 0;
		display: block;
	}
}

/*首页产品*/
.index_product_main {
	background-color: #ebebeb;
}
.index_product_list .column {
	margin: 15px 0;
}
.index_product_list a {
	display: block;
	color: #666;
	text-align: center;
}
.index_product_list a .img {
	background-color: #fff;
}
.index_product_list a .img:after {
	content: "";
	width: 100%;
	height: 100%;
	background: url(../images/icon/icon5.png) no-repeat center rgba(0,0,0,.3);
	background-size: 28px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.index_product_list a h2 {
	font-size: 16px;
	line-height: 20px;
	margin: 4px 0 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	background-color: #fff;
	padding: 15px;
	text-transform: uppercase;
}
.index_product_list a:hover {
	color: #002fa7;
}
.index_product_list a:hover .img:after {
	opacity: 1;
}

@media (max-width: 767px) {
	.index_product_list {
		margin-left: -10px;
		margin-right: -10px;
	}
	.index_product_list .column {
		padding: 0 10px;
		margin: 10px 0;
	}
}
@media (max-width: 479px) {
	.index_product_list .column {
		width: 100%;
	}
}
@media (min-width: 1440px) {
	.index_product_list {
		margin-left: -17px;
		margin-right: -17px;
	}
	.index_product_list .column {
		padding: 0 17px;
	}
	.index_product_list a h2 {
		font-size: 20px;
		padding: 20px;
	}
}

/*首页新闻*/
.index_news_list .column {
	margin: 15px 0;
}
.index_news_list a {
	display: block;
	color: #333;
	letter-spacing: 1px;
	background-color: #f0f0f0;
	padding: 20px 30px;
}
.index_news_list a h2 {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.index_news_list a h2 span {
	display: block;
	max-width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.index_news_list a h2 i {
	flex: 0 0 auto;
	font-size: 14px;
	font-weight: normal;
	color: #999;
	margin-left: 15px;
}
.index_news_list a p {
	color: #666;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	margin: 10px 0 0;
}
.index_news_list a:hover,
.index_news_list a:hover h2 i {
	color: #002fa7;
}

@media (max-width: 479px) {
	.index_news_list a {
		padding: 15px;
	}
	.index_news_list a h2 {
		display: block;
	}
	.index_news_list a h2 i {
		margin-left: 0;
		margin-top: 5px;
	}
}
@media (min-width: 1200px) {
	.index_news_list {
		margin-left: -20px;
		margin-right: -20px;
	}
	.index_news_list .column {
		padding: 0 20px;
	}
}

/*首页关于*/
.index_about_title a {
	display: block;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.index_about_title a:after {
	content: "";
	width: 40px;
	height: 4px;
	background-color: #002fa7;
	display: block;
	margin-top: 10px;
}
.index_about_title h2 {
	font-size: 20px;
	margin: 0;
}
.index_about_title h2 i {
	color: #002fa7;
}
.index_about_title span {
	display: block;
	color: #666;
	margin-top: 5px;
}
.index_about_info {
	letter-spacing: 2px;
	margin-top: 30px;
}
.index_about_info p {
	margin: 0;
}
.index_about_nav {
	list-style: none;
	padding: 0;
	margin: 30px -10px 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}
.index_about_nav li {
	padding: 0 10px;
	margin: 5px 0;
}
.index_about_nav li a {
	display: block;
	color: #002fa7;
	line-height: 20px;
	border: 1px #002fa7 solid;
	padding: 8px;
	text-align: center;
	text-transform: uppercase;
	min-width: 120px;
}
.index_about_nav li a:hover {
	background-color: #002fa7;
	color: #fff;
}

@media (min-width: 768px) {	
	.index_about_title h2 {
		font-size: 24px;
	}
	.index_about_info {
		font-size: 16px;
		line-height: 24px;
	}
}
@media (min-width: 992px) {
	.index_about {
		width: 50%;
		padding-right: 50px;
	}
}
@media (min-width: 1200px) {
	.index_about {
		padding-right: 12.66667%;
	}
}
@media (min-width: 1600px) {
	.index_about_main {
		min-height: 600px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}

/*首页案例*/
.index_case_main {
	background-color: #f0f0f0;
}
.index_case_list {
	margin-top: 30px;
}
.index_case_list a {
	display: block;
	color: #333;
	text-align: center;
}
.index_case_list a h2 {
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	background-color: #fff;
	padding: 10px;
	text-transform: uppercase;
}
.index_case_list a .img:after {
	content: "";
	width: 100%;
	height: 100%;
	background: url(../images/icon/icon5.png) no-repeat center rgba(0,0,0,.3);
	background-size: 28px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.index_case_list a:hover .img:after {
	opacity: 1;
}
.index_case_list .swiper-pagination {
	position: static;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}
.index_case_list .swiper-pagination-bullet {
	width: 30px;
	height: 4px;
	background-color: #bfbfbf;
	border-radius: 6px;
	opacity: 1;
	margin: 0 5px;
	outline: none;
}
.index_case_list .swiper-pagination-bullet-active {
	background-color: #002fa7;
}

@media (min-width: 768px) {
	.index_case_list {
		margin-top: 60px;
	}
	.index_case_list .swiper-pagination-bullet {
		width: 52px;
		height: 6px;
		margin: 0 14px;
	}
}
@media (min-width: 1200px) {
	.index_case_list a h2 {
		font-size: 18px;
	}
}

/*内页*/
.wrapper {
	min-height: calc(100vh - 230px);
	position: relative;
}
.inside_banner_main,
.inside_banner {
	overflow: hidden;
	position: relative;
}
.inside_banner img {
	display: block;
	width: 100%;
}

.location_main {
	background-color: #dbdbdb;
	color: #666;
	padding: 11px 0;
}
.location b,
.location a {
	font-weight: normal;
	color: #666;
	line-height: 20px;
	text-transform: capitalize;
}
.location a:hover {
	color: #002fa7;
}

.inside_main {
	padding: 30px 0;
	position: relative;
}
.submenu {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0 -5px 30px;
}
.submenu:before,
.submenu:after {
	display: none;
}
.submenu li {
	padding: 0 5px;
	margin: 5px 0;
}
.submenu li a {
	border: 1px #e5e5e5 solid;
	text-align: center;
	color: #666;
	line-height: 20px;
	padding: 8px;
	min-width: 90px;
	text-transform: uppercase;
}
.submenu li a:after {
	content: "";
	width: 0;
	height: 2px;
	background-color: #002fa7;
	position: absolute;
	left: -1px;
	bottom: -1px;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.submenu li a:hover:after,
.submenu .active a:after {
	width: calc(100% + 2px);
}
.submenu li a:hover,
.submenu li.active a {
	background-color: #f1f1f1;
	border-color: #f1f1f1;
	color: #666;
}

.inside_title {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.inside_title h2 {
	font-size: 20px;
	margin: 0;
}

.InfoContent {
	line-height: 2.4;
	position: relative;
	overflow: hidden;
}
.InfoContent p {
	margin: 0;
}
.InfoContent img {
	max-width: 100%;
	height: auto !important;
	padding: 5px;
}
.InfoContent .video {
	display: block;
	max-width: 100%;
	margin: 0 auto 20px;
}

.InfoTitle {
	margin-bottom: 20px;
	text-align: center;
	border-bottom: 1px #dad9d9 solid;
	padding-bottom: 15px;
}
.InfoTitle h4 {
	font-size: 18px;
	margin: 0;
	line-height: 1.4;
	text-transform: uppercase;
}
.InfoTitle .date {
	font-size: 12px;
	color: #666;
	margin-top: 10px;
}
.InfoTitle .date span {
	padding: 0 5px;
}

.goBack {
	text-align: center;
	margin-top: 30px;
	margin-bottom: -15px;
}
.goBack a {
	display: block;
	color: #333;
	letter-spacing: 2px;
	line-height: 20px;
	background-color: #e5e5e5;
	padding: 12px 30px;
	margin: 0 auto;
	text-transform: uppercase;
	max-width: 206px;
	position: relative;
}
.goBack a:after {
	content: "";
	width: 0;
	height: 3px;
	background-color: #002fa7;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.goBack a:hover:after {
	width: 100%;
}

.pager {
	margin: 15px 0 0;
}
.pager li>a,
.pager li>span {
	border: 1px #bfbfbf solid;
	color: #666;
	border-radius: 10px;
	margin: 0 5px;
	text-transform: uppercase;
}
.pager li>a:hover {
	color: #fff;
	border-color: #002fa7;
	background-color: #002fa7;
}

.info_previous_next_wrap {
	border-top: 1px #dad9d9 solid;
	padding-top: 16px;
	margin-top: 40px;
	font-size: 14px;
	color: #666;
}
.info_previous_next_wrap b {
	font-weight: normal;
	text-transform: uppercase;
}
.info_previous_next_wrap a {
	color: #666;
	text-decoration: none;
}
.info_previous_next_wrap a:hover {
	color: #002fa7;
}
.info_Previous,
.info_Next {
	margin-bottom: 10px;
}

@media (max-width: 767px) {
	.inside_banner .PC_img {
		display: none;
	}
	.info_previous_next_wrap {
		font-size: 12px;
		margin-top: 30px;
	}
}
@media (min-width: 768px) {
	.inside_main {
		padding: 50px 0;
	}
	.submenu {
		margin-bottom: 50px;
	}
	.submenu li a {
		padding: 12px 15px;
		min-width: 140px;
	}
	.submenu li a:after {
		height: 4px;
	}
	.inside_title h2 {
		font-size: 24px;
	}
	.InfoTitle {
		margin-bottom: 30px;
	}
	.InfoTitle h4 {
		font-size: 24px;
	}
	.pager {
		margin-top: 30px;
	}
	.pager li>a,
	.pager li>span {
		font-size: 16px;
		padding: 12px 35px;
		margin: 0 20px;
	}
}
@media (min-width: 1200px) {
	.inside_title h2 {
		font-size: 30px;
	}
}

/*关于*/
.honor_list{display: flex;align-items: stretch;flex-flow: row wrap;justify-content: center;overflow: hidden;}
.honor_list:before,
.honor_list:after{display: none;}
.honor_list>div>.img{height:100%;display: flex;justify-content: center;flex-direction: column;}
.honor_list .column {
	margin: 15px 0;
}
.honor_list .column1{width:66.66666667%;}
.honor_list .img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

@media (max-width: 479px) {
	.honor_list {
		margin-left: -7px;
		margin-right: -7px;
	}
	.honor_list .column {
		padding: 0 7px;
	}
}
@media (min-width: 768px) {
	.honor_list {
		margin-left: -10px;
		margin-right: -10px;
	}
	.honor_list .column {
		padding: 0 10px;
	}
	.honor_list .column1{width:50%;}
}
@media (min-width: 1200px) {
	.honor_list {
		margin-left: -15px;
		margin-right: -15px;
	}
	.honor_list .column {
		padding: 0 15px;
	}
	.honor_list .column1{width:33.33333333%;}
}
/*产品*/
.product_list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.product_list:before,
.product_list:after {
	display: none;
}
.product_list .column {
	padding: 0 10px;
	margin: 10px 0;
}
.product_list a {
	display: block;
	color: #fff;
	position: relative;
}
.product_list a:after {
	content: "";
	width: 0;
	height: 3px;
	background-color: #002fa7;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.product_list a h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	text-transform: uppercase;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.34);
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.product_list a h2 span {
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.product_list a:hover:after {
	width: 100%;
}
.product_list .column1 a {
	height: 100%;
	background-color: #f0f0f0;
	color: #333;
	text-align: center;
	padding: 30px 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.product_list .column1 a:after {
	display: none;
}
.product_list .column1 a h2 {
	position: static;
	width: auto;
	height: auto;
	padding: 0;
	background-color: transparent;
	font-size: 20px;
	font-weight: lighter;
	letter-spacing: 1px;
}
.product_list .column1 a p {
	color: #808080;
	line-height: 24px;
	height: 48px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 20px 0 0;
}
.product_list .column1 a p br {
	display: none;
}
.product_list .column1 a em {
	display: block;
	width: 34px;
	height: 13px;
	background: url(../images/icon/icon10.png) no-repeat center;
	background-size: contain;
	margin: 15px auto 0;
	flex: 0 0 auto;
}
.product_list .column1 a:hover em {
	background-image: url(../images/icon/icon10_1.png);
}

.product_body .submenu {
	margin-bottom: 0;
}
.productDetails {
	padding:35px 0 50px;
	background-color: #f5f5f5;
}
.productDetails .img {
	max-width: 700px;
}
.productDetails .title {
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 25px;
}
.productDetails .title h2 {
	font-size: 20px;
	letter-spacing: .5px;	
	margin: 0;
	padding: 0 5px;
}
.productDetails .title span {
	display: block;
	letter-spacing: 2px;
	margin-top: 5px;
	padding: 0 5px;
}
.productDetails .InfoContent {
	line-height: 20px;
	color: #666;
	letter-spacing: 2px;
}
.productDetails .a {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.productDetails .a a {
	display: block;
	line-height: 20px;
	color: #333;
	letter-spacing: 2px;
	text-transform: uppercase;
	background-color: #e5e5e5;
	padding: 8px;
	min-width: 120px;
	text-align: center;
	margin: 20px 10px;
	position: relative;
}
.productDetails .a a:after {
	content: "";
	width: 0;
	height: 3px;
	background-color: #002fa7;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.productDetails .a a:hover:after {
	width: 100%;
}
.productDetailsTitle {
	font-size: 20px;
	color: #002fa7;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0 0 30px;
}

@media (max-width: 479px) {
	.product_list .column {
		width: 100%;
	}
	.product_list .column1 a {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
@media (min-width: 768px) {
	.product_list .column1 a h2,
	.productDetails .title h2 {
		font-size: 24px;
	}
	.productDetailsTitle {
		font-size: 24px;
		margin-bottom: 50px;
	}
	.productDetails .a {
		margin: 0 -20px;
	}
	.productDetails .a a {
		font-size: 16px;
		padding: 13px;
		min-width: 165px;
		margin: 20px;
	}
}
@media (min-width: 1200px) {
	.product_list a h2 {
		font-size: 18px;
	}
	.product_list .column1 a h2 {
		font-size: 30px;
	}
	.product_list .column1 a p br {
		display: block;
	}
	.productDetails_list {
		margin-left: -20px;
		margin-right: -20px;
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	.productDetails_list>.column {
		padding: 0 20px;
	}
	.productDetails_list>.col-lg-5 {
		width: 48.05195%;
	}
	.productDetails_list>.col-lg-7 {
		width: 51.94805%;
	}
}
@media (min-width: 1440px) {
	.product_list a h2 {
		font-size: 20px;
	}
	.product_list .column1 a {
		padding-left: 45px;
		padding-right: 45px;
	}
	.product_list .column1 a h2 {
		font-size: 36px;
	}
}

/*案例*/
.case_list {
	margin-left: -10px;
	margin-right: -10px;
}
.case_list .column {
	padding: 0 10px;
	margin-bottom: 30px;
}
.case_list a {
	display: block;
	color: #333;
	text-align: center;
	text-transform: uppercase;
}
.case_list a .img {
	border: 1px #cbc9c9 solid;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.case_list a h2 {
	font-size: 16px;
	margin: 20px 0 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.case_list a:hover .img {
	-webkit-box-shadow: 0 4px 12px rgba(0,0,0,.15);
	box-shadow: 0 4px 12px rgba(0,0,0,.15);
}
.case_list a:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.case_list a:hover {
	color: #002fa7;
}

@media (max-width: 479px) {
	.case_list .column {
		width: 100%;
	}
}

/*销售团队*/
.team_list .column {
	margin: 15px 0;
}
.team_list a {
	display: block;
	color: #fff;
	border-radius: 10px 10px 20px 20px;
	overflow: hidden;
	position: relative;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.team_list a .text {
	width: 100%;
	height: 50px;
	background-color: rgba(0,0,0,.6);
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px 20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	-webkit-transition: all .8s;
	transition: all .8s;
}
.team_list a h2 {
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	margin: 0;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	flex: 0 0 auto;
}
.team_list a h2 i {
	font-size: 14px;
	margin-left: 10px;
}
.team_list a p {
	line-height: 24px;
	color: #f0f0f0;
	font-weight: lighter;
	text-align: justify;
	margin: 5px 0 20px;
	max-height: 120px;
	overflow: hidden;
}
.team_list a:hover {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.team_list a:hover .text {
	height: 100%;
	justify-content: flex-end;
}

.team_details .img {
	border-radius: 10px;
	max-width: 280px;
}
.team_details_title {
	margin: 15px 0;
}
.team_details_title h2 {
	font-size: 20px;
	margin: 0;
	text-transform: uppercase;
}
.team_details_title h2 i {
	font-size: 14px;
}

@media (max-width: 479px) {
	.team_list {
		margin-left: -8px;
		margin-right: -8px;
	}
	.team_list .column {
		padding: 0 8px;
		margin: 8px 0;
	}
	.team_list a .text {
		height: 34px;
		padding: 5px 10px;
	}
	.team_list a h2 {
		font-size: 14px;
		line-height: 24px;
	}
	.team_list a h2 i {
		font-size: 12px;
		margin-left: 5px;
	}
	.team_list a p {
		font-size: 12px;
		line-height: 20px;
		max-height: 60px;
	}
}
@media (max-width: 359px) {
	.team_list .column {
		width: 100%;
	}
}
@media (min-width: 992px) {
	.team_details .img {
		max-width: 100%;
	}
}
@media (min-width: 1200px) {
	.team_list a p {
		margin-top: 15px;
		margin-bottom: 40px;
	}
	.team_details {
		margin-left: -40px;
		margin-right: -40px;
	}
	.team_details .column {
		padding: 0 40px;
	}
	.team_details_title {
		margin: 30px 0;
	}
	.team_details_title h2 {
		font-size: 30px;
	}
	.team_details_title h2 i {
		font-size: 18px;
	}
}
@media (min-width: 1440px) {
	.team_list {
		margin-left: -35px;
		margin-right: -35px;
	}
	.team_list .column {
		padding: 0 35px;
		margin: 20px 0;
	}
	.team_details_main .container {
		width: 1230px;
	}
}

/*支持*/
.download_list .column {
	position: relative;
	margin: 15px 0;
}
.download_list a {
	color: #333;
	background-color: #f5f5f5;
	padding: 12px 15px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.download_list a:after {
	content: "";
	width: 24px;
	height: 24px;
	background: url(../images/icon/icon6.png) no-repeat center;
	background-size: contain;
	display: block;
	margin-left: 15px;
	flex: 0 0 auto;
}
.download_list a h2 {
	font-size: 16px;
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-transform: uppercase;
	max-width: 100%;
}
.download_list .column:hover a:after {
	background-image: url(../images/icon/icon6_1.png);
}
.download_list .column a:hover {
	color: #002fa7;
}
.download_list .mask{position: absolute;top:0;left:15px;right:15px;bottom:0;background-color:rgba(0,0,0,0.1);cursor: pointer;opacity: 0;}
#tipModal .modal-dialog{width:90%;max-width:300px;display:flex;flex-direction:column;justify-content:center;min-height:100%;margin:0 auto;padding:20px 0;}
#tipModal .modal-body{padding:50px 30px 30px;}
#tipModal .close{position: absolute;width:36px;height:36px;top:0;right:0;border-radius: 2px;background-color:rgba(0,0,0,0.1);background-image:url(../images/icon/close1.png);background-size:auto;background-repeat: no-repeat;background-position:center;cursor: pointer;opacity: 1;z-index: 2;}
#tipModal .close:hover{background-color:#002fa7;background-image:url(../images/icon/close.png);}
.modal-body-ewm{display: flex;justify-content: center;flex-flow: row wrap;}
.modal-body-ewm>.item>img{display: block;margin:0 auto;border:1px solid #ccc;}
.modal-body-ewm>.item>p{margin:10px 0 0;text-align: center;font-size:16px;text-transform: uppercase;}
.modal.fade .modal-dialog{
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);
}
.modal.in .modal-dialog{
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
}
@media (min-width: 768px) {
	#tipModal .modal-dialog{width:300px;}
}
@media (min-width: 1200px) {
	.download_list {
		margin-left: -20px;
		margin-right: -20px;
	}
	.download_list .column {
		padding: 0 20px;
	}
}

/*新闻动态*/
.news_list a {
	color: #666;
	display: flex;
	flex-direction: row;
	align-items: center;
	border-bottom: 1px #E7E7E7 solid;
	padding: 30px 0;
}
.news_list a .img {
	flex: 0 0 auto;
	width: 310px;
}
.news_list a .text {
	width: 100%;
	padding-left: 30px;
	overflow: hidden;
}
.news_list a h2 {
	font-size: 18px;
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-transform: uppercase;
}
.news_list a p {
	line-height: 30px;
	height: 90px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin: 30px 0 0;
}
.news_list a span {
	display: block;
	color: #999;
	text-align: right;
	margin-top: 40px;
}
.news_list a:hover h2 {
	color: #002fa7;
}
.news_list a:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

@media (max-width: 767px) {
	.news_list a {
		padding: 20px 0;
	}
	.news_list a .img {
		width: 200px;
	}
	.news_list a .text {
		padding-left: 15px;
	}
	.news_list a h2 {
		font-size: 16px;
	}
	.news_list a p {
		line-height: 24px;
		height: 72px;
		margin-top: 10px;
	}
	.news_list a span {
		margin-top: 10px;
	}
}
@media (max-width: 479px) {
	.news_list a {
		display: block;
	}
	.news_list a .img {
		width: 100%;
	}
	.news_list a .text {
		padding-left: 0;
		margin-top: 20px;
	}
}

/*联系我们*/
.map {
	margin-bottom: 50px;
}
.map #dituContent {
	width: 100%;
	height: 240px;
	border: 1px #ddd solid;
}

.contact_list .column {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 30px;
}
.contact_list .icon {
	flex: 0 0 auto;
	width: 42px;
	margin-right: 30px;
}
.contact_list .icon img {
	display: block;
	width: 100%;
}
.contact_list .text {
	width: 100%;
}
.contact_list .text>h2 {
	font-size: 16px;
	text-transform: uppercase;
	margin: 0 0 10px;
}
.contact_list .text .tel {
	display: block;
	font-size: 24px;
	color: #333;
	margin-bottom: 5px;
}
.contact_list .text p {
	display: flex;
	flex-direction: row;
	margin: 0;
}
.contact_list .text p i {
	flex: 0 0 auto;
}
.contact_list .text p+p {
	margin-top: 10px;
}
.contact_list .text p a {
	color: #333;
}
.contact_list .form-group {
	display: flex;
	flex-direction: row;
	margin-bottom: 9px;
}
.contact_list .form-group label {
	flex: 0 0 auto;
	width: 86px;
	line-height: 28px;
	font-weight: lighter;
	margin: 0;
}
.contact_list .form-control {
	height: 28px;
	border: 1px #dbdbdb solid;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.contact_list textarea.form-control {
	height: auto;
}
.contact_list .error .form-control {
	border-color: #002fa7;
}
.contact_list .valid_message {
	display: none;
}
.contact_list .btn {
	display: block;
	width: calc(100% - 86px);
	background-color: #191d1c;
	color: #fff;
	font-weight: lighter;
	border-radius: 0;
	border: 0;
	padding-top: 4px;
	padding-bottom: 4px;
	outline: none!important;
	margin-left: auto;
}
.contact_list .btn:hover {
	background-color: #002fa7;
}

@media (max-width: 479px) {
	.contact_list .column {
		display: block;
	}
	.contact_list .icon {
		margin-bottom: 15px;
	}
}
@media (min-width: 768px) {
	.map {
		margin-bottom: 100px;
	}
	.map #dituContent {
		height: 460px;
	}
	.contact_list .icon {
		width: 62px;
		margin-right: 50px;
	}
	.contact_list .text>h2 {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.contact_list .text .tel {
		font-size: 28px;
	}
}
@media (min-width: 1440px) {
	.contact_list {
		margin-left: -65px;
		margin-right: -65px;
	}
	.contact_list .column {
		padding: 0 65px;
	}
	.contact_list .text .tel {
		font-size: 36px;
	}
}

/*动画*/
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.fadeIn {
	-webkit-animation: fadeIn 1s;
	animation: fadeIn 1s;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		-ms-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInDown {
	-webkit-animation: fadeInDown 1s;
	animation: fadeInDown 1s;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		-ms-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInUp {
	-webkit-animation: fadeInUp 1s;
	animation: fadeInUp 1s;
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		-ms-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInLeft {
	-webkit-animation: fadeInLeft 1s;
	animation: fadeInLeft 1s;
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInRight {
	-webkit-animation: fadeInRight 1s;
	animation: fadeInRight 1s;
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	50% {
		opacity: 1
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		-ms-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	50% {
		opacity: 1
	}
}

.zoomIn {
	-webkit-animation: zoomIn 1s;
	animation: zoomIn 1s
}
